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