@icij/murmur-next 4.0.13 → 4.0.15
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/lib/components/ActiveTextTruncate.vue.d.ts +0 -2
- package/dist/lib/components/AdvancedLinkForm.vue.d.ts +2 -3
- package/dist/lib/components/Brand.vue.d.ts +1 -3
- package/dist/lib/components/DigitsInput.vue.d.ts +0 -2
- package/dist/lib/components/DonateForm.vue.d.ts +0 -1
- package/dist/lib/components/EmbedForm.vue.d.ts +0 -1
- package/dist/lib/components/EmbeddableFooter.vue.d.ts +0 -2
- package/dist/lib/components/FollowUsPopover.vue.d.ts +0 -1
- package/dist/lib/components/GenericHeader.vue.d.ts +340 -361
- package/dist/lib/components/HapticCopy.vue.d.ts +1 -0
- package/dist/lib/components/ImddbHeader.vue.d.ts +340 -361
- package/dist/lib/components/RangePicker.vue.d.ts +4 -4
- package/dist/lib/components/ScaleLegend.vue.d.ts +2 -4
- package/dist/lib/components/SecretInput.vue.d.ts +0 -2
- package/dist/lib/components/SelectableDropdown.vue.d.ts +5 -5
- package/dist/lib/components/SharingOptions.vue.d.ts +1 -1
- package/dist/lib/components/SignUpForm.vue.d.ts +1 -1
- package/dist/lib/components/TinyPagination.vue.d.ts +3 -2
- package/dist/lib/datavisualisations/BarChart.vue.d.ts +8 -16
- package/dist/lib/datavisualisations/ColumnChart.vue.d.ts +8 -12
- package/dist/lib/datavisualisations/LineChart.vue.d.ts +6 -16
- package/dist/lib/datavisualisations/StackedBarChart.vue.d.ts +6 -8
- package/dist/lib/datavisualisations/StackedColumnChart.vue.d.ts +4 -6
- package/dist/lib/main.d.ts +1 -1
- package/dist/lib/maps/ChoroplethMap.vue.d.ts +4 -12
- package/dist/lib/maps/ChoroplethMapAnnotation.vue.d.ts +0 -2
- package/dist/lib/maps/SymbolMap.vue.d.ts +4 -4
- package/dist/lib/murmur.css +1 -1
- package/dist/lib/murmur.js +10057 -10583
- package/dist/lib/murmur.js.map +1 -1
- package/dist/lib/murmur.umd.cjs +34 -38
- package/dist/lib/murmur.umd.cjs.map +1 -1
- package/lib/assets/images/murmur-textured.png +0 -0
- package/lib/components/AdvancedLinkForm.vue +22 -32
- package/lib/components/HapticCopy.vue +21 -12
- package/lib/components/SecretInput.vue +12 -15
- package/lib/components/SharingOptions.vue +10 -20
- package/package.json +12 -14
|
@@ -56,153 +56,149 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
|
|
|
56
56
|
showFollowUsPopover: import('../../node_modules/vue').Ref<boolean>;
|
|
57
57
|
followUsPopover: import('../../node_modules/vue').Ref<ComponentPublicInstance<{
|
|
58
58
|
new (...args: any[]): import('../../node_modules/vue').CreateComponentPublicInstance<Readonly<import('../../node_modules/vue').ExtractPropTypes<{
|
|
59
|
-
|
|
60
|
-
type: PropType<string>;
|
|
61
|
-
default: undefined;
|
|
62
|
-
};
|
|
63
|
-
container: {
|
|
64
|
-
type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement>>;
|
|
65
|
-
default: undefined;
|
|
66
|
-
};
|
|
59
|
+
modelValue: import('../../node_modules/vue').PropType<boolean>;
|
|
67
60
|
offset: {
|
|
68
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
|
|
61
|
+
type: import('../../node_modules/vue').PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
|
|
69
62
|
default: null;
|
|
70
63
|
};
|
|
71
|
-
|
|
72
|
-
type: PropType<import('
|
|
73
|
-
default:
|
|
64
|
+
target: {
|
|
65
|
+
type: import('../../node_modules/vue').PropType<string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null>;
|
|
66
|
+
default: null;
|
|
74
67
|
};
|
|
75
68
|
title: {
|
|
76
|
-
type: PropType<string>;
|
|
69
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
77
70
|
default: undefined;
|
|
78
71
|
};
|
|
79
|
-
|
|
80
|
-
type:
|
|
81
|
-
default:
|
|
72
|
+
click: {
|
|
73
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
id: {
|
|
77
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
78
|
+
default: undefined;
|
|
82
79
|
};
|
|
83
80
|
html: {
|
|
84
|
-
type:
|
|
81
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
85
82
|
default: boolean;
|
|
86
83
|
};
|
|
87
|
-
|
|
88
|
-
type: PropType<
|
|
84
|
+
variant: {
|
|
85
|
+
type: import('../../node_modules/vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
|
|
89
86
|
default: null;
|
|
90
87
|
};
|
|
91
|
-
|
|
92
|
-
type: PropType<
|
|
93
|
-
show: number;
|
|
94
|
-
hide: number;
|
|
95
|
-
}>>;
|
|
96
|
-
default: () => {
|
|
97
|
-
show: number;
|
|
98
|
-
hide: number;
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
tooltip: {
|
|
102
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
88
|
+
manual: {
|
|
89
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
103
90
|
default: boolean;
|
|
104
91
|
};
|
|
105
92
|
boundary: {
|
|
106
|
-
type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport"
|
|
93
|
+
type: import('../../node_modules/vue').PropType<Element | "document" | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport">;
|
|
107
94
|
default: string;
|
|
108
95
|
};
|
|
109
96
|
boundaryPadding: {
|
|
110
|
-
type: PropType<import('@floating-ui/utils').Padding>;
|
|
97
|
+
type: import('../../node_modules/vue').PropType<import('@floating-ui/utils').Padding>;
|
|
98
|
+
default: undefined;
|
|
99
|
+
};
|
|
100
|
+
content: {
|
|
101
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
111
102
|
default: undefined;
|
|
112
103
|
};
|
|
113
104
|
customClass: {
|
|
114
|
-
type: PropType<any>;
|
|
105
|
+
type: import('../../node_modules/vue').PropType<any>;
|
|
115
106
|
default: string;
|
|
116
107
|
};
|
|
108
|
+
delay: {
|
|
109
|
+
type: import('../../node_modules/vue').PropType<number | Readonly<{
|
|
110
|
+
show: number;
|
|
111
|
+
hide: number;
|
|
112
|
+
}>>;
|
|
113
|
+
default: () => {
|
|
114
|
+
show: number;
|
|
115
|
+
hide: number;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
117
118
|
floatingMiddleware: {
|
|
118
|
-
type: PropType<{
|
|
119
|
+
type: import('../../node_modules/vue').PropType<{
|
|
119
120
|
name: string;
|
|
120
121
|
options?: any;
|
|
121
122
|
fn: (state: {
|
|
122
123
|
x: number;
|
|
123
124
|
y: number;
|
|
124
125
|
placement: import('@floating-ui/utils').Placement;
|
|
125
|
-
strategy: import('@floating-ui/
|
|
126
|
+
strategy: import('@floating-ui/vue').Strategy;
|
|
126
127
|
initialPlacement: import('@floating-ui/utils').Placement;
|
|
127
|
-
middlewareData:
|
|
128
|
-
rects: import('@floating-ui/
|
|
129
|
-
platform:
|
|
130
|
-
elements: import('@floating-ui/
|
|
131
|
-
}) =>
|
|
128
|
+
middlewareData: any;
|
|
129
|
+
rects: import('@floating-ui/vue').ElementRects;
|
|
130
|
+
platform: any;
|
|
131
|
+
elements: import('@floating-ui/vue').Elements;
|
|
132
|
+
}) => any | Promise<any>;
|
|
132
133
|
}[]>;
|
|
133
134
|
default: undefined;
|
|
134
135
|
};
|
|
135
|
-
hide: {
|
|
136
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
137
|
-
default: undefined;
|
|
138
|
-
};
|
|
139
|
-
id: {
|
|
140
|
-
type: PropType<string>;
|
|
141
|
-
default: undefined;
|
|
142
|
-
};
|
|
143
136
|
inline: {
|
|
144
|
-
type:
|
|
145
|
-
default: boolean;
|
|
146
|
-
};
|
|
147
|
-
manual: {
|
|
148
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
149
|
-
default: boolean;
|
|
150
|
-
};
|
|
151
|
-
modelValue: {
|
|
152
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
137
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
153
138
|
default: boolean;
|
|
154
139
|
};
|
|
155
140
|
noAutoClose: {
|
|
156
|
-
type:
|
|
141
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
157
142
|
default: boolean;
|
|
158
143
|
};
|
|
159
144
|
noFade: {
|
|
160
|
-
type:
|
|
145
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
161
146
|
default: boolean;
|
|
162
147
|
};
|
|
163
148
|
noFlip: {
|
|
164
|
-
type:
|
|
149
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
165
150
|
default: boolean;
|
|
166
151
|
};
|
|
167
152
|
noHide: {
|
|
168
|
-
type:
|
|
153
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
169
154
|
default: boolean;
|
|
170
155
|
};
|
|
171
156
|
noShift: {
|
|
172
|
-
type:
|
|
157
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
173
158
|
default: boolean;
|
|
174
159
|
};
|
|
175
160
|
noSize: {
|
|
176
|
-
type:
|
|
161
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
177
162
|
default: boolean;
|
|
178
163
|
};
|
|
179
164
|
noninteractive: {
|
|
180
|
-
type:
|
|
165
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
181
166
|
default: boolean;
|
|
182
167
|
};
|
|
183
168
|
placement: {
|
|
184
|
-
type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
|
|
169
|
+
type: import('../../node_modules/vue').PropType<import('bootstrap-vue-next').PopoverPlacement>;
|
|
185
170
|
default: string;
|
|
186
171
|
};
|
|
187
172
|
persistent: {
|
|
188
|
-
type:
|
|
173
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
189
174
|
default: boolean;
|
|
190
175
|
};
|
|
191
176
|
realtime: {
|
|
192
|
-
type:
|
|
177
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
193
178
|
default: boolean;
|
|
194
179
|
};
|
|
195
180
|
reference: {
|
|
196
|
-
type: PropType<string | Readonly<
|
|
181
|
+
type: import('../../node_modules/vue').PropType<string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null>;
|
|
197
182
|
default: null;
|
|
198
183
|
};
|
|
199
184
|
strategy: {
|
|
200
|
-
type: PropType<import('@floating-ui/utils').Strategy>;
|
|
185
|
+
type: import('../../node_modules/vue').PropType<import('@floating-ui/utils').Strategy>;
|
|
201
186
|
default: string;
|
|
202
187
|
};
|
|
188
|
+
tooltip: {
|
|
189
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
190
|
+
default: boolean;
|
|
191
|
+
};
|
|
192
|
+
teleportDisabled: {
|
|
193
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
194
|
+
default: boolean;
|
|
195
|
+
};
|
|
196
|
+
teleportTo: {
|
|
197
|
+
type: import('../../node_modules/vue').PropType<string | import('../../node_modules/vue').RendererElement | null>;
|
|
198
|
+
default: undefined;
|
|
199
|
+
};
|
|
203
200
|
}>> & {
|
|
204
201
|
onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
205
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
206
202
|
onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
207
203
|
onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
208
204
|
"onHide-prevented"?: (() => any) | undefined;
|
|
@@ -214,160 +210,155 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
|
|
|
214
210
|
toggle: (e?: Event | undefined) => void;
|
|
215
211
|
}, unknown, {}, {}, import('../../node_modules/vue').ComponentOptionsMixin, import('../../node_modules/vue').ComponentOptionsMixin, {
|
|
216
212
|
hidden: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
|
|
217
|
-
"update:modelValue": (value: boolean) => void;
|
|
218
213
|
show: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
|
|
219
214
|
hide: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
|
|
220
215
|
"hide-prevented": () => void;
|
|
221
216
|
"show-prevented": () => void;
|
|
222
217
|
shown: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
|
|
223
218
|
}, import('../../node_modules/vue').VNodeProps & import('../../node_modules/vue').AllowedComponentProps & import('../../node_modules/vue').ComponentCustomProps & Readonly<import('../../node_modules/vue').ExtractPropTypes<{
|
|
224
|
-
|
|
225
|
-
type: PropType<string>;
|
|
226
|
-
default: undefined;
|
|
227
|
-
};
|
|
228
|
-
container: {
|
|
229
|
-
type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement>>;
|
|
230
|
-
default: undefined;
|
|
231
|
-
};
|
|
219
|
+
modelValue: import('../../node_modules/vue').PropType<boolean>;
|
|
232
220
|
offset: {
|
|
233
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
|
|
221
|
+
type: import('../../node_modules/vue').PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
|
|
234
222
|
default: null;
|
|
235
223
|
};
|
|
236
|
-
|
|
237
|
-
type: PropType<import('
|
|
238
|
-
default:
|
|
224
|
+
target: {
|
|
225
|
+
type: import('../../node_modules/vue').PropType<string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null>;
|
|
226
|
+
default: null;
|
|
239
227
|
};
|
|
240
228
|
title: {
|
|
241
|
-
type: PropType<string>;
|
|
229
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
242
230
|
default: undefined;
|
|
243
231
|
};
|
|
244
|
-
|
|
245
|
-
type:
|
|
246
|
-
default:
|
|
232
|
+
click: {
|
|
233
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
234
|
+
default: boolean;
|
|
235
|
+
};
|
|
236
|
+
id: {
|
|
237
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
238
|
+
default: undefined;
|
|
247
239
|
};
|
|
248
240
|
html: {
|
|
249
|
-
type:
|
|
241
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
250
242
|
default: boolean;
|
|
251
243
|
};
|
|
252
|
-
|
|
253
|
-
type: PropType<
|
|
244
|
+
variant: {
|
|
245
|
+
type: import('../../node_modules/vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
|
|
254
246
|
default: null;
|
|
255
247
|
};
|
|
256
|
-
|
|
257
|
-
type: PropType<
|
|
258
|
-
show: number;
|
|
259
|
-
hide: number;
|
|
260
|
-
}>>;
|
|
261
|
-
default: () => {
|
|
262
|
-
show: number;
|
|
263
|
-
hide: number;
|
|
264
|
-
};
|
|
265
|
-
};
|
|
266
|
-
tooltip: {
|
|
267
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
248
|
+
manual: {
|
|
249
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
268
250
|
default: boolean;
|
|
269
251
|
};
|
|
270
252
|
boundary: {
|
|
271
|
-
type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport"
|
|
253
|
+
type: import('../../node_modules/vue').PropType<Element | "document" | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport">;
|
|
272
254
|
default: string;
|
|
273
255
|
};
|
|
274
256
|
boundaryPadding: {
|
|
275
|
-
type: PropType<import('@floating-ui/utils').Padding>;
|
|
257
|
+
type: import('../../node_modules/vue').PropType<import('@floating-ui/utils').Padding>;
|
|
258
|
+
default: undefined;
|
|
259
|
+
};
|
|
260
|
+
content: {
|
|
261
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
276
262
|
default: undefined;
|
|
277
263
|
};
|
|
278
264
|
customClass: {
|
|
279
|
-
type: PropType<any>;
|
|
265
|
+
type: import('../../node_modules/vue').PropType<any>;
|
|
280
266
|
default: string;
|
|
281
267
|
};
|
|
268
|
+
delay: {
|
|
269
|
+
type: import('../../node_modules/vue').PropType<number | Readonly<{
|
|
270
|
+
show: number;
|
|
271
|
+
hide: number;
|
|
272
|
+
}>>;
|
|
273
|
+
default: () => {
|
|
274
|
+
show: number;
|
|
275
|
+
hide: number;
|
|
276
|
+
};
|
|
277
|
+
};
|
|
282
278
|
floatingMiddleware: {
|
|
283
|
-
type: PropType<{
|
|
279
|
+
type: import('../../node_modules/vue').PropType<{
|
|
284
280
|
name: string;
|
|
285
281
|
options?: any;
|
|
286
282
|
fn: (state: {
|
|
287
283
|
x: number;
|
|
288
284
|
y: number;
|
|
289
285
|
placement: import('@floating-ui/utils').Placement;
|
|
290
|
-
strategy: import('@floating-ui/
|
|
286
|
+
strategy: import('@floating-ui/vue').Strategy;
|
|
291
287
|
initialPlacement: import('@floating-ui/utils').Placement;
|
|
292
|
-
middlewareData:
|
|
293
|
-
rects: import('@floating-ui/
|
|
294
|
-
platform:
|
|
295
|
-
elements: import('@floating-ui/
|
|
296
|
-
}) =>
|
|
288
|
+
middlewareData: any;
|
|
289
|
+
rects: import('@floating-ui/vue').ElementRects;
|
|
290
|
+
platform: any;
|
|
291
|
+
elements: import('@floating-ui/vue').Elements;
|
|
292
|
+
}) => any | Promise<any>;
|
|
297
293
|
}[]>;
|
|
298
294
|
default: undefined;
|
|
299
295
|
};
|
|
300
|
-
hide: {
|
|
301
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
302
|
-
default: undefined;
|
|
303
|
-
};
|
|
304
|
-
id: {
|
|
305
|
-
type: PropType<string>;
|
|
306
|
-
default: undefined;
|
|
307
|
-
};
|
|
308
296
|
inline: {
|
|
309
|
-
type:
|
|
310
|
-
default: boolean;
|
|
311
|
-
};
|
|
312
|
-
manual: {
|
|
313
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
314
|
-
default: boolean;
|
|
315
|
-
};
|
|
316
|
-
modelValue: {
|
|
317
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
297
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
318
298
|
default: boolean;
|
|
319
299
|
};
|
|
320
300
|
noAutoClose: {
|
|
321
|
-
type:
|
|
301
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
322
302
|
default: boolean;
|
|
323
303
|
};
|
|
324
304
|
noFade: {
|
|
325
|
-
type:
|
|
305
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
326
306
|
default: boolean;
|
|
327
307
|
};
|
|
328
308
|
noFlip: {
|
|
329
|
-
type:
|
|
309
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
330
310
|
default: boolean;
|
|
331
311
|
};
|
|
332
312
|
noHide: {
|
|
333
|
-
type:
|
|
313
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
334
314
|
default: boolean;
|
|
335
315
|
};
|
|
336
316
|
noShift: {
|
|
337
|
-
type:
|
|
317
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
338
318
|
default: boolean;
|
|
339
319
|
};
|
|
340
320
|
noSize: {
|
|
341
|
-
type:
|
|
321
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
342
322
|
default: boolean;
|
|
343
323
|
};
|
|
344
324
|
noninteractive: {
|
|
345
|
-
type:
|
|
325
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
346
326
|
default: boolean;
|
|
347
327
|
};
|
|
348
328
|
placement: {
|
|
349
|
-
type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
|
|
329
|
+
type: import('../../node_modules/vue').PropType<import('bootstrap-vue-next').PopoverPlacement>;
|
|
350
330
|
default: string;
|
|
351
331
|
};
|
|
352
332
|
persistent: {
|
|
353
|
-
type:
|
|
333
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
354
334
|
default: boolean;
|
|
355
335
|
};
|
|
356
336
|
realtime: {
|
|
357
|
-
type:
|
|
337
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
358
338
|
default: boolean;
|
|
359
339
|
};
|
|
360
340
|
reference: {
|
|
361
|
-
type: PropType<string | Readonly<
|
|
341
|
+
type: import('../../node_modules/vue').PropType<string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null>;
|
|
362
342
|
default: null;
|
|
363
343
|
};
|
|
364
344
|
strategy: {
|
|
365
|
-
type: PropType<import('@floating-ui/utils').Strategy>;
|
|
345
|
+
type: import('../../node_modules/vue').PropType<import('@floating-ui/utils').Strategy>;
|
|
366
346
|
default: string;
|
|
367
347
|
};
|
|
348
|
+
tooltip: {
|
|
349
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
350
|
+
default: boolean;
|
|
351
|
+
};
|
|
352
|
+
teleportDisabled: {
|
|
353
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
354
|
+
default: boolean;
|
|
355
|
+
};
|
|
356
|
+
teleportTo: {
|
|
357
|
+
type: import('../../node_modules/vue').PropType<string | import('../../node_modules/vue').RendererElement | null>;
|
|
358
|
+
default: undefined;
|
|
359
|
+
};
|
|
368
360
|
}>> & {
|
|
369
361
|
onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
370
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
371
362
|
onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
372
363
|
onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
373
364
|
"onHide-prevented"?: (() => any) | undefined;
|
|
@@ -375,18 +366,15 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
|
|
|
375
366
|
onShown?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
376
367
|
}, {
|
|
377
368
|
offset: import('bootstrap-vue-next/dist/src/types').Numberish | null;
|
|
378
|
-
target: string | Readonly<HTMLElement> | Readonly<
|
|
369
|
+
target: string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null;
|
|
379
370
|
title: string;
|
|
380
|
-
click:
|
|
371
|
+
click: boolean;
|
|
381
372
|
id: string;
|
|
382
|
-
html:
|
|
373
|
+
html: boolean;
|
|
383
374
|
variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
manual: import('bootstrap-vue-next/dist/src/types').Booleanish;
|
|
387
|
-
boundary: Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document";
|
|
375
|
+
manual: boolean;
|
|
376
|
+
boundary: Element | "document" | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport";
|
|
388
377
|
boundaryPadding: import('@floating-ui/utils').Padding;
|
|
389
|
-
container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
|
|
390
378
|
content: string;
|
|
391
379
|
customClass: any;
|
|
392
380
|
delay: number | Readonly<{
|
|
@@ -400,28 +388,30 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
|
|
|
400
388
|
x: number;
|
|
401
389
|
y: number;
|
|
402
390
|
placement: import('@floating-ui/utils').Placement;
|
|
403
|
-
strategy: import('@floating-ui/
|
|
391
|
+
strategy: import('@floating-ui/vue').Strategy;
|
|
404
392
|
initialPlacement: import('@floating-ui/utils').Placement;
|
|
405
393
|
middlewareData: any;
|
|
406
|
-
rects: import('@floating-ui/
|
|
394
|
+
rects: import('@floating-ui/vue').ElementRects;
|
|
407
395
|
platform: any;
|
|
408
|
-
elements: import('@floating-ui/
|
|
409
|
-
}) => any
|
|
396
|
+
elements: import('@floating-ui/vue').Elements;
|
|
397
|
+
}) => any | Promise<any>;
|
|
410
398
|
}[];
|
|
411
|
-
inline:
|
|
412
|
-
noAutoClose:
|
|
413
|
-
noFade:
|
|
414
|
-
noFlip:
|
|
415
|
-
noHide:
|
|
416
|
-
noShift:
|
|
417
|
-
noSize:
|
|
418
|
-
noninteractive:
|
|
399
|
+
inline: boolean;
|
|
400
|
+
noAutoClose: boolean;
|
|
401
|
+
noFade: boolean;
|
|
402
|
+
noFlip: boolean;
|
|
403
|
+
noHide: boolean;
|
|
404
|
+
noShift: boolean;
|
|
405
|
+
noSize: boolean;
|
|
406
|
+
noninteractive: boolean;
|
|
419
407
|
placement: import('bootstrap-vue-next').PopoverPlacement;
|
|
420
|
-
persistent:
|
|
421
|
-
realtime:
|
|
422
|
-
reference: string | Readonly<HTMLElement> | Readonly<
|
|
408
|
+
persistent: boolean;
|
|
409
|
+
realtime: boolean;
|
|
410
|
+
reference: string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null;
|
|
423
411
|
strategy: import('@floating-ui/utils').Strategy;
|
|
424
|
-
tooltip:
|
|
412
|
+
tooltip: boolean;
|
|
413
|
+
teleportDisabled: boolean;
|
|
414
|
+
teleportTo: string | import('../../node_modules/vue').RendererElement | null;
|
|
425
415
|
}, true, {}, {}, {
|
|
426
416
|
P: {};
|
|
427
417
|
B: {};
|
|
@@ -430,153 +420,149 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
|
|
|
430
420
|
M: {};
|
|
431
421
|
Defaults: {};
|
|
432
422
|
}, Readonly<import('../../node_modules/vue').ExtractPropTypes<{
|
|
433
|
-
|
|
434
|
-
type: PropType<string>;
|
|
435
|
-
default: undefined;
|
|
436
|
-
};
|
|
437
|
-
container: {
|
|
438
|
-
type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement>>;
|
|
439
|
-
default: undefined;
|
|
440
|
-
};
|
|
423
|
+
modelValue: import('../../node_modules/vue').PropType<boolean>;
|
|
441
424
|
offset: {
|
|
442
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
|
|
425
|
+
type: import('../../node_modules/vue').PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
|
|
443
426
|
default: null;
|
|
444
427
|
};
|
|
445
|
-
|
|
446
|
-
type: PropType<import('
|
|
447
|
-
default:
|
|
428
|
+
target: {
|
|
429
|
+
type: import('../../node_modules/vue').PropType<string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null>;
|
|
430
|
+
default: null;
|
|
448
431
|
};
|
|
449
432
|
title: {
|
|
450
|
-
type: PropType<string>;
|
|
433
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
451
434
|
default: undefined;
|
|
452
435
|
};
|
|
453
|
-
|
|
454
|
-
type:
|
|
455
|
-
default:
|
|
436
|
+
click: {
|
|
437
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
438
|
+
default: boolean;
|
|
439
|
+
};
|
|
440
|
+
id: {
|
|
441
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
442
|
+
default: undefined;
|
|
456
443
|
};
|
|
457
444
|
html: {
|
|
458
|
-
type:
|
|
445
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
459
446
|
default: boolean;
|
|
460
447
|
};
|
|
461
|
-
|
|
462
|
-
type: PropType<
|
|
448
|
+
variant: {
|
|
449
|
+
type: import('../../node_modules/vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
|
|
463
450
|
default: null;
|
|
464
451
|
};
|
|
465
|
-
|
|
466
|
-
type: PropType<
|
|
467
|
-
show: number;
|
|
468
|
-
hide: number;
|
|
469
|
-
}>>;
|
|
470
|
-
default: () => {
|
|
471
|
-
show: number;
|
|
472
|
-
hide: number;
|
|
473
|
-
};
|
|
474
|
-
};
|
|
475
|
-
tooltip: {
|
|
476
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
452
|
+
manual: {
|
|
453
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
477
454
|
default: boolean;
|
|
478
455
|
};
|
|
479
456
|
boundary: {
|
|
480
|
-
type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport"
|
|
457
|
+
type: import('../../node_modules/vue').PropType<Element | "document" | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport">;
|
|
481
458
|
default: string;
|
|
482
459
|
};
|
|
483
460
|
boundaryPadding: {
|
|
484
|
-
type: PropType<import('@floating-ui/utils').Padding>;
|
|
461
|
+
type: import('../../node_modules/vue').PropType<import('@floating-ui/utils').Padding>;
|
|
462
|
+
default: undefined;
|
|
463
|
+
};
|
|
464
|
+
content: {
|
|
465
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
485
466
|
default: undefined;
|
|
486
467
|
};
|
|
487
468
|
customClass: {
|
|
488
|
-
type: PropType<any>;
|
|
469
|
+
type: import('../../node_modules/vue').PropType<any>;
|
|
489
470
|
default: string;
|
|
490
471
|
};
|
|
472
|
+
delay: {
|
|
473
|
+
type: import('../../node_modules/vue').PropType<number | Readonly<{
|
|
474
|
+
show: number;
|
|
475
|
+
hide: number;
|
|
476
|
+
}>>;
|
|
477
|
+
default: () => {
|
|
478
|
+
show: number;
|
|
479
|
+
hide: number;
|
|
480
|
+
};
|
|
481
|
+
};
|
|
491
482
|
floatingMiddleware: {
|
|
492
|
-
type: PropType<{
|
|
483
|
+
type: import('../../node_modules/vue').PropType<{
|
|
493
484
|
name: string;
|
|
494
485
|
options?: any;
|
|
495
486
|
fn: (state: {
|
|
496
487
|
x: number;
|
|
497
488
|
y: number;
|
|
498
489
|
placement: import('@floating-ui/utils').Placement;
|
|
499
|
-
strategy: import('@floating-ui/
|
|
490
|
+
strategy: import('@floating-ui/vue').Strategy;
|
|
500
491
|
initialPlacement: import('@floating-ui/utils').Placement;
|
|
501
|
-
middlewareData:
|
|
502
|
-
rects: import('@floating-ui/
|
|
503
|
-
platform:
|
|
504
|
-
elements: import('@floating-ui/
|
|
505
|
-
}) =>
|
|
492
|
+
middlewareData: any;
|
|
493
|
+
rects: import('@floating-ui/vue').ElementRects;
|
|
494
|
+
platform: any;
|
|
495
|
+
elements: import('@floating-ui/vue').Elements;
|
|
496
|
+
}) => any | Promise<any>;
|
|
506
497
|
}[]>;
|
|
507
498
|
default: undefined;
|
|
508
499
|
};
|
|
509
|
-
hide: {
|
|
510
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
511
|
-
default: undefined;
|
|
512
|
-
};
|
|
513
|
-
id: {
|
|
514
|
-
type: PropType<string>;
|
|
515
|
-
default: undefined;
|
|
516
|
-
};
|
|
517
500
|
inline: {
|
|
518
|
-
type:
|
|
519
|
-
default: boolean;
|
|
520
|
-
};
|
|
521
|
-
manual: {
|
|
522
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
523
|
-
default: boolean;
|
|
524
|
-
};
|
|
525
|
-
modelValue: {
|
|
526
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
501
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
527
502
|
default: boolean;
|
|
528
503
|
};
|
|
529
504
|
noAutoClose: {
|
|
530
|
-
type:
|
|
505
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
531
506
|
default: boolean;
|
|
532
507
|
};
|
|
533
508
|
noFade: {
|
|
534
|
-
type:
|
|
509
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
535
510
|
default: boolean;
|
|
536
511
|
};
|
|
537
512
|
noFlip: {
|
|
538
|
-
type:
|
|
513
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
539
514
|
default: boolean;
|
|
540
515
|
};
|
|
541
516
|
noHide: {
|
|
542
|
-
type:
|
|
517
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
543
518
|
default: boolean;
|
|
544
519
|
};
|
|
545
520
|
noShift: {
|
|
546
|
-
type:
|
|
521
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
547
522
|
default: boolean;
|
|
548
523
|
};
|
|
549
524
|
noSize: {
|
|
550
|
-
type:
|
|
525
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
551
526
|
default: boolean;
|
|
552
527
|
};
|
|
553
528
|
noninteractive: {
|
|
554
|
-
type:
|
|
529
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
555
530
|
default: boolean;
|
|
556
531
|
};
|
|
557
532
|
placement: {
|
|
558
|
-
type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
|
|
533
|
+
type: import('../../node_modules/vue').PropType<import('bootstrap-vue-next').PopoverPlacement>;
|
|
559
534
|
default: string;
|
|
560
535
|
};
|
|
561
536
|
persistent: {
|
|
562
|
-
type:
|
|
537
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
563
538
|
default: boolean;
|
|
564
539
|
};
|
|
565
540
|
realtime: {
|
|
566
|
-
type:
|
|
541
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
567
542
|
default: boolean;
|
|
568
543
|
};
|
|
569
544
|
reference: {
|
|
570
|
-
type: PropType<string | Readonly<
|
|
545
|
+
type: import('../../node_modules/vue').PropType<string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null>;
|
|
571
546
|
default: null;
|
|
572
547
|
};
|
|
573
548
|
strategy: {
|
|
574
|
-
type: PropType<import('@floating-ui/utils').Strategy>;
|
|
549
|
+
type: import('../../node_modules/vue').PropType<import('@floating-ui/utils').Strategy>;
|
|
575
550
|
default: string;
|
|
576
551
|
};
|
|
552
|
+
tooltip: {
|
|
553
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
554
|
+
default: boolean;
|
|
555
|
+
};
|
|
556
|
+
teleportDisabled: {
|
|
557
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
558
|
+
default: boolean;
|
|
559
|
+
};
|
|
560
|
+
teleportTo: {
|
|
561
|
+
type: import('../../node_modules/vue').PropType<string | import('../../node_modules/vue').RendererElement | null>;
|
|
562
|
+
default: undefined;
|
|
563
|
+
};
|
|
577
564
|
}>> & {
|
|
578
565
|
onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
579
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
580
566
|
onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
581
567
|
onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
582
568
|
"onHide-prevented"?: (() => any) | undefined;
|
|
@@ -588,18 +574,15 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
|
|
|
588
574
|
toggle: (e?: Event | undefined) => void;
|
|
589
575
|
}, {}, {}, {}, {
|
|
590
576
|
offset: import('bootstrap-vue-next/dist/src/types').Numberish | null;
|
|
591
|
-
target: string | Readonly<HTMLElement> | Readonly<
|
|
577
|
+
target: string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null;
|
|
592
578
|
title: string;
|
|
593
|
-
click:
|
|
579
|
+
click: boolean;
|
|
594
580
|
id: string;
|
|
595
|
-
html:
|
|
581
|
+
html: boolean;
|
|
596
582
|
variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
manual: import('bootstrap-vue-next/dist/src/types').Booleanish;
|
|
600
|
-
boundary: Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document";
|
|
583
|
+
manual: boolean;
|
|
584
|
+
boundary: Element | "document" | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport";
|
|
601
585
|
boundaryPadding: import('@floating-ui/utils').Padding;
|
|
602
|
-
container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
|
|
603
586
|
content: string;
|
|
604
587
|
customClass: any;
|
|
605
588
|
delay: number | Readonly<{
|
|
@@ -613,180 +596,178 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
|
|
|
613
596
|
x: number;
|
|
614
597
|
y: number;
|
|
615
598
|
placement: import('@floating-ui/utils').Placement;
|
|
616
|
-
strategy: import('@floating-ui/
|
|
599
|
+
strategy: import('@floating-ui/vue').Strategy;
|
|
617
600
|
initialPlacement: import('@floating-ui/utils').Placement;
|
|
618
601
|
middlewareData: any;
|
|
619
|
-
rects: import('@floating-ui/
|
|
602
|
+
rects: import('@floating-ui/vue').ElementRects;
|
|
620
603
|
platform: any;
|
|
621
|
-
elements: import('@floating-ui/
|
|
622
|
-
}) => any
|
|
604
|
+
elements: import('@floating-ui/vue').Elements;
|
|
605
|
+
}) => any | Promise<any>;
|
|
623
606
|
}[];
|
|
624
|
-
inline:
|
|
625
|
-
noAutoClose:
|
|
626
|
-
noFade:
|
|
627
|
-
noFlip:
|
|
628
|
-
noHide:
|
|
629
|
-
noShift:
|
|
630
|
-
noSize:
|
|
631
|
-
noninteractive:
|
|
607
|
+
inline: boolean;
|
|
608
|
+
noAutoClose: boolean;
|
|
609
|
+
noFade: boolean;
|
|
610
|
+
noFlip: boolean;
|
|
611
|
+
noHide: boolean;
|
|
612
|
+
noShift: boolean;
|
|
613
|
+
noSize: boolean;
|
|
614
|
+
noninteractive: boolean;
|
|
632
615
|
placement: import('bootstrap-vue-next').PopoverPlacement;
|
|
633
|
-
persistent:
|
|
634
|
-
realtime:
|
|
635
|
-
reference: string | Readonly<HTMLElement> | Readonly<
|
|
616
|
+
persistent: boolean;
|
|
617
|
+
realtime: boolean;
|
|
618
|
+
reference: string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null;
|
|
636
619
|
strategy: import('@floating-ui/utils').Strategy;
|
|
637
|
-
tooltip:
|
|
620
|
+
tooltip: boolean;
|
|
621
|
+
teleportDisabled: boolean;
|
|
622
|
+
teleportTo: string | import('../../node_modules/vue').RendererElement | null;
|
|
638
623
|
}>;
|
|
639
|
-
__isFragment?:
|
|
640
|
-
__isTeleport?:
|
|
641
|
-
__isSuspense?:
|
|
624
|
+
__isFragment?: never;
|
|
625
|
+
__isTeleport?: never;
|
|
626
|
+
__isSuspense?: never;
|
|
642
627
|
} & import('../../node_modules/vue').ComponentOptionsBase<Readonly<import('../../node_modules/vue').ExtractPropTypes<{
|
|
643
|
-
|
|
644
|
-
type: PropType<string>;
|
|
645
|
-
default: undefined;
|
|
646
|
-
};
|
|
647
|
-
container: {
|
|
648
|
-
type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement>>;
|
|
649
|
-
default: undefined;
|
|
650
|
-
};
|
|
628
|
+
modelValue: import('../../node_modules/vue').PropType<boolean>;
|
|
651
629
|
offset: {
|
|
652
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
|
|
630
|
+
type: import('../../node_modules/vue').PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
|
|
653
631
|
default: null;
|
|
654
632
|
};
|
|
655
|
-
|
|
656
|
-
type: PropType<import('
|
|
657
|
-
default:
|
|
633
|
+
target: {
|
|
634
|
+
type: import('../../node_modules/vue').PropType<string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null>;
|
|
635
|
+
default: null;
|
|
658
636
|
};
|
|
659
637
|
title: {
|
|
660
|
-
type: PropType<string>;
|
|
638
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
661
639
|
default: undefined;
|
|
662
640
|
};
|
|
663
|
-
|
|
664
|
-
type:
|
|
665
|
-
default:
|
|
641
|
+
click: {
|
|
642
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
643
|
+
default: boolean;
|
|
644
|
+
};
|
|
645
|
+
id: {
|
|
646
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
647
|
+
default: undefined;
|
|
666
648
|
};
|
|
667
649
|
html: {
|
|
668
|
-
type:
|
|
650
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
669
651
|
default: boolean;
|
|
670
652
|
};
|
|
671
|
-
|
|
672
|
-
type: PropType<
|
|
653
|
+
variant: {
|
|
654
|
+
type: import('../../node_modules/vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
|
|
673
655
|
default: null;
|
|
674
656
|
};
|
|
675
|
-
|
|
676
|
-
type: PropType<
|
|
677
|
-
show: number;
|
|
678
|
-
hide: number;
|
|
679
|
-
}>>;
|
|
680
|
-
default: () => {
|
|
681
|
-
show: number;
|
|
682
|
-
hide: number;
|
|
683
|
-
};
|
|
684
|
-
};
|
|
685
|
-
tooltip: {
|
|
686
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
657
|
+
manual: {
|
|
658
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
687
659
|
default: boolean;
|
|
688
660
|
};
|
|
689
661
|
boundary: {
|
|
690
|
-
type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport"
|
|
662
|
+
type: import('../../node_modules/vue').PropType<Element | "document" | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport">;
|
|
691
663
|
default: string;
|
|
692
664
|
};
|
|
693
665
|
boundaryPadding: {
|
|
694
|
-
type: PropType<import('@floating-ui/utils').Padding>;
|
|
666
|
+
type: import('../../node_modules/vue').PropType<import('@floating-ui/utils').Padding>;
|
|
667
|
+
default: undefined;
|
|
668
|
+
};
|
|
669
|
+
content: {
|
|
670
|
+
type: import('../../node_modules/vue').PropType<string>;
|
|
695
671
|
default: undefined;
|
|
696
672
|
};
|
|
697
673
|
customClass: {
|
|
698
|
-
type: PropType<any>;
|
|
674
|
+
type: import('../../node_modules/vue').PropType<any>;
|
|
699
675
|
default: string;
|
|
700
676
|
};
|
|
677
|
+
delay: {
|
|
678
|
+
type: import('../../node_modules/vue').PropType<number | Readonly<{
|
|
679
|
+
show: number;
|
|
680
|
+
hide: number;
|
|
681
|
+
}>>;
|
|
682
|
+
default: () => {
|
|
683
|
+
show: number;
|
|
684
|
+
hide: number;
|
|
685
|
+
};
|
|
686
|
+
};
|
|
701
687
|
floatingMiddleware: {
|
|
702
|
-
type: PropType<{
|
|
688
|
+
type: import('../../node_modules/vue').PropType<{
|
|
703
689
|
name: string;
|
|
704
690
|
options?: any;
|
|
705
691
|
fn: (state: {
|
|
706
692
|
x: number;
|
|
707
693
|
y: number;
|
|
708
694
|
placement: import('@floating-ui/utils').Placement;
|
|
709
|
-
strategy: import('@floating-ui/
|
|
695
|
+
strategy: import('@floating-ui/vue').Strategy;
|
|
710
696
|
initialPlacement: import('@floating-ui/utils').Placement;
|
|
711
|
-
middlewareData:
|
|
712
|
-
rects: import('@floating-ui/
|
|
713
|
-
platform:
|
|
714
|
-
elements: import('@floating-ui/
|
|
715
|
-
}) =>
|
|
697
|
+
middlewareData: any;
|
|
698
|
+
rects: import('@floating-ui/vue').ElementRects;
|
|
699
|
+
platform: any;
|
|
700
|
+
elements: import('@floating-ui/vue').Elements;
|
|
701
|
+
}) => any | Promise<any>;
|
|
716
702
|
}[]>;
|
|
717
703
|
default: undefined;
|
|
718
704
|
};
|
|
719
|
-
hide: {
|
|
720
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
721
|
-
default: undefined;
|
|
722
|
-
};
|
|
723
|
-
id: {
|
|
724
|
-
type: PropType<string>;
|
|
725
|
-
default: undefined;
|
|
726
|
-
};
|
|
727
705
|
inline: {
|
|
728
|
-
type:
|
|
729
|
-
default: boolean;
|
|
730
|
-
};
|
|
731
|
-
manual: {
|
|
732
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
733
|
-
default: boolean;
|
|
734
|
-
};
|
|
735
|
-
modelValue: {
|
|
736
|
-
type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
|
|
706
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
737
707
|
default: boolean;
|
|
738
708
|
};
|
|
739
709
|
noAutoClose: {
|
|
740
|
-
type:
|
|
710
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
741
711
|
default: boolean;
|
|
742
712
|
};
|
|
743
713
|
noFade: {
|
|
744
|
-
type:
|
|
714
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
745
715
|
default: boolean;
|
|
746
716
|
};
|
|
747
717
|
noFlip: {
|
|
748
|
-
type:
|
|
718
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
749
719
|
default: boolean;
|
|
750
720
|
};
|
|
751
721
|
noHide: {
|
|
752
|
-
type:
|
|
722
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
753
723
|
default: boolean;
|
|
754
724
|
};
|
|
755
725
|
noShift: {
|
|
756
|
-
type:
|
|
726
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
757
727
|
default: boolean;
|
|
758
728
|
};
|
|
759
729
|
noSize: {
|
|
760
|
-
type:
|
|
730
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
761
731
|
default: boolean;
|
|
762
732
|
};
|
|
763
733
|
noninteractive: {
|
|
764
|
-
type:
|
|
734
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
765
735
|
default: boolean;
|
|
766
736
|
};
|
|
767
737
|
placement: {
|
|
768
|
-
type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
|
|
738
|
+
type: import('../../node_modules/vue').PropType<import('bootstrap-vue-next').PopoverPlacement>;
|
|
769
739
|
default: string;
|
|
770
740
|
};
|
|
771
741
|
persistent: {
|
|
772
|
-
type:
|
|
742
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
773
743
|
default: boolean;
|
|
774
744
|
};
|
|
775
745
|
realtime: {
|
|
776
|
-
type:
|
|
746
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
777
747
|
default: boolean;
|
|
778
748
|
};
|
|
779
749
|
reference: {
|
|
780
|
-
type: PropType<string | Readonly<
|
|
750
|
+
type: import('../../node_modules/vue').PropType<string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null>;
|
|
781
751
|
default: null;
|
|
782
752
|
};
|
|
783
753
|
strategy: {
|
|
784
|
-
type: PropType<import('@floating-ui/utils').Strategy>;
|
|
754
|
+
type: import('../../node_modules/vue').PropType<import('@floating-ui/utils').Strategy>;
|
|
785
755
|
default: string;
|
|
786
756
|
};
|
|
757
|
+
tooltip: {
|
|
758
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
759
|
+
default: boolean;
|
|
760
|
+
};
|
|
761
|
+
teleportDisabled: {
|
|
762
|
+
type: import('../../node_modules/vue').PropType<boolean>;
|
|
763
|
+
default: boolean;
|
|
764
|
+
};
|
|
765
|
+
teleportTo: {
|
|
766
|
+
type: import('../../node_modules/vue').PropType<string | import('../../node_modules/vue').RendererElement | null>;
|
|
767
|
+
default: undefined;
|
|
768
|
+
};
|
|
787
769
|
}>> & {
|
|
788
770
|
onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
789
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
790
771
|
onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
791
772
|
onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
|
|
792
773
|
"onHide-prevented"?: (() => any) | undefined;
|
|
@@ -798,7 +779,6 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
|
|
|
798
779
|
toggle: (e?: Event | undefined) => void;
|
|
799
780
|
}, unknown, {}, {}, import('../../node_modules/vue').ComponentOptionsMixin, import('../../node_modules/vue').ComponentOptionsMixin, {
|
|
800
781
|
hidden: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
|
|
801
|
-
"update:modelValue": (value: boolean) => void;
|
|
802
782
|
show: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
|
|
803
783
|
hide: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
|
|
804
784
|
"hide-prevented": () => void;
|
|
@@ -806,18 +786,15 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
|
|
|
806
786
|
shown: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
|
|
807
787
|
}, string, {
|
|
808
788
|
offset: import('bootstrap-vue-next/dist/src/types').Numberish | null;
|
|
809
|
-
target: string | Readonly<HTMLElement> | Readonly<
|
|
789
|
+
target: string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null;
|
|
810
790
|
title: string;
|
|
811
|
-
click:
|
|
791
|
+
click: boolean;
|
|
812
792
|
id: string;
|
|
813
|
-
html:
|
|
793
|
+
html: boolean;
|
|
814
794
|
variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
manual: import('bootstrap-vue-next/dist/src/types').Booleanish;
|
|
818
|
-
boundary: Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document";
|
|
795
|
+
manual: boolean;
|
|
796
|
+
boundary: Element | "document" | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport";
|
|
819
797
|
boundaryPadding: import('@floating-ui/utils').Padding;
|
|
820
|
-
container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
|
|
821
798
|
content: string;
|
|
822
799
|
customClass: any;
|
|
823
800
|
delay: number | Readonly<{
|
|
@@ -831,28 +808,30 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
|
|
|
831
808
|
x: number;
|
|
832
809
|
y: number;
|
|
833
810
|
placement: import('@floating-ui/utils').Placement;
|
|
834
|
-
strategy: import('@floating-ui/
|
|
811
|
+
strategy: import('@floating-ui/vue').Strategy;
|
|
835
812
|
initialPlacement: import('@floating-ui/utils').Placement;
|
|
836
813
|
middlewareData: any;
|
|
837
|
-
rects: import('@floating-ui/
|
|
814
|
+
rects: import('@floating-ui/vue').ElementRects;
|
|
838
815
|
platform: any;
|
|
839
|
-
elements: import('@floating-ui/
|
|
840
|
-
}) => any
|
|
816
|
+
elements: import('@floating-ui/vue').Elements;
|
|
817
|
+
}) => any | Promise<any>;
|
|
841
818
|
}[];
|
|
842
|
-
inline:
|
|
843
|
-
noAutoClose:
|
|
844
|
-
noFade:
|
|
845
|
-
noFlip:
|
|
846
|
-
noHide:
|
|
847
|
-
noShift:
|
|
848
|
-
noSize:
|
|
849
|
-
noninteractive:
|
|
819
|
+
inline: boolean;
|
|
820
|
+
noAutoClose: boolean;
|
|
821
|
+
noFade: boolean;
|
|
822
|
+
noFlip: boolean;
|
|
823
|
+
noHide: boolean;
|
|
824
|
+
noShift: boolean;
|
|
825
|
+
noSize: boolean;
|
|
826
|
+
noninteractive: boolean;
|
|
850
827
|
placement: import('bootstrap-vue-next').PopoverPlacement;
|
|
851
|
-
persistent:
|
|
852
|
-
realtime:
|
|
853
|
-
reference: string | Readonly<HTMLElement> | Readonly<
|
|
828
|
+
persistent: boolean;
|
|
829
|
+
realtime: boolean;
|
|
830
|
+
reference: string | Readonly<HTMLElement> | Readonly<import('../../node_modules/vue').ComponentPublicInstance> | null;
|
|
854
831
|
strategy: import('@floating-ui/utils').Strategy;
|
|
855
|
-
tooltip:
|
|
832
|
+
tooltip: boolean;
|
|
833
|
+
teleportDisabled: boolean;
|
|
834
|
+
teleportTo: string | import('../../node_modules/vue').RendererElement | null;
|
|
856
835
|
}, {}, string, {}> & import('../../node_modules/vue').VNodeProps & import('../../node_modules/vue').AllowedComponentProps & import('../../node_modules/vue').ComponentCustomProps & (new () => {
|
|
857
836
|
$slots: Readonly<{
|
|
858
837
|
default?: ((props: Record<string, never>) => any) | undefined;
|