design-system-next 2.26.2 → 2.26.6
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 +95 -68
- package/dist/design-system-next.es.js +5289 -5194
- package/dist/design-system-next.es.js.gz +0 -0
- package/dist/design-system-next.umd.js +11 -11
- 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 -2
- package/src/components/calendar/calendar.vue +16 -2
- package/src/components/calendar/use-calendar.ts +4 -1
- package/src/components/list/list-item/list-item.ts +60 -60
- package/src/components/list/list.ts +6 -2
- package/src/components/list/list.vue +34 -7
- package/src/components/list/use-list.ts +48 -8
- 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/select/select-multiple/select-multiple.ts +4 -0
- package/src/components/select/select-multiple/select-multiple.vue +1 -0
- package/src/components/select/select-multiple/use-select-multiple.ts +12 -1
|
@@ -148,33 +148,35 @@ declare const __VLS_component_29: DefineComponent<{}, {}, {}, {}, {}, ComponentO
|
|
|
148
148
|
|
|
149
149
|
declare const __VLS_component_3: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
150
150
|
|
|
151
|
-
declare const __VLS_component_30: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
151
|
+
declare const __VLS_component_30: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
152
152
|
|
|
153
|
-
declare const __VLS_component_31: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
153
|
+
declare const __VLS_component_31: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
154
154
|
|
|
155
|
-
declare const __VLS_component_32: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
155
|
+
declare const __VLS_component_32: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
156
|
+
|
|
157
|
+
declare const __VLS_component_33: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
156
158
|
popperRef: HTMLDivElement;
|
|
157
159
|
}, any>;
|
|
158
160
|
|
|
159
|
-
declare const
|
|
161
|
+
declare const __VLS_component_34: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
160
162
|
radioRef: HTMLLabelElement;
|
|
161
163
|
}, HTMLDivElement>;
|
|
162
164
|
|
|
163
|
-
declare const
|
|
165
|
+
declare const __VLS_component_35: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
164
166
|
|
|
165
|
-
declare const
|
|
167
|
+
declare const __VLS_component_36: DefineComponent<any, {
|
|
166
168
|
handleClear: any;
|
|
167
169
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
168
170
|
selectRef: HTMLDivElement;
|
|
169
171
|
selectPopperRef: HTMLDivElement;
|
|
170
172
|
}, HTMLDivElement>;
|
|
171
173
|
|
|
172
|
-
declare const
|
|
174
|
+
declare const __VLS_component_37: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
173
175
|
ladderizedSelectState: HTMLDivElement;
|
|
174
176
|
ladderizedSelectPopperRef: HTMLDivElement;
|
|
175
177
|
}, HTMLDivElement>;
|
|
176
178
|
|
|
177
|
-
declare const
|
|
179
|
+
declare const __VLS_component_38: DefineComponent<any, {
|
|
178
180
|
handleClear: any;
|
|
179
181
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
180
182
|
multiSelectRef: HTMLDivElement;
|
|
@@ -182,15 +184,15 @@ declare const __VLS_component_37: DefineComponent<any, {
|
|
|
182
184
|
multipleSelectPopperRef: HTMLDivElement;
|
|
183
185
|
}, HTMLDivElement>;
|
|
184
186
|
|
|
185
|
-
declare const
|
|
187
|
+
declare const __VLS_component_39: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
188
|
+
|
|
189
|
+
declare const __VLS_component_4: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
186
190
|
|
|
187
|
-
declare const
|
|
191
|
+
declare const __VLS_component_40: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
188
192
|
sidepanelRef: HTMLDivElement;
|
|
189
193
|
}, any>;
|
|
190
194
|
|
|
191
|
-
declare const
|
|
192
|
-
|
|
193
|
-
declare const __VLS_component_40: DefineComponent<any, {
|
|
195
|
+
declare const __VLS_component_41: DefineComponent<any, {
|
|
194
196
|
showPanel: any;
|
|
195
197
|
hidePanel: any;
|
|
196
198
|
handleExpandPanel: any;
|
|
@@ -198,7 +200,7 @@ declare const __VLS_component_40: DefineComponent<any, {
|
|
|
198
200
|
activePanel: any;
|
|
199
201
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, any, any>;
|
|
200
202
|
|
|
201
|
-
declare const
|
|
203
|
+
declare const __VLS_component_42: DefineComponent<{}, {
|
|
202
204
|
showSnackbar: (payload: SnackPropTypes) => any;
|
|
203
205
|
showSuccess: (payload: SnackPropTypes) => any;
|
|
204
206
|
showInformation: (payload: SnackPropTypes) => any;
|
|
@@ -206,26 +208,26 @@ declare const __VLS_component_41: DefineComponent<{}, {
|
|
|
206
208
|
showCaution: (payload: SnackPropTypes) => any;
|
|
207
209
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
208
210
|
|
|
209
|
-
declare const
|
|
211
|
+
declare const __VLS_component_43: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
210
212
|
snackRef: HTMLDivElement;
|
|
211
213
|
}, HTMLDivElement>;
|
|
212
214
|
|
|
213
|
-
declare const
|
|
215
|
+
declare const __VLS_component_44: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
214
216
|
switchWrapperRef: HTMLDivElement;
|
|
215
217
|
switchRef: HTMLInputElement;
|
|
216
218
|
}, HTMLDivElement>;
|
|
217
219
|
|
|
218
|
-
declare const
|
|
220
|
+
declare const __VLS_component_45: DefineComponent<any, {
|
|
219
221
|
clearSelectedData: any;
|
|
220
222
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, any, any>;
|
|
221
223
|
|
|
222
|
-
declare const __VLS_component_45: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
223
|
-
|
|
224
224
|
declare const __VLS_component_46: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
225
225
|
|
|
226
226
|
declare const __VLS_component_47: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
227
227
|
|
|
228
|
-
declare const __VLS_component_48: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
228
|
+
declare const __VLS_component_48: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
229
|
+
|
|
230
|
+
declare const __VLS_component_49: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
229
231
|
|
|
230
232
|
declare const __VLS_component_5: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
231
233
|
"update:show": (value: boolean) => any;
|
|
@@ -509,6 +511,15 @@ declare function __VLS_template_3(): {
|
|
|
509
511
|
};
|
|
510
512
|
|
|
511
513
|
declare function __VLS_template_30(): {
|
|
514
|
+
attrs: Partial<{}>;
|
|
515
|
+
slots: {
|
|
516
|
+
'list-controls'?(_: {}): any;
|
|
517
|
+
};
|
|
518
|
+
refs: {};
|
|
519
|
+
rootEl: HTMLDivElement;
|
|
520
|
+
};
|
|
521
|
+
|
|
522
|
+
declare function __VLS_template_31(): {
|
|
512
523
|
attrs: Partial<{}>;
|
|
513
524
|
slots: {
|
|
514
525
|
icon?(_: {}): any;
|
|
@@ -519,7 +530,7 @@ declare function __VLS_template_30(): {
|
|
|
519
530
|
rootEl: HTMLDivElement;
|
|
520
531
|
};
|
|
521
532
|
|
|
522
|
-
declare function
|
|
533
|
+
declare function __VLS_template_32(): {
|
|
523
534
|
attrs: Partial<{}>;
|
|
524
535
|
slots: {
|
|
525
536
|
header?(_: {}): any;
|
|
@@ -530,7 +541,7 @@ declare function __VLS_template_31(): {
|
|
|
530
541
|
rootEl: any;
|
|
531
542
|
};
|
|
532
543
|
|
|
533
|
-
declare function
|
|
544
|
+
declare function __VLS_template_33(): {
|
|
534
545
|
attrs: Partial<{}>;
|
|
535
546
|
slots: {
|
|
536
547
|
default?(_: {}): any;
|
|
@@ -542,7 +553,7 @@ declare function __VLS_template_32(): {
|
|
|
542
553
|
rootEl: any;
|
|
543
554
|
};
|
|
544
555
|
|
|
545
|
-
declare function
|
|
556
|
+
declare function __VLS_template_34(): {
|
|
546
557
|
attrs: Partial<{}>;
|
|
547
558
|
slots: {
|
|
548
559
|
default?(_: {}): any;
|
|
@@ -553,7 +564,7 @@ declare function __VLS_template_33(): {
|
|
|
553
564
|
rootEl: HTMLDivElement;
|
|
554
565
|
};
|
|
555
566
|
|
|
556
|
-
declare function
|
|
567
|
+
declare function __VLS_template_35(): {
|
|
557
568
|
attrs: Partial<{}>;
|
|
558
569
|
slots: {
|
|
559
570
|
helperMessage?(_: {}): any;
|
|
@@ -562,7 +573,7 @@ declare function __VLS_template_34(): {
|
|
|
562
573
|
rootEl: HTMLDivElement;
|
|
563
574
|
};
|
|
564
575
|
|
|
565
|
-
declare function
|
|
576
|
+
declare function __VLS_template_36(): {
|
|
566
577
|
attrs: Partial<{}>;
|
|
567
578
|
slots: {
|
|
568
579
|
helperMessage?(_: {}): any;
|
|
@@ -574,7 +585,7 @@ declare function __VLS_template_35(): {
|
|
|
574
585
|
rootEl: HTMLDivElement;
|
|
575
586
|
};
|
|
576
587
|
|
|
577
|
-
declare function
|
|
588
|
+
declare function __VLS_template_37(): {
|
|
578
589
|
attrs: Partial<{}>;
|
|
579
590
|
slots: {
|
|
580
591
|
helperMessage?(_: {}): any;
|
|
@@ -586,7 +597,7 @@ declare function __VLS_template_36(): {
|
|
|
586
597
|
rootEl: HTMLDivElement;
|
|
587
598
|
};
|
|
588
599
|
|
|
589
|
-
declare function
|
|
600
|
+
declare function __VLS_template_38(): {
|
|
590
601
|
attrs: Partial<{}>;
|
|
591
602
|
slots: {
|
|
592
603
|
helperMessage?(_: {}): any;
|
|
@@ -600,7 +611,7 @@ declare function __VLS_template_37(): {
|
|
|
600
611
|
rootEl: HTMLDivElement;
|
|
601
612
|
};
|
|
602
613
|
|
|
603
|
-
declare function
|
|
614
|
+
declare function __VLS_template_39(): {
|
|
604
615
|
attrs: Partial<{}>;
|
|
605
616
|
slots: {
|
|
606
617
|
'logo-image'?(_: {}): any;
|
|
@@ -609,7 +620,16 @@ declare function __VLS_template_38(): {
|
|
|
609
620
|
rootEl: HTMLDivElement;
|
|
610
621
|
};
|
|
611
622
|
|
|
612
|
-
declare function
|
|
623
|
+
declare function __VLS_template_4(): {
|
|
624
|
+
attrs: Partial<{}>;
|
|
625
|
+
slots: {
|
|
626
|
+
default?(_: {}): any;
|
|
627
|
+
};
|
|
628
|
+
refs: {};
|
|
629
|
+
rootEl: HTMLDivElement;
|
|
630
|
+
};
|
|
631
|
+
|
|
632
|
+
declare function __VLS_template_40(): {
|
|
613
633
|
attrs: Partial<{}>;
|
|
614
634
|
slots: {
|
|
615
635
|
subtitle?(_: {}): any;
|
|
@@ -623,18 +643,9 @@ declare function __VLS_template_39(): {
|
|
|
623
643
|
rootEl: any;
|
|
624
644
|
};
|
|
625
645
|
|
|
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(): any;
|
|
646
|
+
declare function __VLS_template_41(): any;
|
|
636
647
|
|
|
637
|
-
declare function
|
|
648
|
+
declare function __VLS_template_42(): {
|
|
638
649
|
attrs: Partial<{}>;
|
|
639
650
|
slots: {
|
|
640
651
|
default?(_: {}): any;
|
|
@@ -644,7 +655,7 @@ declare function __VLS_template_41(): {
|
|
|
644
655
|
rootEl: any;
|
|
645
656
|
};
|
|
646
657
|
|
|
647
|
-
declare function
|
|
658
|
+
declare function __VLS_template_43(): {
|
|
648
659
|
attrs: Partial<{}>;
|
|
649
660
|
slots: {
|
|
650
661
|
icon?(_: {}): any;
|
|
@@ -657,7 +668,7 @@ declare function __VLS_template_42(): {
|
|
|
657
668
|
rootEl: HTMLDivElement;
|
|
658
669
|
};
|
|
659
670
|
|
|
660
|
-
declare function
|
|
671
|
+
declare function __VLS_template_44(): {
|
|
661
672
|
attrs: Partial<{}>;
|
|
662
673
|
slots: {
|
|
663
674
|
leftText?(_: {}): any;
|
|
@@ -671,9 +682,9 @@ declare function __VLS_template_43(): {
|
|
|
671
682
|
rootEl: HTMLDivElement;
|
|
672
683
|
};
|
|
673
684
|
|
|
674
|
-
declare function
|
|
685
|
+
declare function __VLS_template_45(): any;
|
|
675
686
|
|
|
676
|
-
declare function
|
|
687
|
+
declare function __VLS_template_46(): {
|
|
677
688
|
attrs: Partial<{}>;
|
|
678
689
|
slots: {
|
|
679
690
|
tableActionSection?(_: {}): any;
|
|
@@ -682,7 +693,7 @@ declare function __VLS_template_45(): {
|
|
|
682
693
|
rootEl: HTMLDivElement;
|
|
683
694
|
};
|
|
684
695
|
|
|
685
|
-
declare function
|
|
696
|
+
declare function __VLS_template_47(): {
|
|
686
697
|
attrs: Partial<{}>;
|
|
687
698
|
slots: {
|
|
688
699
|
actions?(_: {}): any;
|
|
@@ -691,7 +702,7 @@ declare function __VLS_template_46(): {
|
|
|
691
702
|
rootEl: HTMLDivElement;
|
|
692
703
|
};
|
|
693
704
|
|
|
694
|
-
declare function
|
|
705
|
+
declare function __VLS_template_48(): {
|
|
695
706
|
attrs: Partial<{}>;
|
|
696
707
|
slots: {
|
|
697
708
|
helperMessage?(_: {}): any;
|
|
@@ -701,7 +712,7 @@ declare function __VLS_template_47(): {
|
|
|
701
712
|
rootEl: HTMLDivElement;
|
|
702
713
|
};
|
|
703
714
|
|
|
704
|
-
declare function
|
|
715
|
+
declare function __VLS_template_49(): {
|
|
705
716
|
attrs: Partial<{}>;
|
|
706
717
|
slots: {
|
|
707
718
|
'popper-content'?(_: {}): any;
|
|
@@ -744,8 +755,16 @@ declare function __VLS_template_7(): {
|
|
|
744
755
|
declare function __VLS_template_8(): {
|
|
745
756
|
attrs: Partial<{}>;
|
|
746
757
|
slots: {
|
|
758
|
+
headerActions?(_: {}): any;
|
|
747
759
|
filter?(_: {}): any;
|
|
748
|
-
|
|
760
|
+
fixedCell?(_: {
|
|
761
|
+
details: {
|
|
762
|
+
employeeId: any;
|
|
763
|
+
date: any;
|
|
764
|
+
shift: any;
|
|
765
|
+
};
|
|
766
|
+
}): any;
|
|
767
|
+
hoverCell?(_: {
|
|
749
768
|
details: {
|
|
750
769
|
employeeId: any;
|
|
751
770
|
date: any;
|
|
@@ -863,6 +882,8 @@ declare type __VLS_TemplateResult_47 = ReturnType<typeof __VLS_template_47>;
|
|
|
863
882
|
|
|
864
883
|
declare type __VLS_TemplateResult_48 = ReturnType<typeof __VLS_template_48>;
|
|
865
884
|
|
|
885
|
+
declare type __VLS_TemplateResult_49 = ReturnType<typeof __VLS_template_49>;
|
|
886
|
+
|
|
866
887
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
867
888
|
|
|
868
889
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
@@ -1146,6 +1167,12 @@ declare type __VLS_WithTemplateSlots_48<T, S> = T & {
|
|
|
1146
1167
|
};
|
|
1147
1168
|
};
|
|
1148
1169
|
|
|
1170
|
+
declare type __VLS_WithTemplateSlots_49<T, S> = T & {
|
|
1171
|
+
new (): {
|
|
1172
|
+
$slots: S;
|
|
1173
|
+
};
|
|
1174
|
+
};
|
|
1175
|
+
|
|
1149
1176
|
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
1150
1177
|
new (): {
|
|
1151
1178
|
$slots: S;
|
|
@@ -1373,7 +1400,7 @@ export declare const LadderizedListBack: DefineComponent<ExtractPropTypes<{
|
|
|
1373
1400
|
label: string;
|
|
1374
1401
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1375
1402
|
|
|
1376
|
-
export declare const List:
|
|
1403
|
+
export declare const List: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1377
1404
|
|
|
1378
1405
|
export declare const ListItem: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1379
1406
|
|
|
@@ -1383,11 +1410,11 @@ export declare const Logo: DefineComponent<any, {}, {}, {}, {}, ComponentOptions
|
|
|
1383
1410
|
|
|
1384
1411
|
export { LogoPropTypes }
|
|
1385
1412
|
|
|
1386
|
-
export declare const Lozenge:
|
|
1413
|
+
export declare const Lozenge: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1387
1414
|
|
|
1388
1415
|
export { LozengePropTypes }
|
|
1389
1416
|
|
|
1390
|
-
export declare const Modal:
|
|
1417
|
+
export declare const Modal: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1391
1418
|
|
|
1392
1419
|
export { ModalPropTypes }
|
|
1393
1420
|
|
|
@@ -1395,7 +1422,7 @@ export declare const MonthYearPicker: __VLS_WithTemplateSlots_15<typeof __VLS_co
|
|
|
1395
1422
|
|
|
1396
1423
|
export { MonthYearPickerPropTypes }
|
|
1397
1424
|
|
|
1398
|
-
export declare const Popper:
|
|
1425
|
+
export declare const Popper: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1399
1426
|
|
|
1400
1427
|
export { PopperPropTypes }
|
|
1401
1428
|
|
|
@@ -1426,25 +1453,25 @@ declare interface Props_3 extends Omit<TabComponentProps, 'selectedYear'> {
|
|
|
1426
1453
|
currentPage?: number;
|
|
1427
1454
|
}
|
|
1428
1455
|
|
|
1429
|
-
export declare const Radio:
|
|
1456
|
+
export declare const Radio: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1430
1457
|
|
|
1431
|
-
export declare const RadioGrouped:
|
|
1458
|
+
export declare const RadioGrouped: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1432
1459
|
|
|
1433
1460
|
export { RadioPropTypes }
|
|
1434
1461
|
|
|
1435
|
-
export declare const Select:
|
|
1462
|
+
export declare const Select: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1436
1463
|
|
|
1437
|
-
export declare const SelectLadderized:
|
|
1464
|
+
export declare const SelectLadderized: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1438
1465
|
|
|
1439
|
-
export declare const SelectMultiple:
|
|
1466
|
+
export declare const SelectMultiple: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1440
1467
|
|
|
1441
1468
|
export { SelectPropTypes }
|
|
1442
1469
|
|
|
1443
|
-
export declare const Sidenav:
|
|
1470
|
+
export declare const Sidenav: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1444
1471
|
|
|
1445
1472
|
export { SidenavPropTypes }
|
|
1446
1473
|
|
|
1447
|
-
export declare const Sidepanel:
|
|
1474
|
+
export declare const Sidepanel: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1448
1475
|
|
|
1449
1476
|
export { SidepanelPropTypes }
|
|
1450
1477
|
|
|
@@ -1457,11 +1484,11 @@ export declare const Slider: DefineComponent<any, {}, {}, {}, {}, ComponentOptio
|
|
|
1457
1484
|
|
|
1458
1485
|
export { SliderPropTypes }
|
|
1459
1486
|
|
|
1460
|
-
export declare const Snack:
|
|
1487
|
+
export declare const Snack: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1461
1488
|
|
|
1462
|
-
export declare const Snackbar:
|
|
1489
|
+
export declare const Snackbar: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1463
1490
|
|
|
1464
|
-
export declare const StackingSidepanel:
|
|
1491
|
+
export declare const StackingSidepanel: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1465
1492
|
|
|
1466
1493
|
export declare const Status: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1467
1494
|
|
|
@@ -1473,19 +1500,19 @@ export declare const Stepper: DefineComponent<any, {}, {}, {}, {}, ComponentOpti
|
|
|
1473
1500
|
|
|
1474
1501
|
export { StepperPropTypes }
|
|
1475
1502
|
|
|
1476
|
-
export declare const Switch:
|
|
1503
|
+
export declare const Switch: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
1477
1504
|
|
|
1478
1505
|
export { SwitchPropTypes }
|
|
1479
1506
|
|
|
1480
|
-
export declare const Table:
|
|
1507
|
+
export declare const Table: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
1481
1508
|
|
|
1482
|
-
export declare const TableActions:
|
|
1509
|
+
export declare const TableActions: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
1483
1510
|
|
|
1484
1511
|
export declare const TableChipsTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1485
1512
|
|
|
1486
1513
|
export declare const TableLozengeTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1487
1514
|
|
|
1488
|
-
export declare const TablePagination:
|
|
1515
|
+
export declare const TablePagination: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
1489
1516
|
|
|
1490
1517
|
export { TablePropTypes }
|
|
1491
1518
|
|
|
@@ -1495,7 +1522,7 @@ export declare const Tabs: DefineComponent<any, {}, {}, {}, {}, ComponentOptions
|
|
|
1495
1522
|
|
|
1496
1523
|
export { TabsPropTypes }
|
|
1497
1524
|
|
|
1498
|
-
export declare const Textarea:
|
|
1525
|
+
export declare const Textarea: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
1499
1526
|
|
|
1500
1527
|
export { TextAreaEmitTypes }
|
|
1501
1528
|
|
|
@@ -1505,7 +1532,7 @@ export declare const TimePicker: DefineComponent<any, {}, {}, {}, {}, ComponentO
|
|
|
1505
1532
|
|
|
1506
1533
|
export { TimePickerPropTypes }
|
|
1507
1534
|
|
|
1508
|
-
export declare const Tooltip:
|
|
1535
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
1509
1536
|
|
|
1510
1537
|
export { TooltipPropTypes }
|
|
1511
1538
|
|