@superblocksteam/library 1.99.99-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +87 -0
- package/README.md +108 -0
- package/dist/allPaths-CCZMME3l.js +17 -0
- package/dist/allPaths-CCZMME3l.js.map +1 -0
- package/dist/allPaths-CHXNxDVP.js +17 -0
- package/dist/allPaths-CHXNxDVP.js.map +1 -0
- package/dist/allPathsLoader-DTWFaGcd.js +22 -0
- package/dist/allPathsLoader-DTWFaGcd.js.map +1 -0
- package/dist/allPathsLoader-Fr8EhLGp.js +22 -0
- package/dist/allPathsLoader-Fr8EhLGp.js.map +1 -0
- package/dist/icons-BrNMuu_I.js +40 -0
- package/dist/icons-BrNMuu_I.js.map +1 -0
- package/dist/index-BxzKdlqH.js +1353 -0
- package/dist/index-BxzKdlqH.js.map +1 -0
- package/dist/index-DIJYif9G.js +1341 -0
- package/dist/index-DIJYif9G.js.map +1 -0
- package/dist/index-DIn-fanT.js +1353 -0
- package/dist/index-DIn-fanT.js.map +1 -0
- package/dist/index-LHtbj0-V.js +1341 -0
- package/dist/index-LHtbj0-V.js.map +1 -0
- package/dist/index-U0oPeutu.js +189889 -0
- package/dist/index-U0oPeutu.js.map +1 -0
- package/dist/index.css +34239 -0
- package/dist/index.js +164 -0
- package/dist/index.js.map +1 -0
- package/dist/splitPathsBySizeLoader-DHk6oFvg.js +34 -0
- package/dist/splitPathsBySizeLoader-DHk6oFvg.js.map +1 -0
- package/dist/splitPathsBySizeLoader-PcZVWYaJ.js +34 -0
- package/dist/splitPathsBySizeLoader-PcZVWYaJ.js.map +1 -0
- package/dist-types/app-internal.d.ts +4 -0
- package/dist-types/docs-utils/generate-docs.d.ts +2 -0
- package/dist-types/edit-mode/collisions-layer.d.ts +3 -0
- package/dist-types/edit-mode/create-component.d.ts +8 -0
- package/dist-types/edit-mode/debug-tools.d.ts +11 -0
- package/dist-types/edit-mode/dnd/collision-detection.d.ts +3 -0
- package/dist-types/edit-mode/dnd/dnd-provider.d.ts +4 -0
- package/dist-types/edit-mode/dnd/draggable-widget.d.ts +7 -0
- package/dist-types/edit-mode/dnd/drop-layer.d.ts +5 -0
- package/dist-types/edit-mode/dnd/droppable-widget.d.ts +10 -0
- package/dist-types/edit-mode/dnd/grid-drop.d.ts +4 -0
- package/dist-types/edit-mode/dnd/grid-store.d.ts +33 -0
- package/dist-types/edit-mode/dnd/grid-utils.d.ts +8 -0
- package/dist-types/edit-mode/dnd/handle-grid-drop.d.ts +9 -0
- package/dist-types/edit-mode/dnd/handle-stack-drop.d.ts +9 -0
- package/dist-types/edit-mode/dnd/hooks/use-component-draggable.d.ts +5 -0
- package/dist-types/edit-mode/dnd/hooks/use-component-droppable.d.ts +6 -0
- package/dist-types/edit-mode/dnd/hooks/use-handle-dnd-events.d.ts +1 -0
- package/dist-types/edit-mode/dnd/hooks/use-widget-node-ref.d.ts +2 -0
- package/dist-types/edit-mode/dnd/new-components-drag-layer.d.ts +6 -0
- package/dist-types/edit-mode/dnd/stack-drop.d.ts +4 -0
- package/dist-types/edit-mode/dnd/stack-store.d.ts +10 -0
- package/dist-types/edit-mode/dnd/stack-utils.d.ts +13 -0
- package/dist-types/edit-mode/dnd/types.d.ts +45 -0
- package/dist-types/edit-mode/dnd/utils.d.ts +13 -0
- package/dist-types/edit-mode/duplicated-name-popover.d.ts +7 -0
- package/dist-types/edit-mode/edit-store.d.ts +28 -0
- package/dist-types/edit-mode/edit-wrapper.d.ts +18 -0
- package/dist-types/edit-mode/editor-hotkeys.d.ts +3 -0
- package/dist-types/edit-mode/features/connection-manager.d.ts +10 -0
- package/dist-types/edit-mode/features/drag-and-drop-store.d.ts +69 -0
- package/dist-types/edit-mode/features/interaction-layer-manager.d.ts +17 -0
- package/dist-types/edit-mode/features/operation-store.d.ts +49 -0
- package/dist-types/edit-mode/features/properties-panel-manager.d.ts +31 -0
- package/dist-types/edit-mode/features/resizing-store.d.ts +53 -0
- package/dist-types/edit-mode/features/runtime-entities-manager.d.ts +94 -0
- package/dist-types/edit-mode/features/runtime-widgets-manager.d.ts +55 -0
- package/dist-types/edit-mode/features/ui-store.d.ts +41 -0
- package/dist-types/edit-mode/hooks/use-register-source-element.d.ts +2 -0
- package/dist-types/edit-mode/iframe-wrappers.d.ts +4 -0
- package/dist-types/edit-mode/interaction-add-section-button.d.ts +4 -0
- package/dist-types/edit-mode/interaction-layer.d.ts +11 -0
- package/dist-types/edit-mode/interaction-rect-handles.d.ts +7 -0
- package/dist-types/edit-mode/interaction-rect-name-pill.d.ts +13 -0
- package/dist-types/edit-mode/interaction-rect.d.ts +44 -0
- package/dist-types/edit-mode/interaction-utils.d.ts +4 -0
- package/dist-types/edit-mode/mobx-sync/create-patch.d.ts +2 -0
- package/dist-types/edit-mode/mobx-sync/deep-observe.d.ts +24 -0
- package/dist-types/edit-mode/mobx-sync/mobx-editor-sync.d.ts +23 -0
- package/dist-types/edit-mode/properties.d.ts +13 -0
- package/dist-types/edit-mode/resize-capabilities.d.ts +5 -0
- package/dist-types/edit-mode/right-click-menu/right-click-menu.d.ts +14 -0
- package/dist-types/edit-mode/roots.d.ts +9 -0
- package/dist-types/edit-mode/runtime-children.d.ts +14 -0
- package/dist-types/edit-mode/sb-component-from-meta.d.ts +2 -0
- package/dist-types/edit-mode/source-update-api.d.ts +26 -0
- package/dist-types/edit-mode/superblocks-editor-bridge.d.ts +34 -0
- package/dist-types/internal-testing/components/api.d.ts +3 -0
- package/dist-types/internal-testing/components/button.d.ts +1 -0
- package/dist-types/internal-testing/components/checkbox.d.ts +1 -0
- package/dist-types/internal-testing/components/container.d.ts +1 -0
- package/dist-types/internal-testing/components/date-picker.d.ts +1 -0
- package/dist-types/internal-testing/components/dropdown.d.ts +1 -0
- package/dist-types/internal-testing/components/icon.d.ts +1 -0
- package/dist-types/internal-testing/components/image.d.ts +1 -0
- package/dist-types/internal-testing/components/input.d.ts +1 -0
- package/dist-types/internal-testing/components/key-value.d.ts +1 -0
- package/dist-types/internal-testing/components/modal.d.ts +1 -0
- package/dist-types/internal-testing/components/section-column.d.ts +1 -0
- package/dist-types/internal-testing/components/switch.d.ts +1 -0
- package/dist-types/internal-testing/components/table.d.ts +1 -0
- package/dist-types/internal-testing/components/timer.d.ts +3 -0
- package/dist-types/internal-testing/components/variable.d.ts +3 -0
- package/dist-types/internal-testing/utils.d.ts +5 -0
- package/dist-types/internal-testing/widgets.d.ts +2 -0
- package/dist-types/lib/hooks/use-alignment-styles.d.ts +9 -0
- package/dist-types/lib/hooks/use-cached-value.d.ts +11 -0
- package/dist-types/lib/hooks/use-callback-as-ref.d.ts +1 -0
- package/dist-types/lib/hooks/use-deep-memo.d.ts +9 -0
- package/dist-types/lib/hooks/use-editor-hotkeys.d.ts +3 -0
- package/dist-types/lib/hooks/use-element-rect.d.ts +7 -0
- package/dist-types/lib/hooks/use-observer-memo.d.ts +14 -0
- package/dist-types/lib/hooks/use-observer-memo.test.d.ts +1 -0
- package/dist-types/lib/hooks/use-pointer-down-outside.d.ts +15 -0
- package/dist-types/lib/hooks/use-stable-effect.d.ts +22 -0
- package/dist-types/lib/hooks/use-stable-effect.test.d.ts +1 -0
- package/dist-types/lib/index.d.ts +40 -0
- package/dist-types/lib/internal-details/actions-context.d.ts +9 -0
- package/dist-types/lib/internal-details/component-info-context.d.ts +10 -0
- package/dist-types/lib/internal-details/entities-state.d.ts +10 -0
- package/dist-types/lib/internal-details/entities.d.ts +5 -0
- package/dist-types/lib/internal-details/env.d.ts +1 -0
- package/dist-types/lib/internal-details/identifier-normalizer.d.ts +9 -0
- package/dist-types/lib/internal-details/is-sb-component.d.ts +7 -0
- package/dist-types/lib/internal-details/lib/devtools.d.ts +1 -0
- package/dist-types/lib/internal-details/lib/evaluator/base-entity-manager.d.ts +97 -0
- package/dist-types/lib/internal-details/lib/evaluator/binding-extraction.d.ts +2 -0
- package/dist-types/lib/internal-details/lib/evaluator/binding-strings/transform-bindings.d.ts +6 -0
- package/dist-types/lib/internal-details/lib/evaluator/compute-engines.d.ts +20 -0
- package/dist-types/lib/internal-details/lib/evaluator/create-global-object.d.ts +7 -0
- package/dist-types/lib/internal-details/lib/evaluator/create-scope-proxy.d.ts +2 -0
- package/dist-types/lib/internal-details/lib/evaluator/deep-observe.d.ts +27 -0
- package/dist-types/lib/internal-details/lib/evaluator/entity-manager.d.ts +83 -0
- package/dist-types/lib/internal-details/lib/evaluator/entity-types.d.ts +16 -0
- package/dist-types/lib/internal-details/lib/evaluator/lazy-function.d.ts +7 -0
- package/dist-types/lib/internal-details/lib/evaluator/names.d.ts +7 -0
- package/dist-types/lib/internal-details/lib/evaluator/pretty-print-function.d.ts +2 -0
- package/dist-types/lib/internal-details/lib/evaluator/to-executables-or-values.d.ts +32 -0
- package/dist-types/lib/internal-details/lib/evaluator/use-shallow-mobx-observer.d.ts +1 -0
- package/dist-types/lib/internal-details/lib/evaluator/use-shallow-mobx-observer.test.d.ts +1 -0
- package/dist-types/lib/internal-details/lib/features/api-store.d.ts +36 -0
- package/dist-types/lib/internal-details/lib/features/api-utils.d.ts +77 -0
- package/dist-types/lib/internal-details/lib/features/component-registry.d.ts +27 -0
- package/dist-types/lib/internal-details/lib/features/injected-features.d.ts +8 -0
- package/dist-types/lib/internal-details/lib/features/name-manager.d.ts +36 -0
- package/dist-types/lib/internal-details/lib/iframe.d.ts +44 -0
- package/dist-types/lib/internal-details/lib/mobx-cached-getter.d.ts +1 -0
- package/dist-types/lib/internal-details/lib/resolve-id-singleton.d.ts +4 -0
- package/dist-types/lib/internal-details/lib/root-store.d.ts +30 -0
- package/dist-types/lib/internal-details/lib/throttle.d.ts +2 -0
- package/dist-types/lib/internal-details/lib/types.d.ts +226 -0
- package/dist-types/lib/internal-details/reactive-component.d.ts +10 -0
- package/dist-types/lib/internal-details/sb-wrapper-notes.d.ts +1 -0
- package/dist-types/lib/internal-details/sb-wrapper.d.ts +14 -0
- package/dist-types/lib/internal-details/scope/global.d.ts +9 -0
- package/dist-types/lib/internal-details/scope/scope-context.d.ts +8 -0
- package/dist-types/lib/internal-details/scope/scope.d.ts +12 -0
- package/dist-types/lib/internal-details/size.d.ts +1 -0
- package/dist-types/lib/internal-details/theme-context.d.ts +8 -0
- package/dist-types/lib/internal-details/use-track-runtime-widget.d.ts +15 -0
- package/dist-types/lib/sb-trigger.d.ts +53 -0
- package/dist-types/lib/triggers/base.d.ts +17 -0
- package/dist-types/lib/triggers/implementations/apis/cancel-apis.d.ts +19 -0
- package/dist-types/lib/triggers/implementations/apis/run-apis.d.ts +21 -0
- package/dist-types/lib/triggers/implementations/components/control-modal.d.ts +17 -0
- package/dist-types/lib/triggers/implementations/components/control-slideout.d.ts +17 -0
- package/dist-types/lib/triggers/implementations/components/reset-component.d.ts +20 -0
- package/dist-types/lib/triggers/implementations/components/set-component-property.d.ts +20 -0
- package/dist-types/lib/triggers/implementations/navigate/navigate-to-app.d.ts +28 -0
- package/dist-types/lib/triggers/implementations/navigate/navigate-to-route.d.ts +23 -0
- package/dist-types/lib/triggers/implementations/navigate/navigate-to.d.ts +26 -0
- package/dist-types/lib/triggers/implementations/navigate/set-query-params.d.ts +18 -0
- package/dist-types/lib/triggers/implementations/run-js.d.ts +18 -0
- package/dist-types/lib/triggers/implementations/set-profile.d.ts +17 -0
- package/dist-types/lib/triggers/implementations/show-alert.d.ts +22 -0
- package/dist-types/lib/triggers/implementations/state/reset-state-var.d.ts +15 -0
- package/dist-types/lib/triggers/implementations/state/set-state-var.d.ts +18 -0
- package/dist-types/lib/triggers/implementations/timers/control-timer.d.ts +17 -0
- package/dist-types/lib/triggers/implementations/trigger-event.d.ts +17 -0
- package/dist-types/lib/triggers/registry.d.ts +174 -0
- package/dist-types/lib/triggers/run-event-handlers.d.ts +10 -0
- package/dist-types/lib/user-facing/component-base/components/autolinked-text.d.ts +8 -0
- package/dist-types/lib/user-facing/component-base/components/button.d.ts +46 -0
- package/dist-types/lib/user-facing/component-base/components/checkbox.d.ts +12 -0
- package/dist-types/lib/user-facing/component-base/components/dropdown-select.d.ts +4 -0
- package/dist-types/lib/user-facing/component-base/components/dynamic-svg.d.ts +10 -0
- package/dist-types/lib/user-facing/component-base/components/expand-button.d.ts +8 -0
- package/dist-types/lib/user-facing/component-base/components/loading-animator.d.ts +4 -0
- package/dist-types/lib/user-facing/component-base/components/plain-link.d.ts +1 -0
- package/dist-types/lib/user-facing/component-base/components/popper.d.ts +20 -0
- package/dist-types/lib/user-facing/component-base/components/search-component.d.ts +19 -0
- package/dist-types/lib/user-facing/component-base/components/span-trunc-middle.d.ts +9 -0
- package/dist-types/lib/user-facing/component-base/components/switch.d.ts +6 -0
- package/dist-types/lib/user-facing/component-base/constants.d.ts +18 -0
- package/dist-types/lib/user-facing/component-base/error/error-inline-message.d.ts +36 -0
- package/dist-types/lib/user-facing/component-base/error/error-tooltip.d.ts +11 -0
- package/dist-types/lib/user-facing/component-base/error/error-utils.d.ts +13 -0
- package/dist-types/lib/user-facing/component-base/error/widget-errors-wrapper.d.ts +15 -0
- package/dist-types/lib/user-facing/component-base/error-boundary.d.ts +18 -0
- package/dist-types/lib/user-facing/component-base/sb-component.d.ts +18 -0
- package/dist-types/lib/user-facing/component-base/styles/button-styles.d.ts +16 -0
- package/dist-types/lib/user-facing/component-base/styles/hover-styles.d.ts +10 -0
- package/dist-types/lib/user-facing/component-base/styles/input-styles.d.ts +2 -0
- package/dist-types/lib/user-facing/component-base/use-passthrough-props.d.ts +6 -0
- package/dist-types/lib/user-facing/component-base/utils/format-utils.d.ts +37 -0
- package/dist-types/lib/user-facing/component-base/utils/input-validation.d.ts +17 -0
- package/dist-types/lib/user-facing/components/button/index.d.ts +37 -0
- package/dist-types/lib/user-facing/components/button/props.d.ts +48 -0
- package/dist-types/lib/user-facing/components/checkbox/checkbox-component.d.ts +9 -0
- package/dist-types/lib/user-facing/components/checkbox/index.d.ts +43 -0
- package/dist-types/lib/user-facing/components/checkbox/props.d.ts +44 -0
- package/dist-types/lib/user-facing/components/checkbox/types.d.ts +19 -0
- package/dist-types/lib/user-facing/components/column/index.d.ts +51 -0
- package/dist-types/lib/user-facing/components/column/props.d.ts +45 -0
- package/dist-types/lib/user-facing/components/container/index.d.ts +63 -0
- package/dist-types/lib/user-facing/components/container/props.d.ts +58 -0
- package/dist-types/lib/user-facing/components/custom/context.d.ts +11 -0
- package/dist-types/lib/user-facing/components/custom/index.d.ts +2 -0
- package/dist-types/lib/user-facing/components/custom/register-custom-component.d.ts +27 -0
- package/dist-types/lib/user-facing/components/date-picker/constants.d.ts +8 -0
- package/dist-types/lib/user-facing/components/date-picker/date-picker-component.d.ts +29 -0
- package/dist-types/lib/user-facing/components/date-picker/date-picker.d.ts +2 -0
- package/dist-types/lib/user-facing/components/date-picker/index.d.ts +63 -0
- package/dist-types/lib/user-facing/components/date-picker/props.d.ts +65 -0
- package/dist-types/lib/user-facing/components/date-picker/props.test-d.d.ts +1 -0
- package/dist-types/lib/user-facing/components/date-picker/side-effects.d.ts +3 -0
- package/dist-types/lib/user-facing/components/date-picker/types.d.ts +40 -0
- package/dist-types/lib/user-facing/components/date-picker/utils.d.ts +24 -0
- package/dist-types/lib/user-facing/components/dropdown/constants.d.ts +5 -0
- package/dist-types/lib/user-facing/components/dropdown/dropdown-component.d.ts +106 -0
- package/dist-types/lib/user-facing/components/dropdown/index.d.ts +73 -0
- package/dist-types/lib/user-facing/components/dropdown/multi-dropdown.d.ts +18 -0
- package/dist-types/lib/user-facing/components/dropdown/normalize-values.d.ts +2 -0
- package/dist-types/lib/user-facing/components/dropdown/props.d.ts +76 -0
- package/dist-types/lib/user-facing/components/dropdown/types.d.ts +89 -0
- package/dist-types/lib/user-facing/components/dropdown/utils.d.ts +8 -0
- package/dist-types/lib/user-facing/components/grid/calculations/calculate-constraints.d.ts +26 -0
- package/dist-types/lib/user-facing/components/grid/calculations/calculate-row-positions.d.ts +2 -0
- package/dist-types/lib/user-facing/components/grid/calculations/order-constraints.d.ts +2 -0
- package/dist-types/lib/user-facing/components/grid/index.d.ts +36 -0
- package/dist-types/lib/user-facing/components/grid/use-height-observer.d.ts +5 -0
- package/dist-types/lib/user-facing/components/grid/utils.d.ts +1 -0
- package/dist-types/lib/user-facing/components/icon/index.d.ts +22 -0
- package/dist-types/lib/user-facing/components/icon/props.d.ts +24 -0
- package/dist-types/lib/user-facing/components/image/image-component.d.ts +38 -0
- package/dist-types/lib/user-facing/components/image/index.d.ts +29 -0
- package/dist-types/lib/user-facing/components/image/props.d.ts +39 -0
- package/dist-types/lib/user-facing/components/input/constants.d.ts +24 -0
- package/dist-types/lib/user-facing/components/input/derived-properties.d.ts +5 -0
- package/dist-types/lib/user-facing/components/input/index.d.ts +96 -0
- package/dist-types/lib/user-facing/components/input/input-component.d.ts +57 -0
- package/dist-types/lib/user-facing/components/input/props.d.ts +100 -0
- package/dist-types/lib/user-facing/components/input/styles.d.ts +6 -0
- package/dist-types/lib/user-facing/components/input/types.d.ts +45 -0
- package/dist-types/lib/user-facing/components/input/utils.d.ts +15 -0
- package/dist-types/lib/user-facing/components/key-value/components/key-styles.d.ts +3 -0
- package/dist-types/lib/user-facing/components/key-value/components/property-key.d.ts +7 -0
- package/dist-types/lib/user-facing/components/key-value/components/property-value.d.ts +12 -0
- package/dist-types/lib/user-facing/components/key-value/components/value-styles.d.ts +6 -0
- package/dist-types/lib/user-facing/components/key-value/constants.d.ts +7 -0
- package/dist-types/lib/user-facing/components/key-value/derived-properties.d.ts +1 -0
- package/dist-types/lib/user-facing/components/key-value/index.d.ts +6 -0
- package/dist-types/lib/user-facing/components/key-value/key-value-component.d.ts +2 -0
- package/dist-types/lib/user-facing/components/key-value/properties-props.d.ts +45 -0
- package/dist-types/lib/user-facing/components/key-value/props.d.ts +38 -0
- package/dist-types/lib/user-facing/components/key-value/styles.d.ts +22 -0
- package/dist-types/lib/user-facing/components/key-value/types.d.ts +106 -0
- package/dist-types/lib/user-facing/components/key-value/utils.d.ts +11 -0
- package/dist-types/lib/user-facing/components/modal/constants.d.ts +8 -0
- package/dist-types/lib/user-facing/components/modal/index.d.ts +49 -0
- package/dist-types/lib/user-facing/components/modal/modal-component.d.ts +37 -0
- package/dist-types/lib/user-facing/components/modal/props.d.ts +46 -0
- package/dist-types/lib/user-facing/components/page/index.d.ts +13 -0
- package/dist-types/lib/user-facing/components/page/props.d.ts +15 -0
- package/dist-types/lib/user-facing/components/page/register-page.d.ts +2 -0
- package/dist-types/lib/user-facing/components/section/index.d.ts +22 -0
- package/dist-types/lib/user-facing/components/section/props.d.ts +25 -0
- package/dist-types/lib/user-facing/components/slideout/index.d.ts +1 -0
- package/dist-types/lib/user-facing/components/slideout/props.d.ts +15 -0
- package/dist-types/lib/user-facing/components/stack/index.d.ts +60 -0
- package/dist-types/lib/user-facing/components/switch/index.d.ts +44 -0
- package/dist-types/lib/user-facing/components/switch/props.d.ts +45 -0
- package/dist-types/lib/user-facing/components/switch/switch-component.d.ts +5 -0
- package/dist-types/lib/user-facing/components/switch/types.d.ts +19 -0
- package/dist-types/lib/user-facing/components/table/column-properties-panel.d.ts +178 -0
- package/dist-types/lib/user-facing/components/table/components/autotooltip-component.d.ts +17 -0
- package/dist-types/lib/user-facing/components/table/components/boolean-value-icons.d.ts +16 -0
- package/dist-types/lib/user-facing/components/table/components/column-settings.d.ts +11 -0
- package/dist-types/lib/user-facing/components/table/components/edit-cell.d.ts +15 -0
- package/dist-types/lib/user-facing/components/table/components/edit-checkbox-cell.d.ts +11 -0
- package/dist-types/lib/user-facing/components/table/components/edit-date-cell.d.ts +12 -0
- package/dist-types/lib/user-facing/components/table/components/edit-input-cell.d.ts +14 -0
- package/dist-types/lib/user-facing/components/table/components/edit-multi-select-cell.d.ts +13 -0
- package/dist-types/lib/user-facing/components/table/components/edit-single-select-cell.d.ts +13 -0
- package/dist-types/lib/user-facing/components/table/components/edit-utils.d.ts +28 -0
- package/dist-types/lib/user-facing/components/table/components/editable-link-cell.d.ts +20 -0
- package/dist-types/lib/user-facing/components/table/components/filter-popover-content.d.ts +37 -0
- package/dist-types/lib/user-facing/components/table/components/popover-video.d.ts +5 -0
- package/dist-types/lib/user-facing/components/table/components/table-action-icon.d.ts +13 -0
- package/dist-types/lib/user-facing/components/table/components/table-column-header-button.d.ts +19 -0
- package/dist-types/lib/user-facing/components/table/components/table-data-download.d.ts +15 -0
- package/dist-types/lib/user-facing/components/table/components/table-footer.d.ts +40 -0
- package/dist-types/lib/user-facing/components/table/components/table-header.d.ts +62 -0
- package/dist-types/lib/user-facing/components/table/components/table-loading-state.d.ts +11 -0
- package/dist-types/lib/user-facing/components/table/components/table-pagination-input.d.ts +10 -0
- package/dist-types/lib/user-facing/components/table/components/table-pagination.d.ts +18 -0
- package/dist-types/lib/user-facing/components/table/components/table-row-context-menu.d.ts +17 -0
- package/dist-types/lib/user-facing/components/table/components/table-tag.d.ts +25 -0
- package/dist-types/lib/user-facing/components/table/constants.d.ts +111 -0
- package/dist-types/lib/user-facing/components/table/derived-properties.d.ts +20 -0
- package/dist-types/lib/user-facing/components/table/index.d.ts +255 -0
- package/dist-types/lib/user-facing/components/table/props.d.ts +259 -0
- package/dist-types/lib/user-facing/components/table/table-component.d.ts +100 -0
- package/dist-types/lib/user-facing/components/table/table-manager.d.ts +23 -0
- package/dist-types/lib/user-facing/components/table/table-styles.d.ts +78 -0
- package/dist-types/lib/user-facing/components/table/table-utilities.d.ts +147 -0
- package/dist-types/lib/user-facing/components/table/table-widget.d.ts +148 -0
- package/dist-types/lib/user-facing/components/table/types.d.ts +471 -0
- package/dist-types/lib/user-facing/components/table/use-sticky.d.ts +1 -0
- package/dist-types/lib/user-facing/components/table/utils.d.ts +2 -0
- package/dist-types/lib/user-facing/components/text/index.d.ts +51 -0
- package/dist-types/lib/user-facing/components/text/long-text-button.d.ts +8 -0
- package/dist-types/lib/user-facing/components/text/props.d.ts +60 -0
- package/dist-types/lib/user-facing/components/text/styles.d.ts +2 -0
- package/dist-types/lib/user-facing/components/text/utils.d.ts +25 -0
- package/dist-types/lib/user-facing/constants.d.ts +2 -0
- package/dist-types/lib/user-facing/entities/api/index.d.ts +14 -0
- package/dist-types/lib/user-facing/entities/api/props.d.ts +20 -0
- package/dist-types/lib/user-facing/entities/timer/index.d.ts +16 -0
- package/dist-types/lib/user-facing/entities/timer/props.d.ts +19 -0
- package/dist-types/lib/user-facing/entities/variable/index.d.ts +14 -0
- package/dist-types/lib/user-facing/entities/variable/props.d.ts +13 -0
- package/dist-types/lib/user-facing/global-functions.d.ts +23 -0
- package/dist-types/lib/user-facing/hooks/use-editor.d.ts +42 -0
- package/dist-types/lib/user-facing/hooks/use-update-properties.d.ts +1 -0
- package/dist-types/lib/user-facing/icons/constants.d.ts +8 -0
- package/dist-types/lib/user-facing/icons/encoded.d.ts +1 -0
- package/dist-types/lib/user-facing/icons/helpers.d.ts +21 -0
- package/dist-types/lib/user-facing/icons/index.d.ts +2 -0
- package/dist-types/lib/user-facing/internal-index.d.ts +4 -0
- package/dist-types/lib/user-facing/layers.d.ts +43 -0
- package/dist-types/lib/user-facing/properties-panel/constants.d.ts +1 -0
- package/dist-types/lib/user-facing/properties-panel/create-managed-props-list.d.ts +5 -0
- package/dist-types/lib/user-facing/properties-panel/mixins/appearance-properties.d.ts +22 -0
- package/dist-types/lib/user-facing/properties-panel/mixins/appearance.d.ts +12 -0
- package/dist-types/lib/user-facing/properties-panel/mixins/form-inputs-properties.d.ts +44 -0
- package/dist-types/lib/user-facing/properties-panel/mixins/layout-section.d.ts +114 -0
- package/dist-types/lib/user-facing/properties-panel/properties-panel-definition.d.ts +6 -0
- package/dist-types/lib/user-facing/properties-panel/props-builder.d.ts +253 -0
- package/dist-types/lib/user-facing/properties-panel/props-builder.test-d.d.ts +1 -0
- package/dist-types/lib/user-facing/properties-panel/props-panel-utils.d.ts +3 -0
- package/dist-types/lib/user-facing/properties-panel/validators.d.ts +33 -0
- package/dist-types/lib/user-facing/sb-event-flow.d.ts +52 -0
- package/dist-types/lib/user-facing/sb-provider.d.ts +12 -0
- package/dist-types/lib/user-facing/state/create-bindable-entity-proxy.d.ts +6 -0
- package/dist-types/lib/user-facing/state/create-scope.d.ts +17 -0
- package/dist-types/lib/user-facing/state/sb-computed.d.ts +2 -0
- package/dist-types/lib/user-facing/state/types.d.ts +17 -0
- package/dist-types/lib/user-facing/styling/color-utils.d.ts +13 -0
- package/dist-types/lib/user-facing/styling/colors.d.ts +67 -0
- package/dist-types/lib/user-facing/styling/style-as-class.d.ts +1 -0
- package/dist-types/lib/user-facing/styling/styles.d.ts +4 -0
- package/dist-types/lib/user-facing/styling/widget-label-styles.d.ts +11 -0
- package/dist-types/lib/user-facing/themes/classnames.d.ts +72 -0
- package/dist-types/lib/user-facing/themes/constants.d.ts +80 -0
- package/dist-types/lib/user-facing/themes/default-theme.d.ts +8 -0
- package/dist-types/lib/user-facing/themes/generate-border-css.d.ts +25 -0
- package/dist-types/lib/user-facing/themes/generate-border-styles.d.ts +15 -0
- package/dist-types/lib/user-facing/themes/generate-class-name.d.ts +2 -0
- package/dist-types/lib/user-facing/themes/generate-colors.d.ts +45 -0
- package/dist-types/lib/user-facing/themes/generate-theme.d.ts +3 -0
- package/dist-types/lib/user-facing/themes/generate-typographies.d.ts +5 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/button-styles.d.ts +2 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/container-styles.d.ts +2 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/datepicker-styles.d.ts +2 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/dropdown-styles.d.ts +2 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/editor-styles.d.ts +2 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/generate-component-styles.d.ts +16 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/generate-padding-style.d.ts +19 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/icon-styles.d.ts +2 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/input-styles.d.ts +3 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/paginator-styles.d.ts +2 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/popper-styles.d.ts +2 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/styles-utils.d.ts +1 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/text-styles.d.ts +3 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/theme-styles.d.ts +5 -0
- package/dist-types/lib/user-facing/themes/generatedStyles/utils.d.ts +23 -0
- package/dist-types/lib/user-facing/themes/index.d.ts +5 -0
- package/dist-types/lib/user-facing/themes/layers.d.ts +6 -0
- package/dist-types/lib/user-facing/themes/padding-constants.d.ts +10 -0
- package/dist-types/lib/user-facing/themes/typeface-constants.d.ts +3 -0
- package/dist-types/lib/user-facing/themes/typefaces/utils.d.ts +28 -0
- package/dist-types/lib/user-facing/themes/typeography/typography-utils.d.ts +33 -0
- package/dist-types/lib/user-facing/themes/typeography/use-typography-styling.d.ts +15 -0
- package/dist-types/lib/user-facing/themes/typography-constants.d.ts +34 -0
- package/dist-types/lib/user-facing/themes/utils.d.ts +16 -0
- package/dist-types/lib/user-facing/types.d.ts +22 -0
- package/dist-types/lib/user-facing/utils/form.d.ts +10 -0
- package/dist-types/lib/utils/clean-object.d.ts +5 -0
- package/dist-types/lib/utils/fast-clone.d.ts +1 -0
- package/dist-types/lib/utils/generate-id.d.ts +1 -0
- package/dist-types/lib/utils/is-user-on-mac.d.ts +1 -0
- package/dist-types/lib/utils/is-widget-grid.d.ts +2 -0
- package/dist-types/lib/utils/is-widget-vstack.d.ts +2 -0
- package/dist-types/lib/utils/shallow-equal.d.ts +1 -0
- package/dist-types/lib/utils/widget-wrapper-naming.d.ts +6 -0
- package/dist-types/main.d.ts +1 -0
- package/package.json +151 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { KeyValueProperty } from "./types.js";
|
|
2
|
+
import type { TagsColorAssignment } from "../table/types.js";
|
|
3
|
+
export declare const getStringValue: (text: unknown) => undefined | string;
|
|
4
|
+
export declare const toNumericValue: (text: string) => string | number;
|
|
5
|
+
export declare const getValueByType: (property: KeyValueProperty, data: Record<string, unknown>) => string | boolean;
|
|
6
|
+
export declare const toReadableKey: (key: string) => string;
|
|
7
|
+
export declare const getProperties: (data: Record<string, unknown>, currentProperties?: Record<string, KeyValueProperty>, cachedProperties?: Record<string, KeyValueProperty>) => Record<string, KeyValueProperty>;
|
|
8
|
+
export declare const getPropertiesOrder: (properties: Record<string, KeyValueProperty>, propertiesOrder: string[]) => string[];
|
|
9
|
+
export declare const getDefaultProperty: (key: string) => KeyValueProperty;
|
|
10
|
+
export declare const isDefaultProperty: (property: KeyValueProperty) => boolean;
|
|
11
|
+
export declare const getTagsColorAssignment: (tagValues: string[]) => TagsColorAssignment;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export type ModalSize = "EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "FULLSCREEN";
|
|
2
|
+
export declare const MODAL_COLUMNS = 96;
|
|
3
|
+
export declare const MODAL_ROW_HEIGHT = 12;
|
|
4
|
+
export declare const MODAL_PERIMETER_GAP = 16;
|
|
5
|
+
export declare const MODAL_LEGACY_COLUMNS = 40;
|
|
6
|
+
export declare const MODAL_BORDER_RADIUS = 4;
|
|
7
|
+
export declare const MODAL_WIDTH_PRESETS: Record<ModalSize, number>;
|
|
8
|
+
export declare const MODAL_ROWS_PRESETS: Record<ModalSize, number>;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Dim } from "@superblocksteam/library-shared";
|
|
2
|
+
import type { ContainerLayout } from "../../component-base/constants.js";
|
|
3
|
+
/**
|
|
4
|
+
* TODO:
|
|
5
|
+
* - close all other modal when current modal is opened
|
|
6
|
+
*/
|
|
7
|
+
export declare const SbModal: import("react").FC<import("../../properties-panel/props-builder.js").ExternalProps<{
|
|
8
|
+
layout: import("../../properties-panel/props-builder.js").Section<((Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & ((Omit<{
|
|
9
|
+
layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true>;
|
|
10
|
+
}, "layout" | "rows" | "columns" | "rowSize"> & {
|
|
11
|
+
readonly layout: import("../../properties-panel/props-builder.js").Prop<"freeform", true>;
|
|
12
|
+
readonly columns: import("../../properties-panel/props-builder.js").Prop<number, true>;
|
|
13
|
+
readonly rows: import("../../properties-panel/props-builder.js").Prop<number, false>;
|
|
14
|
+
readonly rowSize: import("../../properties-panel/props-builder.js").Prop<number, false>;
|
|
15
|
+
}) | (Omit<{
|
|
16
|
+
layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true>;
|
|
17
|
+
}, "layout" | "verticalAlign" | "horizontalAlign"> & {
|
|
18
|
+
readonly verticalAlign: import("../../properties-panel/props-builder.js").Prop<import("../../component-base/constants.js").VerticalAlignment, true>;
|
|
19
|
+
readonly horizontalAlign: import("../../properties-panel/props-builder.js").Prop<import("../../component-base/constants.js").HorizontalAlignment, true>;
|
|
20
|
+
readonly layout: import("../../properties-panel/props-builder.js").Prop<"vertical", true>;
|
|
21
|
+
}) | (Omit<{
|
|
22
|
+
layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true>;
|
|
23
|
+
}, "layout" | "verticalAlign" | "horizontalAlign"> & {
|
|
24
|
+
readonly verticalAlign: import("../../properties-panel/props-builder.js").Prop<import("../../component-base/constants.js").VerticalAlignment, true>;
|
|
25
|
+
readonly horizontalAlign: import("../../properties-panel/props-builder.js").Prop<import("../../component-base/constants.js").HorizontalAlignment, true>;
|
|
26
|
+
readonly layout: import("../../properties-panel/props-builder.js").Prop<"horizontal", true>;
|
|
27
|
+
}))) & {
|
|
28
|
+
spacing: import("../../properties-panel/props-builder.js").Prop<Dim<"px">, true>;
|
|
29
|
+
}) & {
|
|
30
|
+
padding: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").Spacing, true>;
|
|
31
|
+
}>;
|
|
32
|
+
appearance: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
33
|
+
backgroundColor: import("../../properties-panel/props-builder.js").Prop<string, false>;
|
|
34
|
+
border: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").PerSideBorder, false>;
|
|
35
|
+
borderRadius: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").PerCornerBorderRadius, false>;
|
|
36
|
+
hasBackdrop: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
37
|
+
widthPreset: import("../../properties-panel/props-builder.js").Prop<import("./constants.js").ModalSize, true>;
|
|
38
|
+
}>;
|
|
39
|
+
interaction: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
40
|
+
canOutsideClickClose: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
41
|
+
}>;
|
|
42
|
+
events: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
43
|
+
onOpen: import("../../properties-panel/props-builder.js").Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
|
|
44
|
+
onClose: import("../../properties-panel/props-builder.js").Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
|
|
45
|
+
}>;
|
|
46
|
+
meta: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
47
|
+
isOpen: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
48
|
+
}>;
|
|
49
|
+
}>>;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Dim } from "@superblocksteam/library-shared";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import type { ModalSize } from "./constants.js";
|
|
4
|
+
import type { ContainerLayout, VerticalAlignment, HorizontalAlignment } from "../../component-base/constants.js";
|
|
5
|
+
import type { ComputeStyleProps } from "../../themes/generatedStyles/generate-component-styles.js";
|
|
6
|
+
import type { SbElement, SbInstance } from "@superblocksteam/library-shared/types";
|
|
7
|
+
import type { ReactNode } from "react";
|
|
8
|
+
type ModalComponentProps = {
|
|
9
|
+
name?: string;
|
|
10
|
+
isOpen: boolean;
|
|
11
|
+
onCancel: (e: any) => void;
|
|
12
|
+
children: ReactNode;
|
|
13
|
+
className?: string;
|
|
14
|
+
canOutsideClickClose: boolean;
|
|
15
|
+
hasBackdrop: boolean;
|
|
16
|
+
widthPreset?: ModalSize;
|
|
17
|
+
heightPreset?: ModalSize;
|
|
18
|
+
modalStyle?: React.CSSProperties;
|
|
19
|
+
styleProps: ComputeStyleProps;
|
|
20
|
+
width?: Dim<"px">;
|
|
21
|
+
height?: Dim<"px">;
|
|
22
|
+
sourceId: SbElement;
|
|
23
|
+
instanceId: SbInstance;
|
|
24
|
+
isEditing: boolean;
|
|
25
|
+
layout: ContainerLayout;
|
|
26
|
+
horizontalAlign?: HorizontalAlignment;
|
|
27
|
+
verticalAlign?: VerticalAlignment;
|
|
28
|
+
spacing: Dim<"px">;
|
|
29
|
+
columns?: number;
|
|
30
|
+
rows?: number;
|
|
31
|
+
rowSize?: number;
|
|
32
|
+
dropTargetRef?: React.RefObject<HTMLElement | null>;
|
|
33
|
+
};
|
|
34
|
+
/** the modal is open/close by setting isOpen to true/false
|
|
35
|
+
**/
|
|
36
|
+
declare const ModalComponent: (props: ModalComponentProps) => React.JSX.Element;
|
|
37
|
+
export default ModalComponent;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { Prop, Section } from "../../properties-panel/props-builder.js";
|
|
2
|
+
import type { ModalSize } from "./constants.js";
|
|
3
|
+
import type { PerCornerBorderRadius, PerSideBorder } from "@superblocksteam/library-shared/types";
|
|
4
|
+
export declare const propertiesDefinition: {
|
|
5
|
+
layout: Section<((Record<string, Prop<any, any>> & ((Omit<{
|
|
6
|
+
layout: Prop<import("../../component-base/constants.js").ContainerLayout, true>;
|
|
7
|
+
}, "layout" | "rows" | "columns" | "rowSize"> & {
|
|
8
|
+
readonly layout: Prop<"freeform", true>;
|
|
9
|
+
readonly columns: Prop<number, true>;
|
|
10
|
+
readonly rows: Prop<number, false>;
|
|
11
|
+
readonly rowSize: Prop<number, false>;
|
|
12
|
+
}) | (Omit<{
|
|
13
|
+
layout: Prop<import("../../component-base/constants.js").ContainerLayout, true>;
|
|
14
|
+
}, "layout" | "verticalAlign" | "horizontalAlign"> & {
|
|
15
|
+
readonly verticalAlign: Prop<import("../../component-base/constants.js").VerticalAlignment, true>;
|
|
16
|
+
readonly horizontalAlign: Prop<import("../../component-base/constants.js").HorizontalAlignment, true>;
|
|
17
|
+
readonly layout: Prop<"vertical", true>;
|
|
18
|
+
}) | (Omit<{
|
|
19
|
+
layout: Prop<import("../../component-base/constants.js").ContainerLayout, true>;
|
|
20
|
+
}, "layout" | "verticalAlign" | "horizontalAlign"> & {
|
|
21
|
+
readonly verticalAlign: Prop<import("../../component-base/constants.js").VerticalAlignment, true>;
|
|
22
|
+
readonly horizontalAlign: Prop<import("../../component-base/constants.js").HorizontalAlignment, true>;
|
|
23
|
+
readonly layout: Prop<"horizontal", true>;
|
|
24
|
+
}))) & {
|
|
25
|
+
spacing: Prop<import("@superblocksteam/library-shared").Dim<"px">, true>;
|
|
26
|
+
}) & {
|
|
27
|
+
padding: Prop<import("@superblocksteam/library-shared/types").Spacing, true>;
|
|
28
|
+
}>;
|
|
29
|
+
appearance: Section<Record<string, Prop<any, any>> & {
|
|
30
|
+
backgroundColor: Prop<string, false>;
|
|
31
|
+
border: Prop<PerSideBorder, false>;
|
|
32
|
+
borderRadius: Prop<PerCornerBorderRadius, false>;
|
|
33
|
+
hasBackdrop: Prop<boolean, true>;
|
|
34
|
+
widthPreset: Prop<ModalSize, true>;
|
|
35
|
+
}>;
|
|
36
|
+
interaction: Section<Record<string, Prop<any, any>> & {
|
|
37
|
+
canOutsideClickClose: Prop<boolean, true>;
|
|
38
|
+
}>;
|
|
39
|
+
events: Section<Record<string, Prop<any, any>> & {
|
|
40
|
+
onOpen: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
|
|
41
|
+
onClose: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
|
|
42
|
+
}>;
|
|
43
|
+
meta: Section<Record<string, Prop<any, any>> & {
|
|
44
|
+
isOpen: Prop<boolean, true>;
|
|
45
|
+
}>;
|
|
46
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const SbPage: import("react").FC<import("../../properties-panel/props-builder.js").ExternalProps<{
|
|
2
|
+
layout: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
3
|
+
maxHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
4
|
+
minHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
5
|
+
maxWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
6
|
+
minWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
7
|
+
width: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
8
|
+
height: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
9
|
+
}>;
|
|
10
|
+
events: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
11
|
+
onLoad: import("../../properties-panel/props-builder.js").Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
|
|
12
|
+
}>;
|
|
13
|
+
}>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Dim } from "@superblocksteam/library-shared";
|
|
2
|
+
import { Prop, Section } from "../../properties-panel/props-builder.js";
|
|
3
|
+
export declare const propertiesDefinition: {
|
|
4
|
+
layout: Section<Record<string, Prop<any, any>> & {
|
|
5
|
+
maxHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
6
|
+
minHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
7
|
+
maxWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
8
|
+
minWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
9
|
+
width: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
10
|
+
height: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
11
|
+
}>;
|
|
12
|
+
events: Section<Record<string, Prop<any, any>> & {
|
|
13
|
+
onLoad: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
|
|
14
|
+
}>;
|
|
15
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare const SbSection: import("react").FC<import("../../properties-panel/props-builder.js").ExternalProps<{
|
|
2
|
+
contents: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
3
|
+
columns: import("../../properties-panel/props-builder.js").Prop<string[], false>;
|
|
4
|
+
}>;
|
|
5
|
+
layout: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
6
|
+
maxHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
7
|
+
minHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
8
|
+
maxWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
9
|
+
minWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
10
|
+
width: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
11
|
+
height: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
12
|
+
} & {
|
|
13
|
+
sticky: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
14
|
+
} & {
|
|
15
|
+
isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
16
|
+
collapseWhenInvisible: import("../../properties-panel/props-builder.js").Prop<boolean, false>;
|
|
17
|
+
}>;
|
|
18
|
+
appearance: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
19
|
+
backgroundColor: import("../../properties-panel/props-builder.js").Prop<string, false>;
|
|
20
|
+
border: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").PerSideBorder, true>;
|
|
21
|
+
}>;
|
|
22
|
+
}>>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Dim } from "@superblocksteam/library-shared";
|
|
2
|
+
import { Prop } from "../../properties-panel/props-builder.js";
|
|
3
|
+
import { Section } from "../../properties-panel/props-builder.js";
|
|
4
|
+
export declare const propertiesDefinition: {
|
|
5
|
+
contents: Section<Record<string, Prop<any, any>> & {
|
|
6
|
+
columns: Prop<string[], false>;
|
|
7
|
+
}>;
|
|
8
|
+
layout: Section<Record<string, Prop<any, any>> & {
|
|
9
|
+
maxHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
10
|
+
minHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
11
|
+
maxWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
12
|
+
minWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
13
|
+
width: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
14
|
+
height: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
15
|
+
} & {
|
|
16
|
+
sticky: Prop<boolean, true>;
|
|
17
|
+
} & {
|
|
18
|
+
isVisible: Prop<boolean, true>;
|
|
19
|
+
collapseWhenInvisible: Prop<boolean, false>;
|
|
20
|
+
}>;
|
|
21
|
+
appearance: Section<Record<string, Prop<any, any>> & {
|
|
22
|
+
backgroundColor: Prop<string, false>;
|
|
23
|
+
border: Prop<import("@superblocksteam/library-shared/types").PerSideBorder, true>;
|
|
24
|
+
}>;
|
|
25
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const propertiesDefinition: {
|
|
2
|
+
layout: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
3
|
+
maxHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
4
|
+
minHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
5
|
+
maxWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
6
|
+
minWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
7
|
+
width: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
8
|
+
height: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
9
|
+
} & {
|
|
10
|
+
margin: import("../../properties-panel/props-builder.js").Prop<unknown, true>;
|
|
11
|
+
} & {
|
|
12
|
+
isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
13
|
+
collapseWhenInvisible: import("../../properties-panel/props-builder.js").Prop<boolean, false>;
|
|
14
|
+
}>;
|
|
15
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { Dim } from "@superblocksteam/library-shared";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Prop, Section } from "../../properties-panel/props-builder.js";
|
|
4
|
+
import type { HorizontalAlignment, VerticalAlignment } from "../../component-base/constants.js";
|
|
5
|
+
import type { InternalPropsWithOptional } from "../../properties-panel/props-builder.js";
|
|
6
|
+
import type { DimModes } from "@superblocksteam/library-shared";
|
|
7
|
+
declare const _propertiesDefinitionVStack: {
|
|
8
|
+
layout: Section<Record<string, Prop<any, any>> & {
|
|
9
|
+
isVisible: Prop<boolean, true>;
|
|
10
|
+
collapseWhenInvisible: Prop<boolean, false>;
|
|
11
|
+
shouldScrollContents: Prop<boolean, true>;
|
|
12
|
+
margin: Prop<unknown, true>;
|
|
13
|
+
maxHeight?: Prop<Dim<DimModes>, false> | undefined;
|
|
14
|
+
minHeight?: Prop<Dim<DimModes>, false> | undefined;
|
|
15
|
+
maxWidth?: Prop<Dim<DimModes>, false> | undefined;
|
|
16
|
+
minWidth?: Prop<Dim<DimModes>, false> | undefined;
|
|
17
|
+
width: Prop<Dim<DimModes>, false>;
|
|
18
|
+
height: Prop<Dim<DimModes>, false>;
|
|
19
|
+
padding: Prop<import("@superblocksteam/library-shared/types").Spacing, true>;
|
|
20
|
+
spacing: Prop<Dim<"px">, true>;
|
|
21
|
+
verticalAlign: Prop<VerticalAlignment, true>;
|
|
22
|
+
horizontalAlign: Prop<HorizontalAlignment, true>;
|
|
23
|
+
}>;
|
|
24
|
+
appearance: Section<Record<string, Prop<any, any>> & {
|
|
25
|
+
backgroundColor: Prop<string, false>;
|
|
26
|
+
border: Prop<import("@superblocksteam/library-shared/types").PerSideBorder, true>;
|
|
27
|
+
borderRadius: Prop<import("@superblocksteam/library-shared/types").PerCornerBorderRadius, true>;
|
|
28
|
+
}>;
|
|
29
|
+
};
|
|
30
|
+
declare const _propertiesDefinitionHStack: {
|
|
31
|
+
layout: Section<Record<string, Prop<any, any>> & {
|
|
32
|
+
isVisible: Prop<boolean, true>;
|
|
33
|
+
collapseWhenInvisible: Prop<boolean, false>;
|
|
34
|
+
shouldScrollContents: Prop<boolean, true>;
|
|
35
|
+
margin: Prop<unknown, true>;
|
|
36
|
+
maxHeight?: Prop<Dim<DimModes>, false> | undefined;
|
|
37
|
+
minHeight?: Prop<Dim<DimModes>, false> | undefined;
|
|
38
|
+
maxWidth?: Prop<Dim<DimModes>, false> | undefined;
|
|
39
|
+
minWidth?: Prop<Dim<DimModes>, false> | undefined;
|
|
40
|
+
width: Prop<Dim<DimModes>, false>;
|
|
41
|
+
height: Prop<Dim<DimModes>, false>;
|
|
42
|
+
padding: Prop<import("@superblocksteam/library-shared/types").Spacing, true>;
|
|
43
|
+
spacing: Prop<Dim<"px">, true>;
|
|
44
|
+
verticalAlign: Prop<VerticalAlignment, true>;
|
|
45
|
+
horizontalAlign: Prop<HorizontalAlignment, true>;
|
|
46
|
+
}>;
|
|
47
|
+
appearance: Section<Record<string, Prop<any, any>> & {
|
|
48
|
+
backgroundColor: Prop<string, false>;
|
|
49
|
+
border: Prop<import("@superblocksteam/library-shared/types").PerSideBorder, true>;
|
|
50
|
+
borderRadius: Prop<import("@superblocksteam/library-shared/types").PerCornerBorderRadius, true>;
|
|
51
|
+
}>;
|
|
52
|
+
};
|
|
53
|
+
type OptionalProps = "verticalAlign" | "horizontalAlign" | "margin" | "padding" | "spacing" | "backgroundColor" | "border" | "borderRadius" | "shouldScrollContents";
|
|
54
|
+
type InternalVStackProps = InternalPropsWithOptional<typeof _propertiesDefinitionVStack, OptionalProps>;
|
|
55
|
+
type InternalHStackProps = InternalPropsWithOptional<typeof _propertiesDefinitionHStack, OptionalProps> & {
|
|
56
|
+
[key: string]: any;
|
|
57
|
+
};
|
|
58
|
+
export declare const InternalVStack: (props: InternalVStackProps) => React.JSX.Element;
|
|
59
|
+
export declare const InternalHStack: (props: InternalHStackProps) => React.JSX.Element;
|
|
60
|
+
export {};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export declare const SbSwitch: import("react").FC<import("../../properties-panel/props-builder.js").ExternalProps<{
|
|
2
|
+
general: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
3
|
+
label: import("../../properties-panel/props-builder.js").Prop<string, true>;
|
|
4
|
+
defaultChecked: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
5
|
+
}>;
|
|
6
|
+
appearance: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
7
|
+
labelPosition: import("../../properties-panel/props-builder.js").Prop<"left" | "right", true>;
|
|
8
|
+
labelStyle: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
|
|
9
|
+
loadingAnimation: import("../../properties-panel/props-builder.js").Prop<boolean, false>;
|
|
10
|
+
}>;
|
|
11
|
+
layout: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
12
|
+
maxHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
13
|
+
minHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
14
|
+
maxWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
15
|
+
minWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
16
|
+
width: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
17
|
+
height: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
18
|
+
} & {
|
|
19
|
+
margin: import("../../properties-panel/props-builder.js").Prop<unknown, true>;
|
|
20
|
+
} & {
|
|
21
|
+
isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
22
|
+
collapseWhenInvisible: import("../../properties-panel/props-builder.js").Prop<boolean, false>;
|
|
23
|
+
}>;
|
|
24
|
+
interaction: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
25
|
+
customValidationRule: import("../../properties-panel/props-builder.js").Prop<string, true>;
|
|
26
|
+
customErrorMessage: import("../../properties-panel/props-builder.js").Prop<string, true>;
|
|
27
|
+
isRequired: import("../../properties-panel/props-builder.js").Prop<boolean, false>;
|
|
28
|
+
isDisabled: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
29
|
+
errorMessagePlacement: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/props").ErrorMessagePlacement, true>;
|
|
30
|
+
}>;
|
|
31
|
+
events: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
32
|
+
onSwitchChange: import("../../properties-panel/props-builder.js").Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
|
|
33
|
+
}>;
|
|
34
|
+
meta: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
35
|
+
isTouched: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
36
|
+
isChecked: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
37
|
+
}>;
|
|
38
|
+
derived: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
|
|
39
|
+
value: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
40
|
+
validationErrors: import("../../properties-panel/props-builder.js").Prop<any, true>;
|
|
41
|
+
isValid: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
42
|
+
showError: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
|
|
43
|
+
}>;
|
|
44
|
+
}>>;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Prop, Section } from "../../properties-panel/props-builder.js";
|
|
2
|
+
export declare const propertiesDefinition: {
|
|
3
|
+
general: Section<Record<string, Prop<any, any>> & {
|
|
4
|
+
label: Prop<string, true>;
|
|
5
|
+
defaultChecked: Prop<boolean, true>;
|
|
6
|
+
}>;
|
|
7
|
+
appearance: Section<Record<string, Prop<any, any>> & {
|
|
8
|
+
labelPosition: Prop<"left" | "right", true>;
|
|
9
|
+
labelStyle: Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
|
|
10
|
+
loadingAnimation: Prop<boolean, false>;
|
|
11
|
+
}>;
|
|
12
|
+
layout: Section<Record<string, Prop<any, any>> & {
|
|
13
|
+
maxHeight?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
14
|
+
minHeight?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
15
|
+
maxWidth?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
16
|
+
minWidth?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
|
|
17
|
+
width: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
18
|
+
height: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
|
|
19
|
+
} & {
|
|
20
|
+
margin: Prop<unknown, true>;
|
|
21
|
+
} & {
|
|
22
|
+
isVisible: Prop<boolean, true>;
|
|
23
|
+
collapseWhenInvisible: Prop<boolean, false>;
|
|
24
|
+
}>;
|
|
25
|
+
interaction: Section<Record<string, Prop<any, any>> & {
|
|
26
|
+
customValidationRule: Prop<string, true>;
|
|
27
|
+
customErrorMessage: Prop<string, true>;
|
|
28
|
+
isRequired: Prop<boolean, false>;
|
|
29
|
+
isDisabled: Prop<boolean, true>;
|
|
30
|
+
errorMessagePlacement: Prop<import("@superblocksteam/library-shared/props").ErrorMessagePlacement, true>;
|
|
31
|
+
}>;
|
|
32
|
+
events: Section<Record<string, Prop<any, any>> & {
|
|
33
|
+
onSwitchChange: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
|
|
34
|
+
}>;
|
|
35
|
+
meta: Section<Record<string, Prop<any, any>> & {
|
|
36
|
+
isTouched: Prop<boolean, true>;
|
|
37
|
+
isChecked: Prop<boolean, true>;
|
|
38
|
+
}>;
|
|
39
|
+
derived: Section<Record<string, Prop<any, any>> & {
|
|
40
|
+
value: Prop<boolean, true>;
|
|
41
|
+
validationErrors: Prop<any, true>;
|
|
42
|
+
isValid: Prop<boolean, true>;
|
|
43
|
+
showError: Prop<boolean, true>;
|
|
44
|
+
}>;
|
|
45
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { SwitchComponentProps } from "./types.js";
|
|
3
|
+
export declare const SWITCH_LABEL_GAP = 8;
|
|
4
|
+
declare const SwitchComponent: React.MemoExoticComponent<({ label, labelPosition, isChecked, isDisabled, isRequired, onSwitchChange, isLoading, labelProps, errorMessagePlacement, errorMessages, labelWidth, showError, isFitContentHeight, }: SwitchComponentProps) => React.JSX.Element>;
|
|
5
|
+
export default SwitchComponent;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { TypographyProps } from "../../themes/typeography/use-typography-styling.js";
|
|
2
|
+
import type { Dim } from "@superblocksteam/library-shared";
|
|
3
|
+
import type { ErrorMessagePlacement, WidgetLabelPosition } from "@superblocksteam/library-shared/props";
|
|
4
|
+
export interface SwitchComponentProps {
|
|
5
|
+
label: string;
|
|
6
|
+
labelPosition: WidgetLabelPosition;
|
|
7
|
+
labelWidth?: Dim<"fit" | "fill">;
|
|
8
|
+
isChecked: boolean;
|
|
9
|
+
isDisabled: boolean;
|
|
10
|
+
isRequired: boolean;
|
|
11
|
+
onSwitchChange: (isChecked: boolean) => void;
|
|
12
|
+
isLoading: boolean;
|
|
13
|
+
labelProps: TypographyProps;
|
|
14
|
+
validationErrors?: Record<string, string>;
|
|
15
|
+
errorMessagePlacement: ErrorMessagePlacement;
|
|
16
|
+
showError?: boolean;
|
|
17
|
+
errorMessages: string[];
|
|
18
|
+
isFitContentHeight?: boolean;
|
|
19
|
+
}
|