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