@privateaim/client-vue 0.8.17 → 0.8.19

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 (59) hide show
  1. package/dist/components/analysis/FAnalysis.d.ts +1 -1
  2. package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +1 -1
  3. package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +548 -534
  4. package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
  5. package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts +264 -258
  6. package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +1 -1
  7. package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +269 -263
  8. package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
  9. package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +267 -261
  10. package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +1 -1
  11. package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts +4 -2
  12. package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts.map +1 -1
  13. package/dist/components/analysis-bucket/FAnalysisBucket.d.ts +1 -1
  14. package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts +1 -1
  15. package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts.map +1 -1
  16. package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +265 -259
  17. package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
  18. package/dist/components/analysis-bucket-file/FAnalysisBucketFileUpload.vue.d.ts.map +1 -1
  19. package/dist/components/analysis-log/FAnalysisLogs.vue.d.ts +57 -0
  20. package/dist/components/analysis-log/FAnalysisLogs.vue.d.ts.map +1 -0
  21. package/dist/components/analysis-log/index.d.ts +1 -1
  22. package/dist/components/analysis-log/index.d.ts.map +1 -1
  23. package/dist/components/analysis-node/FAnalysisNode.d.ts +1 -1
  24. package/dist/components/analysis-node/FAnalysisNodeAssignAction.d.ts +1 -1
  25. package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts +1 -1
  26. package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +267 -261
  27. package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +1 -1
  28. package/dist/components/analysis-permission/FAnalysisPermissionAssignment.d.ts +1 -1
  29. package/dist/components/event/FEvents.vue.d.ts +25 -1
  30. package/dist/components/event/FEvents.vue.d.ts.map +1 -1
  31. package/dist/components/log/FLogs.vue.d.ts +12 -12
  32. package/dist/components/master-image/FMasterImage.d.ts +1 -1
  33. package/dist/components/master-image/FMasterImagePicker.d.ts.map +1 -1
  34. package/dist/components/master-image/FMasterImagesSync.d.ts +2 -1
  35. package/dist/components/master-image/FMasterImagesSync.d.ts.map +1 -1
  36. package/dist/components/node/FNodeForm.d.ts +1 -1
  37. package/dist/components/project/FProject.d.ts +1 -1
  38. package/dist/components/project/FProjectForm.d.ts +1 -1
  39. package/dist/components/project/FProjectForm.d.ts.map +1 -1
  40. package/dist/components/project-node/FProjectNode.d.ts +1 -1
  41. package/dist/components/project-node/FProjectNodeAssignAction.d.ts +1 -1
  42. package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +264 -258
  43. package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
  44. package/dist/components/registry/FRegistryForm.d.ts +1 -1
  45. package/dist/components/registry-project/FRegistryProject.d.ts +1 -1
  46. package/dist/core/entity-socket/module.d.ts.map +1 -1
  47. package/dist/core/entity-socket/type.d.ts +1 -0
  48. package/dist/core/entity-socket/type.d.ts.map +1 -1
  49. package/dist/core/list/module.d.ts.map +1 -1
  50. package/dist/core/list/utils/handlers.d.ts +23 -5
  51. package/dist/core/list/utils/handlers.d.ts.map +1 -1
  52. package/dist/index.cjs +1414 -1274
  53. package/dist/index.cjs.map +1 -1
  54. package/dist/index.css +1 -1
  55. package/dist/index.mjs +1417 -1275
  56. package/dist/index.mjs.map +1 -1
  57. package/package.json +19 -19
  58. package/dist/components/analysis-log/FAnalysisLogs.d.ts +0 -25
  59. package/dist/components/analysis-log/FAnalysisLogs.d.ts.map +0 -1
@@ -205,12 +205,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
205
205
  query: import("rapiq").BuildInput<import("@authup/core-kit").Permission>;
206
206
  loadOnSetup: boolean;
207
207
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
208
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
208
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "failed"[], "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
209
209
  entity: {
210
210
  type: PropType<Analysis>;
211
211
  required: true;
212
212
  };
