sprintify-ui 0.10.13 → 0.10.15

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 (118) hide show
  1. package/README.md +4 -2
  2. package/dist/BaseCkeditor-C9d4NSCx.js +113 -0
  3. package/dist/sprintify-ui.es.js +14283 -81751
  4. package/dist/style.css +3 -3
  5. package/dist/types/components/BaseActionButtons.vue.d.ts +1 -1
  6. package/dist/types/components/BaseActionItem.vue.d.ts +7 -10
  7. package/dist/types/components/BaseAddressForm.vue.d.ts +1 -1
  8. package/dist/types/components/BaseAlert.vue.d.ts +24 -11
  9. package/dist/types/components/BaseApp.vue.d.ts +14 -12
  10. package/dist/types/components/BaseAssign.vue.d.ts +1 -1
  11. package/dist/types/components/BaseAutocomplete.vue.d.ts +642 -452
  12. package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +117 -22
  13. package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +1029 -410
  14. package/dist/types/components/BaseAvatar.vue.d.ts +1 -1
  15. package/dist/types/components/BaseAvatarGroup.vue.d.ts +1 -1
  16. package/dist/types/components/BaseBadge.vue.d.ts +23 -11
  17. package/dist/types/components/BaseBelongsTo.vue.d.ts +985 -409
  18. package/dist/types/components/BaseBelongsToFetch.vue.d.ts +750 -369
  19. package/dist/types/components/BaseBoolean.vue.d.ts +1 -1
  20. package/dist/types/components/BaseBreadcrumbs.vue.d.ts +1 -1
  21. package/dist/types/components/BaseButton.vue.d.ts +57 -13
  22. package/dist/types/components/BaseButtonGroup.vue.d.ts +166 -15
  23. package/dist/types/components/BaseCard.vue.d.ts +26 -12
  24. package/dist/types/components/BaseCardRow.vue.d.ts +20 -11
  25. package/dist/types/components/BaseCharacterCounter.vue.d.ts +1 -1
  26. package/dist/types/components/BaseCkeditor.vue.d.ts +32 -0
  27. package/dist/types/components/BaseClipboard.vue.d.ts +45 -13
  28. package/dist/types/components/BaseCollapse.vue.d.ts +41 -20
  29. package/dist/types/components/BaseContainer.vue.d.ts +16 -11
  30. package/dist/types/components/BaseCounter.vue.d.ts +1 -1
  31. package/dist/types/components/BaseCropper.vue.d.ts +55 -30
  32. package/dist/types/components/BaseDataIterator.vue.d.ts +43 -42
  33. package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +15 -12
  34. package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +1 -1
  35. package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +19 -10
  36. package/dist/types/components/BaseDataTable.vue.d.ts +2045 -735
  37. package/dist/types/components/BaseDataTableTemplate.vue.d.ts +563 -100
  38. package/dist/types/components/BaseDatePicker.vue.d.ts +1 -1
  39. package/dist/types/components/BaseDateSelect.vue.d.ts +1 -1
  40. package/dist/types/components/BaseDescriptionList.vue.d.ts +12 -12
  41. package/dist/types/components/BaseDescriptionListItem.vue.d.ts +16 -15
  42. package/dist/types/components/BaseDialog.vue.d.ts +114 -407
  43. package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +55 -13
  44. package/dist/types/components/BaseDraggable.vue.d.ts +21 -17
  45. package/dist/types/components/BaseDropdown.vue.d.ts +155 -17
  46. package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +134 -19
  47. package/dist/types/components/BaseField.vue.d.ts +103 -12
  48. package/dist/types/components/BaseFieldI18n.vue.d.ts +1 -1
  49. package/dist/types/components/BaseFilePicker.vue.d.ts +35 -16
  50. package/dist/types/components/BaseFilePickerCrop.vue.d.ts +87 -42
  51. package/dist/types/components/BaseFileUploader.vue.d.ts +195 -29
  52. package/dist/types/components/BaseForm.vue.d.ts +161 -20
  53. package/dist/types/components/BaseGantt.vue.d.ts +1130 -409
  54. package/dist/types/components/BaseHasMany.vue.d.ts +586 -345
  55. package/dist/types/components/BaseHasManyFetch.vue.d.ts +598 -249
  56. package/dist/types/components/BaseHeader.vue.d.ts +1 -1
  57. package/dist/types/components/BaseIconPicker.vue.d.ts +1 -1
  58. package/dist/types/components/BaseInputError.vue.d.ts +23 -11
  59. package/dist/types/components/BaseJsonReaderItem.vue.d.ts +1 -1
  60. package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +1 -1
  61. package/dist/types/components/BaseLayoutSidebar.vue.d.ts +127 -16
  62. package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +115 -13
  63. package/dist/types/components/BaseLayoutStacked.vue.d.ts +69 -22
  64. package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +120 -10
  65. package/dist/types/components/BaseLazy.vue.d.ts +20 -15
  66. package/dist/types/components/BaseMediaGallery.vue.d.ts +1 -1
  67. package/dist/types/components/BaseMediaGalleryItem.vue.d.ts +1 -1
  68. package/dist/types/components/BaseMediaItem.vue.d.ts +1 -1
  69. package/dist/types/components/BaseMediaLibrary.vue.d.ts +234 -34
  70. package/dist/types/components/BaseMediaList.vue.d.ts +1 -1
  71. package/dist/types/components/BaseMediaListItem.vue.d.ts +1 -1
  72. package/dist/types/components/BaseMediaPictures.vue.d.ts +1 -1
  73. package/dist/types/components/BaseMediaPicturesItem.vue.d.ts +1 -1
  74. package/dist/types/components/BaseMenu.vue.d.ts +233 -30
  75. package/dist/types/components/BaseMenuItem.vue.d.ts +1 -1
  76. package/dist/types/components/BaseModalCenter.vue.d.ts +88 -12
  77. package/dist/types/components/BaseModalSide.vue.d.ts +72 -12
  78. package/dist/types/components/BaseNavbar.vue.d.ts +88 -22
  79. package/dist/types/components/BaseNavbarItem.vue.d.ts +1 -1
  80. package/dist/types/components/BaseNavbarItemContent.vue.d.ts +1 -1
  81. package/dist/types/components/BaseNavbarSideItem.vue.d.ts +1 -1
  82. package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +1 -1
  83. package/dist/types/components/BasePagination.vue.d.ts +1 -1
  84. package/dist/types/components/BaseRadioGroup.vue.d.ts +113 -13
  85. package/dist/types/components/BaseReadMore.vue.d.ts +31 -12
  86. package/dist/types/components/BaseRichText.vue.d.ts +1 -1
  87. package/dist/types/components/BaseSelect.vue.d.ts +149 -12
  88. package/dist/types/components/BaseShortcut.vue.d.ts +1 -1
  89. package/dist/types/components/BaseSideNavigation.vue.d.ts +11 -12
  90. package/dist/types/components/BaseSideNavigationItem.vue.d.ts +22 -13
  91. package/dist/types/components/BaseSkeleton.vue.d.ts +3 -3
  92. package/dist/types/components/BaseStepper.vue.d.ts +1 -1
  93. package/dist/types/components/BaseSwitch.vue.d.ts +118 -10
  94. package/dist/types/components/BaseSystemAlert.vue.d.ts +58 -11
  95. package/dist/types/components/BaseTabItem.vue.d.ts +25 -16
  96. package/dist/types/components/BaseTable.vue.d.ts +29 -14
  97. package/dist/types/components/BaseTableBody.vue.d.ts +9 -12
  98. package/dist/types/components/BaseTableCell.vue.d.ts +40 -15
  99. package/dist/types/components/BaseTableColumn.vue.d.ts +2 -2
  100. package/dist/types/components/BaseTableHead.vue.d.ts +14 -12
  101. package/dist/types/components/BaseTableHeader.vue.d.ts +25 -14
  102. package/dist/types/components/BaseTableRow.vue.d.ts +40 -13
  103. package/dist/types/components/BaseTabs.vue.d.ts +16 -15
  104. package/dist/types/components/BaseTagAutocomplete.vue.d.ts +578 -199
  105. package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +803 -346
  106. package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +1 -1
  107. package/dist/types/components/BaseTimeline.vue.d.ts +1 -1
  108. package/dist/types/components/BaseTimelineItem.vue.d.ts +1 -1
  109. package/dist/types/components/BaseToast.vue.d.ts +1 -1
  110. package/dist/types/components/BaseTooltip.vue.d.ts +41 -15
  111. package/dist/types/components/BaseUniqueCode.vue.d.ts +1 -1
  112. package/dist/types/stories/PageInputSizes.vue.d.ts +1 -1
  113. package/dist/types/stories/PageShow.vue.d.ts +1 -1
  114. package/dist/types/svg/BaseEmptyState.vue.d.ts +1 -1
  115. package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +1 -1
  116. package/package.json +3 -4
  117. package/src/components/BaseCkeditor.vue +137 -0
  118. package/src/components/BaseRichText.vue +10 -100
