@volverjs/ui-vue 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Volver.d.ts +121 -0
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +68 -0
- package/dist/components/VvAccordion/index.d.ts +47 -0
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +98 -0
- package/dist/components/VvAccordionGroup/index.d.ts +54 -0
- package/dist/components/VvAction/VvAction.vue.d.ts +110 -0
- package/dist/components/VvAction/index.d.ts +45 -0
- package/dist/components/VvAlert/VvAlert.vue.d.ts +124 -0
- package/dist/components/VvAlert/index.d.ts +104 -0
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +97 -0
- package/dist/components/VvAlertGroup/index.d.ts +47 -0
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +24 -0
- package/dist/components/VvAvatar/index.d.ts +10 -0
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +50 -0
- package/dist/components/VvAvatarGroup/index.d.ts +28 -0
- package/dist/components/VvBadge/VvBadge.vue.d.ts +24 -0
- package/dist/components/VvBadge/index.d.ts +7 -0
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +39 -0
- package/dist/components/VvBreadcrumb/index.d.ts +8 -0
- package/dist/components/VvButton/VvButton.vue.d.ts +221 -0
- package/dist/components/VvButton/index.d.ts +131 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +84 -0
- package/dist/components/VvButtonGroup/index.d.ts +37 -0
- package/dist/components/VvCard/VvCard.vue.d.ts +30 -0
- package/dist/components/VvCard/index.d.ts +7 -0
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +187 -0
- package/dist/components/VvCheckbox/index.d.ts +94 -0
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +212 -0
- package/dist/components/VvCheckboxGroup/index.d.ts +79 -0
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +346 -0
- package/dist/components/VvCombobox/index.d.ts +694 -0
- package/dist/components/VvDialog/VvDialog.vue.d.ts +73 -0
- package/dist/components/VvDialog/index.d.ts +45 -0
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +258 -0
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +118 -0
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +22 -0
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +22 -0
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +82 -0
- package/dist/components/VvDropdown/index.d.ts +120 -0
- package/dist/components/VvIcon/VvIcon.vue.d.ts +6 -0
- package/dist/components/VvIcon/index.d.ts +86 -0
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +361 -0
- package/dist/components/VvInputFile/index.d.ts +204 -0
- package/dist/components/VvInputText/VvInputText.vue.d.ts +524 -0
- package/dist/components/VvInputText/VvInputTextActions.d.ts +4 -0
- package/dist/components/VvInputText/index.d.ts +313 -0
- package/dist/components/VvNav/VvNav.vue.d.ts +48 -0
- package/dist/components/VvNav/VvNavItem.vue.d.ts +14 -0
- package/dist/components/VvNav/VvNavSeparator.vue.d.ts +3 -0
- package/dist/components/VvNav/index.d.ts +11 -0
- package/dist/components/VvProgress/VvProgress.vue.d.ts +38 -0
- package/dist/components/VvProgress/index.d.ts +33 -0
- package/dist/components/VvRadio/VvRadio.vue.d.ts +179 -0
- package/dist/components/VvRadio/index.d.ts +80 -0
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +212 -0
- package/dist/components/VvRadioGroup/index.d.ts +79 -0
- package/dist/components/VvSelect/VvSelect.vue.d.ts +183 -0
- package/dist/components/VvSelect/index.d.ts +298 -0
- package/dist/components/VvTab/VvTab.vue.d.ts +64 -0
- package/dist/components/VvTab/index.d.ts +19 -0
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +384 -0
- package/dist/components/VvTextarea/index.d.ts +190 -0
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +37 -0
- package/dist/components/VvTooltip/index.d.ts +19 -0
- package/dist/components/VvVirtualScroll/VvVirtualScroll.vue.d.ts +51 -0
- package/dist/components/common/HintSlot.d.ts +57 -0
- package/dist/components/common/VvInputClearAction.d.ts +52 -0
- package/dist/components/common/VvInputPasswordAction.d.ts +71 -0
- package/dist/components/common/VvInputStepAction.d.ts +50 -0
- package/dist/components/index.d.ts +34 -0
- package/dist/composables/alert/useAlerInject.d.ts +4 -0
- package/dist/composables/alert/useAlert.d.ts +92 -0
- package/dist/composables/alert/useAlertProvide.d.ts +10 -0
- package/dist/composables/dropdown/useDropdownContextmenu.d.ts +18 -0
- package/dist/composables/dropdown/useDropdownInject.d.ts +12 -0
- package/dist/composables/dropdown/useDropdownProvide.d.ts +40 -0
- package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +17 -0
- package/dist/composables/group/useGroupStateInject.d.ts +9 -0
- package/dist/composables/group/useGroupStateProvide.d.ts +6 -0
- package/dist/composables/index.d.ts +5 -0
- package/dist/composables/useBlurhash.d.ts +7 -0
- package/dist/composables/useComponentFocus.d.ts +4 -0
- package/dist/composables/useComponentIcon.d.ts +11 -0
- package/dist/composables/useDebouncedInput.d.ts +5 -0
- package/dist/composables/useDefaults.d.ts +2 -0
- package/dist/composables/useModifiers.d.ts +2 -0
- package/dist/composables/useOptions.d.ts +8 -0
- package/dist/composables/usePersistence.d.ts +3 -0
- package/dist/composables/useTextCount.d.ts +10 -0
- package/dist/composables/useUniqueId.d.ts +2 -0
- package/dist/composables/useVirtualScroll.d.ts +35 -0
- package/dist/composables/useVolver.d.ts +4 -0
- package/dist/constants.d.ts +104 -0
- package/dist/directives/index.d.ts +3 -0
- package/dist/directives/v-contextmenu.d.ts +3 -0
- package/dist/directives/v-tooltip.d.ts +3 -0
- package/dist/icons.d.ts +1889 -0
- package/dist/index.d.ts +10 -0
- package/dist/json-render/catalog.d.ts +395 -0
- package/dist/json-render/components.d.ts +111 -0
- package/dist/json-render/definitions.d.ts +697 -0
- package/dist/json-render/index.d.ts +55 -0
- package/dist/json-render/registry.d.ts +34 -0
- package/dist/props/index.d.ts +959 -0
- package/dist/resolvers/unplugin.d.ts +38 -0
- package/dist/stories/Accordion/Accordion.settings.d.ts +9 -0
- package/dist/stories/Accordion/Accordion.stories.d.ts +7 -0
- package/dist/stories/Accordion/Accordion.test.d.ts +2 -0
- package/dist/stories/Accordion/AccordionSlots.stories.d.ts +7 -0
- package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +13 -0
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +9 -0
- package/dist/stories/AccordionGroup/AccordionGroup.test.d.ts +2 -0
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +1788 -0
- package/dist/stories/Alert/Alert.settings.d.ts +4 -0
- package/dist/stories/Alert/Alert.stories.d.ts +9 -0
- package/dist/stories/Alert/Alert.test.d.ts +2 -0
- package/dist/stories/Alert/AlertModifiers.stories.d.ts +13 -0
- package/dist/stories/Alert/AlertSlots.stories.d.ts +10 -0
- package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +14 -0
- package/dist/stories/AlertGroup/AlertGroup.stories.d.ts +8 -0
- package/dist/stories/AlertGroup/AlertGroup.test.d.ts +2 -0
- package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +14 -0
- package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +8 -0
- package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +4 -0
- package/dist/stories/Avatar/Avatar.settings.d.ts +5 -0
- package/dist/stories/Avatar/Avatar.stories.d.ts +7 -0
- package/dist/stories/Avatar/Avatar.test.d.ts +2 -0
- package/dist/stories/Avatar/AvatarBadge.stories.d.ts +6 -0
- package/dist/stories/Avatar/AvatarModifiers.stories.d.ts +13 -0
- package/dist/stories/Avatar/AvatarSlots.stories.d.ts +6 -0
- package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +14 -0
- package/dist/stories/AvatarGroup/AvatarGroup.stories.d.ts +6 -0
- package/dist/stories/AvatarGroup/AvatarGroup.test.d.ts +2 -0
- package/dist/stories/AvatarGroup/AvatarGroupModifiers.stories.d.ts +7 -0
- package/dist/stories/AvatarGroup/AvatarGroupSlotDefault.stories.d.ts +6 -0
- package/dist/stories/Badge/Badge.settings.d.ts +5 -0
- package/dist/stories/Badge/Badge.stories.d.ts +7 -0
- package/dist/stories/Badge/Badge.test.d.ts +2 -0
- package/dist/stories/Badge/BadgeSlots.stories.d.ts +6 -0
- package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
- package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +13 -0
- package/dist/stories/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
- package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +2 -0
- package/dist/stories/Breadcrumb/BreadcrumbSlots.stories.d.ts +6 -0
- package/dist/stories/Button/Button.settings.d.ts +4 -0
- package/dist/stories/Button/Button.stories.d.ts +6 -0
- package/dist/stories/Button/Button.test.d.ts +2 -0
- package/dist/stories/Button/ButtonIcon.stories.d.ts +10 -0
- package/dist/stories/Button/ButtonLink.stories.d.ts +7 -0
- package/dist/stories/Button/ButtonLoading.stories.d.ts +8 -0
- package/dist/stories/Button/ButtonModifiers.stories.d.ts +17 -0
- package/dist/stories/Button/ButtonSlots.stories.d.ts +9 -0
- package/dist/stories/Button/ButtonState.stories.d.ts +8 -0
- package/dist/stories/Button/ButtonToggle.stories.d.ts +9 -0
- package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +5 -0
- package/dist/stories/ButtonGroup/ButtonGroup.stories.d.ts +6 -0
- package/dist/stories/ButtonGroup/ButtonGroup.test.d.ts +2 -0
- package/dist/stories/ButtonGroup/ButtonGroupModifiers.stories.d.ts +8 -0
- package/dist/stories/ButtonGroup/ButtonGroupSlots.stories.d.ts +6 -0
- package/dist/stories/ButtonGroup/ButtonGroupToggle.stories.d.ts +8 -0
- package/dist/stories/Card/Card.settings.d.ts +6 -0
- package/dist/stories/Card/Card.stories.d.ts +6 -0
- package/dist/stories/Card/Card.test.d.ts +2 -0
- package/dist/stories/Card/CardSlots.stories.d.ts +9 -0
- package/dist/stories/Checkbox/Checkbox.settings.d.ts +15 -0
- package/dist/stories/Checkbox/Checkbox.stories.d.ts +13 -0
- package/dist/stories/Checkbox/Checkbox.test.d.ts +2 -0
- package/dist/stories/Checkbox/CheckboxBinary.stories.d.ts +7 -0
- package/dist/stories/Checkbox/CheckboxSlots.stories.d.ts +7 -0
- package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +12 -0
- package/dist/stories/CheckboxGroup/CheckboxGroup.stories.d.ts +12 -0
- package/dist/stories/CheckboxGroup/CheckboxGroup.test.d.ts +2 -0
- package/dist/stories/CheckboxGroup/CheckboxGroupOptions.stories.d.ts +8 -0
- package/dist/stories/CheckboxGroup/CheckboxGroupSlots.stories.d.ts +7 -0
- package/dist/stories/Combobox/Combobox.settings.d.ts +4 -0
- package/dist/stories/Combobox/Combobox.stories.d.ts +24 -0
- package/dist/stories/Combobox/Combobox.test.d.ts +2 -0
- package/dist/stories/Combobox/ComboboxIconPosition.stories.d.ts +8 -0
- package/dist/stories/Combobox/ComboboxMultiple.stories.d.ts +9 -0
- package/dist/stories/Combobox/ComboboxOptions.stories.d.ts +11 -0
- package/dist/stories/Combobox/ComboboxSlots.stories.d.ts +10 -0
- package/dist/stories/Dialog/Dialog.settings.d.ts +10 -0
- package/dist/stories/Dialog/Dialog.stories.d.ts +7 -0
- package/dist/stories/Dialog/Dialog.test.d.ts +2 -0
- package/dist/stories/Dialog/DialogModifiers.stories.d.ts +8 -0
- package/dist/stories/Dialog/DialogSlots.stories.d.ts +8 -0
- package/dist/stories/Dropdown/Dropdown.settings.d.ts +5 -0
- package/dist/stories/Dropdown/Dropdown.stories.d.ts +9 -0
- package/dist/stories/Dropdown/Dropdown.test.d.ts +2 -0
- package/dist/stories/Dropdown/DropdownContextmenuDirective.stories.d.ts +6 -0
- package/dist/stories/Dropdown/DropdownMultilevel.stories.d.ts +6 -0
- package/dist/stories/Dropdown/DropdownSlots.stories.d.ts +8 -0
- package/dist/stories/Icon/Icon.settings.d.ts +7 -0
- package/dist/stories/Icon/Icon.stories.d.ts +8 -0
- package/dist/stories/Icon/IconsCollection.stories.d.ts +6 -0
- package/dist/stories/InputFile/InputFile.settings.d.ts +6 -0
- package/dist/stories/InputFile/InputFile.stories.d.ts +13 -0
- package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +9 -0
- package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +8 -0
- package/dist/stories/InputFile/InputFileSlots.stories.d.ts +7 -0
- package/dist/stories/InputText/InputText.settings.d.ts +11 -0
- package/dist/stories/InputText/InputText.stories.d.ts +16 -0
- package/dist/stories/InputText/InputText.test.d.ts +5 -0
- package/dist/stories/InputText/InputTextIconPosition.stories.d.ts +8 -0
- package/dist/stories/InputText/InputTextIso.stories.d.ts +10 -0
- package/dist/stories/InputText/InputTextLength.stories.d.ts +10 -0
- package/dist/stories/InputText/InputTextMask.stories.d.ts +12 -0
- package/dist/stories/InputText/InputTextMinMax.stories.d.ts +9 -0
- package/dist/stories/InputText/InputTextSlots.stories.d.ts +8 -0
- package/dist/stories/InputText/InputTextSuggestions.stories.d.ts +8 -0
- package/dist/stories/InputText/InputTextType.stories.d.ts +18 -0
- package/dist/stories/Nav/Nav.settings.d.ts +4 -0
- package/dist/stories/Nav/Nav.stories.d.ts +6 -0
- package/dist/stories/Nav/Nav.test.d.ts +2 -0
- package/dist/stories/Nav/NavModifiers.stories.d.ts +9 -0
- package/dist/stories/Progress/Progress.settings.d.ts +7 -0
- package/dist/stories/Progress/Progress.stories.d.ts +7 -0
- package/dist/stories/Progress/Progress.test.d.ts +2 -0
- package/dist/stories/Radio/Radio.settings.d.ts +12 -0
- package/dist/stories/Radio/Radio.stories.d.ts +11 -0
- package/dist/stories/Radio/Radio.test.d.ts +2 -0
- package/dist/stories/Radio/RadioSlots.stories.d.ts +7 -0
- package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +12 -0
- package/dist/stories/RadioGroup/RadioGroup.stories.d.ts +12 -0
- package/dist/stories/RadioGroup/RadioGroup.test.d.ts +2 -0
- package/dist/stories/RadioGroup/RadioGroupOptions.stories.d.ts +8 -0
- package/dist/stories/RadioGroup/RadioGroupSlots.stories.d.ts +7 -0
- package/dist/stories/Select/Select.settings.d.ts +8 -0
- package/dist/stories/Select/Select.stories.d.ts +16 -0
- package/dist/stories/Select/Select.test.d.ts +2 -0
- package/dist/stories/Select/SelectIconPosition.stories.d.ts +8 -0
- package/dist/stories/Select/SelectOptions.stories.d.ts +9 -0
- package/dist/stories/Select/SelectSlots.stories.d.ts +8 -0
- package/dist/stories/Tab/Tab.settings.d.ts +4 -0
- package/dist/stories/Tab/Tab.stories.d.ts +6 -0
- package/dist/stories/Tab/Tab.test.d.ts +2 -0
- package/dist/stories/Textarea/Textarea.settings.d.ts +9 -0
- package/dist/stories/Textarea/Textarea.stories.d.ts +14 -0
- package/dist/stories/Textarea/Textarea.test.d.ts +2 -0
- package/dist/stories/Textarea/TextareaLength.stories.d.ts +10 -0
- package/dist/stories/Textarea/TextareaSlots.stories.d.ts +8 -0
- package/dist/stories/Textarea/TextareatIconPosition.stories.d.ts +8 -0
- package/dist/stories/Tooltip/Tooltip.settings.d.ts +5 -0
- package/dist/stories/Tooltip/Tooltip.stories.d.ts +6 -0
- package/dist/stories/Tooltip/Tooltip.test.d.ts +2 -0
- package/dist/stories/Tooltip/TooltipDirective.stories.d.ts +10 -0
- package/dist/stories/VirtualScroll/VirtualScroll.settings.d.ts +5 -0
- package/dist/stories/VirtualScroll/VirtualScroll.stories.d.ts +7 -0
- package/dist/stories/VirtualScroll/VirtualScroll.test.d.ts +2 -0
- package/dist/stories/VirtualScroll/VirtualScrollWithComposable.stories.d.ts +4 -0
- package/dist/stories/argTypes.d.ts +56 -0
- package/dist/test/expect.d.ts +18 -0
- package/dist/test/options.d.ts +1 -0
- package/dist/test/sleep.d.ts +1 -0
- package/dist/types/alert.d.ts +15 -0
- package/dist/types/blurhash.d.ts +12 -0
- package/dist/types/floating-ui.d.ts +15 -0
- package/dist/types/generic.d.ts +4 -0
- package/dist/types/group.d.ts +59 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/input-file.d.ts +9 -0
- package/dist/types/nav.d.ts +17 -0
- package/dist/utils/DateUtilities.d.ts +14 -0
- package/dist/utils/DomUtilities.d.ts +1 -0
- package/dist/utils/FileUtilities.d.ts +14 -0
- package/dist/utils/ObjectUtilities.d.ts +82 -0
- package/dist/workers/blurhash.d.ts +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
import type { VvIconProps } from '../VvIcon';
|
|
2
|
+
import type { UploadedFile } from '@/types';
|
|
3
|
+
export type VvInputFileEvents = {
|
|
4
|
+
'remove': [
|
|
5
|
+
File | UploadedFile
|
|
6
|
+
];
|
|
7
|
+
'download': [
|
|
8
|
+
File | UploadedFile
|
|
9
|
+
];
|
|
10
|
+
'update:modelValue': [
|
|
11
|
+
File | UploadedFile | (File | UploadedFile)[] | undefined
|
|
12
|
+
];
|
|
13
|
+
};
|
|
14
|
+
export declare const VvInputFileProps: {
|
|
15
|
+
/**
|
|
16
|
+
* Input value
|
|
17
|
+
*/
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: PropType<File | UploadedFile | (File | UploadedFile)[]>;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Whether to show progress bar
|
|
23
|
+
*/
|
|
24
|
+
progress: {
|
|
25
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
26
|
+
default: undefined;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Input
|
|
30
|
+
* Text that appears in the form control when it has no value set
|
|
31
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#placeholder
|
|
32
|
+
*/
|
|
33
|
+
placeholder: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: undefined;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* File types to accept
|
|
39
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept
|
|
40
|
+
*/
|
|
41
|
+
accept: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Whether to allow multiple values
|
|
47
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#multiple
|
|
48
|
+
*/
|
|
49
|
+
multiple: {
|
|
50
|
+
type: BooleanConstructor;
|
|
51
|
+
default: boolean;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Front or rear camera
|
|
55
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/capture
|
|
56
|
+
*/
|
|
57
|
+
capture: {
|
|
58
|
+
type: PropType<"user" | "environment">;
|
|
59
|
+
default: undefined;
|
|
60
|
+
validation: (value?: string) => boolean;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Max number of files
|
|
64
|
+
*/
|
|
65
|
+
max: {
|
|
66
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
67
|
+
default: undefined;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Show drop area
|
|
71
|
+
*/
|
|
72
|
+
dropArea: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Enable sorting
|
|
78
|
+
*/
|
|
79
|
+
sortable: {
|
|
80
|
+
type: BooleanConstructor;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Hide preview
|
|
85
|
+
*/
|
|
86
|
+
hidePreview: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Label for add button
|
|
92
|
+
*/
|
|
93
|
+
labelAdd: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* VvIcon name for add button
|
|
99
|
+
* @see VvIcon
|
|
100
|
+
*/
|
|
101
|
+
iconAdd: {
|
|
102
|
+
type: PropType<string | VvIconProps>;
|
|
103
|
+
default: "add";
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* Label for replace button
|
|
107
|
+
*/
|
|
108
|
+
labelReplace: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* VvIcon name for replace button
|
|
114
|
+
* @see VvIcon
|
|
115
|
+
*/
|
|
116
|
+
iconReplace: {
|
|
117
|
+
type: PropType<string | VvIconProps>;
|
|
118
|
+
default: "edit";
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* Label for download button
|
|
122
|
+
*/
|
|
123
|
+
labelDownload: {
|
|
124
|
+
type: StringConstructor;
|
|
125
|
+
default: string;
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* VvIcon name for download button
|
|
129
|
+
* @see VvIcon
|
|
130
|
+
*/
|
|
131
|
+
iconDownload: {
|
|
132
|
+
type: PropType<string | VvIconProps>;
|
|
133
|
+
default: "download";
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* Label for remove button
|
|
137
|
+
*/
|
|
138
|
+
labelRemove: {
|
|
139
|
+
type: StringConstructor;
|
|
140
|
+
default: string;
|
|
141
|
+
};
|
|
142
|
+
icon: {
|
|
143
|
+
type: PropType<string | VvIconProps>;
|
|
144
|
+
default: undefined;
|
|
145
|
+
};
|
|
146
|
+
iconPosition: {
|
|
147
|
+
type: PropType<`${import("../../constants").Position}`>;
|
|
148
|
+
default: import("../../constants").Position;
|
|
149
|
+
validation: (value: import("../../constants").Position) => boolean;
|
|
150
|
+
};
|
|
151
|
+
required: {
|
|
152
|
+
type: BooleanConstructor;
|
|
153
|
+
default: boolean;
|
|
154
|
+
};
|
|
155
|
+
disabled: {
|
|
156
|
+
type: BooleanConstructor;
|
|
157
|
+
default: boolean;
|
|
158
|
+
};
|
|
159
|
+
readonly: {
|
|
160
|
+
type: BooleanConstructor;
|
|
161
|
+
default: boolean;
|
|
162
|
+
};
|
|
163
|
+
loading: {
|
|
164
|
+
type: BooleanConstructor;
|
|
165
|
+
default: boolean;
|
|
166
|
+
};
|
|
167
|
+
loadingLabel: {
|
|
168
|
+
type: StringConstructor;
|
|
169
|
+
default: string;
|
|
170
|
+
};
|
|
171
|
+
label: {
|
|
172
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
173
|
+
default: undefined;
|
|
174
|
+
};
|
|
175
|
+
hintLabel: {
|
|
176
|
+
type: StringConstructor;
|
|
177
|
+
default: string;
|
|
178
|
+
};
|
|
179
|
+
invalid: {
|
|
180
|
+
type: BooleanConstructor;
|
|
181
|
+
default: boolean;
|
|
182
|
+
};
|
|
183
|
+
invalidLabel: {
|
|
184
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
185
|
+
default: undefined;
|
|
186
|
+
};
|
|
187
|
+
valid: {
|
|
188
|
+
type: BooleanConstructor;
|
|
189
|
+
default: boolean;
|
|
190
|
+
};
|
|
191
|
+
validLabel: {
|
|
192
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
193
|
+
default: undefined;
|
|
194
|
+
};
|
|
195
|
+
modifiers: {
|
|
196
|
+
type: PropType<string | string[]>;
|
|
197
|
+
default: undefined;
|
|
198
|
+
};
|
|
199
|
+
name: {
|
|
200
|
+
type: StringConstructor;
|
|
201
|
+
required: boolean;
|
|
202
|
+
};
|
|
203
|
+
id: (NumberConstructor | StringConstructor)[];
|
|
204
|
+
};
|
|
@@ -0,0 +1,524 @@
|
|
|
1
|
+
import type { InputType } from '../VvInputText';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
5
|
+
modelValue: (DateConstructor | NumberConstructor | StringConstructor)[];
|
|
6
|
+
type: {
|
|
7
|
+
type: PropType<InputType>;
|
|
8
|
+
default: "text";
|
|
9
|
+
validator: (value: InputType) => boolean;
|
|
10
|
+
};
|
|
11
|
+
min: (DateConstructor | NumberConstructor | StringConstructor)[];
|
|
12
|
+
max: (DateConstructor | NumberConstructor | StringConstructor)[];
|
|
13
|
+
step: {
|
|
14
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
15
|
+
default: number;
|
|
16
|
+
};
|
|
17
|
+
pattern: StringConstructor;
|
|
18
|
+
multiple: BooleanConstructor;
|
|
19
|
+
iconShowPassword: {
|
|
20
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
21
|
+
default: "eye-on";
|
|
22
|
+
};
|
|
23
|
+
iconHidePassword: {
|
|
24
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
25
|
+
default: "eye-off";
|
|
26
|
+
};
|
|
27
|
+
iconClear: {
|
|
28
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
29
|
+
default: "close";
|
|
30
|
+
};
|
|
31
|
+
iconRemoveSuggestion: {
|
|
32
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
33
|
+
default: "trash";
|
|
34
|
+
};
|
|
35
|
+
labelStepUp: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
labelStepDown: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
labelShowPassword: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
labelHidePassword: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
labelClear: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
labelRemoveSuggestion: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
iMask: {
|
|
60
|
+
type: PropType<import("imask").FactoryOpts>;
|
|
61
|
+
default: undefined;
|
|
62
|
+
};
|
|
63
|
+
masked: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: undefined;
|
|
66
|
+
};
|
|
67
|
+
autoWidth: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
hideActions: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
unit: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
};
|
|
78
|
+
selectOnFocus: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
maxSuggestions: {
|
|
83
|
+
type: NumberConstructor;
|
|
84
|
+
default: number;
|
|
85
|
+
};
|
|
86
|
+
suggestions: {
|
|
87
|
+
type: PropType<(string | number | Date)[]>;
|
|
88
|
+
default: undefined;
|
|
89
|
+
};
|
|
90
|
+
inputMode: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
storageType: {
|
|
95
|
+
type: PropType<`${import("../../constants").StorageType}`>;
|
|
96
|
+
default: import("../../constants").StorageType;
|
|
97
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
98
|
+
};
|
|
99
|
+
storageKey: StringConstructor;
|
|
100
|
+
required: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
minlength: {
|
|
105
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
106
|
+
default: undefined;
|
|
107
|
+
};
|
|
108
|
+
maxlength: {
|
|
109
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
110
|
+
default: undefined;
|
|
111
|
+
};
|
|
112
|
+
placeholder: {
|
|
113
|
+
type: StringConstructor;
|
|
114
|
+
default: undefined;
|
|
115
|
+
};
|
|
116
|
+
label: {
|
|
117
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
118
|
+
default: undefined;
|
|
119
|
+
};
|
|
120
|
+
floating: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
icon: {
|
|
125
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
126
|
+
default: undefined;
|
|
127
|
+
};
|
|
128
|
+
iconPosition: {
|
|
129
|
+
type: PropType<`${import("../../constants").Position}`>;
|
|
130
|
+
default: import("../../constants").Position;
|
|
131
|
+
validation: (value: import("../../constants").Position) => boolean;
|
|
132
|
+
};
|
|
133
|
+
debounce: {
|
|
134
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
135
|
+
default: undefined;
|
|
136
|
+
};
|
|
137
|
+
count: {
|
|
138
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
139
|
+
default: boolean;
|
|
140
|
+
validator: (value: string) => boolean;
|
|
141
|
+
};
|
|
142
|
+
modifiers: {
|
|
143
|
+
type: PropType<string | string[]>;
|
|
144
|
+
default: undefined;
|
|
145
|
+
};
|
|
146
|
+
loading: {
|
|
147
|
+
type: BooleanConstructor;
|
|
148
|
+
default: boolean;
|
|
149
|
+
};
|
|
150
|
+
loadingLabel: {
|
|
151
|
+
type: StringConstructor;
|
|
152
|
+
default: string;
|
|
153
|
+
};
|
|
154
|
+
hintLabel: {
|
|
155
|
+
type: StringConstructor;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
158
|
+
invalid: {
|
|
159
|
+
type: BooleanConstructor;
|
|
160
|
+
default: boolean;
|
|
161
|
+
};
|
|
162
|
+
invalidLabel: {
|
|
163
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
164
|
+
default: undefined;
|
|
165
|
+
};
|
|
166
|
+
valid: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
170
|
+
validLabel: {
|
|
171
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
172
|
+
default: undefined;
|
|
173
|
+
};
|
|
174
|
+
readonly: {
|
|
175
|
+
type: BooleanConstructor;
|
|
176
|
+
default: boolean;
|
|
177
|
+
};
|
|
178
|
+
disabled: {
|
|
179
|
+
type: BooleanConstructor;
|
|
180
|
+
default: boolean;
|
|
181
|
+
};
|
|
182
|
+
tabindex: {
|
|
183
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
184
|
+
default: number;
|
|
185
|
+
};
|
|
186
|
+
autocomplete: {
|
|
187
|
+
type: StringConstructor;
|
|
188
|
+
default: string;
|
|
189
|
+
};
|
|
190
|
+
autofocus: {
|
|
191
|
+
type: BooleanConstructor;
|
|
192
|
+
default: boolean;
|
|
193
|
+
};
|
|
194
|
+
name: {
|
|
195
|
+
type: StringConstructor;
|
|
196
|
+
required: boolean;
|
|
197
|
+
};
|
|
198
|
+
id: (NumberConstructor | StringConstructor)[];
|
|
199
|
+
}>, {
|
|
200
|
+
/** Reference to the input element */
|
|
201
|
+
$input: globalThis.Ref<HTMLInputElement, HTMLInputElement>;
|
|
202
|
+
/** Reference to the inner element */
|
|
203
|
+
$inner: globalThis.Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
204
|
+
/** Reference to the wrapper element */
|
|
205
|
+
$wrapper: globalThis.Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
206
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
207
|
+
modelValue: (DateConstructor | NumberConstructor | StringConstructor)[];
|
|
208
|
+
type: {
|
|
209
|
+
type: PropType<InputType>;
|
|
210
|
+
default: "text";
|
|
211
|
+
validator: (value: InputType) => boolean;
|
|
212
|
+
};
|
|
213
|
+
min: (DateConstructor | NumberConstructor | StringConstructor)[];
|
|
214
|
+
max: (DateConstructor | NumberConstructor | StringConstructor)[];
|
|
215
|
+
step: {
|
|
216
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
217
|
+
default: number;
|
|
218
|
+
};
|
|
219
|
+
pattern: StringConstructor;
|
|
220
|
+
multiple: BooleanConstructor;
|
|
221
|
+
iconShowPassword: {
|
|
222
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
223
|
+
default: "eye-on";
|
|
224
|
+
};
|
|
225
|
+
iconHidePassword: {
|
|
226
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
227
|
+
default: "eye-off";
|
|
228
|
+
};
|
|
229
|
+
iconClear: {
|
|
230
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
231
|
+
default: "close";
|
|
232
|
+
};
|
|
233
|
+
iconRemoveSuggestion: {
|
|
234
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
235
|
+
default: "trash";
|
|
236
|
+
};
|
|
237
|
+
labelStepUp: {
|
|
238
|
+
type: StringConstructor;
|
|
239
|
+
default: string;
|
|
240
|
+
};
|
|
241
|
+
labelStepDown: {
|
|
242
|
+
type: StringConstructor;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
245
|
+
labelShowPassword: {
|
|
246
|
+
type: StringConstructor;
|
|
247
|
+
default: string;
|
|
248
|
+
};
|
|
249
|
+
labelHidePassword: {
|
|
250
|
+
type: StringConstructor;
|
|
251
|
+
default: string;
|
|
252
|
+
};
|
|
253
|
+
labelClear: {
|
|
254
|
+
type: StringConstructor;
|
|
255
|
+
default: string;
|
|
256
|
+
};
|
|
257
|
+
labelRemoveSuggestion: {
|
|
258
|
+
type: StringConstructor;
|
|
259
|
+
default: string;
|
|
260
|
+
};
|
|
261
|
+
iMask: {
|
|
262
|
+
type: PropType<import("imask").FactoryOpts>;
|
|
263
|
+
default: undefined;
|
|
264
|
+
};
|
|
265
|
+
masked: {
|
|
266
|
+
type: StringConstructor;
|
|
267
|
+
default: undefined;
|
|
268
|
+
};
|
|
269
|
+
autoWidth: {
|
|
270
|
+
type: BooleanConstructor;
|
|
271
|
+
default: boolean;
|
|
272
|
+
};
|
|
273
|
+
hideActions: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
277
|
+
unit: {
|
|
278
|
+
type: StringConstructor;
|
|
279
|
+
};
|
|
280
|
+
selectOnFocus: {
|
|
281
|
+
type: BooleanConstructor;
|
|
282
|
+
default: boolean;
|
|
283
|
+
};
|
|
284
|
+
maxSuggestions: {
|
|
285
|
+
type: NumberConstructor;
|
|
286
|
+
default: number;
|
|
287
|
+
};
|
|
288
|
+
suggestions: {
|
|
289
|
+
type: PropType<(string | number | Date)[]>;
|
|
290
|
+
default: undefined;
|
|
291
|
+
};
|
|
292
|
+
inputMode: {
|
|
293
|
+
type: StringConstructor;
|
|
294
|
+
default: string;
|
|
295
|
+
};
|
|
296
|
+
storageType: {
|
|
297
|
+
type: PropType<`${import("../../constants").StorageType}`>;
|
|
298
|
+
default: import("../../constants").StorageType;
|
|
299
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
300
|
+
};
|
|
301
|
+
storageKey: StringConstructor;
|
|
302
|
+
required: {
|
|
303
|
+
type: BooleanConstructor;
|
|
304
|
+
default: boolean;
|
|
305
|
+
};
|
|
306
|
+
minlength: {
|
|
307
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
308
|
+
default: undefined;
|
|
309
|
+
};
|
|
310
|
+
maxlength: {
|
|
311
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
312
|
+
default: undefined;
|
|
313
|
+
};
|
|
314
|
+
placeholder: {
|
|
315
|
+
type: StringConstructor;
|
|
316
|
+
default: undefined;
|
|
317
|
+
};
|
|
318
|
+
label: {
|
|
319
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
320
|
+
default: undefined;
|
|
321
|
+
};
|
|
322
|
+
floating: {
|
|
323
|
+
type: BooleanConstructor;
|
|
324
|
+
default: boolean;
|
|
325
|
+
};
|
|
326
|
+
icon: {
|
|
327
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
328
|
+
default: undefined;
|
|
329
|
+
};
|
|
330
|
+
iconPosition: {
|
|
331
|
+
type: PropType<`${import("../../constants").Position}`>;
|
|
332
|
+
default: import("../../constants").Position;
|
|
333
|
+
validation: (value: import("../../constants").Position) => boolean;
|
|
334
|
+
};
|
|
335
|
+
debounce: {
|
|
336
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
337
|
+
default: undefined;
|
|
338
|
+
};
|
|
339
|
+
count: {
|
|
340
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
341
|
+
default: boolean;
|
|
342
|
+
validator: (value: string) => boolean;
|
|
343
|
+
};
|
|
344
|
+
modifiers: {
|
|
345
|
+
type: PropType<string | string[]>;
|
|
346
|
+
default: undefined;
|
|
347
|
+
};
|
|
348
|
+
loading: {
|
|
349
|
+
type: BooleanConstructor;
|
|
350
|
+
default: boolean;
|
|
351
|
+
};
|
|
352
|
+
loadingLabel: {
|
|
353
|
+
type: StringConstructor;
|
|
354
|
+
default: string;
|
|
355
|
+
};
|
|
356
|
+
hintLabel: {
|
|
357
|
+
type: StringConstructor;
|
|
358
|
+
default: string;
|
|
359
|
+
};
|
|
360
|
+
invalid: {
|
|
361
|
+
type: BooleanConstructor;
|
|
362
|
+
default: boolean;
|
|
363
|
+
};
|
|
364
|
+
invalidLabel: {
|
|
365
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
366
|
+
default: undefined;
|
|
367
|
+
};
|
|
368
|
+
valid: {
|
|
369
|
+
type: BooleanConstructor;
|
|
370
|
+
default: boolean;
|
|
371
|
+
};
|
|
372
|
+
validLabel: {
|
|
373
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
374
|
+
default: undefined;
|
|
375
|
+
};
|
|
376
|
+
readonly: {
|
|
377
|
+
type: BooleanConstructor;
|
|
378
|
+
default: boolean;
|
|
379
|
+
};
|
|
380
|
+
disabled: {
|
|
381
|
+
type: BooleanConstructor;
|
|
382
|
+
default: boolean;
|
|
383
|
+
};
|
|
384
|
+
tabindex: {
|
|
385
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
386
|
+
default: number;
|
|
387
|
+
};
|
|
388
|
+
autocomplete: {
|
|
389
|
+
type: StringConstructor;
|
|
390
|
+
default: string;
|
|
391
|
+
};
|
|
392
|
+
autofocus: {
|
|
393
|
+
type: BooleanConstructor;
|
|
394
|
+
default: boolean;
|
|
395
|
+
};
|
|
396
|
+
name: {
|
|
397
|
+
type: StringConstructor;
|
|
398
|
+
required: boolean;
|
|
399
|
+
};
|
|
400
|
+
id: (NumberConstructor | StringConstructor)[];
|
|
401
|
+
}>> & Readonly<{}>, {
|
|
402
|
+
floating: boolean;
|
|
403
|
+
icon: string | import("../VvIcon").VvIconProps;
|
|
404
|
+
modifiers: string | string[];
|
|
405
|
+
label: string | number;
|
|
406
|
+
disabled: boolean;
|
|
407
|
+
type: InputType;
|
|
408
|
+
tabindex: string | number;
|
|
409
|
+
invalid: boolean;
|
|
410
|
+
count: string | boolean;
|
|
411
|
+
storageType: "local" | "session";
|
|
412
|
+
iconPosition: "before" | "after";
|
|
413
|
+
required: boolean;
|
|
414
|
+
loading: boolean;
|
|
415
|
+
loadingLabel: string;
|
|
416
|
+
multiple: boolean;
|
|
417
|
+
readonly: boolean;
|
|
418
|
+
hintLabel: string;
|
|
419
|
+
invalidLabel: string | unknown[];
|
|
420
|
+
valid: boolean;
|
|
421
|
+
validLabel: string | unknown[];
|
|
422
|
+
placeholder: string;
|
|
423
|
+
iconClear: string | import("../VvIcon").VvIconProps;
|
|
424
|
+
labelClear: string;
|
|
425
|
+
autocomplete: string;
|
|
426
|
+
autofocus: boolean;
|
|
427
|
+
step: string | number;
|
|
428
|
+
iconShowPassword: string | import("../VvIcon").VvIconProps;
|
|
429
|
+
iconHidePassword: string | import("../VvIcon").VvIconProps;
|
|
430
|
+
iconRemoveSuggestion: string | import("../VvIcon").VvIconProps;
|
|
431
|
+
labelStepUp: string;
|
|
432
|
+
labelStepDown: string;
|
|
433
|
+
labelShowPassword: string;
|
|
434
|
+
labelHidePassword: string;
|
|
435
|
+
labelRemoveSuggestion: string;
|
|
436
|
+
iMask: import("imask").FactoryOpts;
|
|
437
|
+
masked: string;
|
|
438
|
+
autoWidth: boolean;
|
|
439
|
+
hideActions: boolean;
|
|
440
|
+
selectOnFocus: boolean;
|
|
441
|
+
maxSuggestions: number;
|
|
442
|
+
suggestions: (string | number | Date)[];
|
|
443
|
+
inputMode: string;
|
|
444
|
+
minlength: string | number;
|
|
445
|
+
maxlength: string | number;
|
|
446
|
+
debounce: string | number;
|
|
447
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
448
|
+
before?: (props: {
|
|
449
|
+
valid: boolean;
|
|
450
|
+
invalid: boolean;
|
|
451
|
+
modelValue: string | number | Date | undefined;
|
|
452
|
+
togglePassword: () => void;
|
|
453
|
+
stepUp: () => void;
|
|
454
|
+
stepDown: () => void;
|
|
455
|
+
clear: () => void;
|
|
456
|
+
}) => any;
|
|
457
|
+
} & {
|
|
458
|
+
unit?: (props: {
|
|
459
|
+
valid: boolean;
|
|
460
|
+
invalid: boolean;
|
|
461
|
+
modelValue: string | number | Date | undefined;
|
|
462
|
+
togglePassword: () => void;
|
|
463
|
+
stepUp: () => void;
|
|
464
|
+
stepDown: () => void;
|
|
465
|
+
clear: () => void;
|
|
466
|
+
}) => any;
|
|
467
|
+
} & {
|
|
468
|
+
after?: (props: {
|
|
469
|
+
valid: boolean;
|
|
470
|
+
invalid: boolean;
|
|
471
|
+
modelValue: string | number | Date | undefined;
|
|
472
|
+
togglePassword: () => void;
|
|
473
|
+
stepUp: () => void;
|
|
474
|
+
stepDown: () => void;
|
|
475
|
+
clear: () => void;
|
|
476
|
+
}) => any;
|
|
477
|
+
} & {
|
|
478
|
+
count?: (props: {
|
|
479
|
+
valid: boolean;
|
|
480
|
+
invalid: boolean;
|
|
481
|
+
modelValue: string | number | Date | undefined;
|
|
482
|
+
togglePassword: () => void;
|
|
483
|
+
stepUp: () => void;
|
|
484
|
+
stepDown: () => void;
|
|
485
|
+
clear: () => void;
|
|
486
|
+
}) => any;
|
|
487
|
+
} & {
|
|
488
|
+
hint?: (props: {
|
|
489
|
+
modelValue: unknown;
|
|
490
|
+
valid: boolean;
|
|
491
|
+
invalid: boolean;
|
|
492
|
+
loading: boolean;
|
|
493
|
+
}) => any;
|
|
494
|
+
} & {
|
|
495
|
+
loading?: (props: {
|
|
496
|
+
modelValue: unknown;
|
|
497
|
+
valid: boolean;
|
|
498
|
+
invalid: boolean;
|
|
499
|
+
loading: boolean;
|
|
500
|
+
}) => any;
|
|
501
|
+
} & {
|
|
502
|
+
valid?: (props: {
|
|
503
|
+
modelValue: unknown;
|
|
504
|
+
valid: boolean;
|
|
505
|
+
invalid: boolean;
|
|
506
|
+
loading: boolean;
|
|
507
|
+
}) => any;
|
|
508
|
+
} & {
|
|
509
|
+
invalid?: (props: {
|
|
510
|
+
modelValue: unknown;
|
|
511
|
+
valid: boolean;
|
|
512
|
+
invalid: boolean;
|
|
513
|
+
loading: boolean;
|
|
514
|
+
}) => any;
|
|
515
|
+
} & {
|
|
516
|
+
suggestion?: (props: {
|
|
517
|
+
value: string | number | Date;
|
|
518
|
+
}) => any;
|
|
519
|
+
}>;
|
|
520
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
521
|
+
new (): {
|
|
522
|
+
$slots: S;
|
|
523
|
+
};
|
|
524
|
+
};
|