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":[],"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, \"Uuidv5Namespace\", {\n enumerable: true,\n get: function () {\n return Uuidv5Namespace;\n }\n });\n /**\n * Collection of utilities used for generating Universally Unique Identifiers.\n */\n /**\n * Default namespaces for UUID v5 defined in RFC 4122\n */\n var Uuidv5Namespace = /*#__PURE__*/function (Uuidv5Namespace) {\n // Source of the UUIDs: https://datatracker.ietf.org/doc/html/rfc4122\n Uuidv5Namespace[\"dns\"] = \"6ba7b810-9dad-11d1-80b4-00c04fd430c8\";\n Uuidv5Namespace[\"url\"] = \"6ba7b811-9dad-11d1-80b4-00c04fd430c8\";\n Uuidv5Namespace[\"oid\"] = \"6ba7b812-9dad-11d1-80b4-00c04fd430c8\";\n Uuidv5Namespace[\"x500\"] = \"6ba7b814-9dad-11d1-80b4-00c04fd430c8\";\n return Uuidv5Namespace;\n }({});\n});","lineCount":27,"map":[[7,2,19,0,"Object"],[7,8,19,0],[7,9,19,0,"defineProperty"],[7,23,19,0],[7,24,19,0,"exports"],[7,31,19,0],[8,4,19,0,"enumerable"],[8,14,19,0],[9,4,19,0,"get"],[9,7,19,0],[9,18,19,0,"get"],[9,19,19,0],[10,6,19,0],[10,13,19,0,"Uuidv5Namespace"],[10,28,19,0],[11,4,19,0],[12,2,19,0],[13,2,1,0],[14,0,2,0],[15,0,3,0],[16,2,16,0],[17,0,17,0],[18,0,18,0],[19,2,16,0],[19,6,19,12,"Uuidv5Namespace"],[19,21,19,27],[19,47,19,12,"Uuidv5Namespace"],[19,62,19,27],[20,4,20,2],[21,4,19,12,"Uuidv5Namespace"],[21,19,19,27],[22,4,19,12,"Uuidv5Namespace"],[22,19,19,27],[23,4,19,12,"Uuidv5Namespace"],[23,19,19,27],[24,4,19,12,"Uuidv5Namespace"],[24,19,19,27],[25,4,19,27],[25,11,19,12,"Uuidv5Namespace"],[25,26,19,27],[26,2,19,27],[27,0,19,27],[27,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 exports.convertObjectFitToResizeMode = convertObjectFitToResizeMode;\n var objectFitMap = {\n contain: 'contain',\n cover: 'cover',\n fill: 'stretch',\n 'scale-down': 'contain',\n none: 'none'\n };\n function convertObjectFitToResizeMode(objectFit) {\n return objectFit != null ? objectFitMap[objectFit] : undefined;\n }\n});","lineCount":18,"map":[[7,2,21,0,"exports"],[7,9,21,0],[7,10,21,0,"convertObjectFitToResizeMode"],[7,38,21,0],[7,41,21,0,"convertObjectFitToResizeMode"],[7,69,21,0],[8,2,13,0],[8,6,13,6,"objectFitMap"],[8,18,13,47],[8,21,13,50],[9,4,14,2,"contain"],[9,11,14,9],[9,13,14,11],[9,22,14,20],[10,4,15,2,"cover"],[10,9,15,7],[10,11,15,9],[10,18,15,16],[11,4,16,2,"fill"],[11,8,16,6],[11,10,16,8],[11,19,16,17],[12,4,17,2],[12,16,17,14],[12,18,17,16],[12,27,17,25],[13,4,18,2,"none"],[13,8,18,6],[13,10,18,8],[14,2,19,0],[14,3,19,1],[15,2,21,7],[15,11,21,16,"convertObjectFitToResizeMode"],[15,39,21,44,"convertObjectFitToResizeMode"],[15,40,22,2,"objectFit"],[15,49,22,20],[15,51,23,20],[16,4,24,2],[16,11,24,9,"objectFit"],[16,20,24,18],[16,24,24,22],[16,28,24,26],[16,31,24,29,"objectFitMap"],[16,43,24,41],[16,44,24,42,"objectFit"],[16,53,24,51],[16,54,24,52],[16,57,24,55,"undefined"],[16,66,24,64],[17,2,25,0],[18,0,25,1],[18,3]],"functionMap":{"names":["<global>","convertObjectFitToResizeMode"],"mappings":"AAA;OCoB"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long