auto-commit for cec575c0-476c-4bef-83da-9ee19fcf043c

This commit is contained in:
emergent-agent-e1
2025-11-08 10:07:13 +00:00
parent e576e8b1ef
commit 8ed8fb904f
2784 changed files with 2784 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"../Utilities/Platform","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0},"end":{"line":11,"column":45}}],"key":"WyqnBhspP5BAR0xvCwqfBv/v4uA=","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.DynamicallyInjectedByGestureHandler = DynamicallyInjectedByGestureHandler;\n exports.ConditionallyIgnoredEventHandlers = ConditionallyIgnoredEventHandlers;\n exports.isIgnored = isIgnored;\n var _UtilitiesPlatform = require(_dependencyMap[0], \"../Utilities/Platform\");\n var Platform = _interopDefault(_UtilitiesPlatform);\n var ignoredViewConfigProps = new WeakSet();\n function DynamicallyInjectedByGestureHandler(object) {\n ignoredViewConfigProps.add(object);\n return object;\n }\n function ConditionallyIgnoredEventHandlers(value) {\n if (Platform.default.OS === 'ios') {\n return value;\n }\n return undefined;\n }\n function isIgnored(value) {\n if (typeof value === 'object' && value != null) {\n return ignoredViewConfigProps.has(value);\n }\n return false;\n }\n});","lineCount":34,"map":[[12,2,19,0,"exports"],[12,9,19,0],[12,10,19,0,"DynamicallyInjectedByGestureHandler"],[12,45,19,0],[12,48,19,0,"DynamicallyInjectedByGestureHandler"],[12,83,19,0],[13,2,37,0,"exports"],[13,9,37,0],[13,10,37,0,"ConditionallyIgnoredEventHandlers"],[13,43,37,0],[13,46,37,0,"ConditionallyIgnoredEventHandlers"],[13,79,37,0],[14,2,46,0,"exports"],[14,9,46,0],[14,10,46,0,"isIgnored"],[14,19,46,0],[14,22,46,0,"isIgnored"],[14,31,46,0],[15,2,11,0],[15,6,11,0,"_UtilitiesPlatform"],[15,24,11,0],[15,27,11,0,"require"],[15,34,11,0],[15,35,11,0,"_dependencyMap"],[15,49,11,0],[16,2,11,0],[16,6,11,0,"Platform"],[16,14,11,0],[16,17,11,0,"_interopDefault"],[16,32,11,0],[16,33,11,0,"_UtilitiesPlatform"],[16,51,11,0],[17,2,13,0],[17,6,13,6,"ignoredViewConfigProps"],[17,28,13,28],[17,31,13,31],[17,35,13,35,"WeakSet"],[17,42,13,42],[17,43,13,50],[17,44,13,51],[18,2,19,7],[18,11,19,16,"DynamicallyInjectedByGestureHandler"],[18,46,19,51,"DynamicallyInjectedByGestureHandler"],[18,47,19,62,"object"],[18,53,19,71],[18,55,19,76],[19,4,20,2,"ignoredViewConfigProps"],[19,26,20,24],[19,27,20,25,"add"],[19,30,20,28],[19,31,20,29,"object"],[19,37,20,35],[19,38,20,36],[20,4,21,2],[20,11,21,9,"object"],[20,17,21,15],[21,2,22,0],[22,2,37,7],[22,11,37,16,"ConditionallyIgnoredEventHandlers"],[22,44,37,49,"ConditionallyIgnoredEventHandlers"],[22,45,39,2,"value"],[22,50,39,10],[22,52,39,22],[23,4,40,2],[23,8,40,6,"Platform"],[23,16,40,14],[23,17,40,14,"default"],[23,24,40,14],[23,25,40,15,"OS"],[23,27,40,17],[23,32,40,22],[23,37,40,27],[23,39,40,29],[24,6,41,4],[24,13,41,11,"value"],[24,18,41,16],[25,4,42,2],[26,4,43,2],[26,11,43,9,"undefined"],[26,20,43,18],[27,2,44,0],[28,2,46,7],[28,11,46,16,"isIgnored"],[28,20,46,25,"isIgnored"],[28,21,46,26,"value"],[28,26,46,38],[28,28,46,49],[29,4,47,2],[29,8,47,6],[29,15,47,13,"value"],[29,20,47,18],[29,25,47,23],[29,33,47,31],[29,37,47,35,"value"],[29,42,47,40],[29,46,47,44],[29,50,47,48],[29,52,47,50],[30,6,48,4],[30,13,48,11,"ignoredViewConfigProps"],[30,35,48,33],[30,36,48,34,"has"],[30,39,48,37],[30,40,48,38,"value"],[30,45,48,43],[30,46,48,44],[31,4,49,2],[32,4,50,2],[32,11,50,9],[32,16,50,14],[33,2,51,0],[34,0,51,1],[34,3]],"functionMap":{"names":["<global>","DynamicallyInjectedByGestureHandler","ConditionallyIgnoredEventHandlers","isIgnored"],"mappings":"AAA;OCkB;CDG;OEe;CFO;OGE"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long