@vuetify/nightly 3.7.4-next.2024-11-06 → 3.7.5-master.2024-12-03
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/json/attributes.json +1561 -1561
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +120 -120
- package/dist/json/web-types.json +2945 -2945
- package/dist/vuetify-labs.css +25432 -23715
- package/dist/vuetify-labs.d.ts +14220 -3389
- package/dist/vuetify-labs.esm.js +73 -70
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +73 -70
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.css +23969 -22249
- package/dist/vuetify.d.ts +11832 -2652
- package/dist/vuetify.esm.js +62 -60
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +62 -60
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +37 -37
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +215 -207
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +86 -8
- package/lib/components/VApp/VApp.css +15 -16
- package/lib/components/VApp/index.d.mts +20 -4
- package/lib/components/VAppBar/VAppBar.css +12 -14
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +148 -12
- package/lib/components/VAutocomplete/VAutocomplete.css +85 -86
- package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1396 -237
- package/lib/components/VAvatar/VAvatar.css +106 -108
- package/lib/components/VAvatar/index.d.mts +31 -4
- package/lib/components/VBadge/VBadge.css +77 -73
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/VBadge.sass +4 -0
- package/lib/components/VBadge/index.d.mts +41 -4
- package/lib/components/VBanner/VBanner.css +166 -161
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +88 -12
- package/lib/components/VBottomNavigation/VBottomNavigation.css +63 -64
- package/lib/components/VBottomNavigation/index.d.mts +32 -4
- package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +88 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +65 -12
- package/lib/components/VBtn/VBtn.css +408 -385
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +72 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +28 -4
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +24 -4
- package/lib/components/VCard/VCard.css +302 -294
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +190 -24
- package/lib/components/VCarousel/VCarousel.css +65 -63
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +86 -8
- package/lib/components/VCheckbox/VCheckbox.css +5 -7
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +90 -8
- package/lib/components/VChip/VChip.css +411 -378
- package/lib/components/VChip/VChip.mjs +4 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +113 -12
- package/lib/components/VChipGroup/VChipGroup.css +18 -19
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +28 -4
- package/lib/components/VCode/VCode.css +8 -10
- package/lib/components/VCode/index.d.mts +18 -4
- package/lib/components/VColorPicker/VColorPicker.css +22 -22
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
- package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
- package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
- package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VColorPicker/index.d.mts +68 -4
- package/lib/components/VCombobox/VCombobox.css +85 -86
- package/lib/components/VCombobox/VCombobox.mjs +5 -5
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1396 -237
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +2 -2
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +16 -13
- package/lib/components/VCounter/VCounter.css +5 -7
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +31 -9
- package/lib/components/VDataIterator/index.d.mts +56 -12
- package/lib/components/VDataTable/VDataTable.css +186 -189
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTable.sass +10 -20
- package/lib/components/VDataTable/VDataTableFooter.css +31 -33
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/index.d.mts +388 -36
- package/lib/components/VDatePicker/VDatePicker.css +6 -8
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +56 -54
- package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
- package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +281 -29
- package/lib/components/VDefaultsProvider/index.d.mts +20 -4
- package/lib/components/VDialog/VDialog.css +95 -95
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +389 -143
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VDivider/index.d.mts +24 -4
- package/lib/components/VEmptyState/VEmptyState.css +67 -62
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +66 -4
- package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +152 -16
- package/lib/components/VFab/VFab.css +69 -74
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.sass +4 -5
- package/lib/components/VFab/index.d.mts +78 -9
- package/lib/components/VField/VField.css +579 -539
- package/lib/components/VField/VField.mjs +3 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +59 -11
- package/lib/components/VFileInput/VFileInput.css +29 -31
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +256 -71
- package/lib/components/VFooter/VFooter.css +36 -38
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +29 -4
- package/lib/components/VForm/index.d.mts +175 -267
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/VGrid.css +592 -565
- package/lib/components/VGrid/index.d.mts +118 -16
- package/lib/components/VHover/index.d.mts +33 -4
- package/lib/components/VIcon/VIcon.css +52 -51
- package/lib/components/VIcon/index.d.mts +75 -17
- package/lib/components/VImg/VImg.css +51 -50
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +74 -19
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +46 -4
- package/lib/components/VInput/VInput.css +142 -131
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +37 -4
- package/lib/components/VItemGroup/VItemGroup.css +5 -7
- package/lib/components/VItemGroup/index.d.mts +65 -8
- package/lib/components/VKbd/VKbd.css +11 -13
- package/lib/components/VKbd/index.d.mts +18 -4
- package/lib/components/VLabel/VLabel.css +15 -16
- package/lib/components/VLabel/index.d.mts +20 -4
- package/lib/components/VLayout/VLayout.css +8 -10
- package/lib/components/VLayout/VLayoutItem.css +7 -8
- package/lib/components/VLayout/index.d.mts +48 -8
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +31 -4
- package/lib/components/VList/VList.css +108 -104
- package/lib/components/VList/VList.mjs +4 -3
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.css +452 -440
- package/lib/components/VList/VListItem.mjs +4 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -2
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +301 -58
- package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
- package/lib/components/VLocaleProvider/index.d.mts +21 -4
- package/lib/components/VMain/VMain.css +30 -32
- package/lib/components/VMain/index.d.mts +25 -4
- package/lib/components/VMenu/VMenu.css +19 -21
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +397 -155
- package/lib/components/VMessages/VMessages.css +15 -17
- package/lib/components/VMessages/index.d.mts +27 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +108 -106
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +62 -7
- package/lib/components/VOtpInput/VOtpInput.css +58 -56
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +52 -7
- package/lib/components/VOverlay/VOverlay.css +63 -60
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.sass +13 -14
- package/lib/components/VOverlay/index.d.mts +101 -19
- package/lib/components/VPagination/VPagination.css +8 -10
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +64 -4
- package/lib/components/VParallax/VParallax.css +6 -8
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +27 -4
- package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
- package/lib/components/VProgressCircular/index.d.mts +34 -4
- package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
- package/lib/components/VProgressLinear/index.d.mts +54 -4
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +68 -4
- package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +48 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +107 -4
- package/lib/components/VRating/VRating.css +53 -52
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +42 -4
- package/lib/components/VResponsive/VResponsive.css +26 -25
- package/lib/components/VResponsive/index.d.mts +29 -4
- package/lib/components/VSelect/VSelect.css +52 -54
- package/lib/components/VSelect/VSelect.mjs +4 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1388 -236
- package/lib/components/VSelectionControl/VSelectionControl.css +102 -100
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +37 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
- package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
- package/lib/components/VSheet/VSheet.css +36 -38
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +32 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +28 -4
- package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
- package/lib/components/VSlideGroup/index.d.mts +70 -14
- package/lib/components/VSlider/VSlider.css +57 -53
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.css +153 -142
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/VSliderTrack.css +174 -155
- package/lib/components/VSlider/index.d.mts +106 -4
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +398 -152
- package/lib/components/VSparkline/VBarline.mjs +2 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +2 -1
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +49 -4
- package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +85 -4
- package/lib/components/VStepper/VStepper.css +56 -55
- package/lib/components/VStepper/VStepper.mjs +6 -5
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +115 -112
- package/lib/components/VStepper/VStepperItem.mjs +6 -5
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +301 -69
- package/lib/components/VSwitch/VSwitch.css +139 -129
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +59 -4
- package/lib/components/VSystemBar/VSystemBar.css +43 -45
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +28 -4
- package/lib/components/VTable/VTable.css +141 -140
- package/lib/components/VTable/VTable.sass +2 -4
- package/lib/components/VTable/index.d.mts +33 -4
- package/lib/components/VTabs/VTab.css +29 -30
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.css +65 -59
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +394 -98
- package/lib/components/VTextField/VTextField.css +68 -65
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +374 -152
- package/lib/components/VTextarea/VTextarea.css +39 -47
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.sass +2 -4
- package/lib/components/VTextarea/index.d.mts +244 -71
- package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
- package/lib/components/VThemeProvider/index.d.mts +20 -4
- package/lib/components/VTimeline/VTimeline.css +418 -379
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +75 -8
- package/lib/components/VToolbar/VToolbar.css +143 -136
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +90 -12
- package/lib/components/VTooltip/VTooltip.css +21 -25
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.sass +6 -8
- package/lib/components/VTooltip/index.d.mts +386 -147
- package/lib/components/VValidation/index.d.mts +24 -10
- package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +15 -4
- package/lib/components/VWindow/VWindow.css +70 -73
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +47 -8
- package/lib/components/index.d.mts +11793 -2613
- package/lib/components/transitions/dialog-transition.mjs +2 -1
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +309 -64
- package/lib/composables/form.mjs +7 -2
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/theme.mjs +4 -4
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +10 -12
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +36 -38
- 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 +44 -44
- package/lib/labs/VCalendar/VCalendar.css +225 -219
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.css +32 -33
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
- package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
- package/lib/labs/VCalendar/index.d.mts +211 -24
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +115 -4
- package/lib/labs/VNumberInput/VNumberInput.css +38 -40
- package/lib/labs/VNumberInput/VNumberInput.mjs +8 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +1267 -564
- package/lib/labs/VPicker/VPicker.css +57 -53
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +63 -8
- package/lib/labs/VPullToRefresh/index.d.mts +35 -4
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +271 -56
- package/lib/labs/VTimePicker/VTimePicker.css +7 -9
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
- package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +122 -12
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -17
- package/lib/labs/VTreeview/VTreeviewItem.mjs +4 -5
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +1 -2
- package/lib/labs/VTreeview/index.d.mts +225 -38
- package/lib/labs/components.d.mts +2940 -1043
- package/lib/locale/fr.mjs +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +1 -13
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +16139 -14666
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/styles/settings/_variables.scss +2 -1
- package/lib/styles/tools/_bootable.sass +3 -0
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +10 -0
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +2 -0
- package/lib/styles/tools/_layer.scss +2 -4
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_radius.sass +10 -0
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +5 -1
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +4 -5
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, PropType
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType } from 'vue';
|
3
3
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
@@ -30,15 +30,6 @@ interface ValidationProps {
|
|
30
30
|
validationValue: any;
|
31
31
|
}
|
32
32
|
|
33
|
-
interface FormField {
|
34
|
-
id: number | string;
|
35
|
-
validate: () => Promise<string[]>;
|
36
|
-
reset: () => Promise<void>;
|
37
|
-
resetValidation: () => Promise<void>;
|
38
|
-
vm: Raw<ComponentInternalInstance>;
|
39
|
-
isValid: boolean | null;
|
40
|
-
errorMessages: string[];
|
41
|
-
}
|
42
33
|
interface FieldValidationResult {
|
43
34
|
id: number | string;
|
44
35
|
errorMessages: string[];
|
@@ -59,7 +50,7 @@ interface FormProps {
|
|
59
50
|
}
|
60
51
|
|
61
52
|
declare const VForm: {
|
62
|
-
new (...args: any[]): vue.
|
53
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
63
54
|
style: vue.StyleValue;
|
64
55
|
disabled: boolean;
|
65
56
|
readonly: boolean;
|
@@ -74,14 +65,11 @@ declare const VForm: {
|
|
74
65
|
errors: vue.Ref<{
|
75
66
|
id: number | string;
|
76
67
|
errorMessages: string[];
|
77
|
-
}[], FieldValidationResult[] | {
|
78
|
-
id: number | string;
|
79
|
-
errorMessages: string[];
|
80
68
|
}[]>;
|
81
69
|
isDisabled: vue.ComputedRef<boolean>;
|
82
70
|
isReadonly: vue.ComputedRef<boolean>;
|
83
|
-
isValidating: vue.ShallowRef<boolean
|
84
|
-
isValid: vue.Ref<boolean | null
|
71
|
+
isValidating: vue.ShallowRef<boolean>;
|
72
|
+
isValid: vue.Ref<boolean | null> & {
|
85
73
|
readonly externalValue: boolean | null;
|
86
74
|
};
|
87
75
|
items: vue.Ref<{
|
@@ -92,14 +80,6 @@ declare const VForm: {
|
|
92
80
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
93
81
|
isValid: boolean | null;
|
94
82
|
errorMessages: string[];
|
95
|
-
}[], FormField[] | {
|
96
|
-
id: number | string;
|
97
|
-
validate: () => Promise<string[]>;
|
98
|
-
reset: () => Promise<void>;
|
99
|
-
resetValidation: () => Promise<void>;
|
100
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
101
|
-
isValid: boolean | null;
|
102
|
-
errorMessages: string[];
|
103
83
|
}[]>;
|
104
84
|
validate: () => Promise<{
|
105
85
|
valid: boolean;
|
@@ -115,14 +95,11 @@ declare const VForm: {
|
|
115
95
|
errors: vue.Ref<{
|
116
96
|
id: number | string;
|
117
97
|
errorMessages: string[];
|
118
|
-
}[], FieldValidationResult[] | {
|
119
|
-
id: number | string;
|
120
|
-
errorMessages: string[];
|
121
98
|
}[]>;
|
122
99
|
isDisabled: vue.ComputedRef<boolean>;
|
123
100
|
isReadonly: vue.ComputedRef<boolean>;
|
124
|
-
isValidating: vue.ShallowRef<boolean
|
125
|
-
isValid: vue.Ref<boolean | null
|
101
|
+
isValidating: vue.ShallowRef<boolean>;
|
102
|
+
isValid: vue.Ref<boolean | null> & {
|
126
103
|
readonly externalValue: boolean | null;
|
127
104
|
};
|
128
105
|
items: vue.Ref<{
|
@@ -133,14 +110,6 @@ declare const VForm: {
|
|
133
110
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
134
111
|
isValid: boolean | null;
|
135
112
|
errorMessages: string[];
|
136
|
-
}[], FormField[] | {
|
137
|
-
id: number | string;
|
138
|
-
validate: () => Promise<string[]>;
|
139
|
-
reset: () => Promise<void>;
|
140
|
-
resetValidation: () => Promise<void>;
|
141
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
142
|
-
isValid: boolean | null;
|
143
|
-
errorMessages: string[];
|
144
113
|
}[]>;
|
145
114
|
validate: () => Promise<{
|
146
115
|
valid: boolean;
|
@@ -157,14 +126,11 @@ declare const VForm: {
|
|
157
126
|
errors: vue.Ref<{
|
158
127
|
id: number | string;
|
159
128
|
errorMessages: string[];
|
160
|
-
}[], FieldValidationResult[] | {
|
161
|
-
id: number | string;
|
162
|
-
errorMessages: string[];
|
163
129
|
}[]>;
|
164
130
|
isDisabled: vue.ComputedRef<boolean>;
|
165
131
|
isReadonly: vue.ComputedRef<boolean>;
|
166
|
-
isValidating: vue.ShallowRef<boolean
|
167
|
-
isValid: vue.Ref<boolean | null
|
132
|
+
isValidating: vue.ShallowRef<boolean>;
|
133
|
+
isValid: vue.Ref<boolean | null> & {
|
168
134
|
readonly externalValue: boolean | null;
|
169
135
|
};
|
170
136
|
items: vue.Ref<{
|
@@ -175,14 +141,6 @@ declare const VForm: {
|
|
175
141
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
176
142
|
isValid: boolean | null;
|
177
143
|
errorMessages: string[];
|
178
|
-
}[], FormField[] | {
|
179
|
-
id: number | string;
|
180
|
-
validate: () => Promise<string[]>;
|
181
|
-
reset: () => Promise<void>;
|
182
|
-
resetValidation: () => Promise<void>;
|
183
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
184
|
-
isValid: boolean | null;
|
185
|
-
errorMessages: string[];
|
186
144
|
}[]>;
|
187
145
|
validate: () => Promise<{
|
188
146
|
valid: boolean;
|
@@ -200,14 +158,11 @@ declare const VForm: {
|
|
200
158
|
errors: vue.Ref<{
|
201
159
|
id: number | string;
|
202
160
|
errorMessages: string[];
|
203
|
-
}[], FieldValidationResult[] | {
|
204
|
-
id: number | string;
|
205
|
-
errorMessages: string[];
|
206
161
|
}[]>;
|
207
162
|
isDisabled: vue.ComputedRef<boolean>;
|
208
163
|
isReadonly: vue.ComputedRef<boolean>;
|
209
|
-
isValidating: vue.ShallowRef<boolean
|
210
|
-
isValid: vue.Ref<boolean | null
|
164
|
+
isValidating: vue.ShallowRef<boolean>;
|
165
|
+
isValid: vue.Ref<boolean | null> & {
|
211
166
|
readonly externalValue: boolean | null;
|
212
167
|
};
|
213
168
|
items: vue.Ref<{
|
@@ -218,14 +173,6 @@ declare const VForm: {
|
|
218
173
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
219
174
|
isValid: boolean | null;
|
220
175
|
errorMessages: string[];
|
221
|
-
}[], FormField[] | {
|
222
|
-
id: number | string;
|
223
|
-
validate: () => Promise<string[]>;
|
224
|
-
reset: () => Promise<void>;
|
225
|
-
resetValidation: () => Promise<void>;
|
226
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
227
|
-
isValid: boolean | null;
|
228
|
-
errorMessages: string[];
|
229
176
|
}[]>;
|
230
177
|
validate: () => Promise<{
|
231
178
|
valid: boolean;
|
@@ -244,14 +191,11 @@ declare const VForm: {
|
|
244
191
|
errors: vue.Ref<{
|
245
192
|
id: number | string;
|
246
193
|
errorMessages: string[];
|
247
|
-
}[], FieldValidationResult[] | {
|
248
|
-
id: number | string;
|
249
|
-
errorMessages: string[];
|
250
194
|
}[]>;
|
251
195
|
isDisabled: vue.ComputedRef<boolean>;
|
252
196
|
isReadonly: vue.ComputedRef<boolean>;
|
253
|
-
isValidating: vue.ShallowRef<boolean
|
254
|
-
isValid: vue.Ref<boolean | null
|
197
|
+
isValidating: vue.ShallowRef<boolean>;
|
198
|
+
isValid: vue.Ref<boolean | null> & {
|
255
199
|
readonly externalValue: boolean | null;
|
256
200
|
};
|
257
201
|
items: vue.Ref<{
|
@@ -262,14 +206,6 @@ declare const VForm: {
|
|
262
206
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
263
207
|
isValid: boolean | null;
|
264
208
|
errorMessages: string[];
|
265
|
-
}[], FormField[] | {
|
266
|
-
id: number | string;
|
267
|
-
validate: () => Promise<string[]>;
|
268
|
-
reset: () => Promise<void>;
|
269
|
-
resetValidation: () => Promise<void>;
|
270
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
271
|
-
isValid: boolean | null;
|
272
|
-
errorMessages: string[];
|
273
209
|
}[]>;
|
274
210
|
validate: () => Promise<{
|
275
211
|
valid: boolean;
|
@@ -285,14 +221,11 @@ declare const VForm: {
|
|
285
221
|
errors: vue.Ref<{
|
286
222
|
id: number | string;
|
287
223
|
errorMessages: string[];
|
288
|
-
}[], FieldValidationResult[] | {
|
289
|
-
id: number | string;
|
290
|
-
errorMessages: string[];
|
291
224
|
}[]>;
|
292
225
|
isDisabled: vue.ComputedRef<boolean>;
|
293
226
|
isReadonly: vue.ComputedRef<boolean>;
|
294
|
-
isValidating: vue.ShallowRef<boolean
|
295
|
-
isValid: vue.Ref<boolean | null
|
227
|
+
isValidating: vue.ShallowRef<boolean>;
|
228
|
+
isValid: vue.Ref<boolean | null> & {
|
296
229
|
readonly externalValue: boolean | null;
|
297
230
|
};
|
298
231
|
items: vue.Ref<{
|
@@ -303,14 +236,6 @@ declare const VForm: {
|
|
303
236
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
304
237
|
isValid: boolean | null;
|
305
238
|
errorMessages: string[];
|
306
|
-
}[], FormField[] | {
|
307
|
-
id: number | string;
|
308
|
-
validate: () => Promise<string[]>;
|
309
|
-
reset: () => Promise<void>;
|
310
|
-
resetValidation: () => Promise<void>;
|
311
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
312
|
-
isValid: boolean | null;
|
313
|
-
errorMessages: string[];
|
314
239
|
}[]>;
|
315
240
|
validate: () => Promise<{
|
316
241
|
valid: boolean;
|
@@ -325,26 +250,119 @@ declare const VForm: {
|
|
325
250
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
326
251
|
'update:modelValue': (val: boolean | null) => true;
|
327
252
|
submit: (e: SubmitEventPromise) => true;
|
328
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
253
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
329
254
|
style: vue.StyleValue;
|
330
255
|
disabled: boolean;
|
331
256
|
readonly: boolean;
|
332
257
|
modelValue: boolean | null;
|
333
258
|
validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
334
259
|
fastFail: boolean;
|
335
|
-
}
|
336
|
-
|
260
|
+
} & {
|
261
|
+
class?: any;
|
262
|
+
} & {
|
263
|
+
$children?: vue.VNodeChild | {
|
264
|
+
default?: ((arg: {
|
265
|
+
errors: vue.Ref<{
|
266
|
+
id: number | string;
|
267
|
+
errorMessages: string[];
|
268
|
+
}[]>;
|
269
|
+
isDisabled: vue.ComputedRef<boolean>;
|
270
|
+
isReadonly: vue.ComputedRef<boolean>;
|
271
|
+
isValidating: vue.ShallowRef<boolean>;
|
272
|
+
isValid: vue.Ref<boolean | null> & {
|
273
|
+
readonly externalValue: boolean | null;
|
274
|
+
};
|
275
|
+
items: vue.Ref<{
|
276
|
+
id: number | string;
|
277
|
+
validate: () => Promise<string[]>;
|
278
|
+
reset: () => Promise<void>;
|
279
|
+
resetValidation: () => Promise<void>;
|
280
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
281
|
+
isValid: boolean | null;
|
282
|
+
errorMessages: string[];
|
283
|
+
}[]>;
|
284
|
+
validate: () => Promise<{
|
285
|
+
valid: boolean;
|
286
|
+
errors: {
|
287
|
+
id: number | string;
|
288
|
+
errorMessages: string[];
|
289
|
+
}[];
|
290
|
+
}>;
|
291
|
+
reset: () => void;
|
292
|
+
resetValidation: () => void;
|
293
|
+
}) => vue.VNodeChild) | undefined;
|
294
|
+
} | ((arg: {
|
337
295
|
errors: vue.Ref<{
|
338
296
|
id: number | string;
|
339
297
|
errorMessages: string[];
|
340
|
-
}[]
|
298
|
+
}[]>;
|
299
|
+
isDisabled: vue.ComputedRef<boolean>;
|
300
|
+
isReadonly: vue.ComputedRef<boolean>;
|
301
|
+
isValidating: vue.ShallowRef<boolean>;
|
302
|
+
isValid: vue.Ref<boolean | null> & {
|
303
|
+
readonly externalValue: boolean | null;
|
304
|
+
};
|
305
|
+
items: vue.Ref<{
|
306
|
+
id: number | string;
|
307
|
+
validate: () => Promise<string[]>;
|
308
|
+
reset: () => Promise<void>;
|
309
|
+
resetValidation: () => Promise<void>;
|
310
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
311
|
+
isValid: boolean | null;
|
312
|
+
errorMessages: string[];
|
313
|
+
}[]>;
|
314
|
+
validate: () => Promise<{
|
315
|
+
valid: boolean;
|
316
|
+
errors: {
|
317
|
+
id: number | string;
|
318
|
+
errorMessages: string[];
|
319
|
+
}[];
|
320
|
+
}>;
|
321
|
+
reset: () => void;
|
322
|
+
resetValidation: () => void;
|
323
|
+
}) => vue.VNodeChild);
|
324
|
+
'v-slots'?: {
|
325
|
+
default?: false | ((arg: {
|
326
|
+
errors: vue.Ref<{
|
327
|
+
id: number | string;
|
328
|
+
errorMessages: string[];
|
329
|
+
}[]>;
|
330
|
+
isDisabled: vue.ComputedRef<boolean>;
|
331
|
+
isReadonly: vue.ComputedRef<boolean>;
|
332
|
+
isValidating: vue.ShallowRef<boolean>;
|
333
|
+
isValid: vue.Ref<boolean | null> & {
|
334
|
+
readonly externalValue: boolean | null;
|
335
|
+
};
|
336
|
+
items: vue.Ref<{
|
337
|
+
id: number | string;
|
338
|
+
validate: () => Promise<string[]>;
|
339
|
+
reset: () => Promise<void>;
|
340
|
+
resetValidation: () => Promise<void>;
|
341
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
342
|
+
isValid: boolean | null;
|
343
|
+
errorMessages: string[];
|
344
|
+
}[]>;
|
345
|
+
validate: () => Promise<{
|
346
|
+
valid: boolean;
|
347
|
+
errors: {
|
348
|
+
id: number | string;
|
349
|
+
errorMessages: string[];
|
350
|
+
}[];
|
351
|
+
}>;
|
352
|
+
reset: () => void;
|
353
|
+
resetValidation: () => void;
|
354
|
+
}) => vue.VNodeChild) | undefined;
|
355
|
+
} | undefined;
|
356
|
+
} & {
|
357
|
+
"v-slot:default"?: false | ((arg: {
|
358
|
+
errors: vue.Ref<{
|
341
359
|
id: number | string;
|
342
360
|
errorMessages: string[];
|
343
361
|
}[]>;
|
344
362
|
isDisabled: vue.ComputedRef<boolean>;
|
345
363
|
isReadonly: vue.ComputedRef<boolean>;
|
346
|
-
isValidating: vue.ShallowRef<boolean
|
347
|
-
isValid: vue.Ref<boolean | null
|
364
|
+
isValidating: vue.ShallowRef<boolean>;
|
365
|
+
isValid: vue.Ref<boolean | null> & {
|
348
366
|
readonly externalValue: boolean | null;
|
349
367
|
};
|
350
368
|
items: vue.Ref<{
|
@@ -355,7 +373,40 @@ declare const VForm: {
|
|
355
373
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
356
374
|
isValid: boolean | null;
|
357
375
|
errorMessages: string[];
|
358
|
-
}[]
|
376
|
+
}[]>;
|
377
|
+
validate: () => Promise<{
|
378
|
+
valid: boolean;
|
379
|
+
errors: {
|
380
|
+
id: number | string;
|
381
|
+
errorMessages: string[];
|
382
|
+
}[];
|
383
|
+
}>;
|
384
|
+
reset: () => void;
|
385
|
+
resetValidation: () => void;
|
386
|
+
}) => vue.VNodeChild) | undefined;
|
387
|
+
} & {
|
388
|
+
onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
|
389
|
+
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
390
|
+
}, {
|
391
|
+
style: vue.StyleValue;
|
392
|
+
disabled: boolean;
|
393
|
+
readonly: boolean;
|
394
|
+
modelValue: boolean | null;
|
395
|
+
validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
396
|
+
fastFail: boolean;
|
397
|
+
}, true, {}, vue.SlotsType<Partial<{
|
398
|
+
default: (arg: {
|
399
|
+
errors: vue.Ref<{
|
400
|
+
id: number | string;
|
401
|
+
errorMessages: string[];
|
402
|
+
}[]>;
|
403
|
+
isDisabled: vue.ComputedRef<boolean>;
|
404
|
+
isReadonly: vue.ComputedRef<boolean>;
|
405
|
+
isValidating: vue.ShallowRef<boolean>;
|
406
|
+
isValid: vue.Ref<boolean | null> & {
|
407
|
+
readonly externalValue: boolean | null;
|
408
|
+
};
|
409
|
+
items: vue.Ref<{
|
359
410
|
id: number | string;
|
360
411
|
validate: () => Promise<string[]>;
|
361
412
|
reset: () => Promise<void>;
|
@@ -374,7 +425,7 @@ declare const VForm: {
|
|
374
425
|
reset: () => void;
|
375
426
|
resetValidation: () => void;
|
376
427
|
}) => vue.VNode[];
|
377
|
-
}>>,
|
428
|
+
}>>, {
|
378
429
|
P: {};
|
379
430
|
B: {};
|
380
431
|
D: {};
|
@@ -396,14 +447,11 @@ declare const VForm: {
|
|
396
447
|
errors: vue.Ref<{
|
397
448
|
id: number | string;
|
398
449
|
errorMessages: string[];
|
399
|
-
}[], FieldValidationResult[] | {
|
400
|
-
id: number | string;
|
401
|
-
errorMessages: string[];
|
402
450
|
}[]>;
|
403
451
|
isDisabled: vue.ComputedRef<boolean>;
|
404
452
|
isReadonly: vue.ComputedRef<boolean>;
|
405
|
-
isValidating: vue.ShallowRef<boolean
|
406
|
-
isValid: vue.Ref<boolean | null
|
453
|
+
isValidating: vue.ShallowRef<boolean>;
|
454
|
+
isValid: vue.Ref<boolean | null> & {
|
407
455
|
readonly externalValue: boolean | null;
|
408
456
|
};
|
409
457
|
items: vue.Ref<{
|
@@ -414,14 +462,6 @@ declare const VForm: {
|
|
414
462
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
415
463
|
isValid: boolean | null;
|
416
464
|
errorMessages: string[];
|
417
|
-
}[], FormField[] | {
|
418
|
-
id: number | string;
|
419
|
-
validate: () => Promise<string[]>;
|
420
|
-
reset: () => Promise<void>;
|
421
|
-
resetValidation: () => Promise<void>;
|
422
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
423
|
-
isValid: boolean | null;
|
424
|
-
errorMessages: string[];
|
425
465
|
}[]>;
|
426
466
|
validate: () => Promise<{
|
427
467
|
valid: boolean;
|
@@ -437,14 +477,11 @@ declare const VForm: {
|
|
437
477
|
errors: vue.Ref<{
|
438
478
|
id: number | string;
|
439
479
|
errorMessages: string[];
|
440
|
-
}[], FieldValidationResult[] | {
|
441
|
-
id: number | string;
|
442
|
-
errorMessages: string[];
|
443
480
|
}[]>;
|
444
481
|
isDisabled: vue.ComputedRef<boolean>;
|
445
482
|
isReadonly: vue.ComputedRef<boolean>;
|
446
|
-
isValidating: vue.ShallowRef<boolean
|
447
|
-
isValid: vue.Ref<boolean | null
|
483
|
+
isValidating: vue.ShallowRef<boolean>;
|
484
|
+
isValid: vue.Ref<boolean | null> & {
|
448
485
|
readonly externalValue: boolean | null;
|
449
486
|
};
|
450
487
|
items: vue.Ref<{
|
@@ -455,14 +492,6 @@ declare const VForm: {
|
|
455
492
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
456
493
|
isValid: boolean | null;
|
457
494
|
errorMessages: string[];
|
458
|
-
}[], FormField[] | {
|
459
|
-
id: number | string;
|
460
|
-
validate: () => Promise<string[]>;
|
461
|
-
reset: () => Promise<void>;
|
462
|
-
resetValidation: () => Promise<void>;
|
463
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
464
|
-
isValid: boolean | null;
|
465
|
-
errorMessages: string[];
|
466
495
|
}[]>;
|
467
496
|
validate: () => Promise<{
|
468
497
|
valid: boolean;
|
@@ -479,14 +508,11 @@ declare const VForm: {
|
|
479
508
|
errors: vue.Ref<{
|
480
509
|
id: number | string;
|
481
510
|
errorMessages: string[];
|
482
|
-
}[], FieldValidationResult[] | {
|
483
|
-
id: number | string;
|
484
|
-
errorMessages: string[];
|
485
511
|
}[]>;
|
486
512
|
isDisabled: vue.ComputedRef<boolean>;
|
487
513
|
isReadonly: vue.ComputedRef<boolean>;
|
488
|
-
isValidating: vue.ShallowRef<boolean
|
489
|
-
isValid: vue.Ref<boolean | null
|
514
|
+
isValidating: vue.ShallowRef<boolean>;
|
515
|
+
isValid: vue.Ref<boolean | null> & {
|
490
516
|
readonly externalValue: boolean | null;
|
491
517
|
};
|
492
518
|
items: vue.Ref<{
|
@@ -497,14 +523,6 @@ declare const VForm: {
|
|
497
523
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
498
524
|
isValid: boolean | null;
|
499
525
|
errorMessages: string[];
|
500
|
-
}[], FormField[] | {
|
501
|
-
id: number | string;
|
502
|
-
validate: () => Promise<string[]>;
|
503
|
-
reset: () => Promise<void>;
|
504
|
-
resetValidation: () => Promise<void>;
|
505
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
506
|
-
isValid: boolean | null;
|
507
|
-
errorMessages: string[];
|
508
526
|
}[]>;
|
509
527
|
validate: () => Promise<{
|
510
528
|
valid: boolean;
|
@@ -522,14 +540,11 @@ declare const VForm: {
|
|
522
540
|
errors: vue.Ref<{
|
523
541
|
id: number | string;
|
524
542
|
errorMessages: string[];
|
525
|
-
}[], FieldValidationResult[] | {
|
526
|
-
id: number | string;
|
527
|
-
errorMessages: string[];
|
528
543
|
}[]>;
|
529
544
|
isDisabled: vue.ComputedRef<boolean>;
|
530
545
|
isReadonly: vue.ComputedRef<boolean>;
|
531
|
-
isValidating: vue.ShallowRef<boolean
|
532
|
-
isValid: vue.Ref<boolean | null
|
546
|
+
isValidating: vue.ShallowRef<boolean>;
|
547
|
+
isValid: vue.Ref<boolean | null> & {
|
533
548
|
readonly externalValue: boolean | null;
|
534
549
|
};
|
535
550
|
items: vue.Ref<{
|
@@ -540,14 +555,6 @@ declare const VForm: {
|
|
540
555
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
541
556
|
isValid: boolean | null;
|
542
557
|
errorMessages: string[];
|
543
|
-
}[], FormField[] | {
|
544
|
-
id: number | string;
|
545
|
-
validate: () => Promise<string[]>;
|
546
|
-
reset: () => Promise<void>;
|
547
|
-
resetValidation: () => Promise<void>;
|
548
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
549
|
-
isValid: boolean | null;
|
550
|
-
errorMessages: string[];
|
551
558
|
}[]>;
|
552
559
|
validate: () => Promise<{
|
553
560
|
valid: boolean;
|
@@ -566,14 +573,11 @@ declare const VForm: {
|
|
566
573
|
errors: vue.Ref<{
|
567
574
|
id: number | string;
|
568
575
|
errorMessages: string[];
|
569
|
-
}[], FieldValidationResult[] | {
|
570
|
-
id: number | string;
|
571
|
-
errorMessages: string[];
|
572
576
|
}[]>;
|
573
577
|
isDisabled: vue.ComputedRef<boolean>;
|
574
578
|
isReadonly: vue.ComputedRef<boolean>;
|
575
|
-
isValidating: vue.ShallowRef<boolean
|
576
|
-
isValid: vue.Ref<boolean | null
|
579
|
+
isValidating: vue.ShallowRef<boolean>;
|
580
|
+
isValid: vue.Ref<boolean | null> & {
|
577
581
|
readonly externalValue: boolean | null;
|
578
582
|
};
|
579
583
|
items: vue.Ref<{
|
@@ -584,14 +588,6 @@ declare const VForm: {
|
|
584
588
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
585
589
|
isValid: boolean | null;
|
586
590
|
errorMessages: string[];
|
587
|
-
}[], FormField[] | {
|
588
|
-
id: number | string;
|
589
|
-
validate: () => Promise<string[]>;
|
590
|
-
reset: () => Promise<void>;
|
591
|
-
resetValidation: () => Promise<void>;
|
592
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
593
|
-
isValid: boolean | null;
|
594
|
-
errorMessages: string[];
|
595
591
|
}[]>;
|
596
592
|
validate: () => Promise<{
|
597
593
|
valid: boolean;
|
@@ -607,14 +603,11 @@ declare const VForm: {
|
|
607
603
|
errors: vue.Ref<{
|
608
604
|
id: number | string;
|
609
605
|
errorMessages: string[];
|
610
|
-
}[], FieldValidationResult[] | {
|
611
|
-
id: number | string;
|
612
|
-
errorMessages: string[];
|
613
606
|
}[]>;
|
614
607
|
isDisabled: vue.ComputedRef<boolean>;
|
615
608
|
isReadonly: vue.ComputedRef<boolean>;
|
616
|
-
isValidating: vue.ShallowRef<boolean
|
617
|
-
isValid: vue.Ref<boolean | null
|
609
|
+
isValidating: vue.ShallowRef<boolean>;
|
610
|
+
isValid: vue.Ref<boolean | null> & {
|
618
611
|
readonly externalValue: boolean | null;
|
619
612
|
};
|
620
613
|
items: vue.Ref<{
|
@@ -625,14 +618,6 @@ declare const VForm: {
|
|
625
618
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
626
619
|
isValid: boolean | null;
|
627
620
|
errorMessages: string[];
|
628
|
-
}[], FormField[] | {
|
629
|
-
id: number | string;
|
630
|
-
validate: () => Promise<string[]>;
|
631
|
-
reset: () => Promise<void>;
|
632
|
-
resetValidation: () => Promise<void>;
|
633
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
634
|
-
isValid: boolean | null;
|
635
|
-
errorMessages: string[];
|
636
621
|
}[]>;
|
637
622
|
validate: () => Promise<{
|
638
623
|
valid: boolean;
|
@@ -670,14 +655,11 @@ declare const VForm: {
|
|
670
655
|
errors: vue.Ref<{
|
671
656
|
id: number | string;
|
672
657
|
errorMessages: string[];
|
673
|
-
}[], FieldValidationResult[] | {
|
674
|
-
id: number | string;
|
675
|
-
errorMessages: string[];
|
676
658
|
}[]>;
|
677
659
|
isDisabled: vue.ComputedRef<boolean>;
|
678
660
|
isReadonly: vue.ComputedRef<boolean>;
|
679
|
-
isValidating: vue.ShallowRef<boolean
|
680
|
-
isValid: vue.Ref<boolean | null
|
661
|
+
isValidating: vue.ShallowRef<boolean>;
|
662
|
+
isValid: vue.Ref<boolean | null> & {
|
681
663
|
readonly externalValue: boolean | null;
|
682
664
|
};
|
683
665
|
items: vue.Ref<{
|
@@ -688,14 +670,6 @@ declare const VForm: {
|
|
688
670
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
689
671
|
isValid: boolean | null;
|
690
672
|
errorMessages: string[];
|
691
|
-
}[], FormField[] | {
|
692
|
-
id: number | string;
|
693
|
-
validate: () => Promise<string[]>;
|
694
|
-
reset: () => Promise<void>;
|
695
|
-
resetValidation: () => Promise<void>;
|
696
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
697
|
-
isValid: boolean | null;
|
698
|
-
errorMessages: string[];
|
699
673
|
}[]>;
|
700
674
|
validate: () => Promise<{
|
701
675
|
valid: boolean;
|
@@ -711,14 +685,11 @@ declare const VForm: {
|
|
711
685
|
errors: vue.Ref<{
|
712
686
|
id: number | string;
|
713
687
|
errorMessages: string[];
|
714
|
-
}[], FieldValidationResult[] | {
|
715
|
-
id: number | string;
|
716
|
-
errorMessages: string[];
|
717
688
|
}[]>;
|
718
689
|
isDisabled: vue.ComputedRef<boolean>;
|
719
690
|
isReadonly: vue.ComputedRef<boolean>;
|
720
|
-
isValidating: vue.ShallowRef<boolean
|
721
|
-
isValid: vue.Ref<boolean | null
|
691
|
+
isValidating: vue.ShallowRef<boolean>;
|
692
|
+
isValid: vue.Ref<boolean | null> & {
|
722
693
|
readonly externalValue: boolean | null;
|
723
694
|
};
|
724
695
|
items: vue.Ref<{
|
@@ -729,14 +700,6 @@ declare const VForm: {
|
|
729
700
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
730
701
|
isValid: boolean | null;
|
731
702
|
errorMessages: string[];
|
732
|
-
}[], FormField[] | {
|
733
|
-
id: number | string;
|
734
|
-
validate: () => Promise<string[]>;
|
735
|
-
reset: () => Promise<void>;
|
736
|
-
resetValidation: () => Promise<void>;
|
737
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
738
|
-
isValid: boolean | null;
|
739
|
-
errorMessages: string[];
|
740
703
|
}[]>;
|
741
704
|
validate: () => Promise<{
|
742
705
|
valid: boolean;
|
@@ -753,14 +716,11 @@ declare const VForm: {
|
|
753
716
|
errors: vue.Ref<{
|
754
717
|
id: number | string;
|
755
718
|
errorMessages: string[];
|
756
|
-
}[], FieldValidationResult[] | {
|
757
|
-
id: number | string;
|
758
|
-
errorMessages: string[];
|
759
719
|
}[]>;
|
760
720
|
isDisabled: vue.ComputedRef<boolean>;
|
761
721
|
isReadonly: vue.ComputedRef<boolean>;
|
762
|
-
isValidating: vue.ShallowRef<boolean
|
763
|
-
isValid: vue.Ref<boolean | null
|
722
|
+
isValidating: vue.ShallowRef<boolean>;
|
723
|
+
isValid: vue.Ref<boolean | null> & {
|
764
724
|
readonly externalValue: boolean | null;
|
765
725
|
};
|
766
726
|
items: vue.Ref<{
|
@@ -771,14 +731,6 @@ declare const VForm: {
|
|
771
731
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
772
732
|
isValid: boolean | null;
|
773
733
|
errorMessages: string[];
|
774
|
-
}[], FormField[] | {
|
775
|
-
id: number | string;
|
776
|
-
validate: () => Promise<string[]>;
|
777
|
-
reset: () => Promise<void>;
|
778
|
-
resetValidation: () => Promise<void>;
|
779
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
780
|
-
isValid: boolean | null;
|
781
|
-
errorMessages: string[];
|
782
734
|
}[]>;
|
783
735
|
validate: () => Promise<{
|
784
736
|
valid: boolean;
|
@@ -796,14 +748,11 @@ declare const VForm: {
|
|
796
748
|
errors: vue.Ref<{
|
797
749
|
id: number | string;
|
798
750
|
errorMessages: string[];
|
799
|
-
}[], FieldValidationResult[] | {
|
800
|
-
id: number | string;
|
801
|
-
errorMessages: string[];
|
802
751
|
}[]>;
|
803
752
|
isDisabled: vue.ComputedRef<boolean>;
|
804
753
|
isReadonly: vue.ComputedRef<boolean>;
|
805
|
-
isValidating: vue.ShallowRef<boolean
|
806
|
-
isValid: vue.Ref<boolean | null
|
754
|
+
isValidating: vue.ShallowRef<boolean>;
|
755
|
+
isValid: vue.Ref<boolean | null> & {
|
807
756
|
readonly externalValue: boolean | null;
|
808
757
|
};
|
809
758
|
items: vue.Ref<{
|
@@ -814,14 +763,6 @@ declare const VForm: {
|
|
814
763
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
815
764
|
isValid: boolean | null;
|
816
765
|
errorMessages: string[];
|
817
|
-
}[], FormField[] | {
|
818
|
-
id: number | string;
|
819
|
-
validate: () => Promise<string[]>;
|
820
|
-
reset: () => Promise<void>;
|
821
|
-
resetValidation: () => Promise<void>;
|
822
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
823
|
-
isValid: boolean | null;
|
824
|
-
errorMessages: string[];
|
825
766
|
}[]>;
|
826
767
|
validate: () => Promise<{
|
827
768
|
valid: boolean;
|
@@ -840,14 +781,11 @@ declare const VForm: {
|
|
840
781
|
errors: vue.Ref<{
|
841
782
|
id: number | string;
|
842
783
|
errorMessages: string[];
|
843
|
-
}[], FieldValidationResult[] | {
|
844
|
-
id: number | string;
|
845
|
-
errorMessages: string[];
|
846
784
|
}[]>;
|
847
785
|
isDisabled: vue.ComputedRef<boolean>;
|
848
786
|
isReadonly: vue.ComputedRef<boolean>;
|
849
|
-
isValidating: vue.ShallowRef<boolean
|
850
|
-
isValid: vue.Ref<boolean | null
|
787
|
+
isValidating: vue.ShallowRef<boolean>;
|
788
|
+
isValid: vue.Ref<boolean | null> & {
|
851
789
|
readonly externalValue: boolean | null;
|
852
790
|
};
|
853
791
|
items: vue.Ref<{
|
@@ -858,14 +796,6 @@ declare const VForm: {
|
|
858
796
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
859
797
|
isValid: boolean | null;
|
860
798
|
errorMessages: string[];
|
861
|
-
}[], FormField[] | {
|
862
|
-
id: number | string;
|
863
|
-
validate: () => Promise<string[]>;
|
864
|
-
reset: () => Promise<void>;
|
865
|
-
resetValidation: () => Promise<void>;
|
866
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
867
|
-
isValid: boolean | null;
|
868
|
-
errorMessages: string[];
|
869
799
|
}[]>;
|
870
800
|
validate: () => Promise<{
|
871
801
|
valid: boolean;
|
@@ -881,14 +811,11 @@ declare const VForm: {
|
|
881
811
|
errors: vue.Ref<{
|
882
812
|
id: number | string;
|
883
813
|
errorMessages: string[];
|
884
|
-
}[], FieldValidationResult[] | {
|
885
|
-
id: number | string;
|
886
|
-
errorMessages: string[];
|
887
814
|
}[]>;
|
888
815
|
isDisabled: vue.ComputedRef<boolean>;
|
889
816
|
isReadonly: vue.ComputedRef<boolean>;
|
890
|
-
isValidating: vue.ShallowRef<boolean
|
891
|
-
isValid: vue.Ref<boolean | null
|
817
|
+
isValidating: vue.ShallowRef<boolean>;
|
818
|
+
isValid: vue.Ref<boolean | null> & {
|
892
819
|
readonly externalValue: boolean | null;
|
893
820
|
};
|
894
821
|
items: vue.Ref<{
|
@@ -899,14 +826,6 @@ declare const VForm: {
|
|
899
826
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
900
827
|
isValid: boolean | null;
|
901
828
|
errorMessages: string[];
|
902
|
-
}[], FormField[] | {
|
903
|
-
id: number | string;
|
904
|
-
validate: () => Promise<string[]>;
|
905
|
-
reset: () => Promise<void>;
|
906
|
-
resetValidation: () => Promise<void>;
|
907
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
908
|
-
isValid: boolean | null;
|
909
|
-
errorMessages: string[];
|
910
829
|
}[]>;
|
911
830
|
validate: () => Promise<{
|
912
831
|
valid: boolean;
|
@@ -933,14 +852,11 @@ declare const VForm: {
|
|
933
852
|
errors: vue.Ref<{
|
934
853
|
id: number | string;
|
935
854
|
errorMessages: string[];
|
936
|
-
}[], FieldValidationResult[] | {
|
937
|
-
id: number | string;
|
938
|
-
errorMessages: string[];
|
939
855
|
}[]>;
|
940
856
|
isDisabled: vue.ComputedRef<boolean>;
|
941
857
|
isReadonly: vue.ComputedRef<boolean>;
|
942
|
-
isValidating: vue.ShallowRef<boolean
|
943
|
-
isValid: vue.Ref<boolean | null
|
858
|
+
isValidating: vue.ShallowRef<boolean>;
|
859
|
+
isValid: vue.Ref<boolean | null> & {
|
944
860
|
readonly externalValue: boolean | null;
|
945
861
|
};
|
946
862
|
items: vue.Ref<{
|
@@ -951,14 +867,6 @@ declare const VForm: {
|
|
951
867
|
vm: vue.Raw<vue.ComponentInternalInstance>;
|
952
868
|
isValid: boolean | null;
|
953
869
|
errorMessages: string[];
|
954
|
-
}[], FormField[] | {
|
955
|
-
id: number | string;
|
956
|
-
validate: () => Promise<string[]>;
|
957
|
-
reset: () => Promise<void>;
|
958
|
-
resetValidation: () => Promise<void>;
|
959
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
960
|
-
isValid: boolean | null;
|
961
|
-
errorMessages: string[];
|
962
870
|
}[]>;
|
963
871
|
validate: () => Promise<{
|
964
872
|
valid: boolean;
|
@@ -970,7 +878,7 @@ declare const VForm: {
|
|
970
878
|
reset: () => void;
|
971
879
|
resetValidation: () => void;
|
972
880
|
}) => vue.VNode[];
|
973
|
-
}
|
881
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
974
882
|
disabled: BooleanConstructor;
|
975
883
|
fastFail: BooleanConstructor;
|
976
884
|
readonly: BooleanConstructor;
|