@oneclick.dev/cms-core-modules 0.0.42 → 0.0.45

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 (108) hide show
  1. package/dist/src/appointments/components/create/StepNavigation.vue.d.ts +2 -2
  2. package/dist/src/appointments/components/edit/EventTimeIndicator.vue.d.ts +2 -2
  3. package/dist/src/appointments/components/edit/RegularSlotEditor.vue.d.ts +2 -2
  4. package/dist/src/appointments/index.d.ts +4 -4
  5. package/dist/src/appointments/index.vue.d.ts +2 -2
  6. package/dist/src/content-manager/components/components/ComponentGridItem.vue.d.ts +2 -2
  7. package/dist/src/content-manager/components/content-editor/ContentLayout.vue.d.ts +2 -2
  8. package/dist/src/content-manager/components/content-editor/ContentSettings.vue.d.ts +2 -2
  9. package/dist/src/content-manager/components/content-editor/Header.vue.d.ts +2 -2
  10. package/dist/src/content-manager/components/content-editor/LivePreviewWrapper.vue.d.ts +2 -2
  11. package/dist/src/content-manager/components/content-editor/Locales.vue.d.ts +2 -2
  12. package/dist/src/content-manager/components/content-editor/SEO.vue.d.ts +2 -2
  13. package/dist/src/content-manager/components/content-editor/SidebarSectionWrapper.vue.d.ts +2 -2
  14. package/dist/src/content-manager/components/content-editor/Versions.vue.d.ts +2 -2
  15. package/dist/src/content-manager/components/content-editor/tiptap-extensions/Button.vue.d.ts +24 -24
  16. package/dist/src/content-manager/components/content-editor/tiptap-extensions/Card.vue.d.ts +24 -24
  17. package/dist/src/content-manager/components/content-editor/tiptap-extensions/Column.vue.d.ts +24 -24
  18. package/dist/src/content-manager/components/content-editor/tiptap-extensions/Columns.vue.d.ts +26 -26
  19. package/dist/src/content-manager/components/content-editor/tiptap-extensions/Container.vue.d.ts +24 -24
  20. package/dist/src/content-manager/components/content-editor/tiptap-extensions/Divider.vue.d.ts +24 -24
  21. package/dist/src/content-manager/components/content-editor/tiptap-extensions/DragHandle.d.ts +3 -3
  22. package/dist/src/content-manager/components/content-editor/tiptap-extensions/EmptySpace.vue.d.ts +24 -24
  23. package/dist/src/content-manager/components/content-editor/tiptap-extensions/Heading.vue.d.ts +24 -24
  24. package/dist/src/content-manager/components/content-editor/tiptap-extensions/Image.vue.d.ts +24 -24
  25. package/dist/src/content-manager/components/content-editor/tiptap-extensions/Map.vue.d.ts +24 -24
  26. package/dist/src/content-manager/components/content-editor/tiptap-extensions/Paragraph.vue.d.ts +24 -24
  27. package/dist/src/content-manager/components/content-editor/tiptap-extensions/Video.vue.d.ts +24 -24
  28. package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-details/DetailsNodeView.vue.d.ts +24 -24
  29. package/dist/src/content-manager/components/content-editor/tiptap-extensions/helpers/NodeLabel.vue.d.ts +24 -24
  30. package/dist/src/content-manager/components/content-editor/tiptap-extensions/helpers/ResizeHandlers.vue.d.ts +2 -2
  31. package/dist/src/content-manager/components/content-editor/tiptap-extensions/helpers/TopMarginDragger.vue.d.ts +24 -24
  32. package/dist/src/content-manager/components/content-editor/tiptap-extensions/helpers/useContainerFocus.d.ts +4 -4
  33. package/dist/src/content-manager/components/content-editor/tiptap-extensions/helpers/useFocus.d.ts +5 -5
  34. package/dist/src/content-manager/components/content-editor/tiptap-menus/BubbleMenuToggleButton.vue.d.ts +2 -2
  35. package/dist/src/content-manager/components/content-editor/tiptap-menus/DefaultBubbleMenu.vue.d.ts +2 -2
  36. package/dist/src/content-manager/components/content-editor/tiptap-menus/ElementEditorMenu.vue.d.ts +2 -2
  37. package/dist/src/content-manager/components/content-editor/tiptap-menus/NewNodeView.vue.d.ts +2 -2
  38. package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/ButtonMenu.vue.d.ts +2 -2
  39. package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/ColumnMenu.vue.d.ts +2 -2
  40. package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/ColumnsMenu.vue.d.ts +2 -2
  41. package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/EmptySpaceMenu.vue.d.ts +2 -2
  42. package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/HeadingMenu.vue.d.ts +2 -2
  43. package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/ImageMenu.vue.d.ts +2 -2
  44. package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/MapMenu.vue.d.ts +2 -2
  45. package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/TextMenu.vue.d.ts +2 -2
  46. package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/VideoMenu.vue.d.ts +2 -2
  47. package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/index.d.ts +18 -18
  48. package/dist/src/content-manager/components/overview/CollectionDialog.vue.d.ts +2 -2
  49. package/dist/src/content-manager/components/overview/CollectionsGridView.vue.d.ts +2 -2
  50. package/dist/src/content-manager/components/overview/ListView.vue.d.ts +2 -2
  51. package/dist/src/content-manager/components/styling/ButtonStyleDialog.vue.d.ts +2 -2
  52. package/dist/src/content-manager/components/styling/SectionStyleDialog.vue.d.ts +2 -2
  53. package/dist/src/content-manager/index.d.ts +16 -16
  54. package/dist/src/content-manager/index.vue.d.ts +2 -2
  55. package/dist/src/content-manager/pages/ContentEditor.vue.d.ts +2 -2
  56. package/dist/src/content-manager/pages/Entries.vue.d.ts +2 -2
  57. package/dist/src/content-manager/pages/GlobalStyling.vue.d.ts +4 -4
  58. package/dist/src/content-manager/pages/Overview.vue.d.ts +4 -4
  59. package/dist/src/content-manager/routes.d.ts +12 -12
  60. package/dist/src/mail-templates/index.d.ts +8 -8
  61. package/dist/src/mail-templates/index.vue.d.ts +2 -2
  62. package/dist/src/mail-templates/pages/Detail.vue.d.ts +2 -2
  63. package/dist/src/mail-templates/pages/Overview.vue.d.ts +2 -2
  64. package/dist/src/mail-templates/routes.d.ts +4 -4
  65. package/dist/src/product-collections/components/overview/ListView.vue.d.ts +2 -2
  66. package/dist/src/product-collections/composables/useTable.d.ts +1 -1
  67. package/dist/src/product-collections/index.d.ts +8 -8
  68. package/dist/src/product-collections/index.vue.d.ts +2 -2
  69. package/dist/src/product-collections/pages/Detail.vue.d.ts +2 -2
  70. package/dist/src/product-collections/pages/Overview.vue.d.ts +2 -2
  71. package/dist/src/product-collections/routes.d.ts +4 -4
  72. package/dist/src/products/components/detail/Collections.vue.d.ts +2 -2
  73. package/dist/src/products/components/detail/variants/Option.vue.d.ts +3 -3
  74. package/dist/src/products/components/detail/variants/VariantList.vue.d.ts +2 -2
  75. package/dist/src/products/components/overview/GridView.vue.d.ts +2 -2
  76. package/dist/src/products/components/overview/ListView.vue.d.ts +2 -2
  77. package/dist/src/products/composables/useTable.d.ts +1 -1
  78. package/dist/src/products/index.d.ts +8 -8
  79. package/dist/src/products/index.vue.d.ts +2 -2
  80. package/dist/src/products/pages/Detail.vue.d.ts +2 -2
  81. package/dist/src/products/pages/Overview.vue.d.ts +2 -2
  82. package/dist/src/products/routes.d.ts +4 -4
  83. package/dist/src/promo-codes/index.d.ts +8 -8
  84. package/dist/src/promo-codes/index.vue.d.ts +2 -2
  85. package/dist/src/promo-codes/pages/Create.vue.d.ts +2 -2
  86. package/dist/src/promo-codes/pages/Detail.vue.d.ts +2 -2
  87. package/dist/src/promo-codes/pages/Find.vue.d.ts +2 -2
  88. package/dist/src/promo-codes/routes.d.ts +4 -4
  89. package/dist/src/shared/BrandLogo.vue.d.ts +2 -2
  90. package/dist/src/shared/DrawerToggle.vue.d.ts +2 -2
  91. package/dist/src/shared/VerticalToggle.vue.d.ts +2 -2
  92. package/dist/src/shipping-options/components/overview/ListView.vue.d.ts +2 -2
  93. package/dist/src/shipping-options/composables/useTable.d.ts +1 -1
  94. package/dist/src/shipping-options/index.d.ts +8 -8
  95. package/dist/src/shipping-options/index.vue.d.ts +2 -2
  96. package/dist/src/shipping-options/pages/Detail.vue.d.ts +2 -2
  97. package/dist/src/shipping-options/pages/Overview.vue.d.ts +2 -2
  98. package/dist/src/shipping-options/routes.d.ts +4 -4
  99. package/dist/src/table/components/columns/ColumnEditorDialog.vue.d.ts +2 -2
  100. package/dist/src/table/components/columns/DialogTableColumnItem.vue.d.ts +2 -2
  101. package/dist/src/table/components/date-range-filter/DateRangeSettingsDialog.vue.d.ts +2 -2
  102. package/dist/src/table/components/sort/SortModeSettingsDialog.vue.d.ts +2 -2
  103. package/dist/src/table/composables/useTable.d.ts +1 -1
  104. package/dist/src/table/index.d.ts +8 -8
  105. package/dist/src/table/index.vue.d.ts +2 -2
  106. package/dist/src/table/pages/TableView.vue.d.ts +2 -2
  107. package/dist/src/table/routes.d.ts +4 -4
  108. package/package.json +3 -3
