@fps-games/editor 0.1.8-beta.4 → 0.2.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +9 -6
- 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 +5 -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 +782 -195
- 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-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 +6 -6
- package/dist/playable-babylon-facade.d.ts.map +1 -1
- package/dist/playable-babylon-facade.js +1 -1
- 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 +152 -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 +109 -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 -13
- package/node_modules/@fps-games/babylon-renderer/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/index.js +4 -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 +5 -5
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/dynamic-shadow-system.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/dynamic-shadow-system.js.map +1 -1
- 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.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 +4 -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/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 +0 -1
- 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 +7 -28
- package/node_modules/@fps-games/editor-babylon/dist/projection.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/shadow-preview-controller.js +0 -8
- 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 +7 -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 +65 -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 +218 -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 +744 -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.js +1 -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 +165 -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 +258 -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.js +2 -33
- 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 +73 -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-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 +2 -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 +8 -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 +10 -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 +22 -86
- 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 +138 -97
- 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 +11 -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 +112 -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 +653 -35
- 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/types.d.ts +58 -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 +138 -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 +2 -2
- 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 +97 -253
- 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 +6 -6
- 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 +2 -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 +515 -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 +17 -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 +3 -0
- 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 +13 -26
- 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 +6 -113
- 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 -4
- 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 -4
- 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/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 +209 -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 +52 -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 +53 -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 +97 -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/{editor-playable-sdk/dist/shadow-system/runtime.d.ts → playable-rendering/dist/shadow-runtime.d.ts} +3 -6
- package/node_modules/@fps-games/playable-rendering/dist/shadow-runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/{editor-playable-sdk/dist/shadow-system/runtime.js → playable-rendering/dist/shadow-runtime.js} +5 -37
- 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 +81 -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/runtime.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/shadow-system/runtime.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,744 @@
|
|
|
1
|
+
import { defineFpsServiceToken, defineFpsPluginEntry, resolveFpsPluginEnvironmentScopes, } from '@fps-games/plugin-api';
|
|
2
|
+
import { createFpsPluginHost, } from '@fps-games/plugin-host';
|
|
3
|
+
import { EDITOR_AGENT_BRIDGE_SCHEMA_VERSION, } from '@fps-games/editor-protocol';
|
|
4
|
+
import { FPS_EDITOR_DIAGNOSTIC_REPORTED, createFpsEditorEventPublisher, } from './events.js';
|
|
5
|
+
import { FPS_EDITOR_LIFECYCLE_TRANSITION_TYPES, assertFpsEditorLifecycleScopeTopology, } from './lifecycle.js';
|
|
6
|
+
const contributionRegistrars = new WeakMap();
|
|
7
|
+
const trustedContributionContexts = new WeakMap();
|
|
8
|
+
const CONTRIBUTION_KINDS = new Set([
|
|
9
|
+
'hierarchy', 'inspector', 'panel', 'command', 'capability', 'lifecycle-participant',
|
|
10
|
+
]);
|
|
11
|
+
export const FPS_EDITOR_CONTRIBUTIONS = defineFpsServiceToken('fps.editor.contributions');
|
|
12
|
+
const lifecycleScopeHostFactories = new WeakMap();
|
|
13
|
+
function createEditorPluginCleanupError(message, errors) {
|
|
14
|
+
const details = errors.map(error => error instanceof Error ? error.message : String(error)).join('; ');
|
|
15
|
+
const combined = new Error(`${message}: ${details}`);
|
|
16
|
+
combined.errors = [...errors];
|
|
17
|
+
return combined;
|
|
18
|
+
}
|
|
19
|
+
export function getFpsEditorPluginLifecycleScopeHost(host) {
|
|
20
|
+
const createScopeHost = lifecycleScopeHostFactories.get(host);
|
|
21
|
+
if (!createScopeHost)
|
|
22
|
+
throw new Error('Editor Plugin lifecycle scope host is unavailable.');
|
|
23
|
+
return createScopeHost();
|
|
24
|
+
}
|
|
25
|
+
const editorCommandDispatchers = new WeakMap();
|
|
26
|
+
export function registerFpsEditorCommand(context, registration, handler) {
|
|
27
|
+
const trusted = requireTrustedContributionContext(context);
|
|
28
|
+
assertApplicationContributionScope(context);
|
|
29
|
+
const snapshot = snapshotEditorCommandRegistration(registration);
|
|
30
|
+
const unregisterHandler = context.commands.register(snapshot.command, handler);
|
|
31
|
+
trusted.addDisposer(unregisterHandler);
|
|
32
|
+
try {
|
|
33
|
+
const contribution = Object.freeze({
|
|
34
|
+
type: 'editor.command',
|
|
35
|
+
registration: snapshot,
|
|
36
|
+
});
|
|
37
|
+
editorCommandDispatchers.set(contribution, context.commands);
|
|
38
|
+
registerFpsEditorContribution(context, {
|
|
39
|
+
id: snapshot.command.id,
|
|
40
|
+
kind: 'command',
|
|
41
|
+
value: contribution,
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
catch (error) {
|
|
45
|
+
unregisterHandler();
|
|
46
|
+
throw error;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
export function registerFpsEditorLifecycleParticipant(context, participant) {
|
|
50
|
+
const snapshot = snapshotEditorLifecycleParticipant(participant);
|
|
51
|
+
return registerFpsEditorContribution(context, {
|
|
52
|
+
id: snapshot.id,
|
|
53
|
+
kind: 'lifecycle-participant',
|
|
54
|
+
value: snapshot,
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
export function resolveFpsEditorLifecycleParticipants(registry) {
|
|
58
|
+
return registry.list('lifecycle-participant').map(contribution => {
|
|
59
|
+
const participant = snapshotEditorLifecycleParticipant(contribution.value);
|
|
60
|
+
if (participant.id !== contribution.id) {
|
|
61
|
+
throw new Error(`Editor lifecycle participant contribution id mismatch: ${contribution.id} != ${participant.id}`);
|
|
62
|
+
}
|
|
63
|
+
return participant;
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
export function createFpsEditorContributionRegistry() {
|
|
67
|
+
const entries = new Map();
|
|
68
|
+
const registry = {
|
|
69
|
+
get: id => entries.get(id),
|
|
70
|
+
list: kind => {
|
|
71
|
+
if (kind !== undefined)
|
|
72
|
+
assertContributionKind(kind);
|
|
73
|
+
return [...entries.values()]
|
|
74
|
+
.filter(entry => kind === undefined || entry.kind === kind)
|
|
75
|
+
.sort(compareContributions);
|
|
76
|
+
},
|
|
77
|
+
};
|
|
78
|
+
contributionRegistrars.set(registry, (pluginId, contribution) => {
|
|
79
|
+
const id = assertContributionId(contribution.id);
|
|
80
|
+
const kind = assertContributionKind(contribution.kind);
|
|
81
|
+
if (entries.has(id))
|
|
82
|
+
throw new Error(`Duplicate editor contribution id: ${id}`);
|
|
83
|
+
const entry = Object.freeze({
|
|
84
|
+
...contribution,
|
|
85
|
+
id,
|
|
86
|
+
kind,
|
|
87
|
+
pluginId,
|
|
88
|
+
priority: normalizePriority(contribution.priority),
|
|
89
|
+
});
|
|
90
|
+
entries.set(id, entry);
|
|
91
|
+
let active = true;
|
|
92
|
+
return () => {
|
|
93
|
+
if (!active)
|
|
94
|
+
return;
|
|
95
|
+
active = false;
|
|
96
|
+
if (entries.get(id) === entry)
|
|
97
|
+
entries.delete(id);
|
|
98
|
+
};
|
|
99
|
+
});
|
|
100
|
+
return registry;
|
|
101
|
+
}
|
|
102
|
+
export function registerFpsEditorContribution(context, contribution) {
|
|
103
|
+
const trusted = requireTrustedContributionContext(context);
|
|
104
|
+
assertApplicationContributionScope(context);
|
|
105
|
+
const declaredRegistry = context.services.get(FPS_EDITOR_CONTRIBUTIONS);
|
|
106
|
+
if (declaredRegistry !== trusted.registry) {
|
|
107
|
+
throw new Error('Editor contribution service does not belong to this Plugin Host.');
|
|
108
|
+
}
|
|
109
|
+
const register = contributionRegistrars.get(trusted.registry);
|
|
110
|
+
if (!register)
|
|
111
|
+
throw new Error('Editor contribution registry is not owned by this host.');
|
|
112
|
+
if (contribution.kind === 'lifecycle-participant') {
|
|
113
|
+
snapshotEditorLifecycleParticipant(contribution.value);
|
|
114
|
+
}
|
|
115
|
+
const unregister = register(trusted.pluginId, contribution);
|
|
116
|
+
trusted.addDisposer(unregister);
|
|
117
|
+
let active = true;
|
|
118
|
+
return () => {
|
|
119
|
+
if (!active || !trusted.registrationOpen)
|
|
120
|
+
return;
|
|
121
|
+
active = false;
|
|
122
|
+
return unregister();
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
export function createFpsEditorPluginHost(options) {
|
|
126
|
+
const contributions = createFpsEditorContributionRegistry();
|
|
127
|
+
const consumers = new Map();
|
|
128
|
+
let nextConsumerId = 1;
|
|
129
|
+
let lifecycleTransitioning = false;
|
|
130
|
+
let activeLifecycleScopeTransitions = 0;
|
|
131
|
+
let lifecycleCleanupFailed = false;
|
|
132
|
+
let cleanupRetryKind = null;
|
|
133
|
+
const lifecycleScopes = new Map();
|
|
134
|
+
const failedLifecycleScopeIds = new Set();
|
|
135
|
+
const editorDiagnostics = [];
|
|
136
|
+
let eventPublisher;
|
|
137
|
+
const reportEditorDiagnostic = (diagnostic, publishEvent, context = { scope: 'application', scopeId: 'editor:application' }) => {
|
|
138
|
+
editorDiagnostics.push(Object.freeze({
|
|
139
|
+
code: diagnostic.code,
|
|
140
|
+
message: diagnostic.message,
|
|
141
|
+
severity: diagnostic.severity,
|
|
142
|
+
...(diagnostic.pluginId ? { pluginId: diagnostic.pluginId } : {}),
|
|
143
|
+
}));
|
|
144
|
+
if (editorDiagnostics.length > 200)
|
|
145
|
+
editorDiagnostics.shift();
|
|
146
|
+
try {
|
|
147
|
+
options.report?.(diagnostic);
|
|
148
|
+
}
|
|
149
|
+
catch { /* Diagnostic observers cannot affect Plugin or Editor lifecycle state. */ }
|
|
150
|
+
if (!publishEvent || !eventPublisher
|
|
151
|
+
|| diagnostic.details?.eventId === FPS_EDITOR_DIAGNOSTIC_REPORTED.id)
|
|
152
|
+
return;
|
|
153
|
+
void eventPublisher.publish(FPS_EDITOR_DIAGNOSTIC_REPORTED, Object.freeze({
|
|
154
|
+
diagnostic: Object.freeze({
|
|
155
|
+
code: diagnostic.code,
|
|
156
|
+
message: diagnostic.message,
|
|
157
|
+
severity: diagnostic.severity,
|
|
158
|
+
...(diagnostic.pluginId ? { pluginId: diagnostic.pluginId } : {}),
|
|
159
|
+
}),
|
|
160
|
+
}), {
|
|
161
|
+
...context,
|
|
162
|
+
...(context.sourcePluginId || !diagnostic.pluginId ? {} : { sourcePluginId: diagnostic.pluginId }),
|
|
163
|
+
});
|
|
164
|
+
};
|
|
165
|
+
const hasLifecycleCleanupFailure = () => (lifecycleCleanupFailed || failedLifecycleScopeIds.size > 0);
|
|
166
|
+
const applicationManifests = options.manifests.filter(manifest => (resolveFpsPluginEnvironmentScopes(manifest, 'editor').includes('application')));
|
|
167
|
+
const host = createFpsPluginHost({
|
|
168
|
+
environment: 'editor',
|
|
169
|
+
apiVersion: 1,
|
|
170
|
+
scope: 'application',
|
|
171
|
+
manifests: applicationManifests,
|
|
172
|
+
initialServices: [
|
|
173
|
+
{ token: FPS_EDITOR_CONTRIBUTIONS, value: contributions },
|
|
174
|
+
...(options.initialServices ?? []),
|
|
175
|
+
],
|
|
176
|
+
pluginConfigs: options.pluginConfigs,
|
|
177
|
+
loadEntry: async (manifest, environment) => {
|
|
178
|
+
const entry = await options.loadEntry(manifest, environment);
|
|
179
|
+
return entry ? bindEditorPluginEntry(defineFpsPluginEntry(entry), contributions) : null;
|
|
180
|
+
},
|
|
181
|
+
report: diagnostic => reportEditorDiagnostic(diagnostic, true),
|
|
182
|
+
});
|
|
183
|
+
eventPublisher = createFpsEditorEventPublisher({
|
|
184
|
+
events: host.events,
|
|
185
|
+
captureRoute(context) {
|
|
186
|
+
const route = [];
|
|
187
|
+
let record = lifecycleScopes.get(context.scopeId);
|
|
188
|
+
while (record) {
|
|
189
|
+
route.push(record);
|
|
190
|
+
record = record.input.parentId ? lifecycleScopes.get(record.input.parentId) : undefined;
|
|
191
|
+
}
|
|
192
|
+
return () => {
|
|
193
|
+
for (const candidate of route) {
|
|
194
|
+
if (lifecycleScopes.get(candidate.input.id) !== candidate
|
|
195
|
+
|| candidate.closeRequested
|
|
196
|
+
|| candidate.closing)
|
|
197
|
+
continue;
|
|
198
|
+
return candidate.host?.events ?? host.events;
|
|
199
|
+
}
|
|
200
|
+
return host.events;
|
|
201
|
+
};
|
|
202
|
+
},
|
|
203
|
+
report: diagnostic => reportEditorDiagnostic(diagnostic, false),
|
|
204
|
+
});
|
|
205
|
+
const isLifecycleTransitioning = () => (lifecycleTransitioning || activeLifecycleScopeTransitions > 0 || host.transitioning);
|
|
206
|
+
const assertStableObservation = () => {
|
|
207
|
+
if (hasLifecycleCleanupFailure()) {
|
|
208
|
+
throw new Error('Editor Plugin Host cleanup is incomplete; only cleanup retry operations are available.');
|
|
209
|
+
}
|
|
210
|
+
if (isLifecycleTransitioning()) {
|
|
211
|
+
throw new Error('Editor Plugin Host observation is unavailable during a lifecycle transition.');
|
|
212
|
+
}
|
|
213
|
+
};
|
|
214
|
+
const publicContributions = Object.freeze({
|
|
215
|
+
get(id) {
|
|
216
|
+
assertStableObservation();
|
|
217
|
+
return contributions.get(id);
|
|
218
|
+
},
|
|
219
|
+
list(kind) {
|
|
220
|
+
assertStableObservation();
|
|
221
|
+
return contributions.list(kind);
|
|
222
|
+
},
|
|
223
|
+
});
|
|
224
|
+
const runLifecycleScopeTransition = async (operation) => {
|
|
225
|
+
activeLifecycleScopeTransitions += 1;
|
|
226
|
+
try {
|
|
227
|
+
return await operation();
|
|
228
|
+
}
|
|
229
|
+
finally {
|
|
230
|
+
activeLifecycleScopeTransitions -= 1;
|
|
231
|
+
}
|
|
232
|
+
};
|
|
233
|
+
const acquireConsumer = (label = 'anonymous') => {
|
|
234
|
+
const transitioning = isLifecycleTransitioning();
|
|
235
|
+
if (host.state !== 'started' || transitioning || hasLifecycleCleanupFailure()) {
|
|
236
|
+
throw new Error(`Editor Plugin Host consumers require an idle started host, got: ${hasLifecycleCleanupFailure() ? 'cleanup-failed' : host.state}${transitioning ? ' (transitioning)' : ''}`);
|
|
237
|
+
}
|
|
238
|
+
const id = nextConsumerId++;
|
|
239
|
+
consumers.set(id, label);
|
|
240
|
+
let active = true;
|
|
241
|
+
return () => {
|
|
242
|
+
if (!active)
|
|
243
|
+
return;
|
|
244
|
+
active = false;
|
|
245
|
+
consumers.delete(id);
|
|
246
|
+
};
|
|
247
|
+
};
|
|
248
|
+
const openLifecycleScope = async (owner, input) => {
|
|
249
|
+
const existing = lifecycleScopes.get(input.id);
|
|
250
|
+
if (existing) {
|
|
251
|
+
if (existing.input.scope !== input.scope || existing.input.parentId !== input.parentId) {
|
|
252
|
+
throw new Error(`Editor Plugin lifecycle scope identity conflicts with the existing scope: ${input.id}`);
|
|
253
|
+
}
|
|
254
|
+
if (existing.owner !== owner) {
|
|
255
|
+
throw new Error(`Editor Plugin lifecycle scope is owned by another controller: ${input.id}`);
|
|
256
|
+
}
|
|
257
|
+
if (failedLifecycleScopeIds.has(input.id)) {
|
|
258
|
+
throw new Error(`Editor Plugin lifecycle scope cleanup is incomplete; close must be retried: ${input.id}`);
|
|
259
|
+
}
|
|
260
|
+
if (existing.closing)
|
|
261
|
+
throw new Error(`Editor Plugin lifecycle scope is closing: ${input.id}`);
|
|
262
|
+
return existing.ready;
|
|
263
|
+
}
|
|
264
|
+
const transitioning = lifecycleTransitioning || host.transitioning;
|
|
265
|
+
if (host.state !== 'started' || transitioning || hasLifecycleCleanupFailure()) {
|
|
266
|
+
throw new Error(`Editor Plugin lifecycle scopes require an idle started host, got: ${hasLifecycleCleanupFailure() ? 'cleanup-failed' : host.state}${transitioning ? ' (transitioning)' : ''}`);
|
|
267
|
+
}
|
|
268
|
+
assertFpsEditorLifecycleScopeTopology(input, [...lifecycleScopes.values()].map(record => ({
|
|
269
|
+
id: record.input.id,
|
|
270
|
+
scope: record.input.scope,
|
|
271
|
+
state: record.closing ? 'failed' : 'open',
|
|
272
|
+
})));
|
|
273
|
+
if (input.scope === 'application') {
|
|
274
|
+
lifecycleScopes.set(input.id, {
|
|
275
|
+
input: Object.freeze({ ...input }),
|
|
276
|
+
owner,
|
|
277
|
+
host: null,
|
|
278
|
+
ready: Promise.resolve(),
|
|
279
|
+
closing: null,
|
|
280
|
+
closeRequested: false,
|
|
281
|
+
releaseTeardownReservation: null,
|
|
282
|
+
});
|
|
283
|
+
return;
|
|
284
|
+
}
|
|
285
|
+
const parent = lifecycleScopes.get(input.parentId);
|
|
286
|
+
if (!parent || parent.closing) {
|
|
287
|
+
throw new Error(`Editor Plugin lifecycle parent scope is not open: ${input.parentId}`);
|
|
288
|
+
}
|
|
289
|
+
if (parent.owner !== owner) {
|
|
290
|
+
throw new Error(`Editor Plugin lifecycle parent scope is owned by another controller: ${input.parentId}`);
|
|
291
|
+
}
|
|
292
|
+
const childScope = input.scope;
|
|
293
|
+
const scopedManifests = options.manifests.filter(manifest => (resolveFpsPluginEnvironmentScopes(manifest, 'editor').includes(childScope)));
|
|
294
|
+
const record = {
|
|
295
|
+
input: Object.freeze({ ...input }),
|
|
296
|
+
owner,
|
|
297
|
+
host: null,
|
|
298
|
+
ready: Promise.resolve(),
|
|
299
|
+
closing: null,
|
|
300
|
+
closeRequested: false,
|
|
301
|
+
releaseTeardownReservation: null,
|
|
302
|
+
};
|
|
303
|
+
lifecycleScopes.set(input.id, record);
|
|
304
|
+
record.ready = parent.ready.then(async () => {
|
|
305
|
+
const child = (parent.host ?? host).createScope({ scope: childScope, manifests: scopedManifests });
|
|
306
|
+
record.host = child;
|
|
307
|
+
if (record.closeRequested) {
|
|
308
|
+
record.releaseTeardownReservation = child.reserveTeardown();
|
|
309
|
+
return;
|
|
310
|
+
}
|
|
311
|
+
await child.start();
|
|
312
|
+
}).catch(async (error) => {
|
|
313
|
+
let cleanupError;
|
|
314
|
+
try {
|
|
315
|
+
await record.host?.dispose();
|
|
316
|
+
}
|
|
317
|
+
catch (caught) {
|
|
318
|
+
cleanupError = caught;
|
|
319
|
+
}
|
|
320
|
+
if (!record.host || record.host.state === 'disposed') {
|
|
321
|
+
if (lifecycleScopes.get(input.id) === record)
|
|
322
|
+
lifecycleScopes.delete(input.id);
|
|
323
|
+
}
|
|
324
|
+
if (cleanupError) {
|
|
325
|
+
failedLifecycleScopeIds.add(input.id);
|
|
326
|
+
cleanupRetryKind = 'dispose';
|
|
327
|
+
const combined = new Error('Editor Plugin lifecycle scope start and cleanup failed.');
|
|
328
|
+
combined.errors = [error, cleanupError];
|
|
329
|
+
throw combined;
|
|
330
|
+
}
|
|
331
|
+
throw error;
|
|
332
|
+
});
|
|
333
|
+
await record.ready;
|
|
334
|
+
};
|
|
335
|
+
const reserveLifecycleScopeClose = (scopeId, owner) => {
|
|
336
|
+
const record = lifecycleScopes.get(scopeId);
|
|
337
|
+
if (!record)
|
|
338
|
+
return null;
|
|
339
|
+
if (owner && record.owner !== owner) {
|
|
340
|
+
throw new Error(`Editor Plugin lifecycle scope is owned by another controller: ${scopeId}`);
|
|
341
|
+
}
|
|
342
|
+
record.closeRequested = true;
|
|
343
|
+
record.releaseTeardownReservation ?? (record.releaseTeardownReservation = record.input.scope === 'application'
|
|
344
|
+
? host.reserveTeardown()
|
|
345
|
+
: record.host?.reserveTeardown() ?? null);
|
|
346
|
+
try {
|
|
347
|
+
record.releaseTeardownReservation?.assertReady();
|
|
348
|
+
}
|
|
349
|
+
catch (error) {
|
|
350
|
+
failedLifecycleScopeIds.add(scopeId);
|
|
351
|
+
cleanupRetryKind = 'dispose';
|
|
352
|
+
throw error;
|
|
353
|
+
}
|
|
354
|
+
return record;
|
|
355
|
+
};
|
|
356
|
+
const closeLifecycleScope = async (scopeId, owner) => {
|
|
357
|
+
const record = reserveLifecycleScopeClose(scopeId, owner);
|
|
358
|
+
if (!record)
|
|
359
|
+
return;
|
|
360
|
+
if (record.closing)
|
|
361
|
+
return record.closing;
|
|
362
|
+
record.closing = (async () => {
|
|
363
|
+
try {
|
|
364
|
+
try {
|
|
365
|
+
await record.ready;
|
|
366
|
+
}
|
|
367
|
+
catch { /* The open caller already received the start failure. */ }
|
|
368
|
+
const children = [...lifecycleScopes.values()]
|
|
369
|
+
.filter(candidate => candidate.input.parentId === scopeId)
|
|
370
|
+
.reverse();
|
|
371
|
+
const childErrors = [];
|
|
372
|
+
for (const child of children) {
|
|
373
|
+
try {
|
|
374
|
+
await closeLifecycleScope(child.input.id, owner);
|
|
375
|
+
}
|
|
376
|
+
catch (error) {
|
|
377
|
+
childErrors.push(error);
|
|
378
|
+
break;
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
if (childErrors.length > 0) {
|
|
382
|
+
throw createEditorPluginCleanupError(`Editor Plugin lifecycle child scope cleanup failed: ${scopeId}`, childErrors);
|
|
383
|
+
}
|
|
384
|
+
if (record.host?.state !== 'disposed')
|
|
385
|
+
await record.host?.dispose();
|
|
386
|
+
failedLifecycleScopeIds.delete(scopeId);
|
|
387
|
+
lifecycleScopes.delete(scopeId);
|
|
388
|
+
}
|
|
389
|
+
catch (error) {
|
|
390
|
+
const scopeCleanupFailed = record.host?.state === 'cleanup-failed'
|
|
391
|
+
|| [...lifecycleScopes.values()].some(candidate => (candidate.input.parentId === scopeId && failedLifecycleScopeIds.has(candidate.input.id)));
|
|
392
|
+
if (scopeCleanupFailed) {
|
|
393
|
+
failedLifecycleScopeIds.add(scopeId);
|
|
394
|
+
cleanupRetryKind ?? (cleanupRetryKind = 'dispose');
|
|
395
|
+
}
|
|
396
|
+
throw error;
|
|
397
|
+
}
|
|
398
|
+
finally {
|
|
399
|
+
if (lifecycleScopes.get(scopeId) === record) {
|
|
400
|
+
record.closing = null;
|
|
401
|
+
}
|
|
402
|
+
else {
|
|
403
|
+
record.releaseTeardownReservation?.();
|
|
404
|
+
record.releaseTeardownReservation = null;
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
})();
|
|
408
|
+
return record.closing;
|
|
409
|
+
};
|
|
410
|
+
const closeLifecycleScopeRoots = async () => {
|
|
411
|
+
const roots = [...lifecycleScopes.values()]
|
|
412
|
+
.filter(record => !record.input.parentId)
|
|
413
|
+
.reverse();
|
|
414
|
+
const errors = [];
|
|
415
|
+
for (const root of roots) {
|
|
416
|
+
try {
|
|
417
|
+
await closeLifecycleScope(root.input.id);
|
|
418
|
+
}
|
|
419
|
+
catch (error) {
|
|
420
|
+
errors.push(error);
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
if (errors.length > 0) {
|
|
424
|
+
throw createEditorPluginCleanupError('Editor Plugin lifecycle root scope cleanup failed', errors);
|
|
425
|
+
}
|
|
426
|
+
};
|
|
427
|
+
const editorHost = {
|
|
428
|
+
get state() { return hasLifecycleCleanupFailure() ? 'cleanup-failed' : host.state; },
|
|
429
|
+
get transitioning() { return isLifecycleTransitioning(); },
|
|
430
|
+
contributions: publicContributions,
|
|
431
|
+
eventPublisher,
|
|
432
|
+
reportDiagnostic(diagnostic, context = { scope: 'application', scopeId: 'editor:application' }) {
|
|
433
|
+
reportEditorDiagnostic(diagnostic, true, context);
|
|
434
|
+
},
|
|
435
|
+
inspect: () => {
|
|
436
|
+
const inspection = host.inspect();
|
|
437
|
+
return Object.freeze({
|
|
438
|
+
...inspection,
|
|
439
|
+
...(hasLifecycleCleanupFailure() ? { state: 'cleanup-failed' } : {}),
|
|
440
|
+
transitioning: isLifecycleTransitioning(),
|
|
441
|
+
diagnostics: Object.freeze([...editorDiagnostics]),
|
|
442
|
+
});
|
|
443
|
+
},
|
|
444
|
+
acquireConsumer,
|
|
445
|
+
listCommands: () => {
|
|
446
|
+
assertStableObservation();
|
|
447
|
+
return resolveEditorCommandRegistrations(contributions);
|
|
448
|
+
},
|
|
449
|
+
executeCommand(command, input) {
|
|
450
|
+
const transitioning = isLifecycleTransitioning();
|
|
451
|
+
if (host.state !== 'started' || transitioning || hasLifecycleCleanupFailure()) {
|
|
452
|
+
throw new Error(`Editor Plugin Host commands require an idle started host, got: ${hasLifecycleCleanupFailure() ? 'cleanup-failed' : host.state}${transitioning ? ' (transitioning)' : ''}`);
|
|
453
|
+
}
|
|
454
|
+
const contribution = resolveEditorCommandContribution(contributions, command.id);
|
|
455
|
+
if (!contribution)
|
|
456
|
+
throw new Error(`Editor command is not contributed by this host: ${command.id}`);
|
|
457
|
+
const dispatcher = editorCommandDispatchers.get(contribution);
|
|
458
|
+
if (!dispatcher)
|
|
459
|
+
throw new Error(`Editor command dispatcher is unavailable: ${command.id}`);
|
|
460
|
+
const release = acquireConsumer(`command:${command.id}`);
|
|
461
|
+
return dispatcher.execute(command, input).finally(() => {
|
|
462
|
+
release();
|
|
463
|
+
});
|
|
464
|
+
},
|
|
465
|
+
start: () => host.start(),
|
|
466
|
+
stop: () => {
|
|
467
|
+
assertNoEditorPluginHostConsumers(consumers, 'stop');
|
|
468
|
+
if (lifecycleTransitioning)
|
|
469
|
+
throw new Error('Editor Plugin Host lifecycle is already transitioning.');
|
|
470
|
+
if (hasLifecycleCleanupFailure() && cleanupRetryKind === 'dispose') {
|
|
471
|
+
throw new Error('Editor Plugin Host disposal cleanup is incomplete; dispose or the owning scope close must be retried.');
|
|
472
|
+
}
|
|
473
|
+
lifecycleTransitioning = true;
|
|
474
|
+
cleanupRetryKind = 'stop';
|
|
475
|
+
return (async () => {
|
|
476
|
+
try {
|
|
477
|
+
await closeLifecycleScopeRoots();
|
|
478
|
+
await host.stop();
|
|
479
|
+
lifecycleCleanupFailed = false;
|
|
480
|
+
cleanupRetryKind = null;
|
|
481
|
+
}
|
|
482
|
+
catch (error) {
|
|
483
|
+
lifecycleCleanupFailed = true;
|
|
484
|
+
throw error;
|
|
485
|
+
}
|
|
486
|
+
finally {
|
|
487
|
+
lifecycleTransitioning = false;
|
|
488
|
+
}
|
|
489
|
+
})();
|
|
490
|
+
},
|
|
491
|
+
dispose: () => {
|
|
492
|
+
assertNoEditorPluginHostConsumers(consumers, 'dispose');
|
|
493
|
+
if (lifecycleTransitioning)
|
|
494
|
+
throw new Error('Editor Plugin Host lifecycle is already transitioning.');
|
|
495
|
+
lifecycleTransitioning = true;
|
|
496
|
+
cleanupRetryKind = 'dispose';
|
|
497
|
+
return (async () => {
|
|
498
|
+
try {
|
|
499
|
+
await closeLifecycleScopeRoots();
|
|
500
|
+
await host.dispose();
|
|
501
|
+
lifecycleCleanupFailed = false;
|
|
502
|
+
cleanupRetryKind = null;
|
|
503
|
+
}
|
|
504
|
+
catch (error) {
|
|
505
|
+
lifecycleCleanupFailed = true;
|
|
506
|
+
throw error;
|
|
507
|
+
}
|
|
508
|
+
finally {
|
|
509
|
+
lifecycleTransitioning = false;
|
|
510
|
+
}
|
|
511
|
+
})();
|
|
512
|
+
},
|
|
513
|
+
};
|
|
514
|
+
lifecycleScopeHostFactories.set(editorHost, () => {
|
|
515
|
+
const owner = Object.freeze({});
|
|
516
|
+
const scopeHost = {
|
|
517
|
+
openScope: input => runLifecycleScopeTransition(() => openLifecycleScope(owner, input)),
|
|
518
|
+
reserveScopeClose: scopeId => { reserveLifecycleScopeClose(scopeId, owner); },
|
|
519
|
+
closeScope: scopeId => runLifecycleScopeTransition(async () => {
|
|
520
|
+
await closeLifecycleScope(scopeId, owner);
|
|
521
|
+
if (!hasLifecycleCleanupFailure() && !lifecycleTransitioning)
|
|
522
|
+
cleanupRetryKind = null;
|
|
523
|
+
}),
|
|
524
|
+
};
|
|
525
|
+
return Object.freeze(scopeHost);
|
|
526
|
+
});
|
|
527
|
+
return editorHost;
|
|
528
|
+
}
|
|
529
|
+
export function createFpsEditorPluginHostFromEnvironmentModule(options) {
|
|
530
|
+
if (options.module.environment !== 'editor') {
|
|
531
|
+
throw new Error(`Editor Plugin Host requires an editor environment module, got: ${options.module.environment}`);
|
|
532
|
+
}
|
|
533
|
+
const entries = new Map();
|
|
534
|
+
for (const entry of options.module.entries) {
|
|
535
|
+
if (entries.has(entry.pluginId))
|
|
536
|
+
throw new Error(`Duplicate Editor Plugin module entry: ${entry.pluginId}`);
|
|
537
|
+
entries.set(entry.pluginId, entry);
|
|
538
|
+
}
|
|
539
|
+
return createFpsEditorPluginHost({
|
|
540
|
+
manifests: options.module.manifests,
|
|
541
|
+
pluginConfigs: options.module.pluginConfigs,
|
|
542
|
+
initialServices: options.initialServices,
|
|
543
|
+
report: options.report,
|
|
544
|
+
async loadEntry(manifest) {
|
|
545
|
+
const entry = entries.get(manifest.id);
|
|
546
|
+
if (!entry)
|
|
547
|
+
throw new Error(`Editor Plugin module entry is missing: ${manifest.id}`);
|
|
548
|
+
return entry.load();
|
|
549
|
+
},
|
|
550
|
+
});
|
|
551
|
+
}
|
|
552
|
+
function requireTrustedContributionContext(context) {
|
|
553
|
+
const trusted = trustedContributionContexts.get(context);
|
|
554
|
+
if (!trusted)
|
|
555
|
+
throw new Error('Editor contribution registration requires a host-authenticated Plugin context.');
|
|
556
|
+
if (!trusted.registrationOpen) {
|
|
557
|
+
throw new Error('Editor contributions may only be registered during the Plugin register lifecycle.');
|
|
558
|
+
}
|
|
559
|
+
return trusted;
|
|
560
|
+
}
|
|
561
|
+
function assertApplicationContributionScope(context) {
|
|
562
|
+
if (context.scope !== 'application') {
|
|
563
|
+
throw new Error(`Editor contributions are application-scope extension definitions; ${context.scope} scopes may own resources but cannot register global contributions.`);
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
function resolveEditorCommandRegistrations(registry) {
|
|
567
|
+
return registry.list('command').map(contribution => {
|
|
568
|
+
const value = contribution.value;
|
|
569
|
+
if (!isEditorCommandContribution(value) || value.registration.command.id !== contribution.id) {
|
|
570
|
+
throw new Error(`Invalid Editor command contribution: ${contribution.id}`);
|
|
571
|
+
}
|
|
572
|
+
return value.registration;
|
|
573
|
+
});
|
|
574
|
+
}
|
|
575
|
+
function resolveEditorCommandContribution(registry, commandId) {
|
|
576
|
+
const contribution = registry.get(commandId);
|
|
577
|
+
if (!contribution || contribution.kind !== 'command')
|
|
578
|
+
return null;
|
|
579
|
+
const value = contribution.value;
|
|
580
|
+
if (!isEditorCommandContribution(value) || value.registration.command.id !== commandId) {
|
|
581
|
+
throw new Error(`Invalid Editor command contribution: ${commandId}`);
|
|
582
|
+
}
|
|
583
|
+
return value;
|
|
584
|
+
}
|
|
585
|
+
function isEditorCommandContribution(value) {
|
|
586
|
+
if (!value || typeof value !== 'object' || Array.isArray(value))
|
|
587
|
+
return false;
|
|
588
|
+
const contribution = value;
|
|
589
|
+
return contribution.type === 'editor.command'
|
|
590
|
+
&& !!contribution.registration
|
|
591
|
+
&& contribution.registration.command?.kind === 'command';
|
|
592
|
+
}
|
|
593
|
+
function snapshotEditorCommandRegistration(registration) {
|
|
594
|
+
if (registration.command?.kind !== 'command')
|
|
595
|
+
throw new Error('Editor command registration requires a command token.');
|
|
596
|
+
const title = registration.title?.trim();
|
|
597
|
+
if (!title)
|
|
598
|
+
throw new Error(`Editor command title is required: ${registration.command.id}`);
|
|
599
|
+
const description = registration.description?.trim();
|
|
600
|
+
const agent = registration.agent
|
|
601
|
+
? snapshotEditorAgentCapability(registration.command.id, registration.agent)
|
|
602
|
+
: undefined;
|
|
603
|
+
return Object.freeze({
|
|
604
|
+
command: registration.command,
|
|
605
|
+
title,
|
|
606
|
+
...(description ? { description } : {}),
|
|
607
|
+
...(agent ? { agent } : {}),
|
|
608
|
+
});
|
|
609
|
+
}
|
|
610
|
+
function snapshotEditorLifecycleParticipant(value) {
|
|
611
|
+
if (!value || typeof value !== 'object' || Array.isArray(value)) {
|
|
612
|
+
throw new Error('Editor lifecycle participant must be an object.');
|
|
613
|
+
}
|
|
614
|
+
const participant = value;
|
|
615
|
+
const id = assertContributionId(participant.id ?? '');
|
|
616
|
+
if (!Array.isArray(participant.transitions) || participant.transitions.length === 0) {
|
|
617
|
+
throw new Error(`Editor lifecycle participant transitions are required: ${id}`);
|
|
618
|
+
}
|
|
619
|
+
const allowed = new Set(FPS_EDITOR_LIFECYCLE_TRANSITION_TYPES);
|
|
620
|
+
const transitions = participant.transitions.map(transition => {
|
|
621
|
+
if (typeof transition !== 'string' || !allowed.has(transition)) {
|
|
622
|
+
throw new Error(`Editor lifecycle participant transition is invalid: ${id} -> ${String(transition)}`);
|
|
623
|
+
}
|
|
624
|
+
return transition;
|
|
625
|
+
});
|
|
626
|
+
for (const method of ['prepare', 'settled', 'failed']) {
|
|
627
|
+
if (participant[method] !== undefined && typeof participant[method] !== 'function') {
|
|
628
|
+
throw new Error(`Editor lifecycle participant ${method} must be a function: ${id}`);
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
return Object.freeze({
|
|
632
|
+
id,
|
|
633
|
+
transitions: Object.freeze([...new Set(transitions)]),
|
|
634
|
+
...(participant.prepare ? { prepare: participant.prepare } : {}),
|
|
635
|
+
...(participant.settled ? { settled: participant.settled } : {}),
|
|
636
|
+
...(participant.failed ? { failed: participant.failed } : {}),
|
|
637
|
+
});
|
|
638
|
+
}
|
|
639
|
+
function snapshotEditorAgentCapability(commandId, manifest) {
|
|
640
|
+
if (manifest.schemaVersion !== EDITOR_AGENT_BRIDGE_SCHEMA_VERSION) {
|
|
641
|
+
throw new Error(`Editor command Agent capability schema mismatch: ${commandId}`);
|
|
642
|
+
}
|
|
643
|
+
if (manifest.id !== commandId) {
|
|
644
|
+
throw new Error(`Editor command and Agent capability ids must match: ${commandId} != ${manifest.id}`);
|
|
645
|
+
}
|
|
646
|
+
if (!manifest.title?.trim())
|
|
647
|
+
throw new Error(`Editor command Agent capability title is required: ${commandId}`);
|
|
648
|
+
if (manifest.access !== 'read' && manifest.access !== 'write') {
|
|
649
|
+
throw new Error(`Editor command Agent capability access is invalid: ${commandId}`);
|
|
650
|
+
}
|
|
651
|
+
return Object.freeze({
|
|
652
|
+
...manifest,
|
|
653
|
+
title: manifest.title.trim(),
|
|
654
|
+
...(manifest.description?.trim() ? { description: manifest.description.trim() } : {}),
|
|
655
|
+
...(manifest.inputSchema ? { inputSchema: cloneEditorJsonObject(manifest.inputSchema) } : {}),
|
|
656
|
+
...(manifest.outputSchema ? { outputSchema: cloneEditorJsonObject(manifest.outputSchema) } : {}),
|
|
657
|
+
});
|
|
658
|
+
}
|
|
659
|
+
function cloneEditorJsonObject(value) {
|
|
660
|
+
return cloneEditorJsonValue(value, '$');
|
|
661
|
+
}
|
|
662
|
+
function cloneEditorJsonValue(value, path) {
|
|
663
|
+
if (value === null || typeof value === 'string' || typeof value === 'boolean')
|
|
664
|
+
return value;
|
|
665
|
+
if (typeof value === 'number' && Number.isFinite(value))
|
|
666
|
+
return value;
|
|
667
|
+
if (Array.isArray(value)) {
|
|
668
|
+
return Object.freeze(value.map((entry, index) => cloneEditorJsonValue(entry, `${path}[${index}]`)));
|
|
669
|
+
}
|
|
670
|
+
if (!value || typeof value !== 'object')
|
|
671
|
+
throw new Error(`Editor Agent schema contains invalid value at ${path}`);
|
|
672
|
+
const prototype = Object.getPrototypeOf(value);
|
|
673
|
+
if (prototype !== Object.prototype && prototype !== null) {
|
|
674
|
+
throw new Error(`Editor Agent schema must contain plain objects at ${path}`);
|
|
675
|
+
}
|
|
676
|
+
const result = {};
|
|
677
|
+
for (const key of Object.keys(value)) {
|
|
678
|
+
result[key] = cloneEditorJsonValue(value[key], `${path}.${key}`);
|
|
679
|
+
}
|
|
680
|
+
return Object.freeze(result);
|
|
681
|
+
}
|
|
682
|
+
function assertNoEditorPluginHostConsumers(consumers, operation) {
|
|
683
|
+
if (consumers.size === 0)
|
|
684
|
+
return;
|
|
685
|
+
throw new Error(`Cannot ${operation} Editor Plugin Host with active consumers: ${[...consumers.values()].join(', ')}`);
|
|
686
|
+
}
|
|
687
|
+
function bindEditorPluginEntry(entry, registry) {
|
|
688
|
+
return {
|
|
689
|
+
pluginId: entry.pluginId,
|
|
690
|
+
environment: entry.environment,
|
|
691
|
+
async register(context) {
|
|
692
|
+
const trusted = {
|
|
693
|
+
registry,
|
|
694
|
+
pluginId: context.pluginId,
|
|
695
|
+
registrationOpen: true,
|
|
696
|
+
addDisposer: context.add.bind(context),
|
|
697
|
+
};
|
|
698
|
+
trustedContributionContexts.set(context, trusted);
|
|
699
|
+
try {
|
|
700
|
+
return await entry.register(context);
|
|
701
|
+
}
|
|
702
|
+
finally {
|
|
703
|
+
trusted.registrationOpen = false;
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
...(entry.start ? { start: (context) => entry.start(context) } : {}),
|
|
707
|
+
...(entry.stop ? { stop: (context) => entry.stop(context) } : {}),
|
|
708
|
+
dispose: async (context) => {
|
|
709
|
+
try {
|
|
710
|
+
await entry.dispose?.(context);
|
|
711
|
+
}
|
|
712
|
+
finally {
|
|
713
|
+
trustedContributionContexts.delete(context);
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
};
|
|
717
|
+
}
|
|
718
|
+
function assertContributionId(id) {
|
|
719
|
+
const normalized = id.trim();
|
|
720
|
+
if (!/^[a-z0-9]+(?:[._-][a-z0-9]+)+$/.test(normalized)) {
|
|
721
|
+
throw new Error(`Editor contribution id must be namespaced lowercase, got: ${id}`);
|
|
722
|
+
}
|
|
723
|
+
return normalized;
|
|
724
|
+
}
|
|
725
|
+
function normalizePriority(priority) {
|
|
726
|
+
if (priority === undefined)
|
|
727
|
+
return 0;
|
|
728
|
+
if (!Number.isFinite(priority))
|
|
729
|
+
throw new Error('Editor contribution priority must be finite.');
|
|
730
|
+
return priority;
|
|
731
|
+
}
|
|
732
|
+
function assertContributionKind(value) {
|
|
733
|
+
if (typeof value !== 'string' || !CONTRIBUTION_KINDS.has(value)) {
|
|
734
|
+
throw new Error(`Unknown editor contribution kind: ${String(value)}`);
|
|
735
|
+
}
|
|
736
|
+
return value;
|
|
737
|
+
}
|
|
738
|
+
function compareContributions(left, right) {
|
|
739
|
+
const priority = (right.priority ?? 0) - (left.priority ?? 0);
|
|
740
|
+
if (priority !== 0)
|
|
741
|
+
return priority;
|
|
742
|
+
return left.id < right.id ? -1 : left.id > right.id ? 1 : 0;
|
|
743
|
+
}
|
|
744
|
+
//# sourceMappingURL=editor-plugin-host.js.map
|