@vuetify/nightly 3.7.5-master.2024-12-16 → 3.7.6-dev.2024-12-18
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 +925 -917
- package/dist/json/importMap-labs.json +42 -42
- package/dist/json/importMap.json +162 -162
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +2000 -1982
- package/dist/vuetify-labs.css +4432 -4432
- package/dist/vuetify-labs.d.ts +3365 -14377
- package/dist/vuetify-labs.esm.js +58 -54
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +57 -53
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2655 -2655
- package/dist/vuetify.d.ts +2726 -11900
- package/dist/vuetify.esm.js +58 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +57 -53
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +879 -884
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +8 -86
- package/lib/components/VApp/index.d.mts +4 -20
- 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 +18 -154
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +201 -1360
- package/lib/components/VAvatar/index.d.mts +4 -31
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +4 -41
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +12 -88
- package/lib/components/VBottomNavigation/index.d.mts +4 -32
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +4 -88
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +12 -65
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +11 -79
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +4 -28
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +13 -33
- 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 +24 -190
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +17 -95
- package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +8 -90
- package/lib/components/VChip/VChip.mjs +16 -9
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +9 -105
- package/lib/components/VChipGroup/VChipGroup.mjs +3 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +24 -43
- package/lib/components/VCode/index.d.mts +4 -18
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +4 -68
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +201 -1360
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +6 -13
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +9 -31
- package/lib/components/VDataIterator/index.d.mts +12 -56
- 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/index.d.mts +36 -388
- package/lib/components/VDatePicker/VDatePicker.mjs +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 +24 -276
- package/lib/components/VDefaultsProvider/index.d.mts +4 -20
- 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 +143 -389
- package/lib/components/VDivider/index.d.mts +4 -24
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +4 -66
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +23 -159
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +15 -84
- package/lib/components/VField/VField.mjs +4 -4
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +11 -59
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +71 -256
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +4 -29
- package/lib/components/VForm/index.d.mts +267 -175
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/index.d.mts +16 -118
- package/lib/components/VHover/index.d.mts +4 -33
- package/lib/components/VIcon/index.d.mts +17 -75
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +19 -74
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +4 -46
- package/lib/components/VInput/VInput.mjs +4 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +4 -37
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +17 -74
- package/lib/components/VKbd/index.d.mts +4 -18
- package/lib/components/VLabel/index.d.mts +4 -20
- package/lib/components/VLayout/index.d.mts +8 -48
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +4 -31
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +15 -9
- 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 +48 -291
- package/lib/components/VLocaleProvider/index.d.mts +4 -21
- package/lib/components/VMain/index.d.mts +4 -25
- package/lib/components/VMenu/VMenu.mjs +4 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +155 -397
- package/lib/components/VMessages/index.d.mts +4 -27
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +7 -62
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +7 -52
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/index.d.mts +19 -101
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +4 -64
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +4 -27
- package/lib/components/VProgressCircular/index.d.mts +4 -34
- package/lib/components/VProgressLinear/index.d.mts +4 -54
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +4 -68
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +4 -48
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +4 -107
- package/lib/components/VRating/VRating.mjs +5 -4
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +4 -42
- package/lib/components/VResponsive/index.d.mts +4 -29
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +200 -1352
- package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +10 -37
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +4 -32
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +4 -28
- package/lib/components/VSlideGroup/index.d.mts +21 -77
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/index.d.mts +4 -106
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +152 -398
- package/lib/components/VSparkline/VBarline.mjs +3 -4
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +3 -4
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +4 -49
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +4 -85
- package/lib/components/VStepper/VStepper.mjs +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 +24 -250
- package/lib/components/VSwitch/VSwitch.mjs +4 -4
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +4 -59
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +4 -28
- package/lib/components/VTable/index.d.mts +4 -33
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +105 -401
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +152 -374
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +71 -244
- package/lib/components/VThemeProvider/index.d.mts +4 -20
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +8 -75
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +12 -90
- package/lib/components/VTooltip/VTooltip.mjs +4 -4
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +147 -386
- package/lib/components/VValidation/index.d.mts +10 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +4 -15
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +15 -54
- package/lib/components/index.d.mts +2947 -12121
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +64 -309
- package/lib/composables/group.mjs +3 -3
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +2 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +65 -65
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +24 -211
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +4 -115
- package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +8 -195
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +577 -1280
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +8 -63
- package/lib/labs/VPullToRefresh/index.d.mts +4 -35
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
- 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 +12 -227
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +12 -122
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -205
- package/lib/labs/components.d.mts +1116 -3200
- package/lib/util/getCurrentInstance.mjs +1 -15
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/package.json +5 -4
@@ -1,5 +1,6 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
2
|
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref, nextTick } from 'vue';
|
3
|
+
import * as _vue_reactivity from '@vue/reactivity';
|
3
4
|
|
4
5
|
type ClassValue = any;
|
5
6
|
|
@@ -128,7 +129,7 @@ type ControlSlot = {
|
|
128
129
|
};
|
129
130
|
type ControlVariant = 'default' | 'stacked' | 'split';
|
130
131
|
declare const VNumberInput: {
|
131
|
-
new (...args: any[]): vue.
|
132
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
132
133
|
flat: boolean;
|
133
134
|
reverse: boolean;
|
134
135
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -408,131 +409,7 @@ declare const VNumberInput: {
|
|
408
409
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
409
410
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
410
411
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
411
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
412
|
-
flat: boolean;
|
413
|
-
reverse: boolean;
|
414
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
415
|
-
type: string;
|
416
|
-
error: boolean;
|
417
|
-
active: boolean;
|
418
|
-
direction: "horizontal" | "vertical";
|
419
|
-
style: vue.StyleValue;
|
420
|
-
autofocus: boolean;
|
421
|
-
disabled: boolean;
|
422
|
-
readonly: boolean | null;
|
423
|
-
messages: string | readonly string[];
|
424
|
-
focused: boolean;
|
425
|
-
errorMessages: string | readonly string[] | null;
|
426
|
-
maxErrors: string | number;
|
427
|
-
rules: readonly ValidationRule[];
|
428
|
-
tile: boolean;
|
429
|
-
density: Density;
|
430
|
-
clearIcon: IconValue;
|
431
|
-
hideSpinButtons: boolean;
|
432
|
-
persistentHint: boolean;
|
433
|
-
clearable: boolean;
|
434
|
-
dirty: boolean;
|
435
|
-
persistentClear: boolean;
|
436
|
-
singleLine: boolean;
|
437
|
-
persistentPlaceholder: boolean;
|
438
|
-
persistentCounter: boolean;
|
439
|
-
} & {
|
440
|
-
name?: string | undefined;
|
441
|
-
id?: string | undefined;
|
442
|
-
width?: string | number | undefined;
|
443
|
-
color?: string | undefined;
|
444
|
-
maxWidth?: string | number | undefined;
|
445
|
-
minWidth?: string | number | undefined;
|
446
|
-
loading?: string | boolean | undefined;
|
447
|
-
label?: string | undefined;
|
448
|
-
prefix?: string | undefined;
|
449
|
-
role?: string | undefined;
|
450
|
-
class?: any;
|
451
|
-
theme?: string | undefined;
|
452
|
-
placeholder?: string | undefined;
|
453
|
-
counter?: string | number | boolean | undefined;
|
454
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
455
|
-
modelValue?: any;
|
456
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
457
|
-
validationValue?: any;
|
458
|
-
rounded?: string | number | boolean | undefined;
|
459
|
-
baseColor?: string | undefined;
|
460
|
-
bgColor?: string | undefined;
|
461
|
-
prependIcon?: IconValue | undefined;
|
462
|
-
appendIcon?: IconValue | undefined;
|
463
|
-
appendInnerIcon?: IconValue | undefined;
|
464
|
-
prependInnerIcon?: IconValue | undefined;
|
465
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
466
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
467
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
468
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
469
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
470
|
-
centerAffix?: boolean | undefined;
|
471
|
-
hint?: string | undefined;
|
472
|
-
hideDetails?: boolean | "auto" | undefined;
|
473
|
-
suffix?: string | undefined;
|
474
|
-
counterValue?: number | ((value: any) => number) | undefined;
|
475
|
-
modelModifiers?: Record<string, boolean> | undefined;
|
476
|
-
} & {
|
477
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
478
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
479
|
-
clear?: ((arg: DefaultInputSlot & {
|
480
|
-
props: Record<string, any>;
|
481
|
-
}) => vue.VNodeChild) | undefined;
|
482
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
483
|
-
label?: ((arg: DefaultInputSlot & {
|
484
|
-
label: string | undefined;
|
485
|
-
props: Record<string, any>;
|
486
|
-
}) => vue.VNodeChild) | undefined;
|
487
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
488
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
489
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
490
|
-
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
491
|
-
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
492
|
-
default?: (() => vue.VNodeChild) | undefined;
|
493
|
-
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
494
|
-
};
|
495
|
-
'v-slots'?: {
|
496
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
497
|
-
clear?: false | ((arg: DefaultInputSlot & {
|
498
|
-
props: Record<string, any>;
|
499
|
-
}) => vue.VNodeChild) | undefined;
|
500
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
501
|
-
label?: false | ((arg: DefaultInputSlot & {
|
502
|
-
label: string | undefined;
|
503
|
-
props: Record<string, any>;
|
504
|
-
}) => vue.VNodeChild) | undefined;
|
505
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
506
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
507
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
508
|
-
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
509
|
-
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
510
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
511
|
-
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
512
|
-
} | undefined;
|
513
|
-
} & {
|
514
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
515
|
-
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
516
|
-
props: Record<string, any>;
|
517
|
-
}) => vue.VNodeChild) | undefined;
|
518
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
519
|
-
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
520
|
-
label: string | undefined;
|
521
|
-
props: Record<string, any>;
|
522
|
-
}) => vue.VNodeChild) | undefined;
|
523
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
524
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
525
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
526
|
-
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
527
|
-
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
528
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
529
|
-
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
530
|
-
} & {
|
531
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
532
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
533
|
-
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
534
|
-
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
535
|
-
}, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
|
412
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
|
536
413
|
$attrs: {
|
537
414
|
[x: string]: unknown;
|
538
415
|
};
|
@@ -559,6 +436,7 @@ declare const VNumberInput: {
|
|
559
436
|
}>;
|
560
437
|
$root: vue.ComponentPublicInstance | null;
|
561
438
|
$parent: vue.ComponentPublicInstance | null;
|
439
|
+
$host: Element | null;
|
562
440
|
$emit: ((event: "update:modelValue", val: string) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
|
563
441
|
$el: any;
|
564
442
|
$options: vue.ComponentOptionsBase<{
|
@@ -735,40 +613,7 @@ declare const VNumberInput: {
|
|
735
613
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
736
614
|
hint?: string | undefined;
|
737
615
|
hideDetails?: boolean | "auto" | undefined;
|
738
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
739
|
-
error: boolean;
|
740
|
-
direction: "horizontal" | "vertical";
|
741
|
-
style: vue.StyleValue;
|
742
|
-
disabled: boolean | null;
|
743
|
-
readonly: boolean | null;
|
744
|
-
messages: string | readonly string[];
|
745
|
-
focused: boolean;
|
746
|
-
errorMessages: string | readonly string[] | null;
|
747
|
-
maxErrors: string | number;
|
748
|
-
rules: readonly ValidationRule[];
|
749
|
-
density: Density;
|
750
|
-
centerAffix: boolean;
|
751
|
-
hideSpinButtons: boolean;
|
752
|
-
persistentHint: boolean;
|
753
|
-
} & {
|
754
|
-
name?: string | undefined;
|
755
|
-
id?: string | undefined;
|
756
|
-
width?: string | number | undefined;
|
757
|
-
maxWidth?: string | number | undefined;
|
758
|
-
minWidth?: string | number | undefined;
|
759
|
-
label?: string | undefined;
|
760
|
-
class?: any;
|
761
|
-
theme?: string | undefined;
|
762
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
763
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
764
|
-
validationValue?: any;
|
765
|
-
prependIcon?: IconValue | undefined;
|
766
|
-
appendIcon?: IconValue | undefined;
|
767
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
768
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
769
|
-
hint?: string | undefined;
|
770
|
-
hideDetails?: boolean | "auto" | undefined;
|
771
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
616
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
772
617
|
$attrs: {
|
773
618
|
[x: string]: unknown;
|
774
619
|
};
|
@@ -784,6 +629,7 @@ declare const VNumberInput: {
|
|
784
629
|
}>;
|
785
630
|
$root: vue.ComponentPublicInstance | null;
|
786
631
|
$parent: vue.ComponentPublicInstance | null;
|
632
|
+
$host: Element | null;
|
787
633
|
$emit: (event: string, ...args: any[]) => void;
|
788
634
|
$el: any;
|
789
635
|
$options: vue.ComponentOptionsBase<{
|
@@ -848,7 +694,7 @@ declare const VNumberInput: {
|
|
848
694
|
append: (arg: VInputSlot) => vue.VNode[];
|
849
695
|
details: (arg: VInputSlot) => vue.VNode[];
|
850
696
|
message: (arg: VMessageSlot) => vue.VNode[];
|
851
|
-
}
|
697
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
852
698
|
beforeCreate?: (() => void) | (() => void)[];
|
853
699
|
created?: (() => void) | (() => void)[];
|
854
700
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -867,8 +713,23 @@ declare const VNumberInput: {
|
|
867
713
|
};
|
868
714
|
$forceUpdate: () => void;
|
869
715
|
$nextTick: typeof nextTick;
|
870
|
-
$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;
|
871
|
-
} &
|
716
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
717
|
+
} & Readonly<{
|
718
|
+
error: boolean;
|
719
|
+
direction: "horizontal" | "vertical";
|
720
|
+
style: vue.StyleValue;
|
721
|
+
disabled: boolean | null;
|
722
|
+
readonly: boolean | null;
|
723
|
+
messages: string | readonly string[];
|
724
|
+
focused: boolean;
|
725
|
+
errorMessages: string | readonly string[] | null;
|
726
|
+
maxErrors: string | number;
|
727
|
+
rules: readonly ValidationRule[];
|
728
|
+
density: Density;
|
729
|
+
centerAffix: boolean;
|
730
|
+
hideSpinButtons: boolean;
|
731
|
+
persistentHint: boolean;
|
732
|
+
}> & Omit<{
|
872
733
|
error: boolean;
|
873
734
|
direction: "horizontal" | "vertical";
|
874
735
|
style: vue.StyleValue;
|
@@ -901,7 +762,7 @@ declare const VNumberInput: {
|
|
901
762
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
902
763
|
hint?: string | undefined;
|
903
764
|
hideDetails?: boolean | "auto" | undefined;
|
904
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
765
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
905
766
|
reset: () => Promise<void>;
|
906
767
|
resetValidation: () => Promise<void>;
|
907
768
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -910,7 +771,7 @@ declare const VNumberInput: {
|
|
910
771
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
911
772
|
modelValue?: unknown;
|
912
773
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
913
|
-
}, VInputSlots>, "name" | "
|
774
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
914
775
|
$: vue.ComponentInternalInstance;
|
915
776
|
$data: {};
|
916
777
|
$props: Partial<{
|
@@ -961,41 +822,7 @@ declare const VNumberInput: {
|
|
961
822
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
962
823
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
963
824
|
centerAffix?: boolean | undefined;
|
964
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
965
|
-
flat: boolean;
|
966
|
-
reverse: boolean;
|
967
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
968
|
-
error: boolean;
|
969
|
-
active: boolean;
|
970
|
-
style: vue.StyleValue;
|
971
|
-
disabled: boolean;
|
972
|
-
focused: boolean;
|
973
|
-
tile: boolean;
|
974
|
-
clearIcon: IconValue;
|
975
|
-
clearable: boolean;
|
976
|
-
dirty: boolean;
|
977
|
-
persistentClear: boolean;
|
978
|
-
singleLine: boolean;
|
979
|
-
} & {
|
980
|
-
id?: string | undefined;
|
981
|
-
color?: string | undefined;
|
982
|
-
loading?: string | boolean | undefined;
|
983
|
-
label?: string | undefined;
|
984
|
-
class?: any;
|
985
|
-
theme?: string | undefined;
|
986
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
987
|
-
rounded?: string | number | boolean | undefined;
|
988
|
-
baseColor?: string | undefined;
|
989
|
-
bgColor?: string | undefined;
|
990
|
-
appendInnerIcon?: IconValue | undefined;
|
991
|
-
prependInnerIcon?: IconValue | undefined;
|
992
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
993
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
994
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
995
|
-
centerAffix?: boolean | undefined;
|
996
|
-
} & {
|
997
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
998
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
825
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
999
826
|
$attrs: {
|
1000
827
|
[x: string]: unknown;
|
1001
828
|
};
|
@@ -1017,6 +844,7 @@ declare const VNumberInput: {
|
|
1017
844
|
}>;
|
1018
845
|
$root: vue.ComponentPublicInstance | null;
|
1019
846
|
$parent: vue.ComponentPublicInstance | null;
|
847
|
+
$host: Element | null;
|
1020
848
|
$emit: (event: "update:focused", focused: boolean) => void;
|
1021
849
|
$el: any;
|
1022
850
|
$options: vue.ComponentOptionsBase<{
|
@@ -1054,7 +882,7 @@ declare const VNumberInput: {
|
|
1054
882
|
} & {
|
1055
883
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1056
884
|
}, {
|
1057
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
885
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1058
886
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
1059
887
|
'update:focused': (focused: boolean) => true;
|
1060
888
|
'update:modelValue': (value: any) => true;
|
@@ -1087,7 +915,7 @@ declare const VNumberInput: {
|
|
1087
915
|
}) => vue.VNode[];
|
1088
916
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
1089
917
|
default: (arg: VFieldSlot) => vue.VNode[];
|
1090
|
-
}
|
918
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
1091
919
|
beforeCreate?: (() => void) | (() => void)[];
|
1092
920
|
created?: (() => void) | (() => void)[];
|
1093
921
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1106,8 +934,25 @@ declare const VNumberInput: {
|
|
1106
934
|
};
|
1107
935
|
$forceUpdate: () => void;
|
1108
936
|
$nextTick: typeof nextTick;
|
1109
|
-
$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;
|
1110
|
-
} &
|
937
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
938
|
+
} & Readonly<{
|
939
|
+
flat: boolean;
|
940
|
+
reverse: boolean;
|
941
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
942
|
+
error: boolean;
|
943
|
+
active: boolean;
|
944
|
+
style: vue.StyleValue;
|
945
|
+
disabled: boolean;
|
946
|
+
focused: boolean;
|
947
|
+
rounded: string | number | boolean;
|
948
|
+
tile: boolean;
|
949
|
+
clearIcon: IconValue;
|
950
|
+
centerAffix: boolean;
|
951
|
+
clearable: boolean;
|
952
|
+
dirty: boolean;
|
953
|
+
persistentClear: boolean;
|
954
|
+
singleLine: boolean;
|
955
|
+
}> & Omit<{
|
1111
956
|
flat: boolean;
|
1112
957
|
reverse: boolean;
|
1113
958
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -1141,12 +986,12 @@ declare const VNumberInput: {
|
|
1141
986
|
centerAffix?: boolean | undefined;
|
1142
987
|
} & {
|
1143
988
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1144
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
1145
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
989
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
990
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1146
991
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
1147
992
|
modelValue?: unknown;
|
1148
993
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1149
|
-
}, VFieldSlots>, "
|
994
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
1150
995
|
_allExposed: {
|
1151
996
|
reset: () => Promise<void>;
|
1152
997
|
resetValidation: () => Promise<void>;
|
@@ -1154,7 +999,7 @@ declare const VNumberInput: {
|
|
1154
999
|
isValid: vue.ComputedRef<boolean | null>;
|
1155
1000
|
errorMessages: vue.ComputedRef<string[]>;
|
1156
1001
|
} | {
|
1157
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
1002
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1158
1003
|
} | {};
|
1159
1004
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1160
1005
|
'click:control': (e: MouseEvent) => true;
|
@@ -1208,7 +1053,7 @@ declare const VNumberInput: {
|
|
1208
1053
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
1209
1054
|
default: () => vue.VNode[];
|
1210
1055
|
counter: (arg: VCounterSlot) => vue.VNode[];
|
1211
|
-
}
|
1056
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
1212
1057
|
beforeCreate?: (() => void) | (() => void)[];
|
1213
1058
|
created?: (() => void) | (() => void)[];
|
1214
1059
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1227,8 +1072,38 @@ declare const VNumberInput: {
|
|
1227
1072
|
};
|
1228
1073
|
$forceUpdate: () => void;
|
1229
1074
|
$nextTick: typeof nextTick;
|
1230
|
-
$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;
|
1231
|
-
} &
|
1075
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1076
|
+
} & Readonly<{
|
1077
|
+
flat: boolean;
|
1078
|
+
reverse: boolean;
|
1079
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1080
|
+
type: string;
|
1081
|
+
error: boolean;
|
1082
|
+
active: boolean;
|
1083
|
+
direction: "horizontal" | "vertical";
|
1084
|
+
style: vue.StyleValue;
|
1085
|
+
autofocus: boolean;
|
1086
|
+
disabled: boolean;
|
1087
|
+
readonly: boolean | null;
|
1088
|
+
messages: string | readonly string[];
|
1089
|
+
focused: boolean;
|
1090
|
+
errorMessages: string | readonly string[] | null;
|
1091
|
+
maxErrors: string | number;
|
1092
|
+
rules: readonly ValidationRule[];
|
1093
|
+
rounded: string | number | boolean;
|
1094
|
+
tile: boolean;
|
1095
|
+
density: Density;
|
1096
|
+
clearIcon: IconValue;
|
1097
|
+
centerAffix: boolean;
|
1098
|
+
hideSpinButtons: boolean;
|
1099
|
+
persistentHint: boolean;
|
1100
|
+
clearable: boolean;
|
1101
|
+
dirty: boolean;
|
1102
|
+
persistentClear: boolean;
|
1103
|
+
singleLine: boolean;
|
1104
|
+
persistentPlaceholder: boolean;
|
1105
|
+
persistentCounter: boolean;
|
1106
|
+
}> & Omit<{
|
1232
1107
|
flat: boolean;
|
1233
1108
|
reverse: boolean;
|
1234
1109
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -1352,7 +1227,7 @@ declare const VNumberInput: {
|
|
1352
1227
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
1353
1228
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
1354
1229
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
1355
|
-
}, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" |
|
1230
|
+
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "_allExposed" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "minLength" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
1356
1231
|
$: vue.ComponentInternalInstance;
|
1357
1232
|
$data: {};
|
1358
1233
|
$props: Partial<{
|
@@ -1402,40 +1277,7 @@ declare const VNumberInput: {
|
|
1402
1277
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1403
1278
|
hint?: string | undefined;
|
1404
1279
|
hideDetails?: boolean | "auto" | undefined;
|
1405
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1406
|
-
error: boolean;
|
1407
|
-
direction: "horizontal" | "vertical";
|
1408
|
-
style: vue.StyleValue;
|
1409
|
-
disabled: boolean | null;
|
1410
|
-
readonly: boolean | null;
|
1411
|
-
messages: string | readonly string[];
|
1412
|
-
focused: boolean;
|
1413
|
-
errorMessages: string | readonly string[] | null;
|
1414
|
-
maxErrors: string | number;
|
1415
|
-
rules: readonly ValidationRule[];
|
1416
|
-
density: Density;
|
1417
|
-
centerAffix: boolean;
|
1418
|
-
hideSpinButtons: boolean;
|
1419
|
-
persistentHint: boolean;
|
1420
|
-
} & {
|
1421
|
-
name?: string | undefined;
|
1422
|
-
id?: string | undefined;
|
1423
|
-
width?: string | number | undefined;
|
1424
|
-
maxWidth?: string | number | undefined;
|
1425
|
-
minWidth?: string | number | undefined;
|
1426
|
-
label?: string | undefined;
|
1427
|
-
class?: any;
|
1428
|
-
theme?: string | undefined;
|
1429
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1430
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
1431
|
-
validationValue?: any;
|
1432
|
-
prependIcon?: IconValue | undefined;
|
1433
|
-
appendIcon?: IconValue | undefined;
|
1434
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1435
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1436
|
-
hint?: string | undefined;
|
1437
|
-
hideDetails?: boolean | "auto" | undefined;
|
1438
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
1280
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
1439
1281
|
$attrs: {
|
1440
1282
|
[x: string]: unknown;
|
1441
1283
|
};
|
@@ -1451,6 +1293,7 @@ declare const VNumberInput: {
|
|
1451
1293
|
}>;
|
1452
1294
|
$root: vue.ComponentPublicInstance | null;
|
1453
1295
|
$parent: vue.ComponentPublicInstance | null;
|
1296
|
+
$host: Element | null;
|
1454
1297
|
$emit: (event: string, ...args: any[]) => void;
|
1455
1298
|
$el: any;
|
1456
1299
|
$options: vue.ComponentOptionsBase<{
|
@@ -1515,7 +1358,7 @@ declare const VNumberInput: {
|
|
1515
1358
|
append: (arg: VInputSlot) => vue.VNode[];
|
1516
1359
|
details: (arg: VInputSlot) => vue.VNode[];
|
1517
1360
|
message: (arg: VMessageSlot) => vue.VNode[];
|
1518
|
-
}
|
1361
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
1519
1362
|
beforeCreate?: (() => void) | (() => void)[];
|
1520
1363
|
created?: (() => void) | (() => void)[];
|
1521
1364
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1534,8 +1377,23 @@ declare const VNumberInput: {
|
|
1534
1377
|
};
|
1535
1378
|
$forceUpdate: () => void;
|
1536
1379
|
$nextTick: typeof nextTick;
|
1537
|
-
$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;
|
1538
|
-
} &
|
1380
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1381
|
+
} & Readonly<{
|
1382
|
+
error: boolean;
|
1383
|
+
direction: "horizontal" | "vertical";
|
1384
|
+
style: vue.StyleValue;
|
1385
|
+
disabled: boolean | null;
|
1386
|
+
readonly: boolean | null;
|
1387
|
+
messages: string | readonly string[];
|
1388
|
+
focused: boolean;
|
1389
|
+
errorMessages: string | readonly string[] | null;
|
1390
|
+
maxErrors: string | number;
|
1391
|
+
rules: readonly ValidationRule[];
|
1392
|
+
density: Density;
|
1393
|
+
centerAffix: boolean;
|
1394
|
+
hideSpinButtons: boolean;
|
1395
|
+
persistentHint: boolean;
|
1396
|
+
}> & Omit<{
|
1539
1397
|
error: boolean;
|
1540
1398
|
direction: "horizontal" | "vertical";
|
1541
1399
|
style: vue.StyleValue;
|
@@ -1568,7 +1426,7 @@ declare const VNumberInput: {
|
|
1568
1426
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1569
1427
|
hint?: string | undefined;
|
1570
1428
|
hideDetails?: boolean | "auto" | undefined;
|
1571
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
1429
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
1572
1430
|
reset: () => Promise<void>;
|
1573
1431
|
resetValidation: () => Promise<void>;
|
1574
1432
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -1577,7 +1435,7 @@ declare const VNumberInput: {
|
|
1577
1435
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
1578
1436
|
modelValue?: unknown;
|
1579
1437
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1580
|
-
}, VInputSlots>, "name" | "
|
1438
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1581
1439
|
$: vue.ComponentInternalInstance;
|
1582
1440
|
$data: {};
|
1583
1441
|
$props: Partial<{
|
@@ -1628,41 +1486,7 @@ declare const VNumberInput: {
|
|
1628
1486
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1629
1487
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1630
1488
|
centerAffix?: boolean | undefined;
|
1631
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1632
|
-
flat: boolean;
|
1633
|
-
reverse: boolean;
|
1634
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1635
|
-
error: boolean;
|
1636
|
-
active: boolean;
|
1637
|
-
style: vue.StyleValue;
|
1638
|
-
disabled: boolean;
|
1639
|
-
focused: boolean;
|
1640
|
-
tile: boolean;
|
1641
|
-
clearIcon: IconValue;
|
1642
|
-
clearable: boolean;
|
1643
|
-
dirty: boolean;
|
1644
|
-
persistentClear: boolean;
|
1645
|
-
singleLine: boolean;
|
1646
|
-
} & {
|
1647
|
-
id?: string | undefined;
|
1648
|
-
color?: string | undefined;
|
1649
|
-
loading?: string | boolean | undefined;
|
1650
|
-
label?: string | undefined;
|
1651
|
-
class?: any;
|
1652
|
-
theme?: string | undefined;
|
1653
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1654
|
-
rounded?: string | number | boolean | undefined;
|
1655
|
-
baseColor?: string | undefined;
|
1656
|
-
bgColor?: string | undefined;
|
1657
|
-
appendInnerIcon?: IconValue | undefined;
|
1658
|
-
prependInnerIcon?: IconValue | undefined;
|
1659
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1660
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1661
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1662
|
-
centerAffix?: boolean | undefined;
|
1663
|
-
} & {
|
1664
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1665
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
1489
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
1666
1490
|
$attrs: {
|
1667
1491
|
[x: string]: unknown;
|
1668
1492
|
};
|
@@ -1684,6 +1508,7 @@ declare const VNumberInput: {
|
|
1684
1508
|
}>;
|
1685
1509
|
$root: vue.ComponentPublicInstance | null;
|
1686
1510
|
$parent: vue.ComponentPublicInstance | null;
|
1511
|
+
$host: Element | null;
|
1687
1512
|
$emit: (event: "update:focused", focused: boolean) => void;
|
1688
1513
|
$el: any;
|
1689
1514
|
$options: vue.ComponentOptionsBase<{
|
@@ -1721,7 +1546,7 @@ declare const VNumberInput: {
|
|
1721
1546
|
} & {
|
1722
1547
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1723
1548
|
}, {
|
1724
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
1549
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1725
1550
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
1726
1551
|
'update:focused': (focused: boolean) => true;
|
1727
1552
|
'update:modelValue': (value: any) => true;
|
@@ -1754,7 +1579,7 @@ declare const VNumberInput: {
|
|
1754
1579
|
}) => vue.VNode[];
|
1755
1580
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
1756
1581
|
default: (arg: VFieldSlot) => vue.VNode[];
|
1757
|
-
}
|
1582
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
1758
1583
|
beforeCreate?: (() => void) | (() => void)[];
|
1759
1584
|
created?: (() => void) | (() => void)[];
|
1760
1585
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1773,8 +1598,25 @@ declare const VNumberInput: {
|
|
1773
1598
|
};
|
1774
1599
|
$forceUpdate: () => void;
|
1775
1600
|
$nextTick: typeof nextTick;
|
1776
|
-
$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;
|
1777
|
-
} &
|
1601
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1602
|
+
} & Readonly<{
|
1603
|
+
flat: boolean;
|
1604
|
+
reverse: boolean;
|
1605
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1606
|
+
error: boolean;
|
1607
|
+
active: boolean;
|
1608
|
+
style: vue.StyleValue;
|
1609
|
+
disabled: boolean;
|
1610
|
+
focused: boolean;
|
1611
|
+
rounded: string | number | boolean;
|
1612
|
+
tile: boolean;
|
1613
|
+
clearIcon: IconValue;
|
1614
|
+
centerAffix: boolean;
|
1615
|
+
clearable: boolean;
|
1616
|
+
dirty: boolean;
|
1617
|
+
persistentClear: boolean;
|
1618
|
+
singleLine: boolean;
|
1619
|
+
}> & Omit<{
|
1778
1620
|
flat: boolean;
|
1779
1621
|
reverse: boolean;
|
1780
1622
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -1808,12 +1650,12 @@ declare const VNumberInput: {
|
|
1808
1650
|
centerAffix?: boolean | undefined;
|
1809
1651
|
} & {
|
1810
1652
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1811
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
1812
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
1653
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
1654
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1813
1655
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
1814
1656
|
modelValue?: unknown;
|
1815
1657
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1816
|
-
}, VFieldSlots>, "
|
1658
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
1817
1659
|
_allExposed: {
|
1818
1660
|
reset: () => Promise<void>;
|
1819
1661
|
resetValidation: () => Promise<void>;
|
@@ -1821,9 +1663,9 @@ declare const VNumberInput: {
|
|
1821
1663
|
isValid: vue.ComputedRef<boolean | null>;
|
1822
1664
|
errorMessages: vue.ComputedRef<string[]>;
|
1823
1665
|
} | {
|
1824
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
1666
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1825
1667
|
} | {};
|
1826
|
-
}> & {} & vue.ComponentCustomProperties & {}, "name" | "
|
1668
|
+
}> & {} & vue.ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
1827
1669
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
1828
1670
|
$: vue.ComponentInternalInstance;
|
1829
1671
|
$data: {};
|
@@ -1874,40 +1716,7 @@ declare const VNumberInput: {
|
|
1874
1716
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1875
1717
|
hint?: string | undefined;
|
1876
1718
|
hideDetails?: boolean | "auto" | undefined;
|
1877
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1878
|
-
error: boolean;
|
1879
|
-
direction: "horizontal" | "vertical";
|
1880
|
-
style: vue.StyleValue;
|
1881
|
-
disabled: boolean | null;
|
1882
|
-
readonly: boolean | null;
|
1883
|
-
messages: string | readonly string[];
|
1884
|
-
focused: boolean;
|
1885
|
-
errorMessages: string | readonly string[] | null;
|
1886
|
-
maxErrors: string | number;
|
1887
|
-
rules: readonly ValidationRule[];
|
1888
|
-
density: Density;
|
1889
|
-
centerAffix: boolean;
|
1890
|
-
hideSpinButtons: boolean;
|
1891
|
-
persistentHint: boolean;
|
1892
|
-
} & {
|
1893
|
-
name?: string | undefined;
|
1894
|
-
id?: string | undefined;
|
1895
|
-
width?: string | number | undefined;
|
1896
|
-
maxWidth?: string | number | undefined;
|
1897
|
-
minWidth?: string | number | undefined;
|
1898
|
-
label?: string | undefined;
|
1899
|
-
class?: any;
|
1900
|
-
theme?: string | undefined;
|
1901
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1902
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
1903
|
-
validationValue?: any;
|
1904
|
-
prependIcon?: IconValue | undefined;
|
1905
|
-
appendIcon?: IconValue | undefined;
|
1906
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1907
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1908
|
-
hint?: string | undefined;
|
1909
|
-
hideDetails?: boolean | "auto" | undefined;
|
1910
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
1719
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
1911
1720
|
$attrs: {
|
1912
1721
|
[x: string]: unknown;
|
1913
1722
|
};
|
@@ -1923,6 +1732,7 @@ declare const VNumberInput: {
|
|
1923
1732
|
}>;
|
1924
1733
|
$root: vue.ComponentPublicInstance | null;
|
1925
1734
|
$parent: vue.ComponentPublicInstance | null;
|
1735
|
+
$host: Element | null;
|
1926
1736
|
$emit: (event: string, ...args: any[]) => void;
|
1927
1737
|
$el: any;
|
1928
1738
|
$options: vue.ComponentOptionsBase<{
|
@@ -1987,7 +1797,7 @@ declare const VNumberInput: {
|
|
1987
1797
|
append: (arg: VInputSlot) => vue.VNode[];
|
1988
1798
|
details: (arg: VInputSlot) => vue.VNode[];
|
1989
1799
|
message: (arg: VMessageSlot) => vue.VNode[];
|
1990
|
-
}
|
1800
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
1991
1801
|
beforeCreate?: (() => void) | (() => void)[];
|
1992
1802
|
created?: (() => void) | (() => void)[];
|
1993
1803
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -2006,8 +1816,23 @@ declare const VNumberInput: {
|
|
2006
1816
|
};
|
2007
1817
|
$forceUpdate: () => void;
|
2008
1818
|
$nextTick: typeof nextTick;
|
2009
|
-
$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;
|
2010
|
-
} &
|
1819
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1820
|
+
} & Readonly<{
|
1821
|
+
error: boolean;
|
1822
|
+
direction: "horizontal" | "vertical";
|
1823
|
+
style: vue.StyleValue;
|
1824
|
+
disabled: boolean | null;
|
1825
|
+
readonly: boolean | null;
|
1826
|
+
messages: string | readonly string[];
|
1827
|
+
focused: boolean;
|
1828
|
+
errorMessages: string | readonly string[] | null;
|
1829
|
+
maxErrors: string | number;
|
1830
|
+
rules: readonly ValidationRule[];
|
1831
|
+
density: Density;
|
1832
|
+
centerAffix: boolean;
|
1833
|
+
hideSpinButtons: boolean;
|
1834
|
+
persistentHint: boolean;
|
1835
|
+
}> & Omit<{
|
2011
1836
|
error: boolean;
|
2012
1837
|
direction: "horizontal" | "vertical";
|
2013
1838
|
style: vue.StyleValue;
|
@@ -2040,7 +1865,7 @@ declare const VNumberInput: {
|
|
2040
1865
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2041
1866
|
hint?: string | undefined;
|
2042
1867
|
hideDetails?: boolean | "auto" | undefined;
|
2043
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
1868
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
2044
1869
|
reset: () => Promise<void>;
|
2045
1870
|
resetValidation: () => Promise<void>;
|
2046
1871
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -2049,7 +1874,7 @@ declare const VNumberInput: {
|
|
2049
1874
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
2050
1875
|
modelValue?: unknown;
|
2051
1876
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2052
|
-
}, VInputSlots>, "name" | "
|
1877
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
2053
1878
|
$: vue.ComponentInternalInstance;
|
2054
1879
|
$data: {};
|
2055
1880
|
$props: Partial<{
|
@@ -2100,41 +1925,7 @@ declare const VNumberInput: {
|
|
2100
1925
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2101
1926
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2102
1927
|
centerAffix?: boolean | undefined;
|
2103
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
2104
|
-
flat: boolean;
|
2105
|
-
reverse: boolean;
|
2106
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2107
|
-
error: boolean;
|
2108
|
-
active: boolean;
|
2109
|
-
style: vue.StyleValue;
|
2110
|
-
disabled: boolean;
|
2111
|
-
focused: boolean;
|
2112
|
-
tile: boolean;
|
2113
|
-
clearIcon: IconValue;
|
2114
|
-
clearable: boolean;
|
2115
|
-
dirty: boolean;
|
2116
|
-
persistentClear: boolean;
|
2117
|
-
singleLine: boolean;
|
2118
|
-
} & {
|
2119
|
-
id?: string | undefined;
|
2120
|
-
color?: string | undefined;
|
2121
|
-
loading?: string | boolean | undefined;
|
2122
|
-
label?: string | undefined;
|
2123
|
-
class?: any;
|
2124
|
-
theme?: string | undefined;
|
2125
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2126
|
-
rounded?: string | number | boolean | undefined;
|
2127
|
-
baseColor?: string | undefined;
|
2128
|
-
bgColor?: string | undefined;
|
2129
|
-
appendInnerIcon?: IconValue | undefined;
|
2130
|
-
prependInnerIcon?: IconValue | undefined;
|
2131
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2132
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2133
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2134
|
-
centerAffix?: boolean | undefined;
|
2135
|
-
} & {
|
2136
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2137
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
1928
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
2138
1929
|
$attrs: {
|
2139
1930
|
[x: string]: unknown;
|
2140
1931
|
};
|
@@ -2156,6 +1947,7 @@ declare const VNumberInput: {
|
|
2156
1947
|
}>;
|
2157
1948
|
$root: vue.ComponentPublicInstance | null;
|
2158
1949
|
$parent: vue.ComponentPublicInstance | null;
|
1950
|
+
$host: Element | null;
|
2159
1951
|
$emit: (event: "update:focused", focused: boolean) => void;
|
2160
1952
|
$el: any;
|
2161
1953
|
$options: vue.ComponentOptionsBase<{
|
@@ -2193,7 +1985,7 @@ declare const VNumberInput: {
|
|
2193
1985
|
} & {
|
2194
1986
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2195
1987
|
}, {
|
2196
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
1988
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2197
1989
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
2198
1990
|
'update:focused': (focused: boolean) => true;
|
2199
1991
|
'update:modelValue': (value: any) => true;
|
@@ -2226,7 +2018,7 @@ declare const VNumberInput: {
|
|
2226
2018
|
}) => vue.VNode[];
|
2227
2019
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
2228
2020
|
default: (arg: VFieldSlot) => vue.VNode[];
|
2229
|
-
}
|
2021
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
2230
2022
|
beforeCreate?: (() => void) | (() => void)[];
|
2231
2023
|
created?: (() => void) | (() => void)[];
|
2232
2024
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -2245,8 +2037,25 @@ declare const VNumberInput: {
|
|
2245
2037
|
};
|
2246
2038
|
$forceUpdate: () => void;
|
2247
2039
|
$nextTick: typeof nextTick;
|
2248
|
-
$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;
|
2249
|
-
} &
|
2040
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
2041
|
+
} & Readonly<{
|
2042
|
+
flat: boolean;
|
2043
|
+
reverse: boolean;
|
2044
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2045
|
+
error: boolean;
|
2046
|
+
active: boolean;
|
2047
|
+
style: vue.StyleValue;
|
2048
|
+
disabled: boolean;
|
2049
|
+
focused: boolean;
|
2050
|
+
rounded: string | number | boolean;
|
2051
|
+
tile: boolean;
|
2052
|
+
clearIcon: IconValue;
|
2053
|
+
centerAffix: boolean;
|
2054
|
+
clearable: boolean;
|
2055
|
+
dirty: boolean;
|
2056
|
+
persistentClear: boolean;
|
2057
|
+
singleLine: boolean;
|
2058
|
+
}> & Omit<{
|
2250
2059
|
flat: boolean;
|
2251
2060
|
reverse: boolean;
|
2252
2061
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -2280,12 +2089,12 @@ declare const VNumberInput: {
|
|
2280
2089
|
centerAffix?: boolean | undefined;
|
2281
2090
|
} & {
|
2282
2091
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2283
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
2284
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
2092
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
2093
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2285
2094
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
2286
2095
|
modelValue?: unknown;
|
2287
2096
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2288
|
-
}, VFieldSlots>, "
|
2097
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
2289
2098
|
_allExposed: {
|
2290
2099
|
reset: () => Promise<void>;
|
2291
2100
|
resetValidation: () => Promise<void>;
|
@@ -2293,140 +2102,12 @@ declare const VNumberInput: {
|
|
2293
2102
|
isValid: vue.ComputedRef<boolean | null>;
|
2294
2103
|
errorMessages: vue.ComputedRef<string[]>;
|
2295
2104
|
} | {
|
2296
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
2105
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2297
2106
|
} | {};
|
2298
2107
|
}) | {};
|
2299
2108
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
2300
2109
|
'update:modelValue': (val: number) => true;
|
2301
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
2302
|
-
flat: boolean;
|
2303
|
-
reverse: boolean;
|
2304
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2305
|
-
max: number;
|
2306
|
-
type: string;
|
2307
|
-
error: boolean;
|
2308
|
-
active: boolean;
|
2309
|
-
min: number;
|
2310
|
-
direction: "horizontal" | "vertical";
|
2311
|
-
inset: boolean;
|
2312
|
-
style: vue.StyleValue;
|
2313
|
-
autofocus: boolean;
|
2314
|
-
disabled: boolean;
|
2315
|
-
readonly: boolean | null;
|
2316
|
-
step: number;
|
2317
|
-
messages: string | readonly string[];
|
2318
|
-
focused: boolean;
|
2319
|
-
errorMessages: string | readonly string[] | null;
|
2320
|
-
maxErrors: string | number;
|
2321
|
-
rules: readonly ValidationRule[];
|
2322
|
-
modelValue: Number | null;
|
2323
|
-
tile: boolean;
|
2324
|
-
density: Density;
|
2325
|
-
clearIcon: IconValue;
|
2326
|
-
hideSpinButtons: boolean;
|
2327
|
-
persistentHint: boolean;
|
2328
|
-
clearable: boolean;
|
2329
|
-
dirty: boolean;
|
2330
|
-
persistentClear: boolean;
|
2331
|
-
singleLine: boolean;
|
2332
|
-
persistentPlaceholder: boolean;
|
2333
|
-
persistentCounter: boolean;
|
2334
|
-
hideInput: boolean;
|
2335
|
-
controlVariant: ControlVariant;
|
2336
|
-
} & {
|
2337
|
-
name?: string | undefined;
|
2338
|
-
id?: string | undefined;
|
2339
|
-
width?: string | number | undefined;
|
2340
|
-
color?: string | undefined;
|
2341
|
-
maxWidth?: string | number | undefined;
|
2342
|
-
minWidth?: string | number | undefined;
|
2343
|
-
loading?: string | boolean | undefined;
|
2344
|
-
label?: string | undefined;
|
2345
|
-
prefix?: string | undefined;
|
2346
|
-
role?: string | undefined;
|
2347
|
-
class?: any;
|
2348
|
-
theme?: string | undefined;
|
2349
|
-
placeholder?: string | undefined;
|
2350
|
-
counter?: string | number | boolean | undefined;
|
2351
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2352
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
2353
|
-
validationValue?: any;
|
2354
|
-
rounded?: string | number | boolean | undefined;
|
2355
|
-
baseColor?: string | undefined;
|
2356
|
-
bgColor?: string | undefined;
|
2357
|
-
prependIcon?: IconValue | undefined;
|
2358
|
-
appendIcon?: IconValue | undefined;
|
2359
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2360
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2361
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2362
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2363
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2364
|
-
centerAffix?: boolean | undefined;
|
2365
|
-
hint?: string | undefined;
|
2366
|
-
hideDetails?: boolean | "auto" | undefined;
|
2367
|
-
suffix?: string | undefined;
|
2368
|
-
counterValue?: number | ((value: any) => number) | undefined;
|
2369
|
-
modelModifiers?: Record<string, boolean> | undefined;
|
2370
|
-
} & {
|
2371
|
-
$children?: {} | vue.VNodeChild | {
|
2372
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
2373
|
-
clear?: ((arg: DefaultInputSlot & {
|
2374
|
-
props: Record<string, any>;
|
2375
|
-
}) => vue.VNodeChild) | undefined;
|
2376
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2377
|
-
label?: ((arg: DefaultInputSlot & {
|
2378
|
-
label: string | undefined;
|
2379
|
-
props: Record<string, any>;
|
2380
|
-
}) => vue.VNodeChild) | undefined;
|
2381
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2382
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2383
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
2384
|
-
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
2385
|
-
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2386
|
-
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2387
|
-
increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
2388
|
-
decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
2389
|
-
};
|
2390
|
-
'v-slots'?: {
|
2391
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
2392
|
-
clear?: false | ((arg: DefaultInputSlot & {
|
2393
|
-
props: Record<string, any>;
|
2394
|
-
}) => vue.VNodeChild) | undefined;
|
2395
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2396
|
-
label?: false | ((arg: DefaultInputSlot & {
|
2397
|
-
label: string | undefined;
|
2398
|
-
props: Record<string, any>;
|
2399
|
-
}) => vue.VNodeChild) | undefined;
|
2400
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2401
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2402
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
2403
|
-
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
2404
|
-
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2405
|
-
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2406
|
-
increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
2407
|
-
decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
2408
|
-
} | undefined;
|
2409
|
-
} & {
|
2410
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
2411
|
-
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
2412
|
-
props: Record<string, any>;
|
2413
|
-
}) => vue.VNodeChild) | undefined;
|
2414
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2415
|
-
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
2416
|
-
label: string | undefined;
|
2417
|
-
props: Record<string, any>;
|
2418
|
-
}) => vue.VNodeChild) | undefined;
|
2419
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2420
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2421
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
2422
|
-
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
2423
|
-
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2424
|
-
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2425
|
-
"v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
2426
|
-
"v-slot:decrement"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
2427
|
-
} & {
|
2428
|
-
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
2429
|
-
}, {
|
2110
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
2430
2111
|
flat: boolean;
|
2431
2112
|
reverse: boolean;
|
2432
2113
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -2481,7 +2162,7 @@ declare const VNumberInput: {
|
|
2481
2162
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
2482
2163
|
increment: (arg: ControlSlot) => vue.VNode[];
|
2483
2164
|
decrement: (arg: ControlSlot) => vue.VNode[];
|
2484
|
-
}>>, {
|
2165
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
2485
2166
|
P: {};
|
2486
2167
|
B: {};
|
2487
2168
|
D: {};
|
@@ -2768,131 +2449,7 @@ declare const VNumberInput: {
|
|
2768
2449
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
2769
2450
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
2770
2451
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
2771
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
2772
|
-
flat: boolean;
|
2773
|
-
reverse: boolean;
|
2774
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2775
|
-
type: string;
|
2776
|
-
error: boolean;
|
2777
|
-
active: boolean;
|
2778
|
-
direction: "horizontal" | "vertical";
|
2779
|
-
style: vue.StyleValue;
|
2780
|
-
autofocus: boolean;
|
2781
|
-
disabled: boolean;
|
2782
|
-
readonly: boolean | null;
|
2783
|
-
messages: string | readonly string[];
|
2784
|
-
focused: boolean;
|
2785
|
-
errorMessages: string | readonly string[] | null;
|
2786
|
-
maxErrors: string | number;
|
2787
|
-
rules: readonly ValidationRule[];
|
2788
|
-
tile: boolean;
|
2789
|
-
density: Density;
|
2790
|
-
clearIcon: IconValue;
|
2791
|
-
hideSpinButtons: boolean;
|
2792
|
-
persistentHint: boolean;
|
2793
|
-
clearable: boolean;
|
2794
|
-
dirty: boolean;
|
2795
|
-
persistentClear: boolean;
|
2796
|
-
singleLine: boolean;
|
2797
|
-
persistentPlaceholder: boolean;
|
2798
|
-
persistentCounter: boolean;
|
2799
|
-
} & {
|
2800
|
-
name?: string | undefined;
|
2801
|
-
id?: string | undefined;
|
2802
|
-
width?: string | number | undefined;
|
2803
|
-
color?: string | undefined;
|
2804
|
-
maxWidth?: string | number | undefined;
|
2805
|
-
minWidth?: string | number | undefined;
|
2806
|
-
loading?: string | boolean | undefined;
|
2807
|
-
label?: string | undefined;
|
2808
|
-
prefix?: string | undefined;
|
2809
|
-
role?: string | undefined;
|
2810
|
-
class?: any;
|
2811
|
-
theme?: string | undefined;
|
2812
|
-
placeholder?: string | undefined;
|
2813
|
-
counter?: string | number | boolean | undefined;
|
2814
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2815
|
-
modelValue?: any;
|
2816
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
2817
|
-
validationValue?: any;
|
2818
|
-
rounded?: string | number | boolean | undefined;
|
2819
|
-
baseColor?: string | undefined;
|
2820
|
-
bgColor?: string | undefined;
|
2821
|
-
prependIcon?: IconValue | undefined;
|
2822
|
-
appendIcon?: IconValue | undefined;
|
2823
|
-
appendInnerIcon?: IconValue | undefined;
|
2824
|
-
prependInnerIcon?: IconValue | undefined;
|
2825
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2826
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2827
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2828
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2829
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2830
|
-
centerAffix?: boolean | undefined;
|
2831
|
-
hint?: string | undefined;
|
2832
|
-
hideDetails?: boolean | "auto" | undefined;
|
2833
|
-
suffix?: string | undefined;
|
2834
|
-
counterValue?: number | ((value: any) => number) | undefined;
|
2835
|
-
modelModifiers?: Record<string, boolean> | undefined;
|
2836
|
-
} & {
|
2837
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2838
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
2839
|
-
clear?: ((arg: DefaultInputSlot & {
|
2840
|
-
props: Record<string, any>;
|
2841
|
-
}) => vue.VNodeChild) | undefined;
|
2842
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2843
|
-
label?: ((arg: DefaultInputSlot & {
|
2844
|
-
label: string | undefined;
|
2845
|
-
props: Record<string, any>;
|
2846
|
-
}) => vue.VNodeChild) | undefined;
|
2847
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2848
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2849
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
2850
|
-
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2851
|
-
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2852
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2853
|
-
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
2854
|
-
};
|
2855
|
-
'v-slots'?: {
|
2856
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
2857
|
-
clear?: false | ((arg: DefaultInputSlot & {
|
2858
|
-
props: Record<string, any>;
|
2859
|
-
}) => vue.VNodeChild) | undefined;
|
2860
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2861
|
-
label?: false | ((arg: DefaultInputSlot & {
|
2862
|
-
label: string | undefined;
|
2863
|
-
props: Record<string, any>;
|
2864
|
-
}) => vue.VNodeChild) | undefined;
|
2865
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2866
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2867
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
2868
|
-
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2869
|
-
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2870
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2871
|
-
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
2872
|
-
} | undefined;
|
2873
|
-
} & {
|
2874
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
2875
|
-
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
2876
|
-
props: Record<string, any>;
|
2877
|
-
}) => vue.VNodeChild) | undefined;
|
2878
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2879
|
-
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
2880
|
-
label: string | undefined;
|
2881
|
-
props: Record<string, any>;
|
2882
|
-
}) => vue.VNodeChild) | undefined;
|
2883
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2884
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2885
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
2886
|
-
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2887
|
-
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
2888
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2889
|
-
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
2890
|
-
} & {
|
2891
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2892
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
2893
|
-
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
2894
|
-
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
2895
|
-
}, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
|
2452
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
|
2896
2453
|
$attrs: {
|
2897
2454
|
[x: string]: unknown;
|
2898
2455
|
};
|
@@ -2919,6 +2476,7 @@ declare const VNumberInput: {
|
|
2919
2476
|
}>;
|
2920
2477
|
$root: vue.ComponentPublicInstance | null;
|
2921
2478
|
$parent: vue.ComponentPublicInstance | null;
|
2479
|
+
$host: Element | null;
|
2922
2480
|
$emit: ((event: "update:modelValue", val: string) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
|
2923
2481
|
$el: any;
|
2924
2482
|
$options: vue.ComponentOptionsBase<{
|
@@ -3095,40 +2653,7 @@ declare const VNumberInput: {
|
|
3095
2653
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3096
2654
|
hint?: string | undefined;
|
3097
2655
|
hideDetails?: boolean | "auto" | undefined;
|
3098
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
3099
|
-
error: boolean;
|
3100
|
-
direction: "horizontal" | "vertical";
|
3101
|
-
style: vue.StyleValue;
|
3102
|
-
disabled: boolean | null;
|
3103
|
-
readonly: boolean | null;
|
3104
|
-
messages: string | readonly string[];
|
3105
|
-
focused: boolean;
|
3106
|
-
errorMessages: string | readonly string[] | null;
|
3107
|
-
maxErrors: string | number;
|
3108
|
-
rules: readonly ValidationRule[];
|
3109
|
-
density: Density;
|
3110
|
-
centerAffix: boolean;
|
3111
|
-
hideSpinButtons: boolean;
|
3112
|
-
persistentHint: boolean;
|
3113
|
-
} & {
|
3114
|
-
name?: string | undefined;
|
3115
|
-
id?: string | undefined;
|
3116
|
-
width?: string | number | undefined;
|
3117
|
-
maxWidth?: string | number | undefined;
|
3118
|
-
minWidth?: string | number | undefined;
|
3119
|
-
label?: string | undefined;
|
3120
|
-
class?: any;
|
3121
|
-
theme?: string | undefined;
|
3122
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3123
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
3124
|
-
validationValue?: any;
|
3125
|
-
prependIcon?: IconValue | undefined;
|
3126
|
-
appendIcon?: IconValue | undefined;
|
3127
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3128
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3129
|
-
hint?: string | undefined;
|
3130
|
-
hideDetails?: boolean | "auto" | undefined;
|
3131
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
2656
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
3132
2657
|
$attrs: {
|
3133
2658
|
[x: string]: unknown;
|
3134
2659
|
};
|
@@ -3144,6 +2669,7 @@ declare const VNumberInput: {
|
|
3144
2669
|
}>;
|
3145
2670
|
$root: vue.ComponentPublicInstance | null;
|
3146
2671
|
$parent: vue.ComponentPublicInstance | null;
|
2672
|
+
$host: Element | null;
|
3147
2673
|
$emit: (event: string, ...args: any[]) => void;
|
3148
2674
|
$el: any;
|
3149
2675
|
$options: vue.ComponentOptionsBase<{
|
@@ -3208,7 +2734,7 @@ declare const VNumberInput: {
|
|
3208
2734
|
append: (arg: VInputSlot) => vue.VNode[];
|
3209
2735
|
details: (arg: VInputSlot) => vue.VNode[];
|
3210
2736
|
message: (arg: VMessageSlot) => vue.VNode[];
|
3211
|
-
}
|
2737
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
3212
2738
|
beforeCreate?: (() => void) | (() => void)[];
|
3213
2739
|
created?: (() => void) | (() => void)[];
|
3214
2740
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -3227,8 +2753,23 @@ declare const VNumberInput: {
|
|
3227
2753
|
};
|
3228
2754
|
$forceUpdate: () => void;
|
3229
2755
|
$nextTick: typeof nextTick;
|
3230
|
-
$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;
|
3231
|
-
} &
|
2756
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
2757
|
+
} & Readonly<{
|
2758
|
+
error: boolean;
|
2759
|
+
direction: "horizontal" | "vertical";
|
2760
|
+
style: vue.StyleValue;
|
2761
|
+
disabled: boolean | null;
|
2762
|
+
readonly: boolean | null;
|
2763
|
+
messages: string | readonly string[];
|
2764
|
+
focused: boolean;
|
2765
|
+
errorMessages: string | readonly string[] | null;
|
2766
|
+
maxErrors: string | number;
|
2767
|
+
rules: readonly ValidationRule[];
|
2768
|
+
density: Density;
|
2769
|
+
centerAffix: boolean;
|
2770
|
+
hideSpinButtons: boolean;
|
2771
|
+
persistentHint: boolean;
|
2772
|
+
}> & Omit<{
|
3232
2773
|
error: boolean;
|
3233
2774
|
direction: "horizontal" | "vertical";
|
3234
2775
|
style: vue.StyleValue;
|
@@ -3261,7 +2802,7 @@ declare const VNumberInput: {
|
|
3261
2802
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3262
2803
|
hint?: string | undefined;
|
3263
2804
|
hideDetails?: boolean | "auto" | undefined;
|
3264
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
2805
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
3265
2806
|
reset: () => Promise<void>;
|
3266
2807
|
resetValidation: () => Promise<void>;
|
3267
2808
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -3270,7 +2811,7 @@ declare const VNumberInput: {
|
|
3270
2811
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
3271
2812
|
modelValue?: unknown;
|
3272
2813
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3273
|
-
}, VInputSlots>, "name" | "
|
2814
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3274
2815
|
$: vue.ComponentInternalInstance;
|
3275
2816
|
$data: {};
|
3276
2817
|
$props: Partial<{
|
@@ -3321,41 +2862,7 @@ declare const VNumberInput: {
|
|
3321
2862
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3322
2863
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3323
2864
|
centerAffix?: boolean | undefined;
|
3324
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
3325
|
-
flat: boolean;
|
3326
|
-
reverse: boolean;
|
3327
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3328
|
-
error: boolean;
|
3329
|
-
active: boolean;
|
3330
|
-
style: vue.StyleValue;
|
3331
|
-
disabled: boolean;
|
3332
|
-
focused: boolean;
|
3333
|
-
tile: boolean;
|
3334
|
-
clearIcon: IconValue;
|
3335
|
-
clearable: boolean;
|
3336
|
-
dirty: boolean;
|
3337
|
-
persistentClear: boolean;
|
3338
|
-
singleLine: boolean;
|
3339
|
-
} & {
|
3340
|
-
id?: string | undefined;
|
3341
|
-
color?: string | undefined;
|
3342
|
-
loading?: string | boolean | undefined;
|
3343
|
-
label?: string | undefined;
|
3344
|
-
class?: any;
|
3345
|
-
theme?: string | undefined;
|
3346
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3347
|
-
rounded?: string | number | boolean | undefined;
|
3348
|
-
baseColor?: string | undefined;
|
3349
|
-
bgColor?: string | undefined;
|
3350
|
-
appendInnerIcon?: IconValue | undefined;
|
3351
|
-
prependInnerIcon?: IconValue | undefined;
|
3352
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3353
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3354
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3355
|
-
centerAffix?: boolean | undefined;
|
3356
|
-
} & {
|
3357
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3358
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
2865
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
3359
2866
|
$attrs: {
|
3360
2867
|
[x: string]: unknown;
|
3361
2868
|
};
|
@@ -3377,6 +2884,7 @@ declare const VNumberInput: {
|
|
3377
2884
|
}>;
|
3378
2885
|
$root: vue.ComponentPublicInstance | null;
|
3379
2886
|
$parent: vue.ComponentPublicInstance | null;
|
2887
|
+
$host: Element | null;
|
3380
2888
|
$emit: (event: "update:focused", focused: boolean) => void;
|
3381
2889
|
$el: any;
|
3382
2890
|
$options: vue.ComponentOptionsBase<{
|
@@ -3414,7 +2922,7 @@ declare const VNumberInput: {
|
|
3414
2922
|
} & {
|
3415
2923
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3416
2924
|
}, {
|
3417
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
2925
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3418
2926
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
3419
2927
|
'update:focused': (focused: boolean) => true;
|
3420
2928
|
'update:modelValue': (value: any) => true;
|
@@ -3447,7 +2955,7 @@ declare const VNumberInput: {
|
|
3447
2955
|
}) => vue.VNode[];
|
3448
2956
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
3449
2957
|
default: (arg: VFieldSlot) => vue.VNode[];
|
3450
|
-
}
|
2958
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
3451
2959
|
beforeCreate?: (() => void) | (() => void)[];
|
3452
2960
|
created?: (() => void) | (() => void)[];
|
3453
2961
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -3466,8 +2974,25 @@ declare const VNumberInput: {
|
|
3466
2974
|
};
|
3467
2975
|
$forceUpdate: () => void;
|
3468
2976
|
$nextTick: typeof nextTick;
|
3469
|
-
$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;
|
3470
|
-
} &
|
2977
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
2978
|
+
} & Readonly<{
|
2979
|
+
flat: boolean;
|
2980
|
+
reverse: boolean;
|
2981
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2982
|
+
error: boolean;
|
2983
|
+
active: boolean;
|
2984
|
+
style: vue.StyleValue;
|
2985
|
+
disabled: boolean;
|
2986
|
+
focused: boolean;
|
2987
|
+
rounded: string | number | boolean;
|
2988
|
+
tile: boolean;
|
2989
|
+
clearIcon: IconValue;
|
2990
|
+
centerAffix: boolean;
|
2991
|
+
clearable: boolean;
|
2992
|
+
dirty: boolean;
|
2993
|
+
persistentClear: boolean;
|
2994
|
+
singleLine: boolean;
|
2995
|
+
}> & Omit<{
|
3471
2996
|
flat: boolean;
|
3472
2997
|
reverse: boolean;
|
3473
2998
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -3501,12 +3026,12 @@ declare const VNumberInput: {
|
|
3501
3026
|
centerAffix?: boolean | undefined;
|
3502
3027
|
} & {
|
3503
3028
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3504
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
3505
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
3029
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
3030
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3506
3031
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
3507
3032
|
modelValue?: unknown;
|
3508
3033
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3509
|
-
}, VFieldSlots>, "
|
3034
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
3510
3035
|
_allExposed: {
|
3511
3036
|
reset: () => Promise<void>;
|
3512
3037
|
resetValidation: () => Promise<void>;
|
@@ -3514,7 +3039,7 @@ declare const VNumberInput: {
|
|
3514
3039
|
isValid: vue.ComputedRef<boolean | null>;
|
3515
3040
|
errorMessages: vue.ComputedRef<string[]>;
|
3516
3041
|
} | {
|
3517
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
3042
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3518
3043
|
} | {};
|
3519
3044
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
3520
3045
|
'click:control': (e: MouseEvent) => true;
|
@@ -3568,7 +3093,7 @@ declare const VNumberInput: {
|
|
3568
3093
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
3569
3094
|
default: () => vue.VNode[];
|
3570
3095
|
counter: (arg: VCounterSlot) => vue.VNode[];
|
3571
|
-
}
|
3096
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
3572
3097
|
beforeCreate?: (() => void) | (() => void)[];
|
3573
3098
|
created?: (() => void) | (() => void)[];
|
3574
3099
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -3587,8 +3112,38 @@ declare const VNumberInput: {
|
|
3587
3112
|
};
|
3588
3113
|
$forceUpdate: () => void;
|
3589
3114
|
$nextTick: typeof nextTick;
|
3590
|
-
$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;
|
3591
|
-
} &
|
3115
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
3116
|
+
} & Readonly<{
|
3117
|
+
flat: boolean;
|
3118
|
+
reverse: boolean;
|
3119
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3120
|
+
type: string;
|
3121
|
+
error: boolean;
|
3122
|
+
active: boolean;
|
3123
|
+
direction: "horizontal" | "vertical";
|
3124
|
+
style: vue.StyleValue;
|
3125
|
+
autofocus: boolean;
|
3126
|
+
disabled: boolean;
|
3127
|
+
readonly: boolean | null;
|
3128
|
+
messages: string | readonly string[];
|
3129
|
+
focused: boolean;
|
3130
|
+
errorMessages: string | readonly string[] | null;
|
3131
|
+
maxErrors: string | number;
|
3132
|
+
rules: readonly ValidationRule[];
|
3133
|
+
rounded: string | number | boolean;
|
3134
|
+
tile: boolean;
|
3135
|
+
density: Density;
|
3136
|
+
clearIcon: IconValue;
|
3137
|
+
centerAffix: boolean;
|
3138
|
+
hideSpinButtons: boolean;
|
3139
|
+
persistentHint: boolean;
|
3140
|
+
clearable: boolean;
|
3141
|
+
dirty: boolean;
|
3142
|
+
persistentClear: boolean;
|
3143
|
+
singleLine: boolean;
|
3144
|
+
persistentPlaceholder: boolean;
|
3145
|
+
persistentCounter: boolean;
|
3146
|
+
}> & Omit<{
|
3592
3147
|
flat: boolean;
|
3593
3148
|
reverse: boolean;
|
3594
3149
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -3712,7 +3267,7 @@ declare const VNumberInput: {
|
|
3712
3267
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
3713
3268
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
3714
3269
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
3715
|
-
}, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" |
|
3270
|
+
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "_allExposed" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "minLength" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
3716
3271
|
$: vue.ComponentInternalInstance;
|
3717
3272
|
$data: {};
|
3718
3273
|
$props: Partial<{
|
@@ -3762,40 +3317,7 @@ declare const VNumberInput: {
|
|
3762
3317
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3763
3318
|
hint?: string | undefined;
|
3764
3319
|
hideDetails?: boolean | "auto" | undefined;
|
3765
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
3766
|
-
error: boolean;
|
3767
|
-
direction: "horizontal" | "vertical";
|
3768
|
-
style: vue.StyleValue;
|
3769
|
-
disabled: boolean | null;
|
3770
|
-
readonly: boolean | null;
|
3771
|
-
messages: string | readonly string[];
|
3772
|
-
focused: boolean;
|
3773
|
-
errorMessages: string | readonly string[] | null;
|
3774
|
-
maxErrors: string | number;
|
3775
|
-
rules: readonly ValidationRule[];
|
3776
|
-
density: Density;
|
3777
|
-
centerAffix: boolean;
|
3778
|
-
hideSpinButtons: boolean;
|
3779
|
-
persistentHint: boolean;
|
3780
|
-
} & {
|
3781
|
-
name?: string | undefined;
|
3782
|
-
id?: string | undefined;
|
3783
|
-
width?: string | number | undefined;
|
3784
|
-
maxWidth?: string | number | undefined;
|
3785
|
-
minWidth?: string | number | undefined;
|
3786
|
-
label?: string | undefined;
|
3787
|
-
class?: any;
|
3788
|
-
theme?: string | undefined;
|
3789
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3790
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
3791
|
-
validationValue?: any;
|
3792
|
-
prependIcon?: IconValue | undefined;
|
3793
|
-
appendIcon?: IconValue | undefined;
|
3794
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3795
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3796
|
-
hint?: string | undefined;
|
3797
|
-
hideDetails?: boolean | "auto" | undefined;
|
3798
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
3320
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
3799
3321
|
$attrs: {
|
3800
3322
|
[x: string]: unknown;
|
3801
3323
|
};
|
@@ -3811,6 +3333,7 @@ declare const VNumberInput: {
|
|
3811
3333
|
}>;
|
3812
3334
|
$root: vue.ComponentPublicInstance | null;
|
3813
3335
|
$parent: vue.ComponentPublicInstance | null;
|
3336
|
+
$host: Element | null;
|
3814
3337
|
$emit: (event: string, ...args: any[]) => void;
|
3815
3338
|
$el: any;
|
3816
3339
|
$options: vue.ComponentOptionsBase<{
|
@@ -3875,7 +3398,7 @@ declare const VNumberInput: {
|
|
3875
3398
|
append: (arg: VInputSlot) => vue.VNode[];
|
3876
3399
|
details: (arg: VInputSlot) => vue.VNode[];
|
3877
3400
|
message: (arg: VMessageSlot) => vue.VNode[];
|
3878
|
-
}
|
3401
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
3879
3402
|
beforeCreate?: (() => void) | (() => void)[];
|
3880
3403
|
created?: (() => void) | (() => void)[];
|
3881
3404
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -3894,8 +3417,23 @@ declare const VNumberInput: {
|
|
3894
3417
|
};
|
3895
3418
|
$forceUpdate: () => void;
|
3896
3419
|
$nextTick: typeof nextTick;
|
3897
|
-
$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;
|
3898
|
-
} &
|
3420
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
3421
|
+
} & Readonly<{
|
3422
|
+
error: boolean;
|
3423
|
+
direction: "horizontal" | "vertical";
|
3424
|
+
style: vue.StyleValue;
|
3425
|
+
disabled: boolean | null;
|
3426
|
+
readonly: boolean | null;
|
3427
|
+
messages: string | readonly string[];
|
3428
|
+
focused: boolean;
|
3429
|
+
errorMessages: string | readonly string[] | null;
|
3430
|
+
maxErrors: string | number;
|
3431
|
+
rules: readonly ValidationRule[];
|
3432
|
+
density: Density;
|
3433
|
+
centerAffix: boolean;
|
3434
|
+
hideSpinButtons: boolean;
|
3435
|
+
persistentHint: boolean;
|
3436
|
+
}> & Omit<{
|
3899
3437
|
error: boolean;
|
3900
3438
|
direction: "horizontal" | "vertical";
|
3901
3439
|
style: vue.StyleValue;
|
@@ -3928,7 +3466,7 @@ declare const VNumberInput: {
|
|
3928
3466
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3929
3467
|
hint?: string | undefined;
|
3930
3468
|
hideDetails?: boolean | "auto" | undefined;
|
3931
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
3469
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
3932
3470
|
reset: () => Promise<void>;
|
3933
3471
|
resetValidation: () => Promise<void>;
|
3934
3472
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -3937,7 +3475,7 @@ declare const VNumberInput: {
|
|
3937
3475
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
3938
3476
|
modelValue?: unknown;
|
3939
3477
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3940
|
-
}, VInputSlots>, "name" | "
|
3478
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3941
3479
|
$: vue.ComponentInternalInstance;
|
3942
3480
|
$data: {};
|
3943
3481
|
$props: Partial<{
|
@@ -3988,41 +3526,7 @@ declare const VNumberInput: {
|
|
3988
3526
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3989
3527
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3990
3528
|
centerAffix?: boolean | undefined;
|
3991
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
3992
|
-
flat: boolean;
|
3993
|
-
reverse: boolean;
|
3994
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3995
|
-
error: boolean;
|
3996
|
-
active: boolean;
|
3997
|
-
style: vue.StyleValue;
|
3998
|
-
disabled: boolean;
|
3999
|
-
focused: boolean;
|
4000
|
-
tile: boolean;
|
4001
|
-
clearIcon: IconValue;
|
4002
|
-
clearable: boolean;
|
4003
|
-
dirty: boolean;
|
4004
|
-
persistentClear: boolean;
|
4005
|
-
singleLine: boolean;
|
4006
|
-
} & {
|
4007
|
-
id?: string | undefined;
|
4008
|
-
color?: string | undefined;
|
4009
|
-
loading?: string | boolean | undefined;
|
4010
|
-
label?: string | undefined;
|
4011
|
-
class?: any;
|
4012
|
-
theme?: string | undefined;
|
4013
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
4014
|
-
rounded?: string | number | boolean | undefined;
|
4015
|
-
baseColor?: string | undefined;
|
4016
|
-
bgColor?: string | undefined;
|
4017
|
-
appendInnerIcon?: IconValue | undefined;
|
4018
|
-
prependInnerIcon?: IconValue | undefined;
|
4019
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4020
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4021
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4022
|
-
centerAffix?: boolean | undefined;
|
4023
|
-
} & {
|
4024
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4025
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
3529
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
4026
3530
|
$attrs: {
|
4027
3531
|
[x: string]: unknown;
|
4028
3532
|
};
|
@@ -4044,6 +3548,7 @@ declare const VNumberInput: {
|
|
4044
3548
|
}>;
|
4045
3549
|
$root: vue.ComponentPublicInstance | null;
|
4046
3550
|
$parent: vue.ComponentPublicInstance | null;
|
3551
|
+
$host: Element | null;
|
4047
3552
|
$emit: (event: "update:focused", focused: boolean) => void;
|
4048
3553
|
$el: any;
|
4049
3554
|
$options: vue.ComponentOptionsBase<{
|
@@ -4081,7 +3586,7 @@ declare const VNumberInput: {
|
|
4081
3586
|
} & {
|
4082
3587
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4083
3588
|
}, {
|
4084
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
3589
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4085
3590
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
4086
3591
|
'update:focused': (focused: boolean) => true;
|
4087
3592
|
'update:modelValue': (value: any) => true;
|
@@ -4114,7 +3619,7 @@ declare const VNumberInput: {
|
|
4114
3619
|
}) => vue.VNode[];
|
4115
3620
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
4116
3621
|
default: (arg: VFieldSlot) => vue.VNode[];
|
4117
|
-
}
|
3622
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
4118
3623
|
beforeCreate?: (() => void) | (() => void)[];
|
4119
3624
|
created?: (() => void) | (() => void)[];
|
4120
3625
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -4133,8 +3638,25 @@ declare const VNumberInput: {
|
|
4133
3638
|
};
|
4134
3639
|
$forceUpdate: () => void;
|
4135
3640
|
$nextTick: typeof nextTick;
|
4136
|
-
$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;
|
4137
|
-
} &
|
3641
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
3642
|
+
} & Readonly<{
|
3643
|
+
flat: boolean;
|
3644
|
+
reverse: boolean;
|
3645
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3646
|
+
error: boolean;
|
3647
|
+
active: boolean;
|
3648
|
+
style: vue.StyleValue;
|
3649
|
+
disabled: boolean;
|
3650
|
+
focused: boolean;
|
3651
|
+
rounded: string | number | boolean;
|
3652
|
+
tile: boolean;
|
3653
|
+
clearIcon: IconValue;
|
3654
|
+
centerAffix: boolean;
|
3655
|
+
clearable: boolean;
|
3656
|
+
dirty: boolean;
|
3657
|
+
persistentClear: boolean;
|
3658
|
+
singleLine: boolean;
|
3659
|
+
}> & Omit<{
|
4138
3660
|
flat: boolean;
|
4139
3661
|
reverse: boolean;
|
4140
3662
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -4168,12 +3690,12 @@ declare const VNumberInput: {
|
|
4168
3690
|
centerAffix?: boolean | undefined;
|
4169
3691
|
} & {
|
4170
3692
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4171
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
4172
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
3693
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
3694
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4173
3695
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
4174
3696
|
modelValue?: unknown;
|
4175
3697
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4176
|
-
}, VFieldSlots>, "
|
3698
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4177
3699
|
_allExposed: {
|
4178
3700
|
reset: () => Promise<void>;
|
4179
3701
|
resetValidation: () => Promise<void>;
|
@@ -4181,9 +3703,9 @@ declare const VNumberInput: {
|
|
4181
3703
|
isValid: vue.ComputedRef<boolean | null>;
|
4182
3704
|
errorMessages: vue.ComputedRef<string[]>;
|
4183
3705
|
} | {
|
4184
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
3706
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4185
3707
|
} | {};
|
4186
|
-
}> & {} & vue.ComponentCustomProperties & {}, "name" | "
|
3708
|
+
}> & {} & vue.ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
4187
3709
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
4188
3710
|
$: vue.ComponentInternalInstance;
|
4189
3711
|
$data: {};
|
@@ -4234,40 +3756,7 @@ declare const VNumberInput: {
|
|
4234
3756
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4235
3757
|
hint?: string | undefined;
|
4236
3758
|
hideDetails?: boolean | "auto" | undefined;
|
4237
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
4238
|
-
error: boolean;
|
4239
|
-
direction: "horizontal" | "vertical";
|
4240
|
-
style: vue.StyleValue;
|
4241
|
-
disabled: boolean | null;
|
4242
|
-
readonly: boolean | null;
|
4243
|
-
messages: string | readonly string[];
|
4244
|
-
focused: boolean;
|
4245
|
-
errorMessages: string | readonly string[] | null;
|
4246
|
-
maxErrors: string | number;
|
4247
|
-
rules: readonly ValidationRule[];
|
4248
|
-
density: Density;
|
4249
|
-
centerAffix: boolean;
|
4250
|
-
hideSpinButtons: boolean;
|
4251
|
-
persistentHint: boolean;
|
4252
|
-
} & {
|
4253
|
-
name?: string | undefined;
|
4254
|
-
id?: string | undefined;
|
4255
|
-
width?: string | number | undefined;
|
4256
|
-
maxWidth?: string | number | undefined;
|
4257
|
-
minWidth?: string | number | undefined;
|
4258
|
-
label?: string | undefined;
|
4259
|
-
class?: any;
|
4260
|
-
theme?: string | undefined;
|
4261
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
4262
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
4263
|
-
validationValue?: any;
|
4264
|
-
prependIcon?: IconValue | undefined;
|
4265
|
-
appendIcon?: IconValue | undefined;
|
4266
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4267
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4268
|
-
hint?: string | undefined;
|
4269
|
-
hideDetails?: boolean | "auto" | undefined;
|
4270
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
3759
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
4271
3760
|
$attrs: {
|
4272
3761
|
[x: string]: unknown;
|
4273
3762
|
};
|
@@ -4283,6 +3772,7 @@ declare const VNumberInput: {
|
|
4283
3772
|
}>;
|
4284
3773
|
$root: vue.ComponentPublicInstance | null;
|
4285
3774
|
$parent: vue.ComponentPublicInstance | null;
|
3775
|
+
$host: Element | null;
|
4286
3776
|
$emit: (event: string, ...args: any[]) => void;
|
4287
3777
|
$el: any;
|
4288
3778
|
$options: vue.ComponentOptionsBase<{
|
@@ -4347,7 +3837,7 @@ declare const VNumberInput: {
|
|
4347
3837
|
append: (arg: VInputSlot) => vue.VNode[];
|
4348
3838
|
details: (arg: VInputSlot) => vue.VNode[];
|
4349
3839
|
message: (arg: VMessageSlot) => vue.VNode[];
|
4350
|
-
}
|
3840
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
4351
3841
|
beforeCreate?: (() => void) | (() => void)[];
|
4352
3842
|
created?: (() => void) | (() => void)[];
|
4353
3843
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -4366,8 +3856,23 @@ declare const VNumberInput: {
|
|
4366
3856
|
};
|
4367
3857
|
$forceUpdate: () => void;
|
4368
3858
|
$nextTick: typeof nextTick;
|
4369
|
-
$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;
|
4370
|
-
} &
|
3859
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
3860
|
+
} & Readonly<{
|
3861
|
+
error: boolean;
|
3862
|
+
direction: "horizontal" | "vertical";
|
3863
|
+
style: vue.StyleValue;
|
3864
|
+
disabled: boolean | null;
|
3865
|
+
readonly: boolean | null;
|
3866
|
+
messages: string | readonly string[];
|
3867
|
+
focused: boolean;
|
3868
|
+
errorMessages: string | readonly string[] | null;
|
3869
|
+
maxErrors: string | number;
|
3870
|
+
rules: readonly ValidationRule[];
|
3871
|
+
density: Density;
|
3872
|
+
centerAffix: boolean;
|
3873
|
+
hideSpinButtons: boolean;
|
3874
|
+
persistentHint: boolean;
|
3875
|
+
}> & Omit<{
|
4371
3876
|
error: boolean;
|
4372
3877
|
direction: "horizontal" | "vertical";
|
4373
3878
|
style: vue.StyleValue;
|
@@ -4400,7 +3905,7 @@ declare const VNumberInput: {
|
|
4400
3905
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4401
3906
|
hint?: string | undefined;
|
4402
3907
|
hideDetails?: boolean | "auto" | undefined;
|
4403
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
3908
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
4404
3909
|
reset: () => Promise<void>;
|
4405
3910
|
resetValidation: () => Promise<void>;
|
4406
3911
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -4409,27 +3914,10 @@ declare const VNumberInput: {
|
|
4409
3914
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
4410
3915
|
modelValue?: unknown;
|
4411
3916
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4412
|
-
}, VInputSlots>, "name" | "
|
3917
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4413
3918
|
$: vue.ComponentInternalInstance;
|
4414
|
-
$data: {};
|
4415
|
-
$props: Partial<{
|
4416
|
-
flat: boolean;
|
4417
|
-
reverse: boolean;
|
4418
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
4419
|
-
error: boolean;
|
4420
|
-
active: boolean;
|
4421
|
-
style: vue.StyleValue;
|
4422
|
-
disabled: boolean;
|
4423
|
-
focused: boolean;
|
4424
|
-
rounded: string | number | boolean;
|
4425
|
-
tile: boolean;
|
4426
|
-
clearIcon: IconValue;
|
4427
|
-
centerAffix: boolean;
|
4428
|
-
clearable: boolean;
|
4429
|
-
dirty: boolean;
|
4430
|
-
persistentClear: boolean;
|
4431
|
-
singleLine: boolean;
|
4432
|
-
}> & Omit<{
|
3919
|
+
$data: {};
|
3920
|
+
$props: Partial<{
|
4433
3921
|
flat: boolean;
|
4434
3922
|
reverse: boolean;
|
4435
3923
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -4438,29 +3926,15 @@ declare const VNumberInput: {
|
|
4438
3926
|
style: vue.StyleValue;
|
4439
3927
|
disabled: boolean;
|
4440
3928
|
focused: boolean;
|
3929
|
+
rounded: string | number | boolean;
|
4441
3930
|
tile: boolean;
|
4442
3931
|
clearIcon: IconValue;
|
3932
|
+
centerAffix: boolean;
|
4443
3933
|
clearable: boolean;
|
4444
3934
|
dirty: boolean;
|
4445
3935
|
persistentClear: boolean;
|
4446
3936
|
singleLine: boolean;
|
4447
|
-
|
4448
|
-
color?: string | undefined;
|
4449
|
-
loading?: string | boolean | undefined;
|
4450
|
-
label?: string | undefined;
|
4451
|
-
class?: any;
|
4452
|
-
theme?: string | undefined;
|
4453
|
-
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
4454
|
-
rounded?: string | number | boolean | undefined;
|
4455
|
-
baseColor?: string | undefined;
|
4456
|
-
bgColor?: string | undefined;
|
4457
|
-
appendInnerIcon?: IconValue | undefined;
|
4458
|
-
prependInnerIcon?: IconValue | undefined;
|
4459
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4460
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4461
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4462
|
-
centerAffix?: boolean | undefined;
|
4463
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3937
|
+
}> & Omit<{
|
4464
3938
|
flat: boolean;
|
4465
3939
|
reverse: boolean;
|
4466
3940
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -4475,14 +3949,13 @@ declare const VNumberInput: {
|
|
4475
3949
|
dirty: boolean;
|
4476
3950
|
persistentClear: boolean;
|
4477
3951
|
singleLine: boolean;
|
4478
|
-
} & {
|
4479
3952
|
id?: string | undefined;
|
4480
3953
|
color?: string | undefined;
|
4481
3954
|
loading?: string | boolean | undefined;
|
4482
3955
|
label?: string | undefined;
|
4483
3956
|
class?: any;
|
4484
3957
|
theme?: string | undefined;
|
4485
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3958
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
4486
3959
|
rounded?: string | number | boolean | undefined;
|
4487
3960
|
baseColor?: string | undefined;
|
4488
3961
|
bgColor?: string | undefined;
|
@@ -4492,9 +3965,7 @@ declare const VNumberInput: {
|
|
4492
3965
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4493
3966
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4494
3967
|
centerAffix?: boolean | undefined;
|
4495
|
-
} &
|
4496
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4497
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
3968
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
4498
3969
|
$attrs: {
|
4499
3970
|
[x: string]: unknown;
|
4500
3971
|
};
|
@@ -4516,6 +3987,7 @@ declare const VNumberInput: {
|
|
4516
3987
|
}>;
|
4517
3988
|
$root: vue.ComponentPublicInstance | null;
|
4518
3989
|
$parent: vue.ComponentPublicInstance | null;
|
3990
|
+
$host: Element | null;
|
4519
3991
|
$emit: (event: "update:focused", focused: boolean) => void;
|
4520
3992
|
$el: any;
|
4521
3993
|
$options: vue.ComponentOptionsBase<{
|
@@ -4553,7 +4025,7 @@ declare const VNumberInput: {
|
|
4553
4025
|
} & {
|
4554
4026
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4555
4027
|
}, {
|
4556
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
4028
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4557
4029
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
4558
4030
|
'update:focused': (focused: boolean) => true;
|
4559
4031
|
'update:modelValue': (value: any) => true;
|
@@ -4586,7 +4058,7 @@ declare const VNumberInput: {
|
|
4586
4058
|
}) => vue.VNode[];
|
4587
4059
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
4588
4060
|
default: (arg: VFieldSlot) => vue.VNode[];
|
4589
|
-
}
|
4061
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
4590
4062
|
beforeCreate?: (() => void) | (() => void)[];
|
4591
4063
|
created?: (() => void) | (() => void)[];
|
4592
4064
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -4605,8 +4077,25 @@ declare const VNumberInput: {
|
|
4605
4077
|
};
|
4606
4078
|
$forceUpdate: () => void;
|
4607
4079
|
$nextTick: typeof nextTick;
|
4608
|
-
$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;
|
4609
|
-
} &
|
4080
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
4081
|
+
} & Readonly<{
|
4082
|
+
flat: boolean;
|
4083
|
+
reverse: boolean;
|
4084
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
4085
|
+
error: boolean;
|
4086
|
+
active: boolean;
|
4087
|
+
style: vue.StyleValue;
|
4088
|
+
disabled: boolean;
|
4089
|
+
focused: boolean;
|
4090
|
+
rounded: string | number | boolean;
|
4091
|
+
tile: boolean;
|
4092
|
+
clearIcon: IconValue;
|
4093
|
+
centerAffix: boolean;
|
4094
|
+
clearable: boolean;
|
4095
|
+
dirty: boolean;
|
4096
|
+
persistentClear: boolean;
|
4097
|
+
singleLine: boolean;
|
4098
|
+
}> & Omit<{
|
4610
4099
|
flat: boolean;
|
4611
4100
|
reverse: boolean;
|
4612
4101
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -4640,12 +4129,12 @@ declare const VNumberInput: {
|
|
4640
4129
|
centerAffix?: boolean | undefined;
|
4641
4130
|
} & {
|
4642
4131
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4643
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
4644
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
4132
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
4133
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4645
4134
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
4646
4135
|
modelValue?: unknown;
|
4647
4136
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4648
|
-
}, VFieldSlots>, "
|
4137
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4649
4138
|
_allExposed: {
|
4650
4139
|
reset: () => Promise<void>;
|
4651
4140
|
resetValidation: () => Promise<void>;
|
@@ -4653,7 +4142,7 @@ declare const VNumberInput: {
|
|
4653
4142
|
isValid: vue.ComputedRef<boolean | null>;
|
4654
4143
|
errorMessages: vue.ComputedRef<string[]>;
|
4655
4144
|
} | {
|
4656
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
4145
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4657
4146
|
} | {};
|
4658
4147
|
}) | {};
|
4659
4148
|
}, {}, {}, {}, {
|
@@ -4977,131 +4466,7 @@ declare const VNumberInput: {
|
|
4977
4466
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
4978
4467
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
4979
4468
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
4980
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
4981
|
-
flat: boolean;
|
4982
|
-
reverse: boolean;
|
4983
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
4984
|
-
type: string;
|
4985
|
-
error: boolean;
|
4986
|
-
active: boolean;
|
4987
|
-
direction: "horizontal" | "vertical";
|
4988
|
-
style: vue.StyleValue;
|
4989
|
-
autofocus: boolean;
|
4990
|
-
disabled: boolean;
|
4991
|
-
readonly: boolean | null;
|
4992
|
-
messages: string | readonly string[];
|
4993
|
-
focused: boolean;
|
4994
|
-
errorMessages: string | readonly string[] | null;
|
4995
|
-
maxErrors: string | number;
|
4996
|
-
rules: readonly ValidationRule[];
|
4997
|
-
tile: boolean;
|
4998
|
-
density: Density;
|
4999
|
-
clearIcon: IconValue;
|
5000
|
-
hideSpinButtons: boolean;
|
5001
|
-
persistentHint: boolean;
|
5002
|
-
clearable: boolean;
|
5003
|
-
dirty: boolean;
|
5004
|
-
persistentClear: boolean;
|
5005
|
-
singleLine: boolean;
|
5006
|
-
persistentPlaceholder: boolean;
|
5007
|
-
persistentCounter: boolean;
|
5008
|
-
} & {
|
5009
|
-
name?: string | undefined;
|
5010
|
-
id?: string | undefined;
|
5011
|
-
width?: string | number | undefined;
|
5012
|
-
color?: string | undefined;
|
5013
|
-
maxWidth?: string | number | undefined;
|
5014
|
-
minWidth?: string | number | undefined;
|
5015
|
-
loading?: string | boolean | undefined;
|
5016
|
-
label?: string | undefined;
|
5017
|
-
prefix?: string | undefined;
|
5018
|
-
role?: string | undefined;
|
5019
|
-
class?: any;
|
5020
|
-
theme?: string | undefined;
|
5021
|
-
placeholder?: string | undefined;
|
5022
|
-
counter?: string | number | boolean | undefined;
|
5023
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
5024
|
-
modelValue?: any;
|
5025
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
5026
|
-
validationValue?: any;
|
5027
|
-
rounded?: string | number | boolean | undefined;
|
5028
|
-
baseColor?: string | undefined;
|
5029
|
-
bgColor?: string | undefined;
|
5030
|
-
prependIcon?: IconValue | undefined;
|
5031
|
-
appendIcon?: IconValue | undefined;
|
5032
|
-
appendInnerIcon?: IconValue | undefined;
|
5033
|
-
prependInnerIcon?: IconValue | undefined;
|
5034
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5035
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5036
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5037
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5038
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5039
|
-
centerAffix?: boolean | undefined;
|
5040
|
-
hint?: string | undefined;
|
5041
|
-
hideDetails?: boolean | "auto" | undefined;
|
5042
|
-
suffix?: string | undefined;
|
5043
|
-
counterValue?: number | ((value: any) => number) | undefined;
|
5044
|
-
modelModifiers?: Record<string, boolean> | undefined;
|
5045
|
-
} & {
|
5046
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
5047
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
5048
|
-
clear?: ((arg: DefaultInputSlot & {
|
5049
|
-
props: Record<string, any>;
|
5050
|
-
}) => vue.VNodeChild) | undefined;
|
5051
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
5052
|
-
label?: ((arg: DefaultInputSlot & {
|
5053
|
-
label: string | undefined;
|
5054
|
-
props: Record<string, any>;
|
5055
|
-
}) => vue.VNodeChild) | undefined;
|
5056
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
5057
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
5058
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
5059
|
-
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
5060
|
-
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
5061
|
-
default?: (() => vue.VNodeChild) | undefined;
|
5062
|
-
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
5063
|
-
};
|
5064
|
-
'v-slots'?: {
|
5065
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
5066
|
-
clear?: false | ((arg: DefaultInputSlot & {
|
5067
|
-
props: Record<string, any>;
|
5068
|
-
}) => vue.VNodeChild) | undefined;
|
5069
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
5070
|
-
label?: false | ((arg: DefaultInputSlot & {
|
5071
|
-
label: string | undefined;
|
5072
|
-
props: Record<string, any>;
|
5073
|
-
}) => vue.VNodeChild) | undefined;
|
5074
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
5075
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
5076
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
5077
|
-
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
5078
|
-
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
5079
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
5080
|
-
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
5081
|
-
} | undefined;
|
5082
|
-
} & {
|
5083
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
5084
|
-
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
5085
|
-
props: Record<string, any>;
|
5086
|
-
}) => vue.VNodeChild) | undefined;
|
5087
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
5088
|
-
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
5089
|
-
label: string | undefined;
|
5090
|
-
props: Record<string, any>;
|
5091
|
-
}) => vue.VNodeChild) | undefined;
|
5092
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
5093
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
5094
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
5095
|
-
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
5096
|
-
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
5097
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
5098
|
-
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
5099
|
-
} & {
|
5100
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5101
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
5102
|
-
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
5103
|
-
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
5104
|
-
}, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
|
4469
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
|
5105
4470
|
$attrs: {
|
5106
4471
|
[x: string]: unknown;
|
5107
4472
|
};
|
@@ -5128,6 +4493,7 @@ declare const VNumberInput: {
|
|
5128
4493
|
}>;
|
5129
4494
|
$root: vue.ComponentPublicInstance | null;
|
5130
4495
|
$parent: vue.ComponentPublicInstance | null;
|
4496
|
+
$host: Element | null;
|
5131
4497
|
$emit: ((event: "update:modelValue", val: string) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
|
5132
4498
|
$el: any;
|
5133
4499
|
$options: vue.ComponentOptionsBase<{
|
@@ -5304,40 +4670,7 @@ declare const VNumberInput: {
|
|
5304
4670
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5305
4671
|
hint?: string | undefined;
|
5306
4672
|
hideDetails?: boolean | "auto" | undefined;
|
5307
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
5308
|
-
error: boolean;
|
5309
|
-
direction: "horizontal" | "vertical";
|
5310
|
-
style: vue.StyleValue;
|
5311
|
-
disabled: boolean | null;
|
5312
|
-
readonly: boolean | null;
|
5313
|
-
messages: string | readonly string[];
|
5314
|
-
focused: boolean;
|
5315
|
-
errorMessages: string | readonly string[] | null;
|
5316
|
-
maxErrors: string | number;
|
5317
|
-
rules: readonly ValidationRule[];
|
5318
|
-
density: Density;
|
5319
|
-
centerAffix: boolean;
|
5320
|
-
hideSpinButtons: boolean;
|
5321
|
-
persistentHint: boolean;
|
5322
|
-
} & {
|
5323
|
-
name?: string | undefined;
|
5324
|
-
id?: string | undefined;
|
5325
|
-
width?: string | number | undefined;
|
5326
|
-
maxWidth?: string | number | undefined;
|
5327
|
-
minWidth?: string | number | undefined;
|
5328
|
-
label?: string | undefined;
|
5329
|
-
class?: any;
|
5330
|
-
theme?: string | undefined;
|
5331
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
5332
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
5333
|
-
validationValue?: any;
|
5334
|
-
prependIcon?: IconValue | undefined;
|
5335
|
-
appendIcon?: IconValue | undefined;
|
5336
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5337
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5338
|
-
hint?: string | undefined;
|
5339
|
-
hideDetails?: boolean | "auto" | undefined;
|
5340
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
4673
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
5341
4674
|
$attrs: {
|
5342
4675
|
[x: string]: unknown;
|
5343
4676
|
};
|
@@ -5353,6 +4686,7 @@ declare const VNumberInput: {
|
|
5353
4686
|
}>;
|
5354
4687
|
$root: vue.ComponentPublicInstance | null;
|
5355
4688
|
$parent: vue.ComponentPublicInstance | null;
|
4689
|
+
$host: Element | null;
|
5356
4690
|
$emit: (event: string, ...args: any[]) => void;
|
5357
4691
|
$el: any;
|
5358
4692
|
$options: vue.ComponentOptionsBase<{
|
@@ -5417,7 +4751,7 @@ declare const VNumberInput: {
|
|
5417
4751
|
append: (arg: VInputSlot) => vue.VNode[];
|
5418
4752
|
details: (arg: VInputSlot) => vue.VNode[];
|
5419
4753
|
message: (arg: VMessageSlot) => vue.VNode[];
|
5420
|
-
}
|
4754
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
5421
4755
|
beforeCreate?: (() => void) | (() => void)[];
|
5422
4756
|
created?: (() => void) | (() => void)[];
|
5423
4757
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -5436,8 +4770,23 @@ declare const VNumberInput: {
|
|
5436
4770
|
};
|
5437
4771
|
$forceUpdate: () => void;
|
5438
4772
|
$nextTick: typeof nextTick;
|
5439
|
-
$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;
|
5440
|
-
} &
|
4773
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
4774
|
+
} & Readonly<{
|
4775
|
+
error: boolean;
|
4776
|
+
direction: "horizontal" | "vertical";
|
4777
|
+
style: vue.StyleValue;
|
4778
|
+
disabled: boolean | null;
|
4779
|
+
readonly: boolean | null;
|
4780
|
+
messages: string | readonly string[];
|
4781
|
+
focused: boolean;
|
4782
|
+
errorMessages: string | readonly string[] | null;
|
4783
|
+
maxErrors: string | number;
|
4784
|
+
rules: readonly ValidationRule[];
|
4785
|
+
density: Density;
|
4786
|
+
centerAffix: boolean;
|
4787
|
+
hideSpinButtons: boolean;
|
4788
|
+
persistentHint: boolean;
|
4789
|
+
}> & Omit<{
|
5441
4790
|
error: boolean;
|
5442
4791
|
direction: "horizontal" | "vertical";
|
5443
4792
|
style: vue.StyleValue;
|
@@ -5470,7 +4819,7 @@ declare const VNumberInput: {
|
|
5470
4819
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5471
4820
|
hint?: string | undefined;
|
5472
4821
|
hideDetails?: boolean | "auto" | undefined;
|
5473
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
4822
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
5474
4823
|
reset: () => Promise<void>;
|
5475
4824
|
resetValidation: () => Promise<void>;
|
5476
4825
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -5479,7 +4828,7 @@ declare const VNumberInput: {
|
|
5479
4828
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
5480
4829
|
modelValue?: unknown;
|
5481
4830
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5482
|
-
}, VInputSlots>, "name" | "
|
4831
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5483
4832
|
$: vue.ComponentInternalInstance;
|
5484
4833
|
$data: {};
|
5485
4834
|
$props: Partial<{
|
@@ -5487,50 +4836,19 @@ declare const VNumberInput: {
|
|
5487
4836
|
reverse: boolean;
|
5488
4837
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
5489
4838
|
error: boolean;
|
5490
|
-
active: boolean;
|
5491
|
-
style: vue.StyleValue;
|
5492
|
-
disabled: boolean;
|
5493
|
-
focused: boolean;
|
5494
|
-
rounded: string | number | boolean;
|
5495
|
-
tile: boolean;
|
5496
|
-
clearIcon: IconValue;
|
5497
|
-
centerAffix: boolean;
|
5498
|
-
clearable: boolean;
|
5499
|
-
dirty: boolean;
|
5500
|
-
persistentClear: boolean;
|
5501
|
-
singleLine: boolean;
|
5502
|
-
}> & Omit<{
|
5503
|
-
flat: boolean;
|
5504
|
-
reverse: boolean;
|
5505
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
5506
|
-
error: boolean;
|
5507
|
-
active: boolean;
|
5508
|
-
style: vue.StyleValue;
|
5509
|
-
disabled: boolean;
|
5510
|
-
focused: boolean;
|
5511
|
-
tile: boolean;
|
5512
|
-
clearIcon: IconValue;
|
5513
|
-
clearable: boolean;
|
5514
|
-
dirty: boolean;
|
5515
|
-
persistentClear: boolean;
|
5516
|
-
singleLine: boolean;
|
5517
|
-
id?: string | undefined;
|
5518
|
-
color?: string | undefined;
|
5519
|
-
loading?: string | boolean | undefined;
|
5520
|
-
label?: string | undefined;
|
5521
|
-
class?: any;
|
5522
|
-
theme?: string | undefined;
|
5523
|
-
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
5524
|
-
rounded?: string | number | boolean | undefined;
|
5525
|
-
baseColor?: string | undefined;
|
5526
|
-
bgColor?: string | undefined;
|
5527
|
-
appendInnerIcon?: IconValue | undefined;
|
5528
|
-
prependInnerIcon?: IconValue | undefined;
|
5529
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5530
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5531
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5532
|
-
centerAffix?: boolean | undefined;
|
5533
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
4839
|
+
active: boolean;
|
4840
|
+
style: vue.StyleValue;
|
4841
|
+
disabled: boolean;
|
4842
|
+
focused: boolean;
|
4843
|
+
rounded: string | number | boolean;
|
4844
|
+
tile: boolean;
|
4845
|
+
clearIcon: IconValue;
|
4846
|
+
centerAffix: boolean;
|
4847
|
+
clearable: boolean;
|
4848
|
+
dirty: boolean;
|
4849
|
+
persistentClear: boolean;
|
4850
|
+
singleLine: boolean;
|
4851
|
+
}> & Omit<{
|
5534
4852
|
flat: boolean;
|
5535
4853
|
reverse: boolean;
|
5536
4854
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -5545,14 +4863,13 @@ declare const VNumberInput: {
|
|
5545
4863
|
dirty: boolean;
|
5546
4864
|
persistentClear: boolean;
|
5547
4865
|
singleLine: boolean;
|
5548
|
-
} & {
|
5549
4866
|
id?: string | undefined;
|
5550
4867
|
color?: string | undefined;
|
5551
4868
|
loading?: string | boolean | undefined;
|
5552
4869
|
label?: string | undefined;
|
5553
4870
|
class?: any;
|
5554
4871
|
theme?: string | undefined;
|
5555
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
4872
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
5556
4873
|
rounded?: string | number | boolean | undefined;
|
5557
4874
|
baseColor?: string | undefined;
|
5558
4875
|
bgColor?: string | undefined;
|
@@ -5562,9 +4879,7 @@ declare const VNumberInput: {
|
|
5562
4879
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5563
4880
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5564
4881
|
centerAffix?: boolean | undefined;
|
5565
|
-
} &
|
5566
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5567
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
4882
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
5568
4883
|
$attrs: {
|
5569
4884
|
[x: string]: unknown;
|
5570
4885
|
};
|
@@ -5586,6 +4901,7 @@ declare const VNumberInput: {
|
|
5586
4901
|
}>;
|
5587
4902
|
$root: vue.ComponentPublicInstance | null;
|
5588
4903
|
$parent: vue.ComponentPublicInstance | null;
|
4904
|
+
$host: Element | null;
|
5589
4905
|
$emit: (event: "update:focused", focused: boolean) => void;
|
5590
4906
|
$el: any;
|
5591
4907
|
$options: vue.ComponentOptionsBase<{
|
@@ -5623,7 +4939,7 @@ declare const VNumberInput: {
|
|
5623
4939
|
} & {
|
5624
4940
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5625
4941
|
}, {
|
5626
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
4942
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5627
4943
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
5628
4944
|
'update:focused': (focused: boolean) => true;
|
5629
4945
|
'update:modelValue': (value: any) => true;
|
@@ -5656,7 +4972,7 @@ declare const VNumberInput: {
|
|
5656
4972
|
}) => vue.VNode[];
|
5657
4973
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
5658
4974
|
default: (arg: VFieldSlot) => vue.VNode[];
|
5659
|
-
}
|
4975
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
5660
4976
|
beforeCreate?: (() => void) | (() => void)[];
|
5661
4977
|
created?: (() => void) | (() => void)[];
|
5662
4978
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -5675,8 +4991,25 @@ declare const VNumberInput: {
|
|
5675
4991
|
};
|
5676
4992
|
$forceUpdate: () => void;
|
5677
4993
|
$nextTick: typeof nextTick;
|
5678
|
-
$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;
|
5679
|
-
} &
|
4994
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
4995
|
+
} & Readonly<{
|
4996
|
+
flat: boolean;
|
4997
|
+
reverse: boolean;
|
4998
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
4999
|
+
error: boolean;
|
5000
|
+
active: boolean;
|
5001
|
+
style: vue.StyleValue;
|
5002
|
+
disabled: boolean;
|
5003
|
+
focused: boolean;
|
5004
|
+
rounded: string | number | boolean;
|
5005
|
+
tile: boolean;
|
5006
|
+
clearIcon: IconValue;
|
5007
|
+
centerAffix: boolean;
|
5008
|
+
clearable: boolean;
|
5009
|
+
dirty: boolean;
|
5010
|
+
persistentClear: boolean;
|
5011
|
+
singleLine: boolean;
|
5012
|
+
}> & Omit<{
|
5680
5013
|
flat: boolean;
|
5681
5014
|
reverse: boolean;
|
5682
5015
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -5710,12 +5043,12 @@ declare const VNumberInput: {
|
|
5710
5043
|
centerAffix?: boolean | undefined;
|
5711
5044
|
} & {
|
5712
5045
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5713
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
5714
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
5046
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
5047
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5715
5048
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
5716
5049
|
modelValue?: unknown;
|
5717
5050
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5718
|
-
}, VFieldSlots>, "
|
5051
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5719
5052
|
_allExposed: {
|
5720
5053
|
reset: () => Promise<void>;
|
5721
5054
|
resetValidation: () => Promise<void>;
|
@@ -5723,7 +5056,7 @@ declare const VNumberInput: {
|
|
5723
5056
|
isValid: vue.ComputedRef<boolean | null>;
|
5724
5057
|
errorMessages: vue.ComputedRef<string[]>;
|
5725
5058
|
} | {
|
5726
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
5059
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5727
5060
|
} | {};
|
5728
5061
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
5729
5062
|
'click:control': (e: MouseEvent) => true;
|
@@ -5777,7 +5110,7 @@ declare const VNumberInput: {
|
|
5777
5110
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
5778
5111
|
default: () => vue.VNode[];
|
5779
5112
|
counter: (arg: VCounterSlot) => vue.VNode[];
|
5780
|
-
}
|
5113
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
5781
5114
|
beforeCreate?: (() => void) | (() => void)[];
|
5782
5115
|
created?: (() => void) | (() => void)[];
|
5783
5116
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -5796,8 +5129,38 @@ declare const VNumberInput: {
|
|
5796
5129
|
};
|
5797
5130
|
$forceUpdate: () => void;
|
5798
5131
|
$nextTick: typeof nextTick;
|
5799
|
-
$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;
|
5800
|
-
} &
|
5132
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
5133
|
+
} & Readonly<{
|
5134
|
+
flat: boolean;
|
5135
|
+
reverse: boolean;
|
5136
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
5137
|
+
type: string;
|
5138
|
+
error: boolean;
|
5139
|
+
active: boolean;
|
5140
|
+
direction: "horizontal" | "vertical";
|
5141
|
+
style: vue.StyleValue;
|
5142
|
+
autofocus: boolean;
|
5143
|
+
disabled: boolean;
|
5144
|
+
readonly: boolean | null;
|
5145
|
+
messages: string | readonly string[];
|
5146
|
+
focused: boolean;
|
5147
|
+
errorMessages: string | readonly string[] | null;
|
5148
|
+
maxErrors: string | number;
|
5149
|
+
rules: readonly ValidationRule[];
|
5150
|
+
rounded: string | number | boolean;
|
5151
|
+
tile: boolean;
|
5152
|
+
density: Density;
|
5153
|
+
clearIcon: IconValue;
|
5154
|
+
centerAffix: boolean;
|
5155
|
+
hideSpinButtons: boolean;
|
5156
|
+
persistentHint: boolean;
|
5157
|
+
clearable: boolean;
|
5158
|
+
dirty: boolean;
|
5159
|
+
persistentClear: boolean;
|
5160
|
+
singleLine: boolean;
|
5161
|
+
persistentPlaceholder: boolean;
|
5162
|
+
persistentCounter: boolean;
|
5163
|
+
}> & Omit<{
|
5801
5164
|
flat: boolean;
|
5802
5165
|
reverse: boolean;
|
5803
5166
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -5921,7 +5284,7 @@ declare const VNumberInput: {
|
|
5921
5284
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
5922
5285
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
5923
5286
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
5924
|
-
}, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" |
|
5287
|
+
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "_allExposed" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "minLength" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
5925
5288
|
$: vue.ComponentInternalInstance;
|
5926
5289
|
$data: {};
|
5927
5290
|
$props: Partial<{
|
@@ -5971,40 +5334,7 @@ declare const VNumberInput: {
|
|
5971
5334
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5972
5335
|
hint?: string | undefined;
|
5973
5336
|
hideDetails?: boolean | "auto" | undefined;
|
5974
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
5975
|
-
error: boolean;
|
5976
|
-
direction: "horizontal" | "vertical";
|
5977
|
-
style: vue.StyleValue;
|
5978
|
-
disabled: boolean | null;
|
5979
|
-
readonly: boolean | null;
|
5980
|
-
messages: string | readonly string[];
|
5981
|
-
focused: boolean;
|
5982
|
-
errorMessages: string | readonly string[] | null;
|
5983
|
-
maxErrors: string | number;
|
5984
|
-
rules: readonly ValidationRule[];
|
5985
|
-
density: Density;
|
5986
|
-
centerAffix: boolean;
|
5987
|
-
hideSpinButtons: boolean;
|
5988
|
-
persistentHint: boolean;
|
5989
|
-
} & {
|
5990
|
-
name?: string | undefined;
|
5991
|
-
id?: string | undefined;
|
5992
|
-
width?: string | number | undefined;
|
5993
|
-
maxWidth?: string | number | undefined;
|
5994
|
-
minWidth?: string | number | undefined;
|
5995
|
-
label?: string | undefined;
|
5996
|
-
class?: any;
|
5997
|
-
theme?: string | undefined;
|
5998
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
5999
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
6000
|
-
validationValue?: any;
|
6001
|
-
prependIcon?: IconValue | undefined;
|
6002
|
-
appendIcon?: IconValue | undefined;
|
6003
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6004
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6005
|
-
hint?: string | undefined;
|
6006
|
-
hideDetails?: boolean | "auto" | undefined;
|
6007
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
5337
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
6008
5338
|
$attrs: {
|
6009
5339
|
[x: string]: unknown;
|
6010
5340
|
};
|
@@ -6020,6 +5350,7 @@ declare const VNumberInput: {
|
|
6020
5350
|
}>;
|
6021
5351
|
$root: vue.ComponentPublicInstance | null;
|
6022
5352
|
$parent: vue.ComponentPublicInstance | null;
|
5353
|
+
$host: Element | null;
|
6023
5354
|
$emit: (event: string, ...args: any[]) => void;
|
6024
5355
|
$el: any;
|
6025
5356
|
$options: vue.ComponentOptionsBase<{
|
@@ -6084,7 +5415,7 @@ declare const VNumberInput: {
|
|
6084
5415
|
append: (arg: VInputSlot) => vue.VNode[];
|
6085
5416
|
details: (arg: VInputSlot) => vue.VNode[];
|
6086
5417
|
message: (arg: VMessageSlot) => vue.VNode[];
|
6087
|
-
}
|
5418
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
6088
5419
|
beforeCreate?: (() => void) | (() => void)[];
|
6089
5420
|
created?: (() => void) | (() => void)[];
|
6090
5421
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -6103,8 +5434,23 @@ declare const VNumberInput: {
|
|
6103
5434
|
};
|
6104
5435
|
$forceUpdate: () => void;
|
6105
5436
|
$nextTick: typeof nextTick;
|
6106
|
-
$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;
|
6107
|
-
} &
|
5437
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
5438
|
+
} & Readonly<{
|
5439
|
+
error: boolean;
|
5440
|
+
direction: "horizontal" | "vertical";
|
5441
|
+
style: vue.StyleValue;
|
5442
|
+
disabled: boolean | null;
|
5443
|
+
readonly: boolean | null;
|
5444
|
+
messages: string | readonly string[];
|
5445
|
+
focused: boolean;
|
5446
|
+
errorMessages: string | readonly string[] | null;
|
5447
|
+
maxErrors: string | number;
|
5448
|
+
rules: readonly ValidationRule[];
|
5449
|
+
density: Density;
|
5450
|
+
centerAffix: boolean;
|
5451
|
+
hideSpinButtons: boolean;
|
5452
|
+
persistentHint: boolean;
|
5453
|
+
}> & Omit<{
|
6108
5454
|
error: boolean;
|
6109
5455
|
direction: "horizontal" | "vertical";
|
6110
5456
|
style: vue.StyleValue;
|
@@ -6137,7 +5483,7 @@ declare const VNumberInput: {
|
|
6137
5483
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6138
5484
|
hint?: string | undefined;
|
6139
5485
|
hideDetails?: boolean | "auto" | undefined;
|
6140
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
5486
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
6141
5487
|
reset: () => Promise<void>;
|
6142
5488
|
resetValidation: () => Promise<void>;
|
6143
5489
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -6146,7 +5492,7 @@ declare const VNumberInput: {
|
|
6146
5492
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
6147
5493
|
modelValue?: unknown;
|
6148
5494
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6149
|
-
}, VInputSlots>, "name" | "
|
5495
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6150
5496
|
$: vue.ComponentInternalInstance;
|
6151
5497
|
$data: {};
|
6152
5498
|
$props: Partial<{
|
@@ -6197,41 +5543,7 @@ declare const VNumberInput: {
|
|
6197
5543
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6198
5544
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6199
5545
|
centerAffix?: boolean | undefined;
|
6200
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
6201
|
-
flat: boolean;
|
6202
|
-
reverse: boolean;
|
6203
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
6204
|
-
error: boolean;
|
6205
|
-
active: boolean;
|
6206
|
-
style: vue.StyleValue;
|
6207
|
-
disabled: boolean;
|
6208
|
-
focused: boolean;
|
6209
|
-
tile: boolean;
|
6210
|
-
clearIcon: IconValue;
|
6211
|
-
clearable: boolean;
|
6212
|
-
dirty: boolean;
|
6213
|
-
persistentClear: boolean;
|
6214
|
-
singleLine: boolean;
|
6215
|
-
} & {
|
6216
|
-
id?: string | undefined;
|
6217
|
-
color?: string | undefined;
|
6218
|
-
loading?: string | boolean | undefined;
|
6219
|
-
label?: string | undefined;
|
6220
|
-
class?: any;
|
6221
|
-
theme?: string | undefined;
|
6222
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
6223
|
-
rounded?: string | number | boolean | undefined;
|
6224
|
-
baseColor?: string | undefined;
|
6225
|
-
bgColor?: string | undefined;
|
6226
|
-
appendInnerIcon?: IconValue | undefined;
|
6227
|
-
prependInnerIcon?: IconValue | undefined;
|
6228
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6229
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6230
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6231
|
-
centerAffix?: boolean | undefined;
|
6232
|
-
} & {
|
6233
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6234
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
5546
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
6235
5547
|
$attrs: {
|
6236
5548
|
[x: string]: unknown;
|
6237
5549
|
};
|
@@ -6253,6 +5565,7 @@ declare const VNumberInput: {
|
|
6253
5565
|
}>;
|
6254
5566
|
$root: vue.ComponentPublicInstance | null;
|
6255
5567
|
$parent: vue.ComponentPublicInstance | null;
|
5568
|
+
$host: Element | null;
|
6256
5569
|
$emit: (event: "update:focused", focused: boolean) => void;
|
6257
5570
|
$el: any;
|
6258
5571
|
$options: vue.ComponentOptionsBase<{
|
@@ -6290,7 +5603,7 @@ declare const VNumberInput: {
|
|
6290
5603
|
} & {
|
6291
5604
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6292
5605
|
}, {
|
6293
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
5606
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6294
5607
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
6295
5608
|
'update:focused': (focused: boolean) => true;
|
6296
5609
|
'update:modelValue': (value: any) => true;
|
@@ -6323,7 +5636,7 @@ declare const VNumberInput: {
|
|
6323
5636
|
}) => vue.VNode[];
|
6324
5637
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
6325
5638
|
default: (arg: VFieldSlot) => vue.VNode[];
|
6326
|
-
}
|
5639
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
6327
5640
|
beforeCreate?: (() => void) | (() => void)[];
|
6328
5641
|
created?: (() => void) | (() => void)[];
|
6329
5642
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -6342,8 +5655,25 @@ declare const VNumberInput: {
|
|
6342
5655
|
};
|
6343
5656
|
$forceUpdate: () => void;
|
6344
5657
|
$nextTick: typeof nextTick;
|
6345
|
-
$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;
|
6346
|
-
} &
|
5658
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
5659
|
+
} & Readonly<{
|
5660
|
+
flat: boolean;
|
5661
|
+
reverse: boolean;
|
5662
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
5663
|
+
error: boolean;
|
5664
|
+
active: boolean;
|
5665
|
+
style: vue.StyleValue;
|
5666
|
+
disabled: boolean;
|
5667
|
+
focused: boolean;
|
5668
|
+
rounded: string | number | boolean;
|
5669
|
+
tile: boolean;
|
5670
|
+
clearIcon: IconValue;
|
5671
|
+
centerAffix: boolean;
|
5672
|
+
clearable: boolean;
|
5673
|
+
dirty: boolean;
|
5674
|
+
persistentClear: boolean;
|
5675
|
+
singleLine: boolean;
|
5676
|
+
}> & Omit<{
|
6347
5677
|
flat: boolean;
|
6348
5678
|
reverse: boolean;
|
6349
5679
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -6377,12 +5707,12 @@ declare const VNumberInput: {
|
|
6377
5707
|
centerAffix?: boolean | undefined;
|
6378
5708
|
} & {
|
6379
5709
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6380
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
6381
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
5710
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
5711
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6382
5712
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
6383
5713
|
modelValue?: unknown;
|
6384
5714
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6385
|
-
}, VFieldSlots>, "
|
5715
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6386
5716
|
_allExposed: {
|
6387
5717
|
reset: () => Promise<void>;
|
6388
5718
|
resetValidation: () => Promise<void>;
|
@@ -6390,9 +5720,9 @@ declare const VNumberInput: {
|
|
6390
5720
|
isValid: vue.ComputedRef<boolean | null>;
|
6391
5721
|
errorMessages: vue.ComputedRef<string[]>;
|
6392
5722
|
} | {
|
6393
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
5723
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6394
5724
|
} | {};
|
6395
|
-
}> & {} & vue.ComponentCustomProperties & {}, "name" | "
|
5725
|
+
}> & {} & vue.ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
6396
5726
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
6397
5727
|
$: vue.ComponentInternalInstance;
|
6398
5728
|
$data: {};
|
@@ -6443,40 +5773,7 @@ declare const VNumberInput: {
|
|
6443
5773
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6444
5774
|
hint?: string | undefined;
|
6445
5775
|
hideDetails?: boolean | "auto" | undefined;
|
6446
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
6447
|
-
error: boolean;
|
6448
|
-
direction: "horizontal" | "vertical";
|
6449
|
-
style: vue.StyleValue;
|
6450
|
-
disabled: boolean | null;
|
6451
|
-
readonly: boolean | null;
|
6452
|
-
messages: string | readonly string[];
|
6453
|
-
focused: boolean;
|
6454
|
-
errorMessages: string | readonly string[] | null;
|
6455
|
-
maxErrors: string | number;
|
6456
|
-
rules: readonly ValidationRule[];
|
6457
|
-
density: Density;
|
6458
|
-
centerAffix: boolean;
|
6459
|
-
hideSpinButtons: boolean;
|
6460
|
-
persistentHint: boolean;
|
6461
|
-
} & {
|
6462
|
-
name?: string | undefined;
|
6463
|
-
id?: string | undefined;
|
6464
|
-
width?: string | number | undefined;
|
6465
|
-
maxWidth?: string | number | undefined;
|
6466
|
-
minWidth?: string | number | undefined;
|
6467
|
-
label?: string | undefined;
|
6468
|
-
class?: any;
|
6469
|
-
theme?: string | undefined;
|
6470
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
6471
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
6472
|
-
validationValue?: any;
|
6473
|
-
prependIcon?: IconValue | undefined;
|
6474
|
-
appendIcon?: IconValue | undefined;
|
6475
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6476
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6477
|
-
hint?: string | undefined;
|
6478
|
-
hideDetails?: boolean | "auto" | undefined;
|
6479
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
5776
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
6480
5777
|
$attrs: {
|
6481
5778
|
[x: string]: unknown;
|
6482
5779
|
};
|
@@ -6492,6 +5789,7 @@ declare const VNumberInput: {
|
|
6492
5789
|
}>;
|
6493
5790
|
$root: vue.ComponentPublicInstance | null;
|
6494
5791
|
$parent: vue.ComponentPublicInstance | null;
|
5792
|
+
$host: Element | null;
|
6495
5793
|
$emit: (event: string, ...args: any[]) => void;
|
6496
5794
|
$el: any;
|
6497
5795
|
$options: vue.ComponentOptionsBase<{
|
@@ -6556,7 +5854,7 @@ declare const VNumberInput: {
|
|
6556
5854
|
append: (arg: VInputSlot) => vue.VNode[];
|
6557
5855
|
details: (arg: VInputSlot) => vue.VNode[];
|
6558
5856
|
message: (arg: VMessageSlot) => vue.VNode[];
|
6559
|
-
}
|
5857
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
6560
5858
|
beforeCreate?: (() => void) | (() => void)[];
|
6561
5859
|
created?: (() => void) | (() => void)[];
|
6562
5860
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -6575,8 +5873,23 @@ declare const VNumberInput: {
|
|
6575
5873
|
};
|
6576
5874
|
$forceUpdate: () => void;
|
6577
5875
|
$nextTick: typeof nextTick;
|
6578
|
-
$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;
|
6579
|
-
} &
|
5876
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
5877
|
+
} & Readonly<{
|
5878
|
+
error: boolean;
|
5879
|
+
direction: "horizontal" | "vertical";
|
5880
|
+
style: vue.StyleValue;
|
5881
|
+
disabled: boolean | null;
|
5882
|
+
readonly: boolean | null;
|
5883
|
+
messages: string | readonly string[];
|
5884
|
+
focused: boolean;
|
5885
|
+
errorMessages: string | readonly string[] | null;
|
5886
|
+
maxErrors: string | number;
|
5887
|
+
rules: readonly ValidationRule[];
|
5888
|
+
density: Density;
|
5889
|
+
centerAffix: boolean;
|
5890
|
+
hideSpinButtons: boolean;
|
5891
|
+
persistentHint: boolean;
|
5892
|
+
}> & Omit<{
|
6580
5893
|
error: boolean;
|
6581
5894
|
direction: "horizontal" | "vertical";
|
6582
5895
|
style: vue.StyleValue;
|
@@ -6609,7 +5922,7 @@ declare const VNumberInput: {
|
|
6609
5922
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6610
5923
|
hint?: string | undefined;
|
6611
5924
|
hideDetails?: boolean | "auto" | undefined;
|
6612
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
5925
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
6613
5926
|
reset: () => Promise<void>;
|
6614
5927
|
resetValidation: () => Promise<void>;
|
6615
5928
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -6618,7 +5931,7 @@ declare const VNumberInput: {
|
|
6618
5931
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
6619
5932
|
modelValue?: unknown;
|
6620
5933
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6621
|
-
}, VInputSlots>, "name" | "
|
5934
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6622
5935
|
$: vue.ComponentInternalInstance;
|
6623
5936
|
$data: {};
|
6624
5937
|
$props: Partial<{
|
@@ -6669,41 +5982,7 @@ declare const VNumberInput: {
|
|
6669
5982
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6670
5983
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6671
5984
|
centerAffix?: boolean | undefined;
|
6672
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
6673
|
-
flat: boolean;
|
6674
|
-
reverse: boolean;
|
6675
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
6676
|
-
error: boolean;
|
6677
|
-
active: boolean;
|
6678
|
-
style: vue.StyleValue;
|
6679
|
-
disabled: boolean;
|
6680
|
-
focused: boolean;
|
6681
|
-
tile: boolean;
|
6682
|
-
clearIcon: IconValue;
|
6683
|
-
clearable: boolean;
|
6684
|
-
dirty: boolean;
|
6685
|
-
persistentClear: boolean;
|
6686
|
-
singleLine: boolean;
|
6687
|
-
} & {
|
6688
|
-
id?: string | undefined;
|
6689
|
-
color?: string | undefined;
|
6690
|
-
loading?: string | boolean | undefined;
|
6691
|
-
label?: string | undefined;
|
6692
|
-
class?: any;
|
6693
|
-
theme?: string | undefined;
|
6694
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
6695
|
-
rounded?: string | number | boolean | undefined;
|
6696
|
-
baseColor?: string | undefined;
|
6697
|
-
bgColor?: string | undefined;
|
6698
|
-
appendInnerIcon?: IconValue | undefined;
|
6699
|
-
prependInnerIcon?: IconValue | undefined;
|
6700
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6701
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6702
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6703
|
-
centerAffix?: boolean | undefined;
|
6704
|
-
} & {
|
6705
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6706
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
5985
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
6707
5986
|
$attrs: {
|
6708
5987
|
[x: string]: unknown;
|
6709
5988
|
};
|
@@ -6725,6 +6004,7 @@ declare const VNumberInput: {
|
|
6725
6004
|
}>;
|
6726
6005
|
$root: vue.ComponentPublicInstance | null;
|
6727
6006
|
$parent: vue.ComponentPublicInstance | null;
|
6007
|
+
$host: Element | null;
|
6728
6008
|
$emit: (event: "update:focused", focused: boolean) => void;
|
6729
6009
|
$el: any;
|
6730
6010
|
$options: vue.ComponentOptionsBase<{
|
@@ -6762,7 +6042,7 @@ declare const VNumberInput: {
|
|
6762
6042
|
} & {
|
6763
6043
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6764
6044
|
}, {
|
6765
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
6045
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6766
6046
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
6767
6047
|
'update:focused': (focused: boolean) => true;
|
6768
6048
|
'update:modelValue': (value: any) => true;
|
@@ -6795,7 +6075,7 @@ declare const VNumberInput: {
|
|
6795
6075
|
}) => vue.VNode[];
|
6796
6076
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
6797
6077
|
default: (arg: VFieldSlot) => vue.VNode[];
|
6798
|
-
}
|
6078
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
6799
6079
|
beforeCreate?: (() => void) | (() => void)[];
|
6800
6080
|
created?: (() => void) | (() => void)[];
|
6801
6081
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -6814,8 +6094,25 @@ declare const VNumberInput: {
|
|
6814
6094
|
};
|
6815
6095
|
$forceUpdate: () => void;
|
6816
6096
|
$nextTick: typeof nextTick;
|
6817
|
-
$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;
|
6818
|
-
} &
|
6097
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
6098
|
+
} & Readonly<{
|
6099
|
+
flat: boolean;
|
6100
|
+
reverse: boolean;
|
6101
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
6102
|
+
error: boolean;
|
6103
|
+
active: boolean;
|
6104
|
+
style: vue.StyleValue;
|
6105
|
+
disabled: boolean;
|
6106
|
+
focused: boolean;
|
6107
|
+
rounded: string | number | boolean;
|
6108
|
+
tile: boolean;
|
6109
|
+
clearIcon: IconValue;
|
6110
|
+
centerAffix: boolean;
|
6111
|
+
clearable: boolean;
|
6112
|
+
dirty: boolean;
|
6113
|
+
persistentClear: boolean;
|
6114
|
+
singleLine: boolean;
|
6115
|
+
}> & Omit<{
|
6819
6116
|
flat: boolean;
|
6820
6117
|
reverse: boolean;
|
6821
6118
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -6849,12 +6146,12 @@ declare const VNumberInput: {
|
|
6849
6146
|
centerAffix?: boolean | undefined;
|
6850
6147
|
} & {
|
6851
6148
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6852
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
6853
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
6149
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
6150
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6854
6151
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
6855
6152
|
modelValue?: unknown;
|
6856
6153
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6857
|
-
}, VFieldSlots>, "
|
6154
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6858
6155
|
_allExposed: {
|
6859
6156
|
reset: () => Promise<void>;
|
6860
6157
|
resetValidation: () => Promise<void>;
|
@@ -6862,7 +6159,7 @@ declare const VNumberInput: {
|
|
6862
6159
|
isValid: vue.ComputedRef<boolean | null>;
|
6863
6160
|
errorMessages: vue.ComputedRef<string[]>;
|
6864
6161
|
} | {
|
6865
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
6162
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6866
6163
|
} | {};
|
6867
6164
|
}) | {};
|
6868
6165
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -6922,7 +6219,7 @@ declare const VNumberInput: {
|
|
6922
6219
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
6923
6220
|
increment: (arg: ControlSlot) => vue.VNode[];
|
6924
6221
|
decrement: (arg: ControlSlot) => vue.VNode[];
|
6925
|
-
}
|
6222
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
6926
6223
|
flat: BooleanConstructor;
|
6927
6224
|
reverse: BooleanConstructor;
|
6928
6225
|
variant: {
|