@icij/murmur-next 4.0.10 → 4.0.13

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.
Files changed (52) hide show
  1. package/dist/lib/components/AccordionStep.vue.d.ts +1 -2
  2. package/dist/lib/components/AccordionWrapper.vue.d.ts +1 -2
  3. package/dist/lib/components/AdvancedLinkForm.vue.d.ts +4 -5
  4. package/dist/lib/components/BrandExpansion.vue.d.ts +2 -3
  5. package/dist/lib/components/ConfirmButton.vue.d.ts +1 -2
  6. package/dist/lib/components/ContentPlaceholder.vue.d.ts +2 -3
  7. package/dist/lib/components/CustomPagination.vue.d.ts +5 -6
  8. package/dist/lib/components/DonateForm.vue.d.ts +4 -5
  9. package/dist/lib/components/EmbedForm.vue.d.ts +4 -5
  10. package/dist/lib/components/FollowUsPopover.vue.d.ts +4 -5
  11. package/dist/lib/components/GenericFooter.vue.d.ts +1 -2
  12. package/dist/lib/components/GenericHeader.vue.d.ts +231 -232
  13. package/dist/lib/components/HapticCopy.vue.d.ts +8 -10
  14. package/dist/lib/components/ImddbHeader.vue.d.ts +230 -231
  15. package/dist/lib/components/OrdinalLegend.vue.d.ts +1 -2
  16. package/dist/lib/components/RangePicker.vue.d.ts +2 -3
  17. package/dist/lib/components/ResponsiveIframe.vue.d.ts +2 -4
  18. package/dist/lib/components/ScaleLegend.vue.d.ts +1 -1
  19. package/dist/lib/components/SelectableDropdown.vue.d.ts +3 -3
  20. package/dist/lib/components/SharingOptions.vue.d.ts +1 -2
  21. package/dist/lib/components/SharingOptionsLink.vue.d.ts +1 -2
  22. package/dist/lib/components/SignUpForm.vue.d.ts +5 -6
  23. package/dist/lib/components/SlideUpDown.vue.d.ts +2 -3
  24. package/dist/lib/components/TexturedDeck.vue.d.ts +1 -2
  25. package/dist/lib/components/TinyPagination.vue.d.ts +8 -9
  26. package/dist/lib/composables/chart.d.ts +1 -2
  27. package/dist/lib/composables/resizeObserver.d.ts +1 -2
  28. package/dist/lib/composables/sendEmail.d.ts +1 -2
  29. package/dist/lib/config.d.ts +1 -0
  30. package/dist/lib/datavisualisations/BarChart.vue.d.ts +35 -21
  31. package/dist/lib/datavisualisations/ColumnChart.vue.d.ts +1 -2
  32. package/dist/lib/datavisualisations/LineChart.vue.d.ts +1 -1
  33. package/dist/lib/datavisualisations/StackedBarChart.vue.d.ts +1 -1
  34. package/dist/lib/datavisualisations/StackedColumnChart.vue.d.ts +1 -1
  35. package/dist/lib/i18n.d.ts +1 -0
  36. package/dist/lib/main.d.ts +3 -4
  37. package/dist/lib/maps/ChoroplethMap.vue.d.ts +2 -2
  38. package/dist/lib/maps/SymbolMap.vue.d.ts +1 -2
  39. package/dist/lib/murmur.css +1 -1
  40. package/dist/lib/murmur.js +16466 -13059
  41. package/dist/lib/murmur.js.map +1 -1
  42. package/dist/lib/murmur.umd.cjs +60 -34
  43. package/dist/lib/murmur.umd.cjs.map +1 -1
  44. package/dist/lib/types.d.ts +3 -6
  45. package/dist/lib/utils/assets.d.ts +1 -1
  46. package/dist/lib/utils/iframe-resizer.d.ts +1 -1
  47. package/dist/lib/utils/placeholder.d.ts +1 -0
  48. package/dist/lib/utils/placeholderTypes.d.ts +2 -3
  49. package/lib/components/HapticCopy.vue +1 -1
  50. package/lib/components/SelectableDropdown.vue +24 -18
  51. package/lib/datavisualisations/BarChart.vue +15 -10
  52. package/package.json +1 -1
@@ -1,6 +1,5 @@
1
- /// <reference types="@/shims-vue" />
2
- /// <reference types="vue-i18n" />
3
1
  import { ComponentPublicInstance, PropType } from '../../node_modules/vue';
2
+
4
3
  type CssPosition = 'absolute' | 'relative' | 'fixed' | 'static';
5
4
  type ImddHeaderItem = {
6
5
  label: string;
@@ -60,10 +59,10 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
60
59
  default: () => any;
61
60
  };
