@fps-games/editor 0.1.8 → 0.2.0-beta.2
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/dist/agent-bridge/capabilities/assets.d.ts +3 -3
- package/dist/agent-bridge/capabilities/assets.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/assets.js.map +1 -1
- package/dist/agent-bridge/capabilities/editor-state.d.ts +3 -3
- package/dist/agent-bridge/capabilities/editor-state.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/editor-state.js.map +1 -1
- package/dist/agent-bridge/capabilities/host-lifecycle.d.ts +10 -3
- package/dist/agent-bridge/capabilities/host-lifecycle.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/host-lifecycle.js +72 -12
- package/dist/agent-bridge/capabilities/host-lifecycle.js.map +1 -1
- package/dist/agent-bridge/capabilities/prefabs.d.ts +3 -3
- package/dist/agent-bridge/capabilities/prefabs.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/prefabs.js +9 -13
- package/dist/agent-bridge/capabilities/prefabs.js.map +1 -1
- package/dist/agent-bridge/capabilities/scene-objects.d.ts +3 -3
- package/dist/agent-bridge/capabilities/scene-objects.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/scene-objects.js.map +1 -1
- package/dist/agent-bridge/capabilities/selection.d.ts +3 -3
- package/dist/agent-bridge/capabilities/selection.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/selection.js.map +1 -1
- package/dist/agent-bridge/capabilities/shadows.d.ts +3 -3
- package/dist/agent-bridge/capabilities/shadows.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/shadows.js +29 -7
- package/dist/agent-bridge/capabilities/shadows.js.map +1 -1
- package/dist/agent-bridge/capabilities/transform.d.ts +3 -3
- package/dist/agent-bridge/capabilities/transform.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/transform.js.map +1 -1
- package/dist/agent-bridge/capabilities/ui-regions.d.ts +2 -2
- package/dist/agent-bridge/capabilities/ui-regions.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/viewport.d.ts +3 -3
- package/dist/agent-bridge/capabilities/viewport.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/viewport.js.map +1 -1
- package/dist/agent-bridge/capability-sources.d.ts +6 -5
- package/dist/agent-bridge/capability-sources.d.ts.map +1 -1
- package/dist/agent-bridge/capability-sources.js +4 -1
- package/dist/agent-bridge/capability-sources.js.map +1 -1
- package/dist/agent-bridge/index.d.ts +4 -4
- package/dist/agent-bridge/index.d.ts.map +1 -1
- package/dist/agent-bridge/index.js.map +1 -1
- package/dist/agent-bridge/register.d.ts +1 -1
- package/dist/agent-bridge/register.d.ts.map +1 -1
- package/dist/agent-bridge/register.js +98 -55
- package/dist/agent-bridge/register.js.map +1 -1
- package/dist/agent-bridge/shared.d.ts +12 -3
- package/dist/agent-bridge/shared.d.ts.map +1 -1
- package/dist/agent-bridge/shared.js.map +1 -1
- package/dist/agent-bridge/source-types.d.ts +6 -2
- package/dist/agent-bridge/source-types.d.ts.map +1 -1
- package/dist/build-info.json +93 -18
- package/dist/editor-plugin-agent-capabilities.d.ts +4 -0
- package/dist/editor-plugin-agent-capabilities.d.ts.map +1 -0
- package/dist/editor-plugin-agent-capabilities.js +64 -0
- package/dist/editor-plugin-agent-capabilities.js.map +1 -0
- package/dist/editor-plugin-hierarchy-command.d.ts +19 -0
- package/dist/editor-plugin-hierarchy-command.d.ts.map +1 -0
- package/dist/editor-plugin-hierarchy-command.js +119 -0
- package/dist/editor-plugin-hierarchy-command.js.map +1 -0
- package/dist/index.d.ts +27 -90
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15 -544
- package/dist/index.js.map +1 -1
- package/dist/internal/local-editor-lifecycle-operations.d.ts +8 -0
- package/dist/internal/local-editor-lifecycle-operations.d.ts.map +1 -0
- package/dist/internal/local-editor-lifecycle-operations.js +11 -0
- package/dist/internal/local-editor-lifecycle-operations.js.map +1 -0
- package/dist/local-editor-agent-actions.d.ts +1 -1
- package/dist/local-editor-agent-actions.d.ts.map +1 -1
- package/dist/local-editor-agent-actions.js.map +1 -1
- package/dist/local-editor-agent-bridge-transport.d.ts +25 -1
- package/dist/local-editor-agent-bridge-transport.d.ts.map +1 -1
- package/dist/local-editor-agent-bridge-transport.js +88 -32
- package/dist/local-editor-agent-bridge-transport.js.map +1 -1
- package/dist/local-editor-agent-bridge.d.ts +1 -1
- package/dist/local-editor-agent-bridge.d.ts.map +1 -1
- package/dist/local-editor-agent-bridge.js.map +1 -1
- package/dist/local-editor-harness.d.ts +7 -5
- package/dist/local-editor-harness.d.ts.map +1 -1
- package/dist/local-editor-harness.js +783 -196
- package/dist/local-editor-harness.js.map +1 -1
- package/dist/local-editor-marker-graph.d.ts +1 -1
- package/dist/local-editor-marker-graph.d.ts.map +1 -1
- package/dist/local-editor-performance-stats.d.ts.map +1 -1
- package/dist/local-editor-performance-stats.js +7 -0
- package/dist/local-editor-performance-stats.js.map +1 -1
- package/dist/local-editor-plugin-inspector.d.ts +4 -0
- package/dist/local-editor-plugin-inspector.d.ts.map +1 -0
- package/dist/local-editor-plugin-inspector.js +23 -0
- package/dist/local-editor-plugin-inspector.js.map +1 -0
- package/dist/local-editor-plugin-panel.d.ts +5 -0
- package/dist/local-editor-plugin-panel.d.ts.map +1 -0
- package/dist/local-editor-plugin-panel.js +56 -0
- package/dist/local-editor-plugin-panel.js.map +1 -0
- package/dist/local-editor-scene-view-interaction-runtime.d.ts +2 -2
- package/dist/local-editor-scene-view-interaction-runtime.d.ts.map +1 -1
- package/dist/local-editor-viewport-render-coordinator.d.ts +1 -1
- package/dist/local-editor-viewport-render-coordinator.d.ts.map +1 -1
- package/dist/playable-babylon-facade.d.ts +8 -8
- package/dist/playable-babylon-facade.d.ts.map +1 -1
- package/dist/playable-babylon-facade.js +2 -2
- package/dist/playable-babylon-facade.js.map +1 -1
- package/dist/playable-babylon-rendering.d.ts +33 -2
- package/dist/playable-babylon-rendering.d.ts.map +1 -1
- package/dist/playable-babylon-rendering.js +61 -2
- package/dist/playable-babylon-rendering.js.map +1 -1
- package/dist/playable-local-editor-host.d.ts +32 -94
- package/dist/playable-local-editor-host.d.ts.map +1 -1
- package/dist/playable-local-editor-host.js +153 -222
- package/dist/playable-local-editor-host.js.map +1 -1
- package/dist/playable-product-local-editor.d.ts +55 -0
- package/dist/playable-product-local-editor.d.ts.map +1 -0
- package/dist/playable-product-local-editor.js +173 -0
- package/dist/playable-product-local-editor.js.map +1 -0
- package/dist/playable-product-projection-preview.d.ts +79 -0
- package/dist/playable-product-projection-preview.d.ts.map +1 -0
- package/dist/playable-product-projection-preview.js +245 -0
- package/dist/playable-product-projection-preview.js.map +1 -0
- package/dist/playable-product-rendering.d.ts +38 -0
- package/dist/playable-product-rendering.d.ts.map +1 -0
- package/dist/playable-product-rendering.js +15 -0
- package/dist/playable-product-rendering.js.map +1 -0
- package/dist/playable-product-scene-capabilities.d.ts +88 -0
- package/dist/playable-product-scene-capabilities.d.ts.map +1 -0
- package/dist/playable-product-scene-capabilities.js +207 -0
- package/dist/playable-product-scene-capabilities.js.map +1 -0
- package/dist/playable-runtime-babylon.d.ts +7 -0
- package/dist/playable-runtime-babylon.d.ts.map +1 -0
- package/dist/playable-runtime-babylon.js +6 -0
- package/dist/playable-runtime-babylon.js.map +1 -0
- package/dist/playable-runtime.d.ts +8 -0
- package/dist/playable-runtime.d.ts.map +1 -0
- package/dist/playable-runtime.js +7 -0
- package/dist/playable-runtime.js.map +1 -0
- package/dist/playable-sdk-upgrade-doctor.d.ts +2 -0
- package/dist/playable-sdk-upgrade-doctor.d.ts.map +1 -0
- package/dist/playable-sdk-upgrade-doctor.js +2 -0
- package/dist/playable-sdk-upgrade-doctor.js.map +1 -0
- package/dist/playable-sdk.d.ts +18 -9
- package/dist/playable-sdk.d.ts.map +1 -1
- package/dist/playable-sdk.js +9 -4
- package/dist/playable-sdk.js.map +1 -1
- package/dist/playable-standard-project.d.ts +37 -0
- package/dist/playable-standard-project.d.ts.map +1 -0
- package/dist/playable-standard-project.js +114 -0
- package/dist/playable-standard-project.js.map +1 -0
- package/dist/vite-client.d.ts +25 -0
- package/dist/vite.d.ts +3 -0
- package/dist/vite.d.ts.map +1 -0
- package/dist/vite.js +2 -0
- package/dist/vite.js.map +1 -0
- package/node_modules/@babel/helper-string-parser/LICENSE +22 -0
- package/node_modules/@babel/helper-string-parser/README.md +19 -0
- package/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
- package/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
- package/node_modules/@babel/helper-string-parser/package.json +31 -0
- package/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- package/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- package/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- package/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- package/node_modules/@babel/helper-validator-identifier/package.json +31 -0
- package/node_modules/@babel/parser/LICENSE +19 -0
- package/node_modules/@babel/parser/README.md +19 -0
- package/node_modules/@babel/parser/bin/babel-parser.js +15 -0
- package/node_modules/@babel/parser/lib/index.js +14662 -0
- package/node_modules/@babel/parser/lib/index.js.map +1 -0
- package/node_modules/@babel/parser/package.json +50 -0
- package/node_modules/@babel/parser/typings/babel-parser.d.ts +262 -0
- package/node_modules/@babel/types/LICENSE +22 -0
- package/node_modules/@babel/types/README.md +19 -0
- package/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
- package/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
- package/node_modules/@babel/types/lib/asserts/generated/index.js +1251 -0
- package/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
- package/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
- package/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
- package/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
- package/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/generated/index.js +29 -0
- package/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/generated/lowercase.js +2902 -0
- package/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/generated/uppercase.js +272 -0
- package/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/productions.js +12 -0
- package/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
- package/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
- package/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/validateNode.js +21 -0
- package/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
- package/node_modules/@babel/types/lib/clone/clone.js +12 -0
- package/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
- package/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
- package/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
- package/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
- package/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
- package/node_modules/@babel/types/lib/clone/cloneNode.js +107 -0
- package/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
- package/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
- package/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/addComment.js +15 -0
- package/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/addComments.js +22 -0
- package/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
- package/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
- package/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
- package/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
- package/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
- package/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
- package/node_modules/@babel/types/lib/constants/generated/index.js +60 -0
- package/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
- package/node_modules/@babel/types/lib/constants/index.js +31 -0
- package/node_modules/@babel/types/lib/constants/index.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
- package/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +65 -0
- package/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
- package/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
- package/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
- package/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toExpression.js +28 -0
- package/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
- package/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
- package/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toSequenceExpression.js +19 -0
- package/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
- package/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/valueToNode.js +89 -0
- package/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/core.js +1725 -0
- package/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
- package/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/experimental.js +124 -0
- package/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/flow.js +495 -0
- package/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/index.js +106 -0
- package/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/jsx.js +157 -0
- package/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/misc.js +31 -0
- package/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
- package/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/typescript.js +528 -0
- package/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/utils.js +296 -0
- package/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
- package/node_modules/@babel/types/lib/index-legacy.d.ts +2797 -0
- package/node_modules/@babel/types/lib/index.d.ts +3617 -0
- package/node_modules/@babel/types/lib/index.js +582 -0
- package/node_modules/@babel/types/lib/index.js.flow +2650 -0
- package/node_modules/@babel/types/lib/index.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
- package/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
- package/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
- package/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
- package/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
- package/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
- package/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +66 -0
- package/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
- package/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +48 -0
- package/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +1 -0
- package/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +102 -0
- package/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
- package/node_modules/@babel/types/lib/retrievers/getFunctionName.js +63 -0
- package/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +1 -0
- package/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
- package/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
- package/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
- package/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
- package/node_modules/@babel/types/lib/traverse/traverseFast.js +40 -0
- package/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
- package/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
- package/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
- package/node_modules/@babel/types/lib/utils/inherit.js +13 -0
- package/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
- package/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
- package/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
- package/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
- package/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
- package/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/generated/index.js +2797 -0
- package/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/is.js +27 -0
- package/node_modules/@babel/types/lib/validators/is.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
- package/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
- package/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
- package/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isLet.js +13 -0
- package/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isNode.js +12 -0
- package/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
- package/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isPlaceholderType.js +15 -0
- package/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
- package/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isScope.js +18 -0
- package/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
- package/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isType.js +17 -0
- package/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
- package/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
- package/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isVar.js +15 -0
- package/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/matchesPattern.js +44 -0
- package/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
- package/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
- package/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/validate.js +42 -0
- package/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
- package/node_modules/@babel/types/package.json +39 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/environment-texture-controller.d.ts +3 -3
- package/node_modules/@fps-games/babylon-renderer/dist/environment/environment-texture-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/environment/environment-texture-controller.js +131 -20
- package/node_modules/@fps-games/babylon-renderer/dist/environment/environment-texture-controller.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/environment/index.d.ts +3 -3
- package/node_modules/@fps-games/babylon-renderer/dist/environment/index.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/environment/index.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/environment/profile.d.ts +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/environment/profile.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/environment/profile.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/environment/types.d.ts +11 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/types.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/environment/types.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/index.d.ts +17 -12
- package/node_modules/@fps-games/babylon-renderer/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/index.js +5 -0
- package/node_modules/@fps-games/babylon-renderer/dist/index.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/apply.d.ts +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/apply.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/apply.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/index.d.ts +2 -2
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/index.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/index.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/types.d.ts +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/types.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/index.d.ts +2 -2
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/index.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/index.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/placement/index.d.ts +2 -0
- package/node_modules/@fps-games/babylon-renderer/dist/placement/index.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/placement/index.js +2 -0
- package/node_modules/@fps-games/babylon-renderer/dist/placement/index.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/placement/runtime-drop-position.d.ts +24 -0
- package/node_modules/@fps-games/babylon-renderer/dist/placement/runtime-drop-position.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/placement/runtime-drop-position.js +63 -0
- package/node_modules/@fps-games/babylon-renderer/dist/placement/runtime-drop-position.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/plugin.d.ts +54 -0
- package/node_modules/@fps-games/babylon-renderer/dist/plugin.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/plugin.js +274 -0
- package/node_modules/@fps-games/babylon-renderer/dist/plugin.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts +3 -3
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/index.d.ts +4 -4
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/index.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/index.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/profile.d.ts +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/profile.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/profile.js +3 -3
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/profile.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/volume-stack.d.ts +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/volume-stack.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/volume-stack.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/reference.d.ts +8 -0
- package/node_modules/@fps-games/babylon-renderer/dist/reference.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/reference.js +17 -0
- package/node_modules/@fps-games/babylon-renderer/dist/reference.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/rendering/index.d.ts +2 -0
- package/node_modules/@fps-games/babylon-renderer/dist/rendering/index.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/rendering/index.js +2 -0
- package/node_modules/@fps-games/babylon-renderer/dist/rendering/index.js.map +1 -0
- package/node_modules/@fps-games/{editor-babylon/dist/rendering.d.ts → babylon-renderer/dist/rendering/node-rendering.d.ts} +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/rendering/node-rendering.d.ts.map +1 -0
- package/node_modules/@fps-games/{editor-babylon/dist/rendering.js → babylon-renderer/dist/rendering/node-rendering.js} +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/rendering/node-rendering.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/blob-shadow-shaders.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/blob-shadow-system.d.ts +2 -2
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/blob-shadow-system.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/blob-shadow-system.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/dynamic-shadow-system.d.ts +83 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/dynamic-shadow-system.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/dynamic-shadow-system.js +561 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/dynamic-shadow-system.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/planar-shadow-shaders.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/planar-shadow-shaders.js +41 -3
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/planar-shadow-shaders.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/planar-shadow-system.d.ts +3 -3
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/planar-shadow-system.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/planar-shadow-system.js +507 -90
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/planar-shadow-system.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-artifact-system.d.ts +2 -2
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-artifact-system.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-artifact-system.js +11 -112
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-artifact-system.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-bake.d.ts +4 -4
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-bake.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-bake.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-baker.d.ts +6 -6
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-baker.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-baker.js +8 -4
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-baker.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-options.d.ts +3 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-options.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-options.js +60 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-options.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-rendering.d.ts +6 -6
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-rendering.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-rendering.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/types.d.ts +18 -30
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/types.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/types.js +0 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/types.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/package.json +48 -1
- package/node_modules/@fps-games/editor-babylon/dist/index.d.ts +2 -1
- package/node_modules/@fps-games/editor-babylon/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/index.js +2 -1
- package/node_modules/@fps-games/editor-babylon/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/performance-monitor.d.ts +14 -0
- package/node_modules/@fps-games/editor-babylon/dist/performance-monitor.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/performance-monitor.js +121 -2
- package/node_modules/@fps-games/editor-babylon/dist/performance-monitor.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/primitive-projection-instancing.d.ts +21 -0
- package/node_modules/@fps-games/editor-babylon/dist/primitive-projection-instancing.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/primitive-projection-instancing.js +166 -0
- package/node_modules/@fps-games/editor-babylon/dist/primitive-projection-instancing.js.map +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/projection-asset-container-importer.js +1 -6
- package/node_modules/@fps-games/editor-babylon/dist/projection-asset-container-importer.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts +1 -3
- package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.js +232 -51
- package/node_modules/@fps-games/editor-babylon/dist/projection.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/shadow-preview-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/shadow-preview-controller.js +182 -44
- package/node_modules/@fps-games/editor-babylon/dist/shadow-preview-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/package.json +5 -9
- package/node_modules/@fps-games/editor-browser/dist/index.d.ts +2 -1
- package/node_modules/@fps-games/editor-browser/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/index.js +1 -0
- package/node_modules/@fps-games/editor-browser/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-root-ownership.d.ts +6 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-root-ownership.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-root-ownership.js +28 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-root-ownership.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.js +8 -2
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panel-registry.js +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panel-registry.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js +24 -95
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-plugin-panel.d.ts +9 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-plugin-panel.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-plugin-panel.js +224 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-plugin-panel.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-prefab-stage.d.ts +2 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-prefab-stage.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-prefab-stage.js +4 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-prefab-stage.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.d.ts +79 -4
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-workbench.d.ts +6 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-workbench.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-workbench.js +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-workbench.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js +287 -63
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/plugin-contributions.d.ts +8 -0
- package/node_modules/@fps-games/editor-browser/dist/plugin-contributions.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/plugin-contributions.js +232 -0
- package/node_modules/@fps-games/editor-browser/dist/plugin-contributions.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/package.json +4 -3
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.d.ts +7 -3
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.js +6 -2
- package/node_modules/@fps-games/editor-core/dist/agent-bridge.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/document-adapter.d.ts +20 -0
- package/node_modules/@fps-games/editor-core/dist/document-adapter.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/document-adapter.js +2 -0
- package/node_modules/@fps-games/editor-core/dist/document-adapter.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.d.ts +77 -0
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.js +759 -0
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-session.d.ts +12 -6
- package/node_modules/@fps-games/editor-core/dist/editor-session.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/editor-session.js +27 -11
- package/node_modules/@fps-games/editor-core/dist/editor-session.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/events.d.ts +79 -0
- package/node_modules/@fps-games/editor-core/dist/events.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/events.js +60 -0
- package/node_modules/@fps-games/editor-core/dist/events.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/index.d.ts +5 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/index.js +4 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/index.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/resolver.d.ts +3 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/resolver.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/resolver.js +8 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/resolver.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/schema.d.ts +3 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/schema.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/schema.js +93 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/schema.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/types.d.ts +37 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/types.js +2 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/types.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/validators.d.ts +23 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/validators.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/validators.js +112 -0
- package/node_modules/@fps-games/editor-core/dist/field-schema/validators.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/index.d.ts +5 -99
- package/node_modules/@fps-games/editor-core/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/index.js +5 -210
- package/node_modules/@fps-games/editor-core/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/lifecycle.d.ts +101 -0
- package/node_modules/@fps-games/editor-core/dist/lifecycle.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/lifecycle.js +456 -0
- package/node_modules/@fps-games/editor-core/dist/lifecycle.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/marker-graph.d.ts +110 -0
- package/node_modules/@fps-games/editor-core/dist/marker-graph.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/marker-graph.js +502 -0
- package/node_modules/@fps-games/editor-core/dist/marker-graph.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/transform-command.d.ts +6 -0
- package/node_modules/@fps-games/editor-core/dist/transform-command.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/transform-command.js +14 -0
- package/node_modules/@fps-games/editor-core/dist/transform-command.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/transform-gizmo.d.ts +2 -46
- package/node_modules/@fps-games/editor-core/dist/transform-gizmo.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/transform-operations.js +1 -1
- package/node_modules/@fps-games/editor-core/dist/transform-operations.js.map +1 -1
- package/node_modules/@fps-games/editor-core/package.json +22 -2
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.d.ts +0 -25
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.js +1 -44
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.js.map +1 -1
- package/node_modules/@fps-games/editor-forge-play/dist/index.d.ts +0 -13
- package/node_modules/@fps-games/editor-forge-play/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-forge-play/dist/index.js +0 -53
- package/node_modules/@fps-games/editor-forge-play/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-forge-play/package.json +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/payload.js +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/payload.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/generated-module.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/generated-module.js +11 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/generated-module.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/index.d.ts +4 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/index.js +3 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/managed-facade.d.ts +29 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/managed-facade.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/managed-facade.js +50 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/managed-facade.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/manager-core.d.ts +173 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/manager-core.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/manager-core.js +268 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/manager-core.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/metadata.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/metadata.js +8 -35
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/metadata.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/node.d.ts +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/node.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/node.js +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/node.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/registry.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/registry.js +98 -16
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/registry.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/types.d.ts +3 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/catalog.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/catalog.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/catalog.js +8 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/catalog.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/document.d.ts +22 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/document.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/document.js +108 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/document.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/index.d.ts +3 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/index.js +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/types.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/document.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/document.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/document.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/identity.d.ts +3 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/identity.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/identity.js +3 -18
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/identity.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/index.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/index.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/managed-runtime-instance.d.ts +62 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/managed-runtime-instance.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/managed-runtime-instance.js +47 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/managed-runtime-instance.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/runtime-scene.d.ts +44 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/runtime-scene.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/runtime-scene.js +43 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/runtime-scene.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/index.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/index.js +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/runtime-transform-patch.d.ts +23 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/runtime-transform-patch.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/runtime-transform-patch.js +60 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/runtime-transform-patch.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/handler.js +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/handler.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/routes.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/routes.js +1 -5
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/routes.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/types.d.ts +0 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/adapter-dispatcher.d.ts +25 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/adapter-dispatcher.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/adapter-dispatcher.js +100 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/adapter-dispatcher.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/index.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/index.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/project-asset-adapter.d.ts +84 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/project-asset-adapter.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/project-asset-adapter.js +145 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/project-asset-adapter.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/readers.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/readers.js +26 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/readers.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/types.d.ts +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/transform.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/transform.js +2 -11
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/transform.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/types.d.ts +4 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/core-contracts/index.d.ts +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/core-contracts/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/core-contracts/index.js +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/core-contracts/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.d.ts +13 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js +54 -84
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/types.d.ts +6 -7
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/index.d.ts +3 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/index.js +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/resolver.d.ts +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/resolver.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/resolver.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/schema.d.ts +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/schema.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/schema.js +85 -173
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/schema.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/types.d.ts +2 -27
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/validators.d.ts +1 -23
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/validators.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/validators.js +1 -119
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/validators.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.d.ts +9 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.js +11 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/camera-section.d.ts +74 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/camera-section.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/camera-section.js +198 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/camera-section.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-sections.d.ts +4 -15
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-sections.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-sections.js +55 -113
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-sections.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/index.d.ts +10 -5
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/index.js +9 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/light-fields.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/light-fields.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/light-fields.js +35 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/light-fields.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/light-sections.d.ts +79 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/light-sections.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/light-sections.js +324 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/light-sections.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/marker-section.d.ts +53 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/marker-section.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/marker-section.js +184 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/marker-section.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/object-assembly.d.ts +83 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/object-assembly.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/object-assembly.js +205 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/object-assembly.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/readonly.d.ts +5 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/readonly.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/readonly.js +54 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/readonly.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-sections.d.ts +19 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-sections.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-sections.js +35 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-sections.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/types.d.ts +12 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/validation.d.ts +22 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/validation.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/validation.js +100 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/validation.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/internal/local-harness.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/internal/local-harness.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/internal/local-harness.js +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/internal/local-harness.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/text.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/text.js +12 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/text.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/types.d.ts +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.d.ts +112 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.js +159 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts +10 -12
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts +1 -5
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js +139 -94
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts +12 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js +113 -43
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts +6 -6
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js +2 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js +659 -36
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/loading-overlay.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/loading-overlay.js +54 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/loading-overlay.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts +62 -5
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/facade.d.ts +27 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/facade.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/facade.js +106 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/facade.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/game-objects.d.ts +27 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/game-objects.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/game-objects.js +389 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/game-objects.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/geometry.d.ts +50 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/geometry.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/geometry.js +316 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/geometry.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/index.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/index.js +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/marker-scene/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.d.ts +28 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.js +331 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.d.ts +15 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.js +144 -37
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/default-assets.d.ts +23 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/default-assets.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/default-assets.js +170 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/default-assets.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/document-assets.d.ts +45 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/document-assets.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/document-assets.js +176 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/document-assets.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/duplicate.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/duplicate.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/duplicate.js +27 -7
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/duplicate.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/index.d.ts +6 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/index.js +6 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/paths.d.ts +1 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/paths.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/paths.js +22 -17
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/paths.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/profile.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/profile.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/profile.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/reimport.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/reimport.js +4 -44
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/reimport.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/resolver.d.ts +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/resolver.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/resolver.js +4 -10
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/resolver.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.d.ts +27 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.js +163 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.d.ts +12 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.js +157 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/text.d.ts +92 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/text.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/text.js +256 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/text.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/types.d.ts +8 -5
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/field-patch.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/field-patch.js +15 -85
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/field-patch.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/json-field.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/json-field.js +16 -9
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/json-field.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/types.d.ts +4 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.d.ts +2 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.js +77 -17
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/action-patches.d.ts +45 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/action-patches.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/action-patches.js +340 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/action-patches.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/assets.d.ts +24 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/assets.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/assets.js +212 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/assets.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/index.d.ts +10 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/index.js +10 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.d.ts +10 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.js +203 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/projection.d.ts +144 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/projection.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/projection.js +316 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/projection.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/shadow-inspector.d.ts +24 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/shadow-inspector.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/shadow-inspector.js +251 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/shadow-inspector.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/source-structure-inspector.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/source-structure-inspector.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/source-structure-inspector.js +107 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/source-structure-inspector.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.d.ts +14 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.js +225 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/structure.d.ts +24 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/structure.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/structure.js +356 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/structure.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/types.d.ts +40 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/asset-manager.d.ts +20 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/asset-manager.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/asset-manager.js +25 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/asset-manager.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal-scene-feature.d.ts +66 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal-scene-feature.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal-scene-feature.js +172 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal-scene-feature.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.d.ts +257 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.js +1263 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.d.ts +86 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.js +92 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.d.ts +116 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.js +65 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.d.ts +43 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.js +41 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-source.d.ts +32 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-source.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-source.js +147 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-source.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-asset-actions.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-asset-actions.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-asset-actions.js +39 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-asset-actions.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.d.ts +217 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.js +566 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/index.d.ts +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/index.js +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/panel.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/panel.js +5 -50
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/panel.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/route.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/route.js +17 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/route.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/types.d.ts +3 -335
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/types.js +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/assets.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/assets.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/assets.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/nodes.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/nodes.js +6 -44
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/nodes.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/types.d.ts +2 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/compiler.d.ts +3 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/compiler.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/compiler.js +166 -258
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/compiler.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/index.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/index.js +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/types.d.ts +17 -9
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/validation.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/validation.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/validation.js +558 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/validation.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/artifacts.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/artifacts.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/artifacts.js +20 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/artifacts.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.d.ts +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js +21 -12
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/companion-configs.d.ts +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/companion-configs.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/companion-configs.js +32 -18
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/companion-configs.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/driver.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/driver.js +2 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/driver.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/index.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/index.js +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/protocol.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/protocol.js +154 -54
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/protocol.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts +6 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/descriptors.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/descriptors.js +5 -72
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/descriptors.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/inspector.js +36 -31
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/classification.d.ts +11 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/classification.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/classification.js +11 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/classification.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy-facade.d.ts +52 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy-facade.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy-facade.js +124 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy-facade.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy.js +23 -114
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/identity.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/identity.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/identity.js +18 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/identity.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/index.d.ts +14 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/index.js +8 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/object-command-facade.d.ts +51 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/object-command-facade.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/object-command-facade.js +67 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/object-command-facade.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/patches.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/patches.js +1 -19
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/patches.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/property-patches.d.ts +78 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/property-patches.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/property-patches.js +201 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/property-patches.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/reducer-core.d.ts +89 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/reducer-core.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/reducer-core.js +238 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/reducer-core.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/system-defaults.d.ts +58 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/system-defaults.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/system-defaults.js +327 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/system-defaults.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/transform.d.ts +11 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/transform.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/transform.js +100 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/transform.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/types.d.ts +116 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/index.d.ts +0 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/index.js +0 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/resolver.d.ts +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/resolver.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/resolver.js +7 -35
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/resolver.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/json.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/json.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/json.js +25 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/json.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/static-shadows/artifact.d.ts +4 -24
- package/node_modules/@fps-games/editor-playable-sdk/dist/static-shadows/artifact.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/static-shadows/artifact.js +15 -53
- package/node_modules/@fps-games/editor-playable-sdk/dist/static-shadows/artifact.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/host.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/host.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/host.js +36 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/host.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/index.d.ts +2 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/index.js +2 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.d.ts +1 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js +303 -77
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/types.d.ts +3 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/authoring-http.d.ts +21 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/authoring-http.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/authoring-http.js +34 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/authoring-http.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.d.ts +48 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.js +226 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.js +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/module-invalidation.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/module-invalidation.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/module-invalidation.js +14 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/module-invalidation.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/path-write-coordinator.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/path-write-coordinator.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/path-write-coordinator.js +22 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/path-write-coordinator.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.js +30 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.d.ts +27 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.js +50 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-asset-authoring.d.ts +13 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-asset-authoring.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-asset-authoring.js +54 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-asset-authoring.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.d.ts +25 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.js +113 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-rendering-authoring.d.ts +18 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-rendering-authoring.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-rendering-authoring.js +63 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-rendering-authoring.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-scene-authoring.d.ts +37 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-scene-authoring.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-scene-authoring.js +99 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-scene-authoring.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.d.ts +15 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.js +76 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.d.ts +3 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/package.json +15 -3
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.d.ts +67 -0
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.js +129 -0
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.js.map +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/index.d.ts +2 -3
- package/node_modules/@fps-games/editor-protocol/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/index.js +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/marker-graph.d.ts +2 -127
- package/node_modules/@fps-games/editor-protocol/dist/marker-graph.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/marker-graph.js +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/marker-graph.js.map +1 -1
- package/node_modules/@fps-games/editor-protocol/package.json +4 -1
- package/node_modules/@fps-games/editor-tooling/dist/contributions.d.ts +31 -0
- package/node_modules/@fps-games/editor-tooling/dist/contributions.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-tooling/dist/contributions.js +173 -0
- package/node_modules/@fps-games/editor-tooling/dist/contributions.js.map +1 -0
- package/node_modules/@fps-games/editor-tooling/dist/data-object.d.ts +3 -0
- package/node_modules/@fps-games/editor-tooling/dist/data-object.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-tooling/dist/data-object.js +24 -0
- package/node_modules/@fps-games/editor-tooling/dist/data-object.js.map +1 -0
- package/node_modules/@fps-games/editor-tooling/dist/index.d.ts +61 -0
- package/node_modules/@fps-games/editor-tooling/dist/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-tooling/dist/index.js +144 -0
- package/node_modules/@fps-games/editor-tooling/dist/index.js.map +1 -0
- package/node_modules/@fps-games/editor-tooling/dist/migration.d.ts +37 -0
- package/node_modules/@fps-games/editor-tooling/dist/migration.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-tooling/dist/migration.js +77 -0
- package/node_modules/@fps-games/editor-tooling/dist/migration.js.map +1 -0
- package/node_modules/@fps-games/editor-tooling/dist/package-metadata-node.d.ts +25 -0
- package/node_modules/@fps-games/editor-tooling/dist/package-metadata-node.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-tooling/dist/package-metadata-node.js +136 -0
- package/node_modules/@fps-games/editor-tooling/dist/package-metadata-node.js.map +1 -0
- package/node_modules/@fps-games/editor-tooling/dist/vite.d.ts +19 -0
- package/node_modules/@fps-games/editor-tooling/dist/vite.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-tooling/dist/vite.js +109 -0
- package/node_modules/@fps-games/editor-tooling/dist/vite.js.map +1 -0
- package/node_modules/@fps-games/editor-tooling/package.json +31 -0
- package/node_modules/@fps-games/{editor-playable-sdk/dist/asset-database → playable-assets/dist}/identity.d.ts +8 -4
- package/node_modules/@fps-games/playable-assets/dist/identity.d.ts.map +1 -0
- package/node_modules/@fps-games/{editor-playable-sdk/dist/asset-database → playable-assets/dist}/identity.js +10 -11
- package/node_modules/@fps-games/playable-assets/dist/identity.js.map +1 -0
- package/node_modules/@fps-games/playable-assets/dist/index.d.ts +2 -0
- package/node_modules/@fps-games/playable-assets/dist/index.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-assets/dist/index.js +2 -0
- package/node_modules/@fps-games/playable-assets/dist/index.js.map +1 -0
- package/node_modules/@fps-games/playable-assets/package.json +16 -0
- package/node_modules/@fps-games/playable-contracts/dist/index.d.ts +112 -0
- package/node_modules/@fps-games/playable-contracts/dist/index.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-contracts/dist/index.js +4 -0
- package/node_modules/@fps-games/playable-contracts/dist/index.js.map +1 -0
- package/node_modules/@fps-games/playable-contracts/dist/marker-graph-validation.d.ts +3 -0
- package/node_modules/@fps-games/playable-contracts/dist/marker-graph-validation.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-contracts/dist/marker-graph-validation.js +251 -0
- package/node_modules/@fps-games/playable-contracts/dist/marker-graph-validation.js.map +1 -0
- package/node_modules/@fps-games/playable-contracts/dist/marker-graph.d.ts +128 -0
- package/node_modules/@fps-games/playable-contracts/dist/marker-graph.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-contracts/dist/marker-graph.js +2 -0
- package/node_modules/@fps-games/playable-contracts/dist/marker-graph.js.map +1 -0
- package/node_modules/@fps-games/playable-contracts/package.json +16 -0
- package/node_modules/@fps-games/playable-rendering/dist/index.d.ts +10 -0
- package/node_modules/@fps-games/playable-rendering/dist/index.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/index.js +10 -0
- package/node_modules/@fps-games/playable-rendering/dist/index.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-authoring.d.ts +9 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-authoring.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-authoring.js +474 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-authoring.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-types.d.ts +322 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-types.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-types.js +2 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-types.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-validation.d.ts +2 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-validation.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-validation.js +384 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-validation.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-values.d.ts +19 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-values.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-values.js +79 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-values.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile.d.ts +15 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile.js +439 -0
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/runtime.d.ts +9 -0
- package/node_modules/@fps-games/playable-rendering/dist/runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/runtime.js +7 -0
- package/node_modules/@fps-games/playable-rendering/dist/runtime.js.map +1 -0
- package/node_modules/@fps-games/{editor-playable-sdk/dist/shadow-system/quality.d.ts → playable-rendering/dist/shadow-quality.d.ts} +2 -2
- package/node_modules/@fps-games/playable-rendering/dist/shadow-quality.d.ts.map +1 -0
- package/node_modules/@fps-games/{editor-playable-sdk/dist/shadow-system/quality.js → playable-rendering/dist/shadow-quality.js} +1 -1
- package/node_modules/@fps-games/playable-rendering/dist/shadow-quality.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-runtime.d.ts +59 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-runtime.js +378 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-runtime.js.map +1 -0
- package/node_modules/@fps-games/{editor-playable-sdk/dist/shadow-system/legacy.d.ts → playable-rendering/dist/shadow-settings.d.ts} +3 -9
- package/node_modules/@fps-games/playable-rendering/dist/shadow-settings.d.ts.map +1 -0
- package/node_modules/@fps-games/{editor-playable-sdk/dist/shadow-system/legacy.js → playable-rendering/dist/shadow-settings.js} +6 -38
- package/node_modules/@fps-games/playable-rendering/dist/shadow-settings.js.map +1 -0
- package/node_modules/@fps-games/{editor-playable-sdk/dist/shadow-system/types.d.ts → playable-rendering/dist/shadow-types.d.ts} +4 -10
- package/node_modules/@fps-games/playable-rendering/dist/shadow-types.d.ts.map +1 -0
- package/node_modules/@fps-games/{editor-playable-sdk/dist/shadow-system/types.js → playable-rendering/dist/shadow-types.js} +1 -2
- package/node_modules/@fps-games/playable-rendering/dist/shadow-types.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-validation.d.ts +3 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-validation.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-validation.js +166 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-validation.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/value.d.ts +2 -0
- package/node_modules/@fps-games/playable-rendering/dist/value.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/value.js +6 -0
- package/node_modules/@fps-games/playable-rendering/dist/value.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/package.json +23 -0
- package/node_modules/@fps-games/playable-runtime/dist/compiled-scene-data.d.ts +16 -0
- package/node_modules/@fps-games/playable-runtime/dist/compiled-scene-data.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/compiled-scene-data.js +85 -0
- package/node_modules/@fps-games/playable-runtime/dist/compiled-scene-data.js.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/index.d.ts +22 -0
- package/node_modules/@fps-games/playable-runtime/dist/index.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/index.js +15 -0
- package/node_modules/@fps-games/playable-runtime/dist/index.js.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/runtime-data.d.ts +5 -0
- package/node_modules/@fps-games/playable-runtime/dist/runtime-data.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/runtime-data.js +34 -0
- package/node_modules/@fps-games/playable-runtime/dist/runtime-data.js.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/runtime.d.ts +5 -0
- package/node_modules/@fps-games/playable-runtime/dist/runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/runtime.js +229 -0
- package/node_modules/@fps-games/playable-runtime/dist/runtime.js.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/standard-plugins.d.ts +3 -0
- package/node_modules/@fps-games/playable-runtime/dist/standard-plugins.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/standard-plugins.js +58 -0
- package/node_modules/@fps-games/playable-runtime/dist/standard-plugins.js.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/tokens.d.ts +11 -0
- package/node_modules/@fps-games/playable-runtime/dist/tokens.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/tokens.js +11 -0
- package/node_modules/@fps-games/playable-runtime/dist/tokens.js.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/types.d.ts +49 -0
- package/node_modules/@fps-games/playable-runtime/dist/types.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/types.js +10 -0
- package/node_modules/@fps-games/playable-runtime/dist/types.js.map +1 -0
- package/node_modules/@fps-games/playable-runtime/package.json +29 -0
- package/node_modules/@fps-games/playable-runtime-data/dist/index.d.ts +19 -0
- package/node_modules/@fps-games/playable-runtime-data/dist/index.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-runtime-data/dist/index.js +296 -0
- package/node_modules/@fps-games/playable-runtime-data/dist/index.js.map +1 -0
- package/node_modules/@fps-games/playable-runtime-data/package.json +21 -0
- package/node_modules/@fps-games/playable-scene/dist/index.d.ts +4 -0
- package/node_modules/@fps-games/playable-scene/dist/index.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-scene/dist/index.js +3 -0
- package/node_modules/@fps-games/playable-scene/dist/index.js.map +1 -0
- package/node_modules/@fps-games/{editor-core → playable-scene}/dist/transform-math.d.ts +1 -1
- package/node_modules/@fps-games/{editor-core → playable-scene}/dist/transform-math.d.ts.map +1 -1
- package/node_modules/@fps-games/playable-scene/package.json +19 -0
- package/node_modules/@fps-games/plugin-api/dist/index.d.ts +138 -0
- package/node_modules/@fps-games/plugin-api/dist/index.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-api/dist/index.js +326 -0
- package/node_modules/@fps-games/plugin-api/dist/index.js.map +1 -0
- package/node_modules/@fps-games/plugin-api/package.json +19 -0
- package/node_modules/@fps-games/plugin-assets/dist/reference.d.ts +5 -0
- package/node_modules/@fps-games/plugin-assets/dist/reference.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-assets/dist/reference.js +28 -0
- package/node_modules/@fps-games/plugin-assets/dist/reference.js.map +1 -0
- package/node_modules/@fps-games/plugin-assets/dist/runtime.d.ts +12 -0
- package/node_modules/@fps-games/plugin-assets/dist/runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-assets/dist/runtime.js +38 -0
- package/node_modules/@fps-games/plugin-assets/dist/runtime.js.map +1 -0
- package/node_modules/@fps-games/plugin-assets/dist/version.d.ts +2 -0
- package/node_modules/@fps-games/plugin-assets/dist/version.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-assets/dist/version.js +2 -0
- package/node_modules/@fps-games/plugin-assets/dist/version.js.map +1 -0
- package/node_modules/@fps-games/plugin-assets/package.json +53 -0
- package/node_modules/@fps-games/plugin-host/dist/index.d.ts +84 -0
- package/node_modules/@fps-games/plugin-host/dist/index.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-host/dist/index.js +886 -0
- package/node_modules/@fps-games/plugin-host/dist/index.js.map +1 -0
- package/node_modules/@fps-games/plugin-host/package.json +20 -0
- package/node_modules/@fps-games/plugin-markers/dist/reference.d.ts +8 -0
- package/node_modules/@fps-games/plugin-markers/dist/reference.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-markers/dist/reference.js +37 -0
- package/node_modules/@fps-games/plugin-markers/dist/reference.js.map +1 -0
- package/node_modules/@fps-games/plugin-markers/dist/runtime.d.ts +13 -0
- package/node_modules/@fps-games/plugin-markers/dist/runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-markers/dist/runtime.js +25 -0
- package/node_modules/@fps-games/plugin-markers/dist/runtime.js.map +1 -0
- package/node_modules/@fps-games/plugin-markers/dist/version.d.ts +2 -0
- package/node_modules/@fps-games/plugin-markers/dist/version.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-markers/dist/version.js +2 -0
- package/node_modules/@fps-games/plugin-markers/dist/version.js.map +1 -0
- package/node_modules/@fps-games/plugin-markers/package.json +53 -0
- package/node_modules/@fps-games/plugin-materials/dist/reference.d.ts +5 -0
- package/node_modules/@fps-games/plugin-materials/dist/reference.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-materials/dist/reference.js +28 -0
- package/node_modules/@fps-games/plugin-materials/dist/reference.js.map +1 -0
- package/node_modules/@fps-games/plugin-materials/dist/runtime.d.ts +12 -0
- package/node_modules/@fps-games/plugin-materials/dist/runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-materials/dist/runtime.js +33 -0
- package/node_modules/@fps-games/plugin-materials/dist/runtime.js.map +1 -0
- package/node_modules/@fps-games/plugin-materials/dist/version.d.ts +2 -0
- package/node_modules/@fps-games/plugin-materials/dist/version.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-materials/dist/version.js +2 -0
- package/node_modules/@fps-games/plugin-materials/dist/version.js.map +1 -0
- package/node_modules/@fps-games/plugin-materials/package.json +53 -0
- package/node_modules/@fps-games/plugin-rendering/dist/reference.d.ts +5 -0
- package/node_modules/@fps-games/plugin-rendering/dist/reference.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-rendering/dist/reference.js +28 -0
- package/node_modules/@fps-games/plugin-rendering/dist/reference.js.map +1 -0
- package/node_modules/@fps-games/plugin-rendering/dist/runtime.d.ts +12 -0
- package/node_modules/@fps-games/plugin-rendering/dist/runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-rendering/dist/runtime.js +26 -0
- package/node_modules/@fps-games/plugin-rendering/dist/runtime.js.map +1 -0
- package/node_modules/@fps-games/plugin-rendering/dist/version.d.ts +2 -0
- package/node_modules/@fps-games/plugin-rendering/dist/version.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-rendering/dist/version.js +2 -0
- package/node_modules/@fps-games/plugin-rendering/dist/version.js.map +1 -0
- package/node_modules/@fps-games/plugin-rendering/package.json +53 -0
- package/node_modules/@fps-games/plugin-scene/dist/reference.d.ts +5 -0
- package/node_modules/@fps-games/plugin-scene/dist/reference.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-scene/dist/reference.js +30 -0
- package/node_modules/@fps-games/plugin-scene/dist/reference.js.map +1 -0
- package/node_modules/@fps-games/plugin-scene/dist/runtime.d.ts +13 -0
- package/node_modules/@fps-games/plugin-scene/dist/runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-scene/dist/runtime.js +56 -0
- package/node_modules/@fps-games/plugin-scene/dist/runtime.js.map +1 -0
- package/node_modules/@fps-games/plugin-scene/dist/version.d.ts +2 -0
- package/node_modules/@fps-games/plugin-scene/dist/version.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-scene/dist/version.js +2 -0
- package/node_modules/@fps-games/plugin-scene/dist/version.js.map +1 -0
- package/node_modules/@fps-games/plugin-scene/package.json +53 -0
- package/node_modules/@fps-games/plugin-shadows/dist/reference.d.ts +5 -0
- package/node_modules/@fps-games/plugin-shadows/dist/reference.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-shadows/dist/reference.js +27 -0
- package/node_modules/@fps-games/plugin-shadows/dist/reference.js.map +1 -0
- package/node_modules/@fps-games/plugin-shadows/dist/runtime.d.ts +12 -0
- package/node_modules/@fps-games/plugin-shadows/dist/runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-shadows/dist/runtime.js +72 -0
- package/node_modules/@fps-games/plugin-shadows/dist/runtime.js.map +1 -0
- package/node_modules/@fps-games/plugin-shadows/dist/version.d.ts +2 -0
- package/node_modules/@fps-games/plugin-shadows/dist/version.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-shadows/dist/version.js +2 -0
- package/node_modules/@fps-games/plugin-shadows/dist/version.js.map +1 -0
- package/node_modules/@fps-games/plugin-shadows/package.json +56 -0
- package/node_modules/semver/LICENSE +15 -0
- package/node_modules/semver/README.md +680 -0
- package/node_modules/semver/bin/semver.js +195 -0
- package/node_modules/semver/classes/comparator.js +143 -0
- package/node_modules/semver/classes/index.js +7 -0
- package/node_modules/semver/classes/range.js +577 -0
- package/node_modules/semver/classes/semver.js +350 -0
- package/node_modules/semver/functions/clean.js +8 -0
- package/node_modules/semver/functions/cmp.js +54 -0
- package/node_modules/semver/functions/coerce.js +62 -0
- package/node_modules/semver/functions/compare-build.js +9 -0
- package/node_modules/semver/functions/compare-loose.js +5 -0
- package/node_modules/semver/functions/compare.js +7 -0
- package/node_modules/semver/functions/diff.js +60 -0
- package/node_modules/semver/functions/eq.js +5 -0
- package/node_modules/semver/functions/gt.js +5 -0
- package/node_modules/semver/functions/gte.js +5 -0
- package/node_modules/semver/functions/inc.js +21 -0
- package/node_modules/semver/functions/lt.js +5 -0
- package/node_modules/semver/functions/lte.js +5 -0
- package/node_modules/semver/functions/major.js +5 -0
- package/node_modules/semver/functions/minor.js +5 -0
- package/node_modules/semver/functions/neq.js +5 -0
- package/node_modules/semver/functions/parse.js +18 -0
- package/node_modules/semver/functions/patch.js +5 -0
- package/node_modules/semver/functions/prerelease.js +8 -0
- package/node_modules/semver/functions/rcompare.js +5 -0
- package/node_modules/semver/functions/rsort.js +5 -0
- package/node_modules/semver/functions/satisfies.js +12 -0
- package/node_modules/semver/functions/sort.js +5 -0
- package/node_modules/semver/functions/truncate.js +48 -0
- package/node_modules/semver/functions/valid.js +8 -0
- package/node_modules/semver/index.js +93 -0
- package/node_modules/semver/internal/constants.js +37 -0
- package/node_modules/semver/internal/debug.js +11 -0
- package/node_modules/semver/internal/identifiers.js +29 -0
- package/node_modules/semver/internal/lrucache.js +42 -0
- package/node_modules/semver/internal/parse-options.js +17 -0
- package/node_modules/semver/internal/re.js +223 -0
- package/node_modules/semver/package.json +78 -0
- package/node_modules/semver/preload.js +4 -0
- package/node_modules/semver/range.bnf +17 -0
- package/node_modules/semver/ranges/gtr.js +6 -0
- package/node_modules/semver/ranges/intersects.js +9 -0
- package/node_modules/semver/ranges/ltr.js +6 -0
- package/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/node_modules/semver/ranges/min-version.js +63 -0
- package/node_modules/semver/ranges/outside.js +82 -0
- package/node_modules/semver/ranges/simplify.js +49 -0
- package/node_modules/semver/ranges/subset.js +249 -0
- package/node_modules/semver/ranges/to-comparators.js +10 -0
- package/node_modules/semver/ranges/valid.js +13 -0
- package/package.json +55 -10
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-system.d.ts +0 -38
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-system.d.ts.map +0 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-system.js +0 -173
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/static-projected-shadow-system.js.map +0 -1
- package/node_modules/@fps-games/editor-babylon/dist/legacy-runtime.d.ts +0 -5
- package/node_modules/@fps-games/editor-babylon/dist/legacy-runtime.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-babylon/dist/legacy-runtime.js +0 -5
- package/node_modules/@fps-games/editor-babylon/dist/legacy-runtime.js.map +0 -1
- package/node_modules/@fps-games/editor-babylon/dist/rendering.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-babylon/dist/rendering.js.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/identity.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/identity.js.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/profile.d.ts +0 -20
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/profile.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/profile.js +0 -1027
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/profile.js.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/legacy.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/legacy.js.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/quality.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/quality.js.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/types.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/types.js.map +0 -1
- /package/node_modules/@fps-games/{editor-core → playable-scene}/dist/transform-math.js +0 -0
- /package/node_modules/@fps-games/{editor-core → playable-scene}/dist/transform-math.js.map +0 -0
|
@@ -0,0 +1,886 @@
|
|
|
1
|
+
import { defineFpsPluginEntry, defineFpsPluginManifest, defineFpsServiceToken, getFpsPluginEventNamespace, resolveFpsPluginEnvironmentProvides, resolveFpsPluginEnvironmentRequirements, snapshotFpsPluginConfig, } from '@fps-games/plugin-api';
|
|
2
|
+
import semver from 'semver';
|
|
3
|
+
const { satisfies, valid, validRange } = semver;
|
|
4
|
+
function combineErrors(errors, message) {
|
|
5
|
+
const details = errors.map(error => error instanceof Error ? error.message : String(error)).join('; ');
|
|
6
|
+
const combined = new Error(`${message} ${details}`);
|
|
7
|
+
Object.assign(combined, { errors: [...errors] });
|
|
8
|
+
return combined;
|
|
9
|
+
}
|
|
10
|
+
class Services {
|
|
11
|
+
constructor(parent) {
|
|
12
|
+
this.parent = parent;
|
|
13
|
+
this.values = new Map();
|
|
14
|
+
this.active = true;
|
|
15
|
+
}
|
|
16
|
+
assertActive() { if (!this.active)
|
|
17
|
+
throw new Error('Service registry is disposed.'); }
|
|
18
|
+
register(token, value) {
|
|
19
|
+
return this.registerOwned(token, value, 'host');
|
|
20
|
+
}
|
|
21
|
+
registerOwned(token, value, owner) {
|
|
22
|
+
this.assertActive();
|
|
23
|
+
if (this.values.has(token.id))
|
|
24
|
+
throw new Error(`Service already registered in this scope: ${token.id}`);
|
|
25
|
+
const registration = { value, owner };
|
|
26
|
+
this.values.set(token.id, registration);
|
|
27
|
+
return () => { if (this.values.get(token.id) === registration)
|
|
28
|
+
this.values.delete(token.id); };
|
|
29
|
+
}
|
|
30
|
+
has(token) { this.assertActive(); return this.hasId(token.id); }
|
|
31
|
+
get(token) {
|
|
32
|
+
this.assertActive();
|
|
33
|
+
const registration = this.resolve(token.id);
|
|
34
|
+
if (!registration)
|
|
35
|
+
throw new Error(`Service not registered: ${token.id}`);
|
|
36
|
+
return registration.value;
|
|
37
|
+
}
|
|
38
|
+
getOptional(token) {
|
|
39
|
+
this.assertActive();
|
|
40
|
+
return this.resolve(token.id)?.value;
|
|
41
|
+
}
|
|
42
|
+
resolve(id) { return this.values.get(id) ?? this.parent?.resolve(id); }
|
|
43
|
+
hasId(id) { return this.resolve(id) !== undefined; }
|
|
44
|
+
hasLocalId(id, owner) { const value = this.values.get(id); return value !== undefined && (owner === undefined || value.owner === owner); }
|
|
45
|
+
deactivate() { this.values.clear(); this.active = false; }
|
|
46
|
+
}
|
|
47
|
+
class PluginServices {
|
|
48
|
+
constructor(services, manifest, environment) {
|
|
49
|
+
this.services = services;
|
|
50
|
+
this.manifest = manifest;
|
|
51
|
+
const requires = resolveFpsPluginEnvironmentRequirements(manifest, environment);
|
|
52
|
+
const provides = resolveFpsPluginEnvironmentProvides(manifest, environment);
|
|
53
|
+
this.writable = new Set(provides.services ?? []);
|
|
54
|
+
this.readable = new Set([...(requires.services ?? []), ...this.writable]);
|
|
55
|
+
}
|
|
56
|
+
assertReadable(token) {
|
|
57
|
+
if (!this.readable.has(token.id))
|
|
58
|
+
throw new Error(`Plugin accessed undeclared service: ${this.manifest.id} -> ${token.id}`);
|
|
59
|
+
}
|
|
60
|
+
register(token, value) {
|
|
61
|
+
if (!this.writable.has(token.id))
|
|
62
|
+
throw new Error(`Plugin registered undeclared service: ${this.manifest.id} -> ${token.id}`);
|
|
63
|
+
return this.services.registerOwned(token, value, this.manifest.id);
|
|
64
|
+
}
|
|
65
|
+
has(token) { this.assertReadable(token); return this.services.has(token); }
|
|
66
|
+
get(token) { this.assertReadable(token); return this.services.get(token); }
|
|
67
|
+
getOptional(token) { this.assertReadable(token); return this.services.getOptional(token); }
|
|
68
|
+
}
|
|
69
|
+
class Commands {
|
|
70
|
+
constructor(parent, assertExecutionAvailable) {
|
|
71
|
+
this.parent = parent;
|
|
72
|
+
this.assertExecutionAvailable = assertExecutionAvailable;
|
|
73
|
+
this.handlers = new Map();
|
|
74
|
+
this.activeExecutions = new Map();
|
|
75
|
+
this.nextExecutionId = 1;
|
|
76
|
+
this.active = true;
|
|
77
|
+
}
|
|
78
|
+
assertActive() { if (!this.active)
|
|
79
|
+
throw new Error('Command registry is disposed.'); }
|
|
80
|
+
register(command, handler) {
|
|
81
|
+
this.assertActive();
|
|
82
|
+
if (this.handlers.has(command.id))
|
|
83
|
+
throw new Error(`Command already registered in this scope: ${command.id}`);
|
|
84
|
+
this.handlers.set(command.id, handler);
|
|
85
|
+
return () => { if (this.handlers.get(command.id) === handler)
|
|
86
|
+
this.handlers.delete(command.id); };
|
|
87
|
+
}
|
|
88
|
+
async execute(command, input) {
|
|
89
|
+
return this.executeWithAuthorization(command, input, false);
|
|
90
|
+
}
|
|
91
|
+
async executeWithAuthorization(command, input, authorized) {
|
|
92
|
+
this.assertActive();
|
|
93
|
+
if (!authorized)
|
|
94
|
+
this.assertExecutionAvailable?.();
|
|
95
|
+
const handler = this.handlers.get(command.id);
|
|
96
|
+
if (handler) {
|
|
97
|
+
const executionId = this.nextExecutionId++;
|
|
98
|
+
this.activeExecutions.set(executionId, command.id);
|
|
99
|
+
try {
|
|
100
|
+
return await handler(input);
|
|
101
|
+
}
|
|
102
|
+
finally {
|
|
103
|
+
this.activeExecutions.delete(executionId);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
if (this.parent)
|
|
107
|
+
return this.parent.executeWithAuthorization(command, input, true);
|
|
108
|
+
throw new Error(`Command not registered: ${command.id}`);
|
|
109
|
+
}
|
|
110
|
+
listActiveExecutions() { return [...this.activeExecutions.values()]; }
|
|
111
|
+
deactivate() { this.handlers.clear(); this.active = false; }
|
|
112
|
+
}
|
|
113
|
+
class Events {
|
|
114
|
+
constructor(parent, report) {
|
|
115
|
+
this.parent = parent;
|
|
116
|
+
this.report = report;
|
|
117
|
+
this.listeners = new Map();
|
|
118
|
+
this.active = true;
|
|
119
|
+
}
|
|
120
|
+
assertActive() { if (!this.active)
|
|
121
|
+
throw new Error('Event registry is disposed.'); }
|
|
122
|
+
subscribe(event, listener) {
|
|
123
|
+
this.assertActive();
|
|
124
|
+
const set = this.listeners.get(event.id) ?? new Set();
|
|
125
|
+
set.add(listener);
|
|
126
|
+
this.listeners.set(event.id, set);
|
|
127
|
+
return () => { set.delete(listener); if (!set.size)
|
|
128
|
+
this.listeners.delete(event.id); };
|
|
129
|
+
}
|
|
130
|
+
async deliver(event, payload, errors) {
|
|
131
|
+
for (const listener of [...(this.listeners.get(event.id) ?? [])]) {
|
|
132
|
+
try {
|
|
133
|
+
await listener(payload);
|
|
134
|
+
}
|
|
135
|
+
catch (error) {
|
|
136
|
+
errors.push(error);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
await this.parent?.deliver(event, payload, errors);
|
|
140
|
+
}
|
|
141
|
+
async publish(event, payload) {
|
|
142
|
+
this.assertActive();
|
|
143
|
+
const errors = [];
|
|
144
|
+
await this.deliver(event, payload, errors);
|
|
145
|
+
if (errors.length === 0)
|
|
146
|
+
return;
|
|
147
|
+
const messages = errors.map(error => error instanceof Error ? error.message : String(error));
|
|
148
|
+
try {
|
|
149
|
+
this.report({
|
|
150
|
+
code: 'plugin.event.deliveryFailed',
|
|
151
|
+
message: `Event ${event.id} reported ${errors.length} listener error(s).`,
|
|
152
|
+
severity: 'error',
|
|
153
|
+
details: Object.freeze({
|
|
154
|
+
eventId: event.id,
|
|
155
|
+
listenerErrorCount: errors.length,
|
|
156
|
+
listenerErrorMessages: Object.freeze(messages),
|
|
157
|
+
}),
|
|
158
|
+
});
|
|
159
|
+
}
|
|
160
|
+
catch (reportError) {
|
|
161
|
+
errors.push(reportError);
|
|
162
|
+
}
|
|
163
|
+
const deliveryError = combineErrors(errors, `Event delivery failed: ${event.id}.`);
|
|
164
|
+
deliveryError.name = 'FpsEventDeliveryError';
|
|
165
|
+
throw deliveryError;
|
|
166
|
+
}
|
|
167
|
+
deactivate() { this.listeners.clear(); this.active = false; }
|
|
168
|
+
}
|
|
169
|
+
function createPluginEventRegistry(events, pluginId) {
|
|
170
|
+
const namespace = getFpsPluginEventNamespace(pluginId);
|
|
171
|
+
return Object.freeze({
|
|
172
|
+
subscribe(event, listener) {
|
|
173
|
+
return events.subscribe(event, listener);
|
|
174
|
+
},
|
|
175
|
+
publish(event, payload) {
|
|
176
|
+
if (event.ownerPluginId !== pluginId || !event.id.startsWith(namespace)) {
|
|
177
|
+
return Promise.reject(new Error(`Plugin ${pluginId} may only publish events in namespace ${namespace}*; got ${event.id}`));
|
|
178
|
+
}
|
|
179
|
+
return events.publish(event, payload);
|
|
180
|
+
},
|
|
181
|
+
});
|
|
182
|
+
}
|
|
183
|
+
const compareIds = (a, b) => a.id < b.id ? -1 : a.id > b.id ? 1 : 0;
|
|
184
|
+
function validateVersion(version, range, consumerId, dependencyId) {
|
|
185
|
+
if (!valid(version))
|
|
186
|
+
throw new Error(`Invalid plugin version: ${dependencyId}@${version}`);
|
|
187
|
+
const normalizedRange = range ?? '*';
|
|
188
|
+
if (!validRange(normalizedRange))
|
|
189
|
+
throw new Error(`Invalid plugin version range: ${consumerId} requires ${dependencyId}@${normalizedRange}`);
|
|
190
|
+
if (!satisfies(version, normalizedRange))
|
|
191
|
+
throw new Error(`Plugin version mismatch: ${consumerId} requires ${dependencyId}@${normalizedRange}`);
|
|
192
|
+
}
|
|
193
|
+
function order(manifests, environment, inheritedServices, inheritedPlugin) {
|
|
194
|
+
const allById = new Map();
|
|
195
|
+
const byId = new Map();
|
|
196
|
+
const serviceProviders = new Map();
|
|
197
|
+
for (const manifest of manifests) {
|
|
198
|
+
const inherited = inheritedPlugin?.(manifest.id);
|
|
199
|
+
if (inherited && (inherited.version !== manifest.version || inherited.apiVersion !== manifest.apiVersion)) {
|
|
200
|
+
throw new Error(`Plugin identity mismatch across scopes: ${manifest.id}`);
|
|
201
|
+
}
|
|
202
|
+
if (allById.has(manifest.id))
|
|
203
|
+
throw new Error(`Duplicate plugin id: ${manifest.id}`);
|
|
204
|
+
allById.set(manifest.id, manifest);
|
|
205
|
+
if (!manifest.entries[environment])
|
|
206
|
+
continue;
|
|
207
|
+
if (!valid(manifest.version))
|
|
208
|
+
throw new Error(`Invalid plugin version: ${manifest.id}@${manifest.version}`);
|
|
209
|
+
byId.set(manifest.id, manifest);
|
|
210
|
+
const provides = resolveFpsPluginEnvironmentProvides(manifest, environment);
|
|
211
|
+
for (const serviceId of provides.services ?? []) {
|
|
212
|
+
const previous = serviceProviders.get(serviceId);
|
|
213
|
+
if (previous)
|
|
214
|
+
throw new Error(`Duplicate service provider: ${serviceId} (${previous.id}, ${manifest.id})`);
|
|
215
|
+
if (inheritedServices?.hasLocalId(serviceId)
|
|
216
|
+
&& !inheritedServices.hasLocalId(serviceId, manifest.id)) {
|
|
217
|
+
throw new Error(`Duplicate service provider: ${serviceId} (host, ${manifest.id})`);
|
|
218
|
+
}
|
|
219
|
+
serviceProviders.set(serviceId, manifest);
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
const dependencies = (manifest) => {
|
|
223
|
+
const result = new Map();
|
|
224
|
+
const requires = resolveFpsPluginEnvironmentRequirements(manifest, environment);
|
|
225
|
+
for (const requirement of requires.plugins ?? []) {
|
|
226
|
+
const dependency = byId.get(requirement.id);
|
|
227
|
+
if (!dependency) {
|
|
228
|
+
const inherited = inheritedPlugin?.(requirement.id);
|
|
229
|
+
if (inherited) {
|
|
230
|
+
validateVersion(inherited.version, requirement.range, manifest.id, requirement.id);
|
|
231
|
+
continue;
|
|
232
|
+
}
|
|
233
|
+
const suffix = allById.has(requirement.id) ? ` (${environment} entry unavailable)` : '';
|
|
234
|
+
throw new Error(`Missing plugin dependency: ${manifest.id} -> ${requirement.id}${suffix}`);
|
|
235
|
+
}
|
|
236
|
+
validateVersion(dependency.version, requirement.range, manifest.id, requirement.id);
|
|
237
|
+
result.set(dependency.id, dependency);
|
|
238
|
+
}
|
|
239
|
+
for (const serviceId of requires.services ?? []) {
|
|
240
|
+
const provider = serviceProviders.get(serviceId);
|
|
241
|
+
if (provider)
|
|
242
|
+
result.set(provider.id, provider);
|
|
243
|
+
else if (!inheritedServices?.hasId(serviceId))
|
|
244
|
+
throw new Error(`Missing required service: ${manifest.id} -> ${serviceId}`);
|
|
245
|
+
}
|
|
246
|
+
return [...result.values()].sort(compareIds);
|
|
247
|
+
};
|
|
248
|
+
const visiting = new Set();
|
|
249
|
+
const visited = new Set();
|
|
250
|
+
const result = [];
|
|
251
|
+
const visit = (manifest) => {
|
|
252
|
+
if (visiting.has(manifest.id))
|
|
253
|
+
throw new Error(`Plugin dependency cycle at: ${manifest.id}`);
|
|
254
|
+
if (visited.has(manifest.id))
|
|
255
|
+
return;
|
|
256
|
+
visiting.add(manifest.id);
|
|
257
|
+
for (const dependency of dependencies(manifest))
|
|
258
|
+
visit(dependency);
|
|
259
|
+
visiting.delete(manifest.id);
|
|
260
|
+
visited.add(manifest.id);
|
|
261
|
+
result.push(manifest);
|
|
262
|
+
};
|
|
263
|
+
for (const manifest of [...byId.values()].sort(compareIds))
|
|
264
|
+
visit(manifest);
|
|
265
|
+
return result;
|
|
266
|
+
}
|
|
267
|
+
export function resolveFpsPluginManifestOrder(options) {
|
|
268
|
+
if (!Number.isInteger(options.apiVersion) || options.apiVersion < 1) {
|
|
269
|
+
throw new Error('Plugin Host apiVersion must be a positive integer.');
|
|
270
|
+
}
|
|
271
|
+
const manifests = options.manifests.map(manifest => defineFpsPluginManifest(manifest));
|
|
272
|
+
const initialServices = new Services();
|
|
273
|
+
for (const serviceId of options.initialServiceIds ?? []) {
|
|
274
|
+
initialServices.register(defineFpsServiceToken(serviceId), null);
|
|
275
|
+
}
|
|
276
|
+
const result = order(manifests, options.environment, initialServices);
|
|
277
|
+
for (const manifest of result) {
|
|
278
|
+
if (manifest.apiVersion !== options.apiVersion) {
|
|
279
|
+
throw new Error(`Plugin API mismatch: ${manifest.id}`);
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
return Object.freeze([...result]);
|
|
283
|
+
}
|
|
284
|
+
function createHost(options, parent) {
|
|
285
|
+
const pluginConfigs = Object.freeze(Object.fromEntries(Object.entries(options.pluginConfigs ?? {}).map(([pluginId, config]) => [pluginId, snapshotFpsPluginConfig(config, `Plugin config ${pluginId}`)])));
|
|
286
|
+
options = {
|
|
287
|
+
...options,
|
|
288
|
+
manifests: options.manifests.map(manifest => defineFpsPluginManifest(manifest)),
|
|
289
|
+
pluginConfigs,
|
|
290
|
+
};
|
|
291
|
+
const services = new Services(parent?.services);
|
|
292
|
+
const commands = new Commands(parent?.commands, () => assertCommandExecutionAvailable());
|
|
293
|
+
const records = [];
|
|
294
|
+
const diagnostics = [];
|
|
295
|
+
const pluginLifecycles = new Map(options.manifests.map(manifest => [
|
|
296
|
+
manifest.id,
|
|
297
|
+
manifest.entries[options.environment] ? 'discovered' : 'unavailable',
|
|
298
|
+
]));
|
|
299
|
+
const children = [];
|
|
300
|
+
const scope = options.scope ?? 'application';
|
|
301
|
+
let state = 'created';
|
|
302
|
+
let host;
|
|
303
|
+
let transitioning = false;
|
|
304
|
+
let teardownReservationCount = 0;
|
|
305
|
+
let cleanupMode = null;
|
|
306
|
+
let activeLifecyclePluginId;
|
|
307
|
+
const localPlugins = new Map(options.manifests
|
|
308
|
+
.filter(manifest => manifest.entries[options.environment])
|
|
309
|
+
.map(manifest => [manifest.id, manifest]));
|
|
310
|
+
const resolvePlugin = (id) => localPlugins.get(id) ?? parent?.resolvePlugin(id);
|
|
311
|
+
const retainDiagnostic = (diagnostic) => {
|
|
312
|
+
diagnostics.push(Object.freeze({
|
|
313
|
+
code: diagnostic.code,
|
|
314
|
+
message: diagnostic.message,
|
|
315
|
+
severity: diagnostic.severity,
|
|
316
|
+
...(diagnostic.pluginId ? { pluginId: diagnostic.pluginId } : {}),
|
|
317
|
+
}));
|
|
318
|
+
if (diagnostics.length > 200)
|
|
319
|
+
diagnostics.shift();
|
|
320
|
+
};
|
|
321
|
+
const report = (diagnostic, forward = true) => {
|
|
322
|
+
retainDiagnostic(diagnostic);
|
|
323
|
+
if (!forward || !options.report)
|
|
324
|
+
return;
|
|
325
|
+
try {
|
|
326
|
+
options.report(diagnostic);
|
|
327
|
+
}
|
|
328
|
+
catch (error) {
|
|
329
|
+
retainDiagnostic({
|
|
330
|
+
code: 'plugin.report.observerFailed',
|
|
331
|
+
message: error instanceof Error ? error.message : String(error),
|
|
332
|
+
severity: 'error',
|
|
333
|
+
...(diagnostic.pluginId ? { pluginId: diagnostic.pluginId } : {}),
|
|
334
|
+
});
|
|
335
|
+
}
|
|
336
|
+
};
|
|
337
|
+
const events = new Events(parent?.events, diagnostic => report(diagnostic));
|
|
338
|
+
const hasTransitionInTree = () => transitioning || children.some(child => child.hasTransitionInTree());
|
|
339
|
+
const isTransitioningTree = () => hasTransitionInTree() || parent?.isTransitioningTree() === true;
|
|
340
|
+
const hasCleanupFailureInTree = () => (state === 'cleanup-failed'
|
|
341
|
+
|| children.some(child => child.hasCleanupFailureInTree()));
|
|
342
|
+
const isCleanupFailedTree = () => (hasCleanupFailureInTree()
|
|
343
|
+
|| parent?.hasCleanupFailureInTree() === true);
|
|
344
|
+
const hasTeardownReservationInTree = () => (teardownReservationCount > 0
|
|
345
|
+
|| children.some(child => child.hasTeardownReservationInTree()));
|
|
346
|
+
const isTeardownReservedTree = () => (hasTeardownReservationInTree()
|
|
347
|
+
|| parent?.isTeardownReservedTree() === true);
|
|
348
|
+
const listActiveCommandsInTree = () => Object.freeze([
|
|
349
|
+
...commands.listActiveExecutions(),
|
|
350
|
+
...children.flatMap(child => child.listActiveCommandsInTree()),
|
|
351
|
+
]);
|
|
352
|
+
const listActiveCommandsInLineage = () => Object.freeze([
|
|
353
|
+
...commands.listActiveExecutions(),
|
|
354
|
+
...(parent?.listActiveCommandsInLineage() ?? []),
|
|
355
|
+
]);
|
|
356
|
+
const assertNoActiveCommandsForTeardown = (operation) => {
|
|
357
|
+
const activeCommands = Object.freeze([
|
|
358
|
+
...(parent?.listActiveCommandsInLineage() ?? []),
|
|
359
|
+
...listActiveCommandsInTree(),
|
|
360
|
+
]);
|
|
361
|
+
if (activeCommands.length === 0)
|
|
362
|
+
return;
|
|
363
|
+
throw new Error(`Cannot ${operation} Plugin Host while commands are active: ${activeCommands.join(', ')}`);
|
|
364
|
+
};
|
|
365
|
+
function assertCommandExecutionAvailable() {
|
|
366
|
+
if (isTeardownReservedTree()) {
|
|
367
|
+
throw new Error('Plugin host disposal has been requested; command execution is unavailable.');
|
|
368
|
+
}
|
|
369
|
+
if (isCleanupFailedTree()) {
|
|
370
|
+
throw new Error('Plugin host cleanup is incomplete; command execution is unavailable.');
|
|
371
|
+
}
|
|
372
|
+
const treeTransitioning = isTransitioningTree();
|
|
373
|
+
const starting = state === 'registered' && transitioning && cleanupMode === null;
|
|
374
|
+
if ((state !== 'started' || treeTransitioning) && !starting) {
|
|
375
|
+
throw new Error(`Plugin host command execution requires an idle started host, got: ${state}${treeTransitioning ? ' (transitioning)' : ''}.`);
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
const assertPublicOperationsAvailable = () => {
|
|
379
|
+
if (isTeardownReservedTree()) {
|
|
380
|
+
throw new Error('Plugin host disposal has been requested; public operations are unavailable.');
|
|
381
|
+
}
|
|
382
|
+
if (isCleanupFailedTree()) {
|
|
383
|
+
throw new Error('Plugin host cleanup is incomplete; only stop or dispose may be retried.');
|
|
384
|
+
}
|
|
385
|
+
const treeTransitioning = isTransitioningTree();
|
|
386
|
+
if (state !== 'started' || treeTransitioning) {
|
|
387
|
+
throw new Error(`Plugin host public operations require an idle started host, got: ${state}${treeTransitioning ? ' (transitioning)' : ''}.`);
|
|
388
|
+
}
|
|
389
|
+
};
|
|
390
|
+
const publicServices = {
|
|
391
|
+
register(token, value) {
|
|
392
|
+
assertPublicOperationsAvailable();
|
|
393
|
+
return services.register(token, value);
|
|
394
|
+
},
|
|
395
|
+
has(token) {
|
|
396
|
+
assertPublicOperationsAvailable();
|
|
397
|
+
return services.has(token);
|
|
398
|
+
},
|
|
399
|
+
get(token) {
|
|
400
|
+
assertPublicOperationsAvailable();
|
|
401
|
+
return services.get(token);
|
|
402
|
+
},
|
|
403
|
+
getOptional(token) {
|
|
404
|
+
assertPublicOperationsAvailable();
|
|
405
|
+
return services.getOptional(token);
|
|
406
|
+
},
|
|
407
|
+
};
|
|
408
|
+
const publicCommands = {
|
|
409
|
+
register(command, handler) {
|
|
410
|
+
assertPublicOperationsAvailable();
|
|
411
|
+
return commands.register(command, handler);
|
|
412
|
+
},
|
|
413
|
+
execute(command, input) {
|
|
414
|
+
assertPublicOperationsAvailable();
|
|
415
|
+
return commands.execute(command, input);
|
|
416
|
+
},
|
|
417
|
+
};
|
|
418
|
+
const publicEvents = {
|
|
419
|
+
subscribe(event, listener) {
|
|
420
|
+
assertPublicOperationsAvailable();
|
|
421
|
+
return events.subscribe(event, listener);
|
|
422
|
+
},
|
|
423
|
+
publish(event, payload) {
|
|
424
|
+
assertPublicOperationsAvailable();
|
|
425
|
+
return events.publish(event, payload);
|
|
426
|
+
},
|
|
427
|
+
};
|
|
428
|
+
const inspect = () => {
|
|
429
|
+
const plugins = options.manifests
|
|
430
|
+
.map(manifest => {
|
|
431
|
+
const lifecycle = pluginLifecycles.get(manifest.id) ?? 'unavailable';
|
|
432
|
+
return Object.freeze({
|
|
433
|
+
manifest,
|
|
434
|
+
lifecycle,
|
|
435
|
+
compatible: manifest.apiVersion === options.apiVersion,
|
|
436
|
+
});
|
|
437
|
+
})
|
|
438
|
+
.sort((left, right) => compareIds(left.manifest, right.manifest));
|
|
439
|
+
return Object.freeze({
|
|
440
|
+
environment: options.environment,
|
|
441
|
+
apiVersion: options.apiVersion,
|
|
442
|
+
scope,
|
|
443
|
+
state: hasCleanupFailureInTree() ? 'cleanup-failed' : state,
|
|
444
|
+
transitioning: isTransitioningTree() || isTeardownReservedTree(),
|
|
445
|
+
plugins: Object.freeze(plugins),
|
|
446
|
+
diagnostics: Object.freeze([...diagnostics]),
|
|
447
|
+
});
|
|
448
|
+
};
|
|
449
|
+
const runTransition = async (operation, allowAncestorTransition = false) => {
|
|
450
|
+
if (transitioning)
|
|
451
|
+
throw new Error('Plugin host lifecycle transition already in progress.');
|
|
452
|
+
if (!allowAncestorTransition && parent?.isTransitioningTree())
|
|
453
|
+
throw new Error('Ancestor plugin scope lifecycle transition already in progress.');
|
|
454
|
+
transitioning = true;
|
|
455
|
+
try {
|
|
456
|
+
return await operation();
|
|
457
|
+
}
|
|
458
|
+
finally {
|
|
459
|
+
transitioning = false;
|
|
460
|
+
}
|
|
461
|
+
};
|
|
462
|
+
for (const initial of options.initialServices ?? [])
|
|
463
|
+
services.register(initial.token, initial.value);
|
|
464
|
+
const disposeRecord = async (record, errors) => {
|
|
465
|
+
if (!record.disposeCompleted) {
|
|
466
|
+
try {
|
|
467
|
+
await record.entry.dispose?.(record.context);
|
|
468
|
+
record.disposeCompleted = true;
|
|
469
|
+
}
|
|
470
|
+
catch (error) {
|
|
471
|
+
errors.push(error);
|
|
472
|
+
return false;
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
for (let index = record.disposers.length - 1; index >= 0; index -= 1) {
|
|
476
|
+
try {
|
|
477
|
+
await record.disposers[index]();
|
|
478
|
+
record.disposers.splice(index, 1);
|
|
479
|
+
}
|
|
480
|
+
catch (error) {
|
|
481
|
+
errors.push(error);
|
|
482
|
+
break;
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
const disposed = record.disposeCompleted && record.disposers.length === 0;
|
|
486
|
+
if (disposed)
|
|
487
|
+
pluginLifecycles.set(record.manifest.id, 'disposed');
|
|
488
|
+
return disposed;
|
|
489
|
+
};
|
|
490
|
+
const stopRecords = async (errors) => {
|
|
491
|
+
for (const record of [...records].reverse()) {
|
|
492
|
+
if (!record.started)
|
|
493
|
+
continue;
|
|
494
|
+
try {
|
|
495
|
+
await record.entry.stop?.(record.context);
|
|
496
|
+
record.started = false;
|
|
497
|
+
pluginLifecycles.set(record.manifest.id, 'stopped');
|
|
498
|
+
}
|
|
499
|
+
catch (error) {
|
|
500
|
+
errors.push(error);
|
|
501
|
+
break;
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
};
|
|
505
|
+
const cleanup = async (hasCause, cause) => {
|
|
506
|
+
cleanupMode = 'dispose';
|
|
507
|
+
const cleanupErrors = [];
|
|
508
|
+
for (const child of [...children].reverse()) {
|
|
509
|
+
try {
|
|
510
|
+
await child.disposeFromParent();
|
|
511
|
+
}
|
|
512
|
+
catch (error) {
|
|
513
|
+
cleanupErrors.push(error);
|
|
514
|
+
break;
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
if (cleanupErrors.length === 0) {
|
|
518
|
+
await stopRecords(cleanupErrors);
|
|
519
|
+
if (cleanupErrors.length === 0) {
|
|
520
|
+
for (let index = records.length - 1; index >= 0; index -= 1) {
|
|
521
|
+
const record = records[index];
|
|
522
|
+
if (record.started)
|
|
523
|
+
continue;
|
|
524
|
+
if (await disposeRecord(record, cleanupErrors))
|
|
525
|
+
records.splice(index, 1);
|
|
526
|
+
else
|
|
527
|
+
break;
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
if (cleanupErrors.length === 0) {
|
|
532
|
+
services.deactivate();
|
|
533
|
+
commands.deactivate();
|
|
534
|
+
events.deactivate();
|
|
535
|
+
state = 'disposed';
|
|
536
|
+
cleanupMode = null;
|
|
537
|
+
parent?.removeChild(host);
|
|
538
|
+
}
|
|
539
|
+
else {
|
|
540
|
+
state = 'cleanup-failed';
|
|
541
|
+
}
|
|
542
|
+
const errors = [
|
|
543
|
+
...(hasCause ? [cause] : []),
|
|
544
|
+
...cleanupErrors,
|
|
545
|
+
];
|
|
546
|
+
if (errors.length === 1)
|
|
547
|
+
throw errors[0];
|
|
548
|
+
if (errors.length > 1)
|
|
549
|
+
throw combineErrors(errors, 'Plugin host lifecycle failed and cleanup reported errors:');
|
|
550
|
+
};
|
|
551
|
+
host = {
|
|
552
|
+
get state() { return hasCleanupFailureInTree() ? 'cleanup-failed' : state; },
|
|
553
|
+
get transitioning() { return isTransitioningTree() || isTeardownReservedTree(); },
|
|
554
|
+
scope,
|
|
555
|
+
services: publicServices,
|
|
556
|
+
commands: publicCommands,
|
|
557
|
+
events: publicEvents,
|
|
558
|
+
inspect,
|
|
559
|
+
createScope(childOptions) {
|
|
560
|
+
if (isTeardownReservedTree()) {
|
|
561
|
+
throw new Error('Cannot create a child scope while Plugin Host teardown is reserved.');
|
|
562
|
+
}
|
|
563
|
+
if (isCleanupFailedTree()) {
|
|
564
|
+
throw new Error('Cannot create a child scope while Plugin Host tree is cleanup-failed (cleanup is incomplete).');
|
|
565
|
+
}
|
|
566
|
+
const treeTransitioning = isTransitioningTree();
|
|
567
|
+
if (state !== 'started' || treeTransitioning)
|
|
568
|
+
throw new Error(`Cannot create a child scope from plugin host state: ${state}${treeTransitioning ? ' (transitioning)' : ''}`);
|
|
569
|
+
const child = createHost({
|
|
570
|
+
...options,
|
|
571
|
+
scope: childOptions.scope,
|
|
572
|
+
manifests: childOptions.manifests ?? options.manifests,
|
|
573
|
+
pluginConfigs: childOptions.pluginConfigs ?? options.pluginConfigs,
|
|
574
|
+
loadEntry: childOptions.loadEntry ?? options.loadEntry,
|
|
575
|
+
initialServices: childOptions.initialServices,
|
|
576
|
+
}, {
|
|
577
|
+
services,
|
|
578
|
+
commands,
|
|
579
|
+
events,
|
|
580
|
+
getState: () => state,
|
|
581
|
+
isTransitioningTree,
|
|
582
|
+
hasCleanupFailureInTree,
|
|
583
|
+
isTeardownReservedTree,
|
|
584
|
+
listActiveCommandsInLineage,
|
|
585
|
+
resolvePlugin,
|
|
586
|
+
addChild: value => children.push(value),
|
|
587
|
+
removeChild: value => { const index = children.findIndex(childRecord => childRecord.host === value); if (index >= 0)
|
|
588
|
+
children.splice(index, 1); },
|
|
589
|
+
});
|
|
590
|
+
return child;
|
|
591
|
+
},
|
|
592
|
+
start() {
|
|
593
|
+
return runTransition(async () => {
|
|
594
|
+
if (isTeardownReservedTree())
|
|
595
|
+
throw new Error('Plugin host cannot start while teardown is reserved.');
|
|
596
|
+
if (state !== 'created')
|
|
597
|
+
throw new Error(`Plugin host cannot start from state: ${state}`);
|
|
598
|
+
if (parent && parent.getState() !== 'started')
|
|
599
|
+
throw new Error(`Child plugin scope cannot start while parent is: ${parent.getState()}`);
|
|
600
|
+
if (parent?.hasCleanupFailureInTree())
|
|
601
|
+
throw new Error('Child plugin scope cannot start while the Plugin Host tree cleanup is incomplete.');
|
|
602
|
+
try {
|
|
603
|
+
const manifests = order(options.manifests, options.environment, services, parent?.resolvePlugin);
|
|
604
|
+
for (const manifest of manifests) {
|
|
605
|
+
activeLifecyclePluginId = manifest.id;
|
|
606
|
+
if (manifest.apiVersion !== options.apiVersion)
|
|
607
|
+
throw new Error(`Plugin API mismatch: ${manifest.id}`);
|
|
608
|
+
if (!manifest.entries[options.environment])
|
|
609
|
+
continue;
|
|
610
|
+
const loadedEntry = await options.loadEntry(manifest, options.environment);
|
|
611
|
+
if (!loadedEntry)
|
|
612
|
+
throw new Error(`Plugin entry could not be loaded: ${manifest.id} (${options.environment})`);
|
|
613
|
+
const entry = defineFpsPluginEntry(loadedEntry);
|
|
614
|
+
if (entry.pluginId !== manifest.id || entry.environment !== options.environment)
|
|
615
|
+
throw new Error(`Plugin entry mismatch: ${manifest.id}`);
|
|
616
|
+
const record = {
|
|
617
|
+
manifest,
|
|
618
|
+
entry,
|
|
619
|
+
context: undefined,
|
|
620
|
+
disposers: [],
|
|
621
|
+
started: false,
|
|
622
|
+
disposeCompleted: false,
|
|
623
|
+
};
|
|
624
|
+
record.context = {
|
|
625
|
+
environment: options.environment,
|
|
626
|
+
pluginId: manifest.id,
|
|
627
|
+
config: options.pluginConfigs?.[manifest.id],
|
|
628
|
+
scope,
|
|
629
|
+
services: new PluginServices(services, manifest, options.environment),
|
|
630
|
+
commands,
|
|
631
|
+
events: createPluginEventRegistry(events, manifest.id),
|
|
632
|
+
report: diagnostic => report({ ...diagnostic, pluginId: manifest.id }),
|
|
633
|
+
add: disposer => record.disposers.push(disposer),
|
|
634
|
+
};
|
|
635
|
+
records.push(record);
|
|
636
|
+
const registered = await entry.register(record.context);
|
|
637
|
+
if (registered)
|
|
638
|
+
record.disposers.push(registered);
|
|
639
|
+
const provides = resolveFpsPluginEnvironmentProvides(manifest, options.environment);
|
|
640
|
+
for (const serviceId of provides.services ?? []) {
|
|
641
|
+
if (!services.hasLocalId(serviceId, manifest.id))
|
|
642
|
+
throw new Error(`Plugin did not register declared service: ${manifest.id} -> ${serviceId}`);
|
|
643
|
+
}
|
|
644
|
+
pluginLifecycles.set(manifest.id, 'registered');
|
|
645
|
+
}
|
|
646
|
+
for (const manifest of manifests) {
|
|
647
|
+
if (!manifest.entries[options.environment])
|
|
648
|
+
continue;
|
|
649
|
+
const requires = resolveFpsPluginEnvironmentRequirements(manifest, options.environment);
|
|
650
|
+
for (const serviceId of requires.services ?? []) {
|
|
651
|
+
if (!services.hasId(serviceId))
|
|
652
|
+
throw new Error(`Required service not registered: ${manifest.id} -> ${serviceId}`);
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
state = 'registered';
|
|
656
|
+
for (const record of records) {
|
|
657
|
+
activeLifecyclePluginId = record.manifest.id;
|
|
658
|
+
record.started = true;
|
|
659
|
+
await record.entry.start?.(record.context);
|
|
660
|
+
pluginLifecycles.set(record.manifest.id, 'started');
|
|
661
|
+
}
|
|
662
|
+
activeLifecyclePluginId = undefined;
|
|
663
|
+
state = 'started';
|
|
664
|
+
}
|
|
665
|
+
catch (error) {
|
|
666
|
+
report({
|
|
667
|
+
code: 'plugin.lifecycle.failed',
|
|
668
|
+
message: error instanceof Error ? error.message : String(error),
|
|
669
|
+
severity: 'error',
|
|
670
|
+
...(activeLifecyclePluginId ? { pluginId: activeLifecyclePluginId } : {}),
|
|
671
|
+
}, false);
|
|
672
|
+
const activeCommands = listActiveCommandsInTree();
|
|
673
|
+
if (activeCommands.length > 0) {
|
|
674
|
+
cleanupMode = 'dispose';
|
|
675
|
+
state = 'cleanup-failed';
|
|
676
|
+
throw combineErrors([
|
|
677
|
+
error,
|
|
678
|
+
new Error(`Plugin start rollback is waiting for active commands: ${activeCommands.join(', ')}`),
|
|
679
|
+
], 'Plugin host start failed and cleanup is pending:');
|
|
680
|
+
}
|
|
681
|
+
await cleanup(true, error);
|
|
682
|
+
}
|
|
683
|
+
});
|
|
684
|
+
},
|
|
685
|
+
stop() {
|
|
686
|
+
assertNoActiveCommandsForTeardown('stop');
|
|
687
|
+
return runTransition(async () => {
|
|
688
|
+
if (state !== 'started' && state !== 'cleanup-failed')
|
|
689
|
+
return;
|
|
690
|
+
if (state === 'cleanup-failed' && cleanupMode === 'dispose') {
|
|
691
|
+
throw new Error('Plugin host disposal cleanup is incomplete; dispose must be retried.');
|
|
692
|
+
}
|
|
693
|
+
cleanupMode = 'stop';
|
|
694
|
+
const transitioningChild = children.find(child => child.hasTransitionInTree());
|
|
695
|
+
if (transitioningChild)
|
|
696
|
+
throw new Error(`Child plugin scope lifecycle transition already in progress: ${transitioningChild.host.scope}`);
|
|
697
|
+
const errors = [];
|
|
698
|
+
for (const child of [...children].reverse()) {
|
|
699
|
+
try {
|
|
700
|
+
await child.stopFromParent();
|
|
701
|
+
}
|
|
702
|
+
catch (error) {
|
|
703
|
+
errors.push(error);
|
|
704
|
+
break;
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
if (errors.length === 0)
|
|
708
|
+
await stopRecords(errors);
|
|
709
|
+
if (errors.length > 0 || records.some(record => record.started))
|
|
710
|
+
state = 'cleanup-failed';
|
|
711
|
+
else {
|
|
712
|
+
state = 'stopped';
|
|
713
|
+
cleanupMode = null;
|
|
714
|
+
}
|
|
715
|
+
if (errors.length === 1)
|
|
716
|
+
throw errors[0];
|
|
717
|
+
if (errors.length > 1)
|
|
718
|
+
throw combineErrors(errors, 'Plugin host stop reported errors:');
|
|
719
|
+
});
|
|
720
|
+
},
|
|
721
|
+
dispose() {
|
|
722
|
+
assertNoActiveCommandsForTeardown('dispose');
|
|
723
|
+
return runTransition(async () => {
|
|
724
|
+
if (state === 'disposed')
|
|
725
|
+
return;
|
|
726
|
+
const transitioningChild = children.find(child => child.hasTransitionInTree());
|
|
727
|
+
if (transitioningChild)
|
|
728
|
+
throw new Error(`Child plugin scope lifecycle transition already in progress: ${transitioningChild.host.scope}`);
|
|
729
|
+
await cleanup(false);
|
|
730
|
+
});
|
|
731
|
+
},
|
|
732
|
+
reserveTeardown() {
|
|
733
|
+
if (state === 'disposed') {
|
|
734
|
+
return Object.assign(() => { }, { assertReady: () => { } });
|
|
735
|
+
}
|
|
736
|
+
teardownReservationCount += 1;
|
|
737
|
+
let active = true;
|
|
738
|
+
const release = () => {
|
|
739
|
+
if (!active)
|
|
740
|
+
return;
|
|
741
|
+
active = false;
|
|
742
|
+
teardownReservationCount -= 1;
|
|
743
|
+
};
|
|
744
|
+
return Object.assign(release, {
|
|
745
|
+
assertReady: () => assertNoActiveCommandsForTeardown('reserve teardown for'),
|
|
746
|
+
});
|
|
747
|
+
},
|
|
748
|
+
};
|
|
749
|
+
parent?.addChild({
|
|
750
|
+
host,
|
|
751
|
+
hasTransitionInTree,
|
|
752
|
+
hasCleanupFailureInTree,
|
|
753
|
+
hasTeardownReservationInTree,
|
|
754
|
+
listActiveCommandsInTree,
|
|
755
|
+
stopFromParent: () => runTransition(async () => {
|
|
756
|
+
assertNoActiveCommandsForTeardown('stop');
|
|
757
|
+
if (state !== 'started' && state !== 'cleanup-failed')
|
|
758
|
+
return;
|
|
759
|
+
if (state === 'cleanup-failed' && cleanupMode === 'dispose') {
|
|
760
|
+
throw new Error('Plugin host disposal cleanup is incomplete; dispose must be retried.');
|
|
761
|
+
}
|
|
762
|
+
cleanupMode = 'stop';
|
|
763
|
+
const transitioningChild = children.find(child => child.hasTransitionInTree());
|
|
764
|
+
if (transitioningChild)
|
|
765
|
+
throw new Error(`Child plugin scope lifecycle transition already in progress: ${transitioningChild.host.scope}`);
|
|
766
|
+
const errors = [];
|
|
767
|
+
for (const child of [...children].reverse()) {
|
|
768
|
+
try {
|
|
769
|
+
await child.stopFromParent();
|
|
770
|
+
}
|
|
771
|
+
catch (error) {
|
|
772
|
+
errors.push(error);
|
|
773
|
+
break;
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
if (errors.length === 0)
|
|
777
|
+
await stopRecords(errors);
|
|
778
|
+
if (errors.length > 0 || records.some(record => record.started))
|
|
779
|
+
state = 'cleanup-failed';
|
|
780
|
+
else {
|
|
781
|
+
state = 'stopped';
|
|
782
|
+
cleanupMode = null;
|
|
783
|
+
}
|
|
784
|
+
if (errors.length === 1)
|
|
785
|
+
throw errors[0];
|
|
786
|
+
if (errors.length > 1)
|
|
787
|
+
throw combineErrors(errors, 'Plugin host stop reported errors:');
|
|
788
|
+
}, true),
|
|
789
|
+
disposeFromParent: () => runTransition(async () => {
|
|
790
|
+
assertNoActiveCommandsForTeardown('dispose');
|
|
791
|
+
if (state === 'disposed')
|
|
792
|
+
return;
|
|
793
|
+
const transitioningChild = children.find(child => child.hasTransitionInTree());
|
|
794
|
+
if (transitioningChild)
|
|
795
|
+
throw new Error(`Child plugin scope lifecycle transition already in progress: ${transitioningChild.host.scope}`);
|
|
796
|
+
await cleanup(false);
|
|
797
|
+
}, true),
|
|
798
|
+
});
|
|
799
|
+
return host;
|
|
800
|
+
}
|
|
801
|
+
export function createFpsPluginHost(options) {
|
|
802
|
+
return createHost(options);
|
|
803
|
+
}
|
|
804
|
+
export function createFpsPluginHostFromEnvironmentModule(options) {
|
|
805
|
+
const entries = new Map();
|
|
806
|
+
for (const entry of options.module.entries) {
|
|
807
|
+
if (entries.has(entry.pluginId))
|
|
808
|
+
throw new Error(`Duplicate Plugin environment module entry: ${entry.pluginId}`);
|
|
809
|
+
entries.set(entry.pluginId, entry);
|
|
810
|
+
}
|
|
811
|
+
return createFpsPluginHost({
|
|
812
|
+
environment: options.module.environment,
|
|
813
|
+
apiVersion: options.apiVersion,
|
|
814
|
+
scope: options.scope,
|
|
815
|
+
manifests: options.module.manifests,
|
|
816
|
+
pluginConfigs: options.module.pluginConfigs,
|
|
817
|
+
initialServices: options.initialServices,
|
|
818
|
+
report: options.report,
|
|
819
|
+
async loadEntry(manifest) {
|
|
820
|
+
const entry = entries.get(manifest.id);
|
|
821
|
+
if (!entry)
|
|
822
|
+
throw new Error(`Plugin environment module entry is missing: ${manifest.id}`);
|
|
823
|
+
return entry.load();
|
|
824
|
+
},
|
|
825
|
+
});
|
|
826
|
+
}
|
|
827
|
+
export function createFpsPluginEnvironmentLifecycle(options) {
|
|
828
|
+
let host = null;
|
|
829
|
+
let operationInProgress = null;
|
|
830
|
+
const assertIdle = (operation) => {
|
|
831
|
+
if (!operationInProgress)
|
|
832
|
+
return;
|
|
833
|
+
throw new Error(`Plugin environment lifecycle cannot ${operation} while ${operationInProgress} is in progress.`);
|
|
834
|
+
};
|
|
835
|
+
return {
|
|
836
|
+
get host() { return host; },
|
|
837
|
+
start: () => {
|
|
838
|
+
try {
|
|
839
|
+
assertIdle('start');
|
|
840
|
+
}
|
|
841
|
+
catch (error) {
|
|
842
|
+
return Promise.reject(error);
|
|
843
|
+
}
|
|
844
|
+
operationInProgress = 'start';
|
|
845
|
+
return (async () => {
|
|
846
|
+
if (host) {
|
|
847
|
+
if (host.state === 'started')
|
|
848
|
+
return;
|
|
849
|
+
throw new Error(`Plugin environment lifecycle retained a ${host.state} Host; dispose it before restarting.`);
|
|
850
|
+
}
|
|
851
|
+
const nextHost = createFpsPluginHostFromEnvironmentModule(options);
|
|
852
|
+
host = nextHost;
|
|
853
|
+
try {
|
|
854
|
+
await nextHost.start();
|
|
855
|
+
}
|
|
856
|
+
catch (error) {
|
|
857
|
+
if (host === nextHost && nextHost.state === 'disposed')
|
|
858
|
+
host = null;
|
|
859
|
+
throw error;
|
|
860
|
+
}
|
|
861
|
+
})().finally(() => { operationInProgress = null; });
|
|
862
|
+
},
|
|
863
|
+
dispose: () => {
|
|
864
|
+
try {
|
|
865
|
+
assertIdle('dispose');
|
|
866
|
+
}
|
|
867
|
+
catch (error) {
|
|
868
|
+
return Promise.reject(error);
|
|
869
|
+
}
|
|
870
|
+
operationInProgress = 'dispose';
|
|
871
|
+
return (async () => {
|
|
872
|
+
const currentHost = host;
|
|
873
|
+
if (!currentHost)
|
|
874
|
+
return;
|
|
875
|
+
try {
|
|
876
|
+
await currentHost.dispose();
|
|
877
|
+
}
|
|
878
|
+
finally {
|
|
879
|
+
if (host === currentHost && currentHost.state === 'disposed')
|
|
880
|
+
host = null;
|
|
881
|
+
}
|
|
882
|
+
})().finally(() => { operationInProgress = null; });
|
|
883
|
+
},
|
|
884
|
+
};
|
|
885
|
+
}
|
|
886
|
+
//# sourceMappingURL=index.js.map
|