@privateaim/client-vue 0.8.7 → 0.8.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +3 -3
  2. package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts.map +1 -1
  3. package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts +15 -15
  4. package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts.map +1 -1
  5. package/dist/components/analysis/FAnalysisItem.d.ts +0 -17
  6. package/dist/components/analysis/FAnalysisItem.d.ts.map +1 -1
  7. package/dist/components/analysis/FAnalysisItemCard.vue.d.ts +6 -23
  8. package/dist/components/analysis/FAnalysisItemCard.vue.d.ts.map +1 -1
  9. package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +2183 -17
  10. package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
  11. package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts +1084 -1
  12. package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +1 -1
  13. package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +1084 -1
  14. package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
  15. package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts +15 -15
  16. package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts.map +1 -1
  17. package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +1084 -1
  18. package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +1 -1
  19. package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +1084 -1
  20. package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
  21. package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts.map +1 -1
  22. package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +1084 -1
  23. package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +1 -1
  24. package/dist/components/analysis-node/FAnalysisNodes.d.ts.map +1 -1
  25. package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts +0 -17
  26. package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts.map +1 -1
  27. package/dist/components/login/FLoginForm.vue.d.ts +3 -3
  28. package/dist/components/login/FLoginForm.vue.d.ts.map +1 -1
  29. package/dist/components/project/FProjectCreator.vue.d.ts +10 -10
  30. package/dist/components/project/FProjectCreator.vue.d.ts.map +1 -1
  31. package/dist/components/project/FProjectItemCard.vue.d.ts +16 -16
  32. package/dist/components/project/FProjectItemCard.vue.d.ts.map +1 -1
  33. package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +1084 -1
  34. package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
  35. package/dist/components/project-node/FProjectNodes.d.ts.map +1 -1
  36. package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts +3 -3
  37. package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts.map +1 -1
  38. package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts +3 -3
  39. package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts.map +1 -1
  40. package/dist/core/entity-socket/module.d.ts.map +1 -1
  41. package/dist/core/entity-socket/type.d.ts +6 -5
  42. package/dist/core/entity-socket/type.d.ts.map +1 -1
  43. package/dist/core/http-client/setup.d.ts.map +1 -1
  44. package/dist/core/list/utils/handlers.d.ts.map +1 -1
  45. package/dist/index.cjs +226 -234
  46. package/dist/index.cjs.map +1 -1
  47. package/dist/index.css +49 -0
  48. package/dist/index.mjs +229 -237
  49. package/dist/index.mjs.map +1 -1
  50. package/dist/type.d.ts +1 -0
  51. package/dist/type.d.ts.map +1 -1
  52. package/package.json +28 -28
@@ -22,7 +22,1090 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
22
  onUpdated?: (...args: any[]) => any;
23
23
  onExecuted?: (...args: any[]) => any;