62
61
  }, {
63
- t: import("vue-i18n").ComposerTranslation<{
64
- [x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
65
- }, string, import("@intlify/core-base").RemoveIndexSignature<{
66
- [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
62
+ t: import('vue-i18n').ComposerTranslation<{
63
+ [x: string]: import('@intlify/core-base').LocaleMessage<import('vue-i18n').VueMessageType>;
64
+ }, string, import('@intlify/core-base').RemoveIndexSignature<{
65
+ [x: string]: import('vue-i18n').LocaleMessageValue<import('vue-i18n').VueMessageType>;
67
66
  }>, never, string, string>;
68
67
  root: import('../../node_modules/vue').Ref<ComponentPublicInstance | null>;
69
68
  collapseNavbar: import('../../node_modules/vue').Ref<boolean>;
@@ -86,11 +85,11 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
86
85
  default: undefined;
87
86
  };
88
87
  offset: {
89
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
88
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
90
89
  default: null;
91
90
  };
92
91
  click: {
93
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
92
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
94
93
  default: boolean;
95
94
  };
96
95
  title: {
@@ -98,11 +97,11 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
98
97
  default: undefined;
99
98
  };
100
99
  variant: {
101
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
100
+ type: PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
102
101
  default: null;
103
102
  };
104
103
  html: {
105
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
104
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
106
105
  default: boolean;
107
106
  };
108
107
  target: {
@@ -120,15 +119,15 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
120
119
  };
121
120
  };
122
121
  tooltip: {
123
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
122
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
124
123
  default: boolean;
125
124
  };
126
125
  boundary: {
127
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
126
+ type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document">;
128
127
  default: string;
129
128
  };
130
129
  boundaryPadding: {
131
- type: PropType<import("@floating-ui/utils").Padding>;
130
+ type: PropType<import('@floating-ui/utils').Padding>;
132
131
  default: undefined;
133
132
  };
134
133
  customClass: {
@@ -142,19 +141,19 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
142
141
  fn: (state: {
143
142
  x: number;
144
143
  y: number;
145
- placement: import("@floating-ui/utils").Placement;
146
- strategy: import("@floating-ui/utils").Strategy;
147
- initialPlacement: import("@floating-ui/utils").Placement;
148
- middlewareData: import("@floating-ui/core").MiddlewareData;
149
- rects: import("@floating-ui/utils").ElementRects;
150
- platform: import("@floating-ui/core").Platform;
151
- elements: import("@floating-ui/dom").Elements;
152
- }) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
144
+ placement: import('@floating-ui/utils').Placement;
145
+ strategy: import('@floating-ui/utils').Strategy;
146
+ initialPlacement: import('@floating-ui/utils').Placement;
147
+ middlewareData: import('@floating-ui/core').MiddlewareData;
148
+ rects: import('@floating-ui/utils').ElementRects;
149
+ platform: import('@floating-ui/core').Platform;
150
+ elements: import('@floating-ui/dom').Elements;
151
+ }) => import('@floating-ui/core').MiddlewareReturn | Promise<import('@floating-ui/core').MiddlewareReturn>;
153
152
  }[]>;
154
153
  default: undefined;
155
154
  };
156
155
  hide: {
157
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
156
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
158
157
  default: undefined;
159
158
  };
160
159
  id: {
@@ -162,55 +161,55 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
162
161
  default: undefined;
163
162
  };
164
163
  inline: {
165
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
164
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
166
165
  default: boolean;
167
166
  };
168
167
  manual: {
169
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
168
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
170
169
  default: boolean;
171
170
  };
172
171
  modelValue: {
173
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
172
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
174
173
  default: boolean;
175
174
  };
176
175
  noAutoClose: {
177
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
176
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
178
177
  default: boolean;
179
178
  };
180
179
  noFade: {
181
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
180
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
182
181
  default: boolean;
183
182
  };
184
183
  noFlip: {
185
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
184
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
186
185
  default: boolean;
187
186
  };
188
187
  noHide: {
189
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
188
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
190
189
  default: boolean;
191
190
  };
192
191
  noShift: {
193
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
192
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
194
193
  default: boolean;
195
194
  };
196
195
  noSize: {
197
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
196
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
198
197
  default: boolean;
199
198
  };
200
199
  noninteractive: {
201
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
200
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
202
201
  default: boolean;
203
202
  };
204
203
  placement: {
205
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
204
+ type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
206
205
  default: string;
207
206
  };
208
207
  persistent: {
209
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
208
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
210
209
  default: boolean;
211
210
  };
212
211
  realtime: {
213
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
212
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
214
213
  default: boolean;
215
214
  };
216
215
  reference: {
@@ -218,29 +217,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
218
217
  default: null;
219
218
  };
220
219
  strategy: {
221
- type: PropType<import("@floating-ui/utils").Strategy>;
220
+ type: PropType<import('@floating-ui/utils').Strategy>;
222
221
  default: string;
223
222
  };
