@case-framework/survey-editor-ui 0.4.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -0
- package/dist/item-core-registry.cjs.js +1 -1
- package/dist/item-core-registry.cjs.js.map +1 -1
- package/dist/item-core-registry.es.js.map +1 -1
- package/dist/src/components/c-ui/alert-provider.d.ts +1 -1
- package/dist/src/components/c-ui/confirm-dialog.d.ts +3 -1
- package/dist/src/components/c-ui/confirm-provider.d.ts +2 -1
- package/dist/src/components/c-ui/dot-background.d.ts +2 -2
- package/dist/src/components/c-ui/filepicker-dropzone.d.ts +1 -1
- package/dist/src/components/common/content-editable-plain.d.ts +1 -1
- package/dist/src/components/common/drag-drop-provider.d.ts +7 -0
- package/dist/src/components/common/sortable-tree.d.ts +8 -1
- package/dist/src/components/rich-text/rich-text-block-editor.d.ts +1 -1
- package/dist/src/components/rich-text/rich-text-content-view.d.ts +1 -1
- package/dist/src/components/rich-text/rich-text-editor-context.d.ts +1 -1
- package/dist/src/components/rich-text-editor/plugins/docked-toolbar-plugin.d.ts +4 -2
- package/dist/src/components/rich-text-editor/plugins/end-of-content-editing-area-plugin.d.ts +1 -1
- package/dist/src/components/rich-text-editor/plugins/floating-toolbar-plugin.d.ts +1 -1
- package/dist/src/components/rich-text-editor/plugins/image-dialog-plugin.d.ts +1 -1
- package/dist/src/components/rich-text-editor/plugins/info-box-popover-plugin.d.ts +1 -1
- package/dist/src/components/rich-text-editor/plugins/link-popover-plugin.d.ts +1 -1
- package/dist/src/components/rich-text-editor/plugins/slash-command-menu-plugin.d.ts +3 -2
- package/dist/src/components/rich-text-editor/rich-text-editor.d.ts +3 -1
- package/dist/src/components/rich-text-editor/rich-text-menu-styles.d.ts +6 -0
- package/dist/src/components/rich-text-editor/style-control-icon.d.ts +1 -1
- package/dist/src/components/ui/alert-dialog.d.ts +12 -12
- package/dist/src/components/ui/alert.d.ts +4 -4
- package/dist/src/components/ui/badge.d.ts +2 -2
- package/dist/src/components/ui/breadcrumb.d.ts +7 -7
- package/dist/src/components/ui/button.d.ts +2 -2
- package/dist/src/components/ui/calendar.d.ts +2 -2
- package/dist/src/components/ui/card.d.ts +7 -7
- package/dist/src/components/ui/checkbox.d.ts +1 -1
- package/dist/src/components/ui/collapsible.d.ts +3 -3
- package/dist/src/components/ui/command.d.ts +9 -9
- package/dist/src/components/ui/context-menu.d.ts +15 -15
- package/dist/src/components/ui/dialog.d.ts +10 -10
- package/dist/src/components/ui/dropdown-menu.d.ts +15 -15
- package/dist/src/components/ui/field.d.ts +10 -10
- package/dist/src/components/ui/input-group.d.ts +6 -6
- package/dist/src/components/ui/input.d.ts +1 -1
- package/dist/src/components/ui/kbd.d.ts +2 -2
- package/dist/src/components/ui/label.d.ts +1 -1
- package/dist/src/components/ui/popover.d.ts +7 -7
- package/dist/src/components/ui/progress.d.ts +1 -1
- package/dist/src/components/ui/radio-group.d.ts +2 -2
- package/dist/src/components/ui/resizable.d.ts +3 -3
- package/dist/src/components/ui/scroll-area.d.ts +2 -2
- package/dist/src/components/ui/select.d.ts +10 -10
- package/dist/src/components/ui/separator.d.ts +1 -1
- package/dist/src/components/ui/skeleton.d.ts +1 -1
- package/dist/src/components/ui/slider.d.ts +1 -1
- package/dist/src/components/ui/sonner.d.ts +1 -1
- package/dist/src/components/ui/switch.d.ts +1 -1
- package/dist/src/components/ui/tabs.d.ts +4 -4
- package/dist/src/components/ui/textarea.d.ts +1 -1
- package/dist/src/components/ui/toggle-group.d.ts +2 -2
- package/dist/src/components/ui/toggle.d.ts +1 -1
- package/dist/src/components/ui/tooltip.d.ts +4 -4
- package/dist/src/index.d.ts +1 -1
- package/dist/src/modules/default-item-registry/items/form/editor/field-item-preview.d.ts +1 -1
- package/dist/src/modules/default-item-registry/items/form/editor/field-type-shared.d.ts +7 -7
- package/dist/src/modules/default-item-registry/items/form/editor/simple-field-editor.d.ts +1 -1
- package/dist/src/modules/default-item-registry/shared/preview/question-header.d.ts +1 -1
- package/dist/src/modules/default-item-registry/shared/question-editor/deferred-localized-rich-text-field.d.ts +1 -0
- package/dist/src/modules/survey-editor/assets/survey-image-asset-manager.d.ts +1 -1
- package/dist/src/modules/survey-editor/editor-card/add-items/hooks/use-add-item-actions.d.ts +2 -6
- package/dist/src/modules/survey-editor/editor-card/add-items/hooks/use-add-item-catalog.d.ts +6 -0
- package/dist/src/modules/survey-editor/editor-card/add-items/hooks/use-insert-item-preset.d.ts +18 -0
- package/dist/src/modules/survey-editor/editor-card/add-items/item-preset-utils.d.ts +6 -0
- package/dist/src/modules/survey-editor/editor-card/add-items/views/item-type-grid-view.d.ts +1 -1
- package/dist/src/modules/survey-editor/editor-card/copy-item-dropdown-menu.d.ts +1 -1
- package/dist/src/modules/survey-editor/editor-card/delete-item-dropdown-menu.d.ts +1 -1
- package/dist/src/modules/survey-editor/editor-card/group-items.d.ts +1 -1
- package/dist/src/modules/survey-editor/editor-card/index.d.ts +1 -0
- package/dist/src/modules/survey-editor/editor-card/item-authoring-state-preview.d.ts +7 -10
- package/dist/src/modules/survey-editor/editor-card/item-color-menu.d.ts +3 -2
- package/dist/src/modules/survey-editor/editor-card/item-editing-header.d.ts +17 -0
- package/dist/src/modules/survey-editor/editor-card/item-editing-panels.d.ts +16 -0
- package/dist/src/modules/survey-editor/editor-card/item-editing-surface-context.d.ts +8 -0
- package/dist/src/modules/survey-editor/editor-card/item-editing-surface.d.ts +10 -0
- package/dist/src/modules/survey-editor/editor-card/item-editor-apply-context.d.ts +19 -0
- package/dist/src/modules/survey-editor/editor-card/item-editor-card.d.ts +8 -0
- package/dist/src/modules/survey-editor/editor-card/item-editor-header-styles.d.ts +1 -0
- package/dist/src/modules/survey-editor/editor-card/item-expression-overview.d.ts +3 -3
- package/dist/src/modules/survey-editor/editor-card/item-key-editor.d.ts +1 -1
- package/dist/src/modules/survey-editor/editor-card/item-preview.d.ts +2 -1
- package/dist/src/modules/survey-editor/editor-card/item-type-icon-with-tooltip.d.ts +1 -1
- package/dist/src/modules/survey-editor/editor-card/recommended-item-types.d.ts +1 -1
- package/dist/src/modules/survey-editor/expression-integrity.d.ts +6 -0
- package/dist/src/modules/survey-editor/index.d.ts +1 -1
- package/dist/src/modules/survey-editor/preview-draft/preview-draft-context.d.ts +20 -0
- package/dist/src/modules/survey-editor/preview-viewport-toggle.d.ts +1 -1
- package/dist/src/modules/survey-editor/primitives/input-with-ai-popover.d.ts +1 -1
- package/dist/src/modules/survey-editor/routes/editor/_components/assistant-authoring-lock.d.ts +2 -2
- package/dist/src/modules/survey-editor/routes/editor/_components/editor-assistant-slot.d.ts +2 -2
- package/dist/src/modules/survey-editor/routes/editor/_components/editor-mode-switch.d.ts +1 -1
- package/dist/src/modules/survey-editor/routes/editor/_components/editor-workspace.d.ts +2 -2
- package/dist/src/modules/survey-editor/routes/editor/_components/expression-diagnostics-status.d.ts +1 -0
- package/dist/src/modules/survey-editor/routes/editor/_components/footer.d.ts +1 -1
- package/dist/src/modules/survey-editor/routes/editor/_components/main.d.ts +0 -2
- package/dist/src/modules/survey-editor/routes/editor/_components/workspace-panel-toggles.d.ts +23 -0
- package/dist/src/modules/survey-editor/routes/editor/asset-manager/index.d.ts +1 -1
- package/dist/src/modules/survey-editor/routes/editor/index.d.ts +0 -2
- package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/item-drag-drop.d.ts +34 -0
- package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/item-editor-toolbar/language-picker.d.ts +1 -1
- package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/survey-item-toolbox.d.ts +1 -0
- package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/survey-left-panel.d.ts +1 -0
- package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/survey-outline.d.ts +2 -2
- package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/survey-workspace.d.ts +1 -3
- package/dist/src/modules/survey-editor/routes/editor/item-editor/index.d.ts +1 -5
- package/dist/src/modules/survey-editor/routes/editor/preview-mode/index.d.ts +3 -4
- package/dist/src/modules/survey-editor/routes/editor/preview-mode/page-break-divider.d.ts +1 -1
- package/dist/src/modules/survey-editor/routes/editor/preview-mode/preview-controls.d.ts +1 -4
- package/dist/src/modules/survey-editor/routes/editor/preview-mode/survey-preview-canvas.d.ts +1 -1
- package/dist/src/modules/survey-editor/routes/editor/preview-mode/survey-preview-item.d.ts +1 -1
- package/dist/src/modules/survey-editor/routes/editor/translation-mode/index.d.ts +1 -1
- package/dist/src/modules/survey-editor/routes/editor/translation-mode/translation-left-panel.d.ts +5 -0
- package/dist/src/modules/survey-editor/store/editor-store.d.ts +3 -0
- package/dist/src/modules/survey-editor/survey-editor.d.ts +19 -2
- package/dist/survey-editor-defaults.css +14 -0
- package/dist/survey-editor-ui.cjs.js +70 -68
- package/dist/survey-editor-ui.cjs.js.map +1 -1
- package/dist/survey-editor-ui.css +2 -2
- package/dist/survey-editor-ui.es.js +22161 -20432
- package/dist/survey-editor-ui.es.js.map +1 -1
- package/package.json +10 -10
- package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/item-editor-toolbar/item-editor-toolbar.d.ts +0 -6
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.