design-system-next 2.23.0 → 2.24.2
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 +28 -6
- package/dist/design-system-next.es.js +7544 -7332
- 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/App.vue +89 -1
- package/src/components/date-picker/date-picker.vue +2 -2
- package/src/components/date-picker/use-date-picker.ts +41 -33
- package/src/components/dropdown/dropdown.ts +6 -2
- package/src/components/dropdown/dropdown.vue +8 -1
- package/src/components/dropdown/use-dropdown.ts +13 -0
- package/src/components/list/list-item/list-item.ts +60 -60
- package/src/components/radio-grouped/radio-grouped.ts +65 -65
- package/src/components/radio-grouped/use-radio-grouped.ts +62 -62
- package/src/components/sidepanel/sidepanel.ts +4 -0
- package/src/components/sidepanel/sidepanel.vue +3 -1
- package/src/components/sidepanel/use-sidepanel.ts +3 -2
- package/src/components/table/table-header-dropdown/table-header-dropdown.ts +48 -0
- package/src/components/table/table-header-dropdown/table-header-dropdown.vue +84 -0
- package/src/components/table/table-pagination/table-pagination.ts +4 -0
- package/src/components/table/table-pagination/table-pagination.vue +9 -1
- package/src/components/table/table-pagination/use-table-pagination.ts +4 -3
- package/src/components/table/table.ts +9 -1
- package/src/components/table/table.vue +17 -2
- package/src/components/table/use-table.ts +6 -1
|
@@ -87,7 +87,10 @@ declare const __VLS_component_14: DefineComponent<any, {}, {}, {}, {}, Component
|
|
|
87
87
|
dateRangePickerRef: HTMLDivElement;
|
|
88
88
|
}, HTMLDivElement>;
|
|
89
89
|
|
|
90
|
-
declare const __VLS_component_15: DefineComponent<any, {
|
|
90
|
+
declare const __VLS_component_15: DefineComponent<any, {
|
|
91
|
+
showDropdown: any;
|
|
92
|
+
hideDropdown: any;
|
|
93
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
91
94
|
dropdownRef: HTMLDivElement;
|
|
92
95
|
}, any>;
|
|
93
96
|
|
|
@@ -205,7 +208,9 @@ declare const __VLS_component_41: DefineComponent<any, {}, {}, {}, {}, Component
|
|
|
205
208
|
|
|
206
209
|
declare const __VLS_component_42: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
207
210
|
|
|
208
|
-
declare const __VLS_component_43: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
211
|
+
declare const __VLS_component_43: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
212
|
+
|
|
213
|
+
declare const __VLS_component_44: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
209
214
|
|
|
210
215
|
declare const __VLS_component_5: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
211
216
|
"update:show": (value: boolean) => any;
|
|
@@ -627,6 +632,15 @@ declare function __VLS_template_41(): {
|
|
|
627
632
|
};
|
|
628
633
|
|
|
629
634
|
declare function __VLS_template_42(): {
|
|
635
|
+
attrs: Partial<{}>;
|
|
636
|
+
slots: {
|
|
637
|
+
actions?(_: {}): any;
|
|
638
|
+
};
|
|
639
|
+
refs: {};
|
|
640
|
+
rootEl: HTMLDivElement;
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
declare function __VLS_template_43(): {
|
|
630
644
|
attrs: Partial<{}>;
|
|
631
645
|
slots: {
|
|
632
646
|
helperMessage?(_: {}): any;
|
|
@@ -636,7 +650,7 @@ declare function __VLS_template_42(): {
|
|
|
636
650
|
rootEl: HTMLDivElement;
|
|
637
651
|
};
|
|
638
652
|
|
|
639
|
-
declare function
|
|
653
|
+
declare function __VLS_template_44(): {
|
|
640
654
|
attrs: Partial<{}>;
|
|
641
655
|
slots: {
|
|
642
656
|
'popper-content'?(_: {}): any;
|
|
@@ -788,6 +802,8 @@ declare type __VLS_TemplateResult_42 = ReturnType<typeof __VLS_template_42>;
|
|
|
788
802
|
|
|
789
803
|
declare type __VLS_TemplateResult_43 = ReturnType<typeof __VLS_template_43>;
|
|
790
804
|
|
|
805
|
+
declare type __VLS_TemplateResult_44 = ReturnType<typeof __VLS_template_44>;
|
|
806
|
+
|
|
791
807
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
792
808
|
|
|
793
809
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
@@ -1041,6 +1057,12 @@ declare type __VLS_WithTemplateSlots_43<T, S> = T & {
|
|
|
1041
1057
|
};
|
|
1042
1058
|
};
|
|
1043
1059
|
|
|
1060
|
+
declare type __VLS_WithTemplateSlots_44<T, S> = T & {
|
|
1061
|
+
new (): {
|
|
1062
|
+
$slots: S;
|
|
1063
|
+
};
|
|
1064
|
+
};
|
|
1065
|
+
|
|
1044
1066
|
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
1045
1067
|
new (): {
|
|
1046
1068
|
$slots: S;
|
|
@@ -1376,7 +1398,7 @@ export declare const TableChipsTitle: DefineComponent<any, {}, {}, {}, {}, Compo
|
|
|
1376
1398
|
|
|
1377
1399
|
export declare const TableLozengeTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1378
1400
|
|
|
1379
|
-
export declare const TablePagination:
|
|
1401
|
+
export declare const TablePagination: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1380
1402
|
|
|
1381
1403
|
export { TablePropTypes }
|
|
1382
1404
|
|
|
@@ -1386,7 +1408,7 @@ export declare const Tabs: DefineComponent<any, {}, {}, {}, {}, ComponentOptions
|
|
|
1386
1408
|
|
|
1387
1409
|
export { TabsPropTypes }
|
|
1388
1410
|
|
|
1389
|
-
export declare const Textarea:
|
|
1411
|
+
export declare const Textarea: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1390
1412
|
|
|
1391
1413
|
export { TextAreaEmitTypes }
|
|
1392
1414
|
|
|
@@ -1396,7 +1418,7 @@ export declare const TimePicker: DefineComponent<any, {}, {}, {}, {}, ComponentO
|
|
|
1396
1418
|
|
|
1397
1419
|
export { TimePickerPropTypes }
|
|
1398
1420
|
|
|
1399
|
-
export declare const Tooltip:
|
|
1421
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
1400
1422
|
|
|
1401
1423
|
export { TooltipPropTypes }
|
|
1402
1424
|
|