@volverjs/ui-vue 0.0.10-beta.3 → 0.0.10-beta.31
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/LICENSE +1 -1
- package/README.md +106 -10
- package/auto-imports.d.ts +7 -2
- package/bin/icons.cjs +1 -1
- package/bin/icons.js +22 -15
- package/dist/Volver.d.ts +1 -1
- package/dist/components/VvAccordion/VvAccordion.es.js +192 -103
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +160 -8
- package/dist/components/VvAccordion/index.d.ts +8 -9
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +451 -172
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +58 -13
- package/dist/components/VvAccordionGroup/index.d.ts +14 -6
- package/dist/components/VvAction/VvAction.es.js +78 -27
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +57 -22
- package/dist/components/VvAction/index.d.ts +25 -9
- package/dist/components/VvAlert/VvAlert.es.js +204 -171
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +24 -14
- package/dist/components/VvAlert/index.d.ts +17 -9
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +250 -188
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +16 -9
- package/dist/components/VvAlertGroup/index.d.ts +6 -14
- package/dist/components/VvAvatar/VvAvatar.es.js +61 -21
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +12 -4
- package/dist/components/VvAvatar/index.d.ts +4 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +118 -48
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +10 -3
- package/dist/components/VvAvatarGroup/index.d.ts +4 -1
- package/dist/components/VvBadge/VvBadge.es.js +78 -28
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.vue.d.ts +12 -4
- package/dist/components/VvBadge/index.d.ts +4 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +276 -60
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +27 -7
- package/dist/components/VvBreadcrumb/index.d.ts +6 -10
- package/dist/components/VvButton/VvButton.es.js +291 -252
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +94 -40
- package/dist/components/VvButton/index.d.ts +51 -29
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +81 -40
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +24 -11
- package/dist/components/VvButtonGroup/index.d.ts +8 -2
- package/dist/components/VvCard/VvCard.es.js +86 -36
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCard/VvCard.vue.d.ts +12 -4
- package/dist/components/VvCard/index.d.ts +4 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +177 -120
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +105 -33
- package/dist/components/VvCheckbox/index.d.ts +47 -14
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +190 -107
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +101 -30
- package/dist/components/VvCheckboxGroup/index.d.ts +45 -12
- package/dist/components/VvCombobox/VvCombobox.es.js +806 -581
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +171 -104
- package/dist/components/VvCombobox/index.d.ts +62 -26
- package/dist/components/VvDialog/VvDialog.es.js +140 -153
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDialog/VvDialog.vue.d.ts +4 -4
- package/dist/components/VvDropdown/VvDropdown.es.js +138 -71
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +101 -75
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +66 -25
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +13 -1
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +12 -4
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +35 -7
- package/dist/components/VvDropdown/index.d.ts +52 -10
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +152 -39
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +335 -8
- package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +63 -20
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +188 -80
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +23 -96
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.vue.d.ts +23 -66
- package/dist/components/VvIcon/index.d.ts +33 -48
- package/dist/components/VvInputFile/VvInputFile.es.js +1777 -0
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -0
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +359 -0
- package/dist/components/VvInputFile/index.d.ts +200 -0
- package/dist/components/VvInputText/VvInputClearAction.d.ts +7 -5
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +10 -8
- package/dist/components/VvInputText/VvInputStepAction.d.ts +2 -2
- package/dist/components/VvInputText/VvInputText.es.js +1237 -324
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +207 -57
- package/dist/components/VvInputText/index.d.ts +99 -29
- package/dist/components/VvNav/VvNav.es.js +135 -56
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +32 -9
- package/dist/components/VvNav/VvNavItem.vue.d.ts +1 -1
- package/dist/components/VvNav/VvNavSeparator.vue.d.ts +1 -1
- package/dist/components/VvNav/index.d.ts +5 -2
- package/dist/components/VvNavItem/VvNavItem.es.js +91 -33
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.es.js +72 -26
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.vue.d.ts +10 -3
- package/dist/components/VvProgress/index.d.ts +4 -1
- package/dist/components/VvRadio/VvRadio.es.js +160 -103
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +103 -31
- package/dist/components/VvRadio/index.d.ts +50 -17
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +190 -107
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +101 -30
- package/dist/components/VvRadioGroup/index.d.ts +45 -12
- package/dist/components/VvSelect/VvSelect.es.js +251 -238
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +117 -44
- package/dist/components/VvSelect/index.d.ts +48 -14
- package/dist/components/VvTab/VvTab.es.js +191 -75
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +31 -7
- package/dist/components/VvTab/index.d.ts +4 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +232 -224
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +156 -49
- package/dist/components/VvTextarea/index.d.ts +68 -19
- package/dist/components/VvTooltip/VvTooltip.es.js +79 -29
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +13 -6
- package/dist/components/VvTooltip/index.d.ts +5 -2
- package/dist/components/common/HintSlot.d.ts +1 -1
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.es.js +3534 -1650
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +99 -4
- package/dist/composables/alert/useInjectAlert.d.ts +1 -6
- package/dist/composables/dropdown/useInjectDropdown.d.ts +3 -23
- package/dist/composables/dropdown/useProvideDropdown.d.ts +3 -4
- package/dist/composables/group/useInjectedGroupState.d.ts +4 -5
- package/dist/composables/group/useProvideGroupState.d.ts +3 -3
- package/dist/composables/index.d.ts +1 -0
- package/dist/composables/index.es.js +92 -3
- package/dist/composables/index.umd.js +1 -1
- package/dist/composables/useBlurhash.d.ts +7 -0
- package/dist/composables/useComponentIcon.d.ts +9 -8
- package/dist/composables/usePersistence.d.ts +2 -0
- package/dist/composables/useVolver.d.ts +1 -1
- package/dist/constants.d.ts +34 -32
- package/dist/directives/index.d.ts +3 -5
- package/dist/directives/index.es.js +99 -43
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +97 -38
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +267 -267
- package/dist/icons.umd.js +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.es.js +90 -16
- package/dist/index.umd.js +1 -1
- package/dist/props/index.d.ts +272 -81
- package/dist/resolvers/unplugin.d.ts +6 -1
- package/dist/resolvers/unplugin.es.js +87 -10
- package/dist/resolvers/unplugin.umd.js +1 -1
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +143 -89
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +1075 -492
- package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
- package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
- package/dist/stories/Button/Button.settings.d.ts +0 -1
- package/dist/stories/Combobox/Combobox.settings.d.ts +8 -0
- package/dist/stories/Icon/Icon.settings.d.ts +1 -0
- package/dist/stories/InputFile/InputFile.settings.d.ts +56 -0
- package/dist/stories/InputFile/InputFile.stories.d.ts +12 -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/Tab/Tab.settings.d.ts +2 -15
- package/dist/test/expect.d.ts +1 -1
- package/dist/types/alert.d.ts +9 -7
- package/dist/types/blurhash.d.ts +12 -0
- package/dist/types/generic.d.ts +1 -2
- package/dist/types/group.d.ts +37 -15
- package/dist/types/index.d.ts +7 -0
- package/dist/types/input-file.d.ts +16 -0
- package/dist/types/nav.d.ts +2 -2
- package/dist/utils/ObjectUtilities.d.ts +0 -1
- package/dist/workers/blurhash.d.ts +1 -0
- package/package.json +78 -78
- package/src/Volver.ts +31 -20
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvAccordion/VvAccordion.vue +121 -58
- package/src/components/VvAccordion/index.ts +8 -23
- package/src/components/VvAccordionGroup/VvAccordionGroup.vue +164 -47
- package/src/components/VvAccordionGroup/index.ts +6 -6
- package/src/components/VvAction/VvAction.vue +17 -5
- package/src/components/VvAlert/index.ts +14 -9
- package/src/components/VvAlertGroup/index.ts +3 -15
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +20 -19
- package/src/components/VvBreadcrumb/index.ts +2 -8
- package/src/components/VvButton/VvButton.vue +17 -7
- package/src/components/VvButton/index.ts +9 -16
- package/src/components/VvButtonGroup/VvButtonGroup.vue +1 -2
- package/src/components/VvCheckbox/index.ts +2 -2
- package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +1 -2
- package/src/components/VvCombobox/VvCombobox.vue +15 -12
- package/src/components/VvCombobox/index.ts +4 -0
- package/src/components/VvDropdown/VvDropdown.vue +11 -2
- package/src/components/VvDropdown/VvDropdownItem.vue +4 -1
- package/src/components/VvDropdown/VvDropdownOption.vue +4 -21
- package/src/components/VvDropdown/index.ts +35 -1
- package/src/components/VvIcon/VvIcon.vue +2 -2
- package/src/components/VvIcon/index.ts +35 -48
- package/src/components/VvInputFile/VvInputFile.vue +395 -0
- package/src/components/VvInputFile/index.ts +135 -0
- package/src/components/VvInputText/VvInputClearAction.ts +10 -6
- package/src/components/VvInputText/VvInputPasswordAction.ts +13 -9
- package/src/components/VvInputText/VvInputText.vue +141 -33
- package/src/components/VvInputText/index.ts +31 -16
- package/src/components/VvNav/VvNav.vue +4 -2
- package/src/components/VvRadio/index.ts +5 -5
- package/src/components/VvRadioGroup/VvRadioGroup.vue +1 -2
- package/src/components/VvSelect/VvSelect.vue +5 -8
- package/src/components/VvTab/VvTab.vue +5 -1
- package/src/components/VvTextarea/VvTextarea.vue +6 -9
- package/src/components/index.ts +10 -0
- package/src/composables/alert/useAlert.ts +12 -9
- package/src/composables/dropdown/useProvideDropdown.ts +4 -4
- package/src/composables/group/useInjectedGroupState.ts +20 -16
- package/src/composables/group/useProvideGroupState.ts +10 -15
- package/src/composables/index.ts +1 -0
- package/src/composables/useBlurhash.ts +76 -0
- package/src/composables/useComponentIcon.ts +15 -14
- package/src/composables/usePersistence.ts +76 -0
- package/src/composables/useUniqueId.ts +2 -2
- package/src/constants.ts +47 -32
- package/src/directives/index.ts +3 -6
- package/src/directives/v-tooltip.ts +19 -10
- package/src/index.ts +3 -1
- package/src/props/index.ts +108 -31
- package/src/resolvers/unplugin.ts +24 -14
- package/src/stories/Accordion/Accordion.test.ts +1 -1
- package/src/stories/AccordionGroup/AccordionGroup.settings.ts +2 -2
- package/src/stories/AccordionGroup/AccordionGroup.test.ts +17 -11
- package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +1 -1
- package/src/stories/Alert/Alert.test.ts +1 -1
- package/src/stories/AlertGroup/AlertGroup.test.ts +1 -1
- package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
- package/src/stories/Avatar/Avatar.test.ts +1 -1
- package/src/stories/AvatarGroup/AvatarGroup.test.ts +1 -1
- package/src/stories/Badge/Badge.test.ts +1 -1
- package/src/stories/Blurhash/BlurhashComposable.stories.ts +195 -0
- package/src/stories/Button/Button.settings.ts +1 -4
- package/src/stories/Button/Button.test.ts +1 -1
- package/src/stories/ButtonGroup/ButtonGroup.test.ts +1 -1
- package/src/stories/Card/Card.test.ts +1 -1
- package/src/stories/Checkbox/Checkbox.test.ts +1 -1
- package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +1 -1
- package/src/stories/Combobox/Combobox.settings.ts +8 -0
- package/src/stories/Combobox/Combobox.test.ts +1 -1
- package/src/stories/Dialog/Dialog.test.ts +2 -2
- package/src/stories/Dropdown/Dropdown.test.ts +1 -1
- package/src/stories/Icon/Icon.settings.ts +3 -3
- package/src/stories/InputFile/InputFile.settings.ts +36 -0
- package/src/stories/InputFile/InputFile.stories.ts +89 -0
- package/src/stories/InputFile/InputFileDropArea.stories.ts +56 -0
- package/src/stories/InputFile/InputFileIconPosition.stories.ts +43 -0
- package/src/stories/InputFile/InputFileSlots.stories.ts +33 -0
- package/src/stories/InputText/InputText.test.ts +1 -1
- package/src/stories/Nav/Nav.test.ts +1 -1
- package/src/stories/Progress/Progress.test.ts +1 -1
- package/src/stories/Radio/Radio.test.ts +1 -1
- package/src/stories/RadioGroup/RadioGroup.test.ts +1 -1
- package/src/stories/Select/Select.test.ts +1 -1
- package/src/stories/Tab/Tab.settings.ts +2 -2
- package/src/stories/Tab/Tab.test.ts +1 -1
- package/src/stories/Textarea/Textarea.test.ts +1 -1
- package/src/stories/Tooltip/Tooltip.test.ts +1 -1
- package/src/stories/argTypes.ts +1 -1
- package/src/test/expect.ts +2 -4
- package/src/types/alert.ts +11 -7
- package/src/types/blurhash.ts +21 -0
- package/src/types/generic.ts +3 -3
- package/src/types/group.ts +22 -14
- package/src/types/index.ts +7 -0
- package/src/types/input-file.ts +18 -0
- package/src/types/nav.ts +2 -3
- package/src/utils/ObjectUtilities.ts +0 -11
- package/src/workers/blurhash.ts +9 -0
|
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
modelValue: {
|
|
8
|
-
type: (ObjectConstructor | ArrayConstructor |
|
|
8
|
+
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
9
9
|
default: undefined;
|
|
10
10
|
};
|
|
11
11
|
noResultsLabel: {
|
|
@@ -78,9 +78,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
78
78
|
type: BooleanConstructor;
|
|
79
79
|
default: boolean;
|
|
80
80
|
};
|
|
81
|
-
label:
|
|
81
|
+
label: {
|
|
82
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
83
|
+
default: undefined;
|
|
84
|
+
};
|
|
82
85
|
placement: {
|
|
83
|
-
type: globalThis.PropType<"
|
|
86
|
+
type: globalThis.PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
84
87
|
default: import("../../constants").Side;
|
|
85
88
|
validator: (value: never) => boolean;
|
|
86
89
|
};
|
|
@@ -102,11 +105,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
102
105
|
crossAxis?: boolean | undefined;
|
|
103
106
|
mainAxis?: boolean | undefined;
|
|
104
107
|
limiter?: {
|
|
105
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
108
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
106
109
|
options?: any;
|
|
107
110
|
} | undefined;
|
|
108
111
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
109
|
-
} | import("@floating-ui/
|
|
112
|
+
} | import("@floating-ui/core").Derivable<{
|
|
110
113
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
111
114
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
112
115
|
altBoundary?: boolean | undefined;
|
|
@@ -114,7 +117,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
114
117
|
crossAxis?: boolean | undefined;
|
|
115
118
|
mainAxis?: boolean | undefined;
|
|
116
119
|
limiter?: {
|
|
117
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
120
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
118
121
|
options?: any;
|
|
119
122
|
} | undefined;
|
|
120
123
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
@@ -130,11 +133,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
130
133
|
crossAxis?: boolean | undefined;
|
|
131
134
|
mainAxis?: boolean | undefined;
|
|
132
135
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
133
|
-
fallbackStrategy?: "
|
|
136
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
134
137
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
135
138
|
flipAlignment?: boolean | undefined;
|
|
136
139
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
137
|
-
} | import("@floating-ui/
|
|
140
|
+
} | import("@floating-ui/core").Derivable<{
|
|
138
141
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
139
142
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
140
143
|
altBoundary?: boolean | undefined;
|
|
@@ -142,7 +145,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
142
145
|
crossAxis?: boolean | undefined;
|
|
143
146
|
mainAxis?: boolean | undefined;
|
|
144
147
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
145
|
-
fallbackStrategy?: "
|
|
148
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
146
149
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
147
150
|
flipAlignment?: boolean | undefined;
|
|
148
151
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
@@ -170,7 +173,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
170
173
|
availableWidth: number;
|
|
171
174
|
availableHeight: number;
|
|
172
175
|
}) => void | Promise<void>) | undefined;
|
|
173
|
-
} | import("@floating-ui/
|
|
176
|
+
} | import("@floating-ui/core").Derivable<{
|
|
174
177
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
175
178
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
176
179
|
altBoundary?: boolean | undefined;
|
|
@@ -206,7 +209,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
206
209
|
autoAlignment?: boolean | undefined;
|
|
207
210
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
208
211
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
209
|
-
} | import("@floating-ui/
|
|
212
|
+
} | import("@floating-ui/core").Derivable<{
|
|
210
213
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
211
214
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
212
215
|
altBoundary?: boolean | undefined;
|
|
@@ -231,9 +234,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
231
234
|
type: BooleanConstructor;
|
|
232
235
|
default: boolean;
|
|
233
236
|
};
|
|
234
|
-
floating:
|
|
237
|
+
floating: {
|
|
238
|
+
type: BooleanConstructor;
|
|
239
|
+
default: boolean;
|
|
240
|
+
};
|
|
235
241
|
icon: {
|
|
236
|
-
type:
|
|
242
|
+
type: globalThis.PropType<string | import("../VvIcon").VvIconProps>;
|
|
243
|
+
default: undefined;
|
|
237
244
|
};
|
|
238
245
|
iconPosition: {
|
|
239
246
|
type: globalThis.PropType<"before" | "after">;
|
|
@@ -256,10 +263,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
256
263
|
type: (StringConstructor | FunctionConstructor)[];
|
|
257
264
|
default: string;
|
|
258
265
|
};
|
|
259
|
-
modifiers:
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
266
|
+
modifiers: {
|
|
267
|
+
type: globalThis.PropType<string | string[]>;
|
|
268
|
+
default: undefined;
|
|
269
|
+
};
|
|
270
|
+
readonly: {
|
|
271
|
+
type: BooleanConstructor;
|
|
272
|
+
default: boolean;
|
|
273
|
+
};
|
|
274
|
+
disabled: {
|
|
275
|
+
type: BooleanConstructor;
|
|
276
|
+
default: boolean;
|
|
277
|
+
};
|
|
278
|
+
loading: {
|
|
279
|
+
type: BooleanConstructor;
|
|
280
|
+
default: boolean;
|
|
281
|
+
};
|
|
263
282
|
loadingLabel: {
|
|
264
283
|
type: StringConstructor;
|
|
265
284
|
default: string;
|
|
@@ -268,10 +287,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
268
287
|
type: StringConstructor;
|
|
269
288
|
default: string;
|
|
270
289
|
};
|
|
271
|
-
invalid:
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
290
|
+
invalid: {
|
|
291
|
+
type: BooleanConstructor;
|
|
292
|
+
default: boolean;
|
|
293
|
+
};
|
|
294
|
+
invalidLabel: {
|
|
295
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
296
|
+
default: undefined;
|
|
297
|
+
};
|
|
298
|
+
valid: {
|
|
299
|
+
type: BooleanConstructor;
|
|
300
|
+
default: boolean;
|
|
301
|
+
};
|
|
302
|
+
validLabel: {
|
|
303
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
304
|
+
default: undefined;
|
|
305
|
+
};
|
|
275
306
|
tabindex: {
|
|
276
307
|
type: (StringConstructor | NumberConstructor)[];
|
|
277
308
|
default: number;
|
|
@@ -281,13 +312,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
281
312
|
required: boolean;
|
|
282
313
|
};
|
|
283
314
|
id: (StringConstructor | NumberConstructor)[];
|
|
284
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
315
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
316
|
+
[x: string]: (...args: any[]) => void;
|
|
317
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
285
318
|
transitionName: {
|
|
286
319
|
type: StringConstructor;
|
|
287
320
|
default: string;
|
|
288
321
|
};
|
|
289
322
|
modelValue: {
|
|
290
|
-
type: (ObjectConstructor | ArrayConstructor |
|
|
323
|
+
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
291
324
|
default: undefined;
|
|
292
325
|
};
|
|
293
326
|
noResultsLabel: {
|
|
@@ -360,9 +393,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
360
393
|
type: BooleanConstructor;
|
|
361
394
|
default: boolean;
|
|
362
395
|
};
|
|
363
|
-
label:
|
|
396
|
+
label: {
|
|
397
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
398
|
+
default: undefined;
|
|
399
|
+
};
|
|
364
400
|
placement: {
|
|
365
|
-
type: globalThis.PropType<"
|
|
401
|
+
type: globalThis.PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
366
402
|
default: import("../../constants").Side;
|
|
367
403
|
validator: (value: never) => boolean;
|
|
368
404
|
};
|
|
@@ -384,11 +420,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
384
420
|
crossAxis?: boolean | undefined;
|
|
385
421
|
mainAxis?: boolean | undefined;
|
|
386
422
|
limiter?: {
|
|
387
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
423
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
388
424
|
options?: any;
|
|
389
425
|
} | undefined;
|
|
390
426
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
391
|
-
} | import("@floating-ui/
|
|
427
|
+
} | import("@floating-ui/core").Derivable<{
|
|
392
428
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
393
429
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
394
430
|
altBoundary?: boolean | undefined;
|
|
@@ -396,7 +432,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
396
432
|
crossAxis?: boolean | undefined;
|
|
397
433
|
mainAxis?: boolean | undefined;
|
|
398
434
|
limiter?: {
|
|
399
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
435
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
400
436
|
options?: any;
|
|
401
437
|
} | undefined;
|
|
402
438
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
@@ -412,11 +448,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
412
448
|
crossAxis?: boolean | undefined;
|
|
413
449
|
mainAxis?: boolean | undefined;
|
|
414
450
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
415
|
-
fallbackStrategy?: "
|
|
451
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
416
452
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
417
453
|
flipAlignment?: boolean | undefined;
|
|
418
454
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
419
|
-
} | import("@floating-ui/
|
|
455
|
+
} | import("@floating-ui/core").Derivable<{
|
|
420
456
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
421
457
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
422
458
|
altBoundary?: boolean | undefined;
|
|
@@ -424,7 +460,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
424
460
|
crossAxis?: boolean | undefined;
|
|
425
461
|
mainAxis?: boolean | undefined;
|
|
426
462
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
427
|
-
fallbackStrategy?: "
|
|
463
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
428
464
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
429
465
|
flipAlignment?: boolean | undefined;
|
|
430
466
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
@@ -452,7 +488,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
452
488
|
availableWidth: number;
|
|
453
489
|
availableHeight: number;
|
|
454
490
|
}) => void | Promise<void>) | undefined;
|
|
455
|
-
} | import("@floating-ui/
|
|
491
|
+
} | import("@floating-ui/core").Derivable<{
|
|
456
492
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
457
493
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
458
494
|
altBoundary?: boolean | undefined;
|
|
@@ -488,7 +524,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
488
524
|
autoAlignment?: boolean | undefined;
|
|
489
525
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
490
526
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
491
|
-
} | import("@floating-ui/
|
|
527
|
+
} | import("@floating-ui/core").Derivable<{
|
|
492
528
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
493
529
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
494
530
|
altBoundary?: boolean | undefined;
|
|
@@ -513,9 +549,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
513
549
|
type: BooleanConstructor;
|
|
514
550
|
default: boolean;
|
|
515
551
|
};
|
|
516
|
-
floating:
|
|
552
|
+
floating: {
|
|
553
|
+
type: BooleanConstructor;
|
|
554
|
+
default: boolean;
|
|
555
|
+
};
|
|
517
556
|
icon: {
|
|
518
|
-
type:
|
|
557
|
+
type: globalThis.PropType<string | import("../VvIcon").VvIconProps>;
|
|
558
|
+
default: undefined;
|
|
519
559
|
};
|
|
520
560
|
iconPosition: {
|
|
521
561
|
type: globalThis.PropType<"before" | "after">;
|
|
@@ -538,10 +578,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
538
578
|
type: (StringConstructor | FunctionConstructor)[];
|
|
539
579
|
default: string;
|
|
540
580
|
};
|
|
541
|
-
modifiers:
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
581
|
+
modifiers: {
|
|
582
|
+
type: globalThis.PropType<string | string[]>;
|
|
583
|
+
default: undefined;
|
|
584
|
+
};
|
|
585
|
+
readonly: {
|
|
586
|
+
type: BooleanConstructor;
|
|
587
|
+
default: boolean;
|
|
588
|
+
};
|
|
589
|
+
disabled: {
|
|
590
|
+
type: BooleanConstructor;
|
|
591
|
+
default: boolean;
|
|
592
|
+
};
|
|
593
|
+
loading: {
|
|
594
|
+
type: BooleanConstructor;
|
|
595
|
+
default: boolean;
|
|
596
|
+
};
|
|
545
597
|
loadingLabel: {
|
|
546
598
|
type: StringConstructor;
|
|
547
599
|
default: string;
|
|
@@ -550,10 +602,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
550
602
|
type: StringConstructor;
|
|
551
603
|
default: string;
|
|
552
604
|
};
|
|
553
|
-
invalid:
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
605
|
+
invalid: {
|
|
606
|
+
type: BooleanConstructor;
|
|
607
|
+
default: boolean;
|
|
608
|
+
};
|
|
609
|
+
invalidLabel: {
|
|
610
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
611
|
+
default: undefined;
|
|
612
|
+
};
|
|
613
|
+
valid: {
|
|
614
|
+
type: BooleanConstructor;
|
|
615
|
+
default: boolean;
|
|
616
|
+
};
|
|
617
|
+
validLabel: {
|
|
618
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
619
|
+
default: undefined;
|
|
620
|
+
};
|
|
557
621
|
tabindex: {
|
|
558
622
|
type: (StringConstructor | NumberConstructor)[];
|
|
559
623
|
default: number;
|
|
@@ -563,20 +627,54 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
563
627
|
required: boolean;
|
|
564
628
|
};
|
|
565
629
|
id: (StringConstructor | NumberConstructor)[];
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
630
|
+
}>>, {
|
|
631
|
+
floating: boolean;
|
|
632
|
+
options: (string | Option)[];
|
|
633
|
+
size: boolean | {
|
|
634
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
635
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
636
|
+
altBoundary?: boolean | undefined;
|
|
637
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
638
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
639
|
+
apply?: ((args: {
|
|
640
|
+
x: number;
|
|
641
|
+
y: number;
|
|
642
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
643
|
+
placement: import("@floating-ui/utils").Placement;
|
|
644
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
645
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
646
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
647
|
+
platform: import("@floating-ui/core").Platform;
|
|
648
|
+
elements: import("@floating-ui/dom").Elements;
|
|
649
|
+
} & {
|
|
650
|
+
availableWidth: number;
|
|
651
|
+
availableHeight: number;
|
|
652
|
+
}) => void | Promise<void>) | undefined;
|
|
653
|
+
} | import("@floating-ui/core").Derivable<{
|
|
654
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
655
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
656
|
+
altBoundary?: boolean | undefined;
|
|
657
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
658
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
659
|
+
apply?: ((args: {
|
|
660
|
+
x: number;
|
|
661
|
+
y: number;
|
|
662
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
663
|
+
placement: import("@floating-ui/utils").Placement;
|
|
664
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
665
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
666
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
667
|
+
platform: import("@floating-ui/core").Platform;
|
|
668
|
+
elements: import("@floating-ui/dom").Elements;
|
|
669
|
+
} & {
|
|
670
|
+
availableWidth: number;
|
|
671
|
+
availableHeight: number;
|
|
672
|
+
}) => void | Promise<void>) | undefined;
|
|
673
|
+
}> | undefined;
|
|
674
|
+
label: string | number;
|
|
570
675
|
disabled: boolean;
|
|
571
|
-
valid: boolean;
|
|
572
|
-
invalid: boolean;
|
|
573
676
|
modelValue: string | number | boolean | unknown[] | Record<string, any>;
|
|
574
|
-
|
|
575
|
-
unselectable: boolean;
|
|
576
|
-
options: (string | Option)[];
|
|
577
|
-
floating: boolean;
|
|
578
|
-
placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
579
|
-
strategy: "absolute" | "fixed";
|
|
677
|
+
modifiers: string | string[];
|
|
580
678
|
shift: boolean | {
|
|
581
679
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
582
680
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
@@ -585,11 +683,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
585
683
|
crossAxis?: boolean | undefined;
|
|
586
684
|
mainAxis?: boolean | undefined;
|
|
587
685
|
limiter?: {
|
|
588
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
686
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
589
687
|
options?: any;
|
|
590
688
|
} | undefined;
|
|
591
689
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
592
|
-
} | import("@floating-ui/
|
|
690
|
+
} | import("@floating-ui/core").Derivable<{
|
|
593
691
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
594
692
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
595
693
|
altBoundary?: boolean | undefined;
|
|
@@ -597,12 +695,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
597
695
|
crossAxis?: boolean | undefined;
|
|
598
696
|
mainAxis?: boolean | undefined;
|
|
599
697
|
limiter?: {
|
|
600
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
698
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
601
699
|
options?: any;
|
|
602
700
|
} | undefined;
|
|
603
701
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
604
702
|
}> | undefined;
|
|
605
|
-
|
|
703
|
+
readonly: boolean;
|
|
606
704
|
flip: boolean | {
|
|
607
705
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
608
706
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
@@ -611,11 +709,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
611
709
|
crossAxis?: boolean | undefined;
|
|
612
710
|
mainAxis?: boolean | undefined;
|
|
613
711
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
614
|
-
fallbackStrategy?: "
|
|
712
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
615
713
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
616
714
|
flipAlignment?: boolean | undefined;
|
|
617
715
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
618
|
-
} | import("@floating-ui/
|
|
716
|
+
} | import("@floating-ui/core").Derivable<{
|
|
619
717
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
620
718
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
621
719
|
altBoundary?: boolean | undefined;
|
|
@@ -623,60 +721,29 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
623
721
|
crossAxis?: boolean | undefined;
|
|
624
722
|
mainAxis?: boolean | undefined;
|
|
625
723
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
626
|
-
fallbackStrategy?: "
|
|
724
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
627
725
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
628
726
|
flipAlignment?: boolean | undefined;
|
|
629
727
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
630
728
|
}> | undefined;
|
|
729
|
+
icon: string | import("../VvIcon").VvIconProps;
|
|
631
730
|
closeLabel: string;
|
|
632
731
|
iconPosition: "before" | "after";
|
|
633
732
|
loading: boolean;
|
|
634
733
|
loadingLabel: string;
|
|
734
|
+
unselectable: boolean;
|
|
735
|
+
multiple: boolean;
|
|
635
736
|
hintLabel: string;
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
642
|
-
apply?: ((args: {
|
|
643
|
-
x: number;
|
|
644
|
-
y: number;
|
|
645
|
-
initialPlacement: import("@floating-ui/utils").Placement;
|
|
646
|
-
placement: import("@floating-ui/utils").Placement;
|
|
647
|
-
strategy: import("@floating-ui/utils").Strategy;
|
|
648
|
-
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
649
|
-
rects: import("@floating-ui/utils").ElementRects;
|
|
650
|
-
platform: import("@floating-ui/core").Platform;
|
|
651
|
-
elements: import("@floating-ui/dom").Elements;
|
|
652
|
-
} & {
|
|
653
|
-
availableWidth: number;
|
|
654
|
-
availableHeight: number;
|
|
655
|
-
}) => void | Promise<void>) | undefined;
|
|
656
|
-
} | import("@floating-ui/dom").Derivable<{
|
|
657
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
658
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
659
|
-
altBoundary?: boolean | undefined;
|
|
660
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
661
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
662
|
-
apply?: ((args: {
|
|
663
|
-
x: number;
|
|
664
|
-
y: number;
|
|
665
|
-
initialPlacement: import("@floating-ui/utils").Placement;
|
|
666
|
-
placement: import("@floating-ui/utils").Placement;
|
|
667
|
-
strategy: import("@floating-ui/utils").Strategy;
|
|
668
|
-
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
669
|
-
rects: import("@floating-ui/utils").ElementRects;
|
|
670
|
-
platform: import("@floating-ui/core").Platform;
|
|
671
|
-
elements: import("@floating-ui/dom").Elements;
|
|
672
|
-
} & {
|
|
673
|
-
availableWidth: number;
|
|
674
|
-
availableHeight: number;
|
|
675
|
-
}) => void | Promise<void>) | undefined;
|
|
676
|
-
}> | undefined;
|
|
737
|
+
invalid: boolean;
|
|
738
|
+
invalidLabel: string | unknown[];
|
|
739
|
+
valid: boolean;
|
|
740
|
+
validLabel: string | unknown[];
|
|
741
|
+
tabindex: string | number;
|
|
677
742
|
labelKey: string | Function;
|
|
678
743
|
valueKey: string | Function;
|
|
679
744
|
disabledKey: string | Function;
|
|
745
|
+
placement: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
746
|
+
strategy: "absolute" | "fixed";
|
|
680
747
|
transitionName: string;
|
|
681
748
|
offset: string | import("@floating-ui/core").OffsetOptions | undefined;
|
|
682
749
|
autoPlacement: boolean | {
|
|
@@ -689,7 +756,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
689
756
|
autoAlignment?: boolean | undefined;
|
|
690
757
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
691
758
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
692
|
-
} | import("@floating-ui/
|
|
759
|
+
} | import("@floating-ui/core").Derivable<{
|
|
693
760
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
694
761
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
695
762
|
altBoundary?: boolean | undefined;
|