@volverjs/ui-vue 0.0.9 → 0.0.10-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -1
- package/auto-imports.d.ts +1 -1
- package/bin/icons.cjs +1 -1
- package/bin/icons.js +34 -19
- package/dist/components/VvAccordion/VvAccordion.es.js +33 -4
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +4 -4
- package/dist/components/VvAccordion/index.d.ts +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +75 -27
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +5 -5
- package/dist/components/VvAction/VvAction.es.js +26 -4
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +17 -4
- package/dist/components/VvAction/index.d.ts +5 -0
- package/dist/components/VvAlert/VvAlert.es.js +96 -45
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +4 -4
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +136 -66
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +4 -4
- package/dist/components/VvAvatar/VvAvatar.es.js +22 -1
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +79 -28
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +39 -8
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +224 -41
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +14 -3
- package/dist/components/VvBreadcrumb/index.d.ts +2 -9
- package/dist/components/VvButton/VvButton.es.js +70 -25
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +25 -9
- package/dist/components/VvButton/index.d.ts +5 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +33 -6
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +6 -6
- package/dist/components/VvCard/VvCard.es.js +47 -16
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +35 -7
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +8 -8
- package/dist/components/VvCheckbox/index.d.ts +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +106 -51
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +7 -7
- package/dist/components/VvCheckboxGroup/index.d.ts +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +635 -400
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +112 -112
- package/dist/components/VvCombobox/index.d.ts +32 -32
- package/dist/components/VvDialog/VvDialog.es.js +65 -27
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDialog/VvDialog.vue.d.ts +4 -4
- package/dist/components/VvDropdown/VvDropdown.es.js +87 -46
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +203 -189
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +12 -0
- package/dist/components/VvDropdown/index.d.ts +32 -32
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +46 -12
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +13 -7
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +28 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +40 -8
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +1 -1
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvInputText/VvInputClearAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +149 -99
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +10 -10
- package/dist/components/VvInputText/index.d.ts +8 -2
- package/dist/components/VvNav/VvNav.es.js +115 -63
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +31 -12
- package/dist/components/VvNav/VvNavItem.vue.d.ts +9 -0
- package/dist/components/VvNav/index.d.ts +1 -12
- package/dist/components/VvNavItem/VvNavItem.es.js +413 -0
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.es.js +24 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.umd.js +1 -0
- package/dist/components/VvProgress/VvProgress.es.js +33 -6
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +35 -7
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +8 -8
- package/dist/components/VvRadio/index.d.ts +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +106 -51
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +7 -7
- package/dist/components/VvRadioGroup/index.d.ts +1 -1
- package/dist/components/VvSelect/VvSelect.es.js +159 -99
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +13 -13
- package/dist/components/VvSelect/index.d.ts +1 -1
- package/dist/components/VvTab/VvTab.es.js +214 -99
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +40 -11
- package/dist/components/VvTab/index.d.ts +9 -3
- package/dist/components/VvTextarea/VvTextarea.es.js +123 -77
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +10 -10
- package/dist/components/VvTooltip/VvTooltip.es.js +40 -9
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/index.es.js +1593 -1012
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/group/useInjectedGroupState.d.ts +1 -1
- package/dist/composables/useOptions.d.ts +1 -1
- package/dist/composables/useVolver.d.ts +1 -1
- package/dist/directives/index.d.ts +3 -5
- package/dist/directives/index.es.js +60 -23
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +58 -18
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.es.js +19 -16
- package/dist/index.umd.js +1 -1
- package/dist/props/index.d.ts +58 -34
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +50 -15
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +332 -83
- package/dist/stories/Combobox/Combobox.settings.d.ts +8 -0
- package/dist/stories/Combobox/ComboboxOptions.stories.d.ts +1 -0
- package/dist/stories/InputText/InputTextMask.stories.d.ts +1 -1
- package/dist/stories/Tab/Tab.settings.d.ts +4 -37
- package/dist/types/alert.d.ts +13 -0
- package/dist/types/floating-ui.d.ts +6 -0
- package/dist/types/generic.d.ts +4 -0
- package/dist/types/group.d.ts +37 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/nav.d.ts +17 -0
- package/package.json +61 -52
- package/src/Volver.ts +22 -16
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvAccordion/VvAccordion.vue +2 -2
- package/src/components/VvAction/VvAction.vue +5 -2
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +20 -19
- package/src/components/VvBreadcrumb/index.ts +2 -8
- package/src/components/VvCombobox/VvCombobox.vue +32 -33
- package/src/components/VvCombobox/index.ts +4 -0
- package/src/components/VvInputText/VvInputText.vue +2 -2
- package/src/components/VvNav/VvNav.vue +30 -50
- package/src/components/VvNav/VvNavItem.vue +18 -0
- package/src/components/VvNav/VvNavSeparator.vue +11 -0
- package/src/components/VvNav/index.ts +2 -15
- package/src/components/VvSelect/VvSelect.vue +4 -4
- package/src/components/VvTab/VvTab.vue +63 -35
- package/src/components/VvTab/index.ts +10 -4
- package/src/components/VvTextarea/VvTextarea.vue +1 -1
- package/src/composables/useOptions.ts +2 -2
- package/src/composables/useUniqueId.ts +2 -2
- package/src/directives/index.ts +1 -4
- package/src/directives/v-tooltip.ts +19 -10
- package/src/index.ts +3 -1
- package/src/props/index.ts +27 -3
- package/src/stories/Button/ButtonModifiers.stories.ts +4 -14
- package/src/stories/Combobox/Combobox.settings.ts +8 -0
- package/src/stories/Combobox/ComboboxOptions.stories.ts +18 -0
- package/src/stories/InputText/InputTextMask.stories.ts +1 -1
- package/src/stories/Nav/Nav.settings.ts +3 -4
- package/src/stories/Nav/Nav.test.ts +4 -15
- package/src/stories/Tab/Tab.settings.ts +9 -9
- package/src/stories/Tab/Tab.stories.ts +2 -2
- package/src/stories/Tab/Tab.test.ts +6 -14
- package/src/stories/argTypes.ts +1 -1
- package/src/types/generic.ts +6 -0
- package/src/types/index.ts +5 -0
- package/src/types/nav.ts +19 -0
- package/src/utils/ObjectUtilities.ts +3 -2
- package/dist/components/VvNav/VvNavItemTitle.vue.d.ts +0 -6
- package/dist/components/VvNavItemTitle/VvNavItemTitle.es.js +0 -19
- package/dist/components/VvNavItemTitle/VvNavItemTitle.umd.js +0 -1
- package/src/components/VvNav/VvNavItemTitle.vue +0 -11
- package/src/components/VvNav/VvNavSeparator.ts +0 -8
- package/src/types/generic.d.ts +0 -6
- /package/dist/components/VvNav/{VvNavSeparator.d.ts → VvNavSeparator.vue.d.ts} +0 -0
- /package/src/types/{alert.d.ts → alert.ts} +0 -0
- /package/src/types/{floating-ui.d.ts → floating-ui.ts} +0 -0
- /package/src/types/{group.d.ts → group.ts} +0 -0
|
@@ -34,97 +34,97 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
34
34
|
};
|
|
35
35
|
shift: {
|
|
36
36
|
type: globalThis.PropType<boolean | {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
40
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
37
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
38
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
41
39
|
altBoundary?: boolean | undefined;
|
|
42
|
-
padding?: import("@floating-ui/
|
|
40
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
41
|
+
crossAxis?: boolean | undefined;
|
|
42
|
+
mainAxis?: boolean | 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
|
-
|
|
50
|
-
|
|
51
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
52
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
49
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
50
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
53
51
|
altBoundary?: boolean | undefined;
|
|
54
|
-
padding?: import("@floating-ui/
|
|
52
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
53
|
+
crossAxis?: boolean | undefined;
|
|
54
|
+
mainAxis?: boolean | 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
|
};
|
|
63
63
|
flip: {
|
|
64
64
|
type: globalThis.PropType<boolean | {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
68
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
65
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
66
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
69
67
|
altBoundary?: boolean | undefined;
|
|
70
|
-
padding?: import("@floating-ui/
|
|
71
|
-
|
|
68
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
69
|
+
crossAxis?: boolean | undefined;
|
|
70
|
+
mainAxis?: boolean | 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
|
-
|
|
78
|
-
|
|
79
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
80
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
77
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
78
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
81
79
|
altBoundary?: boolean | undefined;
|
|
82
|
-
padding?: import("@floating-ui/
|
|
83
|
-
|
|
80
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
81
|
+
crossAxis?: boolean | undefined;
|
|
82
|
+
mainAxis?: boolean | 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;
|
|
@@ -136,25 +136,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
136
136
|
};
|
|
137
137
|
autoPlacement: {
|
|
138
138
|
type: globalThis.PropType<boolean | {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
139
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
140
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
142
141
|
altBoundary?: boolean | undefined;
|
|
143
|
-
padding?: import("@floating-ui/
|
|
144
|
-
|
|
142
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
143
|
+
crossAxis?: boolean | 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
|
-
|
|
150
|
-
|
|
151
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
149
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
150
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
152
151
|
altBoundary?: boolean | undefined;
|
|
153
|
-
padding?: import("@floating-ui/
|
|
154
|
-
|
|
152
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
153
|
+
crossAxis?: boolean | 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
|
};
|
|
@@ -180,7 +180,21 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
180
180
|
hide: () => void;
|
|
181
181
|
init: (el: HTMLElement) => void;
|
|
182
182
|
customPosition: Ref<boolean>;
|
|
183
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
183
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
184
|
+
"update:modelValue": (...args: any[]) => void;
|
|
185
|
+
"before-enter": (...args: any[]) => void;
|
|
186
|
+
"after-leave": (...args: any[]) => void;
|
|
187
|
+
enter: (...args: any[]) => void;
|
|
188
|
+
"after-enter": (...args: any[]) => void;
|
|
189
|
+
"enter-cancelled": (...args: any[]) => void;
|
|
190
|
+
"before-leave": (...args: any[]) => void;
|
|
191
|
+
leave: (...args: any[]) => void;
|
|
192
|
+
"leave-cancelled": (...args: any[]) => void;
|
|
193
|
+
beforeExpand: (...args: any[]) => void;
|
|
194
|
+
beforeCollapse: (...args: any[]) => void;
|
|
195
|
+
afterExpand: (...args: any[]) => void;
|
|
196
|
+
afterCollapse: (...args: any[]) => void;
|
|
197
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
184
198
|
modelValue: {
|
|
185
199
|
type: BooleanConstructor;
|
|
186
200
|
default: undefined;
|
|
@@ -214,97 +228,97 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
214
228
|
};
|
|
215
229
|
shift: {
|
|
216
230
|
type: globalThis.PropType<boolean | {
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
220
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
231
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
232
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
221
233
|
altBoundary?: boolean | undefined;
|
|
222
|
-
padding?: import("@floating-ui/
|
|
234
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
235
|
+
crossAxis?: boolean | undefined;
|
|
236
|
+
mainAxis?: boolean | undefined;
|
|
223
237
|
limiter?: {
|
|
224
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
238
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
225
239
|
options?: any;
|
|
226
240
|
} | undefined;
|
|
227
|
-
boundary?: import("@floating-ui/
|
|
241
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
228
242
|
} | import("@floating-ui/dom").Derivable<{
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
232
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
243
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
244
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
233
245
|
altBoundary?: boolean | undefined;
|
|
234
|
-
padding?: import("@floating-ui/
|
|
246
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
247
|
+
crossAxis?: boolean | undefined;
|
|
248
|
+
mainAxis?: boolean | undefined;
|
|
235
249
|
limiter?: {
|
|
236
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
250
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
237
251
|
options?: any;
|
|
238
252
|
} | undefined;
|
|
239
|
-
boundary?: import("@floating-ui/
|
|
253
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
240
254
|
}> | undefined>;
|
|
241
255
|
default: boolean;
|
|
242
256
|
};
|
|
243
257
|
flip: {
|
|
244
258
|
type: globalThis.PropType<boolean | {
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
248
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
259
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
260
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
249
261
|
altBoundary?: boolean | undefined;
|
|
250
|
-
padding?: import("@floating-ui/
|
|
251
|
-
|
|
262
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
263
|
+
crossAxis?: boolean | undefined;
|
|
264
|
+
mainAxis?: boolean | undefined;
|
|
265
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
252
266
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
253
267
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
254
268
|
flipAlignment?: boolean | undefined;
|
|
255
|
-
boundary?: import("@floating-ui/
|
|
269
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
256
270
|
} | import("@floating-ui/dom").Derivable<{
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
260
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
271
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
272
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
261
273
|
altBoundary?: boolean | undefined;
|
|
262
|
-
padding?: import("@floating-ui/
|
|
263
|
-
|
|
274
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
275
|
+
crossAxis?: boolean | undefined;
|
|
276
|
+
mainAxis?: boolean | undefined;
|
|
277
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
264
278
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
265
279
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
266
280
|
flipAlignment?: boolean | undefined;
|
|
267
|
-
boundary?: import("@floating-ui/
|
|
281
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
268
282
|
}> | undefined>;
|
|
269
283
|
default: boolean;
|
|
270
284
|
};
|
|
271
285
|
size: {
|
|
272
286
|
type: globalThis.PropType<boolean | {
|
|
273
|
-
rootBoundary?: import("@floating-ui/
|
|
274
|
-
elementContext?: import("@floating-ui/
|
|
287
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
288
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
275
289
|
altBoundary?: boolean | undefined;
|
|
276
|
-
padding?: import("@floating-ui/
|
|
277
|
-
boundary?: import("@floating-ui/
|
|
290
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
291
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
278
292
|
apply?: ((args: {
|
|
279
293
|
x: number;
|
|
280
294
|
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/
|
|
295
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
296
|
+
placement: import("@floating-ui/utils").Placement;
|
|
297
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
298
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
299
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
286
300
|
platform: import("@floating-ui/core").Platform;
|
|
287
|
-
elements: import("@floating-ui/
|
|
301
|
+
elements: import("@floating-ui/dom").Elements;
|
|
288
302
|
} & {
|
|
289
303
|
availableWidth: number;
|
|
290
304
|
availableHeight: number;
|
|
291
305
|
}) => void | Promise<void>) | undefined;
|
|
292
306
|
} | import("@floating-ui/dom").Derivable<{
|
|
293
|
-
rootBoundary?: import("@floating-ui/
|
|
294
|
-
elementContext?: import("@floating-ui/
|
|
307
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
308
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
295
309
|
altBoundary?: boolean | undefined;
|
|
296
|
-
padding?: import("@floating-ui/
|
|
297
|
-
boundary?: import("@floating-ui/
|
|
310
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
311
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
298
312
|
apply?: ((args: {
|
|
299
313
|
x: number;
|
|
300
314
|
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/
|
|
315
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
316
|
+
placement: import("@floating-ui/utils").Placement;
|
|
317
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
318
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
319
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
306
320
|
platform: import("@floating-ui/core").Platform;
|
|
307
|
-
elements: import("@floating-ui/
|
|
321
|
+
elements: import("@floating-ui/dom").Elements;
|
|
308
322
|
} & {
|
|
309
323
|
availableWidth: number;
|
|
310
324
|
availableHeight: number;
|
|
@@ -316,25 +330,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
316
330
|
};
|
|
317
331
|
autoPlacement: {
|
|
318
332
|
type: globalThis.PropType<boolean | {
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
333
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
334
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
322
335
|
altBoundary?: boolean | undefined;
|
|
323
|
-
padding?: import("@floating-ui/
|
|
324
|
-
|
|
336
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
337
|
+
crossAxis?: boolean | undefined;
|
|
338
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
325
339
|
autoAlignment?: boolean | undefined;
|
|
326
|
-
allowedPlacements?: import("@floating-ui/
|
|
327
|
-
boundary?: import("@floating-ui/
|
|
340
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
341
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
328
342
|
} | import("@floating-ui/dom").Derivable<{
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
343
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
344
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
332
345
|
altBoundary?: boolean | undefined;
|
|
333
|
-
padding?: import("@floating-ui/
|
|
334
|
-
|
|
346
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
347
|
+
crossAxis?: boolean | undefined;
|
|
348
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
335
349
|
autoAlignment?: boolean | undefined;
|
|
336
|
-
allowedPlacements?: import("@floating-ui/
|
|
337
|
-
boundary?: import("@floating-ui/
|
|
350
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
351
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
338
352
|
}> | undefined>;
|
|
339
353
|
default: boolean;
|
|
340
354
|
};
|
|
@@ -369,123 +383,123 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
369
383
|
onAfterExpand?: ((...args: any[]) => any) | undefined;
|
|
370
384
|
onAfterCollapse?: ((...args: any[]) => any) | undefined;
|
|
371
385
|
}, {
|
|
386
|
+
modelValue: boolean;
|
|
372
387
|
reference: HTMLElement | null;
|
|
373
388
|
placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
374
389
|
strategy: "absolute" | "fixed";
|
|
375
|
-
modelValue: boolean;
|
|
376
390
|
shift: boolean | {
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
380
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
391
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
392
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
381
393
|
altBoundary?: boolean | undefined;
|
|
382
|
-
padding?: import("@floating-ui/
|
|
394
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
395
|
+
crossAxis?: boolean | undefined;
|
|
396
|
+
mainAxis?: boolean | undefined;
|
|
383
397
|
limiter?: {
|
|
384
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
398
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
385
399
|
options?: any;
|
|
386
400
|
} | undefined;
|
|
387
|
-
boundary?: import("@floating-ui/
|
|
401
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
388
402
|
} | import("@floating-ui/dom").Derivable<{
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
392
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
403
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
404
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
393
405
|
altBoundary?: boolean | undefined;
|
|
394
|
-
padding?: import("@floating-ui/
|
|
406
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
407
|
+
crossAxis?: boolean | undefined;
|
|
408
|
+
mainAxis?: boolean | undefined;
|
|
395
409
|
limiter?: {
|
|
396
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
410
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
|
|
397
411
|
options?: any;
|
|
398
412
|
} | undefined;
|
|
399
|
-
boundary?: import("@floating-ui/
|
|
413
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
400
414
|
}> | undefined;
|
|
401
415
|
role: "listbox" | "menu";
|
|
402
416
|
flip: boolean | {
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
406
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
417
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
418
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
407
419
|
altBoundary?: boolean | undefined;
|
|
408
|
-
padding?: import("@floating-ui/
|
|
409
|
-
|
|
420
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
421
|
+
crossAxis?: boolean | undefined;
|
|
422
|
+
mainAxis?: boolean | undefined;
|
|
423
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
410
424
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
411
425
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
412
426
|
flipAlignment?: boolean | undefined;
|
|
413
|
-
boundary?: import("@floating-ui/
|
|
427
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
414
428
|
} | import("@floating-ui/dom").Derivable<{
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
rootBoundary?: import("@floating-ui/vue").RootBoundary | undefined;
|
|
418
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
429
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
430
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
419
431
|
altBoundary?: boolean | undefined;
|
|
420
|
-
padding?: import("@floating-ui/
|
|
421
|
-
|
|
432
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
433
|
+
crossAxis?: boolean | undefined;
|
|
434
|
+
mainAxis?: boolean | undefined;
|
|
435
|
+
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
422
436
|
fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
|
|
423
437
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
424
438
|
flipAlignment?: boolean | undefined;
|
|
425
|
-
boundary?: import("@floating-ui/
|
|
439
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
426
440
|
}> | undefined;
|
|
441
|
+
offset: string | import("@floating-ui/vue").OffsetOptions | undefined;
|
|
427
442
|
size: boolean | {
|
|
428
|
-
rootBoundary?: import("@floating-ui/
|
|
429
|
-
elementContext?: import("@floating-ui/
|
|
443
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
444
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
430
445
|
altBoundary?: boolean | undefined;
|
|
431
|
-
padding?: import("@floating-ui/
|
|
432
|
-
boundary?: import("@floating-ui/
|
|
446
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
447
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
433
448
|
apply?: ((args: {
|
|
434
449
|
x: number;
|
|
435
450
|
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/
|
|
451
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
452
|
+
placement: import("@floating-ui/utils").Placement;
|
|
453
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
454
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
455
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
441
456
|
platform: import("@floating-ui/core").Platform;
|
|
442
|
-
elements: import("@floating-ui/
|
|
457
|
+
elements: import("@floating-ui/dom").Elements;
|
|
443
458
|
} & {
|
|
444
459
|
availableWidth: number;
|
|
445
460
|
availableHeight: number;
|
|
446
461
|
}) => void | Promise<void>) | undefined;
|
|
447
462
|
} | import("@floating-ui/dom").Derivable<{
|
|
448
|
-
rootBoundary?: import("@floating-ui/
|
|
449
|
-
elementContext?: import("@floating-ui/
|
|
463
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
464
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
450
465
|
altBoundary?: boolean | undefined;
|
|
451
|
-
padding?: import("@floating-ui/
|
|
452
|
-
boundary?: import("@floating-ui/
|
|
466
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
467
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
453
468
|
apply?: ((args: {
|
|
454
469
|
x: number;
|
|
455
470
|
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/
|
|
471
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
472
|
+
placement: import("@floating-ui/utils").Placement;
|
|
473
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
474
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
475
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
461
476
|
platform: import("@floating-ui/core").Platform;
|
|
462
|
-
elements: import("@floating-ui/
|
|
477
|
+
elements: import("@floating-ui/dom").Elements;
|
|
463
478
|
} & {
|
|
464
479
|
availableWidth: number;
|
|
465
480
|
availableHeight: number;
|
|
466
481
|
}) => void | Promise<void>) | undefined;
|
|
467
482
|
}> | undefined;
|
|
468
|
-
offset: string | import("@floating-ui/vue").OffsetOptions | undefined;
|
|
469
483
|
autoPlacement: boolean | {
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
484
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
485
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
473
486
|
altBoundary?: boolean | undefined;
|
|
474
|
-
padding?: import("@floating-ui/
|
|
475
|
-
|
|
487
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
488
|
+
crossAxis?: boolean | undefined;
|
|
489
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
476
490
|
autoAlignment?: boolean | undefined;
|
|
477
|
-
allowedPlacements?: import("@floating-ui/
|
|
478
|
-
boundary?: import("@floating-ui/
|
|
491
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
492
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
479
493
|
} | import("@floating-ui/dom").Derivable<{
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
elementContext?: import("@floating-ui/vue").ElementContext | undefined;
|
|
494
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
495
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
483
496
|
altBoundary?: boolean | undefined;
|
|
484
|
-
padding?: import("@floating-ui/
|
|
485
|
-
|
|
497
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
498
|
+
crossAxis?: boolean | undefined;
|
|
499
|
+
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
486
500
|
autoAlignment?: boolean | undefined;
|
|
487
|
-
allowedPlacements?: import("@floating-ui/
|
|
488
|
-
boundary?: import("@floating-ui/
|
|
501
|
+
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
502
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
489
503
|
}> | undefined;
|
|
490
504
|
arrow: boolean;
|
|
491
505
|
keepOpen: boolean;
|