@adaas/a-frame 0.0.22 → 0.0.23
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.browser.json +13 -0
- package/.conf/tsconfig.node.json +14 -0
- package/.env.example +12 -0
- package/dist/browser/A-FrameBrowserStorageBlobs.context-OEQr85oq.d.mts +40 -0
- package/dist/browser/A-FrameBundle.types-DaaUvViw.d.mts +33 -0
- package/dist/browser/A-FrameChannel.types-DWOEUs28.d.mts +142 -0
- package/dist/browser/A-FrameDefinition.entity-DWGN_Ujr.d.mts +329 -0
- package/dist/browser/A-FrameDynamicStructure.entity-DaBgSRCR.d.mts +188 -0
- package/dist/browser/A-FrameLogger.component.env-browser-BIPAP4oQ.d.mts +112 -0
- package/dist/browser/A-FrameNamespace.entity-rCm1AavP.d.mts +125 -0
- package/dist/browser/bundle.d.mts +8 -0
- package/dist/browser/bundle.mjs +2 -0
- package/dist/browser/bundle.mjs.map +1 -0
- package/dist/browser/channel.d.mts +165 -0
- package/dist/browser/channel.mjs +3 -0
- package/dist/browser/channel.mjs.map +1 -0
- package/dist/browser/chunk-5TTVFB3G.mjs +2 -0
- package/dist/browser/chunk-5TTVFB3G.mjs.map +1 -0
- package/dist/browser/chunk-AYN7KUQT.mjs +3 -0
- package/dist/browser/chunk-AYN7KUQT.mjs.map +1 -0
- package/dist/browser/chunk-DMGQW3AO.mjs +2 -0
- package/dist/browser/chunk-DMGQW3AO.mjs.map +1 -0
- package/dist/browser/chunk-G66IL2DR.mjs +2 -0
- package/dist/browser/chunk-G66IL2DR.mjs.map +1 -0
- package/dist/browser/chunk-H6OZP4ZV.mjs +2 -0
- package/dist/browser/chunk-H6OZP4ZV.mjs.map +1 -0
- package/dist/browser/chunk-INS7RO3B.mjs +2 -0
- package/dist/browser/chunk-INS7RO3B.mjs.map +1 -0
- package/dist/browser/chunk-K4MZY4ME.mjs +2 -0
- package/dist/browser/chunk-K4MZY4ME.mjs.map +1 -0
- package/dist/browser/chunk-OFKV5GNB.mjs +3 -0
- package/dist/browser/chunk-OFKV5GNB.mjs.map +1 -0
- package/dist/browser/chunk-QATIN7CO.mjs +3 -0
- package/dist/browser/chunk-QATIN7CO.mjs.map +1 -0
- package/dist/browser/chunk-QBBQ37P3.mjs +2 -0
- package/dist/browser/chunk-QBBQ37P3.mjs.map +1 -0
- package/dist/browser/chunk-VDVJWU5T.mjs +2 -0
- package/dist/browser/chunk-VDVJWU5T.mjs.map +1 -0
- package/dist/browser/chunk-X3C4I6YJ.mjs +2 -0
- package/dist/browser/chunk-X3C4I6YJ.mjs.map +1 -0
- package/dist/browser/chunk-ZVCTU2DN.mjs +3 -0
- package/dist/browser/chunk-ZVCTU2DN.mjs.map +1 -0
- package/dist/browser/core.d.mts +97 -0
- package/dist/browser/core.mjs +2 -0
- package/dist/browser/core.mjs.map +1 -0
- package/dist/browser/crypto.d.mts +35 -0
- package/dist/browser/crypto.mjs +2 -0
- package/dist/browser/crypto.mjs.map +1 -0
- package/dist/browser/definition.d.mts +13 -0
- package/dist/browser/definition.mjs +2 -0
- package/dist/browser/definition.mjs.map +1 -0
- package/dist/browser/dynamic-feature.d.mts +10 -0
- package/dist/browser/dynamic-feature.mjs +2 -0
- package/dist/browser/dynamic-feature.mjs.map +1 -0
- package/dist/browser/dynamic-structure.d.mts +12 -0
- package/dist/browser/dynamic-structure.mjs +2 -0
- package/dist/browser/dynamic-structure.mjs.map +1 -0
- package/dist/browser/env.d.mts +2 -0
- package/dist/browser/env.mjs +2 -0
- package/dist/browser/env.mjs.map +1 -0
- package/dist/browser/frame-index.d.mts +95 -0
- package/dist/browser/frame-index.mjs +2 -0
- package/dist/browser/frame-index.mjs.map +1 -0
- package/dist/browser/index.browser-CZlhzfSP.d.mts +22 -0
- package/dist/browser/index.d.mts +1 -144
- package/dist/browser/index.mjs +1 -1
- package/dist/browser/index.mjs.map +1 -1
- package/dist/browser/logger.d.mts +41 -0
- package/dist/browser/logger.mjs +2 -0
- package/dist/browser/logger.mjs.map +1 -0
- package/dist/browser/namespace.d.mts +13 -0
- package/dist/browser/namespace.mjs +2 -0
- package/dist/browser/namespace.mjs.map +1 -0
- package/dist/browser/storage.d.mts +194 -0
- package/dist/browser/storage.mjs +2 -0
- package/dist/browser/storage.mjs.map +1 -0
- package/dist/browser/vector.d.mts +15 -0
- package/dist/browser/vector.mjs +2 -0
- package/dist/browser/vector.mjs.map +1 -0
- package/dist/index.cjs +0 -0
- package/dist/node/A-FrameChannel.component-BfBcs734.d.ts +62 -0
- package/dist/node/A-FrameChannel.component-NNKcFViw.d.mts +62 -0
- package/dist/node/A-FrameChannel.types-DQF-IiRq.d.mts +146 -0
- package/dist/node/A-FrameChannel.types-DQF-IiRq.d.ts +146 -0
- package/dist/node/A-FrameDefinition.entity-CAUOdEvU.d.ts +329 -0
- package/dist/node/A-FrameDefinition.entity-DWGN_Ujr.d.mts +329 -0
- package/dist/node/A-FrameDynamicStructure.entity-DaBgSRCR.d.mts +188 -0
- package/dist/node/A-FrameDynamicStructure.entity-DaBgSRCR.d.ts +188 -0
- package/dist/node/A-FrameNamespace.entity-D3fZBGDx.d.ts +125 -0
- package/dist/node/A-FrameNamespace.entity-rCm1AavP.d.mts +125 -0
- package/dist/node/A-FrameStorage.component-BYjHfHJJ.d.mts +107 -0
- package/dist/node/A-FrameStorage.component-CT01fs-t.d.ts +107 -0
- package/dist/node/bundle.cjs +101 -0
- package/dist/node/bundle.cjs.map +1 -0
- package/dist/node/bundle.d.mts +69 -0
- package/dist/node/bundle.d.ts +69 -0
- package/dist/node/bundle.mjs +76 -0
- package/dist/node/bundle.mjs.map +1 -0
- package/dist/node/channel.cjs +60 -0
- package/dist/node/channel.cjs.map +1 -0
- package/dist/node/channel.d.mts +61 -0
- package/dist/node/channel.d.ts +61 -0
- package/dist/node/channel.mjs +11 -0
- package/dist/node/channel.mjs.map +1 -0
- package/dist/node/chunk-3LOMGNWA.cjs +8 -0
- package/dist/node/chunk-3LOMGNWA.cjs.map +1 -0
- package/dist/node/chunk-3ONWH75E.mjs +257 -0
- package/dist/node/chunk-3ONWH75E.mjs.map +1 -0
- package/dist/node/chunk-3TD2PEDZ.mjs +53 -0
- package/dist/node/chunk-3TD2PEDZ.mjs.map +1 -0
- package/dist/node/chunk-442DXGOD.mjs +16 -0
- package/dist/node/chunk-442DXGOD.mjs.map +1 -0
- package/dist/node/chunk-6EFXNUL4.mjs +6 -0
- package/dist/node/chunk-6EFXNUL4.mjs.map +1 -0
- package/dist/node/chunk-7A6XGT5J.cjs +541 -0
- package/dist/node/chunk-7A6XGT5J.cjs.map +1 -0
- package/dist/node/chunk-AOQRXZPC.mjs +207 -0
- package/dist/node/chunk-AOQRXZPC.mjs.map +1 -0
- package/dist/node/chunk-APRYHBEF.mjs +171 -0
- package/dist/node/chunk-APRYHBEF.mjs.map +1 -0
- package/dist/node/chunk-B7BXP7K4.mjs +253 -0
- package/dist/node/chunk-B7BXP7K4.mjs.map +1 -0
- package/dist/node/chunk-B7ZDJXD3.cjs +35 -0
- package/dist/node/chunk-B7ZDJXD3.cjs.map +1 -0
- package/dist/node/chunk-CP6JHUU6.cjs +541 -0
- package/dist/node/chunk-CP6JHUU6.cjs.map +1 -0
- package/dist/node/chunk-DDCEMKBP.mjs +655 -0
- package/dist/node/chunk-DDCEMKBP.mjs.map +1 -0
- package/dist/node/chunk-DMY44VUG.mjs +655 -0
- package/dist/node/chunk-DMY44VUG.mjs.map +1 -0
- package/dist/node/chunk-F4UCOZW5.mjs +33 -0
- package/dist/node/chunk-F4UCOZW5.mjs.map +1 -0
- package/dist/node/chunk-GBTFMT3K.cjs +256 -0
- package/dist/node/chunk-GBTFMT3K.cjs.map +1 -0
- package/dist/node/chunk-GNVXVK2B.cjs +8 -0
- package/dist/node/chunk-GNVXVK2B.cjs.map +1 -0
- package/dist/node/chunk-IIVYTS5M.mjs +239 -0
- package/dist/node/chunk-IIVYTS5M.mjs.map +1 -0
- package/dist/node/chunk-JQBYDEMW.mjs +33 -0
- package/dist/node/chunk-JQBYDEMW.mjs.map +1 -0
- package/dist/node/chunk-K4MZY4ME.mjs +3 -0
- package/dist/node/chunk-K4MZY4ME.mjs.map +1 -0
- package/dist/node/chunk-KK64VLZN.cjs +4 -0
- package/dist/node/chunk-KK64VLZN.cjs.map +1 -0
- package/dist/node/chunk-KLG6HKFU.cjs +175 -0
- package/dist/node/chunk-KLG6HKFU.cjs.map +1 -0
- package/dist/node/chunk-LJIZ47HO.cjs +688 -0
- package/dist/node/chunk-LJIZ47HO.cjs.map +1 -0
- package/dist/node/chunk-NIXKAQVP.cjs +35 -0
- package/dist/node/chunk-NIXKAQVP.cjs.map +1 -0
- package/dist/node/chunk-OI76LHVT.mjs +21 -0
- package/dist/node/chunk-OI76LHVT.mjs.map +1 -0
- package/dist/node/chunk-OJGCQNAH.mjs +529 -0
- package/dist/node/chunk-OJGCQNAH.mjs.map +1 -0
- package/dist/node/chunk-QFHZIG7Y.cjs +25 -0
- package/dist/node/chunk-QFHZIG7Y.cjs.map +1 -0
- package/dist/node/chunk-QFUZVN4Y.cjs +259 -0
- package/dist/node/chunk-QFUZVN4Y.cjs.map +1 -0
- package/dist/node/chunk-RRLTGGM7.cjs +209 -0
- package/dist/node/chunk-RRLTGGM7.cjs.map +1 -0
- package/dist/node/chunk-TO4BPKCY.mjs +6 -0
- package/dist/node/chunk-TO4BPKCY.mjs.map +1 -0
- package/dist/node/chunk-UKKCN7CQ.cjs +688 -0
- package/dist/node/chunk-UKKCN7CQ.cjs.map +1 -0
- package/dist/node/chunk-UPA7VN4R.mjs +153 -0
- package/dist/node/chunk-UPA7VN4R.mjs.map +1 -0
- package/dist/node/chunk-UTJ7CVVB.cjs +248 -0
- package/dist/node/chunk-UTJ7CVVB.cjs.map +1 -0
- package/dist/node/chunk-YVX4W6SI.cjs +155 -0
- package/dist/node/chunk-YVX4W6SI.cjs.map +1 -0
- package/dist/node/chunk-YWWGJ6EJ.cjs +55 -0
- package/dist/node/chunk-YWWGJ6EJ.cjs.map +1 -0
- package/dist/node/chunk-Z4HUCRK2.mjs +529 -0
- package/dist/node/chunk-Z4HUCRK2.mjs.map +1 -0
- package/dist/node/chunk-ZM2RLVVH.cjs +18 -0
- package/dist/node/chunk-ZM2RLVVH.cjs.map +1 -0
- package/dist/node/core.cjs +261 -0
- package/dist/node/core.cjs.map +1 -0
- package/dist/node/core.d.mts +76 -0
- package/dist/node/core.d.ts +76 -0
- package/dist/node/core.mjs +250 -0
- package/dist/node/core.mjs.map +1 -0
- package/dist/node/crypto.cjs +13 -0
- package/dist/node/crypto.cjs.map +1 -0
- package/dist/node/crypto.d.mts +44 -0
- package/dist/node/crypto.d.ts +44 -0
- package/dist/node/crypto.mjs +4 -0
- package/dist/node/crypto.mjs.map +1 -0
- package/dist/node/definition.cjs +19 -0
- package/dist/node/definition.cjs.map +1 -0
- package/dist/node/definition.d.mts +13 -0
- package/dist/node/definition.d.ts +13 -0
- package/dist/node/definition.mjs +6 -0
- package/dist/node/definition.mjs.map +1 -0
- package/dist/node/dynamic-feature.cjs +14 -0
- package/dist/node/dynamic-feature.cjs.map +1 -0
- package/dist/node/dynamic-feature.d.mts +10 -0
- package/dist/node/dynamic-feature.d.ts +10 -0
- package/dist/node/dynamic-feature.mjs +12 -0
- package/dist/node/dynamic-feature.mjs.map +1 -0
- package/dist/node/dynamic-structure.cjs +143 -0
- package/dist/node/dynamic-structure.cjs.map +1 -0
- package/dist/node/dynamic-structure.d.mts +12 -0
- package/dist/node/dynamic-structure.d.ts +12 -0
- package/dist/node/dynamic-structure.mjs +138 -0
- package/dist/node/dynamic-structure.mjs.map +1 -0
- package/dist/node/env.cjs +14 -0
- package/dist/node/env.cjs.map +1 -0
- package/dist/node/env.d.mts +22 -0
- package/dist/node/env.d.ts +22 -0
- package/dist/node/env.mjs +5 -0
- package/dist/node/env.mjs.map +1 -0
- package/dist/node/frame-index.cjs +16 -0
- package/dist/node/frame-index.cjs.map +1 -0
- package/dist/node/frame-index.d.mts +95 -0
- package/dist/node/frame-index.d.ts +95 -0
- package/dist/node/frame-index.mjs +7 -0
- package/dist/node/frame-index.mjs.map +1 -0
- package/dist/node/index.cjs +0 -288
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.d.mts +1 -144
- package/dist/node/index.d.ts +1 -144
- package/dist/node/index.mjs +0 -284
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/logger.cjs +41 -0
- package/dist/node/logger.cjs.map +1 -0
- package/dist/node/logger.d.mts +150 -0
- package/dist/node/logger.d.ts +150 -0
- package/dist/node/logger.mjs +4 -0
- package/dist/node/logger.mjs.map +1 -0
- package/dist/node/namespace.cjs +24 -0
- package/dist/node/namespace.cjs.map +1 -0
- package/dist/node/namespace.d.mts +13 -0
- package/dist/node/namespace.d.ts +13 -0
- package/dist/node/namespace.mjs +7 -0
- package/dist/node/namespace.mjs.map +1 -0
- package/dist/node/storage.cjs +42 -0
- package/dist/node/storage.cjs.map +1 -0
- package/dist/node/storage.d.mts +110 -0
- package/dist/node/storage.d.ts +110 -0
- package/dist/node/storage.mjs +13 -0
- package/dist/node/storage.mjs.map +1 -0
- package/dist/node/vector.cjs +13 -0
- package/dist/node/vector.cjs.map +1 -0
- package/dist/node/vector.d.mts +15 -0
- package/dist/node/vector.d.ts +15 -0
- package/dist/node/vector.mjs +4 -0
- package/dist/node/vector.mjs.map +1 -0
- package/jest.config.browser.ts +41 -0
- package/jest.config.ts +18 -8
- package/package.json +125 -13
- package/{index.ts → src/concept.ts} +5 -2
- package/src/helpers/Hash.helper.ts +14 -0
- package/src/index.ts +0 -24
- package/src/lib/A-Frame/A-Frame.component.env-browser.ts +124 -0
- package/src/lib/A-Frame/A-Frame.component.env-node.ts +106 -0
- package/src/lib/A-Frame/A-Frame.component.ts +62 -0
- package/src/lib/A-Frame/A-Frame.context.ts +40 -0
- package/src/lib/{components/Index.component.ts/Index.error.ts → A-Frame/A-Frame.error.ts} +1 -1
- package/src/lib/{components/Index.component.ts/Index.guard.ts → A-Frame/A-Frame.guard.ts} +9 -6
- package/src/lib/A-Frame/A-Frame.meta.ts +27 -0
- package/src/lib/{components/Index.component.ts/Index.types.ts → A-Frame/A-Frame.types.ts} +52 -17
- package/src/lib/A-Frame/decorators/A-FrameDefine.decorator.ts +104 -0
- package/src/lib/A-Frame/decorators/A-FrameNamespace.decorator.ts +33 -0
- package/src/lib/A-Frame/index.browser.ts +10 -0
- package/src/lib/A-Frame/index.ts +10 -0
- package/src/lib/A-FrameBundle/A-FrameBundle.builder.env-node.ts +95 -0
- package/src/lib/A-FrameBundle/A-FrameBundle.constants.ts +5 -0
- package/src/lib/A-FrameBundle/A-FrameBundle.types.ts +31 -0
- package/src/lib/A-FrameBundle/index.browser.ts +6 -0
- package/src/lib/A-FrameBundle/index.ts +7 -0
- package/src/lib/A-FrameCLI/A-FrameCLI.container.ts +333 -0
- package/src/lib/A-FrameChannel/A-FrameChannel.component.env-browser.ts +63 -0
- package/src/lib/A-FrameChannel/A-FrameChannel.component.env-node.ts +586 -0
- package/src/lib/A-FrameChannel/A-FrameChannel.component.ts +273 -0
- package/src/lib/A-FrameChannel/A-FrameChannel.constants.ts +39 -0
- package/src/lib/A-FrameChannel/A-FrameChannel.error.ts +10 -0
- package/src/lib/A-FrameChannel/A-FrameChannel.types.ts +143 -0
- package/src/lib/A-FrameChannel/A-FrameChannelEvent.context.ts +28 -0
- package/src/lib/A-FrameChannel/A-FrameChannelRequest.context.ts +36 -0
- package/src/lib/A-FrameChannel/A-FrameChannelSocket.entity.ts +189 -0
- package/src/lib/A-FrameChannel/A-FrameChannelStream.entity.ts +144 -0
- package/src/lib/A-FrameChannel/index.browser.ts +3 -0
- package/src/lib/A-FrameChannel/index.ts +10 -0
- package/src/lib/A-FrameCrypto/A-FrameCrypto.component.env-browser.ts +123 -0
- package/src/lib/A-FrameCrypto/A-FrameCrypto.component.env-node.ts +204 -0
- package/src/lib/A-FrameCrypto/index.browser.ts +1 -0
- package/src/lib/A-FrameCrypto/index.ts +1 -0
- package/src/lib/A-FrameDefinition/A-FrameDefinition.constants.ts +8 -0
- package/src/lib/A-FrameDefinition/A-FrameDefinition.entity.ts +290 -0
- package/src/lib/A-FrameDefinition/A-FrameDefinition.types.ts +109 -0
- package/src/lib/A-FrameDefinition/index.ts +3 -0
- package/src/lib/A-FrameDynamicFeature/A-FrameDynamicFeature.entity.ts +13 -0
- package/src/lib/A-FrameDynamicFeature/A-FrameDynamicFeature.types.ts +10 -0
- package/src/lib/A-FrameDynamicFeature/index.ts +2 -0
- package/src/lib/A-FrameDynamicPatch/A-FrameDynamicPatch.entity.ts +38 -0
- package/src/lib/A-FrameDynamicPatch/A-FrameDynamicPatch.types.ts +20 -0
- package/src/lib/A-FrameDynamicSession/A-FrameDynamicSession.constants.ts +9 -0
- package/src/lib/A-FrameDynamicSession/A-FrameDynamicSession.entity.ts +91 -0
- package/src/lib/A-FrameDynamicSession/A-FrameDynamicSession.types.ts +18 -0
- package/src/lib/A-FrameDynamicStructure/A-FrameDynamicStructure.constants.ts +13 -0
- package/src/lib/A-FrameDynamicStructure/A-FrameDynamicStructure.entity.ts +187 -0
- package/src/lib/A-FrameDynamicStructure/A-FrameDynamicStructure.error.ts +13 -0
- package/src/lib/A-FrameDynamicStructure/A-FrameDynamicStructure.types.ts +128 -0
- package/src/lib/A-FrameDynamicStructure/A-FrameDynamicStructureOperation.context.ts +32 -0
- package/src/lib/A-FrameDynamicStructure/index.ts +5 -0
- package/src/lib/A-FrameEnv/A-FrameEnv.fragment.env-browser.ts +31 -0
- package/src/lib/A-FrameEnv/A-FrameEnv.fragment.env-node.ts +39 -0
- package/src/lib/A-FrameEnv/A-FrameEnv.types.ts +7 -0
- package/src/lib/A-FrameEnv/index.browser.ts +1 -0
- package/src/lib/A-FrameEnv/index.ts +1 -0
- package/src/lib/A-FrameIndex/A-FrameIndex.context.ts +321 -0
- package/src/lib/A-FrameIndex/A-FrameIndex.types.ts +63 -0
- package/src/lib/A-FrameIndex/index.browser.ts +3 -0
- package/src/lib/A-FrameIndex/index.ts +3 -0
- package/src/lib/A-FrameLogger/A-FrameLogger.component.env-browser.ts +99 -0
- package/src/lib/A-FrameLogger/A-FrameLogger.component.env-node.ts +129 -0
- package/src/lib/A-FrameLogger/A-FrameLogger.component.ts +123 -0
- package/src/lib/A-FrameLogger/A-FrameLogger.constants.ts +66 -0
- package/src/lib/A-FrameLogger/A-FrameLogger.types.ts +67 -0
- package/src/lib/A-FrameLogger/index.browser.ts +4 -0
- package/src/lib/A-FrameLogger/index.ts +4 -0
- package/src/lib/A-FrameNamespace/A-FrameNamespace.constants.ts +12 -0
- package/src/lib/A-FrameNamespace/A-FrameNamespace.entity.ts +211 -0
- package/src/lib/A-FrameNamespace/A-FrameNamespace.types.ts +72 -0
- package/src/lib/A-FrameNamespace/index.ts +3 -0
- package/src/lib/A-FrameStorage/A-FrameStorage.codec.ts +338 -0
- package/src/lib/A-FrameStorage/A-FrameStorage.component.ts +191 -0
- package/src/lib/A-FrameStorage/A-FrameStorage.constants.ts +11 -0
- package/src/lib/A-FrameStorage/A-FrameStorage.error.ts +13 -0
- package/src/lib/A-FrameStorage/A-FrameStorage.types.ts +98 -0
- package/src/lib/A-FrameStorage/A-FrameStorageOperation.context.ts +59 -0
- package/src/lib/A-FrameStorage/browser/A-FrameBrowserStorage.component.ts +312 -0
- package/src/lib/A-FrameStorage/browser/A-FrameBrowserStorageBlobs.context.ts +77 -0
- package/src/lib/A-FrameStorage/index.browser.ts +11 -0
- package/src/lib/A-FrameStorage/index.ts +10 -0
- package/src/lib/A-FrameStorage/node/A-FrameNodeStorage.component.ts +464 -0
- package/src/lib/A-FrameStorage/server/A-FrameServerStorage.component.ts +177 -0
- package/src/lib/{entities/A_FrameVector/A_FrameVector.entity.ts → A-FrameVector/A-FrameVector.entity.ts} +10 -0
- package/src/lib/A-FrameVector/index.ts +3 -0
- package/tests/A-Frame.browser.test.ts +94 -0
- package/tests/A-Frame.test.ts +73 -68
- package/tests/jest.browser-environment.js +30 -0
- package/tests/jest.polyfills.browser.ts +13 -0
- package/tests/jest.setup.browser.ts +33 -0
- package/tsconfig.browser.json +54 -0
- package/tsconfig.json +16 -0
- package/tsup.config.ts +32 -2
- package/src/lib/components/Builder.component.ts/Builder.component.ts +0 -0
- package/src/lib/components/Index.component.ts/Index.component.ts +0 -79
- package/src/lib/components/Index.component.ts/Index.constants.ts +0 -0
- package/src/lib/components/Index.component.ts/Index.meta.ts +0 -28
- package/src/lib/components/Index.component.ts/IndexConfigurations.meta.ts +0 -78
- package/src/lib/components/Index.component.ts/decorators/IndexComponent.decorator.ts +0 -97
- package/src/lib/components/Index.component.ts/decorators/IndexDescribe.decorator.ts +0 -59
- package/src/lib/components/Index.component.ts/decorators/IndexNamespace.decorator.ts +0 -57
- package/src/lib/components/Search/A_FrameSearch.component.ts +0 -66
- package/src/lib/containers/CLI.container.ts +0 -27
- package/src/lib/entities/Namespace/Namespace.entity.ts +0 -8
|
@@ -0,0 +1,688 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkB7ZDJXD3_cjs = require('./chunk-B7ZDJXD3.cjs');
|
|
4
|
+
var chunkKLG6HKFU_cjs = require('./chunk-KLG6HKFU.cjs');
|
|
5
|
+
var chunkGBTFMT3K_cjs = require('./chunk-GBTFMT3K.cjs');
|
|
6
|
+
var chunkQFHZIG7Y_cjs = require('./chunk-QFHZIG7Y.cjs');
|
|
7
|
+
var aConcept = require('@adaas/a-concept');
|
|
8
|
+
var http = require('http');
|
|
9
|
+
var https = require('https');
|
|
10
|
+
|
|
11
|
+
function _interopNamespace(e) {
|
|
12
|
+
if (e && e.__esModule) return e;
|
|
13
|
+
var n = Object.create(null);
|
|
14
|
+
if (e) {
|
|
15
|
+
Object.keys(e).forEach(function (k) {
|
|
16
|
+
if (k !== 'default') {
|
|
17
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
18
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () { return e[k]; }
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
n.default = e;
|
|
26
|
+
return Object.freeze(n);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
var http__namespace = /*#__PURE__*/_interopNamespace(http);
|
|
30
|
+
var https__namespace = /*#__PURE__*/_interopNamespace(https);
|
|
31
|
+
|
|
32
|
+
// src/lib/A-FrameChannel/A-FrameChannel.constants.ts
|
|
33
|
+
var A_FrameFeatures = {
|
|
34
|
+
Request: "_A_FRAME_REQUEST",
|
|
35
|
+
Socket: "_A_FRAME_SOCKET"
|
|
36
|
+
};
|
|
37
|
+
var A_FrameChannelStreamStatuses = {
|
|
38
|
+
Open: "open",
|
|
39
|
+
Closed: "closed"
|
|
40
|
+
};
|
|
41
|
+
var A_FrameChannelStreamFeatures = {
|
|
42
|
+
open: "_A_FRAME_CHANNEL_STREAM_OPEN",
|
|
43
|
+
send: "_A_FRAME_CHANNEL_STREAM_SEND",
|
|
44
|
+
onEvent: "_A_FRAME_CHANNEL_STREAM_ON_EVENT",
|
|
45
|
+
onError: "_A_FRAME_CHANNEL_STREAM_ON_ERROR",
|
|
46
|
+
onComplete: "_A_FRAME_CHANNEL_STREAM_ON_COMPLETE",
|
|
47
|
+
onClose: "_A_FRAME_CHANNEL_STREAM_ON_CLOSE"
|
|
48
|
+
};
|
|
49
|
+
var A_FrameChannelSocketStatuses = {
|
|
50
|
+
Connecting: "connecting",
|
|
51
|
+
Open: "open",
|
|
52
|
+
Closed: "closed"
|
|
53
|
+
};
|
|
54
|
+
var A_FrameChannelSocketFeatures = {
|
|
55
|
+
onEvent: "_A_FRAME_CHANNEL_SOCKET_ON_EVENT",
|
|
56
|
+
onError: "_A_FRAME_CHANNEL_SOCKET_ON_ERROR",
|
|
57
|
+
onOpen: "_A_FRAME_CHANNEL_SOCKET_ON_OPEN",
|
|
58
|
+
onClose: "_A_FRAME_CHANNEL_SOCKET_ON_CLOSE"
|
|
59
|
+
};
|
|
60
|
+
var A_FrameChannelRequest = class extends aConcept.A_Fragment {
|
|
61
|
+
constructor(method, path, body) {
|
|
62
|
+
super({ name: "a-frame-channel-request" });
|
|
63
|
+
this.method = method;
|
|
64
|
+
this.path = path;
|
|
65
|
+
this.body = body;
|
|
66
|
+
}
|
|
67
|
+
complete(response) {
|
|
68
|
+
this._response = response;
|
|
69
|
+
}
|
|
70
|
+
fail(error) {
|
|
71
|
+
this._error = error;
|
|
72
|
+
}
|
|
73
|
+
get response() {
|
|
74
|
+
return this._response;
|
|
75
|
+
}
|
|
76
|
+
get error() {
|
|
77
|
+
return this._error;
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
var A_FrameChannelError = class extends aConcept.A_Error {
|
|
81
|
+
};
|
|
82
|
+
A_FrameChannelError.InvalidRequest = "InvalidRequest";
|
|
83
|
+
A_FrameChannelError.Timeout = "Timeout";
|
|
84
|
+
A_FrameChannelError.RequestFailed = "RequestFailed";
|
|
85
|
+
|
|
86
|
+
// src/lib/A-FrameDynamicSession/A-FrameDynamicSession.constants.ts
|
|
87
|
+
var A_FrameDynamicSessionFeatures = {
|
|
88
|
+
Init: "_A_FRAME_DYNAMIC_SESSION_INIT",
|
|
89
|
+
Question: "_A_FRAME_DYNAMIC_SESSION_QUESTION",
|
|
90
|
+
Answer: "_A_FRAME_DYNAMIC_SESSION_ANSWER",
|
|
91
|
+
Destroy: "_A_FRAME_DYNAMIC_SESSION_DESTROY"
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
// src/lib/A-FrameDynamicSession/A-FrameDynamicSession.entity.ts
|
|
95
|
+
var A_FrameDynamicSession = class extends aConcept.A_Entity {
|
|
96
|
+
static get concept() {
|
|
97
|
+
return "a-frame";
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
*/
|
|
102
|
+
get scope() {
|
|
103
|
+
if (!this._scope) {
|
|
104
|
+
this._scope = aConcept.A_Context.allocate(this, new aConcept.A_Scope({ name: `${this.aseid.id}-scope` }));
|
|
105
|
+
}
|
|
106
|
+
return this._scope;
|
|
107
|
+
}
|
|
108
|
+
get currentTurn() {
|
|
109
|
+
return this._currentTurn;
|
|
110
|
+
}
|
|
111
|
+
get initDate() {
|
|
112
|
+
return new Date(this._initDate);
|
|
113
|
+
}
|
|
114
|
+
static onQuestion() {
|
|
115
|
+
return;
|
|
116
|
+
}
|
|
117
|
+
static onAnswer() {
|
|
118
|
+
return;
|
|
119
|
+
}
|
|
120
|
+
fromNew(newEntity) {
|
|
121
|
+
this._turnsCount = newEntity.turnsCount || 5;
|
|
122
|
+
this._currentTurn = 0;
|
|
123
|
+
this._initDate = (/* @__PURE__ */ new Date()).toISOString();
|
|
124
|
+
}
|
|
125
|
+
fromJSON(serialized) {
|
|
126
|
+
this._turnsCount = serialized.turnsCount;
|
|
127
|
+
this._currentTurn = serialized.currentTurn;
|
|
128
|
+
this._initDate = serialized.initDate;
|
|
129
|
+
}
|
|
130
|
+
async init() {
|
|
131
|
+
await this.call(A_FrameDynamicSessionFeatures.Init);
|
|
132
|
+
}
|
|
133
|
+
async destroy(scope) {
|
|
134
|
+
await this.call(A_FrameDynamicSessionFeatures.Destroy, scope);
|
|
135
|
+
}
|
|
136
|
+
async question() {
|
|
137
|
+
this._currentTurn++;
|
|
138
|
+
await this.call(A_FrameDynamicSessionFeatures.Question);
|
|
139
|
+
}
|
|
140
|
+
async answer() {
|
|
141
|
+
await this.call(A_FrameDynamicSessionFeatures.Answer);
|
|
142
|
+
}
|
|
143
|
+
toJSON() {
|
|
144
|
+
return {
|
|
145
|
+
...super.toJSON(),
|
|
146
|
+
turnsCount: this._turnsCount,
|
|
147
|
+
currentTurn: this._currentTurn,
|
|
148
|
+
initDate: this._initDate
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
};
|
|
152
|
+
var A_FrameDynamicStructureOperation = class extends aConcept.A_Fragment {
|
|
153
|
+
constructor(params = {}) {
|
|
154
|
+
super({ name: "a-frame-dynamic-structure-operation-context" });
|
|
155
|
+
this._meta = /* @__PURE__ */ new Map();
|
|
156
|
+
this._meta.set("params", params);
|
|
157
|
+
}
|
|
158
|
+
get params() {
|
|
159
|
+
return this._meta.get("params");
|
|
160
|
+
}
|
|
161
|
+
get(key) {
|
|
162
|
+
return this._meta.get(key);
|
|
163
|
+
}
|
|
164
|
+
set(key, value) {
|
|
165
|
+
this._meta.set(key, value);
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
|
|
169
|
+
// src/lib/A-FrameChannel/A-FrameChannel.component.ts
|
|
170
|
+
var A_FrameChannel = class extends aConcept.A_Component {
|
|
171
|
+
async generate(prompt) {
|
|
172
|
+
const request = new A_FrameChannelRequest("POST", "/api/completions", { prompt, max_tokens: 512 });
|
|
173
|
+
const executionScope = new aConcept.A_Scope({
|
|
174
|
+
name: "A_FrameChannel.generate",
|
|
175
|
+
fragments: [request]
|
|
176
|
+
}).inherit(aConcept.A_Context.scope(this));
|
|
177
|
+
try {
|
|
178
|
+
await this.call(A_FrameFeatures.Request, executionScope);
|
|
179
|
+
executionScope.destroy();
|
|
180
|
+
return request;
|
|
181
|
+
} catch (err) {
|
|
182
|
+
executionScope.destroy();
|
|
183
|
+
throw new A_FrameChannelError({
|
|
184
|
+
title: A_FrameChannelError.RequestFailed,
|
|
185
|
+
description: `Failed to generate completion: ${err instanceof Error ? err.message : String(err)}`
|
|
186
|
+
});
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
async embed(input) {
|
|
190
|
+
const request = new A_FrameChannelRequest("POST", "/api/embeddings", { input });
|
|
191
|
+
const executionScope = new aConcept.A_Scope({
|
|
192
|
+
name: "A_FrameChannel.embed",
|
|
193
|
+
fragments: [request]
|
|
194
|
+
}).inherit(aConcept.A_Context.scope(this));
|
|
195
|
+
try {
|
|
196
|
+
await this.call(A_FrameFeatures.Request, executionScope);
|
|
197
|
+
executionScope.destroy();
|
|
198
|
+
return request;
|
|
199
|
+
} catch (err) {
|
|
200
|
+
executionScope.destroy();
|
|
201
|
+
throw new A_FrameChannelError({
|
|
202
|
+
title: A_FrameChannelError.RequestFailed,
|
|
203
|
+
description: `Failed to embed input: ${err instanceof Error ? err.message : String(err)}`
|
|
204
|
+
});
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
async getCredentials() {
|
|
208
|
+
const request = new A_FrameChannelRequest("GET", "/api/credentials/me");
|
|
209
|
+
const executionScope = new aConcept.A_Scope({
|
|
210
|
+
name: "A_FrameChannel.getCredentials",
|
|
211
|
+
fragments: [request]
|
|
212
|
+
}).inherit(aConcept.A_Context.scope(this));
|
|
213
|
+
try {
|
|
214
|
+
await this.call(A_FrameFeatures.Request, executionScope);
|
|
215
|
+
executionScope.destroy();
|
|
216
|
+
return request;
|
|
217
|
+
} catch (err) {
|
|
218
|
+
executionScope.destroy();
|
|
219
|
+
throw new A_FrameChannelError({
|
|
220
|
+
title: A_FrameChannelError.RequestFailed,
|
|
221
|
+
description: `Failed to get credentials: ${err instanceof Error ? err.message : String(err)}`
|
|
222
|
+
});
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
async ping() {
|
|
226
|
+
const request = new A_FrameChannelRequest("GET", "/health");
|
|
227
|
+
const executionScope = new aConcept.A_Scope({
|
|
228
|
+
name: "A_FrameChannel.ping",
|
|
229
|
+
fragments: [request]
|
|
230
|
+
}).inherit(aConcept.A_Context.scope(this));
|
|
231
|
+
try {
|
|
232
|
+
await this.call(A_FrameFeatures.Request, executionScope);
|
|
233
|
+
executionScope.destroy();
|
|
234
|
+
return request;
|
|
235
|
+
} catch {
|
|
236
|
+
executionScope.destroy();
|
|
237
|
+
return request;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
async embedDefinition(definition, env) {
|
|
241
|
+
const request = new A_FrameChannelRequest("POST", "/api/v1/definition/embed", {
|
|
242
|
+
definition: definition.toJSON()
|
|
243
|
+
});
|
|
244
|
+
const executionScope = new aConcept.A_Scope({
|
|
245
|
+
name: "A_FrameChannel.embedDefinition",
|
|
246
|
+
fragments: [request]
|
|
247
|
+
}).inherit(aConcept.A_Context.scope(this));
|
|
248
|
+
try {
|
|
249
|
+
await this.call(A_FrameFeatures.Request, executionScope);
|
|
250
|
+
executionScope.destroy();
|
|
251
|
+
const response = request.response;
|
|
252
|
+
if (!response.data || !response.data[0] || !response.data[0].embedding) {
|
|
253
|
+
throw new A_FrameChannelError({
|
|
254
|
+
title: A_FrameChannelError.InvalidRequest,
|
|
255
|
+
description: `Invalid embedding response for definition "${definition.name}"`
|
|
256
|
+
});
|
|
257
|
+
}
|
|
258
|
+
const vector = new Float32Array(response.data[0].embedding);
|
|
259
|
+
definition.hydrateFromEmbedding(vector, {
|
|
260
|
+
model: response.model,
|
|
261
|
+
dimensions: response.meta.dimensions,
|
|
262
|
+
inputCount: response.meta.input_count,
|
|
263
|
+
aFrameServerVersion: response.meta.server_version,
|
|
264
|
+
aFrameVersion: env.A_FRAME_VERSION,
|
|
265
|
+
credentialId: response.meta.credential_id,
|
|
266
|
+
date: response.date
|
|
267
|
+
});
|
|
268
|
+
} catch (err) {
|
|
269
|
+
throw new A_FrameChannelError({
|
|
270
|
+
title: A_FrameChannelError.RequestFailed,
|
|
271
|
+
description: `Failed to embed definition "${definition.name}": ${err instanceof Error ? err.message : String(err)}`
|
|
272
|
+
});
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
async embedNamespace(namespace, env) {
|
|
276
|
+
const request = new A_FrameChannelRequest("POST", "/api/v1/namespace/embed", {
|
|
277
|
+
namespace: namespace.toJSON()
|
|
278
|
+
});
|
|
279
|
+
const executionScope = new aConcept.A_Scope({
|
|
280
|
+
name: "A_FrameChannel.embedNamespace",
|
|
281
|
+
fragments: [request]
|
|
282
|
+
}).inherit(aConcept.A_Context.scope(this));
|
|
283
|
+
try {
|
|
284
|
+
await this.call(A_FrameFeatures.Request, executionScope);
|
|
285
|
+
executionScope.destroy();
|
|
286
|
+
const response = request.response;
|
|
287
|
+
if (!response.data || !response.data[0] || !response.data[0].embedding) {
|
|
288
|
+
throw new A_FrameChannelError({
|
|
289
|
+
title: A_FrameChannelError.InvalidRequest,
|
|
290
|
+
description: `Invalid embedding response for namespace "${namespace.name}"`
|
|
291
|
+
});
|
|
292
|
+
}
|
|
293
|
+
const vector = new Float32Array(response.data[0].embedding);
|
|
294
|
+
namespace.hydrateFromEmbedding(vector, {
|
|
295
|
+
model: response.model,
|
|
296
|
+
dimensions: response.meta.dimensions,
|
|
297
|
+
inputCount: response.meta.input_count,
|
|
298
|
+
aFrameServerVersion: response.meta.server_version,
|
|
299
|
+
aFrameVersion: env.A_FRAME_VERSION,
|
|
300
|
+
credentialId: response.meta.credential_id,
|
|
301
|
+
date: response.date
|
|
302
|
+
});
|
|
303
|
+
} catch (err) {
|
|
304
|
+
throw new A_FrameChannelError({
|
|
305
|
+
title: A_FrameChannelError.RequestFailed,
|
|
306
|
+
description: `Failed to embed namespace "${namespace.name}": ${err instanceof Error ? err.message : String(err)}`
|
|
307
|
+
});
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
async generateDynamicStructure(structure, session, operation) {
|
|
311
|
+
}
|
|
312
|
+
// /**
|
|
313
|
+
// * Open a bidirectional WebSocket connection to the server.
|
|
314
|
+
// *
|
|
315
|
+
// * The method resolves once the connection is closed (server close frame or
|
|
316
|
+
// * transport end). While it is pending, call `socket.send(event)` to push
|
|
317
|
+
// * frames to the server. Incoming frames are dispatched automatically to
|
|
318
|
+
// * any `@A_FrameChannelSocket.onEvent()` handlers registered on `socket`.
|
|
319
|
+
// *
|
|
320
|
+
// * @param socket - Pre-configured socket entity (optionally a subclass with
|
|
321
|
+
// * event handlers pre-registered via `@onEvent` decorators).
|
|
322
|
+
// */
|
|
323
|
+
// async connect(socket: A_FrameChannelSocket): Promise<void> {
|
|
324
|
+
// const executionScope = new A_Scope({
|
|
325
|
+
// name: 'A_FrameChannel.connect',
|
|
326
|
+
// entities: [socket],
|
|
327
|
+
// }).inherit(A_Context.scope(this));
|
|
328
|
+
// try {
|
|
329
|
+
// await this.call(A_FrameFeatures.Socket, executionScope);
|
|
330
|
+
// executionScope.destroy();
|
|
331
|
+
// } catch (err) {
|
|
332
|
+
// executionScope.destroy();
|
|
333
|
+
// throw new A_FrameChannelError({
|
|
334
|
+
// title: A_FrameChannelError.RequestFailed,
|
|
335
|
+
// description: `WebSocket connection to ${socket.path} failed: ${err instanceof Error ? err.message : String(err)}`,
|
|
336
|
+
// });
|
|
337
|
+
// }
|
|
338
|
+
// }
|
|
339
|
+
};
|
|
340
|
+
chunkQFHZIG7Y_cjs.__decorateClass([
|
|
341
|
+
aConcept.A_Feature.Extend({
|
|
342
|
+
name: chunkGBTFMT3K_cjs.A_FrameDefinitionFeatures.Embed,
|
|
343
|
+
scope: [chunkGBTFMT3K_cjs.A_FrameDefinition]
|
|
344
|
+
}),
|
|
345
|
+
chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(aConcept.A_Caller)),
|
|
346
|
+
chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(chunkB7ZDJXD3_cjs.A_FrameEnv))
|
|
347
|
+
], A_FrameChannel.prototype, "embedDefinition", 1);
|
|
348
|
+
chunkQFHZIG7Y_cjs.__decorateClass([
|
|
349
|
+
aConcept.A_Feature.Extend({
|
|
350
|
+
name: chunkKLG6HKFU_cjs.A_FrameNamespaceFeatures.Embed,
|
|
351
|
+
scope: [chunkKLG6HKFU_cjs.A_FrameNamespace]
|
|
352
|
+
}),
|
|
353
|
+
chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(aConcept.A_Caller)),
|
|
354
|
+
chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(chunkB7ZDJXD3_cjs.A_FrameEnv))
|
|
355
|
+
], A_FrameChannel.prototype, "embedNamespace", 1);
|
|
356
|
+
chunkQFHZIG7Y_cjs.__decorateClass([
|
|
357
|
+
chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(aConcept.A_Caller)),
|
|
358
|
+
chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(A_FrameDynamicSession)),
|
|
359
|
+
chunkQFHZIG7Y_cjs.__decorateParam(2, aConcept.A_Inject(A_FrameDynamicStructureOperation))
|
|
360
|
+
], A_FrameChannel.prototype, "generateDynamicStructure", 1);
|
|
361
|
+
var A_FrameChannelEvent = class extends aConcept.A_Fragment {
|
|
362
|
+
constructor(name, data) {
|
|
363
|
+
super({ name: "a-frame-channel-event-" + name });
|
|
364
|
+
this._data = data;
|
|
365
|
+
this._eventName = name;
|
|
366
|
+
}
|
|
367
|
+
get name() {
|
|
368
|
+
return this._eventName;
|
|
369
|
+
}
|
|
370
|
+
get data() {
|
|
371
|
+
return this._data;
|
|
372
|
+
}
|
|
373
|
+
};
|
|
374
|
+
var A_FrameChannelStream = class extends aConcept.A_Entity {
|
|
375
|
+
static onEvent(name) {
|
|
376
|
+
const eventName = (name || "all") + A_FrameChannelStreamFeatures.onEvent;
|
|
377
|
+
return (target, propertyKey, descriptor) => {
|
|
378
|
+
return aConcept.A_Feature.Extend({
|
|
379
|
+
name: eventName,
|
|
380
|
+
scope: [target.constructor]
|
|
381
|
+
})(target, propertyKey, descriptor);
|
|
382
|
+
};
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
385
|
+
* The scope of the session, Will be destroyed after the session is closed.
|
|
386
|
+
*/
|
|
387
|
+
get scope() {
|
|
388
|
+
if (!this._scope) {
|
|
389
|
+
this._scope = aConcept.A_Context.allocate(this, new aConcept.A_Scope({ name: `${this.aseid.id}-scope` }));
|
|
390
|
+
}
|
|
391
|
+
return this._scope;
|
|
392
|
+
}
|
|
393
|
+
get method() {
|
|
394
|
+
return this._method;
|
|
395
|
+
}
|
|
396
|
+
get path() {
|
|
397
|
+
return this._path;
|
|
398
|
+
}
|
|
399
|
+
get body() {
|
|
400
|
+
return this._body;
|
|
401
|
+
}
|
|
402
|
+
get status() {
|
|
403
|
+
return this._status;
|
|
404
|
+
}
|
|
405
|
+
get error() {
|
|
406
|
+
return this._error;
|
|
407
|
+
}
|
|
408
|
+
get initDate() {
|
|
409
|
+
return new Date(this._initDate);
|
|
410
|
+
}
|
|
411
|
+
complete() {
|
|
412
|
+
this._status = A_FrameChannelStreamStatuses.Closed;
|
|
413
|
+
}
|
|
414
|
+
fail(error) {
|
|
415
|
+
this._status = A_FrameChannelStreamStatuses.Closed;
|
|
416
|
+
this._error = error;
|
|
417
|
+
}
|
|
418
|
+
destroy() {
|
|
419
|
+
this.scope.destroy();
|
|
420
|
+
}
|
|
421
|
+
async open() {
|
|
422
|
+
await this.call(A_FrameChannelStreamFeatures.open);
|
|
423
|
+
}
|
|
424
|
+
async send() {
|
|
425
|
+
await this.call(A_FrameChannelStreamFeatures.send);
|
|
426
|
+
}
|
|
427
|
+
async propagate(name, data) {
|
|
428
|
+
const request = new A_FrameChannelEvent(name, data);
|
|
429
|
+
const executionScope = new aConcept.A_Scope({
|
|
430
|
+
name: "A_FrameChannelStream.propagate",
|
|
431
|
+
fragments: [request]
|
|
432
|
+
}).inherit(this.scope);
|
|
433
|
+
try {
|
|
434
|
+
const callName = (name || "all") + A_FrameChannelStreamFeatures.onEvent;
|
|
435
|
+
await this.call(callName, executionScope);
|
|
436
|
+
executionScope.destroy();
|
|
437
|
+
} catch {
|
|
438
|
+
executionScope.destroy();
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
fromNew(newEntity) {
|
|
442
|
+
this._method = newEntity.method;
|
|
443
|
+
this._path = newEntity.path;
|
|
444
|
+
this._body = newEntity.body;
|
|
445
|
+
this._initDate = (/* @__PURE__ */ new Date()).toISOString();
|
|
446
|
+
}
|
|
447
|
+
fromJSON(serialized) {
|
|
448
|
+
this._method = serialized.method;
|
|
449
|
+
this._path = serialized.path;
|
|
450
|
+
this._body = serialized.body;
|
|
451
|
+
this._initDate = serialized.initDate;
|
|
452
|
+
}
|
|
453
|
+
toJSON() {
|
|
454
|
+
return {
|
|
455
|
+
...super.toJSON(),
|
|
456
|
+
initDate: this._initDate,
|
|
457
|
+
status: this._status,
|
|
458
|
+
error: this._error ? this._error.toJSON() : void 0,
|
|
459
|
+
method: this._method,
|
|
460
|
+
path: this._path,
|
|
461
|
+
body: this._body
|
|
462
|
+
};
|
|
463
|
+
}
|
|
464
|
+
};
|
|
465
|
+
var A_FrameNodeChannel = class extends A_FrameChannel {
|
|
466
|
+
async request(context, env) {
|
|
467
|
+
const url = `${env.A_FRAME_SERVER_URL}${context.path}`;
|
|
468
|
+
const parsedUrl = new URL(url);
|
|
469
|
+
const client = parsedUrl.protocol === "https:" ? https__namespace : http__namespace;
|
|
470
|
+
const payload = context.body !== void 0 ? JSON.stringify(context.body) : void 0;
|
|
471
|
+
const result = await new Promise((resolve, reject) => {
|
|
472
|
+
const req = client.request(
|
|
473
|
+
{
|
|
474
|
+
protocol: parsedUrl.protocol,
|
|
475
|
+
hostname: parsedUrl.hostname,
|
|
476
|
+
port: parsedUrl.port,
|
|
477
|
+
path: `${parsedUrl.pathname}${parsedUrl.search}`,
|
|
478
|
+
method: context.method,
|
|
479
|
+
headers: {
|
|
480
|
+
"Content-Type": "application/json",
|
|
481
|
+
Authorization: `Bearer ${env.A_FRAME_SERVER_API_KEY}`,
|
|
482
|
+
...payload ? { "Content-Length": Buffer.byteLength(payload) } : {}
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
(res) => {
|
|
486
|
+
const chunks = [];
|
|
487
|
+
res.on("data", (chunk) => chunks.push(Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk)));
|
|
488
|
+
res.on("end", () => {
|
|
489
|
+
const raw = Buffer.concat(chunks).toString("utf8");
|
|
490
|
+
if ((res.statusCode ?? 500) >= 400) {
|
|
491
|
+
console.error(`[A-FrameChannel] <-- ${res.statusCode} ${context.method} ${url}`);
|
|
492
|
+
reject(
|
|
493
|
+
new A_FrameChannelError({
|
|
494
|
+
title: A_FrameChannelError.RequestFailed,
|
|
495
|
+
description: `Request to ${context.path} failed with status ${res.statusCode}`
|
|
496
|
+
})
|
|
497
|
+
);
|
|
498
|
+
return;
|
|
499
|
+
}
|
|
500
|
+
if (!raw) {
|
|
501
|
+
console.log(`[A-FrameChannel] <-- ${res.statusCode} ${context.method} ${url} (empty)`);
|
|
502
|
+
resolve(void 0);
|
|
503
|
+
return;
|
|
504
|
+
}
|
|
505
|
+
try {
|
|
506
|
+
const parsed = JSON.parse(raw);
|
|
507
|
+
console.log(`[A-FrameChannel] <-- ${res.statusCode} ${context.method} ${url}`);
|
|
508
|
+
resolve(parsed);
|
|
509
|
+
} catch {
|
|
510
|
+
console.error(`[A-FrameChannel] <-- ${res.statusCode} ${context.method} ${url} (invalid JSON)`);
|
|
511
|
+
reject(
|
|
512
|
+
new A_FrameChannelError({
|
|
513
|
+
title: A_FrameChannelError.RequestFailed,
|
|
514
|
+
description: `Invalid JSON response from ${context.path}`
|
|
515
|
+
})
|
|
516
|
+
);
|
|
517
|
+
}
|
|
518
|
+
});
|
|
519
|
+
}
|
|
520
|
+
);
|
|
521
|
+
req.setTimeout(15e3, () => {
|
|
522
|
+
console.error(`[A-FrameChannel] TIMEOUT ${context.method} ${url}`);
|
|
523
|
+
req.destroy(
|
|
524
|
+
new A_FrameChannelError({
|
|
525
|
+
title: A_FrameChannelError.Timeout,
|
|
526
|
+
description: `Request to ${context.path} timed out after 15 seconds`
|
|
527
|
+
})
|
|
528
|
+
);
|
|
529
|
+
});
|
|
530
|
+
req.on("error", (err) => reject(err));
|
|
531
|
+
if (payload) req.write(payload);
|
|
532
|
+
req.end();
|
|
533
|
+
});
|
|
534
|
+
context.complete(result);
|
|
535
|
+
}
|
|
536
|
+
async stream(stream, env) {
|
|
537
|
+
const url = `${env.A_FRAME_SERVER_URL}${stream.path}`;
|
|
538
|
+
const parsedUrl = new URL(url);
|
|
539
|
+
const client = parsedUrl.protocol === "https:" ? https__namespace : http__namespace;
|
|
540
|
+
const payload = stream.body !== void 0 ? JSON.stringify(stream.body) : void 0;
|
|
541
|
+
await new Promise((resolve, reject) => {
|
|
542
|
+
const req = client.request(
|
|
543
|
+
{
|
|
544
|
+
protocol: parsedUrl.protocol,
|
|
545
|
+
hostname: parsedUrl.hostname,
|
|
546
|
+
port: parsedUrl.port,
|
|
547
|
+
path: `${parsedUrl.pathname}${parsedUrl.search}`,
|
|
548
|
+
method: stream.method,
|
|
549
|
+
headers: {
|
|
550
|
+
"Content-Type": "application/json",
|
|
551
|
+
Accept: "text/event-stream",
|
|
552
|
+
Authorization: `Bearer ${env.A_FRAME_SERVER_API_KEY}`,
|
|
553
|
+
...payload ? { "Content-Length": Buffer.byteLength(payload) } : {}
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
(res) => {
|
|
557
|
+
if ((res.statusCode ?? 500) >= 400) {
|
|
558
|
+
console.error(`[A-FrameChannel] <-- ${res.statusCode} ${stream.method} ${url}`);
|
|
559
|
+
reject(
|
|
560
|
+
new A_FrameChannelError({
|
|
561
|
+
title: A_FrameChannelError.RequestFailed,
|
|
562
|
+
description: `Stream request to ${stream.path} failed with status ${res.statusCode}`
|
|
563
|
+
})
|
|
564
|
+
);
|
|
565
|
+
return;
|
|
566
|
+
}
|
|
567
|
+
let buffer = "";
|
|
568
|
+
res.on("data", async (chunk) => {
|
|
569
|
+
buffer += Buffer.isBuffer(chunk) ? chunk.toString("utf8") : String(chunk);
|
|
570
|
+
const lines = buffer.split("\n");
|
|
571
|
+
buffer = lines.pop() || "";
|
|
572
|
+
for (const line of lines) {
|
|
573
|
+
if (!line.startsWith("data: ")) continue;
|
|
574
|
+
const data = line.slice(6).trim();
|
|
575
|
+
if (data === "[DONE]") continue;
|
|
576
|
+
try {
|
|
577
|
+
const event = JSON.parse(data);
|
|
578
|
+
await stream.propagate(event.type, event.data);
|
|
579
|
+
} catch {
|
|
580
|
+
console.error(`[A-FrameChannel] Invalid SSE payload from ${stream.path}: ${data}`);
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
});
|
|
584
|
+
res.on("end", () => {
|
|
585
|
+
console.log(`[A-FrameChannel] <-- ${res.statusCode} ${stream.method} ${url} (stream complete)`);
|
|
586
|
+
resolve();
|
|
587
|
+
});
|
|
588
|
+
res.on("error", (err) => reject(err));
|
|
589
|
+
}
|
|
590
|
+
);
|
|
591
|
+
req.setTimeout(6e4, () => {
|
|
592
|
+
console.error(`[A-FrameChannel] TIMEOUT ${stream.method} ${url}`);
|
|
593
|
+
req.destroy(
|
|
594
|
+
new A_FrameChannelError({
|
|
595
|
+
title: A_FrameChannelError.Timeout,
|
|
596
|
+
description: `Stream request to ${stream.path} timed out after 60 seconds`
|
|
597
|
+
})
|
|
598
|
+
);
|
|
599
|
+
});
|
|
600
|
+
req.on("error", (err) => reject(err));
|
|
601
|
+
if (payload) req.write(payload);
|
|
602
|
+
req.end();
|
|
603
|
+
});
|
|
604
|
+
stream.complete();
|
|
605
|
+
}
|
|
606
|
+
async send(stream, event, env) {
|
|
607
|
+
const url = `${env.A_FRAME_SERVER_URL}${stream.path}/send`;
|
|
608
|
+
const parsedUrl = new URL(url);
|
|
609
|
+
const client = parsedUrl.protocol === "https:" ? https__namespace : http__namespace;
|
|
610
|
+
const payload = JSON.stringify({ type: event.name, data: event.data });
|
|
611
|
+
await new Promise((resolve, reject) => {
|
|
612
|
+
const req = client.request(
|
|
613
|
+
{
|
|
614
|
+
protocol: parsedUrl.protocol,
|
|
615
|
+
hostname: parsedUrl.hostname,
|
|
616
|
+
port: parsedUrl.port,
|
|
617
|
+
path: `${parsedUrl.pathname}${parsedUrl.search}`,
|
|
618
|
+
method: "POST",
|
|
619
|
+
headers: {
|
|
620
|
+
"Content-Type": "application/json",
|
|
621
|
+
Authorization: `Bearer ${env.A_FRAME_SERVER_API_KEY}`,
|
|
622
|
+
"Content-Length": Buffer.byteLength(payload)
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
(res) => {
|
|
626
|
+
res.resume();
|
|
627
|
+
res.on("end", () => {
|
|
628
|
+
if ((res.statusCode ?? 500) >= 400) {
|
|
629
|
+
console.error(`[A-FrameChannel] <-- ${res.statusCode} POST ${url}`);
|
|
630
|
+
reject(
|
|
631
|
+
new A_FrameChannelError({
|
|
632
|
+
title: A_FrameChannelError.RequestFailed,
|
|
633
|
+
description: `Send event "${event.name}" to ${stream.path} failed with status ${res.statusCode}`
|
|
634
|
+
})
|
|
635
|
+
);
|
|
636
|
+
return;
|
|
637
|
+
}
|
|
638
|
+
console.log(`[A-FrameChannel] --> ${res.statusCode} POST ${url} (event: ${event.name})`);
|
|
639
|
+
resolve();
|
|
640
|
+
});
|
|
641
|
+
}
|
|
642
|
+
);
|
|
643
|
+
req.setTimeout(15e3, () => {
|
|
644
|
+
console.error(`[A-FrameChannel] TIMEOUT POST ${url}`);
|
|
645
|
+
req.destroy(
|
|
646
|
+
new A_FrameChannelError({
|
|
647
|
+
title: A_FrameChannelError.Timeout,
|
|
648
|
+
description: `Send event "${event.name}" to ${stream.path} timed out after 15 seconds`
|
|
649
|
+
})
|
|
650
|
+
);
|
|
651
|
+
});
|
|
652
|
+
req.on("error", (err) => reject(err));
|
|
653
|
+
req.write(payload);
|
|
654
|
+
req.end();
|
|
655
|
+
});
|
|
656
|
+
}
|
|
657
|
+
};
|
|
658
|
+
chunkQFHZIG7Y_cjs.__decorateClass([
|
|
659
|
+
aConcept.A_Feature.Extend({
|
|
660
|
+
name: A_FrameFeatures.Request,
|
|
661
|
+
scope: [A_FrameChannel]
|
|
662
|
+
}),
|
|
663
|
+
chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(A_FrameChannelRequest)),
|
|
664
|
+
chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(chunkB7ZDJXD3_cjs.A_FrameEnv))
|
|
665
|
+
], A_FrameNodeChannel.prototype, "request", 1);
|
|
666
|
+
chunkQFHZIG7Y_cjs.__decorateClass([
|
|
667
|
+
chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(A_FrameChannelStream)),
|
|
668
|
+
chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(chunkB7ZDJXD3_cjs.A_FrameEnv))
|
|
669
|
+
], A_FrameNodeChannel.prototype, "stream", 1);
|
|
670
|
+
chunkQFHZIG7Y_cjs.__decorateClass([
|
|
671
|
+
chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(A_FrameChannelStream)),
|
|
672
|
+
chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(A_FrameChannelEvent)),
|
|
673
|
+
chunkQFHZIG7Y_cjs.__decorateParam(2, aConcept.A_Inject(chunkB7ZDJXD3_cjs.A_FrameEnv))
|
|
674
|
+
], A_FrameNodeChannel.prototype, "send", 1);
|
|
675
|
+
|
|
676
|
+
exports.A_FrameChannel = A_FrameChannel;
|
|
677
|
+
exports.A_FrameChannelError = A_FrameChannelError;
|
|
678
|
+
exports.A_FrameChannelEvent = A_FrameChannelEvent;
|
|
679
|
+
exports.A_FrameChannelRequest = A_FrameChannelRequest;
|
|
680
|
+
exports.A_FrameChannelSocketFeatures = A_FrameChannelSocketFeatures;
|
|
681
|
+
exports.A_FrameChannelSocketStatuses = A_FrameChannelSocketStatuses;
|
|
682
|
+
exports.A_FrameChannelStream = A_FrameChannelStream;
|
|
683
|
+
exports.A_FrameChannelStreamFeatures = A_FrameChannelStreamFeatures;
|
|
684
|
+
exports.A_FrameChannelStreamStatuses = A_FrameChannelStreamStatuses;
|
|
685
|
+
exports.A_FrameFeatures = A_FrameFeatures;
|
|
686
|
+
exports.A_FrameNodeChannel = A_FrameNodeChannel;
|
|
687
|
+
//# sourceMappingURL=chunk-LJIZ47HO.cjs.map
|
|
688
|
+
//# sourceMappingURL=chunk-LJIZ47HO.cjs.map
|