@maildeno/editor 0.4.5 → 0.4.7

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 (234) hide show
  1. package/CHANGELOG.md +83 -0
  2. package/dist/DatePicker-DIaGGAVI.js +5347 -0
  3. package/dist/DatePicker-DmMga5gQ.js +5347 -0
  4. package/dist/Dialog-GTfGtduh.js +6294 -0
  5. package/dist/HealthIndicator--ScSxVRA.js +1216 -0
  6. package/dist/HealthIndicator-BraAh2Aj.js +1217 -0
  7. package/dist/Icon-BYmOM482.js +2537 -0
  8. package/dist/Icon-c2SPT3-6.js +2577 -0
  9. package/dist/PreviewCanvas-C1-rP9-B.js +533 -0
  10. package/dist/PreviewCanvas-Nro7tNCn.js +533 -0
  11. package/dist/RichTextEditor-CrYhiAOo.js +12217 -0
  12. package/dist/RichTextEditor-D7Itx0fL.js +12218 -0
  13. package/dist/RowPreviewChildren-B66HbFdX.js +4 -0
  14. package/dist/RowPreviewChildren-DvrE9HTT.js +4 -0
  15. package/dist/{RowPreviewLegacyComponent-DVxrCJ14.js → RowPreviewLegacyComponent-CPqaWwsE.js} +1 -1
  16. package/dist/{RowPreviewRow-0pEQLmS4.js → RowPreviewRow-B91YPfoz.js} +1 -1
  17. package/dist/{RowPreviewRow-Eum1wh1W.js → RowPreviewRow-MaA-9ApX.js} +2 -2
  18. package/dist/SavedRowsPanel-CF-7R3q_.js +492 -0
  19. package/dist/SavedRowsPanel-TLOEvs3Z.js +491 -0
  20. package/dist/_plugin-vue_export-helper-Dj7HTbfw.js +8 -0
  21. package/dist/components/features/emailBuilder/EmailEditor.vue.d.ts +3 -3
  22. package/dist/composables/emailBuilder/transform/pipeline/optimize.d.ts +4 -4
  23. package/dist/editor.css +1 -1
  24. package/dist/element-CeRQDEn3.js +21396 -0
  25. package/dist/element.js +1 -1
  26. package/dist/index.d.ts +3 -0
  27. package/dist/index.js +8220 -41805
  28. package/dist/init.js +17 -16
  29. package/dist/mergeTagDefinitions-Cler19nv.js +27 -0
  30. package/dist/useEmailBuilder-CjJoxzTi.js +4893 -0
  31. package/dist/useEmailBuilder-gOc8otd8.js +4893 -0
  32. package/dist/useToast-DeNMwkP3.js +194 -0
  33. package/dist/{vue.runtime.esm-bundler-CsdyQceJ.js → vue.runtime.esm-bundler-D2AjRP90.js} +0 -1
  34. package/package.json +4 -2
  35. package/dist/adapters/index.d.ts +0 -38
  36. package/dist/baseStyles.d.ts +0 -13
  37. package/dist/blocks/canvasStyleHelpers.d.ts +0 -17
  38. package/dist/blocks/definitions/anchor.d.ts +0 -2
  39. package/dist/blocks/definitions/button.d.ts +0 -2
  40. package/dist/blocks/definitions/divider.d.ts +0 -2
  41. package/dist/blocks/definitions/heading.d.ts +0 -2
  42. package/dist/blocks/definitions/image.d.ts +0 -2
  43. package/dist/blocks/definitions/list.d.ts +0 -2
  44. package/dist/blocks/definitions/menu.d.ts +0 -2
  45. package/dist/blocks/definitions/paragraph.d.ts +0 -2
  46. package/dist/blocks/definitions/socials.d.ts +0 -2
  47. package/dist/blocks/definitions/spacer.d.ts +0 -2
  48. package/dist/blocks/definitions/video.d.ts +0 -2
  49. package/dist/blocks/index.d.ts +0 -8
  50. package/dist/brand.d.ts +0 -15
  51. package/dist/components/DesktopOnlyNotice.vue.d.ts +0 -20
  52. package/dist/components/features/emailBuilder/assistant/AssistantPanel.vue.d.ts +0 -37
  53. package/dist/components/features/emailBuilder/blocks/AnchorBlock.vue.d.ts +0 -3
  54. package/dist/components/features/emailBuilder/blocks/ButtonBlock.vue.d.ts +0 -3
  55. package/dist/components/features/emailBuilder/blocks/DividerBlock.vue.d.ts +0 -3
  56. package/dist/components/features/emailBuilder/blocks/HeadingBlock.vue.d.ts +0 -3
  57. package/dist/components/features/emailBuilder/blocks/ImageBlock.vue.d.ts +0 -3
  58. package/dist/components/features/emailBuilder/blocks/ListBlock.vue.d.ts +0 -3
  59. package/dist/components/features/emailBuilder/blocks/MenuBlock.vue.d.ts +0 -3
  60. package/dist/components/features/emailBuilder/blocks/ParagraphBlock.vue.d.ts +0 -3
  61. package/dist/components/features/emailBuilder/blocks/SocialsBlock.vue.d.ts +0 -3
  62. package/dist/components/features/emailBuilder/blocks/SpacerBlock.vue.d.ts +0 -3
  63. package/dist/components/features/emailBuilder/blocks/VideoBlock.vue.d.ts +0 -3
  64. package/dist/components/features/emailBuilder/canvas/Canvas.vue.d.ts +0 -3
  65. package/dist/components/features/emailBuilder/canvas/CanvasColumn.vue.d.ts +0 -49
  66. package/dist/components/features/emailBuilder/canvas/CanvasComponent.vue.d.ts +0 -56
  67. package/dist/components/features/emailBuilder/canvas/CanvasElement.vue.d.ts +0 -21
  68. package/dist/components/features/emailBuilder/canvas/CanvasRow.vue.d.ts +0 -49
  69. package/dist/components/features/emailBuilder/canvas/CanvasRowSpacer.vue.d.ts +0 -40
  70. package/dist/components/features/emailBuilder/health/HealthIndicator.vue.d.ts +0 -3
  71. package/dist/components/features/emailBuilder/layout/Header.vue.d.ts +0 -54
  72. package/dist/components/features/emailBuilder/layout/SendEmail.vue.d.ts +0 -21
  73. package/dist/components/features/emailBuilder/layout/SidebarLeft.vue.d.ts +0 -3
  74. package/dist/components/features/emailBuilder/layout/SidebarRight.vue.d.ts +0 -3
  75. package/dist/components/features/emailBuilder/panels/AnchorPanel.vue.d.ts +0 -3
  76. package/dist/components/features/emailBuilder/panels/ButtonPanel.vue.d.ts +0 -3
  77. package/dist/components/features/emailBuilder/panels/DividerPanel.vue.d.ts +0 -3
  78. package/dist/components/features/emailBuilder/panels/HeadingPanel.vue.d.ts +0 -3
  79. package/dist/components/features/emailBuilder/panels/ImagePanel.vue.d.ts +0 -3
  80. package/dist/components/features/emailBuilder/panels/ListPanel.vue.d.ts +0 -3
  81. package/dist/components/features/emailBuilder/panels/MenuPanel.vue.d.ts +0 -3
  82. package/dist/components/features/emailBuilder/panels/ParagraphPanel.vue.d.ts +0 -3
  83. package/dist/components/features/emailBuilder/panels/RowColumnPanel.vue.d.ts +0 -13
  84. package/dist/components/features/emailBuilder/panels/RowPanel.vue.d.ts +0 -13
  85. package/dist/components/features/emailBuilder/panels/RowSpacerPanel.vue.d.ts +0 -13
  86. package/dist/components/features/emailBuilder/panels/SocialsPanel.vue.d.ts +0 -3
  87. package/dist/components/features/emailBuilder/panels/SpacerPanel.vue.d.ts +0 -3
  88. package/dist/components/features/emailBuilder/panels/VideoPanel.vue.d.ts +0 -3
  89. package/dist/components/features/emailBuilder/panels/shared/DeviceTabs.vue.d.ts +0 -19
  90. package/dist/components/features/emailBuilder/panels/shared/LinkFieldMergeTags.vue.d.ts +0 -31
  91. package/dist/components/features/emailBuilder/panels/shared/OverrideBadge.vue.d.ts +0 -9
  92. package/dist/components/features/emailBuilder/panels/shared/PreviewBadge.vue.d.ts +0 -11
  93. package/dist/components/features/emailBuilder/panels/shared/TextFieldMergeTags.vue.d.ts +0 -25
  94. package/dist/components/features/emailBuilder/panels/ui/BoxStylingSection.vue.d.ts +0 -7
  95. package/dist/components/features/emailBuilder/panels/ui/PropertyAlignment.vue.d.ts +0 -30
  96. package/dist/components/features/emailBuilder/panels/ui/PropertyColor.vue.d.ts +0 -75
  97. package/dist/components/features/emailBuilder/panels/ui/PropertyGradientColor.vue.d.ts +0 -27
  98. package/dist/components/features/emailBuilder/panels/ui/PropertyNumberSlider.vue.d.ts +0 -74
  99. package/dist/components/features/emailBuilder/panels/ui/PropertySection.vue.d.ts +0 -17
  100. package/dist/components/features/emailBuilder/panels/ui/PropertySelect.vue.d.ts +0 -74
  101. package/dist/components/features/emailBuilder/panels/ui/PropertyTextStyle.vue.d.ts +0 -52
  102. package/dist/components/features/emailBuilder/panels/ui/PropertyTextStylePanel.vue.d.ts +0 -72
  103. package/dist/components/features/emailBuilder/panels/ui/PropertyToggle.vue.d.ts +0 -45
  104. package/dist/components/features/emailBuilder/panels/ui/PropertyVisibility.vue.d.ts +0 -32
  105. package/dist/components/features/emailBuilder/panels/ui/SpacingControl.vue.d.ts +0 -19
  106. package/dist/components/features/emailBuilder/panels/ui/color-picker/AlphaSlider.vue.d.ts +0 -28
  107. package/dist/components/features/emailBuilder/panels/ui/color-picker/ColorPickerPanel.vue.d.ts +0 -31
  108. package/dist/components/features/emailBuilder/panels/ui/color-picker/HueSlider.vue.d.ts +0 -19
  109. package/dist/components/features/emailBuilder/panels/ui/color-picker/RecentColors.vue.d.ts +0 -20
  110. package/dist/components/features/emailBuilder/panels/ui/color-picker/SVPanel.vue.d.ts +0 -39
  111. package/dist/components/features/emailBuilder/panels/ui/visibility-rule/Rule.vue.d.ts +0 -28
  112. package/dist/components/features/emailBuilder/preview/PreviewScreen.vue.d.ts +0 -7
  113. package/dist/components/features/emailBuilder/preview/ui/PreviewCanvas.vue.d.ts +0 -10
  114. package/dist/components/features/emailBuilder/preview/ui/PreviewCapabilityBadges.vue.d.ts +0 -12
  115. package/dist/components/features/emailBuilder/preview/ui/PreviewClientCard.vue.d.ts +0 -20
  116. package/dist/components/features/emailBuilder/preview/ui/PreviewClientList.vue.d.ts +0 -21
  117. package/dist/components/features/emailBuilder/preview/ui/PreviewClientPicker.vue.d.ts +0 -16
  118. package/dist/components/features/emailBuilder/preview/ui/PreviewComponent.vue.d.ts +0 -10
  119. package/dist/components/features/emailBuilder/preview/ui/PreviewDetailView.vue.d.ts +0 -41
  120. package/dist/components/features/emailBuilder/preview/ui/PreviewRendered.vue.d.ts +0 -8
  121. package/dist/components/features/emailBuilder/product/RowPreview.vue.d.ts +0 -8
  122. package/dist/components/features/emailBuilder/product/RowPreviewChildren.vue.d.ts +0 -14
  123. package/dist/components/features/emailBuilder/product/RowPreviewLegacyComponent.vue.d.ts +0 -14
  124. package/dist/components/features/emailBuilder/product/RowPreviewRow.vue.d.ts +0 -9
  125. package/dist/components/features/emailBuilder/product/SavedRowsPanel.vue.d.ts +0 -3
  126. package/dist/components/features/emailBuilder/product/SavedTemplatesPanel.vue.d.ts +0 -13
  127. package/dist/components/features/emailBuilder/product/VersionHistoryPanel.vue.d.ts +0 -14
  128. package/dist/components/features/emailBuilder/sidebar/SidebarBlockButton.vue.d.ts +0 -35
  129. package/dist/components/features/emailBuilder/tabs/GeneralTab.vue.d.ts +0 -3
  130. package/dist/components/features/emailBuilder/tabs/LayoutTab.vue.d.ts +0 -3
  131. package/dist/components/features/emailBuilder/tabs/content/ContentTab.vue.d.ts +0 -3
  132. package/dist/components/features/emailBuilder/tabs/content/LayersPanel.vue.d.ts +0 -7
  133. package/dist/components/features/emailBuilder/tabs/general/MergeTagsTab.vue.d.ts +0 -3
  134. package/dist/components/features/emailBuilder/tabs/general/StylesTab.vue.d.ts +0 -3
  135. package/dist/components/features/emailBuilder/tabs/general/VisibilityTab.vue.d.ts +0 -3
  136. package/dist/components/features/emailBuilder/tabs/general/VisibilityWrapESPTab.vue.d.ts +0 -3
  137. package/dist/components/features/emailBuilder/tabs/general/merge-tags/LinkTagTab.vue.d.ts +0 -3
  138. package/dist/components/features/emailBuilder/tabs/general/merge-tags/MergeTagTab.vue.d.ts +0 -3
  139. package/dist/components/features/emailBuilder/ui/LinkInputDialog.vue.d.ts +0 -17
  140. package/dist/components/features/emailBuilder/ui/canvas/CanvasRowDropZone.vue.d.ts +0 -12
  141. package/dist/components/features/emailBuilder/ui/canvas/DropZone.vue.d.ts +0 -10
  142. package/dist/components/features/emailBuilder/ui/canvas/Loader.vue.d.ts +0 -19
  143. package/dist/components/features/emailBuilder/ui/layers-panel/ComponentIcon.vue.d.ts +0 -7
  144. package/dist/components/features/emailBuilder/ui/layers-panel/LayerColumnChildren.vue.d.ts +0 -42
  145. package/dist/components/features/emailBuilder/ui/layers-panel/LayerDropLine.vue.d.ts +0 -8
  146. package/dist/components/features/emailBuilder/ui/renderers/AnchorRenderer.vue.d.ts +0 -10
  147. package/dist/components/features/emailBuilder/ui/renderers/DividerRenderer.vue.d.ts +0 -10
  148. package/dist/components/features/emailBuilder/ui/renderers/HeadingRenderer.vue.d.ts +0 -10
  149. package/dist/components/features/emailBuilder/ui/renderers/ImageRenderer.vue.d.ts +0 -10
  150. package/dist/components/features/emailBuilder/ui/renderers/ListRenderer.vue.d.ts +0 -10
  151. package/dist/components/features/emailBuilder/ui/renderers/MenuRenderer.vue.d.ts +0 -10
  152. package/dist/components/features/emailBuilder/ui/renderers/ParagraphRenderer.vue.d.ts +0 -10
  153. package/dist/components/features/emailBuilder/ui/renderers/SocialsRenderer.vue.d.ts +0 -10
  154. package/dist/components/features/emailBuilder/ui/renderers/SpacerRenderer.vue.d.ts +0 -10
  155. package/dist/components/features/emailBuilder/ui/renderers/VideoRenderer.vue.d.ts +0 -10
  156. package/dist/components/features/emailBuilder/ui/rich-text-editor/RichTextEditor.vue.d.ts +0 -12
  157. package/dist/components/features/emailBuilder/ui/rich-text-editor/pickers/MergeTagPicker.vue.d.ts +0 -18
  158. package/dist/components/features/emailBuilder/ui/rich-text-editor/pickers/RichTextColorPicker.vue.d.ts +0 -15
  159. package/dist/components/features/emailBuilder/ui/visibility/SupportBadge.vue.d.ts +0 -10
  160. package/dist/components/features/emailBuilder/ui/visibility/VisibilityPopover.vue.d.ts +0 -45
  161. package/dist/components/ui/ConfirmDialog.vue.d.ts +0 -3
  162. package/dist/components/ui/Icon.vue.d.ts +0 -33
  163. package/dist/components/ui/InfoDialog.vue.d.ts +0 -12
  164. package/dist/components/ui/Loading.vue.d.ts +0 -6
  165. package/dist/components/ui/ShadowSafeToast.vue.d.ts +0 -3
  166. package/dist/components/ui/primitives/Button.vue.d.ts +0 -23
  167. package/dist/components/ui/primitives/DatePicker.vue.d.ts +0 -16
  168. package/dist/components/ui/primitives/Dialog.vue.d.ts +0 -34
  169. package/dist/components/ui/primitives/InputText.vue.d.ts +0 -29
  170. package/dist/components/ui/primitives/Message.vue.d.ts +0 -20
  171. package/dist/components/ui/primitives/Select.vue.d.ts +0 -22
  172. package/dist/composables/emailBuilder/components/useComponentStyleEditor.d.ts +0 -72
  173. package/dist/composables/emailBuilder/components/useProductRowActions.d.ts +0 -3
  174. package/dist/composables/emailBuilder/components/useProductRows.d.ts +0 -59
  175. package/dist/composables/emailBuilder/components/useSystemRows.d.ts +0 -22
  176. package/dist/composables/emailBuilder/core/config/componentConfig.d.ts +0 -29
  177. package/dist/composables/emailBuilder/core/link-tags/useLinkTagInsert.d.ts +0 -13
  178. package/dist/composables/emailBuilder/core/merge-tags/mergeTagDefinitions.d.ts +0 -64
  179. package/dist/composables/emailBuilder/core/merge-tags/resolveMergeTags.d.ts +0 -27
  180. package/dist/composables/emailBuilder/core/ui/useLayerHoverScroll.d.ts +0 -20
  181. package/dist/composables/emailBuilder/core/ui/useLayoutDrag.d.ts +0 -85
  182. package/dist/composables/emailBuilder/core/ui/useRichTextEditors.d.ts +0 -6
  183. package/dist/composables/emailBuilder/core/ui/visibilityBadgeHelpers.d.ts +0 -22
  184. package/dist/composables/emailBuilder/core/useEmailBuilder.d.ts +0 -292
  185. package/dist/composables/emailBuilder/core/useEmailBuilderDefault.d.ts +0 -507
  186. package/dist/composables/emailBuilder/core/useEmailBuilderOperations.d.ts +0 -31
  187. package/dist/composables/emailBuilder/core/useEmailBuilderVisibility.d.ts +0 -31
  188. package/dist/composables/emailBuilder/export/actions/download.d.ts +0 -24
  189. package/dist/composables/emailBuilder/export/generators/html.d.ts +0 -3
  190. package/dist/composables/emailBuilder/export/generators/mjml.d.ts +0 -6
  191. package/dist/composables/emailBuilder/export/generators/react-email.d.ts +0 -61
  192. package/dist/composables/emailBuilder/export/helpers/generatorHelpers.d.ts +0 -53
  193. package/dist/composables/emailBuilder/export/logic/reactLogicWrapper.d.ts +0 -31
  194. package/dist/composables/emailBuilder/export/merge-tags/mergeTagMapper.d.ts +0 -42
  195. package/dist/composables/emailBuilder/export/merge-tags/reactMergeTagMapper.d.ts +0 -26
  196. package/dist/composables/emailBuilder/export/shared/containers.d.ts +0 -18
  197. package/dist/composables/emailBuilder/export/shared/styles.d.ts +0 -12
  198. package/dist/composables/emailBuilder/export/shared/tagIdentifier.d.ts +0 -1
  199. package/dist/composables/emailBuilder/export/targets/htmlExport.d.ts +0 -20
  200. package/dist/composables/emailBuilder/export/targets/jsonExport.d.ts +0 -28
  201. package/dist/composables/emailBuilder/export/targets/mjmlExport.d.ts +0 -19
  202. package/dist/composables/emailBuilder/export/targets/reactEmailExport.d.ts +0 -20
  203. package/dist/composables/emailBuilder/export/targets/templateSnapshot.d.ts +0 -24
  204. package/dist/composables/emailBuilder/export/transformers/espWrapper.d.ts +0 -2
  205. package/dist/composables/emailBuilder/export/transformers/formatting.d.ts +0 -3
  206. package/dist/composables/emailBuilder/export/transformers/minify.d.ts +0 -33
  207. package/dist/composables/emailBuilder/export/transformers/tagMapper.d.ts +0 -29
  208. package/dist/composables/emailBuilder/export/types/export.d.ts +0 -24
  209. package/dist/composables/emailBuilder/export/useEmailExportEngine.d.ts +0 -63
  210. package/dist/composables/emailBuilder/export/useEmailExportMobileStyles.d.ts +0 -3
  211. package/dist/composables/emailBuilder/export/useExportSettings.d.ts +0 -5
  212. package/dist/composables/emailBuilder/health/accessibilityChecker.d.ts +0 -64
  213. package/dist/composables/emailBuilder/health/healthIndicator.d.ts +0 -19
  214. package/dist/composables/emailBuilder/history/useEmailBuilderHistory.d.ts +0 -26
  215. package/dist/composables/emailBuilder/history/useHistory.d.ts +0 -16
  216. package/dist/composables/emailBuilder/preview/useClientPreview.d.ts +0 -127
  217. package/dist/composables/emailBuilder/transform/pipeline/hydrate.d.ts +0 -54
  218. package/dist/composables/emailBuilder/types/emailBuilder.d.ts +0 -79
  219. package/dist/composables/system/useColor.d.ts +0 -26
  220. package/dist/composables/system/useDeviceDetection.d.ts +0 -5
  221. package/dist/composables/system/useGoogleFonts.d.ts +0 -11
  222. package/dist/composables/system/useImageUpload.d.ts +0 -23
  223. package/dist/composables/system/useSavedRowsPanel.d.ts +0 -35
  224. package/dist/composables/ui/useConfirm.d.ts +0 -33
  225. package/dist/composables/ui/useInfoDialog.d.ts +0 -22
  226. package/dist/composables/ui/useTeleportTarget.d.ts +0 -49
  227. package/dist/composables/ui/useToast.d.ts +0 -32
  228. package/dist/devStyleMirror.d.ts +0 -20
  229. package/dist/documentScopedStyles.d.ts +0 -39
  230. package/dist/element-Dq6bmt2l.js +0 -48454
  231. package/dist/lightDom.d.ts +0 -30
  232. package/dist/shadowStyles.d.ts +0 -8
  233. package/dist/utils/generateId.d.ts +0 -1
  234. package/dist/utils/shadowDom.d.ts +0 -30