@@ -8,94 +8,94 @@ declare function __VLS_template(): {
8
8
  rootEl: HTMLDivElement;
9
9
  };
10
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
12
12
  editor: {
13
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["editor"]>;
13
+ type: PropType<import('@tiptap/core').NodeViewProps["editor"]>;
14
14
  required: true;
15
15
  };
16
16
  node: {
17
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["node"]>;
17
+ type: PropType<import('@tiptap/core').NodeViewProps["node"]>;
18
18
  required: true;
19
19
  };
20
20
  decorations: {
21
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["decorations"]>;
21
+ type: PropType<import('@tiptap/core').NodeViewProps["decorations"]>;
22
22
  required: true;
23
23
  };
24
24
  selected: {
25
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["selected"]>;
25
+ type: PropType<import('@tiptap/core').NodeViewProps["selected"]>;
26
26
  required: true;
27
27
  };
28
28
  extension: {
29
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["extension"]>;
29
+ type: PropType<import('@tiptap/core').NodeViewProps["extension"]>;
30
30
  required: true;
31
31
  };
32
32
  getPos: {
33
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["getPos"]>;
33
+ type: PropType<import('@tiptap/core').NodeViewProps["getPos"]>;
34
34
  required: true;
35
35
  };
36
36
  updateAttributes: {
37
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["updateAttributes"]>;
37
+ type: PropType<import('@tiptap/core').NodeViewProps["updateAttributes"]>;
38
38
  required: true;
39
39
  };
