@icij/murmur-next 4.0.3 → 4.0.5

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 (82) hide show
  1. package/lib/components/Brand.vue +9 -9
  2. package/lib/components/OrdinalLegend.vue +1 -1
  3. package/lib/components/RangePicker.vue +15 -8
  4. package/lib/components/SelectableDropdown.vue +2 -1
  5. package/lib/composables/chart.ts +10 -7
  6. package/lib/composables/resizeObserver.ts +1 -1
  7. package/lib/composables/sendEmail.ts +0 -1
  8. package/lib/config.ts +2 -2
  9. package/lib/locales/en.json +1 -1
  10. package/lib/locales/fr.json +1 -1
  11. package/lib/main.ts +18 -12
  12. package/lib/maps/ChoroplethMap.vue +1 -1
  13. package/lib/maps/ChoroplethMapAnnotation.vue +2 -2
  14. package/lib/maps/SymbolMap.vue +5 -4
  15. package/lib/shims-pym.d.ts +7 -0
  16. package/lib/shims-vue.d.ts +1 -1
  17. package/lib/types.ts +5 -5
  18. package/lib/utils/iframe-resizer.ts +1 -1
  19. package/lib/utils/placeholder.ts +0 -1
  20. package/package.json +44 -40
  21. package/dist/lib/components/AccordionStep.vue.d.ts +0 -79
  22. package/dist/lib/components/AccordionWrapper.vue.d.ts +0 -33
  23. package/dist/lib/components/ActiveTextTruncate.vue.d.ts +0 -101
  24. package/dist/lib/components/AdvancedLinkForm.vue.d.ts +0 -168
  25. package/dist/lib/components/Brand.vue.d.ts +0 -55
  26. package/dist/lib/components/BrandExpansion.vue.d.ts +0 -105
  27. package/dist/lib/components/ConfirmButton.vue.d.ts +0 -158
  28. package/dist/lib/components/ContentPlaceholder.vue.d.ts +0 -44
  29. package/dist/lib/components/CustomPagination.vue.d.ts +0 -130
  30. package/dist/lib/components/DigitsInput.vue.d.ts +0 -66
  31. package/dist/lib/components/DonateForm.vue.d.ts +0 -46
  32. package/dist/lib/components/EmbedForm.vue.d.ts +0 -121
  33. package/dist/lib/components/EmbeddableFooter.vue.d.ts +0 -103
  34. package/dist/lib/components/FollowUsPopover.vue.d.ts +0 -16
  35. package/dist/lib/components/GenericFooter.vue.d.ts +0 -47
  36. package/dist/lib/components/GenericHeader.vue.d.ts +0 -928
  37. package/dist/lib/components/HapticCopy.vue.d.ts +0 -156
  38. package/dist/lib/components/ImddbHeader.vue.d.ts +0 -960
  39. package/dist/lib/components/OrdinalLegend.vue.d.ts +0 -87
  40. package/dist/lib/components/RangePicker.vue.d.ts +0 -196
  41. package/dist/lib/components/ResponsiveIframe.vue.d.ts +0 -45
  42. package/dist/lib/components/ScaleLegend.vue.d.ts +0 -101
  43. package/dist/lib/components/SecretInput.vue.d.ts +0 -99
  44. package/dist/lib/components/SelectableDropdown.vue.d.ts +0 -210
  45. package/dist/lib/components/SharingOptions.vue.d.ts +0 -153
  46. package/dist/lib/components/SharingOptionsLink.vue.d.ts +0 -200
  47. package/dist/lib/components/SignUpForm.vue.d.ts +0 -141
  48. package/dist/lib/components/SlideUpDown.vue.d.ts +0 -74
  49. package/dist/lib/components/TexturedDeck.vue.d.ts +0 -89
  50. package/dist/lib/components/TinyPagination.vue.d.ts +0 -188
  51. package/dist/lib/composables/chart.d.ts +0 -48
  52. package/dist/lib/composables/resizeObserver.d.ts +0 -22
  53. package/dist/lib/composables/sendEmail.d.ts +0 -6
  54. package/dist/lib/config.d.ts +0 -19
  55. package/dist/lib/config.default.d.ts +0 -34
  56. package/dist/lib/datavisualisations/BarChart.vue.d.ts +0 -234
  57. package/dist/lib/datavisualisations/ColumnChart.vue.d.ts +0 -404
  58. package/dist/lib/datavisualisations/LineChart.vue.d.ts +0 -200
  59. package/dist/lib/datavisualisations/StackedBarChart.vue.d.ts +0 -342
  60. package/dist/lib/datavisualisations/StackedColumnChart.vue.d.ts +0 -412
  61. package/dist/lib/enums.d.ts +0 -32
  62. package/dist/lib/i18n.d.ts +0 -4
  63. package/dist/lib/keys.d.ts +0 -2
  64. package/dist/lib/main.d.ts +0 -52
  65. package/dist/lib/maps/ChoroplethMap.vue.d.ts +0 -460
  66. package/dist/lib/maps/ChoroplethMapAnnotation.vue.d.ts +0 -188
  67. package/dist/lib/maps/SymbolMap.vue.d.ts +0 -276
  68. package/dist/lib/murmur.css +0 -1
  69. package/dist/lib/murmur.js +0 -44661
  70. package/dist/lib/murmur.js.map +0 -1
  71. package/dist/lib/murmur.umd.cjs +0 -837
  72. package/dist/lib/murmur.umd.cjs.map +0 -1
  73. package/dist/lib/types.d.ts +0 -44
  74. package/dist/lib/utils/animation.d.ts +0 -8
  75. package/dist/lib/utils/assets.d.ts +0 -2
  76. package/dist/lib/utils/clipboard.d.ts +0 -2
  77. package/dist/lib/utils/iframe-resizer.d.ts +0 -10
  78. package/dist/lib/utils/placeholder.d.ts +0 -12
  79. package/dist/lib/utils/placeholderTypes.d.ts +0 -18
  80. package/dist/lib/utils/strings.d.ts +0 -1
  81. package/lib/locales/locales/en.json +0 -140
  82. package/lib/locales/locales/fr.json +0 -117