224
223
  }>> & {
225
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
224
+ onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
226
225
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
227
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
228
- onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
226
+ onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
227
+ onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
229
228
  "onHide-prevented"?: (() => any) | undefined;
230
229
  "onShow-prevented"?: (() => any) | undefined;
231
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
230
+ onShown?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
232
231
  }, {
233
232
  hide: (e: Readonly<Event>) => void;
234
233
  show: () => void;
235
234
  toggle: (e?: Event | undefined) => void;
236
235
  }, unknown, {}, {}, import('../../node_modules/vue').ComponentOptionsMixin, import('../../node_modules/vue').ComponentOptionsMixin, {
237
- hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
236
+ hidden: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
238
237
  "update:modelValue": (value: boolean) => void;
239
- show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
240
- hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
238
+ show: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
239
+ hide: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
241
240
  "hide-prevented": () => void;
242
241
  "show-prevented": () => void;
243
- shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
242
+ shown: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
244
243
  }, import('../../node_modules/vue').VNodeProps & import('../../node_modules/vue').AllowedComponentProps & import('../../node_modules/vue').ComponentCustomProps & Readonly<import('../../node_modules/vue').ExtractPropTypes<{
245
244
  content: {
246
245
  type: PropType<string>;
@@ -251,11 +250,11 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
251
250
  default: undefined;
252
251
  };
253
252
  offset: {
254
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
253
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
255
254
  default: null;
256
255
  };
257
256
  click: {
258
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
257
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
259
258
  default: boolean;
260
259
  };
261
260
  title: {
@@ -263,11 +262,11 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
263
262
  default: undefined;
264
263
  };
265
264
  variant: {
266
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
265
+ type: PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
267
266
  default: null;
268
267
  };
269
268
  html: {
270
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
269
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
271
270
  default: boolean;
272
271
  };
273
272
  target: {
@@ -285,15 +284,15 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
285
284
  };
286
285
  };
287
286
  tooltip: {
288
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
287
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
289
288
  default: boolean;
290
289
  };
291
290
  boundary: {
292
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
291
+ type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document">;
293
292
  default: string;
294
293
  };
295
294
  boundaryPadding: {
296
- type: PropType<import("@floating-ui/utils").Padding>;
295
+ type: PropType<import('@floating-ui/utils').Padding>;
297
296
  default: undefined;
298
297
  };
299
298
  customClass: {
@@ -307,19 +306,19 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
307
306
  fn: (state: {
308
307
  x: number;
309
308
  y: number;
310
- placement: import("@floating-ui/utils").Placement;
311
- strategy: import("@floating-ui/utils").Strategy;
312
- initialPlacement: import("@floating-ui/utils").Placement;
313
- middlewareData: import("@floating-ui/core").MiddlewareData;
314
- rects: import("@floating-ui/utils").ElementRects;
315
- platform: import("@floating-ui/core").Platform;
316
- elements: import("@floating-ui/dom").Elements;
317
- }) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
309
+ placement: import('@floating-ui/utils').Placement;
310
+ strategy: import('@floating-ui/utils').Strategy;
311
+ initialPlacement: import('@floating-ui/utils').Placement;
312
+ middlewareData: import('@floating-ui/core').MiddlewareData;
313
+ rects: import('@floating-ui/utils').ElementRects;
314
+ platform: import('@floating-ui/core').Platform;
315
+ elements: import('@floating-ui/dom').Elements;
316
+ }) => import('@floating-ui/core').MiddlewareReturn | Promise<import('@floating-ui/core').MiddlewareReturn>;
318
317
  }[]>;
319
318
  default: undefined;
320
319
  };
321
320
  hide: {
322
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
321
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
323
322
  default: undefined;
324
323
  };
325
324
  id: {
@@ -327,55 +326,55 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
327
326
  default: undefined;
328
327
  };
329
328
  inline: {
330
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
329
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
331
330
  default: boolean;
332
331
  };
333
332
  manual: {
334
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
333
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
335
334
  default: boolean;
336
335
  };
337
336
  modelValue: {
338
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
337
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
339
338
  default: boolean;
340
339
  };
341
340
  noAutoClose: {
342
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
341
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
343
342
  default: boolean;
344
343
  };
345
344
  noFade: {
346
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
345
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
347
346
  default: boolean;
348
347
  };
349
348
  noFlip: {
350
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
349
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
351
350
  default: boolean;
352
351
  };
353
352
  noHide: {
354
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
353
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
355
354
  default: boolean;
356
355
  };
357
356
  noShift: {
358
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
357
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
359
358
  default: boolean;
360
359
  };
361
360
  noSize: {
362
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
361
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
363
362
  default: boolean;
364
363
  };
365
364
  noninteractive: {
366
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
365
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
367
366
  default: boolean;
368
367
  };
369
368
  placement: {
370
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
369
+ type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
371
370
  default: string;
372
371
  };
373
372
  persistent: {
374
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
373
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
375
374
  default: boolean;
376
375
  };
377
376
  realtime: {
378
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
377
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
379
378
  default: boolean;
380
379
  };
381
380
  reference: {
@@ -383,30 +382,30 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
383
382
  default: null;
384
383
  };