213
- }>> & Readonly<{}>, {}, {}, {
213
+ }>> & Readonly<{
214
+ onFailed?: (...args: any[]) => any;
215
+ }>, {}, {}, {
214
216
  FPagination: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
215
217
  total: {
216
218
  type: NumberConstructor;
@@ -424,8 +426,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
424
426
  }>> & Readonly<{
425
427
  onCreated?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
426
428
  onUpdated?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
427
- onDeleted?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
428
429
  onResolved?: (_item: import("@privateaim/core-kit").AnalysisBucket) => any;
430
+ onDeleted?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
429
431
  onFailed?: (item: Error) => any;
430
432
  }>, {}, import("vue").SlotsType<import("../../../core").EntityManagerSlotsType<import("@privateaim/core-kit").AnalysisBucket>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<import("vue").ExtractPropTypes<{
431
433
  entity: {
@@ -462,8 +464,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
462
464
  }>> & Readonly<{
463
465
  onCreated?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
464
466
  onUpdated?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
465
- onDeleted?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
466
467
  onResolved?: (_item: import("@privateaim/core-kit").AnalysisBucket) => any;
468
+ onDeleted?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
467
469
  onFailed?: (item: Error) => any;
468
470
  }>, {}, import("vue").SlotsType<import("../../../core").EntityManagerSlotsType<import("@privateaim/core-kit").AnalysisBucket>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
469
471
  retry: () => void;
@@ -788,6 +790,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
788
790
  footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
789
791
  footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
790
792
  fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
793
+ headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
791
794
  headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
792
795
  headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
793
796
  headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
@@ -825,12 +828,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
825
828
  transProps?: Readonly<import("vue").TransitionProps>;
826
829
  visible?: boolean;
827
830
  }> & Readonly<{
828
- onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
829
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
830
831
  onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
831
832
  onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
832
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
833
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
833
834
  onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
835
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
836
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
834
837
  "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
835
838
  onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
836
839
  onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
@@ -846,12 +849,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
846
849
  toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
847
850
  visible: import("vue").Ref<boolean, boolean>;
848
851
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
849
- close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
850
- show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
851
852
  ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
852
853
  cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
853
- hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
854
+ close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
854
855
  toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
856
+ hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
857
+ show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
855
858
  "show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
856
859
  hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
857
860
  backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
@@ -864,46 +867,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
864
867
  body: string;
865
868
  id: string;
866
869
  size: import("bootstrap-vue-next").Size | "xl";
867
- noBackdrop: boolean;
868
- backdropFirst: boolean;
869
- bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
870
- bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
871
- bodyScrolling: boolean;
870
+ unmountLazy: boolean;
872
871
  focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
873
- footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
874
- headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
875
- headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
876
- headerCloseLabel: string;
877
- headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
878
- noCloseOnBackdrop: boolean;
879
- noCloseOnEsc: boolean;
880
- noHeader: boolean;
881
- noTrap: boolean;
882
- noHeaderClose: boolean;
883
872
  title: string;
884
- teleportDisabled: boolean;
885
- teleportTo: string | import("vue").RendererElement | null;
886
- noFade: boolean;
887
873
  show: boolean;
888
- bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
889
- bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
890
- footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
891
- footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
892
- footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
893
- footerVariant: import("bootstrap-vue-next").ColorVariant | null;
894
- headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
895
- headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
896
- headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
897
- headerVariant: import("bootstrap-vue-next").ColorVariant | null;
898
- titleTag: string;
899
- lazy: boolean;
900
- busy: boolean;
901
- titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
902
874
  initialAnimation: boolean;
903
- unmountLazy: boolean;
875
+ noFade: boolean;
876
+ lazy: boolean;
904
877
  transProps: Readonly<import("vue").TransitionProps>;
905
878
  visible: boolean;
879
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
880
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
881
+ headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
882
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
883
+ teleportTo: string | import("vue").RendererElement | null;
884
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
885
+ teleportDisabled: boolean;
886
+ backdropFirst: boolean;
887
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
888
+ bodyScrolling: boolean;
889
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
906
890
  bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
891
+ busy: boolean;
907
892
  buttonSize: import("bootstrap-vue-next").Size;
908
893
  cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
909
894
  cancelDisabled: boolean;
@@ -912,9 +897,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
912
897
  centered: boolean;
913
898
  contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
914
899
  dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
900
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
901
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
902
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
903
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
904
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
915
905
  fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
906
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
907
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
908
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
909
+ headerCloseLabel: string;
910
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
911
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
912
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
913
+ noBackdrop: boolean;
916
914
  noFooter: boolean;
915
+ noHeader: boolean;
916
+ noHeaderClose: boolean;
917
917
  modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
918
+ noCloseOnBackdrop: boolean;
919
+ noCloseOnEsc: boolean;
920
+ noTrap: boolean;
918
921
  okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
919
922
  okDisabled: boolean;
920
923
  okOnly: boolean;
@@ -922,6 +925,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
922
925
  okVariant: import("bootstrap-vue-next").ButtonVariant | null;
923
926
  scrollable: boolean;
924
927
  titleVisuallyHidden: boolean;
928
+ titleTag: string;
925
929
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
926
930
  _element: HTMLDivElement;
927
931
  _closeButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
@@ -930,8 +934,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
930
934
  click: (value: MouseEvent) => any;
931
935
  }, import("vue").PublicProps, {
932
936
  disabled: boolean;
933
- type: import("bootstrap-vue-next").ButtonType;
934
937
  ariaLabel: string;
938
+ type: import("bootstrap-vue-next").ButtonType;
935
939
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLButtonElement, import("vue").ComponentProvideOptions, {
936
940
  P: {};
937
941
  B: {};
@@ -943,8 +947,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
943
947
  onClick?: ((value: MouseEvent) => any) | undefined;
944
948
  }>, {}, {}, {}, {}, {
945
949
  disabled: boolean;
946
- type: import("bootstrap-vue-next").ButtonType;
947
950
  ariaLabel: string;
951
+ type: import("bootstrap-vue-next").ButtonType;
948
952
  }> | null;
949
953
  _cancelButton: ({
950
954
  $: import("vue").ComponentInternalInstance;
@@ -955,19 +959,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
955
959
  readonly to?: import("vue-router").RouteLocationRaw | undefined;
956
960
  readonly pill?: boolean | undefined;
957
961
  readonly size?: import("bootstrap-vue-next").Size | undefined;
962
+ readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
963
+ readonly replace?: boolean | undefined;
964
+ readonly tag?: string | undefined;
965
+ readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
966
+ readonly href?: string | undefined;
967
+ readonly routerComponentName?: string | undefined;
968
+ readonly active?: boolean | undefined;
969
+ readonly activeClass?: string | undefined;
970
+ readonly exactActiveClass?: string | undefined;
971
+ readonly rel?: string | undefined;
972
+ 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;
973
+ readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
974
+ readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
975
+ readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
958
976
  readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
959
977
  readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
960
978
  readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
961
979
  readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
962
- readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
963
- readonly active?: boolean | undefined;
964
- readonly activeClass?: string | undefined;
965
- readonly exactActiveClass?: string | undefined;
966
- readonly href?: string | undefined;
967
980
  readonly icon?: boolean | undefined;
968
981
  readonly noRel?: boolean | undefined;
969
- readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
970
- readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
971
982
  readonly prefetch?: boolean | undefined;
972
983
  readonly prefetchOn?: Partial<{
973
984
  visibility: boolean;
@@ -975,15 +986,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
975
986
  }> | undefined;
976
987
  readonly noPrefetch?: boolean | undefined;
977
988
  readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
978
- readonly rel?: string | undefined;
979
- readonly replace?: boolean | undefined;
980
- readonly routerComponentName?: string | undefined;
981
989
  readonly routerTag?: string | undefined;
982
990
  readonly stretched?: boolean | undefined;
983
- readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
984
- 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;
985
- readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
986
- readonly tag?: string | undefined;
987
991
  readonly loading?: boolean | undefined;
988
992
  readonly loadingFill?: boolean | undefined;
989
993
  readonly loadingText?: string | undefined;
@@ -1014,19 +1018,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1014
1018
  to?: import("vue-router").RouteLocationRaw | undefined;
1015
1019
  pill?: boolean | undefined;
1016
1020
  size?: import("bootstrap-vue-next").Size | undefined;
1021
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
1022
+ replace?: boolean | undefined;
1023
+ tag?: string | undefined;
1024
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
1025
+ href?: string | undefined;
1026
+ routerComponentName?: string | undefined;
1027
+ active?: boolean | undefined;
1028
+ activeClass?: string | undefined;
1029
+ exactActiveClass?: string | undefined;
1030
+ rel?: string | undefined;
1031
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
1032
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
1033
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
1034
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
1017
1035
  underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
1018
1036
  underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
1019
1037
  underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
1020
1038
  underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
1021
- underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
1022
- active?: boolean | undefined;
1023
- activeClass?: string | undefined;
1024
- exactActiveClass?: string | undefined;
1025
- href?: string | undefined;
1026
1039
  icon?: boolean | undefined;
1027
1040
  noRel?: boolean | undefined;
1028
- opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
1029
- opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
1030
1041
  prefetch?: boolean | undefined;
1031
1042
  prefetchOn?: Partial<{
1032
1043
  visibility: boolean;
@@ -1034,15 +1045,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1034
1045
  }> | undefined;
1035
1046
  noPrefetch?: boolean | undefined;
1036
1047
  prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1037
- rel?: string | undefined;
1038
- replace?: boolean | undefined;
1039
- routerComponentName?: string | undefined;
1040
1048
  routerTag?: string | undefined;
1041
1049
  stretched?: boolean | undefined;
1042
- target?: import("bootstrap-vue-next").LinkTarget | undefined;
1043
- variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
1044
- type?: import("bootstrap-vue-next").ButtonType | undefined;
1045
- tag?: string | undefined;
1046
1050
  loading?: boolean | undefined;
1047
1051
  loadingFill?: boolean | undefined;
1048
1052
  loadingText?: string | undefined;
@@ -1058,27 +1062,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1058
1062
  to: import("vue-router").RouteLocationRaw;
1059
1063
  pill: boolean;
1060
1064
  size: import("bootstrap-vue-next").Size;
1061
- underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
1062
- underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
1063
- underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
1064
- underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
1065
- underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
1065
+ target: import("bootstrap-vue-next").LinkTarget;
1066
+ replace: boolean;
1067
+ tag: string;
1068
+ type: import("bootstrap-vue-next").ButtonType;
1069
+ href: string;
1070
+ routerComponentName: string;
1066
1071
  active: boolean;
1067
1072
  activeClass: string;
1068
1073
  exactActiveClass: string;
1069
- href: string;
1070
- icon: boolean;
1074
+ rel: string;
1075
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
1071
1076
  opacity: import("bootstrap-vue-next").LinkOpacity;
1072
1077
  opacityHover: import("bootstrap-vue-next").LinkOpacity;
1073
- rel: string;
1074
- replace: boolean;
1075
- routerComponentName: string;
1078
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
1079
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
1080
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
1081
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
1082
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
1083
+ icon: boolean;
1076
1084
  routerTag: string;
1077
1085
  stretched: boolean;
1078
- target: import("bootstrap-vue-next").LinkTarget;
1079
- variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
1080
- type: import("bootstrap-vue-next").ButtonType;
1081
- tag: string;
1082
1086
  loading: boolean;
1083
1087
  loadingFill: boolean;
1084
1088
  loadingText: string;
@@ -1108,27 +1112,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1108
1112
  to: import("vue-router").RouteLocationRaw;
1109
1113
  pill: boolean;
1110
1114
  size: import("bootstrap-vue-next").Size;
1111
- underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
1112
- underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
1113
- underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
1114
- underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
1115
- underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
1115
+ target: import("bootstrap-vue-next").LinkTarget;
1116
+ replace: boolean;
1117
+ tag: string;
1118
+ type: import("bootstrap-vue-next").ButtonType;
1119
+ href: string;
1120
+ routerComponentName: string;
1116
1121
  active: boolean;
1117
1122
  activeClass: string;
1118
1123
  exactActiveClass: string;
1119
- href: string;
1120
- icon: boolean;
1124
+ rel: string;
1125
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
1121
1126
  opacity: import("bootstrap-vue-next").LinkOpacity;
1122
1127
  opacityHover: import("bootstrap-vue-next").LinkOpacity;
1123
- rel: string;
1124
- replace: boolean;
1125
- routerComponentName: string;
1128
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
1129
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
1130
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
1131
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
1132
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
1133
+ icon: boolean;
1126
1134
  routerTag: string;
1127
1135
  stretched: boolean;
1128
- target: import("bootstrap-vue-next").LinkTarget;
1129
- variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
1130
- type: import("bootstrap-vue-next").ButtonType;
1131
- tag: string;
1132
1136
  loading: boolean;
1133
1137
  loadingFill: boolean;
1134
1138
  loadingText: string;
@@ -1140,19 +1144,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1140
1144
  to?: import("vue-router").RouteLocationRaw | undefined;
1141
1145
  pill?: boolean | undefined;
1142
1146
  size?: import("bootstrap-vue-next").Size | undefined;
1147
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
1148
+ replace?: boolean | undefined;
1149
+ tag?: string | undefined;
1150
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
1151
+ href?: string | undefined;
1152
+ routerComponentName?: string | undefined;
1153
+ active?: boolean | undefined;
1154
+ activeClass?: string | undefined;
1155
+ exactActiveClass?: string | undefined;
1156
+ rel?: string | undefined;
1157
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
1158
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
1159
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
1160
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
1143
1161
  underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
1144
1162
  underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
1145
1163
  underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
1146
1164
  underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
1147
- underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
1148
- active?: boolean | undefined;
1149
- activeClass?: string | undefined;
1150
- exactActiveClass?: string | undefined;
1151
- href?: string | undefined;
1152
1165
  icon?: boolean | undefined;
1153
1166
  noRel?: boolean | undefined;
1154
- opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
1155
- opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
1156
1167
  prefetch?: boolean | undefined;
1157
1168
  prefetchOn?: Partial<{
1158
1169
  visibility: boolean;
@@ -1160,15 +1171,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1160
1171
  }> | undefined;
1161
1172
  noPrefetch?: boolean | undefined;
1162
1173
  prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1163
- rel?: string | undefined;
1164
- replace?: boolean | undefined;
1165
- routerComponentName?: string | undefined;
1166
1174
  routerTag?: string | undefined;
1167
1175
  stretched?: boolean | undefined;
1168
- target?: import("bootstrap-vue-next").LinkTarget | undefined;
1169
- variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
1170
- type?: import("bootstrap-vue-next").ButtonType | undefined;
1171
- tag?: string | undefined;
1172
1176
  loading?: boolean | undefined;
1173
1177
  loadingFill?: boolean | undefined;
1174
1178
  loadingText?: string | undefined;
@@ -1176,7 +1180,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1176
1180
  }> & Readonly<{
1177
1181
  onClick?: ((value: MouseEvent) => any) | undefined;
1178
1182
  "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
1179
- }>, "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 & {} & {
1183
+ }>, "disabled" | "to" | "pill" | "size" | "target" | "replace" | "tag" | "type" | "href" | "routerComponentName" | "active" | "activeClass" | "exactActiveClass" | "rel" | "variant" | "opacity" | "opacityHover" | "underlineVariant" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "icon" | "routerTag" | "stretched" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
1180
1184
  $slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
1181
1185
  }) | null;
