@icij/murmur-next 4.0.4 → 4.0.6

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 (74) hide show
  1. package/dist/lib/components/AccordionStep.vue.d.ts +2 -3
  2. package/dist/lib/components/AccordionWrapper.vue.d.ts +1 -2
  3. package/dist/lib/components/ActiveTextTruncate.vue.d.ts +2 -2
  4. package/dist/lib/components/AdvancedLinkForm.vue.d.ts +5 -6
  5. package/dist/lib/components/Brand.vue.d.ts +8 -8
  6. package/dist/lib/components/BrandExpansion.vue.d.ts +6 -7
  7. package/dist/lib/components/ConfirmButton.vue.d.ts +1 -2
  8. package/dist/lib/components/ContentPlaceholder.vue.d.ts +2 -3
  9. package/dist/lib/components/CustomPagination.vue.d.ts +9 -10
  10. package/dist/lib/components/DigitsInput.vue.d.ts +3 -3
  11. package/dist/lib/components/DonateForm.vue.d.ts +4 -5
  12. package/dist/lib/components/EmbedForm.vue.d.ts +7 -8
  13. package/dist/lib/components/FollowUsPopover.vue.d.ts +4 -5
  14. package/dist/lib/components/GenericFooter.vue.d.ts +1 -2
  15. package/dist/lib/components/GenericHeader.vue.d.ts +283 -284
  16. package/dist/lib/components/HapticCopy.vue.d.ts +6 -8
  17. package/dist/lib/components/ImddbHeader.vue.d.ts +282 -283
  18. package/dist/lib/components/OrdinalLegend.vue.d.ts +8 -9
  19. package/dist/lib/components/RangePicker.vue.d.ts +10 -14
  20. package/dist/lib/components/ResponsiveIframe.vue.d.ts +2 -3
  21. package/dist/lib/components/ScaleLegend.vue.d.ts +2 -2
  22. package/dist/lib/components/SecretInput.vue.d.ts +3 -3
  23. package/dist/lib/components/SelectableDropdown.vue.d.ts +6 -7
  24. package/dist/lib/components/SharingOptions.vue.d.ts +1 -2
  25. package/dist/lib/components/SharingOptionsLink.vue.d.ts +2 -3
  26. package/dist/lib/components/SignUpForm.vue.d.ts +5 -6
  27. package/dist/lib/components/SlideUpDown.vue.d.ts +3 -4
  28. package/dist/lib/components/TexturedDeck.vue.d.ts +3 -4
  29. package/dist/lib/components/TinyPagination.vue.d.ts +15 -16
  30. package/dist/lib/composables/chart.d.ts +7 -8
  31. package/dist/lib/composables/resizeObserver.d.ts +1 -2
  32. package/dist/lib/composables/sendEmail.d.ts +1 -2
  33. package/dist/lib/config.d.ts +3 -2
  34. package/dist/lib/datavisualisations/BarChart.vue.d.ts +6 -8
  35. package/dist/lib/datavisualisations/ColumnChart.vue.d.ts +7 -4
  36. package/dist/lib/datavisualisations/LineChart.vue.d.ts +17 -9
  37. package/dist/lib/datavisualisations/StackedBarChart.vue.d.ts +4 -8
  38. package/dist/lib/datavisualisations/StackedColumnChart.vue.d.ts +4 -4
  39. package/dist/lib/i18n.d.ts +1 -0
  40. package/dist/lib/main.d.ts +11 -8
  41. package/dist/lib/maps/ChoroplethMap.vue.d.ts +10 -4
  42. package/dist/lib/maps/ChoroplethMapAnnotation.vue.d.ts +3 -3
  43. package/dist/lib/maps/SymbolMap.vue.d.ts +8 -8
  44. package/dist/lib/murmur.css +1 -1
  45. package/dist/lib/murmur.js +17563 -16205
  46. package/dist/lib/murmur.js.map +1 -1
  47. package/dist/lib/murmur.umd.cjs +60 -52
  48. package/dist/lib/murmur.umd.cjs.map +1 -1
  49. package/dist/lib/types.d.ts +4 -7
  50. package/dist/lib/utils/assets.d.ts +1 -1
  51. package/dist/lib/utils/iframe-resizer.d.ts +1 -0
  52. package/dist/lib/utils/placeholder.d.ts +1 -0
  53. package/dist/lib/utils/placeholderTypes.d.ts +2 -3
  54. package/lib/components/Brand.vue +9 -9
  55. package/lib/components/OrdinalLegend.vue +1 -1
  56. package/lib/components/RangePicker.vue +15 -9
  57. package/lib/composables/chart.ts +10 -7
  58. package/lib/composables/resizeObserver.ts +1 -1
  59. package/lib/composables/sendEmail.ts +0 -1
  60. package/lib/config.ts +2 -2
  61. package/lib/locales/en.json +1 -1
  62. package/lib/locales/fr.json +1 -1
  63. package/lib/main.ts +18 -12
  64. package/lib/maps/ChoroplethMap.vue +1 -1
  65. package/lib/maps/ChoroplethMapAnnotation.vue +2 -2
  66. package/lib/maps/SymbolMap.vue +5 -4
  67. package/lib/shims-pym.d.ts +7 -0
  68. package/lib/shims-vue.d.ts +1 -1
  69. package/lib/types.ts +5 -5
  70. package/lib/utils/iframe-resizer.ts +1 -1
  71. package/lib/utils/placeholder.ts +0 -1
  72. package/package.json +49 -43
  73. package/lib/locales/locales/en.json +0 -140
  74. package/lib/locales/locales/fr.json +0 -117