385
384
  strategy: {
386
- type: PropType<import("@floating-ui/utils").Strategy>;
385
+ type: PropType<import('@floating-ui/utils').Strategy>;
387
386
  default: string;
388
387
  };
389
388
  }>> & {
390
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
389
+ onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
391
390
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
392
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
393
- onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
391
+ onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
392
+ onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
394
393
  "onHide-prevented"?: (() => any) | undefined;
395
394
  "onShow-prevented"?: (() => any) | undefined;
396
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
395
+ onShown?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
397
396
  }, {
398
- offset: import("bootstrap-vue-next/dist/src/types").Numberish | null;
397
+ offset: import('bootstrap-vue-next/dist/src/types').Numberish | null;
399
398
  target: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
400
399
  title: string;
401
- click: import("bootstrap-vue-next/dist/src/types").Booleanish;
400
+ click: import('bootstrap-vue-next/dist/src/types').Booleanish;
402
401
  id: string;
403
- html: import("bootstrap-vue-next/dist/src/types").Booleanish;
404
- variant: keyof import("bootstrap-vue-next").BaseColorVariant | null;
405
- modelValue: import("bootstrap-vue-next/dist/src/types").Booleanish;
406
- hide: import("bootstrap-vue-next/dist/src/types").Booleanish;
407
- manual: import("bootstrap-vue-next/dist/src/types").Booleanish;
408
- boundary: Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document";
409
- boundaryPadding: import("@floating-ui/utils").Padding;
402
+ html: import('bootstrap-vue-next/dist/src/types').Booleanish;
403
+ variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
404
+ modelValue: import('bootstrap-vue-next/dist/src/types').Booleanish;
405
+ hide: import('bootstrap-vue-next/dist/src/types').Booleanish;
406
+ manual: import('bootstrap-vue-next/dist/src/types').Booleanish;
407
+ boundary: Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document";
408
+ boundaryPadding: import('@floating-ui/utils').Padding;
410
409
  container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
411
410
  content: string;
412
411
  customClass: any;
@@ -420,29 +419,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
420
419
  fn: (state: {
421
420
  x: number;
422
421
  y: number;
423
- placement: import("@floating-ui/utils").Placement;
424
- strategy: import("@floating-ui/utils").Strategy;
425
- initialPlacement: import("@floating-ui/utils").Placement;
422
+ placement: import('@floating-ui/utils').Placement;
423
+ strategy: import('@floating-ui/utils').Strategy;
424
+ initialPlacement: import('@floating-ui/utils').Placement;
426
425
  middlewareData: any;
427
- rects: import("@floating-ui/utils").ElementRects;
426
+ rects: import('@floating-ui/utils').ElementRects;
428
427
  platform: any;
429
- elements: import("@floating-ui/dom").Elements;
428
+ elements: import('@floating-ui/dom').Elements;
430
429
  }) => any;
431
430
  }[];
432
- inline: import("bootstrap-vue-next/dist/src/types").Booleanish;
433
- noAutoClose: import("bootstrap-vue-next/dist/src/types").Booleanish;
434
- noFade: import("bootstrap-vue-next/dist/src/types").Booleanish;
435
- noFlip: import("bootstrap-vue-next/dist/src/types").Booleanish;
436
- noHide: import("bootstrap-vue-next/dist/src/types").Booleanish;
437
- noShift: import("bootstrap-vue-next/dist/src/types").Booleanish;
438
- noSize: import("bootstrap-vue-next/dist/src/types").Booleanish;
439
- noninteractive: import("bootstrap-vue-next/dist/src/types").Booleanish;
440
- placement: import("bootstrap-vue-next").PopoverPlacement;
441
- persistent: import("bootstrap-vue-next/dist/src/types").Booleanish;
442
- realtime: import("bootstrap-vue-next/dist/src/types").Booleanish;
431
+ inline: import('bootstrap-vue-next/dist/src/types').Booleanish;
432
+ noAutoClose: import('bootstrap-vue-next/dist/src/types').Booleanish;
433
+ noFade: import('bootstrap-vue-next/dist/src/types').Booleanish;
434
+ noFlip: import('bootstrap-vue-next/dist/src/types').Booleanish;
435
+ noHide: import('bootstrap-vue-next/dist/src/types').Booleanish;
436
+ noShift: import('bootstrap-vue-next/dist/src/types').Booleanish;
437
+ noSize: import('bootstrap-vue-next/dist/src/types').Booleanish;
438
+ noninteractive: import('bootstrap-vue-next/dist/src/types').Booleanish;
439
+ placement: import('bootstrap-vue-next').PopoverPlacement;
440
+ persistent: import('bootstrap-vue-next/dist/src/types').Booleanish;
441
+ realtime: import('bootstrap-vue-next/dist/src/types').Booleanish;
443
442
  reference: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
