@superblocksteam/library 2.0.33-next.4 → 2.0.33
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/package.json +2 -2
- package/dist-types/app-internal.d.ts +0 -4
- package/dist-types/docs-utils/generate-docs-utils.d.ts +0 -42
- package/dist-types/docs-utils/generate-docs.d.ts +0 -2
- package/dist-types/docs-utils/generate-docs.test.d.ts +0 -1
- package/dist-types/edit-mode/base-editor-bridge.d.ts +0 -60
- package/dist-types/edit-mode/collisions-layer.d.ts +0 -3
- package/dist-types/edit-mode/create-component.d.ts +0 -11
- package/dist-types/edit-mode/create-component.test.d.ts +0 -1
- package/dist-types/edit-mode/debug-tools.d.ts +0 -11
- package/dist-types/edit-mode/dnd/collision-detection.d.ts +0 -3
- package/dist-types/edit-mode/dnd/dnd-provider.d.ts +0 -4
- package/dist-types/edit-mode/dnd/draggable-widget.d.ts +0 -7
- package/dist-types/edit-mode/dnd/drop-layer.d.ts +0 -5
- package/dist-types/edit-mode/dnd/droppable-widget.d.ts +0 -10
- package/dist-types/edit-mode/dnd/get-allowed-children.d.ts +0 -2
- package/dist-types/edit-mode/dnd/grid-drop.d.ts +0 -4
- package/dist-types/edit-mode/dnd/grid-store.d.ts +0 -58
- package/dist-types/edit-mode/dnd/grid-utils.d.ts +0 -8
- package/dist-types/edit-mode/dnd/handle-grid-drop.d.ts +0 -9
- package/dist-types/edit-mode/dnd/handle-stack-drop.d.ts +0 -9
- package/dist-types/edit-mode/dnd/hooks/use-component-draggable.d.ts +0 -5
- package/dist-types/edit-mode/dnd/hooks/use-component-droppable.d.ts +0 -6
- package/dist-types/edit-mode/dnd/hooks/use-handle-dnd-events.d.ts +0 -1
- package/dist-types/edit-mode/dnd/hooks/use-widget-node-ref.d.ts +0 -2
- package/dist-types/edit-mode/dnd/new-components-drag-layer.d.ts +0 -6
- package/dist-types/edit-mode/dnd/stack-drop.d.ts +0 -4
- package/dist-types/edit-mode/dnd/stack-store.d.ts +0 -10
- package/dist-types/edit-mode/dnd/stack-utils.d.ts +0 -13
- package/dist-types/edit-mode/dnd/types.d.ts +0 -45
- package/dist-types/edit-mode/dnd/utils.d.ts +0 -42
- package/dist-types/edit-mode/dnd/utils.test.d.ts +0 -1
- package/dist-types/edit-mode/duplicated-name-popover.d.ts +0 -7
- package/dist-types/edit-mode/edit-store.d.ts +0 -47
- package/dist-types/edit-mode/edit-wrapper.d.ts +0 -18
- package/dist-types/edit-mode/editor-hotkeys.d.ts +0 -3
- package/dist-types/edit-mode/extended-clickable-area.d.ts +0 -8
- package/dist-types/edit-mode/features/ai-store.d.ts +0 -34
- package/dist-types/edit-mode/features/connection-manager.d.ts +0 -9
- package/dist-types/edit-mode/features/drag-and-drop-store.d.ts +0 -67
- package/dist-types/edit-mode/features/interaction-layer-manager.d.ts +0 -23
- package/dist-types/edit-mode/features/operation-store.d.ts +0 -64
- package/dist-types/edit-mode/features/properties-panel-manager.d.ts +0 -45
- package/dist-types/edit-mode/features/resizing-store.d.ts +0 -54
- package/dist-types/edit-mode/features/runtime-entities-manager.d.ts +0 -95
- package/dist-types/edit-mode/features/runtime-widgets-manager.d.ts +0 -59
- package/dist-types/edit-mode/features/ui-store.d.ts +0 -49
- package/dist-types/edit-mode/get-edit-store.d.ts +0 -6
- package/dist-types/edit-mode/hooks/use-register-source-element.d.ts +0 -2
- package/dist-types/edit-mode/identifier-context.d.ts +0 -6
- package/dist-types/edit-mode/iframe-wrappers.d.ts +0 -5
- package/dist-types/edit-mode/import-error-notification.d.ts +0 -1
- package/dist-types/edit-mode/interaction-layer/interaction-add-section-button.d.ts +0 -4
- package/dist-types/edit-mode/interaction-layer/interaction-layer.d.ts +0 -11
- package/dist-types/edit-mode/interaction-layer/interaction-rect-actions.d.ts +0 -9
- package/dist-types/edit-mode/interaction-layer/interaction-rect-handles.d.ts +0 -7
- package/dist-types/edit-mode/interaction-layer/interaction-rect-name-pill.d.ts +0 -13
- package/dist-types/edit-mode/interaction-layer/interaction-rect.d.ts +0 -49
- package/dist-types/edit-mode/interaction-utils.d.ts +0 -8
- package/dist-types/edit-mode/mobx-sync/create-patch.d.ts +0 -2
- package/dist-types/edit-mode/mobx-sync/create-patch.test.d.ts +0 -1
- package/dist-types/edit-mode/mobx-sync/deep-observe.d.ts +0 -24
- package/dist-types/edit-mode/mobx-sync/mobx-editor-sync.d.ts +0 -23
- package/dist-types/edit-mode/mobx-sync/mobx-editor-sync.test.d.ts +0 -1
- package/dist-types/edit-mode/noop-editor-bridge.d.ts +0 -1
- package/dist-types/edit-mode/properties.d.ts +0 -13
- package/dist-types/edit-mode/resize-capabilities.d.ts +0 -5
- package/dist-types/edit-mode/right-click-menu/right-click-menu.d.ts +0 -14
- package/dist-types/edit-mode/roots.d.ts +0 -19
- package/dist-types/edit-mode/runtime-children.d.ts +0 -14
- package/dist-types/edit-mode/sb-component-from-meta.d.ts +0 -2
- package/dist-types/edit-mode/source-update-api.d.ts +0 -19
- package/dist-types/edit-mode/superblocks-editor-bridge.d.ts +0 -40
- package/dist-types/edit-mode/vite.d.ts +0 -4
- package/dist-types/internal-testing/components/api.d.ts +0 -3
- package/dist-types/internal-testing/components/broken-app.d.ts +0 -3
- package/dist-types/internal-testing/components/button.d.ts +0 -1
- package/dist-types/internal-testing/components/checkbox.d.ts +0 -1
- package/dist-types/internal-testing/components/container.d.ts +0 -1
- package/dist-types/internal-testing/components/date-picker.d.ts +0 -1
- package/dist-types/internal-testing/components/dropdown.d.ts +0 -1
- package/dist-types/internal-testing/components/form.d.ts +0 -1
- package/dist-types/internal-testing/components/icon.d.ts +0 -1
- package/dist-types/internal-testing/components/image.d.ts +0 -1
- package/dist-types/internal-testing/components/import-error.d.ts +0 -1
- package/dist-types/internal-testing/components/input.d.ts +0 -1
- package/dist-types/internal-testing/components/key-value.d.ts +0 -1
- package/dist-types/internal-testing/components/modal.d.ts +0 -3
- package/dist-types/internal-testing/components/section-column.d.ts +0 -1
- package/dist-types/internal-testing/components/slideout.d.ts +0 -3
- package/dist-types/internal-testing/components/switch.d.ts +0 -1
- package/dist-types/internal-testing/components/table.d.ts +0 -3
- package/dist-types/internal-testing/components/timer.d.ts +0 -3
- package/dist-types/internal-testing/components/variable.d.ts +0 -3
- package/dist-types/internal-testing/utils.d.ts +0 -5
- package/dist-types/internal-testing/widgets.d.ts +0 -2
- package/dist-types/lib/hooks/use-alignment-styles.d.ts +0 -9
- package/dist-types/lib/hooks/use-cached-value.d.ts +0 -11
- package/dist-types/lib/hooks/use-callback-as-ref.d.ts +0 -1
- package/dist-types/lib/hooks/use-component-min-size.d.ts +0 -29
- package/dist-types/lib/hooks/use-deep-memo.d.ts +0 -9
- package/dist-types/lib/hooks/use-editor-hotkeys.d.ts +0 -3
- package/dist-types/lib/hooks/use-element-rect.d.ts +0 -7
- package/dist-types/lib/hooks/use-key-pressed.d.ts +0 -1
- package/dist-types/lib/hooks/use-observer-memo.d.ts +0 -14
- package/dist-types/lib/hooks/use-observer-memo.test.d.ts +0 -1
- package/dist-types/lib/hooks/use-pointer-down-outside.d.ts +0 -15
- package/dist-types/lib/hooks/use-stable-effect.d.ts +0 -22
- package/dist-types/lib/hooks/use-stable-effect.test.d.ts +0 -1
- package/dist-types/lib/index.d.ts +0 -44
- package/dist-types/lib/internal-details/actions-context.d.ts +0 -9
- package/dist-types/lib/internal-details/app-wrappers.d.ts +0 -5
- package/dist-types/lib/internal-details/component-info-context.d.ts +0 -10
- package/dist-types/lib/internal-details/component-suspense-style-context.d.ts +0 -10
- package/dist-types/lib/internal-details/css-constants.d.ts +0 -4
- package/dist-types/lib/internal-details/entities-state.d.ts +0 -11
- package/dist-types/lib/internal-details/entities.d.ts +0 -5
- package/dist-types/lib/internal-details/env.d.ts +0 -1
- package/dist-types/lib/internal-details/external-stack-child.d.ts +0 -13
- package/dist-types/lib/internal-details/identifier-normalizer.d.ts +0 -8
- package/dist-types/lib/internal-details/internal-components/common.d.ts +0 -13
- package/dist-types/lib/internal-details/internal-components/error-boundary/index.d.ts +0 -18
- package/dist-types/lib/internal-details/internal-components/route-load-error.d.ts +0 -1
- package/dist-types/lib/internal-details/is-edit-mode.d.ts +0 -1
- package/dist-types/lib/internal-details/is-sb-component.d.ts +0 -11
- package/dist-types/lib/internal-details/lib/devtools/devtools-consolidated.d.ts +0 -5
- package/dist-types/lib/internal-details/lib/devtools/index.d.ts +0 -4
- package/dist-types/lib/internal-details/lib/devtools/serialize-store-data.d.ts +0 -1
- package/dist-types/lib/internal-details/lib/evaluator/base-entity-manager.d.ts +0 -91
- package/dist-types/lib/internal-details/lib/evaluator/binding-extraction.d.ts +0 -2
- package/dist-types/lib/internal-details/lib/evaluator/binding-extraction.test.d.ts +0 -1
- package/dist-types/lib/internal-details/lib/evaluator/binding-strings/transform-bindings.d.ts +0 -6
- package/dist-types/lib/internal-details/lib/evaluator/binding-strings/transform-bindings.test.d.ts +0 -1
- package/dist-types/lib/internal-details/lib/evaluator/compute-engines.d.ts +0 -22
- package/dist-types/lib/internal-details/lib/evaluator/compute-engines.test.d.ts +0 -6
- package/dist-types/lib/internal-details/lib/evaluator/create-global-object.d.ts +0 -7
- package/dist-types/lib/internal-details/lib/evaluator/create-scope-proxy.d.ts +0 -3
- package/dist-types/lib/internal-details/lib/evaluator/deep-observe.d.ts +0 -26
- package/dist-types/lib/internal-details/lib/evaluator/deep-observe.test.d.ts +0 -1
- package/dist-types/lib/internal-details/lib/evaluator/entity-manager.d.ts +0 -96
- package/dist-types/lib/internal-details/lib/evaluator/entity-manager.test.d.ts +0 -1
- package/dist-types/lib/internal-details/lib/evaluator/entity-types.d.ts +0 -16
- package/dist-types/lib/internal-details/lib/evaluator/lazy-function.d.ts +0 -8
- package/dist-types/lib/internal-details/lib/evaluator/names.d.ts +0 -7
- package/dist-types/lib/internal-details/lib/evaluator/pretty-print-function.d.ts +0 -2
- package/dist-types/lib/internal-details/lib/evaluator/sanitize-object.d.ts +0 -6
- package/dist-types/lib/internal-details/lib/evaluator/sanitize-object.test.d.ts +0 -1
- package/dist-types/lib/internal-details/lib/evaluator/suspense-helpers.d.ts +0 -8
- package/dist-types/lib/internal-details/lib/evaluator/suspense-helpers.test.d.ts +0 -1
- package/dist-types/lib/internal-details/lib/evaluator/to-executables-or-values.d.ts +0 -36
- package/dist-types/lib/internal-details/lib/evaluator/to-executables-or-values.test.d.ts +0 -1
- package/dist-types/lib/internal-details/lib/evaluator/use-shallow-mobx-observer.d.ts +0 -1
- package/dist-types/lib/internal-details/lib/evaluator/use-shallow-mobx-observer.test.d.ts +0 -1
- package/dist-types/lib/internal-details/lib/features/api-store.d.ts +0 -51
- package/dist-types/lib/internal-details/lib/features/api-utils.d.ts +0 -79
- package/dist-types/lib/internal-details/lib/features/component-registry.d.ts +0 -62
- package/dist-types/lib/internal-details/lib/features/injected-features.d.ts +0 -8
- package/dist-types/lib/internal-details/lib/features/name-manager.d.ts +0 -38
- package/dist-types/lib/internal-details/lib/features/type-defs-utils.d.ts +0 -3
- package/dist-types/lib/internal-details/lib/iframe.d.ts +0 -44
- package/dist-types/lib/internal-details/lib/mobx-cached-getter.d.ts +0 -1
- package/dist-types/lib/internal-details/lib/resolve-id-singleton.d.ts +0 -4
- package/dist-types/lib/internal-details/lib/root-store.d.ts +0 -35
- package/dist-types/lib/internal-details/lib/suspense/suspense-fallback.d.ts +0 -11
- package/dist-types/lib/internal-details/lib/throttle.d.ts +0 -4
- package/dist-types/lib/internal-details/lib/types.d.ts +0 -298
- package/dist-types/lib/internal-details/location-store.d.ts +0 -13
- package/dist-types/lib/internal-details/reactive-component.d.ts +0 -11
- package/dist-types/lib/internal-details/remove-bindings.d.ts +0 -1
- package/dist-types/lib/internal-details/routing.d.ts +0 -2
- package/dist-types/lib/internal-details/sb-wrapper.d.ts +0 -98
- package/dist-types/lib/internal-details/sb-wrapper.test.d.ts +0 -1
- package/dist-types/lib/internal-details/scope/global.d.ts +0 -11
- package/dist-types/lib/internal-details/scope/scope-context.d.ts +0 -8
- package/dist-types/lib/internal-details/scope/scope.d.ts +0 -12
- package/dist-types/lib/internal-details/scope/types.d.ts +0 -48
- package/dist-types/lib/internal-details/size.d.ts +0 -1
- package/dist-types/lib/internal-details/theme-context.d.ts +0 -8
- package/dist-types/lib/internal-details/use-track-runtime-widget.d.ts +0 -15
- package/dist-types/lib/internal-details/utils/is-local-link.d.ts +0 -1
- package/dist-types/lib/internal-details/utils/navigation.d.ts +0 -20
- package/dist-types/lib/tracing/context-utils.d.ts +0 -4
- package/dist-types/lib/tracing/early-console-buffer.d.ts +0 -21
- package/dist-types/lib/tracing/logs.d.ts +0 -11
- package/dist-types/lib/triggers/base.d.ts +0 -16
- package/dist-types/lib/triggers/implementations/apis/cancel-apis.d.ts +0 -12
- package/dist-types/lib/triggers/implementations/apis/run-apis.d.ts +0 -3
- package/dist-types/lib/triggers/implementations/call-function.d.ts +0 -15
- package/dist-types/lib/triggers/implementations/components/control-modal.d.ts +0 -14
- package/dist-types/lib/triggers/implementations/components/control-slideout.d.ts +0 -14
- package/dist-types/lib/triggers/implementations/components/reset-component.d.ts +0 -16
- package/dist-types/lib/triggers/implementations/components/set-component-property.d.ts +0 -18
- package/dist-types/lib/triggers/implementations/navigate/navigate-to-app.d.ts +0 -16
- package/dist-types/lib/triggers/implementations/navigate/navigate-to-route.d.ts +0 -12
- package/dist-types/lib/triggers/implementations/navigate/navigate-to.d.ts +0 -17
- package/dist-types/lib/triggers/implementations/navigate/set-query-params.d.ts +0 -14
- package/dist-types/lib/triggers/implementations/navigate/utils.d.ts +0 -2
- package/dist-types/lib/triggers/implementations/run-js.d.ts +0 -11
- package/dist-types/lib/triggers/implementations/set-profile.d.ts +0 -13
- package/dist-types/lib/triggers/implementations/show-alert.d.ts +0 -18
- package/dist-types/lib/triggers/implementations/state/reset-state-var.d.ts +0 -10
- package/dist-types/lib/triggers/implementations/state/set-state-var.d.ts +0 -14
- package/dist-types/lib/triggers/implementations/timers/control-timer.d.ts +0 -13
- package/dist-types/lib/triggers/implementations/trigger-event.d.ts +0 -13
- package/dist-types/lib/triggers/registry.d.ts +0 -5
- package/dist-types/lib/triggers/run-event-handlers.d.ts +0 -10
- package/dist-types/lib/user-facing/component-base/components/autolinked-text.d.ts +0 -8
- package/dist-types/lib/user-facing/component-base/components/button.d.ts +0 -47
- package/dist-types/lib/user-facing/component-base/components/checkbox.d.ts +0 -12
- package/dist-types/lib/user-facing/component-base/components/dropdown-select.d.ts +0 -4
- package/dist-types/lib/user-facing/component-base/components/dynamic-svg.d.ts +0 -10
- package/dist-types/lib/user-facing/component-base/components/expand-button.d.ts +0 -8
- package/dist-types/lib/user-facing/component-base/components/loading-animator.d.ts +0 -4
- package/dist-types/lib/user-facing/component-base/components/plain-link.d.ts +0 -1
- package/dist-types/lib/user-facing/component-base/components/popper.d.ts +0 -20
- package/dist-types/lib/user-facing/component-base/components/search-component.d.ts +0 -19
- package/dist-types/lib/user-facing/component-base/components/span-trunc-middle.d.ts +0 -9
- package/dist-types/lib/user-facing/component-base/components/switch.d.ts +0 -6
- package/dist-types/lib/user-facing/component-base/components/video.d.ts +0 -19
- package/dist-types/lib/user-facing/component-base/constants.d.ts +0 -18
- package/dist-types/lib/user-facing/component-base/error/error-inline-message.d.ts +0 -36
- package/dist-types/lib/user-facing/component-base/error/error-tooltip.d.ts +0 -11
- package/dist-types/lib/user-facing/component-base/error/error-utils.d.ts +0 -13
- package/dist-types/lib/user-facing/component-base/error/widget-errors-wrapper.d.ts +0 -15
- package/dist-types/lib/user-facing/component-base/error-boundary.d.ts +0 -18
- package/dist-types/lib/user-facing/component-base/sb-component.d.ts +0 -21
- package/dist-types/lib/user-facing/component-base/styles/button-styles.d.ts +0 -8
- package/dist-types/lib/user-facing/component-base/styles/hover-styles.d.ts +0 -10
- package/dist-types/lib/user-facing/component-base/styles/input-styles.d.ts +0 -2
- package/dist-types/lib/user-facing/component-base/use-passthrough-props.d.ts +0 -6
- package/dist-types/lib/user-facing/component-base/utils/format-utils.d.ts +0 -37
- package/dist-types/lib/user-facing/component-base/utils/format-utils.test.d.ts +0 -1
- package/dist-types/lib/user-facing/component-base/utils/input-validation.d.ts +0 -20
- package/dist-types/lib/user-facing/component-base/utils/input-validation.test.d.ts +0 -1
- package/dist-types/lib/user-facing/components/button/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/button/index.d.ts +0 -81
- package/dist-types/lib/user-facing/components/button/props.d.ts +0 -46
- package/dist-types/lib/user-facing/components/checkbox/checkbox-component.d.ts +0 -9
- package/dist-types/lib/user-facing/components/checkbox/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/checkbox/index.d.ts +0 -93
- package/dist-types/lib/user-facing/components/checkbox/props.d.ts +0 -49
- package/dist-types/lib/user-facing/components/checkbox/types.d.ts +0 -19
- package/dist-types/lib/user-facing/components/column/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/column/index.d.ts +0 -73
- package/dist-types/lib/user-facing/components/column/props.d.ts +0 -36
- package/dist-types/lib/user-facing/components/container/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/container/index.d.ts +0 -88
- package/dist-types/lib/user-facing/components/container/props.d.ts +0 -46
- package/dist-types/lib/user-facing/components/custom/context.d.ts +0 -11
- package/dist-types/lib/user-facing/components/custom/index.d.ts +0 -1
- package/dist-types/lib/user-facing/components/custom/register-custom-component.d.ts +0 -45
- package/dist-types/lib/user-facing/components/date-picker/constants.d.ts +0 -8
- package/dist-types/lib/user-facing/components/date-picker/date-picker-component.d.ts +0 -36
- package/dist-types/lib/user-facing/components/date-picker/date-picker.d.ts +0 -2
- package/dist-types/lib/user-facing/components/date-picker/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/date-picker/index.d.ts +0 -141
- package/dist-types/lib/user-facing/components/date-picker/props.d.ts +0 -74
- package/dist-types/lib/user-facing/components/date-picker/props.test-d.d.ts +0 -1
- package/dist-types/lib/user-facing/components/date-picker/side-effects.d.ts +0 -3
- package/dist-types/lib/user-facing/components/date-picker/types.d.ts +0 -43
- package/dist-types/lib/user-facing/components/date-picker/utils.d.ts +0 -35
- package/dist-types/lib/user-facing/components/dropdown/constants.d.ts +0 -5
- package/dist-types/lib/user-facing/components/dropdown/dropdown-component.d.ts +0 -106
- package/dist-types/lib/user-facing/components/dropdown/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/dropdown/index.d.ts +0 -150
- package/dist-types/lib/user-facing/components/dropdown/multi-dropdown.d.ts +0 -18
- package/dist-types/lib/user-facing/components/dropdown/normalize-values.d.ts +0 -2
- package/dist-types/lib/user-facing/components/dropdown/normalize-values.test.d.ts +0 -1
- package/dist-types/lib/user-facing/components/dropdown/props.d.ts +0 -79
- package/dist-types/lib/user-facing/components/dropdown/types.d.ts +0 -88
- package/dist-types/lib/user-facing/components/dropdown/utils.d.ts +0 -8
- package/dist-types/lib/user-facing/components/grid/calculations/calculate-constraints.d.ts +0 -26
- package/dist-types/lib/user-facing/components/grid/calculations/calculate-row-positions.d.ts +0 -2
- package/dist-types/lib/user-facing/components/grid/calculations/calculate-row-positions.test.d.ts +0 -1
- package/dist-types/lib/user-facing/components/grid/calculations/order-constraints.d.ts +0 -2
- package/dist-types/lib/user-facing/components/grid/index.d.ts +0 -43
- package/dist-types/lib/user-facing/components/grid/use-height-observer.d.ts +0 -5
- package/dist-types/lib/user-facing/components/icon/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/icon/index.d.ts +0 -47
- package/dist-types/lib/user-facing/components/icon/props.d.ts +0 -28
- package/dist-types/lib/user-facing/components/image/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/image/image-component.d.ts +0 -40
- package/dist-types/lib/user-facing/components/image/index.d.ts +0 -65
- package/dist-types/lib/user-facing/components/image/props.d.ts +0 -43
- package/dist-types/lib/user-facing/components/input/constants.d.ts +0 -24
- package/dist-types/lib/user-facing/components/input/derived-properties.d.ts +0 -4
- package/dist-types/lib/user-facing/components/input/derived.test.d.ts +0 -1
- package/dist-types/lib/user-facing/components/input/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/input/index.d.ts +0 -187
- package/dist-types/lib/user-facing/components/input/input-component.d.ts +0 -58
- package/dist-types/lib/user-facing/components/input/props.d.ts +0 -98
- package/dist-types/lib/user-facing/components/input/styles.d.ts +0 -6
- package/dist-types/lib/user-facing/components/input/types.d.ts +0 -45
- package/dist-types/lib/user-facing/components/input/utils.d.ts +0 -15
- package/dist-types/lib/user-facing/components/input/utils.test.d.ts +0 -1
- package/dist-types/lib/user-facing/components/key-value/components/key-styles.d.ts +0 -3
- package/dist-types/lib/user-facing/components/key-value/components/property-key.d.ts +0 -7
- package/dist-types/lib/user-facing/components/key-value/components/property-value.d.ts +0 -12
- package/dist-types/lib/user-facing/components/key-value/components/value-styles.d.ts +0 -6
- package/dist-types/lib/user-facing/components/key-value/constants.d.ts +0 -7
- package/dist-types/lib/user-facing/components/key-value/derived-properties.d.ts +0 -1
- package/dist-types/lib/user-facing/components/key-value/editor.d.ts +0 -3
- package/dist-types/lib/user-facing/components/key-value/index.d.ts +0 -6
- package/dist-types/lib/user-facing/components/key-value/key-value-component.d.ts +0 -2
- package/dist-types/lib/user-facing/components/key-value/properties-props.d.ts +0 -45
- package/dist-types/lib/user-facing/components/key-value/props.d.ts +0 -38
- package/dist-types/lib/user-facing/components/key-value/styles.d.ts +0 -22
- package/dist-types/lib/user-facing/components/key-value/types.d.ts +0 -106
- package/dist-types/lib/user-facing/components/key-value/utils.d.ts +0 -11
- package/dist-types/lib/user-facing/components/modal/constants.d.ts +0 -8
- package/dist-types/lib/user-facing/components/modal/editor-config.d.ts +0 -2
- package/dist-types/lib/user-facing/components/modal/editor-template.d.ts +0 -3
- package/dist-types/lib/user-facing/components/modal/index.d.ts +0 -85
- package/dist-types/lib/user-facing/components/modal/modal-component.d.ts +0 -37
- package/dist-types/lib/user-facing/components/modal/props.d.ts +0 -45
- package/dist-types/lib/user-facing/components/page/editor.d.ts +0 -2
- package/dist-types/lib/user-facing/components/page/index.d.ts +0 -39
- package/dist-types/lib/user-facing/components/page/props.d.ts +0 -22
- package/dist-types/lib/user-facing/components/page/register-page.d.ts +0 -3
- package/dist-types/lib/user-facing/components/pixel-input/index.d.ts +0 -7
- package/dist-types/lib/user-facing/components/section/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/section/index.d.ts +0 -49
- package/dist-types/lib/user-facing/components/section/props.d.ts +0 -28
- package/dist-types/lib/user-facing/components/slideout/constants.d.ts +0 -10
- package/dist-types/lib/user-facing/components/slideout/editor-config.d.ts +0 -2
- package/dist-types/lib/user-facing/components/slideout/editor-template.d.ts +0 -3
- package/dist-types/lib/user-facing/components/slideout/index.d.ts +0 -85
- package/dist-types/lib/user-facing/components/slideout/props.d.ts +0 -46
- package/dist-types/lib/user-facing/components/slideout/slideout-component.d.ts +0 -31
- package/dist-types/lib/user-facing/components/stack/index.d.ts +0 -69
- package/dist-types/lib/user-facing/components/stack/styles.d.ts +0 -11
- package/dist-types/lib/user-facing/components/switch/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/switch/index.d.ts +0 -95
- package/dist-types/lib/user-facing/components/switch/props.d.ts +0 -50
- package/dist-types/lib/user-facing/components/switch/switch-component.d.ts +0 -5
- package/dist-types/lib/user-facing/components/switch/types.d.ts +0 -19
- package/dist-types/lib/user-facing/components/table/column-properties-panel.d.ts +0 -278
- package/dist-types/lib/user-facing/components/table/components/autotooltip-component.d.ts +0 -17
- package/dist-types/lib/user-facing/components/table/components/boolean-value-icons.d.ts +0 -16
- package/dist-types/lib/user-facing/components/table/components/column-settings.d.ts +0 -11
- package/dist-types/lib/user-facing/components/table/components/edit-cell.d.ts +0 -15
- package/dist-types/lib/user-facing/components/table/components/edit-checkbox-cell.d.ts +0 -11
- package/dist-types/lib/user-facing/components/table/components/edit-date-cell.d.ts +0 -12
- package/dist-types/lib/user-facing/components/table/components/edit-input-cell.d.ts +0 -14
- package/dist-types/lib/user-facing/components/table/components/edit-multi-select-cell.d.ts +0 -13
- package/dist-types/lib/user-facing/components/table/components/edit-single-select-cell.d.ts +0 -13
- package/dist-types/lib/user-facing/components/table/components/edit-utils.d.ts +0 -28
- package/dist-types/lib/user-facing/components/table/components/editable-link-cell.d.ts +0 -20
- package/dist-types/lib/user-facing/components/table/components/filter-popover-content.d.ts +0 -37
- package/dist-types/lib/user-facing/components/table/components/popover-video.d.ts +0 -5
- package/dist-types/lib/user-facing/components/table/components/table-action-icon.d.ts +0 -13
- package/dist-types/lib/user-facing/components/table/components/table-column-header-button.d.ts +0 -19
- package/dist-types/lib/user-facing/components/table/components/table-data-download.d.ts +0 -15
- package/dist-types/lib/user-facing/components/table/components/table-footer.d.ts +0 -40
- package/dist-types/lib/user-facing/components/table/components/table-header.d.ts +0 -63
- package/dist-types/lib/user-facing/components/table/components/table-loading-state.d.ts +0 -11
- package/dist-types/lib/user-facing/components/table/components/table-pagination-input.d.ts +0 -10
- package/dist-types/lib/user-facing/components/table/components/table-pagination.d.ts +0 -18
- package/dist-types/lib/user-facing/components/table/components/table-row-context-menu.d.ts +0 -17
- package/dist-types/lib/user-facing/components/table/components/table-tag.d.ts +0 -25
- package/dist-types/lib/user-facing/components/table/constants.d.ts +0 -91
- package/dist-types/lib/user-facing/components/table/default-table-data.d.ts +0 -71
- package/dist-types/lib/user-facing/components/table/derived-properties.d.ts +0 -20
- package/dist-types/lib/user-facing/components/table/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/table/index.d.ts +0 -721
- package/dist-types/lib/user-facing/components/table/props.d.ts +0 -364
- package/dist-types/lib/user-facing/components/table/table-component.d.ts +0 -101
- package/dist-types/lib/user-facing/components/table/table-manager.d.ts +0 -23
- package/dist-types/lib/user-facing/components/table/table-styles.d.ts +0 -73
- package/dist-types/lib/user-facing/components/table/table-utilities.d.ts +0 -148
- package/dist-types/lib/user-facing/components/table/table-widget.d.ts +0 -149
- package/dist-types/lib/user-facing/components/table/types.d.ts +0 -447
- package/dist-types/lib/user-facing/components/table/use-sticky.d.ts +0 -1
- package/dist-types/lib/user-facing/components/table/utils.d.ts +0 -2
- package/dist-types/lib/user-facing/components/text/editor.d.ts +0 -5
- package/dist-types/lib/user-facing/components/text/index.d.ts +0 -111
- package/dist-types/lib/user-facing/components/text/long-text-button.d.ts +0 -8
- package/dist-types/lib/user-facing/components/text/props.d.ts +0 -67
- package/dist-types/lib/user-facing/components/text/styles.d.ts +0 -2
- package/dist-types/lib/user-facing/components/text/utils.d.ts +0 -26
- package/dist-types/lib/user-facing/constants.d.ts +0 -2
- package/dist-types/lib/user-facing/entities/api/index.d.ts +0 -14
- package/dist-types/lib/user-facing/entities/api/props.d.ts +0 -29
- package/dist-types/lib/user-facing/entities/api/props.test.d.ts +0 -1
- package/dist-types/lib/user-facing/entities/api/suspensible-api.d.ts +0 -21
- package/dist-types/lib/user-facing/entities/timer/index.d.ts +0 -16
- package/dist-types/lib/user-facing/entities/timer/props.d.ts +0 -19
- package/dist-types/lib/user-facing/entities/variable/index.d.ts +0 -14
- package/dist-types/lib/user-facing/entities/variable/props.d.ts +0 -13
- package/dist-types/lib/user-facing/error-pages/constants.d.ts +0 -10
- package/dist-types/lib/user-facing/error-pages/error-component.d.ts +0 -17
- package/dist-types/lib/user-facing/error-pages/page-not-found.d.ts +0 -10
- package/dist-types/lib/user-facing/event-flow.d.ts +0 -107
- package/dist-types/lib/user-facing/event-flow.test.d.ts +0 -1
- package/dist-types/lib/user-facing/global-functions.d.ts +0 -25
- package/dist-types/lib/user-facing/hooks/use-dialog-editing.d.ts +0 -14
- package/dist-types/lib/user-facing/hooks/use-editor.d.ts +0 -42
- package/dist-types/lib/user-facing/hooks/use-theme.d.ts +0 -3
- package/dist-types/lib/user-facing/hooks/use-update-properties.d.ts +0 -1
- package/dist-types/lib/user-facing/icons/constants.d.ts +0 -8
- package/dist-types/lib/user-facing/icons/encoded.d.ts +0 -1
- package/dist-types/lib/user-facing/icons/helpers.d.ts +0 -21
- package/dist-types/lib/user-facing/icons/index.d.ts +0 -2
- package/dist-types/lib/user-facing/internal-index.d.ts +0 -4
- package/dist-types/lib/user-facing/layers.d.ts +0 -42
- package/dist-types/lib/user-facing/properties-panel/constants.d.ts +0 -1
- package/dist-types/lib/user-facing/properties-panel/create-managed-props-list.d.ts +0 -9
- package/dist-types/lib/user-facing/properties-panel/create-managed-props-list.test.d.ts +0 -1
- package/dist-types/lib/user-facing/properties-panel/helpers.test.d.ts +0 -1
- package/dist-types/lib/user-facing/properties-panel/mixins/appearance-properties.d.ts +0 -24
- package/dist-types/lib/user-facing/properties-panel/mixins/appearance.d.ts +0 -8
- package/dist-types/lib/user-facing/properties-panel/mixins/form-inputs-properties.d.ts +0 -44
- package/dist-types/lib/user-facing/properties-panel/mixins/layout-section.d.ts +0 -129
- package/dist-types/lib/user-facing/properties-panel/mixins/loading.d.ts +0 -2
- package/dist-types/lib/user-facing/properties-panel/properties-panel-definition.d.ts +0 -5
- package/dist-types/lib/user-facing/properties-panel/props-builder.d.ts +0 -308
- package/dist-types/lib/user-facing/properties-panel/props-builder.test-d.d.ts +0 -1
- package/dist-types/lib/user-facing/properties-panel/props-builder.test.d.ts +0 -1
- package/dist-types/lib/user-facing/properties-panel/props-panel-utils.d.ts +0 -3
- package/dist-types/lib/user-facing/properties-panel/validators.d.ts +0 -34
- package/dist-types/lib/user-facing/sb-provider.d.ts +0 -11
- package/dist-types/lib/user-facing/state/computed.d.ts +0 -2
- package/dist-types/lib/user-facing/state/create-bindable-entity-proxy.d.ts +0 -4
- package/dist-types/lib/user-facing/state/create-scope.d.ts +0 -17
- package/dist-types/lib/user-facing/state/types.d.ts +0 -10
- package/dist-types/lib/user-facing/styling/color-utils.d.ts +0 -13
- package/dist-types/lib/user-facing/styling/colors.d.ts +0 -67
- package/dist-types/lib/user-facing/styling/style-as-class.d.ts +0 -1
- package/dist-types/lib/user-facing/styling/styles.d.ts +0 -4
- package/dist-types/lib/user-facing/styling/widget-label-styles.d.ts +0 -11
- package/dist-types/lib/user-facing/themes/classnames.d.ts +0 -72
- package/dist-types/lib/user-facing/themes/constants.d.ts +0 -87
- package/dist-types/lib/user-facing/themes/default-theme.d.ts +0 -8
- package/dist-types/lib/user-facing/themes/generate-border-css.d.ts +0 -25
- package/dist-types/lib/user-facing/themes/generate-border-styles.d.ts +0 -15
- package/dist-types/lib/user-facing/themes/generate-class-name.d.ts +0 -2
- package/dist-types/lib/user-facing/themes/generate-colors.d.ts +0 -45
- package/dist-types/lib/user-facing/themes/generate-colors.test.d.ts +0 -1
- package/dist-types/lib/user-facing/themes/generate-theme.d.ts +0 -3
- package/dist-types/lib/user-facing/themes/generate-typographies.d.ts +0 -5
- package/dist-types/lib/user-facing/themes/generatedStyles/button-styles.d.ts +0 -2
- package/dist-types/lib/user-facing/themes/generatedStyles/container-styles.d.ts +0 -2
- package/dist-types/lib/user-facing/themes/generatedStyles/datepicker-styles.d.ts +0 -2
- package/dist-types/lib/user-facing/themes/generatedStyles/dropdown-styles.d.ts +0 -2
- package/dist-types/lib/user-facing/themes/generatedStyles/editor-styles.d.ts +0 -2
- package/dist-types/lib/user-facing/themes/generatedStyles/generate-component-styles.d.ts +0 -16
- package/dist-types/lib/user-facing/themes/generatedStyles/generate-padding-style.d.ts +0 -19
- package/dist-types/lib/user-facing/themes/generatedStyles/icon-styles.d.ts +0 -2
- package/dist-types/lib/user-facing/themes/generatedStyles/input-styles.d.ts +0 -3
- package/dist-types/lib/user-facing/themes/generatedStyles/paginator-styles.d.ts +0 -2
- package/dist-types/lib/user-facing/themes/generatedStyles/popper-styles.d.ts +0 -2
- package/dist-types/lib/user-facing/themes/generatedStyles/styles-utils.d.ts +0 -1
- package/dist-types/lib/user-facing/themes/generatedStyles/text-styles.d.ts +0 -3
- package/dist-types/lib/user-facing/themes/generatedStyles/theme-styles.d.ts +0 -5
- package/dist-types/lib/user-facing/themes/generatedStyles/utils.d.ts +0 -23
- package/dist-types/lib/user-facing/themes/index.d.ts +0 -5
- package/dist-types/lib/user-facing/themes/layers.d.ts +0 -6
- package/dist-types/lib/user-facing/themes/padding-constants.d.ts +0 -10
- package/dist-types/lib/user-facing/themes/typeface-constants.d.ts +0 -3
- package/dist-types/lib/user-facing/themes/typefaces/utils.d.ts +0 -28
- package/dist-types/lib/user-facing/themes/typefaces/utils.test.d.ts +0 -1
- package/dist-types/lib/user-facing/themes/typeography/typography-utils.d.ts +0 -33
- package/dist-types/lib/user-facing/themes/typeography/typography-utils.test.d.ts +0 -1
- package/dist-types/lib/user-facing/themes/typeography/use-typography-styling.d.ts +0 -15
- package/dist-types/lib/user-facing/themes/typography-constants.d.ts +0 -34
- package/dist-types/lib/user-facing/themes/utils.d.ts +0 -15
- package/dist-types/lib/user-facing/types.d.ts +0 -17
- package/dist-types/lib/user-facing/utils/create-svg-data-uri.d.ts +0 -9
- package/dist-types/lib/user-facing/utils/form.d.ts +0 -10
- package/dist-types/lib/user-facing/utils/notification.d.ts +0 -16
- package/dist-types/lib/utils/children.d.ts +0 -3
- package/dist-types/lib/utils/clean-object.d.ts +0 -5
- package/dist-types/lib/utils/clean-object.test.d.ts +0 -1
- package/dist-types/lib/utils/fast-clone.d.ts +0 -1
- package/dist-types/lib/utils/generate-id.d.ts +0 -1
- package/dist-types/lib/utils/get-component-layout.d.ts +0 -3
- package/dist-types/lib/utils/is-component-grid.d.ts +0 -2
- package/dist-types/lib/utils/is-component-stacklike.d.ts +0 -2
- package/dist-types/lib/utils/is-component-type-detached.d.ts +0 -1
- package/dist-types/lib/utils/is-component-vstack.d.ts +0 -2
- package/dist-types/lib/utils/keyboard-shortcuts.d.ts +0 -3
- package/dist-types/lib/utils/shallow-equal.d.ts +0 -1
- package/dist-types/lib/utils/widget-wrapper-naming.d.ts +0 -6
- package/dist-types/lib/utils.d.ts +0 -4
- package/dist-types/main.d.ts +0 -1
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { KeyToState } from "@superblocksteam/library-shared/types";
|
|
2
|
-
export interface MobXEditorSyncOptions<SID extends keyof KeyToState = keyof KeyToState, OUTPUT extends KeyToState[SID] = KeyToState[SID], STORE = OUTPUT> {
|
|
3
|
-
storeId: SID & string;
|
|
4
|
-
store: STORE;
|
|
5
|
-
/**
|
|
6
|
-
* A function that takes the store and returns a view/projection of the store.
|
|
7
|
-
* This is useful for syncing only a subset of the store in a different shape.
|
|
8
|
-
*/
|
|
9
|
-
projection?: (store: STORE) => OUTPUT;
|
|
10
|
-
/**
|
|
11
|
-
* When provided, only patches under these keys are forwarded.
|
|
12
|
-
* Other changes are dropped.
|
|
13
|
-
*/
|
|
14
|
-
keys?: Record<keyof OUTPUT, true>;
|
|
15
|
-
/**
|
|
16
|
-
* Debounce time in milliseconds.
|
|
17
|
-
*/
|
|
18
|
-
debounce?: number;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Syncs a mobx store to the editor automatically through postmessage
|
|
22
|
-
*/
|
|
23
|
-
export declare function startEditorSync<SID extends keyof KeyToState = keyof KeyToState, OUTPUT extends KeyToState[SID] = KeyToState[SID], STORE = any>(options: MobXEditorSyncOptions<SID, OUTPUT, STORE>): () => void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { type Name } from "../lib/internal-details/lib/evaluator/names.js";
|
|
2
|
-
/**
|
|
3
|
-
* Gets the actual value from a PropertyInfo object.
|
|
4
|
-
* This will parse the value based on the type of property.
|
|
5
|
-
* @param property - The property to get the value from.
|
|
6
|
-
* @returns The parsed value of the property.
|
|
7
|
-
*/
|
|
8
|
-
export declare function getPropertyValue({ entityKey, property, name, scopeId, }: {
|
|
9
|
-
property: unknown;
|
|
10
|
-
entityKey?: string;
|
|
11
|
-
name?: Name;
|
|
12
|
-
scopeId?: string;
|
|
13
|
-
}): unknown;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { SbElement } from "@superblocksteam/library-shared/types";
|
|
3
|
-
import type { ReactNode } from "react";
|
|
4
|
-
interface RightClickMenuProps {
|
|
5
|
-
children?: ReactNode;
|
|
6
|
-
componentName: string;
|
|
7
|
-
sourceId: SbElement;
|
|
8
|
-
scopeName: string;
|
|
9
|
-
type: string;
|
|
10
|
-
}
|
|
11
|
-
declare const RightClickMenuWrapper: React.FC<RightClickMenuProps & {
|
|
12
|
-
disabled?: boolean;
|
|
13
|
-
}>;
|
|
14
|
-
export default RightClickMenuWrapper;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { IdentifierInfo } from "../lib/internal-details/lib/features/name-manager.js";
|
|
3
|
-
import type { SbElement, SbInstance } from "@superblocksteam/library-shared/types";
|
|
4
|
-
export declare function EditorRoot(props: {
|
|
5
|
-
type: string;
|
|
6
|
-
identifier: IdentifierInfo;
|
|
7
|
-
children: any;
|
|
8
|
-
widgetProps: Record<string, unknown>;
|
|
9
|
-
[key: string]: unknown;
|
|
10
|
-
}): React.JSX.Element;
|
|
11
|
-
type EditorRootContext = {
|
|
12
|
-
instanceId: SbInstance;
|
|
13
|
-
sourceId: SbElement;
|
|
14
|
-
isPageRoot: boolean;
|
|
15
|
-
};
|
|
16
|
-
declare const EditorRootContext: React.Context<EditorRootContext | undefined>;
|
|
17
|
-
export declare function useEditorRootContext(): EditorRootContext | undefined;
|
|
18
|
-
export declare function useIsCurrentRootPage(): boolean | undefined;
|
|
19
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { ChildFunction } from "./features/runtime-widgets-manager.js";
|
|
2
|
-
import type { SbInstance } from "@superblocksteam/library-shared/types";
|
|
3
|
-
import type { ReactNode } from "react";
|
|
4
|
-
/**
|
|
5
|
-
* Attempts to merge the children of a component with the children that should be rendered
|
|
6
|
-
* based on the current state from our drag-and-drop editor.
|
|
7
|
-
*
|
|
8
|
-
* @returns {ReactNode[]} - An array of merged and sorted React nodes.
|
|
9
|
-
*/
|
|
10
|
-
export declare function useRuntimeChildren(props: {
|
|
11
|
-
instanceId: SbInstance;
|
|
12
|
-
isEditing: boolean;
|
|
13
|
-
children?: ReactNode[] | ChildFunction;
|
|
14
|
-
}): ReactNode[] | ChildFunction | undefined;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare class OperationAPI {
|
|
2
|
-
private readonly serverUrl;
|
|
3
|
-
private socket;
|
|
4
|
-
private retryAttempts;
|
|
5
|
-
constructor(serverUrl: string);
|
|
6
|
-
/**
|
|
7
|
-
* @throws {Error} if the websocket connection can't be initiated after 3 attempts
|
|
8
|
-
*/
|
|
9
|
-
connect({ peerId, userId, applicationId, }: {
|
|
10
|
-
peerId: string;
|
|
11
|
-
userId?: string;
|
|
12
|
-
applicationId: string;
|
|
13
|
-
}): Promise<void>;
|
|
14
|
-
ensureFilesSynced: () => Promise<void>;
|
|
15
|
-
private handleSocketClose;
|
|
16
|
-
private retryConnection;
|
|
17
|
-
}
|
|
18
|
-
declare const _default: OperationAPI;
|
|
19
|
-
export default _default;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { type SuperblocksParentBridgeInterface } from "./base-editor-bridge.js";
|
|
2
|
-
import type { FromChildToParentMessageTypesMap } from "../lib/index.js";
|
|
3
|
-
import type { StreamEvent, RouteInfo } from "../lib/internal-details/lib/types.js";
|
|
4
|
-
import type { PropertiesPanelDefinition } from "@superblocksteam/library-shared/props";
|
|
5
|
-
import type { AiContextMode, EditOperationPayload, EditOperationType, GeneratedTheme, SbElement, SbInstance, Theme } from "@superblocksteam/library-shared/types";
|
|
6
|
-
export declare class SuperblocksEditorBridge implements SuperblocksParentBridgeInterface {
|
|
7
|
-
private static instance;
|
|
8
|
-
private messagesToSend;
|
|
9
|
-
private connectedToParent;
|
|
10
|
-
static getInstance(): SuperblocksParentBridgeInterface;
|
|
11
|
-
connected(): void;
|
|
12
|
-
sendReady(): void;
|
|
13
|
-
sendNotification(type: "success" | "error" | "info" | "warning", message: string, description?: string): void;
|
|
14
|
-
selectWidgets(sourceIds: SbElement[]): void;
|
|
15
|
-
editOpRequest<T extends EditOperationType>(type: T, payload: EditOperationPayload<T>["payload"]): void;
|
|
16
|
-
undo(): void;
|
|
17
|
-
redo(): void;
|
|
18
|
-
sendStreamedApiEvent(event: StreamEvent, apiName: string): void;
|
|
19
|
-
sendStreamedApiMessage(message: any, apiName: string): void;
|
|
20
|
-
setApiStarted(apiName: string): void;
|
|
21
|
-
setApiResponse(apiName: string, response: unknown): void;
|
|
22
|
-
navigateTo(path: string, newWindow?: boolean): void;
|
|
23
|
-
updateTheme(theme: Theme, generatedTheme: GeneratedTheme): void;
|
|
24
|
-
updatePropertiesPanels(updates: Record<string, PropertiesPanelDefinition>): void;
|
|
25
|
-
addPropertiesPanel(id: string, definition: PropertiesPanelDefinition): void;
|
|
26
|
-
initializeEditorSyncedStore(payload: FromChildToParentMessageTypesMap["codeMode/editor-synced-store/init"]): void;
|
|
27
|
-
updateEditorSyncedStore(payload: FromChildToParentMessageTypesMap["codeMode/editor-synced-store/update"]): void;
|
|
28
|
-
resolvePromise(callbackId: string, payload: unknown): void;
|
|
29
|
-
rejectPromise(callbackId: string, payload: unknown): void;
|
|
30
|
-
canvasClicked(): void;
|
|
31
|
-
registerContextMenuClick(sourceId: SbElement, clientX: number, clientY: number): void;
|
|
32
|
-
updateRoute(routeInfo: RouteInfo): void;
|
|
33
|
-
addComponentToAiContext(sourceId: SbElement, instanceId: SbInstance): void;
|
|
34
|
-
toggleComponentInAiContext(sourceId: SbElement, instanceId: SbInstance): void;
|
|
35
|
-
setAiContextMode(mode: AiContextMode): void;
|
|
36
|
-
socketError(message: string): void;
|
|
37
|
-
private queueMessage;
|
|
38
|
-
private sendImmediate;
|
|
39
|
-
}
|
|
40
|
-
export declare const editorBridge: SuperblocksParentBridgeInterface;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Widgets(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Widgets(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Widgets(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Widgets(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Widgets(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Widgets(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Widgets(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Widgets(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function ImportError(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Widgets(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function KeyValue(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Widgets(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Widgets(): import("react").JSX.Element;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type VerticalAlignment, type HorizontalAlignment } from "../user-facing/component-base/constants.js";
|
|
2
|
-
import type { ContainerLayout } from "../user-facing/component-base/constants.js";
|
|
3
|
-
import type { CSSProperties } from "react";
|
|
4
|
-
declare const useAlignmentStyles: ({ layout, verticalAlign, horizontalAlign, }: {
|
|
5
|
-
layout?: ContainerLayout;
|
|
6
|
-
verticalAlign?: VerticalAlignment;
|
|
7
|
-
horizontalAlign?: HorizontalAlignment;
|
|
8
|
-
}) => CSSProperties;
|
|
9
|
-
export default useAlignmentStyles;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A hook that caches a (non-primitive) value and returns the cached value for as long it
|
|
3
|
-
* does not change with respect to a deep equality function.
|
|
4
|
-
* This is useful when a non-primitive is to be used in a dependency array:
|
|
5
|
-
* the cached value returned will be referentially the same object for as long as the
|
|
6
|
-
* object has not changed and therefore the dependency will not change.
|
|
7
|
-
* @param value The value to cache. It does not make sense use this hook for primitive values.
|
|
8
|
-
* @param isEqualFn The (deep) equality function to compare objects, defaults to `isEqual` from lodash.
|
|
9
|
-
* @returns `value` or a cached version of `value` that is (deeply) equal to `value`.
|
|
10
|
-
*/
|
|
11
|
-
export declare function useCachedValue<T>(value: T, isEqualFn?: (cachedValue: T, curValue: T) => boolean): T;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useCallbackAsRef: <T extends (...args: any[]) => any>(callback: T) => (...args: any) => any;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import type { Dim, DimModes } from "@superblocksteam/library-shared";
|
|
2
|
-
import type { CSSProperties } from "react";
|
|
3
|
-
interface UseComponentMinSizeOptions {
|
|
4
|
-
width?: Dim<DimModes>;
|
|
5
|
-
height?: Dim<DimModes>;
|
|
6
|
-
minWidth?: Dim<DimModes>;
|
|
7
|
-
minHeight?: Dim<DimModes>;
|
|
8
|
-
}
|
|
9
|
-
interface UseComponentMinSizeReturnValue {
|
|
10
|
-
minHeight: number;
|
|
11
|
-
minWidth: number;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* In edit mode, components should have a minimum size to be able to select them.
|
|
15
|
-
* This hook figures out when/if to apply styles for that following this logic:
|
|
16
|
-
*
|
|
17
|
-
* When we skip the min size:
|
|
18
|
-
* - The user sets a width/height in pixels
|
|
19
|
-
* - The user sets a minWidth/height in pixels
|
|
20
|
-
* - The component is not in edit mode
|
|
21
|
-
* - The component is set to fill
|
|
22
|
-
*
|
|
23
|
-
* When we apply the 6px min size:
|
|
24
|
-
* - The component is set to fit-content
|
|
25
|
-
* - And none of the skip conditions above apply
|
|
26
|
-
*/
|
|
27
|
-
export declare function useComponentMinSize(props: UseComponentMinSizeOptions, asStyleObject: true): CSSProperties;
|
|
28
|
-
export declare function useComponentMinSize(props: UseComponentMinSizeOptions, asStyleObject?: false): UseComponentMinSizeReturnValue;
|
|
29
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { DependencyList } from "react";
|
|
2
|
-
/**
|
|
3
|
-
* Custom hook that memoizes a value based on deep equality of dependencies.
|
|
4
|
-
* @param factory A function that returns the value to be memoized.
|
|
5
|
-
* @param deps An array of dependencies that trigger the memoization.
|
|
6
|
-
* @returns The memoized value.
|
|
7
|
-
*/
|
|
8
|
-
declare const useDeepMemo: <T>(factory: () => T, deps: DependencyList) => T;
|
|
9
|
-
export default useDeepMemo;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { KeyHandler } from "hotkeys-js";
|
|
2
|
-
import type { Options } from "react-hotkeys-hook";
|
|
3
|
-
export declare function useEditorHotkeys<T extends Element>(keys: string, callback: KeyHandler, options?: any[] | Options, deps?: any[]): React.MutableRefObject<T | null> | undefined;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { Options as DebounceSettings } from "use-debounce";
|
|
3
|
-
export declare function useElementRect<T extends HTMLElement>(target: React.RefObject<T> | T | null, wait?: number, options?: DebounceSettings): DOMRect | undefined;
|
|
4
|
-
export declare function useElementWidth<T extends HTMLElement>(target: React.RefObject<T> | T | null, wait?: number): number;
|
|
5
|
-
export declare function useHeightChange<T extends HTMLElement>(target: React.RefObject<T> | T | null, onChange: (height: number) => void, wait?: number): void;
|
|
6
|
-
export declare function useWidthChange<T extends HTMLElement>(target: React.RefObject<T> | T | null, onChange: (width: number) => void, wait?: number): void;
|
|
7
|
-
export declare function useRectChange<T extends HTMLElement>(target: React.RefObject<T> | T | null, onChange: (width: number, height: number) => void, wait?: number): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function useKeyPressed(key: string, callback: (isPressed: boolean) => void): void;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The component that uses this hook must be wrapped `observer`, otherwise state changes will not
|
|
3
|
-
* cause this hook to re-run.
|
|
4
|
-
*/
|
|
5
|
-
export declare const useObserverMemo: <T>(fn: () => T, deps: any[]) => T;
|
|
6
|
-
/**
|
|
7
|
-
* Like useObserverMemo, but does not require the component to be wrapped in an observer.
|
|
8
|
-
* It is recommended to use useObserverMemo instead.
|
|
9
|
-
* @see useObserverMemo
|
|
10
|
-
*
|
|
11
|
-
* Note: This implementation uses MobX reactions to track both observable changes and
|
|
12
|
-
* dependency changes.
|
|
13
|
-
*/
|
|
14
|
-
export declare const useStandaloneObserverMemo: <T>(fn: () => T, deps: any[]) => T;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type React from "react";
|
|
2
|
-
/**
|
|
3
|
-
* Calls @param onClickOutside when the user clicks outside of a set of elements
|
|
4
|
-
*
|
|
5
|
-
* @param - `wrapperRefs, wrapperIds, wrapperSelectors` - Arrays of refs to DOM elements that should be considered "wrappers" for
|
|
6
|
-
* the click outside handler. If the user clicks outside of all of these elements, the callback will be
|
|
7
|
-
* called.
|
|
8
|
-
* @param - onClickOutside - A callback function that will be called when the user clicks outside of the wrappers
|
|
9
|
-
*/
|
|
10
|
-
export declare function usePointerDownOutside({ wrapperRefs, wrapperIds, wrapperSelectors, onClickOutside, }: {
|
|
11
|
-
wrapperRefs?: Array<React.MutableRefObject<Element | null | undefined>>;
|
|
12
|
-
wrapperIds?: Array<string>;
|
|
13
|
-
wrapperSelectors?: Array<string>;
|
|
14
|
-
onClickOutside: () => void;
|
|
15
|
-
}): void;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type React from "react";
|
|
2
|
-
type isType = (a: unknown) => boolean;
|
|
3
|
-
type isEqual = (a: any, b: any) => boolean;
|
|
4
|
-
/**
|
|
5
|
-
* Options for the useStableEffect hook.
|
|
6
|
-
*/
|
|
7
|
-
export interface UseStableEffectOptions {
|
|
8
|
-
customEqualChecks?: [isType, isEqual][];
|
|
9
|
-
ignoreKeys?: string[];
|
|
10
|
-
cold?: boolean;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Custom hook that runs an effect only when specified properties of an object change.
|
|
14
|
-
*
|
|
15
|
-
* @param effect - The effect callback to run.
|
|
16
|
-
* @param obj - The object whose properties are checked for changes.
|
|
17
|
-
* @param options - Optional custom equality checks and keys to ignore when checking for changes.
|
|
18
|
-
*/
|
|
19
|
-
declare const useStableEffect: (effect: React.EffectCallback, obj: {
|
|
20
|
-
[key: string]: unknown;
|
|
21
|
-
}, options?: UseStableEffectOptions) => void;
|
|
22
|
-
export default useStableEffect;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import "./style.css";
|
|
2
|
-
import "../edit-mode/edit-style.css";
|
|
3
|
-
export { Button } from "./user-facing/components/button/index.jsx";
|
|
4
|
-
export { Section } from "./user-facing/components/section/index.jsx";
|
|
5
|
-
export { Column } from "./user-facing/components/column/index.jsx";
|
|
6
|
-
export { Container } from "./user-facing/components/container/index.jsx";
|
|
7
|
-
export { Input } from "./user-facing/components/input/index.jsx";
|
|
8
|
-
export { Page } from "./user-facing/components/page/index.jsx";
|
|
9
|
-
export { Text } from "./user-facing/components/text/index.jsx";
|
|
10
|
-
export { Modal } from "./user-facing/components/modal/index.jsx";
|
|
11
|
-
export { Slideout } from "./user-facing/components/slideout/index.jsx";
|
|
12
|
-
export { Table } from "./user-facing/components/table/index.jsx";
|
|
13
|
-
export { Dropdown } from "./user-facing/components/dropdown/index.jsx";
|
|
14
|
-
export type * from "./user-facing/components/dropdown/types.ts";
|
|
15
|
-
export { CustomComponent } from "./user-facing/components/custom/index.jsx";
|
|
16
|
-
export { registerComponent, type CustomComponentProps, type CustomComponentPropertiesDefinition, } from "./user-facing/components/custom/register-custom-component.jsx";
|
|
17
|
-
export { Checkbox } from "./user-facing/components/checkbox/index.jsx";
|
|
18
|
-
export { DatePicker } from "./user-facing/components/date-picker/index.jsx";
|
|
19
|
-
export { Switch } from "./user-facing/components/switch/index.jsx";
|
|
20
|
-
export { Icon } from "./user-facing/components/icon/index.jsx";
|
|
21
|
-
export { Image } from "./user-facing/components/image/index.jsx";
|
|
22
|
-
export { StateVar, StateVarPersistence, } from "./user-facing/entities/variable/index.js";
|
|
23
|
-
export { Timer } from "./user-facing/entities/timer/index.js";
|
|
24
|
-
export { SbApi } from "./user-facing/entities/api/index.js";
|
|
25
|
-
export { default as MakeEditableWithSuperblocks } from "./user-facing/sb-provider.jsx";
|
|
26
|
-
export { default as SbProvider } from "./user-facing/sb-provider.jsx";
|
|
27
|
-
export { EventFlow } from "./user-facing/event-flow.js";
|
|
28
|
-
export { copyToClipboard, navigateTo, setQueryParams, download, showAlert, logoutIntegrations, } from "./user-facing/global-functions.js";
|
|
29
|
-
export { registerScope } from "./internal-details/scope/scope.jsx";
|
|
30
|
-
export { registerPage } from "./user-facing/components/page/register-page.js";
|
|
31
|
-
export { createScope } from "./user-facing/state/create-scope.js";
|
|
32
|
-
export { type BindingIdentifier } from "@superblocksteam/library-shared/types";
|
|
33
|
-
export { Global, Theme, Embed, Env } from "./internal-details/scope/global.js";
|
|
34
|
-
export type { AppTheme } from "./internal-details/scope/global.js";
|
|
35
|
-
export { SbEvent } from "./internal-details/entities.js";
|
|
36
|
-
export { useUpdateProperties } from "./user-facing/hooks/use-update-properties.js";
|
|
37
|
-
export { useTheme } from "./user-facing/hooks/use-theme.jsx";
|
|
38
|
-
export { Prop, Section as PropertyPanelSection, PropsPanelCategory, } from "./user-facing/properties-panel/props-builder.js";
|
|
39
|
-
export { computed } from "./user-facing/state/computed.js";
|
|
40
|
-
export { Dim, type DimModes, SB, Property, } from "@superblocksteam/library-shared";
|
|
41
|
-
export type { EditorConfig } from "@superblocksteam/library-shared";
|
|
42
|
-
export type { EditorTemplate } from "./internal-details/sb-wrapper.jsx";
|
|
43
|
-
export type { FromChildToParentMessageTypes, FromChildToParentMessageTypesMap, FromParentToChildMessageTypes, FromParentToChildMessageTypesMap, } from "./internal-details/lib/types.js";
|
|
44
|
-
export { Outlet } from "react-router";
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { createEntityActions } from "./entities-state.js";
|
|
3
|
-
export declare const ActionsProvider: React.FC<React.PropsWithChildren<{
|
|
4
|
-
actions: ReturnType<typeof createEntityActions>;
|
|
5
|
-
}>>;
|
|
6
|
-
export declare const useActions: () => {
|
|
7
|
-
reset: () => void;
|
|
8
|
-
update: (run: (entity: import("@superblocksteam/library-shared/types").Entity) => void) => void;
|
|
9
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare const FullPageSpinner: import("styled-components").StyledComponent<React.FC<import("@blueprintjs/core").SpinnerProps<HTMLElement>>, any, {}, never>;
|
|
3
|
-
declare const Auth0Wrapper: (props: React.PropsWithChildren) => React.JSX.Element;
|
|
4
|
-
declare const EmbedWrapper: (props: React.PropsWithChildren) => React.JSX.Element;
|
|
5
|
-
export { EmbedWrapper, Auth0Wrapper };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { SbElement, SbInstance } from "@superblocksteam/library-shared/types";
|
|
3
|
-
type ComponentInfo = {
|
|
4
|
-
sourceId: SbElement;
|
|
5
|
-
instanceId: SbInstance;
|
|
6
|
-
name: string;
|
|
7
|
-
};
|
|
8
|
-
export declare const ComponentInfoProvider: React.FC<React.PropsWithChildren<ComponentInfo>>;
|
|
9
|
-
export declare const useComponentInfo: () => ComponentInfo;
|
|
10
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type ReactNode, type CSSProperties } from "react";
|
|
2
|
-
interface ComponentStyleContextValue {
|
|
3
|
-
setStyle: (style: CSSProperties) => void;
|
|
4
|
-
getFallbackStyle: () => CSSProperties;
|
|
5
|
-
}
|
|
6
|
-
export declare function ComponentSuspenseStyleProvider({ children, }: {
|
|
7
|
-
children: ReactNode;
|
|
8
|
-
}): import("react").JSX.Element;
|
|
9
|
-
export declare function useComponentSuspenseStyle(): ComponentStyleContextValue;
|
|
10
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ScopeId } from "./lib/evaluator/base-entity-manager.js";
|
|
2
|
-
import type { Entity } from "@superblocksteam/library-shared/types";
|
|
3
|
-
declare const entityActions: {
|
|
4
|
-
reset: (entityName: string, scopeId: ScopeId) => void;
|
|
5
|
-
update: (entityName: string, scopeId: ScopeId, run: (entity: Entity) => void) => void;
|
|
6
|
-
};
|
|
7
|
-
declare const createEntityActions: (entityName: string, scopeId: ScopeId) => {
|
|
8
|
-
reset: () => void;
|
|
9
|
-
update: (run: (entity: Entity) => void) => void;
|
|
10
|
-
};
|
|
11
|
-
export { entityActions, createEntityActions };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SUPERBLOCKS_UI_MATERIAL_ICON_CDN_PATH: any;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { Dim, DimModes } from "@superblocksteam/library-shared";
|
|
3
|
-
/**
|
|
4
|
-
* This is a wrapper that is used to render external components that are not part of the Superblocks library so they
|
|
5
|
-
* can be selected and dragged/dropped in the editor.
|
|
6
|
-
*/
|
|
7
|
-
export declare function ExternalStackChild(props: {
|
|
8
|
-
primary: "width" | "height";
|
|
9
|
-
childProps: unknown;
|
|
10
|
-
child: React.ReactElement;
|
|
11
|
-
parentHeight: Dim<DimModes> | undefined;
|
|
12
|
-
parentWidth: Dim<DimModes> | undefined;
|
|
13
|
-
}): React.JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type React from "react";
|
|
2
|
-
export declare const ErrorIconContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
-
export declare const StyledClarkIcon: React.FC;
|
|
4
|
-
export declare const ErrorTitle: import("styled-components").StyledComponent<"h2", any, {}, never>;
|
|
5
|
-
export declare const ErrorMessage: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
6
|
-
export declare const ErrorDetails: import("styled-components").StyledComponent<"details", any, {}, never>;
|
|
7
|
-
export declare const ErrorSummary: import("styled-components").StyledComponent<"summary", any, {}, never>;
|
|
8
|
-
export declare const ErrorStack: import("styled-components").StyledComponent<"pre", any, {}, never>;
|
|
9
|
-
export declare const ErrorContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
|
-
export declare const ErrorContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
|
-
export declare const RefreshButton: import("styled-components").StyledComponent<"button", any, {
|
|
12
|
-
$primaryColor: string;
|
|
13
|
-
}, never>;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { UserAccessibleTheme } from "@superblocksteam/library-shared/types";
|
|
3
|
-
interface ErrorBoundaryState {
|
|
4
|
-
hasError: boolean;
|
|
5
|
-
error?: Error;
|
|
6
|
-
}
|
|
7
|
-
interface ErrorBoundaryProps {
|
|
8
|
-
children: React.ReactNode;
|
|
9
|
-
theme?: UserAccessibleTheme;
|
|
10
|
-
}
|
|
11
|
-
export declare class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBoundaryState> {
|
|
12
|
-
constructor(props: ErrorBoundaryProps);
|
|
13
|
-
static getDerivedStateFromError(error: Error): ErrorBoundaryState;
|
|
14
|
-
componentDidCatch(error: Error, errorInfo: React.ErrorInfo): void;
|
|
15
|
-
handleRefresh: () => void;
|
|
16
|
-
render(): string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined;
|
|
17
|
-
}
|
|
18
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function RouteLoadError(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const isEditMode: () => boolean;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { SbComponentProps } from "../user-facing/component-base/sb-component";
|
|
2
|
-
import type { ReactNode } from "react";
|
|
3
|
-
type ChildFunction = Function;
|
|
4
|
-
export type StackChildElement = React.ReactElement<SbComponentProps> & {
|
|
5
|
-
type: {
|
|
6
|
-
sbType: string;
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
export declare const superblocksComponentSymbol: unique symbol;
|
|
10
|
-
export declare function isSbComponent(child: ReactNode | ChildFunction): child is StackChildElement;
|
|
11
|
-
export {};
|