design-system-next 2.22.0 → 2.23.0
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 +160 -186
- package/dist/design-system-next.es.js +7574 -7173
- package/dist/design-system-next.es.js.gz +0 -0
- package/dist/design-system-next.umd.js +13 -13
- 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/assets/styles/tailwind.css +4 -0
- package/src/components/input/input-contact-number/input-contact-number.ts +16 -0
- package/src/components/input/input-contact-number/input-contact-number.vue +8 -0
- package/src/components/list/list-item/list-item.ts +60 -48
- package/src/components/list/list-item/list-item.vue +20 -9
- package/src/components/list/list-item/use-list-item.ts +37 -1
- package/src/components/list/list.ts +12 -0
- package/src/components/list/list.vue +6 -0
- package/src/components/progress-bar/progress-bar.ts +21 -0
- package/src/components/progress-bar/progress-bar.vue +26 -8
- package/src/components/progress-bar/use-progress-bar.ts +31 -2
- package/src/components/radio/radio.ts +1 -1
- package/src/components/radio/radio.vue +5 -2
- package/src/components/radio-grouped/radio-grouped.ts +65 -0
- package/src/components/radio-grouped/radio-grouped.vue +37 -0
- package/src/components/radio-grouped/use-radio-grouped.ts +62 -0
- package/src/components/sidepanel/sidepanel.ts +4 -0
- package/src/components/sidepanel/stacking-sidepanel/stacking-sidepanel.vue +12 -3
- package/src/components/sidepanel/stacking-sidepanel/use-stacking-sidepanel.ts +2 -0
- package/src/components/sidepanel/use-sidepanel.ts +2 -1
|
@@ -118,41 +118,45 @@ declare const __VLS_component_20: DefineComponent<any, {}, {}, {}, {}, Component
|
|
|
118
118
|
inputTextRef: HTMLInputElement;
|
|
119
119
|
}, HTMLDivElement>;
|
|
120
120
|
|
|
121
|
-
declare const __VLS_component_21: DefineComponent<
|
|
121
|
+
declare const __VLS_component_21: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
122
122
|
|
|
123
|
-
declare const __VLS_component_22: DefineComponent<
|
|
123
|
+
declare const __VLS_component_22: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
124
124
|
|
|
125
|
-
declare const __VLS_component_23: DefineComponent<
|
|
125
|
+
declare const __VLS_component_23: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
126
126
|
|
|
127
127
|
declare const __VLS_component_24: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
128
128
|
|
|
129
|
-
declare const __VLS_component_25: DefineComponent<
|
|
129
|
+
declare const __VLS_component_25: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
130
130
|
|
|
131
|
-
declare const __VLS_component_26: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
131
|
+
declare const __VLS_component_26: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
132
132
|
|
|
133
|
-
declare const __VLS_component_27: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
133
|
+
declare const __VLS_component_27: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
134
|
+
|
|
135
|
+
declare const __VLS_component_28: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
134
136
|
popperRef: HTMLDivElement;
|
|
135
137
|
}, any>;
|
|
136
138
|
|
|
137
|
-
declare const
|
|
139
|
+
declare const __VLS_component_29: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
138
140
|
radioRef: HTMLLabelElement;
|
|
139
141
|
}, HTMLDivElement>;
|
|
140
142
|
|
|
141
|
-
declare const
|
|
143
|
+
declare const __VLS_component_3: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
144
|
+
|
|
145
|
+
declare const __VLS_component_30: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
146
|
+
|
|
147
|
+
declare const __VLS_component_31: DefineComponent<any, {
|
|
142
148
|
handleClear: any;
|
|
143
149
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
144
150
|
selectRef: HTMLDivElement;
|
|
145
151
|
selectPopperRef: HTMLDivElement;
|
|
146
152
|
}, HTMLDivElement>;
|
|
147
153
|
|
|
148
|
-
declare const
|
|
149
|
-
|
|
150
|
-
declare const __VLS_component_30: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
154
|
+
declare const __VLS_component_32: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
151
155
|
ladderizedSelectState: HTMLDivElement;
|
|
152
156
|
ladderizedSelectPopperRef: HTMLDivElement;
|
|
153
157
|
}, HTMLDivElement>;
|
|
154
158
|
|
|
155
|
-
declare const
|
|
159
|
+
declare const __VLS_component_33: DefineComponent<any, {
|
|
156
160
|
handleClear: any;
|
|
157
161
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
158
162
|
multiSelectRef: HTMLDivElement;
|
|
@@ -160,20 +164,21 @@ declare const __VLS_component_31: DefineComponent<any, {
|
|
|
160
164
|
multipleSelectPopperRef: HTMLDivElement;
|
|
161
165
|
}, HTMLDivElement>;
|
|
162
166
|
|
|
163
|
-
declare const
|
|
167
|
+
declare const __VLS_component_34: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
164
168
|
|
|
165
|
-
declare const
|
|
169
|
+
declare const __VLS_component_35: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
166
170
|
sidepanelRef: HTMLDivElement;
|
|
167
171
|
}, any>;
|
|
168
172
|
|
|
169
|
-
declare const
|
|
173
|
+
declare const __VLS_component_36: DefineComponent<any, {
|
|
170
174
|
showPanel: any;
|
|
171
175
|
hidePanel: any;
|
|
172
176
|
handleExpandPanel: any;
|
|
173
177
|
expandedPanel: any;
|
|
178
|
+
activePanel: any;
|
|
174
179
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, any, any>;
|
|
175
180
|
|
|
176
|
-
declare const
|
|
181
|
+
declare const __VLS_component_37: DefineComponent<{}, {
|
|
177
182
|
showSnackbar: (payload: SnackPropTypes) => any;
|
|
178
183
|
showSuccess: (payload: SnackPropTypes) => any;
|
|
179
184
|
showInformation: (payload: SnackPropTypes) => any;
|
|
@@ -181,26 +186,26 @@ declare const __VLS_component_35: DefineComponent<{}, {
|
|
|
181
186
|
showCaution: (payload: SnackPropTypes) => any;
|
|
182
187
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
183
188
|
|
|
184
|
-
declare const
|
|
189
|
+
declare const __VLS_component_38: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
185
190
|
snackRef: HTMLDivElement;
|
|
186
191
|
}, HTMLDivElement>;
|
|
187
192
|
|
|
188
|
-
declare const
|
|
193
|
+
declare const __VLS_component_39: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
189
194
|
switchWrapperRef: HTMLDivElement;
|
|
190
195
|
switchRef: HTMLInputElement;
|
|
191
196
|
}, HTMLDivElement>;
|
|
192
197
|
|
|
193
|
-
declare const
|
|
198
|
+
declare const __VLS_component_4: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
199
|
+
|
|
200
|
+
declare const __VLS_component_40: DefineComponent<any, {
|
|
194
201
|
clearSelectedData: any;
|
|
195
202
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, any, any>;
|
|
196
203
|
|
|
197
|
-
declare const
|
|
198
|
-
|
|
199
|
-
declare const __VLS_component_4: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
204
|
+
declare const __VLS_component_41: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
200
205
|
|
|
201
|
-
declare const
|
|
206
|
+
declare const __VLS_component_42: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
202
207
|
|
|
203
|
-
declare const
|
|
208
|
+
declare const __VLS_component_43: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
204
209
|
|
|
205
210
|
declare const __VLS_component_5: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
206
211
|
"update:show": (value: boolean) => any;
|
|
@@ -404,7 +409,9 @@ declare function __VLS_template_20(): {
|
|
|
404
409
|
|
|
405
410
|
declare function __VLS_template_21(): {
|
|
406
411
|
attrs: Partial<{}>;
|
|
407
|
-
slots:
|
|
412
|
+
slots: {
|
|
413
|
+
helperMessage?(_: {}): any;
|
|
414
|
+
};
|
|
408
415
|
refs: {};
|
|
409
416
|
rootEl: any;
|
|
410
417
|
};
|
|
@@ -431,6 +438,13 @@ declare function __VLS_template_24(): {
|
|
|
431
438
|
};
|
|
432
439
|
|
|
433
440
|
declare function __VLS_template_25(): {
|
|
441
|
+
attrs: Partial<{}>;
|
|
442
|
+
slots: any;
|
|
443
|
+
refs: {};
|
|
444
|
+
rootEl: any;
|
|
445
|
+
};
|
|
446
|
+
|
|
447
|
+
declare function __VLS_template_26(): {
|
|
434
448
|
attrs: Partial<{}>;
|
|
435
449
|
slots: {
|
|
436
450
|
icon?(_: {}): any;
|
|
@@ -441,7 +455,7 @@ declare function __VLS_template_25(): {
|
|
|
441
455
|
rootEl: HTMLDivElement;
|
|
442
456
|
};
|
|
443
457
|
|
|
444
|
-
declare function
|
|
458
|
+
declare function __VLS_template_27(): {
|
|
445
459
|
attrs: Partial<{}>;
|
|
446
460
|
slots: {
|
|
447
461
|
header?(_: {}): any;
|
|
@@ -452,7 +466,7 @@ declare function __VLS_template_26(): {
|
|
|
452
466
|
rootEl: any;
|
|
453
467
|
};
|
|
454
468
|
|
|
455
|
-
declare function
|
|
469
|
+
declare function __VLS_template_28(): {
|
|
456
470
|
attrs: Partial<{}>;
|
|
457
471
|
slots: {
|
|
458
472
|
default?(_: {}): any;
|
|
@@ -464,7 +478,7 @@ declare function __VLS_template_27(): {
|
|
|
464
478
|
rootEl: any;
|
|
465
479
|
};
|
|
466
480
|
|
|
467
|
-
declare function
|
|
481
|
+
declare function __VLS_template_29(): {
|
|
468
482
|
attrs: Partial<{}>;
|
|
469
483
|
slots: {
|
|
470
484
|
default?(_: {}): any;
|
|
@@ -475,28 +489,37 @@ declare function __VLS_template_28(): {
|
|
|
475
489
|
rootEl: HTMLDivElement;
|
|
476
490
|
};
|
|
477
491
|
|
|
478
|
-
declare function
|
|
492
|
+
declare function __VLS_template_3(): {
|
|
479
493
|
attrs: Partial<{}>;
|
|
480
494
|
slots: {
|
|
481
|
-
|
|
482
|
-
};
|
|
483
|
-
refs: {
|
|
484
|
-
selectRef: HTMLDivElement;
|
|
485
|
-
selectPopperRef: HTMLDivElement;
|
|
495
|
+
default?(_: {}): any;
|
|
486
496
|
};
|
|
497
|
+
refs: {};
|
|
487
498
|
rootEl: HTMLDivElement;
|
|
488
499
|
};
|
|
489
500
|
|
|
490
|
-
declare function
|
|
501
|
+
declare function __VLS_template_30(): {
|
|
491
502
|
attrs: Partial<{}>;
|
|
492
503
|
slots: {
|
|
493
|
-
|
|
504
|
+
helperMessage?(_: {}): any;
|
|
494
505
|
};
|
|
495
506
|
refs: {};
|
|
496
507
|
rootEl: HTMLDivElement;
|
|
497
508
|
};
|
|
498
509
|
|
|
499
|
-
declare function
|
|
510
|
+
declare function __VLS_template_31(): {
|
|
511
|
+
attrs: Partial<{}>;
|
|
512
|
+
slots: {
|
|
513
|
+
helperMessage?(_: {}): any;
|
|
514
|
+
};
|
|
515
|
+
refs: {
|
|
516
|
+
selectRef: HTMLDivElement;
|
|
517
|
+
selectPopperRef: HTMLDivElement;
|
|
518
|
+
};
|
|
519
|
+
rootEl: HTMLDivElement;
|
|
520
|
+
};
|
|
521
|
+
|
|
522
|
+
declare function __VLS_template_32(): {
|
|
500
523
|
attrs: Partial<{}>;
|
|
501
524
|
slots: {
|
|
502
525
|
helperMessage?(_: {}): any;
|
|
@@ -508,7 +531,7 @@ declare function __VLS_template_30(): {
|
|
|
508
531
|
rootEl: HTMLDivElement;
|
|
509
532
|
};
|
|
510
533
|
|
|
511
|
-
declare function
|
|
534
|
+
declare function __VLS_template_33(): {
|
|
512
535
|
attrs: Partial<{}>;
|
|
513
536
|
slots: {
|
|
514
537
|
helperMessage?(_: {}): any;
|
|
@@ -522,7 +545,7 @@ declare function __VLS_template_31(): {
|
|
|
522
545
|
rootEl: HTMLDivElement;
|
|
523
546
|
};
|
|
524
547
|
|
|
525
|
-
declare function
|
|
548
|
+
declare function __VLS_template_34(): {
|
|
526
549
|
attrs: Partial<{}>;
|
|
527
550
|
slots: {
|
|
528
551
|
'logo-image'?(_: {}): any;
|
|
@@ -531,7 +554,7 @@ declare function __VLS_template_32(): {
|
|
|
531
554
|
rootEl: HTMLDivElement;
|
|
532
555
|
};
|
|
533
556
|
|
|
534
|
-
declare function
|
|
557
|
+
declare function __VLS_template_35(): {
|
|
535
558
|
attrs: Partial<{}>;
|
|
536
559
|
slots: {
|
|
537
560
|
header?(_: {}): any;
|
|
@@ -544,9 +567,9 @@ declare function __VLS_template_33(): {
|
|
|
544
567
|
rootEl: any;
|
|
545
568
|
};
|
|
546
569
|
|
|
547
|
-
declare function
|
|
570
|
+
declare function __VLS_template_36(): any;
|
|
548
571
|
|
|
549
|
-
declare function
|
|
572
|
+
declare function __VLS_template_37(): {
|
|
550
573
|
attrs: Partial<{}>;
|
|
551
574
|
slots: {
|
|
552
575
|
default?(_: {}): any;
|
|
@@ -556,7 +579,7 @@ declare function __VLS_template_35(): {
|
|
|
556
579
|
rootEl: any;
|
|
557
580
|
};
|
|
558
581
|
|
|
559
|
-
declare function
|
|
582
|
+
declare function __VLS_template_38(): {
|
|
560
583
|
attrs: Partial<{}>;
|
|
561
584
|
slots: {
|
|
562
585
|
icon?(_: {}): any;
|
|
@@ -569,7 +592,7 @@ declare function __VLS_template_36(): {
|
|
|
569
592
|
rootEl: HTMLDivElement;
|
|
570
593
|
};
|
|
571
594
|
|
|
572
|
-
declare function
|
|
595
|
+
declare function __VLS_template_39(): {
|
|
573
596
|
attrs: Partial<{}>;
|
|
574
597
|
slots: {
|
|
575
598
|
leftText?(_: {}): any;
|
|
@@ -583,27 +606,27 @@ declare function __VLS_template_37(): {
|
|
|
583
606
|
rootEl: HTMLDivElement;
|
|
584
607
|
};
|
|
585
608
|
|
|
586
|
-
declare function
|
|
587
|
-
|
|
588
|
-
declare function __VLS_template_39(): {
|
|
609
|
+
declare function __VLS_template_4(): {
|
|
589
610
|
attrs: Partial<{}>;
|
|
590
611
|
slots: {
|
|
591
|
-
|
|
612
|
+
default?(_: {}): any;
|
|
592
613
|
};
|
|
593
614
|
refs: {};
|
|
594
615
|
rootEl: HTMLDivElement;
|
|
595
616
|
};
|
|
596
617
|
|
|
597
|
-
declare function
|
|
618
|
+
declare function __VLS_template_40(): any;
|
|
619
|
+
|
|
620
|
+
declare function __VLS_template_41(): {
|
|
598
621
|
attrs: Partial<{}>;
|
|
599
622
|
slots: {
|
|
600
|
-
|
|
623
|
+
tableActionSection?(_: {}): any;
|
|
601
624
|
};
|
|
602
625
|
refs: {};
|
|
603
626
|
rootEl: HTMLDivElement;
|
|
604
627
|
};
|
|
605
628
|
|
|
606
|
-
declare function
|
|
629
|
+
declare function __VLS_template_42(): {
|
|
607
630
|
attrs: Partial<{}>;
|
|
608
631
|
slots: {
|
|
609
632
|
helperMessage?(_: {}): any;
|
|
@@ -613,7 +636,7 @@ declare function __VLS_template_40(): {
|
|
|
613
636
|
rootEl: HTMLDivElement;
|
|
614
637
|
};
|
|
615
638
|
|
|
616
|
-
declare function
|
|
639
|
+
declare function __VLS_template_43(): {
|
|
617
640
|
attrs: Partial<{}>;
|
|
618
641
|
slots: {
|
|
619
642
|
'popper-content'?(_: {}): any;
|
|
@@ -761,6 +784,10 @@ declare type __VLS_TemplateResult_40 = ReturnType<typeof __VLS_template_40>;
|
|
|
761
784
|
|
|
762
785
|
declare type __VLS_TemplateResult_41 = ReturnType<typeof __VLS_template_41>;
|
|
763
786
|
|
|
787
|
+
declare type __VLS_TemplateResult_42 = ReturnType<typeof __VLS_template_42>;
|
|
788
|
+
|
|
789
|
+
declare type __VLS_TemplateResult_43 = ReturnType<typeof __VLS_template_43>;
|
|
790
|
+
|
|
764
791
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
765
792
|
|
|
766
793
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
@@ -1002,6 +1029,18 @@ declare type __VLS_WithTemplateSlots_41<T, S> = T & {
|
|
|
1002
1029
|
};
|
|
1003
1030
|
};
|
|
1004
1031
|
|
|
1032
|
+
declare type __VLS_WithTemplateSlots_42<T, S> = T & {
|
|
1033
|
+
new (): {
|
|
1034
|
+
$slots: S;
|
|
1035
|
+
};
|
|
1036
|
+
};
|
|
1037
|
+
|
|
1038
|
+
declare type __VLS_WithTemplateSlots_43<T, S> = T & {
|
|
1039
|
+
new (): {
|
|
1040
|
+
$slots: S;
|
|
1041
|
+
};
|
|
1042
|
+
};
|
|
1043
|
+
|
|
1005
1044
|
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
1006
1045
|
new (): {
|
|
1007
1046
|
$slots: S;
|
|
@@ -1032,27 +1071,23 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1032
1071
|
};
|
|
1033
1072
|
};
|
|
1034
1073
|
|
|
1035
|
-
declare const
|
|
1036
|
-
export { Accordion_2 as Accordion }
|
|
1074
|
+
export declare const Accordion: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1037
1075
|
|
|
1038
1076
|
export { AccordionItem }
|
|
1039
1077
|
|
|
1040
1078
|
export { AccordionPropTypes }
|
|
1041
1079
|
|
|
1042
|
-
declare const
|
|
1043
|
-
export { AttributeFilter_2 as AttributeFilter }
|
|
1080
|
+
export declare const AttributeFilter: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1044
1081
|
|
|
1045
1082
|
export { AttributeFilterPropTypes }
|
|
1046
1083
|
|
|
1047
|
-
declare const
|
|
1084
|
+
export declare const AuditTrail: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1048
1085
|
auditTrailWrapperRef: HTMLDivElement;
|
|
1049
1086
|
}, HTMLDivElement>;
|
|
1050
|
-
export { AuditTrail_2 as AuditTrail }
|
|
1051
1087
|
|
|
1052
1088
|
export { AuditTrailPropTypes }
|
|
1053
1089
|
|
|
1054
|
-
declare const
|
|
1055
|
-
export { Avatar_2 as Avatar }
|
|
1090
|
+
export declare const Avatar: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1056
1091
|
|
|
1057
1092
|
export { AVATAR_VARIANT }
|
|
1058
1093
|
|
|
@@ -1060,21 +1095,17 @@ export { AvatarEmitTypes }
|
|
|
1060
1095
|
|
|
1061
1096
|
export { AvatarPropTypes }
|
|
1062
1097
|
|
|
1063
|
-
declare const
|
|
1064
|
-
export { Badge_2 as Badge }
|
|
1098
|
+
export declare const Badge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1065
1099
|
|
|
1066
1100
|
export { BadgePropTypes }
|
|
1067
1101
|
|
|
1068
|
-
declare const
|
|
1069
|
-
export { Banner_2 as Banner }
|
|
1102
|
+
export declare const Banner: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1070
1103
|
|
|
1071
1104
|
export { BannerPropTypes }
|
|
1072
1105
|
|
|
1073
|
-
declare const
|
|
1074
|
-
export { Button_2 as Button }
|
|
1106
|
+
export declare const Button: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1075
1107
|
|
|
1076
|
-
declare const
|
|
1077
|
-
export { ButtonDropdown_2 as ButtonDropdown }
|
|
1108
|
+
export declare const ButtonDropdown: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1078
1109
|
|
|
1079
1110
|
export { ButtonEmitTypes }
|
|
1080
1111
|
|
|
@@ -1082,47 +1113,39 @@ export { ButtonPropTypes }
|
|
|
1082
1113
|
|
|
1083
1114
|
export { ButtonType }
|
|
1084
1115
|
|
|
1085
|
-
declare const
|
|
1086
|
-
export { Calendar_2 as Calendar }
|
|
1116
|
+
export declare const Calendar: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1087
1117
|
|
|
1088
|
-
declare const
|
|
1089
|
-
export { CalendarCell_2 as CalendarCell }
|
|
1118
|
+
export declare const CalendarCell: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1090
1119
|
|
|
1091
1120
|
export { CalendarCellPropTypes }
|
|
1092
1121
|
|
|
1093
1122
|
export { CalendarPropTypes }
|
|
1094
1123
|
|
|
1095
|
-
declare const
|
|
1096
|
-
export { Card_2 as Card }
|
|
1124
|
+
export declare const Card: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1097
1125
|
|
|
1098
1126
|
export { CardPropTypes }
|
|
1099
1127
|
|
|
1100
|
-
declare const
|
|
1101
|
-
export { Checkbox_2 as Checkbox }
|
|
1128
|
+
export declare const Checkbox: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLabelElement>;
|
|
1102
1129
|
|
|
1103
1130
|
export { CheckboxPropTypes }
|
|
1104
1131
|
|
|
1105
|
-
declare const
|
|
1106
|
-
export { Chips_2 as Chips }
|
|
1132
|
+
export declare const Chips: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1107
1133
|
|
|
1108
1134
|
export { ChipsPropTypes }
|
|
1109
1135
|
|
|
1110
|
-
declare const
|
|
1111
|
-
export { Collapsible_2 as Collapsible }
|
|
1136
|
+
export declare const Collapsible: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1112
1137
|
|
|
1113
1138
|
export { CollapsibleEmitTypes }
|
|
1114
1139
|
|
|
1115
1140
|
export { CollapsiblePropTypes }
|
|
1116
1141
|
|
|
1117
|
-
declare const
|
|
1142
|
+
export declare const DateCalendarPicker: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1118
1143
|
dateCalendarPickerRef: HTMLDivElement;
|
|
1119
1144
|
}, HTMLDivElement>;
|
|
1120
|
-
export { DateCalendarPicker_2 as DateCalendarPicker }
|
|
1121
1145
|
|
|
1122
|
-
declare const
|
|
1123
|
-
export { DatePicker_2 as DatePicker }
|
|
1146
|
+
export declare const DatePicker: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1124
1147
|
|
|
1125
|
-
declare const
|
|
1148
|
+
export declare const DatePickerCalendarTab: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1126
1149
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
1127
1150
|
} | ({
|
|
1128
1151
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
@@ -1133,9 +1156,8 @@ declare const DatePickerCalendarTab_2: DefineComponent<Props, {}, {}, {}, {}, Co
|
|
|
1133
1156
|
} | {
|
|
1134
1157
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1135
1158
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1136
|
-
export { DatePickerCalendarTab_2 as DatePickerCalendarTab }
|
|
1137
1159
|
|
|
1138
|
-
declare const
|
|
1160
|
+
export declare const DatePickerMonthTab: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1139
1161
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
1140
1162
|
} | ({
|
|
1141
1163
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
@@ -1146,11 +1168,10 @@ declare const DatePickerMonthTab_2: DefineComponent<Props_2, {}, {}, {}, {}, Com
|
|
|
1146
1168
|
} | {
|
|
1147
1169
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1148
1170
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1149
|
-
export { DatePickerMonthTab_2 as DatePickerMonthTab }
|
|
1150
1171
|
|
|
1151
1172
|
export { DatePickerPropTypes }
|
|
1152
1173
|
|
|
1153
|
-
declare const
|
|
1174
|
+
export declare const DatePickerYearTab: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props_3>, {
|
|
1154
1175
|
selectedYear: any;
|
|
1155
1176
|
itemsPerPage: number;
|
|
1156
1177
|
yearsArray: () => any[];
|
|
@@ -1175,79 +1196,61 @@ declare const DatePickerYearTab_2: DefineComponent<ExtractPropTypes<__VLS_WithDe
|
|
|
1175
1196
|
} | {
|
|
1176
1197
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1177
1198
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1178
|
-
export { DatePickerYearTab_2 as DatePickerYearTab }
|
|
1179
1199
|
|
|
1180
|
-
declare const
|
|
1181
|
-
export { DateRangePicker_2 as DateRangePicker }
|
|
1200
|
+
export declare const DateRangePicker: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1182
1201
|
|
|
1183
1202
|
declare const _default: {
|
|
1184
1203
|
install: (app: App) => void;
|
|
1185
1204
|
};
|
|
1186
1205
|
export default _default;
|
|
1187
1206
|
|
|
1188
|
-
declare const
|
|
1189
|
-
export { Dropdown_2 as Dropdown }
|
|
1207
|
+
export declare const Dropdown: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1190
1208
|
|
|
1191
1209
|
export { DropdownPropTypes }
|
|
1192
1210
|
|
|
1193
|
-
declare const
|
|
1194
|
-
export { EmptyState_2 as EmptyState }
|
|
1211
|
+
export declare const EmptyState: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1195
1212
|
|
|
1196
1213
|
export { EmptyStatePropTypes }
|
|
1197
1214
|
|
|
1198
|
-
declare const
|
|
1199
|
-
export { FileUpload_2 as FileUpload }
|
|
1215
|
+
export declare const FileUpload: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1200
1216
|
|
|
1201
1217
|
export { FileUploadPropTypes }
|
|
1202
1218
|
|
|
1203
|
-
declare const
|
|
1204
|
-
export { Filter_2 as Filter }
|
|
1219
|
+
export declare const Filter: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1205
1220
|
|
|
1206
1221
|
export { FilterPropTypes }
|
|
1207
1222
|
|
|
1208
|
-
declare const
|
|
1209
|
-
export { FloatingAction_2 as FloatingAction }
|
|
1223
|
+
export declare const FloatingAction: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1210
1224
|
|
|
1211
1225
|
export { FloatingActionPropTypes }
|
|
1212
1226
|
|
|
1213
|
-
declare const
|
|
1214
|
-
export { Icon_2 as Icon }
|
|
1227
|
+
export declare const Icon: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1215
1228
|
|
|
1216
1229
|
export { IconPropTypes }
|
|
1217
1230
|
|
|
1218
|
-
declare const
|
|
1219
|
-
export { Input_2 as Input }
|
|
1231
|
+
export declare const Input: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1220
1232
|
|
|
1221
|
-
declare const
|
|
1222
|
-
export { InputContactNumber_2 as InputContactNumber }
|
|
1233
|
+
export declare const InputContactNumber: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1223
1234
|
|
|
1224
|
-
declare const
|
|
1225
|
-
export { InputCurrency_2 as InputCurrency }
|
|
1235
|
+
export declare const InputCurrency: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1226
1236
|
|
|
1227
|
-
declare const
|
|
1228
|
-
export { InputDropdown_2 as InputDropdown }
|
|
1237
|
+
export declare const InputDropdown: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1229
1238
|
|
|
1230
|
-
declare const
|
|
1231
|
-
export { InputEmail_2 as InputEmail }
|
|
1239
|
+
export declare const InputEmail: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1232
1240
|
|
|
1233
|
-
declare const
|
|
1234
|
-
export { InputPassword_2 as InputPassword }
|
|
1241
|
+
export declare const InputPassword: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1235
1242
|
|
|
1236
1243
|
export { InputPropTypes }
|
|
1237
1244
|
|
|
1238
|
-
declare const
|
|
1239
|
-
export { InputSearch_2 as InputSearch }
|
|
1245
|
+
export declare const InputSearch: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1240
1246
|
|
|
1241
|
-
declare const
|
|
1242
|
-
export { InputUrl_2 as InputUrl }
|
|
1247
|
+
export declare const InputUrl: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1243
1248
|
|
|
1244
|
-
declare const
|
|
1245
|
-
export { InputUsername_2 as InputUsername }
|
|
1249
|
+
export declare const InputUsername: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1246
1250
|
|
|
1247
|
-
declare const
|
|
1248
|
-
export { LadderizedList_2 as LadderizedList }
|
|
1251
|
+
export declare const LadderizedList: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1249
1252
|
|
|
1250
|
-
declare const
|
|
1253
|
+
export declare const LadderizedListBack: DefineComponent<ExtractPropTypes<{
|
|
1251
1254
|
label: {
|
|
1252
1255
|
type: StringConstructor;
|
|
1253
1256
|
default: string;
|
|
@@ -1264,38 +1267,30 @@ declare const LadderizedListBack_2: DefineComponent<ExtractPropTypes<{
|
|
|
1264
1267
|
}>, {
|
|
1265
1268
|
label: string;
|
|
1266
1269
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1267
|
-
export { LadderizedListBack_2 as LadderizedListBack }
|
|
1268
1270
|
|
|
1269
|
-
declare const
|
|
1270
|
-
export { List_2 as List }
|
|
1271
|
+
export declare const List: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1271
1272
|
|
|
1272
|
-
declare const
|
|
1273
|
-
export { ListItem_2 as ListItem }
|
|
1273
|
+
export declare const ListItem: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1274
1274
|
|
|
1275
1275
|
export { ListPropTypes }
|
|
1276
1276
|
|
|
1277
|
-
declare const
|
|
1278
|
-
export { Logo_2 as Logo }
|
|
1277
|
+
export declare const Logo: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1279
1278
|
|
|
1280
1279
|
export { LogoPropTypes }
|
|
1281
1280
|
|
|
1282
|
-
declare const
|
|
1283
|
-
export { Lozenge_2 as Lozenge }
|
|
1281
|
+
export declare const Lozenge: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1284
1282
|
|
|
1285
1283
|
export { LozengePropTypes }
|
|
1286
1284
|
|
|
1287
|
-
declare const
|
|
1288
|
-
export { Modal_2 as Modal }
|
|
1285
|
+
export declare const Modal: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1289
1286
|
|
|
1290
1287
|
export { ModalPropTypes }
|
|
1291
1288
|
|
|
1292
|
-
declare const
|
|
1293
|
-
export { Popper_2 as Popper }
|
|
1289
|
+
export declare const Popper: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1294
1290
|
|
|
1295
1291
|
export { PopperPropTypes }
|
|
1296
1292
|
|
|
1297
|
-
declare const
|
|
1298
|
-
export { ProgressBar_2 as ProgressBar }
|
|
1293
|
+
export declare const ProgressBar: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1299
1294
|
|
|
1300
1295
|
export { ProgressBarPropTypes }
|
|
1301
1296
|
|
|
@@ -1322,107 +1317,86 @@ declare interface Props_3 extends Omit<TabComponentProps, 'selectedYear'> {
|
|
|
1322
1317
|
currentPage?: number;
|
|
1323
1318
|
}
|
|
1324
1319
|
|
|
1325
|
-
declare const
|
|
1326
|
-
|
|
1320
|
+
export declare const Radio: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1321
|
+
|
|
1322
|
+
export declare const RadioGrouped: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1327
1323
|
|
|
1328
1324
|
export { RadioPropTypes }
|
|
1329
1325
|
|
|
1330
|
-
declare const
|
|
1331
|
-
export { Select_2 as Select }
|
|
1326
|
+
export declare const Select: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1332
1327
|
|
|
1333
|
-
declare const
|
|
1334
|
-
export { SelectLadderized_2 as SelectLadderized }
|
|
1328
|
+
export declare const SelectLadderized: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1335
1329
|
|
|
1336
|
-
declare const
|
|
1337
|
-
export { SelectMultiple_2 as SelectMultiple }
|
|
1330
|
+
export declare const SelectMultiple: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1338
1331
|
|
|
1339
1332
|
export { SelectPropTypes }
|
|
1340
1333
|
|
|
1341
|
-
declare const
|
|
1342
|
-
export { Sidenav_2 as Sidenav }
|
|
1334
|
+
export declare const Sidenav: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1343
1335
|
|
|
1344
1336
|
export { SidenavPropTypes }
|
|
1345
1337
|
|
|
1346
|
-
declare const
|
|
1347
|
-
export { Sidepanel_2 as Sidepanel }
|
|
1338
|
+
export declare const Sidepanel: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1348
1339
|
|
|
1349
1340
|
export { SidepanelPropTypes }
|
|
1350
1341
|
|
|
1351
|
-
declare const
|
|
1342
|
+
export declare const Slider: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1352
1343
|
"update:modelValue": (...args: any[]) => void;
|
|
1353
1344
|
slideend: (...args: any[]) => void;
|
|
1354
1345
|
}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1355
1346
|
sliderRef: HTMLDivElement;
|
|
1356
1347
|
}, HTMLDivElement>;
|
|
1357
|
-
export { Slider_2 as Slider }
|
|
1358
1348
|
|
|
1359
1349
|
export { SliderPropTypes }
|
|
1360
1350
|
|
|
1361
|
-
declare const
|
|
1362
|
-
export { Snack_2 as Snack }
|
|
1351
|
+
export declare const Snack: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1363
1352
|
|
|
1364
|
-
declare const
|
|
1365
|
-
export { Snackbar_2 as Snackbar }
|
|
1353
|
+
export declare const Snackbar: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1366
1354
|
|
|
1367
|
-
declare const
|
|
1368
|
-
export { StackingSidepanel_2 as StackingSidepanel }
|
|
1355
|
+
export declare const StackingSidepanel: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1369
1356
|
|
|
1370
|
-
declare const
|
|
1371
|
-
export { Status_2 as Status }
|
|
1357
|
+
export declare const Status: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1372
1358
|
|
|
1373
1359
|
export { StatusPropTypes }
|
|
1374
1360
|
|
|
1375
|
-
declare const
|
|
1376
|
-
export { Step_2 as Step }
|
|
1361
|
+
export declare const Step: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1377
1362
|
|
|
1378
|
-
declare const
|
|
1379
|
-
export { Stepper_2 as Stepper }
|
|
1363
|
+
export declare const Stepper: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1380
1364
|
|
|
1381
1365
|
export { StepperPropTypes }
|
|
1382
1366
|
|
|
1383
|
-
declare const
|
|
1384
|
-
export { Switch_2 as Switch }
|
|
1367
|
+
export declare const Switch: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1385
1368
|
|
|
1386
1369
|
export { SwitchPropTypes }
|
|
1387
1370
|
|
|
1388
|
-
declare const
|
|
1389
|
-
export { Table_2 as Table }
|
|
1371
|
+
export declare const Table: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1390
1372
|
|
|
1391
|
-
declare const
|
|
1392
|
-
export { TableActions_2 as TableActions }
|
|
1373
|
+
export declare const TableActions: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1393
1374
|
|
|
1394
|
-
declare const
|
|
1395
|
-
export { TableChipsTitle_2 as TableChipsTitle }
|
|
1375
|
+
export declare const TableChipsTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1396
1376
|
|
|
1397
|
-
declare const
|
|
1398
|
-
export { TableLozengeTitle_2 as TableLozengeTitle }
|
|
1377
|
+
export declare const TableLozengeTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1399
1378
|
|
|
1400
|
-
declare const
|
|
1401
|
-
export { TablePagination_2 as TablePagination }
|
|
1379
|
+
export declare const TablePagination: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1402
1380
|
|
|
1403
1381
|
export { TablePropTypes }
|
|
1404
1382
|
|
|
1405
|
-
declare const
|
|
1383
|
+
export declare const Tabs: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1406
1384
|
tabElements: HTMLDivElement[];
|
|
1407
1385
|
}, HTMLDivElement>;
|
|
1408
|
-
export { Tabs_2 as Tabs }
|
|
1409
1386
|
|
|
1410
1387
|
export { TabsPropTypes }
|
|
1411
1388
|
|
|
1412
|
-
declare const
|
|
1413
|
-
export { Textarea_2 as Textarea }
|
|
1389
|
+
export declare const Textarea: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1414
1390
|
|
|
1415
1391
|
export { TextAreaEmitTypes }
|
|
1416
1392
|
|
|
1417
1393
|
export { TextareaPropTypes }
|
|
1418
1394
|
|
|
1419
|
-
declare const
|
|
1420
|
-
export { TimePicker_2 as TimePicker }
|
|
1395
|
+
export declare const TimePicker: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1421
1396
|
|
|
1422
1397
|
export { TimePickerPropTypes }
|
|
1423
1398
|
|
|
1424
|
-
declare const
|
|
1425
|
-
export { Tooltip_2 as Tooltip }
|
|
1399
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1426
1400
|
|
|
1427
1401
|
export { TooltipPropTypes }
|
|
1428
1402
|
|