40
40
  deleteNode: {
41
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["deleteNode"]>;
41
+ type: PropType<import('@tiptap/core').NodeViewProps["deleteNode"]>;
42
42
  required: true;
43
43
  };
44
44
  view: {
45
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["view"]>;
45
+ type: PropType<import('@tiptap/core').NodeViewProps["view"]>;
46
46
  required: true;
47
47
  };
48
48
  innerDecorations: {
49
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["innerDecorations"]>;
49
+ type: PropType<import('@tiptap/core').NodeViewProps["innerDecorations"]>;
50
50
  required: true;
51
51
  };
52
52
  HTMLAttributes: {
53
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["HTMLAttributes"]>;
53
+ type: PropType<import('@tiptap/core').NodeViewProps["HTMLAttributes"]>;
54
54
  required: true;
55
55
  };
56
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
56
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
57
57
  editor: {
58
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["editor"]>;
58
+ type: PropType<import('@tiptap/core').NodeViewProps["editor"]>;
59
59
  required: true;
60
60
  };
61
61
  node: {
62
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["node"]>;
62
+ type: PropType<import('@tiptap/core').NodeViewProps["node"]>;
63
63
  required: true;
64
64
  };
65
65
  decorations: {
66
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["decorations"]>;
66
+ type: PropType<import('@tiptap/core').NodeViewProps["decorations"]>;
67
67
  required: true;
68
68
  };
