@volverjs/ui-vue 0.0.10-beta.1 → 0.0.10-beta.2
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/index.d.ts +1 -1
- package/dist/components/VvCheckbox/index.d.ts +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +66 -66
- package/dist/components/VvCombobox/index.d.ts +22 -22
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +156 -156
- package/dist/components/VvDropdown/index.d.ts +22 -22
- package/dist/components/VvRadio/index.d.ts +1 -1
- package/dist/composables/group/useInjectedGroupState.d.ts +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +22 -22
- package/package.json +7 -6
- 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/stories/Button/ButtonModifiers.stories.ts +4 -14
|
@@ -36,27 +36,27 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
36
36
|
type: globalThis.PropType<boolean | {
|
|
37
37
|
mainAxis?: boolean | undefined;
|
|
38
38
|
crossAxis?: boolean | undefined;
|
|
39
|
-
rootBoundary?: import("@floating-ui/
|
|
40
|
-
elementContext?: import("@floating-ui/
|
|
39
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
40
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
41
41
|
altBoundary?: boolean | undefined;
|
|
42
|
-
padding?: import("@floating-ui/
|
|
42
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
43
43
|
limiter?: {
|
|
44
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
44
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
45
45
|
options?: any;
|
|
46
46
|
} | undefined;
|
|
47
|
-
boundary?: import("@floating-ui/
|
|
47
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
48
48
|
} | import("@floating-ui/dom").Derivable<{
|
|
49
49
|
mainAxis?: boolean | undefined;
|
|
50
50
|
crossAxis?: boolean | undefined;
|
|
51
|
-
rootBoundary?: import("@floating-ui/
|
|
52
|
-
elementContext?: import("@floating-ui/
|
|
51
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
52
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
53
53
|
altBoundary?: boolean | undefined;
|
|
54
|
-
padding?: import("@floating-ui/
|
|
54
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
55
55
|
limiter?: {
|
|
56
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
56
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
57
57
|
options?: any;
|
|
58
58
|
} | undefined;
|
|
59
|
-
boundary?: import("@floating-ui/
|
|
59
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
60
60
|
}> | undefined>;
|
|
61
61
|
default: boolean;
|
|
62
62
|
};
|
|
@@ -64,67 +64,67 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
64
64
|
type: globalThis.PropType<boolean | {
|
|
65
65
|
mainAxis?: boolean | undefined;
|
|
66
66
|
crossAxis?: boolean | undefined;
|
|
67
|
-
rootBoundary?: import("@floating-ui/
|
|
68
|
-
elementContext?: import("@floating-ui/
|
|
67
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
68
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
69
69
|
altBoundary?: boolean | undefined;
|
|
70
|
-
padding?: import("@floating-ui/
|
|
71
|
-
fallbackPlacements?: import("@floating-ui/
|
|
70
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
71
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
72
72
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
73
73
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
74
74
|
flipAlignment?: boolean | undefined;
|
|
75
|
-
boundary?: import("@floating-ui/
|
|
75
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
76
76
|
} | import("@floating-ui/dom").Derivable<{
|
|
77
77
|
mainAxis?: boolean | undefined;
|
|
78
78
|
crossAxis?: boolean | undefined;
|
|
79
|
-
rootBoundary?: import("@floating-ui/
|
|
80
|
-
elementContext?: import("@floating-ui/
|
|
79
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
80
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
81
81
|
altBoundary?: boolean | undefined;
|
|
82
|
-
padding?: import("@floating-ui/
|
|
83
|
-
fallbackPlacements?: import("@floating-ui/
|
|
82
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
83
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
84
84
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
85
85
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
86
86
|
flipAlignment?: boolean | undefined;
|
|
87
|
-
boundary?: import("@floating-ui/
|
|
87
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
88
88
|
}> | undefined>;
|
|
89
89
|
default: boolean;
|
|
90
90
|
};
|
|
91
91
|
size: {
|
|
92
92
|
type: globalThis.PropType<boolean | {
|
|
93
|
-
rootBoundary?: import("@floating-ui/
|
|
94
|
-
elementContext?: import("@floating-ui/
|
|
93
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
94
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
95
95
|
altBoundary?: boolean | undefined;
|
|
96
|
-
padding?: import("@floating-ui/
|
|
97
|
-
boundary?: import("@floating-ui/
|
|
96
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
97
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
98
98
|
apply?: ((args: {
|
|
99
99
|
x: number;
|
|
100
100
|
y: number;
|
|
101
|
-
initialPlacement: import("@floating-ui/
|
|
102
|
-
placement: import("@floating-ui/
|
|
103
|
-
strategy: import("@floating-ui/
|
|
104
|
-
middlewareData: import("@floating-ui/
|
|
105
|
-
rects: import("@floating-ui/
|
|
101
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
102
|
+
placement: import("@floating-ui/utils").Placement;
|
|
103
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
104
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
105
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
106
106
|
platform: import("@floating-ui/core").Platform;
|
|
107
|
-
elements: import("@floating-ui/
|
|
107
|
+
elements: import("@floating-ui/dom").Elements;
|
|
108
108
|
} & {
|
|
109
109
|
availableWidth: number;
|
|
110
110
|
availableHeight: number;
|
|
111
111
|
}) => void | Promise<void>) | undefined;
|
|
112
112
|
} | import("@floating-ui/dom").Derivable<{
|
|
113
|
-
rootBoundary?: import("@floating-ui/
|
|
114
|
-
elementContext?: import("@floating-ui/
|
|
113
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
114
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
115
115
|
altBoundary?: boolean | undefined;
|
|
116
|
-
padding?: import("@floating-ui/
|
|
117
|
-
boundary?: import("@floating-ui/
|
|
116
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
117
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
118
118
|
apply?: ((args: {
|
|
119
119
|
x: number;
|
|
120
120
|
y: number;
|
|
121
|
-
initialPlacement: import("@floating-ui/
|
|
122
|
-
placement: import("@floating-ui/
|
|
123
|
-
strategy: import("@floating-ui/
|
|
124
|
-
middlewareData: import("@floating-ui/
|
|
125
|
-
rects: import("@floating-ui/
|
|
121
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
122
|
+
placement: import("@floating-ui/utils").Placement;
|
|
123
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
124
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
125
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
126
126
|
platform: import("@floating-ui/core").Platform;
|
|
127
|
-
elements: import("@floating-ui/
|
|
127
|
+
elements: import("@floating-ui/dom").Elements;
|
|
128
128
|
} & {
|
|
129
129
|
availableWidth: number;
|
|
130
130
|
availableHeight: number;
|
|
@@ -137,24 +137,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
137
137
|
autoPlacement: {
|
|
138
138
|
type: globalThis.PropType<boolean | {
|
|
139
139
|
crossAxis?: boolean | undefined;
|
|
140
|
-
rootBoundary?: import("@floating-ui/
|
|
141
|
-
elementContext?: import("@floating-ui/
|
|
140
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
141
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
142
142
|
altBoundary?: boolean | undefined;
|
|
143
|
-
padding?: import("@floating-ui/
|
|
144
|
-
alignment?: import("@floating-ui/
|
|
143
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
144
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
145
145
|
autoAlignment?: boolean | undefined;
|
|
146
|
-
allowedPlacements?: import("@floating-ui/
|
|
147
|
-
boundary?: import("@floating-ui/
|
|
146
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
147
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
148
148
|
} | import("@floating-ui/dom").Derivable<{
|
|
149
149
|
crossAxis?: boolean | undefined;
|
|
150
|
-
rootBoundary?: import("@floating-ui/
|
|
151
|
-
elementContext?: import("@floating-ui/
|
|
150
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
151
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
152
152
|
altBoundary?: boolean | undefined;
|
|
153
|
-
padding?: import("@floating-ui/
|
|
154
|
-
alignment?: import("@floating-ui/
|
|
153
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
154
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
155
155
|
autoAlignment?: boolean | undefined;
|
|
156
|
-
allowedPlacements?: import("@floating-ui/
|
|
157
|
-
boundary?: import("@floating-ui/
|
|
156
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
157
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
158
158
|
}> | undefined>;
|
|
159
159
|
default: boolean;
|
|
160
160
|
};
|
|
@@ -216,27 +216,27 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
216
216
|
type: globalThis.PropType<boolean | {
|
|
217
217
|
mainAxis?: boolean | undefined;
|
|
218
218
|
crossAxis?: boolean | undefined;
|
|
219
|
-
rootBoundary?: import("@floating-ui/
|
|
220
|
-
elementContext?: import("@floating-ui/
|
|
219
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
220
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
221
221
|
altBoundary?: boolean | undefined;
|
|
222
|
-
padding?: import("@floating-ui/
|
|
222
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
223
223
|
limiter?: {
|
|
224
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
224
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
225
225
|
options?: any;
|
|
226
226
|
} | undefined;
|
|
227
|
-
boundary?: import("@floating-ui/
|
|
227
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
228
228
|
} | import("@floating-ui/dom").Derivable<{
|
|
229
229
|
mainAxis?: boolean | undefined;
|
|
230
230
|
crossAxis?: boolean | undefined;
|
|
231
|
-
rootBoundary?: import("@floating-ui/
|
|
232
|
-
elementContext?: import("@floating-ui/
|
|
231
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
232
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
233
233
|
altBoundary?: boolean | undefined;
|
|
234
|
-
padding?: import("@floating-ui/
|
|
234
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
235
235
|
limiter?: {
|
|
236
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
236
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
237
237
|
options?: any;
|
|
238
238
|
} | undefined;
|
|
239
|
-
boundary?: import("@floating-ui/
|
|
239
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
240
240
|
}> | undefined>;
|
|
241
241
|
default: boolean;
|
|
242
242
|
};
|
|
@@ -244,67 +244,67 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
244
244
|
type: globalThis.PropType<boolean | {
|
|
245
245
|
mainAxis?: boolean | undefined;
|
|
246
246
|
crossAxis?: boolean | undefined;
|
|
247
|
-
rootBoundary?: import("@floating-ui/
|
|
248
|
-
elementContext?: import("@floating-ui/
|
|
247
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
248
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
249
249
|
altBoundary?: boolean | undefined;
|
|
250
|
-
padding?: import("@floating-ui/
|
|
251
|
-
fallbackPlacements?: import("@floating-ui/
|
|
250
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
251
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
252
252
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
253
253
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
254
254
|
flipAlignment?: boolean | undefined;
|
|
255
|
-
boundary?: import("@floating-ui/
|
|
255
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
256
256
|
} | import("@floating-ui/dom").Derivable<{
|
|
257
257
|
mainAxis?: boolean | undefined;
|
|
258
258
|
crossAxis?: boolean | undefined;
|
|
259
|
-
rootBoundary?: import("@floating-ui/
|
|
260
|
-
elementContext?: import("@floating-ui/
|
|
259
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
260
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
261
261
|
altBoundary?: boolean | undefined;
|
|
262
|
-
padding?: import("@floating-ui/
|
|
263
|
-
fallbackPlacements?: import("@floating-ui/
|
|
262
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
263
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
264
264
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
265
265
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
266
266
|
flipAlignment?: boolean | undefined;
|
|
267
|
-
boundary?: import("@floating-ui/
|
|
267
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
268
268
|
}> | undefined>;
|
|
269
269
|
default: boolean;
|
|
270
270
|
};
|
|
271
271
|
size: {
|
|
272
272
|
type: globalThis.PropType<boolean | {
|
|
273
|
-
rootBoundary?: import("@floating-ui/
|
|
274
|
-
elementContext?: import("@floating-ui/
|
|
273
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
274
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
275
275
|
altBoundary?: boolean | undefined;
|
|
276
|
-
padding?: import("@floating-ui/
|
|
277
|
-
boundary?: import("@floating-ui/
|
|
276
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
277
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
278
278
|
apply?: ((args: {
|
|
279
279
|
x: number;
|
|
280
280
|
y: number;
|
|
281
|
-
initialPlacement: import("@floating-ui/
|
|
282
|
-
placement: import("@floating-ui/
|
|
283
|
-
strategy: import("@floating-ui/
|
|
284
|
-
middlewareData: import("@floating-ui/
|
|
285
|
-
rects: import("@floating-ui/
|
|
281
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
282
|
+
placement: import("@floating-ui/utils").Placement;
|
|
283
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
284
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
285
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
286
286
|
platform: import("@floating-ui/core").Platform;
|
|
287
|
-
elements: import("@floating-ui/
|
|
287
|
+
elements: import("@floating-ui/dom").Elements;
|
|
288
288
|
} & {
|
|
289
289
|
availableWidth: number;
|
|
290
290
|
availableHeight: number;
|
|
291
291
|
}) => void | Promise<void>) | undefined;
|
|
292
292
|
} | import("@floating-ui/dom").Derivable<{
|
|
293
|
-
rootBoundary?: import("@floating-ui/
|
|
294
|
-
elementContext?: import("@floating-ui/
|
|
293
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
294
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
295
295
|
altBoundary?: boolean | undefined;
|
|
296
|
-
padding?: import("@floating-ui/
|
|
297
|
-
boundary?: import("@floating-ui/
|
|
296
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
297
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
298
298
|
apply?: ((args: {
|
|
299
299
|
x: number;
|
|
300
300
|
y: number;
|
|
301
|
-
initialPlacement: import("@floating-ui/
|
|
302
|
-
placement: import("@floating-ui/
|
|
303
|
-
strategy: import("@floating-ui/
|
|
304
|
-
middlewareData: import("@floating-ui/
|
|
305
|
-
rects: import("@floating-ui/
|
|
301
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
302
|
+
placement: import("@floating-ui/utils").Placement;
|
|
303
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
304
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
305
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
306
306
|
platform: import("@floating-ui/core").Platform;
|
|
307
|
-
elements: import("@floating-ui/
|
|
307
|
+
elements: import("@floating-ui/dom").Elements;
|
|
308
308
|
} & {
|
|
309
309
|
availableWidth: number;
|
|
310
310
|
availableHeight: number;
|
|
@@ -317,24 +317,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
317
317
|
autoPlacement: {
|
|
318
318
|
type: globalThis.PropType<boolean | {
|
|
319
319
|
crossAxis?: boolean | undefined;
|
|
320
|
-
rootBoundary?: import("@floating-ui/
|
|
321
|
-
elementContext?: import("@floating-ui/
|
|
320
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
321
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
322
322
|
altBoundary?: boolean | undefined;
|
|
323
|
-
padding?: import("@floating-ui/
|
|
324
|
-
alignment?: import("@floating-ui/
|
|
323
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
324
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
325
325
|
autoAlignment?: boolean | undefined;
|
|
326
|
-
allowedPlacements?: import("@floating-ui/
|
|
327
|
-
boundary?: import("@floating-ui/
|
|
326
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
327
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
328
328
|
} | import("@floating-ui/dom").Derivable<{
|
|
329
329
|
crossAxis?: boolean | undefined;
|
|
330
|
-
rootBoundary?: import("@floating-ui/
|
|
331
|
-
elementContext?: import("@floating-ui/
|
|
330
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
331
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
332
332
|
altBoundary?: boolean | undefined;
|
|
333
|
-
padding?: import("@floating-ui/
|
|
334
|
-
alignment?: import("@floating-ui/
|
|
333
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
334
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
335
335
|
autoAlignment?: boolean | undefined;
|
|
336
|
-
allowedPlacements?: import("@floating-ui/
|
|
337
|
-
boundary?: import("@floating-ui/
|
|
336
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
337
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
338
338
|
}> | undefined>;
|
|
339
339
|
default: boolean;
|
|
340
340
|
};
|
|
@@ -376,90 +376,90 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
376
376
|
shift: boolean | {
|
|
377
377
|
mainAxis?: boolean | undefined;
|
|
378
378
|
crossAxis?: boolean | undefined;
|
|
379
|
-
rootBoundary?: import("@floating-ui/
|
|
380
|
-
elementContext?: import("@floating-ui/
|
|
379
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
380
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
381
381
|
altBoundary?: boolean | undefined;
|
|
382
|
-
padding?: import("@floating-ui/
|
|
382
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
383
383
|
limiter?: {
|
|
384
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
384
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
385
385
|
options?: any;
|
|
386
386
|
} | undefined;
|
|
387
|
-
boundary?: import("@floating-ui/
|
|
387
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
388
388
|
} | import("@floating-ui/dom").Derivable<{
|
|
389
389
|
mainAxis?: boolean | undefined;
|
|
390
390
|
crossAxis?: boolean | undefined;
|
|
391
|
-
rootBoundary?: import("@floating-ui/
|
|
392
|
-
elementContext?: import("@floating-ui/
|
|
391
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
392
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
393
393
|
altBoundary?: boolean | undefined;
|
|
394
|
-
padding?: import("@floating-ui/
|
|
394
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
395
395
|
limiter?: {
|
|
396
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
396
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
397
397
|
options?: any;
|
|
398
398
|
} | undefined;
|
|
399
|
-
boundary?: import("@floating-ui/
|
|
399
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
400
400
|
}> | undefined;
|
|
401
401
|
role: "listbox" | "menu";
|
|
402
402
|
flip: boolean | {
|
|
403
403
|
mainAxis?: boolean | undefined;
|
|
404
404
|
crossAxis?: boolean | undefined;
|
|
405
|
-
rootBoundary?: import("@floating-ui/
|
|
406
|
-
elementContext?: import("@floating-ui/
|
|
405
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
406
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
407
407
|
altBoundary?: boolean | undefined;
|
|
408
|
-
padding?: import("@floating-ui/
|
|
409
|
-
fallbackPlacements?: import("@floating-ui/
|
|
408
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
409
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
410
410
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
411
411
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
412
412
|
flipAlignment?: boolean | undefined;
|
|
413
|
-
boundary?: import("@floating-ui/
|
|
413
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
414
414
|
} | import("@floating-ui/dom").Derivable<{
|
|
415
415
|
mainAxis?: boolean | undefined;
|
|
416
416
|
crossAxis?: boolean | undefined;
|
|
417
|
-
rootBoundary?: import("@floating-ui/
|
|
418
|
-
elementContext?: import("@floating-ui/
|
|
417
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
418
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
419
419
|
altBoundary?: boolean | undefined;
|
|
420
|
-
padding?: import("@floating-ui/
|
|
421
|
-
fallbackPlacements?: import("@floating-ui/
|
|
420
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
421
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
422
422
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
423
423
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
424
424
|
flipAlignment?: boolean | undefined;
|
|
425
|
-
boundary?: import("@floating-ui/
|
|
425
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
426
426
|
}> | undefined;
|
|
427
427
|
size: boolean | {
|
|
428
|
-
rootBoundary?: import("@floating-ui/
|
|
429
|
-
elementContext?: import("@floating-ui/
|
|
428
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
429
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
430
430
|
altBoundary?: boolean | undefined;
|
|
431
|
-
padding?: import("@floating-ui/
|
|
432
|
-
boundary?: import("@floating-ui/
|
|
431
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
432
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
433
433
|
apply?: ((args: {
|
|
434
434
|
x: number;
|
|
435
435
|
y: number;
|
|
436
|
-
initialPlacement: import("@floating-ui/
|
|
437
|
-
placement: import("@floating-ui/
|
|
438
|
-
strategy: import("@floating-ui/
|
|
439
|
-
middlewareData: import("@floating-ui/
|
|
440
|
-
rects: import("@floating-ui/
|
|
436
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
437
|
+
placement: import("@floating-ui/utils").Placement;
|
|
438
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
439
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
440
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
441
441
|
platform: import("@floating-ui/core").Platform;
|
|
442
|
-
elements: import("@floating-ui/
|
|
442
|
+
elements: import("@floating-ui/dom").Elements;
|
|
443
443
|
} & {
|
|
444
444
|
availableWidth: number;
|
|
445
445
|
availableHeight: number;
|
|
446
446
|
}) => void | Promise<void>) | undefined;
|
|
447
447
|
} | import("@floating-ui/dom").Derivable<{
|
|
448
|
-
rootBoundary?: import("@floating-ui/
|
|
449
|
-
elementContext?: import("@floating-ui/
|
|
448
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
449
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
450
450
|
altBoundary?: boolean | undefined;
|
|
451
|
-
padding?: import("@floating-ui/
|
|
452
|
-
boundary?: import("@floating-ui/
|
|
451
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
452
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
453
453
|
apply?: ((args: {
|
|
454
454
|
x: number;
|
|
455
455
|
y: number;
|
|
456
|
-
initialPlacement: import("@floating-ui/
|
|
457
|
-
placement: import("@floating-ui/
|
|
458
|
-
strategy: import("@floating-ui/
|
|
459
|
-
middlewareData: import("@floating-ui/
|
|
460
|
-
rects: import("@floating-ui/
|
|
456
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
457
|
+
placement: import("@floating-ui/utils").Placement;
|
|
458
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
459
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
460
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
461
461
|
platform: import("@floating-ui/core").Platform;
|
|
462
|
-
elements: import("@floating-ui/
|
|
462
|
+
elements: import("@floating-ui/dom").Elements;
|
|
463
463
|
} & {
|
|
464
464
|
availableWidth: number;
|
|
465
465
|
availableHeight: number;
|
|
@@ -468,24 +468,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
468
468
|
offset: string | import("@floating-ui/vue").OffsetOptions | undefined;
|
|
469
469
|
autoPlacement: boolean | {
|
|
470
470
|
crossAxis?: boolean | undefined;
|
|
471
|
-
rootBoundary?: import("@floating-ui/
|
|
472
|
-
elementContext?: import("@floating-ui/
|
|
471
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
472
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
473
473
|
altBoundary?: boolean | undefined;
|
|
474
|
-
padding?: import("@floating-ui/
|
|
475
|
-
alignment?: import("@floating-ui/
|
|
474
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
475
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
476
476
|
autoAlignment?: boolean | undefined;
|
|
477
|
-
allowedPlacements?: import("@floating-ui/
|
|
478
|
-
boundary?: import("@floating-ui/
|
|
477
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
478
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
479
479
|
} | import("@floating-ui/dom").Derivable<{
|
|
480
480
|
crossAxis?: boolean | undefined;
|
|
481
|
-
rootBoundary?: import("@floating-ui/
|
|
482
|
-
elementContext?: import("@floating-ui/
|
|
481
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
482
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
483
483
|
altBoundary?: boolean | undefined;
|
|
484
|
-
padding?: import("@floating-ui/
|
|
485
|
-
alignment?: import("@floating-ui/
|
|
484
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
485
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
486
486
|
autoAlignment?: boolean | undefined;
|
|
487
|
-
allowedPlacements?: import("@floating-ui/
|
|
488
|
-
boundary?: import("@floating-ui/
|
|
487
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
488
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
489
489
|
}> | undefined;
|
|
490
490
|
arrow: boolean;
|
|
491
491
|
keepOpen: boolean;
|