1182
1186
  _okButton: ({
@@ -1188,19 +1192,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1188
1192
  readonly to?: import("vue-router").RouteLocationRaw | undefined;
1189
1193
  readonly pill?: boolean | undefined;
1190
1194
  readonly size?: import("bootstrap-vue-next").Size | undefined;
1195
+ readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
1196
+ readonly replace?: boolean | undefined;
1197
+ readonly tag?: string | undefined;
1198
+ readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
1199
+ readonly href?: string | undefined;
1200
+ readonly routerComponentName?: string | undefined;
1201
+ readonly active?: boolean | undefined;
1202
+ readonly activeClass?: string | undefined;
1203
+ readonly exactActiveClass?: string | undefined;
1204
+ readonly rel?: string | undefined;
1205
+ 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;
1206
+ readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
1207
+ readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
1208
+ readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
1191
1209
  readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
1192
1210
  readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
1193
1211
  readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
1194
1212
  readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
1195
- readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
1196
- readonly active?: boolean | undefined;
1197
- readonly activeClass?: string | undefined;
1198
- readonly exactActiveClass?: string | undefined;
1199
- readonly href?: string | undefined;
1200
1213
  readonly icon?: boolean | undefined;
1201
1214
  readonly noRel?: boolean | undefined;
1202
- readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
1203
- readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
1204
1215
  readonly prefetch?: boolean | undefined;
1205
1216
  readonly prefetchOn?: Partial<{
1206
1217
  visibility: boolean;
@@ -1208,15 +1219,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1208
1219
  }> | undefined;
1209
1220
  readonly noPrefetch?: boolean | undefined;
1210
1221
  readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1211
- readonly rel?: string | undefined;
1212
- readonly replace?: boolean | undefined;
1213
- readonly routerComponentName?: string | undefined;
1214
1222
  readonly routerTag?: string | undefined;
1215
1223
  readonly stretched?: boolean | undefined;
1216
- readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
1217
- 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;
1218
- readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
1219
- readonly tag?: string | undefined;
1220
1224
  readonly loading?: boolean | undefined;
1221
1225
  readonly loadingFill?: boolean | undefined;
1222
1226
  readonly loadingText?: string | undefined;
@@ -1247,19 +1251,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1247
1251
  to?: import("vue-router").RouteLocationRaw | undefined;
1248
1252
  pill?: boolean | undefined;
1249
1253
  size?: import("bootstrap-vue-next").Size | undefined;
1254
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
1255
+ replace?: boolean | undefined;
1256
+ tag?: string | undefined;
1257
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
1258
+ href?: string | undefined;
1259
+ routerComponentName?: string | undefined;
1260
+ active?: boolean | undefined;
1261
+ activeClass?: string | undefined;
1262
+ exactActiveClass?: string | undefined;
1263
+ rel?: string | undefined;
1264
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
1265
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
1266
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
1267
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
1250
1268
  underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
1251
1269
  underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
1252
1270
  underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
1253
1271
  underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
1254
- underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
1255
- active?: boolean | undefined;
1256
- activeClass?: string | undefined;
1257
- exactActiveClass?: string | undefined;
1258
- href?: string | undefined;
1259
1272
  icon?: boolean | undefined;
1260
1273
  noRel?: boolean | undefined;
1261
- opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
1262
- opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
1263
1274
  prefetch?: boolean | undefined;
1264
1275
  prefetchOn?: Partial<{
1265
1276
  visibility: boolean;
@@ -1267,15 +1278,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1267
1278
  }> | undefined;
1268
1279
  noPrefetch?: boolean | undefined;
1269
1280
  prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1270
- rel?: string | undefined;
1271
- replace?: boolean | undefined;
1272
- routerComponentName?: string | undefined;
1273
1281
  routerTag?: string | undefined;
1274
1282
  stretched?: boolean | undefined;
1275
- target?: import("bootstrap-vue-next").LinkTarget | undefined;
1276
- variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
1277
- type?: import("bootstrap-vue-next").ButtonType | undefined;
1278
- tag?: string | undefined;
1279
1283
  loading?: boolean | undefined;
1280
1284
  loadingFill?: boolean | undefined;
1281
1285
  loadingText?: string | undefined;
@@ -1291,27 +1295,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1291
1295
  to: import("vue-router").RouteLocationRaw;
1292
1296
  pill: boolean;
1293
1297
  size: import("bootstrap-vue-next").Size;
1294
- underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
1295
- underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
1296
- underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
1297
- underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
1298
- underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
1298
+ target: import("bootstrap-vue-next").LinkTarget;
1299
+ replace: boolean;
1300
+ tag: string;
1301
+ type: import("bootstrap-vue-next").ButtonType;
1302
+ href: string;
1303
+ routerComponentName: string;
1299
1304
  active: boolean;
1300
1305
  activeClass: string;
1301
1306
  exactActiveClass: string;
1302
- href: string;
1303
- icon: boolean;
1307
+ rel: string;
1308
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
1304
1309
  opacity: import("bootstrap-vue-next").LinkOpacity;
1305
1310
  opacityHover: import("bootstrap-vue-next").LinkOpacity;
1306
- rel: string;
1307
- replace: boolean;
1308
- routerComponentName: string;
1311
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
1312
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
1313
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
1314
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
1315
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
1316
+ icon: boolean;
1309
1317
  routerTag: string;
1310
1318
  stretched: boolean;
1311
- target: import("bootstrap-vue-next").LinkTarget;
1312
- variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
1313
- type: import("bootstrap-vue-next").ButtonType;
1314
- tag: string;
1315
1319
  loading: boolean;
1316
1320
  loadingFill: boolean;
1317
1321
  loadingText: string;
@@ -1341,27 +1345,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1341
1345
  to: import("vue-router").RouteLocationRaw;
1342
1346
  pill: boolean;
1343
1347
  size: import("bootstrap-vue-next").Size;
1344
- underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
1345
- underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
1346
- underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
1347
- underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
1348
- underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
1348
+ target: import("bootstrap-vue-next").LinkTarget;
1349
+ replace: boolean;
1350
+ tag: string;
1351
+ type: import("bootstrap-vue-next").ButtonType;
1352
+ href: string;
1353
+ routerComponentName: string;
1349
1354
  active: boolean;
1350
1355
  activeClass: string;
1351
1356
  exactActiveClass: string;
1352
- href: string;
1353
- icon: boolean;
1357
+ rel: string;
1358
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
1354
1359
  opacity: import("bootstrap-vue-next").LinkOpacity;
1355
1360
  opacityHover: import("bootstrap-vue-next").LinkOpacity;
1356
- rel: string;
1357
- replace: boolean;
1358
- routerComponentName: string;
1361
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
1362
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
1363
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
1364
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
1365
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
1366
+ icon: boolean;
1359
1367
  routerTag: string;
1360
1368
  stretched: boolean;
1361
- target: import("bootstrap-vue-next").LinkTarget;
1362
- variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
1363
- type: import("bootstrap-vue-next").ButtonType;
1364
- tag: string;
1365
1369
  loading: boolean;
1366
1370
  loadingFill: boolean;
1367
1371
  loadingText: string;
@@ -1373,19 +1377,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1373
1377
  to?: import("vue-router").RouteLocationRaw | undefined;
1374
1378
  pill?: boolean | undefined;
1375
1379
  size?: import("bootstrap-vue-next").Size | undefined;
1380
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
1381
+ replace?: boolean | undefined;
1382
+ tag?: string | undefined;
1383
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
1384
+ href?: string | undefined;
1385
+ routerComponentName?: string | undefined;
1386
+ active?: boolean | undefined;
1387
+ activeClass?: string | undefined;
1388
+ exactActiveClass?: string | undefined;
1389
+ rel?: string | undefined;
1390
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
1391
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
1392
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
1393
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
1376
1394
  underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
1377
1395
  underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
1378
1396
  underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
1379
1397
  underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
1380
- underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
1381
- active?: boolean | undefined;
1382
- activeClass?: string | undefined;
1383
- exactActiveClass?: string | undefined;
1384
- href?: string | undefined;
1385
1398
  icon?: boolean | undefined;
1386
1399
  noRel?: boolean | undefined;
1387
- opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
1388
- opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
1389
1400
  prefetch?: boolean | undefined;
1390
1401
  prefetchOn?: Partial<{
1391
1402
  visibility: boolean;
@@ -1393,15 +1404,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1393
1404
  }> | undefined;
1394
1405
  noPrefetch?: boolean | undefined;
1395
1406
  prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1396
- rel?: string | undefined;
1397
- replace?: boolean | undefined;
1398
- routerComponentName?: string | undefined;
1399
1407
  routerTag?: string | undefined;
1400
1408
  stretched?: boolean | undefined;
1401
- target?: import("bootstrap-vue-next").LinkTarget | undefined;
1402
- variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
1403
- type?: import("bootstrap-vue-next").ButtonType | undefined;
1404
- tag?: string | undefined;
1405
1409
  loading?: boolean | undefined;
1406
1410
  loadingFill?: boolean | undefined;
1407
1411
  loadingText?: string | undefined;
@@ -1409,7 +1413,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1409
1413
  }> & Readonly<{
1410
1414
  onClick?: ((value: MouseEvent) => any) | undefined;
1411
1415
  "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
1412
- }>, "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 & {} & {
1416
+ }>, "disabled" | "to" | "pill" | "size" | "target" | "replace" | "tag" | "type" | "href" | "routerComponentName" | "active" | "activeClass" | "exactActiveClass" | "rel" | "variant" | "opacity" | "opacityHover" | "underlineVariant" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "icon" | "routerTag" | "stretched" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
1413
1417
  $slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