@@ -1,32 +1,235 @@
1
1
  import { PropType } from 'vue';
2
+ import { Menu, MenuButton, MenuItem, MenuItems } from '@headlessui/vue';
3
+ import BaseMenuItem from './BaseMenuItem.vue';
4
+ import { twMerge } from 'tailwind-merge';
2
5
  import { ActionItem } from '@/types';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
6
- button?(_: {
7
- open: any;
8
- }): any;
9
- items?(_: {
10
- items: ActionItem[];
11
- }): any;
12
- item?(_: {
13
- item: ActionItem;
14
- }): any;
15
- item?(_: {
16
- item: ActionItem;
17
- }): any;
18
- item?(_: {
19
- item: ActionItem;
20
- active: any;
21
- }): any;
22
- };
23
- refs: {
24
- buttonWrapRef: HTMLDivElement;
25
- menuItemsRef: HTMLDivElement;
26
- };
27
- rootEl: any;
6
+ declare const buttonWrapRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
7
+ declare const menuItemsRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
8
+ as: {
9
+ type: (ObjectConstructor | StringConstructor)[];
10
+ default: string;
11
+ };
12
+ static: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ unmount: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ id: {
21
+ type: StringConstructor;
22
+ default: null;
23
+ };
24
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ [key: string]: any;
26
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
+ [key: string]: any;
28
+ }>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
29
+ id: string;
30
+ as: string | Record<string, any>;
31
+ unmount: boolean;
32
+ static: boolean;
33
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
34
+ P: {};
35
+ B: {};
36
+ D: {};
37
+ C: {};
38
+ M: {};
39
+ Defaults: {};
40
+ }, Readonly<import("vue").ExtractPropTypes<{
41
+ as: {
42
+ type: (ObjectConstructor | StringConstructor)[];
43
+ default: string;
44
+ };
45
+ static: {
46
+ type: BooleanConstructor;
47
+ default: boolean;
48
+ };
49
+ unmount: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ };
53
+ id: {
54
+ type: StringConstructor;
55
+ default: null;
56
+ };
57
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
+ [key: string]: any;
59
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
+ [key: string]: any;
61
+ }>[] | null, {}, {}, {}, {
62
+ id: string;
63
+ as: string | Record<string, any>;
64
+ unmount: boolean;
65
+ static: boolean;
66
+ }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
67
+ as: {
68
+ type: (ObjectConstructor | StringConstructor)[];
69
+ default: string;
70
+ };
71
+ static: {
72
+ type: BooleanConstructor;
73
+ default: boolean;
74
+ };
75
+ unmount: {
76
+ type: BooleanConstructor;
77
+ default: boolean;
78
+ };
79
+ id: {
80
+ type: StringConstructor;
81
+ default: null;
82
+ };
83
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
84
+ [key: string]: any;
85
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
86
+ [key: string]: any;
87
+ }>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
88
+ id: string;
89
+ as: string | Record<string, any>;
90
+ unmount: boolean;
91
+ static: boolean;
92
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
93
+ P: {};
94
+ B: {};
95
+ D: {};
96
+ C: {};
97
+ M: {};
98
+ Defaults: {};
99
+ }, Readonly<import("vue").ExtractPropTypes<{
100
+ as: {
101
+ type: (ObjectConstructor | StringConstructor)[];
102
+ default: string;
103
+ };
104
+ static: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ unmount: {
109
+ type: BooleanConstructor;
110
+ default: boolean;
111
+ };
112
+ id: {
113
+ type: StringConstructor;
114
+ default: null;
115
+ };
116
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
117
+ [key: string]: any;
118
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
119
+ [key: string]: any;
120
+ }>[] | null, {}, {}, {}, {
121
+ id: string;
122
+ as: string | Record<string, any>;
123
+ unmount: boolean;
124
+ static: boolean;
125
+ }> | null>;
126
+ declare const floatingStyles: Readonly<import("vue").Ref<{
127
+ position: import("@floating-ui/utils").Strategy;
128
+ top: string;
129
+ left: string;
130
+ transform?: string;
131
+ willChange?: string;
132
+ }, {
133
+ position: import("@floating-ui/utils").Strategy;
134
+ top: string;
135
+ left: string;
136
+ transform?: string;
137
+ willChange?: string;
138
+ }>>;
139
+ declare const widthStyle: import("vue").ComputedRef<string | undefined>;
140
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
141
+ declare var __VLS_10: {
142
+ open: any;
143
+ }, __VLS_24: {
144
+ items: ActionItem[];
145
+ }, __VLS_38: {
146
+ item: ActionItem;
147
+ }, __VLS_47: {
148
+ item: ActionItem;
149
+ }, __VLS_60: {
150
+ item: ActionItem;
151
+ active: any;
28
152
  };
