@adaas/a-utils 0.2.8 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.conf/tsconfig.base.json +91 -0
- package/.conf/tsconfig.browser.json +26 -0
- package/.conf/tsconfig.node.json +30 -0
- package/dist/browser/A-Logger.component-Be-LMV3I.d.mts +467 -0
- package/dist/browser/A-StateMachineTransition.context-BINjcsgq.d.mts +221 -0
- package/dist/browser/a-channel.d.mts +456 -0
- package/dist/browser/a-channel.mjs +367 -0
- package/dist/browser/a-channel.mjs.map +1 -0
- package/dist/browser/a-command.d.mts +555 -0
- package/dist/browser/a-command.mjs +567 -0
- package/dist/browser/a-command.mjs.map +1 -0
- package/dist/browser/a-config.d.mts +60 -0
- package/dist/browser/a-config.mjs +6 -0
- package/dist/browser/a-config.mjs.map +1 -0
- package/dist/browser/a-execution.d.mts +17 -0
- package/dist/browser/a-execution.mjs +4 -0
- package/dist/browser/a-execution.mjs.map +1 -0
- package/dist/browser/a-logger.d.mts +107 -0
- package/dist/browser/a-logger.mjs +7 -0
- package/dist/browser/a-logger.mjs.map +1 -0
- package/dist/browser/a-manifest.d.mts +111 -0
- package/dist/browser/a-manifest.mjs +176 -0
- package/dist/browser/a-manifest.mjs.map +1 -0
- package/dist/browser/a-memory.d.mts +163 -0
- package/dist/browser/a-memory.mjs +375 -0
- package/dist/browser/a-memory.mjs.map +1 -0
- package/dist/browser/a-operation.d.mts +52 -0
- package/dist/browser/a-operation.mjs +5 -0
- package/dist/browser/a-operation.mjs.map +1 -0
- package/dist/browser/a-polyfill.d.mts +275 -0
- package/dist/browser/a-polyfill.mjs +4 -0
- package/dist/browser/a-polyfill.mjs.map +1 -0
- package/dist/browser/a-route.d.mts +25 -0
- package/dist/browser/a-route.mjs +98 -0
- package/dist/browser/a-route.mjs.map +1 -0
- package/dist/browser/a-schedule.d.mts +111 -0
- package/dist/browser/a-schedule.mjs +97 -0
- package/dist/browser/a-schedule.mjs.map +1 -0
- package/dist/browser/a-service.d.mts +40 -0
- package/dist/browser/a-service.mjs +197 -0
- package/dist/browser/a-service.mjs.map +1 -0
- package/dist/browser/a-signal.d.mts +402 -0
- package/dist/browser/a-signal.mjs +588 -0
- package/dist/browser/a-signal.mjs.map +1 -0
- package/dist/browser/a-state-machine.d.mts +11 -0
- package/dist/browser/a-state-machine.mjs +6 -0
- package/dist/browser/a-state-machine.mjs.map +1 -0
- package/dist/browser/chunk-72ANHWNG.mjs +48 -0
- package/dist/browser/chunk-72ANHWNG.mjs.map +1 -0
- package/dist/browser/chunk-ECSGFDRQ.mjs +264 -0
- package/dist/browser/chunk-ECSGFDRQ.mjs.map +1 -0
- package/dist/browser/chunk-EQQGB2QZ.mjs +15 -0
- package/dist/browser/chunk-EQQGB2QZ.mjs.map +1 -0
- package/dist/browser/chunk-J6CLHXFQ.mjs +679 -0
- package/dist/browser/chunk-J6CLHXFQ.mjs.map +1 -0
- package/dist/browser/chunk-NLPSQYIQ.mjs +149 -0
- package/dist/browser/chunk-NLPSQYIQ.mjs.map +1 -0
- package/dist/browser/chunk-TK5UEYMZ.mjs +776 -0
- package/dist/browser/chunk-TK5UEYMZ.mjs.map +1 -0
- package/dist/browser/chunk-TQ5UON22.mjs +56 -0
- package/dist/browser/chunk-TQ5UON22.mjs.map +1 -0
- package/dist/node/A-Command.entity-24rvXQLC.d.mts +409 -0
- package/dist/node/A-Command.entity-ISgSk8wB.d.ts +409 -0
- package/dist/node/A-Manifest.context-D2uynD9t.d.mts +66 -0
- package/dist/node/A-Manifest.context-rZnvR17w.d.ts +66 -0
- package/dist/node/A-Signal.types-P5VKMKMs.d.mts +114 -0
- package/dist/node/A-Signal.types-P5VKMKMs.d.ts +114 -0
- package/dist/node/chunk-EQQGB2QZ.mjs +15 -0
- package/dist/node/chunk-EQQGB2QZ.mjs.map +1 -0
- package/dist/node/constants/errors.constants.d.mts +2 -0
- package/dist/node/constants/errors.constants.d.ts +2 -0
- package/dist/node/constants/errors.constants.js +4 -0
- package/dist/node/constants/errors.constants.js.map +1 -0
- package/dist/node/constants/errors.constants.mjs +3 -0
- package/dist/node/constants/errors.constants.mjs.map +1 -0
- package/dist/node/lib/A-Channel/A-Channel.component.d.mts +365 -0
- package/dist/node/lib/A-Channel/A-Channel.component.d.ts +365 -0
- package/dist/node/lib/A-Channel/A-Channel.component.js +303 -0
- package/dist/node/lib/A-Channel/A-Channel.component.js.map +1 -0
- package/dist/node/lib/A-Channel/A-Channel.component.mjs +294 -0
- package/dist/node/lib/A-Channel/A-Channel.component.mjs.map +1 -0
- package/dist/node/lib/A-Channel/A-Channel.constants.d.mts +68 -0
- package/dist/node/lib/A-Channel/A-Channel.constants.d.ts +68 -0
- package/dist/node/lib/A-Channel/A-Channel.constants.js +28 -0
- package/dist/node/lib/A-Channel/A-Channel.constants.js.map +1 -0
- package/dist/node/lib/A-Channel/A-Channel.constants.mjs +27 -0
- package/dist/node/lib/A-Channel/A-Channel.constants.mjs.map +1 -0
- package/dist/node/lib/A-Channel/A-Channel.error.d.mts +23 -0
- package/dist/node/lib/A-Channel/A-Channel.error.d.ts +23 -0
- package/dist/node/lib/A-Channel/A-Channel.error.js +36 -0
- package/dist/node/lib/A-Channel/A-Channel.error.js.map +1 -0
- package/dist/node/lib/A-Channel/A-Channel.error.mjs +35 -0
- package/dist/node/lib/A-Channel/A-Channel.error.mjs.map +1 -0
- package/dist/node/lib/A-Channel/A-Channel.types.d.mts +2 -0
- package/dist/node/lib/A-Channel/A-Channel.types.d.ts +2 -0
- package/dist/node/lib/A-Channel/A-Channel.types.js +4 -0
- package/dist/node/lib/A-Channel/A-Channel.types.js.map +1 -0
- package/dist/node/lib/A-Channel/A-Channel.types.mjs +3 -0
- package/dist/node/lib/A-Channel/A-Channel.types.mjs.map +1 -0
- package/dist/node/lib/A-Channel/A-ChannelRequest.context.d.mts +17 -0
- package/dist/node/lib/A-Channel/A-ChannelRequest.context.d.ts +17 -0
- package/dist/node/lib/A-Channel/A-ChannelRequest.context.js +41 -0
- package/dist/node/lib/A-Channel/A-ChannelRequest.context.js.map +1 -0
- package/dist/node/lib/A-Channel/A-ChannelRequest.context.mjs +34 -0
- package/dist/node/lib/A-Channel/A-ChannelRequest.context.mjs.map +1 -0
- package/dist/node/lib/A-Channel/index.d.mts +8 -0
- package/dist/node/lib/A-Channel/index.d.ts +8 -0
- package/dist/node/lib/A-Channel/index.js +36 -0
- package/dist/node/lib/A-Channel/index.js.map +1 -0
- package/dist/node/lib/A-Channel/index.mjs +8 -0
- package/dist/node/lib/A-Channel/index.mjs.map +1 -0
- package/dist/node/lib/A-Command/A-Command.constants.d.mts +139 -0
- package/dist/node/lib/A-Command/A-Command.constants.d.ts +139 -0
- package/dist/node/lib/A-Command/A-Command.constants.js +45 -0
- package/dist/node/lib/A-Command/A-Command.constants.js.map +1 -0
- package/dist/node/lib/A-Command/A-Command.constants.mjs +42 -0
- package/dist/node/lib/A-Command/A-Command.constants.mjs.map +1 -0
- package/dist/node/lib/A-Command/A-Command.entity.d.mts +16 -0
- package/dist/node/lib/A-Command/A-Command.entity.d.ts +16 -0
- package/dist/node/lib/A-Command/A-Command.entity.js +530 -0
- package/dist/node/lib/A-Command/A-Command.entity.js.map +1 -0
- package/dist/node/lib/A-Command/A-Command.entity.mjs +520 -0
- package/dist/node/lib/A-Command/A-Command.entity.mjs.map +1 -0
- package/dist/node/lib/A-Command/A-Command.error.d.mts +13 -0
- package/dist/node/lib/A-Command/A-Command.error.d.ts +13 -0
- package/dist/node/lib/A-Command/A-Command.error.js +17 -0
- package/dist/node/lib/A-Command/A-Command.error.js.map +1 -0
- package/dist/node/lib/A-Command/A-Command.error.mjs +16 -0
- package/dist/node/lib/A-Command/A-Command.error.mjs.map +1 -0
- package/dist/node/lib/A-Command/A-Command.types.d.mts +16 -0
- package/dist/node/lib/A-Command/A-Command.types.d.ts +16 -0
- package/dist/node/lib/A-Command/A-Command.types.js +4 -0
- package/dist/node/lib/A-Command/A-Command.types.js.map +1 -0
- package/dist/node/lib/A-Command/A-Command.types.mjs +3 -0
- package/dist/node/lib/A-Command/A-Command.types.mjs.map +1 -0
- package/dist/node/lib/A-Command/index.d.mts +17 -0
- package/dist/node/lib/A-Command/index.d.ts +17 -0
- package/dist/node/lib/A-Command/index.js +31 -0
- package/dist/node/lib/A-Command/index.js.map +1 -0
- package/dist/node/lib/A-Command/index.mjs +7 -0
- package/dist/node/lib/A-Command/index.mjs.map +1 -0
- package/dist/node/lib/A-Config/A-Config.constants.d.mts +5 -0
- package/dist/node/lib/A-Config/A-Config.constants.d.ts +5 -0
- package/dist/node/lib/A-Config/A-Config.constants.js +9 -0
- package/dist/node/lib/A-Config/A-Config.constants.js.map +1 -0
- package/dist/node/lib/A-Config/A-Config.constants.mjs +8 -0
- package/dist/node/lib/A-Config/A-Config.constants.mjs.map +1 -0
- package/dist/node/lib/A-Config/A-Config.container.d.mts +33 -0
- package/dist/node/lib/A-Config/A-Config.container.d.ts +33 -0
- package/dist/node/lib/A-Config/A-Config.container.js +78 -0
- package/dist/node/lib/A-Config/A-Config.container.js.map +1 -0
- package/dist/node/lib/A-Config/A-Config.container.mjs +68 -0
- package/dist/node/lib/A-Config/A-Config.container.mjs.map +1 -0
- package/dist/node/lib/A-Config/A-Config.context.d.mts +42 -0
- package/dist/node/lib/A-Config/A-Config.context.d.ts +42 -0
- package/dist/node/lib/A-Config/A-Config.context.js +65 -0
- package/dist/node/lib/A-Config/A-Config.context.js.map +1 -0
- package/dist/node/lib/A-Config/A-Config.context.mjs +58 -0
- package/dist/node/lib/A-Config/A-Config.context.mjs.map +1 -0
- package/dist/node/lib/A-Config/A-Config.error.d.mts +7 -0
- package/dist/node/lib/A-Config/A-Config.error.d.ts +7 -0
- package/dist/node/lib/A-Config/A-Config.error.js +11 -0
- package/dist/node/lib/A-Config/A-Config.error.js.map +1 -0
- package/dist/node/lib/A-Config/A-Config.error.mjs +10 -0
- package/dist/node/lib/A-Config/A-Config.error.mjs.map +1 -0
- package/dist/node/lib/A-Config/A-Config.types.d.mts +22 -0
- package/dist/node/lib/A-Config/A-Config.types.d.ts +22 -0
- package/dist/node/lib/A-Config/A-Config.types.js +9 -0
- package/dist/node/lib/A-Config/A-Config.types.js.map +1 -0
- package/dist/node/lib/A-Config/A-Config.types.mjs +9 -0
- package/dist/node/lib/A-Config/A-Config.types.mjs.map +1 -0
- package/dist/node/lib/A-Config/components/ConfigReader.component.d.mts +50 -0
- package/dist/node/lib/A-Config/components/ConfigReader.component.d.ts +50 -0
- package/dist/node/lib/A-Config/components/ConfigReader.component.js +81 -0
- package/dist/node/lib/A-Config/components/ConfigReader.component.js.map +1 -0
- package/dist/node/lib/A-Config/components/ConfigReader.component.mjs +71 -0
- package/dist/node/lib/A-Config/components/ConfigReader.component.mjs.map +1 -0
- package/dist/node/lib/A-Config/components/ENVConfigReader.component.d.mts +40 -0
- package/dist/node/lib/A-Config/components/ENVConfigReader.component.d.ts +40 -0
- package/dist/node/lib/A-Config/components/ENVConfigReader.component.js +69 -0
- package/dist/node/lib/A-Config/components/ENVConfigReader.component.js.map +1 -0
- package/dist/node/lib/A-Config/components/ENVConfigReader.component.mjs +59 -0
- package/dist/node/lib/A-Config/components/ENVConfigReader.component.mjs.map +1 -0
- package/dist/node/lib/A-Config/components/FileConfigReader.component.d.mts +40 -0
- package/dist/node/lib/A-Config/components/FileConfigReader.component.d.ts +40 -0
- package/dist/node/lib/A-Config/components/FileConfigReader.component.js +50 -0
- package/dist/node/lib/A-Config/components/FileConfigReader.component.js.map +1 -0
- package/dist/node/lib/A-Config/components/FileConfigReader.component.mjs +43 -0
- package/dist/node/lib/A-Config/components/FileConfigReader.component.mjs.map +1 -0
- package/dist/node/lib/A-Config/index.d.mts +31 -0
- package/dist/node/lib/A-Config/index.d.ts +31 -0
- package/dist/node/lib/A-Config/index.js +51 -0
- package/dist/node/lib/A-Config/index.js.map +1 -0
- package/dist/node/lib/A-Config/index.mjs +11 -0
- package/dist/node/lib/A-Config/index.mjs.map +1 -0
- package/dist/node/lib/A-Execution/A-Execution.context.d.mts +17 -0
- package/dist/node/lib/A-Execution/A-Execution.context.d.ts +17 -0
- package/dist/node/lib/A-Execution/A-Execution.context.js +63 -0
- package/dist/node/lib/A-Execution/A-Execution.context.js.map +1 -0
- package/dist/node/lib/A-Execution/A-Execution.context.mjs +56 -0
- package/dist/node/lib/A-Execution/A-Execution.context.mjs.map +1 -0
- package/dist/node/lib/A-Execution/A-Execution.types.d.mts +2 -0
- package/dist/node/lib/A-Execution/A-Execution.types.d.ts +2 -0
- package/dist/node/lib/A-Execution/A-Execution.types.js +4 -0
- package/dist/node/lib/A-Execution/A-Execution.types.js.map +1 -0
- package/dist/node/lib/A-Execution/A-Execution.types.mjs +3 -0
- package/dist/node/lib/A-Execution/A-Execution.types.mjs.map +1 -0
- package/dist/node/lib/A-Execution/index.d.mts +2 -0
- package/dist/node/lib/A-Execution/index.d.ts +2 -0
- package/dist/node/lib/A-Execution/index.js +12 -0
- package/dist/node/lib/A-Execution/index.js.map +1 -0
- package/dist/node/lib/A-Execution/index.mjs +4 -0
- package/dist/node/lib/A-Execution/index.mjs.map +1 -0
- package/dist/node/lib/A-Logger/A-Logger.component.d.mts +377 -0
- package/dist/node/lib/A-Logger/A-Logger.component.d.ts +377 -0
- package/dist/node/lib/A-Logger/A-Logger.component.js +623 -0
- package/dist/node/lib/A-Logger/A-Logger.component.js.map +1 -0
- package/dist/node/lib/A-Logger/A-Logger.component.mjs +615 -0
- package/dist/node/lib/A-Logger/A-Logger.component.mjs.map +1 -0
- package/dist/node/lib/A-Logger/A-Logger.constants.d.mts +103 -0
- package/dist/node/lib/A-Logger/A-Logger.constants.d.ts +103 -0
- package/dist/node/lib/A-Logger/A-Logger.constants.js +141 -0
- package/dist/node/lib/A-Logger/A-Logger.constants.js.map +1 -0
- package/dist/node/lib/A-Logger/A-Logger.constants.mjs +133 -0
- package/dist/node/lib/A-Logger/A-Logger.constants.mjs.map +1 -0
- package/dist/node/lib/A-Logger/A-Logger.env.d.mts +30 -0
- package/dist/node/lib/A-Logger/A-Logger.env.d.ts +30 -0
- package/dist/node/lib/A-Logger/A-Logger.env.js +39 -0
- package/dist/node/lib/A-Logger/A-Logger.env.js.map +1 -0
- package/dist/node/lib/A-Logger/A-Logger.env.mjs +38 -0
- package/dist/node/lib/A-Logger/A-Logger.env.mjs.map +1 -0
- package/dist/node/lib/A-Logger/A-Logger.types.d.mts +8 -0
- package/dist/node/lib/A-Logger/A-Logger.types.d.ts +8 -0
- package/dist/node/lib/A-Logger/A-Logger.types.js +4 -0
- package/dist/node/lib/A-Logger/A-Logger.types.js.map +1 -0
- package/dist/node/lib/A-Logger/A-Logger.types.mjs +3 -0
- package/dist/node/lib/A-Logger/A-Logger.types.mjs.map +1 -0
- package/dist/node/lib/A-Logger/index.d.mts +9 -0
- package/dist/node/lib/A-Logger/index.d.ts +9 -0
- package/dist/node/lib/A-Logger/index.js +35 -0
- package/dist/node/lib/A-Logger/index.js.map +1 -0
- package/dist/node/lib/A-Logger/index.mjs +6 -0
- package/dist/node/lib/A-Logger/index.mjs.map +1 -0
- package/dist/node/lib/A-Manifest/A-Manifest.context.d.mts +3 -0
- package/dist/node/lib/A-Manifest/A-Manifest.context.d.ts +3 -0
- package/dist/node/lib/A-Manifest/A-Manifest.context.js +164 -0
- package/dist/node/lib/A-Manifest/A-Manifest.context.js.map +1 -0
- package/dist/node/lib/A-Manifest/A-Manifest.context.mjs +157 -0
- package/dist/node/lib/A-Manifest/A-Manifest.context.mjs.map +1 -0
- package/dist/node/lib/A-Manifest/A-Manifest.error.d.mts +7 -0
- package/dist/node/lib/A-Manifest/A-Manifest.error.d.ts +7 -0
- package/dist/node/lib/A-Manifest/A-Manifest.error.js +11 -0
- package/dist/node/lib/A-Manifest/A-Manifest.error.js.map +1 -0
- package/dist/node/lib/A-Manifest/A-Manifest.error.mjs +10 -0
- package/dist/node/lib/A-Manifest/A-Manifest.error.mjs.map +1 -0
- package/dist/node/lib/A-Manifest/A-Manifest.types.d.mts +45 -0
- package/dist/node/lib/A-Manifest/A-Manifest.types.d.ts +45 -0
- package/dist/node/lib/A-Manifest/A-Manifest.types.js +4 -0
- package/dist/node/lib/A-Manifest/A-Manifest.types.js.map +1 -0
- package/dist/node/lib/A-Manifest/A-Manifest.types.mjs +3 -0
- package/dist/node/lib/A-Manifest/A-Manifest.types.mjs.map +1 -0
- package/dist/node/lib/A-Manifest/classes/A-ManifestChecker.class.d.mts +3 -0
- package/dist/node/lib/A-Manifest/classes/A-ManifestChecker.class.d.ts +3 -0
- package/dist/node/lib/A-Manifest/classes/A-ManifestChecker.class.js +22 -0
- package/dist/node/lib/A-Manifest/classes/A-ManifestChecker.class.js.map +1 -0
- package/dist/node/lib/A-Manifest/classes/A-ManifestChecker.class.mjs +22 -0
- package/dist/node/lib/A-Manifest/classes/A-ManifestChecker.class.mjs.map +1 -0
- package/dist/node/lib/A-Manifest/index.d.mts +4 -0
- package/dist/node/lib/A-Manifest/index.d.ts +4 -0
- package/dist/node/lib/A-Manifest/index.js +29 -0
- package/dist/node/lib/A-Manifest/index.js.map +1 -0
- package/dist/node/lib/A-Manifest/index.mjs +7 -0
- package/dist/node/lib/A-Manifest/index.mjs.map +1 -0
- package/dist/node/lib/A-Memory/A-Memory.component.d.mts +86 -0
- package/dist/node/lib/A-Memory/A-Memory.component.d.ts +86 -0
- package/dist/node/lib/A-Memory/A-Memory.component.js +335 -0
- package/dist/node/lib/A-Memory/A-Memory.component.js.map +1 -0
- package/dist/node/lib/A-Memory/A-Memory.component.mjs +325 -0
- package/dist/node/lib/A-Memory/A-Memory.component.mjs.map +1 -0
- package/dist/node/lib/A-Memory/A-Memory.constants.d.mts +44 -0
- package/dist/node/lib/A-Memory/A-Memory.constants.d.ts +44 -0
- package/dist/node/lib/A-Memory/A-Memory.constants.js +19 -0
- package/dist/node/lib/A-Memory/A-Memory.constants.js.map +1 -0
- package/dist/node/lib/A-Memory/A-Memory.constants.mjs +19 -0
- package/dist/node/lib/A-Memory/A-Memory.constants.mjs.map +1 -0
- package/dist/node/lib/A-Memory/A-Memory.context.d.mts +12 -0
- package/dist/node/lib/A-Memory/A-Memory.context.d.ts +12 -0
- package/dist/node/lib/A-Memory/A-Memory.context.js +43 -0
- package/dist/node/lib/A-Memory/A-Memory.context.js.map +1 -0
- package/dist/node/lib/A-Memory/A-Memory.context.mjs +36 -0
- package/dist/node/lib/A-Memory/A-Memory.context.mjs.map +1 -0
- package/dist/node/lib/A-Memory/A-Memory.error.d.mts +14 -0
- package/dist/node/lib/A-Memory/A-Memory.error.d.ts +14 -0
- package/dist/node/lib/A-Memory/A-Memory.error.js +18 -0
- package/dist/node/lib/A-Memory/A-Memory.error.js.map +1 -0
- package/dist/node/lib/A-Memory/A-Memory.error.mjs +17 -0
- package/dist/node/lib/A-Memory/A-Memory.error.mjs.map +1 -0
- package/dist/node/lib/A-Memory/A-Memory.types.d.mts +24 -0
- package/dist/node/lib/A-Memory/A-Memory.types.d.ts +24 -0
- package/dist/node/lib/A-Memory/A-Memory.types.js +4 -0
- package/dist/node/lib/A-Memory/A-Memory.types.js.map +1 -0
- package/dist/node/lib/A-Memory/A-Memory.types.mjs +3 -0
- package/dist/node/lib/A-Memory/A-Memory.types.mjs.map +1 -0
- package/dist/node/lib/A-Memory/index.d.mts +9 -0
- package/dist/node/lib/A-Memory/index.d.ts +9 -0
- package/dist/node/lib/A-Memory/index.js +36 -0
- package/dist/node/lib/A-Memory/index.js.map +1 -0
- package/dist/node/lib/A-Memory/index.mjs +8 -0
- package/dist/node/lib/A-Memory/index.mjs.map +1 -0
- package/dist/node/lib/A-Operation/A-Operation.context.d.mts +16 -0
- package/dist/node/lib/A-Operation/A-Operation.context.d.ts +16 -0
- package/dist/node/lib/A-Operation/A-Operation.context.js +55 -0
- package/dist/node/lib/A-Operation/A-Operation.context.js.map +1 -0
- package/dist/node/lib/A-Operation/A-Operation.context.mjs +48 -0
- package/dist/node/lib/A-Operation/A-Operation.context.mjs.map +1 -0
- package/dist/node/lib/A-Operation/A-Operation.types.d.mts +40 -0
- package/dist/node/lib/A-Operation/A-Operation.types.d.ts +40 -0
- package/dist/node/lib/A-Operation/A-Operation.types.js +4 -0
- package/dist/node/lib/A-Operation/A-Operation.types.js.map +1 -0
- package/dist/node/lib/A-Operation/A-Operation.types.mjs +3 -0
- package/dist/node/lib/A-Operation/A-Operation.types.mjs.map +1 -0
- package/dist/node/lib/A-Operation/index.d.mts +4 -0
- package/dist/node/lib/A-Operation/index.d.ts +4 -0
- package/dist/node/lib/A-Operation/index.js +19 -0
- package/dist/node/lib/A-Operation/index.js.map +1 -0
- package/dist/node/lib/A-Operation/index.mjs +5 -0
- package/dist/node/lib/A-Operation/index.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-browser.d.mts +108 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-browser.d.ts +108 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-browser.js +163 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-browser.js.map +1 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-browser.mjs +153 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-browser.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-node.d.mts +108 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-node.d.ts +108 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-node.js +160 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-node.js.map +1 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-node.mjs +150 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.component.env-node.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.types.d.mts +59 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.types.d.ts +59 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.types.js +4 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.types.js.map +1 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.types.mjs +3 -0
- package/dist/node/lib/A-Polyfill/A-Polyfill.types.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Buffer-Polyfill.base.d.mts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Buffer-Polyfill.base.d.ts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Buffer-Polyfill.base.js +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Buffer-Polyfill.base.js.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Buffer-Polyfill.base.mjs +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Buffer-Polyfill.base.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Crypto-Polyfill.base.d.mts +23 -0
- package/dist/node/lib/A-Polyfill/base/A-Crypto-Polyfill.base.d.ts +23 -0
- package/dist/node/lib/A-Polyfill/base/A-Crypto-Polyfill.base.js +31 -0
- package/dist/node/lib/A-Polyfill/base/A-Crypto-Polyfill.base.js.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Crypto-Polyfill.base.mjs +31 -0
- package/dist/node/lib/A-Polyfill/base/A-Crypto-Polyfill.base.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-FS-Polyfill.base.d.mts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-FS-Polyfill.base.d.ts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-FS-Polyfill.base.js +30 -0
- package/dist/node/lib/A-Polyfill/base/A-FS-Polyfill.base.js.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-FS-Polyfill.base.mjs +30 -0
- package/dist/node/lib/A-Polyfill/base/A-FS-Polyfill.base.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Http-Polyfill.base.d.mts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Http-Polyfill.base.d.ts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Http-Polyfill.base.js +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Http-Polyfill.base.js.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Http-Polyfill.base.mjs +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Http-Polyfill.base.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Https-Polyfill.base.d.mts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Https-Polyfill.base.d.ts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Https-Polyfill.base.js +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Https-Polyfill.base.js.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Https-Polyfill.base.mjs +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Https-Polyfill.base.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Path-Polyfill.base.d.mts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Path-Polyfill.base.d.ts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Path-Polyfill.base.js +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Path-Polyfill.base.js.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Path-Polyfill.base.mjs +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Path-Polyfill.base.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Process-Polyfill.base.d.mts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Process-Polyfill.base.d.ts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Process-Polyfill.base.js +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Process-Polyfill.base.js.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Process-Polyfill.base.mjs +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Process-Polyfill.base.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Url-Polyfill.base.d.mts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Url-Polyfill.base.d.ts +22 -0
- package/dist/node/lib/A-Polyfill/base/A-Url-Polyfill.base.js +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Url-Polyfill.base.js.map +1 -0
- package/dist/node/lib/A-Polyfill/base/A-Url-Polyfill.base.mjs +30 -0
- package/dist/node/lib/A-Polyfill/base/A-Url-Polyfill.base.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/base/index.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/base/index.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/base/index.js +47 -0
- package/dist/node/lib/A-Polyfill/base/index.js.map +1 -0
- package/dist/node/lib/A-Polyfill/base/index.mjs +11 -0
- package/dist/node/lib/A-Polyfill/base/index.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Buffer-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-Buffer-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-Buffer-Polyfill.js +46 -0
- package/dist/node/lib/A-Polyfill/browser/A-Buffer-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Buffer-Polyfill.mjs +45 -0
- package/dist/node/lib/A-Polyfill/browser/A-Buffer-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Crypto-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-Crypto-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-Crypto-Polyfill.js +36 -0
- package/dist/node/lib/A-Polyfill/browser/A-Crypto-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Crypto-Polyfill.mjs +35 -0
- package/dist/node/lib/A-Polyfill/browser/A-Crypto-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-FS-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-FS-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-FS-Polyfill.js +29 -0
- package/dist/node/lib/A-Polyfill/browser/A-FS-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-FS-Polyfill.mjs +28 -0
- package/dist/node/lib/A-Polyfill/browser/A-FS-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Http-Polyfill.d.mts +18 -0
- package/dist/node/lib/A-Polyfill/browser/A-Http-Polyfill.d.ts +18 -0
- package/dist/node/lib/A-Polyfill/browser/A-Http-Polyfill.js +58 -0
- package/dist/node/lib/A-Polyfill/browser/A-Http-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Http-Polyfill.mjs +57 -0
- package/dist/node/lib/A-Polyfill/browser/A-Http-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Https-Polyfill.d.mts +18 -0
- package/dist/node/lib/A-Polyfill/browser/A-Https-Polyfill.d.ts +18 -0
- package/dist/node/lib/A-Polyfill/browser/A-Https-Polyfill.js +58 -0
- package/dist/node/lib/A-Polyfill/browser/A-Https-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Https-Polyfill.mjs +57 -0
- package/dist/node/lib/A-Polyfill/browser/A-Https-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Path-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-Path-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-Path-Polyfill.js +64 -0
- package/dist/node/lib/A-Polyfill/browser/A-Path-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Path-Polyfill.mjs +63 -0
- package/dist/node/lib/A-Polyfill/browser/A-Path-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Process-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-Process-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-Process-Polyfill.js +33 -0
- package/dist/node/lib/A-Polyfill/browser/A-Process-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Process-Polyfill.mjs +32 -0
- package/dist/node/lib/A-Polyfill/browser/A-Process-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Url-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-Url-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/browser/A-Url-Polyfill.js +50 -0
- package/dist/node/lib/A-Polyfill/browser/A-Url-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/A-Url-Polyfill.mjs +49 -0
- package/dist/node/lib/A-Polyfill/browser/A-Url-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/index.d.mts +23 -0
- package/dist/node/lib/A-Polyfill/browser/index.d.ts +23 -0
- package/dist/node/lib/A-Polyfill/browser/index.js +56 -0
- package/dist/node/lib/A-Polyfill/browser/index.js.map +1 -0
- package/dist/node/lib/A-Polyfill/browser/index.mjs +9 -0
- package/dist/node/lib/A-Polyfill/browser/index.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/index.browser.d.mts +26 -0
- package/dist/node/lib/A-Polyfill/index.browser.d.ts +26 -0
- package/dist/node/lib/A-Polyfill/index.browser.js +33 -0
- package/dist/node/lib/A-Polyfill/index.browser.js.map +1 -0
- package/dist/node/lib/A-Polyfill/index.browser.mjs +7 -0
- package/dist/node/lib/A-Polyfill/index.browser.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/index.node.d.mts +26 -0
- package/dist/node/lib/A-Polyfill/index.node.d.ts +26 -0
- package/dist/node/lib/A-Polyfill/index.node.js +33 -0
- package/dist/node/lib/A-Polyfill/index.node.js.map +1 -0
- package/dist/node/lib/A-Polyfill/index.node.mjs +7 -0
- package/dist/node/lib/A-Polyfill/index.node.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Buffer-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Buffer-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Buffer-Polyfill.js +27 -0
- package/dist/node/lib/A-Polyfill/node/A-Buffer-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Buffer-Polyfill.mjs +22 -0
- package/dist/node/lib/A-Polyfill/node/A-Buffer-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Crypto-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Crypto-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Crypto-Polyfill.js +39 -0
- package/dist/node/lib/A-Polyfill/node/A-Crypto-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Crypto-Polyfill.mjs +34 -0
- package/dist/node/lib/A-Polyfill/node/A-Crypto-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-FS-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-FS-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-FS-Polyfill.js +21 -0
- package/dist/node/lib/A-Polyfill/node/A-FS-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-FS-Polyfill.mjs +16 -0
- package/dist/node/lib/A-Polyfill/node/A-FS-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Http-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Http-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Http-Polyfill.js +25 -0
- package/dist/node/lib/A-Polyfill/node/A-Http-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Http-Polyfill.mjs +20 -0
- package/dist/node/lib/A-Polyfill/node/A-Http-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Https-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Https-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Https-Polyfill.js +25 -0
- package/dist/node/lib/A-Polyfill/node/A-Https-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Https-Polyfill.mjs +20 -0
- package/dist/node/lib/A-Polyfill/node/A-Https-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Path-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Path-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Path-Polyfill.js +34 -0
- package/dist/node/lib/A-Polyfill/node/A-Path-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Path-Polyfill.mjs +29 -0
- package/dist/node/lib/A-Polyfill/node/A-Path-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Process-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Process-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Process-Polyfill.js +25 -0
- package/dist/node/lib/A-Polyfill/node/A-Process-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Process-Polyfill.mjs +24 -0
- package/dist/node/lib/A-Polyfill/node/A-Process-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Url-Polyfill.d.mts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Url-Polyfill.d.ts +17 -0
- package/dist/node/lib/A-Polyfill/node/A-Url-Polyfill.js +27 -0
- package/dist/node/lib/A-Polyfill/node/A-Url-Polyfill.js.map +1 -0
- package/dist/node/lib/A-Polyfill/node/A-Url-Polyfill.mjs +22 -0
- package/dist/node/lib/A-Polyfill/node/A-Url-Polyfill.mjs.map +1 -0
- package/dist/node/lib/A-Polyfill/node/index.d.mts +23 -0
- package/dist/node/lib/A-Polyfill/node/index.d.ts +23 -0
- package/dist/node/lib/A-Polyfill/node/index.js +56 -0
- package/dist/node/lib/A-Polyfill/node/index.js.map +1 -0
- package/dist/node/lib/A-Polyfill/node/index.mjs +9 -0
- package/dist/node/lib/A-Polyfill/node/index.mjs.map +1 -0
- package/dist/node/lib/A-Route/A-Route.entity.d.mts +25 -0
- package/dist/node/lib/A-Route/A-Route.entity.d.ts +25 -0
- package/dist/node/lib/A-Route/A-Route.entity.js +105 -0
- package/dist/node/lib/A-Route/A-Route.entity.js.map +1 -0
- package/dist/node/lib/A-Route/A-Route.entity.mjs +98 -0
- package/dist/node/lib/A-Route/A-Route.entity.mjs.map +1 -0
- package/dist/node/lib/A-Route/A-Route.types.d.mts +2 -0
- package/dist/node/lib/A-Route/A-Route.types.d.ts +2 -0
- package/dist/node/lib/A-Route/A-Route.types.js +4 -0
- package/dist/node/lib/A-Route/A-Route.types.js.map +1 -0
- package/dist/node/lib/A-Route/A-Route.types.mjs +3 -0
- package/dist/node/lib/A-Route/A-Route.types.mjs.map +1 -0
- package/dist/node/lib/A-Route/index.d.mts +2 -0
- package/dist/node/lib/A-Route/index.d.ts +2 -0
- package/dist/node/lib/A-Route/index.js +12 -0
- package/dist/node/lib/A-Route/index.js.map +1 -0
- package/dist/node/lib/A-Route/index.mjs +4 -0
- package/dist/node/lib/A-Route/index.mjs.map +1 -0
- package/dist/node/lib/A-Schedule/A-Deferred.class.d.mts +14 -0
- package/dist/node/lib/A-Schedule/A-Deferred.class.d.ts +14 -0
- package/dist/node/lib/A-Schedule/A-Deferred.class.js +24 -0
- package/dist/node/lib/A-Schedule/A-Deferred.class.js.map +1 -0
- package/dist/node/lib/A-Schedule/A-Deferred.class.mjs +24 -0
- package/dist/node/lib/A-Schedule/A-Deferred.class.mjs.map +1 -0
- package/dist/node/lib/A-Schedule/A-Schedule.component.d.mts +60 -0
- package/dist/node/lib/A-Schedule/A-Schedule.component.d.ts +60 -0
- package/dist/node/lib/A-Schedule/A-Schedule.component.js +46 -0
- package/dist/node/lib/A-Schedule/A-Schedule.component.js.map +1 -0
- package/dist/node/lib/A-Schedule/A-Schedule.component.mjs +39 -0
- package/dist/node/lib/A-Schedule/A-Schedule.component.mjs.map +1 -0
- package/dist/node/lib/A-Schedule/A-Schedule.types.d.mts +12 -0
- package/dist/node/lib/A-Schedule/A-Schedule.types.d.ts +12 -0
- package/dist/node/lib/A-Schedule/A-Schedule.types.js +4 -0
- package/dist/node/lib/A-Schedule/A-Schedule.types.js.map +1 -0
- package/dist/node/lib/A-Schedule/A-Schedule.types.mjs +3 -0
- package/dist/node/lib/A-Schedule/A-Schedule.types.mjs.map +1 -0
- package/dist/node/lib/A-Schedule/A-ScheduleObject.class.d.mts +32 -0
- package/dist/node/lib/A-Schedule/A-ScheduleObject.class.d.ts +32 -0
- package/dist/node/lib/A-Schedule/A-ScheduleObject.class.js +49 -0
- package/dist/node/lib/A-Schedule/A-ScheduleObject.class.js.map +1 -0
- package/dist/node/lib/A-Schedule/A-ScheduleObject.class.mjs +48 -0
- package/dist/node/lib/A-Schedule/A-ScheduleObject.class.mjs.map +1 -0
- package/dist/node/lib/A-Schedule/index.d.mts +5 -0
- package/dist/node/lib/A-Schedule/index.d.ts +5 -0
- package/dist/node/lib/A-Schedule/index.js +29 -0
- package/dist/node/lib/A-Schedule/index.js.map +1 -0
- package/dist/node/lib/A-Schedule/index.mjs +7 -0
- package/dist/node/lib/A-Schedule/index.mjs.map +1 -0
- package/dist/node/lib/A-Service/A-Service.constants.d.mts +14 -0
- package/dist/node/lib/A-Service/A-Service.constants.d.ts +14 -0
- package/dist/node/lib/A-Service/A-Service.constants.js +19 -0
- package/dist/node/lib/A-Service/A-Service.constants.js.map +1 -0
- package/dist/node/lib/A-Service/A-Service.constants.mjs +19 -0
- package/dist/node/lib/A-Service/A-Service.constants.mjs.map +1 -0
- package/dist/node/lib/A-Service/A-Service.container.d.mts +50 -0
- package/dist/node/lib/A-Service/A-Service.container.d.ts +50 -0
- package/dist/node/lib/A-Service/A-Service.container.js +188 -0
- package/dist/node/lib/A-Service/A-Service.container.js.map +1 -0
- package/dist/node/lib/A-Service/A-Service.container.mjs +178 -0
- package/dist/node/lib/A-Service/A-Service.container.mjs.map +1 -0
- package/dist/node/lib/A-Service/A-Service.error.d.mts +9 -0
- package/dist/node/lib/A-Service/A-Service.error.d.ts +9 -0
- package/dist/node/lib/A-Service/A-Service.error.js +13 -0
- package/dist/node/lib/A-Service/A-Service.error.js.map +1 -0
- package/dist/node/lib/A-Service/A-Service.error.mjs +12 -0
- package/dist/node/lib/A-Service/A-Service.error.mjs.map +1 -0
- package/dist/node/lib/A-Service/A-Service.types.d.mts +27 -0
- package/dist/node/lib/A-Service/A-Service.types.d.ts +27 -0
- package/dist/node/lib/A-Service/A-Service.types.js +16 -0
- package/dist/node/lib/A-Service/A-Service.types.js.map +1 -0
- package/dist/node/lib/A-Service/A-Service.types.mjs +16 -0
- package/dist/node/lib/A-Service/A-Service.types.mjs.map +1 -0
- package/dist/node/lib/A-Service/index.d.mts +28 -0
- package/dist/node/lib/A-Service/index.d.ts +28 -0
- package/dist/node/lib/A-Service/index.js +19 -0
- package/dist/node/lib/A-Service/index.js.map +1 -0
- package/dist/node/lib/A-Service/index.mjs +5 -0
- package/dist/node/lib/A-Service/index.mjs.map +1 -0
- package/dist/node/lib/A-Signal/A-Signal.constants.d.mts +2 -0
- package/dist/node/lib/A-Signal/A-Signal.constants.d.ts +2 -0
- package/dist/node/lib/A-Signal/A-Signal.constants.js +4 -0
- package/dist/node/lib/A-Signal/A-Signal.constants.js.map +1 -0
- package/dist/node/lib/A-Signal/A-Signal.constants.mjs +3 -0
- package/dist/node/lib/A-Signal/A-Signal.constants.mjs.map +1 -0
- package/dist/node/lib/A-Signal/A-Signal.error.d.mts +2 -0
- package/dist/node/lib/A-Signal/A-Signal.error.d.ts +2 -0
- package/dist/node/lib/A-Signal/A-Signal.error.js +4 -0
- package/dist/node/lib/A-Signal/A-Signal.error.js.map +1 -0
- package/dist/node/lib/A-Signal/A-Signal.error.mjs +3 -0
- package/dist/node/lib/A-Signal/A-Signal.error.mjs.map +1 -0
- package/dist/node/lib/A-Signal/A-Signal.types.d.mts +2 -0
- package/dist/node/lib/A-Signal/A-Signal.types.d.ts +2 -0
- package/dist/node/lib/A-Signal/A-Signal.types.js +4 -0
- package/dist/node/lib/A-Signal/A-Signal.types.js.map +1 -0
- package/dist/node/lib/A-Signal/A-Signal.types.mjs +3 -0
- package/dist/node/lib/A-Signal/A-Signal.types.mjs.map +1 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.component.d.mts +44 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.component.d.ts +44 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.component.js +132 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.component.js.map +1 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.component.mjs +122 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.component.mjs.map +1 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.constants.d.mts +7 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.constants.d.ts +7 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.constants.js +12 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.constants.js.map +1 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.constants.mjs +12 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.constants.mjs.map +1 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.error.d.mts +7 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.error.d.ts +7 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.error.js +11 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.error.js.map +1 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.error.mjs +10 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.error.mjs.map +1 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.types.d.mts +2 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.types.d.ts +2 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.types.js +4 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.types.js.map +1 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.types.mjs +3 -0
- package/dist/node/lib/A-Signal/components/A-SignalBus.types.mjs.map +1 -0
- package/dist/node/lib/A-Signal/context/A-SignalConfig.context.d.mts +36 -0
- package/dist/node/lib/A-Signal/context/A-SignalConfig.context.d.ts +36 -0
- package/dist/node/lib/A-Signal/context/A-SignalConfig.context.js +68 -0
- package/dist/node/lib/A-Signal/context/A-SignalConfig.context.js.map +1 -0
- package/dist/node/lib/A-Signal/context/A-SignalConfig.context.mjs +61 -0
- package/dist/node/lib/A-Signal/context/A-SignalConfig.context.mjs.map +1 -0
- package/dist/node/lib/A-Signal/context/A-SignalState.context.d.mts +111 -0
- package/dist/node/lib/A-Signal/context/A-SignalState.context.d.ts +111 -0
- package/dist/node/lib/A-Signal/context/A-SignalState.context.js +114 -0
- package/dist/node/lib/A-Signal/context/A-SignalState.context.js.map +1 -0
- package/dist/node/lib/A-Signal/context/A-SignalState.context.mjs +107 -0
- package/dist/node/lib/A-Signal/context/A-SignalState.context.mjs.map +1 -0
- package/dist/node/lib/A-Signal/entities/A-Signal.entity.d.mts +2 -0
- package/dist/node/lib/A-Signal/entities/A-Signal.entity.d.ts +2 -0
- package/dist/node/lib/A-Signal/entities/A-Signal.entity.js +120 -0
- package/dist/node/lib/A-Signal/entities/A-Signal.entity.js.map +1 -0
- package/dist/node/lib/A-Signal/entities/A-Signal.entity.mjs +113 -0
- package/dist/node/lib/A-Signal/entities/A-Signal.entity.mjs.map +1 -0
- package/dist/node/lib/A-Signal/entities/A-SignalVector.entity.d.mts +113 -0
- package/dist/node/lib/A-Signal/entities/A-SignalVector.entity.d.ts +113 -0
- package/dist/node/lib/A-Signal/entities/A-SignalVector.entity.js +217 -0
- package/dist/node/lib/A-Signal/entities/A-SignalVector.entity.js.map +1 -0
- package/dist/node/lib/A-Signal/entities/A-SignalVector.entity.mjs +210 -0
- package/dist/node/lib/A-Signal/entities/A-SignalVector.entity.mjs.map +1 -0
- package/dist/node/lib/A-Signal/index.d.mts +15 -0
- package/dist/node/lib/A-Signal/index.d.ts +15 -0
- package/dist/node/lib/A-Signal/index.js +51 -0
- package/dist/node/lib/A-Signal/index.js.map +1 -0
- package/dist/node/lib/A-Signal/index.mjs +11 -0
- package/dist/node/lib/A-Signal/index.mjs.map +1 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.component.d.mts +180 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.component.d.ts +180 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.component.js +119 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.component.js.map +1 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.component.mjs +110 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.component.mjs.map +1 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.constants.d.mts +20 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.constants.d.ts +20 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.constants.js +13 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.constants.js.map +1 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.constants.mjs +13 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.constants.mjs.map +1 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.error.d.mts +8 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.error.d.ts +8 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.error.js +12 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.error.js.map +1 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.error.mjs +11 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.error.mjs.map +1 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.types.d.mts +14 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.types.d.ts +14 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.types.js +4 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.types.js.map +1 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.types.mjs +3 -0
- package/dist/node/lib/A-StateMachine/A-StateMachine.types.mjs.map +1 -0
- package/dist/node/lib/A-StateMachine/A-StateMachineTransition.context.d.mts +19 -0
- package/dist/node/lib/A-StateMachine/A-StateMachineTransition.context.d.ts +19 -0
- package/dist/node/lib/A-StateMachine/A-StateMachineTransition.context.js +43 -0
- package/dist/node/lib/A-StateMachine/A-StateMachineTransition.context.js.map +1 -0
- package/dist/node/lib/A-StateMachine/A-StateMachineTransition.context.mjs +36 -0
- package/dist/node/lib/A-StateMachine/A-StateMachineTransition.context.mjs.map +1 -0
- package/dist/node/lib/A-StateMachine/index.d.mts +9 -0
- package/dist/node/lib/A-StateMachine/index.d.ts +9 -0
- package/dist/node/lib/A-StateMachine/index.js +36 -0
- package/dist/node/lib/A-StateMachine/index.js.map +1 -0
- package/dist/node/lib/A-StateMachine/index.mjs +8 -0
- package/dist/node/lib/A-StateMachine/index.mjs.map +1 -0
- package/examples/A-Logger-examples.ts +1 -2
- package/jest.config.ts +20 -7
- package/package.json +232 -15
- package/src/lib/A-Channel/A-Channel.component.ts +1 -1
- package/src/lib/A-Channel/A-Channel.error.ts +1 -1
- package/src/lib/A-Channel/A-Channel.types.ts +0 -3
- package/src/lib/A-Channel/A-ChannelRequest.context.ts +1 -1
- package/src/lib/A-Channel/index.ts +6 -0
- package/src/lib/A-Command/A-Command.entity.ts +3 -5
- package/src/lib/A-Command/index.ts +5 -0
- package/src/lib/A-Config/A-Config.container.ts +3 -4
- package/src/lib/A-Config/A-Config.context.ts +1 -1
- package/src/lib/A-Config/components/ConfigReader.component.ts +10 -21
- package/src/lib/A-Config/components/ENVConfigReader.component.ts +13 -12
- package/src/lib/A-Config/index.ts +9 -0
- package/src/lib/A-Execution/index.ts +3 -0
- package/src/lib/A-Logger/A-Logger.component.ts +3 -1
- package/src/lib/A-Logger/index.ts +5 -0
- package/src/lib/A-Manifest/index.ts +5 -0
- package/src/lib/A-Memory/A-Memory.component.ts +1 -1
- package/src/lib/A-Memory/A-Memory.types.ts +1 -1
- package/src/lib/A-Memory/index.ts +6 -0
- package/src/lib/A-Operation/A-Operation.context.ts +1 -1
- package/src/lib/A-Operation/index.ts +3 -0
- package/src/lib/A-Polyfill/{A-Polyfill.component.ts → A-Polyfill.component.env-browser.ts} +26 -27
- package/src/lib/A-Polyfill/A-Polyfill.component.env-node.ts +184 -0
- package/src/lib/A-Polyfill/base/A-Buffer-Polyfill.base.ts +34 -0
- package/src/lib/A-Polyfill/base/A-Crypto-Polyfill.base.ts +36 -0
- package/src/lib/A-Polyfill/base/A-FS-Polyfill.base.ts +34 -0
- package/src/lib/A-Polyfill/base/A-Http-Polyfill.base.ts +34 -0
- package/src/lib/A-Polyfill/base/A-Https-Polyfill.base.ts +34 -0
- package/src/lib/A-Polyfill/base/A-Path-Polyfill.base.ts +34 -0
- package/src/lib/A-Polyfill/base/A-Process-Polyfill.base.ts +34 -0
- package/src/lib/A-Polyfill/base/A-Url-Polyfill.base.ts +34 -0
- package/src/lib/A-Polyfill/base/index.ts +9 -0
- package/src/lib/A-Polyfill/browser/A-Buffer-Polyfill.ts +42 -0
- package/src/lib/A-Polyfill/browser/A-Crypto-Polyfill.ts +32 -0
- package/src/lib/A-Polyfill/browser/A-FS-Polyfill.ts +25 -0
- package/src/lib/A-Polyfill/{classes/A-Http-Polyfill.class.ts → browser/A-Http-Polyfill.ts} +6 -46
- package/src/lib/A-Polyfill/{classes/A-Https-Polyfill.class.ts → browser/A-Https-Polyfill.ts} +6 -46
- package/src/lib/A-Polyfill/{classes/A-Path-Polyfill.class.ts → browser/A-Path-Polyfill.ts} +6 -42
- package/src/lib/A-Polyfill/browser/A-Process-Polyfill.ts +29 -0
- package/src/lib/A-Polyfill/browser/A-Url-Polyfill.ts +46 -0
- package/src/lib/A-Polyfill/browser/index.ts +8 -0
- package/src/lib/A-Polyfill/index.browser.ts +5 -0
- package/src/lib/A-Polyfill/index.node.ts +5 -0
- package/src/lib/A-Polyfill/node/A-Buffer-Polyfill.ts +19 -0
- package/src/lib/A-Polyfill/node/A-Crypto-Polyfill.ts +31 -0
- package/src/lib/A-Polyfill/node/A-FS-Polyfill.ts +14 -0
- package/src/lib/A-Polyfill/node/A-Http-Polyfill.ts +17 -0
- package/src/lib/A-Polyfill/node/A-Https-Polyfill.ts +18 -0
- package/src/lib/A-Polyfill/node/A-Path-Polyfill.ts +27 -0
- package/src/lib/A-Polyfill/node/A-Process-Polyfill.ts +21 -0
- package/src/lib/A-Polyfill/node/A-Url-Polyfill.ts +19 -0
- package/src/lib/A-Polyfill/node/index.ts +8 -0
- package/src/lib/A-Route/index.ts +3 -0
- package/src/lib/A-Schedule/index.ts +5 -0
- package/src/lib/A-Service/A-Service.container.ts +2 -4
- package/src/lib/A-Service/index.ts +4 -0
- package/src/lib/A-Signal/components/A-SignalBus.component.ts +2 -2
- package/src/lib/A-Signal/index.ts +11 -0
- package/src/lib/A-StateMachine/A-StateMachine.types.ts +1 -1
- package/src/lib/A-StateMachine/A-StateMachineTransition.context.ts +1 -1
- package/src/lib/A-StateMachine/index.ts +6 -0
- package/tests/A-Channel.test.ts +3 -5
- package/tests/A-Command.test.ts +4 -9
- package/tests/A-Config.test.ts +8 -7
- package/tests/A-Logger.test.ts +1 -3
- package/tests/A-Manifest.test.ts +1 -1
- package/tests/A-Memory.test.ts +1 -3
- package/tests/A-Polyfill.test.ts +2 -2
- package/tests/A-Route.test.ts +1 -3
- package/tests/A-Schedule.test.ts +1 -1
- package/tests/A-Signal.test.ts +1 -5
- package/tests/A-StateMachine.test.ts +2 -5
- package/tests/main.test.ts +30 -0
- package/tsconfig.json +39 -57
- package/tsup.config.ts +94 -28
- package/dist/index.cjs +0 -35
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.mts +0 -2976
- package/dist/index.d.ts +0 -2976
- package/dist/index.mjs +0 -35
- package/dist/index.mjs.map +0 -1
- package/src/index.ts +0 -124
- package/src/lib/A-Polyfill/classes/A-Buffer-Polyfill.class.ts +0 -85
- package/src/lib/A-Polyfill/classes/A-Crypto-Polyfill.class.ts +0 -87
- package/src/lib/A-Polyfill/classes/A-FS-Polyfill.class.ts +0 -61
- package/src/lib/A-Polyfill/classes/A-Process-Polyfill.class.ts +0 -73
- package/src/lib/A-Polyfill/classes/A-Url-Polyfill.class.ts +0 -88
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import '../../../chunk-EQQGB2QZ.mjs';
|
|
2
|
+
import { A_PathPolyfillBase } from '../base/A-Path-Polyfill.base';
|
|
3
|
+
import pathModule from 'path';
|
|
4
|
+
|
|
5
|
+
class A_PathPolyfill extends A_PathPolyfillBase {
|
|
6
|
+
constructor(logger) {
|
|
7
|
+
super(logger);
|
|
8
|
+
}
|
|
9
|
+
async initImplementation() {
|
|
10
|
+
this._path = {
|
|
11
|
+
basename: pathModule.basename,
|
|
12
|
+
dirname: pathModule.dirname,
|
|
13
|
+
extname: pathModule.extname,
|
|
14
|
+
join: pathModule.join,
|
|
15
|
+
resolve: pathModule.resolve,
|
|
16
|
+
relative: pathModule.relative,
|
|
17
|
+
normalize: pathModule.normalize,
|
|
18
|
+
isAbsolute: pathModule.isAbsolute,
|
|
19
|
+
parse: pathModule.parse,
|
|
20
|
+
format: pathModule.format,
|
|
21
|
+
sep: pathModule.sep,
|
|
22
|
+
delimiter: pathModule.delimiter
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { A_PathPolyfill };
|
|
28
|
+
//# sourceMappingURL=A-Path-Polyfill.mjs.map
|
|
29
|
+
//# sourceMappingURL=A-Path-Polyfill.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../src/lib/A-Polyfill/node/A-Path-Polyfill.ts"],"names":[],"mappings":";;;;AAKO,MAAM,uBAAuB,kBAAA,CAAmB;AAAA,EACnD,YAAY,MAAA,EAAkB;AAC1B,IAAA,KAAA,CAAM,MAAM,CAAA;AAAA,EAChB;AAAA,EAEA,MAAgB,kBAAA,GAAoC;AAChD,IAAA,IAAA,CAAK,KAAA,GAAQ;AAAA,MACT,UAAU,UAAA,CAAW,QAAA;AAAA,MACrB,SAAS,UAAA,CAAW,OAAA;AAAA,MACpB,SAAS,UAAA,CAAW,OAAA;AAAA,MACpB,MAAM,UAAA,CAAW,IAAA;AAAA,MACjB,SAAS,UAAA,CAAW,OAAA;AAAA,MACpB,UAAU,UAAA,CAAW,QAAA;AAAA,MACrB,WAAW,UAAA,CAAW,SAAA;AAAA,MACtB,YAAY,UAAA,CAAW,UAAA;AAAA,MACvB,OAAO,UAAA,CAAW,KAAA;AAAA,MAClB,QAAQ,UAAA,CAAW,MAAA;AAAA,MACnB,KAAK,UAAA,CAAW,GAAA;AAAA,MAChB,WAAW,UAAA,CAAW;AAAA,KAC1B;AAAA,EACJ;AACJ","file":"A-Path-Polyfill.mjs","sourcesContent":["import { A_Logger } from \"@adaas/a-utils/a-logger\";\nimport { A_PathPolyfillBase } from \"../base/A-Path-Polyfill.base\";\nimport { IpathInterface } from \"../A-Polyfill.types\";\nimport pathModule from 'path';\n\nexport class A_PathPolyfill extends A_PathPolyfillBase {\n constructor(logger: A_Logger) {\n super(logger);\n }\n\n protected async initImplementation(): Promise<void> {\n this._path = {\n basename: pathModule.basename,\n dirname: pathModule.dirname,\n extname: pathModule.extname,\n join: pathModule.join,\n resolve: pathModule.resolve,\n relative: pathModule.relative,\n normalize: pathModule.normalize,\n isAbsolute: pathModule.isAbsolute,\n parse: pathModule.parse,\n format: pathModule.format,\n sep: pathModule.sep,\n delimiter: pathModule.delimiter\n } as IpathInterface;\n }\n}"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { A_Logger } from '../../A-Logger/A-Logger.component.mjs';
|
|
2
|
+
import { A_ProcessPolyfillBase } from '../base/A-Process-Polyfill.base.mjs';
|
|
3
|
+
import '@adaas/a-concept';
|
|
4
|
+
import '../../A-Logger/A-Logger.types.mjs';
|
|
5
|
+
import '../../A-Logger/A-Logger.env.mjs';
|
|
6
|
+
import '../../A-Config/A-Config.context.mjs';
|
|
7
|
+
import '../../A-Config/A-Config.types.mjs';
|
|
8
|
+
import '../../A-Execution/A-Execution.context.mjs';
|
|
9
|
+
import '../../A-Config/A-Config.constants.mjs';
|
|
10
|
+
import '../A-Polyfill.types.mjs';
|
|
11
|
+
|
|
12
|
+
declare class A_ProcessPolyfill extends A_ProcessPolyfillBase {
|
|
13
|
+
constructor(logger: A_Logger);
|
|
14
|
+
protected initImplementation(): Promise<void>;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { A_ProcessPolyfill };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { A_Logger } from '../../A-Logger/A-Logger.component.js';
|
|
2
|
+
import { A_ProcessPolyfillBase } from '../base/A-Process-Polyfill.base.js';
|
|
3
|
+
import '@adaas/a-concept';
|
|
4
|
+
import '../../A-Logger/A-Logger.types.js';
|
|
5
|
+
import '../../A-Logger/A-Logger.env.js';
|
|
6
|
+
import '../../A-Config/A-Config.context.js';
|
|
7
|
+
import '../../A-Config/A-Config.types.js';
|
|
8
|
+
import '../../A-Execution/A-Execution.context.js';
|
|
9
|
+
import '../../A-Config/A-Config.constants.js';
|
|
10
|
+
import '../A-Polyfill.types.js';
|
|
11
|
+
|
|
12
|
+
declare class A_ProcessPolyfill extends A_ProcessPolyfillBase {
|
|
13
|
+
constructor(logger: A_Logger);
|
|
14
|
+
protected initImplementation(): Promise<void>;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { A_ProcessPolyfill };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var AProcessPolyfill_base = require('../base/A-Process-Polyfill.base');
|
|
4
|
+
|
|
5
|
+
class A_ProcessPolyfill extends AProcessPolyfill_base.A_ProcessPolyfillBase {
|
|
6
|
+
constructor(logger) {
|
|
7
|
+
super(logger);
|
|
8
|
+
}
|
|
9
|
+
async initImplementation() {
|
|
10
|
+
this._process = {
|
|
11
|
+
env: process.env,
|
|
12
|
+
argv: process.argv,
|
|
13
|
+
platform: process.platform,
|
|
14
|
+
version: process.version,
|
|
15
|
+
versions: process.versions,
|
|
16
|
+
cwd: process.cwd,
|
|
17
|
+
exit: process.exit,
|
|
18
|
+
nextTick: process.nextTick
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
exports.A_ProcessPolyfill = A_ProcessPolyfill;
|
|
24
|
+
//# sourceMappingURL=A-Process-Polyfill.js.map
|
|
25
|
+
//# sourceMappingURL=A-Process-Polyfill.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../src/lib/A-Polyfill/node/A-Process-Polyfill.ts"],"names":["A_ProcessPolyfillBase"],"mappings":";;;;AAGO,MAAM,0BAA0BA,2CAAA,CAAsB;AAAA,EACzD,YAAY,MAAA,EAAkB;AAC1B,IAAA,KAAA,CAAM,MAAM,CAAA;AAAA,EAChB;AAAA,EAEA,MAAgB,kBAAA,GAAoC;AAChD,IAAA,IAAA,CAAK,QAAA,GAAW;AAAA,MACZ,KAAK,OAAA,CAAQ,GAAA;AAAA,MACb,MAAM,OAAA,CAAQ,IAAA;AAAA,MACd,UAAU,OAAA,CAAQ,QAAA;AAAA,MAClB,SAAS,OAAA,CAAQ,OAAA;AAAA,MACjB,UAAU,OAAA,CAAQ,QAAA;AAAA,MAClB,KAAK,OAAA,CAAQ,GAAA;AAAA,MACb,MAAM,OAAA,CAAQ,IAAA;AAAA,MACd,UAAU,OAAA,CAAQ;AAAA,KACtB;AAAA,EACJ;AACJ","file":"A-Process-Polyfill.js","sourcesContent":["import { A_Logger } from \"@adaas/a-utils/a-logger\";\nimport { A_ProcessPolyfillBase } from \"../base/A-Process-Polyfill.base\";\n\nexport class A_ProcessPolyfill extends A_ProcessPolyfillBase {\n constructor(logger: A_Logger) {\n super(logger);\n }\n\n protected async initImplementation(): Promise<void> {\n this._process = {\n env: process.env as Record<string, string>,\n argv: process.argv,\n platform: process.platform,\n version: process.version,\n versions: process.versions as Record<string, string>,\n cwd: process.cwd,\n exit: process.exit,\n nextTick: process.nextTick\n };\n }\n}"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import '../../../chunk-EQQGB2QZ.mjs';
|
|
2
|
+
import { A_ProcessPolyfillBase } from '../base/A-Process-Polyfill.base';
|
|
3
|
+
|
|
4
|
+
class A_ProcessPolyfill extends A_ProcessPolyfillBase {
|
|
5
|
+
constructor(logger) {
|
|
6
|
+
super(logger);
|
|
7
|
+
}
|
|
8
|
+
async initImplementation() {
|
|
9
|
+
this._process = {
|
|
10
|
+
env: process.env,
|
|
11
|
+
argv: process.argv,
|
|
12
|
+
platform: process.platform,
|
|
13
|
+
version: process.version,
|
|
14
|
+
versions: process.versions,
|
|
15
|
+
cwd: process.cwd,
|
|
16
|
+
exit: process.exit,
|
|
17
|
+
nextTick: process.nextTick
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { A_ProcessPolyfill };
|
|
23
|
+
//# sourceMappingURL=A-Process-Polyfill.mjs.map
|
|
24
|
+
//# sourceMappingURL=A-Process-Polyfill.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../src/lib/A-Polyfill/node/A-Process-Polyfill.ts"],"names":[],"mappings":";;;AAGO,MAAM,0BAA0B,qBAAA,CAAsB;AAAA,EACzD,YAAY,MAAA,EAAkB;AAC1B,IAAA,KAAA,CAAM,MAAM,CAAA;AAAA,EAChB;AAAA,EAEA,MAAgB,kBAAA,GAAoC;AAChD,IAAA,IAAA,CAAK,QAAA,GAAW;AAAA,MACZ,KAAK,OAAA,CAAQ,GAAA;AAAA,MACb,MAAM,OAAA,CAAQ,IAAA;AAAA,MACd,UAAU,OAAA,CAAQ,QAAA;AAAA,MAClB,SAAS,OAAA,CAAQ,OAAA;AAAA,MACjB,UAAU,OAAA,CAAQ,QAAA;AAAA,MAClB,KAAK,OAAA,CAAQ,GAAA;AAAA,MACb,MAAM,OAAA,CAAQ,IAAA;AAAA,MACd,UAAU,OAAA,CAAQ;AAAA,KACtB;AAAA,EACJ;AACJ","file":"A-Process-Polyfill.mjs","sourcesContent":["import { A_Logger } from \"@adaas/a-utils/a-logger\";\nimport { A_ProcessPolyfillBase } from \"../base/A-Process-Polyfill.base\";\n\nexport class A_ProcessPolyfill extends A_ProcessPolyfillBase {\n constructor(logger: A_Logger) {\n super(logger);\n }\n\n protected async initImplementation(): Promise<void> {\n this._process = {\n env: process.env as Record<string, string>,\n argv: process.argv,\n platform: process.platform,\n version: process.version,\n versions: process.versions as Record<string, string>,\n cwd: process.cwd,\n exit: process.exit,\n nextTick: process.nextTick\n };\n }\n}"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { A_Logger } from '../../A-Logger/A-Logger.component.mjs';
|
|
2
|
+
import { A_UrlPolyfillBase } from '../base/A-Url-Polyfill.base.mjs';
|
|
3
|
+
import '@adaas/a-concept';
|
|
4
|
+
import '../../A-Logger/A-Logger.types.mjs';
|
|
5
|
+
import '../../A-Logger/A-Logger.env.mjs';
|
|
6
|
+
import '../../A-Config/A-Config.context.mjs';
|
|
7
|
+
import '../../A-Config/A-Config.types.mjs';
|
|
8
|
+
import '../../A-Execution/A-Execution.context.mjs';
|
|
9
|
+
import '../../A-Config/A-Config.constants.mjs';
|
|
10
|
+
import '../A-Polyfill.types.mjs';
|
|
11
|
+
|
|
12
|
+
declare class A_UrlPolyfill extends A_UrlPolyfillBase {
|
|
13
|
+
constructor(logger: A_Logger);
|
|
14
|
+
protected initImplementation(): Promise<void>;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { A_UrlPolyfill };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { A_Logger } from '../../A-Logger/A-Logger.component.js';
|
|
2
|
+
import { A_UrlPolyfillBase } from '../base/A-Url-Polyfill.base.js';
|
|
3
|
+
import '@adaas/a-concept';
|
|
4
|
+
import '../../A-Logger/A-Logger.types.js';
|
|
5
|
+
import '../../A-Logger/A-Logger.env.js';
|
|
6
|
+
import '../../A-Config/A-Config.context.js';
|
|
7
|
+
import '../../A-Config/A-Config.types.js';
|
|
8
|
+
import '../../A-Execution/A-Execution.context.js';
|
|
9
|
+
import '../../A-Config/A-Config.constants.js';
|
|
10
|
+
import '../A-Polyfill.types.js';
|
|
11
|
+
|
|
12
|
+
declare class A_UrlPolyfill extends A_UrlPolyfillBase {
|
|
13
|
+
constructor(logger: A_Logger);
|
|
14
|
+
protected initImplementation(): Promise<void>;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { A_UrlPolyfill };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var AUrlPolyfill_base = require('../base/A-Url-Polyfill.base');
|
|
4
|
+
var urlModule = require('url');
|
|
5
|
+
|
|
6
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
7
|
+
|
|
8
|
+
var urlModule__default = /*#__PURE__*/_interopDefault(urlModule);
|
|
9
|
+
|
|
10
|
+
class A_UrlPolyfill extends AUrlPolyfill_base.A_UrlPolyfillBase {
|
|
11
|
+
constructor(logger) {
|
|
12
|
+
super(logger);
|
|
13
|
+
}
|
|
14
|
+
async initImplementation() {
|
|
15
|
+
this._url = {
|
|
16
|
+
parse: urlModule__default.default.parse,
|
|
17
|
+
format: urlModule__default.default.format,
|
|
18
|
+
resolve: urlModule__default.default.resolve,
|
|
19
|
+
URL: urlModule__default.default.URL || globalThis.URL,
|
|
20
|
+
URLSearchParams: urlModule__default.default.URLSearchParams || globalThis.URLSearchParams
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
exports.A_UrlPolyfill = A_UrlPolyfill;
|
|
26
|
+
//# sourceMappingURL=A-Url-Polyfill.js.map
|
|
27
|
+
//# sourceMappingURL=A-Url-Polyfill.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../src/lib/A-Polyfill/node/A-Url-Polyfill.ts"],"names":["A_UrlPolyfillBase","urlModule"],"mappings":";;;;;;;;;AAIO,MAAM,sBAAsBA,mCAAA,CAAkB;AAAA,EACjD,YAAY,MAAA,EAAkB;AAC1B,IAAA,KAAA,CAAM,MAAM,CAAA;AAAA,EAChB;AAAA,EAEA,MAAgB,kBAAA,GAAoC;AAChD,IAAA,IAAA,CAAK,IAAA,GAAO;AAAA,MACR,OAAOC,0BAAA,CAAU,KAAA;AAAA,MACjB,QAAQA,0BAAA,CAAU,MAAA;AAAA,MAClB,SAASA,0BAAA,CAAU,OAAA;AAAA,MACnB,GAAA,EAAMA,0BAAA,CAAU,GAAA,IAAO,UAAA,CAAW,GAAA;AAAA,MAClC,eAAA,EAAkBA,0BAAA,CAAU,eAAA,IAAmB,UAAA,CAAW;AAAA,KAC9D;AAAA,EACJ;AACJ","file":"A-Url-Polyfill.js","sourcesContent":["import { A_Logger } from \"@adaas/a-utils/a-logger\";\nimport { A_UrlPolyfillBase } from \"../base/A-Url-Polyfill.base\";\nimport urlModule from 'url';\n\nexport class A_UrlPolyfill extends A_UrlPolyfillBase {\n constructor(logger: A_Logger) {\n super(logger);\n }\n\n protected async initImplementation(): Promise<void> {\n this._url = {\n parse: urlModule.parse,\n format: urlModule.format,\n resolve: urlModule.resolve,\n URL: (urlModule.URL || globalThis.URL) as any,\n URLSearchParams: (urlModule.URLSearchParams || globalThis.URLSearchParams) as any\n };\n }\n}"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import '../../../chunk-EQQGB2QZ.mjs';
|
|
2
|
+
import { A_UrlPolyfillBase } from '../base/A-Url-Polyfill.base';
|
|
3
|
+
import urlModule from 'url';
|
|
4
|
+
|
|
5
|
+
class A_UrlPolyfill extends A_UrlPolyfillBase {
|
|
6
|
+
constructor(logger) {
|
|
7
|
+
super(logger);
|
|
8
|
+
}
|
|
9
|
+
async initImplementation() {
|
|
10
|
+
this._url = {
|
|
11
|
+
parse: urlModule.parse,
|
|
12
|
+
format: urlModule.format,
|
|
13
|
+
resolve: urlModule.resolve,
|
|
14
|
+
URL: urlModule.URL || globalThis.URL,
|
|
15
|
+
URLSearchParams: urlModule.URLSearchParams || globalThis.URLSearchParams
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export { A_UrlPolyfill };
|
|
21
|
+
//# sourceMappingURL=A-Url-Polyfill.mjs.map
|
|
22
|
+
//# sourceMappingURL=A-Url-Polyfill.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../src/lib/A-Polyfill/node/A-Url-Polyfill.ts"],"names":[],"mappings":";;;;AAIO,MAAM,sBAAsB,iBAAA,CAAkB;AAAA,EACjD,YAAY,MAAA,EAAkB;AAC1B,IAAA,KAAA,CAAM,MAAM,CAAA;AAAA,EAChB;AAAA,EAEA,MAAgB,kBAAA,GAAoC;AAChD,IAAA,IAAA,CAAK,IAAA,GAAO;AAAA,MACR,OAAO,SAAA,CAAU,KAAA;AAAA,MACjB,QAAQ,SAAA,CAAU,MAAA;AAAA,MAClB,SAAS,SAAA,CAAU,OAAA;AAAA,MACnB,GAAA,EAAM,SAAA,CAAU,GAAA,IAAO,UAAA,CAAW,GAAA;AAAA,MAClC,eAAA,EAAkB,SAAA,CAAU,eAAA,IAAmB,UAAA,CAAW;AAAA,KAC9D;AAAA,EACJ;AACJ","file":"A-Url-Polyfill.mjs","sourcesContent":["import { A_Logger } from \"@adaas/a-utils/a-logger\";\nimport { A_UrlPolyfillBase } from \"../base/A-Url-Polyfill.base\";\nimport urlModule from 'url';\n\nexport class A_UrlPolyfill extends A_UrlPolyfillBase {\n constructor(logger: A_Logger) {\n super(logger);\n }\n\n protected async initImplementation(): Promise<void> {\n this._url = {\n parse: urlModule.parse,\n format: urlModule.format,\n resolve: urlModule.resolve,\n URL: (urlModule.URL || globalThis.URL) as any,\n URLSearchParams: (urlModule.URLSearchParams || globalThis.URLSearchParams) as any\n };\n }\n}"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export { A_CryptoPolyfill } from './A-Crypto-Polyfill.mjs';
|
|
2
|
+
export { A_FSPolyfill } from './A-FS-Polyfill.mjs';
|
|
3
|
+
export { A_HttpsPolyfill } from './A-Https-Polyfill.mjs';
|
|
4
|
+
export { A_PathPolyfill } from './A-Path-Polyfill.mjs';
|
|
5
|
+
export { A_ProcessPolyfill } from './A-Process-Polyfill.mjs';
|
|
6
|
+
export { A_UrlPolyfill } from './A-Url-Polyfill.mjs';
|
|
7
|
+
export { A_BufferPolyfill } from './A-Buffer-Polyfill.mjs';
|
|
8
|
+
import '../../A-Logger/A-Logger.component.mjs';
|
|
9
|
+
import '@adaas/a-concept';
|
|
10
|
+
import '../../A-Logger/A-Logger.types.mjs';
|
|
11
|
+
import '../../A-Logger/A-Logger.env.mjs';
|
|
12
|
+
import '../../A-Config/A-Config.context.mjs';
|
|
13
|
+
import '../../A-Config/A-Config.types.mjs';
|
|
14
|
+
import '../../A-Execution/A-Execution.context.mjs';
|
|
15
|
+
import '../../A-Config/A-Config.constants.mjs';
|
|
16
|
+
import '../base/A-Crypto-Polyfill.base.mjs';
|
|
17
|
+
import '../A-Polyfill.types.mjs';
|
|
18
|
+
import '../base/A-FS-Polyfill.base.mjs';
|
|
19
|
+
import '../base/A-Https-Polyfill.base.mjs';
|
|
20
|
+
import '../base/A-Path-Polyfill.base.mjs';
|
|
21
|
+
import '../base/A-Process-Polyfill.base.mjs';
|
|
22
|
+
import '../base/A-Url-Polyfill.base.mjs';
|
|
23
|
+
import '../base/A-Buffer-Polyfill.base.mjs';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export { A_CryptoPolyfill } from './A-Crypto-Polyfill.js';
|
|
2
|
+
export { A_FSPolyfill } from './A-FS-Polyfill.js';
|
|
3
|
+
export { A_HttpsPolyfill } from './A-Https-Polyfill.js';
|
|
4
|
+
export { A_PathPolyfill } from './A-Path-Polyfill.js';
|
|
5
|
+
export { A_ProcessPolyfill } from './A-Process-Polyfill.js';
|
|
6
|
+
export { A_UrlPolyfill } from './A-Url-Polyfill.js';
|
|
7
|
+
export { A_BufferPolyfill } from './A-Buffer-Polyfill.js';
|
|
8
|
+
import '../../A-Logger/A-Logger.component.js';
|
|
9
|
+
import '@adaas/a-concept';
|
|
10
|
+
import '../../A-Logger/A-Logger.types.js';
|
|
11
|
+
import '../../A-Logger/A-Logger.env.js';
|
|
12
|
+
import '../../A-Config/A-Config.context.js';
|
|
13
|
+
import '../../A-Config/A-Config.types.js';
|
|
14
|
+
import '../../A-Execution/A-Execution.context.js';
|
|
15
|
+
import '../../A-Config/A-Config.constants.js';
|
|
16
|
+
import '../base/A-Crypto-Polyfill.base.js';
|
|
17
|
+
import '../A-Polyfill.types.js';
|
|
18
|
+
import '../base/A-FS-Polyfill.base.js';
|
|
19
|
+
import '../base/A-Https-Polyfill.base.js';
|
|
20
|
+
import '../base/A-Path-Polyfill.base.js';
|
|
21
|
+
import '../base/A-Process-Polyfill.base.js';
|
|
22
|
+
import '../base/A-Url-Polyfill.base.js';
|
|
23
|
+
import '../base/A-Buffer-Polyfill.base.js';
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var ACryptoPolyfill = require('./A-Crypto-Polyfill');
|
|
4
|
+
var AFSPolyfill = require('./A-FS-Polyfill');
|
|
5
|
+
var AHttpsPolyfill = require('./A-Https-Polyfill');
|
|
6
|
+
var APathPolyfill = require('./A-Path-Polyfill');
|
|
7
|
+
var AProcessPolyfill = require('./A-Process-Polyfill');
|
|
8
|
+
var AUrlPolyfill = require('./A-Url-Polyfill');
|
|
9
|
+
var ABufferPolyfill = require('./A-Buffer-Polyfill');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
Object.keys(ACryptoPolyfill).forEach(function (k) {
|
|
14
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () { return ACryptoPolyfill[k]; }
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
Object.keys(AFSPolyfill).forEach(function (k) {
|
|
20
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return AFSPolyfill[k]; }
|
|
23
|
+
});
|
|
24
|
+
});
|
|
25
|
+
Object.keys(AHttpsPolyfill).forEach(function (k) {
|
|
26
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
27
|
+
enumerable: true,
|
|
28
|
+
get: function () { return AHttpsPolyfill[k]; }
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
Object.keys(APathPolyfill).forEach(function (k) {
|
|
32
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () { return APathPolyfill[k]; }
|
|
35
|
+
});
|
|
36
|
+
});
|
|
37
|
+
Object.keys(AProcessPolyfill).forEach(function (k) {
|
|
38
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
39
|
+
enumerable: true,
|
|
40
|
+
get: function () { return AProcessPolyfill[k]; }
|
|
41
|
+
});
|
|
42
|
+
});
|
|
43
|
+
Object.keys(AUrlPolyfill).forEach(function (k) {
|
|
44
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
45
|
+
enumerable: true,
|
|
46
|
+
get: function () { return AUrlPolyfill[k]; }
|
|
47
|
+
});
|
|
48
|
+
});
|
|
49
|
+
Object.keys(ABufferPolyfill).forEach(function (k) {
|
|
50
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
51
|
+
enumerable: true,
|
|
52
|
+
get: function () { return ABufferPolyfill[k]; }
|
|
53
|
+
});
|
|
54
|
+
});
|
|
55
|
+
//# sourceMappingURL=index.js.map
|
|
56
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './A-Crypto-Polyfill';
|
|
2
|
+
export * from './A-FS-Polyfill';
|
|
3
|
+
export * from './A-Https-Polyfill';
|
|
4
|
+
export * from './A-Path-Polyfill';
|
|
5
|
+
export * from './A-Process-Polyfill';
|
|
6
|
+
export * from './A-Url-Polyfill';
|
|
7
|
+
export * from './A-Buffer-Polyfill';
|
|
8
|
+
//# sourceMappingURL=index.mjs.map
|
|
9
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { A_Fragment } from '@adaas/a-concept';
|
|
2
|
+
|
|
3
|
+
declare class A_Route<_TParams extends Record<string, any> = Record<string, any>, _TQuery extends Record<string, any> = Record<string, any>> extends A_Fragment {
|
|
4
|
+
url: string;
|
|
5
|
+
constructor(url: string | RegExp);
|
|
6
|
+
/**
|
|
7
|
+
* Returns path only without query and hash
|
|
8
|
+
*/
|
|
9
|
+
get path(): string;
|
|
10
|
+
/**
|
|
11
|
+
* Returns array of parameter names in the route path
|
|
12
|
+
*/
|
|
13
|
+
get params(): string[];
|
|
14
|
+
/**
|
|
15
|
+
* Returns protocol based on URL scheme
|
|
16
|
+
*/
|
|
17
|
+
get protocol(): string;
|
|
18
|
+
extractParams(url: string): _TParams;
|
|
19
|
+
extractQuery(url: string): _TQuery;
|
|
20
|
+
toString(): string;
|
|
21
|
+
toRegExp(): RegExp;
|
|
22
|
+
toAFeatureExtension(extensionScope?: Array<string>): RegExp;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { A_Route };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { A_Fragment } from '@adaas/a-concept';
|
|
2
|
+
|
|
3
|
+
declare class A_Route<_TParams extends Record<string, any> = Record<string, any>, _TQuery extends Record<string, any> = Record<string, any>> extends A_Fragment {
|
|
4
|
+
url: string;
|
|
5
|
+
constructor(url: string | RegExp);
|
|
6
|
+
/**
|
|
7
|
+
* Returns path only without query and hash
|
|
8
|
+
*/
|
|
9
|
+
get path(): string;
|
|
10
|
+
/**
|
|
11
|
+
* Returns array of parameter names in the route path
|
|
12
|
+
*/
|
|
13
|
+
get params(): string[];
|
|
14
|
+
/**
|
|
15
|
+
* Returns protocol based on URL scheme
|
|
16
|
+
*/
|
|
17
|
+
get protocol(): string;
|
|
18
|
+
extractParams(url: string): _TParams;
|
|
19
|
+
extractQuery(url: string): _TQuery;
|
|
20
|
+
toString(): string;
|
|
21
|
+
toRegExp(): RegExp;
|
|
22
|
+
toAFeatureExtension(extensionScope?: Array<string>): RegExp;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { A_Route };
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var aConcept = require('@adaas/a-concept');
|
|
4
|
+
var aFrame = require('@adaas/a-frame');
|
|
5
|
+
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
8
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
9
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
10
|
+
if (decorator = decorators[i])
|
|
11
|
+
result = (decorator(result)) || result;
|
|
12
|
+
return result;
|
|
13
|
+
};
|
|
14
|
+
exports.A_Route = class A_Route extends aConcept.A_Fragment {
|
|
15
|
+
constructor(url) {
|
|
16
|
+
super();
|
|
17
|
+
this.url = url instanceof RegExp ? url.source : url;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Returns path only without query and hash
|
|
21
|
+
*/
|
|
22
|
+
get path() {
|
|
23
|
+
const p = this.url.split("?")[0].split("#")[0];
|
|
24
|
+
if (p.includes("://")) {
|
|
25
|
+
const pathStartIndex = p.indexOf("/", p.indexOf("://") + 3);
|
|
26
|
+
if (pathStartIndex === -1) {
|
|
27
|
+
return "/";
|
|
28
|
+
} else {
|
|
29
|
+
const path = p.slice(pathStartIndex);
|
|
30
|
+
return path.endsWith("/") ? path.slice(0, -1) : path;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
return p.endsWith("/") ? p.slice(0, -1) : p;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Returns array of parameter names in the route path
|
|
37
|
+
*/
|
|
38
|
+
get params() {
|
|
39
|
+
return this.path.match(/:([^\/]+)/g)?.map((param) => param.slice(1)) || [];
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Returns protocol based on URL scheme
|
|
43
|
+
*/
|
|
44
|
+
get protocol() {
|
|
45
|
+
switch (true) {
|
|
46
|
+
case this.url.startsWith("http://"):
|
|
47
|
+
return "http";
|
|
48
|
+
case this.url.startsWith("https://"):
|
|
49
|
+
return "https";
|
|
50
|
+
case this.url.startsWith("ws://"):
|
|
51
|
+
return "ws";
|
|
52
|
+
case this.url.startsWith("wss://"):
|
|
53
|
+
return "wss";
|
|
54
|
+
default:
|
|
55
|
+
return this.url.includes("://") ? this.url.split("://")[0] : "http";
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
extractParams(url) {
|
|
59
|
+
const cleanUrl = url.split("?")[0];
|
|
60
|
+
const urlSegments = cleanUrl.split("/").filter(Boolean);
|
|
61
|
+
const maskSegments = this.path.split("/").filter(Boolean);
|
|
62
|
+
const params = {};
|
|
63
|
+
for (let i = 0; i < maskSegments.length; i++) {
|
|
64
|
+
const maskSegment = maskSegments[i];
|
|
65
|
+
const urlSegment = urlSegments[i];
|
|
66
|
+
if (maskSegment.startsWith(":")) {
|
|
67
|
+
const paramName = maskSegment.slice(1);
|
|
68
|
+
params[paramName] = urlSegment;
|
|
69
|
+
} else if (maskSegment !== urlSegment) {
|
|
70
|
+
return {};
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
return params;
|
|
74
|
+
}
|
|
75
|
+
extractQuery(url) {
|
|
76
|
+
const query = {};
|
|
77
|
+
const queryString = url.split("?")[1];
|
|
78
|
+
if (!queryString) return query;
|
|
79
|
+
const cleanQuery = queryString.split("#")[0];
|
|
80
|
+
for (const pair of cleanQuery.split("&")) {
|
|
81
|
+
if (!pair) continue;
|
|
82
|
+
const [key, value = ""] = pair.split("=");
|
|
83
|
+
query[decodeURIComponent(key)] = decodeURIComponent(value);
|
|
84
|
+
}
|
|
85
|
+
return query;
|
|
86
|
+
}
|
|
87
|
+
toString() {
|
|
88
|
+
return `${this.path}`;
|
|
89
|
+
}
|
|
90
|
+
toRegExp() {
|
|
91
|
+
return new RegExp(`^${this.path.replace(/\/:([^\/]+)/g, "/([^/]+)")}$`);
|
|
92
|
+
}
|
|
93
|
+
toAFeatureExtension(extensionScope = []) {
|
|
94
|
+
return new RegExp(`^${extensionScope.length ? `(${extensionScope.join("|")})` : ".*"}\\.${this.path.replace(/\/:([^\/]+)/g, "/([^/]+)")}$`);
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
exports.A_Route = __decorateClass([
|
|
98
|
+
aFrame.A_Frame.Fragment({
|
|
99
|
+
namespace: "A-Utils",
|
|
100
|
+
name: "A-Route",
|
|
101
|
+
description: "Route fragment that defines URL patterns for routing purposes. It supports dynamic parameters and query extraction, allowing for flexible route definitions. This fragment can be used in routing systems to match incoming URLs against defined routes and extract relevant parameters and query strings."
|
|
102
|
+
})
|
|
103
|
+
], exports.A_Route);
|
|
104
|
+
//# sourceMappingURL=A-Route.entity.js.map
|
|
105
|
+
//# sourceMappingURL=A-Route.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/A-Route/A-Route.entity.ts"],"names":["A_Route","A_Fragment","A_Frame"],"mappings":";;;;;;;;;;;;;AAWaA,eAAA,GAAN,sBAGGC,mBAAA,CAAW;AAAA,EAKjB,YACI,GAAA,EACF;AACE,IAAA,KAAA,EAAM;AACN,IAAA,IAAA,CAAK,GAAA,GAAM,GAAA,YAAe,MAAA,GAAS,GAAA,CAAI,MAAA,GAAS,GAAA;AAAA,EACpD;AAAA;AAAA;AAAA;AAAA,EAKA,IAAI,IAAA,GAAe;AACf,IAAA,MAAM,CAAA,GAAI,IAAA,CAAK,GAAA,CAAI,KAAA,CAAM,GAAG,CAAA,CAAE,CAAC,CAAA,CAAE,KAAA,CAAM,GAAG,CAAA,CAAE,CAAC,CAAA;AAK7C,IAAA,IAAI,CAAA,CAAE,QAAA,CAAS,KAAK,CAAA,EAAG;AACnB,MAAA,MAAM,cAAA,GAAiB,EAAE,OAAA,CAAQ,GAAA,EAAK,EAAE,OAAA,CAAQ,KAAK,IAAI,CAAC,CAAA;AAC1D,MAAA,IAAI,mBAAmB,EAAA,EAAI;AACvB,QAAA,OAAO,GAAA;AAAA,MACX,CAAA,MAAO;AACH,QAAA,MAAM,IAAA,GAAO,CAAA,CAAE,KAAA,CAAM,cAAc,CAAA;AACnC,QAAA,OAAO,IAAA,CAAK,SAAS,GAAG,CAAA,GAAI,KAAK,KAAA,CAAM,CAAA,EAAG,EAAE,CAAA,GAAI,IAAA;AAAA,MACpD;AAAA,IACJ;AACA,IAAA,OAAO,CAAA,CAAE,SAAS,GAAG,CAAA,GAAI,EAAE,KAAA,CAAM,CAAA,EAAG,EAAE,CAAA,GAAI,CAAA;AAAA,EAC9C;AAAA;AAAA;AAAA;AAAA,EAIA,IAAI,MAAA,GAAmB;AACnB,IAAA,OAAO,IAAA,CAAK,IAAA,CACP,KAAA,CAAM,YAAY,CAAA,EACjB,GAAA,CAAI,CAAC,KAAA,KAAU,KAAA,CAAM,KAAA,CAAM,CAAC,CAAC,KAC5B,EAAC;AAAA,EACZ;AAAA;AAAA;AAAA;AAAA,EAMA,IAAI,QAAA,GAAmB;AACnB,IAAA,QAAQ,IAAA;AAAM,MACV,KAAK,IAAA,CAAK,GAAA,CAAI,UAAA,CAAW,SAAS,CAAA;AAC9B,QAAA,OAAO,MAAA;AAAA,MACX,KAAK,IAAA,CAAK,GAAA,CAAI,UAAA,CAAW,UAAU,CAAA;AAC/B,QAAA,OAAO,OAAA;AAAA,MACX,KAAK,IAAA,CAAK,GAAA,CAAI,UAAA,CAAW,OAAO,CAAA;AAC5B,QAAA,OAAO,IAAA;AAAA,MACX,KAAK,IAAA,CAAK,GAAA,CAAI,UAAA,CAAW,QAAQ,CAAA;AAC7B,QAAA,OAAO,KAAA;AAAA,MACX;AACI,QAAA,OAAO,IAAA,CAAK,GAAA,CAAI,QAAA,CAAS,KAAK,CAAA,GAAI,IAAA,CAAK,GAAA,CAAI,KAAA,CAAM,KAAK,CAAA,CAAE,CAAC,CAAA,GAAI,MAAA;AAAA;AACrE,EACJ;AAAA,EAGA,cAAc,GAAA,EAAuB;AAEjC,IAAA,MAAM,QAAA,GAAW,GAAA,CAAI,KAAA,CAAM,GAAG,EAAE,CAAC,CAAA;AAEjC,IAAA,MAAM,cAAc,QAAA,CAAS,KAAA,CAAM,GAAG,CAAA,CAAE,OAAO,OAAO,CAAA;AACtD,IAAA,MAAM,eAAe,IAAA,CAAK,IAAA,CAAK,MAAM,GAAG,CAAA,CAAE,OAAO,OAAO,CAAA;AAExD,IAAA,MAAM,SAAS,EAAC;AAEhB,IAAA,KAAA,IAAS,CAAA,GAAI,CAAA,EAAG,CAAA,GAAI,YAAA,CAAa,QAAQ,CAAA,EAAA,EAAK;AAE1C,MAAA,MAAM,WAAA,GAAc,aAAa,CAAC,CAAA;AAClC,MAAA,MAAM,UAAA,GAAa,YAAY,CAAC,CAAA;AAEhC,MAAA,IAAI,WAAA,CAAY,UAAA,CAAW,GAAG,CAAA,EAAG;AAC7B,QAAA,MAAM,SAAA,GAAY,WAAA,CAAY,KAAA,CAAM,CAAC,CAAA;AACrC,QAAA,MAAA,CAAO,SAAS,CAAA,GAAI,UAAA;AAAA,MACxB,CAAA,MAAA,IAAW,gBAAgB,UAAA,EAAY;AAEnC,QAAA,OAAO,EAAC;AAAA,MACZ;AAAA,IACJ;AAEA,IAAA,OAAO,MAAA;AAAA,EACX;AAAA,EAEA,aAAa,GAAA,EAAsB;AAC/B,IAAA,MAAM,QAAgC,EAAC;AAGvC,IAAA,MAAM,WAAA,GAAc,GAAA,CAAI,KAAA,CAAM,GAAG,EAAE,CAAC,CAAA;AACpC,IAAA,IAAI,CAAC,aAAa,OAAO,KAAA;AAGzB,IAAA,MAAM,UAAA,GAAa,WAAA,CAAY,KAAA,CAAM,GAAG,EAAE,CAAC,CAAA;AAG3C,IAAA,KAAA,MAAW,IAAA,IAAQ,UAAA,CAAW,KAAA,CAAM,GAAG,CAAA,EAAG;AACtC,MAAA,IAAI,CAAC,IAAA,EAAM;AACX,MAAA,MAAM,CAAC,GAAA,EAAK,KAAA,GAAQ,EAAE,CAAA,GAAI,IAAA,CAAK,MAAM,GAAG,CAAA;AACxC,MAAA,KAAA,CAAM,kBAAA,CAAmB,GAAG,CAAC,CAAA,GAAI,mBAAmB,KAAK,CAAA;AAAA,IAC7D;AAEA,IAAA,OAAO,KAAA;AAAA,EACX;AAAA,EAIA,QAAA,GAAmB;AAGf,IAAA,OAAO,CAAA,EAAG,KAAK,IAAI,CAAA,CAAA;AAAA,EAEvB;AAAA,EAEA,QAAA,GAAmB;AACf,IAAA,OAAO,IAAI,OAAO,CAAA,CAAA,EAAI,IAAA,CAAK,KAAK,OAAA,CAAQ,cAAA,EAAgB,UAAU,CAAC,CAAA,CAAA,CAAG,CAAA;AAAA,EAC1E;AAAA,EAEA,mBAAA,CAAoB,cAAA,GAAgC,EAAC,EAAW;AAC5D,IAAA,OAAO,IAAI,MAAA,CAAO,CAAA,CAAA,EAAI,eAAe,MAAA,GAC/B,CAAA,CAAA,EAAI,eAAe,IAAA,CAAK,GAAG,CAAC,CAAA,CAAA,CAAA,GAC5B,IACF,MAAM,IAAA,CAAK,IAAA,CAAK,QAAQ,cAAA,EAAgB,UAAU,CAAC,CAAA,CAAA,CAAG,CAAA;AAAA,EAC9D;AACJ;AAlIaD,eAAA,GAAN,eAAA,CAAA;AAAA,EALNE,eAAQ,QAAA,CAAS;AAAA,IACd,SAAA,EAAW,SAAA;AAAA,IACX,IAAA,EAAM,SAAA;AAAA,IACN,WAAA,EAAa;AAAA,GAChB;AAAA,CAAA,EACYF,eAAA,CAAA","file":"A-Route.entity.js","sourcesContent":["import { A_Fragment } from '@adaas/a-concept';\nimport { A_Frame } from '@adaas/a-frame';\n\n\n\n\n@A_Frame.Fragment({\n namespace: 'A-Utils',\n name: 'A-Route',\n description: 'Route fragment that defines URL patterns for routing purposes. It supports dynamic parameters and query extraction, allowing for flexible route definitions. This fragment can be used in routing systems to match incoming URLs against defined routes and extract relevant parameters and query strings.'\n})\nexport class A_Route<\n _TParams extends Record<string, any> = Record<string, any>,\n _TQuery extends Record<string, any> = Record<string, any>\n> extends A_Fragment {\n\n public url!: string;\n\n\n constructor(\n url: string | RegExp,\n ) {\n super();\n this.url = url instanceof RegExp ? url.source : url;\n }\n\n /**\n * Returns path only without query and hash\n */\n get path(): string {\n const p = this.url.split('?')[0].split('#')[0];\n\n\n // ensure that last char is not /\n // and remove protocol and domain if present\n if (p.includes('://')) {\n const pathStartIndex = p.indexOf('/', p.indexOf('://') + 3);\n if (pathStartIndex === -1) {\n return '/';\n } else {\n const path = p.slice(pathStartIndex);\n return path.endsWith('/') ? path.slice(0, -1) : path;\n }\n }\n return p.endsWith('/') ? p.slice(0, -1) : p;\n }\n /**\n * Returns array of parameter names in the route path\n */\n get params(): string[] {\n return this.path\n .match(/:([^\\/]+)/g)\n ?.map((param) => param.slice(1))\n || [];\n }\n\n\n /**\n * Returns protocol based on URL scheme\n */\n get protocol(): string {\n switch (true) {\n case this.url.startsWith('http://'):\n return 'http';\n case this.url.startsWith('https://'):\n return 'https';\n case this.url.startsWith('ws://'):\n return 'ws';\n case this.url.startsWith('wss://'):\n return 'wss';\n default:\n return this.url.includes('://') ? this.url.split('://')[0] : 'http';\n }\n }\n\n\n extractParams(url: string): _TParams {\n // Remove query string (anything after ?)\n const cleanUrl = url.split('?')[0];\n\n const urlSegments = cleanUrl.split('/').filter(Boolean);\n const maskSegments = this.path.split('/').filter(Boolean);\n\n const params = {};\n\n for (let i = 0; i < maskSegments.length; i++) {\n\n const maskSegment = maskSegments[i];\n const urlSegment = urlSegments[i];\n\n if (maskSegment.startsWith(':')) {\n const paramName = maskSegment.slice(1); // Remove ':' from mask\n params[paramName] = urlSegment;\n } else if (maskSegment !== urlSegment) {\n // If static segments don’t match → fail\n return {} as _TParams;\n }\n }\n\n return params as _TParams;\n }\n\n extractQuery(url: string): _TQuery {\n const query: Record<string, string> = {};\n\n // Take only the part after \"?\"\n const queryString = url.split('?')[1];\n if (!queryString) return query as _TQuery;\n\n // Remove fragment (#...) if present\n const cleanQuery = queryString.split('#')[0];\n\n // Split into key=value pairs\n for (const pair of cleanQuery.split('&')) {\n if (!pair) continue;\n const [key, value = ''] = pair.split('=');\n query[decodeURIComponent(key)] = decodeURIComponent(value);\n }\n\n return query as _TQuery;\n }\n\n\n\n toString(): string {\n // path can be like /api/v1/users/:id\n // and because of that :id we need to replace it with regex that matches chars and numbers only \n return `${this.path}`;\n // .replace(/\\/:([^\\/]+)/g, '\\\\/([^\\/]+)')\n }\n\n toRegExp(): RegExp {\n return new RegExp(`^${this.path.replace(/\\/:([^\\/]+)/g, '/([^/]+)')}$`);\n }\n\n toAFeatureExtension(extensionScope: Array<string> = []): RegExp {\n return new RegExp(`^${extensionScope.length\n ? `(${extensionScope.join('|')})`\n : '.*'\n }\\\\.${this.path.replace(/\\/:([^\\/]+)/g, '/([^/]+)')}$`);\n }\n}\n\n"]}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { __decorateClass } from '../../chunk-EQQGB2QZ.mjs';
|
|
2
|
+
import { A_Fragment } from '@adaas/a-concept';
|
|
3
|
+
import { A_Frame } from '@adaas/a-frame';
|
|
4
|
+
|
|
5
|
+
let A_Route = class extends A_Fragment {
|
|
6
|
+
constructor(url) {
|
|
7
|
+
super();
|
|
8
|
+
this.url = url instanceof RegExp ? url.source : url;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Returns path only without query and hash
|
|
12
|
+
*/
|
|
13
|
+
get path() {
|
|
14
|
+
const p = this.url.split("?")[0].split("#")[0];
|
|
15
|
+
if (p.includes("://")) {
|
|
16
|
+
const pathStartIndex = p.indexOf("/", p.indexOf("://") + 3);
|
|
17
|
+
if (pathStartIndex === -1) {
|
|
18
|
+
return "/";
|
|
19
|
+
} else {
|
|
20
|
+
const path = p.slice(pathStartIndex);
|
|
21
|
+
return path.endsWith("/") ? path.slice(0, -1) : path;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
return p.endsWith("/") ? p.slice(0, -1) : p;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Returns array of parameter names in the route path
|
|
28
|
+
*/
|
|
29
|
+
get params() {
|
|
30
|
+
return this.path.match(/:([^\/]+)/g)?.map((param) => param.slice(1)) || [];
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Returns protocol based on URL scheme
|
|
34
|
+
*/
|
|
35
|
+
get protocol() {
|
|
36
|
+
switch (true) {
|
|
37
|
+
case this.url.startsWith("http://"):
|
|
38
|
+
return "http";
|
|
39
|
+
case this.url.startsWith("https://"):
|
|
40
|
+
return "https";
|
|
41
|
+
case this.url.startsWith("ws://"):
|
|
42
|
+
return "ws";
|
|
43
|
+
case this.url.startsWith("wss://"):
|
|
44
|
+
return "wss";
|
|
45
|
+
default:
|
|
46
|
+
return this.url.includes("://") ? this.url.split("://")[0] : "http";
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
extractParams(url) {
|
|
50
|
+
const cleanUrl = url.split("?")[0];
|
|
51
|
+
const urlSegments = cleanUrl.split("/").filter(Boolean);
|
|
52
|
+
const maskSegments = this.path.split("/").filter(Boolean);
|
|
53
|
+
const params = {};
|
|
54
|
+
for (let i = 0; i < maskSegments.length; i++) {
|
|
55
|
+
const maskSegment = maskSegments[i];
|
|
56
|
+
const urlSegment = urlSegments[i];
|
|
57
|
+
if (maskSegment.startsWith(":")) {
|
|
58
|
+
const paramName = maskSegment.slice(1);
|
|
59
|
+
params[paramName] = urlSegment;
|
|
60
|
+
} else if (maskSegment !== urlSegment) {
|
|
61
|
+
return {};
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
return params;
|
|
65
|
+
}
|
|
66
|
+
extractQuery(url) {
|
|
67
|
+
const query = {};
|
|
68
|
+
const queryString = url.split("?")[1];
|
|
69
|
+
if (!queryString) return query;
|
|
70
|
+
const cleanQuery = queryString.split("#")[0];
|
|
71
|
+
for (const pair of cleanQuery.split("&")) {
|
|
72
|
+
if (!pair) continue;
|
|
73
|
+
const [key, value = ""] = pair.split("=");
|
|
74
|
+
query[decodeURIComponent(key)] = decodeURIComponent(value);
|
|
75
|
+
}
|
|
76
|
+
return query;
|
|
77
|
+
}
|
|
78
|
+
toString() {
|
|
79
|
+
return `${this.path}`;
|
|
80
|
+
}
|
|
81
|
+
toRegExp() {
|
|
82
|
+
return new RegExp(`^${this.path.replace(/\/:([^\/]+)/g, "/([^/]+)")}$`);
|
|
83
|
+
}
|
|
84
|
+
toAFeatureExtension(extensionScope = []) {
|
|
85
|
+
return new RegExp(`^${extensionScope.length ? `(${extensionScope.join("|")})` : ".*"}\\.${this.path.replace(/\/:([^\/]+)/g, "/([^/]+)")}$`);
|
|
86
|
+
}
|
|
87
|
+
};
|
|
88
|
+
A_Route = __decorateClass([
|
|
89
|
+
A_Frame.Fragment({
|
|
90
|
+
namespace: "A-Utils",
|
|
91
|
+
name: "A-Route",
|
|
92
|
+
description: "Route fragment that defines URL patterns for routing purposes. It supports dynamic parameters and query extraction, allowing for flexible route definitions. This fragment can be used in routing systems to match incoming URLs against defined routes and extract relevant parameters and query strings."
|
|
93
|
+
})
|
|
94
|
+
], A_Route);
|
|
95
|
+
|
|
96
|
+
export { A_Route };
|
|
97
|
+
//# sourceMappingURL=A-Route.entity.mjs.map
|
|
98
|
+
//# sourceMappingURL=A-Route.entity.mjs.map
|