@@ -1,14 +0,0 @@
1
- type __VLS_Props = {
2
- /**
3
- * The component node to render.
4
- * Accepts both new-shape (type:'component', componentType:'paragraph')
5
- * and legacy-shape (type:'paragraph') nodes.
6
- * The caller should already have normalised `type` to the componentType
7
- * value when passing new-shape nodes.
8
- */
9
- comp: Record<string, any>;
10
- scale?: number;
11
- };
12
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
- declare const _default: typeof __VLS_export;
14
- export default _default;
@@ -1,9 +0,0 @@
1
- type __VLS_Props = {
2
- row: Record<string, any>;
3
- scale?: number;
4
- /** Recursion depth — blocked at 5 */
5
- depth?: number;
6
- };
7
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
- declare const _default: typeof __VLS_export;
9
- export default _default;
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,13 +0,0 @@
1
- type __VLS_Props = {
2
- open: boolean;
3
- currentTemplateId?: string | null;
4
- };
5
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
- select: (templateId: string) => any;
7
- close: () => any;
8
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
9
- onSelect?: ((templateId: string) => any) | undefined;
10
- onClose?: (() => any) | undefined;
11
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
- declare const _default: typeof __VLS_export;
13
- export default _default;
@@ -1,14 +0,0 @@
1
- type __VLS_Props = {
2
- open: boolean;
3
- /** Null in create mode — there is no history until the template exists. */
4
- templateId?: string | null;
5
- };
6
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
- close: () => any;
8
- restore: (versionId: string) => any;
9
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
10
- onClose?: (() => any) | undefined;
11
- onRestore?: ((versionId: string) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
- declare const _default: typeof __VLS_export;
14
- export default _default;
@@ -1,35 +0,0 @@
1
- declare var __VLS_1: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_1) => any;
4
- };
5
- declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6
- /** Human-readable label used in the tooltip and info dialog */
7
- label: {
8
- type: StringConstructor;
9
- required: true;
10
- };
11
- /** Component type string passed to addComponent / dataTransfer */
12
- componentType: {
13
- type: StringConstructor;
14
- required: true;
15
- };
16
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
- /** Human-readable label used in the tooltip and info dialog */
18
- label: {
19
- type: StringConstructor;
20
- required: true;
21
- };
22
- /** Component type string passed to addComponent / dataTransfer */
23
- componentType: {
24
- type: StringConstructor;
25
- required: true;
26
- };
27
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
28
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
- declare const _default: typeof __VLS_export;
30
- export default _default;
31
- type __VLS_WithSlots<T, S> = T & {
32
- new (): {
33
- $slots: S;
34
- };
35
- };
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,7 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
2
- select: () => any;
3
- }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
4
- onSelect?: (() => any) | undefined;
5
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
- declare const _default: typeof __VLS_export;
7
- export default _default;
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,17 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- modelValue: BooleanConstructor;
3
- initialUrl: StringConstructor;
4
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
- submit: (...args: any[]) => void;
6
- "update:modelValue": (...args: any[]) => void;
7
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8
- modelValue: BooleanConstructor;
9
- initialUrl: StringConstructor;
10
- }>> & Readonly<{
11
- onSubmit?: ((...args: any[]) => any) | undefined;
12
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
13
- }>, {
14
- modelValue: boolean;
15
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
- declare const _default: typeof __VLS_export;
17
- export default _default;
@@ -1,12 +0,0 @@
1
- type __VLS_Props = {
2
- insertIndex: number;
3
- isEmpty?: boolean;
4
- fullHeight?: boolean;
5
- };
6
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
- drop: (insertIndex: number) => any;
8
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
9
- onDrop?: ((insertIndex: number) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
- declare const _default: typeof __VLS_export;
12
- export default _default;
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- isActive: boolean;
3
- position: "before" | "after";
4
- color?: string;
5
- };
6
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
- color: string;
8
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,19 +0,0 @@
1
- interface Props {
2
- /**
3
- * Name shown under the spinner. Forwarded from EmailEditor's own
4
- * `brandName`, so a host sets it once and it reaches this overlay, the
5
- * desktop-only notice, and anywhere else the package signs its name.
6
- *
7
- * Same three-way contract as DesktopOnlyNotice: omit it for the package
8
- * default, pass a name to replace it, pass an empty string to render no
9
- * wordmark at all. An absent prop and a deliberately blank one are
10
- * different intents, which is why the empty case is a `v-if` below rather
11
- * than something folded into the default.
12
- */
13
- brandName?: string;
14
- }
15
- declare const __VLS_export: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
16
- brandName: string;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
- declare const _default: typeof __VLS_export;
19
- export default _default;
@@ -1,7 +0,0 @@
1
- type __VLS_Props = {
2
- type: string;
3
- selected?: boolean;
4
- };
5
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
6
- declare const _default: typeof __VLS_export;
7
- export default _default;
@@ -1,42 +0,0 @@
1
- type __VLS_Props = {
2
- columns: any[];
3
- parentRow: any;
4
- ancestorRow: any;
5
- depth: number;
6
- getColumnChildren: (col: any) => any[];
7
- getDirectComponents: (col: any) => any[];
8
- getComponentType: (comp: any) => string;
9
- getComponentLabel: (comp: any) => string;
10
- getRowLabel: (row: any) => string;
11
- rowIndentStyle: (depth: number) => Record<string, string>;
12
- isExpanded: (id: string) => boolean;
13
- toggleExpanded: (id: string) => void;
14
- isRowSelected: (id: string) => boolean;
15
- isColumnSelected: (id: string) => boolean;
16
- isComponentSelected: (id: string) => boolean;
17
- isVisibilityActive: (v: any) => boolean;
18
- isDragSource: (id: string) => boolean;
19
- isDropLineActive: (containerId: string | null, index: number, scope: "top-level" | "child") => boolean;
20
- renamingRowId: string | null;
21
- pendingRenameValue: string;
22
- emptyColumnDragOver: string | null;
23
- handleDragStart: (...args: any[]) => void;
24
- handleDragEnd: () => void;
25
- handleDragOver: (...args: any[]) => void;
26
- handleDragLeave: (e: DragEvent) => void;
27
- handleDrop: (...args: any[]) => void;
28
- handleRowClick: (row: any) => void;
29
- handleColumnClick: (row: any, col: any) => void;
30
- handleComponentClick: (row: any, col: any, comp: any) => void;
31
- startRename: (row: any, e: MouseEvent) => void;
32
- mountRenameInput: (el: HTMLInputElement | null) => void;
33
- commitRename: (row: any) => void;
34
- cancelRename: () => void;
35
- setHovered: (id: string | null) => void;
36
- handleEmptyColumnDragOver: (e: DragEvent, columnId: string) => void;
37
- handleEmptyColumnDragLeave: (e: DragEvent, columnId: string) => void;
38
- handleEmptyColumnDrop: (e: DragEvent, parentRowId: string, columnId: string) => void;
39
- };
40
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
41
- declare const _default: typeof __VLS_export;
42
- export default _default;
@@ -1,8 +0,0 @@
1
- type __VLS_Props = {
2
- active: boolean;
3
- /** Tree depth. Used to compute left-offset so the line aligns with the item text. */
4
- depth?: number;
5
- };
6
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7
- declare const _default: typeof __VLS_export;
8
- export default _default;
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- component: {
3
- id: string;
4
- componentType: "anchor" | "button";
5
- props: Record<string, any>;
6
- };
7
- };
8
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- component: {
3
- id: string;
4
- type: string;
5
- props: any;
6
- };
7
- };
8
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- component: {
3
- id: string;
4
- type: string;
5
- props: any;
6
- };
7
- };
8
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- component: {
3
- id: string;
4
- type: "image";
5
- props: Record<string, any>;
6
- };
7
- };
8
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- component: {
3
- id: string;
4
- type: string;
5
- props: any;
6
- };
7
- };
8
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- component: {
3
- id: string;
4
- type: string;
5
- props: any;
6
- };
7
- };
8
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- component: {
3
- id: string;
4
- type: string;
5
- props: any;
6
- };
7
- };
8
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- component: {
3
- id: string;
4
- type: string;
5
- props: any;
6
- };
7
- };
8
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- component: {
3
- id: string;
4
- type: string;
5
- props: any;
6
- };
7
- };
8
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- component: {
3
- id: string;
4
- type: "video";
5
- props: Record<string, any>;
6
- };
7
- };
8
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,12 +0,0 @@
1
- type __VLS_Props = {
2
- component: {
3
- id: string;
4
- type: string;
5
- props: {
6
- content: string;
7
- };
8
- };
9
- };
10
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
- declare const _default: typeof __VLS_export;
12
- export default _default;
@@ -1,18 +0,0 @@
1
- type __VLS_Props = {
2
- visible: boolean;
3
- position: {
4
- top: number;
5
- left: number;
6
- };
7
- /** All known tag names the user can pick from */
8
- defaultTags: string[];
9
- };
10
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
- cancel: () => any;
12
- commit: (tag: string) => any;
13
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
14
- onCancel?: (() => any) | undefined;
15
- onCommit?: ((tag: string) => any) | undefined;
16
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
- declare const _default: typeof __VLS_export;
18
- export default _default;
@@ -1,15 +0,0 @@
1
- import { Editor } from '@tiptap/vue-3';
2
- type __VLS_Props = {
3
- editor: Editor | undefined;
4
- type: "text" | "background";
5
- size?: string;
6
- };
7
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- "panel-open": () => any;
9
- "panel-close": () => any;
10
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
11
- "onPanel-open"?: (() => any) | undefined;
12
- "onPanel-close"?: (() => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
- declare const _default: typeof __VLS_export;
15
- export default _default;
@@ -1,10 +0,0 @@
1
- import { SupportLevel } from '../../../../../composables/emailBuilder/export/logic/espLogicWrapper';
2
- type __VLS_Props = {
3
- level: SupportLevel;
4
- highlight?: boolean;
5
- espName?: string;
6
- operatorLabel?: string;
7
- };
8
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1,45 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- visibility: {
3
- type: () => {
4
- enabled: boolean;
5
- match: "all" | "any";
6
- rules: {
7
- tag: string;
8
- operator: string;
9
- value: string;
10
- }[];
11
- groups?: {
12
- match: "all" | "any";
13
- rules: {
14
- tag: string;
15
- operator: string;
16
- value: string;
17
- }[];
18
- }[];
19
- };
20
- required: true;
21
- };
22
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
- visibility: {
24
- type: () => {
25
- enabled: boolean;
26
- match: "all" | "any";
27
- rules: {
28
- tag: string;
29
- operator: string;
30
- value: string;
31
- }[];
32
- groups?: {
33
- match: "all" | "any";
34
- rules: {
35
- tag: string;
36
- operator: string;
37
- value: string;
38
- }[];
39
- }[];
40
- };
41
- required: true;
42
- };
43
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
44
- declare const _default: typeof __VLS_export;
45
- export default _default;
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,33 +0,0 @@
1
- /**
2
- * Every icon in the editor, as hardcoded inline SVG. Zero dependencies —
3
- * no icon font, no `@font-face`, and no package to keep in sync.
4
- *
5
- * Two deliberate design choices:
6
- *
7
- * 1. **Sized at 1em, not fixed px.** Callers size icons with `font-size`
8
- * (~15 places use `style="font-size: 9px"` and similar). Rendering at
9
- * 1em means those work unchanged, and `currentColor` inherits text
10
- * colour the same way.
11
- *
12
- * 2. **Short, stable names** (`plus`, `times`, `exclamation-triangle`),
13
- * used as the `name` prop.
14
- *
15
- * Inline SVG also avoids a real bug class: `@font-face` is a
16
- * document-scoped at-rule that browsers ignore inside a shadow root, so
17
- * icon fonts render blank in the custom-element build unless separately
18
- * hoisted into the document. SVG works identically in both.
19
- *
20
- * Paths follow the Lucide geometry (24x24 viewBox, 2px round-capped
21
- * strokes, ISC licensed).
22
- */
23
- type __VLS_Props = {
24
- /** Icon name — see the ICONS map below for the full set. */
25
- name: string;
26
- /** Overrides the default 2px stroke — useful for very small sizes. */
27
- strokeWidth?: number | string;
28
- };
29
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
30
- strokeWidth: number | string;
31
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
32
- declare const _default: typeof __VLS_export;
33
- export default _default;
@@ -1,12 +0,0 @@
1
- type __VLS_Props = {
2
- visible: boolean;
3
- header?: string;
4
- message: string;
5
- };
6
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
- "update:visible": (...args: any[]) => void;
8
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
9
- "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
- declare const _default: typeof __VLS_export;
12
- export default _default;
@@ -1,6 +0,0 @@
1
- interface Props {
2
- message?: string;
3
- }
4
- declare const __VLS_export: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;
@@ -1,23 +0,0 @@
1
- type __VLS_Props = {
2
- label?: string;
3
- severity?: "primary" | "secondary" | "danger" | "success";
4
- disabled?: boolean;
5
- loading?: boolean;
6
- };
7
- declare var __VLS_6: {};
8
- type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_6) => any;
10
- };
11
- declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- disabled: boolean;
13
- severity: "primary" | "secondary" | "danger" | "success";
14
- loading: boolean;
15
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
- declare const _default: typeof __VLS_export;
18
- export default _default;
19
- type __VLS_WithSlots<T, S> = T & {
20
- new (): {
21
- $slots: S;
22
- };
23
- };
@@ -1,16 +0,0 @@
1
- type __VLS_Props = {
2
- modelValue?: Date | string | null;
3
- placeholder?: string;
4
- disabled?: boolean;
5
- };
6
- declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
- "update:modelValue": (value: Date | null) => any;
8
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
9
- "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
10
- }>, {
11
- modelValue: Date | string | null;
12
- disabled: boolean;
13
- placeholder: string;
14
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
- declare const _default: typeof __VLS_export;
16
- export default _default;