@@ -1,928 +0,0 @@
1
- /// <reference types="@/shims-vue" />
2
- /// <reference types="vue-i18n" />
3
- import { type PropType, ComponentPublicInstance } from '../../node_modules/vue';
4
- import { BrandMode } from '../enums';
5
- type BrandOptions = {
6
- noBorder: boolean;
7
- size: number;
8
- color: string;
9
- background: string;
10
- };
11
- /**
12
- * GenericHeader
13
- */
14
- declare const _default: import('../../node_modules/vue').DefineComponent<{
15
- /**
16
- * CSS position of the header. Can be <em>absolute</em>, <em>relative</em>, <em>static</em> or <em>fixed</em> (default).
17
- */
18
- position: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- /**
23
- * Disable Headroom for hiding header until needed.
24
- */
25
- noHeadroom: {
26
- type: BooleanConstructor;
27
- default: boolean;
28
- };
29
- /**
30
- * Target link of the ICIJ logo and project name.
31
- */
32
- homeUrl: {
33
- type: StringConstructor;
34
- default: () => any;
35
- };
36
- /**
37
- * Default options to pass to the brand component
38
- */
39
- brandOptions: {
40
- type: PropType<BrandOptions>;
41
- default: () => {};
42
- };
43
- /**
44
- * Target link of the donate button.
45
- */
46
- donateUrl: {
47
- type: StringConstructor;
48
- default: () => any;
49
- };
50
- }, {
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>;
55
- }>, never, string, string>;
56
- rootElement: import('../../node_modules/vue').ComputedRef<string>;
57
- showFollowUsPopover: import('../../node_modules/vue').Ref<boolean>;
58
- followUsPopover: import('../../node_modules/vue').Ref<ComponentPublicInstance<{
59
- new (...args: any[]): import('../../node_modules/vue').CreateComponentPublicInstance<Readonly<import('../../node_modules/vue').ExtractPropTypes<{
60
- content: {
61
- type: PropType<string>;
62
- default: undefined;
63
- };
64
- container: {
65
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement>>;
66
- default: undefined;
67
- };
68
- offset: {
69
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
70
- default: null;
71
- };
72
- title: {
73
- type: PropType<string>;
74
- default: undefined;
75
- };
76
- variant: {
77
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
78
- default: null;
79
- };
80
- 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>;
90
- default: boolean;
91
- };
92
- target: {
93
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
94
- default: null;
95
- };
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
- delay: {
105
- type: PropType<number | Readonly<{
106
- show: number;
107
- hide: number;
108
- }>>;
109
- default: () => {
110
- show: number;
111
- hide: number;
112
- };
113
- };
114
- tooltip: {
115
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
116
- default: boolean;
117
- };
118
- boundary: {
119
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
120
- default: string;
121
- };
122
- boundaryPadding: {
123
- type: PropType<import("@floating-ui/utils").Padding>;
124
- default: undefined;
125
- };
126
- customClass: {
127
- type: PropType<any>;
128
- default: string;
129
- };
130
- floatingMiddleware: {
131
- type: PropType<{
132
- name: string;
133
- options?: any;
134
- fn: (state: {
135
- x: number;
136
- 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>;
145
- }[]>;
146
- default: undefined;
147
- };
148
- inline: {
149
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
150
- default: boolean;
151
- };
152
- manual: {
153
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
154
- default: boolean;
155
- };
156
- noAutoClose: {
157
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
158
- default: boolean;
159
- };
160
- noFade: {
161
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
162
- default: boolean;
163
- };
164
- noFlip: {
165
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
166
- default: boolean;
167
- };
168
- noHide: {
169
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
170
- default: boolean;
171
- };
172
- noShift: {
173
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
174
- default: boolean;
175
- };
176
- noSize: {
177
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
178
- default: boolean;
179
- };
180
- noninteractive: {
181
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
182
- default: boolean;
183
- };
184
- placement: {
185
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
186
- default: string;
187
- };
188
- persistent: {
189
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
190
- default: boolean;
191
- };
192
- realtime: {
193
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
194
- default: boolean;
195
- };
196
- reference: {
197
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
198
- default: null;
199
- };
200
- strategy: {
201
- type: PropType<import("@floating-ui/utils").Strategy>;
202
- default: string;
203
- };
204
- }>> & {
205
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
206
- "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;
209
- "onHide-prevented"?: (() => any) | undefined;
210
- "onShow-prevented"?: (() => any) | undefined;
211
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
212
- }, {
213
- hide: (e: Readonly<Event>) => void;
214
- show: () => void;
215
- toggle: (e?: Event | undefined) => void;
216
- }, unknown, {}, {}, import('../../node_modules/vue').ComponentOptionsMixin, import('../../node_modules/vue').ComponentOptionsMixin, {
217
- hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
218
- "update:modelValue": (value: boolean) => void;
219
- show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
220
- hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
221
- "hide-prevented": () => void;
222
- "show-prevented": () => void;
223
- shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
224
- }, import('../../node_modules/vue').VNodeProps & import('../../node_modules/vue').AllowedComponentProps & import('../../node_modules/vue').ComponentCustomProps & Readonly<import('../../node_modules/vue').ExtractPropTypes<{
225
- content: {
226
- type: PropType<string>;
227
- default: undefined;
228
- };
229
- container: {
230
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement>>;
231
- default: undefined;
232
- };
233
- offset: {
234
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
235
- default: null;
236
- };
237
- title: {
238
- type: PropType<string>;
239
- default: undefined;
240
- };
241
- variant: {
242
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
243
- default: null;
244
- };
245
- 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>;
255
- default: boolean;
256
- };
257
- target: {
258
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
259
- default: null;
260
- };
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
- delay: {
270
- type: PropType<number | Readonly<{
271
- show: number;
272
- hide: number;
273
- }>>;
274
- default: () => {
275
- show: number;
276
- hide: number;
277
- };
278
- };
279
- tooltip: {
280
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
281
- default: boolean;
282
- };
283
- boundary: {
284
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
285
- default: string;
286
- };
287
- boundaryPadding: {
288
- type: PropType<import("@floating-ui/utils").Padding>;
289
- default: undefined;
290
- };
291
- customClass: {
292
- type: PropType<any>;
293
- default: string;
294
- };
295
- floatingMiddleware: {
296
- type: PropType<{
297
- name: string;
298
- options?: any;
299
- fn: (state: {
300
- x: number;
301
- 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>;
310
- }[]>;
311
- default: undefined;
312
- };
313
- inline: {
314
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
315
- default: boolean;
316
- };
317
- manual: {
318
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
319
- default: boolean;
320
- };
321
- noAutoClose: {
322
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
323
- default: boolean;
324
- };
325
- noFade: {
326
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
327
- default: boolean;
328
- };
329
- noFlip: {
330
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
331
- default: boolean;
332
- };
333
- noHide: {
334
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
335
- default: boolean;
336
- };
337
- noShift: {
338
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
339
- default: boolean;
340
- };
341
- noSize: {
342
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
343
- default: boolean;
344
- };
345
- noninteractive: {
346
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
347
- default: boolean;
348
- };
349
- placement: {
350
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
351
- default: string;
352
- };
353
- persistent: {
354
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
355
- default: boolean;
356
- };
357
- realtime: {
358
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
359
- default: boolean;
360
- };
361
- reference: {
362
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
363
- default: null;
364
- };
365
- strategy: {
366
- type: PropType<import("@floating-ui/utils").Strategy>;
367
- default: string;
368
- };
369
- }>> & {
370
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
371
- "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;
374
- "onHide-prevented"?: (() => any) | undefined;
375
- "onShow-prevented"?: (() => any) | undefined;
376
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
377
- }, {
378
- offset: import("bootstrap-vue-next/dist/src/types").Numberish | null;
379
- target: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
380
- title: string;
381
- click: import("bootstrap-vue-next/dist/src/types").Booleanish;
382
- 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;
390
- container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
391
- content: string;
392
- customClass: any;
393
- delay: number | Readonly<{
394
- show: number;
395
- hide: number;
396
- }>;
397
- floatingMiddleware: {
398
- name: string;
399
- options?: any;
400
- fn: (state: {
401
- x: number;
402
- y: number;
403
- placement: import("@floating-ui/utils").Placement;
404
- strategy: import("@floating-ui/utils").Strategy;
405
- initialPlacement: import("@floating-ui/utils").Placement;
406
- middlewareData: any;
407
- rects: import("@floating-ui/utils").ElementRects;
408
- platform: any;
409
- elements: import("@floating-ui/dom").Elements;
410
- }) => any;
411
- }[];
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;
423
- 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;
426
- }, true, {}, {}, {
427
- P: {};
428
- B: {};
429
- D: {};
430
- C: {};
431
- M: {};
432
- Defaults: {};
433
- }, Readonly<import('../../node_modules/vue').ExtractPropTypes<{
434
- content: {
435
- type: PropType<string>;
436
- default: undefined;
437
- };
438
- container: {
439
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement>>;
440
- default: undefined;
441
- };
442
- offset: {
443
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
444
- default: null;
445
- };
446
- title: {
447
- type: PropType<string>;
448
- default: undefined;
449
- };
450
- variant: {
451
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
452
- default: null;
453
- };
454
- 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>;
464
- default: boolean;
465
- };
466
- target: {
467
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
468
- default: null;
469
- };
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
- delay: {
479
- type: PropType<number | Readonly<{
480
- show: number;
481
- hide: number;
482
- }>>;
483
- default: () => {
484
- show: number;
485
- hide: number;
486
- };
487
- };
488
- tooltip: {
489
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
490
- default: boolean;
491
- };
492
- boundary: {
493
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
494
- default: string;
495
- };
496
- boundaryPadding: {
497
- type: PropType<import("@floating-ui/utils").Padding>;
498
- default: undefined;
499
- };
500
- customClass: {
501
- type: PropType<any>;
502
- default: string;
503
- };
504
- floatingMiddleware: {
505
- type: PropType<{
506
- name: string;
507
- options?: any;
508
- fn: (state: {
509
- x: number;
510
- 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>;
519
- }[]>;
520
- default: undefined;
521
- };
522
- inline: {
523
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
524
- default: boolean;
525
- };
526
- manual: {
527
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
528
- default: boolean;
529
- };
530
- noAutoClose: {
531
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
532
- default: boolean;
533
- };
534
- noFade: {
535
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
536
- default: boolean;
537
- };
538
- noFlip: {
539
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
540
- default: boolean;
541
- };
542
- noHide: {
543
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
544
- default: boolean;
545
- };
546
- noShift: {
547
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
548
- default: boolean;
549
- };
550
- noSize: {
551
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
552
- default: boolean;
553
- };
554
- noninteractive: {
555
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
556
- default: boolean;
557
- };
558
- placement: {
559
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
560
- default: string;
561
- };
562
- persistent: {
563
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
564
- default: boolean;
565
- };
566
- realtime: {
567
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
568
- default: boolean;
569
- };
570
- reference: {
571
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
572
- default: null;
573
- };
574
- strategy: {
575
- type: PropType<import("@floating-ui/utils").Strategy>;
576
- default: string;
577
- };
578
- }>> & {
579
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
580
- "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;
583
- "onHide-prevented"?: (() => any) | undefined;
584
- "onShow-prevented"?: (() => any) | undefined;
585
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
586
- }, {
587
- hide: (e: Readonly<Event>) => void;
588
- show: () => void;
589
- toggle: (e?: Event | undefined) => void;
590
- }, {}, {}, {}, {
591
- offset: import("bootstrap-vue-next/dist/src/types").Numberish | null;
592
- target: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
593
- title: string;
594
- click: import("bootstrap-vue-next/dist/src/types").Booleanish;
595
- 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;
603
- container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
604
- content: string;
605
- customClass: any;
606
- delay: number | Readonly<{
607
- show: number;
608
- hide: number;
609
- }>;
610
- floatingMiddleware: {
611
- name: string;
612
- options?: any;
613
- fn: (state: {
614
- x: number;
615
- y: number;
616
- placement: import("@floating-ui/utils").Placement;
617
- strategy: import("@floating-ui/utils").Strategy;
618
- initialPlacement: import("@floating-ui/utils").Placement;
619
- middlewareData: any;
620
- rects: import("@floating-ui/utils").ElementRects;
621
- platform: any;
622
- elements: import("@floating-ui/dom").Elements;
623
- }) => any;
624
- }[];
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;
636
- 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;
639
- }>;
640
- __isFragment?: undefined;
641
- __isTeleport?: undefined;
642
- __isSuspense?: undefined;
643
- } & import('../../node_modules/vue').ComponentOptionsBase<Readonly<import('../../node_modules/vue').ExtractPropTypes<{
644
- content: {
645
- type: PropType<string>;
646
- default: undefined;
647
- };
648
- container: {
649
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement>>;
650
- default: undefined;
651
- };
652
- offset: {
653
- type: PropType<import("bootstrap-vue-next/dist/src/types").Numberish | null>;
654
- default: null;
655
- };
656
- title: {
657
- type: PropType<string>;
658
- default: undefined;
659
- };
660
- variant: {
661
- type: PropType<keyof import("bootstrap-vue-next").BaseColorVariant | null>;
662
- default: null;
663
- };
664
- 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>;
674
- default: boolean;
675
- };
676
- target: {
677
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
678
- default: null;
679
- };
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
- delay: {
689
- type: PropType<number | Readonly<{
690
- show: number;
691
- hide: number;
692
- }>>;
693
- default: () => {
694
- show: number;
695
- hide: number;
696
- };
697
- };
698
- tooltip: {
699
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
700
- default: boolean;
701
- };
702
- boundary: {
703
- type: PropType<Element | "clippingAncestors" | Element[] | import("@floating-ui/utils").Rect | "viewport" | "document">;
704
- default: string;
705
- };
706
- boundaryPadding: {
707
- type: PropType<import("@floating-ui/utils").Padding>;
708
- default: undefined;
709
- };
710
- customClass: {
711
- type: PropType<any>;
712
- default: string;
713
- };
714
- floatingMiddleware: {
715
- type: PropType<{
716
- name: string;
717
- options?: any;
718
- fn: (state: {
719
- x: number;
720
- 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>;
729
- }[]>;
730
- default: undefined;
731
- };
732
- inline: {
733
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
734
- default: boolean;
735
- };
736
- manual: {
737
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
738
- default: boolean;
739
- };
740
- noAutoClose: {
741
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
742
- default: boolean;
743
- };
744
- noFade: {
745
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
746
- default: boolean;
747
- };
748
- noFlip: {
749
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
750
- default: boolean;
751
- };
752
- noHide: {
753
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
754
- default: boolean;
755
- };
756
- noShift: {
757
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
758
- default: boolean;
759
- };
760
- noSize: {
761
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
762
- default: boolean;
763
- };
764
- noninteractive: {
765
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
766
- default: boolean;
767
- };
768
- placement: {
769
- type: PropType<import("bootstrap-vue-next").PopoverPlacement>;
770
- default: string;
771
- };
772
- persistent: {
773
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
774
- default: boolean;
775
- };
776
- realtime: {
777
- type: PropType<import("bootstrap-vue-next/dist/src/types").Booleanish>;
778
- default: boolean;
779
- };
780
- reference: {
781
- type: PropType<string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null>;
782
- default: null;
783
- };
784
- strategy: {
785
- type: PropType<import("@floating-ui/utils").Strategy>;
786
- default: string;
787
- };
788
- }>> & {
789
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
790
- "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;
793
- "onHide-prevented"?: (() => any) | undefined;
794
- "onShow-prevented"?: (() => any) | undefined;
795
- onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
796
- }, {
797
- hide: (e: Readonly<Event>) => void;
798
- show: () => void;
799
- toggle: (e?: Event | undefined) => void;
800
- }, unknown, {}, {}, import('../../node_modules/vue').ComponentOptionsMixin, import('../../node_modules/vue').ComponentOptionsMixin, {
801
- hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
802
- "update:modelValue": (value: boolean) => void;
803
- show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
804
- hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
805
- "hide-prevented": () => void;
806
- "show-prevented": () => void;
807
- shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => void;
808
- }, string, {
809
- offset: import("bootstrap-vue-next/dist/src/types").Numberish | null;
810
- target: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;
811
- title: string;
812
- click: import("bootstrap-vue-next/dist/src/types").Booleanish;
813
- 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;
821
- container: string | Readonly<HTMLElement> | Readonly<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('../../node_modules/vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>>;
822
- content: string;
823
- customClass: any;
824
- delay: number | Readonly<{
825
- show: number;
826
- hide: number;
827
- }>;
828
- floatingMiddleware: {
829
- name: string;
830
- options?: any;
831
- fn: (state: {
832
- x: number;
833
- y: number;
834
- placement: import("@floating-ui/utils").Placement;
835
- strategy: import("@floating-ui/utils").Strategy;
836
- initialPlacement: import("@floating-ui/utils").Placement;
837
- middlewareData: any;
838
- rects: import("@floating-ui/utils").ElementRects;
839
- platform: any;
840
- elements: import("@floating-ui/dom").Elements;
841
- }) => any;
842
- }[];
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;
854
- 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;
857
- }, {}, string, {}> & import('../../node_modules/vue').VNodeProps & import('../../node_modules/vue').AllowedComponentProps & import('../../node_modules/vue').ComponentCustomProps & (new () => {
858
- $slots: Readonly<{
859
- default?: ((props: Record<string, never>) => any) | undefined;
860
- target?: ((props: {
861
- show: () => void;
862
- hide: (e: Event) => void;
863
- toggle: (e: Event) => void;
864
- showState: boolean;
865
- }) => any) | undefined;
866
- title?: ((props: Record<string, never>) => any) | undefined;
867
- }> & {
868
- default?: ((props: Record<string, never>) => any) | undefined;
869
- target?: ((props: {
870
- show: () => void;
871
- hide: (e: Event) => void;
872
- toggle: (e: Event) => void;
873
- showState: boolean;
874
- }) => any) | undefined;
875
- title?: ((props: Record<string, never>) => any) | undefined;
876
- };
877
- })> | null>;
878
- collapseNavbar: import('../../node_modules/vue').Ref<boolean>;
879
- shortMode: import('../../node_modules/vue').Ref<BrandMode>;
880
- longMode: import('../../node_modules/vue').Ref<BrandMode>;
881
- appliedBrandOptions: import('../../node_modules/vue').ComputedRef<BrandOptions>;
882
- closable: import('../../node_modules/vue').Ref<boolean>;
883
- closeFollowUsPopover: () => void;
884
- toggleNavbar: () => void;
885
- }, unknown, {}, {}, import('../../node_modules/vue').ComponentOptionsMixin, import('../../node_modules/vue').ComponentOptionsMixin, {}, string, import('../../node_modules/vue').PublicProps, Readonly<import('../../node_modules/vue').ExtractPropTypes<{
886
- /**
887
- * CSS position of the header. Can be <em>absolute</em>, <em>relative</em>, <em>static</em> or <em>fixed</em> (default).
888
- */
889
- position: {
890
- type: StringConstructor;
891
- default: string;
892
- };
893
- /**
894
- * Disable Headroom for hiding header until needed.
895
- */
896
- noHeadroom: {
897
- type: BooleanConstructor;
898
- default: boolean;
899
- };
900
- /**
901
- * Target link of the ICIJ logo and project name.
902
- */
903
- homeUrl: {
904
- type: StringConstructor;
905
- default: () => any;
906
- };
907
- /**
908
- * Default options to pass to the brand component
909
- */
910
- brandOptions: {
911
- type: PropType<BrandOptions>;
912
- default: () => {};
913
- };
914
- /**
915
- * Target link of the donate button.
916
- */
917
- donateUrl: {
918
- type: StringConstructor;
919
- default: () => any;
920
- };
921
- }>>, {
922
- position: string;
923
- homeUrl: string;
924
- noHeadroom: boolean;
925
- brandOptions: BrandOptions;
926
- donateUrl: string;
927
- }, {}>;
928
- export default _default;