1414
1418
  }) | null;
1415
1419
  _fallbackFocusElement: HTMLDivElement;
@@ -1450,6 +1454,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1450
1454
  footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
1451
1455
  footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
1452
1456
  fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
1457
+ headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
1453
1458
  headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1454
1459
  headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
1455
1460
  headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
@@ -1487,12 +1492,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1487
1492
  transProps?: Readonly<import("vue").TransitionProps>;
1488
1493
  visible?: boolean;
1489
1494
  }> & Readonly<{
1490
- onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1491
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1492
1495
  onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1493
1496
  onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1494
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1497
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1495
1498
  onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1499
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1500
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1496
1501
  "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1497
1502
  onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1498
1503
  onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
@@ -1511,46 +1516,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1511
1516
  body: string;
1512
1517
  id: string;
1513
1518
  size: import("bootstrap-vue-next").Size | "xl";
1514
- noBackdrop: boolean;
1515
- backdropFirst: boolean;
1516
- bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
1517
- bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1518
- bodyScrolling: boolean;
1519
+ unmountLazy: boolean;
1519
1520
  focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
1520
- footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1521
- headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1522
- headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1523
- headerCloseLabel: string;
1524
- headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
1525
- noCloseOnBackdrop: boolean;
1526
- noCloseOnEsc: boolean;
1527
- noHeader: boolean;
1528
- noTrap: boolean;
1529
- noHeaderClose: boolean;
1530
1521
  title: string;
1531
- teleportDisabled: boolean;
1532
- teleportTo: string | import("vue").RendererElement | null;
1533
- noFade: boolean;
1534
1522
  show: boolean;
1535
- bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1536
- bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1537
- footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1538
- footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
1539
- footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1540
- footerVariant: import("bootstrap-vue-next").ColorVariant | null;
1541
- headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1542
- headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
1543
- headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1544
- headerVariant: import("bootstrap-vue-next").ColorVariant | null;
1545
- titleTag: string;
1546
- lazy: boolean;
1547
- busy: boolean;
1548
- titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1549
1523
  initialAnimation: boolean;
1550
- unmountLazy: boolean;
1524
+ noFade: boolean;
1525
+ lazy: boolean;
1551
1526
  transProps: Readonly<import("vue").TransitionProps>;
1552
1527
  visible: boolean;
1528
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
1529
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1530
+ headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
1531
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1532
+ teleportTo: string | import("vue").RendererElement | null;
1533
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1534
+ teleportDisabled: boolean;
1535
+ backdropFirst: boolean;
1536
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1537
+ bodyScrolling: boolean;
1538
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1553
1539
  bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
1540
+ busy: boolean;
1554
1541
  buttonSize: import("bootstrap-vue-next").Size;
1555
1542
  cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1556
1543
  cancelDisabled: boolean;
@@ -1559,9 +1546,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1559
1546
  centered: boolean;
1560
1547
  contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1561
1548
  dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1549
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1550
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
1551
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1552
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1553
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
1562
1554
  fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
1555
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1556
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
1557
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1558
+ headerCloseLabel: string;
1559
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
1560
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1561
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
1562
+ noBackdrop: boolean;
1563
1563
  noFooter: boolean;
1564
+ noHeader: boolean;
1565
+ noHeaderClose: boolean;
1564
1566
  modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1567
+ noCloseOnBackdrop: boolean;
1568
+ noCloseOnEsc: boolean;
1569
+ noTrap: boolean;
1565
1570
  okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1566
1571
  okDisabled: boolean;
1567
1572
  okOnly: boolean;
@@ -1569,6 +1574,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1569
1574
  okVariant: import("bootstrap-vue-next").ButtonVariant | null;
1570
1575
  scrollable: boolean;
1571
1576
  titleVisuallyHidden: boolean;
1577
+ titleTag: string;
1572
1578
  }>;
1573
1579
  __isFragment?: never;
1574
1580
  __isTeleport?: never;
@@ -1603,6 +1609,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1603
1609
  footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
1604
1610
  footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
1605
1611
  fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
1612
+ headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
1606
1613
  headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1607
1614
  headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
1608
1615
  headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
@@ -1640,12 +1647,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1640
1647
  transProps?: Readonly<import("vue").TransitionProps>;
1641
1648
  visible?: boolean;
1642
1649
  }> & Readonly<{
1643
- onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1644
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1645
1650
  onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1646
1651
  onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1647
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1652
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1648
1653
  onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1654
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1655
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1649
1656
  "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1650
1657
  onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
1651
1658
  onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
@@ -1661,12 +1668,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1661
1668
  toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
1662
1669
  visible: import("vue").Ref<boolean, boolean>;
1663
1670
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1664
- close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1665
- show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1666
1671
  ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1667
1672
  cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1668
- hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1673
+ close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1669
1674
  toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1675
+ hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1676
+ show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1670
1677
  "show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1671
1678
  hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
1672
1679
  backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
@@ -1679,46 +1686,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1679
1686
  body: string;
1680
1687
  id: string;
1681
1688
  size: import("bootstrap-vue-next").Size | "xl";
1682
- noBackdrop: boolean;
1683
- backdropFirst: boolean;
1684
- bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
1685
- bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1686
- bodyScrolling: boolean;
1689
+ unmountLazy: boolean;
1687
1690
  focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
1688
- footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1689
- headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1690
- headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1691
- headerCloseLabel: string;
1692
- headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
1693
- noCloseOnBackdrop: boolean;
1694
- noCloseOnEsc: boolean;
1695
- noHeader: boolean;
1696
- noTrap: boolean;
1697
- noHeaderClose: boolean;
1698
1691
  title: string;
1699
- teleportDisabled: boolean;
1700
- teleportTo: string | import("vue").RendererElement | null;
1701
- noFade: boolean;
1702
1692
  show: boolean;
1703
- bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1704
- bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1705
- footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1706
- footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
1707
- footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1708
- footerVariant: import("bootstrap-vue-next").ColorVariant | null;
1709
- headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1710
- headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
1711
- headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1712
- headerVariant: import("bootstrap-vue-next").ColorVariant | null;
1713
- titleTag: string;
1714
- lazy: boolean;
1715
- busy: boolean;
1716
- titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1717
1693
  initialAnimation: boolean;
1718
- unmountLazy: boolean;
1694
+ noFade: boolean;
1695
+ lazy: boolean;
1719
1696
  transProps: Readonly<import("vue").TransitionProps>;
1720
1697
  visible: boolean;
1698
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
1699
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1700
+ headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
1701
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1702
+ teleportTo: string | import("vue").RendererElement | null;
1703
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1704
+ teleportDisabled: boolean;
1705
+ backdropFirst: boolean;
1706
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1707
+ bodyScrolling: boolean;
1708
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1721
1709
  bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
1710
+ busy: boolean;
1722
1711
  buttonSize: import("bootstrap-vue-next").Size;
1723
1712
  cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1724
1713
  cancelDisabled: boolean;
@@ -1727,16 +1716,35 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1727
1716
  centered: boolean;
1728
1717
  contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1729
1718
  dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1719
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1720
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
1721
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1722
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1723
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
1730
1724
  fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
1731
- noFooter: boolean;
1732
- modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1733
- okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1734
- okDisabled: boolean;
1735
- okOnly: boolean;
1736
- okTitle: string;
1737
- okVariant: import("bootstrap-vue-next").ButtonVariant | null;
1725
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
1726
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
1727
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1728
+ headerCloseLabel: string;
1729
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
1730
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
1731
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
1732
+ noBackdrop: boolean;
1733
+ noFooter: boolean;
1734
+ noHeader: boolean;
1735
+ noHeaderClose: boolean;
1736
+ modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1737
+ noCloseOnBackdrop: boolean;
1738
+ noCloseOnEsc: boolean;
1739
+ noTrap: boolean;
1740
+ okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
1741
+ okDisabled: boolean;
1742
+ okOnly: boolean;
1743
+ okTitle: string;
1744
+ okVariant: import("bootstrap-vue-next").ButtonVariant | null;
1738
1745
  scrollable: boolean;
1739
1746
  titleVisuallyHidden: boolean;
1747
+ titleTag: string;
1740
1748
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1741
1749
  $slots: Readonly<import("bootstrap-vue-next").BModalSlots> & import("bootstrap-vue-next").BModalSlots;
1742
1750
  });