444
- strategy: import("@floating-ui/utils").Strategy;
445
- tooltip: import("bootstrap-vue-next/dist/src/types").Booleanish;
443
+ strategy: import('@floating-ui/utils').Strategy;
444
+ tooltip: import('bootstrap-vue-next/dist/src/types').Booleanish;
446
445
  }, true, {}, {}, {
447
446
  P: {};
448
447
  B: {};
@@ -460,11 +459,11 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
460
459
  default: undefined;
461
460
  };
462
461
  offset: {
463
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
462
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
464
463
  default: null;
465
464
  };
466
465
  click: {
467
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
466
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
468
467
  default: boolean;
469
468
  };
470
469
  title: {
@@ -472,11 +471,11 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
472
471
  default: undefined;
473
472
  };
474
473
  variant: {
475
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
474
+ type: PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
476
475
  default: null;
477
476
  };
478
477
  html: {
479
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
478
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
480
479
  default: boolean;
481
480
  };
482
481
  target: {
@@ -494,15 +493,15 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
494
493
  };
495
494
  };
496
495
  tooltip: {
497
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
496
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
498
497
  default: boolean;
499
498
  };
500
499
  boundary: {
501
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
500
+ type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document">;
502
501
  default: string;
503
502
  };
504
503
  boundaryPadding: {
505
- type: PropType<import("@floating-ui/utils").Padding>;
504
+ type: PropType<import('@floating-ui/utils').Padding>;
506
505
  default: undefined;
507
506
  };
508
507
  customClass: {
@@ -516,19 +515,19 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
516
515
  fn: (state: {
517
516
  x: number;
518
517
  y: number;
519
- placement: import("@floating-ui/utils").Placement;
520
- strategy: import("@floating-ui/utils").Strategy;
521
- initialPlacement: import("@floating-ui/utils").Placement;
522
- middlewareData: import("@floating-ui/core").MiddlewareData;
523
- rects: import("@floating-ui/utils").ElementRects;
524
- platform: import("@floating-ui/core").Platform;
525
- elements: import("@floating-ui/dom").Elements;
526
- }) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
518
+ placement: import('@floating-ui/utils').Placement;
519
+ strategy: import('@floating-ui/utils').Strategy;
520
+ initialPlacement: import('@floating-ui/utils').Placement;
521
+ middlewareData: import('@floating-ui/core').MiddlewareData;
522
+ rects: import('@floating-ui/utils').ElementRects;
523
+ platform: import('@floating-ui/core').Platform;
524
+ elements: import('@floating-ui/dom').Elements;
525
+ }) => import('@floating-ui/core').MiddlewareReturn | Promise<import('@floating-ui/core').MiddlewareReturn>;
527
526
  }[]>;
528
527
  default: undefined;
529
528
  };
530
529
  hide: {
531
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
530
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
532
531
  default: undefined;
533
532
  };
534
533
  id: {
@@ -536,55 +535,55 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
536
535
  default: undefined;
537
536
  };
538
537
  inline: {
539
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
538
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
540
539
  default: boolean;
541
540
  };
542
541
  manual: {
543
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
542
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
544
543
  default: boolean;
545
544
  };
546
545
  modelValue: {
547
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
546
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
548
547
  default: boolean;
549
548
  };
550
549
  noAutoClose: {
551
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
550
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
552
551
  default: boolean;
553
552
  };
554
553
  noFade: {
555
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
554
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
556
555
  default: boolean;
557
556
  };
558
557
  noFlip: {
559
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
558
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
560
559
  default: boolean;
561
560
  };
562
561
  noHide: {
563
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
562
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
564
563
  default: boolean;
565
564
  };
566
565
  noShift: {
567
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
566
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
568
567
  default: boolean;
569
568
  };
570
569
  noSize: {
571
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
570
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
572
571
  default: boolean;
573
572
  };
574
573
  noninteractive: {
575
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
574
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
576
575
  default: boolean;
577
576
  };
578
577
  placement: {
579
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
578
+ type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
580
579
  default: string;
581
580
  };
582
581
  persistent: {
583
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
582
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
584
583
  default: boolean;
585
584
  };
586
585
  realtime: {
587
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
586
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
588
587
  default: boolean;
589
588
  };
590
589
  reference: {
@@ -592,34 +591,34 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
592
591
  default: null;
593
592
  };
594
593
  strategy: {
595
- type: PropType<import("@floating-ui/utils").Strategy>;
594
+ type: PropType<import('@floating-ui/utils').Strategy>;
596
595
  default: string;
597
596
  };
