@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,107 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useState } from 'react';
|
|
3
|
+
const TYPE_OPTIONS = [
|
|
4
|
+
// Transformation types (mutually exclusive)
|
|
5
|
+
{
|
|
6
|
+
type: 'map',
|
|
7
|
+
label: 'Map',
|
|
8
|
+
description: 'Transform properties',
|
|
9
|
+
category: 'transformation',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
type: 'loop',
|
|
13
|
+
label: 'Loop',
|
|
14
|
+
description: 'Iterate array',
|
|
15
|
+
category: 'transformation',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
type: 'fn',
|
|
19
|
+
label: 'Function',
|
|
20
|
+
description: 'Custom logic',
|
|
21
|
+
category: 'transformation',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
type: 'key',
|
|
25
|
+
label: 'Key',
|
|
26
|
+
description: 'Direct path',
|
|
27
|
+
category: 'transformation',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
type: 'value',
|
|
31
|
+
label: 'Value',
|
|
32
|
+
description: 'Static value',
|
|
33
|
+
category: 'transformation',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
type: 'set',
|
|
37
|
+
label: 'Set',
|
|
38
|
+
description: 'Set values',
|
|
39
|
+
category: 'transformation',
|
|
40
|
+
},
|
|
41
|
+
// Advanced types (can be combined)
|
|
42
|
+
{
|
|
43
|
+
type: 'consent',
|
|
44
|
+
label: 'Consent',
|
|
45
|
+
description: 'Require consent',
|
|
46
|
+
category: 'advanced',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
type: 'condition',
|
|
50
|
+
label: 'Condition',
|
|
51
|
+
description: 'If condition',
|
|
52
|
+
category: 'advanced',
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
type: 'validate',
|
|
56
|
+
label: 'Validate',
|
|
57
|
+
description: 'Rules check',
|
|
58
|
+
category: 'advanced',
|
|
59
|
+
},
|
|
60
|
+
];
|
|
61
|
+
export function MappingTypeGrid({ path, mappingState, onSelectType, className = '', }) {
|
|
62
|
+
// Get current configuration at path
|
|
63
|
+
const currentValue = mappingState.actions.getValue(path);
|
|
64
|
+
// Handle string shorthand (e.g., "data.product" → { key: "data.product" })
|
|
65
|
+
const isStringValue = typeof currentValue === 'string';
|
|
66
|
+
const [pathValue, setPathValue] = useState(isStringValue ? currentValue : '');
|
|
67
|
+
// Determine which types are currently configured
|
|
68
|
+
const configuredTypes = new Set();
|
|
69
|
+
if (currentValue && typeof currentValue === 'object') {
|
|
70
|
+
const obj = currentValue;
|
|
71
|
+
Object.keys(obj).forEach((key) => {
|
|
72
|
+
if ([
|
|
73
|
+
'map',
|
|
74
|
+
'loop',
|
|
75
|
+
'fn',
|
|
76
|
+
'set',
|
|
77
|
+
'key',
|
|
78
|
+
'value',
|
|
79
|
+
'consent',
|
|
80
|
+
'condition',
|
|
81
|
+
'validate',
|
|
82
|
+
].includes(key)) {
|
|
83
|
+
configuredTypes.add(key);
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
else if (isStringValue) {
|
|
88
|
+
// String is shorthand for key
|
|
89
|
+
configuredTypes.add('key');
|
|
90
|
+
}
|
|
91
|
+
const handlePathChange = (newPath) => {
|
|
92
|
+
setPathValue(newPath);
|
|
93
|
+
// Save as string (shorthand)
|
|
94
|
+
mappingState.actions.setValue(path, newPath);
|
|
95
|
+
};
|
|
96
|
+
const handlePathBlur = () => {
|
|
97
|
+
if (pathValue.trim()) {
|
|
98
|
+
mappingState.actions.setValue(path, pathValue.trim());
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
return (_jsxs("div", { className: `elb-mapping-type-grid ${className}`, children: [_jsxs("div", { className: "elb-mapping-property-path", children: [_jsx("label", { className: "elb-mapping-property-path-label", children: "Property Path:" }), _jsx("input", { type: "text", className: "elb-mapping-property-path-input", value: pathValue, onChange: (e) => handlePathChange(e.target.value), onBlur: handlePathBlur, placeholder: "e.g., data.product or user.id" }), _jsx("div", { className: "elb-mapping-property-path-hint", children: "Enter a simple path for direct property access" })] }), _jsx("h3", { className: "elb-mapping-type-grid-title", children: "Advanced Configuration (optional):" }), _jsx("div", { className: "elb-mapping-type-grid-container", children: TYPE_OPTIONS.map((option) => {
|
|
102
|
+
const isConfigured = configuredTypes.has(option.type);
|
|
103
|
+
const isTransformation = option.category === 'transformation';
|
|
104
|
+
return (_jsxs("button", { type: "button", className: `elb-mapping-type-tile ${isConfigured ? 'is-configured' : ''} ${isTransformation ? 'is-transformation' : 'is-advanced'}`, onClick: () => onSelectType(option.type), children: [isConfigured && (_jsx("span", { className: "elb-mapping-type-tile-check", children: "\u2713" })), _jsx("div", { className: "elb-mapping-type-tile-label", children: option.label }), _jsx("div", { className: "elb-mapping-type-tile-description", children: option.description })] }, option.type));
|
|
105
|
+
}) })] }));
|
|
106
|
+
}
|
|
107
|
+
//# sourceMappingURL=mapping-type-grid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-type-grid.js","sourceRoot":"","sources":["../../../src/components/molecules/mapping-type-grid.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ValueConfigType } from '../atoms/mapping-type-button';
|
|
2
|
+
/**
|
|
3
|
+
* Layout mode for type selector
|
|
4
|
+
*/
|
|
5
|
+
export type TypeSelectorLayout = 'radio' | 'grid' | 'responsive';
|
|
6
|
+
/**
|
|
7
|
+
* Adaptive type selection UI
|
|
8
|
+
*
|
|
9
|
+
* Shows transformation types as:
|
|
10
|
+
* - Radio buttons (narrow screens or 'radio' mode)
|
|
11
|
+
* - Button grid (wide screens or 'grid' mode)
|
|
12
|
+
* - Responsive (adapts based on container width)
|
|
13
|
+
*/
|
|
14
|
+
export interface MappingTypeSelectorProps {
|
|
15
|
+
currentType: ValueConfigType | null;
|
|
16
|
+
onChange: (type: ValueConfigType) => void;
|
|
17
|
+
layout?: TypeSelectorLayout;
|
|
18
|
+
className?: string;
|
|
19
|
+
}
|
|
20
|
+
export declare function MappingTypeSelector({ currentType, onChange, layout, className, }: MappingTypeSelectorProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
//# sourceMappingURL=mapping-type-selector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-type-selector.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/mapping-type-selector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAmCpE;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,MAAM,GAAG,YAAY,CAAC;AAEjE;;;;;;;GAOG;AACH,MAAM,WAAW,wBAAwB;IACvC,WAAW,EAAE,eAAe,GAAG,IAAI,CAAC;IACpC,QAAQ,EAAE,CAAC,IAAI,EAAE,eAAe,KAAK,IAAI,CAAC;IAC1C,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,mBAAmB,CAAC,EAClC,WAAW,EACX,QAAQ,EACR,MAAqB,EACrB,SAAc,GACf,EAAE,wBAAwB,2CAuH1B"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { MappingTypeButton } from '../atoms/mapping-type-button';
|
|
3
|
+
/**
|
|
4
|
+
* Available transformation types
|
|
5
|
+
*/
|
|
6
|
+
const TYPE_OPTIONS = [
|
|
7
|
+
{
|
|
8
|
+
type: 'key',
|
|
9
|
+
label: 'Key Path',
|
|
10
|
+
description: 'Extract value from event path',
|
|
11
|
+
},
|
|
12
|
+
{ type: 'value', label: 'Static Value', description: 'Return fixed value' },
|
|
13
|
+
{
|
|
14
|
+
type: 'loop',
|
|
15
|
+
label: 'Loop',
|
|
16
|
+
description: 'Process array with transformation',
|
|
17
|
+
},
|
|
18
|
+
{ type: 'map', label: 'Map', description: 'Transform object properties' },
|
|
19
|
+
{
|
|
20
|
+
type: 'function',
|
|
21
|
+
label: 'Function',
|
|
22
|
+
description: 'Custom transformation logic',
|
|
23
|
+
},
|
|
24
|
+
{ type: 'set', label: 'Set', description: 'Array of static values' },
|
|
25
|
+
];
|
|
26
|
+
export function MappingTypeSelector({ currentType, onChange, layout = 'responsive', className = '', }) {
|
|
27
|
+
// Radio layout - vertical list with radio buttons
|
|
28
|
+
if (layout === 'radio') {
|
|
29
|
+
return (_jsxs("fieldset", { className: `elb-mapping-type-selector elb-mapping-type-selector--radio ${className}`, children: [_jsx("legend", { className: "elb-mapping-type-selector-legend", children: "Transformation Type:" }), _jsx("div", { className: "elb-mapping-type-selector-radio-list", children: TYPE_OPTIONS.map((option) => (_jsxs("label", { className: `elb-mapping-type-radio-label ${currentType === option.type ? 'is-selected' : ''}`, children: [_jsx("input", { type: "radio", name: "mapping-type", value: option.type, checked: currentType === option.type, onChange: () => onChange(option.type), className: "elb-mapping-type-radio-input" }), _jsxs("span", { className: "elb-mapping-type-radio-content", children: [_jsx("span", { className: "elb-mapping-type-radio-label", children: option.label }), _jsx("span", { className: "elb-mapping-type-radio-description", children: option.description })] })] }, option.type))) })] }));
|
|
30
|
+
}
|
|
31
|
+
// Grid layout - button grid
|
|
32
|
+
if (layout === 'grid') {
|
|
33
|
+
return (_jsxs("div", { className: `elb-mapping-type-selector elb-mapping-type-selector--grid ${className}`, role: "radiogroup", "aria-label": "Transformation Type", children: [_jsx("div", { className: "elb-mapping-type-selector-legend", children: "Transformation Type:" }), _jsx("div", { className: "elb-mapping-type-selector-grid", children: TYPE_OPTIONS.map((option) => (_jsx(MappingTypeButton, { type: option.type, label: option.label, description: option.description, isActive: currentType === option.type, onClick: () => onChange(option.type) }, option.type))) })] }));
|
|
34
|
+
}
|
|
35
|
+
// Responsive layout - adapts based on CSS media queries
|
|
36
|
+
return (_jsxs("div", { className: `elb-mapping-type-selector elb-mapping-type-selector--responsive ${className}`, role: "radiogroup", "aria-label": "Transformation Type", children: [_jsx("div", { className: "elb-mapping-type-selector-legend", children: "Transformation Type:" }), _jsx("div", { className: "elb-mapping-type-selector-radio-list", children: TYPE_OPTIONS.map((option) => (_jsxs("label", { className: `elb-mapping-type-radio-label ${currentType === option.type ? 'is-selected' : ''}`, children: [_jsx("input", { type: "radio", name: "mapping-type", value: option.type, checked: currentType === option.type, onChange: () => onChange(option.type), className: "elb-mapping-type-radio-input" }), _jsxs("span", { className: "elb-mapping-type-radio-content", children: [_jsx("span", { className: "elb-mapping-type-radio-label", children: option.label }), _jsx("span", { className: "elb-mapping-type-radio-description", children: option.description })] })] }, option.type))) }), _jsx("div", { className: "elb-mapping-type-selector-grid", children: TYPE_OPTIONS.map((option) => (_jsx(MappingTypeButton, { type: option.type, label: option.label, description: option.description, isActive: currentType === option.type, onClick: () => onChange(option.type) }, option.type))) })] }));
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=mapping-type-selector.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-type-selector.js","sourceRoot":"","sources":["../../../src/components/molecules/mapping-type-selector.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { UseMappingStateReturn } from '../../hooks/useMappingState';
|
|
2
|
+
import type { UseMappingNavigationReturn } from '../../hooks/useMappingNavigation';
|
|
3
|
+
/**
|
|
4
|
+
* Mapping Validate Pane View
|
|
5
|
+
*
|
|
6
|
+
* Dedicated pane for the 'validate' property - a validation function that
|
|
7
|
+
* checks if a transformed value should be included.
|
|
8
|
+
*
|
|
9
|
+
* Function signature: (value?) => boolean
|
|
10
|
+
* Returns true to include the value, false to exclude it.
|
|
11
|
+
*/
|
|
12
|
+
export interface MappingValidatePaneViewProps {
|
|
13
|
+
path: string[];
|
|
14
|
+
mappingState: UseMappingStateReturn;
|
|
15
|
+
navigation: UseMappingNavigationReturn;
|
|
16
|
+
className?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare function MappingValidatePaneView(props: MappingValidatePaneViewProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
//# sourceMappingURL=mapping-validate-pane-view.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-validate-pane-view.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/mapping-validate-pane-view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACzE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAMnF;;;;;;;;GAQG;AACH,MAAM,WAAW,4BAA4B;IAC3C,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,YAAY,EAAE,qBAAqB,CAAC;IACpC,UAAU,EAAE,0BAA0B,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAwFD,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,4BAA4B,2CAW1E"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { MappingFunctionPaneBase, } from './mapping-function-pane-base';
|
|
3
|
+
const DEFAULT_VALIDATE = `(
|
|
4
|
+
value: unknown
|
|
5
|
+
): boolean | Promise<boolean> => {
|
|
6
|
+
// Return true to include this value
|
|
7
|
+
// Return false to exclude it
|
|
8
|
+
return value !== undefined && value !== null && value !== '';
|
|
9
|
+
}`;
|
|
10
|
+
const HELP_SECTIONS = [
|
|
11
|
+
{
|
|
12
|
+
title: 'Parameter',
|
|
13
|
+
items: [
|
|
14
|
+
{
|
|
15
|
+
code: 'value',
|
|
16
|
+
description: 'The transformed value to validate (optional)',
|
|
17
|
+
},
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
title: 'Return Value',
|
|
22
|
+
items: [
|
|
23
|
+
{
|
|
24
|
+
code: 'true',
|
|
25
|
+
description: 'Include this value in the result',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
code: 'false',
|
|
29
|
+
description: 'Exclude this value (skip it)',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
code: 'Promise',
|
|
33
|
+
description: 'Can be async (return Promise)',
|
|
34
|
+
},
|
|
35
|
+
],
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
title: 'Examples',
|
|
39
|
+
examples: [
|
|
40
|
+
{
|
|
41
|
+
label: 'Exclude empty values:',
|
|
42
|
+
code: (_jsx(_Fragment, { children: "(value) => value !== undefined && value !== null && value !== ''" })),
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
label: 'Only include valid email addresses:',
|
|
46
|
+
code: (_jsx(_Fragment, { children: "(value) => typeof value === 'string' && /^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$/.test(value)" })),
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
label: 'Only include positive numbers:',
|
|
50
|
+
code: _jsx(_Fragment, { children: "(value) => typeof value === 'number' && value > 0" }),
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
label: 'Validate URL format:',
|
|
54
|
+
code: (_jsxs(_Fragment, { children: ["(value) => {", '\n', ' ', "try {", '\n', ' ', "new URL(value);", '\n', ' ', "return true;", '\n', ' ', "} catch {", '\n', ' ', "return false;", '\n', ' ', "}", '\n', "}"] })),
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
label: 'Exclude specific values:',
|
|
58
|
+
code: (_jsx(_Fragment, { children: "(value) => !['test', 'localhost', 'example.com'].includes(value)" })),
|
|
59
|
+
},
|
|
60
|
+
],
|
|
61
|
+
},
|
|
62
|
+
];
|
|
63
|
+
export function MappingValidatePaneView(props) {
|
|
64
|
+
return (_jsx(MappingFunctionPaneBase, { title: "Validation Function", description: "Validate if the transformed value should be included", defaultCode: DEFAULT_VALIDATE, helpSections: HELP_SECTIONS, functionType: "validate", ...props }));
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=mapping-validate-pane-view.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-validate-pane-view.js","sourceRoot":"","sources":["../../../src/components/molecules/mapping-validate-pane-view.tsx"],"names":[],"mappings":";AAEA,OAAO,EACL,uBAAuB,GAExB,MAAM,8BAA8B,CAAC;AAkBtC,MAAM,gBAAgB,GAAG;;;;;;EAMvB,CAAC;AAEH,MAAM,aAAa,GAAkB;IACnC;QACE,KAAK,EAAE,WAAW;QAClB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,8CAA8C;aAC5D;SACF;KACF;IACD;QACE,KAAK,EAAE,cAAc;QACrB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,MAAM;gBACZ,WAAW,EAAE,kCAAkC;aAChD;YACD;gBACE,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,8BAA8B;aAC5C;YACD;gBACE,IAAI,EAAE,SAAS;gBACf,WAAW,EAAE,+BAA+B;aAC7C;SACF;KACF;IACD;QACE,KAAK,EAAE,UAAU;QACjB,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,uBAAuB;gBAC9B,IAAI,EAAE,CACJ,iGAEG,CACJ;aACF;YACD;gBACE,KAAK,EAAE,qCAAqC;gBAC5C,IAAI,EAAE,CACJ,qHAGG,CACJ;aACF;YACD;gBACE,KAAK,EAAE,gCAAgC;gBACvC,IAAI,EAAE,kFAA4D;aACnE;YACD;gBACE,KAAK,EAAE,sBAAsB;gBAC7B,IAAI,EAAE,CACJ,8CACuB,IAAI,EACxB,IAAI,WAAY,IAAI,EACpB,MAAM,qBAAiB,IAAI,EAC3B,MAAM,kBAAc,IAAI,EACxB,IAAI,eAAqB,IAAI,EAC7B,MAAM,mBAAe,IAAI,EACzB,IAAI,OAAQ,IAAI,SAEhB,CACJ;aACF;YACD;gBACE,KAAK,EAAE,0BAA0B;gBACjC,IAAI,EAAE,CACJ,iGAEG,CACJ;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,UAAU,uBAAuB,CAAC,KAAmC;IACzE,OAAO,CACL,KAAC,uBAAuB,IACtB,KAAK,EAAC,qBAAqB,EAC3B,WAAW,EAAC,sDAAsD,EAClE,WAAW,EAAE,gBAAgB,EAC7B,YAAY,EAAE,aAAa,EAC3B,YAAY,EAAC,UAAU,KACnB,KAAK,GACT,CACH,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { UseMappingStateReturn } from '../../hooks/useMappingState';
|
|
2
|
+
import type { UseMappingNavigationReturn } from '../../hooks/useMappingNavigation';
|
|
3
|
+
/**
|
|
4
|
+
* ValueConfig Pane View - Pure Presentation Component
|
|
5
|
+
*
|
|
6
|
+
* Most complex pane - edits value transformations based on type:
|
|
7
|
+
* - key: Extract value from event path (string)
|
|
8
|
+
* - value: Static value (any type)
|
|
9
|
+
* - map: Transform to object (opens MapPaneView)
|
|
10
|
+
* - loop: Process array (opens LoopPaneView)
|
|
11
|
+
* - function: Custom transformation (code editor)
|
|
12
|
+
* - set: Array of static values
|
|
13
|
+
*
|
|
14
|
+
* Uses MappingTypeSelector to switch between types.
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* <MappingValueConfigPaneView
|
|
18
|
+
* path={['product', 'view', 'data']}
|
|
19
|
+
* mappingState={mappingState}
|
|
20
|
+
* navigation={navigation}
|
|
21
|
+
* />
|
|
22
|
+
*/
|
|
23
|
+
export interface MappingValueConfigPaneViewProps {
|
|
24
|
+
path: string[];
|
|
25
|
+
mappingState: UseMappingStateReturn;
|
|
26
|
+
navigation: UseMappingNavigationReturn;
|
|
27
|
+
className?: string;
|
|
28
|
+
}
|
|
29
|
+
export declare function MappingValueConfigPaneView({ path, mappingState, navigation, className, }: MappingValueConfigPaneViewProps): import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
//# sourceMappingURL=mapping-value-config-pane-view.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-value-config-pane-view.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/mapping-value-config-pane-view.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACzE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAInF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,WAAW,+BAA+B;IAC9C,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,YAAY,EAAE,qBAAqB,CAAC;IACpC,UAAU,EAAE,0BAA0B,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,0BAA0B,CAAC,EACzC,IAAI,EACJ,YAAY,EACZ,UAAU,EACV,SAAc,GACf,EAAE,+BAA+B,2CAyOjC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { BaseMappingPane } from '../atoms/base-mapping-pane';
|
|
3
|
+
import { MappingInput } from '../atoms/mapping-input';
|
|
4
|
+
export function MappingValueConfigPaneView({ path, mappingState, navigation, className = '', }) {
|
|
5
|
+
const value = mappingState.actions.getValue(path);
|
|
6
|
+
const pathLabel = path[path.length - 1] || 'Value';
|
|
7
|
+
// Determine current type
|
|
8
|
+
const getCurrentType = () => {
|
|
9
|
+
// undefined or other primitives - return null so pathLabel can determine type
|
|
10
|
+
if (value === undefined || typeof value !== 'object' || value === null)
|
|
11
|
+
return null;
|
|
12
|
+
// Check object properties
|
|
13
|
+
if ('map' in value)
|
|
14
|
+
return 'map';
|
|
15
|
+
if ('loop' in value)
|
|
16
|
+
return 'loop';
|
|
17
|
+
if ('fn' in value)
|
|
18
|
+
return 'function';
|
|
19
|
+
if ('value' in value)
|
|
20
|
+
return 'value';
|
|
21
|
+
if ('set' in value)
|
|
22
|
+
return 'set';
|
|
23
|
+
return null;
|
|
24
|
+
};
|
|
25
|
+
const currentType = getCurrentType();
|
|
26
|
+
// Use pathLabel to determine type when value is undefined/null
|
|
27
|
+
// This ensures correct editor when navigating to a specific property path
|
|
28
|
+
const effectiveType = currentType || 'value';
|
|
29
|
+
// Type change handler - converts value to new type
|
|
30
|
+
const handleTypeChange = (newType) => {
|
|
31
|
+
if (newType === currentType)
|
|
32
|
+
return;
|
|
33
|
+
switch (newType) {
|
|
34
|
+
case 'value':
|
|
35
|
+
mappingState.actions.setValue(path, { value: '' });
|
|
36
|
+
break;
|
|
37
|
+
case 'map':
|
|
38
|
+
mappingState.actions.setValue(path, { map: {} });
|
|
39
|
+
break;
|
|
40
|
+
case 'loop':
|
|
41
|
+
mappingState.actions.setValue(path, { loop: ['nested', 'this'] });
|
|
42
|
+
break;
|
|
43
|
+
case 'function':
|
|
44
|
+
mappingState.actions.setValue(path, { fn: '(event) => event.data' });
|
|
45
|
+
break;
|
|
46
|
+
case 'set':
|
|
47
|
+
mappingState.actions.setValue(path, { set: [] });
|
|
48
|
+
break;
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
// Type-specific value handlers
|
|
52
|
+
const handleStaticValueChange = (newValue) => {
|
|
53
|
+
// When the entire ValueConfig at 'path' is { value: X }, update it to { value: newValue }
|
|
54
|
+
mappingState.actions.setValue(path, { value: newValue });
|
|
55
|
+
};
|
|
56
|
+
const handleFunctionChange = (newValue) => {
|
|
57
|
+
mappingState.actions.setValue(path, { fn: newValue });
|
|
58
|
+
};
|
|
59
|
+
const handleOpenComplex = () => {
|
|
60
|
+
const nodeType = currentType === 'map'
|
|
61
|
+
? 'map'
|
|
62
|
+
: currentType === 'loop'
|
|
63
|
+
? 'loop'
|
|
64
|
+
: 'valueConfig';
|
|
65
|
+
navigation.openTab(path, nodeType);
|
|
66
|
+
};
|
|
67
|
+
// Render type-specific editor
|
|
68
|
+
const renderEditor = () => {
|
|
69
|
+
switch (effectiveType) {
|
|
70
|
+
case 'value':
|
|
71
|
+
const staticValue = typeof value === 'object' && value !== null && 'value' in value
|
|
72
|
+
? value.value || ''
|
|
73
|
+
: '';
|
|
74
|
+
return (_jsx(BaseMappingPane, { title: "Static Value", description: "Fixed value that will be used (string, number, or boolean)", navigation: navigation, children: _jsxs("div", { className: "elb-mapping-pane-field", children: [_jsx(MappingInput, { value: String(staticValue), onChange: handleStaticValueChange, placeholder: "USD" }), _jsx("div", { className: "elb-mapping-pane-hint", children: "Use for constant values like currency codes, fixed IDs, etc." })] }) }));
|
|
75
|
+
case 'map':
|
|
76
|
+
const mapObj = typeof value === 'object' && value !== null && 'map' in value
|
|
77
|
+
? value.map || {}
|
|
78
|
+
: {};
|
|
79
|
+
const mapKeyCount = Object.keys(mapObj).length;
|
|
80
|
+
return (_jsx(BaseMappingPane, { title: "Map Object", description: "Transform event data into an object with multiple keys", navigation: navigation, children: _jsx("div", { className: "elb-mapping-pane-field", children: _jsxs("div", { className: "elb-mapping-value-complex", children: [_jsxs("div", { className: "elb-mapping-value-complex-info", children: [_jsx("span", { className: "elb-mapping-pane-type-badge", children: "map" }), _jsxs("span", { children: [mapKeyCount, " ", mapKeyCount === 1 ? 'key' : 'keys', " defined"] })] }), _jsx("button", { type: "button", className: "elb-mapping-pane-button elb-mapping-pane-button--primary", onClick: handleOpenComplex, children: "Edit Map \u2192" })] }) }) }));
|
|
81
|
+
case 'loop':
|
|
82
|
+
const loopArr = typeof value === 'object' && value !== null && 'loop' in value
|
|
83
|
+
? value.loop || []
|
|
84
|
+
: [];
|
|
85
|
+
const loopSource = (Array.isArray(loopArr) && loopArr.length > 0 ? loopArr[0] : 'nested');
|
|
86
|
+
return (_jsx(BaseMappingPane, { title: "Loop Array", description: "Process an array of items from the event", navigation: navigation, children: _jsx("div", { className: "elb-mapping-pane-field", children: _jsxs("div", { className: "elb-mapping-value-complex", children: [_jsxs("div", { className: "elb-mapping-value-complex-info", children: [_jsx("span", { className: "elb-mapping-pane-type-badge", children: "loop" }), _jsxs("span", { children: ["Source: ", loopSource] })] }), _jsx("button", { type: "button", className: "elb-mapping-pane-button elb-mapping-pane-button--primary", onClick: handleOpenComplex, children: "Edit Loop \u2192" })] }) }) }));
|
|
87
|
+
case 'function':
|
|
88
|
+
const fnValue = typeof value === 'object' && value !== null && 'fn' in value
|
|
89
|
+
? value.fn ||
|
|
90
|
+
'(event) => event.data'
|
|
91
|
+
: '(event) => event.data';
|
|
92
|
+
return (_jsx(BaseMappingPane, { title: "Custom Function", description: "JavaScript function that receives the event and returns transformed value", navigation: navigation, children: _jsxs("div", { className: "elb-mapping-pane-field", children: [_jsx("textarea", { id: "value-function", className: "elb-mapping-pane-textarea", value: String(fnValue), onChange: (e) => handleFunctionChange(e.target.value), placeholder: "(event) => event.data.id", rows: 6 }), _jsx("div", { className: "elb-mapping-pane-hint", children: "Function signature: (event: WalkerOS.Event) => any" })] }) }));
|
|
93
|
+
case 'set':
|
|
94
|
+
const setArr = typeof value === 'object' && value !== null && 'set' in value
|
|
95
|
+
? value.set || []
|
|
96
|
+
: [];
|
|
97
|
+
const setCount = Array.isArray(setArr) ? setArr.length : 0;
|
|
98
|
+
return (_jsx(BaseMappingPane, { title: "Static Array", description: "Array of static values", navigation: navigation, children: _jsx("div", { className: "elb-mapping-pane-field", children: _jsxs("div", { className: "elb-mapping-value-complex", children: [_jsxs("div", { className: "elb-mapping-value-complex-info", children: [_jsx("span", { className: "elb-mapping-pane-type-badge", children: "set" }), _jsxs("span", { children: [setCount, " ", setCount === 1 ? 'item' : 'items'] })] }), _jsx("button", { type: "button", className: "elb-mapping-pane-button elb-mapping-pane-button--primary", onClick: handleOpenComplex, disabled: true, title: "Coming soon", children: "Edit Set \u2192" })] }) }) }));
|
|
99
|
+
default:
|
|
100
|
+
return (_jsx("div", { className: "elb-mapping-pane-error", children: "Unknown value type. Please select a transformation type above." }));
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
return renderEditor();
|
|
104
|
+
}
|
|
105
|
+
//# sourceMappingURL=mapping-value-config-pane-view.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-value-config-pane-view.js","sourceRoot":"","sources":["../../../src/components/molecules/mapping-value-config-pane-view.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { UseMappingStateReturn } from '../../hooks/useMappingState';
|
|
2
|
+
import type { UseMappingNavigationReturn } from '../../hooks/useMappingNavigation';
|
|
3
|
+
/**
|
|
4
|
+
* Value Pane View - Pure Presentation Component
|
|
5
|
+
*
|
|
6
|
+
* Edits primitive values within a ValueConfig.
|
|
7
|
+
* This is specifically for the 'value' property of a ValueConfig,
|
|
8
|
+
* which holds primitives (string, number, boolean), NOT nested objects.
|
|
9
|
+
*
|
|
10
|
+
* Type: ValueConfig.value -> WalkerOS.PropertyType (string | number | boolean)
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* // Editing the 'value' property of a ValueConfig at path ['page', 'view', 'data', 'map', 'currency']
|
|
14
|
+
* // Path would be: ['page', 'view', 'data', 'map', 'currency', 'value']
|
|
15
|
+
* <MappingValuePaneView
|
|
16
|
+
* path={['page', 'view', 'data', 'map', 'currency', 'value']}
|
|
17
|
+
* mappingState={mappingState}
|
|
18
|
+
* navigation={navigation}
|
|
19
|
+
* />
|
|
20
|
+
*/
|
|
21
|
+
export interface MappingValuePaneViewProps {
|
|
22
|
+
path: string[];
|
|
23
|
+
mappingState: UseMappingStateReturn;
|
|
24
|
+
navigation: UseMappingNavigationReturn;
|
|
25
|
+
className?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare function MappingValuePaneView({ path, mappingState, navigation, className, }: MappingValuePaneViewProps): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
//# sourceMappingURL=mapping-value-pane-view.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-value-pane-view.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/mapping-value-pane-view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACzE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAInF;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,YAAY,EAAE,qBAAqB,CAAC;IACpC,UAAU,EAAE,0BAA0B,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,oBAAoB,CAAC,EACnC,IAAI,EACJ,YAAY,EACZ,UAAU,EACV,SAAc,GACf,EAAE,yBAAyB,2CAqE3B"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { BaseMappingPane } from '../atoms/base-mapping-pane';
|
|
3
|
+
import { MappingInput } from '../atoms/mapping-input';
|
|
4
|
+
export function MappingValuePaneView({ path, mappingState, navigation, className = '', }) {
|
|
5
|
+
const value = mappingState.actions.getValue(path);
|
|
6
|
+
// Convert current value to string for editing
|
|
7
|
+
const stringValue = value === null ? 'null' : value === undefined ? '' : String(value);
|
|
8
|
+
const handleChange = (newValue) => {
|
|
9
|
+
// Try to infer the type from the input
|
|
10
|
+
if (newValue === '') {
|
|
11
|
+
// Empty string -> set as empty string (not undefined)
|
|
12
|
+
mappingState.actions.setValue(path, '');
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
if (newValue === 'null') {
|
|
16
|
+
mappingState.actions.setValue(path, null);
|
|
17
|
+
return;
|
|
18
|
+
}
|
|
19
|
+
if (newValue === 'true') {
|
|
20
|
+
mappingState.actions.setValue(path, true);
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
if (newValue === 'false') {
|
|
24
|
+
mappingState.actions.setValue(path, false);
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
// Try parsing as number
|
|
28
|
+
const asNumber = Number(newValue);
|
|
29
|
+
if (!isNaN(asNumber) && newValue.trim() !== '') {
|
|
30
|
+
mappingState.actions.setValue(path, asNumber);
|
|
31
|
+
return;
|
|
32
|
+
}
|
|
33
|
+
// Default to string
|
|
34
|
+
mappingState.actions.setValue(path, newValue);
|
|
35
|
+
};
|
|
36
|
+
// Determine the current type for hint display
|
|
37
|
+
const currentType = value === null ? 'null' : value === undefined ? 'undefined' : typeof value;
|
|
38
|
+
return (_jsx(BaseMappingPane, { title: "Static Value", description: "Fixed value that will be used (string, number, or boolean)", navigation: navigation, className: className, children: _jsxs("div", { className: "elb-mapping-pane-field", children: [_jsx(MappingInput, { value: stringValue, onChange: handleChange, placeholder: "USD", autoFocus: true }), _jsxs("div", { className: "elb-mapping-pane-hint", children: ["Current type: ", _jsx("strong", { children: currentType }), _jsx("br", {}), "Use for constant values like currency codes, fixed IDs, etc.", _jsx("br", {}), "Examples: \"USD\" (string), 123 (number), true (boolean), null"] })] }) }));
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=mapping-value-pane-view.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-value-pane-view.js","sourceRoot":"","sources":["../../../src/components/molecules/mapping-value-pane-view.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AA2BtD,MAAM,UAAU,oBAAoB,CAAC,EACnC,IAAI,EACJ,YAAY,EACZ,UAAU,EACV,SAAS,GAAG,EAAE,GACY;IAC1B,MAAM,KAAK,GAAG,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAElD,8CAA8C;IAC9C,MAAM,WAAW,GACf,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAErE,MAAM,YAAY,GAAG,CAAC,QAAgB,EAAE,EAAE;QACxC,uCAAuC;QACvC,IAAI,QAAQ,KAAK,EAAE,EAAE,CAAC;YACpB,sDAAsD;YACtD,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;YACxC,OAAO;QACT,CAAC;QAED,IAAI,QAAQ,KAAK,MAAM,EAAE,CAAC;YACxB,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YAC1C,OAAO;QACT,CAAC;QAED,IAAI,QAAQ,KAAK,MAAM,EAAE,CAAC;YACxB,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YAC1C,OAAO;QACT,CAAC;QAED,IAAI,QAAQ,KAAK,OAAO,EAAE,CAAC;YACzB,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YAC3C,OAAO;QACT,CAAC;QAED,wBAAwB;QACxB,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;QAClC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC;YAC/C,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;YAC9C,OAAO;QACT,CAAC;QAED,oBAAoB;QACpB,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;IAChD,CAAC,CAAC;IAEF,8CAA8C;IAC9C,MAAM,WAAW,GACf,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,KAAK,CAAC;IAE7E,OAAO,CACL,KAAC,eAAe,IACd,KAAK,EAAC,cAAc,EACpB,WAAW,EAAC,4DAA4D,EACxE,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,SAAS,YAEpB,eAAK,SAAS,EAAC,wBAAwB,aACrC,KAAC,YAAY,IACX,KAAK,EAAE,WAAW,EAClB,QAAQ,EAAE,YAAY,EACtB,WAAW,EAAC,KAAK,EACjB,SAAS,SACT,EACF,eAAK,SAAS,EAAC,uBAAuB,+BACtB,2BAAS,WAAW,GAAU,EAC5C,cAAM,kEAEN,cAAM,sEAEF,IACF,GACU,CACnB,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { UseMappingStateReturn } from '../../hooks/useMappingState';
|
|
2
|
+
import type { UseMappingNavigationReturn } from '../../hooks/useMappingNavigation';
|
|
3
|
+
export interface MappingValueTypePaneViewProps {
|
|
4
|
+
path: string[];
|
|
5
|
+
mappingState: UseMappingStateReturn;
|
|
6
|
+
navigation: UseMappingNavigationReturn;
|
|
7
|
+
className?: string;
|
|
8
|
+
title?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
hideNavigation?: boolean;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* ValueType Pane - Edit ValueType (string | ValueConfig)
|
|
14
|
+
*
|
|
15
|
+
* Simple logic:
|
|
16
|
+
* - String mode: Quick Value input edits the string directly
|
|
17
|
+
* - Object mode: Quick Value input ALWAYS edits the 'key' property
|
|
18
|
+
* - Input is NEVER disabled
|
|
19
|
+
* - Quick Value and Key tile are always synced
|
|
20
|
+
*
|
|
21
|
+
* Smart Conversions:
|
|
22
|
+
* - Clicking any tile in String mode converts to { key: "string value" }
|
|
23
|
+
* - All tiles (including Key) are clickable and open their respective editors
|
|
24
|
+
* - Conversion happens automatically before opening the editor
|
|
25
|
+
*/
|
|
26
|
+
export declare function MappingValueTypePaneView({ path, mappingState, navigation, className, title, description, hideNavigation, }: MappingValueTypePaneViewProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
//# sourceMappingURL=mapping-value-type-pane-view.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapping-value-type-pane-view.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/mapping-value-type-pane-view.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACzE,OAAO,KAAK,EAAE,0BAA0B,EAAY,MAAM,kCAAkC,CAAC;AAK7F,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,YAAY,EAAE,qBAAqB,CAAC;IACpC,UAAU,EAAE,0BAA0B,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAmDD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,wBAAwB,CAAC,EACvC,IAAI,EACJ,YAAY,EACZ,UAAU,EACV,SAAc,EACd,KAA6B,EAC7B,WAA0D,EAC1D,cAAsB,GACvB,EAAE,6BAA6B,2CAkQ/B"}
|