@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.
Files changed (114) hide show
  1. package/README.md +75 -0
  2. package/dist/item-core-registry.cjs.js +1 -1
  3. package/dist/item-core-registry.cjs.js.map +1 -1
  4. package/dist/item-core-registry.es.js.map +1 -1
  5. package/dist/src/components/c-ui/alert-provider.d.ts +1 -1
  6. package/dist/src/components/c-ui/confirm-dialog.d.ts +1 -1
  7. package/dist/src/components/c-ui/confirm-provider.d.ts +1 -1
  8. package/dist/src/components/c-ui/dot-background.d.ts +2 -2
  9. package/dist/src/components/c-ui/filepicker-dropzone.d.ts +1 -1
  10. package/dist/src/components/common/content-editable-plain.d.ts +1 -1
  11. package/dist/src/components/common/drag-drop-provider.d.ts +7 -0
  12. package/dist/src/components/common/sortable-tree.d.ts +8 -1
  13. package/dist/src/components/rich-text/rich-text-block-editor.d.ts +1 -1
  14. package/dist/src/components/rich-text/rich-text-content-view.d.ts +1 -1
  15. package/dist/src/components/rich-text/rich-text-editor-context.d.ts +1 -1
  16. package/dist/src/components/rich-text-editor/plugins/docked-toolbar-plugin.d.ts +1 -1
  17. package/dist/src/components/rich-text-editor/plugins/end-of-content-editing-area-plugin.d.ts +1 -1
  18. package/dist/src/components/rich-text-editor/plugins/floating-toolbar-plugin.d.ts +1 -1
  19. package/dist/src/components/rich-text-editor/plugins/image-dialog-plugin.d.ts +1 -1
  20. package/dist/src/components/rich-text-editor/plugins/info-box-popover-plugin.d.ts +1 -1
  21. package/dist/src/components/rich-text-editor/plugins/link-popover-plugin.d.ts +1 -1
  22. package/dist/src/components/rich-text-editor/plugins/slash-command-menu-plugin.d.ts +1 -1
  23. package/dist/src/components/rich-text-editor/rich-text-editor.d.ts +1 -1
  24. package/dist/src/components/rich-text-editor/style-control-icon.d.ts +1 -1
  25. package/dist/src/components/ui/alert-dialog.d.ts +12 -12
  26. package/dist/src/components/ui/alert.d.ts +4 -4
  27. package/dist/src/components/ui/badge.d.ts +1 -1
  28. package/dist/src/components/ui/breadcrumb.d.ts +7 -7
  29. package/dist/src/components/ui/button.d.ts +1 -1
  30. package/dist/src/components/ui/calendar.d.ts +2 -2
  31. package/dist/src/components/ui/card.d.ts +7 -7
  32. package/dist/src/components/ui/checkbox.d.ts +1 -1
  33. package/dist/src/components/ui/collapsible.d.ts +3 -3
  34. package/dist/src/components/ui/command.d.ts +9 -9
  35. package/dist/src/components/ui/context-menu.d.ts +15 -15
  36. package/dist/src/components/ui/dialog.d.ts +10 -10
  37. package/dist/src/components/ui/dropdown-menu.d.ts +15 -15
  38. package/dist/src/components/ui/field.d.ts +10 -10
  39. package/dist/src/components/ui/input-group.d.ts +6 -6
  40. package/dist/src/components/ui/input.d.ts +1 -1
  41. package/dist/src/components/ui/kbd.d.ts +2 -2
  42. package/dist/src/components/ui/label.d.ts +1 -1
  43. package/dist/src/components/ui/popover.d.ts +7 -7
  44. package/dist/src/components/ui/progress.d.ts +1 -1
  45. package/dist/src/components/ui/radio-group.d.ts +2 -2
  46. package/dist/src/components/ui/resizable.d.ts +3 -3
  47. package/dist/src/components/ui/scroll-area.d.ts +2 -2
  48. package/dist/src/components/ui/select.d.ts +10 -10
  49. package/dist/src/components/ui/separator.d.ts +1 -1
  50. package/dist/src/components/ui/skeleton.d.ts +1 -1
  51. package/dist/src/components/ui/slider.d.ts +1 -1
  52. package/dist/src/components/ui/sonner.d.ts +1 -1
  53. package/dist/src/components/ui/switch.d.ts +1 -1
  54. package/dist/src/components/ui/tabs.d.ts +4 -4
  55. package/dist/src/components/ui/textarea.d.ts +1 -1
  56. package/dist/src/components/ui/toggle-group.d.ts +2 -2
  57. package/dist/src/components/ui/toggle.d.ts +1 -1
  58. package/dist/src/components/ui/tooltip.d.ts +4 -4
  59. package/dist/src/index.d.ts +1 -1
  60. package/dist/src/modules/default-item-registry/items/form/editor/field-item-preview.d.ts +1 -1
  61. package/dist/src/modules/default-item-registry/items/form/editor/field-type-shared.d.ts +7 -7
  62. package/dist/src/modules/default-item-registry/items/form/editor/simple-field-editor.d.ts +1 -1
  63. package/dist/src/modules/default-item-registry/shared/preview/question-header.d.ts +1 -1
  64. package/dist/src/modules/survey-editor/assets/survey-image-asset-manager.d.ts +1 -1
  65. package/dist/src/modules/survey-editor/editor-card/add-items/hooks/use-add-item-actions.d.ts +2 -6
  66. package/dist/src/modules/survey-editor/editor-card/add-items/hooks/use-add-item-catalog.d.ts +6 -0
  67. package/dist/src/modules/survey-editor/editor-card/add-items/hooks/use-insert-item-preset.d.ts +18 -0
  68. package/dist/src/modules/survey-editor/editor-card/add-items/item-preset-utils.d.ts +6 -0
  69. package/dist/src/modules/survey-editor/editor-card/add-items/views/item-type-grid-view.d.ts +1 -1
  70. package/dist/src/modules/survey-editor/editor-card/copy-item-dropdown-menu.d.ts +1 -1
  71. package/dist/src/modules/survey-editor/editor-card/delete-item-dropdown-menu.d.ts +1 -1
  72. package/dist/src/modules/survey-editor/editor-card/group-items.d.ts +1 -1
  73. package/dist/src/modules/survey-editor/editor-card/item-authoring-state-preview.d.ts +2 -2
  74. package/dist/src/modules/survey-editor/editor-card/item-color-menu.d.ts +2 -2
  75. package/dist/src/modules/survey-editor/editor-card/item-expression-overview.d.ts +3 -3
  76. package/dist/src/modules/survey-editor/editor-card/item-key-editor.d.ts +1 -1
  77. package/dist/src/modules/survey-editor/editor-card/item-preview.d.ts +1 -1
  78. package/dist/src/modules/survey-editor/editor-card/item-type-icon-with-tooltip.d.ts +1 -1
  79. package/dist/src/modules/survey-editor/editor-card/recommended-item-types.d.ts +1 -1
  80. package/dist/src/modules/survey-editor/index.d.ts +1 -1
  81. package/dist/src/modules/survey-editor/preview-viewport-toggle.d.ts +1 -1
  82. package/dist/src/modules/survey-editor/primitives/input-with-ai-popover.d.ts +1 -1
  83. package/dist/src/modules/survey-editor/routes/editor/_components/assistant-authoring-lock.d.ts +2 -2
  84. package/dist/src/modules/survey-editor/routes/editor/_components/editor-assistant-slot.d.ts +2 -2
  85. package/dist/src/modules/survey-editor/routes/editor/_components/editor-mode-switch.d.ts +1 -1
  86. package/dist/src/modules/survey-editor/routes/editor/_components/editor-workspace.d.ts +2 -2
  87. package/dist/src/modules/survey-editor/routes/editor/_components/footer.d.ts +1 -1
  88. package/dist/src/modules/survey-editor/routes/editor/_components/main.d.ts +0 -2
  89. package/dist/src/modules/survey-editor/routes/editor/_components/workspace-panel-toggles.d.ts +23 -0
  90. package/dist/src/modules/survey-editor/routes/editor/asset-manager/index.d.ts +1 -1
  91. package/dist/src/modules/survey-editor/routes/editor/index.d.ts +0 -2
  92. package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/item-drag-drop.d.ts +23 -0
  93. package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/item-editor-toolbar/language-picker.d.ts +1 -1
  94. package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/survey-item-toolbox.d.ts +1 -0
  95. package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/survey-left-panel.d.ts +1 -0
  96. package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/survey-outline.d.ts +2 -2
  97. package/dist/src/modules/survey-editor/routes/editor/item-editor/_components/survey-workspace.d.ts +1 -3
  98. package/dist/src/modules/survey-editor/routes/editor/item-editor/index.d.ts +1 -5
  99. package/dist/src/modules/survey-editor/routes/editor/preview-mode/index.d.ts +1 -3
  100. package/dist/src/modules/survey-editor/routes/editor/preview-mode/page-break-divider.d.ts +1 -1
  101. package/dist/src/modules/survey-editor/routes/editor/preview-mode/preview-controls.d.ts +1 -1
  102. package/dist/src/modules/survey-editor/routes/editor/preview-mode/survey-preview-canvas.d.ts +1 -1
  103. package/dist/src/modules/survey-editor/routes/editor/preview-mode/survey-preview-item.d.ts +1 -1
  104. package/dist/src/modules/survey-editor/routes/editor/translation-mode/index.d.ts +1 -1
  105. package/dist/src/modules/survey-editor/routes/editor/translation-mode/translation-left-panel.d.ts +5 -0
  106. package/dist/src/modules/survey-editor/survey-editor.d.ts +19 -2
  107. package/dist/survey-editor-defaults.css +14 -0
  108. package/dist/survey-editor-ui.cjs.js +60 -60
  109. package/dist/survey-editor-ui.cjs.js.map +1 -1
  110. package/dist/survey-editor-ui.css +2 -2
  111. package/dist/survey-editor-ui.es.js +14582 -14071
  112. package/dist/survey-editor-ui.es.js.map +1 -1
  113. package/package.json +8 -8
  114. 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.