@@ -1966,9 +1974,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1966
1974
  }>> & Readonly<{
1967
1975
  onCreated?: (item: AnalysisBucketFile) => any;
1968
1976
  onUpdated?: (item: AnalysisBucketFile) => any;
1969
- onDeleted?: (item: AnalysisBucketFile) => any;
1970
1977
  onCheck?: (_entity?: AnalysisBucketFile) => any;
1971
1978
  onResolved?: (_item: AnalysisBucketFile) => any;
1979
+ onDeleted?: (item: AnalysisBucketFile) => any;
1972
1980
  onFailed?: (item: Error) => any;
1973
1981
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1974
1982
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -2007,8 +2015,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2007
2015
  }>> & Readonly<{
2008
2016
  onCreated?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
2009
2017
  onUpdated?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
2010
- onDeleted?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
2011
2018
  onResolved?: (_item: import("@privateaim/core-kit").AnalysisBucket) => any;
2019
+ onDeleted?: (item: import("@privateaim/core-kit").AnalysisBucket) => any;
2012
2020
  onFailed?: (item: Error) => any;
2013
2021
  }>, {}, import("vue").SlotsType<import("../../../core").EntityManagerSlotsType<import("@privateaim/core-kit").AnalysisBucket>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2014
2022
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -4124,7 +4132,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4124
4132
  }>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
4125
4133
  modal: Ref<boolean, boolean>;
4126
4134
  toggleModal: () => void;
