@walkeros/explorer 0.3.1 → 1.0.0
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/AGENT.md +406 -0
- package/STYLE.md +993 -0
- package/dist/__mocks__/@monaco-editor/react.d.ts +3 -0
- package/dist/__mocks__/@monaco-editor/react.d.ts.map +1 -0
- package/dist/__mocks__/@monaco-editor/react.js +4 -0
- package/dist/__mocks__/@monaco-editor/react.js.map +1 -0
- package/dist/chunk-VWWAIDNX.mjs +2939 -0
- package/dist/chunk-VWWAIDNX.mjs.map +1 -0
- package/dist/components/atoms/base-mapping-pane.d.ts +85 -0
- package/dist/components/atoms/base-mapping-pane.d.ts.map +1 -0
- package/dist/components/atoms/base-mapping-pane.js +53 -0
- package/dist/components/atoms/base-mapping-pane.js.map +1 -0
- package/dist/components/atoms/box.d.ts +27 -0
- package/dist/components/atoms/box.d.ts.map +1 -0
- package/dist/components/atoms/box.js +86 -0
- package/dist/components/atoms/box.js.map +1 -0
- package/dist/components/atoms/box.stories.d.ts +34 -0
- package/dist/components/atoms/box.stories.d.ts.map +1 -0
- package/dist/components/atoms/box.stories.js +104 -0
- package/dist/components/atoms/box.stories.js.map +1 -0
- package/dist/components/atoms/button-group.d.ts +17 -0
- package/dist/components/atoms/button-group.d.ts.map +1 -0
- package/dist/components/atoms/button-group.js +12 -0
- package/dist/components/atoms/button-group.js.map +1 -0
- package/dist/components/atoms/button-group.stories.d.ts +18 -0
- package/dist/components/atoms/button-group.stories.d.ts.map +1 -0
- package/dist/components/atoms/button-group.stories.js +35 -0
- package/dist/components/atoms/button-group.stories.js.map +1 -0
- package/dist/components/atoms/button-link.d.ts +12 -0
- package/dist/components/atoms/button-link.d.ts.map +1 -0
- package/dist/components/atoms/button-link.js +10 -0
- package/dist/components/atoms/button-link.js.map +1 -0
- package/dist/components/atoms/button-link.stories.d.ts +13 -0
- package/dist/components/atoms/button-link.stories.d.ts.map +1 -0
- package/dist/components/atoms/button-link.stories.js +64 -0
- package/dist/components/atoms/button-link.stories.js.map +1 -0
- package/dist/components/atoms/button.d.ts +15 -0
- package/dist/components/atoms/button.d.ts.map +1 -0
- package/dist/components/atoms/button.js +11 -0
- package/dist/components/atoms/button.js.map +1 -0
- package/dist/components/atoms/code.d.ts +55 -0
- package/dist/components/atoms/code.d.ts.map +1 -0
- package/dist/components/atoms/code.js +251 -0
- package/dist/components/atoms/code.js.map +1 -0
- package/dist/components/atoms/code.stories.d.ts +53 -0
- package/dist/components/atoms/code.stories.d.ts.map +1 -0
- package/dist/components/atoms/code.stories.js +190 -0
- package/dist/components/atoms/code.stories.js.map +1 -0
- package/dist/components/atoms/config-tile.d.ts +38 -0
- package/dist/components/atoms/config-tile.d.ts.map +1 -0
- package/dist/components/atoms/config-tile.js +29 -0
- package/dist/components/atoms/config-tile.js.map +1 -0
- package/dist/components/atoms/consent-state-tile.d.ts +14 -0
- package/dist/components/atoms/consent-state-tile.d.ts.map +1 -0
- package/dist/components/atoms/consent-state-tile.js +5 -0
- package/dist/components/atoms/consent-state-tile.js.map +1 -0
- package/dist/components/atoms/field-header.d.ts +41 -0
- package/dist/components/atoms/field-header.d.ts.map +1 -0
- package/dist/components/atoms/field-header.js +42 -0
- package/dist/components/atoms/field-header.js.map +1 -0
- package/dist/components/atoms/footer.d.ts +21 -0
- package/dist/components/atoms/footer.d.ts.map +1 -0
- package/dist/components/atoms/footer.js +19 -0
- package/dist/components/atoms/footer.js.map +1 -0
- package/dist/components/atoms/grid.d.ts +65 -0
- package/dist/components/atoms/grid.d.ts.map +1 -0
- package/dist/components/atoms/grid.js +169 -0
- package/dist/components/atoms/grid.js.map +1 -0
- package/dist/components/atoms/header.d.ts +7 -0
- package/dist/components/atoms/header.d.ts.map +1 -0
- package/dist/components/atoms/header.js +5 -0
- package/dist/components/atoms/header.js.map +1 -0
- package/dist/components/atoms/icon-button.d.ts +26 -0
- package/dist/components/atoms/icon-button.d.ts.map +1 -0
- package/dist/components/atoms/icon-button.js +39 -0
- package/dist/components/atoms/icon-button.js.map +1 -0
- package/dist/components/atoms/icons/icons.d.ts +2 -0
- package/dist/components/atoms/icons/icons.d.ts.map +1 -0
- package/dist/components/atoms/icons/icons.js +7 -0
- package/dist/components/atoms/icons/icons.js.map +1 -0
- package/dist/components/atoms/icons/index.d.ts +3 -0
- package/dist/components/atoms/icons/index.d.ts.map +1 -0
- package/dist/components/atoms/icons/index.js +3 -0
- package/dist/components/atoms/icons/index.js.map +1 -0
- package/dist/components/atoms/mapping-boolean.d.ts +31 -0
- package/dist/components/atoms/mapping-boolean.d.ts.map +1 -0
- package/dist/components/atoms/mapping-boolean.js +38 -0
- package/dist/components/atoms/mapping-boolean.js.map +1 -0
- package/dist/components/atoms/mapping-breadcrumb.d.ts +14 -0
- package/dist/components/atoms/mapping-breadcrumb.d.ts.map +1 -0
- package/dist/components/atoms/mapping-breadcrumb.js +10 -0
- package/dist/components/atoms/mapping-breadcrumb.js.map +1 -0
- package/dist/components/atoms/mapping-collapsible.d.ts +54 -0
- package/dist/components/atoms/mapping-collapsible.d.ts.map +1 -0
- package/dist/components/atoms/mapping-collapsible.js +87 -0
- package/dist/components/atoms/mapping-collapsible.js.map +1 -0
- package/dist/components/atoms/mapping-condition-field.d.ts +18 -0
- package/dist/components/atoms/mapping-condition-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-condition-field.js +34 -0
- package/dist/components/atoms/mapping-condition-field.js.map +1 -0
- package/dist/components/atoms/mapping-condition.d.ts +34 -0
- package/dist/components/atoms/mapping-condition.d.ts.map +1 -0
- package/dist/components/atoms/mapping-condition.js +70 -0
- package/dist/components/atoms/mapping-condition.js.map +1 -0
- package/dist/components/atoms/mapping-confirm-button.d.ts +29 -0
- package/dist/components/atoms/mapping-confirm-button.d.ts.map +1 -0
- package/dist/components/atoms/mapping-confirm-button.js +42 -0
- package/dist/components/atoms/mapping-confirm-button.js.map +1 -0
- package/dist/components/atoms/mapping-consent-field.d.ts +20 -0
- package/dist/components/atoms/mapping-consent-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-consent-field.js +36 -0
- package/dist/components/atoms/mapping-consent-field.js.map +1 -0
- package/dist/components/atoms/mapping-consent.d.ts +34 -0
- package/dist/components/atoms/mapping-consent.d.ts.map +1 -0
- package/dist/components/atoms/mapping-consent.js +86 -0
- package/dist/components/atoms/mapping-consent.js.map +1 -0
- package/dist/components/atoms/mapping-data-field.d.ts +23 -0
- package/dist/components/atoms/mapping-data-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-data-field.js +38 -0
- package/dist/components/atoms/mapping-data-field.js.map +1 -0
- package/dist/components/atoms/mapping-data.d.ts +34 -0
- package/dist/components/atoms/mapping-data.d.ts.map +1 -0
- package/dist/components/atoms/mapping-data.js +76 -0
- package/dist/components/atoms/mapping-data.js.map +1 -0
- package/dist/components/atoms/mapping-enum-select.d.ts +28 -0
- package/dist/components/atoms/mapping-enum-select.d.ts.map +1 -0
- package/dist/components/atoms/mapping-enum-select.js +142 -0
- package/dist/components/atoms/mapping-enum-select.js.map +1 -0
- package/dist/components/atoms/mapping-fn-field.d.ts +23 -0
- package/dist/components/atoms/mapping-fn-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-fn-field.js +38 -0
- package/dist/components/atoms/mapping-fn-field.js.map +1 -0
- package/dist/components/atoms/mapping-fn.d.ts +34 -0
- package/dist/components/atoms/mapping-fn.d.ts.map +1 -0
- package/dist/components/atoms/mapping-fn.js +70 -0
- package/dist/components/atoms/mapping-fn.js.map +1 -0
- package/dist/components/atoms/mapping-grid.d.ts +45 -0
- package/dist/components/atoms/mapping-grid.d.ts.map +1 -0
- package/dist/components/atoms/mapping-grid.js +83 -0
- package/dist/components/atoms/mapping-grid.js.map +1 -0
- package/dist/components/atoms/mapping-input-with-button.d.ts +54 -0
- package/dist/components/atoms/mapping-input-with-button.d.ts.map +1 -0
- package/dist/components/atoms/mapping-input-with-button.js +54 -0
- package/dist/components/atoms/mapping-input-with-button.js.map +1 -0
- package/dist/components/atoms/mapping-input.d.ts +44 -0
- package/dist/components/atoms/mapping-input.d.ts.map +1 -0
- package/dist/components/atoms/mapping-input.js +35 -0
- package/dist/components/atoms/mapping-input.js.map +1 -0
- package/dist/components/atoms/mapping-key-field.d.ts +23 -0
- package/dist/components/atoms/mapping-key-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-key-field.js +39 -0
- package/dist/components/atoms/mapping-key-field.js.map +1 -0
- package/dist/components/atoms/mapping-key.d.ts +35 -0
- package/dist/components/atoms/mapping-key.d.ts.map +1 -0
- package/dist/components/atoms/mapping-key.js +48 -0
- package/dist/components/atoms/mapping-key.js.map +1 -0
- package/dist/components/atoms/mapping-map-entry.d.ts +31 -0
- package/dist/components/atoms/mapping-map-entry.d.ts.map +1 -0
- package/dist/components/atoms/mapping-map-entry.js +68 -0
- package/dist/components/atoms/mapping-map-entry.js.map +1 -0
- package/dist/components/atoms/mapping-number.d.ts +32 -0
- package/dist/components/atoms/mapping-number.d.ts.map +1 -0
- package/dist/components/atoms/mapping-number.js +52 -0
- package/dist/components/atoms/mapping-number.js.map +1 -0
- package/dist/components/atoms/mapping-object-explorer-field.d.ts +30 -0
- package/dist/components/atoms/mapping-object-explorer-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-object-explorer-field.js +48 -0
- package/dist/components/atoms/mapping-object-explorer-field.js.map +1 -0
- package/dist/components/atoms/mapping-object-explorer.d.ts +59 -0
- package/dist/components/atoms/mapping-object-explorer.d.ts.map +1 -0
- package/dist/components/atoms/mapping-object-explorer.js +215 -0
- package/dist/components/atoms/mapping-object-explorer.js.map +1 -0
- package/dist/components/atoms/mapping-set-entry.d.ts +31 -0
- package/dist/components/atoms/mapping-set-entry.d.ts.map +1 -0
- package/dist/components/atoms/mapping-set-entry.js +66 -0
- package/dist/components/atoms/mapping-set-entry.js.map +1 -0
- package/dist/components/atoms/mapping-settings-field.d.ts +33 -0
- package/dist/components/atoms/mapping-settings-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-settings-field.js +48 -0
- package/dist/components/atoms/mapping-settings-field.js.map +1 -0
- package/dist/components/atoms/mapping-settings.d.ts +44 -0
- package/dist/components/atoms/mapping-settings.d.ts.map +1 -0
- package/dist/components/atoms/mapping-settings.js +108 -0
- package/dist/components/atoms/mapping-settings.js.map +1 -0
- package/dist/components/atoms/mapping-string.d.ts +19 -0
- package/dist/components/atoms/mapping-string.d.ts.map +1 -0
- package/dist/components/atoms/mapping-string.js +26 -0
- package/dist/components/atoms/mapping-string.js.map +1 -0
- package/dist/components/atoms/mapping-tab.d.ts +15 -0
- package/dist/components/atoms/mapping-tab.d.ts.map +1 -0
- package/dist/components/atoms/mapping-tab.js +8 -0
- package/dist/components/atoms/mapping-tab.js.map +1 -0
- package/dist/components/atoms/mapping-type-button.d.ts +19 -0
- package/dist/components/atoms/mapping-type-button.d.ts.map +1 -0
- package/dist/components/atoms/mapping-type-button.js +5 -0
- package/dist/components/atoms/mapping-type-button.js.map +1 -0
- package/dist/components/atoms/mapping-validate-field.d.ts +23 -0
- package/dist/components/atoms/mapping-validate-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-validate-field.js +38 -0
- package/dist/components/atoms/mapping-validate-field.js.map +1 -0
- package/dist/components/atoms/mapping-validate.d.ts +34 -0
- package/dist/components/atoms/mapping-validate.d.ts.map +1 -0
- package/dist/components/atoms/mapping-validate.js +68 -0
- package/dist/components/atoms/mapping-validate.js.map +1 -0
- package/dist/components/atoms/mapping-value.d.ts +17 -0
- package/dist/components/atoms/mapping-value.d.ts.map +1 -0
- package/dist/components/atoms/mapping-value.js +127 -0
- package/dist/components/atoms/mapping-value.js.map +1 -0
- package/dist/components/atoms/mdx-code.d.ts +33 -0
- package/dist/components/atoms/mdx-code.d.ts.map +1 -0
- package/dist/components/atoms/mdx-code.js +69 -0
- package/dist/components/atoms/mdx-code.js.map +1 -0
- package/dist/components/atoms/pane-header.d.ts +24 -0
- package/dist/components/atoms/pane-header.d.ts.map +1 -0
- package/dist/components/atoms/pane-header.js +5 -0
- package/dist/components/atoms/pane-header.js.map +1 -0
- package/dist/components/atoms/panel-hints.d.ts +35 -0
- package/dist/components/atoms/panel-hints.d.ts.map +1 -0
- package/dist/components/atoms/panel-hints.js +5 -0
- package/dist/components/atoms/panel-hints.js.map +1 -0
- package/dist/components/atoms/preview-footer.d.ts +32 -0
- package/dist/components/atoms/preview-footer.d.ts.map +1 -0
- package/dist/components/atoms/preview-footer.js +31 -0
- package/dist/components/atoms/preview-footer.js.map +1 -0
- package/dist/components/atoms/toggle.d.ts +9 -0
- package/dist/components/atoms/toggle.d.ts.map +1 -0
- package/dist/components/atoms/toggle.js +6 -0
- package/dist/components/atoms/toggle.js.map +1 -0
- package/dist/components/demos/DestinationDemo.d.ts +48 -0
- package/dist/components/demos/DestinationDemo.d.ts.map +1 -0
- package/dist/components/demos/DestinationDemo.js +105 -0
- package/dist/components/demos/DestinationDemo.js.map +1 -0
- package/dist/components/demos/DestinationDemo.stories.d.ts +17 -0
- package/dist/components/demos/DestinationDemo.stories.d.ts.map +1 -0
- package/dist/components/demos/DestinationDemo.stories.js +53 -0
- package/dist/components/demos/DestinationDemo.stories.js.map +1 -0
- package/dist/components/demos/DestinationInitDemo.d.ts +34 -0
- package/dist/components/demos/DestinationInitDemo.d.ts.map +1 -0
- package/dist/components/demos/DestinationInitDemo.js +73 -0
- package/dist/components/demos/DestinationInitDemo.js.map +1 -0
- package/dist/components/demos/DestinationInitDemo.stories.d.ts +17 -0
- package/dist/components/demos/DestinationInitDemo.stories.d.ts.map +1 -0
- package/dist/components/demos/DestinationInitDemo.stories.js +39 -0
- package/dist/components/demos/DestinationInitDemo.stories.js.map +1 -0
- package/dist/components/demos/MappingCode.d.ts +34 -0
- package/dist/components/demos/MappingCode.d.ts.map +1 -0
- package/dist/components/demos/MappingCode.js +54 -0
- package/dist/components/demos/MappingCode.js.map +1 -0
- package/dist/components/demos/MappingCode.stories.d.ts +16 -0
- package/dist/components/demos/MappingCode.stories.d.ts.map +1 -0
- package/dist/components/demos/MappingCode.stories.js +42 -0
- package/dist/components/demos/MappingCode.stories.js.map +1 -0
- package/dist/components/demos/MappingDemo.d.ts +41 -0
- package/dist/components/demos/MappingDemo.d.ts.map +1 -0
- package/dist/components/demos/MappingDemo.js +62 -0
- package/dist/components/demos/MappingDemo.js.map +1 -0
- package/dist/components/demos/MappingDemo.stories.d.ts +16 -0
- package/dist/components/demos/MappingDemo.stories.d.ts.map +1 -0
- package/dist/components/demos/MappingDemo.stories.js +63 -0
- package/dist/components/demos/MappingDemo.stories.js.map +1 -0
- package/dist/components/demos/PromotionPlayground.d.ts +25 -0
- package/dist/components/demos/PromotionPlayground.d.ts.map +1 -0
- package/dist/components/demos/PromotionPlayground.js +280 -0
- package/dist/components/demos/PromotionPlayground.js.map +1 -0
- package/dist/components/demos/PromotionPlayground.stories.d.ts +27 -0
- package/dist/components/demos/PromotionPlayground.stories.d.ts.map +1 -0
- package/dist/components/demos/PromotionPlayground.stories.js +32 -0
- package/dist/components/demos/PromotionPlayground.stories.js.map +1 -0
- package/dist/components/forms/field-registry.d.ts +42 -0
- package/dist/components/forms/field-registry.d.ts.map +1 -0
- package/dist/components/forms/field-registry.js +64 -0
- package/dist/components/forms/field-registry.js.map +1 -0
- package/dist/components/forms/mapping-form-wrapper.d.ts +14 -0
- package/dist/components/forms/mapping-form-wrapper.d.ts.map +1 -0
- package/dist/components/forms/mapping-form-wrapper.js +105 -0
- package/dist/components/forms/mapping-form-wrapper.js.map +1 -0
- package/dist/components/forms/widget-registry.d.ts +42 -0
- package/dist/components/forms/widget-registry.d.ts.map +1 -0
- package/dist/components/forms/widget-registry.js +54 -0
- package/dist/components/forms/widget-registry.js.map +1 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.d.ts +24 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.d.ts.map +1 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.js +10 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.js.map +1 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.d.ts +7 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.d.ts.map +1 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.js +71 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.js.map +1 -0
- package/dist/components/molecules/architecture-flow/index.d.ts +3 -0
- package/dist/components/molecules/architecture-flow/index.d.ts.map +1 -0
- package/dist/components/molecules/architecture-flow/index.js +2 -0
- package/dist/components/molecules/architecture-flow/index.js.map +1 -0
- package/dist/components/molecules/auto-select.d.ts +29 -0
- package/dist/components/molecules/auto-select.d.ts.map +1 -0
- package/dist/components/molecules/auto-select.js +188 -0
- package/dist/components/molecules/auto-select.js.map +1 -0
- package/dist/components/molecules/code-box.d.ts +69 -0
- package/dist/components/molecules/code-box.d.ts.map +1 -0
- package/dist/components/molecules/code-box.js +109 -0
- package/dist/components/molecules/code-box.js.map +1 -0
- package/dist/components/molecules/code-box.stories.d.ts +30 -0
- package/dist/components/molecules/code-box.stories.d.ts.map +1 -0
- package/dist/components/molecules/code-box.stories.js +127 -0
- package/dist/components/molecules/code-box.stories.js.map +1 -0
- package/dist/components/molecules/code-snippet.d.ts +58 -0
- package/dist/components/molecules/code-snippet.d.ts.map +1 -0
- package/dist/components/molecules/code-snippet.js +72 -0
- package/dist/components/molecules/code-snippet.js.map +1 -0
- package/dist/components/molecules/code-snippet.stories.d.ts +20 -0
- package/dist/components/molecules/code-snippet.stories.d.ts.map +1 -0
- package/dist/components/molecules/code-snippet.stories.js +68 -0
- package/dist/components/molecules/code-snippet.stories.js.map +1 -0
- package/dist/components/molecules/config-overview-pane.d.ts +44 -0
- package/dist/components/molecules/config-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/config-overview-pane.js +75 -0
- package/dist/components/molecules/config-overview-pane.js.map +1 -0
- package/dist/components/molecules/config-tree-sidebar.d.ts +46 -0
- package/dist/components/molecules/config-tree-sidebar.d.ts.map +1 -0
- package/dist/components/molecules/config-tree-sidebar.js +183 -0
- package/dist/components/molecules/config-tree-sidebar.js.map +1 -0
- package/dist/components/molecules/destination-config-overview-pane.d.ts +33 -0
- package/dist/components/molecules/destination-config-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/destination-config-overview-pane.js +153 -0
- package/dist/components/molecules/destination-config-overview-pane.js.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.d.ts +74 -0
- package/dist/components/molecules/flow-map/FlowMap.d.ts.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.js +1028 -0
- package/dist/components/molecules/flow-map/FlowMap.js.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.stories.d.ts +73 -0
- package/dist/components/molecules/flow-map/FlowMap.stories.d.ts.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.stories.js +587 -0
- package/dist/components/molecules/flow-map/FlowMap.stories.js.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.transformers.stories.d.ts +45 -0
- package/dist/components/molecules/flow-map/FlowMap.transformers.stories.d.ts.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.transformers.stories.js +195 -0
- package/dist/components/molecules/flow-map/FlowMap.transformers.stories.js.map +1 -0
- package/dist/components/molecules/flow-map/index.d.ts +3 -0
- package/dist/components/molecules/flow-map/index.d.ts.map +1 -0
- package/dist/components/molecules/flow-map/index.js +2 -0
- package/dist/components/molecules/flow-map/index.js.map +1 -0
- package/dist/components/molecules/mapping-batch-pane-view.d.ts +22 -0
- package/dist/components/molecules/mapping-batch-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-batch-pane-view.js +45 -0
- package/dist/components/molecules/mapping-batch-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-boolean-pane-view.d.ts +28 -0
- package/dist/components/molecules/mapping-boolean-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-boolean-pane-view.js +34 -0
- package/dist/components/molecules/mapping-boolean-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-condition-pane-view.d.ts +18 -0
- package/dist/components/molecules/mapping-condition-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-condition-pane-view.js +63 -0
- package/dist/components/molecules/mapping-condition-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-consent-pane-view.d.ts +16 -0
- package/dist/components/molecules/mapping-consent-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-consent-pane-view.js +65 -0
- package/dist/components/molecules/mapping-consent-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-consent-row.d.ts +29 -0
- package/dist/components/molecules/mapping-consent-row.d.ts.map +1 -0
- package/dist/components/molecules/mapping-consent-row.js +26 -0
- package/dist/components/molecules/mapping-consent-row.js.map +1 -0
- package/dist/components/molecules/mapping-entity-pane.d.ts +17 -0
- package/dist/components/molecules/mapping-entity-pane.d.ts.map +1 -0
- package/dist/components/molecules/mapping-entity-pane.js +68 -0
- package/dist/components/molecules/mapping-entity-pane.js.map +1 -0
- package/dist/components/molecules/mapping-enum-pane-view.d.ts +40 -0
- package/dist/components/molecules/mapping-enum-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-enum-pane-view.js +32 -0
- package/dist/components/molecules/mapping-enum-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-fn-pane-view.d.ts +18 -0
- package/dist/components/molecules/mapping-fn-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-fn-pane-view.js +77 -0
- package/dist/components/molecules/mapping-fn-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-function-pane-base.d.ts +53 -0
- package/dist/components/molecules/mapping-function-pane-base.d.ts.map +1 -0
- package/dist/components/molecules/mapping-function-pane-base.js +60 -0
- package/dist/components/molecules/mapping-function-pane-base.js.map +1 -0
- package/dist/components/molecules/mapping-key-pane-view.d.ts +23 -0
- package/dist/components/molecules/mapping-key-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-key-pane-view.js +12 -0
- package/dist/components/molecules/mapping-key-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-loop-field.d.ts +44 -0
- package/dist/components/molecules/mapping-loop-field.d.ts.map +1 -0
- package/dist/components/molecules/mapping-loop-field.js +133 -0
- package/dist/components/molecules/mapping-loop-field.js.map +1 -0
- package/dist/components/molecules/mapping-loop-pane-view.d.ts +28 -0
- package/dist/components/molecules/mapping-loop-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-loop-pane-view.js +44 -0
- package/dist/components/molecules/mapping-loop-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-map-field.d.ts +31 -0
- package/dist/components/molecules/mapping-map-field.d.ts.map +1 -0
- package/dist/components/molecules/mapping-map-field.js +120 -0
- package/dist/components/molecules/mapping-map-field.js.map +1 -0
- package/dist/components/molecules/mapping-map-overview.d.ts +13 -0
- package/dist/components/molecules/mapping-map-overview.d.ts.map +1 -0
- package/dist/components/molecules/mapping-map-overview.js +58 -0
- package/dist/components/molecules/mapping-map-overview.js.map +1 -0
- package/dist/components/molecules/mapping-map-pane-view-rjsf.d.ts +53 -0
- package/dist/components/molecules/mapping-map-pane-view-rjsf.d.ts.map +1 -0
- package/dist/components/molecules/mapping-map-pane-view-rjsf.js +127 -0
- package/dist/components/molecules/mapping-map-pane-view-rjsf.js.map +1 -0
- package/dist/components/molecules/mapping-name-pane-view.d.ts +22 -0
- package/dist/components/molecules/mapping-name-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-name-pane-view.js +38 -0
- package/dist/components/molecules/mapping-name-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-navigation-header.d.ts +27 -0
- package/dist/components/molecules/mapping-navigation-header.d.ts.map +1 -0
- package/dist/components/molecules/mapping-navigation-header.js +7 -0
- package/dist/components/molecules/mapping-navigation-header.js.map +1 -0
- package/dist/components/molecules/mapping-overview-pane.d.ts +14 -0
- package/dist/components/molecules/mapping-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/mapping-overview-pane.js +60 -0
- package/dist/components/molecules/mapping-overview-pane.js.map +1 -0
- package/dist/components/molecules/mapping-pane.d.ts +52 -0
- package/dist/components/molecules/mapping-pane.d.ts.map +1 -0
- package/dist/components/molecules/mapping-pane.js +155 -0
- package/dist/components/molecules/mapping-pane.js.map +1 -0
- package/dist/components/molecules/mapping-policy-overview-pane.d.ts +26 -0
- package/dist/components/molecules/mapping-policy-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/mapping-policy-overview-pane.js +69 -0
- package/dist/components/molecules/mapping-policy-overview-pane.js.map +1 -0
- package/dist/components/molecules/mapping-primitive-pane-view.d.ts +30 -0
- package/dist/components/molecules/mapping-primitive-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-primitive-pane-view.js +43 -0
- package/dist/components/molecules/mapping-primitive-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-rule-pane-view.d.ts +25 -0
- package/dist/components/molecules/mapping-rule-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-rule-pane-view.js +35 -0
- package/dist/components/molecules/mapping-rule-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-set-field.d.ts +34 -0
- package/dist/components/molecules/mapping-set-field.d.ts.map +1 -0
- package/dist/components/molecules/mapping-set-field.js +160 -0
- package/dist/components/molecules/mapping-set-field.js.map +1 -0
- package/dist/components/molecules/mapping-set-pane-view.d.ts +31 -0
- package/dist/components/molecules/mapping-set-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-set-pane-view.js +96 -0
- package/dist/components/molecules/mapping-set-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-tab-bar.d.ts +15 -0
- package/dist/components/molecules/mapping-tab-bar.d.ts.map +1 -0
- package/dist/components/molecules/mapping-tab-bar.js +9 -0
- package/dist/components/molecules/mapping-tab-bar.js.map +1 -0
- package/dist/components/molecules/mapping-tree-sidebar.d.ts +59 -0
- package/dist/components/molecules/mapping-tree-sidebar.d.ts.map +1 -0
- package/dist/components/molecules/mapping-tree-sidebar.js +491 -0
- package/dist/components/molecules/mapping-tree-sidebar.js.map +1 -0
- package/dist/components/molecules/mapping-type-grid.d.ts +12 -0
- package/dist/components/molecules/mapping-type-grid.d.ts.map +1 -0
- package/dist/components/molecules/mapping-type-grid.js +107 -0
- package/dist/components/molecules/mapping-type-grid.js.map +1 -0
- package/dist/components/molecules/mapping-type-selector.d.ts +21 -0
- package/dist/components/molecules/mapping-type-selector.d.ts.map +1 -0
- package/dist/components/molecules/mapping-type-selector.js +38 -0
- package/dist/components/molecules/mapping-type-selector.js.map +1 -0
- package/dist/components/molecules/mapping-validate-pane-view.d.ts +19 -0
- package/dist/components/molecules/mapping-validate-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-validate-pane-view.js +66 -0
- package/dist/components/molecules/mapping-validate-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-value-config-pane-view.d.ts +30 -0
- package/dist/components/molecules/mapping-value-config-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-value-config-pane-view.js +105 -0
- package/dist/components/molecules/mapping-value-config-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-value-pane-view.d.ts +28 -0
- package/dist/components/molecules/mapping-value-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-value-pane-view.js +40 -0
- package/dist/components/molecules/mapping-value-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-value-type-pane-view.d.ts +27 -0
- package/dist/components/molecules/mapping-value-type-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-value-type-pane-view.js +253 -0
- package/dist/components/molecules/mapping-value-type-pane-view.js.map +1 -0
- package/dist/components/molecules/options-pane.d.ts +28 -0
- package/dist/components/molecules/options-pane.d.ts.map +1 -0
- package/dist/components/molecules/options-pane.js +80 -0
- package/dist/components/molecules/options-pane.js.map +1 -0
- package/dist/components/molecules/preview.d.ts +22 -0
- package/dist/components/molecules/preview.d.ts.map +1 -0
- package/dist/components/molecules/preview.js +221 -0
- package/dist/components/molecules/preview.js.map +1 -0
- package/dist/components/molecules/preview.stories.d.ts +23 -0
- package/dist/components/molecules/preview.stories.d.ts.map +1 -0
- package/dist/components/molecules/preview.stories.js +186 -0
- package/dist/components/molecules/preview.stories.js.map +1 -0
- package/dist/components/molecules/property-suggestions.d.ts +17 -0
- package/dist/components/molecules/property-suggestions.d.ts.map +1 -0
- package/dist/components/molecules/property-suggestions.js +56 -0
- package/dist/components/molecules/property-suggestions.js.map +1 -0
- package/dist/components/molecules/property-table.d.ts +7 -0
- package/dist/components/molecules/property-table.d.ts.map +1 -0
- package/dist/components/molecules/property-table.js +88 -0
- package/dist/components/molecules/property-table.js.map +1 -0
- package/dist/components/molecules/property-table.stories.d.ts +24 -0
- package/dist/components/molecules/property-table.stories.d.ts.map +1 -0
- package/dist/components/molecules/property-table.stories.js +86 -0
- package/dist/components/molecules/property-table.stories.js.map +1 -0
- package/dist/components/molecules/settings-overview-pane.d.ts +32 -0
- package/dist/components/molecules/settings-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/settings-overview-pane.js +85 -0
- package/dist/components/molecules/settings-overview-pane.js.map +1 -0
- package/dist/components/molecules/validation-overview-pane.d.ts +27 -0
- package/dist/components/molecules/validation-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/validation-overview-pane.js +50 -0
- package/dist/components/molecules/validation-overview-pane.js.map +1 -0
- package/dist/components/organisms/browser-box.d.ts +31 -0
- package/dist/components/organisms/browser-box.d.ts.map +1 -0
- package/dist/components/organisms/browser-box.js +80 -0
- package/dist/components/organisms/browser-box.js.map +1 -0
- package/dist/components/organisms/browser-box.stories.d.ts +26 -0
- package/dist/components/organisms/browser-box.stories.d.ts.map +1 -0
- package/dist/components/organisms/browser-box.stories.js +102 -0
- package/dist/components/organisms/browser-box.stories.js.map +1 -0
- package/dist/components/organisms/collector-box.d.ts +24 -0
- package/dist/components/organisms/collector-box.d.ts.map +1 -0
- package/dist/components/organisms/collector-box.js +56 -0
- package/dist/components/organisms/collector-box.js.map +1 -0
- package/dist/components/organisms/collector-box.stories.d.ts +22 -0
- package/dist/components/organisms/collector-box.stories.d.ts.map +1 -0
- package/dist/components/organisms/collector-box.stories.js +59 -0
- package/dist/components/organisms/collector-box.stories.js.map +1 -0
- package/dist/components/organisms/config-editor/config-editor-box.d.ts +35 -0
- package/dist/components/organisms/config-editor/config-editor-box.d.ts.map +1 -0
- package/dist/components/organisms/config-editor/config-editor-box.js +50 -0
- package/dist/components/organisms/config-editor/config-editor-box.js.map +1 -0
- package/dist/components/organisms/config-editor/config-editor-tabs.d.ts +52 -0
- package/dist/components/organisms/config-editor/config-editor-tabs.d.ts.map +1 -0
- package/dist/components/organisms/config-editor/config-editor-tabs.js +127 -0
- package/dist/components/organisms/config-editor/config-editor-tabs.js.map +1 -0
- package/dist/components/organisms/config-editor/config-editor.d.ts +47 -0
- package/dist/components/organisms/config-editor/config-editor.d.ts.map +1 -0
- package/dist/components/organisms/config-editor/config-editor.js +50 -0
- package/dist/components/organisms/config-editor/config-editor.js.map +1 -0
- package/dist/components/organisms/config-editor/config-editor.stories.d.ts +25 -0
- package/dist/components/organisms/config-editor/config-editor.stories.d.ts.map +1 -0
- package/dist/components/organisms/config-editor/config-editor.stories.js +77 -0
- package/dist/components/organisms/config-editor/config-editor.stories.js.map +1 -0
- package/dist/components/organisms/config-editor/index.d.ts +22 -0
- package/dist/components/organisms/config-editor/index.d.ts.map +1 -0
- package/dist/components/organisms/config-editor/index.js +20 -0
- package/dist/components/organisms/config-editor/index.js.map +1 -0
- package/dist/components/organisms/live-code.d.ts +22 -0
- package/dist/components/organisms/live-code.d.ts.map +1 -0
- package/dist/components/organisms/live-code.js +50 -0
- package/dist/components/organisms/live-code.js.map +1 -0
- package/dist/components/organisms/live-code.stories.d.ts +24 -0
- package/dist/components/organisms/live-code.stories.d.ts.map +1 -0
- package/dist/components/organisms/live-code.stories.js +55 -0
- package/dist/components/organisms/live-code.stories.js.map +1 -0
- package/dist/components/ui/button.d.ts +4 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/button.js +6 -0
- package/dist/components/ui/button.js.map +1 -0
- package/dist/components/ui/icon.d.ts +5 -0
- package/dist/components/ui/icon.d.ts.map +1 -0
- package/dist/components/ui/icon.js +5 -0
- package/dist/components/ui/icon.js.map +1 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/label.js +5 -0
- package/dist/components/ui/label.js.map +1 -0
- package/dist/contexts/GridHeightContext.d.ts +11 -0
- package/dist/contexts/GridHeightContext.d.ts.map +1 -0
- package/dist/contexts/GridHeightContext.js +14 -0
- package/dist/contexts/GridHeightContext.js.map +1 -0
- package/dist/helpers/capture.d.ts +83 -0
- package/dist/helpers/capture.d.ts.map +1 -0
- package/dist/helpers/capture.js +125 -0
- package/dist/helpers/capture.js.map +1 -0
- package/dist/helpers/destinations.d.ts +21 -0
- package/dist/helpers/destinations.d.ts.map +1 -0
- package/dist/helpers/destinations.js +46 -0
- package/dist/helpers/destinations.js.map +1 -0
- package/dist/hooks/useMappingNavigation.d.ts +62 -0
- package/dist/hooks/useMappingNavigation.d.ts.map +1 -0
- package/dist/hooks/useMappingNavigation.js +339 -0
- package/dist/hooks/useMappingNavigation.js.map +1 -0
- package/dist/hooks/useMappingState.d.ts +56 -0
- package/dist/hooks/useMappingState.d.ts.map +1 -0
- package/dist/hooks/useMappingState.js +142 -0
- package/dist/hooks/useMappingState.js.map +1 -0
- package/dist/hooks/useMonacoHeight.d.ts +31 -0
- package/dist/hooks/useMonacoHeight.d.ts.map +1 -0
- package/dist/hooks/useMonacoHeight.js +83 -0
- package/dist/hooks/useMonacoHeight.js.map +1 -0
- package/dist/hooks/useTreeState.d.ts +32 -0
- package/dist/hooks/useTreeState.d.ts.map +1 -0
- package/dist/hooks/useTreeState.js +94 -0
- package/dist/hooks/useTreeState.js.map +1 -0
- package/dist/index.d.cts +152 -33
- package/dist/index.d.ts +65 -1265
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +49 -14046
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4759 -1375
- package/dist/index.mjs.map +1 -1
- package/dist/lib/utils.d.ts +7 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +10 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/{monaco-types-GBPMPIMU.mjs → monaco-types-4FIH5OVX.mjs} +2 -2
- package/dist/providers/MDXProvider.d.ts +40 -0
- package/dist/providers/MDXProvider.d.ts.map +1 -0
- package/dist/providers/MDXProvider.js +57 -0
- package/dist/providers/MDXProvider.js.map +1 -0
- package/dist/schemas/config-structures/destination-config.d.ts +27 -0
- package/dist/schemas/config-structures/destination-config.d.ts.map +1 -0
- package/dist/schemas/config-structures/destination-config.js +104 -0
- package/dist/schemas/config-structures/destination-config.js.map +1 -0
- package/dist/schemas/config-structures/index.d.ts +17 -0
- package/dist/schemas/config-structures/index.d.ts.map +1 -0
- package/dist/schemas/config-structures/index.js +17 -0
- package/dist/schemas/config-structures/index.js.map +1 -0
- package/dist/schemas/config-structures/mapping-rule.d.ts +17 -0
- package/dist/schemas/config-structures/mapping-rule.d.ts.map +1 -0
- package/dist/schemas/config-structures/mapping-rule.js +81 -0
- package/dist/schemas/config-structures/mapping-rule.js.map +1 -0
- package/dist/schemas/config-structures/types.d.ts +62 -0
- package/dist/schemas/config-structures/types.d.ts.map +1 -0
- package/dist/schemas/config-structures/types.js +2 -0
- package/dist/schemas/config-structures/types.js.map +1 -0
- package/dist/schemas/mapping-rule-schema.d.ts +25 -0
- package/dist/schemas/mapping-rule-schema.d.ts.map +1 -0
- package/dist/schemas/mapping-rule-schema.js +86 -0
- package/dist/schemas/mapping-rule-schema.js.map +1 -0
- package/dist/schemas/rule-properties-schema.d.ts +42 -0
- package/dist/schemas/rule-properties-schema.d.ts.map +1 -0
- package/dist/schemas/rule-properties-schema.js +79 -0
- package/dist/schemas/rule-properties-schema.js.map +1 -0
- package/dist/schemas/value-config-schema.d.ts +36 -0
- package/dist/schemas/value-config-schema.d.ts.map +1 -0
- package/dist/schemas/value-config-schema.js +227 -0
- package/dist/schemas/value-config-schema.js.map +1 -0
- package/dist/styles.css +317 -0
- package/dist/themes/index.d.ts +23 -0
- package/dist/themes/index.d.ts.map +1 -0
- package/dist/themes/index.js +29 -0
- package/dist/themes/index.js.map +1 -0
- package/dist/themes/lighthouse.d.ts +26 -0
- package/dist/themes/lighthouse.d.ts.map +1 -0
- package/dist/themes/lighthouse.js +229 -0
- package/dist/themes/lighthouse.js.map +1 -0
- package/dist/themes/palenight.d.ts +31 -0
- package/dist/themes/palenight.d.ts.map +1 -0
- package/dist/themes/palenight.js +235 -0
- package/dist/themes/palenight.js.map +1 -0
- package/dist/themes/types.d.ts +103 -0
- package/dist/themes/types.d.ts.map +1 -0
- package/dist/themes/types.js +8 -0
- package/dist/themes/types.js.map +1 -0
- package/dist/types/schemas.d.ts +29 -0
- package/dist/types/schemas.d.ts.map +1 -0
- package/dist/types/schemas.js +2 -0
- package/dist/types/schemas.js.map +1 -0
- package/dist/utils/clean-form-data.d.ts +26 -0
- package/dist/utils/clean-form-data.d.ts.map +1 -0
- package/dist/utils/clean-form-data.js +76 -0
- package/dist/utils/clean-form-data.js.map +1 -0
- package/dist/utils/code-normalizer.d.ts +11 -0
- package/dist/utils/code-normalizer.d.ts.map +1 -0
- package/dist/utils/code-normalizer.js +21 -0
- package/dist/utils/code-normalizer.js.map +1 -0
- package/dist/utils/config-validator.d.ts +12 -0
- package/dist/utils/config-validator.d.ts.map +1 -0
- package/dist/utils/config-validator.js +10 -0
- package/dist/utils/config-validator.js.map +1 -0
- package/dist/utils/consent-scanner.d.ts +19 -0
- package/dist/utils/consent-scanner.d.ts.map +1 -0
- package/dist/utils/consent-scanner.js +115 -0
- package/dist/utils/consent-scanner.js.map +1 -0
- package/dist/utils/format-code.d.ts +9 -0
- package/dist/utils/format-code.d.ts.map +1 -0
- package/dist/utils/format-code.js +68 -0
- package/dist/utils/format-code.js.map +1 -0
- package/dist/utils/generic-tree-builder.d.ts +37 -0
- package/dist/utils/generic-tree-builder.d.ts.map +1 -0
- package/dist/utils/generic-tree-builder.js +225 -0
- package/dist/utils/generic-tree-builder.js.map +1 -0
- package/dist/utils/mapping-path.d.ts +146 -0
- package/dist/utils/mapping-path.d.ts.map +1 -0
- package/dist/utils/mapping-path.js +271 -0
- package/dist/utils/mapping-path.js.map +1 -0
- package/dist/utils/monaco-context-types.d.ts +39 -0
- package/dist/utils/monaco-context-types.d.ts.map +1 -0
- package/dist/utils/monaco-context-types.js +426 -0
- package/dist/utils/monaco-context-types.js.map +1 -0
- package/dist/utils/monaco-decorators.d.ts +17 -0
- package/dist/utils/monaco-decorators.d.ts.map +1 -0
- package/dist/utils/monaco-decorators.js +79 -0
- package/dist/utils/monaco-decorators.js.map +1 -0
- package/dist/utils/monaco-formatters.d.ts +16 -0
- package/dist/utils/monaco-formatters.d.ts.map +1 -0
- package/dist/utils/monaco-formatters.js +139 -0
- package/dist/utils/monaco-formatters.js.map +1 -0
- package/dist/utils/monaco-types.d.ts +174 -0
- package/dist/utils/monaco-types.d.ts.map +1 -0
- package/dist/utils/monaco-types.js +378 -0
- package/dist/utils/monaco-types.js.map +1 -0
- package/dist/utils/path-analyzer.d.ts +88 -0
- package/dist/utils/path-analyzer.d.ts.map +1 -0
- package/dist/utils/path-analyzer.js +215 -0
- package/dist/utils/path-analyzer.js.map +1 -0
- package/dist/utils/schema-validation.d.ts +36 -0
- package/dist/utils/schema-validation.d.ts.map +1 -0
- package/dist/utils/schema-validation.js +136 -0
- package/dist/utils/schema-validation.js.map +1 -0
- package/dist/utils/type-detector.d.ts +35 -0
- package/dist/utils/type-detector.d.ts.map +1 -0
- package/dist/utils/type-detector.js +241 -0
- package/dist/utils/type-detector.js.map +1 -0
- package/dist/utils/value-display-formatter.d.ts +31 -0
- package/dist/utils/value-display-formatter.d.ts.map +1 -0
- package/dist/utils/value-display-formatter.js +110 -0
- package/dist/utils/value-display-formatter.js.map +1 -0
- package/package.json +44 -28
- package/dist/chunk-BEAIHYJ5.mjs +0 -587
- package/dist/chunk-BEAIHYJ5.mjs.map +0 -1
- /package/dist/{monaco-types-GBPMPIMU.mjs.map → monaco-types-4FIH5OVX.mjs.map} +0 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { MappingTab } from '../atoms/mapping-tab';
|
|
3
|
+
export function MappingTabBar({ tabs, activeTabId, onTabSelect, onTabClose, className = '', }) {
|
|
4
|
+
if (tabs.length === 0) {
|
|
5
|
+
return null;
|
|
6
|
+
}
|
|
7
|
+
return (_jsx("div", { className: `elb-mapping-tab-bar ${className}`, role: "tablist", children: _jsx("div", { className: "elb-mapping-tab-bar-scroll", children: tabs.map((tab) => (_jsx(MappingTab, { tab: tab, isActive: tab.id === activeTabId, onSelect: onTabSelect, onClose: onTabClose }, tab.id))) }) }));
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=mapping-tab-bar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-tab-bar.js","sourceRoot":"","sources":["../../../src/components/molecules/mapping-tab-bar.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAgBlD,MAAM,UAAU,aAAa,CAAC,EAC5B,IAAI,EACJ,WAAW,EACX,WAAW,EACX,UAAU,EACV,SAAS,GAAG,EAAE,GACK;IACnB,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACtB,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,CACL,cAAK,SAAS,EAAE,uBAAuB,SAAS,EAAE,EAAE,IAAI,EAAC,SAAS,YAChE,cAAK,SAAS,EAAC,4BAA4B,YACxC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CACjB,KAAC,UAAU,IAET,GAAG,EAAE,GAAG,EACR,QAAQ,EAAE,GAAG,CAAC,EAAE,KAAK,WAAW,EAChC,QAAQ,EAAE,WAAW,EACrB,OAAO,EAAE,UAAU,IAJd,GAAG,CAAC,EAAE,CAKX,CACH,CAAC,GACE,GACF,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import type { Mapping } from '@walkeros/core';
|
|
2
|
+
/**
|
|
3
|
+
* Tree node representation
|
|
4
|
+
*/
|
|
5
|
+
export interface TreeNode {
|
|
6
|
+
path: string[];
|
|
7
|
+
label: string;
|
|
8
|
+
type: 'root' | 'entity' | 'rule' | 'property' | 'nested';
|
|
9
|
+
valueType?: 'map' | 'loop' | 'fn' | 'set' | 'key' | 'value' | 'condition' | 'validate' | 'consent';
|
|
10
|
+
children?: TreeNode[];
|
|
11
|
+
isExpandable: boolean;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Build tree structure from mapping config
|
|
15
|
+
*
|
|
16
|
+
* Pure utility function that transforms mapping config into tree structure.
|
|
17
|
+
* Returns array of entity nodes (no root wrapper).
|
|
18
|
+
* Now includes nested properties and map keys.
|
|
19
|
+
*/
|
|
20
|
+
export declare function buildTreeFromMapping(config: Mapping.Config): TreeNode[];
|
|
21
|
+
/**
|
|
22
|
+
* Full tree view sidebar (Pure Presentation Component)
|
|
23
|
+
*
|
|
24
|
+
* Displays hierarchical structure of mapping configuration.
|
|
25
|
+
* This is a pure presentation component - all state management
|
|
26
|
+
* should be handled by the parent component or useTreeState hook.
|
|
27
|
+
*
|
|
28
|
+
* Features:
|
|
29
|
+
* - Hierarchical tree display
|
|
30
|
+
* - Expand/collapse controls
|
|
31
|
+
* - Click to navigate
|
|
32
|
+
* - Visual indication of current path
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* const treeState = useTreeState([[]]);
|
|
36
|
+
*
|
|
37
|
+
* <MappingTreeSidebar
|
|
38
|
+
* config={mappingConfig}
|
|
39
|
+
* currentPath={['product', 'view']}
|
|
40
|
+
* expandedPaths={treeState.expandedPaths}
|
|
41
|
+
* visible={true}
|
|
42
|
+
* onToggle={treeState.togglePath}
|
|
43
|
+
* onNavigate={(path) => navigate(path)}
|
|
44
|
+
* />
|
|
45
|
+
*/
|
|
46
|
+
export interface MappingTreeSidebarProps {
|
|
47
|
+
config: Mapping.Config;
|
|
48
|
+
currentPath: string[];
|
|
49
|
+
expandedPaths: Set<string>;
|
|
50
|
+
visible: boolean;
|
|
51
|
+
onToggle: (path: string[]) => void;
|
|
52
|
+
onNavigate: (path: string[]) => void;
|
|
53
|
+
onAddAction?: (entity: string, action: string) => void;
|
|
54
|
+
onAddEntity?: (entity: string) => void;
|
|
55
|
+
onClose?: () => void;
|
|
56
|
+
className?: string;
|
|
57
|
+
}
|
|
58
|
+
export declare function MappingTreeSidebar({ config, currentPath, expandedPaths, visible, onToggle, onNavigate, onAddAction, onAddEntity, onClose, className, }: MappingTreeSidebarProps): import("react/jsx-runtime").JSX.Element | null;
|
|
59
|
+
//# sourceMappingURL=mapping-tree-sidebar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-tree-sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/mapping-tree-sidebar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAG9C;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,UAAU,GAAG,QAAQ,CAAC;IACzD,SAAS,CAAC,EACN,KAAK,GACL,MAAM,GACN,IAAI,GACJ,KAAK,GACL,KAAK,GACL,OAAO,GACP,WAAW,GACX,UAAU,GACV,SAAS,CAAC;IACd,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,YAAY,EAAE,OAAO,CAAC;CACvB;AAkRD;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,GAAG,QAAQ,EAAE,CAkGvE;AAwOD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAM,WAAW,uBAAuB;IACtC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACnC,UAAU,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACrC,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACvD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,kBAAkB,CAAC,EACjC,MAAM,EACN,WAAW,EACX,aAAa,EACb,OAAO,EACP,QAAQ,EACR,UAAU,EACV,WAAW,EACX,WAAW,EACX,OAAO,EACP,SAAc,GACf,EAAE,uBAAuB,kDA0JzB"}
|
|
@@ -0,0 +1,491 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useState, useRef, useEffect } from 'react';
|
|
3
|
+
import { MappingInputWithButton } from '../atoms/mapping-input-with-button';
|
|
4
|
+
/**
|
|
5
|
+
* Helper to add optional ValueConfig properties (condition, validate, consent) to a node's children
|
|
6
|
+
*/
|
|
7
|
+
function addOptionalPropertiesToChildren(valueRecord, propertyPath, children) {
|
|
8
|
+
// Add condition property node
|
|
9
|
+
if ('condition' in valueRecord) {
|
|
10
|
+
children.push({
|
|
11
|
+
path: [...propertyPath, 'condition'],
|
|
12
|
+
label: 'condition',
|
|
13
|
+
type: 'nested',
|
|
14
|
+
valueType: 'condition',
|
|
15
|
+
children: [],
|
|
16
|
+
isExpandable: false,
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
// Add validate property node
|
|
20
|
+
if ('validate' in valueRecord) {
|
|
21
|
+
children.push({
|
|
22
|
+
path: [...propertyPath, 'validate'],
|
|
23
|
+
label: 'validate',
|
|
24
|
+
type: 'nested',
|
|
25
|
+
valueType: 'validate',
|
|
26
|
+
children: [],
|
|
27
|
+
isExpandable: false,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
// Add consent property node
|
|
31
|
+
if ('consent' in valueRecord) {
|
|
32
|
+
children.push({
|
|
33
|
+
path: [...propertyPath, 'consent'],
|
|
34
|
+
label: 'consent',
|
|
35
|
+
type: 'nested',
|
|
36
|
+
valueType: 'consent',
|
|
37
|
+
children: [],
|
|
38
|
+
isExpandable: false,
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Helper to build property tree recursively
|
|
44
|
+
*/
|
|
45
|
+
function buildPropertyTree(obj, basePath) {
|
|
46
|
+
if (!obj || typeof obj !== 'object')
|
|
47
|
+
return [];
|
|
48
|
+
const nodes = [];
|
|
49
|
+
const record = obj;
|
|
50
|
+
Object.keys(record)
|
|
51
|
+
.sort()
|
|
52
|
+
.forEach((key) => {
|
|
53
|
+
const value = record[key];
|
|
54
|
+
const propertyPath = [...basePath, key];
|
|
55
|
+
// Skip consent states at rule level (entity.action.consent.stateName)
|
|
56
|
+
// The consent pane handles these internally
|
|
57
|
+
if (basePath.length === 3 && basePath[2] === 'consent') {
|
|
58
|
+
return; // Don't add consent state children to tree
|
|
59
|
+
}
|
|
60
|
+
// Check if this is a transformation type (map, loop, fn, set)
|
|
61
|
+
if (typeof value === 'object' && value !== null) {
|
|
62
|
+
const valueRecord = value;
|
|
63
|
+
if ('map' in valueRecord) {
|
|
64
|
+
// Add property node
|
|
65
|
+
const propertyNode = {
|
|
66
|
+
path: propertyPath,
|
|
67
|
+
label: key,
|
|
68
|
+
type: 'property',
|
|
69
|
+
children: [],
|
|
70
|
+
isExpandable: true,
|
|
71
|
+
};
|
|
72
|
+
// Add 'map' transformation node as child
|
|
73
|
+
const mapObj = valueRecord.map;
|
|
74
|
+
const mapPath = [...propertyPath, 'map'];
|
|
75
|
+
const mapChildren = Object.keys(mapObj || {})
|
|
76
|
+
.sort()
|
|
77
|
+
.map((mapKey) => {
|
|
78
|
+
const mapValue = mapObj[mapKey];
|
|
79
|
+
let childValueType;
|
|
80
|
+
// Detect child value type
|
|
81
|
+
if (typeof mapValue === 'object' && mapValue !== null) {
|
|
82
|
+
const mv = mapValue;
|
|
83
|
+
if ('key' in mv)
|
|
84
|
+
childValueType = 'key';
|
|
85
|
+
else if ('fn' in mv)
|
|
86
|
+
childValueType = 'fn';
|
|
87
|
+
else if ('loop' in mv)
|
|
88
|
+
childValueType = 'loop';
|
|
89
|
+
else if ('set' in mv)
|
|
90
|
+
childValueType = 'set';
|
|
91
|
+
else if ('value' in mv)
|
|
92
|
+
childValueType = 'value';
|
|
93
|
+
else
|
|
94
|
+
childValueType = 'value';
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
childValueType = 'value';
|
|
98
|
+
}
|
|
99
|
+
return {
|
|
100
|
+
path: [...mapPath, mapKey],
|
|
101
|
+
label: mapKey,
|
|
102
|
+
type: 'nested',
|
|
103
|
+
valueType: childValueType,
|
|
104
|
+
children: [],
|
|
105
|
+
isExpandable: false,
|
|
106
|
+
};
|
|
107
|
+
});
|
|
108
|
+
const mapNode = {
|
|
109
|
+
path: mapPath,
|
|
110
|
+
label: 'map',
|
|
111
|
+
type: 'nested',
|
|
112
|
+
valueType: 'map',
|
|
113
|
+
children: mapChildren,
|
|
114
|
+
isExpandable: mapChildren.length > 0,
|
|
115
|
+
};
|
|
116
|
+
propertyNode.children = [mapNode];
|
|
117
|
+
// Add optional properties (condition, validate, consent)
|
|
118
|
+
addOptionalPropertiesToChildren(valueRecord, propertyPath, propertyNode.children);
|
|
119
|
+
nodes.push(propertyNode);
|
|
120
|
+
}
|
|
121
|
+
else if ('loop' in valueRecord) {
|
|
122
|
+
// Add property node with loop child
|
|
123
|
+
const propertyNode = {
|
|
124
|
+
path: propertyPath,
|
|
125
|
+
label: key,
|
|
126
|
+
type: 'property',
|
|
127
|
+
children: [],
|
|
128
|
+
isExpandable: true,
|
|
129
|
+
};
|
|
130
|
+
const loopNode = {
|
|
131
|
+
path: [...propertyPath, 'loop'],
|
|
132
|
+
label: 'loop',
|
|
133
|
+
type: 'nested',
|
|
134
|
+
valueType: 'loop',
|
|
135
|
+
children: [],
|
|
136
|
+
isExpandable: false,
|
|
137
|
+
};
|
|
138
|
+
propertyNode.children = [loopNode];
|
|
139
|
+
// Add optional properties (condition, validate, consent)
|
|
140
|
+
addOptionalPropertiesToChildren(valueRecord, propertyPath, propertyNode.children);
|
|
141
|
+
nodes.push(propertyNode);
|
|
142
|
+
}
|
|
143
|
+
else if ('fn' in valueRecord) {
|
|
144
|
+
// Add property node with fn child
|
|
145
|
+
const propertyNode = {
|
|
146
|
+
path: propertyPath,
|
|
147
|
+
label: key,
|
|
148
|
+
type: 'property',
|
|
149
|
+
children: [],
|
|
150
|
+
isExpandable: true,
|
|
151
|
+
};
|
|
152
|
+
const fnNode = {
|
|
153
|
+
path: [...propertyPath, 'fn'],
|
|
154
|
+
label: 'fn',
|
|
155
|
+
type: 'nested',
|
|
156
|
+
valueType: 'fn',
|
|
157
|
+
children: [],
|
|
158
|
+
isExpandable: false,
|
|
159
|
+
};
|
|
160
|
+
propertyNode.children = [fnNode];
|
|
161
|
+
// Add optional properties (condition, validate, consent)
|
|
162
|
+
addOptionalPropertiesToChildren(valueRecord, propertyPath, propertyNode.children);
|
|
163
|
+
nodes.push(propertyNode);
|
|
164
|
+
}
|
|
165
|
+
else if ('set' in valueRecord) {
|
|
166
|
+
// Add property node with set child
|
|
167
|
+
const propertyNode = {
|
|
168
|
+
path: propertyPath,
|
|
169
|
+
label: key,
|
|
170
|
+
type: 'property',
|
|
171
|
+
children: [],
|
|
172
|
+
isExpandable: true,
|
|
173
|
+
};
|
|
174
|
+
const setNode = {
|
|
175
|
+
path: [...propertyPath, 'set'],
|
|
176
|
+
label: 'set',
|
|
177
|
+
type: 'nested',
|
|
178
|
+
valueType: 'set',
|
|
179
|
+
children: [],
|
|
180
|
+
isExpandable: false,
|
|
181
|
+
};
|
|
182
|
+
propertyNode.children = [setNode];
|
|
183
|
+
// Add optional properties (condition, validate, consent)
|
|
184
|
+
addOptionalPropertiesToChildren(valueRecord, propertyPath, propertyNode.children);
|
|
185
|
+
nodes.push(propertyNode);
|
|
186
|
+
}
|
|
187
|
+
else if ('key' in valueRecord || 'value' in valueRecord) {
|
|
188
|
+
// ValueConfig with key or value - check for optional properties
|
|
189
|
+
const vType = 'key' in valueRecord ? 'key' : 'value';
|
|
190
|
+
const children = [];
|
|
191
|
+
// Add optional properties (condition, validate, consent)
|
|
192
|
+
addOptionalPropertiesToChildren(valueRecord, propertyPath, children);
|
|
193
|
+
nodes.push({
|
|
194
|
+
path: propertyPath,
|
|
195
|
+
label: key,
|
|
196
|
+
type: 'property',
|
|
197
|
+
valueType: vType,
|
|
198
|
+
children,
|
|
199
|
+
isExpandable: children.length > 0,
|
|
200
|
+
});
|
|
201
|
+
}
|
|
202
|
+
else {
|
|
203
|
+
// Regular object - might have nested properties
|
|
204
|
+
const children = buildPropertyTree(value, propertyPath);
|
|
205
|
+
// Special case: rule-level consent should not be expandable
|
|
206
|
+
// It's handled by the consent pane which shows state tiles
|
|
207
|
+
const isRuleLevelConsent = basePath.length === 2 && key === 'consent';
|
|
208
|
+
nodes.push({
|
|
209
|
+
path: propertyPath,
|
|
210
|
+
label: key,
|
|
211
|
+
type: 'property',
|
|
212
|
+
children,
|
|
213
|
+
isExpandable: !isRuleLevelConsent && children.length > 0,
|
|
214
|
+
});
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
else {
|
|
218
|
+
// Simple value
|
|
219
|
+
nodes.push({
|
|
220
|
+
path: propertyPath,
|
|
221
|
+
label: key,
|
|
222
|
+
type: 'property',
|
|
223
|
+
valueType: 'value',
|
|
224
|
+
children: [],
|
|
225
|
+
isExpandable: false,
|
|
226
|
+
});
|
|
227
|
+
}
|
|
228
|
+
});
|
|
229
|
+
return nodes;
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* Build tree structure from mapping config
|
|
233
|
+
*
|
|
234
|
+
* Pure utility function that transforms mapping config into tree structure.
|
|
235
|
+
* Returns array of entity nodes (no root wrapper).
|
|
236
|
+
* Now includes nested properties and map keys.
|
|
237
|
+
*/
|
|
238
|
+
export function buildTreeFromMapping(config) {
|
|
239
|
+
const nodes = [];
|
|
240
|
+
// Add policy node if policy exists and has keys
|
|
241
|
+
const configRecord = config;
|
|
242
|
+
if (config.policy &&
|
|
243
|
+
typeof config.policy === 'object' &&
|
|
244
|
+
Object.keys(config.policy).length > 0) {
|
|
245
|
+
const policyChildren = [];
|
|
246
|
+
// Build children for each policy path
|
|
247
|
+
Object.keys(config.policy)
|
|
248
|
+
.sort()
|
|
249
|
+
.forEach((policyPath) => {
|
|
250
|
+
const policyValue = config.policy[policyPath];
|
|
251
|
+
// Build tree for this policy value's properties
|
|
252
|
+
const valueChildren = buildPropertyTree(policyValue, [
|
|
253
|
+
'policy',
|
|
254
|
+
policyPath,
|
|
255
|
+
]);
|
|
256
|
+
policyChildren.push({
|
|
257
|
+
path: ['policy', policyPath],
|
|
258
|
+
label: policyPath,
|
|
259
|
+
type: 'property',
|
|
260
|
+
valueType: undefined,
|
|
261
|
+
children: valueChildren,
|
|
262
|
+
isExpandable: valueChildren.length > 0,
|
|
263
|
+
});
|
|
264
|
+
});
|
|
265
|
+
nodes.push({
|
|
266
|
+
path: ['policy'],
|
|
267
|
+
label: 'Policy',
|
|
268
|
+
type: 'property',
|
|
269
|
+
valueType: undefined,
|
|
270
|
+
children: policyChildren,
|
|
271
|
+
isExpandable: true,
|
|
272
|
+
});
|
|
273
|
+
}
|
|
274
|
+
// Build entity and rule nodes
|
|
275
|
+
Object.keys(config)
|
|
276
|
+
.sort()
|
|
277
|
+
.forEach((entity) => {
|
|
278
|
+
// Skip special properties that aren't entities
|
|
279
|
+
if (entity === 'policy' ||
|
|
280
|
+
entity === 'consent' ||
|
|
281
|
+
entity === 'data' ||
|
|
282
|
+
entity === 'mapping') {
|
|
283
|
+
return;
|
|
284
|
+
}
|
|
285
|
+
const entityNode = {
|
|
286
|
+
path: [entity],
|
|
287
|
+
label: entity,
|
|
288
|
+
type: 'entity',
|
|
289
|
+
valueType: undefined,
|
|
290
|
+
children: [],
|
|
291
|
+
isExpandable: true,
|
|
292
|
+
};
|
|
293
|
+
const actions = configRecord[entity];
|
|
294
|
+
if (actions && typeof actions === 'object') {
|
|
295
|
+
Object.keys(actions)
|
|
296
|
+
.sort()
|
|
297
|
+
.forEach((action) => {
|
|
298
|
+
const ruleConfig = actions[action];
|
|
299
|
+
// Build property tree for rule properties
|
|
300
|
+
const properties = buildPropertyTree(ruleConfig, [entity, action]);
|
|
301
|
+
const ruleNode = {
|
|
302
|
+
path: [entity, action],
|
|
303
|
+
label: action,
|
|
304
|
+
type: 'rule',
|
|
305
|
+
valueType: undefined,
|
|
306
|
+
children: properties,
|
|
307
|
+
isExpandable: properties.length > 0,
|
|
308
|
+
};
|
|
309
|
+
entityNode.children?.push(ruleNode);
|
|
310
|
+
});
|
|
311
|
+
}
|
|
312
|
+
nodes.push(entityNode);
|
|
313
|
+
});
|
|
314
|
+
return nodes;
|
|
315
|
+
}
|
|
316
|
+
function TreeNodeComponent({ node, expandedPaths, selectedPath, onToggle, onSelect, onAddAction, level, }) {
|
|
317
|
+
const pathKey = node.path.join('.');
|
|
318
|
+
const isExpanded = expandedPaths.has(pathKey);
|
|
319
|
+
const isSelected = node.path.length > 0 && node.path.join('.') === selectedPath.join('.');
|
|
320
|
+
// Check if this node is an ancestor of the selected path
|
|
321
|
+
const isAncestor = node.path.length > 0 &&
|
|
322
|
+
selectedPath.length > node.path.length &&
|
|
323
|
+
node.path.every((segment, i) => segment === selectedPath[i]);
|
|
324
|
+
const hasChildren = node.children && node.children.length > 0;
|
|
325
|
+
// Entities are always expandable (to allow adding actions)
|
|
326
|
+
const showToggle = (hasChildren && node.isExpandable) || node.type === 'entity';
|
|
327
|
+
const showChildren = (hasChildren && isExpanded) || (node.type === 'entity' && isExpanded);
|
|
328
|
+
// State for adding new action
|
|
329
|
+
const [isAddingAction, setIsAddingAction] = useState(false);
|
|
330
|
+
const [newActionName, setNewActionName] = useState('');
|
|
331
|
+
const [actionExists, setActionExists] = useState(false);
|
|
332
|
+
const inputRef = useRef(null);
|
|
333
|
+
// Focus input when adding action
|
|
334
|
+
useEffect(() => {
|
|
335
|
+
if (isAddingAction && inputRef.current) {
|
|
336
|
+
inputRef.current.focus();
|
|
337
|
+
}
|
|
338
|
+
}, [isAddingAction]);
|
|
339
|
+
// Check if action exists in children
|
|
340
|
+
useEffect(() => {
|
|
341
|
+
if (node.type === 'entity' && newActionName) {
|
|
342
|
+
const exists = node.children?.some((child) => child.label === newActionName) ?? false;
|
|
343
|
+
setActionExists(exists);
|
|
344
|
+
}
|
|
345
|
+
}, [newActionName, node]);
|
|
346
|
+
// Handle add action button click
|
|
347
|
+
const handleAddClick = (e) => {
|
|
348
|
+
e.stopPropagation();
|
|
349
|
+
if (!isExpanded) {
|
|
350
|
+
onToggle(node.path);
|
|
351
|
+
}
|
|
352
|
+
setIsAddingAction(true);
|
|
353
|
+
};
|
|
354
|
+
// Handle action input change
|
|
355
|
+
const handleActionInput = (e) => {
|
|
356
|
+
setNewActionName(e.target.value);
|
|
357
|
+
};
|
|
358
|
+
// Handle action input submit
|
|
359
|
+
const handleActionSubmit = () => {
|
|
360
|
+
if (!newActionName.trim()) {
|
|
361
|
+
setIsAddingAction(false);
|
|
362
|
+
setNewActionName('');
|
|
363
|
+
return;
|
|
364
|
+
}
|
|
365
|
+
if (actionExists) {
|
|
366
|
+
// Navigate to existing action
|
|
367
|
+
onSelect([node.path[0], newActionName]);
|
|
368
|
+
setIsAddingAction(false);
|
|
369
|
+
setNewActionName('');
|
|
370
|
+
setActionExists(false);
|
|
371
|
+
}
|
|
372
|
+
else if (onAddAction) {
|
|
373
|
+
// Create new action
|
|
374
|
+
onAddAction(node.path[0], newActionName.trim());
|
|
375
|
+
setIsAddingAction(false);
|
|
376
|
+
setNewActionName('');
|
|
377
|
+
}
|
|
378
|
+
};
|
|
379
|
+
// Handle action input key down
|
|
380
|
+
const handleActionKeyDown = (e) => {
|
|
381
|
+
if (e.key === 'Escape') {
|
|
382
|
+
e.preventDefault();
|
|
383
|
+
setIsAddingAction(false);
|
|
384
|
+
setNewActionName('');
|
|
385
|
+
setActionExists(false);
|
|
386
|
+
}
|
|
387
|
+
};
|
|
388
|
+
// Handle row click
|
|
389
|
+
const handleRowClick = (e) => {
|
|
390
|
+
const target = e.target;
|
|
391
|
+
const isToggleClick = target.classList.contains('elb-mapping-tree-toggle');
|
|
392
|
+
const isAddButtonClick = target.classList.contains('elb-mapping-tree-add-button');
|
|
393
|
+
if (isAddButtonClick) {
|
|
394
|
+
return; // Already handled by button
|
|
395
|
+
}
|
|
396
|
+
if (isToggleClick && showToggle) {
|
|
397
|
+
// Clicked on toggle arrow - always toggle
|
|
398
|
+
onToggle(node.path);
|
|
399
|
+
}
|
|
400
|
+
else if (node.type === 'entity') {
|
|
401
|
+
// Clicked on entity row - navigate to entity pane and expand if not already expanded
|
|
402
|
+
onSelect(node.path);
|
|
403
|
+
if (!isExpanded) {
|
|
404
|
+
onToggle(node.path);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
else {
|
|
408
|
+
// Clicked on rule/property - select (navigate)
|
|
409
|
+
onSelect(node.path);
|
|
410
|
+
// Also expand if has children and not already expanded
|
|
411
|
+
if (hasChildren && node.isExpandable && !isExpanded) {
|
|
412
|
+
onToggle(node.path);
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
};
|
|
416
|
+
return (_jsxs("div", { className: `elb-mapping-tree-node elb-mapping-tree-node--level-${level}`, children: [_jsxs("div", { className: `elb-mapping-tree-node-content ${isSelected ? 'is-selected' : ''} ${isAncestor ? 'is-ancestor' : ''} ${node.type === 'entity' ? 'is-entity' : ''}`, onClick: handleRowClick, role: "button", tabIndex: 0, onKeyDown: (e) => {
|
|
417
|
+
if (e.key === 'Enter' || e.key === ' ') {
|
|
418
|
+
e.preventDefault();
|
|
419
|
+
handleRowClick(e);
|
|
420
|
+
}
|
|
421
|
+
}, children: [showToggle ? (_jsx("span", { className: `elb-mapping-tree-toggle ${isExpanded ? 'is-expanded' : ''}`, children: "\u203A" })) : (_jsx("span", { className: "elb-mapping-tree-spacer" })), _jsx("span", { className: `elb-mapping-tree-label elb-mapping-tree-label--${node.type}`, children: node.label }), node.type === 'entity' && onAddAction && (_jsx("button", { type: "button", className: "elb-mapping-tree-add-button", onClick: handleAddClick, "aria-label": "Add action", title: "Add action", children: "+" }))] }), showChildren && (_jsxs("div", { className: "elb-mapping-tree-children", children: [node.children?.map((child) => (_jsx(TreeNodeComponent, { node: child, expandedPaths: expandedPaths, selectedPath: selectedPath, onToggle: onToggle, onSelect: onSelect, onAddAction: onAddAction, level: level + 1 }, child.path.join('.')))), isAddingAction && node.type === 'entity' && (_jsxs("div", { className: "elb-mapping-tree-add-action", children: [_jsx("span", { className: "elb-mapping-tree-spacer" }), _jsx("div", { ref: inputRef, className: "elb-mapping-tree-add-input-wrapper", children: _jsx(MappingInputWithButton, { value: newActionName, onChange: (val) => setNewActionName(val), onSubmit: handleActionSubmit, onKeyDown: handleActionKeyDown, buttonLabel: actionExists ? 'Open' : 'Create', showButton: true, placeholder: "action", className: `elb-mapping-tree-add-input ${actionExists ? 'is-existing' : ''}`, autoFocus: true }) })] }))] }))] }));
|
|
422
|
+
}
|
|
423
|
+
export function MappingTreeSidebar({ config, currentPath, expandedPaths, visible, onToggle, onNavigate, onAddAction, onAddEntity, onClose, className = '', }) {
|
|
424
|
+
const [isAddingEntity, setIsAddingEntity] = useState(false);
|
|
425
|
+
const [newEntityName, setNewEntityName] = useState('');
|
|
426
|
+
const [entityExists, setEntityExists] = useState(false);
|
|
427
|
+
const entityInputRef = useRef(null);
|
|
428
|
+
// Focus input when adding entity
|
|
429
|
+
useEffect(() => {
|
|
430
|
+
if (isAddingEntity && entityInputRef.current) {
|
|
431
|
+
entityInputRef.current.focus();
|
|
432
|
+
}
|
|
433
|
+
}, [isAddingEntity]);
|
|
434
|
+
// Check if entity exists
|
|
435
|
+
useEffect(() => {
|
|
436
|
+
if (newEntityName) {
|
|
437
|
+
const exists = Object.keys(config).includes(newEntityName);
|
|
438
|
+
setEntityExists(exists);
|
|
439
|
+
}
|
|
440
|
+
}, [newEntityName, config]);
|
|
441
|
+
if (!visible) {
|
|
442
|
+
return null;
|
|
443
|
+
}
|
|
444
|
+
const tree = buildTreeFromMapping(config);
|
|
445
|
+
const handleAddEntityClick = () => {
|
|
446
|
+
setIsAddingEntity(true);
|
|
447
|
+
};
|
|
448
|
+
const handleEntityInput = (e) => {
|
|
449
|
+
setNewEntityName(e.target.value);
|
|
450
|
+
};
|
|
451
|
+
const handleEntitySubmit = () => {
|
|
452
|
+
if (!newEntityName.trim()) {
|
|
453
|
+
setIsAddingEntity(false);
|
|
454
|
+
setNewEntityName('');
|
|
455
|
+
return;
|
|
456
|
+
}
|
|
457
|
+
if (entityExists) {
|
|
458
|
+
// Navigate to existing entity - expand it
|
|
459
|
+
onToggle([newEntityName]);
|
|
460
|
+
setIsAddingEntity(false);
|
|
461
|
+
setNewEntityName('');
|
|
462
|
+
setEntityExists(false);
|
|
463
|
+
}
|
|
464
|
+
else if (onAddEntity) {
|
|
465
|
+
// Create new entity
|
|
466
|
+
onAddEntity(newEntityName.trim());
|
|
467
|
+
setIsAddingEntity(false);
|
|
468
|
+
setNewEntityName('');
|
|
469
|
+
}
|
|
470
|
+
};
|
|
471
|
+
const handleEntityKeyDown = (e) => {
|
|
472
|
+
if (e.key === 'Enter') {
|
|
473
|
+
e.preventDefault();
|
|
474
|
+
handleEntitySubmit();
|
|
475
|
+
}
|
|
476
|
+
else if (e.key === 'Escape') {
|
|
477
|
+
e.preventDefault();
|
|
478
|
+
setIsAddingEntity(false);
|
|
479
|
+
setNewEntityName('');
|
|
480
|
+
setEntityExists(false);
|
|
481
|
+
}
|
|
482
|
+
};
|
|
483
|
+
const handleEntityBlur = () => {
|
|
484
|
+
// Small delay to allow click events to fire, then submit
|
|
485
|
+
setTimeout(() => {
|
|
486
|
+
handleEntitySubmit();
|
|
487
|
+
}, 150);
|
|
488
|
+
};
|
|
489
|
+
return (_jsxs("aside", { className: `elb-mapping-tree-sidebar ${className}`, "aria-label": "Mapping structure", children: [_jsxs("div", { className: "elb-mapping-tree-content", children: [tree.map((node) => (_jsx(TreeNodeComponent, { node: node, expandedPaths: expandedPaths, selectedPath: currentPath, onToggle: onToggle, onSelect: onNavigate, onAddAction: onAddAction, level: 0 }, node.path.join('.')))), _jsxs("div", { className: "elb-mapping-tree-add-entity-section", children: [!isAddingEntity && onAddEntity && (_jsxs("button", { type: "button", className: "elb-mapping-tree-add-entity-button", onClick: handleAddEntityClick, children: [_jsx("span", { children: "+" }), " Add Entity"] })), isAddingEntity && (_jsx("div", { className: "elb-mapping-tree-add-entity", children: _jsx("input", { ref: entityInputRef, type: "text", className: `elb-mapping-tree-add-entity-input ${entityExists ? 'is-error' : ''}`, value: newEntityName, onChange: handleEntityInput, onKeyDown: handleEntityKeyDown, onBlur: handleEntityBlur, placeholder: "entity" }) }))] }), _jsx("div", { className: "elb-mapping-tree-bottom-padding" })] }), onClose && (_jsx("button", { type: "button", className: "elb-mapping-tree-close-button", onClick: onClose, "aria-label": "Close tree sidebar", title: "Close sidebar", children: _jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M15 18L9 12L15 6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }) }))] }));
|
|
490
|
+
}
|
|
491
|
+
//# sourceMappingURL=mapping-tree-sidebar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-tree-sidebar.js","sourceRoot":"","sources":["../../../src/components/molecules/mapping-tree-sidebar.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { UseMappingStateReturn } from '../../hooks/useMappingState';
|
|
2
|
+
/**
|
|
3
|
+
* Type selection grid for mapping configuration
|
|
4
|
+
*/
|
|
5
|
+
export interface MappingTypeGridProps {
|
|
6
|
+
path: string[];
|
|
7
|
+
mappingState: UseMappingStateReturn;
|
|
8
|
+
onSelectType: (type: string) => void;
|
|
9
|
+
className?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare function MappingTypeGrid({ path, mappingState, onSelectType, className, }: MappingTypeGridProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
//# sourceMappingURL=mapping-type-grid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-type-grid.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/mapping-type-grid.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAiFzE;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,YAAY,EAAE,qBAAqB,CAAC;IACpC,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,EAC9B,IAAI,EACJ,YAAY,EACZ,YAAY,EACZ,SAAc,GACf,EAAE,oBAAoB,2CAkGtB"}
|