@icij/murmur-next 4.0.0 → 4.0.1

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 (273) hide show
  1. package/README.md +15 -19
  2. package/dist/lib/components/AccordionStep.vue.d.ts +79 -0
  3. package/dist/lib/components/AccordionWrapper.vue.d.ts +33 -0
  4. package/dist/lib/components/ActiveTextTruncate.vue.d.ts +101 -0
  5. package/dist/lib/components/AdvancedLinkForm.vue.d.ts +168 -0
  6. package/dist/lib/components/Brand.vue.d.ts +55 -0
  7. package/dist/lib/components/BrandExpansion.vue.d.ts +105 -0
  8. package/dist/lib/components/ConfirmButton.vue.d.ts +158 -0
  9. package/dist/lib/components/ContentPlaceholder.vue.d.ts +44 -0
  10. package/dist/lib/components/CustomPagination.vue.d.ts +130 -0
  11. package/dist/lib/components/DigitsInput.vue.d.ts +66 -0
  12. package/dist/lib/components/DonateForm.vue.d.ts +46 -0
  13. package/dist/lib/components/EmbedForm.vue.d.ts +121 -0
  14. package/dist/lib/components/EmbeddableFooter.vue.d.ts +103 -0
  15. package/dist/lib/components/FollowUsPopover.vue.d.ts +16 -0
  16. package/dist/lib/components/GenericFooter.vue.d.ts +47 -0
  17. package/dist/lib/components/GenericHeader.vue.d.ts +928 -0
  18. package/dist/lib/components/HapticCopy.vue.d.ts +156 -0
  19. package/dist/lib/components/ImddbHeader.vue.d.ts +960 -0
  20. package/dist/lib/components/OrdinalLegend.vue.d.ts +87 -0
  21. package/dist/lib/components/RangePicker.vue.d.ts +196 -0
  22. package/dist/lib/components/ResponsiveIframe.vue.d.ts +45 -0
  23. package/dist/lib/components/ScaleLegend.vue.d.ts +101 -0
  24. package/dist/lib/components/SecretInput.vue.d.ts +99 -0
  25. package/dist/lib/components/SelectableDropdown.vue.d.ts +210 -0
  26. package/dist/lib/components/SharingOptions.vue.d.ts +153 -0
  27. package/dist/lib/components/SharingOptionsLink.vue.d.ts +200 -0
  28. package/dist/lib/components/SignUpForm.vue.d.ts +141 -0
  29. package/dist/lib/components/SlideUpDown.vue.d.ts +74 -0
  30. package/dist/lib/components/TexturedDeck.vue.d.ts +89 -0
  31. package/dist/lib/components/TinyPagination.vue.d.ts +188 -0
  32. package/dist/lib/composables/chart.d.ts +48 -0
  33. package/dist/lib/composables/resizeObserver.d.ts +22 -0
  34. package/dist/lib/composables/sendEmail.d.ts +6 -0
  35. package/dist/lib/config.d.ts +19 -0
  36. package/dist/lib/config.default.d.ts +34 -0
  37. package/dist/lib/datavisualisations/BarChart.vue.d.ts +234 -0
  38. package/dist/lib/datavisualisations/ColumnChart.vue.d.ts +404 -0
  39. package/dist/lib/datavisualisations/LineChart.vue.d.ts +200 -0
  40. package/dist/lib/datavisualisations/StackedBarChart.vue.d.ts +342 -0
  41. package/dist/lib/datavisualisations/StackedColumnChart.vue.d.ts +412 -0
  42. package/dist/lib/enums.d.ts +32 -0
  43. package/dist/lib/i18n.d.ts +4 -0
  44. package/dist/lib/keys.d.ts +2 -0
  45. package/dist/lib/main.d.ts +52 -0
  46. package/dist/lib/maps/ChoroplethMap.vue.d.ts +460 -0
  47. package/dist/lib/maps/ChoroplethMapAnnotation.vue.d.ts +188 -0
  48. package/dist/lib/maps/SymbolMap.vue.d.ts +276 -0
  49. package/dist/lib/murmur.css +1 -0
  50. package/dist/lib/murmur.js +44661 -0
  51. package/dist/lib/murmur.js.map +1 -0
  52. package/dist/lib/murmur.umd.cjs +837 -0
  53. package/dist/lib/murmur.umd.cjs.map +1 -0
  54. package/dist/lib/types.d.ts +44 -0
  55. package/dist/lib/utils/animation.d.ts +8 -0
  56. package/dist/lib/utils/assets.d.ts +2 -0
  57. package/dist/lib/utils/clipboard.d.ts +2 -0
  58. package/dist/lib/utils/iframe-resizer.d.ts +10 -0
  59. package/dist/lib/utils/placeholder.d.ts +12 -0
  60. package/dist/lib/utils/placeholderTypes.d.ts +18 -0
  61. package/dist/lib/utils/strings.d.ts +1 -0
  62. package/package.json +15 -1
  63. package/.github/workflows/deploy-github-pages.yaml +0 -50
  64. package/.storybook/app.scss +0 -14
  65. package/.storybook/doc_variables.scss +0 -20
  66. package/.storybook/main.ts +0 -35
  67. package/.storybook/preview-head.html +0 -2
  68. package/.storybook/preview.ts +0 -32
  69. package/deploy.js +0 -15
  70. package/docs/components/ApiTable.vue +0 -171
  71. package/docs/components/App.vue +0 -146
  72. package/docs/components/CollapsibleBlock.vue +0 -122
  73. package/docs/components/DocsHeader.vue +0 -68
  74. package/docs/components/DocsMenu.vue +0 -201
  75. package/docs/components/DocsMenuSection.vue +0 -109
  76. package/docs/components/EditLink.vue +0 -49
  77. package/docs/components/OutboundLink.vue +0 -13
  78. package/docs/components/PalettePresenter.vue +0 -96
  79. package/docs/components/RepositoryLink.vue +0 -28
  80. package/docs/components/SampleCard.vue +0 -119
  81. package/docs/main.js +0 -42
  82. package/docs/pages/components/accordion/doc.md +0 -96
  83. package/docs/pages/components/active-text-truncate/doc.md +0 -44
  84. package/docs/pages/components/advanced-link-form/doc.md +0 -105
  85. package/docs/pages/components/brand/doc.md +0 -30
  86. package/docs/pages/components/brand-expansion/doc.md +0 -70
  87. package/docs/pages/components/confirm-button/doc.md +0 -91
  88. package/docs/pages/components/content-placeholder/doc.md +0 -16
  89. package/docs/pages/components/custom-pagination/doc.md +0 -61
  90. package/docs/pages/components/digits-input/doc.md +0 -28
  91. package/docs/pages/components/donate-form/doc.md +0 -20
  92. package/docs/pages/components/embed-form/doc.md +0 -22
  93. package/docs/pages/components/embeddable-footer/doc.md +0 -60
  94. package/docs/pages/components/follow-us-popover/doc.md +0 -5
  95. package/docs/pages/components/generic-footer/doc.md +0 -21
  96. package/docs/pages/components/generic-header/doc.md +0 -24
  97. package/docs/pages/components/haptic-copy/doc.md +0 -27
  98. package/docs/pages/components/imddb-header/doc.md +0 -23
  99. package/docs/pages/components/ordinal-legend/doc.md +0 -44
  100. package/docs/pages/components/range-picker/doc.md +0 -86
  101. package/docs/pages/components/responsive-iframe/doc.md +0 -13
  102. package/docs/pages/components/scale-legend/doc.md +0 -65
  103. package/docs/pages/components/secret-input/doc.md +0 -12
  104. package/docs/pages/components/selectable-dropdown/doc.md +0 -156
  105. package/docs/pages/components/sharing-options/doc.md +0 -13
  106. package/docs/pages/components/sharing-options-link/doc.md +0 -36
  107. package/docs/pages/components/sign-up-form/doc.md +0 -13
  108. package/docs/pages/components/slide-up-down/doc.md +0 -28
  109. package/docs/pages/components/textured-deck/doc.md +0 -78
  110. package/docs/pages/components/tiny-pagination/doc.md +0 -92
  111. package/docs/pages/datavisualisation/bars/doc.md +0 -110
  112. package/docs/pages/datavisualisation/columns/doc.md +0 -165
  113. package/docs/pages/datavisualisation/lines/doc.md +0 -139
  114. package/docs/pages/datavisualisation/stacked-bar/doc.md +0 -160
  115. package/docs/pages/datavisualisation/stacked-column/doc.md +0 -191
  116. package/docs/pages/getting-started/about-icij/doc.md +0 -13
  117. package/docs/pages/getting-started/custom-bootstrap/doc.md +0 -36
  118. package/docs/pages/getting-started/installation-guide/doc.md +0 -59
  119. package/docs/pages/getting-started/internationalization/doc.md +0 -74
  120. package/docs/pages/maps/choropleth-map/doc.md +0 -420
  121. package/docs/pages/maps/choropleth-map-annotation/doc.md +0 -373
  122. package/docs/pages/maps/symbol-map/doc.md +0 -203
  123. package/docs/pages/structure/breakpoints/doc.md +0 -3
  124. package/docs/pages/structure/grid/doc.md +0 -3
  125. package/docs/pages/utilities/assets/doc.md +0 -138
  126. package/docs/pages/utilities/config/doc.md +0 -52
  127. package/docs/pages/utilities/iframes/doc.md +0 -3
  128. package/docs/pages/visual/colors/doc.md +0 -31
  129. package/docs/pages/visual/iconography/doc.md +0 -56
  130. package/docs/pages/visual/states/doc.md +0 -77
  131. package/docs/pages/visual/themes/doc.md +0 -3
  132. package/docs/pages/visual/typography/doc.md +0 -71
  133. package/docs/routes.js +0 -25
  134. package/docs/store/index.js +0 -21
  135. package/docs/styles/app.scss +0 -36
  136. package/docs/styles/variables.scss +0 -20
  137. package/loaders/highlight-loader.js +0 -13
  138. package/loaders/markdown-loader.js +0 -91
  139. package/loaders/metadata-loader.js +0 -18
  140. package/loaders/sass-extract-loader.js +0 -14
  141. package/loaders/vue-docgen-loader.js +0 -14
  142. package/plugins/MdPluginTypes.ts +0 -10
  143. package/plugins/docs.ts +0 -50
  144. package/plugins/front-matter.ts +0 -36
  145. package/plugins/highlight.ts +0 -27
  146. package/plugins/markdown-it/api-table.ts +0 -25
  147. package/plugins/markdown-it/sample-card.ts +0 -31
  148. package/plugins/plugin-delete.ts +0 -47
  149. package/plugins/plugin-docgen.ts +0 -23
  150. package/plugins/sass-vars.ts +0 -25
  151. package/plugins/vue-docgen.ts +0 -29
  152. package/public/android-chrome-192x192.png +0 -0
  153. package/public/android-chrome-512x512.png +0 -0
  154. package/public/apple-touch-icon.png +0 -0
  155. package/public/assets/img/arrow-bottom.svg +0 -3
  156. package/public/assets/img/texture-brick-black.jpg +0 -0
  157. package/public/assets/img/texture-brick.jpg +0 -0
  158. package/public/assets/img/texture-carbon-black.jpg +0 -0
  159. package/public/assets/img/texture-carbon.jpg +0 -0
  160. package/public/assets/img/texture-crack-black.jpg +0 -0
  161. package/public/assets/img/texture-crack.jpg +0 -0
  162. package/public/assets/img/texture-rock-black.jpg +0 -0
  163. package/public/assets/img/texture-rock.jpg +0 -0
  164. package/public/assets/img/texture-sand-black.jpg +0 -0
  165. package/public/assets/img/texture-sand.jpg +0 -0
  166. package/public/assets/img/texture-silk-black.jpg +0 -0
  167. package/public/assets/img/texture-silk.jpg +0 -0
  168. package/public/assets/topojson/france-departments.json +0 -1
  169. package/public/assets/topojson/paris-arrondissements.json +0 -1
  170. package/public/assets/topojson/world-countries-sans-antarctica.json +0 -1
  171. package/public/favicon-16x16.png +0 -0
  172. package/public/favicon-32x32.png +0 -0
  173. package/public/favicon.ico +0 -0
  174. package/public/site.webmanifest +0 -1
  175. package/stories/assets/code-brackets.svg +0 -1
  176. package/stories/assets/colors.svg +0 -1
  177. package/stories/assets/comments.svg +0 -1
  178. package/stories/assets/direction.svg +0 -1
  179. package/stories/assets/flow.svg +0 -1
  180. package/stories/assets/plugin.svg +0 -1
  181. package/stories/assets/repo.svg +0 -1
  182. package/stories/assets/stackalt.svg +0 -1
  183. package/stories/getting-started/about-icij.mdx +0 -14
  184. package/stories/getting-started/custom-bootstrap.mdx +0 -23
  185. package/stories/getting-started/installation-guide.mdx +0 -62
  186. package/stories/getting-started/internationalization.mdx +0 -63
  187. package/stories/murmur/components/AccordionStep.stories.ts +0 -33
  188. package/stories/murmur/components/AccordionWrapper.stories.ts +0 -69
  189. package/stories/murmur/components/ActiveTextTruncate.stories.ts +0 -32
  190. package/stories/murmur/components/AdvancedLinkForm.stories.ts +0 -77
  191. package/stories/murmur/components/Brand.stories.ts +0 -30
  192. package/stories/murmur/components/BrandExpansion.stories.ts +0 -41
  193. package/stories/murmur/components/ConfirmButton.stories.ts +0 -40
  194. package/stories/murmur/components/ContentPlaceholder.stories.ts +0 -41
  195. package/stories/murmur/components/CustomPagination.stories.ts +0 -42
  196. package/stories/murmur/components/DigitsInput.stories.ts +0 -29
  197. package/stories/murmur/components/DonateForm.stories.ts +0 -29
  198. package/stories/murmur/components/EmbedForm.stories.ts +0 -35
  199. package/stories/murmur/components/EmbeddableFooter.stories.ts +0 -59
  200. package/stories/murmur/components/FollowUsPopover.stories.ts +0 -24
  201. package/stories/murmur/components/GenericFooter.stories.ts +0 -27
  202. package/stories/murmur/components/GenericHeader.stories.ts +0 -27
  203. package/stories/murmur/components/HapticCopy.stories.ts +0 -40
  204. package/stories/murmur/components/ImddbHeader.stories.ts +0 -27
  205. package/stories/murmur/components/OrdinalLegend.stories.ts +0 -49
  206. package/stories/murmur/components/RangePicker.stories.ts +0 -98
  207. package/stories/murmur/components/ResponsiveIframe.stories.ts +0 -24
  208. package/stories/murmur/components/ScaleLegend.stories.ts +0 -65
  209. package/stories/murmur/components/SecretInput.stories.ts +0 -60
  210. package/stories/murmur/components/SelectableDropdown.stories.ts +0 -143
  211. package/stories/murmur/components/SharingOptions.stories.ts +0 -32
  212. package/stories/murmur/components/SharingOptionsLink.stories.ts +0 -53
  213. package/stories/murmur/components/SignUpForm.stories.ts +0 -51
  214. package/stories/murmur/components/SlideUpDown.stories.ts +0 -32
  215. package/stories/murmur/components/TexturedDeck.stories.ts +0 -83
  216. package/stories/murmur/components/TinyPagination.stories.ts +0 -65
  217. package/stories/murmur/datavisualisations/BarChart.stories.ts +0 -54
  218. package/stories/murmur/datavisualisations/ColumnChart.stories.ts +0 -88
  219. package/stories/murmur/datavisualisations/LineChart.stories.ts +0 -139
  220. package/stories/murmur/datavisualisations/StackedBarChart.stories.ts +0 -199
  221. package/stories/murmur/datavisualisations/StackedColumnChart.stories.ts +0 -136
  222. package/stories/murmur/decorators.ts +0 -108
  223. package/stories/murmur/maps/ChoroplethMap.stories.ts +0 -440
  224. package/stories/murmur/maps/ChoroplethMapAnnotation.stories.ts +0 -26
  225. package/stories/murmur/maps/SymbolMap.stories.ts +0 -24
  226. package/stories/murmur/utils.ts +0 -7
  227. package/tests/unit/components/AccordionStep.spec.ts +0 -157
  228. package/tests/unit/components/AccordionWrapper.spec.ts +0 -57
  229. package/tests/unit/components/ActiveTextTruncate.spec.js +0 -30
  230. package/tests/unit/components/AdvancedLinkForm.spec.js +0 -124
  231. package/tests/unit/components/Brand.spec.js +0 -50
  232. package/tests/unit/components/ContentPlaceholder.spec.js +0 -29
  233. package/tests/unit/components/CustomPagination.spec.js +0 -72
  234. package/tests/unit/components/DigitsInput.spec.ts +0 -157
  235. package/tests/unit/components/DonateForm.spec.js +0 -149
  236. package/tests/unit/components/EmbedForm.spec.js +0 -108
  237. package/tests/unit/components/EmbeddableFooter.spec.js +0 -11
  238. package/tests/unit/components/Fa.spec.js +0 -18
  239. package/tests/unit/components/FollowUsPopover.spec.js +0 -29
  240. package/tests/unit/components/GenericFooter.spec.js +0 -29
  241. package/tests/unit/components/GenericHeader.spec.js +0 -104
  242. package/tests/unit/components/HapticCopy.spec.js +0 -123
  243. package/tests/unit/components/ImddbHeader.spec.js +0 -96
  244. package/tests/unit/components/OrdinalLegend.spec.js +0 -120
  245. package/tests/unit/components/RangePicker.spec.ts +0 -87
  246. package/tests/unit/components/ResponsiveIframe.spec.js +0 -20
  247. package/tests/unit/components/ScaleLegend.spec.js +0 -139
  248. package/tests/unit/components/SecretInput.spec.js +0 -81
  249. package/tests/unit/components/SelectableDropdown.spec.js +0 -160
  250. package/tests/unit/components/SharingOptions.spec.js +0 -125
  251. package/tests/unit/components/SharingOptionsLink.spec.js +0 -184
  252. package/tests/unit/components/SignUpForm.spec.js +0 -145
  253. package/tests/unit/components/SlideUpDown.spec.js +0 -59
  254. package/tests/unit/components/TinyPagination.spec.js +0 -46
  255. package/tests/unit/config.spec.js +0 -136
  256. package/tests/unit/datavisualisations/BarChart.spec.js +0 -63
  257. package/tests/unit/datavisualisations/ColumnChart.spec.js +0 -344
  258. package/tests/unit/datavisualisations/LineChart.spec.js +0 -155
  259. package/tests/unit/datavisualisations/StackedBarChart.spec.js +0 -294
  260. package/tests/unit/datavisualisations/StackedColumnChart.spec.js +0 -443
  261. package/tests/unit/i18n.spec.ts +0 -19
  262. package/tests/unit/main.spec.js +0 -82
  263. package/tests/unit/maps/ChoroplethMap.spec.js +0 -214
  264. package/tests/unit/maps/ChoroplethMapAnnotation.spec.ts +0 -186
  265. package/tests/unit/maps/SymbolMap.spec.js +0 -92
  266. package/tests/unit/require.spec.js +0 -22
  267. package/tests/unit/setup.js +0 -13
  268. package/tests/unit/utils/assets.spec.js +0 -61
  269. package/tests/unit/utils/clipboard.spec.js +0 -18
  270. package/tests/unit/utils/iframe-resizer.spec.js +0 -71
  271. package/tsconfig.json +0 -35
  272. package/vite.config.ts +0 -79
  273. package/vitest.config.ts +0 -19
@@ -0,0 +1,928 @@
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;