4127
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "deleted" | "analysisUpdated" | "failed" | "selected")[], "created" | "updated" | "deleted" | "analysisUpdated" | "failed" | "selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4135
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "analysisUpdated" | "deleted" | "failed" | "selected")[], "created" | "updated" | "analysisUpdated" | "deleted" | "failed" | "selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4128
4136
  entity: {
4129
4137
  type: PropType<Analysis>;
4130
4138
  required: true;
@@ -4402,8 +4410,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4402
4410
  }>> & Readonly<{
4403
4411
  onCreated?: (item: import("@privateaim/core-kit").AnalysisNode) => any;
4404
4412
  onUpdated?: (item: import("@privateaim/core-kit").AnalysisNode) => any;
4405
- onDeleted?: (item: import("@privateaim/core-kit").AnalysisNode) => any;
4406
4413
  onResolved?: (_item: import("@privateaim/core-kit").AnalysisNode) => any;
4414
+ onDeleted?: (item: import("@privateaim/core-kit").AnalysisNode) => any;
4407
4415
  onFailed?: (item: Error) => any;
4408
4416
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4409
4417
  FAnalysisNodes: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -4580,6 +4588,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4580
4588
  footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
4581
4589
  footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
4582
4590
  fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
4591
+ headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
4583
4592
  headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
4584
4593
  headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
4585
4594
  headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
@@ -4617,12 +4626,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4617
4626
  transProps?: Readonly<import("vue").TransitionProps>;
4618
4627
  visible?: boolean;
4619
4628
  }> & Readonly<{
4620
- onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
4621
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
4622
4629
  onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
4623
4630
  onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
4624
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
4631
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
4625
4632
  onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
4633
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
4634
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
4626
4635
  "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
4627
4636
  onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
4628
4637
  onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
@@ -4638,12 +4647,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4638
4647
  toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
4639
4648
  visible: import("vue").Ref<boolean, boolean>;
4640
4649
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4641
- close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
4642
- show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
4643
4650
  ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
4644
4651
  cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
4645
- hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
4652
+ close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
4646
4653
  toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
4654
+ hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
4655
+ show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
4647
4656
  "show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
4648
4657
  hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
4649
4658
  backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
@@ -4656,46 +4665,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4656
4665
  body: string;
4657
4666
  id: string;
4658
4667
  size: import("bootstrap-vue-next").Size | "xl";
4659
- noBackdrop: boolean;
4660
- backdropFirst: boolean;
4661
- bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
4662
- bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4663
- bodyScrolling: boolean;
4668
+ unmountLazy: boolean;
4664
4669
  focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
4665
- footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4666
- headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4667
- headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4668
- headerCloseLabel: string;
4669
- headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
4670
- noCloseOnBackdrop: boolean;
4671
- noCloseOnEsc: boolean;
4672
- noHeader: boolean;
4673
- noTrap: boolean;
4674
- noHeaderClose: boolean;
4675
4670
  title: string;
4676
- teleportDisabled: boolean;
4677
- teleportTo: string | import("vue").RendererElement | null;
4678
- noFade: boolean;
4679
4671
  show: boolean;
4680
- bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
4681
- bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
4682
- footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
4683
- footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
4684
- footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
4685
- footerVariant: import("bootstrap-vue-next").ColorVariant | null;
4686
- headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
4687
- headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
4688
- headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
4689
- headerVariant: import("bootstrap-vue-next").ColorVariant | null;
4690
- titleTag: string;
4691
- lazy: boolean;
4692
- busy: boolean;
4693
- titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4694
4672
  initialAnimation: boolean;
4695
- unmountLazy: boolean;
4673
+ noFade: boolean;
4674
+ lazy: boolean;
4696
4675
  transProps: Readonly<import("vue").TransitionProps>;
4697
4676
  visible: boolean;
4677
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
4678
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4679
+ headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
4680
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4681
+ teleportTo: string | import("vue").RendererElement | null;
4682
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4683
+ teleportDisabled: boolean;
4684
+ backdropFirst: boolean;
4685
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
4686
+ bodyScrolling: boolean;
4687
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
4698
4688
  bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
4689
+ busy: boolean;
4699
4690
  buttonSize: import("bootstrap-vue-next").Size;
4700
4691
  cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4701
4692
  cancelDisabled: boolean;
@@ -4704,9 +4695,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4704
4695
  centered: boolean;
4705
4696
  contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4706
4697
  dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4698
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
4699
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
4700
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4701
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
4702
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
4707
4703
  fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
4704
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
4705
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
4706
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4707
+ headerCloseLabel: string;
4708
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
4709
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
4710
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
4711
+ noBackdrop: boolean;
4708
4712
  noFooter: boolean;
4713
+ noHeader: boolean;
4714
+ noHeaderClose: boolean;
4709
4715
  modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4716
+ noCloseOnBackdrop: boolean;
4717
+ noCloseOnEsc: boolean;
4718
+ noTrap: boolean;
4710
4719
  okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4711
4720
  okDisabled: boolean;
4712
4721
  okOnly: boolean;
@@ -4714,6 +4723,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4714
4723
  okVariant: import("bootstrap-vue-next").ButtonVariant | null;
4715
4724
  scrollable: boolean;
4716
4725
  titleVisuallyHidden: boolean;
4726
+ titleTag: string;
4717
4727
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
4718
4728
  _element: HTMLDivElement;
4719
4729
  _closeButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
@@ -4722,8 +4732,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4722
4732
  click: (value: MouseEvent) => any;
4723
4733
  }, import("vue").PublicProps, {
4724
4734
  disabled: boolean;
4725
- type: import("bootstrap-vue-next").ButtonType;
4726
4735
  ariaLabel: string;
4736
+ type: import("bootstrap-vue-next").ButtonType;
4727
4737
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLButtonElement, import("vue").ComponentProvideOptions, {
4728
4738
  P: {};
4729
4739
  B: {};
@@ -4735,8 +4745,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4735
4745
  onClick?: ((value: MouseEvent) => any) | undefined;
4736
4746
  }>, {}, {}, {}, {}, {
4737
4747
  disabled: boolean;
4738
- type: import("bootstrap-vue-next").ButtonType;
4739
4748
  ariaLabel: string;
4749
+ type: import("bootstrap-vue-next").ButtonType;
4740
4750
  }> | null;
4741
4751
  _cancelButton: ({
4742
4752
  $: import("vue").ComponentInternalInstance;
@@ -4747,19 +4757,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4747
4757
  readonly to?: import("vue-router").RouteLocationRaw | undefined;
4748
4758
  readonly pill?: boolean | undefined;
4749
4759
  readonly size?: import("bootstrap-vue-next").Size | undefined;
4760
+ readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
4761
+ readonly replace?: boolean | undefined;
4762
+ readonly tag?: string | undefined;
4763
+ readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
4764
+ readonly href?: string | undefined;
4765
+ readonly routerComponentName?: string | undefined;
4766
+ readonly active?: boolean | undefined;
4767
+ readonly activeClass?: string | undefined;
4768
+ readonly exactActiveClass?: string | undefined;
4769
+ readonly rel?: string | undefined;
4770
+ 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;
4771
+ readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
4772
+ readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
4773
+ readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
4750
4774
  readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
4751
4775
  readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
4752
4776
  readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
4753
4777
  readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
4754
- readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
4755
- readonly active?: boolean | undefined;
4756
- readonly activeClass?: string | undefined;
4757
- readonly exactActiveClass?: string | undefined;
4758
- readonly href?: string | undefined;
4759
4778
  readonly icon?: boolean | undefined;
4760
4779
  readonly noRel?: boolean | undefined;
4761
- readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
4762
- readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
4763
4780
  readonly prefetch?: boolean | undefined;
4764
4781
  readonly prefetchOn?: Partial<{
4765
4782
  visibility: boolean;
@@ -4767,15 +4784,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4767
4784
  }> | undefined;
4768
4785
  readonly noPrefetch?: boolean | undefined;
4769
4786
  readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4770
- readonly rel?: string | undefined;
4771
- readonly replace?: boolean | undefined;
4772
- readonly routerComponentName?: string | undefined;
4773
4787
  readonly routerTag?: string | undefined;
4774
4788
  readonly stretched?: boolean | undefined;
4775
- readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
4776
- 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;
4777
- readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
4778
- readonly tag?: string | undefined;
4779
4789
  readonly loading?: boolean | undefined;
4780
4790
  readonly loadingFill?: boolean | undefined;
4781
4791
  readonly loadingText?: string | undefined;
@@ -4806,19 +4816,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4806
4816
  to?: import("vue-router").RouteLocationRaw | undefined;
4807
4817
  pill?: boolean | undefined;
4808
4818
  size?: import("bootstrap-vue-next").Size | undefined;
4819
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
4820
+ replace?: boolean | undefined;
4821
+ tag?: string | undefined;
4822
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
4823
+ href?: string | undefined;
4824
+ routerComponentName?: string | undefined;
4825
+ active?: boolean | undefined;
4826
+ activeClass?: string | undefined;
4827
+ exactActiveClass?: string | undefined;
4828
+ rel?: string | undefined;
4829
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
4830
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
4831
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
4832
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
4809
4833
  underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
4810
4834
  underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
4811
4835
  underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
4812
4836
  underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
4813
- underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
4814
- active?: boolean | undefined;
4815
- activeClass?: string | undefined;
4816
- exactActiveClass?: string | undefined;
4817
- href?: string | undefined;
4818
4837
  icon?: boolean | undefined;
4819
4838
  noRel?: boolean | undefined;
4820
- opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
4821
- opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
4822
4839
  prefetch?: boolean | undefined;
4823
4840
  prefetchOn?: Partial<{
4824
4841
  visibility: boolean;
@@ -4826,15 +4843,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4826
4843
  }> | undefined;
4827
4844
  noPrefetch?: boolean | undefined;
4828
4845
  prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4829
- rel?: string | undefined;
4830
- replace?: boolean | undefined;
4831
- routerComponentName?: string | undefined;
4832
4846
  routerTag?: string | undefined;
4833
4847
  stretched?: boolean | undefined;
4834
- target?: import("bootstrap-vue-next").LinkTarget | undefined;
4835
- variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
4836
- type?: import("bootstrap-vue-next").ButtonType | undefined;
4837
- tag?: string | undefined;
4838
4848
  loading?: boolean | undefined;
4839
4849
  loadingFill?: boolean | undefined;
4840
4850
  loadingText?: string | undefined;
@@ -4850,27 +4860,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4850
4860
  to: import("vue-router").RouteLocationRaw;
4851
4861
  pill: boolean;
4852
4862
  size: import("bootstrap-vue-next").Size;
4853
- underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
4854
- underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
4855
- underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
4856
- underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
4857
- underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
4863
+ target: import("bootstrap-vue-next").LinkTarget;
4864
+ replace: boolean;
4865
+ tag: string;
4866
+ type: import("bootstrap-vue-next").ButtonType;
4867
+ href: string;
4868
+ routerComponentName: string;
4858
4869
  active: boolean;
4859
4870
  activeClass: string;
4860
4871
  exactActiveClass: string;
4861
- href: string;
4862
- icon: boolean;
4872
+ rel: string;
4873
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
4863
4874
  opacity: import("bootstrap-vue-next").LinkOpacity;
4864
4875
  opacityHover: import("bootstrap-vue-next").LinkOpacity;
4865
- rel: string;
4866
- replace: boolean;
4867
- routerComponentName: string;
4876
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
4877
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
4878
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
4879
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
4880
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
4881
+ icon: boolean;
4868
4882
  routerTag: string;
4869
4883
  stretched: boolean;
4870
- target: import("bootstrap-vue-next").LinkTarget;
4871
- variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
4872
- type: import("bootstrap-vue-next").ButtonType;
4873
- tag: string;
4874
4884
  loading: boolean;
4875
4885
  loadingFill: boolean;
4876
4886
  loadingText: string;
@@ -4900,27 +4910,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4900
4910
  to: import("vue-router").RouteLocationRaw;
4901
4911
  pill: boolean;
4902
4912
  size: import("bootstrap-vue-next").Size;
4903
- underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
4904
- underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
4905
- underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
4906
- underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
4907
- underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
4913
+ target: import("bootstrap-vue-next").LinkTarget;
4914
+ replace: boolean;
4915
+ tag: string;
4916
+ type: import("bootstrap-vue-next").ButtonType;
4917
+ href: string;
4918
+ routerComponentName: string;
4908
4919
  active: boolean;
4909
4920
  activeClass: string;
4910
4921
  exactActiveClass: string;
4911
- href: string;
4912
- icon: boolean;
4922
+ rel: string;
4923
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
4913
4924
  opacity: import("bootstrap-vue-next").LinkOpacity;
4914
4925
  opacityHover: import("bootstrap-vue-next").LinkOpacity;
4915
- rel: string;
4916
- replace: boolean;
4917
- routerComponentName: string;
4926
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
4927
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
4928
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
4929
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
4930
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
4931
+ icon: boolean;
4918
4932
  routerTag: string;
4919
4933
  stretched: boolean;
4920
- target: import("bootstrap-vue-next").LinkTarget;
4921
- variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
4922
- type: import("bootstrap-vue-next").ButtonType;
4923
- tag: string;
4924
4934
  loading: boolean;
4925
4935
  loadingFill: boolean;
4926
4936
  loadingText: string;
@@ -4932,19 +4942,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4932
4942
  to?: import("vue-router").RouteLocationRaw | undefined;
4933
4943
  pill?: boolean | undefined;
4934
4944
  size?: import("bootstrap-vue-next").Size | undefined;
4945
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
4946
+ replace?: boolean | undefined;
4947
+ tag?: string | undefined;
4948
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
4949
+ href?: string | undefined;
4950
+ routerComponentName?: string | undefined;
4951
+ active?: boolean | undefined;
4952
+ activeClass?: string | undefined;
4953
+ exactActiveClass?: string | undefined;
4954
+ rel?: string | undefined;
4955
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
4956
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
4957
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
4958
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
4935
4959
  underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
4936
4960
  underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
4937
4961
  underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
4938
4962
  underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
4939
- underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
4940
- active?: boolean | undefined;
4941
- activeClass?: string | undefined;
4942
- exactActiveClass?: string | undefined;
4943
- href?: string | undefined;
4944
4963
  icon?: boolean | undefined;
4945
4964
  noRel?: boolean | undefined;
4946
- opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
4947
- opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
4948
4965
  prefetch?: boolean | undefined;
4949
4966
  prefetchOn?: Partial<{
4950
4967
  visibility: boolean;
@@ -4952,15 +4969,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4952
4969
  }> | undefined;
4953
4970
  noPrefetch?: boolean | undefined;
4954
4971
  prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
4955
- rel?: string | undefined;
4956
- replace?: boolean | undefined;
4957
- routerComponentName?: string | undefined;
4958
4972
  routerTag?: string | undefined;
4959
4973
  stretched?: boolean | undefined;
4960
- target?: import("bootstrap-vue-next").LinkTarget | undefined;
4961
- variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
4962
- type?: import("bootstrap-vue-next").ButtonType | undefined;
4963
- tag?: string | undefined;
4964
4974
  loading?: boolean | undefined;
4965
4975
  loadingFill?: boolean | undefined;
4966
4976
  loadingText?: string | undefined;
@@ -4968,7 +4978,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4968
4978
  }> & Readonly<{
4969
4979
  onClick?: ((value: MouseEvent) => any) | undefined;
4970
4980
  "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
4971
- }>, "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 & {} & {
4981
+ }>, "disabled" | "to" | "pill" | "size" | "target" | "replace" | "tag" | "type" | "href" | "routerComponentName" | "active" | "activeClass" | "exactActiveClass" | "rel" | "variant" | "opacity" | "opacityHover" | "underlineVariant" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "icon" | "routerTag" | "stretched" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
4972
4982
  $slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
4973
4983
  }) | null;
