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