@privateaim/client-vue 0.8.6 → 0.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +3 -3
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts +15 -15
- package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisItem.d.ts +0 -17
- package/dist/components/analysis/FAnalysisItem.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts +6 -23
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +2183 -17
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts +1084 -1
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +1084 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts +15 -15
- package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +1084 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +1084 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-log/FAnalysisLog.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +1084 -1
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts +0 -17
- package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts.map +1 -1
- package/dist/components/login/FLoginForm.vue.d.ts +3 -3
- package/dist/components/login/FLoginForm.vue.d.ts.map +1 -1
- package/dist/components/project/FProjectCreator.vue.d.ts +10 -10
- package/dist/components/project/FProjectCreator.vue.d.ts.map +1 -1
- package/dist/components/project/FProjectItemCard.vue.d.ts +16 -16
- package/dist/components/project/FProjectItemCard.vue.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +1084 -1
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts +3 -3
- package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts.map +1 -1
- package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts +3 -3
- package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts.map +1 -1
- package/dist/core/http-client/setup.d.ts.map +1 -1
- package/dist/core/list/utils/handlers.d.ts.map +1 -1
- package/dist/index.cjs +332 -303
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +49 -0
- package/dist/index.mjs +334 -305
- package/dist/index.mjs.map +1 -1
- package/package.json +28 -28
|
@@ -764,7 +764,1090 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
764
764
|
direction: "in" | "out";
|
|
765
765
|
sourceId: string;
|
|
766
766
|
}, import("vue").SlotsType<import("../../../index.js").ListSlotsType<import("@privateaim/core-kit").AnalysisNode>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
767
|
-
BModal:
|
|
767
|
+
BModal: {
|
|
768
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
769
|
+
modelValue?: Exclude<import("bootstrap-vue-next").BModalProps["modelValue"], undefined>;
|
|
770
|
+
} & {
|
|
771
|
+
busy?: boolean;
|
|
772
|
+
size?: import("bootstrap-vue-next").Size | "xl";
|
|
773
|
+
body?: string;
|
|
774
|
+
title?: string;
|
|
775
|
+
id?: string;
|
|
776
|
+
autofocus?: boolean;
|
|
777
|
+
autofocusButton?: "ok" | "cancel" | "close";
|
|
778
|
+
backdropFirst?: boolean;
|
|
779
|
+
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
780
|
+
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
781
|
+
bodyClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
782
|
+
bodyScrolling?: boolean;
|
|
783
|
+
bodyTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
784
|
+
bodyVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
785
|
+
buttonSize?: import("bootstrap-vue-next").Size;
|
|
786
|
+
cancelDisabled?: boolean;
|
|
787
|
+
cancelTitle?: string;
|
|
788
|
+
cancelVariant?: import("bootstrap-vue-next").ButtonVariant | null;
|
|
789
|
+
centered?: boolean;
|
|
790
|
+
contentClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
791
|
+
dialogClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
792
|
+
footerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
793
|
+
footerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
794
|
+
footerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
795
|
+
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
796
|
+
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
797
|
+
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
798
|
+
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
799
|
+
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
800
|
+
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
801
|
+
headerCloseClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
802
|
+
headerCloseLabel?: string;
|
|
803
|
+
headerCloseVariant?: import("bootstrap-vue-next").ButtonVariant | null;
|
|
804
|
+
headerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
805
|
+
headerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
806
|
+
noBackdrop?: boolean;
|
|
807
|
+
noFooter?: boolean;
|
|
808
|
+
noHeader?: boolean;
|
|
809
|
+
noHeaderClose?: boolean;
|
|
810
|
+
modalClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
811
|
+
noCloseOnBackdrop?: boolean;
|
|
812
|
+
noCloseOnEsc?: boolean;
|
|
813
|
+
noTrap?: boolean;
|
|
814
|
+
noStacking?: boolean;
|
|
815
|
+
okDisabled?: boolean;
|
|
816
|
+
okOnly?: boolean;
|
|
817
|
+
okTitle?: string;
|
|
818
|
+
okVariant?: import("bootstrap-vue-next").ButtonVariant | null;
|
|
819
|
+
scrollable?: boolean;
|
|
820
|
+
titleClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
821
|
+
titleVisuallyHidden?: boolean;
|
|
822
|
+
titleTag?: string;
|
|
823
|
+
teleportDisabled?: import("vue").TeleportProps["disabled"];
|
|
824
|
+
teleportTo?: import("vue").TeleportProps["to"];
|
|
825
|
+
initialAnimation?: boolean;
|
|
826
|
+
noAnimation?: boolean;
|
|
827
|
+
noFade?: boolean;
|
|
828
|
+
lazy?: boolean;
|
|
829
|
+
unmountLazy?: boolean;
|
|
830
|
+
show?: boolean;
|
|
831
|
+
transProps?: Readonly<import("vue").TransitionProps>;
|
|
832
|
+
visible?: boolean;
|
|
833
|
+
}> & Readonly<{
|
|
834
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
835
|
+
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
836
|
+
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
837
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
838
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
839
|
+
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
840
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
841
|
+
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
842
|
+
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
843
|
+
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
844
|
+
onEsc?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
845
|
+
"onHide-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
846
|
+
"onToggle-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
847
|
+
onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
848
|
+
}>, {
|
|
849
|
+
hide: (trigger?: string) => void;
|
|
850
|
+
id: import("vue").ComputedRef<string>;
|
|
851
|
+
show: () => void;
|
|
852
|
+
toggle: () => void;
|
|
853
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
854
|
+
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
855
|
+
ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
856
|
+
cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
857
|
+
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
858
|
+
"update:modelValue": (value: boolean) => any;
|
|
859
|
+
toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
860
|
+
hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
861
|
+
"show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
862
|
+
hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
863
|
+
backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
864
|
+
esc: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
865
|
+
"hide-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
866
|
+
"toggle-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
867
|
+
shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
868
|
+
}, import("vue").PublicProps, {
|
|
869
|
+
body: string;
|
|
870
|
+
autofocus: boolean;
|
|
871
|
+
id: string;
|
|
872
|
+
size: import("bootstrap-vue-next").Size | "xl";
|
|
873
|
+
noBackdrop: boolean;
|
|
874
|
+
backdropFirst: boolean;
|
|
875
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
876
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
877
|
+
bodyScrolling: boolean;
|
|
878
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
879
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
880
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
881
|
+
headerCloseLabel: string;
|
|
882
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
883
|
+
noCloseOnBackdrop: boolean;
|
|
884
|
+
noCloseOnEsc: boolean;
|
|
885
|
+
noHeader: boolean;
|
|
886
|
+
noTrap: boolean;
|
|
887
|
+
noHeaderClose: boolean;
|
|
888
|
+
title: string;
|
|
889
|
+
teleportDisabled: boolean;
|
|
890
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
891
|
+
noFade: boolean;
|
|
892
|
+
show: boolean;
|
|
893
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
894
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
895
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
896
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
897
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
898
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
899
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
900
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
901
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
902
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
903
|
+
titleTag: string;
|
|
904
|
+
lazy: boolean;
|
|
905
|
+
busy: boolean;
|
|
906
|
+
initialAnimation: boolean;
|
|
907
|
+
unmountLazy: boolean;
|
|
908
|
+
transProps: Readonly<import("vue").TransitionProps>;
|
|
909
|
+
visible: boolean;
|
|
910
|
+
autofocusButton: "ok" | "cancel" | "close";
|
|
911
|
+
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
912
|
+
buttonSize: import("bootstrap-vue-next").Size;
|
|
913
|
+
cancelDisabled: boolean;
|
|
914
|
+
cancelTitle: string;
|
|
915
|
+
cancelVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
916
|
+
centered: boolean;
|
|
917
|
+
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
918
|
+
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
919
|
+
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
920
|
+
noFooter: boolean;
|
|
921
|
+
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
922
|
+
okDisabled: boolean;
|
|
923
|
+
okOnly: boolean;
|
|
924
|
+
okTitle: string;
|
|
925
|
+
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
926
|
+
scrollable: boolean;
|
|
927
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
928
|
+
titleVisuallyHidden: boolean;
|
|
929
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
|
930
|
+
_element: HTMLDivElement;
|
|
931
|
+
_cancelButton: ({
|
|
932
|
+
$: import("vue").ComponentInternalInstance;
|
|
933
|
+
$data: {};
|
|
934
|
+
$props: {
|
|
935
|
+
readonly pressed?: boolean | undefined;
|
|
936
|
+
readonly disabled?: boolean | undefined;
|
|
937
|
+
readonly to?: import("vue-router").RouteLocationRaw | undefined;
|
|
938
|
+
readonly pill?: boolean | undefined;
|
|
939
|
+
readonly size?: import("bootstrap-vue-next").Size | undefined;
|
|
940
|
+
readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
941
|
+
readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
942
|
+
readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
943
|
+
readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
944
|
+
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
945
|
+
readonly active?: boolean | undefined;
|
|
946
|
+
readonly activeClass?: string | undefined;
|
|
947
|
+
readonly exactActiveClass?: string | undefined;
|
|
948
|
+
readonly href?: string | undefined;
|
|
949
|
+
readonly icon?: boolean | undefined;
|
|
950
|
+
readonly noRel?: boolean | undefined;
|
|
951
|
+
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
952
|
+
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
953
|
+
readonly prefetch?: boolean | undefined;
|
|
954
|
+
readonly prefetchOn?: Partial<{
|
|
955
|
+
visibility: boolean;
|
|
956
|
+
interaction: boolean;
|
|
957
|
+
}> | undefined;
|
|
958
|
+
readonly noPrefetch?: boolean | undefined;
|
|
959
|
+
readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
960
|
+
readonly rel?: string | undefined;
|
|
961
|
+
readonly replace?: boolean | undefined;
|
|
962
|
+
readonly routerComponentName?: string | undefined;
|
|
963
|
+
readonly routerTag?: string | undefined;
|
|
964
|
+
readonly stretched?: boolean | undefined;
|
|
965
|
+
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
966
|
+
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;
|
|
967
|
+
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
968
|
+
readonly tag?: string | undefined;
|
|
969
|
+
readonly loading?: boolean | undefined;
|
|
970
|
+
readonly loadingFill?: boolean | undefined;
|
|
971
|
+
readonly loadingText?: string | undefined;
|
|
972
|
+
readonly squared?: boolean | undefined;
|
|
973
|
+
readonly onClick?: ((value: MouseEvent) => any) | undefined;
|
|
974
|
+
readonly "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
975
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
976
|
+
$attrs: {
|
|
977
|
+
[x: string]: unknown;
|
|
978
|
+
};
|
|
979
|
+
$refs: {
|
|
980
|
+
[x: string]: unknown;
|
|
981
|
+
} & {
|
|
982
|
+
_element: unknown;
|
|
983
|
+
};
|
|
984
|
+
$slots: Readonly<{
|
|
985
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
986
|
+
}>;
|
|
987
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
988
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
989
|
+
$host: Element | null;
|
|
990
|
+
$emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:pressed", value: boolean | undefined) => void);
|
|
991
|
+
$el: any;
|
|
992
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
993
|
+
pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
|
|
994
|
+
} & {
|
|
995
|
+
disabled?: boolean | undefined;
|
|
996
|
+
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
997
|
+
pill?: boolean | undefined;
|
|
998
|
+
size?: import("bootstrap-vue-next").Size | undefined;
|
|
999
|
+
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1000
|
+
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1001
|
+
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1002
|
+
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1003
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1004
|
+
active?: boolean | undefined;
|
|
1005
|
+
activeClass?: string | undefined;
|
|
1006
|
+
exactActiveClass?: string | undefined;
|
|
1007
|
+
href?: string | undefined;
|
|
1008
|
+
icon?: boolean | undefined;
|
|
1009
|
+
noRel?: boolean | undefined;
|
|
1010
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1011
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1012
|
+
prefetch?: boolean | undefined;
|
|
1013
|
+
prefetchOn?: Partial<{
|
|
1014
|
+
visibility: boolean;
|
|
1015
|
+
interaction: boolean;
|
|
1016
|
+
}> | undefined;
|
|
1017
|
+
noPrefetch?: boolean | undefined;
|
|
1018
|
+
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1019
|
+
rel?: string | undefined;
|
|
1020
|
+
replace?: boolean | undefined;
|
|
1021
|
+
routerComponentName?: string | undefined;
|
|
1022
|
+
routerTag?: string | undefined;
|
|
1023
|
+
stretched?: boolean | undefined;
|
|
1024
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1025
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1026
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1027
|
+
tag?: string | undefined;
|
|
1028
|
+
loading?: boolean | undefined;
|
|
1029
|
+
loadingFill?: boolean | undefined;
|
|
1030
|
+
loadingText?: string | undefined;
|
|
1031
|
+
squared?: boolean | undefined;
|
|
1032
|
+
}> & Readonly<{
|
|
1033
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1034
|
+
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1035
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1036
|
+
click: (value: MouseEvent) => any;
|
|
1037
|
+
"update:pressed": (value: boolean | undefined) => any;
|
|
1038
|
+
}, string, {
|
|
1039
|
+
disabled: boolean;
|
|
1040
|
+
to: import("vue-router").RouteLocationRaw;
|
|
1041
|
+
pill: boolean;
|
|
1042
|
+
size: import("bootstrap-vue-next").Size;
|
|
1043
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1044
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1045
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1046
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1047
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1048
|
+
active: boolean;
|
|
1049
|
+
activeClass: string;
|
|
1050
|
+
exactActiveClass: string;
|
|
1051
|
+
href: string;
|
|
1052
|
+
icon: boolean;
|
|
1053
|
+
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1054
|
+
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1055
|
+
rel: string;
|
|
1056
|
+
replace: boolean;
|
|
1057
|
+
routerComponentName: string;
|
|
1058
|
+
routerTag: string;
|
|
1059
|
+
stretched: boolean;
|
|
1060
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1061
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1062
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1063
|
+
tag: string;
|
|
1064
|
+
loading: boolean;
|
|
1065
|
+
loadingFill: boolean;
|
|
1066
|
+
loadingText: string;
|
|
1067
|
+
squared: boolean;
|
|
1068
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1069
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1070
|
+
created?: (() => void) | (() => void)[];
|
|
1071
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1072
|
+
mounted?: (() => void) | (() => void)[];
|
|
1073
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1074
|
+
updated?: (() => void) | (() => void)[];
|
|
1075
|
+
activated?: (() => void) | (() => void)[];
|
|
1076
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1077
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1078
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1079
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1080
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1081
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1082
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1083
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1084
|
+
};
|
|
1085
|
+
$forceUpdate: () => void;
|
|
1086
|
+
$nextTick: typeof import("vue").nextTick;
|
|
1087
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1088
|
+
} & Readonly<{
|
|
1089
|
+
disabled: boolean;
|
|
1090
|
+
to: import("vue-router").RouteLocationRaw;
|
|
1091
|
+
pill: boolean;
|
|
1092
|
+
size: import("bootstrap-vue-next").Size;
|
|
1093
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1094
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1095
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1096
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1097
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1098
|
+
active: boolean;
|
|
1099
|
+
activeClass: string;
|
|
1100
|
+
exactActiveClass: string;
|
|
1101
|
+
href: string;
|
|
1102
|
+
icon: boolean;
|
|
1103
|
+
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1104
|
+
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1105
|
+
rel: string;
|
|
1106
|
+
replace: boolean;
|
|
1107
|
+
routerComponentName: string;
|
|
1108
|
+
routerTag: string;
|
|
1109
|
+
stretched: boolean;
|
|
1110
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1111
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1112
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1113
|
+
tag: string;
|
|
1114
|
+
loading: boolean;
|
|
1115
|
+
loadingFill: boolean;
|
|
1116
|
+
loadingText: string;
|
|
1117
|
+
squared: boolean;
|
|
1118
|
+
}> & Omit<Readonly<{
|
|
1119
|
+
pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
|
|
1120
|
+
} & {
|
|
1121
|
+
disabled?: boolean | undefined;
|
|
1122
|
+
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1123
|
+
pill?: boolean | undefined;
|
|
1124
|
+
size?: import("bootstrap-vue-next").Size | undefined;
|
|
1125
|
+
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1126
|
+
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1127
|
+
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1128
|
+
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1129
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1130
|
+
active?: boolean | undefined;
|
|
1131
|
+
activeClass?: string | undefined;
|
|
1132
|
+
exactActiveClass?: string | undefined;
|
|
1133
|
+
href?: string | undefined;
|
|
1134
|
+
icon?: boolean | undefined;
|
|
1135
|
+
noRel?: boolean | undefined;
|
|
1136
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1137
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1138
|
+
prefetch?: boolean | undefined;
|
|
1139
|
+
prefetchOn?: Partial<{
|
|
1140
|
+
visibility: boolean;
|
|
1141
|
+
interaction: boolean;
|
|
1142
|
+
}> | undefined;
|
|
1143
|
+
noPrefetch?: boolean | undefined;
|
|
1144
|
+
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1145
|
+
rel?: string | undefined;
|
|
1146
|
+
replace?: boolean | undefined;
|
|
1147
|
+
routerComponentName?: string | undefined;
|
|
1148
|
+
routerTag?: string | undefined;
|
|
1149
|
+
stretched?: boolean | undefined;
|
|
1150
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1151
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1152
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1153
|
+
tag?: string | undefined;
|
|
1154
|
+
loading?: boolean | undefined;
|
|
1155
|
+
loadingFill?: boolean | undefined;
|
|
1156
|
+
loadingText?: string | undefined;
|
|
1157
|
+
squared?: boolean | undefined;
|
|
1158
|
+
}> & Readonly<{
|
|
1159
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1160
|
+
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1161
|
+
}>, "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 & {} & {
|
|
1162
|
+
$slots: Readonly<{
|
|
1163
|
+
default?: (props: Record<string, never>) => any;
|
|
1164
|
+
loading?: (props: Record<string, never>) => any;
|
|
1165
|
+
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
1166
|
+
}> & {
|
|
1167
|
+
default?: (props: Record<string, never>) => any;
|
|
1168
|
+
loading?: (props: Record<string, never>) => any;
|
|
1169
|
+
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
1170
|
+
};
|
|
1171
|
+
}) | null;
|
|
1172
|
+
_okButton: ({
|
|
1173
|
+
$: import("vue").ComponentInternalInstance;
|
|
1174
|
+
$data: {};
|
|
1175
|
+
$props: {
|
|
1176
|
+
readonly pressed?: boolean | undefined;
|
|
1177
|
+
readonly disabled?: boolean | undefined;
|
|
1178
|
+
readonly to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1179
|
+
readonly pill?: boolean | undefined;
|
|
1180
|
+
readonly size?: import("bootstrap-vue-next").Size | undefined;
|
|
1181
|
+
readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1182
|
+
readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1183
|
+
readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1184
|
+
readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1185
|
+
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1186
|
+
readonly active?: boolean | undefined;
|
|
1187
|
+
readonly activeClass?: string | undefined;
|
|
1188
|
+
readonly exactActiveClass?: string | undefined;
|
|
1189
|
+
readonly href?: string | undefined;
|
|
1190
|
+
readonly icon?: boolean | undefined;
|
|
1191
|
+
readonly noRel?: boolean | undefined;
|
|
1192
|
+
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1193
|
+
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1194
|
+
readonly prefetch?: boolean | undefined;
|
|
1195
|
+
readonly prefetchOn?: Partial<{
|
|
1196
|
+
visibility: boolean;
|
|
1197
|
+
interaction: boolean;
|
|
1198
|
+
}> | undefined;
|
|
1199
|
+
readonly noPrefetch?: boolean | undefined;
|
|
1200
|
+
readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1201
|
+
readonly rel?: string | undefined;
|
|
1202
|
+
readonly replace?: boolean | undefined;
|
|
1203
|
+
readonly routerComponentName?: string | undefined;
|
|
1204
|
+
readonly routerTag?: string | undefined;
|
|
1205
|
+
readonly stretched?: boolean | undefined;
|
|
1206
|
+
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1207
|
+
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;
|
|
1208
|
+
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1209
|
+
readonly tag?: string | undefined;
|
|
1210
|
+
readonly loading?: boolean | undefined;
|
|
1211
|
+
readonly loadingFill?: boolean | undefined;
|
|
1212
|
+
readonly loadingText?: string | undefined;
|
|
1213
|
+
readonly squared?: boolean | undefined;
|
|
1214
|
+
readonly onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1215
|
+
readonly "onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1216
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1217
|
+
$attrs: {
|
|
1218
|
+
[x: string]: unknown;
|
|
1219
|
+
};
|
|
1220
|
+
$refs: {
|
|
1221
|
+
[x: string]: unknown;
|
|
1222
|
+
} & {
|
|
1223
|
+
_element: unknown;
|
|
1224
|
+
};
|
|
1225
|
+
$slots: Readonly<{
|
|
1226
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
1227
|
+
}>;
|
|
1228
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
1229
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
1230
|
+
$host: Element | null;
|
|
1231
|
+
$emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:pressed", value: boolean | undefined) => void);
|
|
1232
|
+
$el: any;
|
|
1233
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1234
|
+
pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
|
|
1235
|
+
} & {
|
|
1236
|
+
disabled?: boolean | undefined;
|
|
1237
|
+
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1238
|
+
pill?: boolean | undefined;
|
|
1239
|
+
size?: import("bootstrap-vue-next").Size | undefined;
|
|
1240
|
+
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1241
|
+
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1242
|
+
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1243
|
+
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1244
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1245
|
+
active?: boolean | undefined;
|
|
1246
|
+
activeClass?: string | undefined;
|
|
1247
|
+
exactActiveClass?: string | undefined;
|
|
1248
|
+
href?: string | undefined;
|
|
1249
|
+
icon?: boolean | undefined;
|
|
1250
|
+
noRel?: boolean | undefined;
|
|
1251
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1252
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1253
|
+
prefetch?: boolean | undefined;
|
|
1254
|
+
prefetchOn?: Partial<{
|
|
1255
|
+
visibility: boolean;
|
|
1256
|
+
interaction: boolean;
|
|
1257
|
+
}> | undefined;
|
|
1258
|
+
noPrefetch?: boolean | undefined;
|
|
1259
|
+
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1260
|
+
rel?: string | undefined;
|
|
1261
|
+
replace?: boolean | undefined;
|
|
1262
|
+
routerComponentName?: string | undefined;
|
|
1263
|
+
routerTag?: string | undefined;
|
|
1264
|
+
stretched?: boolean | undefined;
|
|
1265
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1266
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1267
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1268
|
+
tag?: string | undefined;
|
|
1269
|
+
loading?: boolean | undefined;
|
|
1270
|
+
loadingFill?: boolean | undefined;
|
|
1271
|
+
loadingText?: string | undefined;
|
|
1272
|
+
squared?: boolean | undefined;
|
|
1273
|
+
}> & Readonly<{
|
|
1274
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1275
|
+
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1276
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1277
|
+
click: (value: MouseEvent) => any;
|
|
1278
|
+
"update:pressed": (value: boolean | undefined) => any;
|
|
1279
|
+
}, string, {
|
|
1280
|
+
disabled: boolean;
|
|
1281
|
+
to: import("vue-router").RouteLocationRaw;
|
|
1282
|
+
pill: boolean;
|
|
1283
|
+
size: import("bootstrap-vue-next").Size;
|
|
1284
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1285
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1286
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1287
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1288
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1289
|
+
active: boolean;
|
|
1290
|
+
activeClass: string;
|
|
1291
|
+
exactActiveClass: string;
|
|
1292
|
+
href: string;
|
|
1293
|
+
icon: boolean;
|
|
1294
|
+
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1295
|
+
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1296
|
+
rel: string;
|
|
1297
|
+
replace: boolean;
|
|
1298
|
+
routerComponentName: string;
|
|
1299
|
+
routerTag: string;
|
|
1300
|
+
stretched: boolean;
|
|
1301
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1302
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1303
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1304
|
+
tag: string;
|
|
1305
|
+
loading: boolean;
|
|
1306
|
+
loadingFill: boolean;
|
|
1307
|
+
loadingText: string;
|
|
1308
|
+
squared: boolean;
|
|
1309
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1310
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1311
|
+
created?: (() => void) | (() => void)[];
|
|
1312
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1313
|
+
mounted?: (() => void) | (() => void)[];
|
|
1314
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1315
|
+
updated?: (() => void) | (() => void)[];
|
|
1316
|
+
activated?: (() => void) | (() => void)[];
|
|
1317
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1318
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1319
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1320
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1321
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1322
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1323
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1324
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1325
|
+
};
|
|
1326
|
+
$forceUpdate: () => void;
|
|
1327
|
+
$nextTick: typeof import("vue").nextTick;
|
|
1328
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1329
|
+
} & Readonly<{
|
|
1330
|
+
disabled: boolean;
|
|
1331
|
+
to: import("vue-router").RouteLocationRaw;
|
|
1332
|
+
pill: boolean;
|
|
1333
|
+
size: import("bootstrap-vue-next").Size;
|
|
1334
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1335
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1336
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1337
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1338
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1339
|
+
active: boolean;
|
|
1340
|
+
activeClass: string;
|
|
1341
|
+
exactActiveClass: string;
|
|
1342
|
+
href: string;
|
|
1343
|
+
icon: boolean;
|
|
1344
|
+
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1345
|
+
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1346
|
+
rel: string;
|
|
1347
|
+
replace: boolean;
|
|
1348
|
+
routerComponentName: string;
|
|
1349
|
+
routerTag: string;
|
|
1350
|
+
stretched: boolean;
|
|
1351
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1352
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1353
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1354
|
+
tag: string;
|
|
1355
|
+
loading: boolean;
|
|
1356
|
+
loadingFill: boolean;
|
|
1357
|
+
loadingText: string;
|
|
1358
|
+
squared: boolean;
|
|
1359
|
+
}> & Omit<Readonly<{
|
|
1360
|
+
pressed?: import("bootstrap-vue-next").BButtonProps["pressed"];
|
|
1361
|
+
} & {
|
|
1362
|
+
disabled?: boolean | undefined;
|
|
1363
|
+
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1364
|
+
pill?: boolean | undefined;
|
|
1365
|
+
size?: import("bootstrap-vue-next").Size | undefined;
|
|
1366
|
+
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1367
|
+
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1368
|
+
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1369
|
+
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1370
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1371
|
+
active?: boolean | undefined;
|
|
1372
|
+
activeClass?: string | undefined;
|
|
1373
|
+
exactActiveClass?: string | undefined;
|
|
1374
|
+
href?: string | undefined;
|
|
1375
|
+
icon?: boolean | undefined;
|
|
1376
|
+
noRel?: boolean | undefined;
|
|
1377
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1378
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1379
|
+
prefetch?: boolean | undefined;
|
|
1380
|
+
prefetchOn?: Partial<{
|
|
1381
|
+
visibility: boolean;
|
|
1382
|
+
interaction: boolean;
|
|
1383
|
+
}> | undefined;
|
|
1384
|
+
noPrefetch?: boolean | undefined;
|
|
1385
|
+
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1386
|
+
rel?: string | undefined;
|
|
1387
|
+
replace?: boolean | undefined;
|
|
1388
|
+
routerComponentName?: string | undefined;
|
|
1389
|
+
routerTag?: string | undefined;
|
|
1390
|
+
stretched?: boolean | undefined;
|
|
1391
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1392
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1393
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1394
|
+
tag?: string | undefined;
|
|
1395
|
+
loading?: boolean | undefined;
|
|
1396
|
+
loadingFill?: boolean | undefined;
|
|
1397
|
+
loadingText?: string | undefined;
|
|
1398
|
+
squared?: boolean | undefined;
|
|
1399
|
+
}> & Readonly<{
|
|
1400
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1401
|
+
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1402
|
+
}>, "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 & {} & {
|
|
1403
|
+
$slots: Readonly<{
|
|
1404
|
+
default?: (props: Record<string, never>) => any;
|
|
1405
|
+
loading?: (props: Record<string, never>) => any;
|
|
1406
|
+
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
1407
|
+
}> & {
|
|
1408
|
+
default?: (props: Record<string, never>) => any;
|
|
1409
|
+
loading?: (props: Record<string, never>) => any;
|
|
1410
|
+
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
1411
|
+
};
|
|
1412
|
+
}) | null;
|
|
1413
|
+
_fallbackFocusElement: HTMLDivElement;
|
|
1414
|
+
}, any, import("vue").ComponentProvideOptions, {
|
|
1415
|
+
P: {};
|
|
1416
|
+
B: {};
|
|
1417
|
+
D: {};
|
|
1418
|
+
C: {};
|
|
1419
|
+
M: {};
|
|
1420
|
+
Defaults: {};
|
|
1421
|
+
}, Readonly<{
|
|
1422
|
+
modelValue?: Exclude<import("bootstrap-vue-next").BModalProps["modelValue"], undefined>;
|
|
1423
|
+
} & {
|
|
1424
|
+
busy?: boolean;
|
|
1425
|
+
size?: import("bootstrap-vue-next").Size | "xl";
|
|
1426
|
+
body?: string;
|
|
1427
|
+
title?: string;
|
|
1428
|
+
id?: string;
|
|
1429
|
+
autofocus?: boolean;
|
|
1430
|
+
autofocusButton?: "ok" | "cancel" | "close";
|
|
1431
|
+
backdropFirst?: boolean;
|
|
1432
|
+
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1433
|
+
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1434
|
+
bodyClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1435
|
+
bodyScrolling?: boolean;
|
|
1436
|
+
bodyTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1437
|
+
bodyVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1438
|
+
buttonSize?: import("bootstrap-vue-next").Size;
|
|
1439
|
+
cancelDisabled?: boolean;
|
|
1440
|
+
cancelTitle?: string;
|
|
1441
|
+
cancelVariant?: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1442
|
+
centered?: boolean;
|
|
1443
|
+
contentClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1444
|
+
dialogClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1445
|
+
footerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1446
|
+
footerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1447
|
+
footerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1448
|
+
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1449
|
+
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1450
|
+
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1451
|
+
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1452
|
+
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1453
|
+
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1454
|
+
headerCloseClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1455
|
+
headerCloseLabel?: string;
|
|
1456
|
+
headerCloseVariant?: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1457
|
+
headerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1458
|
+
headerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1459
|
+
noBackdrop?: boolean;
|
|
1460
|
+
noFooter?: boolean;
|
|
1461
|
+
noHeader?: boolean;
|
|
1462
|
+
noHeaderClose?: boolean;
|
|
1463
|
+
modalClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1464
|
+
noCloseOnBackdrop?: boolean;
|
|
1465
|
+
noCloseOnEsc?: boolean;
|
|
1466
|
+
noTrap?: boolean;
|
|
1467
|
+
noStacking?: boolean;
|
|
1468
|
+
okDisabled?: boolean;
|
|
1469
|
+
okOnly?: boolean;
|
|
1470
|
+
okTitle?: string;
|
|
1471
|
+
okVariant?: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1472
|
+
scrollable?: boolean;
|
|
1473
|
+
titleClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1474
|
+
titleVisuallyHidden?: boolean;
|
|
1475
|
+
titleTag?: string;
|
|
1476
|
+
teleportDisabled?: import("vue").TeleportProps["disabled"];
|
|
1477
|
+
teleportTo?: import("vue").TeleportProps["to"];
|
|
1478
|
+
initialAnimation?: boolean;
|
|
1479
|
+
noAnimation?: boolean;
|
|
1480
|
+
noFade?: boolean;
|
|
1481
|
+
lazy?: boolean;
|
|
1482
|
+
unmountLazy?: boolean;
|
|
1483
|
+
show?: boolean;
|
|
1484
|
+
transProps?: Readonly<import("vue").TransitionProps>;
|
|
1485
|
+
visible?: boolean;
|
|
1486
|
+
}> & Readonly<{
|
|
1487
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1488
|
+
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1489
|
+
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1490
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1491
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1492
|
+
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1493
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1494
|
+
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1495
|
+
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1496
|
+
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1497
|
+
onEsc?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1498
|
+
"onHide-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1499
|
+
"onToggle-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1500
|
+
onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1501
|
+
}>, {
|
|
1502
|
+
hide: (trigger?: string) => void;
|
|
1503
|
+
id: import("vue").ComputedRef<string>;
|
|
1504
|
+
show: () => void;
|
|
1505
|
+
toggle: () => void;
|
|
1506
|
+
}, {}, {}, {}, {
|
|
1507
|
+
body: string;
|
|
1508
|
+
autofocus: boolean;
|
|
1509
|
+
id: string;
|
|
1510
|
+
size: import("bootstrap-vue-next").Size | "xl";
|
|
1511
|
+
noBackdrop: boolean;
|
|
1512
|
+
backdropFirst: boolean;
|
|
1513
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1514
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1515
|
+
bodyScrolling: boolean;
|
|
1516
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1517
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1518
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1519
|
+
headerCloseLabel: string;
|
|
1520
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1521
|
+
noCloseOnBackdrop: boolean;
|
|
1522
|
+
noCloseOnEsc: boolean;
|
|
1523
|
+
noHeader: boolean;
|
|
1524
|
+
noTrap: boolean;
|
|
1525
|
+
noHeaderClose: boolean;
|
|
1526
|
+
title: string;
|
|
1527
|
+
teleportDisabled: boolean;
|
|
1528
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
1529
|
+
noFade: boolean;
|
|
1530
|
+
show: boolean;
|
|
1531
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1532
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1533
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1534
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1535
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1536
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1537
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1538
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1539
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1540
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1541
|
+
titleTag: string;
|
|
1542
|
+
lazy: boolean;
|
|
1543
|
+
busy: boolean;
|
|
1544
|
+
initialAnimation: boolean;
|
|
1545
|
+
unmountLazy: boolean;
|
|
1546
|
+
transProps: Readonly<import("vue").TransitionProps>;
|
|
1547
|
+
visible: boolean;
|
|
1548
|
+
autofocusButton: "ok" | "cancel" | "close";
|
|
1549
|
+
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1550
|
+
buttonSize: import("bootstrap-vue-next").Size;
|
|
1551
|
+
cancelDisabled: boolean;
|
|
1552
|
+
cancelTitle: string;
|
|
1553
|
+
cancelVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1554
|
+
centered: boolean;
|
|
1555
|
+
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1556
|
+
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1557
|
+
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1558
|
+
noFooter: boolean;
|
|
1559
|
+
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1560
|
+
okDisabled: boolean;
|
|
1561
|
+
okOnly: boolean;
|
|
1562
|
+
okTitle: string;
|
|
1563
|
+
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1564
|
+
scrollable: boolean;
|
|
1565
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1566
|
+
titleVisuallyHidden: boolean;
|
|
1567
|
+
}>;
|
|
1568
|
+
__isFragment?: never;
|
|
1569
|
+
__isTeleport?: never;
|
|
1570
|
+
__isSuspense?: never;
|
|
1571
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
1572
|
+
modelValue?: Exclude<import("bootstrap-vue-next").BModalProps["modelValue"], undefined>;
|
|
1573
|
+
} & {
|
|
1574
|
+
busy?: boolean;
|
|
1575
|
+
size?: import("bootstrap-vue-next").Size | "xl";
|
|
1576
|
+
body?: string;
|
|
1577
|
+
title?: string;
|
|
1578
|
+
id?: string;
|
|
1579
|
+
autofocus?: boolean;
|
|
1580
|
+
autofocusButton?: "ok" | "cancel" | "close";
|
|
1581
|
+
backdropFirst?: boolean;
|
|
1582
|
+
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1583
|
+
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1584
|
+
bodyClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1585
|
+
bodyScrolling?: boolean;
|
|
1586
|
+
bodyTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1587
|
+
bodyVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1588
|
+
buttonSize?: import("bootstrap-vue-next").Size;
|
|
1589
|
+
cancelDisabled?: boolean;
|
|
1590
|
+
cancelTitle?: string;
|
|
1591
|
+
cancelVariant?: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1592
|
+
centered?: boolean;
|
|
1593
|
+
contentClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1594
|
+
dialogClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1595
|
+
footerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1596
|
+
footerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1597
|
+
footerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1598
|
+
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1599
|
+
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1600
|
+
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1601
|
+
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1602
|
+
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1603
|
+
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1604
|
+
headerCloseClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1605
|
+
headerCloseLabel?: string;
|
|
1606
|
+
headerCloseVariant?: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1607
|
+
headerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1608
|
+
headerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1609
|
+
noBackdrop?: boolean;
|
|
1610
|
+
noFooter?: boolean;
|
|
1611
|
+
noHeader?: boolean;
|
|
1612
|
+
noHeaderClose?: boolean;
|
|
1613
|
+
modalClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1614
|
+
noCloseOnBackdrop?: boolean;
|
|
1615
|
+
noCloseOnEsc?: boolean;
|
|
1616
|
+
noTrap?: boolean;
|
|
1617
|
+
noStacking?: boolean;
|
|
1618
|
+
okDisabled?: boolean;
|
|
1619
|
+
okOnly?: boolean;
|
|
1620
|
+
okTitle?: string;
|
|
1621
|
+
okVariant?: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1622
|
+
scrollable?: boolean;
|
|
1623
|
+
titleClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1624
|
+
titleVisuallyHidden?: boolean;
|
|
1625
|
+
titleTag?: string;
|
|
1626
|
+
teleportDisabled?: import("vue").TeleportProps["disabled"];
|
|
1627
|
+
teleportTo?: import("vue").TeleportProps["to"];
|
|
1628
|
+
initialAnimation?: boolean;
|
|
1629
|
+
noAnimation?: boolean;
|
|
1630
|
+
noFade?: boolean;
|
|
1631
|
+
lazy?: boolean;
|
|
1632
|
+
unmountLazy?: boolean;
|
|
1633
|
+
show?: boolean;
|
|
1634
|
+
transProps?: Readonly<import("vue").TransitionProps>;
|
|
1635
|
+
visible?: boolean;
|
|
1636
|
+
}> & Readonly<{
|
|
1637
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1638
|
+
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1639
|
+
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1640
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1641
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1642
|
+
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1643
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1644
|
+
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1645
|
+
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1646
|
+
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1647
|
+
onEsc?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1648
|
+
"onHide-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1649
|
+
"onToggle-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1650
|
+
onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1651
|
+
}>, {
|
|
1652
|
+
hide: (trigger?: string) => void;
|
|
1653
|
+
id: import("vue").ComputedRef<string>;
|
|
1654
|
+
show: () => void;
|
|
1655
|
+
toggle: () => void;
|
|
1656
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1657
|
+
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1658
|
+
ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1659
|
+
cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1660
|
+
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1661
|
+
"update:modelValue": (value: boolean) => any;
|
|
1662
|
+
toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1663
|
+
hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1664
|
+
"show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1665
|
+
hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1666
|
+
backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1667
|
+
esc: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1668
|
+
"hide-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1669
|
+
"toggle-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1670
|
+
shown: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1671
|
+
}, string, {
|
|
1672
|
+
body: string;
|
|
1673
|
+
autofocus: boolean;
|
|
1674
|
+
id: string;
|
|
1675
|
+
size: import("bootstrap-vue-next").Size | "xl";
|
|
1676
|
+
noBackdrop: boolean;
|
|
1677
|
+
backdropFirst: boolean;
|
|
1678
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1679
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1680
|
+
bodyScrolling: boolean;
|
|
1681
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1682
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1683
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1684
|
+
headerCloseLabel: string;
|
|
1685
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1686
|
+
noCloseOnBackdrop: boolean;
|
|
1687
|
+
noCloseOnEsc: boolean;
|
|
1688
|
+
noHeader: boolean;
|
|
1689
|
+
noTrap: boolean;
|
|
1690
|
+
noHeaderClose: boolean;
|
|
1691
|
+
title: string;
|
|
1692
|
+
teleportDisabled: boolean;
|
|
1693
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
1694
|
+
noFade: boolean;
|
|
1695
|
+
show: boolean;
|
|
1696
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1697
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1698
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1699
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1700
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1701
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1702
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1703
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1704
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1705
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1706
|
+
titleTag: string;
|
|
1707
|
+
lazy: boolean;
|
|
1708
|
+
busy: boolean;
|
|
1709
|
+
initialAnimation: boolean;
|
|
1710
|
+
unmountLazy: boolean;
|
|
1711
|
+
transProps: Readonly<import("vue").TransitionProps>;
|
|
1712
|
+
visible: boolean;
|
|
1713
|
+
autofocusButton: "ok" | "cancel" | "close";
|
|
1714
|
+
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1715
|
+
buttonSize: import("bootstrap-vue-next").Size;
|
|
1716
|
+
cancelDisabled: boolean;
|
|
1717
|
+
cancelTitle: string;
|
|
1718
|
+
cancelVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1719
|
+
centered: boolean;
|
|
1720
|
+
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1721
|
+
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1722
|
+
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1723
|
+
noFooter: boolean;
|
|
1724
|
+
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1725
|
+
okDisabled: boolean;
|
|
1726
|
+
okOnly: boolean;
|
|
1727
|
+
okTitle: string;
|
|
1728
|
+
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1729
|
+
scrollable: boolean;
|
|
1730
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1731
|
+
titleVisuallyHidden: boolean;
|
|
1732
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1733
|
+
$slots: Readonly<{
|
|
1734
|
+
backdrop?: (props: {
|
|
1735
|
+
cancel: () => void;
|
|
1736
|
+
close: () => void;
|
|
1737
|
+
hide: (trigger?: string) => void;
|
|
1738
|
+
ok: () => void;
|
|
1739
|
+
active: boolean;
|
|
1740
|
+
visible: boolean;
|
|
1741
|
+
}) => any;
|
|
1742
|
+
cancel?: (props: {
|
|
1743
|
+
cancel: () => void;
|
|
1744
|
+
close: () => void;
|
|
1745
|
+
hide: (trigger?: string) => void;
|
|
1746
|
+
ok: () => void;
|
|
1747
|
+
active: boolean;
|
|
1748
|
+
visible: boolean;
|
|
1749
|
+
}) => any;
|
|
1750
|
+
default?: (props: {
|
|
1751
|
+
cancel: () => void;
|
|
1752
|
+
close: () => void;
|
|
1753
|
+
hide: (trigger?: string) => void;
|
|
1754
|
+
ok: () => void;
|
|
1755
|
+
active: boolean;
|
|
1756
|
+
visible: boolean;
|
|
1757
|
+
}) => any;
|
|
1758
|
+
footer?: (props: {
|
|
1759
|
+
cancel: () => void;
|
|
1760
|
+
close: () => void;
|
|
1761
|
+
hide: (trigger?: string) => void;
|
|
1762
|
+
ok: () => void;
|
|
1763
|
+
active: boolean;
|
|
1764
|
+
visible: boolean;
|
|
1765
|
+
}) => any;
|
|
1766
|
+
header?: (props: {
|
|
1767
|
+
cancel: () => void;
|
|
1768
|
+
close: () => void;
|
|
1769
|
+
hide: (trigger?: string) => void;
|
|
1770
|
+
ok: () => void;
|
|
1771
|
+
active: boolean;
|
|
1772
|
+
visible: boolean;
|
|
1773
|
+
}) => any;
|
|
1774
|
+
'header-close'?: (props: Record<string, never>) => any;
|
|
1775
|
+
ok?: (props: {
|
|
1776
|
+
cancel: () => void;
|
|
1777
|
+
close: () => void;
|
|
1778
|
+
hide: (trigger?: string) => void;
|
|
1779
|
+
ok: () => void;
|
|
1780
|
+
active: boolean;
|
|
1781
|
+
visible: boolean;
|
|
1782
|
+
}) => any;
|
|
1783
|
+
title?: (props: {
|
|
1784
|
+
cancel: () => void;
|
|
1785
|
+
close: () => void;
|
|
1786
|
+
hide: (trigger?: string) => void;
|
|
1787
|
+
ok: () => void;
|
|
1788
|
+
active: boolean;
|
|
1789
|
+
visible: boolean;
|
|
1790
|
+
}) => any;
|
|
1791
|
+
}> & {
|
|
1792
|
+
backdrop?: (props: {
|
|
1793
|
+
cancel: () => void;
|
|
1794
|
+
close: () => void;
|
|
1795
|
+
hide: (trigger?: string) => void;
|
|
1796
|
+
ok: () => void;
|
|
1797
|
+
active: boolean;
|
|
1798
|
+
visible: boolean;
|
|
1799
|
+
}) => any;
|
|
1800
|
+
cancel?: (props: {
|
|
1801
|
+
cancel: () => void;
|
|
1802
|
+
close: () => void;
|
|
1803
|
+
hide: (trigger?: string) => void;
|
|
1804
|
+
ok: () => void;
|
|
1805
|
+
active: boolean;
|
|
1806
|
+
visible: boolean;
|
|
1807
|
+
}) => any;
|
|
1808
|
+
default?: (props: {
|
|
1809
|
+
cancel: () => void;
|
|
1810
|
+
close: () => void;
|
|
1811
|
+
hide: (trigger?: string) => void;
|
|
1812
|
+
ok: () => void;
|
|
1813
|
+
active: boolean;
|
|
1814
|
+
visible: boolean;
|
|
1815
|
+
}) => any;
|
|
1816
|
+
footer?: (props: {
|
|
1817
|
+
cancel: () => void;
|
|
1818
|
+
close: () => void;
|
|
1819
|
+
hide: (trigger?: string) => void;
|
|
1820
|
+
ok: () => void;
|
|
1821
|
+
active: boolean;
|
|
1822
|
+
visible: boolean;
|
|
1823
|
+
}) => any;
|
|
1824
|
+
header?: (props: {
|
|
1825
|
+
cancel: () => void;
|
|
1826
|
+
close: () => void;
|
|
1827
|
+
hide: (trigger?: string) => void;
|
|
1828
|
+
ok: () => void;
|
|
1829
|
+
active: boolean;
|
|
1830
|
+
visible: boolean;
|
|
1831
|
+
}) => any;
|
|
1832
|
+
'header-close'?: (props: Record<string, never>) => any;
|
|
1833
|
+
ok?: (props: {
|
|
1834
|
+
cancel: () => void;
|
|
1835
|
+
close: () => void;
|
|
1836
|
+
hide: (trigger?: string) => void;
|
|
1837
|
+
ok: () => void;
|
|
1838
|
+
active: boolean;
|
|
1839
|
+
visible: boolean;
|
|
1840
|
+
}) => any;
|
|
1841
|
+
title?: (props: {
|
|
1842
|
+
cancel: () => void;
|
|
1843
|
+
close: () => void;
|
|
1844
|
+
hide: (trigger?: string) => void;
|
|
1845
|
+
ok: () => void;
|
|
1846
|
+
active: boolean;
|
|
1847
|
+
visible: boolean;
|
|
1848
|
+
}) => any;
|
|
1849
|
+
};
|
|
1850
|
+
});
|
|
768
1851
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
769
1852
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
770
1853
|
export default _default;
|