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