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