@adyen/bento-vue3 1.4.1 → 1.5.0
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/@types/components.d.ts +4 -0
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-lazy-load/data-grid-lazy-load.vue.d.ts +17 -0
- package/dist/@types/packages/vue2/src/components/data-grid/components/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateColumnHeadersTopPosition/useCalculateColumnHeadersTopPosition.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useLazyLoading/useLazyLoading.d.ts +8 -0
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +3 -1
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +28 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +455 -123
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +13 -13
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/components/all-filters-modal-button/all-filters-modal-button.vue.d.ts +4 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/base-filter.vue.d.ts +12 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +5 -1
- package/dist/@types/packages/vue2/src/components/filter-bar/components/filter-bar-button/filter-bar-button.vue.d.ts +12 -3
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/form-layout-group.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/form-layout-group.vue.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/image/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/internal/base-button/base-button.vue.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/internal/button-actions-with-menu/button-actions-with-menu.vue.d.ts +24 -0
- package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +3 -1
- package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +14 -3
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.types.d.ts +1 -9
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.utils.d.ts +5 -21
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +122 -72
- package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.vue.d.ts +3 -2
- package/dist/@types/packages/vue2/src/components/stepper/components/step/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/stepper/components/step/step.vue.d.ts +35 -0
- package/dist/@types/packages/vue2/src/components/stepper/composables/useKeyboardNavigation/useKeyboardNavigation.d.ts +15 -0
- package/dist/@types/packages/vue2/src/components/stepper/index.d.ts +3 -0
- package/dist/@types/packages/vue2/src/components/stepper/stepper.keys.d.ts +3 -0
- package/dist/@types/packages/vue2/src/components/stepper/stepper.types.d.ts +24 -0
- package/dist/@types/packages/vue2/src/components/stepper/stepper.vue.d.ts +44 -0
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/tooltip/tooltip.vue.d.ts +363 -82
- package/dist/@types/packages/vue2/src/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/types/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/types/lazy-load.d.ts +1 -0
- package/dist/accordion.js +3 -3
- package/dist/alert.js +4 -4
- package/dist/assets/base-button.css +1 -1
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/button.css +1 -1
- package/dist/assets/calendar.css +1 -1
- package/dist/assets/checkbox.css +1 -1
- package/dist/assets/dropdown-default-textbox.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index14.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/index16.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index18.css +1 -1
- package/dist/assets/index19.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index20.css +1 -1
- package/dist/assets/index21.css +1 -1
- package/dist/assets/index22.css +1 -1
- package/dist/assets/index23.css +1 -1
- package/dist/assets/index24.css +1 -1
- package/dist/assets/index25.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index27.css +1 -1
- package/dist/assets/index28.css +1 -1
- package/dist/assets/index29.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index30.css +1 -1
- package/dist/assets/index31.css +1 -1
- package/dist/assets/index32.css +1 -1
- package/dist/assets/index33.css +1 -1
- package/dist/assets/index34.css +1 -1
- package/dist/assets/index35.css +1 -1
- package/dist/assets/index36.css +1 -1
- package/dist/assets/index37.css +1 -1
- package/dist/assets/index38.css +1 -1
- package/dist/assets/index39.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index40.css +1 -1
- package/dist/assets/index41.css +1 -1
- package/dist/assets/index42.css +1 -1
- package/dist/assets/index43.css +1 -1
- package/dist/assets/index44.css +1 -0
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/tooltip.css +1 -1
- package/dist/avatar-image.js +1 -1
- package/dist/badge.js +1 -1
- package/dist/button.js +5 -5
- package/dist/card.js +4 -4
- package/dist/checkbox.js +6 -6
- package/dist/chunks/base-button.9740f320.js +116 -0
- package/dist/chunks/base-button.9740f320.js.map +1 -0
- package/dist/chunks/base-modal.be77971f.js +296 -0
- package/dist/chunks/base-modal.be77971f.js.map +1 -0
- package/dist/chunks/{button.7d09c245.js → button.7072457f.js} +3 -3
- package/dist/chunks/{button.7d09c245.js.map → button.7072457f.js.map} +1 -1
- package/dist/chunks/{calendar.0e42130b.js → calendar.1e50c7d1.js} +5 -5
- package/dist/chunks/{calendar.0e42130b.js.map → calendar.1e50c7d1.js.map} +1 -1
- package/dist/chunks/{checkbox.17462cb0.js → checkbox.638bab98.js} +24 -24
- package/dist/chunks/{checkbox.17462cb0.js.map → checkbox.638bab98.js.map} +1 -1
- package/dist/chunks/{chevron-up.c03b58f8.js → chevron-up.9bf21068.js} +3 -3
- package/dist/chunks/{chevron-up.c03b58f8.js.map → chevron-up.9bf21068.js.map} +1 -1
- package/dist/chunks/{controls-group.0d6db9c0.js → controls-group.efcf4e8d.js} +2 -2
- package/dist/chunks/{controls-group.0d6db9c0.js.map → controls-group.efcf4e8d.js.map} +1 -1
- package/dist/chunks/{copy.c9a29be0.js → copy.527c3d76.js} +3 -3
- package/dist/chunks/{copy.c9a29be0.js.map → copy.527c3d76.js.map} +1 -1
- package/dist/chunks/debounce.b5ef6acf.js +10 -0
- package/dist/chunks/debounce.b5ef6acf.js.map +1 -0
- package/dist/chunks/{dropdown-default-textbox.cd789a95.js → dropdown-default-textbox.a1789dc7.js} +19 -18
- package/dist/chunks/{dropdown-default-textbox.cd789a95.js.map → dropdown-default-textbox.a1789dc7.js.map} +1 -1
- package/dist/chunks/{dropdown.ff4f94a8.js → dropdown.22e51667.js} +9 -7
- package/dist/chunks/dropdown.22e51667.js.map +1 -0
- package/dist/chunks/{error-message.8c67a507.js → error-message.37b6c7aa.js} +2 -2
- package/dist/chunks/{error-message.8c67a507.js.map → error-message.37b6c7aa.js.map} +1 -1
- package/dist/chunks/{footer-actions.a587e374.js → footer-actions.5275203a.js} +3 -3
- package/dist/chunks/{footer-actions.a587e374.js.map → footer-actions.5275203a.js.map} +1 -1
- package/dist/chunks/{grid-layout.984317d7.js → grid-layout.c98e6bc7.js} +2 -2
- package/dist/chunks/{grid-layout.984317d7.js.map → grid-layout.c98e6bc7.js.map} +1 -1
- package/dist/chunks/{index.77c651df.js → index.32ed68b7.js} +2 -2
- package/dist/chunks/{index.77c651df.js.map → index.32ed68b7.js.map} +1 -1
- package/dist/chunks/{index.fdb0c13d.js → index.604da8e9.js} +3 -3
- package/dist/chunks/{index.fdb0c13d.js.map → index.604da8e9.js.map} +1 -1
- package/dist/chunks/{index.fd1cd23a.js → index.a57930ba.js} +197 -188
- package/dist/chunks/index.a57930ba.js.map +1 -0
- package/dist/chunks/{index.ee69b530.js → index.c22c4278.js} +6 -6
- package/dist/chunks/{index.ee69b530.js.map → index.c22c4278.js.map} +1 -1
- package/dist/chunks/{index.140bf28f.js → index.c62ea69f.js} +2 -2
- package/dist/chunks/{index.140bf28f.js.map → index.c62ea69f.js.map} +1 -1
- package/dist/chunks/{index.450b70d5.js → index.dd20095f.js} +3 -3
- package/dist/chunks/{index.450b70d5.js.map → index.dd20095f.js.map} +1 -1
- package/dist/chunks/{debounce.f8d92e44.js → keyboard-navigation.ca47dfa8.js} +11 -17
- package/dist/chunks/keyboard-navigation.ca47dfa8.js.map +1 -0
- package/dist/chunks/{listbox-option-tag.ffe70226.js → listbox-option-tag.fa70334e.js} +3 -3
- package/dist/chunks/{listbox-option-tag.ffe70226.js.map → listbox-option-tag.fa70334e.js.map} +1 -1
- package/dist/chunks/{listbox.f535a736.js → listbox.4205c0de.js} +12 -11
- package/dist/chunks/{listbox.f535a736.js.map → listbox.4205c0de.js.map} +1 -1
- package/dist/chunks/{loading-button.bc6e3967.js → loading-button.41c15584.js} +2 -2
- package/dist/chunks/{loading-button.bc6e3967.js.map → loading-button.41c15584.js.map} +1 -1
- package/dist/chunks/{tooltip.973c86d3.js → tooltip.c8350cd0.js} +37 -36
- package/dist/chunks/{tooltip.973c86d3.js.map → tooltip.c8350cd0.js.map} +1 -1
- package/dist/chunks/use-has-slot.3daaffc6.js +17 -0
- package/dist/chunks/use-has-slot.3daaffc6.js.map +1 -0
- package/dist/code-snippet.js +469 -466
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +2 -2
- package/dist/currency.js +1 -1
- package/dist/data-grid.js +963 -834
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +8 -8
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/divider.js +1 -1
- package/dist/dropdown.js +4 -4
- package/dist/empty-state.js +21 -21
- package/dist/empty-state.js.map +1 -1
- package/dist/filter-bar.js +853 -784
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/form-layout.js +72 -51
- package/dist/form-layout.js.map +1 -1
- package/dist/header.js +190 -112
- package/dist/header.js.map +1 -1
- package/dist/image.js +3 -1
- package/dist/index.js +219 -211
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +2 -2
- package/dist/input-field.js +5 -5
- package/dist/internal.js +7 -7
- package/dist/link.js +2 -2
- package/dist/loading-indicator.js +1 -1
- package/dist/menu.js +114 -104
- package/dist/menu.js.map +1 -1
- package/dist/modal.js +33 -30
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +4 -4
- package/dist/payment-method.js +2 -2
- package/dist/popover.js +72 -61
- package/dist/popover.js.map +1 -1
- package/dist/popper-container.js +1238 -192
- package/dist/popper-container.js.map +1 -1
- package/dist/radio-group.js +5 -5
- package/dist/search-bar.js +3 -3
- package/dist/segmented-control.js +15 -15
- package/dist/segmented-control.js.map +1 -1
- package/dist/sidepanel.js +7 -7
- package/dist/sidepanel.js.map +1 -1
- package/dist/status.js +2 -2
- package/dist/stepper.js +276 -0
- package/dist/stepper.js.map +1 -0
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +5 -5
- package/dist/tabs.js +2 -2
- package/dist/tag.js +3 -3
- package/dist/textarea.js +4 -4
- package/dist/timeline.js +5 -5
- package/dist/toast.js +4 -4
- package/dist/toggle.js +12 -12
- package/dist/toggle.js.map +1 -1
- package/dist/typography.js +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +3 -3
- package/dist/chunks/base-button.c4ac1ad1.js +0 -108
- package/dist/chunks/base-button.c4ac1ad1.js.map +0 -1
- package/dist/chunks/base-modal.db7a9829.js +0 -291
- package/dist/chunks/base-modal.db7a9829.js.map +0 -1
- package/dist/chunks/debounce.f8d92e44.js.map +0 -1
- package/dist/chunks/dropdown.ff4f94a8.js.map +0 -1
- package/dist/chunks/index.fd1cd23a.js.map +0 -1
- package/dist/chunks/use-has-slot.9fac7123.js +0 -16
- package/dist/chunks/use-has-slot.9fac7123.js.map +0 -1
|
@@ -37,7 +37,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
39
|
lazyLoadType: {
|
|
40
|
-
type: PropType<"button" | "none" |
|
|
40
|
+
type: PropType<"button" | "none" | "automatic" | BentoDropdownLazyLoadType>;
|
|
41
41
|
default: BentoDropdownLazyLoadType;
|
|
42
42
|
validator: (value: BentoDropdownLazyLoadType) => boolean;
|
|
43
43
|
};
|
|
@@ -81,86 +81,356 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
81
81
|
disabled?: undefined;
|
|
82
82
|
})[]>;
|
|
83
83
|
internalSelectedValue: import("../../../../../../vue3/node_modules/vue").Ref<import("../../../../types").BentoListboxValue | import("../../../../types").BentoListboxValue[]>;
|
|
84
|
-
popperContainerOrPopoverComponent: import("../../../../../../vue3/node_modules/vue").ComputedRef<
|
|
85
|
-
|
|
86
|
-
|
|
84
|
+
popperContainerOrPopoverComponent: import("../../../../../../vue3/node_modules/vue").ComputedRef<({
|
|
85
|
+
new (...args: any[]): {
|
|
86
|
+
$: import("../../../../../../vue3/node_modules/vue").ComponentInternalInstance;
|
|
87
|
+
$data: {};
|
|
88
|
+
$props: Partial<{
|
|
89
|
+
position: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition;
|
|
90
|
+
offset: number[];
|
|
91
|
+
ariaRole: import("../../../popper-container").PopperContainerAriaRole;
|
|
92
|
+
arrow: any;
|
|
93
|
+
disabledFocusTrap: boolean;
|
|
94
|
+
fallbackPosition: import("../../../popper-container").FallbackPositionProp;
|
|
95
|
+
fixedPositioning: boolean;
|
|
96
|
+
id: string;
|
|
97
|
+
isHidden: boolean;
|
|
98
|
+
matchWidth: boolean;
|
|
99
|
+
middleware: {
|
|
100
|
+
name: string;
|
|
101
|
+
options?: any;
|
|
102
|
+
fn: (state: {
|
|
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
|
+
}) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
|
|
113
|
+
}[];
|
|
114
|
+
}> & Omit<Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
115
|
+
ariaRole: {
|
|
116
|
+
type: PropType<import("../../../popper-container").PopperContainerAriaRole>;
|
|
117
|
+
default: any;
|
|
118
|
+
validator: (value: unknown) => boolean;
|
|
119
|
+
};
|
|
120
|
+
arrow: {
|
|
121
|
+
type: PropType<boolean | import("../../../popper-container").PopperContainerArrowProp>;
|
|
122
|
+
default: any;
|
|
123
|
+
};
|
|
124
|
+
disabledFocusTrap: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
128
|
+
fallbackPosition: {
|
|
129
|
+
type: PropType<import("../../../popper-container").FallbackPositionProp>;
|
|
130
|
+
default: any;
|
|
131
|
+
};
|
|
132
|
+
fixedPositioning: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
136
|
+
id: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
default: any;
|
|
139
|
+
};
|
|
140
|
+
isHidden: {
|
|
141
|
+
type: BooleanConstructor;
|
|
142
|
+
default: any;
|
|
143
|
+
};
|
|
144
|
+
matchWidth: {
|
|
145
|
+
type: BooleanConstructor;
|
|
146
|
+
default: boolean;
|
|
147
|
+
};
|
|
148
|
+
middleware: {
|
|
149
|
+
type: PropType<{
|
|
150
|
+
name: string;
|
|
151
|
+
options?: any;
|
|
152
|
+
fn: (state: {
|
|
153
|
+
x: number;
|
|
154
|
+
y: number;
|
|
155
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
156
|
+
placement: import("@floating-ui/utils").Placement;
|
|
157
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
158
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
159
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
160
|
+
platform: import("@floating-ui/core").Platform;
|
|
161
|
+
elements: import("@floating-ui/dom").Elements;
|
|
162
|
+
}) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
|
|
163
|
+
}[]>;
|
|
164
|
+
default: any;
|
|
165
|
+
};
|
|
166
|
+
offset: {
|
|
167
|
+
type: PropType<number[]>;
|
|
168
|
+
default: () => number[];
|
|
169
|
+
validator: (value: number[]) => boolean;
|
|
170
|
+
};
|
|
171
|
+
position: {
|
|
172
|
+
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
173
|
+
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
174
|
+
validator: (value: unknown) => boolean;
|
|
175
|
+
};
|
|
176
|
+
targetElement: {
|
|
177
|
+
type: PropType<import("../../../../types").VueNodeElement>;
|
|
178
|
+
required: true;
|
|
179
|
+
};
|
|
180
|
+
}>> & {
|
|
181
|
+
onPlacement?: (value: import("@floating-ui/utils").Placement) => any;
|
|
182
|
+
} & import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, "position" | "offset" | "ariaRole" | "arrow" | "disabledFocusTrap" | "fallbackPosition" | "fixedPositioning" | "id" | "isHidden" | "matchWidth" | "middleware">;
|
|
183
|
+
$attrs: {
|
|
184
|
+
[x: string]: unknown;
|
|
185
|
+
};
|
|
186
|
+
$refs: {
|
|
187
|
+
[x: string]: unknown;
|
|
188
|
+
};
|
|
189
|
+
$slots: Readonly<{
|
|
190
|
+
[name: string]: import("../../../../../../vue3/node_modules/vue").Slot;
|
|
191
|
+
}>;
|
|
192
|
+
$root: import("../../../../../../vue3/node_modules/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
193
|
+
$parent: import("../../../../../../vue3/node_modules/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
194
|
+
$emit: (event: "placement", value: import("@floating-ui/utils").Placement) => void;
|
|
195
|
+
$el: any;
|
|
196
|
+
$options: import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
197
|
+
ariaRole: {
|
|
198
|
+
type: PropType<import("../../../popper-container").PopperContainerAriaRole>;
|
|
199
|
+
default: any;
|
|
200
|
+
validator: (value: unknown) => boolean;
|
|
201
|
+
};
|
|
202
|
+
arrow: {
|
|
203
|
+
type: PropType<boolean | import("../../../popper-container").PopperContainerArrowProp>;
|
|
204
|
+
default: any;
|
|
205
|
+
};
|
|
206
|
+
disabledFocusTrap: {
|
|
207
|
+
type: BooleanConstructor;
|
|
208
|
+
default: boolean;
|
|
209
|
+
};
|
|
210
|
+
fallbackPosition: {
|
|
211
|
+
type: PropType<import("../../../popper-container").FallbackPositionProp>;
|
|
212
|
+
default: any;
|
|
213
|
+
};
|
|
214
|
+
fixedPositioning: {
|
|
215
|
+
type: BooleanConstructor;
|
|
216
|
+
default: boolean;
|
|
217
|
+
};
|
|
218
|
+
id: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
default: any;
|
|
221
|
+
};
|
|
222
|
+
isHidden: {
|
|
223
|
+
type: BooleanConstructor;
|
|
224
|
+
default: any;
|
|
225
|
+
};
|
|
226
|
+
matchWidth: {
|
|
227
|
+
type: BooleanConstructor;
|
|
228
|
+
default: boolean;
|
|
229
|
+
};
|
|
230
|
+
middleware: {
|
|
231
|
+
type: PropType<{
|
|
232
|
+
name: string;
|
|
233
|
+
options?: any;
|
|
234
|
+
fn: (state: {
|
|
235
|
+
x: number;
|
|
236
|
+
y: number;
|
|
237
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
238
|
+
placement: import("@floating-ui/utils").Placement;
|
|
239
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
240
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
241
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
242
|
+
platform: import("@floating-ui/core").Platform;
|
|
243
|
+
elements: import("@floating-ui/dom").Elements;
|
|
244
|
+
}) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
|
|
245
|
+
}[]>;
|
|
246
|
+
default: any;
|
|
247
|
+
};
|
|
248
|
+
offset: {
|
|
249
|
+
type: PropType<number[]>;
|
|
250
|
+
default: () => number[];
|
|
251
|
+
validator: (value: number[]) => boolean;
|
|
252
|
+
};
|
|
253
|
+
position: {
|
|
254
|
+
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
255
|
+
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
256
|
+
validator: (value: unknown) => boolean;
|
|
257
|
+
};
|
|
258
|
+
targetElement: {
|
|
259
|
+
type: PropType<import("../../../../types").VueNodeElement>;
|
|
260
|
+
required: true;
|
|
261
|
+
};
|
|
262
|
+
}>> & {
|
|
263
|
+
onPlacement?: (value: import("@floating-ui/utils").Placement) => any;
|
|
264
|
+
}, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
|
|
265
|
+
placement: (value: import("@floating-ui/utils").Placement) => void;
|
|
266
|
+
}, string, {
|
|
267
|
+
position: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition;
|
|
268
|
+
offset: number[];
|
|
269
|
+
ariaRole: import("../../../popper-container").PopperContainerAriaRole;
|
|
270
|
+
arrow: any;
|
|
271
|
+
disabledFocusTrap: boolean;
|
|
272
|
+
fallbackPosition: import("../../../popper-container").FallbackPositionProp;
|
|
273
|
+
fixedPositioning: boolean;
|
|
274
|
+
id: string;
|
|
275
|
+
isHidden: boolean;
|
|
276
|
+
matchWidth: boolean;
|
|
277
|
+
middleware: {
|
|
278
|
+
name: string;
|
|
279
|
+
options?: any;
|
|
280
|
+
fn: (state: {
|
|
281
|
+
x: number;
|
|
282
|
+
y: number;
|
|
283
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
284
|
+
placement: import("@floating-ui/utils").Placement;
|
|
285
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
286
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
287
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
288
|
+
platform: import("@floating-ui/core").Platform;
|
|
289
|
+
elements: import("@floating-ui/dom").Elements;
|
|
290
|
+
}) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
|
|
291
|
+
}[];
|
|
292
|
+
}, {}, string> & {
|
|
293
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
294
|
+
created?: (() => void) | (() => void)[];
|
|
295
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
296
|
+
mounted?: (() => void) | (() => void)[];
|
|
297
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
298
|
+
updated?: (() => void) | (() => void)[];
|
|
299
|
+
activated?: (() => void) | (() => void)[];
|
|
300
|
+
deactivated?: (() => void) | (() => void)[];
|
|
301
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
302
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
303
|
+
destroyed?: (() => void) | (() => void)[];
|
|
304
|
+
unmounted?: (() => void) | (() => void)[];
|
|
305
|
+
renderTracked?: ((e: import("../../../../../../vue3/node_modules/vue").DebuggerEvent) => void) | ((e: import("../../../../../../vue3/node_modules/vue").DebuggerEvent) => void)[];
|
|
306
|
+
renderTriggered?: ((e: import("../../../../../../vue3/node_modules/vue").DebuggerEvent) => void) | ((e: import("../../../../../../vue3/node_modules/vue").DebuggerEvent) => void)[];
|
|
307
|
+
errorCaptured?: ((err: unknown, instance: import("../../../../../../vue3/node_modules/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("../../../../../../vue3/node_modules/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
308
|
+
};
|
|
309
|
+
$forceUpdate: () => void;
|
|
310
|
+
$nextTick: typeof import("../../../../../../vue3/node_modules/vue").nextTick;
|
|
311
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("../../../../../../vue3/node_modules/vue").WatchOptions<boolean>): import("../../../../../../vue3/node_modules/vue").WatchStopHandle;
|
|
312
|
+
} & Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
313
|
+
ariaRole: {
|
|
314
|
+
type: PropType<import("../../../popper-container").PopperContainerAriaRole>;
|
|
315
|
+
default: any;
|
|
316
|
+
validator: (value: unknown) => boolean;
|
|
317
|
+
};
|
|
318
|
+
arrow: {
|
|
319
|
+
type: PropType<boolean | import("../../../popper-container").PopperContainerArrowProp>;
|
|
320
|
+
default: any;
|
|
321
|
+
};
|
|
322
|
+
disabledFocusTrap: {
|
|
323
|
+
type: BooleanConstructor;
|
|
324
|
+
default: boolean;
|
|
325
|
+
};
|
|
326
|
+
fallbackPosition: {
|
|
327
|
+
type: PropType<import("../../../popper-container").FallbackPositionProp>;
|
|
328
|
+
default: any;
|
|
329
|
+
};
|
|
330
|
+
fixedPositioning: {
|
|
331
|
+
type: BooleanConstructor;
|
|
332
|
+
default: boolean;
|
|
333
|
+
};
|
|
334
|
+
id: {
|
|
335
|
+
type: StringConstructor;
|
|
336
|
+
default: any;
|
|
337
|
+
};
|
|
338
|
+
isHidden: {
|
|
339
|
+
type: BooleanConstructor;
|
|
340
|
+
default: any;
|
|
341
|
+
};
|
|
342
|
+
matchWidth: {
|
|
343
|
+
type: BooleanConstructor;
|
|
344
|
+
default: boolean;
|
|
345
|
+
};
|
|
346
|
+
middleware: {
|
|
347
|
+
type: PropType<{
|
|
348
|
+
name: string;
|
|
349
|
+
options?: any;
|
|
350
|
+
fn: (state: {
|
|
351
|
+
x: number;
|
|
352
|
+
y: number;
|
|
353
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
354
|
+
placement: import("@floating-ui/utils").Placement;
|
|
355
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
356
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
357
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
358
|
+
platform: import("@floating-ui/core").Platform;
|
|
359
|
+
elements: import("@floating-ui/dom").Elements;
|
|
360
|
+
}) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
|
|
361
|
+
}[]>;
|
|
362
|
+
default: any;
|
|
363
|
+
};
|
|
364
|
+
offset: {
|
|
365
|
+
type: PropType<number[]>;
|
|
366
|
+
default: () => number[];
|
|
367
|
+
validator: (value: number[]) => boolean;
|
|
368
|
+
};
|
|
369
|
+
position: {
|
|
370
|
+
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
371
|
+
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
372
|
+
validator: (value: unknown) => boolean;
|
|
373
|
+
};
|
|
374
|
+
targetElement: {
|
|
375
|
+
type: PropType<import("../../../../types").VueNodeElement>;
|
|
376
|
+
required: true;
|
|
377
|
+
};
|
|
378
|
+
}>> & {
|
|
379
|
+
onPlacement?: (value: import("@floating-ui/utils").Placement) => any;
|
|
380
|
+
} & import("../../../../../../vue3/node_modules/vue").ShallowUnwrapRef<{}> & {} & import("../../../../../../vue3/node_modules/vue").ComponentCustomProperties & {};
|
|
381
|
+
__isFragment?: never;
|
|
382
|
+
__isTeleport?: never;
|
|
383
|
+
__isSuspense?: never;
|
|
384
|
+
} & import("../../../../../../vue3/node_modules/vue").ComponentOptionsBase<Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
385
|
+
ariaRole: {
|
|
386
|
+
type: PropType<import("../../../popper-container").PopperContainerAriaRole>;
|
|
87
387
|
default: any;
|
|
88
|
-
};
|
|
89
|
-
targetElement: {
|
|
90
|
-
type: PropType<import("../../../../types").VueNodeElement>;
|
|
91
|
-
required: true;
|
|
92
|
-
};
|
|
93
|
-
position: {
|
|
94
|
-
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
95
|
-
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
96
388
|
validator: (value: unknown) => boolean;
|
|
97
389
|
};
|
|
98
|
-
fixedPositioning: {
|
|
99
|
-
type: BooleanConstructor;
|
|
100
|
-
default: boolean;
|
|
101
|
-
};
|
|
102
390
|
arrow: {
|
|
103
391
|
type: PropType<boolean | import("../../../popper-container").PopperContainerArrowProp>;
|
|
104
392
|
default: any;
|
|
105
393
|
};
|
|
106
|
-
offset: {
|
|
107
|
-
type: PropType<number[]>;
|
|
108
|
-
default: () => number[];
|
|
109
|
-
validator: (value: number[]) => boolean;
|
|
110
|
-
};
|
|
111
|
-
matchWidth: {
|
|
112
|
-
type: BooleanConstructor;
|
|
113
|
-
default: boolean;
|
|
114
|
-
};
|
|
115
394
|
disabledFocusTrap: {
|
|
116
395
|
type: BooleanConstructor;
|
|
117
396
|
default: boolean;
|
|
118
397
|
};
|
|
119
|
-
modifiers: {
|
|
120
|
-
type: ArrayConstructor;
|
|
121
|
-
default: any;
|
|
122
|
-
};
|
|
123
398
|
fallbackPosition: {
|
|
124
399
|
type: PropType<import("../../../popper-container").FallbackPositionProp>;
|
|
125
400
|
default: any;
|
|
126
401
|
};
|
|
127
|
-
|
|
128
|
-
type:
|
|
129
|
-
default:
|
|
130
|
-
validator: (value: unknown) => boolean;
|
|
402
|
+
fixedPositioning: {
|
|
403
|
+
type: BooleanConstructor;
|
|
404
|
+
default: boolean;
|
|
131
405
|
};
|
|
132
|
-
}, unknown, {
|
|
133
|
-
popper: any;
|
|
134
|
-
emittedPosition: any;
|
|
135
|
-
}, {
|
|
136
|
-
strategy(): import("@popperjs/core").PositioningStrategy;
|
|
137
|
-
allModifiers(): import("../../../popper-container").ExtendedModifiers[];
|
|
138
|
-
arrowClasses(): string[];
|
|
139
|
-
}, {
|
|
140
|
-
initPopper(): void;
|
|
141
|
-
destroyPopper(): void;
|
|
142
|
-
updatePopperOptions(options: any): void;
|
|
143
|
-
updateModifiers(): void;
|
|
144
|
-
}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
145
406
|
id: {
|
|
146
407
|
type: StringConstructor;
|
|
147
408
|
default: any;
|
|
148
409
|
};
|
|
149
|
-
|
|
150
|
-
type:
|
|
151
|
-
|
|
152
|
-
};
|
|
153
|
-
position: {
|
|
154
|
-
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
155
|
-
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
156
|
-
validator: (value: unknown) => boolean;
|
|
410
|
+
isHidden: {
|
|
411
|
+
type: BooleanConstructor;
|
|
412
|
+
default: any;
|
|
157
413
|
};
|
|
158
|
-
|
|
414
|
+
matchWidth: {
|
|
159
415
|
type: BooleanConstructor;
|
|
160
416
|
default: boolean;
|
|
161
417
|
};
|
|
162
|
-
|
|
163
|
-
type: PropType<
|
|
418
|
+
middleware: {
|
|
419
|
+
type: PropType<{
|
|
420
|
+
name: string;
|
|
421
|
+
options?: any;
|
|
422
|
+
fn: (state: {
|
|
423
|
+
x: number;
|
|
424
|
+
y: number;
|
|
425
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
426
|
+
placement: import("@floating-ui/utils").Placement;
|
|
427
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
428
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
429
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
430
|
+
platform: import("@floating-ui/core").Platform;
|
|
431
|
+
elements: import("@floating-ui/dom").Elements;
|
|
432
|
+
}) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
|
|
433
|
+
}[]>;
|
|
164
434
|
default: any;
|
|
165
435
|
};
|
|
166
436
|
offset: {
|
|
@@ -168,39 +438,50 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
168
438
|
default: () => number[];
|
|
169
439
|
validator: (value: number[]) => boolean;
|
|
170
440
|
};
|
|
171
|
-
|
|
172
|
-
type:
|
|
173
|
-
default:
|
|
174
|
-
};
|
|
175
|
-
disabledFocusTrap: {
|
|
176
|
-
type: BooleanConstructor;
|
|
177
|
-
default: boolean;
|
|
178
|
-
};
|
|
179
|
-
modifiers: {
|
|
180
|
-
type: ArrayConstructor;
|
|
181
|
-
default: any;
|
|
182
|
-
};
|
|
183
|
-
fallbackPosition: {
|
|
184
|
-
type: PropType<import("../../../popper-container").FallbackPositionProp>;
|
|
185
|
-
default: any;
|
|
186
|
-
};
|
|
187
|
-
ariaRole: {
|
|
188
|
-
type: PropType<import("../../../popper-container").PopperContainerAriaRole>;
|
|
189
|
-
default: any;
|
|
441
|
+
position: {
|
|
442
|
+
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
443
|
+
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
190
444
|
validator: (value: unknown) => boolean;
|
|
191
445
|
};
|
|
192
|
-
|
|
446
|
+
targetElement: {
|
|
447
|
+
type: PropType<import("../../../../types").VueNodeElement>;
|
|
448
|
+
required: true;
|
|
449
|
+
};
|
|
450
|
+
}>> & {
|
|
451
|
+
onPlacement?: (value: import("@floating-ui/utils").Placement) => any;
|
|
452
|
+
}, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {
|
|
453
|
+
placement: (value: import("@floating-ui/utils").Placement) => void;
|
|
454
|
+
}, string, {
|
|
193
455
|
position: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition;
|
|
194
456
|
offset: number[];
|
|
195
|
-
|
|
457
|
+
ariaRole: import("../../../popper-container").PopperContainerAriaRole;
|
|
196
458
|
arrow: any;
|
|
197
|
-
matchWidth: boolean;
|
|
198
|
-
id: string;
|
|
199
|
-
fixedPositioning: boolean;
|
|
200
459
|
disabledFocusTrap: boolean;
|
|
201
460
|
fallbackPosition: import("../../../popper-container").FallbackPositionProp;
|
|
202
|
-
|
|
203
|
-
|
|
461
|
+
fixedPositioning: boolean;
|
|
462
|
+
id: string;
|
|
463
|
+
isHidden: boolean;
|
|
464
|
+
matchWidth: boolean;
|
|
465
|
+
middleware: {
|
|
466
|
+
name: string;
|
|
467
|
+
options?: any;
|
|
468
|
+
fn: (state: {
|
|
469
|
+
x: number;
|
|
470
|
+
y: number;
|
|
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;
|
|
476
|
+
platform: import("@floating-ui/core").Platform;
|
|
477
|
+
elements: import("@floating-ui/dom").Elements;
|
|
478
|
+
}) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
|
|
479
|
+
}[];
|
|
480
|
+
}, {}, string> & import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps & (new () => {
|
|
481
|
+
$slots: {
|
|
482
|
+
default: (_: {}) => any;
|
|
483
|
+
};
|
|
484
|
+
})) | import("../../../../../../vue3/node_modules/vue").DefineComponent<{
|
|
204
485
|
actions: {
|
|
205
486
|
type: PropType<import("../../../button").BentoButtonActionsList>;
|
|
206
487
|
default: any;
|
|
@@ -226,6 +507,10 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
226
507
|
type: BooleanConstructor;
|
|
227
508
|
default: boolean;
|
|
228
509
|
};
|
|
510
|
+
fallbackPosition: {
|
|
511
|
+
type: PropType<import("@floating-ui/utils").Placement[]>;
|
|
512
|
+
default: () => string[];
|
|
513
|
+
};
|
|
229
514
|
fitContent: {
|
|
230
515
|
type: BooleanConstructor;
|
|
231
516
|
default: boolean;
|
|
@@ -248,7 +533,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
248
533
|
};
|
|
249
534
|
position: {
|
|
250
535
|
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
251
|
-
default: import("../../../popper-container").
|
|
536
|
+
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
252
537
|
validator: (value: import("../../../popper-container").PopperContainerPosition) => boolean;
|
|
253
538
|
};
|
|
254
539
|
small: {
|
|
@@ -285,7 +570,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
285
570
|
PopperContainerAriaRole: typeof import("../../../popper-container").PopperContainerAriaRole;
|
|
286
571
|
dismissPopover: () => void;
|
|
287
572
|
hasSlot: (name: string) => boolean;
|
|
288
|
-
}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, "dismiss"[], "dismiss", import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
573
|
+
}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, ("placement" | "dismiss")[], "placement" | "dismiss", import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
289
574
|
actions: {
|
|
290
575
|
type: PropType<import("../../../button").BentoButtonActionsList>;
|
|
291
576
|
default: any;
|
|
@@ -311,6 +596,10 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
311
596
|
type: BooleanConstructor;
|
|
312
597
|
default: boolean;
|
|
313
598
|
};
|
|
599
|
+
fallbackPosition: {
|
|
600
|
+
type: PropType<import("@floating-ui/utils").Placement[]>;
|
|
601
|
+
default: () => string[];
|
|
602
|
+
};
|
|
314
603
|
fitContent: {
|
|
315
604
|
type: BooleanConstructor;
|
|
316
605
|
default: boolean;
|
|
@@ -333,7 +622,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
333
622
|
};
|
|
334
623
|
position: {
|
|
335
624
|
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
336
|
-
default: import("../../../popper-container").
|
|
625
|
+
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
337
626
|
validator: (value: import("../../../popper-container").PopperContainerPosition) => boolean;
|
|
338
627
|
};
|
|
339
628
|
small: {
|
|
@@ -353,6 +642,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
353
642
|
default: boolean;
|
|
354
643
|
};
|
|
355
644
|
}>> & {
|
|
645
|
+
onPlacement?: (...args: any[]) => any;
|
|
356
646
|
onDismiss?: (...args: any[]) => any;
|
|
357
647
|
}, {
|
|
358
648
|
small: boolean;
|
|
@@ -361,6 +651,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
361
651
|
position: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition;
|
|
362
652
|
open: boolean;
|
|
363
653
|
modifiers: unknown[];
|
|
654
|
+
fallbackPosition: import("@floating-ui/utils").Placement[];
|
|
364
655
|
fixedPositioning: boolean;
|
|
365
656
|
ariaLabel: string;
|
|
366
657
|
actions: import("../../../button").BentoButtonActionsList;
|
|
@@ -374,69 +665,105 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
374
665
|
popperContainerOrPopoverProps: import("../../../../../../vue3/node_modules/vue").ComputedRef<(Partial<{
|
|
375
666
|
position: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition;
|
|
376
667
|
offset: number[];
|
|
377
|
-
|
|
668
|
+
ariaRole: import("../../../popper-container").PopperContainerAriaRole;
|
|
378
669
|
arrow: any;
|
|
379
|
-
matchWidth: boolean;
|
|
380
|
-
id: string;
|
|
381
|
-
fixedPositioning: boolean;
|
|
382
670
|
disabledFocusTrap: boolean;
|
|
383
671
|
fallbackPosition: import("../../../popper-container").FallbackPositionProp;
|
|
384
|
-
|
|
672
|
+
fixedPositioning: boolean;
|
|
673
|
+
id: string;
|
|
674
|
+
isHidden: boolean;
|
|
675
|
+
matchWidth: boolean;
|
|
676
|
+
middleware: {
|
|
677
|
+
name: string;
|
|
678
|
+
options?: any;
|
|
679
|
+
fn: (state: {
|
|
680
|
+
x: number;
|
|
681
|
+
y: number;
|
|
682
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
683
|
+
placement: import("@floating-ui/utils").Placement;
|
|
684
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
685
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
686
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
687
|
+
platform: import("@floating-ui/core").Platform;
|
|
688
|
+
elements: import("@floating-ui/dom").Elements;
|
|
689
|
+
}) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
|
|
690
|
+
}[];
|
|
385
691
|
}> & Omit<Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
386
|
-
|
|
387
|
-
type:
|
|
692
|
+
ariaRole: {
|
|
693
|
+
type: PropType<import("../../../popper-container").PopperContainerAriaRole>;
|
|
388
694
|
default: any;
|
|
389
|
-
};
|
|
390
|
-
targetElement: {
|
|
391
|
-
type: PropType<import("../../../../types").VueNodeElement>;
|
|
392
|
-
required: true;
|
|
393
|
-
};
|
|
394
|
-
position: {
|
|
395
|
-
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
396
|
-
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
397
695
|
validator: (value: unknown) => boolean;
|
|
398
696
|
};
|
|
399
|
-
fixedPositioning: {
|
|
400
|
-
type: BooleanConstructor;
|
|
401
|
-
default: boolean;
|
|
402
|
-
};
|
|
403
697
|
arrow: {
|
|
404
698
|
type: PropType<boolean | import("../../../popper-container").PopperContainerArrowProp>;
|
|
405
699
|
default: any;
|
|
406
700
|
};
|
|
407
|
-
|
|
408
|
-
type: PropType<number[]>;
|
|
409
|
-
default: () => number[];
|
|
410
|
-
validator: (value: number[]) => boolean;
|
|
411
|
-
};
|
|
412
|
-
matchWidth: {
|
|
701
|
+
disabledFocusTrap: {
|
|
413
702
|
type: BooleanConstructor;
|
|
414
703
|
default: boolean;
|
|
415
704
|
};
|
|
416
|
-
|
|
705
|
+
fallbackPosition: {
|
|
706
|
+
type: PropType<import("../../../popper-container").FallbackPositionProp>;
|
|
707
|
+
default: any;
|
|
708
|
+
};
|
|
709
|
+
fixedPositioning: {
|
|
417
710
|
type: BooleanConstructor;
|
|
418
711
|
default: boolean;
|
|
419
712
|
};
|
|
420
|
-
|
|
421
|
-
type:
|
|
713
|
+
id: {
|
|
714
|
+
type: StringConstructor;
|
|
422
715
|
default: any;
|
|
423
716
|
};
|
|
424
|
-
|
|
425
|
-
type:
|
|
717
|
+
isHidden: {
|
|
718
|
+
type: BooleanConstructor;
|
|
426
719
|
default: any;
|
|
427
720
|
};
|
|
428
|
-
|
|
429
|
-
type:
|
|
721
|
+
matchWidth: {
|
|
722
|
+
type: BooleanConstructor;
|
|
723
|
+
default: boolean;
|
|
724
|
+
};
|
|
725
|
+
middleware: {
|
|
726
|
+
type: PropType<{
|
|
727
|
+
name: string;
|
|
728
|
+
options?: any;
|
|
729
|
+
fn: (state: {
|
|
730
|
+
x: number;
|
|
731
|
+
y: number;
|
|
732
|
+
initialPlacement: import("@floating-ui/utils").Placement;
|
|
733
|
+
placement: import("@floating-ui/utils").Placement;
|
|
734
|
+
strategy: import("@floating-ui/utils").Strategy;
|
|
735
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
736
|
+
rects: import("@floating-ui/utils").ElementRects;
|
|
737
|
+
platform: import("@floating-ui/core").Platform;
|
|
738
|
+
elements: import("@floating-ui/dom").Elements;
|
|
739
|
+
}) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
|
|
740
|
+
}[]>;
|
|
430
741
|
default: any;
|
|
742
|
+
};
|
|
743
|
+
offset: {
|
|
744
|
+
type: PropType<number[]>;
|
|
745
|
+
default: () => number[];
|
|
746
|
+
validator: (value: number[]) => boolean;
|
|
747
|
+
};
|
|
748
|
+
position: {
|
|
749
|
+
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
750
|
+
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
431
751
|
validator: (value: unknown) => boolean;
|
|
432
752
|
};
|
|
433
|
-
|
|
753
|
+
targetElement: {
|
|
754
|
+
type: PropType<import("../../../../types").VueNodeElement>;
|
|
755
|
+
required: true;
|
|
756
|
+
};
|
|
757
|
+
}>> & {
|
|
758
|
+
onPlacement?: (value: import("@floating-ui/utils").Placement) => any;
|
|
759
|
+
} & import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, "position" | "offset" | "ariaRole" | "arrow" | "disabledFocusTrap" | "fallbackPosition" | "fixedPositioning" | "id" | "isHidden" | "matchWidth" | "middleware">) | (Partial<{
|
|
434
760
|
small: boolean;
|
|
435
761
|
title: string;
|
|
436
762
|
large: boolean;
|
|
437
763
|
position: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition;
|
|
438
764
|
open: boolean;
|
|
439
765
|
modifiers: unknown[];
|
|
766
|
+
fallbackPosition: import("@floating-ui/utils").Placement[];
|
|
440
767
|
fixedPositioning: boolean;
|
|
441
768
|
ariaLabel: string;
|
|
442
769
|
actions: import("../../../button").BentoButtonActionsList;
|
|
@@ -472,6 +799,10 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
472
799
|
type: BooleanConstructor;
|
|
473
800
|
default: boolean;
|
|
474
801
|
};
|
|
802
|
+
fallbackPosition: {
|
|
803
|
+
type: PropType<import("@floating-ui/utils").Placement[]>;
|
|
804
|
+
default: () => string[];
|
|
805
|
+
};
|
|
475
806
|
fitContent: {
|
|
476
807
|
type: BooleanConstructor;
|
|
477
808
|
default: boolean;
|
|
@@ -494,7 +825,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
494
825
|
};
|
|
495
826
|
position: {
|
|
496
827
|
type: PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | import("../../../popper-container").PopperContainerPosition>;
|
|
497
|
-
default: import("../../../popper-container").
|
|
828
|
+
default: import("../../../popper-container").PopperContainerPositionExtended;
|
|
498
829
|
validator: (value: import("../../../popper-container").PopperContainerPosition) => boolean;
|
|
499
830
|
};
|
|
500
831
|
small: {
|
|
@@ -514,8 +845,9 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
514
845
|
default: boolean;
|
|
515
846
|
};
|
|
516
847
|
}>> & {
|
|
848
|
+
onPlacement?: (...args: any[]) => any;
|
|
517
849
|
onDismiss?: (...args: any[]) => any;
|
|
518
|
-
} & import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, "small" | "title" | "large" | "position" | "open" | "modifiers" | "fixedPositioning" | "ariaLabel" | "actions" | "actionsLayout" | "divider" | "disableFocusTrap" | "dismissible" | "fitContent" | "withoutSpace">)>;
|
|
850
|
+
} & import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, "small" | "title" | "large" | "position" | "open" | "modifiers" | "fallbackPosition" | "fixedPositioning" | "ariaLabel" | "actions" | "actionsLayout" | "divider" | "disableFocusTrap" | "dismissible" | "fitContent" | "withoutSpace">)>;
|
|
519
851
|
dropdownOptionsListboxRef: any;
|
|
520
852
|
onEscapeKey: () => void;
|
|
521
853
|
listeners: {
|
|
@@ -560,7 +892,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
560
892
|
default: boolean;
|
|
561
893
|
};
|
|
562
894
|
lazyLoadType: {
|
|
563
|
-
type: PropType<"button" | "none" |
|
|
895
|
+
type: PropType<"button" | "none" | "automatic" | BentoDropdownLazyLoadType>;
|
|
564
896
|
default: BentoDropdownLazyLoadType;
|
|
565
897
|
validator: (value: BentoDropdownLazyLoadType) => boolean;
|
|
566
898
|
};
|
|
@@ -598,7 +930,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
598
930
|
searching: any;
|
|
599
931
|
loading: boolean;
|
|
600
932
|
hasMoreItems: boolean;
|
|
601
|
-
lazyLoadType: "button" | "none" |
|
|
933
|
+
lazyLoadType: "button" | "none" | "automatic" | BentoDropdownLazyLoadType;
|
|
602
934
|
inputSize: "DropdownInputDefault" | "DropdownInputSmall" | BentoDropdownSize;
|
|
603
935
|
}>;
|
|
604
936
|
export default _default;
|