@firstnoodle-ui/bui 0.0.74 → 0.0.76
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/bui.css +1 -1
- package/dist/components/button/Button.vue.d.ts +6 -6
- package/dist/components/inline-form-wrapper/InlineFormWrapper.vue.d.ts +1 -11
- package/dist/components/input/Input.vue.d.ts +2 -0
- package/dist/components/pop-calendar/PopCalendar.vue.d.ts +12 -12
- package/dist/components/pop-confirm/PopConfirm.vue.d.ts +12 -12
- package/dist/components/popper/Popper.vue.d.ts +3 -3
- package/dist/components/tab/Example.vue.d.ts +2 -0
- package/dist/components/tab/OverflowTabs.vue.d.ts +40 -0
- package/dist/components/tab/index.d.ts +1 -0
- package/dist/components/tab/types.d.ts +6 -0
- package/dist/components/tab/useOverflowTabs.d.ts +10 -0
- package/dist/components/tag-input/TagInput.vue.d.ts +4 -0
- package/dist/components/text-editor/components/InserLink.vue.d.ts +23 -15
- package/dist/components/text-editor/components/InsertLinkDialog.vue.d.ts +5 -1
- package/dist/components/text-editor/components/InsertTextDialog.vue.d.ts +5 -1
- package/dist/components/tooltip/Tooltip.vue.d.ts +12 -12
- package/dist/index.mjs +2432 -2215
- package/package.json +2 -2
|
@@ -22,7 +22,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
22
22
|
readonly offsetOptions?: Partial<import('@floating-ui/dom').OffsetOptions> | undefined;
|
|
23
23
|
readonly shiftOptions?: Partial<import('@floating-ui/dom').ShiftOptions> | undefined;
|
|
24
24
|
readonly openDelay?: number | undefined;
|
|
25
|
-
readonly placement?: import('@floating-ui/
|
|
25
|
+
readonly placement?: import('@floating-ui/core').Placement | undefined;
|
|
26
26
|
readonly popperWidthClass?: string | undefined;
|
|
27
27
|
readonly rootClass?: string | string[] | undefined;
|
|
28
28
|
readonly sameWidthAsElement?: HTMLElement | undefined;
|
|
@@ -62,7 +62,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
62
62
|
offsetOptions?: Partial<import('@floating-ui/dom').OffsetOptions>;
|
|
63
63
|
shiftOptions?: Partial<import('@floating-ui/dom').ShiftOptions>;
|
|
64
64
|
openDelay?: number;
|
|
65
|
-
placement?: import('@floating-ui/
|
|
65
|
+
placement?: import('@floating-ui/core').Placement;
|
|
66
66
|
popperWidthClass?: string;
|
|
67
67
|
rootClass?: string | string[];
|
|
68
68
|
sameWidthAsElement?: HTMLElement;
|
|
@@ -87,21 +87,21 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
87
87
|
}, string, {
|
|
88
88
|
disabled: boolean;
|
|
89
89
|
offsetOptions: Partial<import('@floating-ui/dom').OffsetOptions>;
|
|
90
|
-
placement: import('@floating-ui/
|
|
90
|
+
placement: import('@floating-ui/core').Placement;
|
|
91
91
|
trigger: import('../..').TPopperTrigger;
|
|
92
92
|
closeDelay: number;
|
|
93
93
|
closeOnClickOutside: boolean;
|
|
94
94
|
flipOptions: Partial<{
|
|
95
95
|
mainAxis?: boolean | undefined;
|
|
96
96
|
crossAxis?: boolean | "alignment" | undefined;
|
|
97
|
-
fallbackPlacements?: Array<import('@floating-ui/
|
|
97
|
+
fallbackPlacements?: Array<import('@floating-ui/core').Placement> | undefined;
|
|
98
98
|
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
99
99
|
fallbackAxisSideDirection?: "none" | "start" | "end" | undefined;
|
|
100
100
|
flipAlignment?: boolean | undefined;
|
|
101
101
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
102
102
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
103
103
|
altBoundary?: boolean | undefined;
|
|
104
|
-
padding?: import('@floating-ui/
|
|
104
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
105
105
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|
|
106
106
|
}>;
|
|
107
107
|
shiftOptions: Partial<{
|
|
@@ -110,9 +110,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
110
110
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
111
111
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
112
112
|
altBoundary?: boolean | undefined;
|
|
113
|
-
padding?: import('@floating-ui/
|
|
113
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
114
114
|
limiter?: {
|
|
115
|
-
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/
|
|
115
|
+
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/core').Coords;
|
|
116
116
|
options?: any;
|
|
117
117
|
} | undefined;
|
|
118
118
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|
|
@@ -146,21 +146,21 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
146
146
|
} & Readonly<{
|
|
147
147
|
disabled: boolean;
|
|
148
148
|
offsetOptions: Partial<import('@floating-ui/dom').OffsetOptions>;
|
|
149
|
-
placement: import('@floating-ui/
|
|
149
|
+
placement: import('@floating-ui/core').Placement;
|
|
150
150
|
trigger: import('../..').TPopperTrigger;
|
|
151
151
|
closeDelay: number;
|
|
152
152
|
closeOnClickOutside: boolean;
|
|
153
153
|
flipOptions: Partial<{
|
|
154
154
|
mainAxis?: boolean | undefined;
|
|
155
155
|
crossAxis?: boolean | "alignment" | undefined;
|
|
156
|
-
fallbackPlacements?: Array<import('@floating-ui/
|
|
156
|
+
fallbackPlacements?: Array<import('@floating-ui/core').Placement> | undefined;
|
|
157
157
|
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
158
158
|
fallbackAxisSideDirection?: "none" | "start" | "end" | undefined;
|
|
159
159
|
flipAlignment?: boolean | undefined;
|
|
160
160
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
161
161
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
162
162
|
altBoundary?: boolean | undefined;
|
|
163
|
-
padding?: import('@floating-ui/
|
|
163
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
164
164
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|
|
165
165
|
}>;
|
|
166
166
|
shiftOptions: Partial<{
|
|
@@ -169,9 +169,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
169
169
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
170
170
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
171
171
|
altBoundary?: boolean | undefined;
|
|
172
|
-
padding?: import('@floating-ui/
|
|
172
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
173
173
|
limiter?: {
|
|
174
|
-
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/
|
|
174
|
+
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/core').Coords;
|
|
175
175
|
options?: any;
|
|
176
176
|
} | undefined;
|
|
177
177
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|
|
@@ -191,7 +191,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
191
191
|
offsetOptions?: Partial<import('@floating-ui/dom').OffsetOptions>;
|
|
192
192
|
shiftOptions?: Partial<import('@floating-ui/dom').ShiftOptions>;
|
|
193
193
|
openDelay?: number;
|
|
194
|
-
placement?: import('@floating-ui/
|
|
194
|
+
placement?: import('@floating-ui/core').Placement;
|
|
195
195
|
popperWidthClass?: string;
|
|
196
196
|
rootClass?: string | string[];
|
|
197
197
|
sameWidthAsElement?: HTMLElement;
|
|
@@ -236,6 +236,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
236
236
|
readonly autoFocus?: boolean | undefined;
|
|
237
237
|
readonly onChange?: ((...args: any[]) => any) | undefined;
|
|
238
238
|
readonly onEnter?: ((...args: any[]) => any) | undefined;
|
|
239
|
+
readonly onEscape?: ((...args: any[]) => any) | undefined;
|
|
239
240
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
240
241
|
$attrs: {
|
|
241
242
|
[x: string]: unknown;
|
|
@@ -252,7 +253,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
252
253
|
$root: import('vue').ComponentPublicInstance | null;
|
|
253
254
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
254
255
|
$host: Element | null;
|
|
255
|
-
$emit: ((event: "change", ...args: any[]) => void) & ((event: "enter", ...args: any[]) => void);
|
|
256
|
+
$emit: ((event: "change", ...args: any[]) => void) & ((event: "enter", ...args: any[]) => void) & ((event: "escape", ...args: any[]) => void);
|
|
256
257
|
$el: HTMLDivElement;
|
|
257
258
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
258
259
|
disabled?: boolean;
|
|
@@ -268,11 +269,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
268
269
|
}> & Readonly<{
|
|
269
270
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
270
271
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
272
|
+
onEscape?: ((...args: any[]) => any) | undefined;
|
|
271
273
|
}>, {
|
|
272
274
|
focus: () => void;
|
|
273
275
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
274
276
|
change: (...args: any[]) => void;
|
|
275
277
|
enter: (...args: any[]) => void;
|
|
278
|
+
escape: (...args: any[]) => void;
|
|
276
279
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
277
280
|
beforeCreate?: (() => void) | (() => void)[];
|
|
278
281
|
created?: (() => void) | (() => void)[];
|
|
@@ -307,6 +310,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
307
310
|
}> & Readonly<{
|
|
308
311
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
309
312
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
313
|
+
onEscape?: ((...args: any[]) => any) | undefined;
|
|
310
314
|
}>, "focus"> & import('vue').ShallowUnwrapRef<{
|
|
311
315
|
focus: () => void;
|
|
312
316
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -330,6 +334,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
330
334
|
readonly autoFocus?: boolean | undefined;
|
|
331
335
|
readonly onChange?: ((...args: any[]) => any) | undefined;
|
|
332
336
|
readonly onEnter?: ((...args: any[]) => any) | undefined;
|
|
337
|
+
readonly onEscape?: ((...args: any[]) => any) | undefined;
|
|
333
338
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
334
339
|
$attrs: {
|
|
335
340
|
[x: string]: unknown;
|
|
@@ -346,7 +351,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
346
351
|
$root: import('vue').ComponentPublicInstance | null;
|
|
347
352
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
348
353
|
$host: Element | null;
|
|
349
|
-
$emit: ((event: "change", ...args: any[]) => void) & ((event: "enter", ...args: any[]) => void);
|
|
354
|
+
$emit: ((event: "change", ...args: any[]) => void) & ((event: "enter", ...args: any[]) => void) & ((event: "escape", ...args: any[]) => void);
|
|
350
355
|
$el: HTMLDivElement;
|
|
351
356
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
352
357
|
disabled?: boolean;
|
|
@@ -362,11 +367,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
362
367
|
}> & Readonly<{
|
|
363
368
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
364
369
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
370
|
+
onEscape?: ((...args: any[]) => any) | undefined;
|
|
365
371
|
}>, {
|
|
366
372
|
focus: () => void;
|
|
367
373
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
368
374
|
change: (...args: any[]) => void;
|
|
369
375
|
enter: (...args: any[]) => void;
|
|
376
|
+
escape: (...args: any[]) => void;
|
|
370
377
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
371
378
|
beforeCreate?: (() => void) | (() => void)[];
|
|
372
379
|
created?: (() => void) | (() => void)[];
|
|
@@ -401,6 +408,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
401
408
|
}> & Readonly<{
|
|
402
409
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
403
410
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
411
|
+
onEscape?: ((...args: any[]) => any) | undefined;
|
|
404
412
|
}>, "focus"> & import('vue').ShallowUnwrapRef<{
|
|
405
413
|
focus: () => void;
|
|
406
414
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -24,6 +24,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
24
24
|
readonly autoFocus?: boolean | undefined;
|
|
25
25
|
readonly onChange?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
readonly onEnter?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
readonly onEscape?: ((...args: any[]) => any) | undefined;
|
|
27
28
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
28
29
|
$attrs: {
|
|
29
30
|
[x: string]: unknown;
|
|
@@ -40,7 +41,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
40
41
|
$root: import('vue').ComponentPublicInstance | null;
|
|
41
42
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
42
43
|
$host: Element | null;
|
|
43
|
-
$emit: ((event: "change", ...args: any[]) => void) & ((event: "enter", ...args: any[]) => void);
|
|
44
|
+
$emit: ((event: "change", ...args: any[]) => void) & ((event: "enter", ...args: any[]) => void) & ((event: "escape", ...args: any[]) => void);
|
|
44
45
|
$el: HTMLDivElement;
|
|
45
46
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
46
47
|
disabled?: boolean;
|
|
@@ -56,11 +57,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
56
57
|
}> & Readonly<{
|
|
57
58
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
58
59
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
onEscape?: ((...args: any[]) => any) | undefined;
|
|
59
61
|
}>, {
|
|
60
62
|
focus: () => void;
|
|
61
63
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
62
64
|
change: (...args: any[]) => void;
|
|
63
65
|
enter: (...args: any[]) => void;
|
|
66
|
+
escape: (...args: any[]) => void;
|
|
64
67
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
65
68
|
beforeCreate?: (() => void) | (() => void)[];
|
|
66
69
|
created?: (() => void) | (() => void)[];
|
|
@@ -95,6 +98,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
95
98
|
}> & Readonly<{
|
|
96
99
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
97
100
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
101
|
+
onEscape?: ((...args: any[]) => any) | undefined;
|
|
98
102
|
}>, "focus"> & import('vue').ShallowUnwrapRef<{
|
|
99
103
|
focus: () => void;
|
|
100
104
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -21,6 +21,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
21
21
|
readonly autoFocus?: boolean | undefined;
|
|
22
22
|
readonly onChange?: ((...args: any[]) => any) | undefined;
|
|
23
23
|
readonly onEnter?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
readonly onEscape?: ((...args: any[]) => any) | undefined;
|
|
24
25
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
25
26
|
$attrs: {
|
|
26
27
|
[x: string]: unknown;
|
|
@@ -37,7 +38,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
37
38
|
$root: import('vue').ComponentPublicInstance | null;
|
|
38
39
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
39
40
|
$host: Element | null;
|
|
40
|
-
$emit: ((event: "change", ...args: any[]) => void) & ((event: "enter", ...args: any[]) => void);
|
|
41
|
+
$emit: ((event: "change", ...args: any[]) => void) & ((event: "enter", ...args: any[]) => void) & ((event: "escape", ...args: any[]) => void);
|
|
41
42
|
$el: HTMLDivElement;
|
|
42
43
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
43
44
|
disabled?: boolean;
|
|
@@ -53,11 +54,13 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
53
54
|
}> & Readonly<{
|
|
54
55
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
55
56
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
onEscape?: ((...args: any[]) => any) | undefined;
|
|
56
58
|
}>, {
|
|
57
59
|
focus: () => void;
|
|
58
60
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
59
61
|
change: (...args: any[]) => void;
|
|
60
62
|
enter: (...args: any[]) => void;
|
|
63
|
+
escape: (...args: any[]) => void;
|
|
61
64
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
62
65
|
beforeCreate?: (() => void) | (() => void)[];
|
|
63
66
|
created?: (() => void) | (() => void)[];
|
|
@@ -92,6 +95,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
92
95
|
}> & Readonly<{
|
|
93
96
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
94
97
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
98
|
+
onEscape?: ((...args: any[]) => any) | undefined;
|
|
95
99
|
}>, "focus"> & import('vue').ShallowUnwrapRef<{
|
|
96
100
|
focus: () => void;
|
|
97
101
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -108,7 +108,7 @@ declare function __VLS_template(): {
|
|
|
108
108
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
109
109
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
110
110
|
altBoundary?: boolean | undefined;
|
|
111
|
-
padding?: import('@floating-ui/
|
|
111
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
112
112
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|
|
113
113
|
}>;
|
|
114
114
|
shiftOptions: Partial<{
|
|
@@ -117,9 +117,9 @@ declare function __VLS_template(): {
|
|
|
117
117
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
118
118
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
119
119
|
altBoundary?: boolean | undefined;
|
|
120
|
-
padding?: import('@floating-ui/
|
|
120
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
121
121
|
limiter?: {
|
|
122
|
-
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/
|
|
122
|
+
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/core').Coords;
|
|
123
123
|
options?: any;
|
|
124
124
|
} | undefined;
|
|
125
125
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|
|
@@ -167,7 +167,7 @@ declare function __VLS_template(): {
|
|
|
167
167
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
168
168
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
169
169
|
altBoundary?: boolean | undefined;
|
|
170
|
-
padding?: import('@floating-ui/
|
|
170
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
171
171
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|
|
172
172
|
}>;
|
|
173
173
|
shiftOptions: Partial<{
|
|
@@ -176,9 +176,9 @@ declare function __VLS_template(): {
|
|
|
176
176
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
177
177
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
178
178
|
altBoundary?: boolean | undefined;
|
|
179
|
-
padding?: import('@floating-ui/
|
|
179
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
180
180
|
limiter?: {
|
|
181
|
-
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/
|
|
181
|
+
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/core').Coords;
|
|
182
182
|
options?: any;
|
|
183
183
|
} | undefined;
|
|
184
184
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|
|
@@ -332,7 +332,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
332
332
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
333
333
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
334
334
|
altBoundary?: boolean | undefined;
|
|
335
|
-
padding?: import('@floating-ui/
|
|
335
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
336
336
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|
|
337
337
|
}>;
|
|
338
338
|
shiftOptions: Partial<{
|
|
@@ -341,9 +341,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
341
341
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
342
342
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
343
343
|
altBoundary?: boolean | undefined;
|
|
344
|
-
padding?: import('@floating-ui/
|
|
344
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
345
345
|
limiter?: {
|
|
346
|
-
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/
|
|
346
|
+
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/core').Coords;
|
|
347
347
|
options?: any;
|
|
348
348
|
} | undefined;
|
|
349
349
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|
|
@@ -391,7 +391,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
391
391
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
392
392
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
393
393
|
altBoundary?: boolean | undefined;
|
|
394
|
-
padding?: import('@floating-ui/
|
|
394
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
395
395
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|
|
396
396
|
}>;
|
|
397
397
|
shiftOptions: Partial<{
|
|
@@ -400,9 +400,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
400
400
|
rootBoundary?: import('@floating-ui/core').RootBoundary | undefined;
|
|
401
401
|
elementContext?: import('@floating-ui/core').ElementContext | undefined;
|
|
402
402
|
altBoundary?: boolean | undefined;
|
|
403
|
-
padding?: import('@floating-ui/
|
|
403
|
+
padding?: import('@floating-ui/core').Padding | undefined;
|
|
404
404
|
limiter?: {
|
|
405
|
-
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/
|
|
405
|
+
fn: (state: import('@floating-ui/core').MiddlewareState) => import('@floating-ui/core').Coords;
|
|
406
406
|
options?: any;
|
|
407
407
|
} | undefined;
|
|
408
408
|
boundary?: import('@floating-ui/dom').Boundary | undefined;
|