4974
4984
  _okButton: ({
@@ -4980,19 +4990,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4980
4990
  readonly to?: import("vue-router").RouteLocationRaw | undefined;
4981
4991
  readonly pill?: boolean | undefined;
4982
4992
  readonly size?: import("bootstrap-vue-next").Size | undefined;
4983
- readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
4984
- readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
4985
- readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
4986
- readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
4987
- readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
4988
- readonly active?: boolean | undefined;
4989
- readonly activeClass?: string | undefined;
4990
- readonly exactActiveClass?: string | undefined;
4993
+ readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
4994
+ readonly replace?: boolean | undefined;
4995
+ readonly tag?: string | undefined;
4996
+ readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
4991
4997
  readonly href?: string | undefined;
4992
- readonly icon?: boolean | undefined;
4993
- readonly noRel?: boolean | undefined;
4998
+ readonly routerComponentName?: string | undefined;
4999
+ readonly active?: boolean | undefined;
5000
+ readonly activeClass?: string | undefined;
5001
+ readonly exactActiveClass?: string | undefined;
5002
+ readonly rel?: string | undefined;
5003
+ 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;
4994
5004
  readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
4995
5005
  readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
5006
+ readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
5007
+ readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
5008
+ readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
5009
+ readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
5010
+ readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
5011
+ readonly icon?: boolean | undefined;
5012
+ readonly noRel?: boolean | undefined;
4996
5013
  readonly prefetch?: boolean | undefined;
4997
5014
  readonly prefetchOn?: Partial<{
4998
5015
  visibility: boolean;
@@ -5000,15 +5017,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5000
5017
  }> | undefined;
5001
5018
  readonly noPrefetch?: boolean | undefined;
5002
5019
  readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5003
- readonly rel?: string | undefined;
5004
- readonly replace?: boolean | undefined;
5005
- readonly routerComponentName?: string | undefined;
5006
5020
  readonly routerTag?: string | undefined;
5007
5021
  readonly stretched?: boolean | undefined;
5008
- readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
5009
- 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;
5010
- readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
5011
- readonly tag?: string | undefined;
5012
5022
  readonly loading?: boolean | undefined;
5013
5023
  readonly loadingFill?: boolean | undefined;
5014
5024
  readonly loadingText?: string | undefined;
@@ -5039,19 +5049,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5039
5049
  to?: import("vue-router").RouteLocationRaw | undefined;
5040
5050
  pill?: boolean | undefined;
5041
5051
  size?: import("bootstrap-vue-next").Size | undefined;
5052
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
5053
+ replace?: boolean | undefined;
5054
+ tag?: string | undefined;
5055
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
5056
+ href?: string | undefined;
5057
+ routerComponentName?: string | undefined;
5058
+ active?: boolean | undefined;
5059
+ activeClass?: string | undefined;
5060
+ exactActiveClass?: string | undefined;
5061
+ rel?: string | undefined;
5062
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
5063
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
5064
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
5065
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
5042
5066
  underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
5043
5067
  underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
5044
5068
  underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
5045
5069
  underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
5046
- underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
5047
- active?: boolean | undefined;
5048
- activeClass?: string | undefined;
5049
- exactActiveClass?: string | undefined;
5050
- href?: string | undefined;
5051
5070
  icon?: boolean | undefined;
5052
5071
  noRel?: boolean | undefined;
5053
- opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
5054
- opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
5055
5072
  prefetch?: boolean | undefined;
5056
5073
  prefetchOn?: Partial<{
5057
5074
  visibility: boolean;
@@ -5059,15 +5076,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5059
5076
  }> | undefined;
5060
5077
  noPrefetch?: boolean | undefined;
5061
5078
  prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5062
- rel?: string | undefined;
5063
- replace?: boolean | undefined;
5064
- routerComponentName?: string | undefined;
5065
5079
  routerTag?: string | undefined;
5066
5080
  stretched?: boolean | undefined;
5067
- target?: import("bootstrap-vue-next").LinkTarget | undefined;
5068
- variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
5069
- type?: import("bootstrap-vue-next").ButtonType | undefined;
5070
- tag?: string | undefined;
5071
5081
  loading?: boolean | undefined;
5072
5082
  loadingFill?: boolean | undefined;
5073
5083
  loadingText?: string | undefined;
@@ -5083,27 +5093,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5083
5093
  to: import("vue-router").RouteLocationRaw;
5084
5094
  pill: boolean;
5085
5095
  size: import("bootstrap-vue-next").Size;
5086
- underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
5087
- underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
5088
- underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
5089
- underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
5090
- underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
5096
+ target: import("bootstrap-vue-next").LinkTarget;
5097
+ replace: boolean;
5098
+ tag: string;
5099
+ type: import("bootstrap-vue-next").ButtonType;
5100
+ href: string;
5101
+ routerComponentName: string;
5091
5102
  active: boolean;
5092
5103
  activeClass: string;
5093
5104
  exactActiveClass: string;
5094
- href: string;
5095
- icon: boolean;
5105
+ rel: string;
5106
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
5096
5107
  opacity: import("bootstrap-vue-next").LinkOpacity;
5097
5108
  opacityHover: import("bootstrap-vue-next").LinkOpacity;
5098
- rel: string;
5099
- replace: boolean;
5100
- routerComponentName: string;
5109
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
5110
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
5111
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
5112
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
5113
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
5114
+ icon: boolean;
5101
5115
  routerTag: string;
5102
5116
  stretched: boolean;
5103
- target: import("bootstrap-vue-next").LinkTarget;
5104
- variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
5105
- type: import("bootstrap-vue-next").ButtonType;
5106
- tag: string;
5107
5117
  loading: boolean;
5108
5118
  loadingFill: boolean;
5109
5119
  loadingText: string;
@@ -5133,27 +5143,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5133
5143
  to: import("vue-router").RouteLocationRaw;
5134
5144
  pill: boolean;
5135
5145
  size: import("bootstrap-vue-next").Size;
5136
- underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
5137
- underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
5138
- underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
5139
- underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
5140
- underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
5146
+ target: import("bootstrap-vue-next").LinkTarget;
5147
+ replace: boolean;
5148
+ tag: string;
5149
+ type: import("bootstrap-vue-next").ButtonType;
5150
+ href: string;
5151
+ routerComponentName: string;
5141
5152
  active: boolean;
5142
5153
  activeClass: string;
5143
5154
  exactActiveClass: string;
5144
- href: string;
5145
- icon: boolean;
5155
+ rel: string;
5156
+ variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
5146
5157
  opacity: import("bootstrap-vue-next").LinkOpacity;
5147
5158
  opacityHover: import("bootstrap-vue-next").LinkOpacity;
5148
- rel: string;
5149
- replace: boolean;
5150
- routerComponentName: string;
5159
+ underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
5160
+ underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
5161
+ underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
5162
+ underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
5163
+ underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
5164
+ icon: boolean;
5151
5165
  routerTag: string;
5152
5166
  stretched: boolean;
5153
- target: import("bootstrap-vue-next").LinkTarget;
5154
- variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
5155
- type: import("bootstrap-vue-next").ButtonType;
5156
- tag: string;
5157
5167
  loading: boolean;
5158
5168
  loadingFill: boolean;
5159
5169
  loadingText: string;
@@ -5165,19 +5175,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5165
5175
  to?: import("vue-router").RouteLocationRaw | undefined;
5166
5176
  pill?: boolean | undefined;
5167
5177
  size?: import("bootstrap-vue-next").Size | undefined;
5178
+ target?: import("bootstrap-vue-next").LinkTarget | undefined;
5179
+ replace?: boolean | undefined;
5180
+ tag?: string | undefined;
5181
+ type?: import("bootstrap-vue-next").ButtonType | undefined;
5182
+ href?: string | undefined;
5183
+ routerComponentName?: string | undefined;
5184
+ active?: boolean | undefined;
5185
+ activeClass?: string | undefined;
5186
+ exactActiveClass?: string | undefined;
5187
+ rel?: string | undefined;
5188
+ variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
5189
+ opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
5190
+ opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
5191
+ underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
5168
5192
  underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
5169
5193
  underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
5170
5194
  underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
5171
5195
  underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
5172
- underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
5173
- active?: boolean | undefined;
5174
- activeClass?: string | undefined;
5175
- exactActiveClass?: string | undefined;
5176
- href?: string | undefined;
5177
5196
  icon?: boolean | undefined;
5178
5197
  noRel?: boolean | undefined;
5179
- opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
5180
- opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
5181
5198
  prefetch?: boolean | undefined;
5182
5199
  prefetchOn?: Partial<{
5183
5200
  visibility: boolean;
@@ -5185,15 +5202,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5185
5202
  }> | undefined;
5186
5203
  noPrefetch?: boolean | undefined;
5187
5204
  prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5188
- rel?: string | undefined;
5189
- replace?: boolean | undefined;
5190
- routerComponentName?: string | undefined;
5191
5205
  routerTag?: string | undefined;
5192
5206
  stretched?: boolean | undefined;
5193
- target?: import("bootstrap-vue-next").LinkTarget | undefined;
5194
- variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
5195
- type?: import("bootstrap-vue-next").ButtonType | undefined;
5196
- tag?: string | undefined;
5197
5207
  loading?: boolean | undefined;
5198
5208
  loadingFill?: boolean | undefined;
5199
5209
  loadingText?: string | undefined;
@@ -5201,7 +5211,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5201
5211
  }> & Readonly<{
5202
5212
  onClick?: ((value: MouseEvent) => any) | undefined;
5203
5213
  "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
5204
- }>, "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 & {} & {
5214
+ }>, "disabled" | "to" | "pill" | "size" | "target" | "replace" | "tag" | "type" | "href" | "routerComponentName" | "active" | "activeClass" | "exactActiveClass" | "rel" | "variant" | "opacity" | "opacityHover" | "underlineVariant" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "icon" | "routerTag" | "stretched" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
5205
5215
  $slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
