design-system-next 2.21.0 → 2.21.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 +67 -134
- package/dist/design-system-next.es.js +6249 -6270
- 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 +51 -1
- package/src/assets/styles/tailwind.css +1 -1
- package/src/components/file-upload/file-upload.vue +76 -32
- package/src/components/list/list-item/list-item.ts +48 -48
- package/src/components/list/list.vue +2 -1
- package/src/components/list/use-list.ts +10 -0
- package/src/components/select/select.vue +11 -68
- package/src/components/sidenav/sidenav-loader.vue +14 -0
- package/src/components/sidenav/sidenav-menu-links.vue +5 -5
- package/src/components/sidenav/sidenav.ts +5 -0
- package/src/components/sidenav/sidenav.vue +173 -163
|
@@ -1030,27 +1030,23 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1030
1030
|
};
|
|
1031
1031
|
};
|
|
1032
1032
|
|
|
1033
|
-
declare const
|
|
1034
|
-
export { Accordion_2 as Accordion }
|
|
1033
|
+
export declare const Accordion: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1035
1034
|
|
|
1036
1035
|
export { AccordionItem }
|
|
1037
1036
|
|
|
1038
1037
|
export { AccordionPropTypes }
|
|
1039
1038
|
|
|
1040
|
-
declare const
|
|
1041
|
-
export { AttributeFilter_2 as AttributeFilter }
|
|
1039
|
+
export declare const AttributeFilter: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1042
1040
|
|
|
1043
1041
|
export { AttributeFilterPropTypes }
|
|
1044
1042
|
|
|
1045
|
-
declare const
|
|
1043
|
+
export declare const AuditTrail: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1046
1044
|
auditTrailWrapperRef: HTMLDivElement;
|
|
1047
1045
|
}, HTMLDivElement>;
|
|
1048
|
-
export { AuditTrail_2 as AuditTrail }
|
|
1049
1046
|
|
|
1050
1047
|
export { AuditTrailPropTypes }
|
|
1051
1048
|
|
|
1052
|
-
declare const
|
|
1053
|
-
export { Avatar_2 as Avatar }
|
|
1049
|
+
export declare const Avatar: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1054
1050
|
|
|
1055
1051
|
export { AVATAR_VARIANT }
|
|
1056
1052
|
|
|
@@ -1058,21 +1054,17 @@ export { AvatarEmitTypes }
|
|
|
1058
1054
|
|
|
1059
1055
|
export { AvatarPropTypes }
|
|
1060
1056
|
|
|
1061
|
-
declare const
|
|
1062
|
-
export { Badge_2 as Badge }
|
|
1057
|
+
export declare const Badge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1063
1058
|
|
|
1064
1059
|
export { BadgePropTypes }
|
|
1065
1060
|
|
|
1066
|
-
declare const
|
|
1067
|
-
export { Banner_2 as Banner }
|
|
1061
|
+
export declare const Banner: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1068
1062
|
|
|
1069
1063
|
export { BannerPropTypes }
|
|
1070
1064
|
|
|
1071
|
-
declare const
|
|
1072
|
-
export { Button_2 as Button }
|
|
1065
|
+
export declare const Button: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1073
1066
|
|
|
1074
|
-
declare const
|
|
1075
|
-
export { ButtonDropdown_2 as ButtonDropdown }
|
|
1067
|
+
export declare const ButtonDropdown: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1076
1068
|
|
|
1077
1069
|
export { ButtonEmitTypes }
|
|
1078
1070
|
|
|
@@ -1080,47 +1072,39 @@ export { ButtonPropTypes }
|
|
|
1080
1072
|
|
|
1081
1073
|
export { ButtonType }
|
|
1082
1074
|
|
|
1083
|
-
declare const
|
|
1084
|
-
export { Calendar_2 as Calendar }
|
|
1075
|
+
export declare const Calendar: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1085
1076
|
|
|
1086
|
-
declare const
|
|
1087
|
-
export { CalendarCell_2 as CalendarCell }
|
|
1077
|
+
export declare const CalendarCell: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1088
1078
|
|
|
1089
1079
|
export { CalendarCellPropTypes }
|
|
1090
1080
|
|
|
1091
1081
|
export { CalendarPropTypes }
|
|
1092
1082
|
|
|
1093
|
-
declare const
|
|
1094
|
-
export { Card_2 as Card }
|
|
1083
|
+
export declare const Card: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1095
1084
|
|
|
1096
1085
|
export { CardPropTypes }
|
|
1097
1086
|
|
|
1098
|
-
declare const
|
|
1099
|
-
export { Checkbox_2 as Checkbox }
|
|
1087
|
+
export declare const Checkbox: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLabelElement>;
|
|
1100
1088
|
|
|
1101
1089
|
export { CheckboxPropTypes }
|
|
1102
1090
|
|
|
1103
|
-
declare const
|
|
1104
|
-
export { Chips_2 as Chips }
|
|
1091
|
+
export declare const Chips: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1105
1092
|
|
|
1106
1093
|
export { ChipsPropTypes }
|
|
1107
1094
|
|
|
1108
|
-
declare const
|
|
1109
|
-
export { Collapsible_2 as Collapsible }
|
|
1095
|
+
export declare const Collapsible: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1110
1096
|
|
|
1111
1097
|
export { CollapsibleEmitTypes }
|
|
1112
1098
|
|
|
1113
1099
|
export { CollapsiblePropTypes }
|
|
1114
1100
|
|
|
1115
|
-
declare const
|
|
1101
|
+
export declare const DateCalendarPicker: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1116
1102
|
dateCalendarPickerRef: HTMLDivElement;
|
|
1117
1103
|
}, HTMLDivElement>;
|
|
1118
|
-
export { DateCalendarPicker_2 as DateCalendarPicker }
|
|
1119
1104
|
|
|
1120
|
-
declare const
|
|
1121
|
-
export { DatePicker_2 as DatePicker }
|
|
1105
|
+
export declare const DatePicker: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1122
1106
|
|
|
1123
|
-
declare const
|
|
1107
|
+
export declare const DatePickerCalendarTab: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1124
1108
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
1125
1109
|
} | ({
|
|
1126
1110
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
@@ -1131,9 +1115,8 @@ declare const DatePickerCalendarTab_2: DefineComponent<Props, {}, {}, {}, {}, Co
|
|
|
1131
1115
|
} | {
|
|
1132
1116
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1133
1117
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1134
|
-
export { DatePickerCalendarTab_2 as DatePickerCalendarTab }
|
|
1135
1118
|
|
|
1136
|
-
declare const
|
|
1119
|
+
export declare const DatePickerMonthTab: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1137
1120
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
1138
1121
|
} | ({
|
|
1139
1122
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
@@ -1144,11 +1127,10 @@ declare const DatePickerMonthTab_2: DefineComponent<Props_2, {}, {}, {}, {}, Com
|
|
|
1144
1127
|
} | {
|
|
1145
1128
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1146
1129
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1147
|
-
export { DatePickerMonthTab_2 as DatePickerMonthTab }
|
|
1148
1130
|
|
|
1149
1131
|
export { DatePickerPropTypes }
|
|
1150
1132
|
|
|
1151
|
-
declare const
|
|
1133
|
+
export declare const DatePickerYearTab: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props_3>, {
|
|
1152
1134
|
selectedYear: any;
|
|
1153
1135
|
itemsPerPage: number;
|
|
1154
1136
|
yearsArray: () => any[];
|
|
@@ -1173,79 +1155,61 @@ declare const DatePickerYearTab_2: DefineComponent<ExtractPropTypes<__VLS_WithDe
|
|
|
1173
1155
|
} | {
|
|
1174
1156
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1175
1157
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1176
|
-
export { DatePickerYearTab_2 as DatePickerYearTab }
|
|
1177
1158
|
|
|
1178
|
-
declare const
|
|
1179
|
-
export { DateRangePicker_2 as DateRangePicker }
|
|
1159
|
+
export declare const DateRangePicker: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1180
1160
|
|
|
1181
1161
|
declare const _default: {
|
|
1182
1162
|
install: (app: App) => void;
|
|
1183
1163
|
};
|
|
1184
1164
|
export default _default;
|
|
1185
1165
|
|
|
1186
|
-
declare const
|
|
1187
|
-
export { Dropdown_2 as Dropdown }
|
|
1166
|
+
export declare const Dropdown: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1188
1167
|
|
|
1189
1168
|
export { DropdownPropTypes }
|
|
1190
1169
|
|
|
1191
|
-
declare const
|
|
1192
|
-
export { EmptyState_2 as EmptyState }
|
|
1170
|
+
export declare const EmptyState: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1193
1171
|
|
|
1194
1172
|
export { EmptyStatePropTypes }
|
|
1195
1173
|
|
|
1196
|
-
declare const
|
|
1197
|
-
export { FileUpload_2 as FileUpload }
|
|
1174
|
+
export declare const FileUpload: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1198
1175
|
|
|
1199
1176
|
export { FileUploadPropTypes }
|
|
1200
1177
|
|
|
1201
|
-
declare const
|
|
1202
|
-
export { Filter_2 as Filter }
|
|
1178
|
+
export declare const Filter: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1203
1179
|
|
|
1204
1180
|
export { FilterPropTypes }
|
|
1205
1181
|
|
|
1206
|
-
declare const
|
|
1207
|
-
export { FloatingAction_2 as FloatingAction }
|
|
1182
|
+
export declare const FloatingAction: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1208
1183
|
|
|
1209
1184
|
export { FloatingActionPropTypes }
|
|
1210
1185
|
|
|
1211
|
-
declare const
|
|
1212
|
-
export { Icon_2 as Icon }
|
|
1186
|
+
export declare const Icon: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1213
1187
|
|
|
1214
1188
|
export { IconPropTypes }
|
|
1215
1189
|
|
|
1216
|
-
declare const
|
|
1217
|
-
export { Input_2 as Input }
|
|
1190
|
+
export declare const Input: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1218
1191
|
|
|
1219
|
-
declare const
|
|
1220
|
-
export { InputContactNumber_2 as InputContactNumber }
|
|
1192
|
+
export declare const InputContactNumber: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1221
1193
|
|
|
1222
|
-
declare const
|
|
1223
|
-
export { InputCurrency_2 as InputCurrency }
|
|
1194
|
+
export declare const InputCurrency: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1224
1195
|
|
|
1225
|
-
declare const
|
|
1226
|
-
export { InputDropdown_2 as InputDropdown }
|
|
1196
|
+
export declare const InputDropdown: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1227
1197
|
|
|
1228
|
-
declare const
|
|
1229
|
-
export { InputEmail_2 as InputEmail }
|
|
1198
|
+
export declare const InputEmail: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1230
1199
|
|
|
1231
|
-
declare const
|
|
1232
|
-
export { InputPassword_2 as InputPassword }
|
|
1200
|
+
export declare const InputPassword: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1233
1201
|
|
|
1234
1202
|
export { InputPropTypes }
|
|
1235
1203
|
|
|
1236
|
-
declare const
|
|
1237
|
-
export { InputSearch_2 as InputSearch }
|
|
1204
|
+
export declare const InputSearch: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1238
1205
|
|
|
1239
|
-
declare const
|
|
1240
|
-
export { InputUrl_2 as InputUrl }
|
|
1206
|
+
export declare const InputUrl: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1241
1207
|
|
|
1242
|
-
declare const
|
|
1243
|
-
export { InputUsername_2 as InputUsername }
|
|
1208
|
+
export declare const InputUsername: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1244
1209
|
|
|
1245
|
-
declare const
|
|
1246
|
-
export { LadderizedList_2 as LadderizedList }
|
|
1210
|
+
export declare const LadderizedList: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1247
1211
|
|
|
1248
|
-
declare const
|
|
1212
|
+
export declare const LadderizedListBack: DefineComponent<ExtractPropTypes<{
|
|
1249
1213
|
label: {
|
|
1250
1214
|
type: StringConstructor;
|
|
1251
1215
|
default: string;
|
|
@@ -1262,38 +1226,30 @@ declare const LadderizedListBack_2: DefineComponent<ExtractPropTypes<{
|
|
|
1262
1226
|
}>, {
|
|
1263
1227
|
label: string;
|
|
1264
1228
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1265
|
-
export { LadderizedListBack_2 as LadderizedListBack }
|
|
1266
1229
|
|
|
1267
|
-
declare const
|
|
1268
|
-
export { List_2 as List }
|
|
1230
|
+
export declare const List: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1269
1231
|
|
|
1270
|
-
declare const
|
|
1271
|
-
export { ListItem_2 as ListItem }
|
|
1232
|
+
export declare const ListItem: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1272
1233
|
|
|
1273
1234
|
export { ListPropTypes }
|
|
1274
1235
|
|
|
1275
|
-
declare const
|
|
1276
|
-
export { Logo_2 as Logo }
|
|
1236
|
+
export declare const Logo: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1277
1237
|
|
|
1278
1238
|
export { LogoPropTypes }
|
|
1279
1239
|
|
|
1280
|
-
declare const
|
|
1281
|
-
export { Lozenge_2 as Lozenge }
|
|
1240
|
+
export declare const Lozenge: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1282
1241
|
|
|
1283
1242
|
export { LozengePropTypes }
|
|
1284
1243
|
|
|
1285
|
-
declare const
|
|
1286
|
-
export { Modal_2 as Modal }
|
|
1244
|
+
export declare const Modal: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1287
1245
|
|
|
1288
1246
|
export { ModalPropTypes }
|
|
1289
1247
|
|
|
1290
|
-
declare const
|
|
1291
|
-
export { Popper_2 as Popper }
|
|
1248
|
+
export declare const Popper: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1292
1249
|
|
|
1293
1250
|
export { PopperPropTypes }
|
|
1294
1251
|
|
|
1295
|
-
declare const
|
|
1296
|
-
export { ProgressBar_2 as ProgressBar }
|
|
1252
|
+
export declare const ProgressBar: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1297
1253
|
|
|
1298
1254
|
export { ProgressBarPropTypes }
|
|
1299
1255
|
|
|
@@ -1320,107 +1276,84 @@ declare interface Props_3 extends Omit<TabComponentProps, 'selectedYear'> {
|
|
|
1320
1276
|
currentPage?: number;
|
|
1321
1277
|
}
|
|
1322
1278
|
|
|
1323
|
-
declare const
|
|
1324
|
-
export { Radio_2 as Radio }
|
|
1279
|
+
export declare const Radio: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1325
1280
|
|
|
1326
1281
|
export { RadioPropTypes }
|
|
1327
1282
|
|
|
1328
|
-
declare const
|
|
1329
|
-
export { Select_2 as Select }
|
|
1283
|
+
export declare const Select: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1330
1284
|
|
|
1331
|
-
declare const
|
|
1332
|
-
export { SelectLadderized_2 as SelectLadderized }
|
|
1285
|
+
export declare const SelectLadderized: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1333
1286
|
|
|
1334
|
-
declare const
|
|
1335
|
-
export { SelectMultiple_2 as SelectMultiple }
|
|
1287
|
+
export declare const SelectMultiple: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1336
1288
|
|
|
1337
1289
|
export { SelectPropTypes }
|
|
1338
1290
|
|
|
1339
|
-
declare const
|
|
1340
|
-
export { Sidenav_2 as Sidenav }
|
|
1291
|
+
export declare const Sidenav: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1341
1292
|
|
|
1342
1293
|
export { SidenavPropTypes }
|
|
1343
1294
|
|
|
1344
|
-
declare const
|
|
1345
|
-
export { Sidepanel_2 as Sidepanel }
|
|
1295
|
+
export declare const Sidepanel: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1346
1296
|
|
|
1347
1297
|
export { SidepanelPropTypes }
|
|
1348
1298
|
|
|
1349
|
-
declare const
|
|
1299
|
+
export declare const Slider: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1350
1300
|
"update:modelValue": (...args: any[]) => void;
|
|
1351
1301
|
slideend: (...args: any[]) => void;
|
|
1352
1302
|
}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1353
1303
|
sliderRef: HTMLDivElement;
|
|
1354
1304
|
}, HTMLDivElement>;
|
|
1355
|
-
export { Slider_2 as Slider }
|
|
1356
1305
|
|
|
1357
1306
|
export { SliderPropTypes }
|
|
1358
1307
|
|
|
1359
|
-
declare const
|
|
1360
|
-
export { Snack_2 as Snack }
|
|
1308
|
+
export declare const Snack: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1361
1309
|
|
|
1362
|
-
declare const
|
|
1363
|
-
export { Snackbar_2 as Snackbar }
|
|
1310
|
+
export declare const Snackbar: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1364
1311
|
|
|
1365
|
-
declare const
|
|
1366
|
-
export { StackingSidepanel_2 as StackingSidepanel }
|
|
1312
|
+
export declare const StackingSidepanel: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1367
1313
|
|
|
1368
|
-
declare const
|
|
1369
|
-
export { Status_2 as Status }
|
|
1314
|
+
export declare const Status: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1370
1315
|
|
|
1371
1316
|
export { StatusPropTypes }
|
|
1372
1317
|
|
|
1373
|
-
declare const
|
|
1374
|
-
export { Step_2 as Step }
|
|
1318
|
+
export declare const Step: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1375
1319
|
|
|
1376
|
-
declare const
|
|
1377
|
-
export { Stepper_2 as Stepper }
|
|
1320
|
+
export declare const Stepper: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1378
1321
|
|
|
1379
1322
|
export { StepperPropTypes }
|
|
1380
1323
|
|
|
1381
|
-
declare const
|
|
1382
|
-
export { Switch_2 as Switch }
|
|
1324
|
+
export declare const Switch: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1383
1325
|
|
|
1384
1326
|
export { SwitchPropTypes }
|
|
1385
1327
|
|
|
1386
|
-
declare const
|
|
1387
|
-
export { Table_2 as Table }
|
|
1328
|
+
export declare const Table: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1388
1329
|
|
|
1389
|
-
declare const
|
|
1390
|
-
export { TableActions_2 as TableActions }
|
|
1330
|
+
export declare const TableActions: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1391
1331
|
|
|
1392
|
-
declare const
|
|
1393
|
-
export { TableChipsTitle_2 as TableChipsTitle }
|
|
1332
|
+
export declare const TableChipsTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1394
1333
|
|
|
1395
|
-
declare const
|
|
1396
|
-
export { TableLozengeTitle_2 as TableLozengeTitle }
|
|
1334
|
+
export declare const TableLozengeTitle: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1397
1335
|
|
|
1398
|
-
declare const
|
|
1399
|
-
export { TablePagination_2 as TablePagination }
|
|
1336
|
+
export declare const TablePagination: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1400
1337
|
|
|
1401
1338
|
export { TablePropTypes }
|
|
1402
1339
|
|
|
1403
|
-
declare const
|
|
1340
|
+
export declare const Tabs: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1404
1341
|
tabElements: HTMLDivElement[];
|
|
1405
1342
|
}, HTMLDivElement>;
|
|
1406
|
-
export { Tabs_2 as Tabs }
|
|
1407
1343
|
|
|
1408
1344
|
export { TabsPropTypes }
|
|
1409
1345
|
|
|
1410
|
-
declare const
|
|
1411
|
-
export { Textarea_2 as Textarea }
|
|
1346
|
+
export declare const Textarea: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1412
1347
|
|
|
1413
1348
|
export { TextAreaEmitTypes }
|
|
1414
1349
|
|
|
1415
1350
|
export { TextareaPropTypes }
|
|
1416
1351
|
|
|
1417
|
-
declare const
|
|
1418
|
-
export { TimePicker_2 as TimePicker }
|
|
1352
|
+
export declare const TimePicker: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1419
1353
|
|
|
1420
1354
|
export { TimePickerPropTypes }
|
|
1421
1355
|
|
|
1422
|
-
declare const
|
|
1423
|
-
export { Tooltip_2 as Tooltip }
|
|
1356
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1424
1357
|
|
|
1425
1358
|
export { TooltipPropTypes }
|
|
1426
1359
|
|