vuetify 3.6.0-alpha.2 → 3.6.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/_component-variables-labs.sass +2 -1
- package/dist/json/attributes.json +731 -63
- package/dist/json/importMap-labs.json +32 -20
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +184 -2
- package/dist/json/web-types.json +13002 -10923
- package/dist/vuetify-labs.css +2039 -1927
- package/dist/vuetify-labs.d.ts +3575 -1079
- package/dist/vuetify-labs.esm.js +1047 -390
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1046 -389
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3026 -2941
- package/dist/vuetify.d.ts +927 -306
- package/dist/vuetify.esm.js +625 -363
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +624 -362
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +728 -714
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +128 -127
- package/lib/components/VApp/VApp.sass +15 -13
- package/lib/components/VAppBar/VAppBar.sass +9 -8
- package/lib/components/VAppBar/index.d.mts +10 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +94 -93
- package/lib/components/VAutocomplete/index.d.mts +36 -0
- package/lib/components/VAvatar/VAvatar.sass +26 -25
- package/lib/components/VBadge/VBadge.sass +61 -60
- package/lib/components/VBanner/VBanner.css +1 -1
- package/lib/components/VBanner/VBanner.sass +92 -91
- package/lib/components/VBanner/index.d.mts +15 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +50 -49
- package/lib/components/VBottomSheet/VBottomSheet.sass +28 -26
- package/lib/components/VBottomSheet/index.d.mts +14 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +41 -40
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +204 -200
- package/lib/components/VBtn/index.d.mts +10 -0
- package/lib/components/VBtnGroup/VBtnGroup.sass +47 -46
- package/lib/components/VBtnToggle/VBtnToggle.sass +4 -3
- package/lib/components/VBtnToggle/index.d.mts +1 -0
- package/lib/components/VCard/VCard.css +3 -3
- package/lib/components/VCard/VCard.sass +181 -180
- package/lib/components/VCarousel/VCarousel.sass +50 -49
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -0
- package/lib/components/VCheckbox/VCheckbox.sass +6 -5
- package/lib/components/VChip/VChip.css +1 -1
- package/lib/components/VChip/VChip.sass +78 -76
- package/lib/components/VChipGroup/VChipGroup.sass +20 -18
- package/lib/components/VChipGroup/index.d.mts +16 -0
- package/lib/components/VCode/VCode.sass +10 -8
- package/lib/components/VColorPicker/VColorPicker.sass +18 -17
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +21 -20
- package/lib/components/VColorPicker/VColorPickerEdit.sass +24 -23
- package/lib/components/VColorPicker/VColorPickerPreview.sass +54 -53
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +29 -28
- package/lib/components/VCombobox/VCombobox.mjs +8 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +94 -93
- package/lib/components/VCombobox/index.d.mts +36 -0
- package/lib/components/VCounter/VCounter.sass +7 -5
- package/lib/components/VDataIterator/index.d.mts +2 -0
- package/lib/components/VDataTable/VDataTable.css +36 -1
- package/lib/components/VDataTable/VDataTable.sass +137 -103
- package/lib/components/VDataTable/VDataTableFooter.css +5 -9
- package/lib/components/VDataTable/VDataTableFooter.sass +26 -25
- package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +9 -3
- package/lib/components/VDataTable/index.d.mts +263 -217
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +6 -5
- package/lib/components/VDatePicker/VDatePickerControls.sass +56 -55
- package/lib/components/VDatePicker/VDatePickerHeader.sass +58 -56
- package/lib/components/VDatePicker/VDatePickerMonth.sass +53 -51
- package/lib/components/VDatePicker/VDatePickerMonths.sass +18 -16
- package/lib/components/VDatePicker/VDatePickerYears.sass +14 -12
- package/lib/components/VDialog/VDialog.css +7 -3
- package/lib/components/VDialog/VDialog.mjs +6 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +71 -68
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
- package/lib/components/VDialog/_variables.scss +4 -3
- package/lib/components/VDialog/index.d.mts +60 -10
- package/lib/components/VDivider/VDivider.sass +49 -48
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +172 -171
- package/lib/components/VField/VField.sass +451 -450
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +30 -31
- package/lib/components/VFileInput/index.d.mts +17 -5
- package/lib/components/VFooter/VFooter.sass +17 -16
- package/lib/components/VGrid/VGrid.sass +42 -40
- package/lib/components/VIcon/VIcon.sass +34 -32
- package/lib/components/VImg/VImg.sass +24 -23
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +21 -19
- package/lib/components/VInput/VInput.mjs +6 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +103 -102
- package/lib/components/VInput/index.d.mts +6 -0
- package/lib/components/VItemGroup/VItemGroup.sass +7 -5
- package/lib/components/VKbd/VKbd.sass +10 -9
- package/lib/components/VLabel/VLabel.sass +14 -13
- package/lib/components/VLayout/VLayout.mjs +6 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +10 -7
- package/lib/components/VLayout/VLayoutItem.sass +7 -5
- package/lib/components/VLayout/index.d.mts +36 -0
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +81 -80
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.sass +260 -259
- package/lib/components/VLocaleProvider/VLocaleProvider.sass +5 -2
- package/lib/components/VMain/VMain.sass +22 -21
- package/lib/components/VMenu/VMenu.sass +14 -13
- package/lib/components/VMenu/index.d.mts +56 -0
- package/lib/components/VMessages/VMessages.sass +16 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +14 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +90 -84
- package/lib/components/VNavigationDrawer/index.d.mts +24 -0
- package/lib/components/VNavigationDrawer/touch.mjs +16 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +51 -50
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +57 -55
- package/lib/components/VOverlay/index.d.mts +27 -13
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +14 -12
- package/lib/components/VParallax/VParallax.sass +8 -5
- package/lib/components/VProgressCircular/VProgressCircular.sass +85 -83
- package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +170 -169
- package/lib/components/VProgressLinear/index.d.mts +21 -0
- package/lib/components/VRadioGroup/VRadioGroup.sass +12 -10
- package/lib/components/VRangeSlider/index.d.mts +6 -0
- package/lib/components/VRating/VRating.sass +46 -44
- package/lib/components/VResponsive/VResponsive.sass +21 -19
- package/lib/components/VSelect/VSelect.mjs +5 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +50 -49
- package/lib/components/VSelect/index.d.mts +36 -0
- package/lib/components/VSelectionControl/VSelectionControl.sass +87 -86
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -7
- package/lib/components/VSheet/VSheet.sass +10 -9
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +174 -173
- package/lib/components/VSlideGroup/VSlideGroup.css +14 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +110 -93
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +54 -40
- package/lib/components/VSlideGroup/helpers.mjs +48 -28
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +16 -0
- package/lib/components/VSlider/VSlider.sass +49 -48
- package/lib/components/VSlider/VSliderThumb.sass +129 -128
- package/lib/components/VSlider/VSliderTrack.sass +120 -119
- package/lib/components/VSlider/index.d.mts +6 -0
- package/lib/components/VSnackbar/VSnackbar.css +18 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +103 -83
- package/lib/components/VSnackbar/index.d.mts +42 -0
- package/lib/components/VStepper/VStepper.sass +37 -36
- package/lib/components/VStepper/VStepperItem.sass +69 -67
- package/lib/components/VSwitch/VSwitch.css +14 -2
- package/lib/components/VSwitch/VSwitch.sass +119 -112
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +24 -23
- package/lib/components/VTable/VTable.sass +140 -139
- package/lib/components/VTabs/VTab.sass +27 -25
- package/lib/components/VTabs/VTabs.sass +38 -37
- package/lib/components/VTabs/index.d.mts +49 -6
- package/lib/components/VTextField/VTextField.sass +58 -56
- package/lib/components/VTextField/index.d.mts +15 -3
- package/lib/components/VTextarea/VTextarea.sass +43 -42
- package/lib/components/VTextarea/index.d.mts +15 -3
- package/lib/components/VThemeProvider/VThemeProvider.sass +6 -3
- package/lib/components/VTimeline/VTimeline.sass +308 -307
- package/lib/components/VToolbar/VToolbar.sass +90 -89
- package/lib/components/VTooltip/VTooltip.sass +23 -21
- package/lib/components/VTooltip/index.d.mts +56 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.sass +10 -7
- package/lib/components/VWindow/VWindow.css +1 -0
- package/lib/components/VWindow/VWindow.sass +74 -70
- package/lib/components/VWindow/index.d.mts +1 -0
- package/lib/components/index.d.mts +870 -253
- package/lib/composables/directiveComponent.mjs +4 -2
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/display.mjs +5 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/goto.mjs +40 -3
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs +10 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +35 -33
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +58 -54
- package/lib/labs/VCalendar/VCalendar.sass +160 -158
- package/lib/labs/VCalendar/VCalendarDay.sass +26 -23
- package/lib/labs/VCalendar/VCalendarHeader.sass +12 -10
- package/lib/labs/VCalendar/VCalendarInterval.sass +36 -34
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +9 -6
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +59 -57
- package/lib/labs/VDateInput/VDateInput.mjs +129 -0
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
- package/lib/labs/VDateInput/index.d.mts +1068 -0
- package/lib/labs/VDateInput/index.mjs +2 -0
- package/lib/labs/VDateInput/index.mjs.map +1 -0
- package/lib/labs/VEmptyState/VEmptyState.css +3 -3
- package/lib/labs/VEmptyState/VEmptyState.sass +59 -57
- package/lib/labs/VFab/VFab.css +1 -0
- package/lib/labs/VFab/VFab.mjs +3 -2
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/VFab.sass +62 -60
- package/lib/labs/VFab/index.d.mts +19 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +42 -40
- package/lib/labs/VNumberInput/index.d.mts +56 -29
- package/lib/labs/VPicker/VPicker.sass +49 -48
- package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
- package/lib/labs/VPullToRefresh/index.d.mts +189 -0
- package/lib/labs/VPullToRefresh/index.mjs +2 -0
- package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +2763 -0
- package/lib/labs/VSnackbarQueue/index.mjs +2 -0
- package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +8 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +23 -20
- package/lib/labs/VSpeedDial/index.d.mts +28 -2
- package/lib/labs/VTimePicker/VTimePicker.sass +9 -8
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.sass +114 -113
- package/lib/labs/VTimePicker/VTimePickerControls.sass +90 -90
- package/lib/labs/VTimePicker/_variables.scss +1 -1
- package/lib/labs/VTimePicker/index.d.mts +6 -13
- package/lib/labs/VTreeview/VTreeviewItem.sass +14 -12
- package/lib/labs/VTreeview/{variables.scss → _variables.scss} +0 -2
- package/lib/labs/components.d.mts +5587 -1641
- package/lib/labs/components.mjs +3 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +1 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +9 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/elements/_blockquote.sass +6 -4
- package/lib/styles/elements/_global.sass +20 -18
- package/lib/styles/generic/_animations.scss +13 -9
- package/lib/styles/generic/_colors.scss +36 -35
- package/lib/styles/generic/_index.scss +1 -0
- package/lib/styles/generic/_layers.scss +7 -0
- package/lib/styles/generic/_reset.scss +235 -232
- package/lib/styles/generic/_rtl.scss +10 -6
- package/lib/styles/generic/_transitions.scss +244 -241
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_variables.scss +22 -14
- package/lib/styles/tools/_index.sass +1 -0
- package/lib/styles/tools/_layer.scss +11 -0
- package/lib/styles/utilities/_display.sass +7 -5
- package/lib/styles/utilities/_elevation.scss +8 -6
- package/lib/styles/utilities/_index.sass +28 -29
- package/lib/styles/utilities/_screenreaders.sass +13 -11
- package/package.json +2 -2
|
@@ -0,0 +1,1068 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType } from 'vue';
|
|
3
|
+
|
|
4
|
+
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
5
|
+
|
|
6
|
+
declare const block: readonly ["top", "bottom"];
|
|
7
|
+
declare const inline: readonly ["start", "end", "left", "right"];
|
|
8
|
+
type Tblock = typeof block[number];
|
|
9
|
+
type Tinline = typeof inline[number];
|
|
10
|
+
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
|
11
|
+
|
|
12
|
+
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
13
|
+
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
type ValidationResult = string | boolean;
|
|
17
|
+
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
18
|
+
|
|
19
|
+
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
20
|
+
declare const IconValue: PropType<IconValue>;
|
|
21
|
+
|
|
22
|
+
declare const VDateInput: {
|
|
23
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
24
|
+
reverse: boolean;
|
|
25
|
+
flat: boolean;
|
|
26
|
+
style: vue.StyleValue;
|
|
27
|
+
header: string;
|
|
28
|
+
title: string;
|
|
29
|
+
type: string;
|
|
30
|
+
active: boolean;
|
|
31
|
+
error: boolean;
|
|
32
|
+
disabled: boolean;
|
|
33
|
+
tag: string;
|
|
34
|
+
messages: string | readonly string[];
|
|
35
|
+
placeholder: string;
|
|
36
|
+
transition: string;
|
|
37
|
+
focused: boolean;
|
|
38
|
+
errorMessages: string | readonly string[] | null;
|
|
39
|
+
maxErrors: string | number;
|
|
40
|
+
readonly: boolean | null;
|
|
41
|
+
rules: readonly ValidationRule[];
|
|
42
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
43
|
+
tile: boolean;
|
|
44
|
+
density: Density;
|
|
45
|
+
direction: "horizontal" | "vertical";
|
|
46
|
+
prependIcon: NonNullable<IconValue>;
|
|
47
|
+
clearIcon: IconValue;
|
|
48
|
+
hideSpinButtons: boolean;
|
|
49
|
+
persistentHint: boolean;
|
|
50
|
+
nextIcon: string;
|
|
51
|
+
prevIcon: string;
|
|
52
|
+
autofocus: boolean;
|
|
53
|
+
clearable: boolean;
|
|
54
|
+
dirty: boolean;
|
|
55
|
+
persistentClear: boolean;
|
|
56
|
+
singleLine: boolean;
|
|
57
|
+
persistentPlaceholder: boolean;
|
|
58
|
+
persistentCounter: boolean;
|
|
59
|
+
reverseTransition: string;
|
|
60
|
+
modeIcon: string;
|
|
61
|
+
viewMode: "month" | "year" | "months";
|
|
62
|
+
showAdjacentMonths: boolean;
|
|
63
|
+
weekdays: number[];
|
|
64
|
+
weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
|
|
65
|
+
hideWeekdays: boolean;
|
|
66
|
+
showWeek: boolean;
|
|
67
|
+
landscape: boolean;
|
|
68
|
+
hideHeader: boolean;
|
|
69
|
+
hideActions: boolean;
|
|
70
|
+
cancelText: string;
|
|
71
|
+
okText: string;
|
|
72
|
+
} & {
|
|
73
|
+
class?: any;
|
|
74
|
+
id?: string | undefined;
|
|
75
|
+
label?: string | undefined;
|
|
76
|
+
text?: string | undefined;
|
|
77
|
+
width?: string | number | undefined;
|
|
78
|
+
height?: string | number | undefined;
|
|
79
|
+
theme?: string | undefined;
|
|
80
|
+
color?: string | undefined;
|
|
81
|
+
name?: string | undefined;
|
|
82
|
+
prefix?: string | undefined;
|
|
83
|
+
loading?: string | boolean | undefined;
|
|
84
|
+
counter?: string | number | boolean | undefined;
|
|
85
|
+
month?: string | number | undefined;
|
|
86
|
+
year?: string | number | undefined;
|
|
87
|
+
border?: string | number | boolean | undefined;
|
|
88
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
89
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
90
|
+
modelValue?: any;
|
|
91
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
92
|
+
validationValue?: any;
|
|
93
|
+
rounded?: string | number | boolean | undefined;
|
|
94
|
+
maxHeight?: string | number | undefined;
|
|
95
|
+
maxWidth?: string | number | undefined;
|
|
96
|
+
minHeight?: string | number | undefined;
|
|
97
|
+
minWidth?: string | number | undefined;
|
|
98
|
+
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
|
99
|
+
role?: string | undefined;
|
|
100
|
+
elevation?: string | number | undefined;
|
|
101
|
+
location?: Anchor | undefined;
|
|
102
|
+
baseColor?: string | undefined;
|
|
103
|
+
max?: unknown;
|
|
104
|
+
bgColor?: string | undefined;
|
|
105
|
+
appendIcon?: IconValue | undefined;
|
|
106
|
+
appendInnerIcon?: IconValue | undefined;
|
|
107
|
+
prependInnerIcon?: IconValue | undefined;
|
|
108
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
109
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
110
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
111
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
112
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
113
|
+
centerAffix?: boolean | undefined;
|
|
114
|
+
hint?: string | undefined;
|
|
115
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
116
|
+
suffix?: string | undefined;
|
|
117
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
|
118
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
119
|
+
min?: unknown;
|
|
120
|
+
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
121
|
+
displayValue?: unknown;
|
|
122
|
+
} & {
|
|
123
|
+
$children?: vue.VNodeChild | {
|
|
124
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
125
|
+
} | (() => vue.VNodeChild);
|
|
126
|
+
'v-slots'?: {
|
|
127
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
128
|
+
} | undefined;
|
|
129
|
+
} & {
|
|
130
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
131
|
+
} & {
|
|
132
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
133
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
134
|
+
'update:modelValue': (val: string) => boolean;
|
|
135
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
136
|
+
reverse: boolean;
|
|
137
|
+
flat: boolean;
|
|
138
|
+
style: vue.StyleValue;
|
|
139
|
+
header: string;
|
|
140
|
+
title: string;
|
|
141
|
+
type: string;
|
|
142
|
+
active: boolean;
|
|
143
|
+
error: boolean;
|
|
144
|
+
disabled: boolean;
|
|
145
|
+
tag: string;
|
|
146
|
+
messages: string | readonly string[];
|
|
147
|
+
placeholder: string;
|
|
148
|
+
transition: string;
|
|
149
|
+
focused: boolean;
|
|
150
|
+
errorMessages: string | readonly string[] | null;
|
|
151
|
+
maxErrors: string | number;
|
|
152
|
+
readonly: boolean | null;
|
|
153
|
+
rules: readonly ValidationRule[];
|
|
154
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
155
|
+
tile: boolean;
|
|
156
|
+
density: Density;
|
|
157
|
+
direction: "horizontal" | "vertical";
|
|
158
|
+
prependIcon: NonNullable<IconValue>;
|
|
159
|
+
clearIcon: IconValue;
|
|
160
|
+
hideSpinButtons: boolean;
|
|
161
|
+
persistentHint: boolean;
|
|
162
|
+
nextIcon: string;
|
|
163
|
+
prevIcon: string;
|
|
164
|
+
autofocus: boolean;
|
|
165
|
+
clearable: boolean;
|
|
166
|
+
dirty: boolean;
|
|
167
|
+
persistentClear: boolean;
|
|
168
|
+
singleLine: boolean;
|
|
169
|
+
persistentPlaceholder: boolean;
|
|
170
|
+
persistentCounter: boolean;
|
|
171
|
+
reverseTransition: string;
|
|
172
|
+
modeIcon: string;
|
|
173
|
+
viewMode: "month" | "year" | "months";
|
|
174
|
+
showAdjacentMonths: boolean;
|
|
175
|
+
weekdays: number[];
|
|
176
|
+
weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
|
|
177
|
+
hideWeekdays: boolean;
|
|
178
|
+
showWeek: boolean;
|
|
179
|
+
landscape: boolean;
|
|
180
|
+
hideHeader: boolean;
|
|
181
|
+
hideActions: boolean;
|
|
182
|
+
cancelText: string;
|
|
183
|
+
okText: string;
|
|
184
|
+
} & {
|
|
185
|
+
class?: any;
|
|
186
|
+
id?: string | undefined;
|
|
187
|
+
label?: string | undefined;
|
|
188
|
+
text?: string | undefined;
|
|
189
|
+
width?: string | number | undefined;
|
|
190
|
+
height?: string | number | undefined;
|
|
191
|
+
theme?: string | undefined;
|
|
192
|
+
color?: string | undefined;
|
|
193
|
+
name?: string | undefined;
|
|
194
|
+
prefix?: string | undefined;
|
|
195
|
+
loading?: string | boolean | undefined;
|
|
196
|
+
counter?: string | number | boolean | undefined;
|
|
197
|
+
month?: string | number | undefined;
|
|
198
|
+
year?: string | number | undefined;
|
|
199
|
+
border?: string | number | boolean | undefined;
|
|
200
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
201
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
202
|
+
modelValue?: any;
|
|
203
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
204
|
+
validationValue?: any;
|
|
205
|
+
rounded?: string | number | boolean | undefined;
|
|
206
|
+
maxHeight?: string | number | undefined;
|
|
207
|
+
maxWidth?: string | number | undefined;
|
|
208
|
+
minHeight?: string | number | undefined;
|
|
209
|
+
minWidth?: string | number | undefined;
|
|
210
|
+
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
|
211
|
+
role?: string | undefined;
|
|
212
|
+
elevation?: string | number | undefined;
|
|
213
|
+
location?: Anchor | undefined;
|
|
214
|
+
baseColor?: string | undefined;
|
|
215
|
+
max?: unknown;
|
|
216
|
+
bgColor?: string | undefined;
|
|
217
|
+
appendIcon?: IconValue | undefined;
|
|
218
|
+
appendInnerIcon?: IconValue | undefined;
|
|
219
|
+
prependInnerIcon?: IconValue | undefined;
|
|
220
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
221
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
222
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
223
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
224
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
225
|
+
centerAffix?: boolean | undefined;
|
|
226
|
+
hint?: string | undefined;
|
|
227
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
228
|
+
suffix?: string | undefined;
|
|
229
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
|
230
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
231
|
+
min?: unknown;
|
|
232
|
+
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
233
|
+
displayValue?: unknown;
|
|
234
|
+
} & {
|
|
235
|
+
$children?: vue.VNodeChild | {
|
|
236
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
237
|
+
} | (() => vue.VNodeChild);
|
|
238
|
+
'v-slots'?: {
|
|
239
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
240
|
+
} | undefined;
|
|
241
|
+
} & {
|
|
242
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
243
|
+
} & {
|
|
244
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
245
|
+
}, {
|
|
246
|
+
reverse: boolean;
|
|
247
|
+
flat: boolean;
|
|
248
|
+
style: vue.StyleValue;
|
|
249
|
+
header: string;
|
|
250
|
+
title: string;
|
|
251
|
+
type: string;
|
|
252
|
+
active: boolean;
|
|
253
|
+
error: boolean;
|
|
254
|
+
disabled: boolean;
|
|
255
|
+
tag: string;
|
|
256
|
+
messages: string | readonly string[];
|
|
257
|
+
placeholder: string;
|
|
258
|
+
transition: string;
|
|
259
|
+
focused: boolean;
|
|
260
|
+
errorMessages: string | readonly string[] | null;
|
|
261
|
+
maxErrors: string | number;
|
|
262
|
+
readonly: boolean | null;
|
|
263
|
+
rules: readonly ValidationRule[];
|
|
264
|
+
rounded: string | number | boolean;
|
|
265
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
266
|
+
tile: boolean;
|
|
267
|
+
density: Density;
|
|
268
|
+
direction: "horizontal" | "vertical";
|
|
269
|
+
prependIcon: NonNullable<IconValue>;
|
|
270
|
+
clearIcon: IconValue;
|
|
271
|
+
centerAffix: boolean;
|
|
272
|
+
hideSpinButtons: boolean;
|
|
273
|
+
persistentHint: boolean;
|
|
274
|
+
nextIcon: string;
|
|
275
|
+
prevIcon: string;
|
|
276
|
+
autofocus: boolean;
|
|
277
|
+
clearable: boolean;
|
|
278
|
+
dirty: boolean;
|
|
279
|
+
persistentClear: boolean;
|
|
280
|
+
singleLine: boolean;
|
|
281
|
+
persistentPlaceholder: boolean;
|
|
282
|
+
persistentCounter: boolean;
|
|
283
|
+
reverseTransition: string;
|
|
284
|
+
modeIcon: string;
|
|
285
|
+
viewMode: "month" | "year" | "months";
|
|
286
|
+
showAdjacentMonths: boolean;
|
|
287
|
+
weekdays: number[];
|
|
288
|
+
weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
|
|
289
|
+
hideWeekdays: boolean;
|
|
290
|
+
showWeek: boolean;
|
|
291
|
+
landscape: boolean;
|
|
292
|
+
hideHeader: boolean;
|
|
293
|
+
hideActions: boolean;
|
|
294
|
+
cancelText: string;
|
|
295
|
+
okText: string;
|
|
296
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
297
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
298
|
+
[key: string]: any;
|
|
299
|
+
}>[];
|
|
300
|
+
}>>, {
|
|
301
|
+
P: {};
|
|
302
|
+
B: {};
|
|
303
|
+
D: {};
|
|
304
|
+
C: {};
|
|
305
|
+
M: {};
|
|
306
|
+
Defaults: {};
|
|
307
|
+
}, {
|
|
308
|
+
reverse: boolean;
|
|
309
|
+
flat: boolean;
|
|
310
|
+
style: vue.StyleValue;
|
|
311
|
+
header: string;
|
|
312
|
+
title: string;
|
|
313
|
+
type: string;
|
|
314
|
+
active: boolean;
|
|
315
|
+
error: boolean;
|
|
316
|
+
disabled: boolean;
|
|
317
|
+
tag: string;
|
|
318
|
+
messages: string | readonly string[];
|
|
319
|
+
placeholder: string;
|
|
320
|
+
transition: string;
|
|
321
|
+
focused: boolean;
|
|
322
|
+
errorMessages: string | readonly string[] | null;
|
|
323
|
+
maxErrors: string | number;
|
|
324
|
+
readonly: boolean | null;
|
|
325
|
+
rules: readonly ValidationRule[];
|
|
326
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
327
|
+
tile: boolean;
|
|
328
|
+
density: Density;
|
|
329
|
+
direction: "horizontal" | "vertical";
|
|
330
|
+
prependIcon: NonNullable<IconValue>;
|
|
331
|
+
clearIcon: IconValue;
|
|
332
|
+
hideSpinButtons: boolean;
|
|
333
|
+
persistentHint: boolean;
|
|
334
|
+
nextIcon: string;
|
|
335
|
+
prevIcon: string;
|
|
336
|
+
autofocus: boolean;
|
|
337
|
+
clearable: boolean;
|
|
338
|
+
dirty: boolean;
|
|
339
|
+
persistentClear: boolean;
|
|
340
|
+
singleLine: boolean;
|
|
341
|
+
persistentPlaceholder: boolean;
|
|
342
|
+
persistentCounter: boolean;
|
|
343
|
+
reverseTransition: string;
|
|
344
|
+
modeIcon: string;
|
|
345
|
+
viewMode: "month" | "year" | "months";
|
|
346
|
+
showAdjacentMonths: boolean;
|
|
347
|
+
weekdays: number[];
|
|
348
|
+
weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
|
|
349
|
+
hideWeekdays: boolean;
|
|
350
|
+
showWeek: boolean;
|
|
351
|
+
landscape: boolean;
|
|
352
|
+
hideHeader: boolean;
|
|
353
|
+
hideActions: boolean;
|
|
354
|
+
cancelText: string;
|
|
355
|
+
okText: string;
|
|
356
|
+
} & {
|
|
357
|
+
class?: any;
|
|
358
|
+
id?: string | undefined;
|
|
359
|
+
label?: string | undefined;
|
|
360
|
+
text?: string | undefined;
|
|
361
|
+
width?: string | number | undefined;
|
|
362
|
+
height?: string | number | undefined;
|
|
363
|
+
theme?: string | undefined;
|
|
364
|
+
color?: string | undefined;
|
|
365
|
+
name?: string | undefined;
|
|
366
|
+
prefix?: string | undefined;
|
|
367
|
+
loading?: string | boolean | undefined;
|
|
368
|
+
counter?: string | number | boolean | undefined;
|
|
369
|
+
month?: string | number | undefined;
|
|
370
|
+
year?: string | number | undefined;
|
|
371
|
+
border?: string | number | boolean | undefined;
|
|
372
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
373
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
374
|
+
modelValue?: any;
|
|
375
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
376
|
+
validationValue?: any;
|
|
377
|
+
rounded?: string | number | boolean | undefined;
|
|
378
|
+
maxHeight?: string | number | undefined;
|
|
379
|
+
maxWidth?: string | number | undefined;
|
|
380
|
+
minHeight?: string | number | undefined;
|
|
381
|
+
minWidth?: string | number | undefined;
|
|
382
|
+
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
|
383
|
+
role?: string | undefined;
|
|
384
|
+
elevation?: string | number | undefined;
|
|
385
|
+
location?: Anchor | undefined;
|
|
386
|
+
baseColor?: string | undefined;
|
|
387
|
+
max?: unknown;
|
|
388
|
+
bgColor?: string | undefined;
|
|
389
|
+
appendIcon?: IconValue | undefined;
|
|
390
|
+
appendInnerIcon?: IconValue | undefined;
|
|
391
|
+
prependInnerIcon?: IconValue | undefined;
|
|
392
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
393
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
394
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
395
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
396
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
397
|
+
centerAffix?: boolean | undefined;
|
|
398
|
+
hint?: string | undefined;
|
|
399
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
400
|
+
suffix?: string | undefined;
|
|
401
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
|
402
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
403
|
+
min?: unknown;
|
|
404
|
+
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
405
|
+
displayValue?: unknown;
|
|
406
|
+
} & {
|
|
407
|
+
$children?: vue.VNodeChild | {
|
|
408
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
409
|
+
} | (() => vue.VNodeChild);
|
|
410
|
+
'v-slots'?: {
|
|
411
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
412
|
+
} | undefined;
|
|
413
|
+
} & {
|
|
414
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
415
|
+
} & {
|
|
416
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
417
|
+
}, {}, {}, {}, {}, {
|
|
418
|
+
reverse: boolean;
|
|
419
|
+
flat: boolean;
|
|
420
|
+
style: vue.StyleValue;
|
|
421
|
+
header: string;
|
|
422
|
+
title: string;
|
|
423
|
+
type: string;
|
|
424
|
+
active: boolean;
|
|
425
|
+
error: boolean;
|
|
426
|
+
disabled: boolean;
|
|
427
|
+
tag: string;
|
|
428
|
+
messages: string | readonly string[];
|
|
429
|
+
placeholder: string;
|
|
430
|
+
transition: string;
|
|
431
|
+
focused: boolean;
|
|
432
|
+
errorMessages: string | readonly string[] | null;
|
|
433
|
+
maxErrors: string | number;
|
|
434
|
+
readonly: boolean | null;
|
|
435
|
+
rules: readonly ValidationRule[];
|
|
436
|
+
rounded: string | number | boolean;
|
|
437
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
438
|
+
tile: boolean;
|
|
439
|
+
density: Density;
|
|
440
|
+
direction: "horizontal" | "vertical";
|
|
441
|
+
prependIcon: NonNullable<IconValue>;
|
|
442
|
+
clearIcon: IconValue;
|
|
443
|
+
centerAffix: boolean;
|
|
444
|
+
hideSpinButtons: boolean;
|
|
445
|
+
persistentHint: boolean;
|
|
446
|
+
nextIcon: string;
|
|
447
|
+
prevIcon: string;
|
|
448
|
+
autofocus: boolean;
|
|
449
|
+
clearable: boolean;
|
|
450
|
+
dirty: boolean;
|
|
451
|
+
persistentClear: boolean;
|
|
452
|
+
singleLine: boolean;
|
|
453
|
+
persistentPlaceholder: boolean;
|
|
454
|
+
persistentCounter: boolean;
|
|
455
|
+
reverseTransition: string;
|
|
456
|
+
modeIcon: string;
|
|
457
|
+
viewMode: "month" | "year" | "months";
|
|
458
|
+
showAdjacentMonths: boolean;
|
|
459
|
+
weekdays: number[];
|
|
460
|
+
weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
|
|
461
|
+
hideWeekdays: boolean;
|
|
462
|
+
showWeek: boolean;
|
|
463
|
+
landscape: boolean;
|
|
464
|
+
hideHeader: boolean;
|
|
465
|
+
hideActions: boolean;
|
|
466
|
+
cancelText: string;
|
|
467
|
+
okText: string;
|
|
468
|
+
}>;
|
|
469
|
+
__isFragment?: undefined;
|
|
470
|
+
__isTeleport?: undefined;
|
|
471
|
+
__isSuspense?: undefined;
|
|
472
|
+
} & vue.ComponentOptionsBase<{
|
|
473
|
+
reverse: boolean;
|
|
474
|
+
flat: boolean;
|
|
475
|
+
style: vue.StyleValue;
|
|
476
|
+
header: string;
|
|
477
|
+
title: string;
|
|
478
|
+
type: string;
|
|
479
|
+
active: boolean;
|
|
480
|
+
error: boolean;
|
|
481
|
+
disabled: boolean;
|
|
482
|
+
tag: string;
|
|
483
|
+
messages: string | readonly string[];
|
|
484
|
+
placeholder: string;
|
|
485
|
+
transition: string;
|
|
486
|
+
focused: boolean;
|
|
487
|
+
errorMessages: string | readonly string[] | null;
|
|
488
|
+
maxErrors: string | number;
|
|
489
|
+
readonly: boolean | null;
|
|
490
|
+
rules: readonly ValidationRule[];
|
|
491
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
492
|
+
tile: boolean;
|
|
493
|
+
density: Density;
|
|
494
|
+
direction: "horizontal" | "vertical";
|
|
495
|
+
prependIcon: NonNullable<IconValue>;
|
|
496
|
+
clearIcon: IconValue;
|
|
497
|
+
hideSpinButtons: boolean;
|
|
498
|
+
persistentHint: boolean;
|
|
499
|
+
nextIcon: string;
|
|
500
|
+
prevIcon: string;
|
|
501
|
+
autofocus: boolean;
|
|
502
|
+
clearable: boolean;
|
|
503
|
+
dirty: boolean;
|
|
504
|
+
persistentClear: boolean;
|
|
505
|
+
singleLine: boolean;
|
|
506
|
+
persistentPlaceholder: boolean;
|
|
507
|
+
persistentCounter: boolean;
|
|
508
|
+
reverseTransition: string;
|
|
509
|
+
modeIcon: string;
|
|
510
|
+
viewMode: "month" | "year" | "months";
|
|
511
|
+
showAdjacentMonths: boolean;
|
|
512
|
+
weekdays: number[];
|
|
513
|
+
weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
|
|
514
|
+
hideWeekdays: boolean;
|
|
515
|
+
showWeek: boolean;
|
|
516
|
+
landscape: boolean;
|
|
517
|
+
hideHeader: boolean;
|
|
518
|
+
hideActions: boolean;
|
|
519
|
+
cancelText: string;
|
|
520
|
+
okText: string;
|
|
521
|
+
} & {
|
|
522
|
+
class?: any;
|
|
523
|
+
id?: string | undefined;
|
|
524
|
+
label?: string | undefined;
|
|
525
|
+
text?: string | undefined;
|
|
526
|
+
width?: string | number | undefined;
|
|
527
|
+
height?: string | number | undefined;
|
|
528
|
+
theme?: string | undefined;
|
|
529
|
+
color?: string | undefined;
|
|
530
|
+
name?: string | undefined;
|
|
531
|
+
prefix?: string | undefined;
|
|
532
|
+
loading?: string | boolean | undefined;
|
|
533
|
+
counter?: string | number | boolean | undefined;
|
|
534
|
+
month?: string | number | undefined;
|
|
535
|
+
year?: string | number | undefined;
|
|
536
|
+
border?: string | number | boolean | undefined;
|
|
537
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
538
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
539
|
+
modelValue?: any;
|
|
540
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
541
|
+
validationValue?: any;
|
|
542
|
+
rounded?: string | number | boolean | undefined;
|
|
543
|
+
maxHeight?: string | number | undefined;
|
|
544
|
+
maxWidth?: string | number | undefined;
|
|
545
|
+
minHeight?: string | number | undefined;
|
|
546
|
+
minWidth?: string | number | undefined;
|
|
547
|
+
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
|
548
|
+
role?: string | undefined;
|
|
549
|
+
elevation?: string | number | undefined;
|
|
550
|
+
location?: Anchor | undefined;
|
|
551
|
+
baseColor?: string | undefined;
|
|
552
|
+
max?: unknown;
|
|
553
|
+
bgColor?: string | undefined;
|
|
554
|
+
appendIcon?: IconValue | undefined;
|
|
555
|
+
appendInnerIcon?: IconValue | undefined;
|
|
556
|
+
prependInnerIcon?: IconValue | undefined;
|
|
557
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
558
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
559
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
560
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
561
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
562
|
+
centerAffix?: boolean | undefined;
|
|
563
|
+
hint?: string | undefined;
|
|
564
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
565
|
+
suffix?: string | undefined;
|
|
566
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
|
567
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
568
|
+
min?: unknown;
|
|
569
|
+
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
570
|
+
displayValue?: unknown;
|
|
571
|
+
} & {
|
|
572
|
+
$children?: vue.VNodeChild | {
|
|
573
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
574
|
+
} | (() => vue.VNodeChild);
|
|
575
|
+
'v-slots'?: {
|
|
576
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
577
|
+
} | undefined;
|
|
578
|
+
} & {
|
|
579
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
580
|
+
} & {
|
|
581
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
582
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
583
|
+
'update:modelValue': (val: string) => boolean;
|
|
584
|
+
}, string, {
|
|
585
|
+
reverse: boolean;
|
|
586
|
+
flat: boolean;
|
|
587
|
+
style: vue.StyleValue;
|
|
588
|
+
header: string;
|
|
589
|
+
title: string;
|
|
590
|
+
type: string;
|
|
591
|
+
active: boolean;
|
|
592
|
+
error: boolean;
|
|
593
|
+
disabled: boolean;
|
|
594
|
+
tag: string;
|
|
595
|
+
messages: string | readonly string[];
|
|
596
|
+
placeholder: string;
|
|
597
|
+
transition: string;
|
|
598
|
+
focused: boolean;
|
|
599
|
+
errorMessages: string | readonly string[] | null;
|
|
600
|
+
maxErrors: string | number;
|
|
601
|
+
readonly: boolean | null;
|
|
602
|
+
rules: readonly ValidationRule[];
|
|
603
|
+
rounded: string | number | boolean;
|
|
604
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
605
|
+
tile: boolean;
|
|
606
|
+
density: Density;
|
|
607
|
+
direction: "horizontal" | "vertical";
|
|
608
|
+
prependIcon: NonNullable<IconValue>;
|
|
609
|
+
clearIcon: IconValue;
|
|
610
|
+
centerAffix: boolean;
|
|
611
|
+
hideSpinButtons: boolean;
|
|
612
|
+
persistentHint: boolean;
|
|
613
|
+
nextIcon: string;
|
|
614
|
+
prevIcon: string;
|
|
615
|
+
autofocus: boolean;
|
|
616
|
+
clearable: boolean;
|
|
617
|
+
dirty: boolean;
|
|
618
|
+
persistentClear: boolean;
|
|
619
|
+
singleLine: boolean;
|
|
620
|
+
persistentPlaceholder: boolean;
|
|
621
|
+
persistentCounter: boolean;
|
|
622
|
+
reverseTransition: string;
|
|
623
|
+
modeIcon: string;
|
|
624
|
+
viewMode: "month" | "year" | "months";
|
|
625
|
+
showAdjacentMonths: boolean;
|
|
626
|
+
weekdays: number[];
|
|
627
|
+
weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
|
|
628
|
+
hideWeekdays: boolean;
|
|
629
|
+
showWeek: boolean;
|
|
630
|
+
landscape: boolean;
|
|
631
|
+
hideHeader: boolean;
|
|
632
|
+
hideActions: boolean;
|
|
633
|
+
cancelText: string;
|
|
634
|
+
okText: string;
|
|
635
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
636
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
637
|
+
[key: string]: any;
|
|
638
|
+
}>[];
|
|
639
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
640
|
+
class: vue.PropType<any>;
|
|
641
|
+
style: {
|
|
642
|
+
type: vue.PropType<vue.StyleValue>;
|
|
643
|
+
default: null;
|
|
644
|
+
};
|
|
645
|
+
header: {
|
|
646
|
+
type: StringConstructor;
|
|
647
|
+
default: string;
|
|
648
|
+
};
|
|
649
|
+
title: {
|
|
650
|
+
type: vue.PropType<string>;
|
|
651
|
+
default: string;
|
|
652
|
+
};
|
|
653
|
+
text: StringConstructor;
|
|
654
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
655
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
656
|
+
theme: StringConstructor;
|
|
657
|
+
color: StringConstructor;
|
|
658
|
+
disabled: BooleanConstructor;
|
|
659
|
+
tag: {
|
|
660
|
+
type: StringConstructor;
|
|
661
|
+
default: string;
|
|
662
|
+
};
|
|
663
|
+
month: (StringConstructor | NumberConstructor)[];
|
|
664
|
+
year: (StringConstructor | NumberConstructor)[];
|
|
665
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
666
|
+
transition: {
|
|
667
|
+
type: StringConstructor;
|
|
668
|
+
default: string;
|
|
669
|
+
};
|
|
670
|
+
position: {
|
|
671
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
672
|
+
validator: (v: any) => boolean;
|
|
673
|
+
};
|
|
674
|
+
modelValue: null;
|
|
675
|
+
rounded: {
|
|
676
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
677
|
+
default: undefined;
|
|
678
|
+
};
|
|
679
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
680
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
681
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
682
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
683
|
+
multiple: vue.PropType<number | boolean | (string & {}) | "range">;
|
|
684
|
+
tile: BooleanConstructor;
|
|
685
|
+
elevation: {
|
|
686
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
687
|
+
validator(v: any): boolean;
|
|
688
|
+
};
|
|
689
|
+
location: vue.PropType<Anchor>;
|
|
690
|
+
max: vue.PropType<unknown>;
|
|
691
|
+
bgColor: StringConstructor;
|
|
692
|
+
nextIcon: {
|
|
693
|
+
type: StringConstructor[];
|
|
694
|
+
default: string;
|
|
695
|
+
};
|
|
696
|
+
prevIcon: {
|
|
697
|
+
type: StringConstructor[];
|
|
698
|
+
default: string;
|
|
699
|
+
};
|
|
700
|
+
min: vue.PropType<unknown>;
|
|
701
|
+
reverseTransition: {
|
|
702
|
+
type: StringConstructor;
|
|
703
|
+
default: string;
|
|
704
|
+
};
|
|
705
|
+
modeIcon: {
|
|
706
|
+
type: StringConstructor[];
|
|
707
|
+
default: string;
|
|
708
|
+
};
|
|
709
|
+
viewMode: {
|
|
710
|
+
type: vue.PropType<"month" | "year" | "months">;
|
|
711
|
+
default: string;
|
|
712
|
+
};
|
|
713
|
+
showAdjacentMonths: BooleanConstructor;
|
|
714
|
+
weekdays: {
|
|
715
|
+
type: {
|
|
716
|
+
(arrayLength: number): number[];
|
|
717
|
+
(...items: number[]): number[];
|
|
718
|
+
new (arrayLength: number): number[];
|
|
719
|
+
new (...items: number[]): number[];
|
|
720
|
+
isArray(arg: any): arg is any[];
|
|
721
|
+
readonly prototype: any[];
|
|
722
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
723
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
724
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
725
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
726
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
727
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
728
|
+
};
|
|
729
|
+
default: () => number[];
|
|
730
|
+
};
|
|
731
|
+
weeksInMonth: Omit<Omit<{
|
|
732
|
+
type: vue.PropType<"static" | "dynamic">;
|
|
733
|
+
default: string;
|
|
734
|
+
}, "default" | "type"> & {
|
|
735
|
+
type: vue.PropType<NonNullable<"static" | "dynamic">>;
|
|
736
|
+
default: NonNullable<"static" | "dynamic">;
|
|
737
|
+
}, "default" | "type"> & {
|
|
738
|
+
type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
|
|
739
|
+
default: NonNullable<NonNullable<"static" | "dynamic">>;
|
|
740
|
+
};
|
|
741
|
+
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
742
|
+
displayValue: vue.PropType<unknown>;
|
|
743
|
+
hideWeekdays: BooleanConstructor;
|
|
744
|
+
showWeek: BooleanConstructor;
|
|
745
|
+
landscape: BooleanConstructor;
|
|
746
|
+
hideHeader: {
|
|
747
|
+
type: vue.PropType<boolean>;
|
|
748
|
+
default: boolean;
|
|
749
|
+
};
|
|
750
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
751
|
+
appendInnerIcon: vue.PropType<IconValue>;
|
|
752
|
+
clearable: BooleanConstructor;
|
|
753
|
+
clearIcon: {
|
|
754
|
+
type: vue.PropType<IconValue>;
|
|
755
|
+
default: string;
|
|
756
|
+
};
|
|
757
|
+
active: BooleanConstructor;
|
|
758
|
+
centerAffix: {
|
|
759
|
+
type: BooleanConstructor;
|
|
760
|
+
default: undefined;
|
|
761
|
+
};
|
|
762
|
+
baseColor: StringConstructor;
|
|
763
|
+
dirty: BooleanConstructor;
|
|
764
|
+
error: BooleanConstructor;
|
|
765
|
+
flat: BooleanConstructor;
|
|
766
|
+
label: StringConstructor;
|
|
767
|
+
persistentClear: BooleanConstructor;
|
|
768
|
+
prependInnerIcon: vue.PropType<IconValue>;
|
|
769
|
+
reverse: BooleanConstructor;
|
|
770
|
+
singleLine: BooleanConstructor;
|
|
771
|
+
variant: {
|
|
772
|
+
type: vue.PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
773
|
+
default: string;
|
|
774
|
+
validator: (v: any) => boolean;
|
|
775
|
+
};
|
|
776
|
+
'onClick:clear': vue.PropType<(args_0: MouseEvent) => void>;
|
|
777
|
+
'onClick:appendInner': vue.PropType<(args_0: MouseEvent) => void>;
|
|
778
|
+
'onClick:prependInner': vue.PropType<(args_0: MouseEvent) => void>;
|
|
779
|
+
focused: BooleanConstructor;
|
|
780
|
+
'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
|
|
781
|
+
errorMessages: {
|
|
782
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
783
|
+
default: () => never[];
|
|
784
|
+
};
|
|
785
|
+
maxErrors: {
|
|
786
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
787
|
+
default: number;
|
|
788
|
+
};
|
|
789
|
+
name: StringConstructor;
|
|
790
|
+
readonly: {
|
|
791
|
+
type: vue.PropType<boolean | null>;
|
|
792
|
+
default: null;
|
|
793
|
+
};
|
|
794
|
+
rules: {
|
|
795
|
+
type: vue.PropType<readonly ValidationRule[]>;
|
|
796
|
+
default: () => never[];
|
|
797
|
+
};
|
|
798
|
+
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
|
799
|
+
validationValue: null;
|
|
800
|
+
density: {
|
|
801
|
+
type: vue.PropType<Density>;
|
|
802
|
+
default: string;
|
|
803
|
+
validator: (v: any) => boolean;
|
|
804
|
+
};
|
|
805
|
+
id: StringConstructor;
|
|
806
|
+
appendIcon: vue.PropType<IconValue>;
|
|
807
|
+
prependIcon: {
|
|
808
|
+
type: vue.PropType<NonNullable<IconValue>>;
|
|
809
|
+
default: NonNullable<IconValue>;
|
|
810
|
+
};
|
|
811
|
+
hideDetails: vue.PropType<boolean | "auto">;
|
|
812
|
+
hideSpinButtons: BooleanConstructor;
|
|
813
|
+
hint: StringConstructor;
|
|
814
|
+
persistentHint: BooleanConstructor;
|
|
815
|
+
messages: {
|
|
816
|
+
type: vue.PropType<string | readonly string[]>;
|
|
817
|
+
default: () => never[];
|
|
818
|
+
};
|
|
819
|
+
direction: {
|
|
820
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
|
821
|
+
default: string;
|
|
822
|
+
validator: (v: any) => boolean;
|
|
823
|
+
};
|
|
824
|
+
'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
|
|
825
|
+
'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
|
|
826
|
+
autofocus: BooleanConstructor;
|
|
827
|
+
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
828
|
+
counterValue: vue.PropType<number | ((value: any) => number)>;
|
|
829
|
+
prefix: StringConstructor;
|
|
830
|
+
placeholder: {
|
|
831
|
+
type: vue.PropType<string>;
|
|
832
|
+
default: string;
|
|
833
|
+
};
|
|
834
|
+
persistentPlaceholder: BooleanConstructor;
|
|
835
|
+
persistentCounter: BooleanConstructor;
|
|
836
|
+
suffix: StringConstructor;
|
|
837
|
+
role: StringConstructor;
|
|
838
|
+
type: {
|
|
839
|
+
type: StringConstructor;
|
|
840
|
+
default: string;
|
|
841
|
+
};
|
|
842
|
+
modelModifiers: vue.PropType<Record<string, boolean>>;
|
|
843
|
+
cancelText: {
|
|
844
|
+
type: StringConstructor;
|
|
845
|
+
default: string;
|
|
846
|
+
};
|
|
847
|
+
okText: {
|
|
848
|
+
type: StringConstructor;
|
|
849
|
+
default: string;
|
|
850
|
+
};
|
|
851
|
+
hideActions: BooleanConstructor;
|
|
852
|
+
}, vue.ExtractPropTypes<{
|
|
853
|
+
class: vue.PropType<any>;
|
|
854
|
+
style: {
|
|
855
|
+
type: vue.PropType<vue.StyleValue>;
|
|
856
|
+
default: null;
|
|
857
|
+
};
|
|
858
|
+
header: {
|
|
859
|
+
type: StringConstructor;
|
|
860
|
+
default: string;
|
|
861
|
+
};
|
|
862
|
+
title: {
|
|
863
|
+
type: vue.PropType<string>;
|
|
864
|
+
default: string;
|
|
865
|
+
};
|
|
866
|
+
text: StringConstructor;
|
|
867
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
868
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
869
|
+
theme: StringConstructor;
|
|
870
|
+
color: StringConstructor;
|
|
871
|
+
disabled: BooleanConstructor;
|
|
872
|
+
tag: {
|
|
873
|
+
type: StringConstructor;
|
|
874
|
+
default: string;
|
|
875
|
+
};
|
|
876
|
+
month: (StringConstructor | NumberConstructor)[];
|
|
877
|
+
year: (StringConstructor | NumberConstructor)[];
|
|
878
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
879
|
+
transition: {
|
|
880
|
+
type: StringConstructor;
|
|
881
|
+
default: string;
|
|
882
|
+
};
|
|
883
|
+
position: {
|
|
884
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
885
|
+
validator: (v: any) => boolean;
|
|
886
|
+
};
|
|
887
|
+
modelValue: null;
|
|
888
|
+
rounded: {
|
|
889
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
890
|
+
default: undefined;
|
|
891
|
+
};
|
|
892
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
893
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
894
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
895
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
896
|
+
multiple: vue.PropType<number | boolean | (string & {}) | "range">;
|
|
897
|
+
tile: BooleanConstructor;
|
|
898
|
+
elevation: {
|
|
899
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
900
|
+
validator(v: any): boolean;
|
|
901
|
+
};
|
|
902
|
+
location: vue.PropType<Anchor>;
|
|
903
|
+
max: vue.PropType<unknown>;
|
|
904
|
+
bgColor: StringConstructor;
|
|
905
|
+
nextIcon: {
|
|
906
|
+
type: StringConstructor[];
|
|
907
|
+
default: string;
|
|
908
|
+
};
|
|
909
|
+
prevIcon: {
|
|
910
|
+
type: StringConstructor[];
|
|
911
|
+
default: string;
|
|
912
|
+
};
|
|
913
|
+
min: vue.PropType<unknown>;
|
|
914
|
+
reverseTransition: {
|
|
915
|
+
type: StringConstructor;
|
|
916
|
+
default: string;
|
|
917
|
+
};
|
|
918
|
+
modeIcon: {
|
|
919
|
+
type: StringConstructor[];
|
|
920
|
+
default: string;
|
|
921
|
+
};
|
|
922
|
+
viewMode: {
|
|
923
|
+
type: vue.PropType<"month" | "year" | "months">;
|
|
924
|
+
default: string;
|
|
925
|
+
};
|
|
926
|
+
showAdjacentMonths: BooleanConstructor;
|
|
927
|
+
weekdays: {
|
|
928
|
+
type: {
|
|
929
|
+
(arrayLength: number): number[];
|
|
930
|
+
(...items: number[]): number[];
|
|
931
|
+
new (arrayLength: number): number[];
|
|
932
|
+
new (...items: number[]): number[];
|
|
933
|
+
isArray(arg: any): arg is any[];
|
|
934
|
+
readonly prototype: any[];
|
|
935
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
936
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
937
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
938
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
939
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
940
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
941
|
+
};
|
|
942
|
+
default: () => number[];
|
|
943
|
+
};
|
|
944
|
+
weeksInMonth: Omit<Omit<{
|
|
945
|
+
type: vue.PropType<"static" | "dynamic">;
|
|
946
|
+
default: string;
|
|
947
|
+
}, "default" | "type"> & {
|
|
948
|
+
type: vue.PropType<NonNullable<"static" | "dynamic">>;
|
|
949
|
+
default: NonNullable<"static" | "dynamic">;
|
|
950
|
+
}, "default" | "type"> & {
|
|
951
|
+
type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
|
|
952
|
+
default: NonNullable<NonNullable<"static" | "dynamic">>;
|
|
953
|
+
};
|
|
954
|
+
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
955
|
+
displayValue: vue.PropType<unknown>;
|
|
956
|
+
hideWeekdays: BooleanConstructor;
|
|
957
|
+
showWeek: BooleanConstructor;
|
|
958
|
+
landscape: BooleanConstructor;
|
|
959
|
+
hideHeader: {
|
|
960
|
+
type: vue.PropType<boolean>;
|
|
961
|
+
default: boolean;
|
|
962
|
+
};
|
|
963
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
964
|
+
appendInnerIcon: vue.PropType<IconValue>;
|
|
965
|
+
clearable: BooleanConstructor;
|
|
966
|
+
clearIcon: {
|
|
967
|
+
type: vue.PropType<IconValue>;
|
|
968
|
+
default: string;
|
|
969
|
+
};
|
|
970
|
+
active: BooleanConstructor;
|
|
971
|
+
centerAffix: {
|
|
972
|
+
type: BooleanConstructor;
|
|
973
|
+
default: undefined;
|
|
974
|
+
};
|
|
975
|
+
baseColor: StringConstructor;
|
|
976
|
+
dirty: BooleanConstructor;
|
|
977
|
+
error: BooleanConstructor;
|
|
978
|
+
flat: BooleanConstructor;
|
|
979
|
+
label: StringConstructor;
|
|
980
|
+
persistentClear: BooleanConstructor;
|
|
981
|
+
prependInnerIcon: vue.PropType<IconValue>;
|
|
982
|
+
reverse: BooleanConstructor;
|
|
983
|
+
singleLine: BooleanConstructor;
|
|
984
|
+
variant: {
|
|
985
|
+
type: vue.PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
986
|
+
default: string;
|
|
987
|
+
validator: (v: any) => boolean;
|
|
988
|
+
};
|
|
989
|
+
'onClick:clear': vue.PropType<(args_0: MouseEvent) => void>;
|
|
990
|
+
'onClick:appendInner': vue.PropType<(args_0: MouseEvent) => void>;
|
|
991
|
+
'onClick:prependInner': vue.PropType<(args_0: MouseEvent) => void>;
|
|
992
|
+
focused: BooleanConstructor;
|
|
993
|
+
'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
|
|
994
|
+
errorMessages: {
|
|
995
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
996
|
+
default: () => never[];
|
|
997
|
+
};
|
|
998
|
+
maxErrors: {
|
|
999
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1000
|
+
default: number;
|
|
1001
|
+
};
|
|
1002
|
+
name: StringConstructor;
|
|
1003
|
+
readonly: {
|
|
1004
|
+
type: vue.PropType<boolean | null>;
|
|
1005
|
+
default: null;
|
|
1006
|
+
};
|
|
1007
|
+
rules: {
|
|
1008
|
+
type: vue.PropType<readonly ValidationRule[]>;
|
|
1009
|
+
default: () => never[];
|
|
1010
|
+
};
|
|
1011
|
+
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
|
1012
|
+
validationValue: null;
|
|
1013
|
+
density: {
|
|
1014
|
+
type: vue.PropType<Density>;
|
|
1015
|
+
default: string;
|
|
1016
|
+
validator: (v: any) => boolean;
|
|
1017
|
+
};
|
|
1018
|
+
id: StringConstructor;
|
|
1019
|
+
appendIcon: vue.PropType<IconValue>;
|
|
1020
|
+
prependIcon: {
|
|
1021
|
+
type: vue.PropType<NonNullable<IconValue>>;
|
|
1022
|
+
default: NonNullable<IconValue>;
|
|
1023
|
+
};
|
|
1024
|
+
hideDetails: vue.PropType<boolean | "auto">;
|
|
1025
|
+
hideSpinButtons: BooleanConstructor;
|
|
1026
|
+
hint: StringConstructor;
|
|
1027
|
+
persistentHint: BooleanConstructor;
|
|
1028
|
+
messages: {
|
|
1029
|
+
type: vue.PropType<string | readonly string[]>;
|
|
1030
|
+
default: () => never[];
|
|
1031
|
+
};
|
|
1032
|
+
direction: {
|
|
1033
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
|
1034
|
+
default: string;
|
|
1035
|
+
validator: (v: any) => boolean;
|
|
1036
|
+
};
|
|
1037
|
+
'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
|
|
1038
|
+
'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
|
|
1039
|
+
autofocus: BooleanConstructor;
|
|
1040
|
+
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
1041
|
+
counterValue: vue.PropType<number | ((value: any) => number)>;
|
|
1042
|
+
prefix: StringConstructor;
|
|
1043
|
+
placeholder: {
|
|
1044
|
+
type: vue.PropType<string>;
|
|
1045
|
+
default: string;
|
|
1046
|
+
};
|
|
1047
|
+
persistentPlaceholder: BooleanConstructor;
|
|
1048
|
+
persistentCounter: BooleanConstructor;
|
|
1049
|
+
suffix: StringConstructor;
|
|
1050
|
+
role: StringConstructor;
|
|
1051
|
+
type: {
|
|
1052
|
+
type: StringConstructor;
|
|
1053
|
+
default: string;
|
|
1054
|
+
};
|
|
1055
|
+
modelModifiers: vue.PropType<Record<string, boolean>>;
|
|
1056
|
+
cancelText: {
|
|
1057
|
+
type: StringConstructor;
|
|
1058
|
+
default: string;
|
|
1059
|
+
};
|
|
1060
|
+
okText: {
|
|
1061
|
+
type: StringConstructor;
|
|
1062
|
+
default: string;
|
|
1063
|
+
};
|
|
1064
|
+
hideActions: BooleanConstructor;
|
|
1065
|
+
}>>;
|
|
1066
|
+
type VDateInput = InstanceType<typeof VDateInput>;
|
|
1067
|
+
|
|
1068
|
+
export { VDateInput };
|