design-system-next 2.26.1 → 2.26.3
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/dist/design-system-next.es.d.ts +252 -134
- package/dist/design-system-next.es.js +4794 -4724
- package/dist/design-system-next.es.js.gz +0 -0
- package/dist/design-system-next.umd.js +12 -12
- package/dist/design-system-next.umd.js.gz +0 -0
- package/dist/main.css +1 -1
- package/dist/main.css.gz +0 -0
- package/package.json +1 -1
- package/src/components/input/input-contact-number/input-contact-number.vue +5 -7
- package/src/components/input/input-currency/input-currency.ts +11 -15
- package/src/components/input/input-currency/input-currency.vue +4 -0
- package/src/components/input/input-currency/use-input-currency.ts +76 -107
- package/src/components/input/input-dropdown/input-dropdown.vue +4 -0
- package/src/components/input/input-search/input-search.vue +4 -0
- package/src/components/input/input.ts +1 -0
- package/src/components/input/input.vue +2 -1
- package/src/components/input/use-input.ts +5 -0
- package/src/components/list/list-item/list-item.ts +60 -60
- package/src/components/list/use-list.ts +6 -6
- package/src/components/{radio-grouped → radio/radio-grouped}/radio-grouped.ts +74 -65
- package/src/components/{radio-grouped → radio/radio-grouped}/radio-grouped.vue +4 -1
- package/src/components/{radio-grouped → radio/radio-grouped}/use-radio-grouped.ts +63 -62
- package/src/components/radio/radio.ts +4 -0
- package/src/components/radio/radio.vue +10 -4
- package/src/components/radio/use-radio.ts +16 -2
- package/src/components/table/table.vue +14 -11
|
@@ -132,43 +132,49 @@ declare const __VLS_component_21: DefineComponent<any, {}, {}, {}, {}, Component
|
|
|
132
132
|
|
|
133
133
|
declare const __VLS_component_22: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
134
134
|
|
|
135
|
-
declare const __VLS_component_23: DefineComponent<
|
|
135
|
+
declare const __VLS_component_23: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
136
136
|
|
|
137
|
-
declare const __VLS_component_24: DefineComponent<
|
|
137
|
+
declare const __VLS_component_24: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
138
138
|
|
|
139
139
|
declare const __VLS_component_25: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
140
140
|
|
|
141
|
-
declare const __VLS_component_26: DefineComponent<
|
|
141
|
+
declare const __VLS_component_26: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
142
142
|
|
|
143
|
-
declare const __VLS_component_27: DefineComponent<
|
|
143
|
+
declare const __VLS_component_27: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
144
144
|
|
|
145
|
-
declare const __VLS_component_28: DefineComponent<
|
|
145
|
+
declare const __VLS_component_28: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
146
146
|
|
|
147
|
-
declare const __VLS_component_29: DefineComponent<
|
|
148
|
-
popperRef: HTMLDivElement;
|
|
149
|
-
}, any>;
|
|
147
|
+
declare const __VLS_component_29: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
150
148
|
|
|
151
149
|
declare const __VLS_component_3: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
152
150
|
|
|
153
|
-
declare const __VLS_component_30: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
151
|
+
declare const __VLS_component_30: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
152
|
+
|
|
153
|
+
declare const __VLS_component_31: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
154
|
+
|
|
155
|
+
declare const __VLS_component_32: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
156
|
+
popperRef: HTMLDivElement;
|
|
157
|
+
}, any>;
|
|
158
|
+
|
|
159
|
+
declare const __VLS_component_33: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
154
160
|
radioRef: HTMLLabelElement;
|
|
155
161
|
}, HTMLDivElement>;
|
|
156
162
|
|
|
157
|
-
declare const
|
|
163
|
+
declare const __VLS_component_34: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
158
164
|
|
|
159
|
-
declare const
|
|
165
|
+
declare const __VLS_component_35: DefineComponent<any, {
|
|
160
166
|
handleClear: any;
|
|
161
167
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
162
168
|
selectRef: HTMLDivElement;
|
|
163
169
|
selectPopperRef: HTMLDivElement;
|
|
164
170
|
}, HTMLDivElement>;
|
|
165
171
|
|
|
166
|
-
declare const
|
|
172
|
+
declare const __VLS_component_36: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
167
173
|
ladderizedSelectState: HTMLDivElement;
|
|
168
174
|
ladderizedSelectPopperRef: HTMLDivElement;
|
|
169
175
|
}, HTMLDivElement>;
|
|
170
176
|
|
|
171
|
-
declare const
|
|
177
|
+
declare const __VLS_component_37: DefineComponent<any, {
|
|
172
178
|
handleClear: any;
|
|
173
179
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
174
180
|
multiSelectRef: HTMLDivElement;
|
|
@@ -176,13 +182,15 @@ declare const __VLS_component_34: DefineComponent<any, {
|
|
|
176
182
|
multipleSelectPopperRef: HTMLDivElement;
|
|
177
183
|
}, HTMLDivElement>;
|
|
178
184
|
|
|
179
|
-
declare const
|
|
185
|
+
declare const __VLS_component_38: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
180
186
|
|
|
181
|
-
declare const
|
|
187
|
+
declare const __VLS_component_39: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
182
188
|
sidepanelRef: HTMLDivElement;
|
|
183
189
|
}, any>;
|
|
184
190
|
|
|
185
|
-
declare const
|
|
191
|
+
declare const __VLS_component_4: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
192
|
+
|
|
193
|
+
declare const __VLS_component_40: DefineComponent<any, {
|
|
186
194
|
showPanel: any;
|
|
187
195
|
hidePanel: any;
|
|
188
196
|
handleExpandPanel: any;
|
|
@@ -190,7 +198,7 @@ declare const __VLS_component_37: DefineComponent<any, {
|
|
|
190
198
|
activePanel: any;
|
|
191
199
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, any, any>;
|
|
192
200
|
|
|
193
|
-
declare const
|
|
201
|
+
declare const __VLS_component_41: DefineComponent<{}, {
|
|
194
202
|
showSnackbar: (payload: SnackPropTypes) => any;
|
|
195
203
|
showSuccess: (payload: SnackPropTypes) => any;
|
|
196
204
|
showInformation: (payload: SnackPropTypes) => any;
|
|
@@ -198,28 +206,26 @@ declare const __VLS_component_38: DefineComponent<{}, {
|
|
|
198
206
|
showCaution: (payload: SnackPropTypes) => any;
|
|
199
207
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
200
208
|
|
|
201
|
-
declare const
|
|
209
|
+
declare const __VLS_component_42: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
202
210
|
snackRef: HTMLDivElement;
|
|
203
211
|
}, HTMLDivElement>;
|
|
204
212
|
|
|
205
|
-
declare const
|
|
206
|
-
|
|
207
|
-
declare const __VLS_component_40: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
213
|
+
declare const __VLS_component_43: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
208
214
|
switchWrapperRef: HTMLDivElement;
|
|
209
215
|
switchRef: HTMLInputElement;
|
|
210
216
|
}, HTMLDivElement>;
|
|
211
217
|
|
|
212
|
-
declare const
|
|
218
|
+
declare const __VLS_component_44: DefineComponent<any, {
|
|
213
219
|
clearSelectedData: any;
|
|
214
220
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, any, any>;
|
|
215
221
|
|
|
216
|
-
declare const
|
|
222
|
+
declare const __VLS_component_45: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
217
223
|
|
|
218
|
-
declare const
|
|
224
|
+
declare const __VLS_component_46: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
219
225
|
|
|
220
|
-
declare const
|
|
226
|
+
declare const __VLS_component_47: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
221
227
|
|
|
222
|
-
declare const
|
|
228
|
+
declare const __VLS_component_48: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
223
229
|
|
|
224
230
|
declare const __VLS_component_5: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
225
231
|
"update:show": (value: boolean) => any;
|
|
@@ -439,9 +445,7 @@ declare function __VLS_template_21(): {
|
|
|
439
445
|
|
|
440
446
|
declare function __VLS_template_22(): {
|
|
441
447
|
attrs: Partial<{}>;
|
|
442
|
-
slots:
|
|
443
|
-
helperMessage?(_: {}): any;
|
|
444
|
-
};
|
|
448
|
+
slots: any;
|
|
445
449
|
refs: {};
|
|
446
450
|
rootEl: any;
|
|
447
451
|
};
|
|
@@ -475,6 +479,36 @@ declare function __VLS_template_26(): {
|
|
|
475
479
|
};
|
|
476
480
|
|
|
477
481
|
declare function __VLS_template_27(): {
|
|
482
|
+
attrs: Partial<{}>;
|
|
483
|
+
slots: any;
|
|
484
|
+
refs: {};
|
|
485
|
+
rootEl: any;
|
|
486
|
+
};
|
|
487
|
+
|
|
488
|
+
declare function __VLS_template_28(): {
|
|
489
|
+
attrs: Partial<{}>;
|
|
490
|
+
slots: any;
|
|
491
|
+
refs: {};
|
|
492
|
+
rootEl: any;
|
|
493
|
+
};
|
|
494
|
+
|
|
495
|
+
declare function __VLS_template_29(): {
|
|
496
|
+
attrs: Partial<{}>;
|
|
497
|
+
slots: any;
|
|
498
|
+
refs: {};
|
|
499
|
+
rootEl: any;
|
|
500
|
+
};
|
|
501
|
+
|
|
502
|
+
declare function __VLS_template_3(): {
|
|
503
|
+
attrs: Partial<{}>;
|
|
504
|
+
slots: {
|
|
505
|
+
default?(_: {}): any;
|
|
506
|
+
};
|
|
507
|
+
refs: {};
|
|
508
|
+
rootEl: HTMLDivElement;
|
|
509
|
+
};
|
|
510
|
+
|
|
511
|
+
declare function __VLS_template_30(): {
|
|
478
512
|
attrs: Partial<{}>;
|
|
479
513
|
slots: {
|
|
480
514
|
icon?(_: {}): any;
|
|
@@ -485,7 +519,7 @@ declare function __VLS_template_27(): {
|
|
|
485
519
|
rootEl: HTMLDivElement;
|
|
486
520
|
};
|
|
487
521
|
|
|
488
|
-
declare function
|
|
522
|
+
declare function __VLS_template_31(): {
|
|
489
523
|
attrs: Partial<{}>;
|
|
490
524
|
slots: {
|
|
491
525
|
header?(_: {}): any;
|
|
@@ -496,7 +530,7 @@ declare function __VLS_template_28(): {
|
|
|
496
530
|
rootEl: any;
|
|
497
531
|
};
|
|
498
532
|
|
|
499
|
-
declare function
|
|
533
|
+
declare function __VLS_template_32(): {
|
|
500
534
|
attrs: Partial<{}>;
|
|
501
535
|
slots: {
|
|
502
536
|
default?(_: {}): any;
|
|
@@ -508,16 +542,7 @@ declare function __VLS_template_29(): {
|
|
|
508
542
|
rootEl: any;
|
|
509
543
|
};
|
|
510
544
|
|
|
511
|
-
declare function
|
|
512
|
-
attrs: Partial<{}>;
|
|
513
|
-
slots: {
|
|
514
|
-
default?(_: {}): any;
|
|
515
|
-
};
|
|
516
|
-
refs: {};
|
|
517
|
-
rootEl: HTMLDivElement;
|
|
518
|
-
};
|
|
519
|
-
|
|
520
|
-
declare function __VLS_template_30(): {
|
|
545
|
+
declare function __VLS_template_33(): {
|
|
521
546
|
attrs: Partial<{}>;
|
|
522
547
|
slots: {
|
|
523
548
|
default?(_: {}): any;
|
|
@@ -528,7 +553,7 @@ declare function __VLS_template_30(): {
|
|
|
528
553
|
rootEl: HTMLDivElement;
|
|
529
554
|
};
|
|
530
555
|
|
|
531
|
-
declare function
|
|
556
|
+
declare function __VLS_template_34(): {
|
|
532
557
|
attrs: Partial<{}>;
|
|
533
558
|
slots: {
|
|
534
559
|
helperMessage?(_: {}): any;
|
|
@@ -537,7 +562,7 @@ declare function __VLS_template_31(): {
|
|
|
537
562
|
rootEl: HTMLDivElement;
|
|
538
563
|
};
|
|
539
564
|
|
|
540
|
-
declare function
|
|
565
|
+
declare function __VLS_template_35(): {
|
|
541
566
|
attrs: Partial<{}>;
|
|
542
567
|
slots: {
|
|
543
568
|
helperMessage?(_: {}): any;
|
|
@@ -549,7 +574,7 @@ declare function __VLS_template_32(): {
|
|
|
549
574
|
rootEl: HTMLDivElement;
|
|
550
575
|
};
|
|
551
576
|
|
|
552
|
-
declare function
|
|
577
|
+
declare function __VLS_template_36(): {
|
|
553
578
|
attrs: Partial<{}>;
|
|
554
579
|
slots: {
|
|
555
580
|
helperMessage?(_: {}): any;
|
|
@@ -561,7 +586,7 @@ declare function __VLS_template_33(): {
|
|
|
561
586
|
rootEl: HTMLDivElement;
|
|
562
587
|
};
|
|
563
588
|
|
|
564
|
-
declare function
|
|
589
|
+
declare function __VLS_template_37(): {
|
|
565
590
|
attrs: Partial<{}>;
|
|
566
591
|
slots: {
|
|
567
592
|
helperMessage?(_: {}): any;
|
|
@@ -575,7 +600,7 @@ declare function __VLS_template_34(): {
|
|
|
575
600
|
rootEl: HTMLDivElement;
|
|
576
601
|
};
|
|
577
602
|
|
|
578
|
-
declare function
|
|
603
|
+
declare function __VLS_template_38(): {
|
|
579
604
|
attrs: Partial<{}>;
|
|
580
605
|
slots: {
|
|
581
606
|
'logo-image'?(_: {}): any;
|
|
@@ -584,7 +609,7 @@ declare function __VLS_template_35(): {
|
|
|
584
609
|
rootEl: HTMLDivElement;
|
|
585
610
|
};
|
|
586
611
|
|
|
587
|
-
declare function
|
|
612
|
+
declare function __VLS_template_39(): {
|
|
588
613
|
attrs: Partial<{}>;
|
|
589
614
|
slots: {
|
|
590
615
|
subtitle?(_: {}): any;
|
|
@@ -598,9 +623,18 @@ declare function __VLS_template_36(): {
|
|
|
598
623
|
rootEl: any;
|
|
599
624
|
};
|
|
600
625
|
|
|
601
|
-
declare function
|
|
626
|
+
declare function __VLS_template_4(): {
|
|
627
|
+
attrs: Partial<{}>;
|
|
628
|
+
slots: {
|
|
629
|
+
default?(_: {}): any;
|
|
630
|
+
};
|
|
631
|
+
refs: {};
|
|
632
|
+
rootEl: HTMLDivElement;
|
|
633
|
+
};
|
|
602
634
|
|
|
603
|
-
declare function
|
|
635
|
+
declare function __VLS_template_40(): any;
|
|
636
|
+
|
|
637
|
+
declare function __VLS_template_41(): {
|
|
604
638
|
attrs: Partial<{}>;
|
|
605
639
|
slots: {
|
|
606
640
|
default?(_: {}): any;
|
|
@@ -610,7 +644,7 @@ declare function __VLS_template_38(): {
|
|
|
610
644
|
rootEl: any;
|
|
611
645
|
};
|
|
612
646
|
|
|
613
|
-
declare function
|
|
647
|
+
declare function __VLS_template_42(): {
|
|
614
648
|
attrs: Partial<{}>;
|
|
615
649
|
slots: {
|
|
616
650
|
icon?(_: {}): any;
|
|
@@ -623,16 +657,7 @@ declare function __VLS_template_39(): {
|
|
|
623
657
|
rootEl: HTMLDivElement;
|
|
624
658
|
};
|
|
625
659
|
|
|
626
|
-
declare function
|
|
627
|
-
attrs: Partial<{}>;
|
|
628
|
-
slots: {
|
|
629
|
-
default?(_: {}): any;
|
|
630
|
-
};
|
|
631
|
-
refs: {};
|
|
632
|
-
rootEl: HTMLDivElement;
|
|
633
|
-
};
|
|
634
|
-
|
|
635
|
-
declare function __VLS_template_40(): {
|
|
660
|
+
declare function __VLS_template_43(): {
|
|
636
661
|
attrs: Partial<{}>;
|
|
637
662
|
slots: {
|
|
638
663
|
leftText?(_: {}): any;
|
|
@@ -646,9 +671,9 @@ declare function __VLS_template_40(): {
|
|
|
646
671
|
rootEl: HTMLDivElement;
|
|
647
672
|
};
|
|
648
673
|
|
|
649
|
-
declare function
|
|
674
|
+
declare function __VLS_template_44(): any;
|
|
650
675
|
|
|
651
|
-
declare function
|
|
676
|
+
declare function __VLS_template_45(): {
|
|
652
677
|
attrs: Partial<{}>;
|
|
653
678
|
slots: {
|
|
654
679
|
tableActionSection?(_: {}): any;
|
|
@@ -657,7 +682,7 @@ declare function __VLS_template_42(): {
|
|
|
657
682
|
rootEl: HTMLDivElement;
|
|
658
683
|
};
|
|
659
684
|
|
|
660
|
-
declare function
|
|
685
|
+
declare function __VLS_template_46(): {
|
|
661
686
|
attrs: Partial<{}>;
|
|
662
687
|
slots: {
|
|
663
688
|
actions?(_: {}): any;
|
|
@@ -666,7 +691,7 @@ declare function __VLS_template_43(): {
|
|
|
666
691
|
rootEl: HTMLDivElement;
|
|
667
692
|
};
|
|
668
693
|
|
|
669
|
-
declare function
|
|
694
|
+
declare function __VLS_template_47(): {
|
|
670
695
|
attrs: Partial<{}>;
|
|
671
696
|
slots: {
|
|
672
697
|
helperMessage?(_: {}): any;
|
|
@@ -676,7 +701,7 @@ declare function __VLS_template_44(): {
|
|
|
676
701
|
rootEl: HTMLDivElement;
|
|
677
702
|
};
|
|
678
703
|
|
|
679
|
-
declare function
|
|
704
|
+
declare function __VLS_template_48(): {
|
|
680
705
|
attrs: Partial<{}>;
|
|
681
706
|
slots: {
|
|
682
707
|
'popper-content'?(_: {}): any;
|
|
@@ -832,6 +857,12 @@ declare type __VLS_TemplateResult_44 = ReturnType<typeof __VLS_template_44>;
|
|
|
832
857
|
|
|
833
858
|
declare type __VLS_TemplateResult_45 = ReturnType<typeof __VLS_template_45>;
|
|
834
859
|
|
|
860
|
+
declare type __VLS_TemplateResult_46 = ReturnType<typeof __VLS_template_46>;
|
|
861
|
+
|
|
862
|
+
declare type __VLS_TemplateResult_47 = ReturnType<typeof __VLS_template_47>;
|
|
863
|
+
|
|
864
|
+
declare type __VLS_TemplateResult_48 = ReturnType<typeof __VLS_template_48>;
|
|
865
|
+
|
|
835
866
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
836
867
|
|
|
837
868
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
@@ -1097,6 +1128,24 @@ declare type __VLS_WithTemplateSlots_45<T, S> = T & {
|
|
|
1097
1128
|
};
|
|
1098
1129
|
};
|
|
1099
1130
|
|
|
1131
|
+
declare type __VLS_WithTemplateSlots_46<T, S> = T & {
|
|
1132
|
+
new (): {
|
|
1133
|
+
$slots: S;
|
|
1134
|
+
};
|
|
1135
|
+
};
|
|
1136
|
+
|
|
1137
|
+
declare type __VLS_WithTemplateSlots_47<T, S> = T & {
|
|
1138
|
+
new (): {
|
|
1139
|
+
$slots: S;
|
|
1140
|
+
};
|
|
1141
|
+
};
|
|
1142
|
+
|
|
1143
|
+
declare type __VLS_WithTemplateSlots_48<T, S> = T & {
|
|
1144
|
+
new (): {
|
|
1145
|
+
$slots: S;
|
|
1146
|
+
};
|
|
1147
|
+
};
|
|
1148
|
+
|
|
1100
1149
|
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
1101
1150
|
new (): {
|
|
1102
1151
|
$slots: S;
|
|
@@ -1127,23 +1176,27 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1127
1176
|
};
|
|
1128
1177
|
};
|
|
1129
1178
|
|
|
1130
|
-
|
|
1179
|
+
declare const Accordion_2: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1180
|
+
export { Accordion_2 as Accordion }
|
|
1131
1181
|
|
|
1132
1182
|
export { AccordionItem }
|
|
1133
1183
|
|
|
1134
1184
|
export { AccordionPropTypes }
|
|
1135
1185
|
|
|
1136
|
-
|
|
1186
|
+
declare const AttributeFilter_2: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1187
|
+
export { AttributeFilter_2 as AttributeFilter }
|
|
1137
1188
|
|
|
1138
1189
|
export { AttributeFilterPropTypes }
|
|
1139
1190
|
|
|
1140
|
-
|
|
1191
|
+
declare const AuditTrail_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1141
1192
|
auditTrailWrapperRef: HTMLDivElement;
|
|
1142
1193
|
}, HTMLDivElement>;
|
|
1194
|
+
export { AuditTrail_2 as AuditTrail }
|
|
1143
1195
|
|
|
1144
1196
|
export { AuditTrailPropTypes }
|
|
1145
1197
|
|
|
1146
|
-
|
|
1198
|
+
declare const Avatar_2: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1199
|
+
export { Avatar_2 as Avatar }
|
|
1147
1200
|
|
|
1148
1201
|
export { AVATAR_VARIANT }
|
|
1149
1202
|
|
|
@@ -1151,17 +1204,21 @@ export { AvatarEmitTypes }
|
|
|
1151
1204
|
|
|
1152
1205
|
export { AvatarPropTypes }
|
|
1153
1206
|
|
|
1154
|
-
|
|
1207
|
+
declare const Badge_2: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1208
|
+
export { Badge_2 as Badge }
|
|
1155
1209
|
|
|
1156
1210
|
export { BadgePropTypes }
|
|
1157
1211
|
|
|
1158
|
-
|
|
1212
|
+
declare const Banner_2: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1213
|
+
export { Banner_2 as Banner }
|
|
1159
1214
|
|
|
1160
1215
|
export { BannerPropTypes }
|
|
1161
1216
|
|
|
1162
|
-
|
|
1217
|
+
declare const Button_2: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1218
|
+
export { Button_2 as Button }
|
|
1163
1219
|
|
|
1164
|
-
|
|
1220
|
+
declare const ButtonDropdown_2: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1221
|
+
export { ButtonDropdown_2 as ButtonDropdown }
|
|
1165
1222
|
|
|
1166
1223
|
export { ButtonEmitTypes }
|
|
1167
1224
|
|
|
@@ -1169,39 +1226,47 @@ export { ButtonPropTypes }
|
|
|
1169
1226
|
|
|
1170
1227
|
export { ButtonType }
|
|
1171
1228
|
|
|
1172
|
-
|
|
1229
|
+
declare const Calendar_2: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1230
|
+
export { Calendar_2 as Calendar }
|
|
1173
1231
|
|
|
1174
|
-
|
|
1232
|
+
declare const CalendarCell_2: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1233
|
+
export { CalendarCell_2 as CalendarCell }
|
|
1175
1234
|
|
|
1176
1235
|
export { CalendarCellPropTypes }
|
|
1177
1236
|
|
|
1178
1237
|
export { CalendarPropTypes }
|
|
1179
1238
|
|
|
1180
|
-
|
|
1239
|
+
declare const Card_2: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1240
|
+
export { Card_2 as Card }
|
|
1181
1241
|
|
|
1182
1242
|
export { CardPropTypes }
|
|
1183
1243
|
|
|
1184
|
-
|
|
1244
|
+
declare const Checkbox_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLabelElement>;
|
|
1245
|
+
export { Checkbox_2 as Checkbox }
|
|
1185
1246
|
|
|
1186
1247
|
export { CheckboxPropTypes }
|
|
1187
1248
|
|
|
1188
|
-
|
|
1249
|
+
declare const Chips_2: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1250
|
+
export { Chips_2 as Chips }
|
|
1189
1251
|
|
|
1190
1252
|
export { ChipsPropTypes }
|
|
1191
1253
|
|
|
1192
|
-
|
|
1254
|
+
declare const Collapsible_2: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1255
|
+
export { Collapsible_2 as Collapsible }
|
|
1193
1256
|
|
|
1194
1257
|
export { CollapsibleEmitTypes }
|
|
1195
1258
|
|
|
1196
1259
|
export { CollapsiblePropTypes }
|
|
1197
1260
|
|
|
1198
|
-
|
|
1261
|
+
declare const DateCalendarPicker_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1199
1262
|
dateCalendarPickerRef: HTMLDivElement;
|
|
1200
1263
|
}, HTMLDivElement>;
|
|
1264
|
+
export { DateCalendarPicker_2 as DateCalendarPicker }
|
|
1201
1265
|
|
|
1202
|
-
|
|
1266
|
+
declare const DatePicker_2: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1267
|
+
export { DatePicker_2 as DatePicker }
|
|
1203
1268
|
|
|
1204
|
-
|
|
1269
|
+
declare const DatePickerCalendarTab_2: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1205
1270
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
1206
1271
|
} | ({
|
|
1207
1272
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
@@ -1212,8 +1277,9 @@ export declare const DatePickerCalendarTab: DefineComponent<Props, {}, {}, {}, {
|
|
|
1212
1277
|
} | {
|
|
1213
1278
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1214
1279
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1280
|
+
export { DatePickerCalendarTab_2 as DatePickerCalendarTab }
|
|
1215
1281
|
|
|
1216
|
-
|
|
1282
|
+
declare const DatePickerMonthTab_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1217
1283
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
1218
1284
|
} | ({
|
|
1219
1285
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
@@ -1224,10 +1290,11 @@ export declare const DatePickerMonthTab: DefineComponent<Props_2, {}, {}, {}, {}
|
|
|
1224
1290
|
} | {
|
|
1225
1291
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1226
1292
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1293
|
+
export { DatePickerMonthTab_2 as DatePickerMonthTab }
|
|
1227
1294
|
|
|
1228
1295
|
export { DatePickerPropTypes }
|
|
1229
1296
|
|
|
1230
|
-
|
|
1297
|
+
declare const DatePickerYearTab_2: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props_3>, {
|
|
1231
1298
|
selectedYear: any;
|
|
1232
1299
|
itemsPerPage: number;
|
|
1233
1300
|
yearsArray: () => any[];
|
|
@@ -1252,61 +1319,79 @@ export declare const DatePickerYearTab: DefineComponent<ExtractPropTypes<__VLS_W
|
|
|
1252
1319
|
} | {
|
|
1253
1320
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1254
1321
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1322
|
+
export { DatePickerYearTab_2 as DatePickerYearTab }
|
|
1255
1323
|
|
|
1256
|
-
|
|
1324
|
+
declare const DateRangePicker_2: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1325
|
+
export { DateRangePicker_2 as DateRangePicker }
|
|
1257
1326
|
|
|
1258
1327
|
declare const _default: {
|
|
1259
1328
|
install: (app: App) => void;
|
|
1260
1329
|
};
|
|
1261
1330
|
export default _default;
|
|
1262
1331
|
|
|
1263
|
-
|
|
1332
|
+
declare const Dropdown_2: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1333
|
+
export { Dropdown_2 as Dropdown }
|
|
1264
1334
|
|
|
1265
1335
|
export { DropdownPropTypes }
|
|
1266
1336
|
|
|
1267
|
-
|
|
1337
|
+
declare const EmptyState_2: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1338
|
+
export { EmptyState_2 as EmptyState }
|
|
1268
1339
|
|
|
1269
1340
|
export { EmptyStatePropTypes }
|
|
1270
1341
|
|
|
1271
|
-
|
|
1342
|
+
declare const FileUpload_2: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1343
|
+
export { FileUpload_2 as FileUpload }
|
|
1272
1344
|
|
|
1273
1345
|
export { FileUploadPropTypes }
|
|
1274
1346
|
|
|
1275
|
-
|
|
1347
|
+
declare const Filter_2: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1348
|
+
export { Filter_2 as Filter }
|
|
1276
1349
|
|
|
1277
1350
|
export { FilterPropTypes }
|
|
1278
1351
|
|
|
1279
|
-
|
|
1352
|
+
declare const FloatingAction_2: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1353
|
+
export { FloatingAction_2 as FloatingAction }
|
|
1280
1354
|
|
|
1281
1355
|
export { FloatingActionPropTypes }
|
|
1282
1356
|
|
|
1283
|
-
|
|
1357
|
+
declare const Icon_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1358
|
+
export { Icon_2 as Icon }
|
|
1284
1359
|
|
|
1285
1360
|
export { IconPropTypes }
|
|
1286
1361
|
|
|
1287
|
-
|
|
1362
|
+
declare const Input_2: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1363
|
+
export { Input_2 as Input }
|
|
1288
1364
|
|
|
1289
|
-
|
|
1365
|
+
declare const InputContactNumber_2: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1366
|
+
export { InputContactNumber_2 as InputContactNumber }
|
|
1290
1367
|
|
|
1291
|
-
|
|
1368
|
+
declare const InputCurrency_2: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1369
|
+
export { InputCurrency_2 as InputCurrency }
|
|
1292
1370
|
|
|
1293
|
-
|
|
1371
|
+
declare const InputDropdown_2: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1372
|
+
export { InputDropdown_2 as InputDropdown }
|
|
1294
1373
|
|
|
1295
|
-
|
|
1374
|
+
declare const InputEmail_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1375
|
+
export { InputEmail_2 as InputEmail }
|
|
1296
1376
|
|
|
1297
|
-
|
|
1377
|
+
declare const InputPassword_2: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1378
|
+
export { InputPassword_2 as InputPassword }
|
|
1298
1379
|
|
|
1299
1380
|
export { InputPropTypes }
|
|
1300
1381
|
|
|
1301
|
-
|
|
1382
|
+
declare const InputSearch_2: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1383
|
+
export { InputSearch_2 as InputSearch }
|
|
1302
1384
|
|
|
1303
|
-
|
|
1385
|
+
declare const InputUrl_2: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1386
|
+
export { InputUrl_2 as InputUrl }
|
|
1304
1387
|
|
|
1305
|
-
|
|
1388
|
+
declare const InputUsername_2: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1389
|
+
export { InputUsername_2 as InputUsername }
|
|
1306
1390
|
|
|
1307
|
-
|
|
1391
|
+
declare const LadderizedList_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1392
|
+
export { LadderizedList_2 as LadderizedList }
|
|
1308
1393
|
|
|
1309
|
-
|
|
1394
|
+
declare const LadderizedListBack_2: DefineComponent<ExtractPropTypes<{
|
|
1310
1395
|
label: {
|
|
1311
1396
|
type: StringConstructor;
|
|
1312
1397
|
default: string;
|
|
@@ -1323,34 +1408,43 @@ export declare const LadderizedListBack: DefineComponent<ExtractPropTypes<{
|
|
|
1323
1408
|
}>, {
|
|
1324
1409
|
label: string;
|
|
1325
1410
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1411
|
+
export { LadderizedListBack_2 as LadderizedListBack }
|
|
1326
1412
|
|
|
1327
|
-
|
|
1413
|
+
declare const List_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1414
|
+
export { List_2 as List }
|
|
1328
1415
|
|
|
1329
|
-
|
|
1416
|
+
declare const ListItem_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1417
|
+
export { ListItem_2 as ListItem }
|
|
1330
1418
|
|
|
1331
1419
|
export { ListPropTypes }
|
|
1332
1420
|
|
|
1333
|
-
|
|
1421
|
+
declare const Logo_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1422
|
+
export { Logo_2 as Logo }
|
|
1334
1423
|
|
|
1335
1424
|
export { LogoPropTypes }
|
|
1336
1425
|
|
|
1337
|
-
|
|
1426
|
+
declare const Lozenge_2: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1427
|
+
export { Lozenge_2 as Lozenge }
|
|
1338
1428
|
|
|
1339
1429
|
export { LozengePropTypes }
|
|
1340
1430
|
|
|
1341
|
-
|
|
1431
|
+
declare const Modal_2: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1432
|
+
export { Modal_2 as Modal }
|
|
1342
1433
|
|
|
1343
1434
|
export { ModalPropTypes }
|
|
1344
1435
|
|
|
1345
|
-
|
|
1436
|
+
declare const MonthYearPicker_2: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1437
|
+
export { MonthYearPicker_2 as MonthYearPicker }
|
|
1346
1438
|
|
|
1347
1439
|
export { MonthYearPickerPropTypes }
|
|
1348
1440
|
|
|
1349
|
-
|
|
1441
|
+
declare const Popper_2: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1442
|
+
export { Popper_2 as Popper }
|
|
1350
1443
|
|
|
1351
1444
|
export { PopperPropTypes }
|
|
1352
1445
|
|
|
1353
|
-
|
|
1446
|
+
declare const ProgressBar_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1447
|
+
export { ProgressBar_2 as ProgressBar }
|
|
1354
1448
|
|
|
1355
1449
|
export { ProgressBarPropTypes }
|
|
1356
1450
|
|
|
@@ -1377,86 +1471,110 @@ declare interface Props_3 extends Omit<TabComponentProps, 'selectedYear'> {
|
|
|
1377
1471
|
currentPage?: number;
|
|
1378
1472
|
}
|
|
1379
1473
|
|
|
1380
|
-
|
|
1474
|
+
declare const Radio_2: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1475
|
+
export { Radio_2 as Radio }
|
|
1381
1476
|
|
|
1382
|
-
|
|
1477
|
+
declare const RadioGrouped_2: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1478
|
+
export { RadioGrouped_2 as RadioGrouped }
|
|
1383
1479
|
|
|
1384
1480
|
export { RadioPropTypes }
|
|
1385
1481
|
|
|
1386
|
-
|
|
1482
|
+
declare const Select_2: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1483
|
+
export { Select_2 as Select }
|
|
1387
1484
|
|
|
1388
|
-
|
|
1485
|
+
declare const SelectLadderized_2: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1486
|
+
export { SelectLadderized_2 as SelectLadderized }
|
|
1389
1487
|
|
|
1390
|
-
|
|
1488
|
+
declare const SelectMultiple_2: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1489
|
+
export { SelectMultiple_2 as SelectMultiple }
|
|
1391
1490
|
|
|
1392
1491
|
export { SelectPropTypes }
|
|
1393
1492
|
|
|
1394
|
-
|
|
1493
|
+
declare const Sidenav_2: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1494
|
+
export { Sidenav_2 as Sidenav }
|
|
1395
1495
|
|
|
1396
1496
|
export { SidenavPropTypes }
|
|
1397
1497
|
|
|
1398
|
-
|
|
1498
|
+
declare const Sidepanel_2: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1499
|
+
export { Sidepanel_2 as Sidepanel }
|
|
1399
1500
|
|
|
1400
1501
|
export { SidepanelPropTypes }
|
|
1401
1502
|
|
|
1402
|
-
|
|
1503
|
+
declare const Slider_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1403
1504
|
"update:modelValue": (...args: any[]) => void;
|
|
1404
1505
|
slideend: (...args: any[]) => void;
|
|
1405
1506
|
}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1406
1507
|
sliderRef: HTMLDivElement;
|
|
1407
1508
|
}, HTMLDivElement>;
|
|
1509
|
+
export { Slider_2 as Slider }
|
|
1408
1510
|
|
|
1409
1511
|
export { SliderPropTypes }
|
|
1410
1512
|
|
|
1411
|
-
|
|
1513
|
+
declare const Snack_2: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1514
|
+
export { Snack_2 as Snack }
|
|
1412
1515
|
|
|
1413
|
-
|
|
1516
|
+
declare const Snackbar_2: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1517
|
+
export { Snackbar_2 as Snackbar }
|
|
1414
1518
|
|
|
1415
|
-
|
|
1519
|
+
declare const StackingSidepanel_2: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1520
|
+
export { StackingSidepanel_2 as StackingSidepanel }
|
|
1416
1521
|
|
|
1417
|
-
|
|
1522
|
+
declare const Status_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1523
|
+
export { Status_2 as Status }
|
|
1418
1524
|
|
|
1419
1525
|
export { StatusPropTypes }
|
|
1420
1526
|
|
|
1421
|
-
|
|
1527
|
+
declare const Step_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1528
|
+
export { Step_2 as Step }
|
|
1422
1529
|
|
|
1423
|
-
|
|
1530
|
+
declare const Stepper_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1531
|
+
export { Stepper_2 as Stepper }
|
|
1424
1532
|
|
|
1425
1533
|
export { StepperPropTypes }
|
|
1426
1534
|
|
|
1427
|
-
|
|
1535
|
+
declare const Switch_2: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1536
|
+
export { Switch_2 as Switch }
|
|
1428
1537
|
|
|
1429
1538
|
export { SwitchPropTypes }
|
|
1430
1539
|
|
|
1431
|
-
|
|
1540
|
+
declare const Table_2: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
1541
|
+
export { Table_2 as Table }
|
|
1432
1542
|
|
|
1433
|
-
|
|
1543
|
+
declare const TableActions_2: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
1544
|
+
export { TableActions_2 as TableActions }
|
|
1434
1545
|
|
|
1435
|
-
|
|
1546
|
+
declare const TableChipsTitle_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1547
|
+
export { TableChipsTitle_2 as TableChipsTitle }
|
|
1436
1548
|
|
|
1437
|
-
|
|
1549
|
+
declare const TableLozengeTitle_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1550
|
+
export { TableLozengeTitle_2 as TableLozengeTitle }
|
|
1438
1551
|
|
|
1439
|
-
|
|
1552
|
+
declare const TablePagination_2: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
1553
|
+
export { TablePagination_2 as TablePagination }
|
|
1440
1554
|
|
|
1441
1555
|
export { TablePropTypes }
|
|
1442
1556
|
|
|
1443
|
-
|
|
1557
|
+
declare const Tabs_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1444
1558
|
tabElements: HTMLDivElement[];
|
|
1445
1559
|
}, HTMLDivElement>;
|
|
1560
|
+
export { Tabs_2 as Tabs }
|
|
1446
1561
|
|
|
1447
1562
|
export { TabsPropTypes }
|
|
1448
1563
|
|
|
1449
|
-
|
|
1564
|
+
declare const Textarea_2: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
1565
|
+
export { Textarea_2 as Textarea }
|
|
1450
1566
|
|
|
1451
1567
|
export { TextAreaEmitTypes }
|
|
1452
1568
|
|
|
1453
1569
|
export { TextareaPropTypes }
|
|
1454
1570
|
|
|
1455
|
-
|
|
1571
|
+
declare const TimePicker_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1572
|
+
export { TimePicker_2 as TimePicker }
|
|
1456
1573
|
|
|
1457
1574
|
export { TimePickerPropTypes }
|
|
1458
1575
|
|
|
1459
|
-
|
|
1576
|
+
declare const Tooltip_2: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
1577
|
+
export { Tooltip_2 as Tooltip }
|
|
1460
1578
|
|
|
1461
1579
|
export { TooltipPropTypes }
|
|
1462
1580
|
|