@volverjs/ui-vue 0.0.10-beta.58 → 0.0.10-beta.59
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/dist/components/VvAccordion/VvAccordion.vue.d.ts +2 -2
- package/dist/components/VvAccordion/index.d.ts +2 -2
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +10 -10
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +14 -14
- package/dist/components/VvAccordionGroup/index.d.ts +5 -5
- package/dist/components/VvAction/VvAction.vue.d.ts +2 -2
- package/dist/components/VvAction/index.d.ts +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +8 -8
- package/dist/components/VvAlert/index.d.ts +3 -4
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +11 -11
- package/dist/components/VvAlertGroup/index.d.ts +5 -5
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +2 -2
- package/dist/components/VvAvatar/index.d.ts +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +6 -6
- package/dist/components/VvAvatarGroup/index.d.ts +3 -3
- package/dist/components/VvBadge/VvBadge.vue.d.ts +2 -2
- package/dist/components/VvBadge/index.d.ts +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +15 -15
- package/dist/components/VvBreadcrumb/index.d.ts +2 -2
- package/dist/components/VvButton/VvButton.vue.d.ts +8 -8
- package/dist/components/VvButton/index.d.ts +2 -2
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +6 -6
- package/dist/components/VvButtonGroup/index.d.ts +3 -3
- package/dist/components/VvCard/VvCard.vue.d.ts +2 -2
- package/dist/components/VvCard/index.d.ts +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.vue.d.ts +6 -6
- package/dist/components/VvCheckboxGroup/index.d.ts +2 -2
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +560 -219
- package/dist/components/VvCombobox/index.d.ts +241 -21
- package/dist/components/VvDialog/VvDialog.vue.d.ts +2 -2
- package/dist/components/VvDialog/index.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +272 -37
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +8 -16
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +2 -2
- package/dist/components/VvDropdown/index.d.ts +117 -9
- package/dist/components/VvIcon/VvIcon.vue.d.ts +1 -1
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +19 -19
- package/dist/components/VvInputFile/index.d.ts +8 -8
- package/dist/components/VvInputText/VvInputClearAction.d.ts +3 -3
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +5 -5
- package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +16 -16
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +21 -21
- package/dist/components/VvInputText/index.d.ts +24 -7
- package/dist/components/VvNav/VvNav.vue.d.ts +13 -13
- package/dist/components/VvNav/index.d.ts +2 -2
- package/dist/components/VvProgress/VvProgress.vue.d.ts +2 -2
- package/dist/components/VvProgress/index.d.ts +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.vue.d.ts +6 -6
- package/dist/components/VvRadioGroup/index.d.ts +2 -2
- package/dist/components/VvSelect/VvSelect.vue.d.ts +183 -62
- package/dist/components/VvSelect/index.d.ts +8 -8
- package/dist/components/VvTab/VvTab.vue.d.ts +15 -15
- package/dist/components/VvTab/index.d.ts +3 -3
- package/dist/components/VvTextarea/VvTextarea.es.js +10 -10
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +11 -11
- package/dist/components/VvTextarea/index.d.ts +9 -6
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +4 -4
- package/dist/components/VvTooltip/index.d.ts +1 -1
- package/dist/components/index.es.js +16 -16
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +12 -12
- package/dist/composables/dropdown/useDropdownContextmenu.d.ts +1 -1
- package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +1 -1
- package/dist/composables/group/useGroupStateInject.d.ts +1 -1
- package/dist/composables/useBlurhash.d.ts +1 -1
- package/dist/composables/useOptions.d.ts +3 -3
- package/dist/composables/usePersistence.d.ts +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +121 -14
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +362 -298
- package/dist/test/expect.d.ts +1 -0
- package/dist/utils/DateUtilities.d.ts +9 -0
- package/dist/utils/ObjectUtilities.d.ts +1 -1
- package/package.json +30 -30
- 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/composables/usePersistence.ts +13 -12
- package/src/utils/DateUtilities.ts +24 -7
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { Ref } from 'vue';
|
|
2
|
-
import type { AutoPlacementOptions, FlipOptions, OffsetOptions, ShiftOptions, SizeOptions } from '../../types/floating-ui';
|
|
3
2
|
import { Side, Strategy } from '../../constants';
|
|
4
3
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
5
4
|
modelValue: {
|
|
@@ -7,25 +6,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
7
6
|
default: undefined;
|
|
8
7
|
};
|
|
9
8
|
reference: {
|
|
10
|
-
type: PropType<HTMLElement | null>;
|
|
9
|
+
type: globalThis.PropType<HTMLElement | null>;
|
|
11
10
|
default: null;
|
|
12
11
|
};
|
|
13
12
|
role: {
|
|
14
|
-
type: PropType
|
|
13
|
+
type: globalThis.PropType<"listbox" | "menu">;
|
|
15
14
|
default: import("../../constants").DropdownRole;
|
|
16
15
|
validator: (value: import("../../constants").DropdownRole) => boolean;
|
|
17
16
|
};
|
|
18
17
|
modifiers: {
|
|
19
|
-
type: PropType<string | string[]>;
|
|
18
|
+
type: globalThis.PropType<string | string[]>;
|
|
20
19
|
default: undefined;
|
|
21
20
|
};
|
|
22
21
|
placement: {
|
|
23
|
-
type: PropType
|
|
22
|
+
type: globalThis.PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
24
23
|
default: Side;
|
|
25
|
-
validator: (value:
|
|
24
|
+
validator: (value: never) => boolean;
|
|
26
25
|
};
|
|
27
26
|
strategy: {
|
|
28
|
-
type: PropType
|
|
27
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
29
28
|
default: undefined;
|
|
30
29
|
validator: (value: Strategy) => boolean;
|
|
31
30
|
};
|
|
@@ -34,25 +33,133 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
34
33
|
default: undefined;
|
|
35
34
|
};
|
|
36
35
|
offset: {
|
|
37
|
-
type: PropType<
|
|
36
|
+
type: globalThis.PropType<string | import("@floating-ui/dom").OffsetOptions | undefined>;
|
|
38
37
|
default: number;
|
|
39
38
|
};
|
|
40
39
|
shift: {
|
|
41
|
-
type: PropType<
|
|
40
|
+
type: globalThis.PropType<boolean | {
|
|
41
|
+
crossAxis?: boolean | undefined;
|
|
42
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
43
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
44
|
+
altBoundary?: boolean | undefined;
|
|
45
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
46
|
+
mainAxis?: boolean | undefined;
|
|
47
|
+
limiter?: {
|
|
48
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
49
|
+
options?: any;
|
|
50
|
+
} | undefined;
|
|
51
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
52
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
53
|
+
crossAxis?: boolean | undefined;
|
|
54
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
55
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
56
|
+
altBoundary?: boolean | undefined;
|
|
57
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
58
|
+
mainAxis?: boolean | undefined;
|
|
59
|
+
limiter?: {
|
|
60
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
61
|
+
options?: any;
|
|
62
|
+
} | undefined;
|
|
63
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
64
|
+
}> | undefined>;
|
|
42
65
|
default: boolean;
|
|
43
66
|
};
|
|
44
67
|
flip: {
|
|
45
|
-
type: PropType<
|
|
68
|
+
type: globalThis.PropType<boolean | {
|
|
69
|
+
crossAxis?: boolean | undefined;
|
|
70
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
71
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
72
|
+
altBoundary?: boolean | undefined;
|
|
73
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
74
|
+
mainAxis?: boolean | undefined;
|
|
75
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
76
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
77
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
78
|
+
flipAlignment?: boolean | undefined;
|
|
79
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
80
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
81
|
+
crossAxis?: boolean | undefined;
|
|
82
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
83
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
84
|
+
altBoundary?: boolean | undefined;
|
|
85
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
86
|
+
mainAxis?: boolean | undefined;
|
|
87
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
88
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
89
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
90
|
+
flipAlignment?: boolean | undefined;
|
|
91
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
92
|
+
}> | undefined>;
|
|
46
93
|
default: boolean;
|
|
47
94
|
};
|
|
48
95
|
size: {
|
|
49
|
-
type: PropType<
|
|
96
|
+
type: globalThis.PropType<boolean | {
|
|
97
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
98
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
99
|
+
altBoundary?: boolean | undefined;
|
|
100
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
101
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
102
|
+
apply?: ((args: {
|
|
103
|
+
x: number;
|
|
104
|
+
y: number;
|
|
105
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
106
|
+
placement: import("@floating-ui/utils").Placement;
|
|
107
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
108
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
109
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
110
|
+
platform: import("@floating-ui/core").Platform;
|
|
111
|
+
elements: import("@floating-ui/dom").Elements;
|
|
112
|
+
} & {
|
|
113
|
+
availableWidth: number;
|
|
114
|
+
availableHeight: number;
|
|
115
|
+
}) => void | Promise<void>) | undefined;
|
|
116
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
117
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
118
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
119
|
+
altBoundary?: boolean | undefined;
|
|
120
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
121
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
122
|
+
apply?: ((args: {
|
|
123
|
+
x: number;
|
|
124
|
+
y: number;
|
|
125
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
126
|
+
placement: import("@floating-ui/utils").Placement;
|
|
127
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
128
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
129
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
130
|
+
platform: import("@floating-ui/core").Platform;
|
|
131
|
+
elements: import("@floating-ui/dom").Elements;
|
|
132
|
+
} & {
|
|
133
|
+
availableWidth: number;
|
|
134
|
+
availableHeight: number;
|
|
135
|
+
}) => void | Promise<void>) | undefined;
|
|
136
|
+
}> | undefined>;
|
|
50
137
|
default: () => {
|
|
51
138
|
padding: number;
|
|
52
139
|
};
|
|
53
140
|
};
|
|
54
141
|
autoPlacement: {
|
|
55
|
-
type: PropType<
|
|
142
|
+
type: globalThis.PropType<boolean | {
|
|
143
|
+
crossAxis?: boolean | undefined;
|
|
144
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
145
|
+
autoAlignment?: boolean | undefined;
|
|
146
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
147
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
148
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
149
|
+
altBoundary?: boolean | undefined;
|
|
150
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
151
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
152
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
153
|
+
crossAxis?: boolean | undefined;
|
|
154
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
155
|
+
autoAlignment?: boolean | undefined;
|
|
156
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
157
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
158
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
159
|
+
altBoundary?: boolean | undefined;
|
|
160
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
161
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
162
|
+
}> | undefined>;
|
|
56
163
|
default: boolean;
|
|
57
164
|
};
|
|
58
165
|
arrow: {
|
|
@@ -100,25 +207,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
100
207
|
default: undefined;
|
|
101
208
|
};
|
|
102
209
|
reference: {
|
|
103
|
-
type: PropType<HTMLElement | null>;
|
|
210
|
+
type: globalThis.PropType<HTMLElement | null>;
|
|
104
211
|
default: null;
|
|
105
212
|
};
|
|
106
213
|
role: {
|
|
107
|
-
type: PropType
|
|
214
|
+
type: globalThis.PropType<"listbox" | "menu">;
|
|
108
215
|
default: import("../../constants").DropdownRole;
|
|
109
216
|
validator: (value: import("../../constants").DropdownRole) => boolean;
|
|
110
217
|
};
|
|
111
218
|
modifiers: {
|
|
112
|
-
type: PropType<string | string[]>;
|
|
219
|
+
type: globalThis.PropType<string | string[]>;
|
|
113
220
|
default: undefined;
|
|
114
221
|
};
|
|
115
222
|
placement: {
|
|
116
|
-
type: PropType
|
|
223
|
+
type: globalThis.PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
117
224
|
default: Side;
|
|
118
|
-
validator: (value:
|
|
225
|
+
validator: (value: never) => boolean;
|
|
119
226
|
};
|
|
120
227
|
strategy: {
|
|
121
|
-
type: PropType
|
|
228
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
122
229
|
default: undefined;
|
|
123
230
|
validator: (value: Strategy) => boolean;
|
|
124
231
|
};
|
|
@@ -127,25 +234,133 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
127
234
|
default: undefined;
|
|
128
235
|
};
|
|
129
236
|
offset: {
|
|
130
|
-
type: PropType<
|
|
237
|
+
type: globalThis.PropType<string | import("@floating-ui/dom").OffsetOptions | undefined>;
|
|
131
238
|
default: number;
|
|
132
239
|
};
|
|
133
240
|
shift: {
|
|
134
|
-
type: PropType<
|
|
241
|
+
type: globalThis.PropType<boolean | {
|
|
242
|
+
crossAxis?: boolean | undefined;
|
|
243
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
244
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
245
|
+
altBoundary?: boolean | undefined;
|
|
246
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
247
|
+
mainAxis?: boolean | undefined;
|
|
248
|
+
limiter?: {
|
|
249
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
250
|
+
options?: any;
|
|
251
|
+
} | undefined;
|
|
252
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
253
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
254
|
+
crossAxis?: boolean | undefined;
|
|
255
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
256
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
257
|
+
altBoundary?: boolean | undefined;
|
|
258
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
259
|
+
mainAxis?: boolean | undefined;
|
|
260
|
+
limiter?: {
|
|
261
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
262
|
+
options?: any;
|
|
263
|
+
} | undefined;
|
|
264
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
265
|
+
}> | undefined>;
|
|
135
266
|
default: boolean;
|
|
136
267
|
};
|
|
137
268
|
flip: {
|
|
138
|
-
type: PropType<
|
|
269
|
+
type: globalThis.PropType<boolean | {
|
|
270
|
+
crossAxis?: boolean | undefined;
|
|
271
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
272
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
273
|
+
altBoundary?: boolean | undefined;
|
|
274
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
275
|
+
mainAxis?: boolean | undefined;
|
|
276
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
277
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
278
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
279
|
+
flipAlignment?: boolean | undefined;
|
|
280
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
281
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
282
|
+
crossAxis?: boolean | undefined;
|
|
283
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
284
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
285
|
+
altBoundary?: boolean | undefined;
|
|
286
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
287
|
+
mainAxis?: boolean | undefined;
|
|
288
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
289
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
290
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
291
|
+
flipAlignment?: boolean | undefined;
|
|
292
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
293
|
+
}> | undefined>;
|
|
139
294
|
default: boolean;
|
|
140
295
|
};
|
|
141
296
|
size: {
|
|
142
|
-
type: PropType<
|
|
297
|
+
type: globalThis.PropType<boolean | {
|
|
298
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
299
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
300
|
+
altBoundary?: boolean | undefined;
|
|
301
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
302
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
303
|
+
apply?: ((args: {
|
|
304
|
+
x: number;
|
|
305
|
+
y: number;
|
|
306
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
307
|
+
placement: import("@floating-ui/utils").Placement;
|
|
308
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
309
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
310
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
311
|
+
platform: import("@floating-ui/core").Platform;
|
|
312
|
+
elements: import("@floating-ui/dom").Elements;
|
|
313
|
+
} & {
|
|
314
|
+
availableWidth: number;
|
|
315
|
+
availableHeight: number;
|
|
316
|
+
}) => void | Promise<void>) | undefined;
|
|
317
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
318
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
319
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
320
|
+
altBoundary?: boolean | undefined;
|
|
321
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
322
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
323
|
+
apply?: ((args: {
|
|
324
|
+
x: number;
|
|
325
|
+
y: number;
|
|
326
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
327
|
+
placement: import("@floating-ui/utils").Placement;
|
|
328
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
329
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
330
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
331
|
+
platform: import("@floating-ui/core").Platform;
|
|
332
|
+
elements: import("@floating-ui/dom").Elements;
|
|
333
|
+
} & {
|
|
334
|
+
availableWidth: number;
|
|
335
|
+
availableHeight: number;
|
|
336
|
+
}) => void | Promise<void>) | undefined;
|
|
337
|
+
}> | undefined>;
|
|
143
338
|
default: () => {
|
|
144
339
|
padding: number;
|
|
145
340
|
};
|
|
146
341
|
};
|
|
147
342
|
autoPlacement: {
|
|
148
|
-
type: PropType<
|
|
343
|
+
type: globalThis.PropType<boolean | {
|
|
344
|
+
crossAxis?: boolean | undefined;
|
|
345
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
346
|
+
autoAlignment?: boolean | undefined;
|
|
347
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
348
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
349
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
350
|
+
altBoundary?: boolean | undefined;
|
|
351
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
352
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
353
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
354
|
+
crossAxis?: boolean | undefined;
|
|
355
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
356
|
+
autoAlignment?: boolean | undefined;
|
|
357
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
358
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
359
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
360
|
+
altBoundary?: boolean | undefined;
|
|
361
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
362
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
363
|
+
}> | undefined>;
|
|
149
364
|
default: boolean;
|
|
150
365
|
};
|
|
151
366
|
arrow: {
|
|
@@ -191,7 +406,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
191
406
|
altBoundary?: boolean | undefined;
|
|
192
407
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
193
408
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
194
|
-
apply?: ((args:
|
|
409
|
+
apply?: ((args: {
|
|
410
|
+
x: number;
|
|
411
|
+
y: number;
|
|
412
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
413
|
+
placement: import("@floating-ui/utils").Placement;
|
|
414
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
415
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
416
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
417
|
+
platform: import("@floating-ui/core").Platform;
|
|
418
|
+
elements: import("@floating-ui/dom").Elements;
|
|
419
|
+
} & {
|
|
195
420
|
availableWidth: number;
|
|
196
421
|
availableHeight: number;
|
|
197
422
|
}) => void | Promise<void>) | undefined;
|
|
@@ -201,11 +426,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
201
426
|
altBoundary?: boolean | undefined;
|
|
202
427
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
203
428
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
204
|
-
apply?: ((args:
|
|
429
|
+
apply?: ((args: {
|
|
430
|
+
x: number;
|
|
431
|
+
y: number;
|
|
432
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
433
|
+
placement: import("@floating-ui/utils").Placement;
|
|
434
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
435
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
436
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
437
|
+
platform: import("@floating-ui/core").Platform;
|
|
438
|
+
elements: import("@floating-ui/dom").Elements;
|
|
439
|
+
} & {
|
|
205
440
|
availableWidth: number;
|
|
206
441
|
availableHeight: number;
|
|
207
442
|
}) => void | Promise<void>) | undefined;
|
|
208
443
|
}> | undefined;
|
|
444
|
+
modelValue: boolean;
|
|
445
|
+
modifiers: string | string[];
|
|
209
446
|
shift: boolean | {
|
|
210
447
|
crossAxis?: boolean | undefined;
|
|
211
448
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
@@ -231,8 +468,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
231
468
|
} | undefined;
|
|
232
469
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
233
470
|
}> | undefined;
|
|
234
|
-
modelValue: boolean;
|
|
235
|
-
modifiers: string | string[];
|
|
236
471
|
role: "listbox" | "menu";
|
|
237
472
|
flip: boolean | {
|
|
238
473
|
crossAxis?: boolean | undefined;
|
|
@@ -241,9 +476,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
241
476
|
altBoundary?: boolean | undefined;
|
|
242
477
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
243
478
|
mainAxis?: boolean | undefined;
|
|
244
|
-
fallbackPlacements?:
|
|
245
|
-
fallbackStrategy?:
|
|
246
|
-
fallbackAxisSideDirection?:
|
|
479
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
480
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
481
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
247
482
|
flipAlignment?: boolean | undefined;
|
|
248
483
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
249
484
|
} | import("@floating-ui/dom").Derivable<{
|
|
@@ -253,9 +488,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
253
488
|
altBoundary?: boolean | undefined;
|
|
254
489
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
255
490
|
mainAxis?: boolean | undefined;
|
|
256
|
-
fallbackPlacements?:
|
|
257
|
-
fallbackStrategy?:
|
|
258
|
-
fallbackAxisSideDirection?:
|
|
491
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
492
|
+
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
493
|
+
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
259
494
|
flipAlignment?: boolean | undefined;
|
|
260
495
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
261
496
|
}> | undefined;
|
|
@@ -263,9 +498,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
263
498
|
offset: string | import("@floating-ui/dom").OffsetOptions | undefined;
|
|
264
499
|
autoPlacement: boolean | {
|
|
265
500
|
crossAxis?: boolean | undefined;
|
|
266
|
-
alignment?:
|
|
501
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
267
502
|
autoAlignment?: boolean | undefined;
|
|
268
|
-
allowedPlacements?:
|
|
503
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
269
504
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
270
505
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
271
506
|
altBoundary?: boolean | undefined;
|
|
@@ -273,9 +508,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
273
508
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
274
509
|
} | import("@floating-ui/dom").Derivable<{
|
|
275
510
|
crossAxis?: boolean | undefined;
|
|
276
|
-
alignment?:
|
|
511
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
277
512
|
autoAlignment?: boolean | undefined;
|
|
278
|
-
allowedPlacements?:
|
|
513
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
279
514
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
280
515
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
281
516
|
altBoundary?: boolean | undefined;
|
|
@@ -1,19 +1,10 @@
|
|
|
1
|
-
declare
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLDivElement;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
11
2
|
modifiers: {
|
|
12
|
-
type: PropType<string | string[]>;
|
|
3
|
+
type: globalThis.PropType<string | string[]>;
|
|
13
4
|
default: undefined;
|
|
14
5
|
};
|
|
15
6
|
type: {
|
|
16
|
-
type: PropType
|
|
7
|
+
type: globalThis.PropType<"button" | "submit" | "reset">;
|
|
17
8
|
default: import("../../constants").ButtonType;
|
|
18
9
|
validator: (value: import("../../constants").ButtonType) => boolean;
|
|
19
10
|
};
|
|
@@ -56,11 +47,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
|
|
|
56
47
|
};
|
|
57
48
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
58
49
|
modifiers: {
|
|
59
|
-
type: PropType<string | string[]>;
|
|
50
|
+
type: globalThis.PropType<string | string[]>;
|
|
60
51
|
default: undefined;
|
|
61
52
|
};
|
|
62
53
|
type: {
|
|
63
|
-
type: PropType
|
|
54
|
+
type: globalThis.PropType<"button" | "submit" | "reset">;
|
|
64
55
|
default: import("../../constants").ButtonType;
|
|
65
56
|
validator: (value: import("../../constants").ButtonType) => boolean;
|
|
66
57
|
};
|
|
@@ -112,8 +103,9 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
|
|
|
112
103
|
current: boolean;
|
|
113
104
|
active: boolean;
|
|
114
105
|
pressed: boolean;
|
|
115
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement
|
|
116
|
-
|
|
106
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
107
|
+
default?(_: {}): any;
|
|
108
|
+
}>;
|
|
117
109
|
export default _default;
|
|
118
110
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
119
111
|
new (): {
|
|
@@ -13,7 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
15
|
modifiers: {
|
|
16
|
-
type: PropType<string | string[]>;
|
|
16
|
+
type: globalThis.PropType<string | string[]>;
|
|
17
17
|
default: undefined;
|
|
18
18
|
};
|
|
19
19
|
unselectable: {
|
|
@@ -43,7 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<gl
|
|
|
43
43
|
default: boolean;
|
|
44
44
|
};
|
|
45
45
|
modifiers: {
|
|
46
|
-
type: PropType<string | string[]>;
|
|
46
|
+
type: globalThis.PropType<string | string[]>;
|
|
47
47
|
default: undefined;
|
|
48
48
|
};
|
|
49
49
|
unselectable: {
|