auto-commit for 329a5f8d-6c9a-420b-be80-2baba2957ab8

This commit is contained in:
emergent-agent-e1
2025-11-08 18:17:03 +00:00
parent 1c4b34aa53
commit 4313bc4aa7
1073 changed files with 1080 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"../../src/private/specs_DEPRECATED/modules/NativeAnimatedModule","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0},"end":{"line":11,"column":80}}],"key":"Nw42/kU5m8/d5Oq64mrm6FL8yig=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _srcPrivateSpecs_DEPRECATEDModulesNativeAnimatedModule = require(_dependencyMap[0], \"../../src/private/specs_DEPRECATED/modules/NativeAnimatedModule\");\n Object.keys(_srcPrivateSpecs_DEPRECATEDModulesNativeAnimatedModule).forEach(function (k) {\n if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) {\n Object.defineProperty(exports, k, {\n enumerable: true,\n get: function () {\n return _srcPrivateSpecs_DEPRECATEDModulesNativeAnimatedModule[k];\n }\n });\n }\n });\n var NativeAnimatedModule = _interopDefault(_srcPrivateSpecs_DEPRECATEDModulesNativeAnimatedModule);\n var _default = NativeAnimatedModule.default;\n});","lineCount":31,"map":[[12,2,14,0,"Object"],[12,8,14,0],[12,9,14,0,"defineProperty"],[12,23,14,0],[12,24,14,0,"exports"],[12,31,14,0],[13,4,14,0,"enumerable"],[13,14,14,0],[14,4,14,0,"get"],[14,7,14,0],[14,18,14,0,"get"],[14,19,14,0],[15,6,14,0],[15,13,14,0,"_default"],[15,21,14,0],[16,4,14,0],[17,2,14,0],[18,2,11,0],[18,6,11,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeAnimatedModule"],[18,60,11,0],[18,63,11,0,"require"],[18,70,11,0],[18,71,11,0,"_dependencyMap"],[18,85,11,0],[19,2,11,0,"Object"],[19,8,11,0],[19,9,11,0,"keys"],[19,13,11,0],[19,14,11,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeAnimatedModule"],[19,68,11,0],[19,70,11,0,"forEach"],[19,77,11,0],[19,88,11,0,"k"],[19,89,11,0],[20,4,11,0],[20,8,11,0,"k"],[20,9,11,0],[20,28,11,0,"Object"],[20,34,11,0],[20,35,11,0,"prototype"],[20,44,11,0],[20,45,11,0,"hasOwnProperty"],[20,59,11,0],[20,60,11,0,"call"],[20,64,11,0],[20,65,11,0,"exports"],[20,72,11,0],[20,74,11,0,"k"],[20,75,11,0],[21,6,11,0,"Object"],[21,12,11,0],[21,13,11,0,"defineProperty"],[21,27,11,0],[21,28,11,0,"exports"],[21,35,11,0],[21,37,11,0,"k"],[21,38,11,0],[22,8,11,0,"enumerable"],[22,18,11,0],[23,8,11,0,"get"],[23,11,11,0],[23,22,11,0,"get"],[23,23,11,0],[24,10,11,0],[24,17,11,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeAnimatedModule"],[24,71,11,0],[24,72,11,0,"k"],[24,73,11,0],[25,8,11,0],[26,6,11,0],[27,4,11,0],[28,2,11,0],[29,2,12,0],[29,6,12,0,"NativeAnimatedModule"],[29,26,12,0],[29,29,12,0,"_interopDefault"],[29,44,12,0],[29,45,12,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeAnimatedModule"],[29,99,12,0],[30,2,14,0],[30,6,14,0,"_default"],[30,14,14,0],[30,17,14,15,"NativeAnimatedModule"],[30,37,14,35],[30,38,14,35,"default"],[30,45,14,35],[31,0,14,36],[31,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"FontDisplay\", {\n enumerable: true,\n get: function () {\n return FontDisplay;\n }\n });\n // @needsAudit\n /**\n * Sets the [font-display](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display)\n * for a given typeface. The default font value on web is `FontDisplay.AUTO`.\n * Even though setting the `fontDisplay` does nothing on native platforms, the default behavior\n * emulates `FontDisplay.SWAP` on flagship devices like iOS, Samsung, Pixel, etc. Default\n * functionality varies on One Plus devices. In the browser this value is set in the generated\n * `@font-face` CSS block and not as a style property meaning you cannot dynamically change this\n * value based on the element it's used in.\n * @platform web\n */\n var FontDisplay;\n (function (FontDisplay) {\n /**\n * __(Default)__ The font display strategy is defined by the user agent or platform.\n * This generally defaults to the text being invisible until the font is loaded.\n * Good for buttons or banners that require a specific treatment.\n */\n FontDisplay[\"AUTO\"] = \"auto\";\n /**\n * Fallback text is rendered immediately with a default font while the desired font is loaded.\n * This is good for making the content appear to load instantly and is usually preferred.\n */\n FontDisplay[\"SWAP\"] = \"swap\";\n /**\n * The text will be invisible until the font has loaded. If the font fails to load then nothing\n * will appear - it's best to turn this off when debugging missing text.\n */\n FontDisplay[\"BLOCK\"] = \"block\";\n /**\n * Splits the behavior between `SWAP` and `BLOCK`.\n * There will be a [100ms timeout](https://developers.google.com/web/updates/2016/02/font-display?hl=en)\n * where the text with a custom font is invisible, after that the text will either swap to the\n * styled text or it'll show the unstyled text and continue to load the custom font. This is good\n * for buttons that need a custom font but should also be quickly available to screen-readers.\n */\n FontDisplay[\"FALLBACK\"] = \"fallback\";\n /**\n * This works almost identically to `FALLBACK`, the only difference is that the browser will\n * decide to load the font based on slow connection speed or critical resource demand.\n */\n FontDisplay[\"OPTIONAL\"] = \"optional\";\n })(FontDisplay || (FontDisplay = {}));\n});","lineCount":56,"map":[[7,2,12,0,"Object"],[7,8,12,0],[7,9,12,0,"defineProperty"],[7,23,12,0],[7,24,12,0,"exports"],[7,31,12,0],[8,4,12,0,"enumerable"],[8,14,12,0],[9,4,12,0,"get"],[9,7,12,0],[9,18,12,0,"get"],[9,19,12,0],[10,6,12,0],[10,13,12,0,"FontDisplay"],[10,24,12,0],[11,4,12,0],[12,2,12,0],[13,2,1,0],[14,2,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[21,0,9,0],[22,0,10,0],[23,0,11,0],[24,2,12,7],[24,6,12,11,"FontDisplay"],[24,17,12,22],[25,2,13,0],[25,3,13,1],[25,13,13,11,"FontDisplay"],[25,24,13,22],[25,26,13,24],[26,4,14,4],[27,0,15,0],[28,0,16,0],[29,0,17,0],[30,0,18,0],[31,4,19,4,"FontDisplay"],[31,15,19,15],[31,16,19,16],[31,22,19,22],[31,23,19,23],[31,26,19,26],[31,32,19,32],[32,4,20,4],[33,0,21,0],[34,0,22,0],[35,0,23,0],[36,4,24,4,"FontDisplay"],[36,15,24,15],[36,16,24,16],[36,22,24,22],[36,23,24,23],[36,26,24,26],[36,32,24,32],[37,4,25,4],[38,0,26,0],[39,0,27,0],[40,0,28,0],[41,4,29,4,"FontDisplay"],[41,15,29,15],[41,16,29,16],[41,23,29,23],[41,24,29,24],[41,27,29,27],[41,34,29,34],[42,4,30,4],[43,0,31,0],[44,0,32,0],[45,0,33,0],[46,0,34,0],[47,0,35,0],[48,0,36,0],[49,4,37,4,"FontDisplay"],[49,15,37,15],[49,16,37,16],[49,26,37,26],[49,27,37,27],[49,30,37,30],[49,40,37,40],[50,4,38,4],[51,0,39,0],[52,0,40,0],[53,0,41,0],[54,4,42,4,"FontDisplay"],[54,15,42,15],[54,16,42,16],[54,26,42,26],[54,27,42,27],[54,30,42,30],[54,40,42,40],[55,2,43,0],[55,3,43,1],[55,5,43,3,"FontDisplay"],[55,16,43,14],[55,21,43,19,"FontDisplay"],[55,32,43,30],[55,35,43,33],[55,36,43,34],[55,37,43,35],[55,38,43,36],[55,39,43,37],[56,0,43,38],[56,3]],"functionMap":{"names":["<global>","<anonymous>"],"mappings":"AAA;CCY;CD8B"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../NativeModules/specs/NativeDialogManagerAndroid","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0},"end":{"line":13,"column":91}}],"key":"jeQj868OYCvokrB4FXLZLUpO7ek=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n exports.alertWithArgs = alertWithArgs;\n var _NativeModulesSpecsNativeDialogManagerAndroid = require(_dependencyMap[0], \"../NativeModules/specs/NativeDialogManagerAndroid\");\n var NativeDialogManagerAndroid = _interopDefault(_NativeModulesSpecsNativeDialogManagerAndroid);\n function emptyCallback() {}\n function alertWithArgs(args, callback) {\n if (!NativeDialogManagerAndroid.default) {\n return;\n }\n NativeDialogManagerAndroid.default.showAlert(args, emptyCallback, callback || emptyCallback);\n }\n});","lineCount":22,"map":[[12,2,17,0,"exports"],[12,9,17,0],[12,10,17,0,"alertWithArgs"],[12,23,17,0],[12,26,17,0,"alertWithArgs"],[12,39,17,0],[13,2,13,0],[13,6,13,0,"_NativeModulesSpecsNativeDialogManagerAndroid"],[13,51,13,0],[13,54,13,0,"require"],[13,61,13,0],[13,62,13,0,"_dependencyMap"],[13,76,13,0],[14,2,13,0],[14,6,13,0,"NativeDialogManagerAndroid"],[14,32,13,0],[14,35,13,0,"_interopDefault"],[14,50,13,0],[14,51,13,0,"_NativeModulesSpecsNativeDialogManagerAndroid"],[14,96,13,0],[15,2,15,0],[15,11,15,9,"emptyCallback"],[15,24,15,22,"emptyCallback"],[15,25,15,22],[15,27,15,25],[15,28,15,26],[16,2,17,7],[16,11,17,16,"alertWithArgs"],[16,24,17,29,"alertWithArgs"],[16,25,18,2,"args"],[16,29,18,12],[16,31,19,2,"callback"],[16,39,19,47],[16,41,20,2],[17,4,22,2],[17,8,22,6],[17,9,22,7,"NativeDialogManagerAndroid"],[17,35,22,33],[17,36,22,33,"default"],[17,43,22,33],[17,45,22,35],[18,6,23,4],[19,4,24,2],[20,4,26,2,"NativeDialogManagerAndroid"],[20,30,26,28],[20,31,26,28,"default"],[20,38,26,28],[20,39,26,29,"showAlert"],[20,48,26,38],[20,49,28,4,"args"],[20,53,28,8],[20,55,29,4,"emptyCallback"],[20,68,29,17],[20,70,31,4,"callback"],[20,78,31,12],[20,82,31,16,"emptyCallback"],[20,95,32,2],[20,96,32,3],[21,2,33,0],[22,0,33,1],[22,3]],"functionMap":{"names":["<global>","emptyCallback","alertWithArgs"],"mappings":"AAA;ACc,2BD;OEE"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../../../src/private/specs_DEPRECATED/modules/NativeSourceCode","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0},"end":{"line":11,"column":79}}],"key":"MT8+weaPHZRzxmaWtU+TlNzzBrA=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _srcPrivateSpecs_DEPRECATEDModulesNativeSourceCode = require(_dependencyMap[0], \"../../../src/private/specs_DEPRECATED/modules/NativeSourceCode\");\n Object.keys(_srcPrivateSpecs_DEPRECATEDModulesNativeSourceCode).forEach(function (k) {\n if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) {\n Object.defineProperty(exports, k, {\n enumerable: true,\n get: function () {\n return _srcPrivateSpecs_DEPRECATEDModulesNativeSourceCode[k];\n }\n });\n }\n });\n var NativeSourceCode = _interopDefault(_srcPrivateSpecs_DEPRECATEDModulesNativeSourceCode);\n var _default = NativeSourceCode.default;\n});","lineCount":31,"map":[[12,2,14,0,"Object"],[12,8,14,0],[12,9,14,0,"defineProperty"],[12,23,14,0],[12,24,14,0,"exports"],[12,31,14,0],[13,4,14,0,"enumerable"],[13,14,14,0],[14,4,14,0,"get"],[14,7,14,0],[14,18,14,0,"get"],[14,19,14,0],[15,6,14,0],[15,13,14,0,"_default"],[15,21,14,0],[16,4,14,0],[17,2,14,0],[18,2,11,0],[18,6,11,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeSourceCode"],[18,56,11,0],[18,59,11,0,"require"],[18,66,11,0],[18,67,11,0,"_dependencyMap"],[18,81,11,0],[19,2,11,0,"Object"],[19,8,11,0],[19,9,11,0,"keys"],[19,13,11,0],[19,14,11,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeSourceCode"],[19,64,11,0],[19,66,11,0,"forEach"],[19,73,11,0],[19,84,11,0,"k"],[19,85,11,0],[20,4,11,0],[20,8,11,0,"k"],[20,9,11,0],[20,28,11,0,"Object"],[20,34,11,0],[20,35,11,0,"prototype"],[20,44,11,0],[20,45,11,0,"hasOwnProperty"],[20,59,11,0],[20,60,11,0,"call"],[20,64,11,0],[20,65,11,0,"exports"],[20,72,11,0],[20,74,11,0,"k"],[20,75,11,0],[21,6,11,0,"Object"],[21,12,11,0],[21,13,11,0,"defineProperty"],[21,27,11,0],[21,28,11,0,"exports"],[21,35,11,0],[21,37,11,0,"k"],[21,38,11,0],[22,8,11,0,"enumerable"],[22,18,11,0],[23,8,11,0,"get"],[23,11,11,0],[23,22,11,0,"get"],[23,23,11,0],[24,10,11,0],[24,17,11,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeSourceCode"],[24,67,11,0],[24,68,11,0,"k"],[24,69,11,0],[25,8,11,0],[26,6,11,0],[27,4,11,0],[28,2,11,0],[29,2,12,0],[29,6,12,0,"NativeSourceCode"],[29,22,12,0],[29,25,12,0,"_interopDefault"],[29,40,12,0],[29,41,12,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeSourceCode"],[29,91,12,0],[30,2,14,0],[30,6,14,0,"_default"],[30,14,14,0],[30,17,14,15,"NativeSourceCode"],[30,33,14,31],[30,34,14,31,"default"],[30,41,14,31],[31,0,14,32],[31,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}