design-system-next 2.26.12 → 2.26.16
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 +4191 -4145
- package/dist/design-system-next.es.js.gz +0 -0
- package/dist/design-system-next.umd.js +11 -11
- 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 -2
- package/src/App.vue +0 -3
- package/src/assets/images/banner-sample.svg +0 -14
- package/src/assets/images/empty-states/bug.svg +0 -211
- package/src/assets/images/empty-states/clock.svg +0 -119
- package/src/assets/images/empty-states/dashboard.svg +0 -109
- package/src/assets/images/empty-states/employees.svg +0 -175
- package/src/assets/images/empty-states/government-id.svg +0 -220
- package/src/assets/images/empty-states/integration.svg +0 -183
- package/src/assets/images/empty-states/list.svg +0 -106
- package/src/assets/images/empty-states/social-media-handles.svg +0 -140
- package/src/assets/images/empty-states/work-in-progress.svg +0 -162
- package/src/assets/images/empty-states/work-location.svg +0 -184
- package/src/assets/images/sample-profile-image.jpg +0 -0
- package/src/assets/images/sprout-hr-logo.svg +0 -33
- package/src/assets/scripts/border-radius.ts +0 -15
- package/src/assets/scripts/colors.ts +0 -134
- package/src/assets/scripts/max-width.ts +0 -11
- package/src/assets/scripts/spacing.ts +0 -23
- package/src/assets/scripts/utilities.ts +0 -15
- package/src/assets/styles/tailwind.css +0 -1212
- package/src/components/accordion/accordion.ts +0 -43
- package/src/components/accordion/accordion.vue +0 -67
- package/src/components/accordion/use-accordion.ts +0 -43
- package/src/components/attribute-filter/attribute-filter.ts +0 -138
- package/src/components/attribute-filter/attribute-filter.vue +0 -141
- package/src/components/attribute-filter/use-attribute-filter.ts +0 -125
- package/src/components/audit-trail/audit-trail.ts +0 -28
- package/src/components/audit-trail/audit-trail.vue +0 -104
- package/src/components/audit-trail/use-audit-trail.ts +0 -82
- package/src/components/avatar/avatar.ts +0 -71
- package/src/components/avatar/avatar.vue +0 -48
- package/src/components/avatar/use-avatar.ts +0 -152
- package/src/components/badge/badge.ts +0 -43
- package/src/components/badge/badge.vue +0 -28
- package/src/components/badge/use-badge.ts +0 -59
- package/src/components/banner/banner.ts +0 -20
- package/src/components/banner/banner.vue +0 -51
- package/src/components/banner/use-banner.ts +0 -81
- package/src/components/button/button-dropdown/button-dropdown.ts +0 -57
- package/src/components/button/button-dropdown/button-dropdown.vue +0 -45
- package/src/components/button/button-dropdown/use-button-dropdown.ts +0 -35
- package/src/components/button/button.ts +0 -72
- package/src/components/button/button.vue +0 -15
- package/src/components/button/use-button.ts +0 -199
- package/src/components/calendar/calendar.ts +0 -99
- package/src/components/calendar/calendar.vue +0 -330
- package/src/components/calendar/use-calendar.ts +0 -209
- package/src/components/calendar-cell/calendar-cell.ts +0 -69
- package/src/components/calendar-cell/calendar-cell.vue +0 -51
- package/src/components/calendar-cell/use-calendar-cell.ts +0 -160
- package/src/components/card/card.ts +0 -69
- package/src/components/card/card.vue +0 -48
- package/src/components/card/use-card.ts +0 -110
- package/src/components/checkbox/checkbox.ts +0 -45
- package/src/components/checkbox/checkbox.vue +0 -36
- package/src/components/checkbox/use-checkbox.ts +0 -100
- package/src/components/chips/chips.ts +0 -101
- package/src/components/chips/chips.vue +0 -68
- package/src/components/chips/use-chips.ts +0 -105
- package/src/components/collapsible/collapsible.ts +0 -21
- package/src/components/collapsible/collapsible.vue +0 -27
- package/src/components/collapsible/use-collapsible.ts +0 -56
- package/src/components/date-picker/date-calendar-picker/date-calendar-picker.ts +0 -121
- package/src/components/date-picker/date-calendar-picker/date-calendar-picker.vue +0 -192
- package/src/components/date-picker/date-calendar-picker/use-date-calendar-picker.ts +0 -366
- package/src/components/date-picker/date-picker.ts +0 -184
- package/src/components/date-picker/date-picker.vue +0 -340
- package/src/components/date-picker/date-range-picker/date-range-picker.ts +0 -198
- package/src/components/date-picker/date-range-picker/date-range-picker.vue +0 -436
- package/src/components/date-picker/date-range-picker/use-date-range-picker.ts +0 -972
- package/src/components/date-picker/month-year-picker/month-year-picker.ts +0 -134
- package/src/components/date-picker/month-year-picker/month-year-picker.vue +0 -233
- package/src/components/date-picker/month-year-picker/use-month-year-picker.ts +0 -603
- package/src/components/date-picker/tabs/DatePickerCalendarTab.vue +0 -312
- package/src/components/date-picker/tabs/DatePickerMonthTab.vue +0 -60
- package/src/components/date-picker/tabs/DatePickerYearTab.vue +0 -114
- package/src/components/date-picker/use-date-picker.ts +0 -991
- package/src/components/dropdown/dropdown.ts +0 -158
- package/src/components/dropdown/dropdown.vue +0 -122
- package/src/components/dropdown/fix-multi-number.ts +0 -92
- package/src/components/dropdown/use-dropdown.ts +0 -520
- package/src/components/empty-state/empty-state.ts +0 -50
- package/src/components/empty-state/empty-state.vue +0 -31
- package/src/components/empty-state/use-empty-state.ts +0 -48
- package/src/components/file-upload/file-upload.ts +0 -102
- package/src/components/file-upload/file-upload.vue +0 -144
- package/src/components/file-upload/use-file-upload.ts +0 -231
- package/src/components/filter/filter.ts +0 -116
- package/src/components/filter/filter.vue +0 -291
- package/src/components/filter/use-filter.ts +0 -296
- package/src/components/floating-action/floating-action.ts +0 -12
- package/src/components/floating-action/floating-action.vue +0 -32
- package/src/components/floating-action/use-floating-action.ts +0 -16
- package/src/components/icon/icon.ts +0 -36
- package/src/components/icon/icon.vue +0 -12
- package/src/components/icon/use-icon.ts +0 -67
- package/src/components/input/input-contact-number/input-contact-number.ts +0 -97
- package/src/components/input/input-contact-number/input-contact-number.vue +0 -67
- package/src/components/input/input-contact-number/use-input-contact-number.ts +0 -252
- package/src/components/input/input-currency/input-currency.ts +0 -96
- package/src/components/input/input-currency/input-currency.vue +0 -64
- package/src/components/input/input-currency/use-input-currency.ts +0 -505
- package/src/components/input/input-dropdown/input-dropdown.vue +0 -20
- package/src/components/input/input-email/input-email.vue +0 -17
- package/src/components/input/input-password/input-password.vue +0 -29
- package/src/components/input/input-password/use-input-password.ts +0 -19
- package/src/components/input/input-search/input-search.vue +0 -17
- package/src/components/input/input-url/input-url.vue +0 -20
- package/src/components/input/input-username/input-username.vue +0 -17
- package/src/components/input/input.ts +0 -108
- package/src/components/input/input.vue +0 -76
- package/src/components/input/use-input.ts +0 -184
- package/src/components/list/ladderized-list/ladderized-list-back.vue +0 -33
- package/src/components/list/ladderized-list/ladderized-list.ts +0 -47
- package/src/components/list/ladderized-list/ladderized-list.vue +0 -64
- package/src/components/list/ladderized-list/use-ladderized-list.ts +0 -279
- package/src/components/list/list-item/list-item.ts +0 -67
- package/src/components/list/list-item/list-item.vue +0 -130
- package/src/components/list/list-item/use-list-item.ts +0 -76
- package/src/components/list/list.ts +0 -152
- package/src/components/list/list.vue +0 -158
- package/src/components/list/use-list.ts +0 -707
- package/src/components/logo/logo.ts +0 -43
- package/src/components/logo/logo.vue +0 -14
- package/src/components/logo/use-logo.ts +0 -41
- package/src/components/lozenge/lozenge.ts +0 -63
- package/src/components/lozenge/lozenge.vue +0 -50
- package/src/components/lozenge/use-lozenge.ts +0 -135
- package/src/components/modal/modal.ts +0 -45
- package/src/components/modal/modal.vue +0 -92
- package/src/components/modal/use-modal.ts +0 -102
- package/src/components/popper/popper.ts +0 -12
- package/src/components/popper/popper.vue +0 -36
- package/src/components/popper/use-popper.ts +0 -16
- package/src/components/progress-bar/progress-bar.ts +0 -71
- package/src/components/progress-bar/progress-bar.vue +0 -48
- package/src/components/progress-bar/use-progress-bar.ts +0 -67
- package/src/components/radio/radio-grouped/radio-grouped.ts +0 -74
- package/src/components/radio/radio-grouped/radio-grouped.vue +0 -40
- package/src/components/radio/radio-grouped/use-radio-grouped.ts +0 -63
- package/src/components/radio/radio.ts +0 -46
- package/src/components/radio/radio.vue +0 -67
- package/src/components/radio/use-radio.ts +0 -153
- package/src/components/select/select-ladderized/select-ladderized.ts +0 -175
- package/src/components/select/select-ladderized/select-ladderized.vue +0 -127
- package/src/components/select/select-ladderized/use-select-ladderized.ts +0 -248
- package/src/components/select/select-multiple/select-multiple.ts +0 -239
- package/src/components/select/select-multiple/select-multiple.vue +0 -217
- package/src/components/select/select-multiple/use-select-multiple.ts +0 -490
- package/src/components/select/select.ts +0 -204
- package/src/components/select/select.vue +0 -151
- package/src/components/select/use-select.ts +0 -383
- package/src/components/sidenav/sidenav-loader.vue +0 -14
- package/src/components/sidenav/sidenav-menu-links.vue +0 -326
- package/src/components/sidenav/sidenav.ts +0 -191
- package/src/components/sidenav/sidenav.vue +0 -358
- package/src/components/sidenav/use-sidenav.ts +0 -316
- package/src/components/sidepanel/sidepanel.ts +0 -129
- package/src/components/sidepanel/sidepanel.vue +0 -85
- package/src/components/sidepanel/stacking-sidepanel/stacking-sidepanel.ts +0 -16
- package/src/components/sidepanel/stacking-sidepanel/stacking-sidepanel.vue +0 -50
- package/src/components/sidepanel/stacking-sidepanel/use-stacking-sidepanel.ts +0 -149
- package/src/components/sidepanel/use-sidepanel.ts +0 -151
- package/src/components/slider/slider.ts +0 -38
- package/src/components/slider/slider.vue +0 -49
- package/src/components/slider/use-slider.ts +0 -111
- package/src/components/snackbar/snack/snack.ts +0 -71
- package/src/components/snackbar/snack/snack.vue +0 -70
- package/src/components/snackbar/snack/use-snack.ts +0 -52
- package/src/components/snackbar/snackbar.vue +0 -75
- package/src/components/snackbar/use-snackbar.ts +0 -34
- package/src/components/status/status.ts +0 -19
- package/src/components/status/status.vue +0 -13
- package/src/components/status/use-status.ts +0 -59
- package/src/components/stepper/step/step.ts +0 -47
- package/src/components/stepper/step/step.vue +0 -32
- package/src/components/stepper/step/use-step.ts +0 -82
- package/src/components/stepper/stepper.ts +0 -47
- package/src/components/stepper/stepper.vue +0 -34
- package/src/components/stepper/use-stepper.ts +0 -52
- package/src/components/switch/switch.ts +0 -42
- package/src/components/switch/switch.vue +0 -85
- package/src/components/switch/use-switch.ts +0 -107
- package/src/components/table/table-actions/table-actions.ts +0 -42
- package/src/components/table/table-actions/table-actions.vue +0 -40
- package/src/components/table/table-actions/use-table-actions.ts +0 -20
- package/src/components/table/table-chips-title/table-chips-title.ts +0 -27
- package/src/components/table/table-chips-title/table-chips-title.vue +0 -32
- package/src/components/table/table-chips-title/use-table-chips-title.ts +0 -22
- package/src/components/table/table-header-dropdown/table-header-dropdown.ts +0 -48
- package/src/components/table/table-header-dropdown/table-header-dropdown.vue +0 -88
- package/src/components/table/table-lozenge-title/table-lozenge-title.ts +0 -23
- package/src/components/table/table-lozenge-title/table-lozenge-title.vue +0 -26
- package/src/components/table/table-lozenge-title/use-table-lozenge-title.ts +0 -21
- package/src/components/table/table-pagination/table-pagination.ts +0 -75
- package/src/components/table/table-pagination/table-pagination.vue +0 -107
- package/src/components/table/table-pagination/use-table-pagination.ts +0 -129
- package/src/components/table/table.ts +0 -217
- package/src/components/table/table.vue +0 -297
- package/src/components/table/use-draggable-table-rows.ts +0 -57
- package/src/components/table/use-table.ts +0 -442
- package/src/components/tabs/tabs.ts +0 -43
- package/src/components/tabs/tabs.vue +0 -100
- package/src/components/tabs/use-tabs.ts +0 -95
- package/src/components/textarea/textarea.ts +0 -76
- package/src/components/textarea/textarea.vue +0 -57
- package/src/components/textarea/use-textarea.ts +0 -63
- package/src/components/time-picker/time-picker.ts +0 -69
- package/src/components/time-picker/time-picker.vue +0 -86
- package/src/components/time-picker/use-time-picker.ts +0 -94
- package/src/components/tooltip/tooltip.ts +0 -56
- package/src/components/tooltip/tooltip.vue +0 -49
- package/src/components/tooltip/use-tooltip.ts +0 -13
- package/src/main.ts +0 -11
- package/src/mock/tableData.ts +0 -23
- package/src/stores/useSnackbarStore.ts +0 -44
- package/src/vite-env.d.ts +0 -6
- package/src/vue.d.ts +0 -5
|
@@ -1203,23 +1203,27 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1203
1203
|
};
|
|
1204
1204
|
};
|
|
1205
1205
|
|
|
1206
|
-
|
|
1206
|
+
declare const Accordion_2: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1207
|
+
export { Accordion_2 as Accordion }
|
|
1207
1208
|
|
|
1208
1209
|
export { AccordionItem }
|
|
1209
1210
|
|
|
1210
1211
|
export { AccordionPropTypes }
|
|
1211
1212
|
|
|
1212
|
-
|
|
1213
|
+
declare const AttributeFilter_2: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1214
|
+
export { AttributeFilter_2 as AttributeFilter }
|
|
1213
1215
|
|
|
1214
1216
|
export { AttributeFilterPropTypes }
|
|
1215
1217
|
|
|
1216
|
-
|
|
1218
|
+
declare const AuditTrail_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1217
1219
|
auditTrailWrapperRef: HTMLDivElement;
|
|
1218
1220
|
}, HTMLDivElement>;
|
|
1221
|
+
export { AuditTrail_2 as AuditTrail }
|
|
1219
1222
|
|
|
1220
1223
|
export { AuditTrailPropTypes }
|
|
1221
1224
|
|
|
1222
|
-
|
|
1225
|
+
declare const Avatar_2: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1226
|
+
export { Avatar_2 as Avatar }
|
|
1223
1227
|
|
|
1224
1228
|
export { AVATAR_VARIANT }
|
|
1225
1229
|
|
|
@@ -1227,17 +1231,21 @@ export { AvatarEmitTypes }
|
|
|
1227
1231
|
|
|
1228
1232
|
export { AvatarPropTypes }
|
|
1229
1233
|
|
|
1230
|
-
|
|
1234
|
+
declare const Badge_2: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1235
|
+
export { Badge_2 as Badge }
|
|
1231
1236
|
|
|
1232
1237
|
export { BadgePropTypes }
|
|
1233
1238
|
|
|
1234
|
-
|
|
1239
|
+
declare const Banner_2: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1240
|
+
export { Banner_2 as Banner }
|
|
1235
1241
|
|
|
1236
1242
|
export { BannerPropTypes }
|
|
1237
1243
|
|
|
1238
|
-
|
|
1244
|
+
declare const Button_2: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1245
|
+
export { Button_2 as Button }
|
|
1239
1246
|
|
|
1240
|
-
|
|
1247
|
+
declare const ButtonDropdown_2: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1248
|
+
export { ButtonDropdown_2 as ButtonDropdown }
|
|
1241
1249
|
|
|
1242
1250
|
export { ButtonEmitTypes }
|
|
1243
1251
|
|
|
@@ -1245,39 +1253,47 @@ export { ButtonPropTypes }
|
|
|
1245
1253
|
|
|
1246
1254
|
export { ButtonType }
|
|
1247
1255
|
|
|
1248
|
-
|
|
1256
|
+
declare const Calendar_2: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1257
|
+
export { Calendar_2 as Calendar }
|
|
1249
1258
|
|
|
1250
|
-
|
|
1259
|
+
declare const CalendarCell_2: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1260
|
+
export { CalendarCell_2 as CalendarCell }
|
|
1251
1261
|
|
|
1252
1262
|
export { CalendarCellPropTypes }
|
|
1253
1263
|
|
|
1254
1264
|
export { CalendarPropTypes }
|
|
1255
1265
|
|
|
1256
|
-
|
|
1266
|
+
declare const Card_2: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1267
|
+
export { Card_2 as Card }
|
|
1257
1268
|
|
|
1258
1269
|
export { CardPropTypes }
|
|
1259
1270
|
|
|
1260
|
-
|
|
1271
|
+
declare const Checkbox_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLLabelElement>;
|
|
1272
|
+
export { Checkbox_2 as Checkbox }
|
|
1261
1273
|
|
|
1262
1274
|
export { CheckboxPropTypes }
|
|
1263
1275
|
|
|
1264
|
-
|
|
1276
|
+
declare const Chips_2: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1277
|
+
export { Chips_2 as Chips }
|
|
1265
1278
|
|
|
1266
1279
|
export { ChipsPropTypes }
|
|
1267
1280
|
|
|
1268
|
-
|
|
1281
|
+
declare const Collapsible_2: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1282
|
+
export { Collapsible_2 as Collapsible }
|
|
1269
1283
|
|
|
1270
1284
|
export { CollapsibleEmitTypes }
|
|
1271
1285
|
|
|
1272
1286
|
export { CollapsiblePropTypes }
|
|
1273
1287
|
|
|
1274
|
-
|
|
1288
|
+
declare const DateCalendarPicker_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1275
1289
|
dateCalendarPickerRef: HTMLDivElement;
|
|
1276
1290
|
}, HTMLDivElement>;
|
|
1291
|
+
export { DateCalendarPicker_2 as DateCalendarPicker }
|
|
1277
1292
|
|
|
1278
|
-
|
|
1293
|
+
declare const DatePicker_2: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1294
|
+
export { DatePicker_2 as DatePicker }
|
|
1279
1295
|
|
|
1280
|
-
|
|
1296
|
+
declare const DatePickerCalendarTab_2: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1281
1297
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
1282
1298
|
} | ({
|
|
1283
1299
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
@@ -1288,8 +1304,9 @@ export declare const DatePickerCalendarTab: DefineComponent<Props, {}, {}, {}, {
|
|
|
1288
1304
|
} | {
|
|
1289
1305
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1290
1306
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1307
|
+
export { DatePickerCalendarTab_2 as DatePickerCalendarTab }
|
|
1291
1308
|
|
|
1292
|
-
|
|
1309
|
+
declare const DatePickerMonthTab_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1293
1310
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
1294
1311
|
} | ({
|
|
1295
1312
|
[x: string]: ((...args: unknown[]) => any) | (() => any);
|
|
@@ -1300,10 +1317,11 @@ export declare const DatePickerMonthTab: DefineComponent<Props_2, {}, {}, {}, {}
|
|
|
1300
1317
|
} | {
|
|
1301
1318
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1302
1319
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1320
|
+
export { DatePickerMonthTab_2 as DatePickerMonthTab }
|
|
1303
1321
|
|
|
1304
1322
|
export { DatePickerPropTypes }
|
|
1305
1323
|
|
|
1306
|
-
|
|
1324
|
+
declare const DatePickerYearTab_2: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props_3>, {
|
|
1307
1325
|
selectedYear: any;
|
|
1308
1326
|
itemsPerPage: number;
|
|
1309
1327
|
yearsArray: () => any[];
|
|
@@ -1328,61 +1346,79 @@ export declare const DatePickerYearTab: DefineComponent<ExtractPropTypes<__VLS_W
|
|
|
1328
1346
|
} | {
|
|
1329
1347
|
[x: `on${Capitalize<any>}`]: (...args: any) => any;
|
|
1330
1348
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1349
|
+
export { DatePickerYearTab_2 as DatePickerYearTab }
|
|
1331
1350
|
|
|
1332
|
-
|
|
1351
|
+
declare const DateRangePicker_2: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1352
|
+
export { DateRangePicker_2 as DateRangePicker }
|
|
1333
1353
|
|
|
1334
1354
|
declare const _default: {
|
|
1335
1355
|
install: (app: App) => void;
|
|
1336
1356
|
};
|
|
1337
1357
|
export default _default;
|
|
1338
1358
|
|
|
1339
|
-
|
|
1359
|
+
declare const Dropdown_2: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1360
|
+
export { Dropdown_2 as Dropdown }
|
|
1340
1361
|
|
|
1341
1362
|
export { DropdownPropTypes }
|
|
1342
1363
|
|
|
1343
|
-
|
|
1364
|
+
declare const EmptyState_2: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1365
|
+
export { EmptyState_2 as EmptyState }
|
|
1344
1366
|
|
|
1345
1367
|
export { EmptyStatePropTypes }
|
|
1346
1368
|
|
|
1347
|
-
|
|
1369
|
+
declare const FileUpload_2: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1370
|
+
export { FileUpload_2 as FileUpload }
|
|
1348
1371
|
|
|
1349
1372
|
export { FileUploadPropTypes }
|
|
1350
1373
|
|
|
1351
|
-
|
|
1374
|
+
declare const Filter_2: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1375
|
+
export { Filter_2 as Filter }
|
|
1352
1376
|
|
|
1353
1377
|
export { FilterPropTypes }
|
|
1354
1378
|
|
|
1355
|
-
|
|
1379
|
+
declare const FloatingAction_2: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1380
|
+
export { FloatingAction_2 as FloatingAction }
|
|
1356
1381
|
|
|
1357
1382
|
export { FloatingActionPropTypes }
|
|
1358
1383
|
|
|
1359
|
-
|
|
1384
|
+
declare const Icon_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1385
|
+
export { Icon_2 as Icon }
|
|
1360
1386
|
|
|
1361
1387
|
export { IconPropTypes }
|
|
1362
1388
|
|
|
1363
|
-
|
|
1389
|
+
declare const Input_2: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1390
|
+
export { Input_2 as Input }
|
|
1364
1391
|
|
|
1365
|
-
|
|
1392
|
+
declare const InputContactNumber_2: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1393
|
+
export { InputContactNumber_2 as InputContactNumber }
|
|
1366
1394
|
|
|
1367
|
-
|
|
1395
|
+
declare const InputCurrency_2: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1396
|
+
export { InputCurrency_2 as InputCurrency }
|
|
1368
1397
|
|
|
1369
|
-
|
|
1398
|
+
declare const InputDropdown_2: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1399
|
+
export { InputDropdown_2 as InputDropdown }
|
|
1370
1400
|
|
|
1371
|
-
|
|
1401
|
+
declare const InputEmail_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1402
|
+
export { InputEmail_2 as InputEmail }
|
|
1372
1403
|
|
|
1373
|
-
|
|
1404
|
+
declare const InputPassword_2: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1405
|
+
export { InputPassword_2 as InputPassword }
|
|
1374
1406
|
|
|
1375
1407
|
export { InputPropTypes }
|
|
1376
1408
|
|
|
1377
|
-
|
|
1409
|
+
declare const InputSearch_2: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1410
|
+
export { InputSearch_2 as InputSearch }
|
|
1378
1411
|
|
|
1379
|
-
|
|
1412
|
+
declare const InputUrl_2: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1413
|
+
export { InputUrl_2 as InputUrl }
|
|
1380
1414
|
|
|
1381
|
-
|
|
1415
|
+
declare const InputUsername_2: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1416
|
+
export { InputUsername_2 as InputUsername }
|
|
1382
1417
|
|
|
1383
|
-
|
|
1418
|
+
declare const LadderizedList_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1419
|
+
export { LadderizedList_2 as LadderizedList }
|
|
1384
1420
|
|
|
1385
|
-
|
|
1421
|
+
declare const LadderizedListBack_2: DefineComponent<ExtractPropTypes<{
|
|
1386
1422
|
label: {
|
|
1387
1423
|
type: StringConstructor;
|
|
1388
1424
|
default: string;
|
|
@@ -1399,34 +1435,43 @@ export declare const LadderizedListBack: DefineComponent<ExtractPropTypes<{
|
|
|
1399
1435
|
}>, {
|
|
1400
1436
|
label: string;
|
|
1401
1437
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1438
|
+
export { LadderizedListBack_2 as LadderizedListBack }
|
|
1402
1439
|
|
|
1403
|
-
|
|
1440
|
+
declare const List_2: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1441
|
+
export { List_2 as List }
|
|
1404
1442
|
|
|
1405
|
-
|
|
1443
|
+
declare const ListItem_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1444
|
+
export { ListItem_2 as ListItem }
|
|
1406
1445
|
|
|
1407
1446
|
export { ListPropTypes }
|
|
1408
1447
|
|
|
1409
|
-
|
|
1448
|
+
declare const Logo_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1449
|
+
export { Logo_2 as Logo }
|
|
1410
1450
|
|
|
1411
1451
|
export { LogoPropTypes }
|
|
1412
1452
|
|
|
1413
|
-
|
|
1453
|
+
declare const Lozenge_2: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1454
|
+
export { Lozenge_2 as Lozenge }
|
|
1414
1455
|
|
|
1415
1456
|
export { LozengePropTypes }
|
|
1416
1457
|
|
|
1417
|
-
|
|
1458
|
+
declare const Modal_2: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1459
|
+
export { Modal_2 as Modal }
|
|
1418
1460
|
|
|
1419
1461
|
export { ModalPropTypes }
|
|
1420
1462
|
|
|
1421
|
-
|
|
1463
|
+
declare const MonthYearPicker_2: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1464
|
+
export { MonthYearPicker_2 as MonthYearPicker }
|
|
1422
1465
|
|
|
1423
1466
|
export { MonthYearPickerPropTypes }
|
|
1424
1467
|
|
|
1425
|
-
|
|
1468
|
+
declare const Popper_2: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1469
|
+
export { Popper_2 as Popper }
|
|
1426
1470
|
|
|
1427
1471
|
export { PopperPropTypes }
|
|
1428
1472
|
|
|
1429
|
-
|
|
1473
|
+
declare const ProgressBar_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1474
|
+
export { ProgressBar_2 as ProgressBar }
|
|
1430
1475
|
|
|
1431
1476
|
export { ProgressBarPropTypes }
|
|
1432
1477
|
|
|
@@ -1453,86 +1498,110 @@ declare interface Props_3 extends Omit<TabComponentProps, 'selectedYear'> {
|
|
|
1453
1498
|
currentPage?: number;
|
|
1454
1499
|
}
|
|
1455
1500
|
|
|
1456
|
-
|
|
1501
|
+
declare const Radio_2: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1502
|
+
export { Radio_2 as Radio }
|
|
1457
1503
|
|
|
1458
|
-
|
|
1504
|
+
declare const RadioGrouped_2: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1505
|
+
export { RadioGrouped_2 as RadioGrouped }
|
|
1459
1506
|
|
|
1460
1507
|
export { RadioPropTypes }
|
|
1461
1508
|
|
|
1462
|
-
|
|
1509
|
+
declare const Select_2: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1510
|
+
export { Select_2 as Select }
|
|
1463
1511
|
|
|
1464
|
-
|
|
1512
|
+
declare const SelectLadderized_2: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1513
|
+
export { SelectLadderized_2 as SelectLadderized }
|
|
1465
1514
|
|
|
1466
|
-
|
|
1515
|
+
declare const SelectMultiple_2: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1516
|
+
export { SelectMultiple_2 as SelectMultiple }
|
|
1467
1517
|
|
|
1468
1518
|
export { SelectPropTypes }
|
|
1469
1519
|
|
|
1470
|
-
|
|
1520
|
+
declare const Sidenav_2: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1521
|
+
export { Sidenav_2 as Sidenav }
|
|
1471
1522
|
|
|
1472
1523
|
export { SidenavPropTypes }
|
|
1473
1524
|
|
|
1474
|
-
|
|
1525
|
+
declare const Sidepanel_2: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1526
|
+
export { Sidepanel_2 as Sidepanel }
|
|
1475
1527
|
|
|
1476
1528
|
export { SidepanelPropTypes }
|
|
1477
1529
|
|
|
1478
|
-
|
|
1530
|
+
declare const Slider_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1479
1531
|
"update:modelValue": (...args: any[]) => void;
|
|
1480
1532
|
slideend: (...args: any[]) => void;
|
|
1481
1533
|
}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1482
1534
|
sliderRef: HTMLDivElement;
|
|
1483
1535
|
}, HTMLDivElement>;
|
|
1536
|
+
export { Slider_2 as Slider }
|
|
1484
1537
|
|
|
1485
1538
|
export { SliderPropTypes }
|
|
1486
1539
|
|
|
1487
|
-
|
|
1540
|
+
declare const Snack_2: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1541
|
+
export { Snack_2 as Snack }
|
|
1488
1542
|
|
|
1489
|
-
|
|
1543
|
+
declare const Snackbar_2: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1544
|
+
export { Snackbar_2 as Snackbar }
|
|
1490
1545
|
|
|
1491
|
-
|
|
1546
|
+
declare const StackingSidepanel_2: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1547
|
+
export { StackingSidepanel_2 as StackingSidepanel }
|
|
1492
1548
|
|
|
1493
|
-
|
|
1549
|
+
declare const Status_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1550
|
+
export { Status_2 as Status }
|
|
1494
1551
|
|
|
1495
1552
|
export { StatusPropTypes }
|
|
1496
1553
|
|
|
1497
|
-
|
|
1554
|
+
declare const Step_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1555
|
+
export { Step_2 as Step }
|
|
1498
1556
|
|
|
1499
|
-
|
|
1557
|
+
declare const Stepper_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1558
|
+
export { Stepper_2 as Stepper }
|
|
1500
1559
|
|
|
1501
1560
|
export { StepperPropTypes }
|
|
1502
1561
|
|
|
1503
|
-
|
|
1562
|
+
declare const Switch_2: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
1563
|
+
export { Switch_2 as Switch }
|
|
1504
1564
|
|
|
1505
1565
|
export { SwitchPropTypes }
|
|
1506
1566
|
|
|
1507
|
-
|
|
1567
|
+
declare const Table_2: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
1568
|
+
export { Table_2 as Table }
|
|
1508
1569
|
|
|
1509
|
-
|
|
1570
|
+
declare const TableActions_2: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
1571
|
+
export { TableActions_2 as TableActions }
|
|
1510
1572
|
|
|
1511
|
-
|
|
1573
|
+
declare const TableChipsTitle_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1574
|
+
export { TableChipsTitle_2 as TableChipsTitle }
|
|
1512
1575
|
|
|
1513
|
-
|
|
1576
|
+
declare const TableLozengeTitle_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1577
|
+
export { TableLozengeTitle_2 as TableLozengeTitle }
|
|
1514
1578
|
|
|
1515
|
-
|
|
1579
|
+
declare const TablePagination_2: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
1580
|
+
export { TablePagination_2 as TablePagination }
|
|
1516
1581
|
|
|
1517
1582
|
export { TablePropTypes }
|
|
1518
1583
|
|
|
1519
|
-
|
|
1584
|
+
declare const Tabs_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1520
1585
|
tabElements: HTMLDivElement[];
|
|
1521
1586
|
}, HTMLDivElement>;
|
|
1587
|
+
export { Tabs_2 as Tabs }
|
|
1522
1588
|
|
|
1523
1589
|
export { TabsPropTypes }
|
|
1524
1590
|
|
|
1525
|
-
|
|
1591
|
+
declare const Textarea_2: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
1592
|
+
export { Textarea_2 as Textarea }
|
|
1526
1593
|
|
|
1527
1594
|
export { TextAreaEmitTypes }
|
|
1528
1595
|
|
|
1529
1596
|
export { TextareaPropTypes }
|
|
1530
1597
|
|
|
1531
|
-
|
|
1598
|
+
declare const TimePicker_2: DefineComponent<any, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, PublicProps, any, any, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1599
|
+
export { TimePicker_2 as TimePicker }
|
|
1532
1600
|
|
|
1533
1601
|
export { TimePickerPropTypes }
|
|
1534
1602
|
|
|
1535
|
-
|
|
1603
|
+
declare const Tooltip_2: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
1604
|
+
export { Tooltip_2 as Tooltip }
|
|
1536
1605
|
|
|
1537
1606
|
export { TooltipPropTypes }
|
|
1538
1607
|
|