vuetify 3.7.12 → 3.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +2442 -2430
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +146 -146
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +4796 -4506
- package/dist/vuetify-labs.css +2781 -2771
- package/dist/vuetify-labs.d.ts +427 -163
- package/dist/vuetify-labs.esm.js +224 -143
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +223 -142
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4465 -4469
- package/dist/vuetify.d.ts +173 -152
- package/dist/vuetify.esm.js +103 -85
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +102 -84
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1082 -1077
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -1
- package/lib/blueprints/md1.d.mts +1 -1
- package/lib/blueprints/md2.d.mts +1 -1
- package/lib/blueprints/md3.d.mts +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +4 -4
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +5 -5
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +5 -5
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +5 -5
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +5 -5
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +10 -10
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +4 -4
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +5 -5
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +1 -1
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +12 -8
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +20 -11
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +28 -16
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +5 -5
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.css +0 -1
- package/lib/components/VFileInput/VFileInput.mjs +13 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +0 -1
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInput/VInput.mjs +3 -3
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +1 -1
- package/lib/components/VItemGroup/index.d.mts +1 -1
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +17 -5
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -5
- package/lib/components/VOtpInput/VOtpInput.mjs +3 -3
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs +3 -3
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +21 -21
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +7 -7
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.mjs +3 -3
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +1 -1
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +127 -106
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/composables/calendar.mjs +4 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +9 -21
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/density.mjs +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/list-items.mjs +2 -3
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +16 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +1 -1
- package/lib/iconsets/fa.d.mts +1 -1
- package/lib/iconsets/fa4.d.mts +1 -1
- package/lib/iconsets/md.d.mts +1 -1
- package/lib/iconsets/mdi-svg.d.mts +1 -1
- package/lib/iconsets/mdi.d.mts +1 -1
- package/lib/index.d.mts +47 -47
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +8 -2
- package/lib/labs/VDateInput/VDateInput.mjs +4 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -3
- package/lib/labs/VFileUpload/VFileUpload.mjs +3 -3
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +5 -5
- package/lib/labs/VNumberInput/VNumberInput.css +10 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs +94 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +12 -2
- package/lib/labs/VNumberInput/index.d.mts +59 -32
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.sass +16 -16
- package/lib/labs/VTimePicker/_variables.scss +12 -12
- package/lib/labs/VTreeview/VTreeview.mjs +7 -3
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +6 -9
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -9
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -14
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +16 -10
- package/lib/labs/VTreeview/_variables.scss +2 -5
- package/lib/labs/VTreeview/index.d.mts +14 -20
- package/lib/labs/components.d.mts +365 -122
- package/lib/locale/adapters/vue-i18n.mjs +0 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/ja.mjs +19 -19
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/styles/tools/_functions.sass +1 -1
- package/lib/util/helpers.mjs +3 -9
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +17 -16
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, Ref, DirectiveBinding,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref, DirectiveBinding, nextTick, EffectScope } from 'vue';
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
|
|
@@ -652,7 +652,10 @@ declare const VCalendar: {
|
|
|
652
652
|
default: number;
|
|
653
653
|
};
|
|
654
654
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
655
|
-
disabled:
|
|
655
|
+
disabled: {
|
|
656
|
+
type: BooleanConstructor;
|
|
657
|
+
default: null;
|
|
658
|
+
};
|
|
656
659
|
displayValue: vue.PropType<unknown>;
|
|
657
660
|
modelValue: vue.PropType<unknown[]>;
|
|
658
661
|
month: (StringConstructor | NumberConstructor)[];
|
|
@@ -751,7 +754,10 @@ declare const VCalendar: {
|
|
|
751
754
|
default: number;
|
|
752
755
|
};
|
|
753
756
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
754
|
-
disabled:
|
|
757
|
+
disabled: {
|
|
758
|
+
type: BooleanConstructor;
|
|
759
|
+
default: null;
|
|
760
|
+
};
|
|
755
761
|
displayValue: vue.PropType<unknown>;
|
|
756
762
|
modelValue: vue.PropType<unknown[]>;
|
|
757
763
|
month: (StringConstructor | NumberConstructor)[];
|
|
@@ -1800,6 +1806,17 @@ declare const VCalendarMonthDay: {
|
|
|
1800
1806
|
}>>;
|
|
1801
1807
|
type VCalendarMonthDay = InstanceType<typeof VCalendarMonthDay>;
|
|
1802
1808
|
|
|
1809
|
+
type VCounterSlot = {
|
|
1810
|
+
counter: string;
|
|
1811
|
+
max: string | number | undefined;
|
|
1812
|
+
value: string | number | undefined;
|
|
1813
|
+
};
|
|
1814
|
+
|
|
1815
|
+
interface LoaderSlotProps {
|
|
1816
|
+
color: string | undefined;
|
|
1817
|
+
isActive: boolean;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1803
1820
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
1804
1821
|
|
|
1805
1822
|
type ValidationResult = string | boolean;
|
|
@@ -1828,6 +1845,55 @@ type JSXComponent<Props = any> = {
|
|
|
1828
1845
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
1829
1846
|
declare const IconValue: PropType<IconValue>;
|
|
1830
1847
|
|
|
1848
|
+
type VMessageSlot = {
|
|
1849
|
+
message: string;
|
|
1850
|
+
};
|
|
1851
|
+
|
|
1852
|
+
interface VInputSlot {
|
|
1853
|
+
id: ComputedRef<string>;
|
|
1854
|
+
messagesId: ComputedRef<string>;
|
|
1855
|
+
isDirty: ComputedRef<boolean>;
|
|
1856
|
+
isDisabled: ComputedRef<boolean>;
|
|
1857
|
+
isReadonly: ComputedRef<boolean>;
|
|
1858
|
+
isPristine: Ref<boolean>;
|
|
1859
|
+
isValid: ComputedRef<boolean | null>;
|
|
1860
|
+
isValidating: Ref<boolean>;
|
|
1861
|
+
reset: () => void;
|
|
1862
|
+
resetValidation: () => void;
|
|
1863
|
+
validate: () => void;
|
|
1864
|
+
}
|
|
1865
|
+
type VInputSlots = {
|
|
1866
|
+
default: VInputSlot;
|
|
1867
|
+
prepend: VInputSlot;
|
|
1868
|
+
append: VInputSlot;
|
|
1869
|
+
details: VInputSlot;
|
|
1870
|
+
message: VMessageSlot;
|
|
1871
|
+
};
|
|
1872
|
+
|
|
1873
|
+
interface DefaultInputSlot {
|
|
1874
|
+
isActive: Ref<boolean>;
|
|
1875
|
+
isFocused: Ref<boolean>;
|
|
1876
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
1877
|
+
focus: () => void;
|
|
1878
|
+
blur: () => void;
|
|
1879
|
+
}
|
|
1880
|
+
interface VFieldSlot extends DefaultInputSlot {
|
|
1881
|
+
props: Record<string, unknown>;
|
|
1882
|
+
}
|
|
1883
|
+
type VFieldSlots = {
|
|
1884
|
+
clear: DefaultInputSlot & {
|
|
1885
|
+
props: Record<string, any>;
|
|
1886
|
+
};
|
|
1887
|
+
'prepend-inner': DefaultInputSlot;
|
|
1888
|
+
'append-inner': DefaultInputSlot;
|
|
1889
|
+
label: DefaultInputSlot & {
|
|
1890
|
+
label: string | undefined;
|
|
1891
|
+
props: Record<string, any>;
|
|
1892
|
+
};
|
|
1893
|
+
loader: LoaderSlotProps;
|
|
1894
|
+
default: VFieldSlot;
|
|
1895
|
+
};
|
|
1896
|
+
|
|
1831
1897
|
interface LocationStrategyData {
|
|
1832
1898
|
contentEl: Ref<HTMLElement | undefined>;
|
|
1833
1899
|
target: Ref<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -1969,14 +2035,59 @@ declare const VDateInput: {
|
|
|
1969
2035
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
1970
2036
|
} & {
|
|
1971
2037
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2038
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2039
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
2040
|
+
props: Record<string, any>;
|
|
2041
|
+
}) => vue.VNodeChild) | undefined;
|
|
2042
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2043
|
+
label?: ((arg: DefaultInputSlot & {
|
|
2044
|
+
label: string | undefined;
|
|
2045
|
+
props: Record<string, any>;
|
|
2046
|
+
}) => vue.VNodeChild) | undefined;
|
|
2047
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2048
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2049
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2050
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2051
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2052
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1972
2053
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
1973
2054
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1974
2055
|
};
|
|
1975
2056
|
'v-slots'?: {
|
|
2057
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2058
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
2059
|
+
props: Record<string, any>;
|
|
2060
|
+
}) => vue.VNodeChild) | undefined;
|
|
2061
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2062
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
2063
|
+
label: string | undefined;
|
|
2064
|
+
props: Record<string, any>;
|
|
2065
|
+
}) => vue.VNodeChild) | undefined;
|
|
2066
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2067
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2068
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2069
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2070
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2071
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1976
2072
|
actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
1977
2073
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1978
2074
|
} | undefined;
|
|
1979
2075
|
} & {
|
|
2076
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2077
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
2078
|
+
props: Record<string, any>;
|
|
2079
|
+
}) => vue.VNodeChild) | undefined;
|
|
2080
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2081
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
2082
|
+
label: string | undefined;
|
|
2083
|
+
props: Record<string, any>;
|
|
2084
|
+
}) => vue.VNodeChild) | undefined;
|
|
2085
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2086
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2087
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2088
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2089
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2090
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1980
2091
|
"v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
1981
2092
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
1982
2093
|
} & {
|
|
@@ -2084,14 +2195,59 @@ declare const VDateInput: {
|
|
|
2084
2195
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
2085
2196
|
} & {
|
|
2086
2197
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2198
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2199
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
2200
|
+
props: Record<string, any>;
|
|
2201
|
+
}) => vue.VNodeChild) | undefined;
|
|
2202
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2203
|
+
label?: ((arg: DefaultInputSlot & {
|
|
2204
|
+
label: string | undefined;
|
|
2205
|
+
props: Record<string, any>;
|
|
2206
|
+
}) => vue.VNodeChild) | undefined;
|
|
2207
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2208
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2209
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2210
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2211
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2212
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2087
2213
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
2088
2214
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2089
2215
|
};
|
|
2090
2216
|
'v-slots'?: {
|
|
2217
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2218
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
2219
|
+
props: Record<string, any>;
|
|
2220
|
+
}) => vue.VNodeChild) | undefined;
|
|
2221
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2222
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
2223
|
+
label: string | undefined;
|
|
2224
|
+
props: Record<string, any>;
|
|
2225
|
+
}) => vue.VNodeChild) | undefined;
|
|
2226
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2227
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2228
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2229
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2230
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2231
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2091
2232
|
actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
2092
2233
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2093
2234
|
} | undefined;
|
|
2094
2235
|
} & {
|
|
2236
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2237
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
2238
|
+
props: Record<string, any>;
|
|
2239
|
+
}) => vue.VNodeChild) | undefined;
|
|
2240
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2241
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
2242
|
+
label: string | undefined;
|
|
2243
|
+
props: Record<string, any>;
|
|
2244
|
+
}) => vue.VNodeChild) | undefined;
|
|
2245
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2246
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2247
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2248
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2249
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2250
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2095
2251
|
"v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
2096
2252
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2097
2253
|
} & {
|
|
@@ -2149,6 +2305,21 @@ declare const VDateInput: {
|
|
|
2149
2305
|
hideHeader: boolean;
|
|
2150
2306
|
hideActions: boolean;
|
|
2151
2307
|
}, true, {}, vue.SlotsType<Partial<{
|
|
2308
|
+
message: (arg: VMessageSlot) => vue.VNode[];
|
|
2309
|
+
clear: (arg: DefaultInputSlot & {
|
|
2310
|
+
props: Record<string, any>;
|
|
2311
|
+
}) => vue.VNode[];
|
|
2312
|
+
details: (arg: VInputSlot) => vue.VNode[];
|
|
2313
|
+
label: (arg: DefaultInputSlot & {
|
|
2314
|
+
label: string | undefined;
|
|
2315
|
+
props: Record<string, any>;
|
|
2316
|
+
}) => vue.VNode[];
|
|
2317
|
+
append: (arg: VInputSlot) => vue.VNode[];
|
|
2318
|
+
prepend: (arg: VInputSlot) => vue.VNode[];
|
|
2319
|
+
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
|
2320
|
+
counter: (arg: VCounterSlot) => vue.VNode[];
|
|
2321
|
+
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
2322
|
+
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
2152
2323
|
actions: (arg: VDateInputActionsSlot) => vue.VNode[];
|
|
2153
2324
|
default: () => vue.VNode[];
|
|
2154
2325
|
}>>, {
|
|
@@ -2259,14 +2430,59 @@ declare const VDateInput: {
|
|
|
2259
2430
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
2260
2431
|
} & {
|
|
2261
2432
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2433
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2434
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
2435
|
+
props: Record<string, any>;
|
|
2436
|
+
}) => vue.VNodeChild) | undefined;
|
|
2437
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2438
|
+
label?: ((arg: DefaultInputSlot & {
|
|
2439
|
+
label: string | undefined;
|
|
2440
|
+
props: Record<string, any>;
|
|
2441
|
+
}) => vue.VNodeChild) | undefined;
|
|
2442
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2443
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2444
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2445
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2446
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2447
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2262
2448
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
2263
2449
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2264
2450
|
};
|
|
2265
2451
|
'v-slots'?: {
|
|
2452
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2453
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
2454
|
+
props: Record<string, any>;
|
|
2455
|
+
}) => vue.VNodeChild) | undefined;
|
|
2456
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2457
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
2458
|
+
label: string | undefined;
|
|
2459
|
+
props: Record<string, any>;
|
|
2460
|
+
}) => vue.VNodeChild) | undefined;
|
|
2461
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2462
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2463
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2464
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2465
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2466
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2266
2467
|
actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
2267
2468
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2268
2469
|
} | undefined;
|
|
2269
2470
|
} & {
|
|
2471
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2472
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
2473
|
+
props: Record<string, any>;
|
|
2474
|
+
}) => vue.VNodeChild) | undefined;
|
|
2475
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2476
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
2477
|
+
label: string | undefined;
|
|
2478
|
+
props: Record<string, any>;
|
|
2479
|
+
}) => vue.VNodeChild) | undefined;
|
|
2480
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2481
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2482
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2483
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2484
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2485
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2270
2486
|
"v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
2271
2487
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2272
2488
|
} & {
|
|
@@ -2428,14 +2644,59 @@ declare const VDateInput: {
|
|
|
2428
2644
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
2429
2645
|
} & {
|
|
2430
2646
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2647
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2648
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
2649
|
+
props: Record<string, any>;
|
|
2650
|
+
}) => vue.VNodeChild) | undefined;
|
|
2651
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2652
|
+
label?: ((arg: DefaultInputSlot & {
|
|
2653
|
+
label: string | undefined;
|
|
2654
|
+
props: Record<string, any>;
|
|
2655
|
+
}) => vue.VNodeChild) | undefined;
|
|
2656
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2657
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2658
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2659
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2660
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2661
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2431
2662
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
2432
2663
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2433
2664
|
};
|
|
2434
2665
|
'v-slots'?: {
|
|
2666
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2667
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
2668
|
+
props: Record<string, any>;
|
|
2669
|
+
}) => vue.VNodeChild) | undefined;
|
|
2670
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2671
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
2672
|
+
label: string | undefined;
|
|
2673
|
+
props: Record<string, any>;
|
|
2674
|
+
}) => vue.VNodeChild) | undefined;
|
|
2675
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2676
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2677
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2678
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2679
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2680
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2435
2681
|
actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
2436
2682
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2437
2683
|
} | undefined;
|
|
2438
2684
|
} & {
|
|
2685
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2686
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
2687
|
+
props: Record<string, any>;
|
|
2688
|
+
}) => vue.VNodeChild) | undefined;
|
|
2689
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2690
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
2691
|
+
label: string | undefined;
|
|
2692
|
+
props: Record<string, any>;
|
|
2693
|
+
}) => vue.VNodeChild) | undefined;
|
|
2694
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2695
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2696
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2697
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
2698
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2699
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2439
2700
|
"v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
2440
2701
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2441
2702
|
} & {
|
|
@@ -2495,6 +2756,21 @@ declare const VDateInput: {
|
|
|
2495
2756
|
hideHeader: boolean;
|
|
2496
2757
|
hideActions: boolean;
|
|
2497
2758
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2759
|
+
message: (arg: VMessageSlot) => vue.VNode[];
|
|
2760
|
+
clear: (arg: DefaultInputSlot & {
|
|
2761
|
+
props: Record<string, any>;
|
|
2762
|
+
}) => vue.VNode[];
|
|
2763
|
+
details: (arg: VInputSlot) => vue.VNode[];
|
|
2764
|
+
label: (arg: DefaultInputSlot & {
|
|
2765
|
+
label: string | undefined;
|
|
2766
|
+
props: Record<string, any>;
|
|
2767
|
+
}) => vue.VNode[];
|
|
2768
|
+
append: (arg: VInputSlot) => vue.VNode[];
|
|
2769
|
+
prepend: (arg: VInputSlot) => vue.VNode[];
|
|
2770
|
+
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
|
2771
|
+
counter: (arg: VCounterSlot) => vue.VNode[];
|
|
2772
|
+
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
2773
|
+
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
2498
2774
|
actions: (arg: VDateInputActionsSlot) => vue.VNode[];
|
|
2499
2775
|
default: () => vue.VNode[];
|
|
2500
2776
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
@@ -2529,7 +2805,10 @@ declare const VDateInput: {
|
|
|
2529
2805
|
default: string;
|
|
2530
2806
|
};
|
|
2531
2807
|
text: StringConstructor;
|
|
2532
|
-
disabled:
|
|
2808
|
+
disabled: {
|
|
2809
|
+
type: BooleanConstructor;
|
|
2810
|
+
default: null;
|
|
2811
|
+
};
|
|
2533
2812
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
2534
2813
|
month: (StringConstructor | NumberConstructor)[];
|
|
2535
2814
|
year: NumberConstructor;
|
|
@@ -2747,7 +3026,10 @@ declare const VDateInput: {
|
|
|
2747
3026
|
default: string;
|
|
2748
3027
|
};
|
|
2749
3028
|
text: StringConstructor;
|
|
2750
|
-
disabled:
|
|
3029
|
+
disabled: {
|
|
3030
|
+
type: BooleanConstructor;
|
|
3031
|
+
default: null;
|
|
3032
|
+
};
|
|
2751
3033
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
2752
3034
|
month: (StringConstructor | NumberConstructor)[];
|
|
2753
3035
|
year: NumberConstructor;
|
|
@@ -3674,7 +3956,7 @@ declare const VFileUploadItem: {
|
|
|
3674
3956
|
title?: string | number | undefined;
|
|
3675
3957
|
class?: any;
|
|
3676
3958
|
theme?: string | undefined;
|
|
3677
|
-
to?: vue_router.
|
|
3959
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3678
3960
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3679
3961
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3680
3962
|
href?: string | undefined;
|
|
@@ -3764,7 +4046,7 @@ declare const VFileUploadItem: {
|
|
|
3764
4046
|
title?: string | number | undefined;
|
|
3765
4047
|
class?: any;
|
|
3766
4048
|
theme?: string | undefined;
|
|
3767
|
-
to?: vue_router.
|
|
4049
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3768
4050
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3769
4051
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3770
4052
|
href?: string | undefined;
|
|
@@ -3892,7 +4174,7 @@ declare const VFileUploadItem: {
|
|
|
3892
4174
|
title?: string | number | undefined;
|
|
3893
4175
|
class?: any;
|
|
3894
4176
|
theme?: string | undefined;
|
|
3895
|
-
to?: vue_router.
|
|
4177
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3896
4178
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3897
4179
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3898
4180
|
href?: string | undefined;
|
|
@@ -4006,7 +4288,7 @@ declare const VFileUploadItem: {
|
|
|
4006
4288
|
title?: string | number | undefined;
|
|
4007
4289
|
class?: any;
|
|
4008
4290
|
theme?: string | undefined;
|
|
4009
|
-
to?: vue_router.
|
|
4291
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4010
4292
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4011
4293
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
4012
4294
|
href?: string | undefined;
|
|
@@ -4282,70 +4564,10 @@ declare const VFileUploadItem: {
|
|
|
4282
4564
|
}>>;
|
|
4283
4565
|
type VFileUploadItem = InstanceType<typeof VFileUploadItem>;
|
|
4284
4566
|
|
|
4285
|
-
type VCounterSlot = {
|
|
4286
|
-
counter: string;
|
|
4287
|
-
max: string | number | undefined;
|
|
4288
|
-
value: string | number | undefined;
|
|
4289
|
-
};
|
|
4290
|
-
|
|
4291
|
-
interface LoaderSlotProps {
|
|
4292
|
-
color: string | undefined;
|
|
4293
|
-
isActive: boolean;
|
|
4294
|
-
}
|
|
4295
|
-
|
|
4296
|
-
type VMessageSlot = {
|
|
4297
|
-
message: string;
|
|
4298
|
-
};
|
|
4299
|
-
|
|
4300
|
-
interface VInputSlot {
|
|
4301
|
-
id: ComputedRef<string>;
|
|
4302
|
-
messagesId: ComputedRef<string>;
|
|
4303
|
-
isDirty: ComputedRef<boolean>;
|
|
4304
|
-
isDisabled: ComputedRef<boolean>;
|
|
4305
|
-
isReadonly: ComputedRef<boolean>;
|
|
4306
|
-
isPristine: Ref<boolean>;
|
|
4307
|
-
isValid: ComputedRef<boolean | null>;
|
|
4308
|
-
isValidating: Ref<boolean>;
|
|
4309
|
-
reset: () => void;
|
|
4310
|
-
resetValidation: () => void;
|
|
4311
|
-
validate: () => void;
|
|
4312
|
-
}
|
|
4313
|
-
type VInputSlots = {
|
|
4314
|
-
default: VInputSlot;
|
|
4315
|
-
prepend: VInputSlot;
|
|
4316
|
-
append: VInputSlot;
|
|
4317
|
-
details: VInputSlot;
|
|
4318
|
-
message: VMessageSlot;
|
|
4319
|
-
};
|
|
4320
|
-
|
|
4321
|
-
interface DefaultInputSlot {
|
|
4322
|
-
isActive: Ref<boolean>;
|
|
4323
|
-
isFocused: Ref<boolean>;
|
|
4324
|
-
controlRef: Ref<HTMLElement | undefined>;
|
|
4325
|
-
focus: () => void;
|
|
4326
|
-
blur: () => void;
|
|
4327
|
-
}
|
|
4328
|
-
interface VFieldSlot extends DefaultInputSlot {
|
|
4329
|
-
props: Record<string, unknown>;
|
|
4330
|
-
}
|
|
4331
|
-
type VFieldSlots = {
|
|
4332
|
-
clear: DefaultInputSlot & {
|
|
4333
|
-
props: Record<string, any>;
|
|
4334
|
-
};
|
|
4335
|
-
'prepend-inner': DefaultInputSlot;
|
|
4336
|
-
'append-inner': DefaultInputSlot;
|
|
4337
|
-
label: DefaultInputSlot & {
|
|
4338
|
-
label: string | undefined;
|
|
4339
|
-
props: Record<string, any>;
|
|
4340
|
-
};
|
|
4341
|
-
loader: LoaderSlotProps;
|
|
4342
|
-
default: VFieldSlot;
|
|
4343
|
-
};
|
|
4344
|
-
|
|
4345
4567
|
type ControlSlot = {
|
|
4346
4568
|
click: (e: MouseEvent) => void;
|
|
4347
4569
|
};
|
|
4348
|
-
type ControlVariant = 'default' | 'stacked' | 'split';
|
|
4570
|
+
type ControlVariant = 'default' | 'stacked' | 'split' | 'hidden';
|
|
4349
4571
|
declare const VNumberInput: {
|
|
4350
4572
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
4351
4573
|
flat: boolean;
|
|
@@ -4368,7 +4590,7 @@ declare const VNumberInput: {
|
|
|
4368
4590
|
errorMessages: string | readonly string[] | null;
|
|
4369
4591
|
maxErrors: string | number;
|
|
4370
4592
|
rules: readonly ValidationRule$1[];
|
|
4371
|
-
modelValue:
|
|
4593
|
+
modelValue: number | null;
|
|
4372
4594
|
tile: boolean;
|
|
4373
4595
|
density: Density;
|
|
4374
4596
|
clearIcon: IconValue;
|
|
@@ -4382,6 +4604,7 @@ declare const VNumberInput: {
|
|
|
4382
4604
|
persistentCounter: boolean;
|
|
4383
4605
|
hideInput: boolean;
|
|
4384
4606
|
controlVariant: ControlVariant;
|
|
4607
|
+
precision: number | null;
|
|
4385
4608
|
} & {
|
|
4386
4609
|
name?: string | undefined;
|
|
4387
4610
|
id?: string | undefined;
|
|
@@ -4405,6 +4628,8 @@ declare const VNumberInput: {
|
|
|
4405
4628
|
bgColor?: string | undefined;
|
|
4406
4629
|
prependIcon?: IconValue | undefined;
|
|
4407
4630
|
appendIcon?: IconValue | undefined;
|
|
4631
|
+
appendInnerIcon?: IconValue | undefined;
|
|
4632
|
+
prependInnerIcon?: IconValue | undefined;
|
|
4408
4633
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
4409
4634
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
4410
4635
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -5086,7 +5311,7 @@ declare const VNumberInput: {
|
|
|
5086
5311
|
};
|
|
5087
5312
|
$forceUpdate: () => void;
|
|
5088
5313
|
$nextTick: typeof nextTick;
|
|
5089
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
5314
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
5090
5315
|
} & Omit<{
|
|
5091
5316
|
error: boolean;
|
|
5092
5317
|
direction: "horizontal" | "vertical";
|
|
@@ -5325,7 +5550,7 @@ declare const VNumberInput: {
|
|
|
5325
5550
|
};
|
|
5326
5551
|
$forceUpdate: () => void;
|
|
5327
5552
|
$nextTick: typeof nextTick;
|
|
5328
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
5553
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
5329
5554
|
} & Omit<{
|
|
5330
5555
|
flat: boolean;
|
|
5331
5556
|
reverse: boolean;
|
|
@@ -5446,7 +5671,7 @@ declare const VNumberInput: {
|
|
|
5446
5671
|
};
|
|
5447
5672
|
$forceUpdate: () => void;
|
|
5448
5673
|
$nextTick: typeof nextTick;
|
|
5449
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
5674
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
5450
5675
|
} & Omit<{
|
|
5451
5676
|
flat: boolean;
|
|
5452
5677
|
reverse: boolean;
|
|
@@ -5753,7 +5978,7 @@ declare const VNumberInput: {
|
|
|
5753
5978
|
};
|
|
5754
5979
|
$forceUpdate: () => void;
|
|
5755
5980
|
$nextTick: typeof nextTick;
|
|
5756
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
5981
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
5757
5982
|
} & Omit<{
|
|
5758
5983
|
error: boolean;
|
|
5759
5984
|
direction: "horizontal" | "vertical";
|
|
@@ -5992,7 +6217,7 @@ declare const VNumberInput: {
|
|
|
5992
6217
|
};
|
|
5993
6218
|
$forceUpdate: () => void;
|
|
5994
6219
|
$nextTick: typeof nextTick;
|
|
5995
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
6220
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
5996
6221
|
} & Omit<{
|
|
5997
6222
|
flat: boolean;
|
|
5998
6223
|
reverse: boolean;
|
|
@@ -6225,7 +6450,7 @@ declare const VNumberInput: {
|
|
|
6225
6450
|
};
|
|
6226
6451
|
$forceUpdate: () => void;
|
|
6227
6452
|
$nextTick: typeof nextTick;
|
|
6228
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
6453
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
6229
6454
|
} & Omit<{
|
|
6230
6455
|
error: boolean;
|
|
6231
6456
|
direction: "horizontal" | "vertical";
|
|
@@ -6464,7 +6689,7 @@ declare const VNumberInput: {
|
|
|
6464
6689
|
};
|
|
6465
6690
|
$forceUpdate: () => void;
|
|
6466
6691
|
$nextTick: typeof nextTick;
|
|
6467
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
6692
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
6468
6693
|
} & Omit<{
|
|
6469
6694
|
flat: boolean;
|
|
6470
6695
|
reverse: boolean;
|
|
@@ -6538,7 +6763,7 @@ declare const VNumberInput: {
|
|
|
6538
6763
|
errorMessages: string | readonly string[] | null;
|
|
6539
6764
|
maxErrors: string | number;
|
|
6540
6765
|
rules: readonly ValidationRule$1[];
|
|
6541
|
-
modelValue:
|
|
6766
|
+
modelValue: number | null;
|
|
6542
6767
|
tile: boolean;
|
|
6543
6768
|
density: Density;
|
|
6544
6769
|
clearIcon: IconValue;
|
|
@@ -6552,6 +6777,7 @@ declare const VNumberInput: {
|
|
|
6552
6777
|
persistentCounter: boolean;
|
|
6553
6778
|
hideInput: boolean;
|
|
6554
6779
|
controlVariant: ControlVariant;
|
|
6780
|
+
precision: number | null;
|
|
6555
6781
|
} & {
|
|
6556
6782
|
name?: string | undefined;
|
|
6557
6783
|
id?: string | undefined;
|
|
@@ -6575,6 +6801,8 @@ declare const VNumberInput: {
|
|
|
6575
6801
|
bgColor?: string | undefined;
|
|
6576
6802
|
prependIcon?: IconValue | undefined;
|
|
6577
6803
|
appendIcon?: IconValue | undefined;
|
|
6804
|
+
appendInnerIcon?: IconValue | undefined;
|
|
6805
|
+
prependInnerIcon?: IconValue | undefined;
|
|
6578
6806
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
6579
6807
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
6580
6808
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -6666,7 +6894,7 @@ declare const VNumberInput: {
|
|
|
6666
6894
|
errorMessages: string | readonly string[] | null;
|
|
6667
6895
|
maxErrors: string | number;
|
|
6668
6896
|
rules: readonly ValidationRule$1[];
|
|
6669
|
-
modelValue:
|
|
6897
|
+
modelValue: number | null;
|
|
6670
6898
|
rounded: string | number | boolean;
|
|
6671
6899
|
tile: boolean;
|
|
6672
6900
|
density: Density;
|
|
@@ -6682,6 +6910,7 @@ declare const VNumberInput: {
|
|
|
6682
6910
|
persistentCounter: boolean;
|
|
6683
6911
|
hideInput: boolean;
|
|
6684
6912
|
controlVariant: ControlVariant;
|
|
6913
|
+
precision: number | null;
|
|
6685
6914
|
}, true, {}, vue.SlotsType<Partial<{
|
|
6686
6915
|
message: (arg: VMessageSlot) => vue.VNode[];
|
|
6687
6916
|
clear: (arg: DefaultInputSlot & {
|
|
@@ -6728,7 +6957,7 @@ declare const VNumberInput: {
|
|
|
6728
6957
|
errorMessages: string | readonly string[] | null;
|
|
6729
6958
|
maxErrors: string | number;
|
|
6730
6959
|
rules: readonly ValidationRule$1[];
|
|
6731
|
-
modelValue:
|
|
6960
|
+
modelValue: number | null;
|
|
6732
6961
|
tile: boolean;
|
|
6733
6962
|
density: Density;
|
|
6734
6963
|
clearIcon: IconValue;
|
|
@@ -6742,6 +6971,7 @@ declare const VNumberInput: {
|
|
|
6742
6971
|
persistentCounter: boolean;
|
|
6743
6972
|
hideInput: boolean;
|
|
6744
6973
|
controlVariant: ControlVariant;
|
|
6974
|
+
precision: number | null;
|
|
6745
6975
|
} & {
|
|
6746
6976
|
name?: string | undefined;
|
|
6747
6977
|
id?: string | undefined;
|
|
@@ -6765,6 +6995,8 @@ declare const VNumberInput: {
|
|
|
6765
6995
|
bgColor?: string | undefined;
|
|
6766
6996
|
prependIcon?: IconValue | undefined;
|
|
6767
6997
|
appendIcon?: IconValue | undefined;
|
|
6998
|
+
appendInnerIcon?: IconValue | undefined;
|
|
6999
|
+
prependInnerIcon?: IconValue | undefined;
|
|
6768
7000
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
6769
7001
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
6770
7002
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -7446,7 +7678,7 @@ declare const VNumberInput: {
|
|
|
7446
7678
|
};
|
|
7447
7679
|
$forceUpdate: () => void;
|
|
7448
7680
|
$nextTick: typeof nextTick;
|
|
7449
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7681
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7450
7682
|
} & Omit<{
|
|
7451
7683
|
error: boolean;
|
|
7452
7684
|
direction: "horizontal" | "vertical";
|
|
@@ -7685,7 +7917,7 @@ declare const VNumberInput: {
|
|
|
7685
7917
|
};
|
|
7686
7918
|
$forceUpdate: () => void;
|
|
7687
7919
|
$nextTick: typeof nextTick;
|
|
7688
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7920
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7689
7921
|
} & Omit<{
|
|
7690
7922
|
flat: boolean;
|
|
7691
7923
|
reverse: boolean;
|
|
@@ -7806,7 +8038,7 @@ declare const VNumberInput: {
|
|
|
7806
8038
|
};
|
|
7807
8039
|
$forceUpdate: () => void;
|
|
7808
8040
|
$nextTick: typeof nextTick;
|
|
7809
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
8041
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7810
8042
|
} & Omit<{
|
|
7811
8043
|
flat: boolean;
|
|
7812
8044
|
reverse: boolean;
|
|
@@ -8113,7 +8345,7 @@ declare const VNumberInput: {
|
|
|
8113
8345
|
};
|
|
8114
8346
|
$forceUpdate: () => void;
|
|
8115
8347
|
$nextTick: typeof nextTick;
|
|
8116
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
8348
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
8117
8349
|
} & Omit<{
|
|
8118
8350
|
error: boolean;
|
|
8119
8351
|
direction: "horizontal" | "vertical";
|
|
@@ -8352,7 +8584,7 @@ declare const VNumberInput: {
|
|
|
8352
8584
|
};
|
|
8353
8585
|
$forceUpdate: () => void;
|
|
8354
8586
|
$nextTick: typeof nextTick;
|
|
8355
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
8587
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
8356
8588
|
} & Omit<{
|
|
8357
8589
|
flat: boolean;
|
|
8358
8590
|
reverse: boolean;
|
|
@@ -8585,7 +8817,7 @@ declare const VNumberInput: {
|
|
|
8585
8817
|
};
|
|
8586
8818
|
$forceUpdate: () => void;
|
|
8587
8819
|
$nextTick: typeof nextTick;
|
|
8588
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
8820
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
8589
8821
|
} & Omit<{
|
|
8590
8822
|
error: boolean;
|
|
8591
8823
|
direction: "horizontal" | "vertical";
|
|
@@ -8824,7 +9056,7 @@ declare const VNumberInput: {
|
|
|
8824
9056
|
};
|
|
8825
9057
|
$forceUpdate: () => void;
|
|
8826
9058
|
$nextTick: typeof nextTick;
|
|
8827
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
9059
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
8828
9060
|
} & Omit<{
|
|
8829
9061
|
flat: boolean;
|
|
8830
9062
|
reverse: boolean;
|
|
@@ -8896,7 +9128,7 @@ declare const VNumberInput: {
|
|
|
8896
9128
|
errorMessages: string | readonly string[] | null;
|
|
8897
9129
|
maxErrors: string | number;
|
|
8898
9130
|
rules: readonly ValidationRule$1[];
|
|
8899
|
-
modelValue:
|
|
9131
|
+
modelValue: number | null;
|
|
8900
9132
|
rounded: string | number | boolean;
|
|
8901
9133
|
tile: boolean;
|
|
8902
9134
|
density: Density;
|
|
@@ -8912,6 +9144,7 @@ declare const VNumberInput: {
|
|
|
8912
9144
|
persistentCounter: boolean;
|
|
8913
9145
|
hideInput: boolean;
|
|
8914
9146
|
controlVariant: ControlVariant;
|
|
9147
|
+
precision: number | null;
|
|
8915
9148
|
}>;
|
|
8916
9149
|
__isFragment?: never;
|
|
8917
9150
|
__isTeleport?: never;
|
|
@@ -8937,7 +9170,7 @@ declare const VNumberInput: {
|
|
|
8937
9170
|
errorMessages: string | readonly string[] | null;
|
|
8938
9171
|
maxErrors: string | number;
|
|
8939
9172
|
rules: readonly ValidationRule$1[];
|
|
8940
|
-
modelValue:
|
|
9173
|
+
modelValue: number | null;
|
|
8941
9174
|
tile: boolean;
|
|
8942
9175
|
density: Density;
|
|
8943
9176
|
clearIcon: IconValue;
|
|
@@ -8951,6 +9184,7 @@ declare const VNumberInput: {
|
|
|
8951
9184
|
persistentCounter: boolean;
|
|
8952
9185
|
hideInput: boolean;
|
|
8953
9186
|
controlVariant: ControlVariant;
|
|
9187
|
+
precision: number | null;
|
|
8954
9188
|
} & {
|
|
8955
9189
|
name?: string | undefined;
|
|
8956
9190
|
id?: string | undefined;
|
|
@@ -8974,6 +9208,8 @@ declare const VNumberInput: {
|
|
|
8974
9208
|
bgColor?: string | undefined;
|
|
8975
9209
|
prependIcon?: IconValue | undefined;
|
|
8976
9210
|
appendIcon?: IconValue | undefined;
|
|
9211
|
+
appendInnerIcon?: IconValue | undefined;
|
|
9212
|
+
prependInnerIcon?: IconValue | undefined;
|
|
8977
9213
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
8978
9214
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
8979
9215
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -9655,7 +9891,7 @@ declare const VNumberInput: {
|
|
|
9655
9891
|
};
|
|
9656
9892
|
$forceUpdate: () => void;
|
|
9657
9893
|
$nextTick: typeof nextTick;
|
|
9658
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
9894
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
9659
9895
|
} & Omit<{
|
|
9660
9896
|
error: boolean;
|
|
9661
9897
|
direction: "horizontal" | "vertical";
|
|
@@ -9894,7 +10130,7 @@ declare const VNumberInput: {
|
|
|
9894
10130
|
};
|
|
9895
10131
|
$forceUpdate: () => void;
|
|
9896
10132
|
$nextTick: typeof nextTick;
|
|
9897
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
10133
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
9898
10134
|
} & Omit<{
|
|
9899
10135
|
flat: boolean;
|
|
9900
10136
|
reverse: boolean;
|
|
@@ -10015,7 +10251,7 @@ declare const VNumberInput: {
|
|
|
10015
10251
|
};
|
|
10016
10252
|
$forceUpdate: () => void;
|
|
10017
10253
|
$nextTick: typeof nextTick;
|
|
10018
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
10254
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
10019
10255
|
} & Omit<{
|
|
10020
10256
|
flat: boolean;
|
|
10021
10257
|
reverse: boolean;
|
|
@@ -10322,7 +10558,7 @@ declare const VNumberInput: {
|
|
|
10322
10558
|
};
|
|
10323
10559
|
$forceUpdate: () => void;
|
|
10324
10560
|
$nextTick: typeof nextTick;
|
|
10325
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
10561
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
10326
10562
|
} & Omit<{
|
|
10327
10563
|
error: boolean;
|
|
10328
10564
|
direction: "horizontal" | "vertical";
|
|
@@ -10561,7 +10797,7 @@ declare const VNumberInput: {
|
|
|
10561
10797
|
};
|
|
10562
10798
|
$forceUpdate: () => void;
|
|
10563
10799
|
$nextTick: typeof nextTick;
|
|
10564
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
10800
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
10565
10801
|
} & Omit<{
|
|
10566
10802
|
flat: boolean;
|
|
10567
10803
|
reverse: boolean;
|
|
@@ -10794,7 +11030,7 @@ declare const VNumberInput: {
|
|
|
10794
11030
|
};
|
|
10795
11031
|
$forceUpdate: () => void;
|
|
10796
11032
|
$nextTick: typeof nextTick;
|
|
10797
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
11033
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
10798
11034
|
} & Omit<{
|
|
10799
11035
|
error: boolean;
|
|
10800
11036
|
direction: "horizontal" | "vertical";
|
|
@@ -11033,7 +11269,7 @@ declare const VNumberInput: {
|
|
|
11033
11269
|
};
|
|
11034
11270
|
$forceUpdate: () => void;
|
|
11035
11271
|
$nextTick: typeof nextTick;
|
|
11036
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
11272
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
11037
11273
|
} & Omit<{
|
|
11038
11274
|
flat: boolean;
|
|
11039
11275
|
reverse: boolean;
|
|
@@ -11107,7 +11343,7 @@ declare const VNumberInput: {
|
|
|
11107
11343
|
errorMessages: string | readonly string[] | null;
|
|
11108
11344
|
maxErrors: string | number;
|
|
11109
11345
|
rules: readonly ValidationRule$1[];
|
|
11110
|
-
modelValue:
|
|
11346
|
+
modelValue: number | null;
|
|
11111
11347
|
rounded: string | number | boolean;
|
|
11112
11348
|
tile: boolean;
|
|
11113
11349
|
density: Density;
|
|
@@ -11123,6 +11359,7 @@ declare const VNumberInput: {
|
|
|
11123
11359
|
persistentCounter: boolean;
|
|
11124
11360
|
hideInput: boolean;
|
|
11125
11361
|
controlVariant: ControlVariant;
|
|
11362
|
+
precision: number | null;
|
|
11126
11363
|
}, {}, string, vue.SlotsType<Partial<{
|
|
11127
11364
|
message: (arg: VMessageSlot) => vue.VNode[];
|
|
11128
11365
|
clear: (arg: DefaultInputSlot & {
|
|
@@ -11225,6 +11462,8 @@ declare const VNumberInput: {
|
|
|
11225
11462
|
type: PropType<IconValue>;
|
|
11226
11463
|
default: string;
|
|
11227
11464
|
};
|
|
11465
|
+
appendInnerIcon: PropType<IconValue>;
|
|
11466
|
+
prependInnerIcon: PropType<IconValue>;
|
|
11228
11467
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
11229
11468
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
11230
11469
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
@@ -11254,7 +11493,7 @@ declare const VNumberInput: {
|
|
|
11254
11493
|
inset: BooleanConstructor;
|
|
11255
11494
|
hideInput: BooleanConstructor;
|
|
11256
11495
|
modelValue: {
|
|
11257
|
-
type: PropType<
|
|
11496
|
+
type: PropType<number | null>;
|
|
11258
11497
|
default: null;
|
|
11259
11498
|
};
|
|
11260
11499
|
min: {
|
|
@@ -11269,6 +11508,10 @@ declare const VNumberInput: {
|
|
|
11269
11508
|
type: NumberConstructor;
|
|
11270
11509
|
default: number;
|
|
11271
11510
|
};
|
|
11511
|
+
precision: {
|
|
11512
|
+
type: PropType<number | null>;
|
|
11513
|
+
default: number;
|
|
11514
|
+
};
|
|
11272
11515
|
}, vue.ExtractPropTypes<{
|
|
11273
11516
|
flat: BooleanConstructor;
|
|
11274
11517
|
reverse: BooleanConstructor;
|
|
@@ -11353,6 +11596,8 @@ declare const VNumberInput: {
|
|
|
11353
11596
|
type: PropType<IconValue>;
|
|
11354
11597
|
default: string;
|
|
11355
11598
|
};
|
|
11599
|
+
appendInnerIcon: PropType<IconValue>;
|
|
11600
|
+
prependInnerIcon: PropType<IconValue>;
|
|
11356
11601
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
11357
11602
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
11358
11603
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
@@ -11382,7 +11627,7 @@ declare const VNumberInput: {
|
|
|
11382
11627
|
inset: BooleanConstructor;
|
|
11383
11628
|
hideInput: BooleanConstructor;
|
|
11384
11629
|
modelValue: {
|
|
11385
|
-
type: PropType<
|
|
11630
|
+
type: PropType<number | null>;
|
|
11386
11631
|
default: null;
|
|
11387
11632
|
};
|
|
11388
11633
|
min: {
|
|
@@ -11397,6 +11642,10 @@ declare const VNumberInput: {
|
|
|
11397
11642
|
type: NumberConstructor;
|
|
11398
11643
|
default: number;
|
|
11399
11644
|
};
|
|
11645
|
+
precision: {
|
|
11646
|
+
type: PropType<number | null>;
|
|
11647
|
+
default: number;
|
|
11648
|
+
};
|
|
11400
11649
|
}>>;
|
|
11401
11650
|
type VNumberInput = InstanceType<typeof VNumberInput>;
|
|
11402
11651
|
|
|
@@ -12373,7 +12622,7 @@ declare const VSnackbar: {
|
|
|
12373
12622
|
};
|
|
12374
12623
|
$forceUpdate: () => void;
|
|
12375
12624
|
$nextTick: typeof nextTick;
|
|
12376
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
12625
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
12377
12626
|
} & Omit<{
|
|
12378
12627
|
absolute: boolean;
|
|
12379
12628
|
location: Anchor;
|
|
@@ -13055,7 +13304,7 @@ declare const VSnackbar: {
|
|
|
13055
13304
|
};
|
|
13056
13305
|
$forceUpdate: () => void;
|
|
13057
13306
|
$nextTick: typeof nextTick;
|
|
13058
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
13307
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
13059
13308
|
} & Omit<{
|
|
13060
13309
|
absolute: boolean;
|
|
13061
13310
|
location: Anchor;
|
|
@@ -13637,7 +13886,7 @@ declare const VSnackbar: {
|
|
|
13637
13886
|
};
|
|
13638
13887
|
$forceUpdate: () => void;
|
|
13639
13888
|
$nextTick: typeof nextTick;
|
|
13640
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
13889
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
13641
13890
|
} & Omit<{
|
|
13642
13891
|
absolute: boolean;
|
|
13643
13892
|
location: Anchor;
|
|
@@ -16876,6 +17125,7 @@ declare const VTreeview: {
|
|
|
16876
17125
|
selectStrategy: SelectStrategyProp;
|
|
16877
17126
|
collapseIcon: IconValue;
|
|
16878
17127
|
expandIcon: IconValue;
|
|
17128
|
+
fluid: boolean;
|
|
16879
17129
|
returnObject: boolean;
|
|
16880
17130
|
filterMode: FilterMode;
|
|
16881
17131
|
noFilter: boolean;
|
|
@@ -16884,7 +17134,6 @@ declare const VTreeview: {
|
|
|
16884
17134
|
itemValue: SelectItemKey;
|
|
16885
17135
|
itemChildren: SelectItemKey;
|
|
16886
17136
|
itemProps: SelectItemKey;
|
|
16887
|
-
itemType: string;
|
|
16888
17137
|
loadingIcon: string;
|
|
16889
17138
|
openAll: boolean;
|
|
16890
17139
|
} & {
|
|
@@ -16975,6 +17224,7 @@ declare const VTreeview: {
|
|
|
16975
17224
|
selectStrategy: SelectStrategyProp;
|
|
16976
17225
|
collapseIcon: IconValue;
|
|
16977
17226
|
expandIcon: IconValue;
|
|
17227
|
+
fluid: boolean;
|
|
16978
17228
|
returnObject: boolean;
|
|
16979
17229
|
filterMode: FilterMode;
|
|
16980
17230
|
noFilter: boolean;
|
|
@@ -16983,7 +17233,6 @@ declare const VTreeview: {
|
|
|
16983
17233
|
itemValue: SelectItemKey;
|
|
16984
17234
|
itemChildren: SelectItemKey;
|
|
16985
17235
|
itemProps: SelectItemKey;
|
|
16986
|
-
itemType: string;
|
|
16987
17236
|
loadingIcon: string;
|
|
16988
17237
|
openAll: boolean;
|
|
16989
17238
|
} & {
|
|
@@ -17060,6 +17309,7 @@ declare const VTreeview: {
|
|
|
17060
17309
|
selectStrategy: SelectStrategyProp;
|
|
17061
17310
|
collapseIcon: IconValue;
|
|
17062
17311
|
expandIcon: IconValue;
|
|
17312
|
+
fluid: boolean;
|
|
17063
17313
|
returnObject: boolean;
|
|
17064
17314
|
filterMode: FilterMode;
|
|
17065
17315
|
noFilter: boolean;
|
|
@@ -17068,7 +17318,6 @@ declare const VTreeview: {
|
|
|
17068
17318
|
itemValue: SelectItemKey;
|
|
17069
17319
|
itemChildren: SelectItemKey;
|
|
17070
17320
|
itemProps: SelectItemKey;
|
|
17071
|
-
itemType: string;
|
|
17072
17321
|
openOnClick: boolean;
|
|
17073
17322
|
loadingIcon: string;
|
|
17074
17323
|
openAll: boolean;
|
|
@@ -17122,6 +17371,7 @@ declare const VTreeview: {
|
|
|
17122
17371
|
selectStrategy: SelectStrategyProp;
|
|
17123
17372
|
collapseIcon: IconValue;
|
|
17124
17373
|
expandIcon: IconValue;
|
|
17374
|
+
fluid: boolean;
|
|
17125
17375
|
returnObject: boolean;
|
|
17126
17376
|
filterMode: FilterMode;
|
|
17127
17377
|
noFilter: boolean;
|
|
@@ -17130,7 +17380,6 @@ declare const VTreeview: {
|
|
|
17130
17380
|
itemValue: SelectItemKey;
|
|
17131
17381
|
itemChildren: SelectItemKey;
|
|
17132
17382
|
itemProps: SelectItemKey;
|
|
17133
|
-
itemType: string;
|
|
17134
17383
|
loadingIcon: string;
|
|
17135
17384
|
openAll: boolean;
|
|
17136
17385
|
} & {
|
|
@@ -17207,6 +17456,7 @@ declare const VTreeview: {
|
|
|
17207
17456
|
selectStrategy: SelectStrategyProp;
|
|
17208
17457
|
collapseIcon: IconValue;
|
|
17209
17458
|
expandIcon: IconValue;
|
|
17459
|
+
fluid: boolean;
|
|
17210
17460
|
returnObject: boolean;
|
|
17211
17461
|
filterMode: FilterMode;
|
|
17212
17462
|
noFilter: boolean;
|
|
@@ -17215,7 +17465,6 @@ declare const VTreeview: {
|
|
|
17215
17465
|
itemValue: SelectItemKey;
|
|
17216
17466
|
itemChildren: SelectItemKey;
|
|
17217
17467
|
itemProps: SelectItemKey;
|
|
17218
|
-
itemType: string;
|
|
17219
17468
|
openOnClick: boolean;
|
|
17220
17469
|
loadingIcon: string;
|
|
17221
17470
|
openAll: boolean;
|
|
@@ -17240,6 +17489,7 @@ declare const VTreeview: {
|
|
|
17240
17489
|
selectStrategy: SelectStrategyProp;
|
|
17241
17490
|
collapseIcon: IconValue;
|
|
17242
17491
|
expandIcon: IconValue;
|
|
17492
|
+
fluid: boolean;
|
|
17243
17493
|
returnObject: boolean;
|
|
17244
17494
|
filterMode: FilterMode;
|
|
17245
17495
|
noFilter: boolean;
|
|
@@ -17248,7 +17498,6 @@ declare const VTreeview: {
|
|
|
17248
17498
|
itemValue: SelectItemKey;
|
|
17249
17499
|
itemChildren: SelectItemKey;
|
|
17250
17500
|
itemProps: SelectItemKey;
|
|
17251
|
-
itemType: string;
|
|
17252
17501
|
loadingIcon: string;
|
|
17253
17502
|
openAll: boolean;
|
|
17254
17503
|
} & {
|
|
@@ -17340,6 +17589,7 @@ declare const VTreeview: {
|
|
|
17340
17589
|
selectStrategy: SelectStrategyProp;
|
|
17341
17590
|
collapseIcon: IconValue;
|
|
17342
17591
|
expandIcon: IconValue;
|
|
17592
|
+
fluid: boolean;
|
|
17343
17593
|
returnObject: boolean;
|
|
17344
17594
|
filterMode: FilterMode;
|
|
17345
17595
|
noFilter: boolean;
|
|
@@ -17348,7 +17598,6 @@ declare const VTreeview: {
|
|
|
17348
17598
|
itemValue: SelectItemKey;
|
|
17349
17599
|
itemChildren: SelectItemKey;
|
|
17350
17600
|
itemProps: SelectItemKey;
|
|
17351
|
-
itemType: string;
|
|
17352
17601
|
openOnClick: boolean;
|
|
17353
17602
|
loadingIcon: string;
|
|
17354
17603
|
openAll: boolean;
|
|
@@ -17490,10 +17739,6 @@ declare const VTreeview: {
|
|
|
17490
17739
|
value: boolean;
|
|
17491
17740
|
path: unknown[];
|
|
17492
17741
|
}) => void>;
|
|
17493
|
-
itemType: {
|
|
17494
|
-
type: StringConstructor;
|
|
17495
|
-
default: string;
|
|
17496
|
-
};
|
|
17497
17742
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
|
17498
17743
|
loadingIcon: {
|
|
17499
17744
|
type: StringConstructor;
|
|
@@ -17521,6 +17766,7 @@ declare const VTreeview: {
|
|
|
17521
17766
|
default: string;
|
|
17522
17767
|
};
|
|
17523
17768
|
noFilter: BooleanConstructor;
|
|
17769
|
+
fluid: BooleanConstructor;
|
|
17524
17770
|
openAll: BooleanConstructor;
|
|
17525
17771
|
search: StringConstructor;
|
|
17526
17772
|
}, vue.ExtractPropTypes<{
|
|
@@ -17633,10 +17879,6 @@ declare const VTreeview: {
|
|
|
17633
17879
|
value: boolean;
|
|
17634
17880
|
path: unknown[];
|
|
17635
17881
|
}) => void>;
|
|
17636
|
-
itemType: {
|
|
17637
|
-
type: StringConstructor;
|
|
17638
|
-
default: string;
|
|
17639
|
-
};
|
|
17640
17882
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
|
17641
17883
|
loadingIcon: {
|
|
17642
17884
|
type: StringConstructor;
|
|
@@ -17664,6 +17906,7 @@ declare const VTreeview: {
|
|
|
17664
17906
|
default: string;
|
|
17665
17907
|
};
|
|
17666
17908
|
noFilter: BooleanConstructor;
|
|
17909
|
+
fluid: BooleanConstructor;
|
|
17667
17910
|
openAll: BooleanConstructor;
|
|
17668
17911
|
search: StringConstructor;
|
|
17669
17912
|
}>>;
|
|
@@ -17700,7 +17943,7 @@ declare const VTreeviewItem: {
|
|
|
17700
17943
|
title?: string | number | undefined;
|
|
17701
17944
|
class?: any;
|
|
17702
17945
|
theme?: string | undefined;
|
|
17703
|
-
to?: vue_router.
|
|
17946
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
17704
17947
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
17705
17948
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
17706
17949
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -17768,7 +18011,7 @@ declare const VTreeviewItem: {
|
|
|
17768
18011
|
title?: string | number | undefined;
|
|
17769
18012
|
class?: any;
|
|
17770
18013
|
theme?: string | undefined;
|
|
17771
|
-
to?: vue_router.
|
|
18014
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
17772
18015
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
17773
18016
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
17774
18017
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -17867,7 +18110,7 @@ declare const VTreeviewItem: {
|
|
|
17867
18110
|
title?: string | number | undefined;
|
|
17868
18111
|
class?: any;
|
|
17869
18112
|
theme?: string | undefined;
|
|
17870
|
-
to?: vue_router.
|
|
18113
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
17871
18114
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
17872
18115
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
17873
18116
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -17957,7 +18200,7 @@ declare const VTreeviewItem: {
|
|
|
17957
18200
|
title?: string | number | undefined;
|
|
17958
18201
|
class?: any;
|
|
17959
18202
|
theme?: string | undefined;
|
|
17960
|
-
to?: vue_router.
|
|
18203
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
17961
18204
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
17962
18205
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
17963
18206
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|