598
597
  }>> & {
599
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
598
+ onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
600
599
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
601
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
602
- onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
600
+ onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
601
+ onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
603
602
  "onHide-prevented"?: (() => any) | undefined;
604
603
  "onShow-prevented"?: (() => any) | undefined;
605
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
604
+ onShown?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
606
605
  }, {
607
606
  hide: (e: Readonly<Event>) => void;
608
607
  show: () => void;
609
608
  toggle: (e?: Event | undefined) => void;
610
609
  }, {}, {}, {}, {
611
- offset: import("bootstrap-vue-next/dist/src/types").Numberish | null;
610
+ offset: import('bootstrap-vue-next/dist/src/types').Numberish | null;
612
611
  target: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
613
612
  title: string;
614
- click: import("bootstrap-vue-next/dist/src/types").Booleanish;
613
+ click: import('bootstrap-vue-next/dist/src/types').Booleanish;
615
614
  id: string;
616
- html: import("bootstrap-vue-next/dist/src/types").Booleanish;
617
- variant: keyof import("bootstrap-vue-next").BaseColorVariant | null;
618
- modelValue: import("bootstrap-vue-next/dist/src/types").Booleanish;
619
- hide: import("bootstrap-vue-next/dist/src/types").Booleanish;
620
- manual: import("bootstrap-vue-next/dist/src/types").Booleanish;
621
- boundary: Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document";
622
- boundaryPadding: import("@floating-ui/utils").Padding;
615
+ html: import('bootstrap-vue-next/dist/src/types').Booleanish;
616
+ variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
617
+ modelValue: import('bootstrap-vue-next/dist/src/types').Booleanish;
618
+ hide: import('bootstrap-vue-next/dist/src/types').Booleanish;
619
+ manual: import('bootstrap-vue-next/dist/src/types').Booleanish;
620
+ boundary: Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document";
621
+ boundaryPadding: import('@floating-ui/utils').Padding;
623
622
  container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
624
623
  content: string;
625
624
  customClass: any;
@@ -633,29 +632,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
633
632
  fn: (state: {
634
633
  x: number;
635
634
  y: number;
636
- placement: import("@floating-ui/utils").Placement;
637
- strategy: import("@floating-ui/utils").Strategy;
638
- initialPlacement: import("@floating-ui/utils").Placement;
635
+ placement: import('@floating-ui/utils').Placement;
636
+ strategy: import('@floating-ui/utils').Strategy;
637
+ initialPlacement: import('@floating-ui/utils').Placement;
639
638
  middlewareData: any;
640
- rects: import("@floating-ui/utils").ElementRects;
639
+ rects: import('@floating-ui/utils').ElementRects;
641
640
  platform: any;
642
- elements: import("@floating-ui/dom").Elements;
641
+ elements: import('@floating-ui/dom').Elements;
643
642
  }) => any;
644
643
  }[];
645
- inline: import("bootstrap-vue-next/dist/src/types").Booleanish;
646
- noAutoClose: import("bootstrap-vue-next/dist/src/types").Booleanish;
647
- noFade: import("bootstrap-vue-next/dist/src/types").Booleanish;
648
- noFlip: import("bootstrap-vue-next/dist/src/types").Booleanish;
649
- noHide: import("bootstrap-vue-next/dist/src/types").Booleanish;
650
- noShift: import("bootstrap-vue-next/dist/src/types").Booleanish;
651
- noSize: import("bootstrap-vue-next/dist/src/types").Booleanish;
652
- noninteractive: import("bootstrap-vue-next/dist/src/types").Booleanish;
653
- placement: import("bootstrap-vue-next").PopoverPlacement;
654
- persistent: import("bootstrap-vue-next/dist/src/types").Booleanish;
655
- realtime: import("bootstrap-vue-next/dist/src/types").Booleanish;
644
+ inline: import('bootstrap-vue-next/dist/src/types').Booleanish;
645
+ noAutoClose: import('bootstrap-vue-next/dist/src/types').Booleanish;
646
+ noFade: import('bootstrap-vue-next/dist/src/types').Booleanish;
647
+ noFlip: import('bootstrap-vue-next/dist/src/types').Booleanish;
648
+ noHide: import('bootstrap-vue-next/dist/src/types').Booleanish;
649
+ noShift: import('bootstrap-vue-next/dist/src/types').Booleanish;
650
+ noSize: import('bootstrap-vue-next/dist/src/types').Booleanish;
651
+ noninteractive: import('bootstrap-vue-next/dist/src/types').Booleanish;
652
+ placement: import('bootstrap-vue-next').PopoverPlacement;
653
+ persistent: import('bootstrap-vue-next/dist/src/types').Booleanish;
654
+ realtime: import('bootstrap-vue-next/dist/src/types').Booleanish;
656
655
  reference: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
657
- strategy: import("@floating-ui/utils").Strategy;
658
- tooltip: import("bootstrap-vue-next/dist/src/types").Booleanish;
656
+ strategy: import('@floating-ui/utils').Strategy;
657
+ tooltip: import('bootstrap-vue-next/dist/src/types').Booleanish;
659
658
  }>;
660
659
  __isFragment?: undefined;
661
660
  __isTeleport?: undefined;
@@ -670,11 +669,11 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
670
669
  default: undefined;
671
670
  };
672
671
  offset: {
673
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
672
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
674
673
  default: null;
675
674
  };
