@vuetify/nightly 4.0.0-dev-20230511.0 → 4.0.0-dev-20230512.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/CHANGELOG.md +6 -14
- package/dist/json/attributes.json +564 -256
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/tags.json +80 -2
- package/dist/json/web-types.json +2399 -606
- package/dist/vuetify-labs.css +45 -42
- package/dist/vuetify-labs.d.ts +26350 -24518
- package/dist/vuetify-labs.esm.js +2485 -2382
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +2485 -2382
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +11 -8
- package/dist/vuetify.d.ts +23046 -23682
- package/dist/vuetify.esm.js +1865 -1748
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1865 -1748
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +658 -658
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -3
- package/lib/blueprints/md1.d.mts +1 -3
- package/lib/blueprints/md2.d.mts +1 -3
- package/lib/blueprints/md3.d.mts +1 -3
- package/lib/components/VAlert/VAlert.mjs +48 -48
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.mts +228 -71
- package/lib/components/VApp/VApp.mjs +9 -8
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +65 -19
- package/lib/components/VAppBar/VAppBar.mjs +23 -22
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +9 -7
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -2
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +314 -123
- package/lib/components/VAutocomplete/VAutocomplete.css +0 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs +36 -39
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -5
- package/lib/components/VAutocomplete/index.d.mts +1264 -2467
- package/lib/components/VAvatar/index.d.mts +70 -30
- package/lib/components/VBadge/VBadge.mjs +33 -32
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +86 -42
- package/lib/components/VBanner/VBanner.mjs +21 -20
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +7 -6
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +227 -65
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +35 -34
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +78 -45
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +24 -23
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -14
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +311 -208
- package/lib/components/VBtn/index.d.mts +112 -53
- package/lib/components/VBtnGroup/index.d.mts +69 -27
- package/lib/components/VBtnToggle/VBtnToggle.mjs +6 -5
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +73 -35
- package/lib/components/VCard/VCard.mjs +38 -37
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +12 -11
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +764 -368
- package/lib/components/VCarousel/VCarousel.mjs +28 -27
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +18 -16
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +600 -103
- package/lib/components/VCheckbox/VCheckbox.mjs +6 -5
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +304 -125
- package/lib/components/VChip/VChip.css +7 -0
- package/lib/components/VChip/VChip.mjs +60 -57
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +9 -0
- package/lib/components/VChip/index.d.mts +318 -90
- package/lib/components/VChipGroup/VChipGroup.mjs +19 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +204 -53
- package/lib/components/VCode/index.d.mts +63 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +44 -39
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +26 -25
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +17 -16
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +10 -9
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -11
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +74 -85
- package/lib/components/VColorPicker/util/index.mjs +2 -2
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +39 -42
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1264 -2488
- package/lib/components/VCounter/VCounter.mjs +16 -15
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +113 -1817
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +9 -8
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +67 -20
- package/lib/components/VDialog/VDialog.mjs +18 -17
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +551 -1401
- package/lib/components/VDivider/VDivider.mjs +11 -10
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.mts +66 -21
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +6 -5
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -14
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +317 -125
- package/lib/components/VField/VField.mjs +7 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +6 -5
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +310 -230
- package/lib/components/VFileInput/VFileInput.mjs +35 -34
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +760 -320
- package/lib/components/VFooter/VFooter.mjs +21 -20
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +70 -29
- package/lib/components/VForm/VForm.mjs +6 -5
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +568 -52
- package/lib/components/VGrid/VCol.mjs +26 -25
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +16 -11
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +26 -25
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +274 -100
- package/lib/components/VHover/VHover.mjs +10 -9
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.mts +93 -37
- package/lib/components/VIcon/VIcon.mjs +28 -29
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.mts +292 -81
- package/lib/components/VImg/VImg.mjs +34 -33
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +118 -53
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +137 -50
- package/lib/components/VItemGroup/VItem.mjs +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +10 -9
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +414 -111
- package/lib/components/VKbd/index.d.mts +63 -17
- package/lib/components/VLabel/VLabel.mjs +8 -7
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.mts +64 -18
- package/lib/components/VLayout/VLayout.mjs +6 -5
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +15 -14
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +131 -42
- package/lib/components/VLazy/VLazy.mjs +21 -20
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.mts +67 -27
- package/lib/components/VList/VList.mjs +37 -36
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +9 -12
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +2 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +44 -43
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +8 -7
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +8 -7
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +10 -9
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +1069 -617
- package/lib/components/VList/list.mjs +4 -4
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +12 -11
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +65 -19
- package/lib/components/VMain/VMain.mjs +9 -8
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +64 -19
- package/lib/components/VMenu/VMenu.mjs +21 -20
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +479 -1327
- package/lib/components/VMessages/VMessages.mjs +18 -17
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +88 -1799
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +50 -49
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +115 -60
- package/lib/components/VNavigationDrawer/sticky.mjs +14 -7
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs +4 -4
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +120 -75
- package/lib/components/VOverlay/locationStrategies.mjs +5 -3
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +84 -83
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +203 -130
- package/lib/components/VParallax/VParallax.mjs +9 -8
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.mts +91 -18
- package/lib/components/VProgressCircular/VProgressCircular.mjs +25 -24
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +125 -45
- package/lib/components/VProgressLinear/VProgressLinear.mjs +44 -42
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +97 -57
- package/lib/components/VRadio/VRadio.mjs +8 -7
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +121 -51
- package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -21
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +189 -76
- package/lib/components/VRangeSlider/VRangeSlider.mjs +18 -13
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +192 -80
- package/lib/components/VRating/VRating.mjs +49 -45
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +94 -54
- package/lib/components/VResponsive/index.d.mts +73 -18
- package/lib/components/VSelect/VSelect.mjs +22 -21
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1192 -3713
- package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +212 -194
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +100 -63
- package/lib/components/VSheet/VSheet.mjs +1 -3
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.mts +66 -21
- package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +181 -64
- package/lib/components/VSlider/VSlider.mjs +18 -13
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +26 -25
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +13 -12
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +194 -81
- package/lib/components/VSlider/slider.mjs +3 -3
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +20 -19
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +444 -297
- package/lib/components/VSwitch/VSwitch.css +3 -3
- package/lib/components/VSwitch/VSwitch.mjs +13 -12
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +4 -3
- package/lib/components/VSwitch/index.d.mts +206 -86
- package/lib/components/VSystemBar/VSystemBar.mjs +15 -14
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.mts +69 -27
- package/lib/components/VTable/VTable.mjs +12 -11
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.mts +95 -26
- package/lib/components/VTabs/VTab.mjs +19 -19
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +28 -27
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +175 -115
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +1254 -770
- package/lib/components/VTextarea/VTextarea.mjs +32 -28
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +683 -313
- package/lib/components/VThemeProvider/VThemeProvider.mjs +8 -7
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.mts +65 -20
- package/lib/components/VTimeline/VTimeline.mjs +46 -41
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +14 -13
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +23 -22
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +163 -62
- package/lib/components/VToolbar/VToolbar.mjs +8 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +8 -7
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.mts +265 -82
- package/lib/components/VTooltip/VTooltip.mjs +20 -19
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +442 -297
- package/lib/components/VValidation/VValidation.mjs +1 -3
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +358 -50
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +14 -13
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +6 -5
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +110 -82
- package/lib/components/VWindow/VWindow.mjs +3 -3
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +18 -17
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +204 -75
- package/lib/components/index.d.mts +23230 -23871
- package/lib/components/transitions/createTransition.mjs +16 -15
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +5 -4
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +1207 -472
- package/lib/composables/display.mjs +3 -3
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs +4 -4
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/group.mjs +13 -13
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs +6 -6
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +2 -2
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs +2 -2
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +5 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/scroll.mjs +6 -6
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +2 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +5 -4
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +3 -3
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/transition.mjs +5 -2
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +10 -5
- package/lib/labs/VDataTable/VDataTable.mjs +54 -66
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +64 -63
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +8 -7
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -16
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +7 -6
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +20 -19
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +54 -59
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +72 -80
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/virtual.mjs +3 -3
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +2974 -631
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +54 -48
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/index.d.mts +143 -52
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +18 -17
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +77 -31
- package/lib/labs/components.d.mts +3188 -708
- package/lib/labs/date/date.mjs +7 -7
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +1 -3
- package/lib/locale/adapters/vuetify.mjs +8 -5
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +2 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -25,6 +25,10 @@ type SelectionControlSlot = {
|
|
25
25
|
};
|
26
26
|
};
|
27
27
|
|
28
|
+
type VMessageSlot = {
|
29
|
+
message: string;
|
30
|
+
};
|
31
|
+
|
28
32
|
type ValidationResult = string | boolean;
|
29
33
|
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
30
34
|
|
@@ -46,103 +50,124 @@ declare const VCheckbox: {
|
|
46
50
|
new (...args: any[]): {
|
47
51
|
$: vue.ComponentInternalInstance;
|
48
52
|
$data: {};
|
49
|
-
$props:
|
50
|
-
error
|
51
|
-
direction
|
52
|
-
style
|
53
|
-
disabled
|
54
|
-
multiple
|
55
|
-
readonly
|
56
|
-
indeterminate
|
57
|
-
messages
|
58
|
-
density
|
59
|
-
ripple
|
60
|
-
focused
|
61
|
-
errorMessages
|
62
|
-
maxErrors
|
63
|
-
rules
|
64
|
-
persistentHint
|
65
|
-
falseIcon
|
66
|
-
trueIcon
|
67
|
-
valueComparator
|
68
|
-
indeterminateIcon
|
69
|
-
}> & Omit<{
|
70
|
-
error: boolean;
|
71
|
-
direction: "horizontal" | "vertical";
|
72
|
-
style: vue.StyleValue;
|
73
|
-
disabled: boolean;
|
74
|
-
multiple: boolean | null;
|
75
|
-
readonly: boolean;
|
76
|
-
indeterminate: boolean;
|
77
|
-
messages: string | string[];
|
78
|
-
density: Density;
|
79
|
-
ripple: boolean;
|
80
|
-
focused: boolean;
|
81
|
-
errorMessages: string | string[];
|
82
|
-
maxErrors: string | number;
|
83
|
-
rules: ValidationRule[];
|
84
|
-
persistentHint: boolean;
|
85
|
-
falseIcon: NonNullable<IconValue>;
|
86
|
-
trueIcon: NonNullable<IconValue>;
|
87
|
-
valueComparator: typeof deepEqual;
|
88
|
-
indeterminateIcon: IconValue;
|
89
|
-
} & {
|
53
|
+
$props: {
|
54
|
+
error?: boolean | undefined;
|
55
|
+
direction?: "horizontal" | "vertical" | undefined;
|
56
|
+
style?: vue.StyleValue | undefined;
|
57
|
+
disabled?: boolean | undefined;
|
58
|
+
multiple?: boolean | null | undefined;
|
59
|
+
readonly?: boolean | undefined;
|
60
|
+
indeterminate?: boolean | undefined;
|
61
|
+
messages?: string | string[] | undefined;
|
62
|
+
density?: Density | undefined;
|
63
|
+
ripple?: boolean | undefined;
|
64
|
+
focused?: boolean | undefined;
|
65
|
+
errorMessages?: string | string[] | undefined;
|
66
|
+
maxErrors?: string | number | undefined;
|
67
|
+
rules?: ValidationRule[] | undefined;
|
68
|
+
persistentHint?: boolean | undefined;
|
69
|
+
falseIcon?: NonNullable<IconValue> | undefined;
|
70
|
+
trueIcon?: NonNullable<IconValue> | undefined;
|
71
|
+
valueComparator?: typeof deepEqual | undefined;
|
72
|
+
indeterminateIcon?: IconValue | undefined;
|
90
73
|
type?: string | undefined;
|
74
|
+
key?: string | number | symbol | undefined;
|
91
75
|
id?: string | undefined;
|
92
76
|
name?: string | undefined;
|
93
77
|
color?: string | undefined;
|
94
78
|
value?: any;
|
95
79
|
label?: string | undefined;
|
96
80
|
class?: any;
|
97
|
-
theme?: string | undefined;
|
98
|
-
modelValue?: any;
|
99
|
-
prependIcon?: IconValue | undefined;
|
100
|
-
appendIcon?: IconValue | undefined;
|
101
|
-
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
102
|
-
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
103
|
-
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
104
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
105
|
-
validationValue?: any;
|
106
|
-
hint?: string | undefined;
|
107
|
-
hideDetails?: boolean | "auto" | undefined;
|
108
|
-
trueValue?: any;
|
109
|
-
falseValue?: any;
|
110
|
-
} & {
|
111
81
|
$children?: vue.VNodeChild | {
|
112
82
|
default?: ((...args: never) => vue.VNodeChild) | undefined;
|
113
83
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
114
84
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
115
85
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
86
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
116
87
|
label?: ((args_0: {
|
117
88
|
label: string | undefined;
|
118
89
|
props: Record<string, unknown>;
|
119
90
|
}) => vue.VNodeChild) | undefined;
|
120
91
|
input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
121
92
|
} | ((...args: never) => vue.VNodeChild);
|
93
|
+
ref?: vue.VNodeRef | undefined;
|
94
|
+
ref_for?: boolean | undefined;
|
95
|
+
ref_key?: string | undefined;
|
96
|
+
theme?: string | undefined;
|
97
|
+
"v-slot:default"?: false | ((...args: never) => vue.VNodeChild) | undefined;
|
122
98
|
'v-slots'?: {
|
123
99
|
default?: false | ((...args: never) => vue.VNodeChild) | undefined;
|
124
100
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
125
101
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
126
102
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
103
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
127
104
|
label?: false | ((args_0: {
|
128
105
|
label: string | undefined;
|
129
106
|
props: Record<string, unknown>;
|
130
107
|
}) => vue.VNodeChild) | undefined;
|
131
108
|
input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
132
109
|
} | undefined;
|
133
|
-
|
134
|
-
|
135
|
-
|
110
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
111
|
+
[key: string]: any;
|
112
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
113
|
+
[key: string]: any;
|
114
|
+
}>) => void)[] | undefined;
|
115
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
116
|
+
[key: string]: any;
|
117
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
118
|
+
[key: string]: any;
|
119
|
+
}>) => void)[] | undefined;
|
120
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
121
|
+
[key: string]: any;
|
122
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
123
|
+
[key: string]: any;
|
124
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
125
|
+
[key: string]: any;
|
126
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
127
|
+
[key: string]: any;
|
128
|
+
}>) => void)[] | undefined;
|
129
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
130
|
+
[key: string]: any;
|
131
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
132
|
+
[key: string]: any;
|
133
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
134
|
+
[key: string]: any;
|
135
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
136
|
+
[key: string]: any;
|
137
|
+
}>) => void)[] | undefined;
|
138
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
139
|
+
[key: string]: any;
|
140
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
141
|
+
[key: string]: any;
|
142
|
+
}>) => void)[] | undefined;
|
143
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
144
|
+
[key: string]: any;
|
145
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
146
|
+
[key: string]: any;
|
147
|
+
}>) => void)[] | undefined;
|
136
148
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
137
|
-
"v-slot:
|
149
|
+
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
150
|
+
modelValue?: any;
|
151
|
+
prependIcon?: IconValue | undefined;
|
152
|
+
appendIcon?: IconValue | undefined;
|
153
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
154
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
155
|
+
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
138
156
|
"v-slot:label"?: false | ((args_0: {
|
139
157
|
label: string | undefined;
|
140
158
|
props: Record<string, unknown>;
|
141
159
|
}) => vue.VNodeChild) | undefined;
|
160
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
161
|
+
validateOn?: "input" | "blur" | "submit" | undefined;
|
162
|
+
validationValue?: any;
|
163
|
+
hint?: string | undefined;
|
164
|
+
hideDetails?: boolean | "auto" | undefined;
|
165
|
+
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
166
|
+
defaultsTarget?: string | undefined;
|
167
|
+
trueValue?: any;
|
168
|
+
falseValue?: any;
|
142
169
|
"v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
143
|
-
}
|
144
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
145
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "falseIcon" | "trueIcon" | "valueComparator" | "indeterminateIcon">;
|
170
|
+
};
|
146
171
|
$attrs: {
|
147
172
|
[x: string]: unknown;
|
148
173
|
};
|
@@ -150,10 +175,33 @@ declare const VCheckbox: {
|
|
150
175
|
[x: string]: unknown;
|
151
176
|
};
|
152
177
|
$slots: Readonly<{
|
153
|
-
|
178
|
+
default?: ((...args: never) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
179
|
+
[key: string]: any;
|
180
|
+
}>[]) | undefined;
|
181
|
+
prepend?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
182
|
+
[key: string]: any;
|
183
|
+
}>[]) | undefined;
|
184
|
+
append?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
185
|
+
[key: string]: any;
|
186
|
+
}>[]) | undefined;
|
187
|
+
details?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
188
|
+
[key: string]: any;
|
189
|
+
}>[]) | undefined;
|
190
|
+
message?: ((args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
191
|
+
[key: string]: any;
|
192
|
+
}>[]) | undefined;
|
193
|
+
label?: ((args_0: {
|
194
|
+
label: string | undefined;
|
195
|
+
props: Record<string, unknown>;
|
196
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
197
|
+
[key: string]: any;
|
198
|
+
}>[]) | undefined;
|
199
|
+
input?: ((args_0: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
200
|
+
[key: string]: any;
|
201
|
+
}>[]) | undefined;
|
154
202
|
}>;
|
155
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
156
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
203
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
204
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
157
205
|
$emit: (event: "update:focused", focused: boolean) => void;
|
158
206
|
$el: any;
|
159
207
|
$options: vue.ComponentOptionsBase<{
|
@@ -195,6 +243,7 @@ declare const VCheckbox: {
|
|
195
243
|
validationValue?: any;
|
196
244
|
hint?: string | undefined;
|
197
245
|
hideDetails?: boolean | "auto" | undefined;
|
246
|
+
defaultsTarget?: string | undefined;
|
198
247
|
trueValue?: any;
|
199
248
|
falseValue?: any;
|
200
249
|
} & {
|
@@ -203,6 +252,7 @@ declare const VCheckbox: {
|
|
203
252
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
204
253
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
205
254
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
255
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
206
256
|
label?: ((args_0: {
|
207
257
|
label: string | undefined;
|
208
258
|
props: Record<string, unknown>;
|
@@ -214,6 +264,7 @@ declare const VCheckbox: {
|
|
214
264
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
215
265
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
216
266
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
267
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
217
268
|
label?: false | ((args_0: {
|
218
269
|
label: string | undefined;
|
219
270
|
props: Record<string, unknown>;
|
@@ -225,6 +276,7 @@ declare const VCheckbox: {
|
|
225
276
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
226
277
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
227
278
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
279
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
228
280
|
"v-slot:label"?: false | ((args_0: {
|
229
281
|
label: string | undefined;
|
230
282
|
props: Record<string, unknown>;
|
@@ -254,7 +306,32 @@ declare const VCheckbox: {
|
|
254
306
|
trueIcon: NonNullable<IconValue>;
|
255
307
|
valueComparator: typeof deepEqual;
|
256
308
|
indeterminateIcon: IconValue;
|
257
|
-
}, {}, string
|
309
|
+
}, {}, string, vue.SlotsType<Partial<{
|
310
|
+
default: (...args: never) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
311
|
+
[key: string]: any;
|
312
|
+
}>[];
|
313
|
+
prepend: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
314
|
+
[key: string]: any;
|
315
|
+
}>[];
|
316
|
+
append: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
317
|
+
[key: string]: any;
|
318
|
+
}>[];
|
319
|
+
details: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
320
|
+
[key: string]: any;
|
321
|
+
}>[];
|
322
|
+
message: (args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
323
|
+
[key: string]: any;
|
324
|
+
}>[];
|
325
|
+
label: (args_0: {
|
326
|
+
label: string | undefined;
|
327
|
+
props: Record<string, unknown>;
|
328
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
329
|
+
[key: string]: any;
|
330
|
+
}>[];
|
331
|
+
input: (args_0: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
332
|
+
[key: string]: any;
|
333
|
+
}>[];
|
334
|
+
}>>> & {
|
258
335
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
259
336
|
created?: ((() => void) | (() => void)[]) | undefined;
|
260
337
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -269,7 +346,7 @@ declare const VCheckbox: {
|
|
269
346
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
270
347
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
271
348
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
272
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
349
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
273
350
|
};
|
274
351
|
$forceUpdate: () => void;
|
275
352
|
$nextTick: typeof vue.nextTick;
|
@@ -313,6 +390,7 @@ declare const VCheckbox: {
|
|
313
390
|
validationValue?: any;
|
314
391
|
hint?: string | undefined;
|
315
392
|
hideDetails?: boolean | "auto" | undefined;
|
393
|
+
defaultsTarget?: string | undefined;
|
316
394
|
trueValue?: any;
|
317
395
|
falseValue?: any;
|
318
396
|
} & {
|
@@ -321,6 +399,7 @@ declare const VCheckbox: {
|
|
321
399
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
322
400
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
323
401
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
402
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
324
403
|
label?: ((args_0: {
|
325
404
|
label: string | undefined;
|
326
405
|
props: Record<string, unknown>;
|
@@ -332,6 +411,7 @@ declare const VCheckbox: {
|
|
332
411
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
333
412
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
334
413
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
414
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
335
415
|
label?: false | ((args_0: {
|
336
416
|
label: string | undefined;
|
337
417
|
props: Record<string, unknown>;
|
@@ -343,6 +423,7 @@ declare const VCheckbox: {
|
|
343
423
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
344
424
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
345
425
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
426
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
346
427
|
"v-slot:label"?: false | ((args_0: {
|
347
428
|
label: string | undefined;
|
348
429
|
props: Record<string, unknown>;
|
@@ -393,6 +474,7 @@ declare const VCheckbox: {
|
|
393
474
|
validationValue?: any;
|
394
475
|
hint?: string | undefined;
|
395
476
|
hideDetails?: boolean | "auto" | undefined;
|
477
|
+
defaultsTarget?: string | undefined;
|
396
478
|
trueValue?: any;
|
397
479
|
falseValue?: any;
|
398
480
|
} & {
|
@@ -401,6 +483,7 @@ declare const VCheckbox: {
|
|
401
483
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
402
484
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
403
485
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
486
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
404
487
|
label?: ((args_0: {
|
405
488
|
label: string | undefined;
|
406
489
|
props: Record<string, unknown>;
|
@@ -412,6 +495,7 @@ declare const VCheckbox: {
|
|
412
495
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
413
496
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
414
497
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
498
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
415
499
|
label?: false | ((args_0: {
|
416
500
|
label: string | undefined;
|
417
501
|
props: Record<string, unknown>;
|
@@ -423,6 +507,7 @@ declare const VCheckbox: {
|
|
423
507
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
424
508
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
425
509
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
510
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
426
511
|
"v-slot:label"?: false | ((args_0: {
|
427
512
|
label: string | undefined;
|
428
513
|
props: Record<string, unknown>;
|
@@ -452,7 +537,32 @@ declare const VCheckbox: {
|
|
452
537
|
trueIcon: NonNullable<IconValue>;
|
453
538
|
valueComparator: typeof deepEqual;
|
454
539
|
indeterminateIcon: IconValue;
|
455
|
-
}, {}, string
|
540
|
+
}, {}, string, vue.SlotsType<Partial<{
|
541
|
+
default: (...args: never) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
542
|
+
[key: string]: any;
|
543
|
+
}>[];
|
544
|
+
prepend: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
545
|
+
[key: string]: any;
|
546
|
+
}>[];
|
547
|
+
append: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
548
|
+
[key: string]: any;
|
549
|
+
}>[];
|
550
|
+
details: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
551
|
+
[key: string]: any;
|
552
|
+
}>[];
|
553
|
+
message: (args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
554
|
+
[key: string]: any;
|
555
|
+
}>[];
|
556
|
+
label: (args_0: {
|
557
|
+
label: string | undefined;
|
558
|
+
props: Record<string, unknown>;
|
559
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
560
|
+
[key: string]: any;
|
561
|
+
}>[];
|
562
|
+
input: (args_0: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
563
|
+
[key: string]: any;
|
564
|
+
}>[];
|
565
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
456
566
|
type: StringConstructor;
|
457
567
|
error: BooleanConstructor;
|
458
568
|
id: StringConstructor;
|
@@ -483,6 +593,7 @@ declare const VCheckbox: {
|
|
483
593
|
type: BooleanConstructor;
|
484
594
|
default: boolean;
|
485
595
|
};
|
596
|
+
defaultsTarget: StringConstructor;
|
486
597
|
falseIcon: {
|
487
598
|
type: vue.PropType<NonNullable<IconValue>>;
|
488
599
|
default: NonNullable<IconValue>;
|
@@ -564,6 +675,7 @@ declare const VCheckbox: {
|
|
564
675
|
type: BooleanConstructor;
|
565
676
|
default: boolean;
|
566
677
|
};
|
678
|
+
defaultsTarget: StringConstructor;
|
567
679
|
falseIcon: {
|
568
680
|
type: vue.PropType<NonNullable<IconValue>>;
|
569
681
|
default: NonNullable<IconValue>;
|
@@ -621,47 +733,28 @@ declare const VCheckboxBtn: {
|
|
621
733
|
new (...args: any[]): {
|
622
734
|
$: vue.ComponentInternalInstance;
|
623
735
|
$data: {};
|
624
|
-
$props:
|
625
|
-
inline
|
626
|
-
error
|
627
|
-
style
|
628
|
-
disabled
|
629
|
-
multiple
|
630
|
-
readonly
|
631
|
-
indeterminate
|
632
|
-
density
|
633
|
-
ripple
|
634
|
-
falseIcon
|
635
|
-
trueIcon
|
636
|
-
valueComparator
|
637
|
-
indeterminateIcon
|
638
|
-
}> & Omit<{
|
639
|
-
inline: boolean;
|
640
|
-
error: boolean;
|
641
|
-
style: vue.StyleValue;
|
642
|
-
disabled: boolean;
|
643
|
-
multiple: boolean | null;
|
644
|
-
readonly: boolean;
|
645
|
-
indeterminate: boolean;
|
646
|
-
density: Density;
|
647
|
-
ripple: boolean;
|
648
|
-
falseIcon: NonNullable<IconValue>;
|
649
|
-
trueIcon: NonNullable<IconValue>;
|
650
|
-
valueComparator: typeof deepEqual;
|
651
|
-
indeterminateIcon: IconValue;
|
652
|
-
} & {
|
736
|
+
$props: {
|
737
|
+
inline?: boolean | undefined;
|
738
|
+
error?: boolean | undefined;
|
739
|
+
style?: vue.StyleValue | undefined;
|
740
|
+
disabled?: boolean | undefined;
|
741
|
+
multiple?: boolean | null | undefined;
|
742
|
+
readonly?: boolean | undefined;
|
743
|
+
indeterminate?: boolean | undefined;
|
744
|
+
density?: Density | undefined;
|
745
|
+
ripple?: boolean | undefined;
|
746
|
+
falseIcon?: NonNullable<IconValue> | undefined;
|
747
|
+
trueIcon?: NonNullable<IconValue> | undefined;
|
748
|
+
valueComparator?: typeof deepEqual | undefined;
|
749
|
+
indeterminateIcon?: IconValue | undefined;
|
653
750
|
type?: string | undefined;
|
751
|
+
key?: string | number | symbol | undefined;
|
654
752
|
id?: string | undefined;
|
655
753
|
name?: string | undefined;
|
656
754
|
color?: string | undefined;
|
657
755
|
value?: any;
|
658
756
|
label?: string | undefined;
|
659
757
|
class?: any;
|
660
|
-
theme?: string | undefined;
|
661
|
-
modelValue?: any;
|
662
|
-
trueValue?: any;
|
663
|
-
falseValue?: any;
|
664
|
-
} & {
|
665
758
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
666
759
|
default?: (() => vue.VNodeChild) | undefined;
|
667
760
|
label?: ((args_0: {
|
@@ -670,6 +763,11 @@ declare const VCheckboxBtn: {
|
|
670
763
|
}) => vue.VNodeChild) | undefined;
|
671
764
|
input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
672
765
|
};
|
766
|
+
ref?: vue.VNodeRef | undefined;
|
767
|
+
ref_for?: boolean | undefined;
|
768
|
+
ref_key?: string | undefined;
|
769
|
+
theme?: string | undefined;
|
770
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
673
771
|
'v-slots'?: {
|
674
772
|
default?: false | (() => vue.VNodeChild) | undefined;
|
675
773
|
label?: false | ((args_0: {
|
@@ -678,17 +776,56 @@ declare const VCheckboxBtn: {
|
|
678
776
|
}) => vue.VNodeChild) | undefined;
|
679
777
|
input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
680
778
|
} | undefined;
|
681
|
-
|
682
|
-
|
779
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
780
|
+
[key: string]: any;
|
781
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
782
|
+
[key: string]: any;
|
783
|
+
}>) => void)[] | undefined;
|
784
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
785
|
+
[key: string]: any;
|
786
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
787
|
+
[key: string]: any;
|
788
|
+
}>) => void)[] | undefined;
|
789
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
790
|
+
[key: string]: any;
|
791
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
792
|
+
[key: string]: any;
|
793
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
794
|
+
[key: string]: any;
|
795
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
796
|
+
[key: string]: any;
|
797
|
+
}>) => void)[] | undefined;
|
798
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
799
|
+
[key: string]: any;
|
800
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
801
|
+
[key: string]: any;
|
802
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
803
|
+
[key: string]: any;
|
804
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
805
|
+
[key: string]: any;
|
806
|
+
}>) => void)[] | undefined;
|
807
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
808
|
+
[key: string]: any;
|
809
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
810
|
+
[key: string]: any;
|
811
|
+
}>) => void)[] | undefined;
|
812
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
813
|
+
[key: string]: any;
|
814
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
815
|
+
[key: string]: any;
|
816
|
+
}>) => void)[] | undefined;
|
817
|
+
modelValue?: any;
|
818
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
683
819
|
"v-slot:label"?: false | ((args_0: {
|
684
820
|
label: string | undefined;
|
685
821
|
props: Record<string, unknown>;
|
686
822
|
}) => vue.VNodeChild) | undefined;
|
823
|
+
defaultsTarget?: string | undefined;
|
824
|
+
trueValue?: any;
|
825
|
+
falseValue?: any;
|
687
826
|
"v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
688
|
-
} & {
|
689
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
690
827
|
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
691
|
-
}
|
828
|
+
};
|
692
829
|
$attrs: {
|
693
830
|
[x: string]: unknown;
|
694
831
|
};
|
@@ -696,10 +833,21 @@ declare const VCheckboxBtn: {
|
|
696
833
|
[x: string]: unknown;
|
697
834
|
};
|
698
835
|
$slots: Readonly<{
|
699
|
-
|
836
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
837
|
+
[key: string]: any;
|
838
|
+
}>[]) | undefined;
|
839
|
+
label?: ((args_0: {
|
840
|
+
label: string | undefined;
|
841
|
+
props: Record<string, unknown>;
|
842
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
843
|
+
[key: string]: any;
|
844
|
+
}>[]) | undefined;
|
845
|
+
input?: ((args_0: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
846
|
+
[key: string]: any;
|
847
|
+
}>[]) | undefined;
|
700
848
|
}>;
|
701
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
702
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
849
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
850
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
703
851
|
$emit: ((event: "update:modelValue", value: any) => void) & ((event: "update:indeterminate", val: boolean) => void);
|
704
852
|
$el: any;
|
705
853
|
$options: vue.ComponentOptionsBase<{
|
@@ -726,6 +874,7 @@ declare const VCheckboxBtn: {
|
|
726
874
|
class?: any;
|
727
875
|
theme?: string | undefined;
|
728
876
|
modelValue?: any;
|
877
|
+
defaultsTarget?: string | undefined;
|
729
878
|
trueValue?: any;
|
730
879
|
falseValue?: any;
|
731
880
|
} & {
|
@@ -772,7 +921,20 @@ declare const VCheckboxBtn: {
|
|
772
921
|
trueIcon: NonNullable<IconValue>;
|
773
922
|
valueComparator: typeof deepEqual;
|
774
923
|
indeterminateIcon: IconValue;
|
775
|
-
}, {}, string
|
924
|
+
}, {}, string, vue.SlotsType<Partial<{
|
925
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
926
|
+
[key: string]: any;
|
927
|
+
}>[];
|
928
|
+
label: (args_0: {
|
929
|
+
label: string | undefined;
|
930
|
+
props: Record<string, unknown>;
|
931
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
932
|
+
[key: string]: any;
|
933
|
+
}>[];
|
934
|
+
input: (args_0: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
935
|
+
[key: string]: any;
|
936
|
+
}>[];
|
937
|
+
}>>> & {
|
776
938
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
777
939
|
created?: ((() => void) | (() => void)[]) | undefined;
|
778
940
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -787,7 +949,7 @@ declare const VCheckboxBtn: {
|
|
787
949
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
788
950
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
789
951
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
790
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
952
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
791
953
|
};
|
792
954
|
$forceUpdate: () => void;
|
793
955
|
$nextTick: typeof vue.nextTick;
|
@@ -816,6 +978,7 @@ declare const VCheckboxBtn: {
|
|
816
978
|
class?: any;
|
817
979
|
theme?: string | undefined;
|
818
980
|
modelValue?: any;
|
981
|
+
defaultsTarget?: string | undefined;
|
819
982
|
trueValue?: any;
|
820
983
|
falseValue?: any;
|
821
984
|
} & {
|
@@ -873,6 +1036,7 @@ declare const VCheckboxBtn: {
|
|
873
1036
|
class?: any;
|
874
1037
|
theme?: string | undefined;
|
875
1038
|
modelValue?: any;
|
1039
|
+
defaultsTarget?: string | undefined;
|
876
1040
|
trueValue?: any;
|
877
1041
|
falseValue?: any;
|
878
1042
|
} & {
|
@@ -919,15 +1083,34 @@ declare const VCheckboxBtn: {
|
|
919
1083
|
trueIcon: NonNullable<IconValue>;
|
920
1084
|
valueComparator: typeof deepEqual;
|
921
1085
|
indeterminateIcon: IconValue;
|
922
|
-
}, {}, string
|
1086
|
+
}, {}, string, vue.SlotsType<Partial<{
|
1087
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1088
|
+
[key: string]: any;
|
1089
|
+
}>[];
|
1090
|
+
label: (args_0: {
|
1091
|
+
label: string | undefined;
|
1092
|
+
props: Record<string, unknown>;
|
1093
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1094
|
+
[key: string]: any;
|
1095
|
+
}>[];
|
1096
|
+
input: (args_0: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1097
|
+
[key: string]: any;
|
1098
|
+
}>[];
|
1099
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1100
|
+
theme: StringConstructor;
|
923
1101
|
density: {
|
924
1102
|
type: vue.PropType<Density>;
|
925
1103
|
default: string;
|
926
1104
|
validator: (v: any) => boolean;
|
927
1105
|
};
|
928
|
-
|
1106
|
+
class: vue.PropType<any>;
|
1107
|
+
style: {
|
1108
|
+
type: vue.PropType<vue.StyleValue>;
|
1109
|
+
default: null;
|
1110
|
+
};
|
929
1111
|
color: StringConstructor;
|
930
1112
|
disabled: BooleanConstructor;
|
1113
|
+
defaultsTarget: StringConstructor;
|
931
1114
|
error: BooleanConstructor;
|
932
1115
|
id: StringConstructor;
|
933
1116
|
inline: BooleanConstructor;
|
@@ -955,11 +1138,6 @@ declare const VCheckboxBtn: {
|
|
955
1138
|
type: vue.PropType<typeof deepEqual>;
|
956
1139
|
default: typeof deepEqual;
|
957
1140
|
};
|
958
|
-
class: vue.PropType<any>;
|
959
|
-
style: {
|
960
|
-
type: vue.PropType<vue.StyleValue>;
|
961
|
-
default: null;
|
962
|
-
};
|
963
1141
|
label: StringConstructor;
|
964
1142
|
trueValue: null;
|
965
1143
|
falseValue: null;
|
@@ -970,14 +1148,20 @@ declare const VCheckboxBtn: {
|
|
970
1148
|
default: string;
|
971
1149
|
};
|
972
1150
|
}, vue.ExtractPropTypes<{
|
1151
|
+
theme: StringConstructor;
|
973
1152
|
density: {
|
974
1153
|
type: vue.PropType<Density>;
|
975
1154
|
default: string;
|
976
1155
|
validator: (v: any) => boolean;
|
977
1156
|
};
|
978
|
-
|
1157
|
+
class: vue.PropType<any>;
|
1158
|
+
style: {
|
1159
|
+
type: vue.PropType<vue.StyleValue>;
|
1160
|
+
default: null;
|
1161
|
+
};
|
979
1162
|
color: StringConstructor;
|
980
1163
|
disabled: BooleanConstructor;
|
1164
|
+
defaultsTarget: StringConstructor;
|
981
1165
|
error: BooleanConstructor;
|
982
1166
|
id: StringConstructor;
|
983
1167
|
inline: BooleanConstructor;
|
@@ -1005,11 +1189,6 @@ declare const VCheckboxBtn: {
|
|
1005
1189
|
type: vue.PropType<typeof deepEqual>;
|
1006
1190
|
default: typeof deepEqual;
|
1007
1191
|
};
|
1008
|
-
class: vue.PropType<any>;
|
1009
|
-
style: {
|
1010
|
-
type: vue.PropType<vue.StyleValue>;
|
1011
|
-
default: null;
|
1012
|
-
};
|
1013
1192
|
label: StringConstructor;
|
1014
1193
|
trueValue: null;
|
1015
1194
|
falseValue: null;
|