@@ -1,7 +1,6 @@
1
- /// <reference types="@/shims-vue" />
2
- /// <reference types="vue-i18n" />
3
- import { type PropType, ComponentPublicInstance } from '../../node_modules/vue';
1
+ import { PropType, ComponentPublicInstance } from '../../node_modules/vue';
4
2
  import { BrandMode } from '../enums';
3
+
5
4
  type BrandOptions = {
6
5
  noBorder: boolean;
7
6
  size: number;
@@ -48,10 +47,10 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
48
47
  default: () => any;
49
48
  };
50
49
  }, {
51
- t: import("vue-i18n").ComposerTranslation<{
52
- [x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
53
- }, string, import("@intlify/core-base").RemoveIndexSignature<{
54
- [x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
50
+ t: import('vue-i18n').ComposerTranslation<{
51
+ [x: string]: import('@intlify/core-base').LocaleMessage<import('vue-i18n').VueMessageType>;
52
+ }, string, import('@intlify/core-base').RemoveIndexSignature<{
53
+ [x: string]: import('vue-i18n').LocaleMessageValue<import('vue-i18n').VueMessageType>;
55
54
  }>, never, string, string>;
56
55
  rootElement: import('../../node_modules/vue').ComputedRef<string>;
57
56
  showFollowUsPopover: import('../../node_modules/vue').Ref<boolean>;
@@ -66,41 +65,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
66
65
  default: undefined;
67
66
  };
68
67
  offset: {
69
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
68
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
70
69
  default: null;
71
70
  };
71
+ click: {
72
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
73
+ default: boolean;
74
+ };
72
75
  title: {
73
76
  type: PropType<string>;
74
77
  default: undefined;
75
78
  };
76
79
  variant: {
77
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
80
+ type: PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
78
81
  default: null;
79
82
  };
80
83
  html: {
81
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
82
- default: boolean;
83
- };
84
- id: {
85
- type: PropType<string>;
86
- default: undefined;
87
- };
88
- modelValue: {
89
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
84
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
90
85
  default: boolean;
91
86
  };
92
87
  target: {
93
88
  type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
94
89
  default: null;
95
90
  };
96
- hide: {
97
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
98
- default: undefined;
99
- };
100
- click: {
101
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
102
- default: boolean;
103
- };
104
91
  delay: {
105
92
  type: PropType<number | Readonly<{
106
93
  show: number;
@@ -112,15 +99,15 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
112
99
  };
113
100
  };
114
101
  tooltip: {
115
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
102
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
116
103
  default: boolean;
117
104
  };
118
105
  boundary: {
119
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
106
+ type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document">;
120
107
  default: string;
121
108
  };
122
109
  boundaryPadding: {
123
- type: PropType<import("@floating-ui/utils").Padding>;
110
+ type: PropType<import('@floating-ui/utils').Padding>;
124
111
  default: undefined;
125
112
  };
126
113
  customClass: {
@@ -134,63 +121,75 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
134
121
  fn: (state: {
135
122
  x: number;
136
123
  y: number;
137
- placement: import("@floating-ui/utils").Placement;
138
- strategy: import("@floating-ui/utils").Strategy;
139
- initialPlacement: import("@floating-ui/utils").Placement;
140
- middlewareData: import("@floating-ui/core").MiddlewareData;
141
- rects: import("@floating-ui/utils").ElementRects;
142
- platform: import("@floating-ui/core").Platform;
143
- elements: import("@floating-ui/dom").Elements;
144
- }) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
124
+ placement: import('@floating-ui/utils').Placement;
125
+ strategy: import('@floating-ui/utils').Strategy;
126
+ initialPlacement: import('@floating-ui/utils').Placement;
127
+ middlewareData: import('@floating-ui/core').MiddlewareData;
128
+ rects: import('@floating-ui/utils').ElementRects;
129
+ platform: import('@floating-ui/core').Platform;
130
+ elements: import('@floating-ui/dom').Elements;
131
+ }) => import('@floating-ui/core').MiddlewareReturn | Promise<import('@floating-ui/core').MiddlewareReturn>;
145
132
  }[]>;
146
133
  default: undefined;
147
134
  };
135
+ hide: {
136
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
137
+ default: undefined;
138
+ };
139
+ id: {
140
+ type: PropType<string>;
141
+ default: undefined;
142
+ };
148
143
  inline: {
149
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
144
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
150
145
  default: boolean;
151
146
  };
152
147
  manual: {
153
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
148
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
149
+ default: boolean;
150
+ };
151
+ modelValue: {
152
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
154
153
  default: boolean;
155
154
  };
