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