@case-framework/survey-editor-ui 0.4.2 → 0.5.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 +1 -1
- package/dist/src/components/c-ui/confirm-provider.d.ts +1 -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 +1 -1
- 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 +1 -1
- package/dist/src/components/rich-text-editor/rich-text-editor.d.ts +1 -1
- 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 +1 -1
- package/dist/src/components/ui/breadcrumb.d.ts +7 -7
- package/dist/src/components/ui/button.d.ts +1 -1
- 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/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/item-authoring-state-preview.d.ts +2 -2
- package/dist/src/modules/survey-editor/editor-card/item-color-menu.d.ts +2 -2
- 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 +1 -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/index.d.ts +1 -1
- 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/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 +23 -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 +1 -3
- 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 -1
- 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/survey-editor.d.ts +19 -2
- package/dist/survey-editor-defaults.css +14 -0
- package/dist/survey-editor-ui.cjs.js +60 -60
- 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 +14582 -14071
- package/dist/survey-editor-ui.es.js.map +1 -1
- package/package.json +8 -8
- package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/item-editor-toolbar/item-editor-toolbar.d.ts +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@case-framework/survey-editor-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "React Survey Editor UI and optional assistant integration for CASE surveys.",
|
|
6
6
|
"repository": {
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"./package.json": "./package.json"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@dnd-kit/dom": "^0.
|
|
46
|
-
"@dnd-kit/react": "^0.
|
|
45
|
+
"@dnd-kit/dom": "^0.5.0",
|
|
46
|
+
"@dnd-kit/react": "^0.5.0",
|
|
47
47
|
"@lexical/extension": "^0.49.0",
|
|
48
48
|
"@lexical/link": "^0.49.0",
|
|
49
49
|
"@lexical/list": "^0.49.0",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"sonner": "^2.0.7",
|
|
65
65
|
"tailwind-merge": "^3.5.0",
|
|
66
66
|
"zustand": "^5.0.12",
|
|
67
|
-
"@case-framework/survey-ui": "0.8.
|
|
68
|
-
"@case-framework/
|
|
69
|
-
"@case-framework/
|
|
67
|
+
"@case-framework/survey-ui": "0.8.4",
|
|
68
|
+
"@case-framework/survey-assistant": "0.3.0",
|
|
69
|
+
"@case-framework/ui-localization": "0.2.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@eslint/js": "^9.39.4",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"@tailwindcss/vite": "^4.3.2",
|
|
75
75
|
"@types/jest": "^30.0.0",
|
|
76
76
|
"@types/node": "^25.6.0",
|
|
77
|
-
"@types/react": "^19.2.
|
|
78
|
-
"@types/react-dom": "^19.2.
|
|
77
|
+
"@types/react": "^19.2.18",
|
|
78
|
+
"@types/react-dom": "^19.2.4",
|
|
79
79
|
"@vitejs/plugin-react": "^6.0.1",
|
|
80
80
|
"eslint": "^9.39.4",
|
|
81
81
|
"eslint-plugin-react-hooks": "^7.1.1",
|