@volverjs/ui-vue 0.0.10-beta.1 → 0.0.10-beta.3
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 +13 -5
- package/dist/components/VvAccordion/VvAccordion.es.js +7 -0
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/index.d.ts +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +7 -0
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +1 -1
- package/dist/components/VvAction/VvAction.es.js +9 -1
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +3 -0
- package/dist/components/VvAction/index.d.ts +1 -0
- package/dist/components/VvAlert/VvAlert.es.js +7 -0
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +7 -0
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.es.js +7 -0
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +7 -0
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +7 -0
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +7 -0
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvButton/VvButton.es.js +9 -1
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +6 -3
- package/dist/components/VvButton/index.d.ts +1 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +7 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +2 -2
- package/dist/components/VvCard/VvCard.es.js +7 -0
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +7 -0
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +3 -3
- package/dist/components/VvCheckbox/index.d.ts +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +7 -0
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +3 -3
- package/dist/components/VvCombobox/VvCombobox.es.js +16 -2
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +103 -103
- package/dist/components/VvCombobox/index.d.ts +35 -33
- package/dist/components/VvDialog/VvDialog.es.js +7 -0
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +7 -0
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +187 -187
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +3 -0
- package/dist/components/VvDropdown/index.d.ts +32 -32
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +9 -1
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +7 -0
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +7 -0
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvInputText/VvInputClearAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +7 -0
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +4 -4
- package/dist/components/VvNav/VvNav.es.js +69 -56
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +12 -8
- 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 +392 -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 +7 -0
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +7 -0
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +3 -3
- package/dist/components/VvRadio/index.d.ts +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +7 -0
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +3 -3
- package/dist/components/VvSelect/VvSelect.es.js +7 -0
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +7 -7
- package/dist/components/VvTab/VvTab.es.js +127 -87
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +19 -6
- package/dist/components/VvTab/index.d.ts +9 -3
- package/dist/components/VvTextarea/VvTextarea.es.js +7 -0
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +3 -3
- package/dist/components/VvTooltip/VvTooltip.es.js +7 -0
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/index.es.js +246 -200
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/group/useInjectedGroupState.d.ts +1 -1
- package/dist/directives/index.es.js +7 -0
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +7 -0
- 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/props/index.d.ts +51 -34
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +5 -5
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +31 -31
- package/dist/stories/Tab/Tab.settings.d.ts +3 -23
- package/dist/types/alert.d.ts +13 -0
- package/dist/types/floating-ui.d.ts +6 -0
- package/dist/types/generic.d.ts +5 -0
- package/dist/types/group.d.ts +37 -0
- package/dist/types/nav.d.ts +17 -0
- package/package.json +45 -36
- 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/VvAction/VvAction.vue +1 -0
- package/src/components/VvCombobox/VvCombobox.vue +11 -4
- package/src/components/VvNav/VvNav.vue +29 -51
- 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 +60 -36
- package/src/components/VvTab/index.ts +10 -4
- package/src/props/index.ts +19 -3
- package/src/stories/Button/ButtonModifiers.stories.ts +4 -14
- 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 +8 -8
- package/src/stories/Tab/Tab.stories.ts +2 -2
- package/src/stories/Tab/Tab.test.ts +6 -14
- package/src/types/nav.ts +19 -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/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/{generic.d.ts → generic.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;
|
|
@@ -377,24 +377,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
377
377
|
};
|
|
378
378
|
shift: {
|
|
379
379
|
type: globalThis.PropType<boolean | {
|
|
380
|
-
mainAxis?: boolean | undefined;
|
|
381
|
-
crossAxis?: boolean | undefined;
|
|
382
380
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
383
381
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
384
382
|
altBoundary?: boolean | undefined;
|
|
385
|
-
padding?: import("@floating-ui/
|
|
383
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
384
|
+
crossAxis?: boolean | undefined;
|
|
385
|
+
mainAxis?: boolean | undefined;
|
|
386
386
|
limiter?: {
|
|
387
387
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
388
388
|
options?: any;
|
|
389
389
|
} | undefined;
|
|
390
390
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
391
391
|
} | import("@floating-ui/dom").Derivable<{
|
|
392
|
-
mainAxis?: boolean | undefined;
|
|
393
|
-
crossAxis?: boolean | undefined;
|
|
394
392
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
395
393
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
396
394
|
altBoundary?: boolean | undefined;
|
|
397
|
-
padding?: import("@floating-ui/
|
|
395
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
396
|
+
crossAxis?: boolean | undefined;
|
|
397
|
+
mainAxis?: boolean | undefined;
|
|
398
398
|
limiter?: {
|
|
399
399
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
400
400
|
options?: any;
|
|
@@ -405,25 +405,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
405
405
|
};
|
|
406
406
|
flip: {
|
|
407
407
|
type: globalThis.PropType<boolean | {
|
|
408
|
-
mainAxis?: boolean | undefined;
|
|
409
|
-
crossAxis?: boolean | undefined;
|
|
410
408
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
411
409
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
412
410
|
altBoundary?: boolean | undefined;
|
|
413
|
-
padding?: import("@floating-ui/
|
|
414
|
-
|
|
411
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
412
|
+
crossAxis?: boolean | undefined;
|
|
413
|
+
mainAxis?: boolean | undefined;
|
|
414
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
415
415
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
416
416
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
417
417
|
flipAlignment?: boolean | undefined;
|
|
418
418
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
419
419
|
} | import("@floating-ui/dom").Derivable<{
|
|
420
|
-
mainAxis?: boolean | undefined;
|
|
421
|
-
crossAxis?: boolean | undefined;
|
|
422
420
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
423
421
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
424
422
|
altBoundary?: boolean | undefined;
|
|
425
|
-
padding?: import("@floating-ui/
|
|
426
|
-
|
|
423
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
424
|
+
crossAxis?: boolean | undefined;
|
|
425
|
+
mainAxis?: boolean | undefined;
|
|
426
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
427
427
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
428
428
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
429
429
|
flipAlignment?: boolean | undefined;
|
|
@@ -436,16 +436,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
436
436
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
437
437
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
438
438
|
altBoundary?: boolean | undefined;
|
|
439
|
-
padding?: import("@floating-ui/
|
|
439
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
440
440
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
441
441
|
apply?: ((args: {
|
|
442
442
|
x: number;
|
|
443
443
|
y: number;
|
|
444
|
-
initialPlacement: import("@floating-ui/
|
|
445
|
-
placement: import("@floating-ui/
|
|
446
|
-
strategy: import("@floating-ui/
|
|
444
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
445
|
+
placement: import("@floating-ui/utils").Placement;
|
|
446
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
447
447
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
448
|
-
rects: import("@floating-ui/
|
|
448
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
449
449
|
platform: import("@floating-ui/core").Platform;
|
|
450
450
|
elements: import("@floating-ui/dom").Elements;
|
|
451
451
|
} & {
|
|
@@ -456,16 +456,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
456
456
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
457
457
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
458
458
|
altBoundary?: boolean | undefined;
|
|
459
|
-
padding?: import("@floating-ui/
|
|
459
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
460
460
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
461
461
|
apply?: ((args: {
|
|
462
462
|
x: number;
|
|
463
463
|
y: number;
|
|
464
|
-
initialPlacement: import("@floating-ui/
|
|
465
|
-
placement: import("@floating-ui/
|
|
466
|
-
strategy: import("@floating-ui/
|
|
464
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
465
|
+
placement: import("@floating-ui/utils").Placement;
|
|
466
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
467
467
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
468
|
-
rects: import("@floating-ui/
|
|
468
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
469
469
|
platform: import("@floating-ui/core").Platform;
|
|
470
470
|
elements: import("@floating-ui/dom").Elements;
|
|
471
471
|
} & {
|
|
@@ -479,24 +479,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
479
479
|
};
|
|
480
480
|
autoPlacement: {
|
|
481
481
|
type: globalThis.PropType<boolean | {
|
|
482
|
-
crossAxis?: boolean | undefined;
|
|
483
482
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
484
483
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
485
484
|
altBoundary?: boolean | undefined;
|
|
486
|
-
padding?: import("@floating-ui/
|
|
487
|
-
|
|
485
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
486
|
+
crossAxis?: boolean | undefined;
|
|
487
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
488
488
|
autoAlignment?: boolean | undefined;
|
|
489
|
-
allowedPlacements?: import("@floating-ui/
|
|
489
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
490
490
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
491
491
|
} | import("@floating-ui/dom").Derivable<{
|
|
492
|
-
crossAxis?: boolean | undefined;
|
|
493
492
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
494
493
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
495
494
|
altBoundary?: boolean | undefined;
|
|
496
|
-
padding?: import("@floating-ui/
|
|
497
|
-
|
|
495
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
496
|
+
crossAxis?: boolean | undefined;
|
|
497
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
498
498
|
autoAlignment?: boolean | undefined;
|
|
499
|
-
allowedPlacements?: import("@floating-ui/
|
|
499
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
500
500
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
501
501
|
}> | undefined>;
|
|
502
502
|
default: boolean;
|
|
@@ -566,31 +566,36 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
566
566
|
}>> & {
|
|
567
567
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
568
568
|
}, {
|
|
569
|
+
readonly: boolean;
|
|
569
570
|
disabled: boolean;
|
|
570
|
-
|
|
571
|
+
valid: boolean;
|
|
572
|
+
invalid: boolean;
|
|
573
|
+
modelValue: string | number | boolean | unknown[] | Record<string, any>;
|
|
574
|
+
multiple: boolean;
|
|
575
|
+
unselectable: boolean;
|
|
571
576
|
options: (string | Option)[];
|
|
577
|
+
floating: boolean;
|
|
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;
|
|
@@ -598,27 +603,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
598
603
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
599
604
|
}> | undefined;
|
|
600
605
|
tabindex: string | number;
|
|
601
|
-
unselectable: boolean;
|
|
602
606
|
flip: boolean | {
|
|
603
|
-
mainAxis?: boolean | undefined;
|
|
604
|
-
crossAxis?: boolean | undefined;
|
|
605
607
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
606
608
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
607
609
|
altBoundary?: boolean | undefined;
|
|
608
|
-
padding?: import("@floating-ui/
|
|
609
|
-
|
|
610
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
611
|
+
crossAxis?: boolean | undefined;
|
|
612
|
+
mainAxis?: boolean | undefined;
|
|
613
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
610
614
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
611
615
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
612
616
|
flipAlignment?: boolean | undefined;
|
|
613
617
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
614
618
|
} | import("@floating-ui/dom").Derivable<{
|
|
615
|
-
mainAxis?: boolean | undefined;
|
|
616
|
-
crossAxis?: boolean | undefined;
|
|
617
619
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
618
620
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
619
621
|
altBoundary?: boolean | undefined;
|
|
620
|
-
padding?: import("@floating-ui/
|
|
621
|
-
|
|
622
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
623
|
+
crossAxis?: boolean | undefined;
|
|
624
|
+
mainAxis?: boolean | undefined;
|
|
625
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
622
626
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
623
627
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
624
628
|
flipAlignment?: boolean | undefined;
|
|
@@ -628,25 +632,21 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
628
632
|
iconPosition: "before" | "after";
|
|
629
633
|
loading: boolean;
|
|
630
634
|
loadingLabel: string;
|
|
631
|
-
multiple: boolean;
|
|
632
|
-
readonly: boolean;
|
|
633
635
|
hintLabel: string;
|
|
634
|
-
invalid: boolean;
|
|
635
|
-
valid: boolean;
|
|
636
636
|
size: boolean | {
|
|
637
637
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
638
638
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
639
639
|
altBoundary?: boolean | undefined;
|
|
640
|
-
padding?: import("@floating-ui/
|
|
640
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
641
641
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
642
642
|
apply?: ((args: {
|
|
643
643
|
x: number;
|
|
644
644
|
y: number;
|
|
645
|
-
initialPlacement: import("@floating-ui/
|
|
646
|
-
placement: import("@floating-ui/
|
|
647
|
-
strategy: import("@floating-ui/
|
|
645
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
646
|
+
placement: import("@floating-ui/utils").Placement;
|
|
647
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
648
648
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
649
|
-
rects: import("@floating-ui/
|
|
649
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
650
650
|
platform: import("@floating-ui/core").Platform;
|
|
651
651
|
elements: import("@floating-ui/dom").Elements;
|
|
652
652
|
} & {
|
|
@@ -657,16 +657,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
657
657
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
658
658
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
659
659
|
altBoundary?: boolean | undefined;
|
|
660
|
-
padding?: import("@floating-ui/
|
|
660
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
661
661
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
662
662
|
apply?: ((args: {
|
|
663
663
|
x: number;
|
|
664
664
|
y: number;
|
|
665
|
-
initialPlacement: import("@floating-ui/
|
|
666
|
-
placement: import("@floating-ui/
|
|
667
|
-
strategy: import("@floating-ui/
|
|
665
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
666
|
+
placement: import("@floating-ui/utils").Placement;
|
|
667
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
668
668
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
669
|
-
rects: import("@floating-ui/
|
|
669
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
670
670
|
platform: import("@floating-ui/core").Platform;
|
|
671
671
|
elements: import("@floating-ui/dom").Elements;
|
|
672
672
|
} & {
|
|
@@ -680,24 +680,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
680
680
|
transitionName: string;
|
|
681
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;
|
|
@@ -323,7 +323,9 @@ export declare const VvComboboxProps: {
|
|
|
323
323
|
default: string;
|
|
324
324
|
};
|
|
325
325
|
valueKey: {
|
|
326
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
326
|
+
type: (StringConstructor | FunctionConstructor)[]; /**
|
|
327
|
+
* Show native select
|
|
328
|
+
*/
|
|
327
329
|
default: string;
|
|
328
330
|
};
|
|
329
331
|
disabledKey: {
|
|
@@ -298,6 +298,12 @@ const ActiveProps = {
|
|
|
298
298
|
*/
|
|
299
299
|
active: Boolean
|
|
300
300
|
};
|
|
301
|
+
const CurrentProps = {
|
|
302
|
+
/**
|
|
303
|
+
* Whether the item is current
|
|
304
|
+
*/
|
|
305
|
+
current: Boolean
|
|
306
|
+
};
|
|
301
307
|
const PressedProps = {
|
|
302
308
|
/**
|
|
303
309
|
* Whether the item is pressed
|
|
@@ -429,6 +435,7 @@ const IdProps = {
|
|
|
429
435
|
...LabelProps,
|
|
430
436
|
...PressedProps,
|
|
431
437
|
...ActiveProps,
|
|
438
|
+
...CurrentProps,
|
|
432
439
|
...LinkProps,
|
|
433
440
|
/**
|
|
434
441
|
* Button type
|