@privateaim/client-vue 0.8.6 → 0.8.8

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 (46) 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-log/FAnalysisLog.d.ts.map +1 -1
  22. package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts.map +1 -1
  23. package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +1084 -1
  24. package/dist/components/analysis-node/FAnalysisNodeManager.vue.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/utility/form-input-list/FFormInputList.vue.d.ts +3 -3
  36. package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts.map +1 -1
  37. package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts +3 -3
  38. package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts.map +1 -1
  39. package/dist/core/http-client/setup.d.ts.map +1 -1
  40. package/dist/core/list/utils/handlers.d.ts.map +1 -1
  41. package/dist/index.cjs +332 -303
  42. package/dist/index.cjs.map +1 -1
  43. package/dist/index.css +49 -0
  44. package/dist/index.mjs +334 -305
  45. package/dist/index.mjs.map +1 -1
  46. package/package.json +28 -28
@@ -303,7 +303,1090 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
303
303
  onUploaded?: (...args: any[]) => any;
304
304
  onSetEntrypointFile?: (...args: any[]) => any;
305
305
  }>, {}, {}, {
306
- BModal: any;
306
+ BModal: {
307
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
308
+ modelValue?: Exclude<import("bootstrap-vue-next").BModalProps["modelValue"], undefined>;
309
+ } & {
310
+ busy?: boolean;
311
+ size?: import("bootstrap-vue-next").Size | "xl";
312
+ body?: string;
313
+ title?: string;
314
+ id?: string;
315
+ autofocus?: boolean;
316
+ autofocusButton?: "ok" | "cancel" | "close";
317
+ backdropFirst?: boolean;
318
+ bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
319
+ bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
320
+ bodyClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
321
+ bodyScrolling?: boolean;
322
+ bodyTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
323
+ bodyVariant?: import("bootstrap-vue-next").ColorVariant | null;
324
+ buttonSize?: import("bootstrap-vue-next").Size;
325
+ cancelDisabled?: boolean;
326
+ cancelTitle?: string;
327
+ cancelVariant?: import("bootstrap-vue-next").ButtonVariant | null;
328
+ centered?: boolean;
329
+ contentClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
330
+ dialogClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
331
+ footerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
332
+ footerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
333
+ footerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
334
+ footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
335
+ footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
336
+ fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
337
+ headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
338
+ headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
339
+ headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
340
+ headerCloseClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
341
+ headerCloseLabel?: string;
342
+ headerCloseVariant?: import("bootstrap-vue-next").ButtonVariant | null;
343
+ headerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
344
+ headerVariant?: import("bootstrap-vue-next").ColorVariant | null;
345
+ noBackdrop?: boolean;
346
+ noFooter?: boolean;
347
+ noHeader?: boolean;
348
+ noHeaderClose?: boolean;
349
+ modalClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
350
+ noCloseOnBackdrop?: boolean;
351
+ noCloseOnEsc?: boolean;
352
+ noTrap?: boolean;
353
+ noStacking?: boolean;
354
+ okDisabled?: boolean;
355
+ okOnly?: boolean;
356
+ okTitle?: string;
357
+ okVariant?: import("bootstrap-vue-next").ButtonVariant | null;
358
+ scrollable?: boolean;
359
+ titleClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
360
+ titleVisuallyHidden?: boolean;
361
+ titleTag?: string;
362
+ teleportDisabled?: import("vue").TeleportProps["disabled"];
363
+ teleportTo?: import("vue").TeleportProps["to"];
364
+ initialAnimation?: boolean;
365
+ noAnimation?: boolean;
366
+ noFade?: boolean;
367
+ lazy?: boolean;
368
+ unmountLazy?: boolean;
369
+ show?: boolean;
370
+ transProps?: Readonly<import("vue").TransitionProps>;
371
+ visible?: boolean;
372
+ }> & Readonly<{
373
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
374
+ onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
375
+ onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
376
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
377
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
378
+ onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
379
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
380
+ "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
381
+ onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
382
+ onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
383
+ onEsc?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
384
+ "onHide-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
385
+ "onToggle-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
386
+ onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
387
+ }>, {
388
+ hide: (trigger?: string) => void;
389
+ id: import("vue").ComputedRef<string>;
390
+ show: () => void;
391
+ toggle: () => void;
392
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
393
+ show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
394
+ ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
395
+ cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
396
+ close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
397
+ "update:modelValue": (value: boolean) => any;
398
+ toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
399
+ hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
400
+ "show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
401
+ hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
402
+ backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
403
+ esc: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
404
+ "hide-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
405
+ "toggle-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
406
+ shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
407
+ }, import("vue").PublicProps, {
408
+ body: string;
409
+ autofocus: boolean;
410
+ id: string;
411
+ size: import("bootstrap-vue-next").Size | "xl";
412
+ noBackdrop: boolean;
413
+ backdropFirst: boolean;
414
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
415
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
416
+ bodyScrolling: boolean;
417
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
418
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
419
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
420
+ headerCloseLabel: string;
421
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
422
+ noCloseOnBackdrop: boolean;
423
+ noCloseOnEsc: boolean;
424
+ noHeader: boolean;
425
+ noTrap: boolean;
426
+ noHeaderClose: boolean;
427
+ title: string;
428
+ teleportDisabled: boolean;
429
+ teleportTo: string | import("vue").RendererElement | null;
430
+ noFade: boolean;
431
+ show: boolean;
432
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
433
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
434
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
435
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
436
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
437
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
438
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
439
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
440
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
441
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
442
+ titleTag: string;
443
+ lazy: boolean;
444
+ busy: boolean;
445
+ initialAnimation: boolean;
446
+ unmountLazy: boolean;
447
+ transProps: Readonly<import("vue").TransitionProps>;
448
+ visible: boolean;
449
+ autofocusButton: "ok" | "cancel" | "close";
450
+ bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
451
+ buttonSize: import("bootstrap-vue-next").Size;
452
+ cancelDisabled: boolean;
453
+ cancelTitle: string;
454
+ cancelVariant: import("bootstrap-vue-next").ButtonVariant | null;
455
+ centered: boolean;
456
+ contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
457
+ dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
458
+ fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
459
+ noFooter: boolean;
460
+ modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
461
+ okDisabled: boolean;
462
+ okOnly: boolean;
463
+ okTitle: string;
464
+ okVariant: import("bootstrap-vue-next").ButtonVariant | null;
465
+ scrollable: boolean;
466
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
467
+ titleVisuallyHidden: boolean;
468
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
469
+ _element: HTMLDivElement;
470
+ _cancelButton: ({
471
+ $: import("vue").ComponentInternalInstance;
472
+ $data: {};
473
+ $props: {
474
+ readonly pressed?: boolean | undefined;
475
+ readonly disabled?: boolean | undefined;
476
+ readonly to?: import("vue-router").RouteLocationRaw | undefined;
477
+ readonly pill?: boolean | undefined;
478
+ readonly size?: import("bootstrap-vue-next").Size | undefined;
479
+ readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
480
+ readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
481
+ readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
482
+ readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
483
+ readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
484
+ readonly active?: boolean | undefined;
485
+ readonly activeClass?: string | undefined;
486
+ readonly exactActiveClass?: string | undefined;
487
+ readonly href?: string | undefined;
488
+ readonly icon?: boolean | undefined;
489
+ readonly noRel?: boolean | undefined;
490
+ readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
491
+ readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
492
+ readonly prefetch?: boolean | undefined;
493
+ readonly prefetchOn?: Partial<{
494
+ visibility: boolean;
495
+ interaction: boolean;
496
+ }> | undefined;
497
+ readonly noPrefetch?: boolean | undefined;
498
+ readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
499
+ readonly rel?: string | undefined;
500
+ readonly replace?: boolean | undefined;
501
+ readonly routerComponentName?: string | undefined;
502
+ readonly routerTag?: string | undefined;
503
+ readonly stretched?: boolean | undefined;
504
+ readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
505
+ 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;
506
+ readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
507
+ readonly tag?: string | undefined;
508
+ readonly loading?: boolean | undefined;
509
+ readonly loadingFill?: boolean | undefined;
510
+ readonly loadingText?: string | undefined;
511
+ readonly squared?: boolean | undefined;
512
+ readonly onClick?: ((value: MouseEvent) => any) | undefined;
513
+ readonly "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
514
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
515
+ $attrs: {
516
+ [x: string]: unknown;
517
+ };
518
+ $refs: {
519
+ [x: string]: unknown;
520
+ } & {
521
+ _element: unknown;
522
+ };
523
+ $slots: Readonly<{
524
+ [name: string]: import("vue").Slot<any> | undefined;
525
+ }>;
526
+ $root: import("vue").ComponentPublicInstance | null;
527
+ $parent: import("vue").ComponentPublicInstance | null;
528
+ $host: Element | null;
529
+ $emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:pressed", value: boolean | undefined) => void);
530
+ $el: any;
531
+ $options: import("vue").ComponentOptionsBase<Readonly<{
532
+ pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
533
+ } & {
534
+ disabled?: boolean | undefined;
535
+ to?: import("vue-router").RouteLocationRaw | undefined;
536
+ pill?: boolean | undefined;
537
+ size?: import("bootstrap-vue-next").Size | undefined;
538
+ underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
539
+ underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
540
+ underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
541
+ underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
542
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
543
+ active?: boolean | undefined;
544
+ activeClass?: string | undefined;
545
+ exactActiveClass?: string | undefined;
546
+ href?: string | undefined;
547
+ icon?: boolean | undefined;
548
+ noRel?: boolean | undefined;
549
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
550
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
551
+ prefetch?: boolean | undefined;
552
+ prefetchOn?: Partial<{
553
+ visibility: boolean;
554
+ interaction: boolean;
555
+ }> | undefined;
556
+ noPrefetch?: boolean | undefined;
557
+ prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
558
+ rel?: string | undefined;
559
+ replace?: boolean | undefined;
560
+ routerComponentName?: string | undefined;
561
+ routerTag?: string | undefined;
562
+ stretched?: boolean | undefined;
563
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
564
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
565
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
566
+ tag?: string | undefined;
567
+ loading?: boolean | undefined;
568
+ loadingFill?: boolean | undefined;
569
+ loadingText?: string | undefined;
570
+ squared?: boolean | undefined;
571
+ }> & Readonly<{
572
+ onClick?: ((value: MouseEvent) => any) | undefined;
573
+ "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
574
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
575
+ click: (value: MouseEvent) => any;
576
+ "update:pressed": (value: boolean | undefined) => any;
577
+ }, string, {
578
+ disabled: boolean;
579
+ to: import("vue-router").RouteLocationRaw;
580
+ pill: boolean;
581
+ size: import("bootstrap-vue-next").Size;
582
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
583
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
584
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
585
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
586
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
587
+ active: boolean;
588
+ activeClass: string;
589
+ exactActiveClass: string;
590
+ href: string;
591
+ icon: boolean;
592
+ opacity: import("bootstrap-vue-next").LinkOpacity;
593
+ opacityHover: import("bootstrap-vue-next").LinkOpacity;
594
+ rel: string;
595
+ replace: boolean;
596
+ routerComponentName: string;
597
+ routerTag: string;
598
+ stretched: boolean;
599
+ target: import("bootstrap-vue-next").LinkTarget;
600
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
601
+ type: import("bootstrap-vue-next").ButtonType;
602
+ tag: string;
603
+ loading: boolean;
604
+ loadingFill: boolean;
605
+ loadingText: string;
606
+ squared: boolean;
607
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
608
+ beforeCreate?: (() => void) | (() => void)[];
609
+ created?: (() => void) | (() => void)[];
610
+ beforeMount?: (() => void) | (() => void)[];
611
+ mounted?: (() => void) | (() => void)[];
612
+ beforeUpdate?: (() => void) | (() => void)[];
613
+ updated?: (() => void) | (() => void)[];
614
+ activated?: (() => void) | (() => void)[];
615
+ deactivated?: (() => void) | (() => void)[];
616
+ beforeDestroy?: (() => void) | (() => void)[];
617
+ beforeUnmount?: (() => void) | (() => void)[];
618
+ destroyed?: (() => void) | (() => void)[];
619
+ unmounted?: (() => void) | (() => void)[];
620
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
621
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
622
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
623
+ };
624
+ $forceUpdate: () => void;
625
+ $nextTick: typeof import("vue").nextTick;
626
+ $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;
627
+ } & Readonly<{
628
+ disabled: boolean;
629
+ to: import("vue-router").RouteLocationRaw;
630
+ pill: boolean;
631
+ size: import("bootstrap-vue-next").Size;
632
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
633
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
634
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
635
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
636
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
637
+ active: boolean;
638
+ activeClass: string;
639
+ exactActiveClass: string;
640
+ href: string;
641
+ icon: boolean;
642
+ opacity: import("bootstrap-vue-next").LinkOpacity;
643
+ opacityHover: import("bootstrap-vue-next").LinkOpacity;
644
+ rel: string;
645
+ replace: boolean;
646
+ routerComponentName: string;
647
+ routerTag: string;
648
+ stretched: boolean;
649
+ target: import("bootstrap-vue-next").LinkTarget;
650
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
651
+ type: import("bootstrap-vue-next").ButtonType;
652
+ tag: string;
653
+ loading: boolean;
654
+ loadingFill: boolean;
655
+ loadingText: string;
656
+ squared: boolean;
657
+ }> & Omit<Readonly<{
658
+ pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
659
+ } & {
660
+ disabled?: boolean | undefined;
661
+ to?: import("vue-router").RouteLocationRaw | undefined;
662
+ pill?: boolean | undefined;
663
+ size?: import("bootstrap-vue-next").Size | undefined;
664
+ underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
665
+ underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
666
+ underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
667
+ underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
668
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
669
+ active?: boolean | undefined;
670
+ activeClass?: string | undefined;
671
+ exactActiveClass?: string | undefined;
672
+ href?: string | undefined;
673
+ icon?: boolean | undefined;
674
+ noRel?: boolean | undefined;
675
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
676
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
677
+ prefetch?: boolean | undefined;
678
+ prefetchOn?: Partial<{
679
+ visibility: boolean;
680
+ interaction: boolean;
681
+ }> | undefined;
682
+ noPrefetch?: boolean | undefined;
683
+ prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
684
+ rel?: string | undefined;
685
+ replace?: boolean | undefined;
686
+ routerComponentName?: string | undefined;
687
+ routerTag?: string | undefined;
688
+ stretched?: boolean | undefined;
689
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
690
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
691
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
692
+ tag?: string | undefined;
693
+ loading?: boolean | undefined;
694
+ loadingFill?: boolean | undefined;
695
+ loadingText?: string | undefined;
696
+ squared?: boolean | undefined;
697
+ }> & Readonly<{
698
+ onClick?: ((value: MouseEvent) => any) | undefined;
699
+ "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
700
+ }>, "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 & {} & {
701
+ $slots: Readonly<{
702
+ default?: (props: Record<string, never>) => any;
703
+ loading?: (props: Record<string, never>) => any;
704
+ "loading-spinner"?: (props: Record<string, never>) => any;
705
+ }> & {
706
+ default?: (props: Record<string, never>) => any;
707
+ loading?: (props: Record<string, never>) => any;
708
+ "loading-spinner"?: (props: Record<string, never>) => any;
709
+ };
710
+ }) | null;
711
+ _okButton: ({
712
+ $: import("vue").ComponentInternalInstance;
713
+ $data: {};
714
+ $props: {
715
+ readonly pressed?: boolean | undefined;
716
+ readonly disabled?: boolean | undefined;
717
+ readonly to?: import("vue-router").RouteLocationRaw | undefined;
718
+ readonly pill?: boolean | undefined;
719
+ readonly size?: import("bootstrap-vue-next").Size | undefined;
720
+ readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
721
+ readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
722
+ readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
723
+ readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
724
+ readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
725
+ readonly active?: boolean | undefined;
726
+ readonly activeClass?: string | undefined;
727
+ readonly exactActiveClass?: string | undefined;
728
+ readonly href?: string | undefined;
729
+ readonly icon?: boolean | undefined;
730
+ readonly noRel?: boolean | undefined;
731
+ readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
732
+ readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
733
+ readonly prefetch?: boolean | undefined;
734
+ readonly prefetchOn?: Partial<{
735
+ visibility: boolean;
736
+ interaction: boolean;
737
+ }> | undefined;
738
+ readonly noPrefetch?: boolean | undefined;
739
+ readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
740
+ readonly rel?: string | undefined;
741
+ readonly replace?: boolean | undefined;
742
+ readonly routerComponentName?: string | undefined;
743
+ readonly routerTag?: string | undefined;
744
+ readonly stretched?: boolean | undefined;
745
+ readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
746
+ 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;
747
+ readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
748
+ readonly tag?: string | undefined;
749
+ readonly loading?: boolean | undefined;
750
+ readonly loadingFill?: boolean | undefined;
751
+ readonly loadingText?: string | undefined;
752
+ readonly squared?: boolean | undefined;
753
+ readonly onClick?: ((value: MouseEvent) => any) | undefined;
754
+ readonly "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
755
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
756
+ $attrs: {
757
+ [x: string]: unknown;
758
+ };
759
+ $refs: {
760
+ [x: string]: unknown;
761
+ } & {
762
+ _element: unknown;
763
+ };
764
+ $slots: Readonly<{
765
+ [name: string]: import("vue").Slot<any> | undefined;
766
+ }>;
767
+ $root: import("vue").ComponentPublicInstance | null;
768
+ $parent: import("vue").ComponentPublicInstance | null;
769
+ $host: Element | null;
770
+ $emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:pressed", value: boolean | undefined) => void);
771
+ $el: any;
772
+ $options: import("vue").ComponentOptionsBase<Readonly<{
773
+ pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
774
+ } & {
775
+ disabled?: boolean | undefined;
776
+ to?: import("vue-router").RouteLocationRaw | undefined;
777
+ pill?: boolean | undefined;
778
+ size?: import("bootstrap-vue-next").Size | undefined;
779
+ underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
780
+ underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
781
+ underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
782
+ underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
783
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
784
+ active?: boolean | undefined;
785
+ activeClass?: string | undefined;
786
+ exactActiveClass?: string | undefined;
787
+ href?: string | undefined;
788
+ icon?: boolean | undefined;
789
+ noRel?: boolean | undefined;
790
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
791
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
792
+ prefetch?: boolean | undefined;
793
+ prefetchOn?: Partial<{
794
+ visibility: boolean;
795
+ interaction: boolean;
796
+ }> | undefined;
797
+ noPrefetch?: boolean | undefined;
798
+ prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
799
+ rel?: string | undefined;
800
+ replace?: boolean | undefined;
801
+ routerComponentName?: string | undefined;
802
+ routerTag?: string | undefined;
803
+ stretched?: boolean | undefined;
804
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
805
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
806
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
807
+ tag?: string | undefined;
808
+ loading?: boolean | undefined;
809
+ loadingFill?: boolean | undefined;
810
+ loadingText?: string | undefined;
811
+ squared?: boolean | undefined;
812
+ }> & Readonly<{
813
+ onClick?: ((value: MouseEvent) => any) | undefined;
814
+ "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
815
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
816
+ click: (value: MouseEvent) => any;
817
+ "update:pressed": (value: boolean | undefined) => any;
818
+ }, string, {
819
+ disabled: boolean;
820
+ to: import("vue-router").RouteLocationRaw;
821
+ pill: boolean;
822
+ size: import("bootstrap-vue-next").Size;
823
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
824
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
825
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
826
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
827
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
828
+ active: boolean;
829
+ activeClass: string;
830
+ exactActiveClass: string;
831
+ href: string;
832
+ icon: boolean;
833
+ opacity: import("bootstrap-vue-next").LinkOpacity;
834
+ opacityHover: import("bootstrap-vue-next").LinkOpacity;
835
+ rel: string;
836
+ replace: boolean;
837
+ routerComponentName: string;
838
+ routerTag: string;
839
+ stretched: boolean;
840
+ target: import("bootstrap-vue-next").LinkTarget;
841
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
842
+ type: import("bootstrap-vue-next").ButtonType;
843
+ tag: string;
844
+ loading: boolean;
845
+ loadingFill: boolean;
846
+ loadingText: string;
847
+ squared: boolean;
848
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
849
+ beforeCreate?: (() => void) | (() => void)[];
850
+ created?: (() => void) | (() => void)[];
851
+ beforeMount?: (() => void) | (() => void)[];
852
+ mounted?: (() => void) | (() => void)[];
853
+ beforeUpdate?: (() => void) | (() => void)[];
854
+ updated?: (() => void) | (() => void)[];
855
+ activated?: (() => void) | (() => void)[];
856
+ deactivated?: (() => void) | (() => void)[];
857
+ beforeDestroy?: (() => void) | (() => void)[];
858
+ beforeUnmount?: (() => void) | (() => void)[];
859
+ destroyed?: (() => void) | (() => void)[];
860
+ unmounted?: (() => void) | (() => void)[];
861
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
862
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
863
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
864
+ };
865
+ $forceUpdate: () => void;
866
+ $nextTick: typeof import("vue").nextTick;
867
+ $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;
868
+ } & Readonly<{
869
+ disabled: boolean;
870
+ to: import("vue-router").RouteLocationRaw;
871
+ pill: boolean;
872
+ size: import("bootstrap-vue-next").Size;
873
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
874
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
875
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
876
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
877
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
878
+ active: boolean;
879
+ activeClass: string;
880
+ exactActiveClass: string;
881
+ href: string;
882
+ icon: boolean;
883
+ opacity: import("bootstrap-vue-next").LinkOpacity;
884
+ opacityHover: import("bootstrap-vue-next").LinkOpacity;
885
+ rel: string;
886
+ replace: boolean;
887
+ routerComponentName: string;
888
+ routerTag: string;
889
+ stretched: boolean;
890
+ target: import("bootstrap-vue-next").LinkTarget;
891
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
892
+ type: import("bootstrap-vue-next").ButtonType;
893
+ tag: string;
894
+ loading: boolean;
895
+ loadingFill: boolean;
896
+ loadingText: string;
897
+ squared: boolean;
898
+ }> & Omit<Readonly<{
899
+ pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
900
+ } & {
901
+ disabled?: boolean | undefined;
902
+ to?: import("vue-router").RouteLocationRaw | undefined;
903
+ pill?: boolean | undefined;
904
+ size?: import("bootstrap-vue-next").Size | undefined;
905
+ underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
906
+ underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
907
+ underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
908
+ underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
909
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
910
+ active?: boolean | undefined;
911
+ activeClass?: string | undefined;
912
+ exactActiveClass?: string | undefined;
913
+ href?: string | undefined;
914
+ icon?: boolean | undefined;
915
+ noRel?: boolean | undefined;
916
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
917
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
918
+ prefetch?: boolean | undefined;
919
+ prefetchOn?: Partial<{
920
+ visibility: boolean;
921
+ interaction: boolean;
922
+ }> | undefined;
923
+ noPrefetch?: boolean | undefined;
924
+ prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
925
+ rel?: string | undefined;
926
+ replace?: boolean | undefined;
927
+ routerComponentName?: string | undefined;
928
+ routerTag?: string | undefined;
929
+ stretched?: boolean | undefined;
930
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
931
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
932
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
933
+ tag?: string | undefined;
934
+ loading?: boolean | undefined;
935
+ loadingFill?: boolean | undefined;
936
+ loadingText?: string | undefined;
937
+ squared?: boolean | undefined;
938
+ }> & Readonly<{
939
+ onClick?: ((value: MouseEvent) => any) | undefined;
940
+ "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
941
+ }>, "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 & {} & {
942
+ $slots: Readonly<{
943
+ default?: (props: Record<string, never>) => any;
944
+ loading?: (props: Record<string, never>) => any;
945
+ "loading-spinner"?: (props: Record<string, never>) => any;
946
+ }> & {
947
+ default?: (props: Record<string, never>) => any;
948
+ loading?: (props: Record<string, never>) => any;
949
+ "loading-spinner"?: (props: Record<string, never>) => any;
950
+ };
951
+ }) | null;
952
+ _fallbackFocusElement: HTMLDivElement;
953
+ }, any, import("vue").ComponentProvideOptions, {
954
+ P: {};
955
+ B: {};
956
+ D: {};
957
+ C: {};
958
+ M: {};
959
+ Defaults: {};
960
+ }, Readonly<{
961
+ modelValue?: Exclude<import("bootstrap-vue-next").BModalProps["modelValue"], undefined>;
962
+ } & {
963
+ busy?: boolean;
964
+ size?: import("bootstrap-vue-next").Size | "xl";
965
+ body?: string;
966
+ title?: string;
967
+ id?: string;
968
+ autofocus?: boolean;
969
+ autofocusButton?: "ok" | "cancel" | "close";
970
+ backdropFirst?: boolean;
971
+ bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
972
+ bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
973
+ bodyClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
974
+ bodyScrolling?: boolean;
975
+ bodyTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
976
+ bodyVariant?: import("bootstrap-vue-next").ColorVariant | null;
977
+ buttonSize?: import("bootstrap-vue-next").Size;
978
+ cancelDisabled?: boolean;
979
+ cancelTitle?: string;
980
+ cancelVariant?: import("bootstrap-vue-next").ButtonVariant | null;
981
+ centered?: boolean;
982
+ contentClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
983
+ dialogClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
984
+ footerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
985
+ footerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
986
+ footerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
987
+ footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
988
+ footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
989
+ fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
990
+ headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
991
+ headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
992
+ headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
993
+ headerCloseClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
994
+ headerCloseLabel?: string;
995
+ headerCloseVariant?: import("bootstrap-vue-next").ButtonVariant | null;
996
+ headerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
997
+ headerVariant?: import("bootstrap-vue-next").ColorVariant | null;
998
+ noBackdrop?: boolean;
999
+ noFooter?: boolean;
1000
+ noHeader?: boolean;
1001
+ noHeaderClose?: boolean;
1002
+ modalClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1003
+ noCloseOnBackdrop?: boolean;
1004
+ noCloseOnEsc?: boolean;
1005
+ noTrap?: boolean;
1006
+ noStacking?: boolean;
1007
+ okDisabled?: boolean;
1008
+ okOnly?: boolean;
1009
+ okTitle?: string;
1010
+ okVariant?: import("bootstrap-vue-next").ButtonVariant | null;
1011
+ scrollable?: boolean;
1012
+ titleClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1013
+ titleVisuallyHidden?: boolean;
1014
+ titleTag?: string;
1015
+ teleportDisabled?: import("vue").TeleportProps["disabled"];
1016
+ teleportTo?: import("vue").TeleportProps["to"];
1017
+ initialAnimation?: boolean;
1018
+ noAnimation?: boolean;
1019
+ noFade?: boolean;
1020
+ lazy?: boolean;
1021
+ unmountLazy?: boolean;
1022
+ show?: boolean;
1023
+ transProps?: Readonly<import("vue").TransitionProps>;
1024
+ visible?: boolean;
1025
+ }> & Readonly<{
1026
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1027
+ onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1028
+ onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1029
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1030
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1031
+ onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1032
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1033
+ "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1034
+ onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1035
+ onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1036
+ onEsc?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1037
+ "onHide-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1038
+ "onToggle-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1039
+ onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1040
+ }>, {
1041
+ hide: (trigger?: string) => void;
1042
+ id: import("vue").ComputedRef<string>;
1043
+ show: () => void;
1044
+ toggle: () => void;
1045
+ }, {}, {}, {}, {
1046
+ body: string;
1047
+ autofocus: boolean;
1048
+ id: string;
1049
+ size: import("bootstrap-vue-next").Size | "xl";
1050
+ noBackdrop: boolean;
1051
+ backdropFirst: boolean;
1052
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
1053
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1054
+ bodyScrolling: boolean;
1055
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1056
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1057
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1058
+ headerCloseLabel: string;
1059
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
1060
+ noCloseOnBackdrop: boolean;
1061
+ noCloseOnEsc: boolean;
1062
+ noHeader: boolean;
1063
+ noTrap: boolean;
1064
+ noHeaderClose: boolean;
1065
+ title: string;
1066
+ teleportDisabled: boolean;
1067
+ teleportTo: string | import("vue").RendererElement | null;
1068
+ noFade: boolean;
1069
+ show: boolean;
1070
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
1071
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1072
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
1073
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
1074
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1075
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
1076
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
1077
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
1078
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1079
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
1080
+ titleTag: string;
1081
+ lazy: boolean;
1082
+ busy: boolean;
1083
+ initialAnimation: boolean;
1084
+ unmountLazy: boolean;
1085
+ transProps: Readonly<import("vue").TransitionProps>;
1086
+ visible: boolean;
1087
+ autofocusButton: "ok" | "cancel" | "close";
1088
+ bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
1089
+ buttonSize: import("bootstrap-vue-next").Size;
1090
+ cancelDisabled: boolean;
1091
+ cancelTitle: string;
1092
+ cancelVariant: import("bootstrap-vue-next").ButtonVariant | null;
1093
+ centered: boolean;
1094
+ contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1095
+ dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1096
+ fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
1097
+ noFooter: boolean;
1098
+ modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1099
+ okDisabled: boolean;
1100
+ okOnly: boolean;
1101
+ okTitle: string;
1102
+ okVariant: import("bootstrap-vue-next").ButtonVariant | null;
1103
+ scrollable: boolean;
1104
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1105
+ titleVisuallyHidden: boolean;
1106
+ }>;
1107
+ __isFragment?: never;
1108
+ __isTeleport?: never;
1109
+ __isSuspense?: never;
1110
+ } & import("vue").ComponentOptionsBase<Readonly<{
1111
+ modelValue?: Exclude<import("bootstrap-vue-next").BModalProps["modelValue"], undefined>;
1112
+ } & {
1113
+ busy?: boolean;
1114
+ size?: import("bootstrap-vue-next").Size | "xl";
1115
+ body?: string;
1116
+ title?: string;
1117
+ id?: string;
1118
+ autofocus?: boolean;
1119
+ autofocusButton?: "ok" | "cancel" | "close";
1120
+ backdropFirst?: boolean;
1121
+ bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
1122
+ bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
1123
+ bodyClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1124
+ bodyScrolling?: boolean;
1125
+ bodyTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
1126
+ bodyVariant?: import("bootstrap-vue-next").ColorVariant | null;
1127
+ buttonSize?: import("bootstrap-vue-next").Size;
1128
+ cancelDisabled?: boolean;
1129
+ cancelTitle?: string;
1130
+ cancelVariant?: import("bootstrap-vue-next").ButtonVariant | null;
1131
+ centered?: boolean;
1132
+ contentClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1133
+ dialogClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1134
+ footerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
1135
+ footerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
1136
+ footerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1137
+ footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
1138
+ footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
1139
+ fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
1140
+ headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
1141
+ headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
1142
+ headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1143
+ headerCloseClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1144
+ headerCloseLabel?: string;
1145
+ headerCloseVariant?: import("bootstrap-vue-next").ButtonVariant | null;
1146
+ headerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
1147
+ headerVariant?: import("bootstrap-vue-next").ColorVariant | null;
1148
+ noBackdrop?: boolean;
1149
+ noFooter?: boolean;
1150
+ noHeader?: boolean;
1151
+ noHeaderClose?: boolean;
1152
+ modalClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1153
+ noCloseOnBackdrop?: boolean;
1154
+ noCloseOnEsc?: boolean;
1155
+ noTrap?: boolean;
1156
+ noStacking?: boolean;
1157
+ okDisabled?: boolean;
1158
+ okOnly?: boolean;
1159
+ okTitle?: string;
1160
+ okVariant?: import("bootstrap-vue-next").ButtonVariant | null;
1161
+ scrollable?: boolean;
1162
+ titleClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1163
+ titleVisuallyHidden?: boolean;
1164
+ titleTag?: string;
1165
+ teleportDisabled?: import("vue").TeleportProps["disabled"];
1166
+ teleportTo?: import("vue").TeleportProps["to"];
1167
+ initialAnimation?: boolean;
1168
+ noAnimation?: boolean;
1169
+ noFade?: boolean;
1170
+ lazy?: boolean;
1171
+ unmountLazy?: boolean;
1172
+ show?: boolean;
1173
+ transProps?: Readonly<import("vue").TransitionProps>;
1174
+ visible?: boolean;
1175
+ }> & Readonly<{
1176
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1177
+ onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1178
+ onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1179
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1180
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1181
+ onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1182
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1183
+ "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1184
+ onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1185
+ onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1186
+ onEsc?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1187
+ "onHide-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1188
+ "onToggle-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1189
+ onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1190
+ }>, {
1191
+ hide: (trigger?: string) => void;
1192
+ id: import("vue").ComputedRef<string>;
1193
+ show: () => void;
1194
+ toggle: () => void;
1195
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1196
+ show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1197
+ ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1198
+ cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1199
+ close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1200
+ "update:modelValue": (value: boolean) => any;
1201
+ toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1202
+ hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1203
+ "show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1204
+ hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1205
+ backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1206
+ esc: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1207
+ "hide-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1208
+ "toggle-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1209
+ shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1210
+ }, string, {
1211
+ body: string;
1212
+ autofocus: boolean;
1213
+ id: string;
1214
+ size: import("bootstrap-vue-next").Size | "xl";
1215
+ noBackdrop: boolean;
1216
+ backdropFirst: boolean;
1217
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
1218
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1219
+ bodyScrolling: boolean;
1220
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1221
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1222
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1223
+ headerCloseLabel: string;
1224
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
1225
+ noCloseOnBackdrop: boolean;
1226
+ noCloseOnEsc: boolean;
1227
+ noHeader: boolean;
1228
+ noTrap: boolean;
1229
+ noHeaderClose: boolean;
1230
+ title: string;
1231
+ teleportDisabled: boolean;
1232
+ teleportTo: string | import("vue").RendererElement | null;
1233
+ noFade: boolean;
1234
+ show: boolean;
1235
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
1236
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1237
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
1238
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
1239
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1240
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
1241
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
1242
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
1243
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1244
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
1245
+ titleTag: string;
1246
+ lazy: boolean;
1247
+ busy: boolean;
1248
+ initialAnimation: boolean;
1249
+ unmountLazy: boolean;
1250
+ transProps: Readonly<import("vue").TransitionProps>;
1251
+ visible: boolean;
1252
+ autofocusButton: "ok" | "cancel" | "close";
1253
+ bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
1254
+ buttonSize: import("bootstrap-vue-next").Size;
1255
+ cancelDisabled: boolean;
1256
+ cancelTitle: string;
1257
+ cancelVariant: import("bootstrap-vue-next").ButtonVariant | null;
1258
+ centered: boolean;
1259
+ contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1260
+ dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1261
+ fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
1262
+ noFooter: boolean;
1263
+ modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1264
+ okDisabled: boolean;
1265
+ okOnly: boolean;
1266
+ okTitle: string;
1267
+ okVariant: import("bootstrap-vue-next").ButtonVariant | null;
1268
+ scrollable: boolean;
1269
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
1270
+ titleVisuallyHidden: boolean;
1271
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1272
+ $slots: Readonly<{
1273
+ backdrop?: (props: {
1274
+ cancel: () => void;
1275
+ close: () => void;
1276
+ hide: (trigger?: string) => void;
1277
+ ok: () => void;
1278
+ active: boolean;
1279
+ visible: boolean;
1280
+ }) => any;
1281
+ cancel?: (props: {
1282
+ cancel: () => void;
1283
+ close: () => void;
1284
+ hide: (trigger?: string) => void;
1285
+ ok: () => void;
1286
+ active: boolean;
1287
+ visible: boolean;
1288
+ }) => any;
1289
+ default?: (props: {
1290
+ cancel: () => void;
1291
+ close: () => void;
1292
+ hide: (trigger?: string) => void;
1293
+ ok: () => void;
1294
+ active: boolean;
1295
+ visible: boolean;
1296
+ }) => any;
1297
+ footer?: (props: {
1298
+ cancel: () => void;
1299
+ close: () => void;
1300
+ hide: (trigger?: string) => void;
1301
+ ok: () => void;
1302
+ active: boolean;
1303
+ visible: boolean;
1304
+ }) => any;
1305
+ header?: (props: {
1306
+ cancel: () => void;
1307
+ close: () => void;
1308
+ hide: (trigger?: string) => void;
1309
+ ok: () => void;
1310
+ active: boolean;
1311
+ visible: boolean;
1312
+ }) => any;
1313
+ 'header-close'?: (props: Record<string, never>) => any;
1314
+ ok?: (props: {
1315
+ cancel: () => void;
1316
+ close: () => void;
1317
+ hide: (trigger?: string) => void;
1318
+ ok: () => void;
1319
+ active: boolean;
1320
+ visible: boolean;
1321
+ }) => any;
1322
+ title?: (props: {
1323
+ cancel: () => void;
1324
+ close: () => void;
1325
+ hide: (trigger?: string) => void;
1326
+ ok: () => void;
1327
+ active: boolean;
1328
+ visible: boolean;
1329
+ }) => any;
1330
+ }> & {
1331
+ backdrop?: (props: {
1332
+ cancel: () => void;
1333
+ close: () => void;
1334
+ hide: (trigger?: string) => void;
1335
+ ok: () => void;
1336
+ active: boolean;
1337
+ visible: boolean;
1338
+ }) => any;
1339
+ cancel?: (props: {
1340
+ cancel: () => void;
1341
+ close: () => void;
1342
+ hide: (trigger?: string) => void;
1343
+ ok: () => void;
1344
+ active: boolean;
1345
+ visible: boolean;
1346
+ }) => any;
1347
+ default?: (props: {
1348
+ cancel: () => void;
1349
+ close: () => void;
1350
+ hide: (trigger?: string) => void;
1351
+ ok: () => void;
1352
+ active: boolean;
1353
+ visible: boolean;
1354
+ }) => any;
1355
+ footer?: (props: {
1356
+ cancel: () => void;
1357
+ close: () => void;
1358
+ hide: (trigger?: string) => void;
1359
+ ok: () => void;
1360
+ active: boolean;
1361
+ visible: boolean;
1362
+ }) => any;
1363
+ header?: (props: {
1364
+ cancel: () => void;
1365
+ close: () => void;
1366
+ hide: (trigger?: string) => void;
1367
+ ok: () => void;
1368
+ active: boolean;
1369
+ visible: boolean;
1370
+ }) => any;
1371
+ 'header-close'?: (props: Record<string, never>) => any;
1372
+ ok?: (props: {
1373
+ cancel: () => void;
1374
+ close: () => void;
1375
+ hide: (trigger?: string) => void;
1376
+ ok: () => void;
1377
+ active: boolean;
1378
+ visible: boolean;
1379
+ }) => any;
1380
+ title?: (props: {
1381
+ cancel: () => void;
1382
+ close: () => void;
1383
+ hide: (trigger?: string) => void;
1384
+ ok: () => void;
1385
+ active: boolean;
1386
+ visible: boolean;
1387
+ }) => any;
1388
+ };
1389
+ });
307
1390
  FAnalysisBucketFileUpload: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
308
1391
  entity: {
309
1392
  type: PropType<AnalysisBucket>;