design-system-next 2.26.2 → 2.26.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 +138 -69
- package/dist/design-system-next.es.js +697 -665
- package/dist/design-system-next.es.js.gz +0 -0
- package/dist/design-system-next.umd.js +10 -10
- 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 -60
- package/src/components/list/use-list.ts +6 -6
- 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
|
@@ -1176,23 +1176,27 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1176
1176
|
};
|
|
1177
1177
|
};
|
|
1178
1178
|
|
|
1179
|
-
|
|
1179
|
+
declare const Accordion_2: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1180
|
+
export { Accordion_2 as Accordion }
|
|
1180
1181
|
|
|
1181
1182
|
export { AccordionItem }
|
|
1182
1183
|
|
|
1183
1184
|
export { AccordionPropTypes }
|
|
1184
1185
|
|
|
1185
|
-
|
|
1186
|
+
declare const AttributeFilter_2: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1187
|
+
export { AttributeFilter_2 as AttributeFilter }
|
|
1186
1188
|
|
|
1187
1189
|
export { AttributeFilterPropTypes }
|
|
1188
1190
|
|
|
1189
|
-
|
|
1191
|
+
declare const AuditTrail_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1190
1192
|
auditTrailWrapperRef: HTMLDivElement;
|
|
1191
1193
|
}, HTMLDivElement>;
|
|
1194
|
+
export { AuditTrail_2 as AuditTrail }
|
|
1192
1195
|
|
|
1193
1196
|
export { AuditTrailPropTypes }
|
|
1194
1197
|
|
|
1195
|
-
|
|
1198
|
+
declare const Avatar_2: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1199
|
+
export { Avatar_2 as Avatar }
|
|
1196
1200
|
|
|
1197
1201
|
export { AVATAR_VARIANT }
|
|
1198
1202
|
|
|
@@ -1200,17 +1204,21 @@ export { AvatarEmitTypes }
|
|
|
1200
1204
|
|
|
1201
1205
|
export { AvatarPropTypes }
|
|
1202
1206
|
|
|
1203
|
-
|
|
1207
|
+
declare const Badge_2: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1208
|
+
export { Badge_2 as Badge }
|
|
1204
1209
|
|
|
1205
1210
|
export { BadgePropTypes }
|
|
1206
1211
|
|
|
1207
|
-
|
|
1212
|
+
declare const Banner_2: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1213
|
+
export { Banner_2 as Banner }
|
|
1208
1214
|
|
|
1209
1215
|
export { BannerPropTypes }
|
|
1210
1216
|
|
|
1211
|
-
|
|
1217
|
+
declare const Button_2: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1218
|
+
export { Button_2 as Button }
|
|
1212
1219
|
|
|
1213
|
-
|
|
1220
|
+
declare const ButtonDropdown_2: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1221
|
+
export { ButtonDropdown_2 as ButtonDropdown }
|
|
1214
1222
|
|
|
1215
1223
|
export { ButtonEmitTypes }
|
|
1216
1224
|
|
|
@@ -1218,39 +1226,47 @@ export { ButtonPropTypes }
|
|
|
1218
1226
|
|
|
1219
1227
|
export { ButtonType }
|
|
1220
1228
|
|
|
1221
|
-
|
|
1229
|
+
declare const Calendar_2: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1230
|
+
export { Calendar_2 as Calendar }
|
|
1222
1231
|
|
|
1223
|
-
|
|
1232
|
+
declare const CalendarCell_2: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1233
|
+
export { CalendarCell_2 as CalendarCell }
|
|
1224
1234
|
|
|
1225
1235
|
export { CalendarCellPropTypes }
|
|
1226
1236
|
|
|
1227
1237
|
export { CalendarPropTypes }
|
|
1228
1238
|
|
|
1229
|
-
|
|
1239
|
+
declare const Card_2: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1240
|
+
export { Card_2 as Card }
|
|
1230
1241
|
|
|
1231
1242
|
export { CardPropTypes }
|
|
1232
1243
|
|
|
1233
|
-
|
|
1244
|
+
declare const Checkbox_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLabelElement>;
|
|
1245
|
+
export { Checkbox_2 as Checkbox }
|
|
1234
1246
|
|
|
1235
1247
|
export { CheckboxPropTypes }
|
|
1236
1248
|
|
|
1237
|
-
|
|
1249
|
+
declare const Chips_2: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1250
|
+
export { Chips_2 as Chips }
|
|
1238
1251
|
|
|
1239
1252
|
export { ChipsPropTypes }
|
|
1240
1253
|
|
|
1241
|
-
|
|
1254
|
+
declare const Collapsible_2: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1255
|
+
export { Collapsible_2 as Collapsible }
|
|
1242
1256
|
|
|
1243
1257
|
export { CollapsibleEmitTypes }
|
|
1244
1258
|
|
|
1245
1259
|
export { CollapsiblePropTypes }
|
|
1246
1260
|
|
|
1247
|
-
|
|
1261
|
+
declare const DateCalendarPicker_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1248
1262
|
dateCalendarPickerRef: HTMLDivElement;
|
|
1249
1263
|
}, HTMLDivElement>;
|
|
1264
|
+
export { DateCalendarPicker_2 as DateCalendarPicker }
|
|
1250
1265
|
|
|
1251
|
-
|
|
1266
|
+
declare const DatePicker_2: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1267
|
+
export { DatePicker_2 as DatePicker }
|
|
1252
1268
|
|
|
1253
|
-
|
|
1269
|
+
declare const DatePickerCalendarTab_2: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1254
1270
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
1255
1271
|
} | ({
|
|
1256
1272
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
@@ -1261,8 +1277,9 @@ export declare const DatePickerCalendarTab: DefineComponent<Props, {}, {}, {}, {
|
|
|
1261
1277
|
} | {
|
|
1262
1278
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1263
1279
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1280
|
+
export { DatePickerCalendarTab_2 as DatePickerCalendarTab }
|
|
1264
1281
|
|
|
1265
|
-
|
|
1282
|
+
declare const DatePickerMonthTab_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1266
1283
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
1267
1284
|
} | ({
|
|
1268
1285
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
@@ -1273,10 +1290,11 @@ export declare const DatePickerMonthTab: DefineComponent<Props_2, {}, {}, {}, {}
|
|
|
1273
1290
|
} | {
|
|
1274
1291
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1275
1292
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1293
|
+
export { DatePickerMonthTab_2 as DatePickerMonthTab }
|
|
1276
1294
|
|
|
1277
1295
|
export { DatePickerPropTypes }
|
|
1278
1296
|
|
|
1279
|
-
|
|
1297
|
+
declare const DatePickerYearTab_2: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props_3>, {
|
|
1280
1298
|
selectedYear: any;
|
|
1281
1299
|
itemsPerPage: number;
|
|
1282
1300
|
yearsArray: () => any[];
|
|
@@ -1301,61 +1319,79 @@ export declare const DatePickerYearTab: DefineComponent<ExtractPropTypes<__VLS_W
|
|
|
1301
1319
|
} | {
|
|
1302
1320
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1303
1321
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1322
|
+
export { DatePickerYearTab_2 as DatePickerYearTab }
|
|
1304
1323
|
|
|
1305
|
-
|
|
1324
|
+
declare const DateRangePicker_2: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1325
|
+
export { DateRangePicker_2 as DateRangePicker }
|
|
1306
1326
|
|
|
1307
1327
|
declare const _default: {
|
|
1308
1328
|
install: (app: App) => void;
|
|
1309
1329
|
};
|
|
1310
1330
|
export default _default;
|
|
1311
1331
|
|
|
1312
|
-
|
|
1332
|
+
declare const Dropdown_2: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1333
|
+
export { Dropdown_2 as Dropdown }
|
|
1313
1334
|
|
|
1314
1335
|
export { DropdownPropTypes }
|
|
1315
1336
|
|
|
1316
|
-
|
|
1337
|
+
declare const EmptyState_2: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1338
|
+
export { EmptyState_2 as EmptyState }
|
|
1317
1339
|
|
|
1318
1340
|
export { EmptyStatePropTypes }
|
|
1319
1341
|
|
|
1320
|
-
|
|
1342
|
+
declare const FileUpload_2: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1343
|
+
export { FileUpload_2 as FileUpload }
|
|
1321
1344
|
|
|
1322
1345
|
export { FileUploadPropTypes }
|
|
1323
1346
|
|
|
1324
|
-
|
|
1347
|
+
declare const Filter_2: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1348
|
+
export { Filter_2 as Filter }
|
|
1325
1349
|
|
|
1326
1350
|
export { FilterPropTypes }
|
|
1327
1351
|
|
|
1328
|
-
|
|
1352
|
+
declare const FloatingAction_2: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1353
|
+
export { FloatingAction_2 as FloatingAction }
|
|
1329
1354
|
|
|
1330
1355
|
export { FloatingActionPropTypes }
|
|
1331
1356
|
|
|
1332
|
-
|
|
1357
|
+
declare const Icon_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1358
|
+
export { Icon_2 as Icon }
|
|
1333
1359
|
|
|
1334
1360
|
export { IconPropTypes }
|
|
1335
1361
|
|
|
1336
|
-
|
|
1362
|
+
declare const Input_2: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1363
|
+
export { Input_2 as Input }
|
|
1337
1364
|
|
|
1338
|
-
|
|
1365
|
+
declare const InputContactNumber_2: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1366
|
+
export { InputContactNumber_2 as InputContactNumber }
|
|
1339
1367
|
|
|
1340
|
-
|
|
1368
|
+
declare const InputCurrency_2: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1369
|
+
export { InputCurrency_2 as InputCurrency }
|
|
1341
1370
|
|
|
1342
|
-
|
|
1371
|
+
declare const InputDropdown_2: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1372
|
+
export { InputDropdown_2 as InputDropdown }
|
|
1343
1373
|
|
|
1344
|
-
|
|
1374
|
+
declare const InputEmail_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1375
|
+
export { InputEmail_2 as InputEmail }
|
|
1345
1376
|
|
|
1346
|
-
|
|
1377
|
+
declare const InputPassword_2: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1378
|
+
export { InputPassword_2 as InputPassword }
|
|
1347
1379
|
|
|
1348
1380
|
export { InputPropTypes }
|
|
1349
1381
|
|
|
1350
|
-
|
|
1382
|
+
declare const InputSearch_2: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1383
|
+
export { InputSearch_2 as InputSearch }
|
|
1351
1384
|
|
|
1352
|
-
|
|
1385
|
+
declare const InputUrl_2: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1386
|
+
export { InputUrl_2 as InputUrl }
|
|
1353
1387
|
|
|
1354
|
-
|
|
1388
|
+
declare const InputUsername_2: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1389
|
+
export { InputUsername_2 as InputUsername }
|
|
1355
1390
|
|
|
1356
|
-
|
|
1391
|
+
declare const LadderizedList_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1392
|
+
export { LadderizedList_2 as LadderizedList }
|
|
1357
1393
|
|
|
1358
|
-
|
|
1394
|
+
declare const LadderizedListBack_2: DefineComponent<ExtractPropTypes<{
|
|
1359
1395
|
label: {
|
|
1360
1396
|
type: StringConstructor;
|
|
1361
1397
|
default: string;
|
|
@@ -1372,34 +1408,43 @@ export declare const LadderizedListBack: DefineComponent<ExtractPropTypes<{
|
|
|
1372
1408
|
}>, {
|
|
1373
1409
|
label: string;
|
|
1374
1410
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1411
|
+
export { LadderizedListBack_2 as LadderizedListBack }
|
|
1375
1412
|
|
|
1376
|
-
|
|
1413
|
+
declare const List_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1414
|
+
export { List_2 as List }
|
|
1377
1415
|
|
|
1378
|
-
|
|
1416
|
+
declare const ListItem_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1417
|
+
export { ListItem_2 as ListItem }
|
|
1379
1418
|
|
|
1380
1419
|
export { ListPropTypes }
|
|
1381
1420
|
|
|
1382
|
-
|
|
1421
|
+
declare const Logo_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1422
|
+
export { Logo_2 as Logo }
|
|
1383
1423
|
|
|
1384
1424
|
export { LogoPropTypes }
|
|
1385
1425
|
|
|
1386
|
-
|
|
1426
|
+
declare const Lozenge_2: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1427
|
+
export { Lozenge_2 as Lozenge }
|
|
1387
1428
|
|
|
1388
1429
|
export { LozengePropTypes }
|
|
1389
1430
|
|
|
1390
|
-
|
|
1431
|
+
declare const Modal_2: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1432
|
+
export { Modal_2 as Modal }
|
|
1391
1433
|
|
|
1392
1434
|
export { ModalPropTypes }
|
|
1393
1435
|
|
|
1394
|
-
|
|
1436
|
+
declare const MonthYearPicker_2: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1437
|
+
export { MonthYearPicker_2 as MonthYearPicker }
|
|
1395
1438
|
|
|
1396
1439
|
export { MonthYearPickerPropTypes }
|
|
1397
1440
|
|
|
1398
|
-
|
|
1441
|
+
declare const Popper_2: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1442
|
+
export { Popper_2 as Popper }
|
|
1399
1443
|
|
|
1400
1444
|
export { PopperPropTypes }
|
|
1401
1445
|
|
|
1402
|
-
|
|
1446
|
+
declare const ProgressBar_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1447
|
+
export { ProgressBar_2 as ProgressBar }
|
|
1403
1448
|
|
|
1404
1449
|
export { ProgressBarPropTypes }
|
|
1405
1450
|
|
|
@@ -1426,86 +1471,110 @@ declare interface Props_3 extends Omit<TabComponentProps, 'selectedYear'> {
|
|
|
1426
1471
|
currentPage?: number;
|
|
1427
1472
|
}
|
|
1428
1473
|
|
|
1429
|
-
|
|
1474
|
+
declare const Radio_2: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1475
|
+
export { Radio_2 as Radio }
|
|
1430
1476
|
|
|
1431
|
-
|
|
1477
|
+
declare const RadioGrouped_2: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1478
|
+
export { RadioGrouped_2 as RadioGrouped }
|
|
1432
1479
|
|
|
1433
1480
|
export { RadioPropTypes }
|
|
1434
1481
|
|
|
1435
|
-
|
|
1482
|
+
declare const Select_2: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1483
|
+
export { Select_2 as Select }
|
|
1436
1484
|
|
|
1437
|
-
|
|
1485
|
+
declare const SelectLadderized_2: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1486
|
+
export { SelectLadderized_2 as SelectLadderized }
|
|
1438
1487
|
|
|
1439
|
-
|
|
1488
|
+
declare const SelectMultiple_2: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1489
|
+
export { SelectMultiple_2 as SelectMultiple }
|
|
1440
1490
|
|
|
1441
1491
|
export { SelectPropTypes }
|
|
1442
1492
|
|
|
1443
|
-
|
|
1493
|
+
declare const Sidenav_2: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1494
|
+
export { Sidenav_2 as Sidenav }
|
|
1444
1495
|
|
|
1445
1496
|
export { SidenavPropTypes }
|
|
1446
1497
|
|
|
1447
|
-
|
|
1498
|
+
declare const Sidepanel_2: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1499
|
+
export { Sidepanel_2 as Sidepanel }
|
|
1448
1500
|
|
|
1449
1501
|
export { SidepanelPropTypes }
|
|
1450
1502
|
|
|
1451
|
-
|
|
1503
|
+
declare const Slider_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1452
1504
|
"update:modelValue": (...args: any[]) => void;
|
|
1453
1505
|
slideend: (...args: any[]) => void;
|
|
1454
1506
|
}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1455
1507
|
sliderRef: HTMLDivElement;
|
|
1456
1508
|
}, HTMLDivElement>;
|
|
1509
|
+
export { Slider_2 as Slider }
|
|
1457
1510
|
|
|
1458
1511
|
export { SliderPropTypes }
|
|
1459
1512
|
|
|
1460
|
-
|
|
1513
|
+
declare const Snack_2: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1514
|
+
export { Snack_2 as Snack }
|
|
1461
1515
|
|
|
1462
|
-
|
|
1516
|
+
declare const Snackbar_2: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1517
|
+
export { Snackbar_2 as Snackbar }
|
|
1463
1518
|
|
|
1464
|
-
|
|
1519
|
+
declare const StackingSidepanel_2: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1520
|
+
export { StackingSidepanel_2 as StackingSidepanel }
|
|
1465
1521
|
|
|
1466
|
-
|
|
1522
|
+
declare const Status_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1523
|
+
export { Status_2 as Status }
|
|
1467
1524
|
|
|
1468
1525
|
export { StatusPropTypes }
|
|
1469
1526
|
|
|
1470
|
-
|
|
1527
|
+
declare const Step_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1528
|
+
export { Step_2 as Step }
|
|
1471
1529
|
|
|
1472
|
-
|
|
1530
|
+
declare const Stepper_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1531
|
+
export { Stepper_2 as Stepper }
|
|
1473
1532
|
|
|
1474
1533
|
export { StepperPropTypes }
|
|
1475
1534
|
|
|
1476
|
-
|
|
1535
|
+
declare const Switch_2: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1536
|
+
export { Switch_2 as Switch }
|
|
1477
1537
|
|
|
1478
1538
|
export { SwitchPropTypes }
|
|
1479
1539
|
|
|
1480
|
-
|
|
1540
|
+
declare const Table_2: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
1541
|
+
export { Table_2 as Table }
|
|
1481
1542
|
|
|
1482
|
-
|
|
1543
|
+
declare const TableActions_2: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
1544
|
+
export { TableActions_2 as TableActions }
|
|
1483
1545
|
|
|
1484
|
-
|
|
1546
|
+
declare const TableChipsTitle_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1547
|
+
export { TableChipsTitle_2 as TableChipsTitle }
|
|
1485
1548
|
|
|
1486
|
-
|
|
1549
|
+
declare const TableLozengeTitle_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1550
|
+
export { TableLozengeTitle_2 as TableLozengeTitle }
|
|
1487
1551
|
|
|
1488
|
-
|
|
1552
|
+
declare const TablePagination_2: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
1553
|
+
export { TablePagination_2 as TablePagination }
|
|
1489
1554
|
|
|
1490
1555
|
export { TablePropTypes }
|
|
1491
1556
|
|
|
1492
|
-
|
|
1557
|
+
declare const Tabs_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1493
1558
|
tabElements: HTMLDivElement[];
|
|
1494
1559
|
}, HTMLDivElement>;
|
|
1560
|
+
export { Tabs_2 as Tabs }
|
|
1495
1561
|
|
|
1496
1562
|
export { TabsPropTypes }
|
|
1497
1563
|
|
|
1498
|
-
|
|
1564
|
+
declare const Textarea_2: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
1565
|
+
export { Textarea_2 as Textarea }
|
|
1499
1566
|
|
|
1500
1567
|
export { TextAreaEmitTypes }
|
|
1501
1568
|
|
|
1502
1569
|
export { TextareaPropTypes }
|
|
1503
1570
|
|
|
1504
|
-
|
|
1571
|
+
declare const TimePicker_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1572
|
+
export { TimePicker_2 as TimePicker }
|
|
1505
1573
|
|
|
1506
1574
|
export { TimePickerPropTypes }
|
|
1507
1575
|
|
|
1508
|
-
|
|
1576
|
+
declare const Tooltip_2: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
1577
|
+
export { Tooltip_2 as Tooltip }
|
|
1509
1578
|
|
|
1510
1579
|
export { TooltipPropTypes }
|
|
1511
1580
|
|