@vuetify/nightly 3.0.0-beta.0 → 3.0.0-beta.13
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 +13 -2
- package/_settings.scss +2 -0
- package/_styles.scss +1 -0
- package/_tools.scss +1 -0
- package/dist/_component-variables.sass +61 -0
- package/dist/json/attributes.json +898 -526
- package/dist/json/importMap.json +156 -180
- package/dist/json/tags.json +221 -147
- package/dist/json/web-types.json +2698 -1609
- package/dist/vuetify.css +4126 -4566
- package/dist/vuetify.d.ts +13705 -11374
- package/dist/vuetify.esm.js +11107 -9293
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11015 -9200
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +1375 -1254
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +171 -0
- package/lib/blueprints/index.mjs +4 -0
- package/lib/blueprints/index.mjs.map +1 -0
- package/lib/blueprints/md1.d.ts +167 -0
- package/lib/blueprints/md1.mjs +63 -0
- package/lib/blueprints/md1.mjs.map +1 -0
- package/lib/blueprints/md2.d.ts +167 -0
- package/lib/blueprints/md2.mjs +60 -0
- package/lib/blueprints/md2.mjs.map +1 -0
- package/lib/blueprints/md3.d.ts +167 -0
- package/lib/blueprints/md3.mjs +74 -0
- package/lib/blueprints/md3.mjs.map +1 -0
- package/lib/components/VAlert/VAlert.css +36 -19
- package/lib/components/VAlert/VAlert.mjs +69 -40
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +26 -11
- package/lib/components/VAlert/VAlertTitle.mjs +1 -0
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +14 -7
- package/lib/components/VAlert/index.d.ts +185 -0
- package/lib/components/VAlert/index.mjs.map +1 -1
- package/lib/components/VApp/VApp.css +2 -15
- package/lib/components/VApp/VApp.mjs +3 -4
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/VApp.sass +11 -20
- package/lib/components/VApp/index.d.ts +83 -0
- package/lib/components/VApp/index.mjs.map +1 -1
- package/lib/components/VApp/variables.scss +6 -0
- package/lib/components/VAppBar/VAppBar.css +4 -1
- package/lib/components/VAppBar/VAppBar.mjs +15 -10
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.sass +3 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +11 -14
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +7 -4
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/_variables.scss +2 -0
- package/lib/components/VAppBar/index.d.ts +156 -0
- package/lib/components/VAppBar/index.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +11 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +142 -105
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -2
- package/lib/components/VAutocomplete/_variables.scss +1 -0
- package/lib/components/VAutocomplete/index.d.ts +1569 -0
- package/lib/components/VAutocomplete/index.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +48 -3
- package/lib/components/VAvatar/VAvatar.mjs +29 -23
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +10 -3
- package/lib/components/VAvatar/_mixins.scss +0 -1
- package/lib/components/VAvatar/_variables.scss +9 -4
- package/lib/components/VAvatar/index.d.ts +80 -0
- package/lib/components/VAvatar/index.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +3 -6
- package/lib/components/VBadge/VBadge.mjs +20 -49
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.sass +2 -5
- package/lib/components/VBadge/_variables.scss +3 -4
- package/lib/components/VBadge/index.d.ts +123 -0
- package/lib/components/VBadge/index.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.css +81 -57
- package/lib/components/VBanner/VBanner.mjs +45 -37
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.sass +60 -55
- package/lib/components/VBanner/VBannerActions.mjs +34 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/_variables.scss +10 -14
- package/lib/components/VBanner/index.d.ts +122 -0
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +6 -13
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +6 -14
- package/lib/components/VBottomNavigation/_variables.scss +7 -8
- package/lib/components/VBottomNavigation/index.d.ts +143 -0
- package/lib/components/VBottomNavigation/index.mjs.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +13 -6
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -21
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +8 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -17
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/_variables.scss +2 -1
- package/lib/components/VBreadcrumbs/index.d.ts +301 -0
- package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +141 -28
- package/lib/components/VBtn/VBtn.mjs +109 -34
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +119 -16
- package/lib/components/VBtn/_variables.scss +10 -1
- package/lib/components/VBtn/index.d.ts +210 -0
- package/lib/components/VBtn/index.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +16 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +14 -7
- package/lib/components/VBtnGroup/_variables.scss +2 -0
- package/lib/components/VBtnGroup/index.d.ts +65 -0
- package/lib/components/VBtnGroup/index.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -3
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
- package/lib/components/VBtnToggle/_variables.scss +1 -0
- package/lib/components/VBtnToggle/index.d.ts +175 -0
- package/lib/components/VBtnToggle/index.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/index.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +2 -6
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/times.mjs.map +1 -1
- package/lib/components/VCalendar/modes/column.mjs.map +1 -1
- package/lib/components/VCalendar/modes/common.mjs.map +1 -1
- package/lib/components/VCalendar/modes/index.mjs.map +1 -1
- package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
- package/lib/components/VCalendar/util/events.mjs.map +1 -1
- package/lib/components/VCalendar/util/parser.mjs.map +1 -1
- package/lib/components/VCalendar/util/props.mjs.map +1 -1
- package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +108 -84
- package/lib/components/VCard/VCard.mjs +72 -73
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +76 -61
- package/lib/components/VCard/VCardActions.mjs +2 -3
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +88 -0
- package/lib/components/VCard/VCardItem.mjs.map +1 -0
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +45 -23
- package/lib/components/VCard/index.d.ts +230 -0
- package/lib/components/VCard/index.mjs +1 -4
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +9 -7
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/_variables.scss +1 -0
- package/lib/components/VCarousel/index.d.ts +80 -0
- package/lib/components/VCarousel/index.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +15 -47
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.sass +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
- package/lib/components/VCheckbox/index.d.ts +291 -0
- package/lib/components/VCheckbox/index.mjs +1 -0
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +147 -68
- package/lib/components/VChip/VChip.mjs +83 -43
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +9 -1
- package/lib/components/VChip/_mixins.scss +26 -6
- package/lib/components/VChip/_variables.scss +4 -5
- package/lib/components/VChip/index.d.ts +195 -0
- package/lib/components/VChip/index.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs +5 -4
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +1 -1
- package/lib/components/VChipGroup/_variables.scss +1 -1
- package/lib/components/VChipGroup/index.d.ts +89 -0
- package/lib/components/VChipGroup/index.mjs.map +1 -1
- package/lib/components/VCode/VCode.sass +1 -2
- package/lib/components/VCode/_variables.scss +1 -1
- package/lib/components/VCode/index.d.ts +19 -0
- package/lib/components/VCode/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +3 -3
- package/lib/components/VColorPicker/VColorPicker.mjs +55 -53
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +10 -9
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +14 -21
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +6 -5
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
- package/lib/components/VColorPicker/_variables.scss +17 -10
- package/lib/components/VColorPicker/index.d.ts +116 -0
- package/lib/components/VColorPicker/index.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs +1 -3
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +11 -1
- package/lib/components/VCombobox/VCombobox.mjs +145 -116
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +10 -2
- package/lib/components/VCombobox/_variables.scss +1 -0
- package/lib/components/VCombobox/index.d.ts +1590 -0
- package/lib/components/VCombobox/index.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.mjs +16 -16
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.sass +1 -2
- package/lib/components/VCounter/_variables.scss +2 -1
- package/lib/components/VCounter/index.d.ts +223 -0
- package/lib/components/VCounter/index.mjs.map +1 -1
- package/lib/components/VData/VData.mjs.map +1 -1
- package/lib/components/VData/index.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.mjs.map +1 -1
- package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
- package/lib/components/VDataTable/Row.mjs.map +1 -1
- package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +11 -15
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
- package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
- package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
- package/lib/components/VDataTable/index.mjs.map +1 -1
- package/lib/components/VDataTable/mixins/header.mjs +1 -3
- package/lib/components/VDataTable/mixins/header.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.mjs.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
- package/lib/components/VDatePicker/util/index.mjs.map +1 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
- package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
- package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +26 -0
- package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +36 -17
- package/lib/components/VDialog/VDialog.mjs +46 -38
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +30 -15
- package/lib/components/VDialog/_variables.scss +3 -8
- package/lib/components/VDialog/index.d.ts +859 -0
- package/lib/components/VDialog/index.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs +16 -17
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.sass +0 -1
- package/lib/components/VDivider/_variables.scss +3 -1
- package/lib/components/VDivider/index.d.ts +22 -0
- package/lib/components/VDivider/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +15 -7
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +14 -11
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/_variables.scss +15 -10
- package/lib/components/VExpansionPanel/index.d.ts +206 -0
- package/lib/components/VExpansionPanel/index.mjs.map +1 -1
- package/lib/components/VField/VField.css +63 -41
- package/lib/components/VField/VField.mjs +52 -36
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +49 -35
- package/lib/components/VField/VFieldLabel.mjs +8 -9
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/_variables.scss +6 -5
- package/lib/components/VField/index.d.ts +332 -0
- package/lib/components/VField/index.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +3 -3
- package/lib/components/VFileInput/VFileInput.mjs +48 -47
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +3 -4
- package/lib/components/VFileInput/index.d.ts +236 -0
- package/lib/components/VFileInput/index.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.css +8 -1
- package/lib/components/VFooter/VFooter.mjs +36 -18
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.sass +1 -2
- package/lib/components/VFooter/_variables.scss +13 -1
- package/lib/components/VFooter/index.d.ts +76 -0
- package/lib/components/VFooter/index.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +27 -13
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +72 -0
- package/lib/components/VForm/index.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs +2 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +4 -3
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +8 -3
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +154 -0
- package/lib/components/VGrid/index.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.ts +30 -0
- package/lib/components/VHover/index.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +13 -16
- package/lib/components/VIcon/VIcon.mjs +34 -33
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +8 -16
- package/lib/components/VIcon/_variables.scss +2 -5
- package/lib/components/VIcon/index.d.ts +124 -0
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs +29 -26
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -1
- package/lib/components/VImg/index.d.ts +89 -0
- package/lib/components/VImg/index.mjs.map +1 -1
- package/lib/components/VInput/InputIcon.mjs +33 -0
- package/lib/components/VInput/InputIcon.mjs.map +1 -0
- package/lib/components/VInput/VInput.css +5 -2
- package/lib/components/VInput/VInput.mjs +26 -18
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +5 -3
- package/lib/components/VInput/_variables.scss +4 -1
- package/lib/components/VInput/index.d.ts +325 -0
- package/lib/components/VInput/index.mjs.map +1 -1
- package/lib/components/VItemGroup/VItem.mjs +3 -0
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.sass +0 -1
- package/lib/components/VItemGroup/index.d.ts +210 -0
- package/lib/components/VItemGroup/index.mjs.map +1 -1
- package/lib/components/VKbd/VKbd.css +1 -1
- package/lib/components/VKbd/VKbd.sass +0 -1
- package/lib/components/VKbd/_variables.scss +1 -1
- package/lib/components/VKbd/index.d.ts +19 -0
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.css +4 -1
- package/lib/components/VLabel/VLabel.mjs +8 -4
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.sass +3 -2
- package/lib/components/VLabel/_variables.scss +1 -0
- package/lib/components/VLabel/index.d.ts +16 -0
- package/lib/components/VLabel/index.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.css +0 -2
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +0 -2
- package/lib/components/VLayout/VLayoutItem.mjs +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.ts +75 -0
- package/lib/components/VLayout/index.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs +5 -3
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +85 -0
- package/lib/components/VLazy/index.mjs.map +1 -1
- package/lib/components/VList/VList.css +14 -16
- package/lib/components/VList/VList.mjs +92 -59
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +9 -6
- package/lib/components/VList/VListChildren.mjs +69 -13
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +52 -19
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +181 -73
- package/lib/components/VList/VListItem.mjs +124 -82
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +125 -49
- package/lib/components/VList/VListItemAction.mjs +28 -0
- package/lib/components/VList/VListItemAction.mjs.map +1 -0
- package/lib/components/VList/VListItemMedia.mjs +8 -7
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/VListItemTitle.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +8 -7
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +24 -9
- package/lib/components/VList/index.d.ts +1250 -0
- package/lib/components/VList/index.mjs +3 -4
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -3
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.ts +23 -0
- package/lib/components/VLocaleProvider/index.mjs.map +1 -1
- package/lib/components/VMain/VMain.css +20 -9
- package/lib/components/VMain/VMain.mjs +17 -11
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/VMain.sass +17 -11
- package/lib/components/VMain/_variables.scss +1 -1
- package/lib/components/VMain/index.d.ts +26 -0
- package/lib/components/VMain/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.css +3 -13
- package/lib/components/VMenu/VMenu.mjs +81 -34
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +3 -7
- package/lib/components/VMenu/_variables.scss +0 -1
- package/lib/components/VMenu/index.d.ts +817 -0
- package/lib/components/VMenu/index.mjs.map +1 -1
- package/lib/components/VMenu/shared.mjs +2 -0
- package/lib/components/VMenu/shared.mjs.map +1 -0
- package/lib/components/VMessages/VMessages.mjs +5 -3
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.sass +0 -1
- package/lib/components/VMessages/_variables.scss +1 -1
- package/lib/components/VMessages/index.d.ts +234 -0
- package/lib/components/VMessages/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +14 -19
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +60 -21
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +16 -22
- package/lib/components/VNavigationDrawer/_variables.scss +4 -2
- package/lib/components/VNavigationDrawer/index.d.ts +148 -0
- package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs +70 -0
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -0
- package/lib/components/VNavigationDrawer/touch.mjs +5 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.ts +7 -0
- package/lib/components/VNoSsr/index.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverflowBtn/index.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +7 -0
- package/lib/components/VOverlay/VOverlay.mjs +73 -45
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +8 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +579 -0
- package/lib/components/VOverlay/index.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +404 -0
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -0
- package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +19 -13
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +86 -17
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs +3 -3
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +63 -44
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +0 -1
- package/lib/components/VPagination/index.d.ts +247 -0
- package/lib/components/VPagination/index.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs +30 -16
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +18 -0
- package/lib/components/VParallax/index.mjs.map +1 -1
- package/lib/components/VPicker/VPicker.mjs.map +1 -1
- package/lib/components/VPicker/index.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs +6 -5
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
- package/lib/components/VProgressCircular/_variables.scss +2 -0
- package/lib/components/VProgressCircular/index.d.ts +68 -0
- package/lib/components/VProgressCircular/index.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -3
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/_variables.scss +1 -0
- package/lib/components/VProgressLinear/index.d.ts +101 -0
- package/lib/components/VProgressLinear/index.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs +9 -17
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.ts +103 -0
- package/lib/components/VRadio/index.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.css +2 -3
- package/lib/components/VRadioGroup/VRadioGroup.mjs +32 -9
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +6 -4
- package/lib/components/VRadioGroup/_variables.scss +2 -4
- package/lib/components/VRadioGroup/index.d.ts +186 -0
- package/lib/components/VRadioGroup/index.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +27 -15
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +242 -0
- package/lib/components/VRangeSlider/index.mjs.map +1 -1
- package/lib/components/VRating/VRating.css +2 -2
- package/lib/components/VRating/VRating.mjs +24 -18
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +4 -3
- package/lib/components/VRating/index.d.ts +356 -0
- package/lib/components/VRating/index.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs +7 -6
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.ts +23 -0
- package/lib/components/VResponsive/index.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +18 -2
- package/lib/components/VSelect/VSelect.mjs +145 -112
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +20 -3
- package/lib/components/VSelect/_variables.scss +1 -0
- package/lib/components/VSelect/index.d.ts +1521 -0
- package/lib/components/VSelect/index.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +33 -25
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/_variables.scss +1 -0
- package/lib/components/VSelectionControl/index.d.ts +275 -0
- package/lib/components/VSelectionControl/index.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +5 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -7
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +6 -6
- package/lib/components/VSelectionControlGroup/_variables.scss +1 -4
- package/lib/components/VSelectionControlGroup/index.d.ts +47 -0
- package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.css +1 -1
- package/lib/components/VSheet/VSheet.mjs +10 -6
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.sass +0 -1
- package/lib/components/VSheet/_variables.scss +3 -2
- package/lib/components/VSheet/index.d.ts +68 -0
- package/lib/components/VSheet/index.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.css +0 -5
- package/lib/components/VSlideGroup/VSlideGroup.mjs +105 -74
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +0 -5
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +10 -4
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/_variables.scss +0 -5
- package/lib/components/VSlideGroup/helpers.mjs +4 -15
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +151 -0
- package/lib/components/VSlideGroup/index.mjs +2 -2
- package/lib/components/VSlideGroup/index.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.css +14 -4
- package/lib/components/VSlider/VSlider.mjs +17 -9
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +17 -9
- package/lib/components/VSlider/VSliderThumb.css +10 -6
- package/lib/components/VSlider/VSliderThumb.mjs +9 -8
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +11 -10
- package/lib/components/VSlider/VSliderTrack.css +25 -25
- package/lib/components/VSlider/VSliderTrack.mjs +22 -16
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +20 -22
- package/lib/components/VSlider/_variables.scss +7 -4
- package/lib/components/VSlider/index.d.ts +239 -0
- package/lib/components/VSlider/index.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +15 -25
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +22 -40
- package/lib/components/VSnackbar/VSnackbar.mjs +70 -50
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +15 -35
- package/lib/components/VSnackbar/_variables.scss +3 -7
- package/lib/components/VSnackbar/index.d.ts +892 -0
- package/lib/components/VSnackbar/index.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
- package/lib/components/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperContent.mjs.map +1 -1
- package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.css +9 -2
- package/lib/components/VSwitch/VSwitch.mjs +15 -6
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +6 -1
- package/lib/components/VSwitch/_variables.scss +1 -0
- package/lib/components/VSwitch/index.d.ts +175 -0
- package/lib/components/VSwitch/index.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.css +1 -6
- package/lib/components/VSystemBar/VSystemBar.mjs +22 -17
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +0 -6
- package/lib/components/VSystemBar/_variables.scss +2 -4
- package/lib/components/VSystemBar/index.d.ts +61 -0
- package/lib/components/VSystemBar/index.mjs.map +1 -1
- package/lib/components/VTable/VTable.css +1 -0
- package/lib/components/VTable/VTable.mjs +9 -8
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/VTable.sass +1 -1
- package/lib/components/VTable/_variables.scss +2 -0
- package/lib/components/VTable/index.d.ts +39 -0
- package/lib/components/VTable/index.mjs.map +1 -1
- package/lib/components/VTabs/VTab.css +6 -3
- package/lib/components/VTabs/VTab.mjs +34 -36
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTab.sass +7 -4
- package/lib/components/VTabs/VTabs.css +16 -13
- package/lib/components/VTabs/VTabs.mjs +17 -15
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +11 -8
- package/lib/components/VTabs/_variables.scss +2 -0
- package/lib/components/VTabs/index.d.ts +178 -0
- package/lib/components/VTabs/index.mjs.map +1 -1
- package/lib/components/VTabs/shared.mjs +2 -0
- package/lib/components/VTabs/shared.mjs.map +1 -0
- package/lib/components/VTextField/VTextField.css +5 -5
- package/lib/components/VTextField/VTextField.mjs +42 -37
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +5 -7
- package/lib/components/VTextField/_variables.scss +1 -1
- package/lib/components/VTextField/index.d.ts +582 -0
- package/lib/components/VTextField/index.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +14 -5
- package/lib/components/VTextarea/VTextarea.mjs +47 -26
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +18 -8
- package/lib/components/VTextarea/_variables.scss +1 -1
- package/lib/components/VTextarea/index.d.ts +218 -0
- package/lib/components/VTextarea/index.mjs.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.ts +24 -0
- package/lib/components/VThemeProvider/index.mjs.map +1 -1
- package/lib/components/VTimePicker/SelectingTimes.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
- package/lib/components/VTimePicker/index.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +241 -55
- package/lib/components/VTimeline/VTimeline.mjs +52 -32
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +251 -57
- package/lib/components/VTimeline/VTimelineDivider.mjs +45 -37
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +17 -15
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/_mixins.sass +10 -0
- package/lib/components/VTimeline/_variables.scss +16 -9
- package/lib/components/VTimeline/index.d.ts +154 -0
- package/lib/components/VTimeline/index.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +24 -33
- package/lib/components/VToolbar/VToolbar.mjs +32 -31
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +17 -19
- package/lib/components/VToolbar/VToolbarItems.mjs +12 -9
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +20 -8
- package/lib/components/VToolbar/index.d.ts +414 -0
- package/lib/components/VToolbar/index.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +48 -41
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +0 -1
- package/lib/components/VTooltip/_variables.scss +1 -0
- package/lib/components/VTooltip/index.d.ts +799 -0
- package/lib/components/VTooltip/index.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeview.mjs +1 -3
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VTreeview/index.mjs.map +1 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.ts +61 -0
- package/lib/components/VValidation/index.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs +7 -21
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.sass +0 -2
- package/lib/components/VWindow/VWindowItem.mjs +21 -11
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/_variables.scss +1 -0
- package/lib/components/VWindow/index.d.ts +428 -0
- package/lib/components/VWindow/index.mjs.map +1 -1
- package/lib/components/index.d.ts +14675 -12342
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +66 -10
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.ts +454 -0
- package/lib/components/transitions/index.mjs +0 -5
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs +5 -6
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/color.mjs +19 -26
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/defaults.mjs +2 -2
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/delay.mjs +1 -3
- package/lib/composables/delay.mjs.map +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/composables/display.mjs +12 -10
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/elevation.mjs.map +1 -1
- package/lib/composables/filter.mjs +35 -17
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs +44 -11
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +72 -0
- package/lib/composables/forwardRefs.mjs.map +1 -0
- package/lib/composables/group.mjs +16 -12
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +16 -4
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs +3 -2
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/items.mjs +84 -0
- package/lib/composables/items.mjs.map +1 -0
- package/lib/composables/layout.mjs +24 -24
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs +21 -25
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/location.mjs +66 -0
- package/lib/composables/location.mjs.map +1 -0
- package/lib/composables/mutationObserver.mjs +4 -6
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +34 -22
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +63 -36
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +163 -122
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/position.mjs +4 -25
- package/lib/composables/position.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +29 -10
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +1 -9
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/router.mjs +39 -17
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/rtl.mjs +2 -4
- package/lib/composables/rtl.mjs.map +1 -1
- package/lib/composables/scopeId.mjs +11 -0
- package/lib/composables/scopeId.mjs.map +1 -0
- package/lib/composables/scroll.mjs +1 -3
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/selectLink.mjs +19 -0
- package/lib/composables/selectLink.mjs.map +1 -0
- package/lib/composables/size.mjs +18 -14
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +3 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +37 -23
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/tag.mjs.map +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs +123 -112
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +18 -0
- package/lib/composables/toggleScope.mjs.map +1 -0
- package/lib/composables/touch.mjs +1 -3
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +24 -10
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +7 -8
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/color/index.mjs.map +1 -1
- package/lib/directives/index.mjs.map +1 -1
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs +4 -6
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +0 -1
- package/lib/directives/ripple/index.mjs +16 -6
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs +1 -3
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +3 -3
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +2 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +59 -47
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +2 -1
- package/lib/iconsets/fa-svg.mjs.map +1 -1
- package/lib/iconsets/fa.d.ts +2 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.d.ts +2 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.d.ts +2 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.d.ts +2 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.d.ts +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.ts +158 -130
- package/lib/locale/adapters/vue-i18n.d.ts +35 -0
- package/lib/locale/adapters/vue-i18n.mjs +1 -3
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vue-intl.d.ts +42 -0
- package/lib/locale/adapters/vue-intl.mjs +3 -5
- package/lib/locale/adapters/vue-intl.mjs.map +1 -1
- package/lib/locale/af.mjs +5 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +5 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +5 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +5 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +14 -9
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +5 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +5 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +5 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +5 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +5 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +5 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +5 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +5 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +5 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +5 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +5 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +5 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +5 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +5 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.ts +210 -0
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/it.mjs +5 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +5 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +5 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +5 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +5 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +5 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +5 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +5 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +5 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +5 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +5 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +5 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +5 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +5 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +5 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +5 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +5 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +5 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +5 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +5 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +5 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +5 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/services/goto/easing-patterns.mjs.map +1 -1
- package/lib/services/goto/index.mjs.map +1 -1
- package/lib/services/goto/util.mjs.map +1 -1
- package/lib/styles/generic/_colors.scss +17 -10
- package/lib/styles/generic/_transitions.scss +13 -77
- package/lib/styles/main.css +1677 -1919
- package/lib/styles/settings/_colors.scss +84 -84
- package/lib/styles/settings/_elevations.scss +3 -3
- package/lib/styles/settings/_utilities.scss +74 -35
- package/lib/styles/tools/_states.sass +18 -5
- package/lib/styles/tools/_utilities.sass +1 -1
- package/lib/styles/tools/_variant.sass +6 -7
- package/lib/styles/utilities/_index.sass +0 -1
- package/lib/util/anchor.mjs +56 -0
- package/lib/util/anchor.mjs.map +1 -0
- package/lib/util/animation.mjs +18 -2
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/box.mjs +12 -0
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformCIELAB.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +2 -2
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/colors.mjs +1 -1
- package/lib/util/colors.mjs.map +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +1 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/dateTimeUtils.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +37 -11
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/easing.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +22 -4
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/getScrollParent.mjs +3 -1
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -4
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +37 -7
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/index.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +12 -0
- package/lib/util/injectSelf.mjs.map +1 -0
- package/lib/util/isFixedPosition.mjs.map +1 -1
- package/lib/util/propsFactory.mjs.map +1 -1
- package/lib/util/useRender.mjs.map +1 -1
- package/package.json +50 -35
- package/lib/components/VBreadcrumbs/shared.mjs +0 -2
- package/lib/components/VBreadcrumbs/shared.mjs.map +0 -1
- package/lib/components/VCard/VCardAvatar.mjs +0 -3
- package/lib/components/VCard/VCardAvatar.mjs.map +0 -1
- package/lib/components/VCard/VCardHeader.mjs +0 -3
- package/lib/components/VCard/VCardHeader.mjs.map +0 -1
- package/lib/components/VCard/VCardHeaderText.mjs +0 -3
- package/lib/components/VCard/VCardHeaderText.mjs.map +0 -1
- package/lib/components/VCard/VCardImg.mjs +0 -3
- package/lib/components/VCard/VCardImg.mjs.map +0 -1
- package/lib/components/VList/VListItemAvatar.mjs +0 -29
- package/lib/components/VList/VListItemAvatar.mjs.map +0 -1
- package/lib/components/VList/VListItemHeader.mjs +0 -3
- package/lib/components/VList/VListItemHeader.mjs.map +0 -1
- package/lib/components/VOverlay/positionStrategies.mjs +0 -203
- package/lib/components/VOverlay/positionStrategies.mjs.map +0 -1
- package/lib/components/VOverlay/util/anchor.mjs +0 -52
- package/lib/components/VOverlay/util/anchor.mjs.map +0 -1
- package/lib/components/VTimeline/shared.mjs +0 -2
- package/lib/components/VTimeline/shared.mjs.map +0 -1
- package/lib/composables/forwardRef.mjs +0 -42
- package/lib/composables/forwardRef.mjs.map +0 -1
- package/lib/composables/overlay.mjs +0 -30
- package/lib/composables/overlay.mjs.map +0 -1
- package/lib/presets/default/index.mjs +0 -71
- package/lib/presets/default/index.mjs.map +0 -1
- package/lib/styles/utilities/_text.sass +0 -9
- package/lib/styles.scss +0 -4
|
@@ -0,0 +1,1590 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { VNodeChild, PropType, JSXComponent, ComputedRef, Ref, nextTick } from 'vue';
|
|
3
|
+
|
|
4
|
+
declare const block: readonly ["top", "bottom"];
|
|
5
|
+
declare const inline: readonly ["start", "end", "left", "right"];
|
|
6
|
+
declare type Tblock = typeof block[number];
|
|
7
|
+
declare type Tinline = typeof inline[number];
|
|
8
|
+
declare type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
|
9
|
+
|
|
10
|
+
declare type SlotsToProps<T extends Record<string, Slot>> = {
|
|
11
|
+
$children: () => (T['default'] | VNodeChild | {
|
|
12
|
+
[K in keyof T]?: T[K];
|
|
13
|
+
});
|
|
14
|
+
'v-slots': new () => {
|
|
15
|
+
[K in keyof T]?: T[K] | false;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
declare type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
|
19
|
+
declare type MakeSlots<T extends Record<string, any[]>> = {
|
|
20
|
+
[K in keyof T]?: Slot<T[K]>;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
declare type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
|
|
24
|
+
declare type EventProp<T = (...args: any[]) => any> = T | T[];
|
|
25
|
+
declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
|
|
26
|
+
|
|
27
|
+
declare type ValidationResult = string | boolean;
|
|
28
|
+
declare type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
29
|
+
|
|
30
|
+
interface LoaderSlotProps {
|
|
31
|
+
color: string | undefined;
|
|
32
|
+
isActive: boolean;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
declare type IconValue = string | JSXComponent;
|
|
36
|
+
declare const IconValue: PropType<IconValue>;
|
|
37
|
+
|
|
38
|
+
interface VInputSlot {
|
|
39
|
+
id: ComputedRef<string>;
|
|
40
|
+
isDirty: ComputedRef<boolean>;
|
|
41
|
+
isDisabled: ComputedRef<boolean>;
|
|
42
|
+
isReadonly: ComputedRef<boolean>;
|
|
43
|
+
isPristine: Ref<boolean>;
|
|
44
|
+
isValid: ComputedRef<boolean | null>;
|
|
45
|
+
isValidating: Ref<boolean>;
|
|
46
|
+
reset: () => void;
|
|
47
|
+
resetValidation: () => void;
|
|
48
|
+
validate: () => void;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
interface DefaultInputSlot {
|
|
52
|
+
isActive: Ref<boolean>;
|
|
53
|
+
isFocused: Ref<boolean>;
|
|
54
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
55
|
+
focus: () => void;
|
|
56
|
+
blur: () => void;
|
|
57
|
+
}
|
|
58
|
+
interface VFieldSlot extends DefaultInputSlot {
|
|
59
|
+
props: Record<string, unknown>;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
interface ScrollStrategyData {
|
|
63
|
+
root: Ref<HTMLElement | undefined>;
|
|
64
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
65
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
66
|
+
isActive: Ref<boolean>;
|
|
67
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
68
|
+
}
|
|
69
|
+
declare const scrollStrategies: {
|
|
70
|
+
none: null;
|
|
71
|
+
close: typeof closeScrollStrategy;
|
|
72
|
+
block: typeof blockScrollStrategy;
|
|
73
|
+
reposition: typeof repositionScrollStrategy;
|
|
74
|
+
};
|
|
75
|
+
interface StrategyProps$1 {
|
|
76
|
+
scrollStrategy: keyof typeof scrollStrategies | ((data: ScrollStrategyData, props?: StrategyProps$1) => void);
|
|
77
|
+
contained: boolean | undefined;
|
|
78
|
+
}
|
|
79
|
+
declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
|
80
|
+
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
|
|
81
|
+
declare function repositionScrollStrategy(data: ScrollStrategyData): void;
|
|
82
|
+
|
|
83
|
+
interface LocationStrategyData {
|
|
84
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
85
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
86
|
+
isActive: Ref<boolean>;
|
|
87
|
+
isRtl: Ref<boolean>;
|
|
88
|
+
}
|
|
89
|
+
declare const locationStrategies: {
|
|
90
|
+
static: typeof staticLocationStrategy;
|
|
91
|
+
connected: typeof connectedLocationStrategy;
|
|
92
|
+
};
|
|
93
|
+
interface StrategyProps {
|
|
94
|
+
locationStrategy: keyof typeof locationStrategies | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
95
|
+
updateLocation: (e: Event) => void;
|
|
96
|
+
});
|
|
97
|
+
location: Anchor;
|
|
98
|
+
origin: Anchor | 'auto' | 'overlap';
|
|
99
|
+
offset?: number | string | number[];
|
|
100
|
+
maxHeight?: number | string;
|
|
101
|
+
maxWidth?: number | string;
|
|
102
|
+
minHeight?: number | string;
|
|
103
|
+
minWidth?: number | string;
|
|
104
|
+
}
|
|
105
|
+
declare function staticLocationStrategy(): void;
|
|
106
|
+
declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
|
|
107
|
+
updateLocation: () => void;
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
interface InternalItem<T = any> {
|
|
111
|
+
title: string;
|
|
112
|
+
value: any;
|
|
113
|
+
props: {
|
|
114
|
+
[key: string]: any;
|
|
115
|
+
title: string;
|
|
116
|
+
value: any;
|
|
117
|
+
};
|
|
118
|
+
children?: InternalItem[];
|
|
119
|
+
raw: T;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* - match without highlight
|
|
124
|
+
* - single match (index), length already known
|
|
125
|
+
* - single match (start, end)
|
|
126
|
+
* - multiple matches (start, end), probably shouldn't overlap
|
|
127
|
+
*/
|
|
128
|
+
declare type FilterMatch = boolean | number | [number, number] | [number, number][];
|
|
129
|
+
declare type FilterFunction = (value: string, query: string, item?: any) => FilterMatch;
|
|
130
|
+
declare type FilterKeyFunctions = Record<string, FilterFunction>;
|
|
131
|
+
declare type FilterKeys = string | string[];
|
|
132
|
+
declare type FilterMode = 'some' | 'every' | 'union' | 'intersection';
|
|
133
|
+
|
|
134
|
+
declare type Primitive = string | number | boolean | symbol;
|
|
135
|
+
declare type Val<T, ReturnObject extends boolean> = T extends Primitive ? T : (ReturnObject extends true ? T : any);
|
|
136
|
+
declare type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple extends true ? Val<T, ReturnObject>[] : Val<T, ReturnObject>;
|
|
137
|
+
declare const VCombobox: {
|
|
138
|
+
new (...args: any[]): {
|
|
139
|
+
$: vue.ComponentInternalInstance;
|
|
140
|
+
$data: {};
|
|
141
|
+
$props: Partial<{
|
|
142
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
143
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
144
|
+
});
|
|
145
|
+
menu: boolean;
|
|
146
|
+
eager: boolean;
|
|
147
|
+
noDataText: string;
|
|
148
|
+
itemTitle: SelectItemKey;
|
|
149
|
+
itemValue: SelectItemKey;
|
|
150
|
+
itemChildren: SelectItemKey;
|
|
151
|
+
itemProps: SelectItemKey;
|
|
152
|
+
chips: boolean;
|
|
153
|
+
closableChips: boolean;
|
|
154
|
+
hideNoData: boolean;
|
|
155
|
+
hideSelected: boolean;
|
|
156
|
+
menuIcon: IconValue;
|
|
157
|
+
openOnClear: boolean;
|
|
158
|
+
filterMode: FilterMode;
|
|
159
|
+
noFilter: boolean;
|
|
160
|
+
filterKeys: (string & {}) | FilterKeys;
|
|
161
|
+
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
162
|
+
transition: Omit<{
|
|
163
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
164
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
165
|
+
})>;
|
|
166
|
+
default: string;
|
|
167
|
+
validator: (val: unknown) => boolean;
|
|
168
|
+
}, "type" | "default"> & {
|
|
169
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
170
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
171
|
+
})>;
|
|
172
|
+
default: string | boolean | (vue.TransitionProps & {
|
|
173
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
174
|
+
});
|
|
175
|
+
};
|
|
176
|
+
items: {
|
|
177
|
+
type: PropType<any[]>;
|
|
178
|
+
default: () => never[];
|
|
179
|
+
};
|
|
180
|
+
itemTitle: {
|
|
181
|
+
type: PropType<SelectItemKey>;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
itemValue: {
|
|
185
|
+
type: PropType<SelectItemKey>;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
188
|
+
itemChildren: Omit<{
|
|
189
|
+
type: PropType<SelectItemKey>;
|
|
190
|
+
default: string;
|
|
191
|
+
}, "type" | "default"> & {
|
|
192
|
+
type: PropType<SelectItemKey>;
|
|
193
|
+
default: SelectItemKey;
|
|
194
|
+
};
|
|
195
|
+
itemProps: {
|
|
196
|
+
type: PropType<SelectItemKey>;
|
|
197
|
+
default: string;
|
|
198
|
+
};
|
|
199
|
+
returnObject: {
|
|
200
|
+
type: PropType<boolean>;
|
|
201
|
+
default: boolean;
|
|
202
|
+
};
|
|
203
|
+
chips: BooleanConstructor;
|
|
204
|
+
closableChips: BooleanConstructor;
|
|
205
|
+
eager: BooleanConstructor;
|
|
206
|
+
hideNoData: {
|
|
207
|
+
type: PropType<boolean>;
|
|
208
|
+
default: boolean;
|
|
209
|
+
};
|
|
210
|
+
hideSelected: BooleanConstructor;
|
|
211
|
+
menu: BooleanConstructor;
|
|
212
|
+
menuIcon: {
|
|
213
|
+
type: PropType<IconValue>;
|
|
214
|
+
default: string;
|
|
215
|
+
};
|
|
216
|
+
menuProps: {
|
|
217
|
+
type: PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
218
|
+
transition: Omit<{
|
|
219
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
220
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
221
|
+
})>;
|
|
222
|
+
default: string;
|
|
223
|
+
validator: (val: unknown) => boolean;
|
|
224
|
+
}, "type" | "default"> & {
|
|
225
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
226
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
227
|
+
}) | {
|
|
228
|
+
readonly component: vue.DefineComponent<{
|
|
229
|
+
target: PropType<HTMLElement>;
|
|
230
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
231
|
+
target: PropType<HTMLElement>;
|
|
232
|
+
}>>, {}>;
|
|
233
|
+
}>;
|
|
234
|
+
default: string | boolean | (vue.TransitionProps & {
|
|
235
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
236
|
+
}) | {
|
|
237
|
+
readonly component: vue.DefineComponent<{
|
|
238
|
+
target: PropType<HTMLElement>;
|
|
239
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
240
|
+
target: PropType<HTMLElement>;
|
|
241
|
+
}>>, {}>;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
modelValue: BooleanConstructor;
|
|
245
|
+
id: StringConstructor;
|
|
246
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "theme" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | keyof SlotsToProps<MakeSlots<{
|
|
247
|
+
default: [{
|
|
248
|
+
isActive: vue.Ref<boolean>;
|
|
249
|
+
}];
|
|
250
|
+
activator: [{
|
|
251
|
+
isActive: boolean;
|
|
252
|
+
props: Record<string, any>;
|
|
253
|
+
}];
|
|
254
|
+
}>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
|
|
255
|
+
default: [{
|
|
256
|
+
isActive: vue.Ref<boolean>;
|
|
257
|
+
}];
|
|
258
|
+
activator: [{
|
|
259
|
+
isActive: boolean;
|
|
260
|
+
props: Record<string, any>;
|
|
261
|
+
}];
|
|
262
|
+
}>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
|
|
263
|
+
absolute: boolean;
|
|
264
|
+
location: Anchor;
|
|
265
|
+
origin: "auto" | Anchor | "overlap";
|
|
266
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
267
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
268
|
+
});
|
|
269
|
+
zIndex: string | number;
|
|
270
|
+
eager: boolean;
|
|
271
|
+
disabled: boolean;
|
|
272
|
+
modelValue: boolean;
|
|
273
|
+
activatorProps: Record<string, any>;
|
|
274
|
+
openOnClick: boolean;
|
|
275
|
+
openOnHover: boolean;
|
|
276
|
+
openOnFocus: boolean;
|
|
277
|
+
closeOnContentClick: boolean;
|
|
278
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
279
|
+
updateLocation: (e: Event) => void;
|
|
280
|
+
} | undefined);
|
|
281
|
+
scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
|
|
282
|
+
contained: boolean;
|
|
283
|
+
noClickAnimation: boolean;
|
|
284
|
+
persistent: boolean;
|
|
285
|
+
closeOnBack: boolean;
|
|
286
|
+
scrim: string | boolean;
|
|
287
|
+
}> & Omit<Readonly<vue.ExtractPropTypes<{
|
|
288
|
+
transition: {
|
|
289
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
290
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
291
|
+
})>;
|
|
292
|
+
default: string;
|
|
293
|
+
validator: (val: unknown) => boolean;
|
|
294
|
+
};
|
|
295
|
+
theme: StringConstructor;
|
|
296
|
+
scrollStrategy: {
|
|
297
|
+
type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
|
|
298
|
+
default: string;
|
|
299
|
+
validator: (val: any) => boolean;
|
|
300
|
+
};
|
|
301
|
+
locationStrategy: {
|
|
302
|
+
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
303
|
+
updateLocation: (e: Event) => void;
|
|
304
|
+
} | undefined)>;
|
|
305
|
+
default: string;
|
|
306
|
+
validator: (val: any) => boolean;
|
|
307
|
+
};
|
|
308
|
+
location: {
|
|
309
|
+
type: PropType<Anchor>;
|
|
310
|
+
default: string;
|
|
311
|
+
};
|
|
312
|
+
origin: {
|
|
313
|
+
type: PropType<"auto" | Anchor | "overlap">;
|
|
314
|
+
default: string;
|
|
315
|
+
};
|
|
316
|
+
offset: PropType<string | number | number[] | undefined>;
|
|
317
|
+
eager: BooleanConstructor;
|
|
318
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
319
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
320
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
321
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
322
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
323
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
324
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
325
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
326
|
+
activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
|
|
327
|
+
activatorProps: {
|
|
328
|
+
type: PropType<Record<string, any>>;
|
|
329
|
+
default: () => {};
|
|
330
|
+
};
|
|
331
|
+
openOnClick: {
|
|
332
|
+
type: BooleanConstructor;
|
|
333
|
+
default: undefined;
|
|
334
|
+
};
|
|
335
|
+
openOnHover: BooleanConstructor;
|
|
336
|
+
openOnFocus: {
|
|
337
|
+
type: BooleanConstructor;
|
|
338
|
+
default: undefined;
|
|
339
|
+
};
|
|
340
|
+
closeOnContentClick: BooleanConstructor;
|
|
341
|
+
absolute: BooleanConstructor;
|
|
342
|
+
attach: PropType<string | boolean | Element>;
|
|
343
|
+
closeOnBack: {
|
|
344
|
+
type: BooleanConstructor;
|
|
345
|
+
default: boolean;
|
|
346
|
+
};
|
|
347
|
+
contained: BooleanConstructor;
|
|
348
|
+
contentClass: null;
|
|
349
|
+
contentProps: null;
|
|
350
|
+
disabled: BooleanConstructor;
|
|
351
|
+
noClickAnimation: BooleanConstructor;
|
|
352
|
+
modelValue: BooleanConstructor;
|
|
353
|
+
persistent: BooleanConstructor;
|
|
354
|
+
scrim: {
|
|
355
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
356
|
+
default: boolean;
|
|
357
|
+
};
|
|
358
|
+
zIndex: {
|
|
359
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
360
|
+
default: number;
|
|
361
|
+
};
|
|
362
|
+
} & SlotsToProps<MakeSlots<{
|
|
363
|
+
default: [{
|
|
364
|
+
isActive: vue.Ref<boolean>;
|
|
365
|
+
}];
|
|
366
|
+
activator: [{
|
|
367
|
+
isActive: boolean;
|
|
368
|
+
props: Record<string, any>;
|
|
369
|
+
}];
|
|
370
|
+
}>>>> & {
|
|
371
|
+
onAfterLeave?: (() => any) | undefined;
|
|
372
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
373
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
374
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
|
|
375
|
+
};
|
|
376
|
+
modelValue: {
|
|
377
|
+
type: null;
|
|
378
|
+
default: () => never[];
|
|
379
|
+
};
|
|
380
|
+
multiple: BooleanConstructor;
|
|
381
|
+
noDataText: {
|
|
382
|
+
type: StringConstructor;
|
|
383
|
+
default: string;
|
|
384
|
+
};
|
|
385
|
+
openOnClear: BooleanConstructor;
|
|
386
|
+
readonly: BooleanConstructor;
|
|
387
|
+
customFilter: PropType<FilterFunction>;
|
|
388
|
+
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
389
|
+
filterKeys: {
|
|
390
|
+
type: PropType<(string & {}) | FilterKeys>;
|
|
391
|
+
default: (string & {}) | FilterKeys;
|
|
392
|
+
};
|
|
393
|
+
filterMode: {
|
|
394
|
+
type: PropType<FilterMode>;
|
|
395
|
+
default: string;
|
|
396
|
+
};
|
|
397
|
+
noFilter: BooleanConstructor;
|
|
398
|
+
delimiters: PropType<string[]>;
|
|
399
|
+
}, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "theme" | "counter" | "items" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "returnObject" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | keyof SlotsToProps<Omit<MakeSlots<{
|
|
400
|
+
default: [VInputSlot];
|
|
401
|
+
prepend: [VInputSlot];
|
|
402
|
+
append: [VInputSlot];
|
|
403
|
+
details: [VInputSlot];
|
|
404
|
+
}> & MakeSlots<{
|
|
405
|
+
clear: [];
|
|
406
|
+
'prepend-inner': [DefaultInputSlot & VInputSlot];
|
|
407
|
+
'append-inner': [DefaultInputSlot & VInputSlot];
|
|
408
|
+
label: [DefaultInputSlot & VInputSlot];
|
|
409
|
+
loader: [LoaderSlotProps];
|
|
410
|
+
default: [VFieldSlot];
|
|
411
|
+
}>, "default"> & MakeSlots<{
|
|
412
|
+
default: [];
|
|
413
|
+
}>> | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter")> & SlotsToProps<Omit<MakeSlots<{
|
|
414
|
+
default: [VInputSlot];
|
|
415
|
+
prepend: [VInputSlot];
|
|
416
|
+
append: [VInputSlot];
|
|
417
|
+
details: [VInputSlot];
|
|
418
|
+
}> & MakeSlots<{
|
|
419
|
+
clear: [];
|
|
420
|
+
'prepend-inner': [DefaultInputSlot & VInputSlot];
|
|
421
|
+
'append-inner': [DefaultInputSlot & VInputSlot];
|
|
422
|
+
label: [DefaultInputSlot & VInputSlot];
|
|
423
|
+
loader: [LoaderSlotProps];
|
|
424
|
+
default: [VFieldSlot];
|
|
425
|
+
}>, "default"> & MakeSlots<{
|
|
426
|
+
item: [{
|
|
427
|
+
item: InternalItem<unknown>;
|
|
428
|
+
index: number;
|
|
429
|
+
props: Record<string, unknown>;
|
|
430
|
+
}];
|
|
431
|
+
chip: [{
|
|
432
|
+
item: InternalItem<unknown>;
|
|
433
|
+
index: number;
|
|
434
|
+
props: Record<string, unknown>;
|
|
435
|
+
}];
|
|
436
|
+
selection: [{
|
|
437
|
+
item: InternalItem<unknown>;
|
|
438
|
+
index: number;
|
|
439
|
+
}];
|
|
440
|
+
'no-data': [];
|
|
441
|
+
}>>>> & {
|
|
442
|
+
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
443
|
+
"onUpdate:searchInput"?: ((val: string) => any) | undefined;
|
|
444
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "menu" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
|
|
445
|
+
$attrs: {
|
|
446
|
+
[x: string]: unknown;
|
|
447
|
+
};
|
|
448
|
+
$refs: {
|
|
449
|
+
[x: string]: unknown;
|
|
450
|
+
};
|
|
451
|
+
$slots: Readonly<{
|
|
452
|
+
[name: string]: vue.Slot | undefined;
|
|
453
|
+
}>;
|
|
454
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
455
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
456
|
+
$emit: ((event: "update:menu", val: boolean) => void) & ((event: "update:searchInput", val: string) => void);
|
|
457
|
+
$el: any;
|
|
458
|
+
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
|
|
459
|
+
transition: Omit<{
|
|
460
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
461
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
462
|
+
})>;
|
|
463
|
+
default: string;
|
|
464
|
+
validator: (val: unknown) => boolean;
|
|
465
|
+
}, "type" | "default"> & {
|
|
466
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
467
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
468
|
+
})>;
|
|
469
|
+
default: string | boolean | (vue.TransitionProps & {
|
|
470
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
471
|
+
});
|
|
472
|
+
};
|
|
473
|
+
items: {
|
|
474
|
+
type: PropType<any[]>;
|
|
475
|
+
default: () => never[];
|
|
476
|
+
};
|
|
477
|
+
itemTitle: {
|
|
478
|
+
type: PropType<SelectItemKey>;
|
|
479
|
+
default: string;
|
|
480
|
+
};
|
|
481
|
+
itemValue: {
|
|
482
|
+
type: PropType<SelectItemKey>;
|
|
483
|
+
default: string;
|
|
484
|
+
};
|
|
485
|
+
itemChildren: Omit<{
|
|
486
|
+
type: PropType<SelectItemKey>;
|
|
487
|
+
default: string;
|
|
488
|
+
}, "type" | "default"> & {
|
|
489
|
+
type: PropType<SelectItemKey>;
|
|
490
|
+
default: SelectItemKey;
|
|
491
|
+
};
|
|
492
|
+
itemProps: {
|
|
493
|
+
type: PropType<SelectItemKey>;
|
|
494
|
+
default: string;
|
|
495
|
+
};
|
|
496
|
+
returnObject: {
|
|
497
|
+
type: PropType<boolean>;
|
|
498
|
+
default: boolean;
|
|
499
|
+
};
|
|
500
|
+
chips: BooleanConstructor;
|
|
501
|
+
closableChips: BooleanConstructor;
|
|
502
|
+
eager: BooleanConstructor;
|
|
503
|
+
hideNoData: {
|
|
504
|
+
type: PropType<boolean>;
|
|
505
|
+
default: boolean;
|
|
506
|
+
};
|
|
507
|
+
hideSelected: BooleanConstructor;
|
|
508
|
+
menu: BooleanConstructor;
|
|
509
|
+
menuIcon: {
|
|
510
|
+
type: PropType<IconValue>;
|
|
511
|
+
default: string;
|
|
512
|
+
};
|
|
513
|
+
menuProps: {
|
|
514
|
+
type: PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
515
|
+
transition: Omit<{
|
|
516
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
517
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
518
|
+
})>;
|
|
519
|
+
default: string;
|
|
520
|
+
validator: (val: unknown) => boolean;
|
|
521
|
+
}, "type" | "default"> & {
|
|
522
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
523
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
524
|
+
}) | {
|
|
525
|
+
readonly component: vue.DefineComponent<{
|
|
526
|
+
target: PropType<HTMLElement>;
|
|
527
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
528
|
+
target: PropType<HTMLElement>;
|
|
529
|
+
}>>, {}>;
|
|
530
|
+
}>;
|
|
531
|
+
default: string | boolean | (vue.TransitionProps & {
|
|
532
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
533
|
+
}) | {
|
|
534
|
+
readonly component: vue.DefineComponent<{
|
|
535
|
+
target: PropType<HTMLElement>;
|
|
536
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
537
|
+
target: PropType<HTMLElement>;
|
|
538
|
+
}>>, {}>;
|
|
539
|
+
};
|
|
540
|
+
};
|
|
541
|
+
modelValue: BooleanConstructor;
|
|
542
|
+
id: StringConstructor;
|
|
543
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "theme" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | keyof SlotsToProps<MakeSlots<{
|
|
544
|
+
default: [{
|
|
545
|
+
isActive: vue.Ref<boolean>;
|
|
546
|
+
}];
|
|
547
|
+
activator: [{
|
|
548
|
+
isActive: boolean;
|
|
549
|
+
props: Record<string, any>;
|
|
550
|
+
}];
|
|
551
|
+
}>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
|
|
552
|
+
default: [{
|
|
553
|
+
isActive: vue.Ref<boolean>;
|
|
554
|
+
}];
|
|
555
|
+
activator: [{
|
|
556
|
+
isActive: boolean;
|
|
557
|
+
props: Record<string, any>;
|
|
558
|
+
}];
|
|
559
|
+
}>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
|
|
560
|
+
absolute: boolean;
|
|
561
|
+
location: Anchor;
|
|
562
|
+
origin: "auto" | Anchor | "overlap";
|
|
563
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
564
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
565
|
+
});
|
|
566
|
+
zIndex: string | number;
|
|
567
|
+
eager: boolean;
|
|
568
|
+
disabled: boolean;
|
|
569
|
+
modelValue: boolean;
|
|
570
|
+
activatorProps: Record<string, any>;
|
|
571
|
+
openOnClick: boolean;
|
|
572
|
+
openOnHover: boolean;
|
|
573
|
+
openOnFocus: boolean;
|
|
574
|
+
closeOnContentClick: boolean;
|
|
575
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
576
|
+
updateLocation: (e: Event) => void;
|
|
577
|
+
} | undefined);
|
|
578
|
+
scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
|
|
579
|
+
contained: boolean;
|
|
580
|
+
noClickAnimation: boolean;
|
|
581
|
+
persistent: boolean;
|
|
582
|
+
closeOnBack: boolean;
|
|
583
|
+
scrim: string | boolean;
|
|
584
|
+
}> & Omit<Readonly<vue.ExtractPropTypes<{
|
|
585
|
+
transition: {
|
|
586
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
587
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
588
|
+
})>;
|
|
589
|
+
default: string;
|
|
590
|
+
validator: (val: unknown) => boolean;
|
|
591
|
+
};
|
|
592
|
+
theme: StringConstructor;
|
|
593
|
+
scrollStrategy: {
|
|
594
|
+
type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
|
|
595
|
+
default: string;
|
|
596
|
+
validator: (val: any) => boolean;
|
|
597
|
+
};
|
|
598
|
+
locationStrategy: {
|
|
599
|
+
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
600
|
+
updateLocation: (e: Event) => void;
|
|
601
|
+
} | undefined)>;
|
|
602
|
+
default: string;
|
|
603
|
+
validator: (val: any) => boolean;
|
|
604
|
+
};
|
|
605
|
+
location: {
|
|
606
|
+
type: PropType<Anchor>;
|
|
607
|
+
default: string;
|
|
608
|
+
};
|
|
609
|
+
origin: {
|
|
610
|
+
type: PropType<"auto" | Anchor | "overlap">;
|
|
611
|
+
default: string;
|
|
612
|
+
};
|
|
613
|
+
offset: PropType<string | number | number[] | undefined>;
|
|
614
|
+
eager: BooleanConstructor;
|
|
615
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
616
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
617
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
618
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
619
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
620
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
621
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
622
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
623
|
+
activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
|
|
624
|
+
activatorProps: {
|
|
625
|
+
type: PropType<Record<string, any>>;
|
|
626
|
+
default: () => {};
|
|
627
|
+
};
|
|
628
|
+
openOnClick: {
|
|
629
|
+
type: BooleanConstructor;
|
|
630
|
+
default: undefined;
|
|
631
|
+
};
|
|
632
|
+
openOnHover: BooleanConstructor;
|
|
633
|
+
openOnFocus: {
|
|
634
|
+
type: BooleanConstructor;
|
|
635
|
+
default: undefined;
|
|
636
|
+
};
|
|
637
|
+
closeOnContentClick: BooleanConstructor;
|
|
638
|
+
absolute: BooleanConstructor;
|
|
639
|
+
attach: PropType<string | boolean | Element>;
|
|
640
|
+
closeOnBack: {
|
|
641
|
+
type: BooleanConstructor;
|
|
642
|
+
default: boolean;
|
|
643
|
+
};
|
|
644
|
+
contained: BooleanConstructor;
|
|
645
|
+
contentClass: null;
|
|
646
|
+
contentProps: null;
|
|
647
|
+
disabled: BooleanConstructor;
|
|
648
|
+
noClickAnimation: BooleanConstructor;
|
|
649
|
+
modelValue: BooleanConstructor;
|
|
650
|
+
persistent: BooleanConstructor;
|
|
651
|
+
scrim: {
|
|
652
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
653
|
+
default: boolean;
|
|
654
|
+
};
|
|
655
|
+
zIndex: {
|
|
656
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
657
|
+
default: number;
|
|
658
|
+
};
|
|
659
|
+
} & SlotsToProps<MakeSlots<{
|
|
660
|
+
default: [{
|
|
661
|
+
isActive: vue.Ref<boolean>;
|
|
662
|
+
}];
|
|
663
|
+
activator: [{
|
|
664
|
+
isActive: boolean;
|
|
665
|
+
props: Record<string, any>;
|
|
666
|
+
}];
|
|
667
|
+
}>>>> & {
|
|
668
|
+
onAfterLeave?: (() => any) | undefined;
|
|
669
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
670
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
671
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
|
|
672
|
+
};
|
|
673
|
+
modelValue: {
|
|
674
|
+
type: null;
|
|
675
|
+
default: () => never[];
|
|
676
|
+
};
|
|
677
|
+
multiple: BooleanConstructor;
|
|
678
|
+
noDataText: {
|
|
679
|
+
type: StringConstructor;
|
|
680
|
+
default: string;
|
|
681
|
+
};
|
|
682
|
+
openOnClear: BooleanConstructor;
|
|
683
|
+
readonly: BooleanConstructor;
|
|
684
|
+
customFilter: PropType<FilterFunction>;
|
|
685
|
+
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
686
|
+
filterKeys: {
|
|
687
|
+
type: PropType<(string & {}) | FilterKeys>;
|
|
688
|
+
default: (string & {}) | FilterKeys;
|
|
689
|
+
};
|
|
690
|
+
filterMode: {
|
|
691
|
+
type: PropType<FilterMode>;
|
|
692
|
+
default: string;
|
|
693
|
+
};
|
|
694
|
+
noFilter: BooleanConstructor;
|
|
695
|
+
delimiters: PropType<string[]>;
|
|
696
|
+
}, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "theme" | "counter" | "items" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "returnObject" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | keyof SlotsToProps<Omit<MakeSlots<{
|
|
697
|
+
default: [VInputSlot];
|
|
698
|
+
prepend: [VInputSlot];
|
|
699
|
+
append: [VInputSlot];
|
|
700
|
+
details: [VInputSlot];
|
|
701
|
+
}> & MakeSlots<{
|
|
702
|
+
clear: [];
|
|
703
|
+
'prepend-inner': [DefaultInputSlot & VInputSlot];
|
|
704
|
+
'append-inner': [DefaultInputSlot & VInputSlot];
|
|
705
|
+
label: [DefaultInputSlot & VInputSlot];
|
|
706
|
+
loader: [LoaderSlotProps];
|
|
707
|
+
default: [VFieldSlot];
|
|
708
|
+
}>, "default"> & MakeSlots<{
|
|
709
|
+
default: [];
|
|
710
|
+
}>> | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter")> & SlotsToProps<Omit<MakeSlots<{
|
|
711
|
+
default: [VInputSlot];
|
|
712
|
+
prepend: [VInputSlot];
|
|
713
|
+
append: [VInputSlot];
|
|
714
|
+
details: [VInputSlot];
|
|
715
|
+
}> & MakeSlots<{
|
|
716
|
+
clear: [];
|
|
717
|
+
'prepend-inner': [DefaultInputSlot & VInputSlot];
|
|
718
|
+
'append-inner': [DefaultInputSlot & VInputSlot];
|
|
719
|
+
label: [DefaultInputSlot & VInputSlot];
|
|
720
|
+
loader: [LoaderSlotProps];
|
|
721
|
+
default: [VFieldSlot];
|
|
722
|
+
}>, "default"> & MakeSlots<{
|
|
723
|
+
item: [{
|
|
724
|
+
item: InternalItem<unknown>;
|
|
725
|
+
index: number;
|
|
726
|
+
props: Record<string, unknown>;
|
|
727
|
+
}];
|
|
728
|
+
chip: [{
|
|
729
|
+
item: InternalItem<unknown>;
|
|
730
|
+
index: number;
|
|
731
|
+
props: Record<string, unknown>;
|
|
732
|
+
}];
|
|
733
|
+
selection: [{
|
|
734
|
+
item: InternalItem<unknown>;
|
|
735
|
+
index: number;
|
|
736
|
+
}];
|
|
737
|
+
'no-data': [];
|
|
738
|
+
}>>>> & {
|
|
739
|
+
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
740
|
+
"onUpdate:searchInput"?: ((val: string) => any) | undefined;
|
|
741
|
+
}, {
|
|
742
|
+
isFocused: vue.Ref<boolean>;
|
|
743
|
+
isPristine: vue.Ref<boolean>;
|
|
744
|
+
menu: vue.Ref<boolean> & {
|
|
745
|
+
readonly externalValue: boolean;
|
|
746
|
+
};
|
|
747
|
+
search: vue.WritableComputedRef<string>;
|
|
748
|
+
selectionIndex: vue.Ref<number>;
|
|
749
|
+
filteredItems: vue.ComputedRef<{
|
|
750
|
+
item: InternalItem<any>;
|
|
751
|
+
matches: Record<string, FilterMatch>;
|
|
752
|
+
}[]>;
|
|
753
|
+
select: (item: InternalItem) => void;
|
|
754
|
+
} & {
|
|
755
|
+
[x: string]: any;
|
|
756
|
+
[x: number]: any;
|
|
757
|
+
[x: symbol]: any;
|
|
758
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
759
|
+
'update:modelValue': (val: any) => boolean;
|
|
760
|
+
'update:searchInput': (val: string) => boolean;
|
|
761
|
+
'update:menu': (val: boolean) => boolean;
|
|
762
|
+
}, "reverse" | "type" | "error" | "key" | "id" | "active" | "name" | "color" | "direction" | "loading" | "label" | "style" | "prefix" | "autofocus" | "disabled" | "multiple" | "readonly" | "class" | "placeholder" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "messages" | "counter" | "items" | "v-slots" | "density" | "variant" | "update:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "errorMessages" | "maxErrors" | "rules" | "validationValue" | "clearIcon" | "appendInnerIcon" | "prependInnerIcon" | "hideDetails" | "returnObject" | "vnodeBeforeMount" | "vnodeMounted" | "vnodeBeforeUpdate" | "vnodeUpdated" | "vnodeBeforeUnmount" | "vnodeUnmounted" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "click:control" | "hint" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "suffix" | "click:input" | "counterValue" | "click:clear" | "click:append" | "click:prepend" | "click:appendInner" | "click:prependInner">, string, {
|
|
763
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
764
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
765
|
+
});
|
|
766
|
+
menu: boolean;
|
|
767
|
+
eager: boolean;
|
|
768
|
+
noDataText: string;
|
|
769
|
+
itemTitle: SelectItemKey;
|
|
770
|
+
itemValue: SelectItemKey;
|
|
771
|
+
itemChildren: SelectItemKey;
|
|
772
|
+
itemProps: SelectItemKey;
|
|
773
|
+
chips: boolean;
|
|
774
|
+
closableChips: boolean;
|
|
775
|
+
hideNoData: boolean;
|
|
776
|
+
hideSelected: boolean;
|
|
777
|
+
menuIcon: IconValue;
|
|
778
|
+
openOnClear: boolean;
|
|
779
|
+
filterMode: FilterMode;
|
|
780
|
+
noFilter: boolean;
|
|
781
|
+
filterKeys: (string & {}) | FilterKeys;
|
|
782
|
+
}> & {
|
|
783
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
784
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
785
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
786
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
787
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
788
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
789
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
790
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
791
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
792
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
793
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
794
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
795
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
796
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
797
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
798
|
+
};
|
|
799
|
+
$forceUpdate: () => void;
|
|
800
|
+
$nextTick: typeof nextTick;
|
|
801
|
+
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
802
|
+
} & Readonly<vue.ExtractPropTypes<Omit<{
|
|
803
|
+
transition: Omit<{
|
|
804
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
805
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
806
|
+
})>;
|
|
807
|
+
default: string;
|
|
808
|
+
validator: (val: unknown) => boolean;
|
|
809
|
+
}, "type" | "default"> & {
|
|
810
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
811
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
812
|
+
})>;
|
|
813
|
+
default: string | boolean | (vue.TransitionProps & {
|
|
814
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
815
|
+
});
|
|
816
|
+
};
|
|
817
|
+
items: {
|
|
818
|
+
type: PropType<any[]>;
|
|
819
|
+
default: () => never[];
|
|
820
|
+
};
|
|
821
|
+
itemTitle: {
|
|
822
|
+
type: PropType<SelectItemKey>;
|
|
823
|
+
default: string;
|
|
824
|
+
};
|
|
825
|
+
itemValue: {
|
|
826
|
+
type: PropType<SelectItemKey>;
|
|
827
|
+
default: string;
|
|
828
|
+
};
|
|
829
|
+
itemChildren: Omit<{
|
|
830
|
+
type: PropType<SelectItemKey>;
|
|
831
|
+
default: string;
|
|
832
|
+
}, "type" | "default"> & {
|
|
833
|
+
type: PropType<SelectItemKey>;
|
|
834
|
+
default: SelectItemKey;
|
|
835
|
+
};
|
|
836
|
+
itemProps: {
|
|
837
|
+
type: PropType<SelectItemKey>;
|
|
838
|
+
default: string;
|
|
839
|
+
};
|
|
840
|
+
returnObject: {
|
|
841
|
+
type: PropType<boolean>;
|
|
842
|
+
default: boolean;
|
|
843
|
+
};
|
|
844
|
+
chips: BooleanConstructor;
|
|
845
|
+
closableChips: BooleanConstructor;
|
|
846
|
+
eager: BooleanConstructor;
|
|
847
|
+
hideNoData: {
|
|
848
|
+
type: PropType<boolean>;
|
|
849
|
+
default: boolean;
|
|
850
|
+
};
|
|
851
|
+
hideSelected: BooleanConstructor;
|
|
852
|
+
menu: BooleanConstructor;
|
|
853
|
+
menuIcon: {
|
|
854
|
+
type: PropType<IconValue>;
|
|
855
|
+
default: string;
|
|
856
|
+
};
|
|
857
|
+
menuProps: {
|
|
858
|
+
type: PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
859
|
+
transition: Omit<{
|
|
860
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
861
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
862
|
+
})>;
|
|
863
|
+
default: string;
|
|
864
|
+
validator: (val: unknown) => boolean;
|
|
865
|
+
}, "type" | "default"> & {
|
|
866
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
867
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
868
|
+
}) | {
|
|
869
|
+
readonly component: vue.DefineComponent<{
|
|
870
|
+
target: PropType<HTMLElement>;
|
|
871
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
872
|
+
target: PropType<HTMLElement>;
|
|
873
|
+
}>>, {}>;
|
|
874
|
+
}>;
|
|
875
|
+
default: string | boolean | (vue.TransitionProps & {
|
|
876
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
877
|
+
}) | {
|
|
878
|
+
readonly component: vue.DefineComponent<{
|
|
879
|
+
target: PropType<HTMLElement>;
|
|
880
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
881
|
+
target: PropType<HTMLElement>;
|
|
882
|
+
}>>, {}>;
|
|
883
|
+
};
|
|
884
|
+
};
|
|
885
|
+
modelValue: BooleanConstructor;
|
|
886
|
+
id: StringConstructor;
|
|
887
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "theme" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | keyof SlotsToProps<MakeSlots<{
|
|
888
|
+
default: [{
|
|
889
|
+
isActive: vue.Ref<boolean>;
|
|
890
|
+
}];
|
|
891
|
+
activator: [{
|
|
892
|
+
isActive: boolean;
|
|
893
|
+
props: Record<string, any>;
|
|
894
|
+
}];
|
|
895
|
+
}>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
|
|
896
|
+
default: [{
|
|
897
|
+
isActive: vue.Ref<boolean>;
|
|
898
|
+
}];
|
|
899
|
+
activator: [{
|
|
900
|
+
isActive: boolean;
|
|
901
|
+
props: Record<string, any>;
|
|
902
|
+
}];
|
|
903
|
+
}>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
|
|
904
|
+
absolute: boolean;
|
|
905
|
+
location: Anchor;
|
|
906
|
+
origin: "auto" | Anchor | "overlap";
|
|
907
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
908
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
909
|
+
});
|
|
910
|
+
zIndex: string | number;
|
|
911
|
+
eager: boolean;
|
|
912
|
+
disabled: boolean;
|
|
913
|
+
modelValue: boolean;
|
|
914
|
+
activatorProps: Record<string, any>;
|
|
915
|
+
openOnClick: boolean;
|
|
916
|
+
openOnHover: boolean;
|
|
917
|
+
openOnFocus: boolean;
|
|
918
|
+
closeOnContentClick: boolean;
|
|
919
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
920
|
+
updateLocation: (e: Event) => void;
|
|
921
|
+
} | undefined);
|
|
922
|
+
scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
|
|
923
|
+
contained: boolean;
|
|
924
|
+
noClickAnimation: boolean;
|
|
925
|
+
persistent: boolean;
|
|
926
|
+
closeOnBack: boolean;
|
|
927
|
+
scrim: string | boolean;
|
|
928
|
+
}> & Omit<Readonly<vue.ExtractPropTypes<{
|
|
929
|
+
transition: {
|
|
930
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
931
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
932
|
+
})>;
|
|
933
|
+
default: string;
|
|
934
|
+
validator: (val: unknown) => boolean;
|
|
935
|
+
};
|
|
936
|
+
theme: StringConstructor;
|
|
937
|
+
scrollStrategy: {
|
|
938
|
+
type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
|
|
939
|
+
default: string;
|
|
940
|
+
validator: (val: any) => boolean;
|
|
941
|
+
};
|
|
942
|
+
locationStrategy: {
|
|
943
|
+
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
944
|
+
updateLocation: (e: Event) => void;
|
|
945
|
+
} | undefined)>;
|
|
946
|
+
default: string;
|
|
947
|
+
validator: (val: any) => boolean;
|
|
948
|
+
};
|
|
949
|
+
location: {
|
|
950
|
+
type: PropType<Anchor>;
|
|
951
|
+
default: string;
|
|
952
|
+
};
|
|
953
|
+
origin: {
|
|
954
|
+
type: PropType<"auto" | Anchor | "overlap">;
|
|
955
|
+
default: string;
|
|
956
|
+
};
|
|
957
|
+
offset: PropType<string | number | number[] | undefined>;
|
|
958
|
+
eager: BooleanConstructor;
|
|
959
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
960
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
961
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
962
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
963
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
964
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
965
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
966
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
967
|
+
activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
|
|
968
|
+
activatorProps: {
|
|
969
|
+
type: PropType<Record<string, any>>;
|
|
970
|
+
default: () => {};
|
|
971
|
+
};
|
|
972
|
+
openOnClick: {
|
|
973
|
+
type: BooleanConstructor;
|
|
974
|
+
default: undefined;
|
|
975
|
+
};
|
|
976
|
+
openOnHover: BooleanConstructor;
|
|
977
|
+
openOnFocus: {
|
|
978
|
+
type: BooleanConstructor;
|
|
979
|
+
default: undefined;
|
|
980
|
+
};
|
|
981
|
+
closeOnContentClick: BooleanConstructor;
|
|
982
|
+
absolute: BooleanConstructor;
|
|
983
|
+
attach: PropType<string | boolean | Element>;
|
|
984
|
+
closeOnBack: {
|
|
985
|
+
type: BooleanConstructor;
|
|
986
|
+
default: boolean;
|
|
987
|
+
};
|
|
988
|
+
contained: BooleanConstructor;
|
|
989
|
+
contentClass: null;
|
|
990
|
+
contentProps: null;
|
|
991
|
+
disabled: BooleanConstructor;
|
|
992
|
+
noClickAnimation: BooleanConstructor;
|
|
993
|
+
modelValue: BooleanConstructor;
|
|
994
|
+
persistent: BooleanConstructor;
|
|
995
|
+
scrim: {
|
|
996
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
997
|
+
default: boolean;
|
|
998
|
+
};
|
|
999
|
+
zIndex: {
|
|
1000
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1001
|
+
default: number;
|
|
1002
|
+
};
|
|
1003
|
+
} & SlotsToProps<MakeSlots<{
|
|
1004
|
+
default: [{
|
|
1005
|
+
isActive: vue.Ref<boolean>;
|
|
1006
|
+
}];
|
|
1007
|
+
activator: [{
|
|
1008
|
+
isActive: boolean;
|
|
1009
|
+
props: Record<string, any>;
|
|
1010
|
+
}];
|
|
1011
|
+
}>>>> & {
|
|
1012
|
+
onAfterLeave?: (() => any) | undefined;
|
|
1013
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1014
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1015
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
|
|
1016
|
+
};
|
|
1017
|
+
modelValue: {
|
|
1018
|
+
type: null;
|
|
1019
|
+
default: () => never[];
|
|
1020
|
+
};
|
|
1021
|
+
multiple: BooleanConstructor;
|
|
1022
|
+
noDataText: {
|
|
1023
|
+
type: StringConstructor;
|
|
1024
|
+
default: string;
|
|
1025
|
+
};
|
|
1026
|
+
openOnClear: BooleanConstructor;
|
|
1027
|
+
readonly: BooleanConstructor;
|
|
1028
|
+
customFilter: PropType<FilterFunction>;
|
|
1029
|
+
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
1030
|
+
filterKeys: {
|
|
1031
|
+
type: PropType<(string & {}) | FilterKeys>;
|
|
1032
|
+
default: (string & {}) | FilterKeys;
|
|
1033
|
+
};
|
|
1034
|
+
filterMode: {
|
|
1035
|
+
type: PropType<FilterMode>;
|
|
1036
|
+
default: string;
|
|
1037
|
+
};
|
|
1038
|
+
noFilter: BooleanConstructor;
|
|
1039
|
+
delimiters: PropType<string[]>;
|
|
1040
|
+
}, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "theme" | "counter" | "items" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "returnObject" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | keyof SlotsToProps<Omit<MakeSlots<{
|
|
1041
|
+
default: [VInputSlot];
|
|
1042
|
+
prepend: [VInputSlot];
|
|
1043
|
+
append: [VInputSlot];
|
|
1044
|
+
details: [VInputSlot];
|
|
1045
|
+
}> & MakeSlots<{
|
|
1046
|
+
clear: [];
|
|
1047
|
+
'prepend-inner': [DefaultInputSlot & VInputSlot];
|
|
1048
|
+
'append-inner': [DefaultInputSlot & VInputSlot];
|
|
1049
|
+
label: [DefaultInputSlot & VInputSlot];
|
|
1050
|
+
loader: [LoaderSlotProps];
|
|
1051
|
+
default: [VFieldSlot];
|
|
1052
|
+
}>, "default"> & MakeSlots<{
|
|
1053
|
+
default: [];
|
|
1054
|
+
}>> | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter")> & SlotsToProps<Omit<MakeSlots<{
|
|
1055
|
+
default: [VInputSlot];
|
|
1056
|
+
prepend: [VInputSlot];
|
|
1057
|
+
append: [VInputSlot];
|
|
1058
|
+
details: [VInputSlot];
|
|
1059
|
+
}> & MakeSlots<{
|
|
1060
|
+
clear: [];
|
|
1061
|
+
'prepend-inner': [DefaultInputSlot & VInputSlot];
|
|
1062
|
+
'append-inner': [DefaultInputSlot & VInputSlot];
|
|
1063
|
+
label: [DefaultInputSlot & VInputSlot];
|
|
1064
|
+
loader: [LoaderSlotProps];
|
|
1065
|
+
default: [VFieldSlot];
|
|
1066
|
+
}>, "default"> & MakeSlots<{
|
|
1067
|
+
item: [{
|
|
1068
|
+
item: InternalItem<unknown>;
|
|
1069
|
+
index: number;
|
|
1070
|
+
props: Record<string, unknown>;
|
|
1071
|
+
}];
|
|
1072
|
+
chip: [{
|
|
1073
|
+
item: InternalItem<unknown>;
|
|
1074
|
+
index: number;
|
|
1075
|
+
props: Record<string, unknown>;
|
|
1076
|
+
}];
|
|
1077
|
+
selection: [{
|
|
1078
|
+
item: InternalItem<unknown>;
|
|
1079
|
+
index: number;
|
|
1080
|
+
}];
|
|
1081
|
+
'no-data': [];
|
|
1082
|
+
}>>>> & {
|
|
1083
|
+
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
1084
|
+
"onUpdate:searchInput"?: ((val: string) => any) | undefined;
|
|
1085
|
+
} & vue.ShallowUnwrapRef<{
|
|
1086
|
+
isFocused: vue.Ref<boolean>;
|
|
1087
|
+
isPristine: vue.Ref<boolean>;
|
|
1088
|
+
menu: vue.Ref<boolean> & {
|
|
1089
|
+
readonly externalValue: boolean;
|
|
1090
|
+
};
|
|
1091
|
+
search: vue.WritableComputedRef<string>;
|
|
1092
|
+
selectionIndex: vue.Ref<number>;
|
|
1093
|
+
filteredItems: vue.ComputedRef<{
|
|
1094
|
+
item: InternalItem<any>;
|
|
1095
|
+
matches: Record<string, FilterMatch>;
|
|
1096
|
+
}[]>;
|
|
1097
|
+
select: (item: InternalItem) => void;
|
|
1098
|
+
} & {
|
|
1099
|
+
[x: string]: any;
|
|
1100
|
+
[x: number]: any;
|
|
1101
|
+
[x: symbol]: any;
|
|
1102
|
+
}> & {} & vue.ComponentCustomProperties;
|
|
1103
|
+
__isFragment?: undefined;
|
|
1104
|
+
__isTeleport?: undefined;
|
|
1105
|
+
__isSuspense?: undefined;
|
|
1106
|
+
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
|
|
1107
|
+
transition: Omit<{
|
|
1108
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
1109
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
1110
|
+
})>;
|
|
1111
|
+
default: string;
|
|
1112
|
+
validator: (val: unknown) => boolean;
|
|
1113
|
+
}, "type" | "default"> & {
|
|
1114
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
1115
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
1116
|
+
})>;
|
|
1117
|
+
default: string | boolean | (vue.TransitionProps & {
|
|
1118
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
1119
|
+
});
|
|
1120
|
+
};
|
|
1121
|
+
items: {
|
|
1122
|
+
type: PropType<any[]>;
|
|
1123
|
+
default: () => never[];
|
|
1124
|
+
};
|
|
1125
|
+
itemTitle: {
|
|
1126
|
+
type: PropType<SelectItemKey>;
|
|
1127
|
+
default: string;
|
|
1128
|
+
};
|
|
1129
|
+
itemValue: {
|
|
1130
|
+
type: PropType<SelectItemKey>;
|
|
1131
|
+
default: string;
|
|
1132
|
+
};
|
|
1133
|
+
itemChildren: Omit<{
|
|
1134
|
+
type: PropType<SelectItemKey>;
|
|
1135
|
+
default: string;
|
|
1136
|
+
}, "type" | "default"> & {
|
|
1137
|
+
type: PropType<SelectItemKey>;
|
|
1138
|
+
default: SelectItemKey;
|
|
1139
|
+
};
|
|
1140
|
+
itemProps: {
|
|
1141
|
+
type: PropType<SelectItemKey>;
|
|
1142
|
+
default: string;
|
|
1143
|
+
};
|
|
1144
|
+
returnObject: {
|
|
1145
|
+
type: PropType<boolean>;
|
|
1146
|
+
default: boolean;
|
|
1147
|
+
};
|
|
1148
|
+
chips: BooleanConstructor;
|
|
1149
|
+
closableChips: BooleanConstructor;
|
|
1150
|
+
eager: BooleanConstructor;
|
|
1151
|
+
hideNoData: {
|
|
1152
|
+
type: PropType<boolean>;
|
|
1153
|
+
default: boolean;
|
|
1154
|
+
};
|
|
1155
|
+
hideSelected: BooleanConstructor;
|
|
1156
|
+
menu: BooleanConstructor;
|
|
1157
|
+
menuIcon: {
|
|
1158
|
+
type: PropType<IconValue>;
|
|
1159
|
+
default: string;
|
|
1160
|
+
};
|
|
1161
|
+
menuProps: {
|
|
1162
|
+
type: PropType<Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
1163
|
+
transition: Omit<{
|
|
1164
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
1165
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
1166
|
+
})>;
|
|
1167
|
+
default: string;
|
|
1168
|
+
validator: (val: unknown) => boolean;
|
|
1169
|
+
}, "type" | "default"> & {
|
|
1170
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
1171
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
1172
|
+
}) | {
|
|
1173
|
+
readonly component: vue.DefineComponent<{
|
|
1174
|
+
target: PropType<HTMLElement>;
|
|
1175
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1176
|
+
target: PropType<HTMLElement>;
|
|
1177
|
+
}>>, {}>;
|
|
1178
|
+
}>;
|
|
1179
|
+
default: string | boolean | (vue.TransitionProps & {
|
|
1180
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
1181
|
+
}) | {
|
|
1182
|
+
readonly component: vue.DefineComponent<{
|
|
1183
|
+
target: PropType<HTMLElement>;
|
|
1184
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1185
|
+
target: PropType<HTMLElement>;
|
|
1186
|
+
}>>, {}>;
|
|
1187
|
+
};
|
|
1188
|
+
};
|
|
1189
|
+
modelValue: BooleanConstructor;
|
|
1190
|
+
id: StringConstructor;
|
|
1191
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "theme" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | keyof SlotsToProps<MakeSlots<{
|
|
1192
|
+
default: [{
|
|
1193
|
+
isActive: vue.Ref<boolean>;
|
|
1194
|
+
}];
|
|
1195
|
+
activator: [{
|
|
1196
|
+
isActive: boolean;
|
|
1197
|
+
props: Record<string, any>;
|
|
1198
|
+
}];
|
|
1199
|
+
}>> | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim")> & SlotsToProps<MakeSlots<{
|
|
1200
|
+
default: [{
|
|
1201
|
+
isActive: vue.Ref<boolean>;
|
|
1202
|
+
}];
|
|
1203
|
+
activator: [{
|
|
1204
|
+
isActive: boolean;
|
|
1205
|
+
props: Record<string, any>;
|
|
1206
|
+
}];
|
|
1207
|
+
}>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never> & Partial<{
|
|
1208
|
+
absolute: boolean;
|
|
1209
|
+
location: Anchor;
|
|
1210
|
+
origin: "auto" | Anchor | "overlap";
|
|
1211
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
1212
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
1213
|
+
});
|
|
1214
|
+
zIndex: string | number;
|
|
1215
|
+
eager: boolean;
|
|
1216
|
+
disabled: boolean;
|
|
1217
|
+
modelValue: boolean;
|
|
1218
|
+
activatorProps: Record<string, any>;
|
|
1219
|
+
openOnClick: boolean;
|
|
1220
|
+
openOnHover: boolean;
|
|
1221
|
+
openOnFocus: boolean;
|
|
1222
|
+
closeOnContentClick: boolean;
|
|
1223
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1224
|
+
updateLocation: (e: Event) => void;
|
|
1225
|
+
} | undefined);
|
|
1226
|
+
scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void);
|
|
1227
|
+
contained: boolean;
|
|
1228
|
+
noClickAnimation: boolean;
|
|
1229
|
+
persistent: boolean;
|
|
1230
|
+
closeOnBack: boolean;
|
|
1231
|
+
scrim: string | boolean;
|
|
1232
|
+
}> & Omit<Readonly<vue.ExtractPropTypes<{
|
|
1233
|
+
transition: {
|
|
1234
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
1235
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
1236
|
+
})>;
|
|
1237
|
+
default: string;
|
|
1238
|
+
validator: (val: unknown) => boolean;
|
|
1239
|
+
};
|
|
1240
|
+
theme: StringConstructor;
|
|
1241
|
+
scrollStrategy: {
|
|
1242
|
+
type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData, props?: StrategyProps$1 | undefined) => void)>;
|
|
1243
|
+
default: string;
|
|
1244
|
+
validator: (val: any) => boolean;
|
|
1245
|
+
};
|
|
1246
|
+
locationStrategy: {
|
|
1247
|
+
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1248
|
+
updateLocation: (e: Event) => void;
|
|
1249
|
+
} | undefined)>;
|
|
1250
|
+
default: string;
|
|
1251
|
+
validator: (val: any) => boolean;
|
|
1252
|
+
};
|
|
1253
|
+
location: {
|
|
1254
|
+
type: PropType<Anchor>;
|
|
1255
|
+
default: string;
|
|
1256
|
+
};
|
|
1257
|
+
origin: {
|
|
1258
|
+
type: PropType<"auto" | Anchor | "overlap">;
|
|
1259
|
+
default: string;
|
|
1260
|
+
};
|
|
1261
|
+
offset: PropType<string | number | number[] | undefined>;
|
|
1262
|
+
eager: BooleanConstructor;
|
|
1263
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
1264
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1265
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
1266
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
1267
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
1268
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
1269
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
1270
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
1271
|
+
activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
|
|
1272
|
+
activatorProps: {
|
|
1273
|
+
type: PropType<Record<string, any>>;
|
|
1274
|
+
default: () => {};
|
|
1275
|
+
};
|
|
1276
|
+
openOnClick: {
|
|
1277
|
+
type: BooleanConstructor;
|
|
1278
|
+
default: undefined;
|
|
1279
|
+
};
|
|
1280
|
+
openOnHover: BooleanConstructor;
|
|
1281
|
+
openOnFocus: {
|
|
1282
|
+
type: BooleanConstructor;
|
|
1283
|
+
default: undefined;
|
|
1284
|
+
};
|
|
1285
|
+
closeOnContentClick: BooleanConstructor;
|
|
1286
|
+
absolute: BooleanConstructor;
|
|
1287
|
+
attach: PropType<string | boolean | Element>;
|
|
1288
|
+
closeOnBack: {
|
|
1289
|
+
type: BooleanConstructor;
|
|
1290
|
+
default: boolean;
|
|
1291
|
+
};
|
|
1292
|
+
contained: BooleanConstructor;
|
|
1293
|
+
contentClass: null;
|
|
1294
|
+
contentProps: null;
|
|
1295
|
+
disabled: BooleanConstructor;
|
|
1296
|
+
noClickAnimation: BooleanConstructor;
|
|
1297
|
+
modelValue: BooleanConstructor;
|
|
1298
|
+
persistent: BooleanConstructor;
|
|
1299
|
+
scrim: {
|
|
1300
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1301
|
+
default: boolean;
|
|
1302
|
+
};
|
|
1303
|
+
zIndex: {
|
|
1304
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1305
|
+
default: number;
|
|
1306
|
+
};
|
|
1307
|
+
} & SlotsToProps<MakeSlots<{
|
|
1308
|
+
default: [{
|
|
1309
|
+
isActive: vue.Ref<boolean>;
|
|
1310
|
+
}];
|
|
1311
|
+
activator: [{
|
|
1312
|
+
isActive: boolean;
|
|
1313
|
+
props: Record<string, any>;
|
|
1314
|
+
}];
|
|
1315
|
+
}>>>> & {
|
|
1316
|
+
onAfterLeave?: (() => any) | undefined;
|
|
1317
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1318
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1319
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
|
|
1320
|
+
};
|
|
1321
|
+
modelValue: {
|
|
1322
|
+
type: null;
|
|
1323
|
+
default: () => never[];
|
|
1324
|
+
};
|
|
1325
|
+
multiple: BooleanConstructor;
|
|
1326
|
+
noDataText: {
|
|
1327
|
+
type: StringConstructor;
|
|
1328
|
+
default: string;
|
|
1329
|
+
};
|
|
1330
|
+
openOnClear: BooleanConstructor;
|
|
1331
|
+
readonly: BooleanConstructor;
|
|
1332
|
+
customFilter: PropType<FilterFunction>;
|
|
1333
|
+
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
1334
|
+
filterKeys: {
|
|
1335
|
+
type: PropType<(string & {}) | FilterKeys>;
|
|
1336
|
+
default: (string & {}) | FilterKeys;
|
|
1337
|
+
};
|
|
1338
|
+
filterMode: {
|
|
1339
|
+
type: PropType<FilterMode>;
|
|
1340
|
+
default: string;
|
|
1341
|
+
};
|
|
1342
|
+
noFilter: BooleanConstructor;
|
|
1343
|
+
delimiters: PropType<string[]>;
|
|
1344
|
+
}, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "theme" | "counter" | "items" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "returnObject" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | keyof SlotsToProps<Omit<MakeSlots<{
|
|
1345
|
+
default: [VInputSlot];
|
|
1346
|
+
prepend: [VInputSlot];
|
|
1347
|
+
append: [VInputSlot];
|
|
1348
|
+
details: [VInputSlot];
|
|
1349
|
+
}> & MakeSlots<{
|
|
1350
|
+
clear: [];
|
|
1351
|
+
'prepend-inner': [DefaultInputSlot & VInputSlot];
|
|
1352
|
+
'append-inner': [DefaultInputSlot & VInputSlot];
|
|
1353
|
+
label: [DefaultInputSlot & VInputSlot];
|
|
1354
|
+
loader: [LoaderSlotProps];
|
|
1355
|
+
default: [VFieldSlot];
|
|
1356
|
+
}>, "default"> & MakeSlots<{
|
|
1357
|
+
default: [];
|
|
1358
|
+
}>> | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter")> & SlotsToProps<Omit<MakeSlots<{
|
|
1359
|
+
default: [VInputSlot];
|
|
1360
|
+
prepend: [VInputSlot];
|
|
1361
|
+
append: [VInputSlot];
|
|
1362
|
+
details: [VInputSlot];
|
|
1363
|
+
}> & MakeSlots<{
|
|
1364
|
+
clear: [];
|
|
1365
|
+
'prepend-inner': [DefaultInputSlot & VInputSlot];
|
|
1366
|
+
'append-inner': [DefaultInputSlot & VInputSlot];
|
|
1367
|
+
label: [DefaultInputSlot & VInputSlot];
|
|
1368
|
+
loader: [LoaderSlotProps];
|
|
1369
|
+
default: [VFieldSlot];
|
|
1370
|
+
}>, "default"> & MakeSlots<{
|
|
1371
|
+
item: [{
|
|
1372
|
+
item: InternalItem<unknown>;
|
|
1373
|
+
index: number;
|
|
1374
|
+
props: Record<string, unknown>;
|
|
1375
|
+
}];
|
|
1376
|
+
chip: [{
|
|
1377
|
+
item: InternalItem<unknown>;
|
|
1378
|
+
index: number;
|
|
1379
|
+
props: Record<string, unknown>;
|
|
1380
|
+
}];
|
|
1381
|
+
selection: [{
|
|
1382
|
+
item: InternalItem<unknown>;
|
|
1383
|
+
index: number;
|
|
1384
|
+
}];
|
|
1385
|
+
'no-data': [];
|
|
1386
|
+
}>>>> & {
|
|
1387
|
+
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
1388
|
+
"onUpdate:searchInput"?: ((val: string) => any) | undefined;
|
|
1389
|
+
}, {
|
|
1390
|
+
isFocused: vue.Ref<boolean>;
|
|
1391
|
+
isPristine: vue.Ref<boolean>;
|
|
1392
|
+
menu: vue.Ref<boolean> & {
|
|
1393
|
+
readonly externalValue: boolean;
|
|
1394
|
+
};
|
|
1395
|
+
search: vue.WritableComputedRef<string>;
|
|
1396
|
+
selectionIndex: vue.Ref<number>;
|
|
1397
|
+
filteredItems: vue.ComputedRef<{
|
|
1398
|
+
item: InternalItem<any>;
|
|
1399
|
+
matches: Record<string, FilterMatch>;
|
|
1400
|
+
}[]>;
|
|
1401
|
+
select: (item: InternalItem) => void;
|
|
1402
|
+
} & {
|
|
1403
|
+
[x: string]: any;
|
|
1404
|
+
[x: number]: any;
|
|
1405
|
+
[x: symbol]: any;
|
|
1406
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1407
|
+
'update:modelValue': (val: any) => boolean;
|
|
1408
|
+
'update:searchInput': (val: string) => boolean;
|
|
1409
|
+
'update:menu': (val: boolean) => boolean;
|
|
1410
|
+
}, "reverse" | "type" | "error" | "key" | "id" | "active" | "name" | "color" | "direction" | "loading" | "label" | "style" | "prefix" | "autofocus" | "disabled" | "multiple" | "readonly" | "class" | "placeholder" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "messages" | "counter" | "items" | "v-slots" | "density" | "variant" | "update:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "errorMessages" | "maxErrors" | "rules" | "validationValue" | "clearIcon" | "appendInnerIcon" | "prependInnerIcon" | "hideDetails" | "returnObject" | "vnodeBeforeMount" | "vnodeMounted" | "vnodeBeforeUpdate" | "vnodeUpdated" | "vnodeBeforeUnmount" | "vnodeUnmounted" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "click:control" | "hint" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "suffix" | "click:input" | "counterValue" | "click:clear" | "click:append" | "click:prepend" | "click:appendInner" | "click:prependInner">, string, {
|
|
1411
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
1412
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
1413
|
+
});
|
|
1414
|
+
menu: boolean;
|
|
1415
|
+
eager: boolean;
|
|
1416
|
+
noDataText: string;
|
|
1417
|
+
itemTitle: SelectItemKey;
|
|
1418
|
+
itemValue: SelectItemKey;
|
|
1419
|
+
itemChildren: SelectItemKey;
|
|
1420
|
+
itemProps: SelectItemKey;
|
|
1421
|
+
chips: boolean;
|
|
1422
|
+
closableChips: boolean;
|
|
1423
|
+
hideNoData: boolean;
|
|
1424
|
+
hideSelected: boolean;
|
|
1425
|
+
menuIcon: IconValue;
|
|
1426
|
+
openOnClear: boolean;
|
|
1427
|
+
filterMode: FilterMode;
|
|
1428
|
+
noFilter: boolean;
|
|
1429
|
+
filterKeys: (string & {}) | FilterKeys;
|
|
1430
|
+
}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T, ReturnObject extends boolean = true, Multiple extends boolean = false, V extends Value<T, ReturnObject, Multiple> = Value<T, ReturnObject, Multiple>>() => {
|
|
1431
|
+
$props: {
|
|
1432
|
+
items?: readonly T[] | undefined;
|
|
1433
|
+
returnObject?: ReturnObject | undefined;
|
|
1434
|
+
multiple?: Multiple | undefined;
|
|
1435
|
+
modelValue?: Readonly<V> | undefined;
|
|
1436
|
+
'onUpdate:modelValue'?: ((val: V) => void) | undefined;
|
|
1437
|
+
} & Omit<Partial<{
|
|
1438
|
+
reverse: boolean;
|
|
1439
|
+
type: string;
|
|
1440
|
+
error: boolean;
|
|
1441
|
+
active: boolean;
|
|
1442
|
+
direction: "horizontal" | "vertical";
|
|
1443
|
+
loading: boolean;
|
|
1444
|
+
autofocus: boolean;
|
|
1445
|
+
disabled: boolean;
|
|
1446
|
+
readonly: boolean;
|
|
1447
|
+
messages: string | string[];
|
|
1448
|
+
density: "default" | "compact" | "comfortable" | null;
|
|
1449
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
1450
|
+
errorMessages: string | string[];
|
|
1451
|
+
maxErrors: string | number;
|
|
1452
|
+
rules: ValidationRule[];
|
|
1453
|
+
clearIcon: IconValue;
|
|
1454
|
+
clearable: boolean;
|
|
1455
|
+
dirty: boolean;
|
|
1456
|
+
persistentClear: boolean;
|
|
1457
|
+
singleLine: boolean;
|
|
1458
|
+
persistentHint: boolean;
|
|
1459
|
+
persistentPlaceholder: boolean;
|
|
1460
|
+
persistentCounter: boolean;
|
|
1461
|
+
}> & Omit<Readonly<vue.ExtractPropTypes<{
|
|
1462
|
+
loading: BooleanConstructor;
|
|
1463
|
+
theme: StringConstructor;
|
|
1464
|
+
appendInnerIcon: PropType<IconValue>;
|
|
1465
|
+
bgColor: StringConstructor;
|
|
1466
|
+
clearable: BooleanConstructor;
|
|
1467
|
+
clearIcon: {
|
|
1468
|
+
type: PropType<IconValue>;
|
|
1469
|
+
default: string;
|
|
1470
|
+
};
|
|
1471
|
+
active: BooleanConstructor;
|
|
1472
|
+
color: StringConstructor;
|
|
1473
|
+
dirty: BooleanConstructor;
|
|
1474
|
+
disabled: BooleanConstructor;
|
|
1475
|
+
error: BooleanConstructor;
|
|
1476
|
+
label: StringConstructor;
|
|
1477
|
+
persistentClear: BooleanConstructor;
|
|
1478
|
+
prependInnerIcon: PropType<IconValue>;
|
|
1479
|
+
reverse: BooleanConstructor;
|
|
1480
|
+
singleLine: BooleanConstructor;
|
|
1481
|
+
variant: {
|
|
1482
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
1483
|
+
default: string;
|
|
1484
|
+
validator: (v: any) => boolean;
|
|
1485
|
+
};
|
|
1486
|
+
'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
|
|
1487
|
+
'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
1488
|
+
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
1489
|
+
errorMessages: {
|
|
1490
|
+
type: PropType<string | string[]>;
|
|
1491
|
+
default: () => never[];
|
|
1492
|
+
};
|
|
1493
|
+
maxErrors: {
|
|
1494
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1495
|
+
default: number;
|
|
1496
|
+
};
|
|
1497
|
+
name: StringConstructor;
|
|
1498
|
+
readonly: BooleanConstructor;
|
|
1499
|
+
rules: {
|
|
1500
|
+
type: PropType<ValidationRule[]>;
|
|
1501
|
+
default: () => never[];
|
|
1502
|
+
};
|
|
1503
|
+
modelValue: null;
|
|
1504
|
+
validationValue: null;
|
|
1505
|
+
density: {
|
|
1506
|
+
type: PropType<"default" | "compact" | "comfortable" | null>;
|
|
1507
|
+
default: string;
|
|
1508
|
+
validator: (v: any) => boolean;
|
|
1509
|
+
};
|
|
1510
|
+
id: StringConstructor;
|
|
1511
|
+
appendIcon: PropType<IconValue>;
|
|
1512
|
+
prependIcon: PropType<IconValue>;
|
|
1513
|
+
hideDetails: PropType<boolean | "auto">;
|
|
1514
|
+
messages: {
|
|
1515
|
+
type: PropType<string | string[]>;
|
|
1516
|
+
default: () => never[];
|
|
1517
|
+
};
|
|
1518
|
+
direction: {
|
|
1519
|
+
type: PropType<"horizontal" | "vertical">;
|
|
1520
|
+
default: string;
|
|
1521
|
+
validator: (v: any) => boolean;
|
|
1522
|
+
};
|
|
1523
|
+
'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
|
|
1524
|
+
'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
|
|
1525
|
+
autofocus: BooleanConstructor;
|
|
1526
|
+
counter: PropType<string | number | true>;
|
|
1527
|
+
counterValue: PropType<(value: any) => number>;
|
|
1528
|
+
hint: StringConstructor;
|
|
1529
|
+
persistentHint: BooleanConstructor;
|
|
1530
|
+
prefix: StringConstructor;
|
|
1531
|
+
placeholder: StringConstructor;
|
|
1532
|
+
persistentPlaceholder: BooleanConstructor;
|
|
1533
|
+
persistentCounter: BooleanConstructor;
|
|
1534
|
+
suffix: StringConstructor;
|
|
1535
|
+
type: {
|
|
1536
|
+
type: StringConstructor;
|
|
1537
|
+
default: string;
|
|
1538
|
+
};
|
|
1539
|
+
} & SlotsToProps<Omit<MakeSlots<{
|
|
1540
|
+
default: [VInputSlot];
|
|
1541
|
+
prepend: [VInputSlot];
|
|
1542
|
+
append: [VInputSlot];
|
|
1543
|
+
details: [VInputSlot];
|
|
1544
|
+
}> & MakeSlots<{
|
|
1545
|
+
clear: [];
|
|
1546
|
+
'prepend-inner': [DefaultInputSlot & VInputSlot];
|
|
1547
|
+
'append-inner': [DefaultInputSlot & VInputSlot];
|
|
1548
|
+
label: [DefaultInputSlot & VInputSlot];
|
|
1549
|
+
loader: [LoaderSlotProps];
|
|
1550
|
+
default: [VFieldSlot];
|
|
1551
|
+
}>, "default"> & MakeSlots<{
|
|
1552
|
+
default: [];
|
|
1553
|
+
}>>>> & {
|
|
1554
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
1555
|
+
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1556
|
+
"onClick:input"?: ((e: MouseEvent) => any) | undefined;
|
|
1557
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter">, "onUpdate:modelValue" | "modelValue">;
|
|
1558
|
+
$slots: Omit<MakeSlots<{
|
|
1559
|
+
default: [VInputSlot];
|
|
1560
|
+
prepend: [VInputSlot];
|
|
1561
|
+
append: [VInputSlot];
|
|
1562
|
+
details: [VInputSlot];
|
|
1563
|
+
}> & MakeSlots<{
|
|
1564
|
+
clear: [];
|
|
1565
|
+
'prepend-inner': [DefaultInputSlot & VInputSlot];
|
|
1566
|
+
'append-inner': [DefaultInputSlot & VInputSlot];
|
|
1567
|
+
label: [DefaultInputSlot & VInputSlot];
|
|
1568
|
+
loader: [LoaderSlotProps];
|
|
1569
|
+
default: [VFieldSlot];
|
|
1570
|
+
}>, "default"> & MakeSlots<{
|
|
1571
|
+
item: [{
|
|
1572
|
+
item: InternalItem<T>;
|
|
1573
|
+
index: number;
|
|
1574
|
+
props: Record<string, unknown>;
|
|
1575
|
+
}];
|
|
1576
|
+
chip: [{
|
|
1577
|
+
item: InternalItem<T>;
|
|
1578
|
+
index: number;
|
|
1579
|
+
props: Record<string, unknown>;
|
|
1580
|
+
}];
|
|
1581
|
+
selection: [{
|
|
1582
|
+
item: InternalItem<T>;
|
|
1583
|
+
index: number;
|
|
1584
|
+
}];
|
|
1585
|
+
'no-data': [];
|
|
1586
|
+
}>;
|
|
1587
|
+
});
|
|
1588
|
+
declare type VCombobox = InstanceType<typeof VCombobox>;
|
|
1589
|
+
|
|
1590
|
+
export { VCombobox };
|