69
69
  selected: {
70
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["selected"]>;
70
+ type: PropType<import('@tiptap/core').NodeViewProps["selected"]>;
71
71
  required: true;
72
72
  };
73
73
  extension: {
74
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["extension"]>;
74
+ type: PropType<import('@tiptap/core').NodeViewProps["extension"]>;
75
75
  required: true;
76
76
  };
77
77
  getPos: {
78
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["getPos"]>;
78
+ type: PropType<import('@tiptap/core').NodeViewProps["getPos"]>;
79
79
  required: true;
80
80
  };
81
81
  updateAttributes: {
82
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["updateAttributes"]>;
82
+ type: PropType<import('@tiptap/core').NodeViewProps["updateAttributes"]>;
83
83
  required: true;
84
84
  };
85
85
  deleteNode: {
86
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["deleteNode"]>;
86
+ type: PropType<import('@tiptap/core').NodeViewProps["deleteNode"]>;
87
87
  required: true;
88
88
  };
89
89
  view: {
90
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["view"]>;
90
+ type: PropType<import('@tiptap/core').NodeViewProps["view"]>;
91
91
  required: true;
92
92
  };
93
93
  innerDecorations: {
94
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["innerDecorations"]>;
94
+ type: PropType<import('@tiptap/core').NodeViewProps["innerDecorations"]>;
95
95
  required: true;
96
96
  };
97
97
  HTMLAttributes: {
98
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["HTMLAttributes"]>;
98
+ type: PropType<import('@tiptap/core').NodeViewProps["HTMLAttributes"]>;
99
99
  required: true;
100
100
  };
101
101
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  node: {
3
3
  type: ObjectConstructor;
4
4
  required: true;
@@ -7,7 +7,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  type: ObjectConstructor;
8
8
  required: true;
9
9
  };
