@robuust-digital/vue-components 2.4.0-beta.2 → 2.4.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/dist/_shared/ChevronDownIcon-CcE_K1lg.js +41 -0
- package/dist/_shared/{Combobox.vue_vue_type_script_setup_true_lang-C3AfEWj5.js → Combobox.vue_vue_type_script_setup_true_lang-CxRv55TC.js} +72 -61
- package/dist/_shared/Tabs.vue_vue_type_script_setup_true_lang-DMUJ5Emt.js +670 -0
- package/dist/combobox/index.js +1 -1
- package/dist/core/index.js +9 -10
- package/dist/core/styles.css +0 -1
- package/dist/core.d.ts +31 -100
- package/dist/index/index.js +17 -18
- package/dist/index.d.ts +78 -147
- package/package.json +28 -3
- package/dist/_shared/Tabs.vue_vue_type_script_setup_true_lang-Dc0jC2cn.js +0 -836
- package/dist/_shared/XMarkIcon-DdMV8USU.js +0 -53
- package/dist/core/file.css +0 -206
package/dist/index.d.ts
CHANGED
|
@@ -19,24 +19,7 @@ import { VNodeProps } from 'vue';
|
|
|
19
19
|
|
|
20
20
|
declare const __VLS_component: DefineComponent<AccordionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
21
|
|
|
22
|
-
declare const __VLS_component_10: DefineComponent<
|
|
23
|
-
"update:modelValue": (value: FormSelectModelValue) => any;
|
|
24
|
-
}, string, PublicProps, Readonly<FormSelectProps> & Readonly<{
|
|
25
|
-
"onUpdate:modelValue"?: ((value: FormSelectModelValue) => any) | undefined;
|
|
26
|
-
}>, {
|
|
27
|
-
icon: Icon | null;
|
|
28
|
-
size: FormSelectSize;
|
|
29
|
-
modelValue: FormSelectModelValue;
|
|
30
|
-
rootClass: string;
|
|
31
|
-
prefixIcon: Icon | null;
|
|
32
|
-
options: FormSelectOption[];
|
|
33
|
-
optionLabel: string;
|
|
34
|
-
optionValue: string;
|
|
35
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
36
|
-
select: HTMLSelectElement;
|
|
37
|
-
}, any>;
|
|
38
|
-
|
|
39
|
-
declare const __VLS_component_11: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
22
|
+
declare const __VLS_component_10: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
40
23
|
"pagination:change": (url: string) => any;
|
|
41
24
|
"pagination:perPage": (perPage: number) => any;
|
|
42
25
|
}, string, PublicProps, Readonly<PaginationProps> & Readonly<{
|
|
@@ -49,7 +32,7 @@ perPageOptions: number[];
|
|
|
49
32
|
fromLabel: string;
|
|
50
33
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
51
34
|
|
|
52
|
-
declare const
|
|
35
|
+
declare const __VLS_component_11: DefineComponent<RadioProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
53
36
|
"update:modelValue": (value: RadioModelValue) => any;
|
|
54
37
|
}, string, PublicProps, Readonly<RadioProps> & Readonly<{
|
|
55
38
|
"onUpdate:modelValue"?: ((value: RadioModelValue) => any) | undefined;
|
|
@@ -61,7 +44,7 @@ rootClass: string;
|
|
|
61
44
|
input: HTMLInputElement;
|
|
62
45
|
}, any>;
|
|
63
46
|
|
|
64
|
-
declare const
|
|
47
|
+
declare const __VLS_component_12: DefineComponent<ComboboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
65
48
|
"update:modelValue": (value: ComboboxModelValue) => any;
|
|
66
49
|
"update:requestParams": (value: Record<string, unknown>) => any;
|
|
67
50
|
"combobox:noResults": (value: string | null) => any;
|
|
@@ -100,7 +83,7 @@ minLoadingTime: number;
|
|
|
100
83
|
onCancel: (cancelToken: (() => void) | null) => void;
|
|
101
84
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
102
85
|
|
|
103
|
-
declare const
|
|
86
|
+
declare const __VLS_component_13: DefineComponent<DrawerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
104
87
|
"drawer:open": () => any;
|
|
105
88
|
"drawer:opened": () => any;
|
|
106
89
|
"drawer:close": () => any;
|
|
@@ -127,7 +110,7 @@ resetFooter: boolean;
|
|
|
127
110
|
contentRef: HTMLDivElement;
|
|
128
111
|
}, any>;
|
|
129
112
|
|
|
130
|
-
declare const
|
|
113
|
+
declare const __VLS_component_14: DefineComponent<ModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
131
114
|
"modal:open": () => any;
|
|
132
115
|
"modal:opened": () => any;
|
|
133
116
|
"modal:close": () => any;
|
|
@@ -152,7 +135,7 @@ resetFooter: boolean;
|
|
|
152
135
|
contentRef: HTMLDivElement;
|
|
153
136
|
}, any>;
|
|
154
137
|
|
|
155
|
-
declare const
|
|
138
|
+
declare const __VLS_component_15: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
156
139
|
"dropdown:click": (item: DropdownItem) => any;
|
|
157
140
|
}, string, PublicProps, Readonly<DropdownProps> & Readonly<{
|
|
158
141
|
"onDropdown:click"?: ((item: DropdownItem) => any) | undefined;
|
|
@@ -163,7 +146,7 @@ alignLeft: boolean;
|
|
|
163
146
|
fullWidth: boolean;
|
|
164
147
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
165
148
|
|
|
166
|
-
declare const
|
|
149
|
+
declare const __VLS_component_16: DefineComponent<LightswitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
167
150
|
"update:modelValue": (value: boolean) => any;
|
|
168
151
|
}, string, PublicProps, Readonly<LightswitchProps> & Readonly<{
|
|
169
152
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -171,7 +154,7 @@ declare const __VLS_component_17: DefineComponent<LightswitchProps, {}, {}, {},
|
|
|
171
154
|
modelValue: boolean;
|
|
172
155
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
173
156
|
|
|
174
|
-
declare const
|
|
157
|
+
declare const __VLS_component_17: DefineComponent<RichTextEditorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
175
158
|
"update:modelValue": (value: string) => any;
|
|
176
159
|
"tiptap:onCreate": (editor: any) => any;
|
|
177
160
|
}, string, PublicProps, Readonly<RichTextEditorProps> & Readonly<{
|
|
@@ -186,7 +169,7 @@ customExtensions: Extension[];
|
|
|
186
169
|
customCommands: CustomCommand[];
|
|
187
170
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
188
171
|
|
|
189
|
-
declare const
|
|
172
|
+
declare const __VLS_component_18: DefineComponent<ToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
190
173
|
"toast:close": () => any;
|
|
191
174
|
}, string, PublicProps, Readonly<ToastProps> & Readonly<{
|
|
192
175
|
"onToast:close"?: (() => any) | undefined;
|
|
@@ -201,6 +184,18 @@ position: ToastPosition;
|
|
|
201
184
|
timeout: number | boolean;
|
|
202
185
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
203
186
|
|
|
187
|
+
declare const __VLS_component_19: DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
|
|
188
|
+
blur: boolean;
|
|
189
|
+
size: TooltipSize;
|
|
190
|
+
maxWidth: number | null;
|
|
191
|
+
tooltipClass: string;
|
|
192
|
+
placement: TooltipPlacement;
|
|
193
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
194
|
+
wrapperRef: HTMLDivElement;
|
|
195
|
+
tooltipRef: HTMLDivElement;
|
|
196
|
+
arrowRef: HTMLDivElement;
|
|
197
|
+
}, HTMLDivElement>;
|
|
198
|
+
|
|
204
199
|
declare const __VLS_component_2: DefineComponent<AlertProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
205
200
|
"alert:close": () => any;
|
|
206
201
|
}, string, PublicProps, Readonly<AlertProps> & Readonly<{
|
|
@@ -213,18 +208,6 @@ icon: Icon | null;
|
|
|
213
208
|
type: AlertType;
|
|
214
209
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
215
210
|
|
|
216
|
-
declare const __VLS_component_20: DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
|
|
217
|
-
blur: boolean;
|
|
218
|
-
size: TooltipSize;
|
|
219
|
-
maxWidth: number | null;
|
|
220
|
-
tooltipClass: string;
|
|
221
|
-
placement: TooltipPlacement;
|
|
222
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
223
|
-
wrapperRef: HTMLDivElement;
|
|
224
|
-
tooltipRef: HTMLDivElement;
|
|
225
|
-
arrowRef: HTMLDivElement;
|
|
226
|
-
}, HTMLDivElement>;
|
|
227
|
-
|
|
228
211
|
declare const __VLS_component_3: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
|
|
229
212
|
label: string;
|
|
230
213
|
as: string;
|
|
@@ -277,38 +260,35 @@ defaultSort: DataTableSortBy | null;
|
|
|
277
260
|
|
|
278
261
|
declare const __VLS_component_7: DefineComponent<EmptyStateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EmptyStateProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
279
262
|
|
|
280
|
-
declare const __VLS_component_8: DefineComponent<
|
|
281
|
-
"update:modelValue": (value:
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
"onUpdate:modelValue"?: ((value: ExistingFile | File | null) => any) | undefined;
|
|
285
|
-
onDelete?: (() => any) | undefined;
|
|
263
|
+
declare const __VLS_component_8: DefineComponent<FormInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
264
|
+
"update:modelValue": (value: FormInputModelValue) => any;
|
|
265
|
+
}, string, PublicProps, Readonly<FormInputProps> & Readonly<{
|
|
266
|
+
"onUpdate:modelValue"?: ((value: FormInputModelValue) => any) | undefined;
|
|
286
267
|
}>, {
|
|
287
268
|
icon: Icon | null;
|
|
288
|
-
size:
|
|
289
|
-
modelValue:
|
|
269
|
+
size: FormInputSize;
|
|
270
|
+
modelValue: string | number;
|
|
290
271
|
rootClass: string;
|
|
291
272
|
prefixIcon: Icon | null;
|
|
292
|
-
placeholder: string;
|
|
293
|
-
showPreview: boolean;
|
|
294
|
-
clearLabel: string;
|
|
295
|
-
deleteLabel: string;
|
|
296
273
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
297
|
-
|
|
274
|
+
input: HTMLInputElement;
|
|
298
275
|
}, any>;
|
|
299
276
|
|
|
300
|
-
declare const __VLS_component_9: DefineComponent<
|
|
301
|
-
"update:modelValue": (value:
|
|
302
|
-
}, string, PublicProps, Readonly<
|
|
303
|
-
"onUpdate:modelValue"?: ((value:
|
|
277
|
+
declare const __VLS_component_9: DefineComponent<FormSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
278
|
+
"update:modelValue": (value: FormSelectModelValue) => any;
|
|
279
|
+
}, string, PublicProps, Readonly<FormSelectProps> & Readonly<{
|
|
280
|
+
"onUpdate:modelValue"?: ((value: FormSelectModelValue) => any) | undefined;
|
|
304
281
|
}>, {
|
|
305
282
|
icon: Icon | null;
|
|
306
|
-
size:
|
|
307
|
-
modelValue:
|
|
283
|
+
size: FormSelectSize;
|
|
284
|
+
modelValue: FormSelectModelValue;
|
|
308
285
|
rootClass: string;
|
|
309
286
|
prefixIcon: Icon | null;
|
|
287
|
+
options: FormSelectOption[];
|
|
288
|
+
optionLabel: string;
|
|
289
|
+
optionValue: string;
|
|
310
290
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
311
|
-
|
|
291
|
+
select: HTMLSelectElement;
|
|
312
292
|
}, any>;
|
|
313
293
|
|
|
314
294
|
declare function __VLS_template(): {
|
|
@@ -331,25 +311,6 @@ declare function __VLS_template(): {
|
|
|
331
311
|
};
|
|
332
312
|
|
|
333
313
|
declare function __VLS_template_10(): {
|
|
334
|
-
attrs: Partial<{}>;
|
|
335
|
-
slots: {
|
|
336
|
-
prefixIcon?(_: {
|
|
337
|
-
icon: Icon;
|
|
338
|
-
}): any;
|
|
339
|
-
select?(_: {}): any;
|
|
340
|
-
default?(_: {}): any;
|
|
341
|
-
default?(_: {}): any;
|
|
342
|
-
icon?(_: {
|
|
343
|
-
icon: Icon | null;
|
|
344
|
-
}): any;
|
|
345
|
-
};
|
|
346
|
-
refs: {
|
|
347
|
-
select: HTMLSelectElement;
|
|
348
|
-
};
|
|
349
|
-
rootEl: any;
|
|
350
|
-
};
|
|
351
|
-
|
|
352
|
-
declare function __VLS_template_11(): {
|
|
353
314
|
attrs: Partial<{}>;
|
|
354
315
|
slots: {
|
|
355
316
|
perPage?(_: {
|
|
@@ -371,7 +332,7 @@ declare function __VLS_template_11(): {
|
|
|
371
332
|
rootEl: any;
|
|
372
333
|
};
|
|
373
334
|
|
|
374
|
-
declare function
|
|
335
|
+
declare function __VLS_template_11(): {
|
|
375
336
|
attrs: Partial<{}>;
|
|
376
337
|
slots: {
|
|
377
338
|
default?(_: {}): any;
|
|
@@ -382,7 +343,7 @@ declare function __VLS_template_12(): {
|
|
|
382
343
|
rootEl: any;
|
|
383
344
|
};
|
|
384
345
|
|
|
385
|
-
declare function
|
|
346
|
+
declare function __VLS_template_12(): {
|
|
386
347
|
attrs: Partial<{}>;
|
|
387
348
|
slots: {
|
|
388
349
|
prefixIcon?(_: {
|
|
@@ -417,7 +378,7 @@ declare function __VLS_template_13(): {
|
|
|
417
378
|
rootEl: any;
|
|
418
379
|
};
|
|
419
380
|
|
|
420
|
-
declare function
|
|
381
|
+
declare function __VLS_template_13(): {
|
|
421
382
|
attrs: Partial<{}>;
|
|
422
383
|
slots: {
|
|
423
384
|
header?(_: {
|
|
@@ -473,7 +434,7 @@ declare function __VLS_template_14(): {
|
|
|
473
434
|
rootEl: any;
|
|
474
435
|
};
|
|
475
436
|
|
|
476
|
-
declare function
|
|
437
|
+
declare function __VLS_template_14(): {
|
|
477
438
|
attrs: Partial<{}>;
|
|
478
439
|
slots: {
|
|
479
440
|
header?(_: {
|
|
@@ -528,7 +489,7 @@ declare function __VLS_template_15(): {
|
|
|
528
489
|
rootEl: any;
|
|
529
490
|
};
|
|
530
491
|
|
|
531
|
-
declare function
|
|
492
|
+
declare function __VLS_template_15(): {
|
|
532
493
|
attrs: Partial<{}>;
|
|
533
494
|
slots: {
|
|
534
495
|
button?(_: {
|
|
@@ -615,7 +576,7 @@ declare function __VLS_template_16(): {
|
|
|
615
576
|
rootEl: any;
|
|
616
577
|
};
|
|
617
578
|
|
|
618
|
-
declare function
|
|
579
|
+
declare function __VLS_template_16(): {
|
|
619
580
|
attrs: Partial<{}>;
|
|
620
581
|
slots: {
|
|
621
582
|
default?(_: {}): any;
|
|
@@ -624,7 +585,7 @@ declare function __VLS_template_17(): {
|
|
|
624
585
|
rootEl: any;
|
|
625
586
|
};
|
|
626
587
|
|
|
627
|
-
declare function
|
|
588
|
+
declare function __VLS_template_17(): {
|
|
628
589
|
attrs: Partial<{}>;
|
|
629
590
|
slots: {
|
|
630
591
|
default?(_: {}): any;
|
|
@@ -653,19 +614,7 @@ declare function __VLS_template_18(): {
|
|
|
653
614
|
rootEl: any;
|
|
654
615
|
};
|
|
655
616
|
|
|
656
|
-
declare function
|
|
657
|
-
attrs: Partial<{}>;
|
|
658
|
-
slots: {
|
|
659
|
-
icon?(_: {}): any;
|
|
660
|
-
title?(_: {}): any;
|
|
661
|
-
default?(_: {}): any;
|
|
662
|
-
close?(_: {}): any;
|
|
663
|
-
};
|
|
664
|
-
refs: {};
|
|
665
|
-
rootEl: any;
|
|
666
|
-
};
|
|
667
|
-
|
|
668
|
-
declare function __VLS_template_2(): {
|
|
617
|
+
declare function __VLS_template_18(): {
|
|
669
618
|
attrs: Partial<{}>;
|
|
670
619
|
slots: {
|
|
671
620
|
icon?(_: {}): any;
|
|
@@ -677,7 +626,7 @@ declare function __VLS_template_2(): {
|
|
|
677
626
|
rootEl: any;
|
|
678
627
|
};
|
|
679
628
|
|
|
680
|
-
declare function
|
|
629
|
+
declare function __VLS_template_19(): {
|
|
681
630
|
attrs: Partial<{}>;
|
|
682
631
|
slots: {
|
|
683
632
|
default?(_: {}): any;
|
|
@@ -693,6 +642,18 @@ declare function __VLS_template_20(): {
|
|
|
693
642
|
rootEl: HTMLDivElement;
|
|
694
643
|
};
|
|
695
644
|
|
|
645
|
+
declare function __VLS_template_2(): {
|
|
646
|
+
attrs: Partial<{}>;
|
|
647
|
+
slots: {
|
|
648
|
+
icon?(_: {}): any;
|
|
649
|
+
title?(_: {}): any;
|
|
650
|
+
default?(_: {}): any;
|
|
651
|
+
close?(_: {}): any;
|
|
652
|
+
};
|
|
653
|
+
refs: {};
|
|
654
|
+
rootEl: any;
|
|
655
|
+
};
|
|
656
|
+
|
|
696
657
|
declare function __VLS_template_3(): {
|
|
697
658
|
attrs: Partial<{}>;
|
|
698
659
|
slots: {
|
|
@@ -811,15 +772,14 @@ declare function __VLS_template_8(): {
|
|
|
811
772
|
prefixIcon?(_: {
|
|
812
773
|
icon: Icon | null;
|
|
813
774
|
}): any;
|
|
775
|
+
input?(_: {}): any;
|
|
814
776
|
suffix?(_: {}): any;
|
|
815
777
|
icon?(_: {
|
|
816
778
|
icon: Icon | null;
|
|
817
779
|
}): any;
|
|
818
|
-
clearIcon?(_: {}): any;
|
|
819
|
-
deleteIcon?(_: {}): any;
|
|
820
780
|
};
|
|
821
781
|
refs: {
|
|
822
|
-
|
|
782
|
+
input: HTMLInputElement;
|
|
823
783
|
};
|
|
824
784
|
rootEl: any;
|
|
825
785
|
};
|
|
@@ -827,18 +787,18 @@ declare function __VLS_template_8(): {
|
|
|
827
787
|
declare function __VLS_template_9(): {
|
|
828
788
|
attrs: Partial<{}>;
|
|
829
789
|
slots: {
|
|
830
|
-
prefix?(_: {}): any;
|
|
831
790
|
prefixIcon?(_: {
|
|
832
|
-
icon: Icon
|
|
791
|
+
icon: Icon;
|
|
833
792
|
}): any;
|
|
834
|
-
|
|
835
|
-
|
|
793
|
+
select?(_: {}): any;
|
|
794
|
+
default?(_: {}): any;
|
|
795
|
+
default?(_: {}): any;
|
|
836
796
|
icon?(_: {
|
|
837
797
|
icon: Icon | null;
|
|
838
798
|
}): any;
|
|
839
799
|
};
|
|
840
800
|
refs: {
|
|
841
|
-
|
|
801
|
+
select: HTMLSelectElement;
|
|
842
802
|
};
|
|
843
803
|
rootEl: any;
|
|
844
804
|
};
|
|
@@ -867,8 +827,6 @@ declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
|
|
|
867
827
|
|
|
868
828
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
869
829
|
|
|
870
|
-
declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
|
|
871
|
-
|
|
872
830
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
873
831
|
|
|
874
832
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -955,12 +913,6 @@ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
|
955
913
|
};
|
|
956
914
|
};
|
|
957
915
|
|
|
958
|
-
declare type __VLS_WithTemplateSlots_20<T, S> = T & {
|
|
959
|
-
new (): {
|
|
960
|
-
$slots: S;
|
|
961
|
-
};
|
|
962
|
-
};
|
|
963
|
-
|
|
964
916
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
965
917
|
new (): {
|
|
966
918
|
$slots: S;
|
|
@@ -1067,7 +1019,7 @@ declare interface CheckboxProps {
|
|
|
1067
1019
|
rootClass?: string;
|
|
1068
1020
|
}
|
|
1069
1021
|
|
|
1070
|
-
export declare const Combobox:
|
|
1022
|
+
export declare const Combobox: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1071
1023
|
|
|
1072
1024
|
declare type ComboboxModelValue = object | Array<unknown> | null;
|
|
1073
1025
|
|
|
@@ -1160,7 +1112,7 @@ declare interface DataTableSortBy {
|
|
|
1160
1112
|
direction: 'asc' | 'desc';
|
|
1161
1113
|
}
|
|
1162
1114
|
|
|
1163
|
-
export declare const Drawer:
|
|
1115
|
+
export declare const Drawer: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1164
1116
|
|
|
1165
1117
|
declare interface DrawerProps {
|
|
1166
1118
|
as?: string;
|
|
@@ -1177,7 +1129,7 @@ declare interface DrawerProps {
|
|
|
1177
1129
|
resetFooter?: boolean;
|
|
1178
1130
|
}
|
|
1179
1131
|
|
|
1180
|
-
export declare const Dropdown:
|
|
1132
|
+
export declare const Dropdown: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1181
1133
|
|
|
1182
1134
|
declare interface DropdownItem {
|
|
1183
1135
|
name: string;
|
|
@@ -1204,28 +1156,7 @@ declare interface EmptyStateProps {
|
|
|
1204
1156
|
icon?: Icon | null;
|
|
1205
1157
|
}
|
|
1206
1158
|
|
|
1207
|
-
export declare
|
|
1208
|
-
url: string;
|
|
1209
|
-
name: string;
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
export declare const FormFile: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1213
|
-
|
|
1214
|
-
export declare interface FormFileProps {
|
|
1215
|
-
modelValue?: File | ExistingFile | null;
|
|
1216
|
-
rootClass?: string;
|
|
1217
|
-
prefixIcon?: Icon | null;
|
|
1218
|
-
icon?: Icon | null;
|
|
1219
|
-
size?: FormFileSize;
|
|
1220
|
-
placeholder?: string;
|
|
1221
|
-
showPreview?: boolean;
|
|
1222
|
-
clearLabel?: string;
|
|
1223
|
-
deleteLabel?: string;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
declare type FormFileSize = 'sm' | 'base';
|
|
1227
|
-
|
|
1228
|
-
export declare const FormInput: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1159
|
+
export declare const FormInput: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1229
1160
|
|
|
1230
1161
|
declare type FormInputModelValue = string | number | undefined;
|
|
1231
1162
|
|
|
@@ -1239,7 +1170,7 @@ declare interface FormInputProps {
|
|
|
1239
1170
|
|
|
1240
1171
|
declare type FormInputSize = 'sm' | 'base';
|
|
1241
1172
|
|
|
1242
|
-
export declare const FormSelect:
|
|
1173
|
+
export declare const FormSelect: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1243
1174
|
|
|
1244
1175
|
declare type FormSelectModelValue = string | number | object | boolean | null;
|
|
1245
1176
|
|
|
@@ -1280,13 +1211,13 @@ declare type FormTextareaSize = 'sm' | 'base';
|
|
|
1280
1211
|
|
|
1281
1212
|
declare type Icon = FunctionalComponent<SVGAttributes & HTMLAttributes & VNodeProps>;
|
|
1282
1213
|
|
|
1283
|
-
export declare const Lightswitch:
|
|
1214
|
+
export declare const Lightswitch: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1284
1215
|
|
|
1285
1216
|
declare interface LightswitchProps {
|
|
1286
1217
|
modelValue?: boolean;
|
|
1287
1218
|
}
|
|
1288
1219
|
|
|
1289
|
-
export declare const Modal:
|
|
1220
|
+
export declare const Modal: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1290
1221
|
|
|
1291
1222
|
declare interface ModalProps {
|
|
1292
1223
|
as?: string;
|
|
@@ -1301,7 +1232,7 @@ declare interface ModalProps {
|
|
|
1301
1232
|
resetFooter?: boolean;
|
|
1302
1233
|
}
|
|
1303
1234
|
|
|
1304
|
-
export declare const Pagination:
|
|
1235
|
+
export declare const Pagination: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1305
1236
|
|
|
1306
1237
|
declare interface PaginationData {
|
|
1307
1238
|
total: number;
|
|
@@ -1325,7 +1256,7 @@ declare interface PaginationProps {
|
|
|
1325
1256
|
fromLabel?: string;
|
|
1326
1257
|
}
|
|
1327
1258
|
|
|
1328
|
-
export declare const Radio:
|
|
1259
|
+
export declare const Radio: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1329
1260
|
|
|
1330
1261
|
declare type RadioModelValue = boolean | string | Array<unknown> | object | number | null;
|
|
1331
1262
|
|
|
@@ -1337,7 +1268,7 @@ declare interface RadioProps {
|
|
|
1337
1268
|
|
|
1338
1269
|
declare type RichTextConfig = 'default' | 'simple';
|
|
1339
1270
|
|
|
1340
|
-
export declare const RichTextEditor:
|
|
1271
|
+
export declare const RichTextEditor: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1341
1272
|
|
|
1342
1273
|
declare interface RichTextEditorProps {
|
|
1343
1274
|
id: string;
|
|
@@ -1378,7 +1309,7 @@ declare interface TabsProps {
|
|
|
1378
1309
|
|
|
1379
1310
|
declare type TabStyle = 'buttons' | 'default';
|
|
1380
1311
|
|
|
1381
|
-
export declare const Toast:
|
|
1312
|
+
export declare const Toast: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1382
1313
|
|
|
1383
1314
|
declare type ToastPosition = 'top' | 'bottom';
|
|
1384
1315
|
|
|
@@ -1395,7 +1326,7 @@ declare interface ToastProps {
|
|
|
1395
1326
|
|
|
1396
1327
|
declare type ToastType = 'success' | 'warning' | 'danger' | 'info';
|
|
1397
1328
|
|
|
1398
|
-
export declare const Tooltip:
|
|
1329
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1399
1330
|
|
|
1400
1331
|
declare type TooltipPlacement = AlignedPlacement | Side;
|
|
1401
1332
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@robuust-digital/vue-components",
|
|
3
|
-
"version": "2.4.0-beta.
|
|
3
|
+
"version": "2.4.0-beta.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -90,7 +90,32 @@
|
|
|
90
90
|
"@tiptap/starter-kit": "^3.10.4",
|
|
91
91
|
"@tiptap/vue-3": "^3.10.4",
|
|
92
92
|
"@vueuse/core": "^14.0.0",
|
|
93
|
-
"vue": "^3.5.
|
|
93
|
+
"vue": "^3.5.27"
|
|
94
|
+
},
|
|
95
|
+
"peerDependencies": {
|
|
96
|
+
"@floating-ui/vue": "^1.0.0",
|
|
97
|
+
"@headlessui/vue": "^1.7.0",
|
|
98
|
+
"@tiptap/starter-kit": "^3.0.0",
|
|
99
|
+
"@tiptap/vue-3": "^3.0.0",
|
|
100
|
+
"@vueuse/core": "^14.0.0",
|
|
101
|
+
"vue": "*"
|
|
102
|
+
},
|
|
103
|
+
"peerDependenciesMeta": {
|
|
104
|
+
"@floating-ui/vue": {
|
|
105
|
+
"optional": true
|
|
106
|
+
},
|
|
107
|
+
"@headlessui/vue": {
|
|
108
|
+
"optional": true
|
|
109
|
+
},
|
|
110
|
+
"@tiptap/starter-kit": {
|
|
111
|
+
"optional": true
|
|
112
|
+
},
|
|
113
|
+
"@tiptap/vue-3": {
|
|
114
|
+
"optional": true
|
|
115
|
+
},
|
|
116
|
+
"@vueuse/core": {
|
|
117
|
+
"optional": true
|
|
118
|
+
}
|
|
94
119
|
},
|
|
95
120
|
"devDependencies": {
|
|
96
121
|
"@rushstack/eslint-patch": "^1.14.1",
|
|
@@ -122,5 +147,5 @@
|
|
|
122
147
|
"vitepress": "^2.0.0-alpha.12",
|
|
123
148
|
"vitest": "^3.2.4"
|
|
124
149
|
},
|
|
125
|
-
"packageManager": "yarn@4.
|
|
150
|
+
"packageManager": "yarn@4.12.0"
|
|
126
151
|
}
|