24
24
  }>, {}, {}, {
25
- BModal: any;
25
+ BModal: {
26
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
27
+ modelValue?: Exclude<import("bootstrap-vue-next").BModalProps["modelValue"], undefined>;
28
+ } & {
29
+ busy?: boolean;
30
+ size?: import("bootstrap-vue-next").Size | "xl";
31
+ body?: string;
32
+ title?: string;
33
+ id?: string;
34
+ autofocus?: boolean;
35
+ autofocusButton?: "ok" | "cancel" | "close";
36
+ backdropFirst?: boolean;
37
+ bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
38
+ bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
39
+ bodyClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
40
+ bodyScrolling?: boolean;
41
+ bodyTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
42
+ bodyVariant?: import("bootstrap-vue-next").ColorVariant | null;
43
+ buttonSize?: import("bootstrap-vue-next").Size;
44
+ cancelDisabled?: boolean;
45
+ cancelTitle?: string;
46
+ cancelVariant?: import("bootstrap-vue-next").ButtonVariant | null;
47
+ centered?: boolean;
48
+ contentClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
49
+ dialogClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
50
+ footerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
51
+ footerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
52
+ footerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
53
+ footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
54
+ footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
55
+ fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
56
+ headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
57
+ headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
58
+ headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
59
+ headerCloseClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
60
+ headerCloseLabel?: string;
61
+ headerCloseVariant?: import("bootstrap-vue-next").ButtonVariant | null;
62
+ headerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
63
+ headerVariant?: import("bootstrap-vue-next").ColorVariant | null;
64
+ noBackdrop?: boolean;
65
+ noFooter?: boolean;
66
+ noHeader?: boolean;
67
+ noHeaderClose?: boolean;
68
+ modalClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
69
+ noCloseOnBackdrop?: boolean;
70
+ noCloseOnEsc?: boolean;
71
+ noTrap?: boolean;
72
+ noStacking?: boolean;
73
+ okDisabled?: boolean;
74
+ okOnly?: boolean;
75
+ okTitle?: string;
76
+ okVariant?: import("bootstrap-vue-next").ButtonVariant | null;
77
+ scrollable?: boolean;
78
+ titleClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
79
+ titleVisuallyHidden?: boolean;
80
+ titleTag?: string;
81
+ teleportDisabled?: import("vue").TeleportProps["disabled"];
82
+ teleportTo?: import("vue").TeleportProps["to"];
83
+ initialAnimation?: boolean;
84
+ noAnimation?: boolean;
85
+ noFade?: boolean;
86
+ lazy?: boolean;
87
+ unmountLazy?: boolean;
88
+ show?: boolean;
89
+ transProps?: Readonly<import("vue").TransitionProps>;
90
+ visible?: boolean;
91
+ }> & Readonly<{
92
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
93
+ onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
94
+ onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
95
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
96
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
97
+ onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
98
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
99
+ "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
100
+ onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
101
+ onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
102
+ onEsc?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
103
+ "onHide-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
104
+ "onToggle-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
105
+ onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
106
+ }>, {
107
+ hide: (trigger?: string) => void;
108
+ id: import("vue").ComputedRef<string>;
109
+ show: () => void;
110
+ toggle: () => void;
111
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
112
+ show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
113
+ ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
114
+ cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
115
+ close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
116
+ "update:modelValue": (value: boolean) => any;
117
+ toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
118
+ hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
119
+ "show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
120
+ hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
121
+ backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
122
+ esc: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
123
+ "hide-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
124
+ "toggle-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
125
+ shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
126
+ }, import("vue").PublicProps, {
127
+ body: string;
128
+ autofocus: boolean;
129
+ id: string;
130
+ size: import("bootstrap-vue-next").Size | "xl";
131
+ noBackdrop: boolean;
132
+ backdropFirst: boolean;
133
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
134
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
135
+ bodyScrolling: boolean;
136
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
137
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
138
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
139
+ headerCloseLabel: string;
140
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
141
+ noCloseOnBackdrop: boolean;
142
+ noCloseOnEsc: boolean;
143
+ noHeader: boolean;
144
+ noTrap: boolean;
145
+ noHeaderClose: boolean;
146
+ title: string;
147
+ teleportDisabled: boolean;
148
+ teleportTo: string | import("vue").RendererElement | null;
149
+ noFade: boolean;
150
+ show: boolean;
151
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
152
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
153
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
154
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
155
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
156
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
157
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
158
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
159
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
160
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
161
+ titleTag: string;
162
+ lazy: boolean;
163
+ busy: boolean;
164
+ initialAnimation: boolean;
165
+ unmountLazy: boolean;
166
+ transProps: Readonly<import("vue").TransitionProps>;
167
+ visible: boolean;
168
+ autofocusButton: "ok" | "cancel" | "close";
169
+ bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
170
+ buttonSize: import("bootstrap-vue-next").Size;
171
+ cancelDisabled: boolean;
172
+ cancelTitle: string;
173
+ cancelVariant: import("bootstrap-vue-next").ButtonVariant | null;
174
+ centered: boolean;
175
+ contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
176
+ dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
177
+ fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
178
+ noFooter: boolean;
179
+ modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
180
+ okDisabled: boolean;
181
+ okOnly: boolean;
182
+ okTitle: string;
183
+ okVariant: import("bootstrap-vue-next").ButtonVariant | null;
184
+ scrollable: boolean;
185
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
186
+ titleVisuallyHidden: boolean;
187
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
188
+ _element: HTMLDivElement;
189
+ _cancelButton: ({
190
+ $: import("vue").ComponentInternalInstance;
191
+ $data: {};
192
+ $props: {
193
+ readonly pressed?: boolean | undefined;
194
+ readonly disabled?: boolean | undefined;
195
+ readonly to?: import("vue-router").RouteLocationRaw | undefined;
196
+ readonly pill?: boolean | undefined;
197
+ readonly size?: import("bootstrap-vue-next").Size | undefined;
198
+ readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
199
+ readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
200
+ readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
201
+ readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
202
+ readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
203
+ readonly active?: boolean | undefined;
204
+ readonly activeClass?: string | undefined;
205
+ readonly exactActiveClass?: string | undefined;
206
+ readonly href?: string | undefined;
207
+ readonly icon?: boolean | undefined;
208
+ readonly noRel?: boolean | undefined;
209
+ readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
210
+ readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
211
+ readonly prefetch?: boolean | undefined;
212
+ readonly prefetchOn?: Partial<{
213
+ visibility: boolean;
214
+ interaction: boolean;
215
+ }> | undefined;
216
+ readonly noPrefetch?: boolean | undefined;
217
+ readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
218
+ readonly rel?: string | undefined;
219
+ readonly replace?: boolean | undefined;
220
+ readonly routerComponentName?: string | undefined;
221
+ readonly routerTag?: string | undefined;
222
+ readonly stretched?: boolean | undefined;
223
+ readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
224
+ readonly variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
225
+ readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
226
+ readonly tag?: string | undefined;
227
+ readonly loading?: boolean | undefined;
228
+ readonly loadingFill?: boolean | undefined;
229
+ readonly loadingText?: string | undefined;
230
+ readonly squared?: boolean | undefined;
231
+ readonly onClick?: ((value: MouseEvent) => any) | undefined;
232
+ readonly "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
233
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
234
+ $attrs: {
235
+ [x: string]: unknown;
236
+ };
237
+ $refs: {
238
+ [x: string]: unknown;
239
+ } & {
240
+ _element: unknown;
241
+ };
242
+ $slots: Readonly<{
243
+ [name: string]: import("vue").Slot<any> | undefined;
244
+ }>;
245
+ $root: import("vue").ComponentPublicInstance | null;
246
+ $parent: import("vue").ComponentPublicInstance | null;
247
+ $host: Element | null;
248
+ $emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:pressed", value: boolean | undefined) => void);
249
+ $el: any;
250
+ $options: import("vue").ComponentOptionsBase<Readonly<{
251
+ pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
252
+ } & {
253
+ disabled?: boolean | undefined;
254
+ to?: import("vue-router").RouteLocationRaw | undefined;
255
+ pill?: boolean | undefined;
256
+ size?: import("bootstrap-vue-next").Size | undefined;
257
+ underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
258
+ underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
259
+ underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
260
+ underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
261
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
262
+ active?: boolean | undefined;
263
+ activeClass?: string | undefined;
264
+ exactActiveClass?: string | undefined;
265
+ href?: string | undefined;
266
+ icon?: boolean | undefined;
267
+ noRel?: boolean | undefined;
268
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
269
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
270
+ prefetch?: boolean | undefined;
271
+ prefetchOn?: Partial<{
272
+ visibility: boolean;
273
+ interaction: boolean;
274
+ }> | undefined;
275
+ noPrefetch?: boolean | undefined;
276
+ prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
277
+ rel?: string | undefined;
278
+ replace?: boolean | undefined;
279
+ routerComponentName?: string | undefined;
280
+ routerTag?: string | undefined;
281
+ stretched?: boolean | undefined;
282
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
283
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
284
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
285
+ tag?: string | undefined;
286
+ loading?: boolean | undefined;
287
+ loadingFill?: boolean | undefined;
288
+ loadingText?: string | undefined;
289
+ squared?: boolean | undefined;
290
+ }> & Readonly<{
291
+ onClick?: ((value: MouseEvent) => any) | undefined;
292
+ "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
293
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
294
+ click: (value: MouseEvent) => any;
295
+ "update:pressed": (value: boolean | undefined) => any;
296
+ }, string, {
297
+ disabled: boolean;
298
+ to: import("vue-router").RouteLocationRaw;
299
+ pill: boolean;
300
+ size: import("bootstrap-vue-next").Size;
301
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
302
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
303
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
304
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
305
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
306
+ active: boolean;
307
+ activeClass: string;
308
+ exactActiveClass: string;
309
+ href: string;
310
+ icon: boolean;
311
+ opacity: import("bootstrap-vue-next").LinkOpacity;
312
+ opacityHover: import("bootstrap-vue-next").LinkOpacity;
313
+ rel: string;
314
+ replace: boolean;
315
+ routerComponentName: string;
316
+ routerTag: string;
317
+ stretched: boolean;
318
+ target: import("bootstrap-vue-next").LinkTarget;
319
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
320
+ type: import("bootstrap-vue-next").ButtonType;
321
+ tag: string;
322
+ loading: boolean;
323
+ loadingFill: boolean;
324
+ loadingText: string;
325
+ squared: boolean;
326
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
327
+ beforeCreate?: (() => void) | (() => void)[];
328
+ created?: (() => void) | (() => void)[];
329
+ beforeMount?: (() => void) | (() => void)[];
330
+ mounted?: (() => void) | (() => void)[];
331
+ beforeUpdate?: (() => void) | (() => void)[];
332
+ updated?: (() => void) | (() => void)[];
333
+ activated?: (() => void) | (() => void)[];
334
+ deactivated?: (() => void) | (() => void)[];
335
+ beforeDestroy?: (() => void) | (() => void)[];
336
+ beforeUnmount?: (() => void) | (() => void)[];
337
+ destroyed?: (() => void) | (() => void)[];
338
+ unmounted?: (() => void) | (() => void)[];
339
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
340
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
341
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
342
+ };
343
+ $forceUpdate: () => void;
344
+ $nextTick: typeof import("vue").nextTick;
345
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
346
+ } & Readonly<{
347
+ disabled: boolean;
348
+ to: import("vue-router").RouteLocationRaw;
349
+ pill: boolean;
350
+ size: import("bootstrap-vue-next").Size;
351
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
352
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
353
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
354
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
355
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
356
+ active: boolean;
357
+ activeClass: string;
358
+ exactActiveClass: string;
359
+ href: string;
360
+ icon: boolean;
361
+ opacity: import("bootstrap-vue-next").LinkOpacity;
362
+ opacityHover: import("bootstrap-vue-next").LinkOpacity;
363
+ rel: string;
364
+ replace: boolean;
365
+ routerComponentName: string;
366
+ routerTag: string;
367
+ stretched: boolean;
368
+ target: import("bootstrap-vue-next").LinkTarget;
369
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
370
+ type: import("bootstrap-vue-next").ButtonType;
371
+ tag: string;
372
+ loading: boolean;
373
+ loadingFill: boolean;
374
+ loadingText: string;
375
+ squared: boolean;
376
+ }> & Omit<Readonly<{
377
+ pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
378
+ } & {
379
+ disabled?: boolean | undefined;
380
+ to?: import("vue-router").RouteLocationRaw | undefined;
381
+ pill?: boolean | undefined;
382
+ size?: import("bootstrap-vue-next").Size | undefined;
383
+ underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
384
+ underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
385
+ underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
386
+ underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
387
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
388
+ active?: boolean | undefined;
389
+ activeClass?: string | undefined;
390
+ exactActiveClass?: string | undefined;
391
+ href?: string | undefined;
392
+ icon?: boolean | undefined;
393
+ noRel?: boolean | undefined;
394
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
395
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
396
+ prefetch?: boolean | undefined;
397
+ prefetchOn?: Partial<{
398
+ visibility: boolean;
399
+ interaction: boolean;
400
+ }> | undefined;
401
+ noPrefetch?: boolean | undefined;
402
+ prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
403
+ rel?: string | undefined;
404
+ replace?: boolean | undefined;
405
+ routerComponentName?: string | undefined;
406
+ routerTag?: string | undefined;
407
+ stretched?: boolean | undefined;
408
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
409
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
410
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
411
+ tag?: string | undefined;
412
+ loading?: boolean | undefined;
413
+ loadingFill?: boolean | undefined;
414
+ loadingText?: string | undefined;
415
+ squared?: boolean | undefined;
416
+ }> & Readonly<{
417
+ onClick?: ((value: MouseEvent) => any) | undefined;
418
+ "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
419
+ }>, "disabled" | "to" | "pill" | "size" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "underlineVariant" | "active" | "activeClass" | "exactActiveClass" | "href" | "icon" | "opacity" | "opacityHover" | "rel" | "replace" | "routerComponentName" | "routerTag" | "stretched" | "target" | "variant" | "type" | "tag" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
420
+ $slots: Readonly<{
421
+ default?: (props: Record<string, never>) => any;
422
+ loading?: (props: Record<string, never>) => any;
423
+ "loading-spinner"?: (props: Record<string, never>) => any;
424
+ }> & {
425
+ default?: (props: Record<string, never>) => any;
426
+ loading?: (props: Record<string, never>) => any;
427
+ "loading-spinner"?: (props: Record<string, never>) => any;
428
+ };
429
+ }) | null;
430
+ _okButton: ({
431
+ $: import("vue").ComponentInternalInstance;
432
+ $data: {};
433
+ $props: {
434
+ readonly pressed?: boolean | undefined;
435
+ readonly disabled?: boolean | undefined;
436
+ readonly to?: import("vue-router").RouteLocationRaw | undefined;
437
+ readonly pill?: boolean | undefined;
438
+ readonly size?: import("bootstrap-vue-next").Size | undefined;
439
+ readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
440
+ readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
441
+ readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
442
+ readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
443
+ readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
444
+ readonly active?: boolean | undefined;
445
+ readonly activeClass?: string | undefined;
446
+ readonly exactActiveClass?: string | undefined;
447
+ readonly href?: string | undefined;
448
+ readonly icon?: boolean | undefined;
449
+ readonly noRel?: boolean | undefined;
450
+ readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
451
+ readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
452
+ readonly prefetch?: boolean | undefined;
453
+ readonly prefetchOn?: Partial<{
454
+ visibility: boolean;
455
+ interaction: boolean;
456
+ }> | undefined;
457
+ readonly noPrefetch?: boolean | undefined;
458
+ readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
459
+ readonly rel?: string | undefined;
460
+ readonly replace?: boolean | undefined;
461
+ readonly routerComponentName?: string | undefined;
462
+ readonly routerTag?: string | undefined;
463
+ readonly stretched?: boolean | undefined;
464
+ readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
465
+ readonly variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
466
+ readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
467
+ readonly tag?: string | undefined;
468
+ readonly loading?: boolean | undefined;
469
+ readonly loadingFill?: boolean | undefined;
470
+ readonly loadingText?: string | undefined;
471
+ readonly squared?: boolean | undefined;
472
+ readonly onClick?: ((value: MouseEvent) => any) | undefined;
473
+ readonly "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
474
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
475
+ $attrs: {
476
+ [x: string]: unknown;
477
+ };
478
+ $refs: {
479
+ [x: string]: unknown;
480
+ } & {
481
+ _element: unknown;
482
+ };
483
+ $slots: Readonly<{
484
+ [name: string]: import("vue").Slot<any> | undefined;
485
+ }>;
486
+ $root: import("vue").ComponentPublicInstance | null;
487
+ $parent: import("vue").ComponentPublicInstance | null;
488
+ $host: Element | null;
489
+ $emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:pressed", value: boolean | undefined) => void);
490
+ $el: any;
491
+ $options: import("vue").ComponentOptionsBase<Readonly<{
492
+ pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
493
+ } & {
494
+ disabled?: boolean | undefined;
495
+ to?: import("vue-router").RouteLocationRaw | undefined;
496
+ pill?: boolean | undefined;
497
+ size?: import("bootstrap-vue-next").Size | undefined;
498
+ underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
499
+ underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
500
+ underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
501
+ underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
502
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
503
+ active?: boolean | undefined;
504
+ activeClass?: string | undefined;
505
+ exactActiveClass?: string | undefined;
506
+ href?: string | undefined;
507
+ icon?: boolean | undefined;
508
+ noRel?: boolean | undefined;
509
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
510
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
511
+ prefetch?: boolean | undefined;
512
+ prefetchOn?: Partial<{
513
+ visibility: boolean;
514
+ interaction: boolean;
515
+ }> | undefined;
516
+ noPrefetch?: boolean | undefined;
517
+ prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
518
+ rel?: string | undefined;
519
+ replace?: boolean | undefined;
520
+ routerComponentName?: string | undefined;
521
+ routerTag?: string | undefined;
522
+ stretched?: boolean | undefined;
523
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
524
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
525
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
526
+ tag?: string | undefined;
527
+ loading?: boolean | undefined;
528
+ loadingFill?: boolean | undefined;
529
+ loadingText?: string | undefined;
530
+ squared?: boolean | undefined;
531
+ }> & Readonly<{
532
+ onClick?: ((value: MouseEvent) => any) | undefined;
533
+ "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
534
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
535
+ click: (value: MouseEvent) => any;
536
+ "update:pressed": (value: boolean | undefined) => any;
537
+ }, string, {
538
+ disabled: boolean;
539
+ to: import("vue-router").RouteLocationRaw;
540
+ pill: boolean;
541
+ size: import("bootstrap-vue-next").Size;
542
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
543
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
544
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
545
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
546
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
547
+ active: boolean;
548
+ activeClass: string;
549
+ exactActiveClass: string;
550
+ href: string;
551
+ icon: boolean;
552
+ opacity: import("bootstrap-vue-next").LinkOpacity;
553
+ opacityHover: import("bootstrap-vue-next").LinkOpacity;
554
+ rel: string;
555
+ replace: boolean;
556
+ routerComponentName: string;
557
+ routerTag: string;
558
+ stretched: boolean;
559
+ target: import("bootstrap-vue-next").LinkTarget;
560
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
561
+ type: import("bootstrap-vue-next").ButtonType;
562
+ tag: string;
563
+ loading: boolean;
564
+ loadingFill: boolean;
565
+ loadingText: string;
566
+ squared: boolean;
567
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
568
+ beforeCreate?: (() => void) | (() => void)[];
569
+ created?: (() => void) | (() => void)[];
570
+ beforeMount?: (() => void) | (() => void)[];
571
+ mounted?: (() => void) | (() => void)[];
572
+ beforeUpdate?: (() => void) | (() => void)[];
573
+ updated?: (() => void) | (() => void)[];
574
+ activated?: (() => void) | (() => void)[];
575
+ deactivated?: (() => void) | (() => void)[];
576
+ beforeDestroy?: (() => void) | (() => void)[];
577
+ beforeUnmount?: (() => void) | (() => void)[];
578
+ destroyed?: (() => void) | (() => void)[];
579
+ unmounted?: (() => void) | (() => void)[];
580
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
581
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
582
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
583
+ };
584
+ $forceUpdate: () => void;
585
+ $nextTick: typeof import("vue").nextTick;
586
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
587
+ } & Readonly<{
588
+ disabled: boolean;
589
+ to: import("vue-router").RouteLocationRaw;
590
+ pill: boolean;
591
+ size: import("bootstrap-vue-next").Size;
592
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
593
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
594
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
595
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
596
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
597
+ active: boolean;
598
+ activeClass: string;
599
+ exactActiveClass: string;
600
+ href: string;
601
+ icon: boolean;
602
+ opacity: import("bootstrap-vue-next").LinkOpacity;
603
+ opacityHover: import("bootstrap-vue-next").LinkOpacity;
604
+ rel: string;
605
+ replace: boolean;
606
+ routerComponentName: string;
607
+ routerTag: string;
608
+ stretched: boolean;
609
+ target: import("bootstrap-vue-next").LinkTarget;
610
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
611
+ type: import("bootstrap-vue-next").ButtonType;
612
+ tag: string;
613
+ loading: boolean;
614
+ loadingFill: boolean;
615
+ loadingText: string;
616
+ squared: boolean;
617
+ }> & Omit<Readonly<{
618
+ pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
619
+ } & {
620
+ disabled?: boolean | undefined;
621
+ to?: import("vue-router").RouteLocationRaw | undefined;
622
+ pill?: boolean | undefined;
623
+ size?: import("bootstrap-vue-next").Size | undefined;
624
+ underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
625
+ underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
626
+ underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
627
+ underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
628
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
629
+ active?: boolean | undefined;
630
+ activeClass?: string | undefined;
631
+ exactActiveClass?: string | undefined;
632
+ href?: string | undefined;
633
+ icon?: boolean | undefined;
634
+ noRel?: boolean | undefined;
635
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
636
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
637
+ prefetch?: boolean | undefined;
638
+ prefetchOn?: Partial<{
639
+ visibility: boolean;
640
+ interaction: boolean;
641
+ }> | undefined;
642
+ noPrefetch?: boolean | undefined;
643
+ prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
644
+ rel?: string | undefined;
645
+ replace?: boolean | undefined;
646
+ routerComponentName?: string | undefined;
647
+ routerTag?: string | undefined;
648
+ stretched?: boolean | undefined;
649
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
650
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
651
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
652
+ tag?: string | undefined;
653
+ loading?: boolean | undefined;
654
+ loadingFill?: boolean | undefined;
655
+ loadingText?: string | undefined;
656
+ squared?: boolean | undefined;
657
+ }> & Readonly<{
658
+ onClick?: ((value: MouseEvent) => any) | undefined;
659
+ "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
660
+ }>, "disabled" | "to" | "pill" | "size" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "underlineVariant" | "active" | "activeClass" | "exactActiveClass" | "href" | "icon" | "opacity" | "opacityHover" | "rel" | "replace" | "routerComponentName" | "routerTag" | "stretched" | "target" | "variant" | "type" | "tag" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
661
+ $slots: Readonly<{
662
+ default?: (props: Record<string, never>) => any;
663
+ loading?: (props: Record<string, never>) => any;
664
+ "loading-spinner"?: (props: Record<string, never>) => any;
665
+ }> & {
666
+ default?: (props: Record<string, never>) => any;
667
+ loading?: (props: Record<string, never>) => any;
668
+ "loading-spinner"?: (props: Record<string, never>) => any;
669
+ };
670
+ }) | null;
671
+ _fallbackFocusElement: HTMLDivElement;
672
+ }, any, import("vue").ComponentProvideOptions, {
673
+ P: {};
674
+ B: {};
675
+ D: {};
676
+ C: {};
677
+ M: {};
678
+ Defaults: {};
679
+ }, Readonly<{
680
+ modelValue?: Exclude<import("bootstrap-vue-next").BModalProps["modelValue"], undefined>;
681
+ } & {
682
+ busy?: boolean;
683
+ size?: import("bootstrap-vue-next").Size | "xl";
684
+ body?: string;
685
+ title?: string;
686
+ id?: string;
687
+ autofocus?: boolean;
688
+ autofocusButton?: "ok" | "cancel" | "close";
689
+ backdropFirst?: boolean;
690
+ bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
691
+ bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
692
+ bodyClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
693
+ bodyScrolling?: boolean;
694
+ bodyTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
695
+ bodyVariant?: import("bootstrap-vue-next").ColorVariant | null;
696
+ buttonSize?: import("bootstrap-vue-next").Size;
697
+ cancelDisabled?: boolean;
698
+ cancelTitle?: string;
699
+ cancelVariant?: import("bootstrap-vue-next").ButtonVariant | null;
700
+ centered?: boolean;
701
+ contentClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
702
+ dialogClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
703
+ footerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
704
+ footerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
705
+ footerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
706
+ footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
707
+ footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
708
+ fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
709
+ headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
710
+ headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
711
+ headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
712
+ headerCloseClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
713
+ headerCloseLabel?: string;
714
+ headerCloseVariant?: import("bootstrap-vue-next").ButtonVariant | null;
715
+ headerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
716
+ headerVariant?: import("bootstrap-vue-next").ColorVariant | null;
717
+ noBackdrop?: boolean;
718
+ noFooter?: boolean;
719
+ noHeader?: boolean;
720
+ noHeaderClose?: boolean;
721
+ modalClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
722
+ noCloseOnBackdrop?: boolean;
723
+ noCloseOnEsc?: boolean;
724
+ noTrap?: boolean;
725
+ noStacking?: boolean;
726
+ okDisabled?: boolean;
727
+ okOnly?: boolean;
728
+ okTitle?: string;
729
+ okVariant?: import("bootstrap-vue-next").ButtonVariant | null;
730
+ scrollable?: boolean;
731
+ titleClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
732
+ titleVisuallyHidden?: boolean;
733
+ titleTag?: string;
734
+ teleportDisabled?: import("vue").TeleportProps["disabled"];
735
+ teleportTo?: import("vue").TeleportProps["to"];
736
+ initialAnimation?: boolean;
737
+ noAnimation?: boolean;
738
+ noFade?: boolean;
739
+ lazy?: boolean;
740
+ unmountLazy?: boolean;
741
+ show?: boolean;
742
+ transProps?: Readonly<import("vue").TransitionProps>;
743
+ visible?: boolean;
744
+ }> & Readonly<{
745
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
746
+ onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
747
+ onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
748
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
749
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
750
+ onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
751
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
752
+ "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
753
+ onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
754
+ onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
755
+ onEsc?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
756
+ "onHide-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
757
+ "onToggle-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
758
+ onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
759
+ }>, {
760
+ hide: (trigger?: string) => void;
761
+ id: import("vue").ComputedRef<string>;
762
+ show: () => void;
763
+ toggle: () => void;
764
+ }, {}, {}, {}, {
765
+ body: string;
766
+ autofocus: boolean;
767
+ id: string;
768
+ size: import("bootstrap-vue-next").Size | "xl";
769
+ noBackdrop: boolean;
770
+ backdropFirst: boolean;
771
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
772
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
773
+ bodyScrolling: boolean;
774
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
775
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
776
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
777
+ headerCloseLabel: string;
778
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
779
+ noCloseOnBackdrop: boolean;
780
+ noCloseOnEsc: boolean;
781
+ noHeader: boolean;
782
+ noTrap: boolean;
783
+ noHeaderClose: boolean;
784
+ title: string;
785
+ teleportDisabled: boolean;
786
+ teleportTo: string | import("vue").RendererElement | null;
787
+ noFade: boolean;
788
+ show: boolean;
789
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
790
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
791
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
792
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
793
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
794
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
795
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
796
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
797
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
798
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
799
+ titleTag: string;
800
+ lazy: boolean;
801
+ busy: boolean;
802
+ initialAnimation: boolean;
803
+ unmountLazy: boolean;
804
+ transProps: Readonly<import("vue").TransitionProps>;
805
+ visible: boolean;
806
+ autofocusButton: "ok" | "cancel" | "close";
807
+ bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
808
+ buttonSize: import("bootstrap-vue-next").Size;
809
+ cancelDisabled: boolean;
810
+ cancelTitle: string;
811
+ cancelVariant: import("bootstrap-vue-next").ButtonVariant | null;
812
+ centered: boolean;
813
+ contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
814
+ dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
815
+ fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
816
+ noFooter: boolean;
817
+ modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
818
+ okDisabled: boolean;
819
+ okOnly: boolean;
820
+ okTitle: string;
821
+ okVariant: import("bootstrap-vue-next").ButtonVariant | null;
822
+ scrollable: boolean;
823
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
824
+ titleVisuallyHidden: boolean;
825
+ }>;
826
+ __isFragment?: never;
827
+ __isTeleport?: never;
828
+ __isSuspense?: never;
829
+ } & import("vue").ComponentOptionsBase<Readonly<{
830
+ modelValue?: Exclude<import("bootstrap-vue-next").BModalProps["modelValue"], undefined>;
831
+ } & {
832
+ busy?: boolean;
833
+ size?: import("bootstrap-vue-next").Size | "xl";
834
+ body?: string;
835
+ title?: string;
836
+ id?: string;
837
+ autofocus?: boolean;
838
+ autofocusButton?: "ok" | "cancel" | "close";
839
+ backdropFirst?: boolean;
840
+ bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
841
+ bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
842
+ bodyClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
843
+ bodyScrolling?: boolean;
844
+ bodyTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
845
+ bodyVariant?: import("bootstrap-vue-next").ColorVariant | null;
846
+ buttonSize?: import("bootstrap-vue-next").Size;
847
+ cancelDisabled?: boolean;
848
+ cancelTitle?: string;
849
+ cancelVariant?: import("bootstrap-vue-next").ButtonVariant | null;
850
+ centered?: boolean;
851
+ contentClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
852
+ dialogClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
853
+ footerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
854
+ footerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
855
+ footerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
856
+ footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
857
+ footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
858
+ fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
859
+ headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
860
+ headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
861
+ headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
862
+ headerCloseClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
863
+ headerCloseLabel?: string;
864
+ headerCloseVariant?: import("bootstrap-vue-next").ButtonVariant | null;
865
+ headerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
866
+ headerVariant?: import("bootstrap-vue-next").ColorVariant | null;
867
+ noBackdrop?: boolean;
868
+ noFooter?: boolean;
869
+ noHeader?: boolean;
870
+ noHeaderClose?: boolean;
871
+ modalClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
872
+ noCloseOnBackdrop?: boolean;
873
+ noCloseOnEsc?: boolean;
874
+ noTrap?: boolean;
875
+ noStacking?: boolean;
876
+ okDisabled?: boolean;
877
+ okOnly?: boolean;
878
+ okTitle?: string;
879
+ okVariant?: import("bootstrap-vue-next").ButtonVariant | null;
880
+ scrollable?: boolean;
881
+ titleClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
882
+ titleVisuallyHidden?: boolean;
883
+ titleTag?: string;
884
+ teleportDisabled?: import("vue").TeleportProps["disabled"];
885
+ teleportTo?: import("vue").TeleportProps["to"];
886
+ initialAnimation?: boolean;
887
+ noAnimation?: boolean;
888
+ noFade?: boolean;
889
+ lazy?: boolean;
890
+ unmountLazy?: boolean;
891
+ show?: boolean;
892
+ transProps?: Readonly<import("vue").TransitionProps>;
893
+ visible?: boolean;
894
+ }> & Readonly<{
895
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
896
+ onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
897
+ onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
898
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
899
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
900
+ onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
901
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
902
+ "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
903
+ onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
904
+ onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
905
+ onEsc?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
906
+ "onHide-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
907
+ "onToggle-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
908
+ onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
909
+ }>, {
910
+ hide: (trigger?: string) => void;
911
+ id: import("vue").ComputedRef<string>;
912
+ show: () => void;
913
+ toggle: () => void;
914
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
915
+ show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
916
+ ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
917
+ cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
918
+ close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
919
+ "update:modelValue": (value: boolean) => any;
920
+ toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
921
+ hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
922
+ "show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
923
+ hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
924
+ backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
925
+ esc: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
926
+ "hide-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
927
+ "toggle-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
928
+ shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
929
+ }, string, {
930
+ body: string;
931
+ autofocus: boolean;
932
+ id: string;
933
+ size: import("bootstrap-vue-next").Size | "xl";
934
+ noBackdrop: boolean;
935
+ backdropFirst: boolean;
936
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
937
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
938
+ bodyScrolling: boolean;
939
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
940
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
941
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
942
+ headerCloseLabel: string;
943
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
944
+ noCloseOnBackdrop: boolean;
945
+ noCloseOnEsc: boolean;
946
+ noHeader: boolean;
947
+ noTrap: boolean;
948
+ noHeaderClose: boolean;
949
+ title: string;
950
+ teleportDisabled: boolean;
951
+ teleportTo: string | import("vue").RendererElement | null;
952
+ noFade: boolean;
953
+ show: boolean;
954
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
955
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
956
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
957
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
958
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
959
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
960
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
961
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
962
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
963
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
964
+ titleTag: string;
965
+ lazy: boolean;
966
+ busy: boolean;
967
+ initialAnimation: boolean;
968
+ unmountLazy: boolean;
969
+ transProps: Readonly<import("vue").TransitionProps>;
970
+ visible: boolean;
971
+ autofocusButton: "ok" | "cancel" | "close";
972
+ bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
973
+ buttonSize: import("bootstrap-vue-next").Size;
974
+ cancelDisabled: boolean;
975
+ cancelTitle: string;
976
+ cancelVariant: import("bootstrap-vue-next").ButtonVariant | null;
977
+ centered: boolean;
978
+ contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
979
+ dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
980
+ fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
981
+ noFooter: boolean;
982
+ modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
983
+ okDisabled: boolean;
984
+ okOnly: boolean;
985
+ okTitle: string;
986
+ okVariant: import("bootstrap-vue-next").ButtonVariant | null;
987
+ scrollable: boolean;
988
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
989
+ titleVisuallyHidden: boolean;
990
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
991
+ $slots: Readonly<{
992
+ backdrop?: (props: {
993
+ cancel: () => void;
994
+ close: () => void;
995
+ hide: (trigger?: string) => void;
996
+ ok: () => void;
997
+ active: boolean;
998
+ visible: boolean;
999
+ }) => any;
1000
+ cancel?: (props: {
1001
+ cancel: () => void;
1002
+ close: () => void;
1003
+ hide: (trigger?: string) => void;
1004
+ ok: () => void;
1005
+ active: boolean;
1006
+ visible: boolean;
1007
+ }) => any;
1008
+ default?: (props: {
1009
+ cancel: () => void;
1010
+ close: () => void;
1011
+ hide: (trigger?: string) => void;
1012
+ ok: () => void;
1013
+ active: boolean;
1014
+ visible: boolean;
1015
+ }) => any;
1016
+ footer?: (props: {
1017
+ cancel: () => void;
1018
+ close: () => void;
1019
+ hide: (trigger?: string) => void;
1020
+ ok: () => void;
1021
+ active: boolean;
1022
+ visible: boolean;
1023
+ }) => any;
1024
+ header?: (props: {
1025
+ cancel: () => void;
1026
+ close: () => void;
1027
+ hide: (trigger?: string) => void;
1028
+ ok: () => void;
1029
+ active: boolean;
1030
+ visible: boolean;
1031
+ }) => any;
1032
+ 'header-close'?: (props: Record<string, never>) => any;
1033
+ ok?: (props: {
1034
+ cancel: () => void;
1035
+ close: () => void;
1036
+ hide: (trigger?: string) => void;
1037
+ ok: () => void;
1038
+ active: boolean;
1039
+ visible: boolean;
1040
+ }) => any;
1041
+ title?: (props: {
1042
+ cancel: () => void;
1043
+ close: () => void;
1044
+ hide: (trigger?: string) => void;
1045
+ ok: () => void;
1046
+ active: boolean;
1047
+ visible: boolean;
1048
+ }) => any;
1049
+ }> & {
1050
+ backdrop?: (props: {
1051
+ cancel: () => void;
1052
+ close: () => void;
1053
+ hide: (trigger?: string) => void;
1054
+ ok: () => void;
1055
+ active: boolean;
1056
+ visible: boolean;
1057
+ }) => any;
1058
+ cancel?: (props: {
1059
+ cancel: () => void;
1060
+ close: () => void;
1061
+ hide: (trigger?: string) => void;
1062
+ ok: () => void;
1063
+ active: boolean;
1064
+ visible: boolean;
1065
+ }) => any;
1066
+ default?: (props: {
1067
+ cancel: () => void;
1068
+ close: () => void;
1069
+ hide: (trigger?: string) => void;
1070
+ ok: () => void;
1071
+ active: boolean;
1072
+ visible: boolean;
1073
+ }) => any;
1074
+ footer?: (props: {
1075
+ cancel: () => void;
1076
+ close: () => void;
1077
+ hide: (trigger?: string) => void;
1078
+ ok: () => void;
1079
+ active: boolean;
1080
+ visible: boolean;
1081
+ }) => any;
1082
+ header?: (props: {
1083
+ cancel: () => void;
1084
+ close: () => void;
1085
+ hide: (trigger?: string) => void;
1086
+ ok: () => void;
1087
+ active: boolean;
1088
+ visible: boolean;
1089
+ }) => any;
1090
+ 'header-close'?: (props: Record<string, never>) => any;
1091
+ ok?: (props: {
1092
+ cancel: () => void;
1093
+ close: () => void;
1094
+ hide: (trigger?: string) => void;
1095
+ ok: () => void;
1096
+ active: boolean;
1097
+ visible: boolean;
1098
+ }) => any;
1099
+ title?: (props: {
1100
+ cancel: () => void;
1101
+ close: () => void;
1102
+ hide: (trigger?: string) => void;
1103
+ ok: () => void;
1104
+ active: boolean;
1105
+ visible: boolean;
1106
+ }) => any;
1107
+ };
1108
+ });
26
1109
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
1110
  export default _default;
28
1111
  //# sourceMappingURL=FAnalysisWizardLockModal.vue.d.ts.map