@volverjs/ui-vue 0.0.10-beta.2 → 0.0.10-beta.21
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 +98 -3
- package/auto-imports.d.ts +6 -2
- package/bin/icons.cjs +1 -1
- package/bin/icons.js +23 -16
- package/dist/Volver.d.ts +1 -1
- package/dist/components/VvAccordion/VvAccordion.es.js +70 -14
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +13 -6
- package/dist/components/VvAccordion/index.d.ts +4 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +117 -38
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +15 -8
- package/dist/components/VvAccordionGroup/index.d.ts +4 -1
- package/dist/components/VvAction/VvAction.es.js +58 -13
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +59 -12
- package/dist/components/VvAction/index.d.ts +25 -4
- package/dist/components/VvAlert/VvAlert.es.js +195 -152
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +18 -8
- package/dist/components/VvAlert/index.d.ts +9 -5
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +240 -174
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +13 -6
- package/dist/components/VvAlertGroup/index.d.ts +6 -2
- package/dist/components/VvAvatar/VvAvatar.es.js +54 -9
- 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 +111 -36
- 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 +73 -17
- 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 +259 -49
- 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 +187 -141
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +101 -27
- package/dist/components/VvButton/index.d.ts +41 -14
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +69 -16
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +23 -10
- package/dist/components/VvButtonGroup/index.d.ts +8 -2
- package/dist/components/VvCard/VvCard.es.js +84 -25
- 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 +91 -22
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +104 -32
- package/dist/components/VvCheckbox/index.d.ts +45 -12
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +180 -67
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +100 -29
- package/dist/components/VvCheckboxGroup/index.d.ts +45 -12
- package/dist/components/VvCombobox/VvCombobox.es.js +758 -531
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +181 -108
- package/dist/components/VvCombobox/index.d.ts +53 -22
- package/dist/components/VvDialog/VvDialog.es.js +136 -141
- 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 +121 -55
- 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 +72 -11
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +12 -4
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +26 -7
- package/dist/components/VvDropdown/index.d.ts +16 -11
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +82 -22
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +13 -7
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +56 -8
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +76 -17
- 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 +1734 -0
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -0
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +313 -0
- package/dist/components/VvInputFile/index.d.ts +179 -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 +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +331 -293
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +162 -55
- package/dist/components/VvInputText/index.d.ts +71 -29
- package/dist/components/VvNav/VvNav.es.js +151 -73
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +41 -14
- package/dist/components/VvNav/VvNavItem.vue.d.ts +9 -0
- package/dist/components/VvNav/VvNavSeparator.vue.d.ts +2 -0
- package/dist/components/VvNav/index.d.ts +5 -13
- package/dist/components/VvNavItem/VvNavItem.es.js +436 -0
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.es.js +24 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.umd.js +1 -0
- package/dist/components/VvProgress/VvProgress.es.js +65 -14
- 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 +89 -21
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +102 -30
- package/dist/components/VvRadio/index.d.ts +44 -11
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +180 -66
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +100 -29
- package/dist/components/VvRadioGroup/index.d.ts +45 -12
- package/dist/components/VvSelect/VvSelect.es.js +248 -226
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +112 -39
- package/dist/components/VvSelect/index.d.ts +48 -14
- package/dist/components/VvTab/VvTab.es.js +256 -110
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +50 -13
- package/dist/components/VvTab/index.d.ts +13 -4
- package/dist/components/VvTextarea/VvTextarea.es.js +229 -212
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +155 -48
- package/dist/components/VvTextarea/index.d.ts +68 -19
- package/dist/components/VvTooltip/VvTooltip.es.js +72 -17
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +10 -3
- package/dist/components/VvTooltip/index.d.ts +4 -1
- package/dist/components/common/HintSlot.d.ts +1 -1
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.es.js +2902 -1329
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +37 -4
- package/dist/composables/dropdown/useProvideDropdown.d.ts +1 -1
- package/dist/composables/index.d.ts +1 -0
- package/dist/composables/index.es.js +88 -1
- 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/useVolver.d.ts +1 -1
- package/dist/directives/index.d.ts +3 -5
- package/dist/directives/index.es.js +92 -31
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +90 -26
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +210 -210
- package/dist/icons.umd.js +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.es.js +81 -16
- package/dist/index.umd.js +1 -1
- package/dist/props/index.d.ts +287 -73
- package/dist/resolvers/unplugin.d.ts +6 -1
- package/dist/resolvers/unplugin.es.js +78 -10
- package/dist/resolvers/unplugin.umd.js +1 -1
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +72 -84
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +623 -461
- package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
- package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
- 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 +4 -37
- package/dist/types/alert.d.ts +13 -0
- package/dist/types/blurhash.d.ts +12 -0
- package/dist/types/floating-ui.d.ts +6 -0
- package/dist/types/generic.d.ts +4 -0
- package/dist/types/group.d.ts +37 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/input-file.d.ts +16 -0
- package/dist/types/nav.d.ts +18 -0
- package/dist/utils/ObjectUtilities.d.ts +0 -1
- package/dist/workers/blurhash.d.ts +1 -0
- package/package.json +97 -80
- 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 +2 -2
- package/src/components/VvAction/VvAction.vue +5 -2
- package/src/components/VvAlert/index.ts +1 -3
- package/src/components/VvAlertGroup/index.ts +2 -1
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +20 -19
- package/src/components/VvBreadcrumb/index.ts +2 -8
- package/src/components/VvButton/VvButton.vue +6 -6
- package/src/components/VvButton/index.ts +2 -4
- package/src/components/VvCombobox/VvCombobox.vue +24 -16
- package/src/components/VvCombobox/index.ts +4 -0
- package/src/components/VvIcon/VvIcon.vue +2 -2
- package/src/components/VvIcon/index.ts +35 -48
- package/src/components/VvInputFile/VvInputFile.vue +365 -0
- package/src/components/VvInputFile/index.ts +116 -0
- package/src/components/VvInputText/VvInputClearAction.ts +10 -6
- package/src/components/VvInputText/VvInputPasswordAction.ts +13 -9
- package/src/components/VvInputText/VvInputText.vue +17 -18
- package/src/components/VvInputText/index.ts +7 -15
- package/src/components/VvNav/VvNav.vue +30 -50
- package/src/components/VvNav/VvNavItem.vue +18 -0
- package/src/components/VvNav/VvNavSeparator.vue +11 -0
- package/src/components/VvNav/index.ts +2 -15
- package/src/components/VvSelect/VvSelect.vue +5 -8
- package/src/components/VvTab/VvTab.vue +63 -35
- package/src/components/VvTab/index.ts +10 -4
- package/src/components/VvTextarea/VvTextarea.vue +6 -9
- package/src/components/index.ts +10 -0
- package/src/composables/index.ts +1 -0
- package/src/composables/useBlurhash.ts +76 -0
- package/src/composables/useComponentIcon.ts +15 -14
- package/src/composables/useUniqueId.ts +2 -2
- 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 +115 -27
- package/src/resolvers/unplugin.ts +24 -14
- package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
- package/src/stories/Blurhash/BlurhashComposable.stories.ts +195 -0
- package/src/stories/Combobox/Combobox.settings.ts +8 -0
- 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/Nav/Nav.settings.ts +3 -4
- package/src/stories/Nav/Nav.test.ts +4 -15
- package/src/stories/Tab/Tab.settings.ts +9 -9
- package/src/stories/Tab/Tab.stories.ts +2 -2
- package/src/stories/Tab/Tab.test.ts +6 -14
- package/src/stories/argTypes.ts +1 -1
- package/src/types/blurhash.ts +21 -0
- package/src/types/generic.ts +6 -0
- package/src/types/index.ts +7 -0
- package/src/types/input-file.ts +18 -0
- package/src/types/nav.ts +20 -0
- package/src/utils/ObjectUtilities.ts +0 -11
- package/src/workers/blurhash.ts +9 -0
- package/dist/components/VvNav/VvNavItemTitle.vue.d.ts +0 -6
- package/dist/components/VvNav/VvNavSeparator.d.ts +0 -2
- package/dist/components/VvNavItemTitle/VvNavItemTitle.es.js +0 -19
- package/dist/components/VvNavItemTitle/VvNavItemTitle.umd.js +0 -1
- package/src/components/VvNav/VvNavItemTitle.vue +0 -11
- package/src/components/VvNav/VvNavSeparator.ts +0 -8
- package/src/types/generic.d.ts +0 -6
- /package/src/types/{alert.d.ts → alert.ts} +0 -0
- /package/src/types/{floating-ui.d.ts → floating-ui.ts} +0 -0
- /package/src/types/{group.d.ts → group.ts} +0 -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,7 +78,10 @@ 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
86
|
type: globalThis.PropType<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
|
|
84
87
|
default: import("../../constants").Side;
|
|
@@ -95,24 +98,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
95
98
|
};
|
|
96
99
|
shift: {
|
|
97
100
|
type: globalThis.PropType<boolean | {
|
|
98
|
-
mainAxis?: boolean | undefined;
|
|
99
|
-
crossAxis?: boolean | undefined;
|
|
100
101
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
101
102
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
102
103
|
altBoundary?: boolean | undefined;
|
|
103
104
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
105
|
+
crossAxis?: boolean | undefined;
|
|
106
|
+
mainAxis?: boolean | undefined;
|
|
104
107
|
limiter?: {
|
|
105
108
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
106
109
|
options?: any;
|
|
107
110
|
} | undefined;
|
|
108
111
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
109
112
|
} | import("@floating-ui/dom").Derivable<{
|
|
110
|
-
mainAxis?: boolean | undefined;
|
|
111
|
-
crossAxis?: boolean | undefined;
|
|
112
113
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
113
114
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
114
115
|
altBoundary?: boolean | undefined;
|
|
115
116
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
117
|
+
crossAxis?: boolean | undefined;
|
|
118
|
+
mainAxis?: boolean | undefined;
|
|
116
119
|
limiter?: {
|
|
117
120
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
118
121
|
options?: any;
|
|
@@ -123,24 +126,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
123
126
|
};
|
|
124
127
|
flip: {
|
|
125
128
|
type: globalThis.PropType<boolean | {
|
|
126
|
-
mainAxis?: boolean | undefined;
|
|
127
|
-
crossAxis?: boolean | undefined;
|
|
128
129
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
129
130
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
130
131
|
altBoundary?: boolean | undefined;
|
|
131
132
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
133
|
+
crossAxis?: boolean | undefined;
|
|
134
|
+
mainAxis?: boolean | undefined;
|
|
132
135
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
133
136
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
134
137
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
135
138
|
flipAlignment?: boolean | undefined;
|
|
136
139
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
137
140
|
} | import("@floating-ui/dom").Derivable<{
|
|
138
|
-
mainAxis?: boolean | undefined;
|
|
139
|
-
crossAxis?: boolean | undefined;
|
|
140
141
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
141
142
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
142
143
|
altBoundary?: boolean | undefined;
|
|
143
144
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
145
|
+
crossAxis?: boolean | undefined;
|
|
146
|
+
mainAxis?: boolean | undefined;
|
|
144
147
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
145
148
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
146
149
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
@@ -197,28 +200,31 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
197
200
|
};
|
|
198
201
|
autoPlacement: {
|
|
199
202
|
type: globalThis.PropType<boolean | {
|
|
200
|
-
crossAxis?: boolean | undefined;
|
|
201
203
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
202
204
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
203
205
|
altBoundary?: boolean | undefined;
|
|
204
206
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
207
|
+
crossAxis?: boolean | undefined;
|
|
205
208
|
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
206
209
|
autoAlignment?: boolean | undefined;
|
|
207
210
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
208
211
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
209
212
|
} | import("@floating-ui/dom").Derivable<{
|
|
210
|
-
crossAxis?: boolean | undefined;
|
|
211
213
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
212
214
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
213
215
|
altBoundary?: boolean | undefined;
|
|
214
216
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
217
|
+
crossAxis?: boolean | undefined;
|
|
215
218
|
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
216
219
|
autoAlignment?: boolean | undefined;
|
|
217
220
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
218
221
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
219
222
|
}> | undefined>;
|
|
220
223
|
default: boolean;
|
|
221
|
-
};
|
|
224
|
+
}; /**
|
|
225
|
+
* Function triggered on input of checkbox or radio (multple or single mode)
|
|
226
|
+
* @param event on input event (checkbox or radio input)
|
|
227
|
+
*/
|
|
222
228
|
arrow: {
|
|
223
229
|
type: BooleanConstructor;
|
|
224
230
|
default: boolean;
|
|
@@ -231,9 +237,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
231
237
|
type: BooleanConstructor;
|
|
232
238
|
default: boolean;
|
|
233
239
|
};
|
|
234
|
-
floating:
|
|
240
|
+
floating: {
|
|
241
|
+
type: BooleanConstructor;
|
|
242
|
+
default: boolean;
|
|
243
|
+
};
|
|
235
244
|
icon: {
|
|
236
|
-
type:
|
|
245
|
+
type: globalThis.PropType<string | import("../VvIcon").VvIconProps>;
|
|
246
|
+
default: undefined;
|
|
237
247
|
};
|
|
238
248
|
iconPosition: {
|
|
239
249
|
type: globalThis.PropType<"before" | "after">;
|
|
@@ -256,10 +266,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
256
266
|
type: (StringConstructor | FunctionConstructor)[];
|
|
257
267
|
default: string;
|
|
258
268
|
};
|
|
259
|
-
modifiers:
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
269
|
+
modifiers: {
|
|
270
|
+
type: globalThis.PropType<string | string[]>;
|
|
271
|
+
default: undefined;
|
|
272
|
+
};
|
|
273
|
+
readonly: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
277
|
+
disabled: {
|
|
278
|
+
type: BooleanConstructor;
|
|
279
|
+
default: boolean;
|
|
280
|
+
};
|
|
281
|
+
loading: {
|
|
282
|
+
type: BooleanConstructor;
|
|
283
|
+
default: boolean;
|
|
284
|
+
};
|
|
263
285
|
loadingLabel: {
|
|
264
286
|
type: StringConstructor;
|
|
265
287
|
default: string;
|
|
@@ -268,10 +290,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
268
290
|
type: StringConstructor;
|
|
269
291
|
default: string;
|
|
270
292
|
};
|
|
271
|
-
invalid:
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
293
|
+
invalid: {
|
|
294
|
+
type: BooleanConstructor;
|
|
295
|
+
default: boolean;
|
|
296
|
+
};
|
|
297
|
+
invalidLabel: {
|
|
298
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
299
|
+
default: undefined;
|
|
300
|
+
};
|
|
301
|
+
valid: {
|
|
302
|
+
type: BooleanConstructor;
|
|
303
|
+
default: boolean;
|
|
304
|
+
};
|
|
305
|
+
validLabel: {
|
|
306
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
307
|
+
default: undefined;
|
|
308
|
+
};
|
|
275
309
|
tabindex: {
|
|
276
310
|
type: (StringConstructor | NumberConstructor)[];
|
|
277
311
|
default: number;
|
|
@@ -281,13 +315,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
281
315
|
required: boolean;
|
|
282
316
|
};
|
|
283
317
|
id: (StringConstructor | NumberConstructor)[];
|
|
284
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
318
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
319
|
+
[x: string]: (...args: any[]) => void;
|
|
320
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
285
321
|
transitionName: {
|
|
286
322
|
type: StringConstructor;
|
|
287
323
|
default: string;
|
|
288
324
|
};
|
|
289
325
|
modelValue: {
|
|
290
|
-
type: (ObjectConstructor | ArrayConstructor |
|
|
326
|
+
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
291
327
|
default: undefined;
|
|
292
328
|
};
|
|
293
329
|
noResultsLabel: {
|
|
@@ -360,7 +396,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
360
396
|
type: BooleanConstructor;
|
|
361
397
|
default: boolean;
|
|
362
398
|
};
|
|
363
|
-
label:
|
|
399
|
+
label: {
|
|
400
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
401
|
+
default: undefined;
|
|
402
|
+
};
|
|
364
403
|
placement: {
|
|
365
404
|
type: globalThis.PropType<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
|
|
366
405
|
default: import("../../constants").Side;
|
|
@@ -377,24 +416,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
377
416
|
};
|
|
378
417
|
shift: {
|
|
379
418
|
type: globalThis.PropType<boolean | {
|
|
380
|
-
mainAxis?: boolean | undefined;
|
|
381
|
-
crossAxis?: boolean | undefined;
|
|
382
419
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
383
420
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
384
421
|
altBoundary?: boolean | undefined;
|
|
385
422
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
423
|
+
crossAxis?: boolean | undefined;
|
|
424
|
+
mainAxis?: boolean | undefined;
|
|
386
425
|
limiter?: {
|
|
387
426
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
388
427
|
options?: any;
|
|
389
428
|
} | undefined;
|
|
390
429
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
391
430
|
} | import("@floating-ui/dom").Derivable<{
|
|
392
|
-
mainAxis?: boolean | undefined;
|
|
393
|
-
crossAxis?: boolean | undefined;
|
|
394
431
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
395
432
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
396
433
|
altBoundary?: boolean | undefined;
|
|
397
434
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
435
|
+
crossAxis?: boolean | undefined;
|
|
436
|
+
mainAxis?: boolean | undefined;
|
|
398
437
|
limiter?: {
|
|
399
438
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
400
439
|
options?: any;
|
|
@@ -405,24 +444,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
405
444
|
};
|
|
406
445
|
flip: {
|
|
407
446
|
type: globalThis.PropType<boolean | {
|
|
408
|
-
mainAxis?: boolean | undefined;
|
|
409
|
-
crossAxis?: boolean | undefined;
|
|
410
447
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
411
448
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
412
449
|
altBoundary?: boolean | undefined;
|
|
413
450
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
451
|
+
crossAxis?: boolean | undefined;
|
|
452
|
+
mainAxis?: boolean | undefined;
|
|
414
453
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
415
454
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
416
455
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
417
456
|
flipAlignment?: boolean | undefined;
|
|
418
457
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
419
458
|
} | import("@floating-ui/dom").Derivable<{
|
|
420
|
-
mainAxis?: boolean | undefined;
|
|
421
|
-
crossAxis?: boolean | undefined;
|
|
422
459
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
423
460
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
424
461
|
altBoundary?: boolean | undefined;
|
|
425
462
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
463
|
+
crossAxis?: boolean | undefined;
|
|
464
|
+
mainAxis?: boolean | undefined;
|
|
426
465
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
427
466
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
428
467
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
@@ -479,28 +518,31 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
479
518
|
};
|
|
480
519
|
autoPlacement: {
|
|
481
520
|
type: globalThis.PropType<boolean | {
|
|
482
|
-
crossAxis?: boolean | undefined;
|
|
483
521
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
484
522
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
485
523
|
altBoundary?: boolean | undefined;
|
|
486
524
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
525
|
+
crossAxis?: boolean | undefined;
|
|
487
526
|
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
488
527
|
autoAlignment?: boolean | undefined;
|
|
489
528
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
490
529
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
491
530
|
} | import("@floating-ui/dom").Derivable<{
|
|
492
|
-
crossAxis?: boolean | undefined;
|
|
493
531
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
494
532
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
495
533
|
altBoundary?: boolean | undefined;
|
|
496
534
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
535
|
+
crossAxis?: boolean | undefined;
|
|
497
536
|
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
498
537
|
autoAlignment?: boolean | undefined;
|
|
499
538
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
500
539
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
501
540
|
}> | undefined>;
|
|
502
541
|
default: boolean;
|
|
503
|
-
};
|
|
542
|
+
}; /**
|
|
543
|
+
* Function triggered on input of checkbox or radio (multple or single mode)
|
|
544
|
+
* @param event on input event (checkbox or radio input)
|
|
545
|
+
*/
|
|
504
546
|
arrow: {
|
|
505
547
|
type: BooleanConstructor;
|
|
506
548
|
default: boolean;
|
|
@@ -513,9 +555,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
513
555
|
type: BooleanConstructor;
|
|
514
556
|
default: boolean;
|
|
515
557
|
};
|
|
516
|
-
floating:
|
|
558
|
+
floating: {
|
|
559
|
+
type: BooleanConstructor;
|
|
560
|
+
default: boolean;
|
|
561
|
+
};
|
|
517
562
|
icon: {
|
|
518
|
-
type:
|
|
563
|
+
type: globalThis.PropType<string | import("../VvIcon").VvIconProps>;
|
|
564
|
+
default: undefined;
|
|
519
565
|
};
|
|
520
566
|
iconPosition: {
|
|
521
567
|
type: globalThis.PropType<"before" | "after">;
|
|
@@ -538,10 +584,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
538
584
|
type: (StringConstructor | FunctionConstructor)[];
|
|
539
585
|
default: string;
|
|
540
586
|
};
|
|
541
|
-
modifiers:
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
587
|
+
modifiers: {
|
|
588
|
+
type: globalThis.PropType<string | string[]>;
|
|
589
|
+
default: undefined;
|
|
590
|
+
};
|
|
591
|
+
readonly: {
|
|
592
|
+
type: BooleanConstructor;
|
|
593
|
+
default: boolean;
|
|
594
|
+
};
|
|
595
|
+
disabled: {
|
|
596
|
+
type: BooleanConstructor;
|
|
597
|
+
default: boolean;
|
|
598
|
+
};
|
|
599
|
+
loading: {
|
|
600
|
+
type: BooleanConstructor;
|
|
601
|
+
default: boolean;
|
|
602
|
+
};
|
|
545
603
|
loadingLabel: {
|
|
546
604
|
type: StringConstructor;
|
|
547
605
|
default: string;
|
|
@@ -550,10 +608,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
550
608
|
type: StringConstructor;
|
|
551
609
|
default: string;
|
|
552
610
|
};
|
|
553
|
-
invalid:
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
611
|
+
invalid: {
|
|
612
|
+
type: BooleanConstructor;
|
|
613
|
+
default: boolean;
|
|
614
|
+
};
|
|
615
|
+
invalidLabel: {
|
|
616
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
617
|
+
default: undefined;
|
|
618
|
+
};
|
|
619
|
+
valid: {
|
|
620
|
+
type: BooleanConstructor;
|
|
621
|
+
default: boolean;
|
|
622
|
+
};
|
|
623
|
+
validLabel: {
|
|
624
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
625
|
+
default: undefined;
|
|
626
|
+
};
|
|
557
627
|
tabindex: {
|
|
558
628
|
type: (StringConstructor | NumberConstructor)[];
|
|
559
629
|
default: number;
|
|
@@ -563,138 +633,141 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
563
633
|
required: boolean;
|
|
564
634
|
};
|
|
565
635
|
id: (StringConstructor | NumberConstructor)[];
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
}, {
|
|
636
|
+
}>>, {
|
|
637
|
+
readonly: boolean;
|
|
569
638
|
disabled: boolean;
|
|
639
|
+
valid: boolean;
|
|
640
|
+
invalid: boolean;
|
|
641
|
+
modelValue: string | number | boolean | unknown[] | Record<string, any>;
|
|
642
|
+
multiple: boolean;
|
|
643
|
+
unselectable: boolean;
|
|
644
|
+
modifiers: string | string[];
|
|
645
|
+
size: boolean | {
|
|
646
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
647
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
648
|
+
altBoundary?: boolean | undefined;
|
|
649
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
650
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
651
|
+
apply?: ((args: {
|
|
652
|
+
x: number;
|
|
653
|
+
y: number;
|
|
654
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
655
|
+
placement: import("@floating-ui/utils").Placement;
|
|
656
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
657
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
658
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
659
|
+
platform: import("@floating-ui/core").Platform;
|
|
660
|
+
elements: import("@floating-ui/dom").Elements;
|
|
661
|
+
} & {
|
|
662
|
+
availableWidth: number;
|
|
663
|
+
availableHeight: number;
|
|
664
|
+
}) => void | Promise<void>) | undefined;
|
|
665
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
666
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
667
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
668
|
+
altBoundary?: boolean | undefined;
|
|
669
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
670
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
671
|
+
apply?: ((args: {
|
|
672
|
+
x: number;
|
|
673
|
+
y: number;
|
|
674
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
675
|
+
placement: import("@floating-ui/utils").Placement;
|
|
676
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
677
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
678
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
679
|
+
platform: import("@floating-ui/core").Platform;
|
|
680
|
+
elements: import("@floating-ui/dom").Elements;
|
|
681
|
+
} & {
|
|
682
|
+
availableWidth: number;
|
|
683
|
+
availableHeight: number;
|
|
684
|
+
}) => void | Promise<void>) | undefined;
|
|
685
|
+
}> | undefined;
|
|
570
686
|
floating: boolean;
|
|
571
687
|
options: (string | Option)[];
|
|
572
688
|
placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
573
689
|
strategy: "absolute" | "fixed";
|
|
574
|
-
|
|
690
|
+
label: string | number;
|
|
575
691
|
shift: boolean | {
|
|
576
|
-
mainAxis?: boolean | undefined;
|
|
577
|
-
crossAxis?: boolean | undefined;
|
|
578
692
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
579
693
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
580
694
|
altBoundary?: boolean | undefined;
|
|
581
695
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
696
|
+
crossAxis?: boolean | undefined;
|
|
697
|
+
mainAxis?: boolean | undefined;
|
|
582
698
|
limiter?: {
|
|
583
699
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
584
700
|
options?: any;
|
|
585
701
|
} | undefined;
|
|
586
702
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
587
703
|
} | import("@floating-ui/dom").Derivable<{
|
|
588
|
-
mainAxis?: boolean | undefined;
|
|
589
|
-
crossAxis?: boolean | undefined;
|
|
590
704
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
591
705
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
592
706
|
altBoundary?: boolean | undefined;
|
|
593
707
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
708
|
+
crossAxis?: boolean | undefined;
|
|
709
|
+
mainAxis?: boolean | undefined;
|
|
594
710
|
limiter?: {
|
|
595
711
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
596
712
|
options?: any;
|
|
597
713
|
} | undefined;
|
|
598
714
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
599
715
|
}> | undefined;
|
|
600
|
-
tabindex: string | number;
|
|
601
|
-
unselectable: boolean;
|
|
602
716
|
flip: boolean | {
|
|
603
|
-
mainAxis?: boolean | undefined;
|
|
604
|
-
crossAxis?: boolean | undefined;
|
|
605
717
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
606
718
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
607
719
|
altBoundary?: boolean | undefined;
|
|
608
720
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
721
|
+
crossAxis?: boolean | undefined;
|
|
722
|
+
mainAxis?: boolean | undefined;
|
|
609
723
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
610
724
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
611
725
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
612
726
|
flipAlignment?: boolean | undefined;
|
|
613
727
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
614
728
|
} | import("@floating-ui/dom").Derivable<{
|
|
615
|
-
mainAxis?: boolean | undefined;
|
|
616
|
-
crossAxis?: boolean | undefined;
|
|
617
729
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
618
730
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
619
731
|
altBoundary?: boolean | undefined;
|
|
620
732
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
733
|
+
crossAxis?: boolean | undefined;
|
|
734
|
+
mainAxis?: boolean | undefined;
|
|
621
735
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
622
736
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
623
737
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
624
738
|
flipAlignment?: boolean | undefined;
|
|
625
739
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
626
740
|
}> | undefined;
|
|
741
|
+
icon: string | import("../VvIcon").VvIconProps;
|
|
627
742
|
closeLabel: string;
|
|
628
743
|
iconPosition: "before" | "after";
|
|
629
744
|
loading: boolean;
|
|
630
745
|
loadingLabel: string;
|
|
631
|
-
multiple: boolean;
|
|
632
|
-
readonly: boolean;
|
|
633
746
|
hintLabel: string;
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
638
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
639
|
-
altBoundary?: boolean | undefined;
|
|
640
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
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;
|
|
747
|
+
invalidLabel: string | unknown[];
|
|
748
|
+
validLabel: string | unknown[];
|
|
749
|
+
tabindex: string | number;
|
|
677
750
|
labelKey: string | Function;
|
|
678
751
|
valueKey: string | Function;
|
|
679
752
|
disabledKey: string | Function;
|
|
680
753
|
transitionName: string;
|
|
681
754
|
offset: string | import("@floating-ui/core").OffsetOptions | undefined;
|
|
682
755
|
autoPlacement: boolean | {
|
|
683
|
-
crossAxis?: boolean | undefined;
|
|
684
756
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
685
757
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
686
758
|
altBoundary?: boolean | undefined;
|
|
687
759
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
760
|
+
crossAxis?: boolean | undefined;
|
|
688
761
|
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
689
762
|
autoAlignment?: boolean | undefined;
|
|
690
763
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
691
764
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
692
765
|
} | import("@floating-ui/dom").Derivable<{
|
|
693
|
-
crossAxis?: boolean | undefined;
|
|
694
766
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
695
767
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
696
768
|
altBoundary?: boolean | undefined;
|
|
697
769
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
770
|
+
crossAxis?: boolean | undefined;
|
|
698
771
|
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
699
772
|
autoAlignment?: boolean | undefined;
|
|
700
773
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|