vuetify 3.2.4 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +2503 -2151
- package/dist/json/importMap-labs.json +12 -4
- package/dist/json/importMap.json +28 -28
- package/dist/json/tags.json +107 -9
- package/dist/json/web-types.json +10785 -7110
- package/dist/vuetify-labs.css +263 -153
- package/dist/vuetify-labs.d.ts +35870 -16257
- package/dist/vuetify-labs.esm.js +1466 -934
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1465 -933
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +246 -168
- package/dist/vuetify.d.ts +27883 -14061
- package/dist/vuetify.esm.js +477 -300
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +476 -299
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +811 -806
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
- package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
- package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
- package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/{index.d.ts → index.d.mts} +284 -69
- package/lib/components/VApp/{index.d.ts → index.d.mts} +80 -19
- package/lib/components/VAppBar/{index.d.ts → index.d.mts} +391 -119
- package/lib/components/VAutocomplete/VAutocomplete.css +15 -9
- package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -34
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +15 -11
- package/lib/components/VAutocomplete/index.d.mts +2048 -0
- package/lib/components/VAvatar/{index.d.ts → index.d.mts} +85 -30
- package/lib/components/VBadge/_variables.scss +1 -1
- package/lib/components/VBadge/{index.d.ts → index.d.mts} +105 -42
- package/lib/components/VBanner/{index.d.ts → index.d.mts} +282 -63
- package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +93 -45
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +348 -212
- package/lib/components/VBtn/{index.d.ts → index.d.mts} +139 -53
- package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +84 -27
- package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +88 -35
- package/lib/components/VCalendar/util/props.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/{index.d.ts → index.d.mts} +957 -419
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/{index.d.ts → index.d.mts} +616 -111
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +408 -141
- package/lib/components/VChip/VChip.css +4 -2
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +3 -2
- package/lib/components/VChip/{index.d.ts → index.d.mts} +376 -85
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +470 -0
- package/lib/components/VCode/{index.d.ts → index.d.mts} +78 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +241 -109
- package/lib/components/VColorPicker/util/index.mjs +2 -22
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +15 -9
- package/lib/components/VCombobox/VCombobox.mjs +82 -37
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +15 -11
- package/lib/components/VCombobox/index.d.mts +2060 -0
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/{index.d.ts → index.d.mts} +105 -45
- package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +82 -20
- package/lib/components/VDialog/{index.d.ts → index.d.mts} +571 -305
- package/lib/components/VDivider/{index.d.ts → index.d.mts} +81 -21
- package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +374 -110
- package/lib/components/VField/VField.css +49 -16
- package/lib/components/VField/VField.mjs +12 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +40 -11
- package/lib/components/VField/_variables.scss +8 -2
- package/lib/components/VField/index.d.mts +682 -0
- package/lib/components/VFileInput/VFileInput.css +3 -0
- package/lib/components/VFileInput/VFileInput.mjs +7 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +6 -1
- package/lib/components/VFileInput/{index.d.ts → index.d.mts} +1033 -399
- package/lib/components/VFooter/{index.d.ts → index.d.mts} +85 -29
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +993 -0
- package/lib/components/VGrid/{index.d.ts → index.d.mts} +334 -100
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/{index.d.ts → index.d.mts} +120 -37
- package/lib/components/VIcon/{index.d.ts → index.d.mts} +322 -81
- package/lib/components/VImg/VImg.css +2 -4
- package/lib/components/VImg/VImg.mjs +25 -24
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +4 -3
- package/lib/components/VImg/{index.d.ts → index.d.mts} +177 -40
- package/lib/components/VInput/VInput.css +10 -4
- package/lib/components/VInput/VInput.mjs +9 -3
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +7 -2
- package/lib/components/VInput/_variables.scss +1 -0
- package/lib/components/VInput/{index.d.ts → index.d.mts} +237 -93
- package/lib/components/VItemGroup/VItem.mjs +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +781 -0
- package/lib/components/VKbd/{index.d.ts → index.d.mts} +78 -17
- package/lib/components/VLabel/{index.d.ts → index.d.mts} +79 -18
- package/lib/components/VLayout/{index.d.ts → index.d.mts} +161 -42
- package/lib/components/VLazy/{index.d.ts → index.d.mts} +82 -27
- package/lib/components/VList/VList.mjs +6 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +4 -8
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +11 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/{index.d.ts → index.d.mts} +1245 -619
- package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +80 -19
- package/lib/components/VMain/{index.d.ts → index.d.mts} +79 -19
- package/lib/components/VMenu/{index.d.ts → index.d.mts} +567 -299
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/{index.d.ts → index.d.mts} +87 -34
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
- package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +139 -57
- package/lib/components/VOverlay/{index.d.ts → index.d.mts} +159 -75
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/{index.d.ts → index.d.mts} +229 -125
- package/lib/components/VParallax/{index.d.ts → index.d.mts} +118 -18
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +148 -45
- package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +119 -52
- package/lib/components/VRadio/{index.d.ts → index.d.mts} +139 -40
- package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +265 -93
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +313 -132
- package/lib/components/VRating/{index.d.ts → index.d.mts} +108 -49
- package/lib/components/VResponsive/VResponsive.css +13 -5
- package/lib/components/VResponsive/VResponsive.mjs +4 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +12 -4
- package/lib/components/VResponsive/{index.d.ts → index.d.mts} +99 -16
- package/lib/components/VSelect/VSelect.css +15 -9
- package/lib/components/VSelect/VSelect.mjs +23 -18
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +14 -11
- package/lib/components/VSelect/index.d.mts +1986 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +403 -0
- package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +90 -38
- package/lib/components/VSheet/{index.d.ts → index.d.mts} +81 -21
- package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +236 -61
- package/lib/components/VSlider/VSlider.mjs +2 -2
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/{index.d.ts → index.d.mts} +308 -126
- package/lib/components/VSlider/slider.mjs +8 -2
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +566 -297
- package/lib/components/VSwitch/VSwitch.css +3 -3
- package/lib/components/VSwitch/VSwitch.sass +4 -3
- package/lib/components/VSwitch/{index.d.ts → index.d.mts} +284 -101
- package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +84 -27
- package/lib/components/VTable/{index.d.ts → index.d.mts} +122 -26
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/{index.d.ts → index.d.mts} +203 -113
- package/lib/components/VTextField/VTextField.css +9 -1
- package/lib/components/VTextField/VTextField.mjs +4 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +8 -1
- package/lib/components/VTextField/index.d.mts +2735 -0
- package/lib/components/VTextarea/VTextarea.mjs +13 -4
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/{index.d.ts → index.d.mts} +933 -393
- package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +80 -20
- package/lib/components/VTimeline/{index.d.ts → index.d.mts} +201 -62
- package/lib/components/VToolbar/{index.d.ts → index.d.mts} +325 -73
- package/lib/components/VTooltip/{index.d.ts → index.d.mts} +568 -297
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +634 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +229 -0
- package/lib/components/VWindow/{index.d.ts → index.d.mts} +271 -68
- package/lib/components/{index.d.ts → index.d.mts} +27847 -14031
- package/lib/components/index.mjs +2 -3
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/{index.d.ts → index.d.mts} +1330 -355
- package/lib/composables/display.mjs +6 -6
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/filter.mjs +5 -4
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/form.mjs +2 -3
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/group.mjs +13 -13
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/{items.mjs → list-items.mjs} +9 -6
- package/lib/composables/list-items.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/scroll.mjs +2 -2
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/validation.mjs +44 -16
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/{index.d.ts → index.d.mts} +16 -10
- package/lib/labs/VBottomSheet/VBottomSheet.css +33 -0
- package/lib/labs/VBottomSheet/VBottomSheet.mjs +40 -0
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -0
- package/lib/labs/VBottomSheet/VBottomSheet.sass +37 -0
- package/lib/labs/VBottomSheet/_variables.scss +5 -0
- package/lib/labs/VBottomSheet/index.d.mts +871 -0
- package/lib/labs/VBottomSheet/index.mjs +2 -0
- package/lib/labs/VBottomSheet/index.mjs.map +1 -0
- package/lib/labs/VDataIterator/VDataIterator.mjs +160 -0
- package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -0
- package/lib/labs/VDataIterator/composables/items.mjs +37 -0
- package/lib/labs/VDataIterator/composables/items.mjs.map +1 -0
- package/lib/labs/VDataIterator/index.d.mts +704 -0
- package/lib/labs/VDataIterator/index.mjs +2 -0
- package/lib/labs/VDataIterator/index.mjs.map +1 -0
- package/lib/labs/VDataTable/VDataTable.mjs +58 -20
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -10
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +50 -14
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +50 -13
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +8 -6
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +2 -3
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +31 -32
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +14 -2
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +3 -3
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +17 -17
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +9681 -0
- package/lib/labs/VDataTable/index.mjs +1 -1
- package/lib/labs/VDataTable/index.mjs.map +1 -1
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +161 -54
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +92 -31
- package/lib/labs/components.d.mts +11806 -0
- package/lib/labs/components.mjs +2 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +70 -0
- package/lib/labs/date/index.mjs +1 -1
- package/lib/labs/date/index.mjs.map +1 -1
- package/lib/styles/settings/_variables.scss +3 -3
- package/lib/util/colorUtils.mjs +68 -3
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +12 -81
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -18
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +2 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +13 -9
- package/lib/components/VAutocomplete/index.d.ts +0 -2050
- package/lib/components/VBottomSheet/VBottomSheet.mjs +0 -29
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +0 -1
- package/lib/components/VBottomSheet/VBottomSheet.sass +0 -23
- package/lib/components/VBottomSheet/_variables.scss +0 -3
- package/lib/components/VBottomSheet/index.mjs +0 -4
- package/lib/components/VBottomSheet/index.mjs.map +0 -1
- package/lib/components/VChipGroup/index.d.ts +0 -280
- package/lib/components/VCombobox/index.d.ts +0 -2086
- package/lib/components/VData/VData.mjs +0 -374
- package/lib/components/VData/VData.mjs.map +0 -1
- package/lib/components/VData/index.mjs +0 -4
- package/lib/components/VData/index.mjs.map +0 -1
- package/lib/components/VDataIterator/VDataFooter.mjs +0 -194
- package/lib/components/VDataIterator/VDataFooter.mjs.map +0 -1
- package/lib/components/VDataIterator/VDataFooter.sass +0 -71
- package/lib/components/VDataIterator/VDataIterator.mjs +0 -316
- package/lib/components/VDataIterator/VDataIterator.mjs.map +0 -1
- package/lib/components/VDataIterator/_variables.scss +0 -13
- package/lib/components/VDataIterator/index.mjs +0 -10
- package/lib/components/VDataIterator/index.mjs.map +0 -1
- package/lib/components/VField/index.d.ts +0 -563
- package/lib/components/VForm/index.d.ts +0 -284
- package/lib/components/VItemGroup/index.d.ts +0 -396
- package/lib/components/VSelect/index.d.ts +0 -1981
- package/lib/components/VSelectionControl/index.d.ts +0 -387
- package/lib/components/VTextField/index.d.ts +0 -2061
- package/lib/components/VValidation/index.d.ts +0 -243
- package/lib/components/VVirtualScroll/index.d.ts +0 -197
- package/lib/composables/items.mjs.map +0 -1
- package/lib/labs/VDataTable/index.d.ts +0 -5415
- package/lib/labs/components.d.ts +0 -5945
- package/lib/labs/date/index.d.ts +0 -38
- /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
- /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
- /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
- /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
- /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
- /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
- /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
- /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
- /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
- /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent, Ref, ComputedRef, nextTick } from 'vue';
|
|
3
3
|
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
@@ -13,9 +13,24 @@ interface LoaderSlotProps {
|
|
|
13
13
|
isActive: boolean;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type VMessageSlot = {
|
|
17
|
+
message: string;
|
|
18
|
+
};
|
|
19
|
+
|
|
16
20
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
17
21
|
declare const IconValue: PropType<IconValue>;
|
|
18
22
|
|
|
23
|
+
interface DefaultInputSlot {
|
|
24
|
+
isActive: Ref<boolean>;
|
|
25
|
+
isFocused: Ref<boolean>;
|
|
26
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
27
|
+
focus: () => void;
|
|
28
|
+
blur: () => void;
|
|
29
|
+
}
|
|
30
|
+
interface VFieldSlot extends DefaultInputSlot {
|
|
31
|
+
props: Record<string, unknown>;
|
|
32
|
+
}
|
|
33
|
+
|
|
19
34
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
20
35
|
|
|
21
36
|
type ValidationResult = string | boolean;
|
|
@@ -35,148 +50,192 @@ interface VInputSlot {
|
|
|
35
50
|
validate: () => void;
|
|
36
51
|
}
|
|
37
52
|
|
|
38
|
-
interface DefaultInputSlot {
|
|
39
|
-
isActive: Ref<boolean>;
|
|
40
|
-
isFocused: Ref<boolean>;
|
|
41
|
-
controlRef: Ref<HTMLElement | undefined>;
|
|
42
|
-
focus: () => void;
|
|
43
|
-
blur: () => void;
|
|
44
|
-
}
|
|
45
|
-
interface VFieldSlot extends DefaultInputSlot {
|
|
46
|
-
props: Record<string, unknown>;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
53
|
declare const VFileInput: {
|
|
50
54
|
new (...args: any[]): {
|
|
51
55
|
$: vue.ComponentInternalInstance;
|
|
52
56
|
$data: {};
|
|
53
|
-
$props:
|
|
54
|
-
flat
|
|
55
|
-
reverse
|
|
56
|
-
error
|
|
57
|
-
active
|
|
58
|
-
direction
|
|
59
|
-
style
|
|
60
|
-
disabled
|
|
61
|
-
multiple
|
|
62
|
-
readonly
|
|
63
|
-
counter
|
|
64
|
-
messages
|
|
65
|
-
rounded
|
|
66
|
-
density
|
|
67
|
-
variant
|
|
68
|
-
modelValue
|
|
69
|
-
prependIcon
|
|
70
|
-
clearIcon
|
|
71
|
-
focused
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
reverse: boolean;
|
|
87
|
-
error: boolean;
|
|
88
|
-
active: boolean;
|
|
89
|
-
direction: "horizontal" | "vertical";
|
|
90
|
-
style: vue.StyleValue;
|
|
91
|
-
disabled: boolean;
|
|
92
|
-
multiple: boolean;
|
|
93
|
-
readonly: boolean;
|
|
94
|
-
counter: boolean;
|
|
95
|
-
messages: string | string[];
|
|
96
|
-
density: Density;
|
|
97
|
-
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
98
|
-
modelValue: File[];
|
|
99
|
-
prependIcon: NonNullable<IconValue>;
|
|
100
|
-
clearIcon: IconValue;
|
|
101
|
-
focused: boolean;
|
|
102
|
-
errorMessages: string | string[];
|
|
103
|
-
maxErrors: string | number;
|
|
104
|
-
rules: ValidationRule[];
|
|
105
|
-
persistentHint: boolean;
|
|
106
|
-
clearable: boolean;
|
|
107
|
-
dirty: boolean;
|
|
108
|
-
persistentClear: boolean;
|
|
109
|
-
singleLine: boolean;
|
|
110
|
-
chips: boolean;
|
|
111
|
-
counterSizeString: string;
|
|
112
|
-
counterString: string;
|
|
113
|
-
showSize: boolean | 1024 | 1000;
|
|
114
|
-
} & {
|
|
57
|
+
$props: {
|
|
58
|
+
flat?: boolean | undefined;
|
|
59
|
+
reverse?: boolean | undefined;
|
|
60
|
+
error?: boolean | undefined;
|
|
61
|
+
active?: boolean | undefined;
|
|
62
|
+
direction?: "horizontal" | "vertical" | undefined;
|
|
63
|
+
style?: vue.StyleValue | undefined;
|
|
64
|
+
disabled?: boolean | undefined;
|
|
65
|
+
multiple?: boolean | undefined;
|
|
66
|
+
readonly?: boolean | null | undefined;
|
|
67
|
+
counter?: boolean | undefined;
|
|
68
|
+
messages?: string | readonly string[] | undefined;
|
|
69
|
+
rounded?: string | number | boolean | undefined;
|
|
70
|
+
density?: Density | undefined;
|
|
71
|
+
variant?: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | undefined;
|
|
72
|
+
modelValue?: File[] | undefined;
|
|
73
|
+
prependIcon?: NonNullable<IconValue> | undefined;
|
|
74
|
+
clearIcon?: IconValue | undefined;
|
|
75
|
+
focused?: boolean | undefined;
|
|
76
|
+
clearable?: boolean | undefined;
|
|
77
|
+
centerAffix?: boolean | undefined;
|
|
78
|
+
dirty?: boolean | undefined;
|
|
79
|
+
persistentClear?: boolean | undefined;
|
|
80
|
+
singleLine?: boolean | undefined;
|
|
81
|
+
errorMessages?: string | readonly string[] | undefined;
|
|
82
|
+
maxErrors?: string | number | undefined;
|
|
83
|
+
rules?: readonly ValidationRule[] | undefined;
|
|
84
|
+
persistentHint?: boolean | undefined;
|
|
85
|
+
chips?: boolean | undefined;
|
|
86
|
+
counterSizeString?: string | undefined;
|
|
87
|
+
counterString?: string | undefined;
|
|
88
|
+
showSize?: boolean | 1024 | 1000 | undefined;
|
|
89
|
+
key?: string | number | symbol | undefined;
|
|
115
90
|
id?: string | undefined;
|
|
116
91
|
name?: string | undefined;
|
|
117
92
|
color?: string | undefined;
|
|
118
93
|
loading?: string | boolean | undefined;
|
|
119
94
|
label?: string | undefined;
|
|
120
95
|
class?: any;
|
|
121
|
-
theme?: string | undefined;
|
|
122
|
-
rounded?: string | number | boolean | undefined;
|
|
123
|
-
bgColor?: string | undefined;
|
|
124
|
-
appendIcon?: IconValue | undefined;
|
|
125
|
-
appendInnerIcon?: IconValue | undefined;
|
|
126
|
-
prependInnerIcon?: IconValue | undefined;
|
|
127
|
-
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
128
|
-
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
129
|
-
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
130
|
-
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
131
|
-
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
132
|
-
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
133
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
134
|
-
validationValue?: any;
|
|
135
|
-
hint?: string | undefined;
|
|
136
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
137
|
-
baseColor?: string | undefined;
|
|
138
|
-
} & {
|
|
139
96
|
$children?: vue.VNodeChild | {
|
|
140
97
|
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
141
98
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
142
99
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
143
100
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
101
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
144
102
|
clear?: (() => vue.VNodeChild) | undefined;
|
|
145
|
-
'prepend-inner'?: ((args_0: DefaultInputSlot
|
|
146
|
-
'append-inner'?: ((args_0: DefaultInputSlot
|
|
147
|
-
label?: ((args_0: DefaultInputSlot &
|
|
103
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
104
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
105
|
+
label?: ((args_0: DefaultInputSlot & {
|
|
106
|
+
label: string | undefined;
|
|
107
|
+
props: Record<string, any>;
|
|
108
|
+
}) => vue.VNodeChild) | undefined;
|
|
148
109
|
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
149
110
|
counter?: (() => vue.VNodeChild) | undefined;
|
|
111
|
+
selection?: ((args_0: {
|
|
112
|
+
fileNames: string[];
|
|
113
|
+
totalBytes: number;
|
|
114
|
+
totalBytesReadable: string;
|
|
115
|
+
}) => vue.VNodeChild) | undefined;
|
|
150
116
|
} | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild);
|
|
117
|
+
ref?: vue.VNodeRef | undefined;
|
|
118
|
+
ref_for?: boolean | undefined;
|
|
119
|
+
ref_key?: string | undefined;
|
|
120
|
+
theme?: string | undefined;
|
|
121
|
+
"v-slot:default"?: false | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
151
122
|
'v-slots'?: {
|
|
152
123
|
default?: false | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
153
124
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
154
125
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
155
126
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
127
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
156
128
|
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
157
|
-
'prepend-inner'?: false | ((args_0: DefaultInputSlot
|
|
158
|
-
'append-inner'?: false | ((args_0: DefaultInputSlot
|
|
159
|
-
label?: false | ((args_0: DefaultInputSlot &
|
|
129
|
+
'prepend-inner'?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
130
|
+
'append-inner'?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
131
|
+
label?: false | ((args_0: DefaultInputSlot & {
|
|
132
|
+
label: string | undefined;
|
|
133
|
+
props: Record<string, any>;
|
|
134
|
+
}) => vue.VNodeChild) | undefined;
|
|
160
135
|
loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
161
136
|
counter?: false | (() => vue.VNodeChild) | undefined;
|
|
137
|
+
selection?: false | ((args_0: {
|
|
138
|
+
fileNames: string[];
|
|
139
|
+
totalBytes: number;
|
|
140
|
+
totalBytesReadable: string;
|
|
141
|
+
}) => vue.VNodeChild) | undefined;
|
|
162
142
|
} | undefined;
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
143
|
+
$slots?: {
|
|
144
|
+
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
145
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
146
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
147
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
148
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
149
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
150
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
151
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
152
|
+
label?: ((args_0: DefaultInputSlot & {
|
|
153
|
+
label: string | undefined;
|
|
154
|
+
props: Record<string, any>;
|
|
155
|
+
}) => vue.VNodeChild) | undefined;
|
|
156
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
157
|
+
counter?: (() => vue.VNodeChild) | undefined;
|
|
158
|
+
selection?: ((args_0: {
|
|
159
|
+
fileNames: string[];
|
|
160
|
+
totalBytes: number;
|
|
161
|
+
totalBytesReadable: string;
|
|
162
|
+
}) => vue.VNodeChild) | undefined;
|
|
163
|
+
} | undefined;
|
|
164
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
165
|
+
[key: string]: any;
|
|
166
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
167
|
+
[key: string]: any;
|
|
168
|
+
}>) => void)[] | undefined;
|
|
169
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
170
|
+
[key: string]: any;
|
|
171
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
172
|
+
[key: string]: any;
|
|
173
|
+
}>) => void)[] | undefined;
|
|
174
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
175
|
+
[key: string]: any;
|
|
176
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
177
|
+
[key: string]: any;
|
|
178
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
179
|
+
[key: string]: any;
|
|
180
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
181
|
+
[key: string]: any;
|
|
182
|
+
}>) => void)[] | undefined;
|
|
183
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
184
|
+
[key: string]: any;
|
|
185
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
186
|
+
[key: string]: any;
|
|
187
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
188
|
+
[key: string]: any;
|
|
189
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
190
|
+
[key: string]: any;
|
|
191
|
+
}>) => void)[] | undefined;
|
|
192
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
193
|
+
[key: string]: any;
|
|
194
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
195
|
+
[key: string]: any;
|
|
196
|
+
}>) => void)[] | undefined;
|
|
197
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
198
|
+
[key: string]: any;
|
|
199
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
200
|
+
[key: string]: any;
|
|
201
|
+
}>) => void)[] | undefined;
|
|
166
202
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
167
|
-
"v-slot:
|
|
168
|
-
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
169
|
-
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
170
|
-
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
171
|
-
"v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
172
|
-
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
173
|
-
"v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
|
|
174
|
-
} & {
|
|
203
|
+
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
175
204
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
176
|
-
|
|
205
|
+
bgColor?: string | undefined;
|
|
206
|
+
appendIcon?: IconValue | undefined;
|
|
207
|
+
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
208
|
+
appendInnerIcon?: IconValue | undefined;
|
|
209
|
+
prependInnerIcon?: IconValue | undefined;
|
|
210
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
211
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
212
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
213
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
214
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
215
|
+
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
216
|
+
baseColor?: string | undefined;
|
|
217
|
+
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
218
|
+
"v-slot:label"?: false | ((args_0: DefaultInputSlot & {
|
|
219
|
+
label: string | undefined;
|
|
220
|
+
props: Record<string, any>;
|
|
221
|
+
}) => vue.VNodeChild) | undefined;
|
|
222
|
+
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
223
|
+
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
224
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
225
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
226
|
+
validationValue?: any;
|
|
227
|
+
hint?: string | undefined;
|
|
228
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
229
|
+
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
177
230
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
178
231
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
179
|
-
|
|
232
|
+
"v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
|
|
233
|
+
"v-slot:selection"?: false | ((args_0: {
|
|
234
|
+
fileNames: string[];
|
|
235
|
+
totalBytes: number;
|
|
236
|
+
totalBytesReadable: string;
|
|
237
|
+
}) => vue.VNodeChild) | undefined;
|
|
238
|
+
};
|
|
180
239
|
$attrs: {
|
|
181
240
|
[x: string]: unknown;
|
|
182
241
|
};
|
|
@@ -184,10 +243,52 @@ declare const VFileInput: {
|
|
|
184
243
|
[x: string]: unknown;
|
|
185
244
|
};
|
|
186
245
|
$slots: Readonly<{
|
|
187
|
-
|
|
246
|
+
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
247
|
+
[key: string]: any;
|
|
248
|
+
}>[]) | undefined;
|
|
249
|
+
prepend?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
250
|
+
[key: string]: any;
|
|
251
|
+
}>[]) | undefined;
|
|
252
|
+
append?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
253
|
+
[key: string]: any;
|
|
254
|
+
}>[]) | undefined;
|
|
255
|
+
details?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
256
|
+
[key: string]: any;
|
|
257
|
+
}>[]) | undefined;
|
|
258
|
+
message?: ((args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
259
|
+
[key: string]: any;
|
|
260
|
+
}>[]) | undefined;
|
|
261
|
+
clear?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
262
|
+
[key: string]: any;
|
|
263
|
+
}>[]) | undefined;
|
|
264
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
265
|
+
[key: string]: any;
|
|
266
|
+
}>[]) | undefined;
|
|
267
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
268
|
+
[key: string]: any;
|
|
269
|
+
}>[]) | undefined;
|
|
270
|
+
label?: ((args_0: DefaultInputSlot & {
|
|
271
|
+
label: string | undefined;
|
|
272
|
+
props: Record<string, any>;
|
|
273
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
274
|
+
[key: string]: any;
|
|
275
|
+
}>[]) | undefined;
|
|
276
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
277
|
+
[key: string]: any;
|
|
278
|
+
}>[]) | undefined;
|
|
279
|
+
counter?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
280
|
+
[key: string]: any;
|
|
281
|
+
}>[]) | undefined;
|
|
282
|
+
selection?: ((args_0: {
|
|
283
|
+
fileNames: string[];
|
|
284
|
+
totalBytes: number;
|
|
285
|
+
totalBytesReadable: string;
|
|
286
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
287
|
+
[key: string]: any;
|
|
288
|
+
}>[]) | undefined;
|
|
188
289
|
}>;
|
|
189
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
190
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
290
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
291
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
191
292
|
$emit: ((event: "update:modelValue", files: File[]) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
|
|
192
293
|
$el: any;
|
|
193
294
|
$options: vue.ComponentOptionsBase<{
|
|
@@ -199,23 +300,23 @@ declare const VFileInput: {
|
|
|
199
300
|
style: vue.StyleValue;
|
|
200
301
|
disabled: boolean;
|
|
201
302
|
multiple: boolean;
|
|
202
|
-
readonly: boolean;
|
|
303
|
+
readonly: boolean | null;
|
|
203
304
|
counter: boolean;
|
|
204
|
-
messages: string | string[];
|
|
305
|
+
messages: string | readonly string[];
|
|
205
306
|
density: Density;
|
|
206
307
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
207
308
|
modelValue: File[];
|
|
208
309
|
prependIcon: NonNullable<IconValue>;
|
|
209
310
|
clearIcon: IconValue;
|
|
210
311
|
focused: boolean;
|
|
211
|
-
errorMessages: string | string[];
|
|
212
|
-
maxErrors: string | number;
|
|
213
|
-
rules: ValidationRule[];
|
|
214
|
-
persistentHint: boolean;
|
|
215
312
|
clearable: boolean;
|
|
216
313
|
dirty: boolean;
|
|
217
314
|
persistentClear: boolean;
|
|
218
315
|
singleLine: boolean;
|
|
316
|
+
errorMessages: string | readonly string[];
|
|
317
|
+
maxErrors: string | number;
|
|
318
|
+
rules: readonly ValidationRule[];
|
|
319
|
+
persistentHint: boolean;
|
|
219
320
|
chips: boolean;
|
|
220
321
|
counterSizeString: string;
|
|
221
322
|
counterString: string;
|
|
@@ -239,47 +340,97 @@ declare const VFileInput: {
|
|
|
239
340
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
240
341
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
241
342
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
242
|
-
|
|
343
|
+
centerAffix?: boolean | undefined;
|
|
344
|
+
baseColor?: string | undefined;
|
|
345
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
243
346
|
validationValue?: any;
|
|
244
347
|
hint?: string | undefined;
|
|
245
348
|
hideDetails?: boolean | "auto" | undefined;
|
|
246
|
-
baseColor?: string | undefined;
|
|
247
349
|
} & {
|
|
248
350
|
$children?: vue.VNodeChild | {
|
|
249
351
|
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
250
352
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
251
353
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
252
354
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
355
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
253
356
|
clear?: (() => vue.VNodeChild) | undefined;
|
|
254
|
-
'prepend-inner'?: ((args_0: DefaultInputSlot
|
|
255
|
-
'append-inner'?: ((args_0: DefaultInputSlot
|
|
256
|
-
label?: ((args_0: DefaultInputSlot &
|
|
357
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
358
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
359
|
+
label?: ((args_0: DefaultInputSlot & {
|
|
360
|
+
label: string | undefined;
|
|
361
|
+
props: Record<string, any>;
|
|
362
|
+
}) => vue.VNodeChild) | undefined;
|
|
257
363
|
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
258
364
|
counter?: (() => vue.VNodeChild) | undefined;
|
|
365
|
+
selection?: ((args_0: {
|
|
366
|
+
fileNames: string[];
|
|
367
|
+
totalBytes: number;
|
|
368
|
+
totalBytesReadable: string;
|
|
369
|
+
}) => vue.VNodeChild) | undefined;
|
|
259
370
|
} | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild);
|
|
260
371
|
'v-slots'?: {
|
|
261
372
|
default?: false | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
262
373
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
263
374
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
264
375
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
376
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
265
377
|
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
266
|
-
'prepend-inner'?: false | ((args_0: DefaultInputSlot
|
|
267
|
-
'append-inner'?: false | ((args_0: DefaultInputSlot
|
|
268
|
-
label?: false | ((args_0: DefaultInputSlot &
|
|
378
|
+
'prepend-inner'?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
379
|
+
'append-inner'?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
380
|
+
label?: false | ((args_0: DefaultInputSlot & {
|
|
381
|
+
label: string | undefined;
|
|
382
|
+
props: Record<string, any>;
|
|
383
|
+
}) => vue.VNodeChild) | undefined;
|
|
269
384
|
loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
270
385
|
counter?: false | (() => vue.VNodeChild) | undefined;
|
|
386
|
+
selection?: false | ((args_0: {
|
|
387
|
+
fileNames: string[];
|
|
388
|
+
totalBytes: number;
|
|
389
|
+
totalBytesReadable: string;
|
|
390
|
+
}) => vue.VNodeChild) | undefined;
|
|
271
391
|
} | undefined;
|
|
272
392
|
} & {
|
|
273
393
|
"v-slot:default"?: false | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
274
394
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
275
395
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
276
396
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
397
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
277
398
|
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
278
|
-
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot
|
|
279
|
-
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot
|
|
280
|
-
"v-slot:label"?: false | ((args_0: DefaultInputSlot &
|
|
399
|
+
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
400
|
+
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
401
|
+
"v-slot:label"?: false | ((args_0: DefaultInputSlot & {
|
|
402
|
+
label: string | undefined;
|
|
403
|
+
props: Record<string, any>;
|
|
404
|
+
}) => vue.VNodeChild) | undefined;
|
|
281
405
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
282
406
|
"v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
|
|
407
|
+
"v-slot:selection"?: false | ((args_0: {
|
|
408
|
+
fileNames: string[];
|
|
409
|
+
totalBytes: number;
|
|
410
|
+
totalBytesReadable: string;
|
|
411
|
+
}) => vue.VNodeChild) | undefined;
|
|
412
|
+
} & {
|
|
413
|
+
$slots?: {
|
|
414
|
+
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
415
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
416
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
417
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
418
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
419
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
420
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
421
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
422
|
+
label?: ((args_0: DefaultInputSlot & {
|
|
423
|
+
label: string | undefined;
|
|
424
|
+
props: Record<string, any>;
|
|
425
|
+
}) => vue.VNodeChild) | undefined;
|
|
426
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
427
|
+
counter?: (() => vue.VNodeChild) | undefined;
|
|
428
|
+
selection?: ((args_0: {
|
|
429
|
+
fileNames: string[];
|
|
430
|
+
totalBytes: number;
|
|
431
|
+
totalBytesReadable: string;
|
|
432
|
+
}) => vue.VNodeChild) | undefined;
|
|
433
|
+
} | undefined;
|
|
283
434
|
} & {
|
|
284
435
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
285
436
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -288,68 +439,104 @@ declare const VFileInput: {
|
|
|
288
439
|
}, HTMLInputElement & Omit<Omit<{
|
|
289
440
|
$: vue.ComponentInternalInstance;
|
|
290
441
|
$data: {};
|
|
291
|
-
$props:
|
|
292
|
-
error
|
|
293
|
-
direction
|
|
294
|
-
style
|
|
295
|
-
disabled
|
|
296
|
-
readonly
|
|
297
|
-
messages
|
|
298
|
-
density
|
|
299
|
-
focused
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
direction: "horizontal" | "vertical";
|
|
307
|
-
style: vue.StyleValue;
|
|
308
|
-
disabled: boolean;
|
|
309
|
-
readonly: boolean;
|
|
310
|
-
messages: string | string[];
|
|
311
|
-
density: Density;
|
|
312
|
-
focused: boolean;
|
|
313
|
-
errorMessages: string | string[];
|
|
314
|
-
maxErrors: string | number;
|
|
315
|
-
rules: ValidationRule[];
|
|
316
|
-
persistentHint: boolean;
|
|
317
|
-
} & {
|
|
442
|
+
$props: {
|
|
443
|
+
error?: boolean | undefined;
|
|
444
|
+
direction?: "horizontal" | "vertical" | undefined;
|
|
445
|
+
style?: vue.StyleValue | undefined;
|
|
446
|
+
disabled?: boolean | null | undefined;
|
|
447
|
+
readonly?: boolean | null | undefined;
|
|
448
|
+
messages?: string | readonly string[] | undefined;
|
|
449
|
+
density?: Density | undefined;
|
|
450
|
+
focused?: boolean | undefined;
|
|
451
|
+
centerAffix?: boolean | undefined;
|
|
452
|
+
errorMessages?: string | readonly string[] | undefined;
|
|
453
|
+
maxErrors?: string | number | undefined;
|
|
454
|
+
rules?: readonly ValidationRule[] | undefined;
|
|
455
|
+
persistentHint?: boolean | undefined;
|
|
456
|
+
key?: string | number | symbol | undefined;
|
|
318
457
|
id?: string | undefined;
|
|
319
458
|
name?: string | undefined;
|
|
320
459
|
label?: string | undefined;
|
|
321
460
|
class?: any;
|
|
322
|
-
modelValue?: any;
|
|
323
|
-
prependIcon?: IconValue | undefined;
|
|
324
|
-
appendIcon?: IconValue | undefined;
|
|
325
|
-
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
326
|
-
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
327
|
-
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
328
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
329
|
-
validationValue?: any;
|
|
330
|
-
hint?: string | undefined;
|
|
331
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
332
|
-
} & {
|
|
333
461
|
$children?: vue.VNodeChild | {
|
|
334
462
|
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
335
463
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
336
464
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
337
465
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
466
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
338
467
|
} | ((args_0: VInputSlot) => vue.VNodeChild);
|
|
468
|
+
ref?: vue.VNodeRef | undefined;
|
|
469
|
+
ref_for?: boolean | undefined;
|
|
470
|
+
ref_key?: string | undefined;
|
|
471
|
+
"v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
339
472
|
'v-slots'?: {
|
|
340
473
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
341
474
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
342
475
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
343
476
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
477
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
344
478
|
} | undefined;
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
479
|
+
$slots?: {
|
|
480
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
481
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
482
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
483
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
484
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
485
|
+
} | undefined;
|
|
486
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
487
|
+
[key: string]: any;
|
|
488
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
489
|
+
[key: string]: any;
|
|
490
|
+
}>) => void)[] | undefined;
|
|
491
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
492
|
+
[key: string]: any;
|
|
493
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
494
|
+
[key: string]: any;
|
|
495
|
+
}>) => void)[] | undefined;
|
|
496
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
497
|
+
[key: string]: any;
|
|
498
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
499
|
+
[key: string]: any;
|
|
500
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
501
|
+
[key: string]: any;
|
|
502
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
503
|
+
[key: string]: any;
|
|
504
|
+
}>) => void)[] | undefined;
|
|
505
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
506
|
+
[key: string]: any;
|
|
507
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
508
|
+
[key: string]: any;
|
|
509
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
510
|
+
[key: string]: any;
|
|
511
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
512
|
+
[key: string]: any;
|
|
513
|
+
}>) => void)[] | undefined;
|
|
514
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
515
|
+
[key: string]: any;
|
|
516
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
517
|
+
[key: string]: any;
|
|
518
|
+
}>) => void)[] | undefined;
|
|
519
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
520
|
+
[key: string]: any;
|
|
521
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
522
|
+
[key: string]: any;
|
|
523
|
+
}>) => void)[] | undefined;
|
|
348
524
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
349
|
-
"v-slot:
|
|
350
|
-
|
|
525
|
+
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
526
|
+
modelValue?: any;
|
|
351
527
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
352
|
-
|
|
528
|
+
prependIcon?: IconValue | undefined;
|
|
529
|
+
appendIcon?: IconValue | undefined;
|
|
530
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
531
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
532
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
533
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
534
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
535
|
+
validationValue?: any;
|
|
536
|
+
hint?: string | undefined;
|
|
537
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
538
|
+
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
539
|
+
};
|
|
353
540
|
$attrs: {
|
|
354
541
|
[x: string]: unknown;
|
|
355
542
|
};
|
|
@@ -357,24 +544,39 @@ declare const VFileInput: {
|
|
|
357
544
|
[x: string]: unknown;
|
|
358
545
|
};
|
|
359
546
|
$slots: Readonly<{
|
|
360
|
-
|
|
547
|
+
default?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
548
|
+
[key: string]: any;
|
|
549
|
+
}>[]) | undefined;
|
|
550
|
+
prepend?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
551
|
+
[key: string]: any;
|
|
552
|
+
}>[]) | undefined;
|
|
553
|
+
append?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
554
|
+
[key: string]: any;
|
|
555
|
+
}>[]) | undefined;
|
|
556
|
+
details?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
557
|
+
[key: string]: any;
|
|
558
|
+
}>[]) | undefined;
|
|
559
|
+
message?: ((args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
560
|
+
[key: string]: any;
|
|
561
|
+
}>[]) | undefined;
|
|
361
562
|
}>;
|
|
362
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
363
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
563
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
564
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
364
565
|
$emit: (event: "update:modelValue", val: any) => void;
|
|
365
566
|
$el: any;
|
|
366
567
|
$options: vue.ComponentOptionsBase<{
|
|
367
568
|
error: boolean;
|
|
368
569
|
direction: "horizontal" | "vertical";
|
|
369
570
|
style: vue.StyleValue;
|
|
370
|
-
disabled: boolean;
|
|
371
|
-
readonly: boolean;
|
|
372
|
-
messages: string | string[];
|
|
571
|
+
disabled: boolean | null;
|
|
572
|
+
readonly: boolean | null;
|
|
573
|
+
messages: string | readonly string[];
|
|
373
574
|
density: Density;
|
|
374
575
|
focused: boolean;
|
|
375
|
-
|
|
576
|
+
centerAffix: boolean;
|
|
577
|
+
errorMessages: string | readonly string[];
|
|
376
578
|
maxErrors: string | number;
|
|
377
|
-
rules: ValidationRule[];
|
|
579
|
+
rules: readonly ValidationRule[];
|
|
378
580
|
persistentHint: boolean;
|
|
379
581
|
} & {
|
|
380
582
|
id?: string | undefined;
|
|
@@ -387,7 +589,7 @@ declare const VFileInput: {
|
|
|
387
589
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
388
590
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
389
591
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
390
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
592
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
391
593
|
validationValue?: any;
|
|
392
594
|
hint?: string | undefined;
|
|
393
595
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -397,40 +599,68 @@ declare const VFileInput: {
|
|
|
397
599
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
398
600
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
399
601
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
602
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
400
603
|
} | ((args_0: VInputSlot) => vue.VNodeChild);
|
|
401
604
|
'v-slots'?: {
|
|
402
605
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
403
606
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
404
607
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
405
608
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
609
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
406
610
|
} | undefined;
|
|
407
611
|
} & {
|
|
408
612
|
"v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
409
613
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
410
614
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
411
615
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
616
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
617
|
+
} & {
|
|
618
|
+
$slots?: {
|
|
619
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
620
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
621
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
622
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
623
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
624
|
+
} | undefined;
|
|
412
625
|
} & {
|
|
413
626
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
414
627
|
}, {
|
|
415
628
|
reset: () => void;
|
|
416
629
|
resetValidation: () => void;
|
|
417
|
-
validate: () => Promise<string[]>;
|
|
630
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
418
631
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
419
632
|
'update:modelValue': (val: any) => true;
|
|
420
633
|
}, string, {
|
|
421
634
|
error: boolean;
|
|
422
635
|
direction: "horizontal" | "vertical";
|
|
423
636
|
style: vue.StyleValue;
|
|
424
|
-
disabled: boolean;
|
|
425
|
-
readonly: boolean;
|
|
426
|
-
messages: string | string[];
|
|
637
|
+
disabled: boolean | null;
|
|
638
|
+
readonly: boolean | null;
|
|
639
|
+
messages: string | readonly string[];
|
|
427
640
|
density: Density;
|
|
428
641
|
focused: boolean;
|
|
429
|
-
|
|
642
|
+
centerAffix: boolean;
|
|
643
|
+
errorMessages: string | readonly string[];
|
|
430
644
|
maxErrors: string | number;
|
|
431
|
-
rules: ValidationRule[];
|
|
645
|
+
rules: readonly ValidationRule[];
|
|
432
646
|
persistentHint: boolean;
|
|
433
|
-
}, {}, string
|
|
647
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
648
|
+
default: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
649
|
+
[key: string]: any;
|
|
650
|
+
}>[];
|
|
651
|
+
prepend: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
652
|
+
[key: string]: any;
|
|
653
|
+
}>[];
|
|
654
|
+
append: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
655
|
+
[key: string]: any;
|
|
656
|
+
}>[];
|
|
657
|
+
details: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
658
|
+
[key: string]: any;
|
|
659
|
+
}>[];
|
|
660
|
+
message: (args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
661
|
+
[key: string]: any;
|
|
662
|
+
}>[];
|
|
663
|
+
}>>> & {
|
|
434
664
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
435
665
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
436
666
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -445,7 +675,7 @@ declare const VFileInput: {
|
|
|
445
675
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
446
676
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
447
677
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
448
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
678
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
449
679
|
};
|
|
450
680
|
$forceUpdate: () => void;
|
|
451
681
|
$nextTick: typeof nextTick;
|
|
@@ -454,14 +684,15 @@ declare const VFileInput: {
|
|
|
454
684
|
error: boolean;
|
|
455
685
|
direction: "horizontal" | "vertical";
|
|
456
686
|
style: vue.StyleValue;
|
|
457
|
-
disabled: boolean;
|
|
458
|
-
readonly: boolean;
|
|
459
|
-
messages: string | string[];
|
|
687
|
+
disabled: boolean | null;
|
|
688
|
+
readonly: boolean | null;
|
|
689
|
+
messages: string | readonly string[];
|
|
460
690
|
density: Density;
|
|
461
691
|
focused: boolean;
|
|
462
|
-
|
|
692
|
+
centerAffix: boolean;
|
|
693
|
+
errorMessages: string | readonly string[];
|
|
463
694
|
maxErrors: string | number;
|
|
464
|
-
rules: ValidationRule[];
|
|
695
|
+
rules: readonly ValidationRule[];
|
|
465
696
|
persistentHint: boolean;
|
|
466
697
|
} & {
|
|
467
698
|
id?: string | undefined;
|
|
@@ -474,7 +705,7 @@ declare const VFileInput: {
|
|
|
474
705
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
475
706
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
476
707
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
477
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
708
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
478
709
|
validationValue?: any;
|
|
479
710
|
hint?: string | undefined;
|
|
480
711
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -484,25 +715,36 @@ declare const VFileInput: {
|
|
|
484
715
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
485
716
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
486
717
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
718
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
487
719
|
} | ((args_0: VInputSlot) => vue.VNodeChild);
|
|
488
720
|
'v-slots'?: {
|
|
489
721
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
490
722
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
491
723
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
492
724
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
725
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
493
726
|
} | undefined;
|
|
494
727
|
} & {
|
|
495
728
|
"v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
496
729
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
497
730
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
498
731
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
732
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
733
|
+
} & {
|
|
734
|
+
$slots?: {
|
|
735
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
736
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
737
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
738
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
739
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
740
|
+
} | undefined;
|
|
499
741
|
} & {
|
|
500
742
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
501
743
|
} & vue.ShallowUnwrapRef<{
|
|
502
744
|
reset: () => void;
|
|
503
745
|
resetValidation: () => void;
|
|
504
|
-
validate: () => Promise<string[]>;
|
|
505
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "
|
|
746
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
747
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "v-slot:message" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "centerAffix" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
506
748
|
'click:control': (e: MouseEvent) => true;
|
|
507
749
|
'mousedown:control': (e: MouseEvent) => true;
|
|
508
750
|
'update:focused': (focused: boolean) => true;
|
|
@@ -516,9 +758,9 @@ declare const VFileInput: {
|
|
|
516
758
|
style: vue.StyleValue;
|
|
517
759
|
disabled: boolean;
|
|
518
760
|
multiple: boolean;
|
|
519
|
-
readonly: boolean;
|
|
761
|
+
readonly: boolean | null;
|
|
520
762
|
counter: boolean;
|
|
521
|
-
messages: string | string[];
|
|
763
|
+
messages: string | readonly string[];
|
|
522
764
|
rounded: string | number | boolean;
|
|
523
765
|
density: Density;
|
|
524
766
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -526,19 +768,64 @@ declare const VFileInput: {
|
|
|
526
768
|
prependIcon: NonNullable<IconValue>;
|
|
527
769
|
clearIcon: IconValue;
|
|
528
770
|
focused: boolean;
|
|
529
|
-
errorMessages: string | string[];
|
|
530
|
-
maxErrors: string | number;
|
|
531
|
-
rules: ValidationRule[];
|
|
532
|
-
persistentHint: boolean;
|
|
533
771
|
clearable: boolean;
|
|
772
|
+
centerAffix: boolean;
|
|
534
773
|
dirty: boolean;
|
|
535
774
|
persistentClear: boolean;
|
|
536
775
|
singleLine: boolean;
|
|
776
|
+
errorMessages: string | readonly string[];
|
|
777
|
+
maxErrors: string | number;
|
|
778
|
+
rules: readonly ValidationRule[];
|
|
779
|
+
persistentHint: boolean;
|
|
537
780
|
chips: boolean;
|
|
538
781
|
counterSizeString: string;
|
|
539
782
|
counterString: string;
|
|
540
783
|
showSize: boolean | 1024 | 1000;
|
|
541
|
-
}, {}, string
|
|
784
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
785
|
+
default: (...args: [VInputSlot] & [VFieldSlot]) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
786
|
+
[key: string]: any;
|
|
787
|
+
}>[];
|
|
788
|
+
prepend: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
789
|
+
[key: string]: any;
|
|
790
|
+
}>[];
|
|
791
|
+
append: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
792
|
+
[key: string]: any;
|
|
793
|
+
}>[];
|
|
794
|
+
details: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
795
|
+
[key: string]: any;
|
|
796
|
+
}>[];
|
|
797
|
+
message: (args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
798
|
+
[key: string]: any;
|
|
799
|
+
}>[];
|
|
800
|
+
clear: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
801
|
+
[key: string]: any;
|
|
802
|
+
}>[];
|
|
803
|
+
'prepend-inner': (args_0: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
804
|
+
[key: string]: any;
|
|
805
|
+
}>[];
|
|
806
|
+
'append-inner': (args_0: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
807
|
+
[key: string]: any;
|
|
808
|
+
}>[];
|
|
809
|
+
label: (args_0: DefaultInputSlot & {
|
|
810
|
+
label: string | undefined;
|
|
811
|
+
props: Record<string, any>;
|
|
812
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
813
|
+
[key: string]: any;
|
|
814
|
+
}>[];
|
|
815
|
+
loader: (args_0: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
816
|
+
[key: string]: any;
|
|
817
|
+
}>[];
|
|
818
|
+
counter: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
819
|
+
[key: string]: any;
|
|
820
|
+
}>[];
|
|
821
|
+
selection: (args_0: {
|
|
822
|
+
fileNames: string[];
|
|
823
|
+
totalBytes: number;
|
|
824
|
+
totalBytesReadable: string;
|
|
825
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
826
|
+
[key: string]: any;
|
|
827
|
+
}>[];
|
|
828
|
+
}>>> & {
|
|
542
829
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
543
830
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
544
831
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -553,7 +840,7 @@ declare const VFileInput: {
|
|
|
553
840
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
554
841
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
555
842
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
556
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
843
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
557
844
|
};
|
|
558
845
|
$forceUpdate: () => void;
|
|
559
846
|
$nextTick: typeof nextTick;
|
|
@@ -567,23 +854,23 @@ declare const VFileInput: {
|
|
|
567
854
|
style: vue.StyleValue;
|
|
568
855
|
disabled: boolean;
|
|
569
856
|
multiple: boolean;
|
|
570
|
-
readonly: boolean;
|
|
857
|
+
readonly: boolean | null;
|
|
571
858
|
counter: boolean;
|
|
572
|
-
messages: string | string[];
|
|
859
|
+
messages: string | readonly string[];
|
|
573
860
|
density: Density;
|
|
574
861
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
575
862
|
modelValue: File[];
|
|
576
863
|
prependIcon: NonNullable<IconValue>;
|
|
577
864
|
clearIcon: IconValue;
|
|
578
865
|
focused: boolean;
|
|
579
|
-
errorMessages: string | string[];
|
|
580
|
-
maxErrors: string | number;
|
|
581
|
-
rules: ValidationRule[];
|
|
582
|
-
persistentHint: boolean;
|
|
583
866
|
clearable: boolean;
|
|
584
867
|
dirty: boolean;
|
|
585
868
|
persistentClear: boolean;
|
|
586
869
|
singleLine: boolean;
|
|
870
|
+
errorMessages: string | readonly string[];
|
|
871
|
+
maxErrors: string | number;
|
|
872
|
+
rules: readonly ValidationRule[];
|
|
873
|
+
persistentHint: boolean;
|
|
587
874
|
chips: boolean;
|
|
588
875
|
counterSizeString: string;
|
|
589
876
|
counterString: string;
|
|
@@ -607,47 +894,97 @@ declare const VFileInput: {
|
|
|
607
894
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
608
895
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
609
896
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
610
|
-
|
|
897
|
+
centerAffix?: boolean | undefined;
|
|
898
|
+
baseColor?: string | undefined;
|
|
899
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
611
900
|
validationValue?: any;
|
|
612
901
|
hint?: string | undefined;
|
|
613
902
|
hideDetails?: boolean | "auto" | undefined;
|
|
614
|
-
baseColor?: string | undefined;
|
|
615
903
|
} & {
|
|
616
904
|
$children?: vue.VNodeChild | {
|
|
617
905
|
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
618
906
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
619
907
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
620
908
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
909
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
621
910
|
clear?: (() => vue.VNodeChild) | undefined;
|
|
622
|
-
'prepend-inner'?: ((args_0: DefaultInputSlot
|
|
623
|
-
'append-inner'?: ((args_0: DefaultInputSlot
|
|
624
|
-
label?: ((args_0: DefaultInputSlot &
|
|
911
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
912
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
913
|
+
label?: ((args_0: DefaultInputSlot & {
|
|
914
|
+
label: string | undefined;
|
|
915
|
+
props: Record<string, any>;
|
|
916
|
+
}) => vue.VNodeChild) | undefined;
|
|
625
917
|
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
626
918
|
counter?: (() => vue.VNodeChild) | undefined;
|
|
919
|
+
selection?: ((args_0: {
|
|
920
|
+
fileNames: string[];
|
|
921
|
+
totalBytes: number;
|
|
922
|
+
totalBytesReadable: string;
|
|
923
|
+
}) => vue.VNodeChild) | undefined;
|
|
627
924
|
} | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild);
|
|
628
925
|
'v-slots'?: {
|
|
629
926
|
default?: false | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
630
927
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
631
928
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
632
929
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
930
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
633
931
|
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
634
|
-
'prepend-inner'?: false | ((args_0: DefaultInputSlot
|
|
635
|
-
'append-inner'?: false | ((args_0: DefaultInputSlot
|
|
636
|
-
label?: false | ((args_0: DefaultInputSlot &
|
|
932
|
+
'prepend-inner'?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
933
|
+
'append-inner'?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
934
|
+
label?: false | ((args_0: DefaultInputSlot & {
|
|
935
|
+
label: string | undefined;
|
|
936
|
+
props: Record<string, any>;
|
|
937
|
+
}) => vue.VNodeChild) | undefined;
|
|
637
938
|
loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
638
939
|
counter?: false | (() => vue.VNodeChild) | undefined;
|
|
940
|
+
selection?: false | ((args_0: {
|
|
941
|
+
fileNames: string[];
|
|
942
|
+
totalBytes: number;
|
|
943
|
+
totalBytesReadable: string;
|
|
944
|
+
}) => vue.VNodeChild) | undefined;
|
|
639
945
|
} | undefined;
|
|
640
946
|
} & {
|
|
641
947
|
"v-slot:default"?: false | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
642
948
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
643
949
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
644
950
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
951
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
645
952
|
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
646
|
-
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot
|
|
647
|
-
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot
|
|
648
|
-
"v-slot:label"?: false | ((args_0: DefaultInputSlot &
|
|
953
|
+
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
954
|
+
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
955
|
+
"v-slot:label"?: false | ((args_0: DefaultInputSlot & {
|
|
956
|
+
label: string | undefined;
|
|
957
|
+
props: Record<string, any>;
|
|
958
|
+
}) => vue.VNodeChild) | undefined;
|
|
649
959
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
650
960
|
"v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
|
|
961
|
+
"v-slot:selection"?: false | ((args_0: {
|
|
962
|
+
fileNames: string[];
|
|
963
|
+
totalBytes: number;
|
|
964
|
+
totalBytesReadable: string;
|
|
965
|
+
}) => vue.VNodeChild) | undefined;
|
|
966
|
+
} & {
|
|
967
|
+
$slots?: {
|
|
968
|
+
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
969
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
970
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
971
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
972
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
973
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
974
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
975
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
976
|
+
label?: ((args_0: DefaultInputSlot & {
|
|
977
|
+
label: string | undefined;
|
|
978
|
+
props: Record<string, any>;
|
|
979
|
+
}) => vue.VNodeChild) | undefined;
|
|
980
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
981
|
+
counter?: (() => vue.VNodeChild) | undefined;
|
|
982
|
+
selection?: ((args_0: {
|
|
983
|
+
fileNames: string[];
|
|
984
|
+
totalBytes: number;
|
|
985
|
+
totalBytesReadable: string;
|
|
986
|
+
}) => vue.VNodeChild) | undefined;
|
|
987
|
+
} | undefined;
|
|
651
988
|
} & {
|
|
652
989
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
653
990
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -656,68 +993,104 @@ declare const VFileInput: {
|
|
|
656
993
|
} & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
657
994
|
$: vue.ComponentInternalInstance;
|
|
658
995
|
$data: {};
|
|
659
|
-
$props:
|
|
660
|
-
error
|
|
661
|
-
direction
|
|
662
|
-
style
|
|
663
|
-
disabled
|
|
664
|
-
readonly
|
|
665
|
-
messages
|
|
666
|
-
density
|
|
667
|
-
focused
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
direction: "horizontal" | "vertical";
|
|
675
|
-
style: vue.StyleValue;
|
|
676
|
-
disabled: boolean;
|
|
677
|
-
readonly: boolean;
|
|
678
|
-
messages: string | string[];
|
|
679
|
-
density: Density;
|
|
680
|
-
focused: boolean;
|
|
681
|
-
errorMessages: string | string[];
|
|
682
|
-
maxErrors: string | number;
|
|
683
|
-
rules: ValidationRule[];
|
|
684
|
-
persistentHint: boolean;
|
|
685
|
-
} & {
|
|
996
|
+
$props: {
|
|
997
|
+
error?: boolean | undefined;
|
|
998
|
+
direction?: "horizontal" | "vertical" | undefined;
|
|
999
|
+
style?: vue.StyleValue | undefined;
|
|
1000
|
+
disabled?: boolean | null | undefined;
|
|
1001
|
+
readonly?: boolean | null | undefined;
|
|
1002
|
+
messages?: string | readonly string[] | undefined;
|
|
1003
|
+
density?: Density | undefined;
|
|
1004
|
+
focused?: boolean | undefined;
|
|
1005
|
+
centerAffix?: boolean | undefined;
|
|
1006
|
+
errorMessages?: string | readonly string[] | undefined;
|
|
1007
|
+
maxErrors?: string | number | undefined;
|
|
1008
|
+
rules?: readonly ValidationRule[] | undefined;
|
|
1009
|
+
persistentHint?: boolean | undefined;
|
|
1010
|
+
key?: string | number | symbol | undefined;
|
|
686
1011
|
id?: string | undefined;
|
|
687
1012
|
name?: string | undefined;
|
|
688
1013
|
label?: string | undefined;
|
|
689
1014
|
class?: any;
|
|
690
|
-
modelValue?: any;
|
|
691
|
-
prependIcon?: IconValue | undefined;
|
|
692
|
-
appendIcon?: IconValue | undefined;
|
|
693
|
-
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
694
|
-
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
695
|
-
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
696
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
697
|
-
validationValue?: any;
|
|
698
|
-
hint?: string | undefined;
|
|
699
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
700
|
-
} & {
|
|
701
1015
|
$children?: vue.VNodeChild | {
|
|
702
1016
|
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
703
1017
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
704
1018
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
705
1019
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1020
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
706
1021
|
} | ((args_0: VInputSlot) => vue.VNodeChild);
|
|
1022
|
+
ref?: vue.VNodeRef | undefined;
|
|
1023
|
+
ref_for?: boolean | undefined;
|
|
1024
|
+
ref_key?: string | undefined;
|
|
1025
|
+
"v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
707
1026
|
'v-slots'?: {
|
|
708
1027
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
709
1028
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
710
1029
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
711
1030
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1031
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
712
1032
|
} | undefined;
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
1033
|
+
$slots?: {
|
|
1034
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1035
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1036
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1037
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1038
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1039
|
+
} | undefined;
|
|
1040
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1041
|
+
[key: string]: any;
|
|
1042
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1043
|
+
[key: string]: any;
|
|
1044
|
+
}>) => void)[] | undefined;
|
|
1045
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1046
|
+
[key: string]: any;
|
|
1047
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1048
|
+
[key: string]: any;
|
|
1049
|
+
}>) => void)[] | undefined;
|
|
1050
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1051
|
+
[key: string]: any;
|
|
1052
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1053
|
+
[key: string]: any;
|
|
1054
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1055
|
+
[key: string]: any;
|
|
1056
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1057
|
+
[key: string]: any;
|
|
1058
|
+
}>) => void)[] | undefined;
|
|
1059
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1060
|
+
[key: string]: any;
|
|
1061
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1062
|
+
[key: string]: any;
|
|
1063
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1064
|
+
[key: string]: any;
|
|
1065
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1066
|
+
[key: string]: any;
|
|
1067
|
+
}>) => void)[] | undefined;
|
|
1068
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1069
|
+
[key: string]: any;
|
|
1070
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1071
|
+
[key: string]: any;
|
|
1072
|
+
}>) => void)[] | undefined;
|
|
1073
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1074
|
+
[key: string]: any;
|
|
1075
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1076
|
+
[key: string]: any;
|
|
1077
|
+
}>) => void)[] | undefined;
|
|
716
1078
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
717
|
-
"v-slot:
|
|
718
|
-
|
|
1079
|
+
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1080
|
+
modelValue?: any;
|
|
719
1081
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
720
|
-
|
|
1082
|
+
prependIcon?: IconValue | undefined;
|
|
1083
|
+
appendIcon?: IconValue | undefined;
|
|
1084
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1085
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1086
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1087
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1088
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1089
|
+
validationValue?: any;
|
|
1090
|
+
hint?: string | undefined;
|
|
1091
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1092
|
+
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1093
|
+
};
|
|
721
1094
|
$attrs: {
|
|
722
1095
|
[x: string]: unknown;
|
|
723
1096
|
};
|
|
@@ -725,24 +1098,39 @@ declare const VFileInput: {
|
|
|
725
1098
|
[x: string]: unknown;
|
|
726
1099
|
};
|
|
727
1100
|
$slots: Readonly<{
|
|
728
|
-
|
|
1101
|
+
default?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1102
|
+
[key: string]: any;
|
|
1103
|
+
}>[]) | undefined;
|
|
1104
|
+
prepend?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1105
|
+
[key: string]: any;
|
|
1106
|
+
}>[]) | undefined;
|
|
1107
|
+
append?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1108
|
+
[key: string]: any;
|
|
1109
|
+
}>[]) | undefined;
|
|
1110
|
+
details?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1111
|
+
[key: string]: any;
|
|
1112
|
+
}>[]) | undefined;
|
|
1113
|
+
message?: ((args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1114
|
+
[key: string]: any;
|
|
1115
|
+
}>[]) | undefined;
|
|
729
1116
|
}>;
|
|
730
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
731
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
1117
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1118
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
732
1119
|
$emit: (event: "update:modelValue", val: any) => void;
|
|
733
1120
|
$el: any;
|
|
734
1121
|
$options: vue.ComponentOptionsBase<{
|
|
735
1122
|
error: boolean;
|
|
736
1123
|
direction: "horizontal" | "vertical";
|
|
737
1124
|
style: vue.StyleValue;
|
|
738
|
-
disabled: boolean;
|
|
739
|
-
readonly: boolean;
|
|
740
|
-
messages: string | string[];
|
|
1125
|
+
disabled: boolean | null;
|
|
1126
|
+
readonly: boolean | null;
|
|
1127
|
+
messages: string | readonly string[];
|
|
741
1128
|
density: Density;
|
|
742
1129
|
focused: boolean;
|
|
743
|
-
|
|
1130
|
+
centerAffix: boolean;
|
|
1131
|
+
errorMessages: string | readonly string[];
|
|
744
1132
|
maxErrors: string | number;
|
|
745
|
-
rules: ValidationRule[];
|
|
1133
|
+
rules: readonly ValidationRule[];
|
|
746
1134
|
persistentHint: boolean;
|
|
747
1135
|
} & {
|
|
748
1136
|
id?: string | undefined;
|
|
@@ -755,7 +1143,7 @@ declare const VFileInput: {
|
|
|
755
1143
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
756
1144
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
757
1145
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
758
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1146
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
759
1147
|
validationValue?: any;
|
|
760
1148
|
hint?: string | undefined;
|
|
761
1149
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -765,40 +1153,68 @@ declare const VFileInput: {
|
|
|
765
1153
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
766
1154
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
767
1155
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1156
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
768
1157
|
} | ((args_0: VInputSlot) => vue.VNodeChild);
|
|
769
1158
|
'v-slots'?: {
|
|
770
1159
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
771
1160
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
772
1161
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
773
1162
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1163
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
774
1164
|
} | undefined;
|
|
775
1165
|
} & {
|
|
776
1166
|
"v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
777
1167
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
778
1168
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
779
1169
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1170
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1171
|
+
} & {
|
|
1172
|
+
$slots?: {
|
|
1173
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1174
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1175
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1176
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1177
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1178
|
+
} | undefined;
|
|
780
1179
|
} & {
|
|
781
1180
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
782
1181
|
}, {
|
|
783
1182
|
reset: () => void;
|
|
784
1183
|
resetValidation: () => void;
|
|
785
|
-
validate: () => Promise<string[]>;
|
|
1184
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
786
1185
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
787
1186
|
'update:modelValue': (val: any) => true;
|
|
788
1187
|
}, string, {
|
|
789
1188
|
error: boolean;
|
|
790
1189
|
direction: "horizontal" | "vertical";
|
|
791
1190
|
style: vue.StyleValue;
|
|
792
|
-
disabled: boolean;
|
|
793
|
-
readonly: boolean;
|
|
794
|
-
messages: string | string[];
|
|
1191
|
+
disabled: boolean | null;
|
|
1192
|
+
readonly: boolean | null;
|
|
1193
|
+
messages: string | readonly string[];
|
|
795
1194
|
density: Density;
|
|
796
1195
|
focused: boolean;
|
|
797
|
-
|
|
1196
|
+
centerAffix: boolean;
|
|
1197
|
+
errorMessages: string | readonly string[];
|
|
798
1198
|
maxErrors: string | number;
|
|
799
|
-
rules: ValidationRule[];
|
|
1199
|
+
rules: readonly ValidationRule[];
|
|
800
1200
|
persistentHint: boolean;
|
|
801
|
-
}, {}, string
|
|
1201
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
1202
|
+
default: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1203
|
+
[key: string]: any;
|
|
1204
|
+
}>[];
|
|
1205
|
+
prepend: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1206
|
+
[key: string]: any;
|
|
1207
|
+
}>[];
|
|
1208
|
+
append: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1209
|
+
[key: string]: any;
|
|
1210
|
+
}>[];
|
|
1211
|
+
details: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1212
|
+
[key: string]: any;
|
|
1213
|
+
}>[];
|
|
1214
|
+
message: (args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1215
|
+
[key: string]: any;
|
|
1216
|
+
}>[];
|
|
1217
|
+
}>>> & {
|
|
802
1218
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
803
1219
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
804
1220
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -813,7 +1229,7 @@ declare const VFileInput: {
|
|
|
813
1229
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
814
1230
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
815
1231
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
816
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
1232
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
817
1233
|
};
|
|
818
1234
|
$forceUpdate: () => void;
|
|
819
1235
|
$nextTick: typeof nextTick;
|
|
@@ -822,14 +1238,15 @@ declare const VFileInput: {
|
|
|
822
1238
|
error: boolean;
|
|
823
1239
|
direction: "horizontal" | "vertical";
|
|
824
1240
|
style: vue.StyleValue;
|
|
825
|
-
disabled: boolean;
|
|
826
|
-
readonly: boolean;
|
|
827
|
-
messages: string | string[];
|
|
1241
|
+
disabled: boolean | null;
|
|
1242
|
+
readonly: boolean | null;
|
|
1243
|
+
messages: string | readonly string[];
|
|
828
1244
|
density: Density;
|
|
829
1245
|
focused: boolean;
|
|
830
|
-
|
|
1246
|
+
centerAffix: boolean;
|
|
1247
|
+
errorMessages: string | readonly string[];
|
|
831
1248
|
maxErrors: string | number;
|
|
832
|
-
rules: ValidationRule[];
|
|
1249
|
+
rules: readonly ValidationRule[];
|
|
833
1250
|
persistentHint: boolean;
|
|
834
1251
|
} & {
|
|
835
1252
|
id?: string | undefined;
|
|
@@ -842,7 +1259,7 @@ declare const VFileInput: {
|
|
|
842
1259
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
843
1260
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
844
1261
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
845
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1262
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
846
1263
|
validationValue?: any;
|
|
847
1264
|
hint?: string | undefined;
|
|
848
1265
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -852,25 +1269,36 @@ declare const VFileInput: {
|
|
|
852
1269
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
853
1270
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
854
1271
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1272
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
855
1273
|
} | ((args_0: VInputSlot) => vue.VNodeChild);
|
|
856
1274
|
'v-slots'?: {
|
|
857
1275
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
858
1276
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
859
1277
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
860
1278
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1279
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
861
1280
|
} | undefined;
|
|
862
1281
|
} & {
|
|
863
1282
|
"v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
864
1283
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
865
1284
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
866
1285
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1286
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1287
|
+
} & {
|
|
1288
|
+
$slots?: {
|
|
1289
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1290
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1291
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1292
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1293
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1294
|
+
} | undefined;
|
|
867
1295
|
} & {
|
|
868
1296
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
869
1297
|
} & vue.ShallowUnwrapRef<{
|
|
870
1298
|
reset: () => void;
|
|
871
1299
|
resetValidation: () => void;
|
|
872
|
-
validate: () => Promise<string[]>;
|
|
873
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "
|
|
1300
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
1301
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "v-slot:message" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "centerAffix" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
874
1302
|
__isFragment?: undefined;
|
|
875
1303
|
__isTeleport?: undefined;
|
|
876
1304
|
__isSuspense?: undefined;
|
|
@@ -883,23 +1311,23 @@ declare const VFileInput: {
|
|
|
883
1311
|
style: vue.StyleValue;
|
|
884
1312
|
disabled: boolean;
|
|
885
1313
|
multiple: boolean;
|
|
886
|
-
readonly: boolean;
|
|
1314
|
+
readonly: boolean | null;
|
|
887
1315
|
counter: boolean;
|
|
888
|
-
messages: string | string[];
|
|
1316
|
+
messages: string | readonly string[];
|
|
889
1317
|
density: Density;
|
|
890
1318
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
891
1319
|
modelValue: File[];
|
|
892
1320
|
prependIcon: NonNullable<IconValue>;
|
|
893
1321
|
clearIcon: IconValue;
|
|
894
1322
|
focused: boolean;
|
|
895
|
-
errorMessages: string | string[];
|
|
896
|
-
maxErrors: string | number;
|
|
897
|
-
rules: ValidationRule[];
|
|
898
|
-
persistentHint: boolean;
|
|
899
1323
|
clearable: boolean;
|
|
900
1324
|
dirty: boolean;
|
|
901
1325
|
persistentClear: boolean;
|
|
902
1326
|
singleLine: boolean;
|
|
1327
|
+
errorMessages: string | readonly string[];
|
|
1328
|
+
maxErrors: string | number;
|
|
1329
|
+
rules: readonly ValidationRule[];
|
|
1330
|
+
persistentHint: boolean;
|
|
903
1331
|
chips: boolean;
|
|
904
1332
|
counterSizeString: string;
|
|
905
1333
|
counterString: string;
|
|
@@ -923,47 +1351,97 @@ declare const VFileInput: {
|
|
|
923
1351
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
924
1352
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
925
1353
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
926
|
-
|
|
1354
|
+
centerAffix?: boolean | undefined;
|
|
1355
|
+
baseColor?: string | undefined;
|
|
1356
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
927
1357
|
validationValue?: any;
|
|
928
1358
|
hint?: string | undefined;
|
|
929
1359
|
hideDetails?: boolean | "auto" | undefined;
|
|
930
|
-
baseColor?: string | undefined;
|
|
931
1360
|
} & {
|
|
932
1361
|
$children?: vue.VNodeChild | {
|
|
933
1362
|
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
934
1363
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
935
1364
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
936
1365
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1366
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
937
1367
|
clear?: (() => vue.VNodeChild) | undefined;
|
|
938
|
-
'prepend-inner'?: ((args_0: DefaultInputSlot
|
|
939
|
-
'append-inner'?: ((args_0: DefaultInputSlot
|
|
940
|
-
label?: ((args_0: DefaultInputSlot &
|
|
1368
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1369
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1370
|
+
label?: ((args_0: DefaultInputSlot & {
|
|
1371
|
+
label: string | undefined;
|
|
1372
|
+
props: Record<string, any>;
|
|
1373
|
+
}) => vue.VNodeChild) | undefined;
|
|
941
1374
|
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
942
1375
|
counter?: (() => vue.VNodeChild) | undefined;
|
|
1376
|
+
selection?: ((args_0: {
|
|
1377
|
+
fileNames: string[];
|
|
1378
|
+
totalBytes: number;
|
|
1379
|
+
totalBytesReadable: string;
|
|
1380
|
+
}) => vue.VNodeChild) | undefined;
|
|
943
1381
|
} | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild);
|
|
944
1382
|
'v-slots'?: {
|
|
945
1383
|
default?: false | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
946
1384
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
947
1385
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
948
1386
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1387
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
949
1388
|
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
950
|
-
'prepend-inner'?: false | ((args_0: DefaultInputSlot
|
|
951
|
-
'append-inner'?: false | ((args_0: DefaultInputSlot
|
|
952
|
-
label?: false | ((args_0: DefaultInputSlot &
|
|
1389
|
+
'prepend-inner'?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1390
|
+
'append-inner'?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1391
|
+
label?: false | ((args_0: DefaultInputSlot & {
|
|
1392
|
+
label: string | undefined;
|
|
1393
|
+
props: Record<string, any>;
|
|
1394
|
+
}) => vue.VNodeChild) | undefined;
|
|
953
1395
|
loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
954
1396
|
counter?: false | (() => vue.VNodeChild) | undefined;
|
|
1397
|
+
selection?: false | ((args_0: {
|
|
1398
|
+
fileNames: string[];
|
|
1399
|
+
totalBytes: number;
|
|
1400
|
+
totalBytesReadable: string;
|
|
1401
|
+
}) => vue.VNodeChild) | undefined;
|
|
955
1402
|
} | undefined;
|
|
956
1403
|
} & {
|
|
957
1404
|
"v-slot:default"?: false | ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
958
1405
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
959
1406
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
960
1407
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1408
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
961
1409
|
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
962
|
-
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot
|
|
963
|
-
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot
|
|
964
|
-
"v-slot:label"?: false | ((args_0: DefaultInputSlot &
|
|
1410
|
+
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1411
|
+
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1412
|
+
"v-slot:label"?: false | ((args_0: DefaultInputSlot & {
|
|
1413
|
+
label: string | undefined;
|
|
1414
|
+
props: Record<string, any>;
|
|
1415
|
+
}) => vue.VNodeChild) | undefined;
|
|
965
1416
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
966
1417
|
"v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
|
|
1418
|
+
"v-slot:selection"?: false | ((args_0: {
|
|
1419
|
+
fileNames: string[];
|
|
1420
|
+
totalBytes: number;
|
|
1421
|
+
totalBytesReadable: string;
|
|
1422
|
+
}) => vue.VNodeChild) | undefined;
|
|
1423
|
+
} & {
|
|
1424
|
+
$slots?: {
|
|
1425
|
+
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
|
1426
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1427
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1428
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1429
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1430
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
1431
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1432
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1433
|
+
label?: ((args_0: DefaultInputSlot & {
|
|
1434
|
+
label: string | undefined;
|
|
1435
|
+
props: Record<string, any>;
|
|
1436
|
+
}) => vue.VNodeChild) | undefined;
|
|
1437
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
1438
|
+
counter?: (() => vue.VNodeChild) | undefined;
|
|
1439
|
+
selection?: ((args_0: {
|
|
1440
|
+
fileNames: string[];
|
|
1441
|
+
totalBytes: number;
|
|
1442
|
+
totalBytesReadable: string;
|
|
1443
|
+
}) => vue.VNodeChild) | undefined;
|
|
1444
|
+
} | undefined;
|
|
967
1445
|
} & {
|
|
968
1446
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
969
1447
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -972,68 +1450,104 @@ declare const VFileInput: {
|
|
|
972
1450
|
}, HTMLInputElement & Omit<Omit<{
|
|
973
1451
|
$: vue.ComponentInternalInstance;
|
|
974
1452
|
$data: {};
|
|
975
|
-
$props:
|
|
976
|
-
error
|
|
977
|
-
direction
|
|
978
|
-
style
|
|
979
|
-
disabled
|
|
980
|
-
readonly
|
|
981
|
-
messages
|
|
982
|
-
density
|
|
983
|
-
focused
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
direction: "horizontal" | "vertical";
|
|
991
|
-
style: vue.StyleValue;
|
|
992
|
-
disabled: boolean;
|
|
993
|
-
readonly: boolean;
|
|
994
|
-
messages: string | string[];
|
|
995
|
-
density: Density;
|
|
996
|
-
focused: boolean;
|
|
997
|
-
errorMessages: string | string[];
|
|
998
|
-
maxErrors: string | number;
|
|
999
|
-
rules: ValidationRule[];
|
|
1000
|
-
persistentHint: boolean;
|
|
1001
|
-
} & {
|
|
1453
|
+
$props: {
|
|
1454
|
+
error?: boolean | undefined;
|
|
1455
|
+
direction?: "horizontal" | "vertical" | undefined;
|
|
1456
|
+
style?: vue.StyleValue | undefined;
|
|
1457
|
+
disabled?: boolean | null | undefined;
|
|
1458
|
+
readonly?: boolean | null | undefined;
|
|
1459
|
+
messages?: string | readonly string[] | undefined;
|
|
1460
|
+
density?: Density | undefined;
|
|
1461
|
+
focused?: boolean | undefined;
|
|
1462
|
+
centerAffix?: boolean | undefined;
|
|
1463
|
+
errorMessages?: string | readonly string[] | undefined;
|
|
1464
|
+
maxErrors?: string | number | undefined;
|
|
1465
|
+
rules?: readonly ValidationRule[] | undefined;
|
|
1466
|
+
persistentHint?: boolean | undefined;
|
|
1467
|
+
key?: string | number | symbol | undefined;
|
|
1002
1468
|
id?: string | undefined;
|
|
1003
1469
|
name?: string | undefined;
|
|
1004
1470
|
label?: string | undefined;
|
|
1005
1471
|
class?: any;
|
|
1006
|
-
modelValue?: any;
|
|
1007
|
-
prependIcon?: IconValue | undefined;
|
|
1008
|
-
appendIcon?: IconValue | undefined;
|
|
1009
|
-
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1010
|
-
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1011
|
-
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1012
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1013
|
-
validationValue?: any;
|
|
1014
|
-
hint?: string | undefined;
|
|
1015
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
1016
|
-
} & {
|
|
1017
1472
|
$children?: vue.VNodeChild | {
|
|
1018
1473
|
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1019
1474
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1020
1475
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1021
1476
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1477
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1022
1478
|
} | ((args_0: VInputSlot) => vue.VNodeChild);
|
|
1479
|
+
ref?: vue.VNodeRef | undefined;
|
|
1480
|
+
ref_for?: boolean | undefined;
|
|
1481
|
+
ref_key?: string | undefined;
|
|
1482
|
+
"v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1023
1483
|
'v-slots'?: {
|
|
1024
1484
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1025
1485
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1026
1486
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1027
1487
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1488
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1028
1489
|
} | undefined;
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1490
|
+
$slots?: {
|
|
1491
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1492
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1493
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1494
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1495
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1496
|
+
} | undefined;
|
|
1497
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1498
|
+
[key: string]: any;
|
|
1499
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1500
|
+
[key: string]: any;
|
|
1501
|
+
}>) => void)[] | undefined;
|
|
1502
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1503
|
+
[key: string]: any;
|
|
1504
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1505
|
+
[key: string]: any;
|
|
1506
|
+
}>) => void)[] | undefined;
|
|
1507
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1508
|
+
[key: string]: any;
|
|
1509
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1510
|
+
[key: string]: any;
|
|
1511
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1512
|
+
[key: string]: any;
|
|
1513
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1514
|
+
[key: string]: any;
|
|
1515
|
+
}>) => void)[] | undefined;
|
|
1516
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1517
|
+
[key: string]: any;
|
|
1518
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1519
|
+
[key: string]: any;
|
|
1520
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1521
|
+
[key: string]: any;
|
|
1522
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1523
|
+
[key: string]: any;
|
|
1524
|
+
}>) => void)[] | undefined;
|
|
1525
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1526
|
+
[key: string]: any;
|
|
1527
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1528
|
+
[key: string]: any;
|
|
1529
|
+
}>) => void)[] | undefined;
|
|
1530
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1531
|
+
[key: string]: any;
|
|
1532
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1533
|
+
[key: string]: any;
|
|
1534
|
+
}>) => void)[] | undefined;
|
|
1032
1535
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1033
|
-
"v-slot:
|
|
1034
|
-
|
|
1536
|
+
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1537
|
+
modelValue?: any;
|
|
1035
1538
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1036
|
-
|
|
1539
|
+
prependIcon?: IconValue | undefined;
|
|
1540
|
+
appendIcon?: IconValue | undefined;
|
|
1541
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1542
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1543
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1544
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1545
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1546
|
+
validationValue?: any;
|
|
1547
|
+
hint?: string | undefined;
|
|
1548
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1549
|
+
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1550
|
+
};
|
|
1037
1551
|
$attrs: {
|
|
1038
1552
|
[x: string]: unknown;
|
|
1039
1553
|
};
|
|
@@ -1041,24 +1555,39 @@ declare const VFileInput: {
|
|
|
1041
1555
|
[x: string]: unknown;
|
|
1042
1556
|
};
|
|
1043
1557
|
$slots: Readonly<{
|
|
1044
|
-
|
|
1558
|
+
default?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1559
|
+
[key: string]: any;
|
|
1560
|
+
}>[]) | undefined;
|
|
1561
|
+
prepend?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1562
|
+
[key: string]: any;
|
|
1563
|
+
}>[]) | undefined;
|
|
1564
|
+
append?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1565
|
+
[key: string]: any;
|
|
1566
|
+
}>[]) | undefined;
|
|
1567
|
+
details?: ((args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1568
|
+
[key: string]: any;
|
|
1569
|
+
}>[]) | undefined;
|
|
1570
|
+
message?: ((args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1571
|
+
[key: string]: any;
|
|
1572
|
+
}>[]) | undefined;
|
|
1045
1573
|
}>;
|
|
1046
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
1047
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
1574
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1575
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1048
1576
|
$emit: (event: "update:modelValue", val: any) => void;
|
|
1049
1577
|
$el: any;
|
|
1050
1578
|
$options: vue.ComponentOptionsBase<{
|
|
1051
1579
|
error: boolean;
|
|
1052
1580
|
direction: "horizontal" | "vertical";
|
|
1053
1581
|
style: vue.StyleValue;
|
|
1054
|
-
disabled: boolean;
|
|
1055
|
-
readonly: boolean;
|
|
1056
|
-
messages: string | string[];
|
|
1582
|
+
disabled: boolean | null;
|
|
1583
|
+
readonly: boolean | null;
|
|
1584
|
+
messages: string | readonly string[];
|
|
1057
1585
|
density: Density;
|
|
1058
1586
|
focused: boolean;
|
|
1059
|
-
|
|
1587
|
+
centerAffix: boolean;
|
|
1588
|
+
errorMessages: string | readonly string[];
|
|
1060
1589
|
maxErrors: string | number;
|
|
1061
|
-
rules: ValidationRule[];
|
|
1590
|
+
rules: readonly ValidationRule[];
|
|
1062
1591
|
persistentHint: boolean;
|
|
1063
1592
|
} & {
|
|
1064
1593
|
id?: string | undefined;
|
|
@@ -1071,7 +1600,7 @@ declare const VFileInput: {
|
|
|
1071
1600
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1072
1601
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1073
1602
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1074
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1603
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1075
1604
|
validationValue?: any;
|
|
1076
1605
|
hint?: string | undefined;
|
|
1077
1606
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -1081,40 +1610,68 @@ declare const VFileInput: {
|
|
|
1081
1610
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1082
1611
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1083
1612
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1613
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1084
1614
|
} | ((args_0: VInputSlot) => vue.VNodeChild);
|
|
1085
1615
|
'v-slots'?: {
|
|
1086
1616
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1087
1617
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1088
1618
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1089
1619
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1620
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1090
1621
|
} | undefined;
|
|
1091
1622
|
} & {
|
|
1092
1623
|
"v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1093
1624
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1094
1625
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1095
1626
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1627
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1628
|
+
} & {
|
|
1629
|
+
$slots?: {
|
|
1630
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1631
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1632
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1633
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1634
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1635
|
+
} | undefined;
|
|
1096
1636
|
} & {
|
|
1097
1637
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1098
1638
|
}, {
|
|
1099
1639
|
reset: () => void;
|
|
1100
1640
|
resetValidation: () => void;
|
|
1101
|
-
validate: () => Promise<string[]>;
|
|
1641
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
1102
1642
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1103
1643
|
'update:modelValue': (val: any) => true;
|
|
1104
1644
|
}, string, {
|
|
1105
1645
|
error: boolean;
|
|
1106
1646
|
direction: "horizontal" | "vertical";
|
|
1107
1647
|
style: vue.StyleValue;
|
|
1108
|
-
disabled: boolean;
|
|
1109
|
-
readonly: boolean;
|
|
1110
|
-
messages: string | string[];
|
|
1648
|
+
disabled: boolean | null;
|
|
1649
|
+
readonly: boolean | null;
|
|
1650
|
+
messages: string | readonly string[];
|
|
1111
1651
|
density: Density;
|
|
1112
1652
|
focused: boolean;
|
|
1113
|
-
|
|
1653
|
+
centerAffix: boolean;
|
|
1654
|
+
errorMessages: string | readonly string[];
|
|
1114
1655
|
maxErrors: string | number;
|
|
1115
|
-
rules: ValidationRule[];
|
|
1656
|
+
rules: readonly ValidationRule[];
|
|
1116
1657
|
persistentHint: boolean;
|
|
1117
|
-
}, {}, string
|
|
1658
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
1659
|
+
default: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1660
|
+
[key: string]: any;
|
|
1661
|
+
}>[];
|
|
1662
|
+
prepend: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1663
|
+
[key: string]: any;
|
|
1664
|
+
}>[];
|
|
1665
|
+
append: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1666
|
+
[key: string]: any;
|
|
1667
|
+
}>[];
|
|
1668
|
+
details: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1669
|
+
[key: string]: any;
|
|
1670
|
+
}>[];
|
|
1671
|
+
message: (args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1672
|
+
[key: string]: any;
|
|
1673
|
+
}>[];
|
|
1674
|
+
}>>> & {
|
|
1118
1675
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1119
1676
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
1120
1677
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1129,7 +1686,7 @@ declare const VFileInput: {
|
|
|
1129
1686
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1130
1687
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
1131
1688
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
1132
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
1689
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
1133
1690
|
};
|
|
1134
1691
|
$forceUpdate: () => void;
|
|
1135
1692
|
$nextTick: typeof nextTick;
|
|
@@ -1138,14 +1695,15 @@ declare const VFileInput: {
|
|
|
1138
1695
|
error: boolean;
|
|
1139
1696
|
direction: "horizontal" | "vertical";
|
|
1140
1697
|
style: vue.StyleValue;
|
|
1141
|
-
disabled: boolean;
|
|
1142
|
-
readonly: boolean;
|
|
1143
|
-
messages: string | string[];
|
|
1698
|
+
disabled: boolean | null;
|
|
1699
|
+
readonly: boolean | null;
|
|
1700
|
+
messages: string | readonly string[];
|
|
1144
1701
|
density: Density;
|
|
1145
1702
|
focused: boolean;
|
|
1146
|
-
|
|
1703
|
+
centerAffix: boolean;
|
|
1704
|
+
errorMessages: string | readonly string[];
|
|
1147
1705
|
maxErrors: string | number;
|
|
1148
|
-
rules: ValidationRule[];
|
|
1706
|
+
rules: readonly ValidationRule[];
|
|
1149
1707
|
persistentHint: boolean;
|
|
1150
1708
|
} & {
|
|
1151
1709
|
id?: string | undefined;
|
|
@@ -1158,7 +1716,7 @@ declare const VFileInput: {
|
|
|
1158
1716
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1159
1717
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1160
1718
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1161
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1719
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1162
1720
|
validationValue?: any;
|
|
1163
1721
|
hint?: string | undefined;
|
|
1164
1722
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -1168,25 +1726,36 @@ declare const VFileInput: {
|
|
|
1168
1726
|
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1169
1727
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1170
1728
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1729
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1171
1730
|
} | ((args_0: VInputSlot) => vue.VNodeChild);
|
|
1172
1731
|
'v-slots'?: {
|
|
1173
1732
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1174
1733
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1175
1734
|
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1176
1735
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1736
|
+
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1177
1737
|
} | undefined;
|
|
1178
1738
|
} & {
|
|
1179
1739
|
"v-slot:default"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1180
1740
|
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1181
1741
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1182
1742
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1743
|
+
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1744
|
+
} & {
|
|
1745
|
+
$slots?: {
|
|
1746
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1747
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1748
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1749
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1750
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1751
|
+
} | undefined;
|
|
1183
1752
|
} & {
|
|
1184
1753
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1185
1754
|
} & vue.ShallowUnwrapRef<{
|
|
1186
1755
|
reset: () => void;
|
|
1187
1756
|
resetValidation: () => void;
|
|
1188
|
-
validate: () => Promise<string[]>;
|
|
1189
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "
|
|
1757
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
1758
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "v-slot:message" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "centerAffix" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1190
1759
|
'click:control': (e: MouseEvent) => true;
|
|
1191
1760
|
'mousedown:control': (e: MouseEvent) => true;
|
|
1192
1761
|
'update:focused': (focused: boolean) => true;
|
|
@@ -1200,9 +1769,9 @@ declare const VFileInput: {
|
|
|
1200
1769
|
style: vue.StyleValue;
|
|
1201
1770
|
disabled: boolean;
|
|
1202
1771
|
multiple: boolean;
|
|
1203
|
-
readonly: boolean;
|
|
1772
|
+
readonly: boolean | null;
|
|
1204
1773
|
counter: boolean;
|
|
1205
|
-
messages: string | string[];
|
|
1774
|
+
messages: string | readonly string[];
|
|
1206
1775
|
rounded: string | number | boolean;
|
|
1207
1776
|
density: Density;
|
|
1208
1777
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -1210,19 +1779,64 @@ declare const VFileInput: {
|
|
|
1210
1779
|
prependIcon: NonNullable<IconValue>;
|
|
1211
1780
|
clearIcon: IconValue;
|
|
1212
1781
|
focused: boolean;
|
|
1213
|
-
errorMessages: string | string[];
|
|
1214
|
-
maxErrors: string | number;
|
|
1215
|
-
rules: ValidationRule[];
|
|
1216
|
-
persistentHint: boolean;
|
|
1217
1782
|
clearable: boolean;
|
|
1783
|
+
centerAffix: boolean;
|
|
1218
1784
|
dirty: boolean;
|
|
1219
1785
|
persistentClear: boolean;
|
|
1220
1786
|
singleLine: boolean;
|
|
1787
|
+
errorMessages: string | readonly string[];
|
|
1788
|
+
maxErrors: string | number;
|
|
1789
|
+
rules: readonly ValidationRule[];
|
|
1790
|
+
persistentHint: boolean;
|
|
1221
1791
|
chips: boolean;
|
|
1222
1792
|
counterSizeString: string;
|
|
1223
1793
|
counterString: string;
|
|
1224
1794
|
showSize: boolean | 1024 | 1000;
|
|
1225
|
-
}, {}, string
|
|
1795
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
1796
|
+
default: (...args: [VInputSlot] & [VFieldSlot]) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1797
|
+
[key: string]: any;
|
|
1798
|
+
}>[];
|
|
1799
|
+
prepend: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1800
|
+
[key: string]: any;
|
|
1801
|
+
}>[];
|
|
1802
|
+
append: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1803
|
+
[key: string]: any;
|
|
1804
|
+
}>[];
|
|
1805
|
+
details: (args_0: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1806
|
+
[key: string]: any;
|
|
1807
|
+
}>[];
|
|
1808
|
+
message: (args_0: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1809
|
+
[key: string]: any;
|
|
1810
|
+
}>[];
|
|
1811
|
+
clear: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1812
|
+
[key: string]: any;
|
|
1813
|
+
}>[];
|
|
1814
|
+
'prepend-inner': (args_0: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1815
|
+
[key: string]: any;
|
|
1816
|
+
}>[];
|
|
1817
|
+
'append-inner': (args_0: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1818
|
+
[key: string]: any;
|
|
1819
|
+
}>[];
|
|
1820
|
+
label: (args_0: DefaultInputSlot & {
|
|
1821
|
+
label: string | undefined;
|
|
1822
|
+
props: Record<string, any>;
|
|
1823
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1824
|
+
[key: string]: any;
|
|
1825
|
+
}>[];
|
|
1826
|
+
loader: (args_0: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1827
|
+
[key: string]: any;
|
|
1828
|
+
}>[];
|
|
1829
|
+
counter: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1830
|
+
[key: string]: any;
|
|
1831
|
+
}>[];
|
|
1832
|
+
selection: (args_0: {
|
|
1833
|
+
fileNames: string[];
|
|
1834
|
+
totalBytes: number;
|
|
1835
|
+
totalBytesReadable: string;
|
|
1836
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1837
|
+
[key: string]: any;
|
|
1838
|
+
}>[];
|
|
1839
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
1226
1840
|
theme: StringConstructor;
|
|
1227
1841
|
rounded: {
|
|
1228
1842
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
@@ -1245,10 +1859,17 @@ declare const VFileInput: {
|
|
|
1245
1859
|
default: string;
|
|
1246
1860
|
};
|
|
1247
1861
|
active: BooleanConstructor;
|
|
1862
|
+
centerAffix: {
|
|
1863
|
+
type: BooleanConstructor;
|
|
1864
|
+
default: undefined;
|
|
1865
|
+
};
|
|
1248
1866
|
color: StringConstructor;
|
|
1249
1867
|
baseColor: StringConstructor;
|
|
1250
1868
|
dirty: BooleanConstructor;
|
|
1251
|
-
disabled:
|
|
1869
|
+
disabled: {
|
|
1870
|
+
type: BooleanConstructor;
|
|
1871
|
+
default: null;
|
|
1872
|
+
};
|
|
1252
1873
|
error: BooleanConstructor;
|
|
1253
1874
|
flat: BooleanConstructor;
|
|
1254
1875
|
label: StringConstructor;
|
|
@@ -1272,7 +1893,7 @@ declare const VFileInput: {
|
|
|
1272
1893
|
focused: BooleanConstructor;
|
|
1273
1894
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
1274
1895
|
errorMessages: {
|
|
1275
|
-
type: PropType<string | string[]>;
|
|
1896
|
+
type: PropType<string | readonly string[]>;
|
|
1276
1897
|
default: () => never[];
|
|
1277
1898
|
};
|
|
1278
1899
|
maxErrors: {
|
|
@@ -1280,12 +1901,15 @@ declare const VFileInput: {
|
|
|
1280
1901
|
default: number;
|
|
1281
1902
|
};
|
|
1282
1903
|
name: StringConstructor;
|
|
1283
|
-
readonly:
|
|
1904
|
+
readonly: {
|
|
1905
|
+
type: PropType<boolean | null>;
|
|
1906
|
+
default: null;
|
|
1907
|
+
};
|
|
1284
1908
|
rules: {
|
|
1285
|
-
type: PropType<ValidationRule[]>;
|
|
1909
|
+
type: PropType<readonly ValidationRule[]>;
|
|
1286
1910
|
default: () => never[];
|
|
1287
1911
|
};
|
|
1288
|
-
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
1912
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
1289
1913
|
validationValue: null;
|
|
1290
1914
|
density: {
|
|
1291
1915
|
type: PropType<Density>;
|
|
@@ -1302,7 +1926,7 @@ declare const VFileInput: {
|
|
|
1302
1926
|
hint: StringConstructor;
|
|
1303
1927
|
persistentHint: BooleanConstructor;
|
|
1304
1928
|
messages: {
|
|
1305
|
-
type: PropType<string | string[]>;
|
|
1929
|
+
type: PropType<string | readonly string[]>;
|
|
1306
1930
|
default: () => never[];
|
|
1307
1931
|
};
|
|
1308
1932
|
direction: {
|
|
@@ -1351,10 +1975,17 @@ declare const VFileInput: {
|
|
|
1351
1975
|
default: string;
|
|
1352
1976
|
};
|
|
1353
1977
|
active: BooleanConstructor;
|
|
1978
|
+
centerAffix: {
|
|
1979
|
+
type: BooleanConstructor;
|
|
1980
|
+
default: undefined;
|
|
1981
|
+
};
|
|
1354
1982
|
color: StringConstructor;
|
|
1355
1983
|
baseColor: StringConstructor;
|
|
1356
1984
|
dirty: BooleanConstructor;
|
|
1357
|
-
disabled:
|
|
1985
|
+
disabled: {
|
|
1986
|
+
type: BooleanConstructor;
|
|
1987
|
+
default: null;
|
|
1988
|
+
};
|
|
1358
1989
|
error: BooleanConstructor;
|
|
1359
1990
|
flat: BooleanConstructor;
|
|
1360
1991
|
label: StringConstructor;
|
|
@@ -1378,7 +2009,7 @@ declare const VFileInput: {
|
|
|
1378
2009
|
focused: BooleanConstructor;
|
|
1379
2010
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
1380
2011
|
errorMessages: {
|
|
1381
|
-
type: PropType<string | string[]>;
|
|
2012
|
+
type: PropType<string | readonly string[]>;
|
|
1382
2013
|
default: () => never[];
|
|
1383
2014
|
};
|
|
1384
2015
|
maxErrors: {
|
|
@@ -1386,12 +2017,15 @@ declare const VFileInput: {
|
|
|
1386
2017
|
default: number;
|
|
1387
2018
|
};
|
|
1388
2019
|
name: StringConstructor;
|
|
1389
|
-
readonly:
|
|
2020
|
+
readonly: {
|
|
2021
|
+
type: PropType<boolean | null>;
|
|
2022
|
+
default: null;
|
|
2023
|
+
};
|
|
1390
2024
|
rules: {
|
|
1391
|
-
type: PropType<ValidationRule[]>;
|
|
2025
|
+
type: PropType<readonly ValidationRule[]>;
|
|
1392
2026
|
default: () => never[];
|
|
1393
2027
|
};
|
|
1394
|
-
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
2028
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
1395
2029
|
validationValue: null;
|
|
1396
2030
|
density: {
|
|
1397
2031
|
type: PropType<Density>;
|
|
@@ -1408,7 +2042,7 @@ declare const VFileInput: {
|
|
|
1408
2042
|
hint: StringConstructor;
|
|
1409
2043
|
persistentHint: BooleanConstructor;
|
|
1410
2044
|
messages: {
|
|
1411
|
-
type: PropType<string | string[]>;
|
|
2045
|
+
type: PropType<string | readonly string[]>;
|
|
1412
2046
|
default: () => never[];
|
|
1413
2047
|
};
|
|
1414
2048
|
direction: {
|