@volverjs/ui-vue 0.0.10-beta.1 → 0.0.10-beta.11
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/README.md +64 -1
- package/auto-imports.d.ts +1 -1
- package/bin/icons.cjs +1 -1
- package/bin/icons.js +34 -19
- package/dist/components/VvAccordion/VvAccordion.es.js +33 -4
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +4 -4
- package/dist/components/VvAccordion/index.d.ts +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +75 -27
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +5 -5
- package/dist/components/VvAction/VvAction.es.js +26 -4
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +17 -4
- package/dist/components/VvAction/index.d.ts +5 -0
- package/dist/components/VvAlert/VvAlert.es.js +96 -45
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +4 -4
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +136 -66
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +4 -4
- package/dist/components/VvAvatar/VvAvatar.es.js +22 -1
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +79 -28
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +39 -8
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +224 -41
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +15 -3
- package/dist/components/VvBreadcrumb/index.d.ts +2 -9
- package/dist/components/VvButton/VvButton.es.js +67 -22
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +25 -9
- package/dist/components/VvButton/index.d.ts +5 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +33 -6
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +6 -6
- package/dist/components/VvCard/VvCard.es.js +47 -16
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +32 -4
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +8 -8
- package/dist/components/VvCheckbox/index.d.ts +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +101 -46
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +7 -7
- package/dist/components/VvCheckboxGroup/index.d.ts +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +625 -379
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +112 -112
- package/dist/components/VvCombobox/index.d.ts +32 -32
- package/dist/components/VvDialog/VvDialog.es.js +65 -27
- 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 +87 -46
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +203 -189
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +12 -0
- package/dist/components/VvDropdown/index.d.ts +32 -32
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +46 -12
- 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 +28 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +40 -8
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +1 -1
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvInputText/VvInputClearAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +149 -99
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +10 -10
- package/dist/components/VvInputText/index.d.ts +8 -2
- package/dist/components/VvNav/VvNav.es.js +115 -63
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +32 -12
- package/dist/components/VvNav/VvNavItem.vue.d.ts +9 -0
- package/dist/components/VvNav/index.d.ts +1 -12
- package/dist/components/VvNavItem/VvNavItem.es.js +413 -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 +33 -6
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +32 -4
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +8 -8
- package/dist/components/VvRadio/index.d.ts +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +101 -46
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +7 -7
- package/dist/components/VvRadioGroup/index.d.ts +1 -1
- package/dist/components/VvSelect/VvSelect.es.js +156 -96
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +13 -13
- package/dist/components/VvSelect/index.d.ts +1 -1
- package/dist/components/VvTab/VvTab.es.js +214 -99
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +40 -11
- package/dist/components/VvTab/index.d.ts +9 -3
- package/dist/components/VvTextarea/VvTextarea.es.js +123 -77
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +10 -10
- package/dist/components/VvTooltip/VvTooltip.es.js +40 -9
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/index.d.ts +9 -0
- package/dist/components/index.es.js +2015 -1012
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/group/useInjectedGroupState.d.ts +1 -1
- package/dist/composables/useVolver.d.ts +1 -1
- package/dist/directives/index.d.ts +3 -5
- package/dist/directives/index.es.js +60 -23
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +58 -18
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.es.js +19 -16
- package/dist/index.umd.js +1 -1
- package/dist/props/index.d.ts +58 -34
- package/dist/resolvers/unplugin.d.ts +6 -1
- package/dist/resolvers/unplugin.es.js +20 -5
- package/dist/resolvers/unplugin.umd.js +1 -1
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +50 -15
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +332 -83
- package/dist/stories/Combobox/Combobox.settings.d.ts +8 -0
- package/dist/stories/Tab/Tab.settings.d.ts +4 -37
- package/dist/types/alert.d.ts +13 -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 +5 -0
- package/dist/types/nav.d.ts +18 -0
- package/package.json +60 -51
- package/src/Volver.ts +22 -16
- 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/VvBreadcrumb/VvBreadcrumb.vue +20 -19
- package/src/components/VvBreadcrumb/index.ts +2 -8
- package/src/components/VvCombobox/VvCombobox.vue +19 -8
- package/src/components/VvCombobox/index.ts +4 -0
- package/src/components/VvInputText/VvInputText.vue +2 -2
- 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/VvTab/VvTab.vue +63 -35
- package/src/components/VvTab/index.ts +10 -4
- package/src/components/VvTextarea/VvTextarea.vue +1 -1
- package/src/components/index.ts +9 -0
- package/src/composables/useUniqueId.ts +2 -2
- package/src/directives/index.ts +1 -4
- package/src/directives/v-tooltip.ts +19 -10
- package/src/index.ts +3 -1
- package/src/props/index.ts +27 -3
- package/src/resolvers/unplugin.ts +22 -2
- package/src/stories/Button/ButtonModifiers.stories.ts +4 -14
- package/src/stories/Combobox/Combobox.settings.ts +8 -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/generic.ts +6 -0
- package/src/types/index.ts +5 -0
- package/src/types/nav.ts +20 -0
- package/dist/components/VvNav/VvNavItemTitle.vue.d.ts +0 -6
- 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/dist/components/VvNav/{VvNavSeparator.d.ts → VvNavSeparator.vue.d.ts} +0 -0
- /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
|
@@ -95,24 +95,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
95
95
|
};
|
|
96
96
|
shift: {
|
|
97
97
|
type: globalThis.PropType<boolean | {
|
|
98
|
-
mainAxis?: boolean | undefined;
|
|
99
|
-
crossAxis?: boolean | undefined;
|
|
100
98
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
101
99
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
102
100
|
altBoundary?: boolean | undefined;
|
|
103
|
-
padding?: import("@floating-ui/
|
|
101
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
102
|
+
crossAxis?: boolean | undefined;
|
|
103
|
+
mainAxis?: boolean | undefined;
|
|
104
104
|
limiter?: {
|
|
105
105
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
106
106
|
options?: any;
|
|
107
107
|
} | undefined;
|
|
108
108
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
109
109
|
} | import("@floating-ui/dom").Derivable<{
|
|
110
|
-
mainAxis?: boolean | undefined;
|
|
111
|
-
crossAxis?: boolean | undefined;
|
|
112
110
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
113
111
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
114
112
|
altBoundary?: boolean | undefined;
|
|
115
|
-
padding?: import("@floating-ui/
|
|
113
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
114
|
+
crossAxis?: boolean | undefined;
|
|
115
|
+
mainAxis?: boolean | undefined;
|
|
116
116
|
limiter?: {
|
|
117
117
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
118
118
|
options?: any;
|
|
@@ -123,25 +123,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
123
123
|
};
|
|
124
124
|
flip: {
|
|
125
125
|
type: globalThis.PropType<boolean | {
|
|
126
|
-
mainAxis?: boolean | undefined;
|
|
127
|
-
crossAxis?: boolean | undefined;
|
|
128
126
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
129
127
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
130
128
|
altBoundary?: boolean | undefined;
|
|
131
|
-
padding?: import("@floating-ui/
|
|
132
|
-
|
|
129
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
130
|
+
crossAxis?: boolean | undefined;
|
|
131
|
+
mainAxis?: boolean | undefined;
|
|
132
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
133
133
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
134
134
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
135
135
|
flipAlignment?: boolean | undefined;
|
|
136
136
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
137
137
|
} | import("@floating-ui/dom").Derivable<{
|
|
138
|
-
mainAxis?: boolean | undefined;
|
|
139
|
-
crossAxis?: boolean | undefined;
|
|
140
138
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
141
139
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
142
140
|
altBoundary?: boolean | undefined;
|
|
143
|
-
padding?: import("@floating-ui/
|
|
144
|
-
|
|
141
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
142
|
+
crossAxis?: boolean | undefined;
|
|
143
|
+
mainAxis?: boolean | undefined;
|
|
144
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
145
145
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
146
146
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
147
147
|
flipAlignment?: boolean | undefined;
|
|
@@ -154,16 +154,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
154
154
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
155
155
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
156
156
|
altBoundary?: boolean | undefined;
|
|
157
|
-
padding?: import("@floating-ui/
|
|
157
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
158
158
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
159
159
|
apply?: ((args: {
|
|
160
160
|
x: number;
|
|
161
161
|
y: number;
|
|
162
|
-
initialPlacement: import("@floating-ui/
|
|
163
|
-
placement: import("@floating-ui/
|
|
164
|
-
strategy: import("@floating-ui/
|
|
162
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
163
|
+
placement: import("@floating-ui/utils").Placement;
|
|
164
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
165
165
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
166
|
-
rects: import("@floating-ui/
|
|
166
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
167
167
|
platform: import("@floating-ui/core").Platform;
|
|
168
168
|
elements: import("@floating-ui/dom").Elements;
|
|
169
169
|
} & {
|
|
@@ -174,16 +174,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
174
174
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
175
175
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
176
176
|
altBoundary?: boolean | undefined;
|
|
177
|
-
padding?: import("@floating-ui/
|
|
177
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
178
178
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
179
179
|
apply?: ((args: {
|
|
180
180
|
x: number;
|
|
181
181
|
y: number;
|
|
182
|
-
initialPlacement: import("@floating-ui/
|
|
183
|
-
placement: import("@floating-ui/
|
|
184
|
-
strategy: import("@floating-ui/
|
|
182
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
183
|
+
placement: import("@floating-ui/utils").Placement;
|
|
184
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
185
185
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
186
|
-
rects: import("@floating-ui/
|
|
186
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
187
187
|
platform: import("@floating-ui/core").Platform;
|
|
188
188
|
elements: import("@floating-ui/dom").Elements;
|
|
189
189
|
} & {
|
|
@@ -197,24 +197,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
197
197
|
};
|
|
198
198
|
autoPlacement: {
|
|
199
199
|
type: globalThis.PropType<boolean | {
|
|
200
|
-
crossAxis?: boolean | undefined;
|
|
201
200
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
202
201
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
203
202
|
altBoundary?: boolean | undefined;
|
|
204
|
-
padding?: import("@floating-ui/
|
|
205
|
-
|
|
203
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
204
|
+
crossAxis?: boolean | undefined;
|
|
205
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
206
206
|
autoAlignment?: boolean | undefined;
|
|
207
|
-
allowedPlacements?: import("@floating-ui/
|
|
207
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
208
208
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
209
209
|
} | import("@floating-ui/dom").Derivable<{
|
|
210
|
-
crossAxis?: boolean | undefined;
|
|
211
210
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
212
211
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
213
212
|
altBoundary?: boolean | undefined;
|
|
214
|
-
padding?: import("@floating-ui/
|
|
215
|
-
|
|
213
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
214
|
+
crossAxis?: boolean | undefined;
|
|
215
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
216
216
|
autoAlignment?: boolean | undefined;
|
|
217
|
-
allowedPlacements?: import("@floating-ui/
|
|
217
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
218
218
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
219
219
|
}> | undefined>;
|
|
220
220
|
default: boolean;
|
|
@@ -281,7 +281,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
281
281
|
required: boolean;
|
|
282
282
|
};
|
|
283
283
|
id: (StringConstructor | NumberConstructor)[];
|
|
284
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
284
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
285
|
+
[x: string]: (...args: any[]) => void;
|
|
286
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
285
287
|
transitionName: {
|
|
286
288
|
type: StringConstructor;
|
|
287
289
|
default: string;
|
|
@@ -377,24 +379,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
377
379
|
};
|
|
378
380
|
shift: {
|
|
379
381
|
type: globalThis.PropType<boolean | {
|
|
380
|
-
mainAxis?: boolean | undefined;
|
|
381
|
-
crossAxis?: boolean | undefined;
|
|
382
382
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
383
383
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
384
384
|
altBoundary?: boolean | undefined;
|
|
385
|
-
padding?: import("@floating-ui/
|
|
385
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
386
|
+
crossAxis?: boolean | undefined;
|
|
387
|
+
mainAxis?: boolean | undefined;
|
|
386
388
|
limiter?: {
|
|
387
389
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
388
390
|
options?: any;
|
|
389
391
|
} | undefined;
|
|
390
392
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
391
393
|
} | import("@floating-ui/dom").Derivable<{
|
|
392
|
-
mainAxis?: boolean | undefined;
|
|
393
|
-
crossAxis?: boolean | undefined;
|
|
394
394
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
395
395
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
396
396
|
altBoundary?: boolean | undefined;
|
|
397
|
-
padding?: import("@floating-ui/
|
|
397
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
398
|
+
crossAxis?: boolean | undefined;
|
|
399
|
+
mainAxis?: boolean | undefined;
|
|
398
400
|
limiter?: {
|
|
399
401
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
400
402
|
options?: any;
|
|
@@ -405,25 +407,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
405
407
|
};
|
|
406
408
|
flip: {
|
|
407
409
|
type: globalThis.PropType<boolean | {
|
|
408
|
-
mainAxis?: boolean | undefined;
|
|
409
|
-
crossAxis?: boolean | undefined;
|
|
410
410
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
411
411
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
412
412
|
altBoundary?: boolean | undefined;
|
|
413
|
-
padding?: import("@floating-ui/
|
|
414
|
-
|
|
413
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
414
|
+
crossAxis?: boolean | undefined;
|
|
415
|
+
mainAxis?: boolean | undefined;
|
|
416
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
415
417
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
416
418
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
417
419
|
flipAlignment?: boolean | undefined;
|
|
418
420
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
419
421
|
} | import("@floating-ui/dom").Derivable<{
|
|
420
|
-
mainAxis?: boolean | undefined;
|
|
421
|
-
crossAxis?: boolean | undefined;
|
|
422
422
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
423
423
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
424
424
|
altBoundary?: boolean | undefined;
|
|
425
|
-
padding?: import("@floating-ui/
|
|
426
|
-
|
|
425
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
426
|
+
crossAxis?: boolean | undefined;
|
|
427
|
+
mainAxis?: boolean | undefined;
|
|
428
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
427
429
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
428
430
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
429
431
|
flipAlignment?: boolean | undefined;
|
|
@@ -436,16 +438,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
436
438
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
437
439
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
438
440
|
altBoundary?: boolean | undefined;
|
|
439
|
-
padding?: import("@floating-ui/
|
|
441
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
440
442
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
441
443
|
apply?: ((args: {
|
|
442
444
|
x: number;
|
|
443
445
|
y: number;
|
|
444
|
-
initialPlacement: import("@floating-ui/
|
|
445
|
-
placement: import("@floating-ui/
|
|
446
|
-
strategy: import("@floating-ui/
|
|
446
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
447
|
+
placement: import("@floating-ui/utils").Placement;
|
|
448
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
447
449
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
448
|
-
rects: import("@floating-ui/
|
|
450
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
449
451
|
platform: import("@floating-ui/core").Platform;
|
|
450
452
|
elements: import("@floating-ui/dom").Elements;
|
|
451
453
|
} & {
|
|
@@ -456,16 +458,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
456
458
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
457
459
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
458
460
|
altBoundary?: boolean | undefined;
|
|
459
|
-
padding?: import("@floating-ui/
|
|
461
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
460
462
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
461
463
|
apply?: ((args: {
|
|
462
464
|
x: number;
|
|
463
465
|
y: number;
|
|
464
|
-
initialPlacement: import("@floating-ui/
|
|
465
|
-
placement: import("@floating-ui/
|
|
466
|
-
strategy: import("@floating-ui/
|
|
466
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
467
|
+
placement: import("@floating-ui/utils").Placement;
|
|
468
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
467
469
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
468
|
-
rects: import("@floating-ui/
|
|
470
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
469
471
|
platform: import("@floating-ui/core").Platform;
|
|
470
472
|
elements: import("@floating-ui/dom").Elements;
|
|
471
473
|
} & {
|
|
@@ -479,24 +481,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
479
481
|
};
|
|
480
482
|
autoPlacement: {
|
|
481
483
|
type: globalThis.PropType<boolean | {
|
|
482
|
-
crossAxis?: boolean | undefined;
|
|
483
484
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
484
485
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
485
486
|
altBoundary?: boolean | undefined;
|
|
486
|
-
padding?: import("@floating-ui/
|
|
487
|
-
|
|
487
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
488
|
+
crossAxis?: boolean | undefined;
|
|
489
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
488
490
|
autoAlignment?: boolean | undefined;
|
|
489
|
-
allowedPlacements?: import("@floating-ui/
|
|
491
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
490
492
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
491
493
|
} | import("@floating-ui/dom").Derivable<{
|
|
492
|
-
crossAxis?: boolean | undefined;
|
|
493
494
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
494
495
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
495
496
|
altBoundary?: boolean | undefined;
|
|
496
|
-
padding?: import("@floating-ui/
|
|
497
|
-
|
|
497
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
498
|
+
crossAxis?: boolean | undefined;
|
|
499
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
498
500
|
autoAlignment?: boolean | undefined;
|
|
499
|
-
allowedPlacements?: import("@floating-ui/
|
|
501
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
500
502
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
501
503
|
}> | undefined>;
|
|
502
504
|
default: boolean;
|
|
@@ -563,62 +565,63 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
563
565
|
required: boolean;
|
|
564
566
|
};
|
|
565
567
|
id: (StringConstructor | NumberConstructor)[];
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
}, {
|
|
568
|
+
}>>, {
|
|
569
|
+
readonly: boolean;
|
|
569
570
|
disabled: boolean;
|
|
571
|
+
valid: boolean;
|
|
572
|
+
invalid: boolean;
|
|
573
|
+
modelValue: string | number | boolean | unknown[] | Record<string, any>;
|
|
574
|
+
multiple: boolean;
|
|
575
|
+
unselectable: boolean;
|
|
570
576
|
floating: boolean;
|
|
571
577
|
options: (string | Option)[];
|
|
572
578
|
placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
573
579
|
strategy: "absolute" | "fixed";
|
|
574
|
-
modelValue: string | number | boolean | unknown[] | Record<string, any>;
|
|
575
580
|
shift: boolean | {
|
|
576
|
-
mainAxis?: boolean | undefined;
|
|
577
|
-
crossAxis?: boolean | undefined;
|
|
578
581
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
579
582
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
580
583
|
altBoundary?: boolean | undefined;
|
|
581
|
-
padding?: import("@floating-ui/
|
|
584
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
585
|
+
crossAxis?: boolean | undefined;
|
|
586
|
+
mainAxis?: boolean | undefined;
|
|
582
587
|
limiter?: {
|
|
583
588
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
584
589
|
options?: any;
|
|
585
590
|
} | undefined;
|
|
586
591
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
587
592
|
} | import("@floating-ui/dom").Derivable<{
|
|
588
|
-
mainAxis?: boolean | undefined;
|
|
589
|
-
crossAxis?: boolean | undefined;
|
|
590
593
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
591
594
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
592
595
|
altBoundary?: boolean | undefined;
|
|
593
|
-
padding?: import("@floating-ui/
|
|
596
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
597
|
+
crossAxis?: boolean | undefined;
|
|
598
|
+
mainAxis?: boolean | undefined;
|
|
594
599
|
limiter?: {
|
|
595
600
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
596
601
|
options?: any;
|
|
597
602
|
} | undefined;
|
|
598
603
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
599
604
|
}> | undefined;
|
|
600
|
-
tabindex: string | number;
|
|
601
|
-
unselectable: boolean;
|
|
602
605
|
flip: boolean | {
|
|
603
|
-
mainAxis?: boolean | undefined;
|
|
604
|
-
crossAxis?: boolean | undefined;
|
|
605
606
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
606
607
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
607
608
|
altBoundary?: boolean | undefined;
|
|
608
|
-
padding?: import("@floating-ui/
|
|
609
|
-
|
|
609
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
610
|
+
crossAxis?: boolean | undefined;
|
|
611
|
+
mainAxis?: boolean | undefined;
|
|
612
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
610
613
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
611
614
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
612
615
|
flipAlignment?: boolean | undefined;
|
|
613
616
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
614
617
|
} | import("@floating-ui/dom").Derivable<{
|
|
615
|
-
mainAxis?: boolean | undefined;
|
|
616
|
-
crossAxis?: boolean | undefined;
|
|
617
618
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
618
619
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
619
620
|
altBoundary?: boolean | undefined;
|
|
620
|
-
padding?: import("@floating-ui/
|
|
621
|
-
|
|
621
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
622
|
+
crossAxis?: boolean | undefined;
|
|
623
|
+
mainAxis?: boolean | undefined;
|
|
624
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
622
625
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
623
626
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
624
627
|
flipAlignment?: boolean | undefined;
|
|
@@ -628,25 +631,27 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
628
631
|
iconPosition: "before" | "after";
|
|
629
632
|
loading: boolean;
|
|
630
633
|
loadingLabel: string;
|
|
631
|
-
multiple: boolean;
|
|
632
|
-
readonly: boolean;
|
|
633
634
|
hintLabel: string;
|
|
634
|
-
|
|
635
|
-
|
|
635
|
+
tabindex: string | number;
|
|
636
|
+
labelKey: string | Function;
|
|
637
|
+
valueKey: string | Function;
|
|
638
|
+
disabledKey: string | Function;
|
|
639
|
+
transitionName: string;
|
|
640
|
+
offset: string | import("@floating-ui/core").OffsetOptions | undefined;
|
|
636
641
|
size: boolean | {
|
|
637
642
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
638
643
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
639
644
|
altBoundary?: boolean | undefined;
|
|
640
|
-
padding?: import("@floating-ui/
|
|
645
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
641
646
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
642
647
|
apply?: ((args: {
|
|
643
648
|
x: number;
|
|
644
649
|
y: number;
|
|
645
|
-
initialPlacement: import("@floating-ui/
|
|
646
|
-
placement: import("@floating-ui/
|
|
647
|
-
strategy: import("@floating-ui/
|
|
650
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
651
|
+
placement: import("@floating-ui/utils").Placement;
|
|
652
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
648
653
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
649
|
-
rects: import("@floating-ui/
|
|
654
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
650
655
|
platform: import("@floating-ui/core").Platform;
|
|
651
656
|
elements: import("@floating-ui/dom").Elements;
|
|
652
657
|
} & {
|
|
@@ -657,16 +662,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
657
662
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
658
663
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
659
664
|
altBoundary?: boolean | undefined;
|
|
660
|
-
padding?: import("@floating-ui/
|
|
665
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
661
666
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
662
667
|
apply?: ((args: {
|
|
663
668
|
x: number;
|
|
664
669
|
y: number;
|
|
665
|
-
initialPlacement: import("@floating-ui/
|
|
666
|
-
placement: import("@floating-ui/
|
|
667
|
-
strategy: import("@floating-ui/
|
|
670
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
671
|
+
placement: import("@floating-ui/utils").Placement;
|
|
672
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
668
673
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
669
|
-
rects: import("@floating-ui/
|
|
674
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
670
675
|
platform: import("@floating-ui/core").Platform;
|
|
671
676
|
elements: import("@floating-ui/dom").Elements;
|
|
672
677
|
} & {
|
|
@@ -674,30 +679,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
674
679
|
availableHeight: number;
|
|
675
680
|
}) => void | Promise<void>) | undefined;
|
|
676
681
|
}> | undefined;
|
|
677
|
-
labelKey: string | Function;
|
|
678
|
-
valueKey: string | Function;
|
|
679
|
-
disabledKey: string | Function;
|
|
680
|
-
transitionName: string;
|
|
681
|
-
offset: string | import("@floating-ui/core").OffsetOptions | undefined;
|
|
682
682
|
autoPlacement: boolean | {
|
|
683
|
-
crossAxis?: boolean | undefined;
|
|
684
683
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
685
684
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
686
685
|
altBoundary?: boolean | undefined;
|
|
687
|
-
padding?: import("@floating-ui/
|
|
688
|
-
|
|
686
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
687
|
+
crossAxis?: boolean | undefined;
|
|
688
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
689
689
|
autoAlignment?: boolean | undefined;
|
|
690
|
-
allowedPlacements?: import("@floating-ui/
|
|
690
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
691
691
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
692
692
|
} | import("@floating-ui/dom").Derivable<{
|
|
693
|
-
crossAxis?: boolean | undefined;
|
|
694
693
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
695
694
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
696
695
|
altBoundary?: boolean | undefined;
|
|
697
|
-
padding?: import("@floating-ui/
|
|
698
|
-
|
|
696
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
697
|
+
crossAxis?: boolean | undefined;
|
|
698
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
699
699
|
autoAlignment?: boolean | undefined;
|
|
700
|
-
allowedPlacements?: import("@floating-ui/
|
|
700
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
701
701
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
702
702
|
}> | undefined;
|
|
703
703
|
arrow: boolean;
|
|
@@ -169,24 +169,24 @@ export declare const VvComboboxProps: {
|
|
|
169
169
|
};
|
|
170
170
|
shift: {
|
|
171
171
|
type: PropType<boolean | {
|
|
172
|
-
mainAxis?: boolean | undefined;
|
|
173
|
-
crossAxis?: boolean | undefined;
|
|
174
172
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
175
173
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
176
174
|
altBoundary?: boolean | undefined;
|
|
177
|
-
padding?: import("@floating-ui/
|
|
175
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
176
|
+
crossAxis?: boolean | undefined;
|
|
177
|
+
mainAxis?: boolean | undefined;
|
|
178
178
|
limiter?: {
|
|
179
179
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
180
180
|
options?: any;
|
|
181
181
|
} | undefined;
|
|
182
182
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
183
183
|
} | import("@floating-ui/dom").Derivable<{
|
|
184
|
-
mainAxis?: boolean | undefined;
|
|
185
|
-
crossAxis?: boolean | undefined;
|
|
186
184
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
187
185
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
188
186
|
altBoundary?: boolean | undefined;
|
|
189
|
-
padding?: import("@floating-ui/
|
|
187
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
188
|
+
crossAxis?: boolean | undefined;
|
|
189
|
+
mainAxis?: boolean | undefined;
|
|
190
190
|
limiter?: {
|
|
191
191
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
192
192
|
options?: any;
|
|
@@ -197,25 +197,25 @@ export declare const VvComboboxProps: {
|
|
|
197
197
|
};
|
|
198
198
|
flip: {
|
|
199
199
|
type: PropType<boolean | {
|
|
200
|
-
mainAxis?: boolean | undefined;
|
|
201
|
-
crossAxis?: boolean | undefined;
|
|
202
200
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
203
201
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
204
202
|
altBoundary?: boolean | undefined;
|
|
205
|
-
padding?: import("@floating-ui/
|
|
206
|
-
|
|
203
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
204
|
+
crossAxis?: boolean | undefined;
|
|
205
|
+
mainAxis?: boolean | undefined;
|
|
206
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
207
207
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
208
208
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
209
209
|
flipAlignment?: boolean | undefined;
|
|
210
210
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
211
211
|
} | import("@floating-ui/dom").Derivable<{
|
|
212
|
-
mainAxis?: boolean | undefined;
|
|
213
|
-
crossAxis?: boolean | undefined;
|
|
214
212
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
215
213
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
216
214
|
altBoundary?: boolean | undefined;
|
|
217
|
-
padding?: import("@floating-ui/
|
|
218
|
-
|
|
215
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
216
|
+
crossAxis?: boolean | undefined;
|
|
217
|
+
mainAxis?: boolean | undefined;
|
|
218
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
219
219
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
220
220
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
221
221
|
flipAlignment?: boolean | undefined;
|
|
@@ -228,16 +228,16 @@ export declare const VvComboboxProps: {
|
|
|
228
228
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
229
229
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
230
230
|
altBoundary?: boolean | undefined;
|
|
231
|
-
padding?: import("@floating-ui/
|
|
231
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
232
232
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
233
233
|
apply?: ((args: {
|
|
234
234
|
x: number;
|
|
235
235
|
y: number;
|
|
236
|
-
initialPlacement: import("@floating-ui/
|
|
237
|
-
placement: import("@floating-ui/
|
|
238
|
-
strategy: import("@floating-ui/
|
|
236
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
237
|
+
placement: import("@floating-ui/utils").Placement;
|
|
238
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
239
239
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
240
|
-
rects: import("@floating-ui/
|
|
240
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
241
241
|
platform: import("@floating-ui/core").Platform;
|
|
242
242
|
elements: import("@floating-ui/dom").Elements;
|
|
243
243
|
} & {
|
|
@@ -248,16 +248,16 @@ export declare const VvComboboxProps: {
|
|
|
248
248
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
249
249
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
250
250
|
altBoundary?: boolean | undefined;
|
|
251
|
-
padding?: import("@floating-ui/
|
|
251
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
252
252
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
253
253
|
apply?: ((args: {
|
|
254
254
|
x: number;
|
|
255
255
|
y: number;
|
|
256
|
-
initialPlacement: import("@floating-ui/
|
|
257
|
-
placement: import("@floating-ui/
|
|
258
|
-
strategy: import("@floating-ui/
|
|
256
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
257
|
+
placement: import("@floating-ui/utils").Placement;
|
|
258
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
259
259
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
260
|
-
rects: import("@floating-ui/
|
|
260
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
261
261
|
platform: import("@floating-ui/core").Platform;
|
|
262
262
|
elements: import("@floating-ui/dom").Elements;
|
|
263
263
|
} & {
|
|
@@ -271,24 +271,24 @@ export declare const VvComboboxProps: {
|
|
|
271
271
|
};
|
|
272
272
|
autoPlacement: {
|
|
273
273
|
type: PropType<boolean | {
|
|
274
|
-
crossAxis?: boolean | undefined;
|
|
275
274
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
276
275
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
277
276
|
altBoundary?: boolean | undefined;
|
|
278
|
-
padding?: import("@floating-ui/
|
|
279
|
-
|
|
277
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
278
|
+
crossAxis?: boolean | undefined;
|
|
279
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
280
280
|
autoAlignment?: boolean | undefined;
|
|
281
|
-
allowedPlacements?: import("@floating-ui/
|
|
281
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
282
282
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
283
283
|
} | import("@floating-ui/dom").Derivable<{
|
|
284
|
-
crossAxis?: boolean | undefined;
|
|
285
284
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
286
285
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
287
286
|
altBoundary?: boolean | undefined;
|
|
288
|
-
padding?: import("@floating-ui/
|
|
289
|
-
|
|
287
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
288
|
+
crossAxis?: boolean | undefined;
|
|
289
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
290
290
|
autoAlignment?: boolean | undefined;
|
|
291
|
-
allowedPlacements?: import("@floating-ui/
|
|
291
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
292
292
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
293
293
|
}> | undefined>;
|
|
294
294
|
default: boolean;
|