5206
5216
  }) | null;
5207
5217
  _fallbackFocusElement: HTMLDivElement;
@@ -5242,6 +5252,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5242
5252
  footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
5243
5253
  footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
5244
5254
  fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
5255
+ headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
5245
5256
  headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5246
5257
  headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
5247
5258
  headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
@@ -5279,12 +5290,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5279
5290
  transProps?: Readonly<import("vue").TransitionProps>;
5280
5291
  visible?: boolean;
5281
5292
  }> & Readonly<{
5282
- onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5283
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5284
5293
  onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5285
5294
  onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5286
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5295
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5287
5296
  onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5297
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5298
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5288
5299
  "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5289
5300
  onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5290
5301
  onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
@@ -5303,46 +5314,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5303
5314
  body: string;
5304
5315
  id: string;
5305
5316
  size: import("bootstrap-vue-next").Size | "xl";
5306
- noBackdrop: boolean;
5307
- backdropFirst: boolean;
5308
- bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
5309
- bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5310
- bodyScrolling: boolean;
5317
+ unmountLazy: boolean;
5311
5318
  focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
5312
- footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5313
- headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5314
- headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5315
- headerCloseLabel: string;
5316
- headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
5317
- noCloseOnBackdrop: boolean;
5318
- noCloseOnEsc: boolean;
5319
- noHeader: boolean;
5320
- noTrap: boolean;
5321
- noHeaderClose: boolean;
5322
5319
  title: string;
5323
- teleportDisabled: boolean;
5324
- teleportTo: string | import("vue").RendererElement | null;
5325
- noFade: boolean;
5326
5320
  show: boolean;
5327
- bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5328
- bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5329
- footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5330
- footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
5331
- footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5332
- footerVariant: import("bootstrap-vue-next").ColorVariant | null;
5333
- headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5334
- headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
5335
- headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5336
- headerVariant: import("bootstrap-vue-next").ColorVariant | null;
5337
- titleTag: string;
5338
- lazy: boolean;
5339
- busy: boolean;
5340
- titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5341
5321
  initialAnimation: boolean;
5342
- unmountLazy: boolean;
5322
+ noFade: boolean;
5323
+ lazy: boolean;
5343
5324
  transProps: Readonly<import("vue").TransitionProps>;
5344
5325
  visible: boolean;
5326
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
5327
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5328
+ headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
5329
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5330
+ teleportTo: string | import("vue").RendererElement | null;
5331
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5332
+ teleportDisabled: boolean;
5333
+ backdropFirst: boolean;
5334
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5335
+ bodyScrolling: boolean;
5336
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5345
5337
  bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
5338
+ busy: boolean;
5346
5339
  buttonSize: import("bootstrap-vue-next").Size;
5347
5340
  cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5348
5341
  cancelDisabled: boolean;
@@ -5351,9 +5344,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5351
5344
  centered: boolean;
5352
5345
  contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5353
5346
  dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5347
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5348
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
5349
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5350
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5351
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
5354
5352
  fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
5353
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5354
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
5355
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5356
+ headerCloseLabel: string;
5357
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
5358
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5359
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
5360
+ noBackdrop: boolean;
5355
5361
  noFooter: boolean;
5362
+ noHeader: boolean;
5363
+ noHeaderClose: boolean;
5356
5364
  modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5365
+ noCloseOnBackdrop: boolean;
5366
+ noCloseOnEsc: boolean;
5367
+ noTrap: boolean;
5357
5368
  okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5358
5369
  okDisabled: boolean;
5359
5370
  okOnly: boolean;
@@ -5361,6 +5372,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5361
5372
  okVariant: import("bootstrap-vue-next").ButtonVariant | null;
5362
5373
  scrollable: boolean;
5363
5374
  titleVisuallyHidden: boolean;
5375
+ titleTag: string;
5364
5376
  }>;
5365
5377
  __isFragment?: never;
5366
5378
  __isTeleport?: never;
@@ -5395,6 +5407,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5395
5407
  footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
5396
5408
  footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
5397
5409
  fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
5410
+ headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
5398
5411
  headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5399
5412
  headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
5400
5413
  headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
@@ -5432,12 +5445,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5432
5445
  transProps?: Readonly<import("vue").TransitionProps>;
5433
5446
  visible?: boolean;
5434
5447
  }> & Readonly<{
5435
- onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5436
- onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5437
5448
  onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5438
5449
  onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5439
- onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5450
+ onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5440
5451
  onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5452
+ onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5453
+ onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5441
5454
  "onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5442
5455
  onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
5443
5456
  onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
@@ -5453,12 +5466,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5453
5466
  toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
5454
5467
  visible: import("vue").Ref<boolean, boolean>;
5455
5468
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5456
- close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
5457
- show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
5458
5469
  ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
5459
5470
  cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
5460
- hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
5471
+ close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
5461
5472
  toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
5473
+ hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
5474
+ show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
5462
5475
  "show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
5463
5476
  hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
5464
5477
  backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
@@ -5471,46 +5484,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5471
5484
  body: string;
5472
5485
  id: string;
5473
5486
  size: import("bootstrap-vue-next").Size | "xl";
5474
- noBackdrop: boolean;
5475
- backdropFirst: boolean;
5476
- bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
5477
- bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5478
- bodyScrolling: boolean;
5487
+ unmountLazy: boolean;
5479
5488
  focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
5480
- footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5481
- headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5482
- headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5483
- headerCloseLabel: string;
5484
- headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
5485
- noCloseOnBackdrop: boolean;
5486
- noCloseOnEsc: boolean;
5487
- noHeader: boolean;
5488
- noTrap: boolean;
5489
- noHeaderClose: boolean;
5490
5489
  title: string;
5491
- teleportDisabled: boolean;
5492
- teleportTo: string | import("vue").RendererElement | null;
5493
- noFade: boolean;
5494
5490
  show: boolean;
5495
- bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5496
- bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5497
- footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5498
- footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
5499
- footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5500
- footerVariant: import("bootstrap-vue-next").ColorVariant | null;
5501
- headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5502
- headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
5503
- headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5504
- headerVariant: import("bootstrap-vue-next").ColorVariant | null;
5505
- titleTag: string;
5506
- lazy: boolean;
5507
- busy: boolean;
5508
- titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5509
5491
  initialAnimation: boolean;
5510
- unmountLazy: boolean;
5492
+ noFade: boolean;
5493
+ lazy: boolean;
5511
5494
  transProps: Readonly<import("vue").TransitionProps>;
5512
5495
  visible: boolean;
5496
+ bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
5497
+ bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5498
+ headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
5499
+ headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5500
+ teleportTo: string | import("vue").RendererElement | null;
5501
+ titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5502
+ teleportDisabled: boolean;
5503
+ backdropFirst: boolean;
5504
+ bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5505
+ bodyScrolling: boolean;
5506
+ bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5513
5507
  bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
5508
+ busy: boolean;
5514
5509
  buttonSize: import("bootstrap-vue-next").Size;
5515
5510
  cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5516
5511
  cancelDisabled: boolean;
@@ -5519,9 +5514,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5519
5514
  centered: boolean;
5520
5515
  contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5521
5516
  dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5517
+ footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5518
+ footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
5519
+ footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5520
+ footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5521
+ footerVariant: import("bootstrap-vue-next").ColorVariant | null;
5522
5522
  fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
5523
+ headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
5524
+ headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
5525
+ headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5526
+ headerCloseLabel: string;
5527
+ headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
5528
+ headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
5529
+ headerVariant: import("bootstrap-vue-next").ColorVariant | null;
5530
+ noBackdrop: boolean;
5523
5531
  noFooter: boolean;
5532
+ noHeader: boolean;
5533
+ noHeaderClose: boolean;
5524
5534
  modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5535
+ noCloseOnBackdrop: boolean;
5536
+ noCloseOnEsc: boolean;
5537
+ noTrap: boolean;
5525
5538
  okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
5526
5539
  okDisabled: boolean;
5527
5540
  okOnly: boolean;
@@ -5529,6 +5542,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5529
5542
  okVariant: import("bootstrap-vue-next").ButtonVariant | null;
5530
5543
  scrollable: boolean;
5531
5544
  titleVisuallyHidden: boolean;
5545
+ titleTag: string;
5532
5546
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5533
5547
  $slots: Readonly<import("bootstrap-vue-next").BModalSlots> & import("bootstrap-vue-next").BModalSlots;
5534
5548
  });