@avenirs-esr/avenirs-dsav 0.1.50 → 0.1.53
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/App.vue.d.ts +2 -0
- package/dist/avenirs-dsav.es.js +1606 -1494
- package/dist/avenirs-dsav.umd.js +7 -7
- package/dist/components/badges/AvBadge/AvBadge.stories.d.ts +36 -0
- package/dist/components/badges/AvBadge/AvBadge.stub.d.ts +18 -0
- package/dist/components/badges/AvBadge/AvBadge.test.d.ts +1 -0
- package/dist/components/badges/AvBadge/AvBadge.vue.d.ts +44 -0
- package/dist/components/badges/index.d.ts +2 -0
- package/dist/components/base/AvIconText/AvIconText.stories.d.ts +36 -0
- package/dist/components/base/AvIconText/AvIconText.test.d.ts +1 -0
- package/dist/components/base/AvIconText/AvIconText.vue.d.ts +40 -0
- package/dist/components/base/AvNotice/AvNotice.stories.d.ts +56 -0
- package/dist/components/base/AvNotice/AvNotice.test.d.ts +1 -0
- package/dist/components/base/AvNotice/AvNotice.vue.d.ts +22 -0
- package/dist/components/base/AvVIcon/AvVIcon.stories.d.ts +40 -0
- package/dist/components/base/AvVIcon/AvVIcon.stub.d.ts +5 -0
- package/dist/components/base/AvVIcon/AvVIcon.vue.d.ts +54 -0
- package/dist/components/base/index.d.ts +4 -0
- package/dist/components/cards/AvCard/AvCard.stories.d.ts +28 -0
- package/dist/components/cards/AvCard/AvCard.test.d.ts +1 -0
- package/dist/components/cards/AvCard/AvCard.vue.d.ts +58 -0
- package/dist/components/cards/index.d.ts +1 -0
- package/dist/components/feedback/AvAlert/AvAlert.test.d.ts +1 -0
- package/dist/components/feedback/AvAlert/AvAlert.vue.d.ts +77 -0
- package/dist/components/feedback/AvToaster/AvToaster.test.d.ts +1 -0
- package/dist/components/feedback/AvToaster/AvToaster.vue.d.ts +79 -0
- package/dist/components/feedback/index.d.ts +2 -0
- package/dist/components/header/AvHeader/AvHeader.test.d.ts +1 -0
- package/dist/components/header/AvHeader/AvHeader.vue.d.ts +132 -0
- package/dist/components/header/AvHeaderMenuLinks/AvHeaderMenuLinks.test.d.ts +1 -0
- package/dist/components/header/AvHeaderMenuLinks/AvHeaderMenuLinks.vue.d.ts +38 -0
- package/dist/components/header/AvLogo.vue.d.ts +2 -0
- package/dist/components/header/EsupLogo.test.d.ts +1 -0
- package/dist/components/header/EsupLogo.vue.d.ts +7 -0
- package/dist/components/header/index.d.ts +5 -0
- package/dist/components/index.d.ts +8 -0
- package/dist/components/interaction/accordions/AvAccordion/AvAccordion.stories.d.ts +30 -0
- package/dist/components/interaction/accordions/AvAccordion/AvAccordion.test.d.ts +1 -0
- package/dist/components/interaction/accordions/AvAccordion/AvAccordion.vue.d.ts +31 -0
- package/dist/components/interaction/accordions/AvAccordionsGroup/AvAccordionsGroup.stories.d.ts +41 -0
- package/dist/components/interaction/accordions/AvAccordionsGroup/AvAccordionsGroup.test.d.ts +1 -0
- package/dist/components/interaction/accordions/AvAccordionsGroup/AvAccordionsGroup.vue.d.ts +36 -0
- package/dist/components/interaction/accordions/index.d.ts +2 -0
- package/dist/components/interaction/buttons/AvButton/AvButton.stories.d.ts +66 -0
- package/dist/components/interaction/buttons/AvButton/AvButton.stub.d.ts +6 -0
- package/dist/components/interaction/buttons/AvButton/AvButton.test.d.ts +1 -0
- package/dist/components/interaction/buttons/AvButton/AvButton.vue.d.ts +78 -0
- package/dist/components/interaction/buttons/AvCancelConfirmButtons/AvCancelConfirmButtons.stories.d.ts +44 -0
- package/dist/components/interaction/buttons/AvCancelConfirmButtons/AvCancelConfirmButtons.stub.d.ts +6 -0
- package/dist/components/interaction/buttons/AvCancelConfirmButtons/AvCancelConfirmButtons.test.d.ts +1 -0
- package/dist/components/interaction/buttons/AvCancelConfirmButtons/AvCancelConfirmButtons.vue.d.ts +47 -0
- package/dist/components/interaction/buttons/AvRichButton/AvRichButton.stories.d.ts +39 -0
- package/dist/components/interaction/buttons/AvRichButton/AvRichButton.test.d.ts +1 -0
- package/dist/components/interaction/buttons/AvRichButton/AvRichButton.vue.d.ts +48 -0
- package/dist/components/interaction/buttons/index.d.ts +4 -0
- package/dist/components/interaction/files/AvFileUpload/AvFileUpload.stories.d.ts +22 -0
- package/dist/components/interaction/files/AvFileUpload/AvFileUpload.test.d.ts +1 -0
- package/dist/components/interaction/files/AvFileUpload/AvFileUpload.vue.d.ts +121 -0
- package/dist/components/interaction/files/AvFileUpload/AvFileUploadAlert.vue.d.ts +19 -0
- package/dist/components/interaction/files/index.d.ts +1 -0
- package/dist/components/interaction/index.d.ts +10 -0
- package/dist/components/interaction/inputs/AvInput/AvInput.stories.d.ts +61 -0
- package/dist/components/interaction/inputs/AvInput/AvInput.test.d.ts +1 -0
- package/dist/components/interaction/inputs/AvInput/AvInput.vue.d.ts +123 -0
- package/dist/components/interaction/inputs/index.d.ts +1 -0
- package/dist/components/interaction/lists/AvList/AvList.stories.d.ts +55 -0
- package/dist/components/interaction/lists/AvList/AvList.stub.d.ts +5 -0
- package/dist/components/interaction/lists/AvList/AvList.test.d.ts +1 -0
- package/dist/components/interaction/lists/AvList/AvList.vue.d.ts +74 -0
- package/dist/components/interaction/lists/AvListItem/AvListItem.stories.d.ts +59 -0
- package/dist/components/interaction/lists/AvListItem/AvListItem.stub.d.ts +6 -0
- package/dist/components/interaction/lists/AvListItem/AvListItem.test.d.ts +1 -0
- package/dist/components/interaction/lists/AvListItem/AvListItem.vue.d.ts +112 -0
- package/dist/components/interaction/lists/index.d.ts +4 -0
- package/dist/components/interaction/pickers/AvPageSizePicker/AvPageSizePicker.stories.d.ts +24 -0
- package/dist/components/interaction/pickers/AvPageSizePicker/AvPageSizePicker.test.d.ts +1 -0
- package/dist/components/interaction/pickers/AvPageSizePicker/AvPageSizePicker.vue.d.ts +23 -0
- package/dist/components/interaction/pickers/AvTagPicker/AvTagPicker.stories.d.ts +96 -0
- package/dist/components/interaction/pickers/AvTagPicker/AvTagPicker.stub.d.ts +5 -0
- package/dist/components/interaction/pickers/AvTagPicker/AvTagPicker.test.d.ts +1 -0
- package/dist/components/interaction/pickers/AvTagPicker/AvTagPicker.vue.d.ts +79 -0
- package/dist/components/interaction/pickers/index.d.ts +3 -0
- package/dist/components/interaction/radios/AvRadioButton/AvRadioButton.stories.d.ts +34 -0
- package/dist/components/interaction/radios/AvRadioButton/AvRadioButton.test.d.ts +1 -0
- package/dist/components/interaction/radios/AvRadioButton/AvRadioButton.vue.d.ts +38 -0
- package/dist/components/interaction/radios/AvRadioButtonSet/AvRadioButtonSet.stories.d.ts +47 -0
- package/dist/components/interaction/radios/AvRadioButtonSet/AvRadioButtonSet.test.d.ts +1 -0
- package/dist/components/interaction/radios/AvRadioButtonSet/AvRadioButtonSet.vue.d.ts +76 -0
- package/dist/components/interaction/radios/index.d.ts +2 -0
- package/dist/components/interaction/selects/AvAutocomplete/AvAutocomplete.stories.d.ts +565 -0
- package/dist/components/interaction/selects/AvAutocomplete/AvAutocomplete.stub.d.ts +6 -0
- package/dist/components/interaction/selects/AvAutocomplete/AvAutocomplete.test.d.ts +1 -0
- package/dist/components/interaction/selects/AvAutocomplete/AvAutocomplete.types.d.ts +101 -0
- package/dist/components/interaction/selects/AvAutocomplete/AvAutocomplete.vue.d.ts +204 -0
- package/dist/components/interaction/selects/AvAutocomplete/AvAutocompleteContext.d.ts +14 -0
- package/dist/components/interaction/selects/AvAutocomplete/AvAutocompleteDropdown.vue.d.ts +60 -0
- package/dist/components/interaction/selects/AvAutocomplete/AvAutocompleteInput.vue.d.ts +585 -0
- package/dist/components/interaction/selects/AvAutocomplete/AvAutocompleteSelectedTags.vue.d.ts +42 -0
- package/dist/components/interaction/selects/AvMultiselect/AvMultiselect.stories.d.ts +132 -0
- package/dist/components/interaction/selects/AvMultiselect/AvMultiselect.test.d.ts +1 -0
- package/dist/components/interaction/selects/AvMultiselect/AvMultiselect.vue.d.ts +94 -0
- package/dist/components/interaction/selects/AvSelect/AvSelect.stories.d.ts +96 -0
- package/dist/components/interaction/selects/AvSelect/AvSelect.stub.d.ts +11 -0
- package/dist/components/interaction/selects/AvSelect/AvSelect.test.d.ts +1 -0
- package/dist/components/interaction/selects/AvSelect/AvSelect.vue.d.ts +63 -0
- package/dist/components/interaction/selects/index.d.ts +6 -0
- package/dist/components/interaction/tabs/AvTab/AvTab.stories.d.ts +34 -0
- package/dist/components/interaction/tabs/AvTab/AvTab.test.d.ts +1 -0
- package/dist/components/interaction/tabs/AvTab/AvTab.vue.d.ts +31 -0
- package/dist/components/interaction/tabs/AvTabs/AvTabs.stories.d.ts +45 -0
- package/dist/components/interaction/tabs/AvTabs/AvTabs.test.d.ts +1 -0
- package/dist/components/interaction/tabs/AvTabs/AvTabs.vue.d.ts +46 -0
- package/dist/components/interaction/tabs/index.d.ts +2 -0
- package/dist/components/interaction/toggles/AvToggle/AvToggle.stories.d.ts +21 -0
- package/dist/components/interaction/toggles/AvToggle/AvToggle.test.d.ts +1 -0
- package/dist/components/interaction/toggles/AvToggle/AvToggle.vue.d.ts +46 -0
- package/dist/components/interaction/toggles/index.d.ts +1 -0
- package/dist/components/navigation/AvNavigation/AvNavigation.stories.d.ts +27 -0
- package/dist/components/navigation/AvNavigation/AvNavigation.test.d.ts +1 -0
- package/dist/components/navigation/AvNavigation/AvNavigation.vue.d.ts +16 -0
- package/dist/components/navigation/AvNavigation/index.d.ts +1 -0
- package/dist/components/navigation/AvPagination/AvPagination.test.d.ts +1 -0
- package/dist/components/navigation/AvPagination/AvPagination.vue.d.ts +57 -0
- package/dist/components/navigation/AvPagination/utils.d.ts +14 -0
- package/dist/components/navigation/AvPagination/utils.test.d.ts +1 -0
- package/dist/components/navigation/AvSideMenu/AvSideMenu.stories.d.ts +55 -0
- package/dist/components/navigation/AvSideMenu/AvSideMenu.test.d.ts +1 -0
- package/dist/components/navigation/AvSideMenu/AvSideMenu.vue.d.ts +61 -0
- package/dist/components/navigation/AvSideNavigation/AvSideNavigation.stories.d.ts +59 -0
- package/dist/components/navigation/AvSideNavigation/AvSideNavigation.stub.d.ts +11 -0
- package/dist/components/navigation/AvSideNavigation/AvSideNavigation.test.d.ts +1 -0
- package/dist/components/navigation/AvSideNavigation/AvSideNavigation.vue.d.ts +42 -0
- package/dist/components/navigation/AvStepper/AvStepper.stories.d.ts +28 -0
- package/dist/components/navigation/AvStepper/AvStepper.stub.d.ts +14 -0
- package/dist/components/navigation/AvStepper/AvStepper.test.d.ts +1 -0
- package/dist/components/navigation/AvStepper/AvStepper.vue.d.ts +19 -0
- package/dist/components/navigation/index.d.ts +8 -0
- package/dist/components/overlay/drawers/AvDrawer/AvDrawer.stories.d.ts +53 -0
- package/dist/components/overlay/drawers/AvDrawer/AvDrawer.stub.d.ts +6 -0
- package/dist/components/overlay/drawers/AvDrawer/AvDrawer.test.d.ts +1 -0
- package/dist/components/overlay/drawers/AvDrawer/AvDrawer.vue.d.ts +60 -0
- package/dist/components/overlay/index.d.ts +4 -0
- package/dist/components/overlay/modals/AvModal/AvModal.test.d.ts +1 -0
- package/dist/components/overlay/modals/AvModal/AvModal.vue.d.ts +92 -0
- package/dist/components/overlay/popovers/AvPopover/AvPopover.stories.d.ts +49 -0
- package/dist/components/overlay/popovers/AvPopover/AvPopover.test.d.ts +1 -0
- package/dist/components/overlay/popovers/AvPopover/AvPopover.vue.d.ts +48 -0
- package/dist/components/overlay/popovers/AvPopover/use-popover.d.ts +41 -0
- package/dist/components/overlay/popovers/AvPopover/use-popover.test.d.ts +1 -0
- package/dist/composables/index.d.ts +3 -0
- package/dist/composables/use-av-breakpoints/use-av-breakpoints.d.ts +72 -0
- package/dist/composables/use-av-breakpoints/use-av-breakpoints.test.d.ts +1 -0
- package/dist/composables/use-focus-trap/use-focus-trap.d.ts +25 -0
- package/dist/composables/use-focus-trap/use-focus-trap.test.d.ts +1 -0
- package/dist/composables/use-global-background-color/use-global-background-color.d.ts +19 -0
- package/dist/composables/use-global-background-color/use-global-background-color.test.d.ts +1 -0
- package/dist/config/index.d.ts +1 -0
- package/dist/config/page-sizes.d.ts +6 -0
- package/dist/index.d.ts +7 -0
- package/dist/main.d.ts +8 -0
- package/dist/stories/foundations/icons.stories.d.ts +6 -0
- package/dist/stories/foundations/typography.stories.d.ts +5 -0
- package/dist/tests/index.d.ts +1 -0
- package/dist/tests/stubs.d.ts +41 -0
- package/dist/tests/utils.d.ts +30 -0
- package/dist/tokens/icons.d.ts +92 -0
- package/dist/tokens/index.d.ts +1 -0
- package/dist/utils/array/array.d.ts +8 -0
- package/dist/utils/forms/form.test.d.ts +1 -0
- package/dist/utils/forms/forms.d.ts +6 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/string/string.d.ts +27 -0
- package/dist/utils/string/string.test.d.ts +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,585 @@
|
|
|
1
|
+
import type { Slot } from 'vue';
|
|
2
|
+
import type { AvAutocompleteOption } from './AvAutocomplete.types';
|
|
3
|
+
declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(__VLS_props: {
|
|
4
|
+
readonly onSearch?: ((query: string) => any) | undefined;
|
|
5
|
+
readonly onClear?: (() => any) | undefined;
|
|
6
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
7
|
+
slots: {
|
|
8
|
+
requiredTip?: Slot | undefined;
|
|
9
|
+
};
|
|
10
|
+
emit: ((evt: "search", query: string) => void) & ((evt: "clear") => void);
|
|
11
|
+
attrs: any;
|
|
12
|
+
} | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{
|
|
13
|
+
inputRef: import("vue").Ref<({
|
|
14
|
+
$: import("vue").ComponentInternalInstance;
|
|
15
|
+
$data: {};
|
|
16
|
+
$props: {
|
|
17
|
+
readonly id?: string | undefined;
|
|
18
|
+
readonly descriptionId?: string | undefined;
|
|
19
|
+
readonly hint?: string | undefined;
|
|
20
|
+
readonly isValid?: boolean | undefined;
|
|
21
|
+
readonly isTextarea?: boolean | undefined;
|
|
22
|
+
readonly labelVisible?: boolean | undefined;
|
|
23
|
+
readonly label?: string | undefined;
|
|
24
|
+
readonly labelClass?: string | undefined;
|
|
25
|
+
readonly modelValue?: string | number | null | undefined;
|
|
26
|
+
readonly placeholder?: string | undefined;
|
|
27
|
+
readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
|
|
28
|
+
readonly minDate?: Date | undefined;
|
|
29
|
+
readonly maxDate?: Date | undefined;
|
|
30
|
+
readonly disabled?: boolean | undefined;
|
|
31
|
+
readonly required?: boolean | undefined;
|
|
32
|
+
readonly maxlength?: number | undefined;
|
|
33
|
+
readonly minlength?: number | undefined;
|
|
34
|
+
readonly errorMessage?: string | string[] | undefined;
|
|
35
|
+
readonly validMessage?: string | string[] | undefined;
|
|
36
|
+
readonly prefixIcon?: string | undefined;
|
|
37
|
+
readonly width?: string | undefined;
|
|
38
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
39
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
40
|
+
$attrs: {
|
|
41
|
+
[x: string]: unknown;
|
|
42
|
+
};
|
|
43
|
+
$refs: {
|
|
44
|
+
[x: string]: unknown;
|
|
45
|
+
};
|
|
46
|
+
$slots: Readonly<{
|
|
47
|
+
[name: string]: Slot<any> | undefined;
|
|
48
|
+
}>;
|
|
49
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
50
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
51
|
+
$host: Element | null;
|
|
52
|
+
$emit: (event: "update:modelValue", value: string | number | null) => void;
|
|
53
|
+
$el: any;
|
|
54
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
55
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
56
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
57
|
+
"update:modelValue": (value: string | number | null) => any;
|
|
58
|
+
}, string, {
|
|
59
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
60
|
+
disabled: boolean;
|
|
61
|
+
required: boolean;
|
|
62
|
+
isValid: boolean;
|
|
63
|
+
isTextarea: boolean;
|
|
64
|
+
labelVisible: boolean;
|
|
65
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
66
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
67
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
68
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
69
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
70
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
71
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
72
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
76
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
77
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
78
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
79
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
80
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
81
|
+
};
|
|
82
|
+
$forceUpdate: () => void;
|
|
83
|
+
$nextTick: typeof import("vue").nextTick;
|
|
84
|
+
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
85
|
+
} & Readonly<{
|
|
86
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
87
|
+
disabled: boolean;
|
|
88
|
+
required: boolean;
|
|
89
|
+
isValid: boolean;
|
|
90
|
+
isTextarea: boolean;
|
|
91
|
+
labelVisible: boolean;
|
|
92
|
+
}> & Omit<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
93
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
94
|
+
}>, "type" | "disabled" | "required" | "isValid" | "isTextarea" | "labelVisible"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
95
|
+
$slots: {
|
|
96
|
+
requiredTip?: Slot | undefined;
|
|
97
|
+
customCaptions?: Slot<{
|
|
98
|
+
currentValue?: string | number | null | undefined;
|
|
99
|
+
maxlength?: number | undefined;
|
|
100
|
+
}> | undefined;
|
|
101
|
+
};
|
|
102
|
+
}) | undefined, ({
|
|
103
|
+
$: import("vue").ComponentInternalInstance;
|
|
104
|
+
$data: {};
|
|
105
|
+
$props: {
|
|
106
|
+
readonly id?: string | undefined;
|
|
107
|
+
readonly descriptionId?: string | undefined;
|
|
108
|
+
readonly hint?: string | undefined;
|
|
109
|
+
readonly isValid?: boolean | undefined;
|
|
110
|
+
readonly isTextarea?: boolean | undefined;
|
|
111
|
+
readonly labelVisible?: boolean | undefined;
|
|
112
|
+
readonly label?: string | undefined;
|
|
113
|
+
readonly labelClass?: string | undefined;
|
|
114
|
+
readonly modelValue?: string | number | null | undefined;
|
|
115
|
+
readonly placeholder?: string | undefined;
|
|
116
|
+
readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
|
|
117
|
+
readonly minDate?: Date | undefined;
|
|
118
|
+
readonly maxDate?: Date | undefined;
|
|
119
|
+
readonly disabled?: boolean | undefined;
|
|
120
|
+
readonly required?: boolean | undefined;
|
|
121
|
+
readonly maxlength?: number | undefined;
|
|
122
|
+
readonly minlength?: number | undefined;
|
|
123
|
+
readonly errorMessage?: string | string[] | undefined;
|
|
124
|
+
readonly validMessage?: string | string[] | undefined;
|
|
125
|
+
readonly prefixIcon?: string | undefined;
|
|
126
|
+
readonly width?: string | undefined;
|
|
127
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
128
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
129
|
+
$attrs: {
|
|
130
|
+
[x: string]: unknown;
|
|
131
|
+
};
|
|
132
|
+
$refs: {
|
|
133
|
+
[x: string]: unknown;
|
|
134
|
+
};
|
|
135
|
+
$slots: Readonly<{
|
|
136
|
+
[name: string]: Slot<any> | undefined;
|
|
137
|
+
}>;
|
|
138
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
139
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
140
|
+
$host: Element | null;
|
|
141
|
+
$emit: (event: "update:modelValue", value: string | number | null) => void;
|
|
142
|
+
$el: any;
|
|
143
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
144
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
145
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
146
|
+
"update:modelValue": (value: string | number | null) => any;
|
|
147
|
+
}, string, {
|
|
148
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
149
|
+
disabled: boolean;
|
|
150
|
+
required: boolean;
|
|
151
|
+
isValid: boolean;
|
|
152
|
+
isTextarea: boolean;
|
|
153
|
+
labelVisible: boolean;
|
|
154
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
155
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
156
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
157
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
158
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
159
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
160
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
161
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
162
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
163
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
164
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
165
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
166
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
167
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
168
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
169
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
170
|
+
};
|
|
171
|
+
$forceUpdate: () => void;
|
|
172
|
+
$nextTick: typeof import("vue").nextTick;
|
|
173
|
+
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
174
|
+
} & Readonly<{
|
|
175
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
176
|
+
disabled: boolean;
|
|
177
|
+
required: boolean;
|
|
178
|
+
isValid: boolean;
|
|
179
|
+
isTextarea: boolean;
|
|
180
|
+
labelVisible: boolean;
|
|
181
|
+
}> & Omit<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
182
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
183
|
+
}>, "type" | "disabled" | "required" | "isValid" | "isTextarea" | "labelVisible"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
184
|
+
$slots: {
|
|
185
|
+
requiredTip?: Slot | undefined;
|
|
186
|
+
customCaptions?: Slot<{
|
|
187
|
+
currentValue?: string | number | null | undefined;
|
|
188
|
+
maxlength?: number | undefined;
|
|
189
|
+
}> | undefined;
|
|
190
|
+
};
|
|
191
|
+
}) | undefined>;
|
|
192
|
+
searchQuery: import("vue").ComputedRef<string>;
|
|
193
|
+
}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
194
|
+
props: {
|
|
195
|
+
readonly onSearch?: ((query: string) => any) | undefined;
|
|
196
|
+
readonly onClear?: (() => any) | undefined;
|
|
197
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
198
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
199
|
+
inputRef: import("vue").Ref<({
|
|
200
|
+
$: import("vue").ComponentInternalInstance;
|
|
201
|
+
$data: {};
|
|
202
|
+
$props: {
|
|
203
|
+
readonly id?: string | undefined;
|
|
204
|
+
readonly descriptionId?: string | undefined;
|
|
205
|
+
readonly hint?: string | undefined;
|
|
206
|
+
readonly isValid?: boolean | undefined;
|
|
207
|
+
readonly isTextarea?: boolean | undefined;
|
|
208
|
+
readonly labelVisible?: boolean | undefined;
|
|
209
|
+
readonly label?: string | undefined;
|
|
210
|
+
readonly labelClass?: string | undefined;
|
|
211
|
+
readonly modelValue?: string | number | null | undefined;
|
|
212
|
+
readonly placeholder?: string | undefined;
|
|
213
|
+
readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
|
|
214
|
+
readonly minDate?: Date | undefined;
|
|
215
|
+
readonly maxDate?: Date | undefined;
|
|
216
|
+
readonly disabled?: boolean | undefined;
|
|
217
|
+
readonly required?: boolean | undefined;
|
|
218
|
+
readonly maxlength?: number | undefined;
|
|
219
|
+
readonly minlength?: number | undefined;
|
|
220
|
+
readonly errorMessage?: string | string[] | undefined;
|
|
221
|
+
readonly validMessage?: string | string[] | undefined;
|
|
222
|
+
readonly prefixIcon?: string | undefined;
|
|
223
|
+
readonly width?: string | undefined;
|
|
224
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
225
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
226
|
+
$attrs: {
|
|
227
|
+
[x: string]: unknown;
|
|
228
|
+
};
|
|
229
|
+
$refs: {
|
|
230
|
+
[x: string]: unknown;
|
|
231
|
+
};
|
|
232
|
+
$slots: Readonly<{
|
|
233
|
+
[name: string]: Slot<any> | undefined;
|
|
234
|
+
}>;
|
|
235
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
236
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
237
|
+
$host: Element | null;
|
|
238
|
+
$emit: (event: "update:modelValue", value: string | number | null) => void;
|
|
239
|
+
$el: any;
|
|
240
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
241
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
242
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
243
|
+
"update:modelValue": (value: string | number | null) => any;
|
|
244
|
+
}, string, {
|
|
245
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
246
|
+
disabled: boolean;
|
|
247
|
+
required: boolean;
|
|
248
|
+
isValid: boolean;
|
|
249
|
+
isTextarea: boolean;
|
|
250
|
+
labelVisible: boolean;
|
|
251
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
252
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
253
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
254
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
255
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
256
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
257
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
258
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
259
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
260
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
261
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
262
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
263
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
264
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
265
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
266
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
267
|
+
};
|
|
268
|
+
$forceUpdate: () => void;
|
|
269
|
+
$nextTick: typeof import("vue").nextTick;
|
|
270
|
+
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
271
|
+
} & Readonly<{
|
|
272
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
273
|
+
disabled: boolean;
|
|
274
|
+
required: boolean;
|
|
275
|
+
isValid: boolean;
|
|
276
|
+
isTextarea: boolean;
|
|
277
|
+
labelVisible: boolean;
|
|
278
|
+
}> & Omit<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
279
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
280
|
+
}>, "type" | "disabled" | "required" | "isValid" | "isTextarea" | "labelVisible"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
281
|
+
$slots: {
|
|
282
|
+
requiredTip?: Slot | undefined;
|
|
283
|
+
customCaptions?: Slot<{
|
|
284
|
+
currentValue?: string | number | null | undefined;
|
|
285
|
+
maxlength?: number | undefined;
|
|
286
|
+
}> | undefined;
|
|
287
|
+
};
|
|
288
|
+
}) | undefined, ({
|
|
289
|
+
$: import("vue").ComponentInternalInstance;
|
|
290
|
+
$data: {};
|
|
291
|
+
$props: {
|
|
292
|
+
readonly id?: string | undefined;
|
|
293
|
+
readonly descriptionId?: string | undefined;
|
|
294
|
+
readonly hint?: string | undefined;
|
|
295
|
+
readonly isValid?: boolean | undefined;
|
|
296
|
+
readonly isTextarea?: boolean | undefined;
|
|
297
|
+
readonly labelVisible?: boolean | undefined;
|
|
298
|
+
readonly label?: string | undefined;
|
|
299
|
+
readonly labelClass?: string | undefined;
|
|
300
|
+
readonly modelValue?: string | number | null | undefined;
|
|
301
|
+
readonly placeholder?: string | undefined;
|
|
302
|
+
readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
|
|
303
|
+
readonly minDate?: Date | undefined;
|
|
304
|
+
readonly maxDate?: Date | undefined;
|
|
305
|
+
readonly disabled?: boolean | undefined;
|
|
306
|
+
readonly required?: boolean | undefined;
|
|
307
|
+
readonly maxlength?: number | undefined;
|
|
308
|
+
readonly minlength?: number | undefined;
|
|
309
|
+
readonly errorMessage?: string | string[] | undefined;
|
|
310
|
+
readonly validMessage?: string | string[] | undefined;
|
|
311
|
+
readonly prefixIcon?: string | undefined;
|
|
312
|
+
readonly width?: string | undefined;
|
|
313
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
314
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
315
|
+
$attrs: {
|
|
316
|
+
[x: string]: unknown;
|
|
317
|
+
};
|
|
318
|
+
$refs: {
|
|
319
|
+
[x: string]: unknown;
|
|
320
|
+
};
|
|
321
|
+
$slots: Readonly<{
|
|
322
|
+
[name: string]: Slot<any> | undefined;
|
|
323
|
+
}>;
|
|
324
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
325
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
326
|
+
$host: Element | null;
|
|
327
|
+
$emit: (event: "update:modelValue", value: string | number | null) => void;
|
|
328
|
+
$el: any;
|
|
329
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
330
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
331
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
332
|
+
"update:modelValue": (value: string | number | null) => any;
|
|
333
|
+
}, string, {
|
|
334
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
335
|
+
disabled: boolean;
|
|
336
|
+
required: boolean;
|
|
337
|
+
isValid: boolean;
|
|
338
|
+
isTextarea: boolean;
|
|
339
|
+
labelVisible: boolean;
|
|
340
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
341
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
342
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
343
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
344
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
345
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
346
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
347
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
348
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
349
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
350
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
351
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
352
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
353
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
354
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
355
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
356
|
+
};
|
|
357
|
+
$forceUpdate: () => void;
|
|
358
|
+
$nextTick: typeof import("vue").nextTick;
|
|
359
|
+
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
360
|
+
} & Readonly<{
|
|
361
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
362
|
+
disabled: boolean;
|
|
363
|
+
required: boolean;
|
|
364
|
+
isValid: boolean;
|
|
365
|
+
isTextarea: boolean;
|
|
366
|
+
labelVisible: boolean;
|
|
367
|
+
}> & Omit<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
368
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
369
|
+
}>, "type" | "disabled" | "required" | "isValid" | "isTextarea" | "labelVisible"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
370
|
+
$slots: {
|
|
371
|
+
requiredTip?: Slot | undefined;
|
|
372
|
+
customCaptions?: Slot<{
|
|
373
|
+
currentValue?: string | number | null | undefined;
|
|
374
|
+
maxlength?: number | undefined;
|
|
375
|
+
}> | undefined;
|
|
376
|
+
};
|
|
377
|
+
}) | undefined>;
|
|
378
|
+
searchQuery: import("vue").ComputedRef<string>;
|
|
379
|
+
}>): void;
|
|
380
|
+
attrs: any;
|
|
381
|
+
slots: {
|
|
382
|
+
requiredTip?: Slot | undefined;
|
|
383
|
+
};
|
|
384
|
+
emit: ((evt: "search", query: string) => void) & ((evt: "clear") => void);
|
|
385
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
386
|
+
[key: string]: any;
|
|
387
|
+
}> & {
|
|
388
|
+
__ctx?: {
|
|
389
|
+
props: {
|
|
390
|
+
readonly onSearch?: ((query: string) => any) | undefined;
|
|
391
|
+
readonly onClear?: (() => any) | undefined;
|
|
392
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
393
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
394
|
+
inputRef: import("vue").Ref<({
|
|
395
|
+
$: import("vue").ComponentInternalInstance;
|
|
396
|
+
$data: {};
|
|
397
|
+
$props: {
|
|
398
|
+
readonly id?: string | undefined;
|
|
399
|
+
readonly descriptionId?: string | undefined;
|
|
400
|
+
readonly hint?: string | undefined;
|
|
401
|
+
readonly isValid?: boolean | undefined;
|
|
402
|
+
readonly isTextarea?: boolean | undefined;
|
|
403
|
+
readonly labelVisible?: boolean | undefined;
|
|
404
|
+
readonly label?: string | undefined;
|
|
405
|
+
readonly labelClass?: string | undefined;
|
|
406
|
+
readonly modelValue?: string | number | null | undefined;
|
|
407
|
+
readonly placeholder?: string | undefined;
|
|
408
|
+
readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
|
|
409
|
+
readonly minDate?: Date | undefined;
|
|
410
|
+
readonly maxDate?: Date | undefined;
|
|
411
|
+
readonly disabled?: boolean | undefined;
|
|
412
|
+
readonly required?: boolean | undefined;
|
|
413
|
+
readonly maxlength?: number | undefined;
|
|
414
|
+
readonly minlength?: number | undefined;
|
|
415
|
+
readonly errorMessage?: string | string[] | undefined;
|
|
416
|
+
readonly validMessage?: string | string[] | undefined;
|
|
417
|
+
readonly prefixIcon?: string | undefined;
|
|
418
|
+
readonly width?: string | undefined;
|
|
419
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
420
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
421
|
+
$attrs: {
|
|
422
|
+
[x: string]: unknown;
|
|
423
|
+
};
|
|
424
|
+
$refs: {
|
|
425
|
+
[x: string]: unknown;
|
|
426
|
+
};
|
|
427
|
+
$slots: Readonly<{
|
|
428
|
+
[name: string]: Slot<any> | undefined;
|
|
429
|
+
}>;
|
|
430
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
431
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
432
|
+
$host: Element | null;
|
|
433
|
+
$emit: (event: "update:modelValue", value: string | number | null) => void;
|
|
434
|
+
$el: any;
|
|
435
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
436
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
437
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
438
|
+
"update:modelValue": (value: string | number | null) => any;
|
|
439
|
+
}, string, {
|
|
440
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
441
|
+
disabled: boolean;
|
|
442
|
+
required: boolean;
|
|
443
|
+
isValid: boolean;
|
|
444
|
+
isTextarea: boolean;
|
|
445
|
+
labelVisible: boolean;
|
|
446
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
447
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
448
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
449
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
450
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
451
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
452
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
453
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
454
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
455
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
456
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
457
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
458
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
459
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
460
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
461
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
462
|
+
};
|
|
463
|
+
$forceUpdate: () => void;
|
|
464
|
+
$nextTick: typeof import("vue").nextTick;
|
|
465
|
+
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
466
|
+
} & Readonly<{
|
|
467
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
468
|
+
disabled: boolean;
|
|
469
|
+
required: boolean;
|
|
470
|
+
isValid: boolean;
|
|
471
|
+
isTextarea: boolean;
|
|
472
|
+
labelVisible: boolean;
|
|
473
|
+
}> & Omit<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
474
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
475
|
+
}>, "type" | "disabled" | "required" | "isValid" | "isTextarea" | "labelVisible"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
476
|
+
$slots: {
|
|
477
|
+
requiredTip?: Slot | undefined;
|
|
478
|
+
customCaptions?: Slot<{
|
|
479
|
+
currentValue?: string | number | null | undefined;
|
|
480
|
+
maxlength?: number | undefined;
|
|
481
|
+
}> | undefined;
|
|
482
|
+
};
|
|
483
|
+
}) | undefined, ({
|
|
484
|
+
$: import("vue").ComponentInternalInstance;
|
|
485
|
+
$data: {};
|
|
486
|
+
$props: {
|
|
487
|
+
readonly id?: string | undefined;
|
|
488
|
+
readonly descriptionId?: string | undefined;
|
|
489
|
+
readonly hint?: string | undefined;
|
|
490
|
+
readonly isValid?: boolean | undefined;
|
|
491
|
+
readonly isTextarea?: boolean | undefined;
|
|
492
|
+
readonly labelVisible?: boolean | undefined;
|
|
493
|
+
readonly label?: string | undefined;
|
|
494
|
+
readonly labelClass?: string | undefined;
|
|
495
|
+
readonly modelValue?: string | number | null | undefined;
|
|
496
|
+
readonly placeholder?: string | undefined;
|
|
497
|
+
readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
|
|
498
|
+
readonly minDate?: Date | undefined;
|
|
499
|
+
readonly maxDate?: Date | undefined;
|
|
500
|
+
readonly disabled?: boolean | undefined;
|
|
501
|
+
readonly required?: boolean | undefined;
|
|
502
|
+
readonly maxlength?: number | undefined;
|
|
503
|
+
readonly minlength?: number | undefined;
|
|
504
|
+
readonly errorMessage?: string | string[] | undefined;
|
|
505
|
+
readonly validMessage?: string | string[] | undefined;
|
|
506
|
+
readonly prefixIcon?: string | undefined;
|
|
507
|
+
readonly width?: string | undefined;
|
|
508
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
509
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
510
|
+
$attrs: {
|
|
511
|
+
[x: string]: unknown;
|
|
512
|
+
};
|
|
513
|
+
$refs: {
|
|
514
|
+
[x: string]: unknown;
|
|
515
|
+
};
|
|
516
|
+
$slots: Readonly<{
|
|
517
|
+
[name: string]: Slot<any> | undefined;
|
|
518
|
+
}>;
|
|
519
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
520
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
521
|
+
$host: Element | null;
|
|
522
|
+
$emit: (event: "update:modelValue", value: string | number | null) => void;
|
|
523
|
+
$el: any;
|
|
524
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
525
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
526
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
527
|
+
"update:modelValue": (value: string | number | null) => any;
|
|
528
|
+
}, string, {
|
|
529
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
530
|
+
disabled: boolean;
|
|
531
|
+
required: boolean;
|
|
532
|
+
isValid: boolean;
|
|
533
|
+
isTextarea: boolean;
|
|
534
|
+
labelVisible: boolean;
|
|
535
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
536
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
537
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
538
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
539
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
540
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
541
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
542
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
543
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
544
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
545
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
546
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
547
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
548
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
549
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
550
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
551
|
+
};
|
|
552
|
+
$forceUpdate: () => void;
|
|
553
|
+
$nextTick: typeof import("vue").nextTick;
|
|
554
|
+
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
555
|
+
} & Readonly<{
|
|
556
|
+
type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
|
|
557
|
+
disabled: boolean;
|
|
558
|
+
required: boolean;
|
|
559
|
+
isValid: boolean;
|
|
560
|
+
isTextarea: boolean;
|
|
561
|
+
labelVisible: boolean;
|
|
562
|
+
}> & Omit<Readonly<import("@/components/interaction/inputs/AvInput/AvInput.vue").AvInputProps> & Readonly<{
|
|
563
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
564
|
+
}>, "type" | "disabled" | "required" | "isValid" | "isTextarea" | "labelVisible"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
565
|
+
$slots: {
|
|
566
|
+
requiredTip?: Slot | undefined;
|
|
567
|
+
customCaptions?: Slot<{
|
|
568
|
+
currentValue?: string | number | null | undefined;
|
|
569
|
+
maxlength?: number | undefined;
|
|
570
|
+
}> | undefined;
|
|
571
|
+
};
|
|
572
|
+
}) | undefined>;
|
|
573
|
+
searchQuery: import("vue").ComputedRef<string>;
|
|
574
|
+
}>): void;
|
|
575
|
+
attrs: any;
|
|
576
|
+
slots: {
|
|
577
|
+
requiredTip?: Slot | undefined;
|
|
578
|
+
};
|
|
579
|
+
emit: ((evt: "search", query: string) => void) & ((evt: "clear") => void);
|
|
580
|
+
} | undefined;
|
|
581
|
+
};
|
|
582
|
+
export default _default;
|
|
583
|
+
type __VLS_PrettifyLocal<T> = {
|
|
584
|
+
[K in keyof T]: T[K];
|
|
585
|
+
} & {};
|
package/dist/components/interaction/selects/AvAutocomplete/AvAutocompleteSelectedTags.vue.d.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { Slot } from 'vue';
|
|
2
|
+
import type { AvAutocompleteOption } from './AvAutocomplete.types';
|
|
3
|
+
declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(__VLS_props: {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
4
|
+
slots: {
|
|
5
|
+
selectedItem?: Slot<{
|
|
6
|
+
option: T;
|
|
7
|
+
remove: () => void;
|
|
8
|
+
}> | undefined;
|
|
9
|
+
};
|
|
10
|
+
emit: {};
|
|
11
|
+
attrs: any;
|
|
12
|
+
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
13
|
+
props: {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
14
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
15
|
+
attrs: any;
|
|
16
|
+
slots: {
|
|
17
|
+
selectedItem?: Slot<{
|
|
18
|
+
option: T;
|
|
19
|
+
remove: () => void;
|
|
20
|
+
}> | undefined;
|
|
21
|
+
};
|
|
22
|
+
emit: {};
|
|
23
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
}> & {
|
|
26
|
+
__ctx?: {
|
|
27
|
+
props: {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
28
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
29
|
+
attrs: any;
|
|
30
|
+
slots: {
|
|
31
|
+
selectedItem?: Slot<{
|
|
32
|
+
option: T;
|
|
33
|
+
remove: () => void;
|
|
34
|
+
}> | undefined;
|
|
35
|
+
};
|
|
36
|
+
emit: {};
|
|
37
|
+
} | undefined;
|
|
38
|
+
};
|
|
39
|
+
export default _default;
|
|
40
|
+
type __VLS_PrettifyLocal<T> = {
|
|
41
|
+
[K in keyof T]: T[K];
|
|
42
|
+
} & {};
|