676
675
  click: {
677
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
676
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
678
677
  default: boolean;
679
678
  };
680
679
  title: {
@@ -682,11 +681,11 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
682
681
  default: undefined;
683
682
  };
684
683
  variant: {
685
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
684
+ type: PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
686
685
  default: null;
687
686
  };
688
687
  html: {
689
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
688
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
690
689
  default: boolean;
691
690
  };
692
691
  target: {
@@ -704,15 +703,15 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
704
703
  };
705
704
  };
706
705
  tooltip: {
707
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
706
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
708
707
  default: boolean;
709
708
  };
710
709
  boundary: {
711
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
710
+ type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document">;
712
711
  default: string;
713
712
  };
714
713
  boundaryPadding: {
715
- type: PropType<import("@floating-ui/utils").Padding>;
714
+ type: PropType<import('@floating-ui/utils').Padding>;
716
715
  default: undefined;
717
716
  };
718
717
  customClass: {
@@ -726,19 +725,19 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
726
725
  fn: (state: {
727
726
  x: number;
728
727
  y: number;
729
- placement: import("@floating-ui/utils").Placement;
730
- strategy: import("@floating-ui/utils").Strategy;
731
- initialPlacement: import("@floating-ui/utils").Placement;
732
- middlewareData: import("@floating-ui/core").MiddlewareData;
733
- rects: import("@floating-ui/utils").ElementRects;
734
- platform: import("@floating-ui/core").Platform;
735
- elements: import("@floating-ui/dom").Elements;
736
- }) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
728
+ placement: import('@floating-ui/utils').Placement;
729
+ strategy: import('@floating-ui/utils').Strategy;
730
+ initialPlacement: import('@floating-ui/utils').Placement;
731
+ middlewareData: import('@floating-ui/core').MiddlewareData;
732
+ rects: import('@floating-ui/utils').ElementRects;
733
+ platform: import('@floating-ui/core').Platform;
734
+ elements: import('@floating-ui/dom').Elements;
735
+ }) => import('@floating-ui/core').MiddlewareReturn | Promise<import('@floating-ui/core').MiddlewareReturn>;
737
736
  }[]>;
738
737
  default: undefined;
739
738
  };
740
739
  hide: {
741
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
740
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
742
741
  default: undefined;
743
742
  };
744
743
  id: {
@@ -746,55 +745,55 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
746
745
  default: undefined;
747
746
  };
748
747
  inline: {
749
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
748
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
750
749
  default: boolean;
751
750
  };
752
751
  manual: {
753
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
752
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
754
753
  default: boolean;
755
754
  };
756
755
  modelValue: {
757
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
756
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
758
757
  default: boolean;
759
758
  };
760
759
  noAutoClose: {
761
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
760
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
762
761
  default: boolean;
763
762
  };
764
763
  noFade: {
765
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
764
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
766
765
  default: boolean;
767
766
  };
768
767
  noFlip: {
769
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
768
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
770
769
  default: boolean;
771
770
  };
772
771
  noHide: {
773
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
772
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
774
773
  default: boolean;
775
774
  };
776
775
  noShift: {
777
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
776
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
778
777
  default: boolean;
779
778
  };
780
779
  noSize: {
781
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
780
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
782
781
  default: boolean;
783
782
  };
784
783
  noninteractive: {
785
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
784
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
786
785
  default: boolean;
787
786
  };
788
787
  placement: {
789
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
788
+ type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
790
789
  default: string;
791
790
  };
792
791
  persistent: {
793
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
792
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
794
793
  default: boolean;
795
794
  };
796
795
  realtime: {
797
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
796
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
798
797
  default: boolean;
799
798
  };
800
799
  reference: {
@@ -802,42 +801,42 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
802
801
  default: null;
803
802
  };
804
803
  strategy: {
805
- type: PropType<import("@floating-ui/utils").Strategy>;
804
+ type: PropType<import('@floating-ui/utils').Strategy>;
806
805
  default: string;
807
806
  };