10
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
11
11
  node: {
12
12
  type: ObjectConstructor;
13
13
  required: true;
@@ -1,91 +1,91 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  editor: {
3
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["editor"]>;
3
+ type: PropType<import('@tiptap/core').NodeViewProps["editor"]>;
4
4
  required: true;
5
5
  };
6
6
  node: {
7
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["node"]>;
7
+ type: PropType<import('@tiptap/core').NodeViewProps["node"]>;
8
8
  required: true;
9
9
  };
10
10
  decorations: {
11
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["decorations"]>;
11
+ type: PropType<import('@tiptap/core').NodeViewProps["decorations"]>;
12
12
  required: true;
13
13
  };
14
14
  selected: {
15
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["selected"]>;
15
+ type: PropType<import('@tiptap/core').NodeViewProps["selected"]>;
16
16
  required: true;
17
17
  };
18
18
  extension: {
19
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["extension"]>;
19
+ type: PropType<import('@tiptap/core').NodeViewProps["extension"]>;
20
20
  required: true;
21
21
  };
22
22
  getPos: {
23
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["getPos"]>;
23
+ type: PropType<import('@tiptap/core').NodeViewProps["getPos"]>;
24
24
  required: true;
25
25
  };
26
26
  updateAttributes: {
27
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["updateAttributes"]>;
27
+ type: PropType<import('@tiptap/core').NodeViewProps["updateAttributes"]>;
28
28
  required: true;
29
29
  };
30
30
  deleteNode: {
31
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["deleteNode"]>;
31
+ type: PropType<import('@tiptap/core').NodeViewProps["deleteNode"]>;
32
32
  required: true;
33
33
  };
34
34
  view: {
35
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["view"]>;
35
+ type: PropType<import('@tiptap/core').NodeViewProps["view"]>;
36
36
  required: true;
37
37
  };
38
38
  innerDecorations: {
39
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["innerDecorations"]>;
39
+ type: PropType<import('@tiptap/core').NodeViewProps["innerDecorations"]>;
40
40
  required: true;
41
41
  };
42
42
  HTMLAttributes: {
43
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["HTMLAttributes"]>;
43
+ type: PropType<import('@tiptap/core').NodeViewProps["HTMLAttributes"]>;
44
44
  required: true;
45
45
  };
46
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
46
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
47
47
  editor: {
48
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["editor"]>;
48
+ type: PropType<import('@tiptap/core').NodeViewProps["editor"]>;
49
49
  required: true;
50
50
  };
51
51
  node: {
52
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["node"]>;
52
+ type: PropType<import('@tiptap/core').NodeViewProps["node"]>;
53
53
  required: true;
54
54
  };
55
55
  decorations: {
56
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["decorations"]>;
56
+ type: PropType<import('@tiptap/core').NodeViewProps["decorations"]>;
57
57
  required: true;
58
58
  };
59
59
  selected: {
60
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["selected"]>;
60
+ type: PropType<import('@tiptap/core').NodeViewProps["selected"]>;
61
61
  required: true;
62
62
  };
63
63
  extension: {
64
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["extension"]>;
64
+ type: PropType<import('@tiptap/core').NodeViewProps["extension"]>;
65
65
  required: true;
66
66
  };
67
67
  getPos: {
68
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["getPos"]>;
68
+ type: PropType<import('@tiptap/core').NodeViewProps["getPos"]>;
69
69
  required: true;
70
70
  };
71
71
  updateAttributes: {
72
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["updateAttributes"]>;
72
+ type: PropType<import('@tiptap/core').NodeViewProps["updateAttributes"]>;
73
73
  required: true;
74
74
  };
75
75
  deleteNode: {
76
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["deleteNode"]>;
76
+ type: PropType<import('@tiptap/core').NodeViewProps["deleteNode"]>;
77
77
  required: true;
78
78
  };
79
79
  view: {
80
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["view"]>;
80
+ type: PropType<import('@tiptap/core').NodeViewProps["view"]>;
81
81
  required: true;
82
82
  };
83
83
  innerDecorations: {
84
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["innerDecorations"]>;
84
+ type: PropType<import('@tiptap/core').NodeViewProps["innerDecorations"]>;
85
85
  required: true;
86
86
  };
87
87
  HTMLAttributes: {
88
- type: import('vue').PropType<import('@tiptap/core').NodeViewProps["HTMLAttributes"]>;
88
+ type: PropType<import('@tiptap/core').NodeViewProps["HTMLAttributes"]>;
89
89
  required: true;
90
90
  };
91
91
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
@@ -1,7 +1,7 @@
1
1
  declare const useContainerFocus: (containerNodeId: string) => {
2
- isActive: import('vue').ComputedRef<boolean>;
3
- isPerformingAction: import('vue').ComputedRef<boolean>;
4
- isPerformingActionOutside: import('vue').ComputedRef<boolean>;
5
- isPerformingActionOutsideContainer: import('vue').ComputedRef<boolean>;
2
+ isActive: globalThis.ComputedRef<boolean>;
3
+ isPerformingAction: globalThis.ComputedRef<boolean>;
4
+ isPerformingActionOutside: globalThis.ComputedRef<boolean>;
5
+ isPerformingActionOutsideContainer: globalThis.ComputedRef<boolean>;
6
6
  };
7
7
  export default useContainerFocus;
@@ -1,8 +1,8 @@
1
1
  declare const useFocus: (node: any) => {
2
- isSelected: import('vue').ComputedRef<boolean>;
3
- isActive: import('vue').ComputedRef<boolean>;
4
- isInsideNode: import('vue').ComputedRef<boolean>;
5
- isPerformingAction: import('vue').ComputedRef<boolean>;
6
- isPerformingActionOutside: import('vue').ComputedRef<boolean>;
2
+ isSelected: globalThis.ComputedRef<boolean>;
3
+ isActive: globalThis.ComputedRef<boolean>;
4
+ isInsideNode: globalThis.ComputedRef<boolean>;
5
+ isPerformingAction: globalThis.ComputedRef<boolean>;
6
+ isPerformingActionOutside: globalThis.ComputedRef<boolean>;
7
7
  };
8
8
  export default useFocus;
@@ -7,12 +7,12 @@ declare function __VLS_template(): {
7
7
  rootEl: HTMLButtonElement;
8
8
  };
9
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
11
11
  isActive: {
12
12
  type: BooleanConstructor;
13
13
  default: boolean;
14
14
  };
15
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
16
16
  isActive: {
17
17
  type: BooleanConstructor;
18
18
  default: boolean;
@@ -1,10 +1,10 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
6
6
  };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  editor: {
9
9
  type: typeof Editor;
10
10
  required: true;
@@ -1,5 +1,5 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
@@ -7,7 +7,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
8
  hide: (...args: any[]) => void;
9
9
  show: (...args: any[]) => void;
10
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
11
11
  editor: {
12
12
  type: typeof Editor;
13
13
  required: true;
@@ -1,5 +1,5 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
@@ -13,7 +13,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13
13
  required: false;
14
14
  default: string;
15
15
  };
16
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
17
17
  editor: {
18
18
  type: typeof Editor;
19
19
  required: true;
@@ -1,10 +1,10 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
6
6
  };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  editor: {
9
9
  type: typeof Editor;
10
10
  required: true;
@@ -1,10 +1,10 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
6
6
  };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  editor: {
9
9
  type: typeof Editor;
10
10
  required: true;
@@ -1,10 +1,10 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
6
6
  };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  editor: {
9
9
  type: typeof Editor;
10
10
  required: true;
@@ -1,10 +1,10 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
6
6
  };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  editor: {
9
9
  type: typeof Editor;
10
10
  required: true;
@@ -1,10 +1,10 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
6
6
  };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  editor: {
9
9
  type: typeof Editor;
10
10
  required: true;
@@ -1,10 +1,10 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
6
6
  };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  editor: {
9
9
  type: typeof Editor;
10
10
  required: true;
@@ -1,10 +1,10 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
6
6
  };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  editor: {
9
9
  type: typeof Editor;
10
10
  required: true;
@@ -1,10 +1,10 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
6
6
  };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  editor: {
9
9
  type: typeof Editor;
10
10
  required: true;
@@ -1,10 +1,10 @@
1
1
  import { Editor } from '@tiptap/vue-3';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  editor: {
4
4
  type: typeof Editor;
5
5
  required: true;
6
6
  };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  editor: {
9
9
  type: typeof Editor;
10
10
  required: true;
@@ -1,12 +1,12 @@
1
1
  declare const _default: readonly [{
2
2
  readonly name: "Columns";
3
3
  readonly type: "columns";
4
- readonly settingsView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
+ readonly settingsView: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
5
5
  editor: {
6
6
  type: typeof import('@tiptap/vue-3').Editor;
7
7
  required: true;
8
8
  };
9
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
10
10
  editor: {
11
11
  type: typeof import('@tiptap/vue-3').Editor;
12
12
  required: true;
@@ -15,12 +15,12 @@ declare const _default: readonly [{
15
15
  }, {
16
16
  readonly name: "Column";
17
17
  readonly type: "column";
18
- readonly settingsView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
18
+ readonly settingsView: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
19
19
  editor: {
20
20
  type: typeof import('@tiptap/vue-3').Editor;
21
21
  required: true;
22
22
  };
23
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
24
24
  editor: {
25
25
  type: typeof import('@tiptap/vue-3').Editor;
26
26
  required: true;
@@ -29,12 +29,12 @@ declare const _default: readonly [{
29
29
  }, {
30
30
  readonly name: "Button";
31
31
  readonly type: "button";
32
- readonly settingsView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
32
+ readonly settingsView: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
33
33
  editor: {
34
34
  type: typeof import('@tiptap/vue-3').Editor;
35
35
  required: true;
36
36
  };
37
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
37
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
38
38
  editor: {
39
39
  type: typeof import('@tiptap/vue-3').Editor;
40
40
  required: true;
@@ -43,12 +43,12 @@ declare const _default: readonly [{
43
43
  }, {
44
44
  readonly name: "Image";
45
45
  readonly type: "image";
46
- readonly settingsView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
46
+ readonly settingsView: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
47
47
  editor: {
48
48
  type: typeof import('@tiptap/vue-3').Editor;
49
49
  required: true;
50
50
  };
51
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
51
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
52
52
  editor: {
53
53
  type: typeof import('@tiptap/vue-3').Editor;
54
54
  required: true;
@@ -57,12 +57,12 @@ declare const _default: readonly [{
57
57
  }, {
58
58
  readonly name: "Map";
59
59
  readonly type: "map";
60
- readonly settingsView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
60
+ readonly settingsView: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
61
61
  editor: {
62
62
  type: typeof import('@tiptap/vue-3').Editor;
63
63
  required: true;
64
64
  };
65
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
65
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
66
66
  editor: {
67
67
  type: typeof import('@tiptap/vue-3').Editor;
68
68
  required: true;
@@ -71,12 +71,12 @@ declare const _default: readonly [{
71
71
  }, {
72
72
  readonly name: "Heading";
73
73
  readonly type: "heading";
74
- readonly settingsView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
74
+ readonly settingsView: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
75
75
  editor: {
76
76
  type: typeof import('@tiptap/vue-3').Editor;
77
77
  required: true;
78
78
  };
79
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
79
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
80
80
  editor: {
81
81
  type: typeof import('@tiptap/vue-3').Editor;
82
82
  required: true;
@@ -85,12 +85,12 @@ declare const _default: readonly [{
85
85
  }, {
86
86
  readonly name: "Paragraph";
87
87
  readonly type: "paragraph";
88
- readonly settingsView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
88
+ readonly settingsView: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
89
89
  editor: {
90
90
  type: typeof import('@tiptap/vue-3').Editor;
91
91
  required: true;
92
92
  };
93
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
93
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
94
94
  editor: {
95
95
  type: typeof import('@tiptap/vue-3').Editor;
96
96
  required: true;
@@ -99,12 +99,12 @@ declare const _default: readonly [{
99
99
  }, {
100
100
  readonly name: "Empty Space";
101
101
  readonly type: "emptySpace";
102
- readonly settingsView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
102
+ readonly settingsView: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
103
103
  editor: {
104
104
  type: typeof import('@tiptap/vue-3').Editor;
105
105
  required: true;
106
106
  };
107
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
107
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
108
108
  editor: {
109
109
  type: typeof import('@tiptap/vue-3').Editor;
110
110
  required: true;
@@ -113,12 +113,12 @@ declare const _default: readonly [{
113
113
  }, {
114
114
  readonly name: "Video";
115
115
  readonly type: "video";
116
- readonly settingsView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
116
+ readonly settingsView: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
117
117
  editor: {
118
118
  type: typeof import('@tiptap/vue-3').Editor;
119
119
  required: true;
120
120
  };
121
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
121
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
122
122
  editor: {
123
123
  type: typeof import('@tiptap/vue-3').Editor;
124
124
  required: true;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  config: {
3
3
  type: ObjectConstructor;
4
4
  required: true;
@@ -13,7 +13,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13
13
  delete: (...args: any[]) => void;
14
14
  add: (...args: any[]) => void;
15
15
  edit: (...args: any[]) => void;
16
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
17
17
  config: {
18
18
  type: ObjectConstructor;
19
19
  required: true;