29
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
153
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
154
+ button?: (props: typeof __VLS_10) => any;
155
+ } & {
156
+ items?: (props: typeof __VLS_24) => any;
157
+ } & {
158
+ item?: (props: typeof __VLS_38) => any;
159
+ } & {
160
+ item?: (props: typeof __VLS_47) => any;
161
+ } & {
162
+ item?: (props: typeof __VLS_60) => any;
163
+ }>;
164
+ declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
165
+ items: {
166
+ default: undefined;
167
+ type: PropType<ActionItem[]>;
168
+ };
169
+ placement: {
170
+ default: string;
171
+ type: PropType<"bottom-end" | "bottom-start" | "bottom" | "top" | "top-start" | "top-end">;
172
+ };
173
+ size: {
174
+ default: string;
175
+ type: PropType<"xs" | "sm" | "md">;
176
+ };
177
+ width: {
178
+ default: undefined;
179
+ type: PropType<number | null | undefined>;
180
+ };
181
+ twMenu: {
182
+ default: string;
183
+ type: PropType<string | string[]>;
184
+ };
185
+ twButton: {
186
+ default: string;
187
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
188
+ };
189
+ }>, {
190
+ Menu: typeof Menu;
191
+ MenuButton: typeof MenuButton;
192
+ MenuItem: typeof MenuItem;
193
+ MenuItems: typeof MenuItems;
194
+ BaseMenuItem: typeof BaseMenuItem;
195
+ twMerge: typeof twMerge;
196
+ buttonWrapRef: typeof buttonWrapRef;
197
+ menuItemsRef: typeof menuItemsRef;
198
+ floatingStyles: typeof floatingStyles;
199
+ widthStyle: typeof widthStyle;
200
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
201
+ items: {
202
+ default: undefined;
203
+ type: PropType<ActionItem[]>;
204
+ };
205
+ placement: {
206
+ default: string;
207
+ type: PropType<"bottom-end" | "bottom-start" | "bottom" | "top" | "top-start" | "top-end">;
208
+ };
209
+ size: {
210
+ default: string;
211
+ type: PropType<"xs" | "sm" | "md">;
212
+ };
213
+ width: {
214
+ default: undefined;
215
+ type: PropType<number | null | undefined>;
216
+ };
217
+ twMenu: {
218
+ default: string;
219
+ type: PropType<string | string[]>;
220
+ };
221
+ twButton: {
222
+ default: string;
223
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
224
+ };
225
+ }>> & Readonly<{}>, {
226
+ size: "xs" | "sm" | "md";
227
+ width: number | null | undefined;
228
+ items: ActionItem[];
229
+ placement: "bottom-end" | "bottom-start" | "bottom" | "top" | "top-start" | "top-end";
230
+ twMenu: string | string[];
231
+ twButton: string | Record<string, any> | unknown[];
232
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
233
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
31
234
  items: {
32
235
  default: undefined;
@@ -50,7 +253,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
50
253
  };
51
254
  twButton: {
52
255
  default: string;
53
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
256
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
54
257
  };
55
258
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
56
259
  items: {
@@ -75,7 +278,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
75
278
  };
76
279
  twButton: {
77
280
  default: string;
78
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
281
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
79
282
  };
80
283
  }>> & Readonly<{}>, {
81
284
  size: "xs" | "sm" | "md";
@@ -85,9 +288,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
85
288
  twMenu: string | string[];
86
289
  twButton: string | Record<string, any> | unknown[];
87
290
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
88
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
291
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
89
292
  export default _default;
90
- type __VLS_WithTemplateSlots<T, S> = T & {
293
+ type __VLS_WithSlots<T, S> = T & {
91
294
  new (): {
92
295
  $slots: S;
93
296
  };
@@ -75,5 +75,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  count: number;
76
76
  description: string;
77
77
  disabled: boolean;
78
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
78
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
79
79
  export default _default;
@@ -1,15 +1,91 @@
1
1
  import { PropType } from 'vue';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- default?(_: {
6
- close: () => void;
7
- }): any;
8
- };
9
- refs: {};
10
- rootEl: any;
2
+ import { twMerge } from 'tailwind-merge';
3
+ declare const modal: {
4
+ close: () => void;
5
+ refuseAnimation: () => void;
6
+ animationClasses: import("vue").Ref<string, string>;
11
7
  };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
8
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
9
+ declare var __VLS_17: {
10
+ close: () => void;
11
+ };
12
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
13
+ default?: (props: typeof __VLS_17) => any;
14
+ }>;
15
+ declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
16
+ modelValue: {
17
+ default: boolean;
18
+ type: BooleanConstructor;
19
+ };
20
+ verticalAlign: {
21
+ default: string;
22
+ type: StringConstructor;
23
+ };
24
+ closeOnOutsideClick: {
25
+ default: boolean;
26
+ type: BooleanConstructor;
27
+ };
28
+ maxWidth: {
29
+ default: string;
30
+ type: StringConstructor;
31
+ };
32
+ showCloseButton: {
33
+ default: boolean;
34
+ type: BooleanConstructor;
35
+ };
36
+ clipped: {
37
+ default: boolean;
38
+ type: BooleanConstructor;
39
+ };
40
+ twBackdrop: {
41
+ default: string;
42
+ type: PropType<string | string[]>;
43
+ };
44
+ }>, {
45
+ twMerge: typeof twMerge;
46
+ modal: typeof modal;
47
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
48
+ "update:modelValue": (...args: any[]) => void;
49
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
50
+ modelValue: {
51
+ default: boolean;
52
+ type: BooleanConstructor;
53
+ };
54
+ verticalAlign: {
55
+ default: string;
56
+ type: StringConstructor;
57
+ };
58
+ closeOnOutsideClick: {
59
+ default: boolean;
60
+ type: BooleanConstructor;
61
+ };
62
+ maxWidth: {
63
+ default: string;
64
+ type: StringConstructor;
65
+ };
66
+ showCloseButton: {
67
+ default: boolean;
68
+ type: BooleanConstructor;
69
+ };
70
+ clipped: {
71
+ default: boolean;
72
+ type: BooleanConstructor;
73
+ };
74
+ twBackdrop: {
75
+ default: string;
76
+ type: PropType<string | string[]>;
77
+ };
78
+ }>> & Readonly<{
79
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
80
+ }>, {
81
+ modelValue: boolean;
82
+ closeOnOutsideClick: boolean;
83
+ clipped: boolean;
84
+ maxWidth: string;
85
+ twBackdrop: string | string[];
86
+ verticalAlign: string;
87
+ showCloseButton: boolean;
88
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
89
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
14
90
  modelValue: {
15
91
  default: boolean;
@@ -81,9 +157,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
81
157
  verticalAlign: string;
82
158
  showCloseButton: boolean;
83
159
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
84
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
160
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
85
161
  export default _default;
86
- type __VLS_WithTemplateSlots<T, S> = T & {
162
+ type __VLS_WithSlots<T, S> = T & {
87
163
  new (): {
88
164
  $slots: S;
89
165
  };
@@ -1,15 +1,75 @@
1
1
  import { PropType } from 'vue';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- default?(_: {
6
- close: () => void;
7
- }): any;
8
- };
9
- refs: {};
10
- rootEl: any;
2
+ import { twMerge } from 'tailwind-merge';
3
+ declare const realMaxWidth: import("vue").ComputedRef<string>;
4
+ declare const modal: {
5
+ close: () => void;
6
+ refuseAnimation: () => void;
7
+ animationClasses: import("vue").Ref<string, string>;
11
8
  };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
10
+ declare var __VLS_21: {
11
+ close: () => void;
12
+ };
13
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
14
+ default?: (props: typeof __VLS_21) => any;
15
+ }>;
16
+ declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
17
+ modelValue: {
18
+ default: boolean;
19
+ type: BooleanConstructor;
20
+ };
21
+ maxWidth: {
22
+ default: string;
23
+ type: StringConstructor;
24
+ };
25
+ closeOnOutsideClick: {
26
+ default: boolean;
27
+ type: BooleanConstructor;
28
+ };
29
+ clipped: {
30
+ default: boolean;
31
+ type: BooleanConstructor;
32
+ };
33
+ twBackdrop: {
34
+ default: string;
35
+ type: PropType<string | string[]>;
36
+ };
37
+ }>, {
38
+ twMerge: typeof twMerge;
39
+ realMaxWidth: typeof realMaxWidth;
40
+ modal: typeof modal;
41
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
42
+ "update:modelValue": (...args: any[]) => void;
43
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
+ modelValue: {
45
+ default: boolean;
46
+ type: BooleanConstructor;
47
+ };
48
+ maxWidth: {
49
+ default: string;
50
+ type: StringConstructor;
51
+ };
52
+ closeOnOutsideClick: {
53
+ default: boolean;
54
+ type: BooleanConstructor;
55
+ };
56
+ clipped: {
57
+ default: boolean;
58
+ type: BooleanConstructor;
59
+ };
60
+ twBackdrop: {
61
+ default: string;
62
+ type: PropType<string | string[]>;
63
+ };
64
+ }>> & Readonly<{
65
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
66
+ }>, {
67
+ modelValue: boolean;
68
+ closeOnOutsideClick: boolean;
69
+ clipped: boolean;
70
+ maxWidth: string;
71
+ twBackdrop: string | string[];
72
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
73
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
14
74
  modelValue: {
15
75
  default: boolean;
@@ -63,9 +123,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
63
123
  maxWidth: string;
64
124
  twBackdrop: string | string[];
65
125
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
66
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
126
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
67
127
  export default _default;
68
- type __VLS_WithTemplateSlots<T, S> = T & {
128
+ type __VLS_WithSlots<T, S> = T & {
69
129
  new (): {
70
130
  $slots: S;
71
131
  };
@@ -1,28 +1,94 @@
1
+ import { Icon as BaseIcon } from '@iconify/vue';
2
+ import BaseContainer from './BaseContainer.vue';
1
3
  import { PropType } from 'vue';
4
+ declare const mobile: import("vue").ComputedRef<boolean>;
5
+ declare const heightInner: import("vue").ComputedRef<number>;
6
+ declare const backgroundClass: import("vue").ComputedRef<"bg-white" | "bg-slate-800">;
7
+ declare const classInternal: import("vue").ComputedRef<string>;
8
+ declare const navRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
9
+ declare const maxHeight: import("vue").ComputedRef<number>;
10
+ declare const showMobileMenu: import("vue").Ref<boolean, boolean>;
2
11
  declare function toggleMenu(): void;
3
12
  declare function openMenu(): void;
4
13
  declare function closeMenu(): void;
5
- declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
- slots: {
8
- navbar?(_: {
9
- mobile: boolean;
10
- dark: boolean;
11
- height: number;
12
- }): any;
13
- mobile?(_: {
14
- dark: boolean;
15
- toggleMenu: typeof toggleMenu;
16
- closeMenu: typeof closeMenu;
17
- openMenu: typeof openMenu;
18
- }): any;
19
- };
20
- refs: {
21
- navRef: HTMLElement;
22
- };
23
- rootEl: any;
14
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
15
+ declare var __VLS_4: {
16
+ mobile: boolean;
17
+ dark: boolean;
18
+ height: number;
19
+ }, __VLS_14: {
20
+ dark: boolean;
21
+ toggleMenu: typeof toggleMenu;
22
+ closeMenu: typeof closeMenu;
23
+ openMenu: typeof openMenu;
24
24
  };
25
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
26
+ navbar?: (props: typeof __VLS_4) => any;
27
+ } & {
28
+ mobile?: (props: typeof __VLS_14) => any;
29
+ }>;
30
+ declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
31
+ dark: {
32
+ default: boolean;
33
+ type: BooleanConstructor;
34
+ };
35
+ height: {
36
+ default: undefined;
37
+ type: NumberConstructor;
38
+ };
39
+ breakpoint: {
40
+ default: number;
41
+ type: NumberConstructor;
42
+ };
43
+ class: {
44
+ default: string;
45
+ type: PropType<string | string[]>;
46
+ };
47
+ size: {
48
+ default: string;
49
+ type: PropType<"xs" | "sm" | "md">;
50
+ };
51
+ }>, {
52
+ BaseIcon: typeof BaseIcon;
53
+ BaseContainer: typeof BaseContainer;
54
+ mobile: typeof mobile;
55
+ heightInner: typeof heightInner;
56
+ backgroundClass: typeof backgroundClass;
57
+ classInternal: typeof classInternal;
58
+ navRef: typeof navRef;
59
+ maxHeight: typeof maxHeight;
60
+ showMobileMenu: typeof showMobileMenu;
61
+ toggleMenu: typeof toggleMenu;
62
+ openMenu: typeof openMenu;
63
+ closeMenu: typeof closeMenu;
64
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
65
+ dark: {
66
+ default: boolean;
67
+ type: BooleanConstructor;
68
+ };
69
+ height: {
70
+ default: undefined;
71
+ type: NumberConstructor;
72
+ };
73
+ breakpoint: {
74
+ default: number;
75
+ type: NumberConstructor;
76
+ };
77
+ class: {
78
+ default: string;
79
+ type: PropType<string | string[]>;
80
+ };
81
+ size: {
82
+ default: string;
83
+ type: PropType<"xs" | "sm" | "md">;
84
+ };
85
+ }>> & Readonly<{}>, {
86
+ dark: boolean;
87
+ class: string | string[];
88
+ size: "xs" | "sm" | "md";
89
+ height: number;
90
+ breakpoint: number;
91
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
92
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
27
93
  dark: {
28
94
  default: boolean;
@@ -72,9 +138,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
72
138
  height: number;
73
139
  breakpoint: number;
74
140
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
75
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
141
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
76
142
  export default _default;
77
- type __VLS_WithTemplateSlots<T, S> = T & {
143
+ type __VLS_WithSlots<T, S> = T & {
78
144
  new (): {
79
145
  $slots: S;
80
146
  };
@@ -42,5 +42,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  dark: boolean;
43
43
  size: "xs" | "sm" | "md";
44
44
  twDropdown: string | string[];
45
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
45
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
46
46
  export default _default;
@@ -56,5 +56,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
56
56
  size: "xs" | "sm" | "md";
57
57
  icon: string;
58
58
  count: number;
59
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
59
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
60
60
  export default _default;
@@ -42,5 +42,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  dark: boolean;
43
43
  size: "xs" | "sm" | "md";
44
44
  collapsed: boolean;
45
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
45
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
46
46
  export default _default;
@@ -65,5 +65,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
65
65
  icon: string;
66
66
  count: number;
67
67
  collapsed: boolean;
68
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
68
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
69
69
  export default _default;
@@ -33,5 +33,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
33
33
  }>, {
34
34
  modelValue: number;
35
35
  totalVisible: number;
36
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLElement>;
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
37
37
  export default _default;