156
155
  noAutoClose: {
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: boolean;
159
158
  };
160
159
  noFade: {
161
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
160
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
162
161
  default: boolean;
163
162
  };
164
163
  noFlip: {
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
  noHide: {
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
  noShift: {
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
  noSize: {
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
  noninteractive: {
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
  placement: {
185
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
184
+ type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
186
185
  default: string;
187
186
  };
188
187
  persistent: {
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
  realtime: {
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
  reference: {
@@ -198,29 +197,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
198
197
  default: null;
199
198
  };
200
199
  strategy: {
201
- type: PropType<import("@floating-ui/utils").Strategy>;
200
+ type: PropType<import('@floating-ui/utils').Strategy>;
202
201
  default: string;
203
202
  };
204
203
  }>> & {
205
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
204
+ onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
206
205
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
207
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
208
- onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
206
+ onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
207
+ onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
209
208
  "onHide-prevented"?: (() => any) | undefined;
210
209
  "onShow-prevented"?: (() => any) | undefined;
211
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
210
+ onShown?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
212
211
  }, {
213
212
  hide: (e: Readonly<Event>) => void;
214
213
  show: () => void;
215
214
  toggle: (e?: Event | undefined) => void;
216
215
  }, unknown, {}, {}, import('../../node_modules/vue').ComponentOptionsMixin, import('../../node_modules/vue').ComponentOptionsMixin, {
217
- hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
216
+ hidden: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
218
217
  "update:modelValue": (value: boolean) => void;
219
- show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
220
- hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
218
+ show: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
219
+ hide: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
221
220
  "hide-prevented": () => void;
222
221
  "show-prevented": () => void;
223
- shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
222
+ shown: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
224
223
  }, import('../../node_modules/vue').VNodeProps & import('../../node_modules/vue').AllowedComponentProps & import('../../node_modules/vue').ComponentCustomProps & Readonly<import('../../node_modules/vue').ExtractPropTypes<{
225
224
  content: {
226
225
  type: PropType<string>;
@@ -231,41 +230,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
231
230
  default: undefined;
232
231
  };
233
232
  offset: {
234
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
233
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
235
234
  default: null;
236
235
  };
236
+ click: {
237
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
238
+ default: boolean;
239
+ };
237
240
  title: {
238
241
  type: PropType<string>;
239
242
  default: undefined;
240
243
  };
241
244
  variant: {
242
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
245
+ type: PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
243
246
  default: null;
244
247
  };
245
248
  html: {
246
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
247
- default: boolean;
248
- };
249
- id: {
250
- type: PropType<string>;
251
- default: undefined;
252
- };
253
- modelValue: {
254
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
249
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
255
250
  default: boolean;
256
251
  };
257
252
  target: {
258
253
  type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
259
254
  default: null;
260
255
  };
261
- hide: {
262
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
263
- default: undefined;
264
- };
265
- click: {
266
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
267
- default: boolean;
268
- };
269
256
  delay: {
270
257
  type: PropType<number | Readonly<{
271
258
  show: number;
@@ -277,15 +264,15 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
277
264
  };
278
265
  };
279
266
  tooltip: {
280
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
267
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
281
268
  default: boolean;
282
269
  };
283
270
  boundary: {
284
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
271
+ type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document">;
285
272
  default: string;
286
273
  };
287
274
  boundaryPadding: {
288
- type: PropType<import("@floating-ui/utils").Padding>;
275
+ type: PropType<import('@floating-ui/utils').Padding>;
289
276
  default: undefined;
290
277
  };
291
278
  customClass: {
@@ -299,63 +286,75 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
299
286
  fn: (state: {
300
287
  x: number;
301
288
  y: number;
302
- placement: import("@floating-ui/utils").Placement;
303
- strategy: import("@floating-ui/utils").Strategy;
304
- initialPlacement: import("@floating-ui/utils").Placement;
305
- middlewareData: import("@floating-ui/core").MiddlewareData;
306
- rects: import("@floating-ui/utils").ElementRects;
307
- platform: import("@floating-ui/core").Platform;
308
- elements: import("@floating-ui/dom").Elements;
309
- }) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
289
+ placement: import('@floating-ui/utils').Placement;
290
+ strategy: import('@floating-ui/utils').Strategy;
291
+ initialPlacement: import('@floating-ui/utils').Placement;
292
+ middlewareData: import('@floating-ui/core').MiddlewareData;
293
+ rects: import('@floating-ui/utils').ElementRects;
294
+ platform: import('@floating-ui/core').Platform;
295
+ elements: import('@floating-ui/dom').Elements;
296
+ }) => import('@floating-ui/core').MiddlewareReturn | Promise<import('@floating-ui/core').MiddlewareReturn>;
310
297
  }[]>;
311
298
  default: undefined;
312
299
  };
300
+ hide: {
301
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
302
+ default: undefined;
303
+ };
304
+ id: {
305
+ type: PropType<string>;
306
+ default: undefined;
307
+ };
313
308
  inline: {
314
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
309
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
315
310
  default: boolean;
316
311
  };
317
312
  manual: {
318
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
313
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
314
+ default: boolean;
315
+ };
316
+ modelValue: {
317
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
319
318
  default: boolean;
320
319
  };
321
320
  noAutoClose: {
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: boolean;
324
323
  };
325
324
  noFade: {
326
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
325
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
327
326
  default: boolean;
328
327
  };
329
328
  noFlip: {
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
  noHide: {
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
  noShift: {
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
  noSize: {
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
  noninteractive: {
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
  placement: {
350
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
349
+ type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
351
350
  default: string;
352
351
  };
353
352
  persistent: {
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
  realtime: {
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
  reference: {
@@ -363,30 +362,30 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
363
362
  default: null;
364
363
  };
365
364
  strategy: {
366
- type: PropType<import("@floating-ui/utils").Strategy>;
365
+ type: PropType<import('@floating-ui/utils').Strategy>;
367
366
  default: string;
368
367
  };
369
368
  }>> & {
370
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
369
+ onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
371
370
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
372
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
373
- onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
371
+ onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
372
+ onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
374
373
  "onHide-prevented"?: (() => any) | undefined;
375
374
  "onShow-prevented"?: (() => any) | undefined;
376
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
375
+ onShown?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
377
376
  }, {
378
- offset: import("bootstrap-vue-next/dist/src/types").Numberish | null;
377
+ offset: import('bootstrap-vue-next/dist/src/types').Numberish | null;
379
378
  target: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
380
379
  title: string;
381
- click: import("bootstrap-vue-next/dist/src/types").Booleanish;
380
+ click: import('bootstrap-vue-next/dist/src/types').Booleanish;
382
381
  id: string;
383
- html: import("bootstrap-vue-next/dist/src/types").Booleanish;
384
- variant: keyof import("bootstrap-vue-next").BaseColorVariant | null;
385
- modelValue: import("bootstrap-vue-next/dist/src/types").Booleanish;
386
- hide: import("bootstrap-vue-next/dist/src/types").Booleanish;
387
- manual: import("bootstrap-vue-next/dist/src/types").Booleanish;
388
- boundary: Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document";
389
- boundaryPadding: import("@floating-ui/utils").Padding;
382
+ html: import('bootstrap-vue-next/dist/src/types').Booleanish;
383
+ variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
384
+ modelValue: import('bootstrap-vue-next/dist/src/types').Booleanish;
385
+ hide: import('bootstrap-vue-next/dist/src/types').Booleanish;
386
+ manual: import('bootstrap-vue-next/dist/src/types').Booleanish;
387
+ boundary: Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document";
388
+ boundaryPadding: import('@floating-ui/utils').Padding;
390
389
  container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
391
390
  content: string;
392
391
  customClass: any;
@@ -400,29 +399,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
400
399
  fn: (state: {
401
400
  x: number;
402
401
  y: number;
403
- placement: import("@floating-ui/utils").Placement;
404
- strategy: import("@floating-ui/utils").Strategy;
405
- initialPlacement: import("@floating-ui/utils").Placement;
402
+ placement: import('@floating-ui/utils').Placement;
403
+ strategy: import('@floating-ui/utils').Strategy;
404
+ initialPlacement: import('@floating-ui/utils').Placement;
406
405
  middlewareData: any;
407
- rects: import("@floating-ui/utils").ElementRects;
406
+ rects: import('@floating-ui/utils').ElementRects;
408
407
  platform: any;
409
- elements: import("@floating-ui/dom").Elements;
408
+ elements: import('@floating-ui/dom').Elements;
410
409
  }) => any;
411
410
  }[];
412
- inline: import("bootstrap-vue-next/dist/src/types").Booleanish;
413
- noAutoClose: import("bootstrap-vue-next/dist/src/types").Booleanish;
414
- noFade: import("bootstrap-vue-next/dist/src/types").Booleanish;
415
- noFlip: import("bootstrap-vue-next/dist/src/types").Booleanish;
416
- noHide: import("bootstrap-vue-next/dist/src/types").Booleanish;
417
- noShift: import("bootstrap-vue-next/dist/src/types").Booleanish;
418
- noSize: import("bootstrap-vue-next/dist/src/types").Booleanish;
419
- noninteractive: import("bootstrap-vue-next/dist/src/types").Booleanish;
420
- placement: import("bootstrap-vue-next").PopoverPlacement;
421
- persistent: import("bootstrap-vue-next/dist/src/types").Booleanish;
422
- realtime: import("bootstrap-vue-next/dist/src/types").Booleanish;
411
+ inline: import('bootstrap-vue-next/dist/src/types').Booleanish;
412
+ noAutoClose: import('bootstrap-vue-next/dist/src/types').Booleanish;
413
+ noFade: import('bootstrap-vue-next/dist/src/types').Booleanish;
414
+ noFlip: import('bootstrap-vue-next/dist/src/types').Booleanish;
415
+ noHide: import('bootstrap-vue-next/dist/src/types').Booleanish;
416
+ noShift: import('bootstrap-vue-next/dist/src/types').Booleanish;
417
+ noSize: import('bootstrap-vue-next/dist/src/types').Booleanish;
418
+ noninteractive: import('bootstrap-vue-next/dist/src/types').Booleanish;
419
+ placement: import('bootstrap-vue-next').PopoverPlacement;
420
+ persistent: import('bootstrap-vue-next/dist/src/types').Booleanish;
421
+ realtime: import('bootstrap-vue-next/dist/src/types').Booleanish;
423
422
  reference: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
424
- strategy: import("@floating-ui/utils").Strategy;
425
- tooltip: import("bootstrap-vue-next/dist/src/types").Booleanish;
423
+ strategy: import('@floating-ui/utils').Strategy;
424
+ tooltip: import('bootstrap-vue-next/dist/src/types').Booleanish;
426
425
  }, true, {}, {}, {
427
426
  P: {};
428
427
  B: {};
@@ -440,41 +439,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
440
439
  default: undefined;
441
440
  };
442
441
  offset: {
443
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
442
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
444
443
  default: null;
445
444
  };
445
+ click: {
446
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
447
+ default: boolean;
448
+ };
446
449
  title: {
447
450
  type: PropType<string>;
448
451
  default: undefined;
449
452
  };
450
453
  variant: {
451
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
454
+ type: PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
452
455
  default: null;
453
456
  };
454
457
  html: {
455
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
456
- default: boolean;
457
- };
458
- id: {
459
- type: PropType<string>;
460
- default: undefined;
461
- };
462
- modelValue: {
463
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
458
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
464
459
  default: boolean;
465
460
  };
466
461
  target: {
467
462
  type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
468
463
  default: null;
469
464
  };
470
- hide: {
471
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
472
- default: undefined;
473
- };
474
- click: {
475
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
476
- default: boolean;
477
- };
478
465
  delay: {
479
466
  type: PropType<number | Readonly<{
480
467
  show: number;
@@ -486,15 +473,15 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
486
473
  };
487
474
  };
488
475
  tooltip: {
489
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
476
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
490
477
  default: boolean;
491
478
  };
492
479
  boundary: {
493
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
480
+ type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document">;
494
481
  default: string;
495
482
  };
496
483
  boundaryPadding: {
497
- type: PropType<import("@floating-ui/utils").Padding>;
484
+ type: PropType<import('@floating-ui/utils').Padding>;
498
485
  default: undefined;
499
486
  };
500
487
  customClass: {
@@ -508,63 +495,75 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
508
495
  fn: (state: {
509
496
  x: number;
510
497
  y: number;
511
- placement: import("@floating-ui/utils").Placement;
512
- strategy: import("@floating-ui/utils").Strategy;
513
- initialPlacement: import("@floating-ui/utils").Placement;
514
- middlewareData: import("@floating-ui/core").MiddlewareData;
515
- rects: import("@floating-ui/utils").ElementRects;
516
- platform: import("@floating-ui/core").Platform;
517
- elements: import("@floating-ui/dom").Elements;
518
- }) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
498
+ placement: import('@floating-ui/utils').Placement;
499
+ strategy: import('@floating-ui/utils').Strategy;
500
+ initialPlacement: import('@floating-ui/utils').Placement;
501
+ middlewareData: import('@floating-ui/core').MiddlewareData;
502
+ rects: import('@floating-ui/utils').ElementRects;
503
+ platform: import('@floating-ui/core').Platform;
504
+ elements: import('@floating-ui/dom').Elements;
505
+ }) => import('@floating-ui/core').MiddlewareReturn | Promise<import('@floating-ui/core').MiddlewareReturn>;
519
506
  }[]>;
520
507
  default: undefined;
521
508
  };
509
+ hide: {
510
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
511
+ default: undefined;
512
+ };
513
+ id: {
514
+ type: PropType<string>;
515
+ default: undefined;
516
+ };
522
517
  inline: {
523
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
518
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
524
519
  default: boolean;
525
520
  };
526
521
  manual: {
527
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
522
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
523
+ default: boolean;
524
+ };
525
+ modelValue: {
526
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
528
527
  default: boolean;
529
528
  };
530
529
  noAutoClose: {
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: boolean;
533
532
  };
534
533
  noFade: {
535
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
534
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
536
535
  default: boolean;
537
536
  };
538
537
  noFlip: {
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
  noHide: {
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
  noShift: {
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
  noSize: {
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
  noninteractive: {
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
  placement: {
559
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
558
+ type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
560
559
  default: string;
561
560
  };
562
561
  persistent: {
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
  realtime: {
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
  reference: {
@@ -572,34 +571,34 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
572
571
  default: null;
573
572
  };
574
573
  strategy: {
575
- type: PropType<import("@floating-ui/utils").Strategy>;
574
+ type: PropType<import('@floating-ui/utils').Strategy>;
576
575
  default: string;
577
576
  };
578
577
  }>> & {
579
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
578
+ onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
580
579
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
581
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
582
- onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
580
+ onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
581
+ onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
583
582
  "onHide-prevented"?: (() => any) | undefined;
584
583
  "onShow-prevented"?: (() => any) | undefined;
585
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
584
+ onShown?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
586
585
  }, {
587
586
  hide: (e: Readonly<Event>) => void;
588
587
  show: () => void;
589
588
  toggle: (e?: Event | undefined) => void;
590
589
  }, {}, {}, {}, {
591
- offset: import("bootstrap-vue-next/dist/src/types").Numberish | null;
590
+ offset: import('bootstrap-vue-next/dist/src/types').Numberish | null;
592
591
  target: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
593
592
  title: string;
594
- click: import("bootstrap-vue-next/dist/src/types").Booleanish;
593
+ click: import('bootstrap-vue-next/dist/src/types').Booleanish;
595
594
  id: string;
596
- html: import("bootstrap-vue-next/dist/src/types").Booleanish;
597
- variant: keyof import("bootstrap-vue-next").BaseColorVariant | null;
598
- modelValue: import("bootstrap-vue-next/dist/src/types").Booleanish;
599
- hide: import("bootstrap-vue-next/dist/src/types").Booleanish;
600
- manual: import("bootstrap-vue-next/dist/src/types").Booleanish;
601
- boundary: Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document";
602
- boundaryPadding: import("@floating-ui/utils").Padding;
595
+ html: import('bootstrap-vue-next/dist/src/types').Booleanish;
596
+ variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
597
+ modelValue: import('bootstrap-vue-next/dist/src/types').Booleanish;
598
+ hide: import('bootstrap-vue-next/dist/src/types').Booleanish;
599
+ manual: import('bootstrap-vue-next/dist/src/types').Booleanish;
600
+ boundary: Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document";
601
+ boundaryPadding: import('@floating-ui/utils').Padding;
603
602
  container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
604
603
  content: string;
605
604
  customClass: any;
@@ -613,29 +612,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
613
612
  fn: (state: {
614
613
  x: number;
615
614
  y: number;
616
- placement: import("@floating-ui/utils").Placement;
617
- strategy: import("@floating-ui/utils").Strategy;
618
- initialPlacement: import("@floating-ui/utils").Placement;
615
+ placement: import('@floating-ui/utils').Placement;
616
+ strategy: import('@floating-ui/utils').Strategy;
617
+ initialPlacement: import('@floating-ui/utils').Placement;
619
618
  middlewareData: any;
620
- rects: import("@floating-ui/utils").ElementRects;
619
+ rects: import('@floating-ui/utils').ElementRects;
621
620
  platform: any;
622
- elements: import("@floating-ui/dom").Elements;
621
+ elements: import('@floating-ui/dom').Elements;
623
622
  }) => any;
624
623
  }[];
625
- inline: import("bootstrap-vue-next/dist/src/types").Booleanish;
626
- noAutoClose: import("bootstrap-vue-next/dist/src/types").Booleanish;
627
- noFade: import("bootstrap-vue-next/dist/src/types").Booleanish;
628
- noFlip: import("bootstrap-vue-next/dist/src/types").Booleanish;
629
- noHide: import("bootstrap-vue-next/dist/src/types").Booleanish;
630
- noShift: import("bootstrap-vue-next/dist/src/types").Booleanish;
631
- noSize: import("bootstrap-vue-next/dist/src/types").Booleanish;
632
- noninteractive: import("bootstrap-vue-next/dist/src/types").Booleanish;
633
- placement: import("bootstrap-vue-next").PopoverPlacement;
634
- persistent: import("bootstrap-vue-next/dist/src/types").Booleanish;
635
- realtime: import("bootstrap-vue-next/dist/src/types").Booleanish;
624
+ inline: import('bootstrap-vue-next/dist/src/types').Booleanish;
625
+ noAutoClose: import('bootstrap-vue-next/dist/src/types').Booleanish;
626
+ noFade: import('bootstrap-vue-next/dist/src/types').Booleanish;
627
+ noFlip: import('bootstrap-vue-next/dist/src/types').Booleanish;
628
+ noHide: import('bootstrap-vue-next/dist/src/types').Booleanish;
629
+ noShift: import('bootstrap-vue-next/dist/src/types').Booleanish;
630
+ noSize: import('bootstrap-vue-next/dist/src/types').Booleanish;
631
+ noninteractive: import('bootstrap-vue-next/dist/src/types').Booleanish;
632
+ placement: import('bootstrap-vue-next').PopoverPlacement;
633
+ persistent: import('bootstrap-vue-next/dist/src/types').Booleanish;
634
+ realtime: import('bootstrap-vue-next/dist/src/types').Booleanish;
636
635
  reference: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
637
- strategy: import("@floating-ui/utils").Strategy;
638
- tooltip: import("bootstrap-vue-next/dist/src/types").Booleanish;
636
+ strategy: import('@floating-ui/utils').Strategy;
637
+ tooltip: import('bootstrap-vue-next/dist/src/types').Booleanish;
639
638
  }>;
640
639
  __isFragment?: undefined;
641
640
  __isTeleport?: undefined;
@@ -650,41 +649,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
650
649
  default: undefined;
651
650
  };
652
651
  offset: {
653
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
652
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Numberish | null>;
654
653
  default: null;
655
654
  };
655
+ click: {
656
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
657
+ default: boolean;
658
+ };
656
659
  title: {
657
660
  type: PropType<string>;
658
661
  default: undefined;
659
662
  };
660
663
  variant: {
661
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
664
+ type: PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
662
665
  default: null;
663
666
  };
664
667
  html: {
665
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
666
- default: boolean;
667
- };
668
- id: {
669
- type: PropType<string>;
670
- default: undefined;
671
- };
672
- modelValue: {
673
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
668
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
674
669
  default: boolean;
675
670
  };
676
671
  target: {
677
672
  type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
678
673
  default: null;
679
674
  };
680
- hide: {
681
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
682
- default: undefined;
683
- };
684
- click: {
685
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
686
- default: boolean;
687
- };
688
675
  delay: {
689
676
  type: PropType<number | Readonly<{
690
677
  show: number;
@@ -696,15 +683,15 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
696
683
  };
697
684
  };
698
685
  tooltip: {
699
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
686
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
700
687
  default: boolean;
701
688
  };
702
689
  boundary: {
703
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
690
+ type: PropType<Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document">;
704
691
  default: string;
705
692
  };
706
693
  boundaryPadding: {
707
- type: PropType<import("@floating-ui/utils").Padding>;
694
+ type: PropType<import('@floating-ui/utils').Padding>;
708
695
  default: undefined;
709
696
  };
710
697
  customClass: {
@@ -718,63 +705,75 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
718
705
  fn: (state: {
719
706
  x: number;
720
707
  y: number;
721
- placement: import("@floating-ui/utils").Placement;
722
- strategy: import("@floating-ui/utils").Strategy;
723
- initialPlacement: import("@floating-ui/utils").Placement;
724
- middlewareData: import("@floating-ui/core").MiddlewareData;
725
- rects: import("@floating-ui/utils").ElementRects;
726
- platform: import("@floating-ui/core").Platform;
727
- elements: import("@floating-ui/dom").Elements;
728
- }) => import("@floating-ui/core").MiddlewareReturn | Promise<import("@floating-ui/core").MiddlewareReturn>;
708
+ placement: import('@floating-ui/utils').Placement;
709
+ strategy: import('@floating-ui/utils').Strategy;
710
+ initialPlacement: import('@floating-ui/utils').Placement;
711
+ middlewareData: import('@floating-ui/core').MiddlewareData;
712
+ rects: import('@floating-ui/utils').ElementRects;
713
+ platform: import('@floating-ui/core').Platform;
714
+ elements: import('@floating-ui/dom').Elements;
715
+ }) => import('@floating-ui/core').MiddlewareReturn | Promise<import('@floating-ui/core').MiddlewareReturn>;
729
716
  }[]>;
730
717
  default: undefined;
731
718
  };
719
+ hide: {
720
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
721
+ default: undefined;
722
+ };
723
+ id: {
724
+ type: PropType<string>;
725
+ default: undefined;
726
+ };
732
727
  inline: {
733
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
728
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
734
729
  default: boolean;
735
730
  };
736
731
  manual: {
737
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
732
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
733
+ default: boolean;
734
+ };
735
+ modelValue: {
736
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
738
737
  default: boolean;
739
738
  };
740
739
  noAutoClose: {
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: boolean;
743
742
  };
744
743
  noFade: {
745
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
744
+ type: PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
746
745
  default: boolean;
747
746
  };
748
747
  noFlip: {
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
  noHide: {
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
  noShift: {
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
  noSize: {
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
  noninteractive: {
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
  placement: {
769
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
768
+ type: PropType<import('bootstrap-vue-next').PopoverPlacement>;
770
769
  default: string;
771
770
  };
772
771
  persistent: {
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
  realtime: {
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
  reference: {
@@ -782,42 +781,42 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
782
781
  default: null;
783
782
  };
784
783
  strategy: {
785
- type: PropType<import("@floating-ui/utils").Strategy>;
784
+ type: PropType<import('@floating-ui/utils').Strategy>;
786
785
  default: string;
787
786
  };
788
787
  }>> & {
789
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
788
+ onHidden?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
790
789
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
791
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
792
- onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
790
+ onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
791
+ onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
793
792
  "onHide-prevented"?: (() => any) | undefined;
794
793
  "onShow-prevented"?: (() => any) | undefined;
795
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
794
+ onShown?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
796
795
  }, {
797
796
  hide: (e: Readonly<Event>) => void;
798
797
  show: () => void;
799
798
  toggle: (e?: Event | undefined) => void;
800
799
  }, unknown, {}, {}, import('../../node_modules/vue').ComponentOptionsMixin, import('../../node_modules/vue').ComponentOptionsMixin, {
801
- hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
800
+ hidden: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
802
801
  "update:modelValue": (value: boolean) => void;
803
- show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
804
- hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
802
+ show: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
803
+ hide: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
805
804
  "hide-prevented": () => void;
806
805
  "show-prevented": () => void;
807
- shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
806
+ shown: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
808
807
  }, string, {
809
- offset: import("bootstrap-vue-next/dist/src/types").Numberish | null;
808
+ offset: import('bootstrap-vue-next/dist/src/types').Numberish | null;
810
809
  target: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
811
810
  title: string;
812
- click: import("bootstrap-vue-next/dist/src/types").Booleanish;
811
+ click: import('bootstrap-vue-next/dist/src/types').Booleanish;
813
812
  id: string;
814
- html: import("bootstrap-vue-next/dist/src/types").Booleanish;
815
- variant: keyof import("bootstrap-vue-next").BaseColorVariant | null;
816
- modelValue: import("bootstrap-vue-next/dist/src/types").Booleanish;
817
- hide: import("bootstrap-vue-next/dist/src/types").Booleanish;
818
- manual: import("bootstrap-vue-next/dist/src/types").Booleanish;
819
- boundary: Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document";
820
- boundaryPadding: import("@floating-ui/utils").Padding;
813
+ html: import('bootstrap-vue-next/dist/src/types').Booleanish;
814
+ variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
815
+ modelValue: import('bootstrap-vue-next/dist/src/types').Booleanish;
816
+ hide: import('bootstrap-vue-next/dist/src/types').Booleanish;
817
+ manual: import('bootstrap-vue-next/dist/src/types').Booleanish;
818
+ boundary: Element | "clippingAncestors" | Element[] | import('@floating-ui/utils').Rect | "viewport" | "document";
819
+ boundaryPadding: import('@floating-ui/utils').Padding;
821
820
  container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
822
821
  content: string;
823
822
  customClass: any;
@@ -831,29 +830,29 @@ declare const _default: import('../../node_modules/vue').DefineComponent<{
831
830
  fn: (state: {
832
831
  x: number;
833
832
  y: number;
834
- placement: import("@floating-ui/utils").Placement;
835
- strategy: import("@floating-ui/utils").Strategy;
836
- initialPlacement: import("@floating-ui/utils").Placement;
833
+ placement: import('@floating-ui/utils').Placement;
834
+ strategy: import('@floating-ui/utils').Strategy;
835
+ initialPlacement: import('@floating-ui/utils').Placement;
837
836
  middlewareData: any;
838
- rects: import("@floating-ui/utils").ElementRects;
837
+ rects: import('@floating-ui/utils').ElementRects;
839
838
  platform: any;
840
- elements: import("@floating-ui/dom").Elements;
839
+ elements: import('@floating-ui/dom').Elements;
841
840
  }) => any;
842
841
  }[];
843
- inline: import("bootstrap-vue-next/dist/src/types").Booleanish;
844
- noAutoClose: import("bootstrap-vue-next/dist/src/types").Booleanish;
845
- noFade: import("bootstrap-vue-next/dist/src/types").Booleanish;
846
- noFlip: import("bootstrap-vue-next/dist/src/types").Booleanish;
847
- noHide: import("bootstrap-vue-next/dist/src/types").Booleanish;
848
- noShift: import("bootstrap-vue-next/dist/src/types").Booleanish;
849
- noSize: import("bootstrap-vue-next/dist/src/types").Booleanish;
850
- noninteractive: import("bootstrap-vue-next/dist/src/types").Booleanish;
851
- placement: import("bootstrap-vue-next").PopoverPlacement;
852
- persistent: import("bootstrap-vue-next/dist/src/types").Booleanish;
853
- realtime: import("bootstrap-vue-next/dist/src/types").Booleanish;
842
+ inline: import('bootstrap-vue-next/dist/src/types').Booleanish;
843
+ noAutoClose: import('bootstrap-vue-next/dist/src/types').Booleanish;
844
+ noFade: import('bootstrap-vue-next/dist/src/types').Booleanish;
845
+ noFlip: import('bootstrap-vue-next/dist/src/types').Booleanish;
846
+ noHide: import('bootstrap-vue-next/dist/src/types').Booleanish;
847
+ noShift: import('bootstrap-vue-next/dist/src/types').Booleanish;
848
+ noSize: import('bootstrap-vue-next/dist/src/types').Booleanish;
849
+ noninteractive: import('bootstrap-vue-next/dist/src/types').Booleanish;
850
+ placement: import('bootstrap-vue-next').PopoverPlacement;
851
+ persistent: import('bootstrap-vue-next/dist/src/types').Booleanish;
852
+ realtime: import('bootstrap-vue-next/dist/src/types').Booleanish;
854
853
  reference: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
855
- strategy: import("@floating-ui/utils").Strategy;
856
- tooltip: import("bootstrap-vue-next/dist/src/types").Booleanish;
854
+ strategy: import('@floating-ui/utils').Strategy;
855
+ tooltip: import('bootstrap-vue-next/dist/src/types').Booleanish;
857
856
  }, {}, string, {}> & import('../../node_modules/vue').VNodeProps & import('../../node_modules/vue').AllowedComponentProps & import('../../node_modules/vue').ComponentCustomProps & (new () => {
858
857
  $slots: Readonly<{
859
858
  default?: ((props: Record<string, never>) => any) | undefined;