808
807
  }>> & {
809
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
808
+ onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
810
809
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
811
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
812
- onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
810
+ onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
811
+ onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
813
812
  "onHide-prevented"?: (() => any) | undefined;
814
813
  "onShow-prevented"?: (() => any) | undefined;
815
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
814
+ onShown?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
816
815
  }, {
817
816
  hide: (e: Readonly<Event>) => void;
818
817
  show: () => void;
819
818
  toggle: (e?: Event | undefined) => void;
820
819
  }, unknown, {}, {}, import('../../node_modules/vue').ComponentOptionsMixin, import('../../node_modules/vue').ComponentOptionsMixin, {
821
- hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
820
+ hidden: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
822
821
  "update:modelValue": (value: boolean) => void;
823
- show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
824
- hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
822
+ show: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
823
+ hide: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
825
824
  "hide-prevented": () => void;
826
825
  "show-prevented": () => void;
827
- shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
826
+ shown: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
828
827
  }, string, {
829
- offset: import("bootstrap-vue-next/dist/src/types").Numberish | null;
828
+ offset: import('bootstrap-vue-next/dist/src/types').Numberish | null;
830
829
  target: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
831
830
  title: string;
832
- click: import("bootstrap-vue-next/dist/src/types").Booleanish;
831
+ click: import('bootstrap-vue-next/dist/src/types').Booleanish;
833
832
  id: string;
834
- html: import("bootstrap-vue-next/dist/src/types").Booleanish;
835
- variant: keyof import("bootstrap-vue-next").BaseColorVariant | null;
836
- modelValue: import("bootstrap-vue-next/dist/src/types").Booleanish;
837
- hide: import("bootstrap-vue-next/dist/src/types").Booleanish;
838
- manual: import("bootstrap-vue-next/dist/src/types").Booleanish;
839
- boundary: Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document";
840
- boundaryPadding: import("@floating-ui/utils").Padding;
833
+ html: import('bootstrap-vue-next/dist/src/types').Booleanish;
834
+ variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
835
+ modelValue: import('bootstrap-vue-next/dist/src/types').Booleanish;
836
+ hide: import('bootstrap-vue-next/dist/src/types').Booleanish;
837
+ manual: import('bootstrap-vue-next/dist/src/types').Booleanish;
838
+ boundary: Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document";
839
+ boundaryPadding: import('@floating-ui/utils').Padding;
841
840
  container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
842
841
  content: string;
843
842
  customClass: any;
@@ -851,29 +850,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
851
850
  fn: (state: {
852
851
  x: number;
853
852
  y: number;
854
- placement: import("@floating-ui/utils").Placement;
855
- strategy: import("@floating-ui/utils").Strategy;
856
- initialPlacement: import("@floating-ui/utils").Placement;
853
+ placement: import('@floating-ui/utils').Placement;
854
+ strategy: import('@floating-ui/utils').Strategy;
855
+ initialPlacement: import('@floating-ui/utils').Placement;
857
856
  middlewareData: any;
858
- rects: import("@floating-ui/utils").ElementRects;
857
+ rects: import('@floating-ui/utils').ElementRects;
859
858
  platform: any;
860
- elements: import("@floating-ui/dom").Elements;
859
+ elements: import('@floating-ui/dom').Elements;
861
860
  }) => any;
862
861
  }[];
863
- inline: import("bootstrap-vue-next/dist/src/types").Booleanish;
864
- noAutoClose: import("bootstrap-vue-next/dist/src/types").Booleanish;
865
- noFade: import("bootstrap-vue-next/dist/src/types").Booleanish;
866
- noFlip: import("bootstrap-vue-next/dist/src/types").Booleanish;
867
- noHide: import("bootstrap-vue-next/dist/src/types").Booleanish;
868
- noShift: import("bootstrap-vue-next/dist/src/types").Booleanish;
869
- noSize: import("bootstrap-vue-next/dist/src/types").Booleanish;
870
- noninteractive: import("bootstrap-vue-next/dist/src/types").Booleanish;
871
- placement: import("bootstrap-vue-next").PopoverPlacement;
872
- persistent: import("bootstrap-vue-next/dist/src/types").Booleanish;
873
- realtime: import("bootstrap-vue-next/dist/src/types").Booleanish;
862
+ inline: import('bootstrap-vue-next/dist/src/types').Booleanish;
863
+ noAutoClose: import('bootstrap-vue-next/dist/src/types').Booleanish;
864
+ noFade: import('bootstrap-vue-next/dist/src/types').Booleanish;
865
+ noFlip: import('bootstrap-vue-next/dist/src/types').Booleanish;
866
+ noHide: import('bootstrap-vue-next/dist/src/types').Booleanish;
867
+ noShift: import('bootstrap-vue-next/dist/src/types').Booleanish;
868
+ noSize: import('bootstrap-vue-next/dist/src/types').Booleanish;
869
+ noninteractive: import('bootstrap-vue-next/dist/src/types').Booleanish;
870
+ placement: import('bootstrap-vue-next').PopoverPlacement;
871
+ persistent: import('bootstrap-vue-next/dist/src/types').Booleanish;
872
+ realtime: import('bootstrap-vue-next/dist/src/types').Booleanish;
874
873
  reference: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
875
- strategy: import("@floating-ui/utils").Strategy;
876
- tooltip: import("bootstrap-vue-next/dist/src/types").Booleanish;
874
+ strategy: import('@floating-ui/utils').Strategy;
875
+ tooltip: import('bootstrap-vue-next/dist/src/types').Booleanish;
877
876
  }, {}, string, {}> & import('../../node_modules/vue').VNodeProps & import('../../node_modules/vue').AllowedComponentProps & import('../../node_modules/vue').ComponentCustomProps & (new () => {
878
877
  $slots: Readonly<{
879
878
  default?: ((props: Record<string, never>) => any) | undefined;