@privateaim/client-vue 0.8.16 → 0.8.18
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/FAnalysis.d.ts +1 -1
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +548 -534
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts +264 -258
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +269 -263
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +267 -261
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts +4 -2
- package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket/FAnalysisBucket.d.ts +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +265 -259
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileUpload.vue.d.ts.map +1 -1
- package/dist/components/analysis-log/FAnalysisLogs.vue.d.ts +57 -0
- package/dist/components/analysis-log/FAnalysisLogs.vue.d.ts.map +1 -0
- package/dist/components/analysis-log/index.d.ts +1 -1
- package/dist/components/analysis-log/index.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNode.d.ts +1 -1
- package/dist/components/analysis-node/FAnalysisNodeAssignAction.d.ts +1 -1
- package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts +1 -1
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +267 -261
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-permission/FAnalysisPermissionAssignment.d.ts +1 -1
- package/dist/components/event/FEvents.vue.d.ts +25 -1
- package/dist/components/event/FEvents.vue.d.ts.map +1 -1
- package/dist/components/log/FLogs.vue.d.ts +12 -12
- package/dist/components/master-image/FMasterImage.d.ts +1 -1
- package/dist/components/master-image/FMasterImagePicker.d.ts.map +1 -1
- package/dist/components/master-image/FMasterImagesSync.d.ts +2 -1
- package/dist/components/master-image/FMasterImagesSync.d.ts.map +1 -1
- package/dist/components/node/FNodeForm.d.ts +1 -1
- package/dist/components/project/FProject.d.ts +1 -1
- package/dist/components/project/FProjectForm.d.ts +1 -1
- package/dist/components/project/FProjectForm.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNode.d.ts +1 -1
- package/dist/components/project-node/FProjectNodeAssignAction.d.ts +1 -1
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +264 -258
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/registry/FRegistryForm.d.ts +1 -1
- package/dist/components/registry-project/FRegistryProject.d.ts +1 -1
- package/dist/core/entity-socket/module.d.ts.map +1 -1
- package/dist/core/entity-socket/type.d.ts +1 -0
- package/dist/core/entity-socket/type.d.ts.map +1 -1
- package/dist/core/list/module.d.ts.map +1 -1
- package/dist/core/list/utils/handlers.d.ts +23 -5
- package/dist/core/list/utils/handlers.d.ts.map +1 -1
- package/dist/index.cjs +1417 -1273
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.mjs +1420 -1274
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
- package/dist/components/analysis-log/FAnalysisLogs.d.ts +0 -25
- package/dist/components/analysis-log/FAnalysisLogs.d.ts.map +0 -1
|
@@ -575,7 +575,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
575
575
|
}>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
576
576
|
modal: import("vue").Ref<boolean, boolean>;
|
|
577
577
|
toggleModal: () => void;
|
|
578
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "
|
|
578
|
+
}, {}, {}, {}, 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<{
|
|
579
579
|
entity: {
|
|
580
580
|
type: PropType<Analysis>;
|
|
581
581
|
required: true;
|
|
@@ -853,8 +853,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
853
853
|
}>> & Readonly<{
|
|
854
854
|
onCreated?: (item: AnalysisNode) => any;
|
|
855
855
|
onUpdated?: (item: AnalysisNode) => any;
|
|
856
|
-
onDeleted?: (item: AnalysisNode) => any;
|
|
857
856
|
onResolved?: (_item: AnalysisNode) => any;
|
|
857
|
+
onDeleted?: (item: AnalysisNode) => any;
|
|
858
858
|
onFailed?: (item: Error) => any;
|
|
859
859
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
860
860
|
FAnalysisNodes: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1031,6 +1031,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1031
1031
|
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1032
1032
|
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1033
1033
|
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1034
|
+
headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1034
1035
|
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1035
1036
|
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1036
1037
|
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
@@ -1068,12 +1069,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1068
1069
|
transProps?: Readonly<import("vue").TransitionProps>;
|
|
1069
1070
|
visible?: boolean;
|
|
1070
1071
|
}> & Readonly<{
|
|
1071
|
-
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1072
|
-
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1073
1072
|
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1074
1073
|
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1075
|
-
|
|
1074
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1076
1075
|
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1076
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1077
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1077
1078
|
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1078
1079
|
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1079
1080
|
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
@@ -1089,12 +1090,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1089
1090
|
toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
1090
1091
|
visible: import("vue").Ref<boolean, boolean>;
|
|
1091
1092
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1092
|
-
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1093
|
-
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1094
1093
|
ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1095
1094
|
cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1096
|
-
|
|
1095
|
+
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1097
1096
|
toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1097
|
+
hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1098
|
+
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1098
1099
|
"show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1099
1100
|
hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1100
1101
|
backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
@@ -1107,46 +1108,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1107
1108
|
body: string;
|
|
1108
1109
|
id: string;
|
|
1109
1110
|
size: import("bootstrap-vue-next").Size | "xl";
|
|
1110
|
-
|
|
1111
|
-
backdropFirst: boolean;
|
|
1112
|
-
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1113
|
-
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1114
|
-
bodyScrolling: boolean;
|
|
1111
|
+
unmountLazy: boolean;
|
|
1115
1112
|
focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1116
|
-
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1117
|
-
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1118
|
-
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1119
|
-
headerCloseLabel: string;
|
|
1120
|
-
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1121
|
-
noCloseOnBackdrop: boolean;
|
|
1122
|
-
noCloseOnEsc: boolean;
|
|
1123
|
-
noHeader: boolean;
|
|
1124
|
-
noTrap: boolean;
|
|
1125
|
-
noHeaderClose: boolean;
|
|
1126
1113
|
title: string;
|
|
1127
|
-
teleportDisabled: boolean;
|
|
1128
|
-
teleportTo: string | import("vue").RendererElement | null;
|
|
1129
|
-
noFade: boolean;
|
|
1130
1114
|
show: boolean;
|
|
1131
|
-
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1132
|
-
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1133
|
-
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1134
|
-
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1135
|
-
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1136
|
-
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1137
|
-
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1138
|
-
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1139
|
-
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1140
|
-
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1141
|
-
titleTag: string;
|
|
1142
|
-
lazy: boolean;
|
|
1143
|
-
busy: boolean;
|
|
1144
|
-
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1145
1115
|
initialAnimation: boolean;
|
|
1146
|
-
|
|
1116
|
+
noFade: boolean;
|
|
1117
|
+
lazy: boolean;
|
|
1147
1118
|
transProps: Readonly<import("vue").TransitionProps>;
|
|
1148
1119
|
visible: boolean;
|
|
1120
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1121
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1122
|
+
headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1123
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1124
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
1125
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1126
|
+
teleportDisabled: boolean;
|
|
1127
|
+
backdropFirst: boolean;
|
|
1128
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1129
|
+
bodyScrolling: boolean;
|
|
1130
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1149
1131
|
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1132
|
+
busy: boolean;
|
|
1150
1133
|
buttonSize: import("bootstrap-vue-next").Size;
|
|
1151
1134
|
cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1152
1135
|
cancelDisabled: boolean;
|
|
@@ -1155,9 +1138,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1155
1138
|
centered: boolean;
|
|
1156
1139
|
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1157
1140
|
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1141
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1142
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1143
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1144
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1145
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1158
1146
|
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1147
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1148
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1149
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1150
|
+
headerCloseLabel: string;
|
|
1151
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1152
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1153
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1154
|
+
noBackdrop: boolean;
|
|
1159
1155
|
noFooter: boolean;
|
|
1156
|
+
noHeader: boolean;
|
|
1157
|
+
noHeaderClose: boolean;
|
|
1160
1158
|
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1159
|
+
noCloseOnBackdrop: boolean;
|
|
1160
|
+
noCloseOnEsc: boolean;
|
|
1161
|
+
noTrap: boolean;
|
|
1161
1162
|
okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1162
1163
|
okDisabled: boolean;
|
|
1163
1164
|
okOnly: boolean;
|
|
@@ -1165,6 +1166,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1165
1166
|
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1166
1167
|
scrollable: boolean;
|
|
1167
1168
|
titleVisuallyHidden: boolean;
|
|
1169
|
+
titleTag: string;
|
|
1168
1170
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
|
1169
1171
|
_element: HTMLDivElement;
|
|
1170
1172
|
_closeButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
|
|
@@ -1173,8 +1175,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1173
1175
|
click: (value: MouseEvent) => any;
|
|
1174
1176
|
}, import("vue").PublicProps, {
|
|
1175
1177
|
disabled: boolean;
|
|
1176
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1177
1178
|
ariaLabel: string;
|
|
1179
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1178
1180
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLButtonElement, import("vue").ComponentProvideOptions, {
|
|
1179
1181
|
P: {};
|
|
1180
1182
|
B: {};
|
|
@@ -1186,8 +1188,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1186
1188
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1187
1189
|
}>, {}, {}, {}, {}, {
|
|
1188
1190
|
disabled: boolean;
|
|
1189
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1190
1191
|
ariaLabel: string;
|
|
1192
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1191
1193
|
}> | null;
|
|
1192
1194
|
_cancelButton: ({
|
|
1193
1195
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -1198,19 +1200,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1198
1200
|
readonly to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1199
1201
|
readonly pill?: boolean | undefined;
|
|
1200
1202
|
readonly size?: import("bootstrap-vue-next").Size | undefined;
|
|
1203
|
+
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1204
|
+
readonly replace?: boolean | undefined;
|
|
1205
|
+
readonly tag?: string | undefined;
|
|
1206
|
+
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1207
|
+
readonly href?: string | undefined;
|
|
1208
|
+
readonly routerComponentName?: string | undefined;
|
|
1209
|
+
readonly active?: boolean | undefined;
|
|
1210
|
+
readonly activeClass?: string | undefined;
|
|
1211
|
+
readonly exactActiveClass?: string | undefined;
|
|
1212
|
+
readonly rel?: string | undefined;
|
|
1213
|
+
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;
|
|
1214
|
+
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1215
|
+
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1216
|
+
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1201
1217
|
readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1202
1218
|
readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1203
1219
|
readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1204
1220
|
readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1205
|
-
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1206
|
-
readonly active?: boolean | undefined;
|
|
1207
|
-
readonly activeClass?: string | undefined;
|
|
1208
|
-
readonly exactActiveClass?: string | undefined;
|
|
1209
|
-
readonly href?: string | undefined;
|
|
1210
1221
|
readonly icon?: boolean | undefined;
|
|
1211
1222
|
readonly noRel?: boolean | undefined;
|
|
1212
|
-
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1213
|
-
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1214
1223
|
readonly prefetch?: boolean | undefined;
|
|
1215
1224
|
readonly prefetchOn?: Partial<{
|
|
1216
1225
|
visibility: boolean;
|
|
@@ -1218,15 +1227,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1218
1227
|
}> | undefined;
|
|
1219
1228
|
readonly noPrefetch?: boolean | undefined;
|
|
1220
1229
|
readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1221
|
-
readonly rel?: string | undefined;
|
|
1222
|
-
readonly replace?: boolean | undefined;
|
|
1223
|
-
readonly routerComponentName?: string | undefined;
|
|
1224
1230
|
readonly routerTag?: string | undefined;
|
|
1225
1231
|
readonly stretched?: boolean | undefined;
|
|
1226
|
-
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1227
|
-
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;
|
|
1228
|
-
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1229
|
-
readonly tag?: string | undefined;
|
|
1230
1232
|
readonly loading?: boolean | undefined;
|
|
1231
1233
|
readonly loadingFill?: boolean | undefined;
|
|
1232
1234
|
readonly loadingText?: string | undefined;
|
|
@@ -1257,19 +1259,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1257
1259
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1258
1260
|
pill?: boolean | undefined;
|
|
1259
1261
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
1262
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1263
|
+
replace?: boolean | undefined;
|
|
1264
|
+
tag?: string | undefined;
|
|
1265
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1266
|
+
href?: string | undefined;
|
|
1267
|
+
routerComponentName?: string | undefined;
|
|
1268
|
+
active?: boolean | undefined;
|
|
1269
|
+
activeClass?: string | undefined;
|
|
1270
|
+
exactActiveClass?: string | undefined;
|
|
1271
|
+
rel?: string | undefined;
|
|
1272
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1273
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1274
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1275
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1260
1276
|
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1261
1277
|
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1262
1278
|
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1263
1279
|
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1264
|
-
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1265
|
-
active?: boolean | undefined;
|
|
1266
|
-
activeClass?: string | undefined;
|
|
1267
|
-
exactActiveClass?: string | undefined;
|
|
1268
|
-
href?: string | undefined;
|
|
1269
1280
|
icon?: boolean | undefined;
|
|
1270
1281
|
noRel?: boolean | undefined;
|
|
1271
|
-
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1272
|
-
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1273
1282
|
prefetch?: boolean | undefined;
|
|
1274
1283
|
prefetchOn?: Partial<{
|
|
1275
1284
|
visibility: boolean;
|
|
@@ -1277,15 +1286,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1277
1286
|
}> | undefined;
|
|
1278
1287
|
noPrefetch?: boolean | undefined;
|
|
1279
1288
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1280
|
-
rel?: string | undefined;
|
|
1281
|
-
replace?: boolean | undefined;
|
|
1282
|
-
routerComponentName?: string | undefined;
|
|
1283
1289
|
routerTag?: string | undefined;
|
|
1284
1290
|
stretched?: boolean | undefined;
|
|
1285
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1286
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1287
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1288
|
-
tag?: string | undefined;
|
|
1289
1291
|
loading?: boolean | undefined;
|
|
1290
1292
|
loadingFill?: boolean | undefined;
|
|
1291
1293
|
loadingText?: string | undefined;
|
|
@@ -1301,27 +1303,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1301
1303
|
to: import("vue-router").RouteLocationRaw;
|
|
1302
1304
|
pill: boolean;
|
|
1303
1305
|
size: import("bootstrap-vue-next").Size;
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1306
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1307
|
+
replace: boolean;
|
|
1308
|
+
tag: string;
|
|
1309
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1310
|
+
href: string;
|
|
1311
|
+
routerComponentName: string;
|
|
1309
1312
|
active: boolean;
|
|
1310
1313
|
activeClass: string;
|
|
1311
1314
|
exactActiveClass: string;
|
|
1312
|
-
|
|
1313
|
-
|
|
1315
|
+
rel: string;
|
|
1316
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1314
1317
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1315
1318
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1320
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1321
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1322
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1323
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1324
|
+
icon: boolean;
|
|
1319
1325
|
routerTag: string;
|
|
1320
1326
|
stretched: boolean;
|
|
1321
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
1322
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1323
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1324
|
-
tag: string;
|
|
1325
1327
|
loading: boolean;
|
|
1326
1328
|
loadingFill: boolean;
|
|
1327
1329
|
loadingText: string;
|
|
@@ -1351,27 +1353,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1351
1353
|
to: import("vue-router").RouteLocationRaw;
|
|
1352
1354
|
pill: boolean;
|
|
1353
1355
|
size: import("bootstrap-vue-next").Size;
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1356
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1357
|
+
replace: boolean;
|
|
1358
|
+
tag: string;
|
|
1359
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1360
|
+
href: string;
|
|
1361
|
+
routerComponentName: string;
|
|
1359
1362
|
active: boolean;
|
|
1360
1363
|
activeClass: string;
|
|
1361
1364
|
exactActiveClass: string;
|
|
1362
|
-
|
|
1363
|
-
|
|
1365
|
+
rel: string;
|
|
1366
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1364
1367
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1365
1368
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1370
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1371
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1372
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1373
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1374
|
+
icon: boolean;
|
|
1369
1375
|
routerTag: string;
|
|
1370
1376
|
stretched: boolean;
|
|
1371
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
1372
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1373
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1374
|
-
tag: string;
|
|
1375
1377
|
loading: boolean;
|
|
1376
1378
|
loadingFill: boolean;
|
|
1377
1379
|
loadingText: string;
|
|
@@ -1383,19 +1385,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1383
1385
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1384
1386
|
pill?: boolean | undefined;
|
|
1385
1387
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
1388
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1389
|
+
replace?: boolean | undefined;
|
|
1390
|
+
tag?: string | undefined;
|
|
1391
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1392
|
+
href?: string | undefined;
|
|
1393
|
+
routerComponentName?: string | undefined;
|
|
1394
|
+
active?: boolean | undefined;
|
|
1395
|
+
activeClass?: string | undefined;
|
|
1396
|
+
exactActiveClass?: string | undefined;
|
|
1397
|
+
rel?: string | undefined;
|
|
1398
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1399
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1400
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1401
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1386
1402
|
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1387
1403
|
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1388
1404
|
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1389
1405
|
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1390
|
-
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1391
|
-
active?: boolean | undefined;
|
|
1392
|
-
activeClass?: string | undefined;
|
|
1393
|
-
exactActiveClass?: string | undefined;
|
|
1394
|
-
href?: string | undefined;
|
|
1395
1406
|
icon?: boolean | undefined;
|
|
1396
1407
|
noRel?: boolean | undefined;
|
|
1397
|
-
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1398
|
-
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1399
1408
|
prefetch?: boolean | undefined;
|
|
1400
1409
|
prefetchOn?: Partial<{
|
|
1401
1410
|
visibility: boolean;
|
|
@@ -1403,15 +1412,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1403
1412
|
}> | undefined;
|
|
1404
1413
|
noPrefetch?: boolean | undefined;
|
|
1405
1414
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1406
|
-
rel?: string | undefined;
|
|
1407
|
-
replace?: boolean | undefined;
|
|
1408
|
-
routerComponentName?: string | undefined;
|
|
1409
1415
|
routerTag?: string | undefined;
|
|
1410
1416
|
stretched?: boolean | undefined;
|
|
1411
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1412
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1413
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1414
|
-
tag?: string | undefined;
|
|
1415
1417
|
loading?: boolean | undefined;
|
|
1416
1418
|
loadingFill?: boolean | undefined;
|
|
1417
1419
|
loadingText?: string | undefined;
|
|
@@ -1419,7 +1421,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1419
1421
|
}> & Readonly<{
|
|
1420
1422
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1421
1423
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1422
|
-
}>, "disabled" | "to" | "pill" | "size" | "
|
|
1424
|
+
}>, "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 & {} & {
|
|
1423
1425
|
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
1424
1426
|
}) | null;
|
|
1425
1427
|
_okButton: ({
|
|
@@ -1431,19 +1433,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1431
1433
|
readonly to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1432
1434
|
readonly pill?: boolean | undefined;
|
|
1433
1435
|
readonly size?: import("bootstrap-vue-next").Size | undefined;
|
|
1436
|
+
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1437
|
+
readonly replace?: boolean | undefined;
|
|
1438
|
+
readonly tag?: string | undefined;
|
|
1439
|
+
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1440
|
+
readonly href?: string | undefined;
|
|
1441
|
+
readonly routerComponentName?: string | undefined;
|
|
1442
|
+
readonly active?: boolean | undefined;
|
|
1443
|
+
readonly activeClass?: string | undefined;
|
|
1444
|
+
readonly exactActiveClass?: string | undefined;
|
|
1445
|
+
readonly rel?: string | undefined;
|
|
1446
|
+
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;
|
|
1447
|
+
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1448
|
+
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1449
|
+
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1434
1450
|
readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1435
1451
|
readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1436
1452
|
readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1437
1453
|
readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1438
|
-
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1439
|
-
readonly active?: boolean | undefined;
|
|
1440
|
-
readonly activeClass?: string | undefined;
|
|
1441
|
-
readonly exactActiveClass?: string | undefined;
|
|
1442
|
-
readonly href?: string | undefined;
|
|
1443
1454
|
readonly icon?: boolean | undefined;
|
|
1444
1455
|
readonly noRel?: boolean | undefined;
|
|
1445
|
-
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1446
|
-
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1447
1456
|
readonly prefetch?: boolean | undefined;
|
|
1448
1457
|
readonly prefetchOn?: Partial<{
|
|
1449
1458
|
visibility: boolean;
|
|
@@ -1451,15 +1460,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1451
1460
|
}> | undefined;
|
|
1452
1461
|
readonly noPrefetch?: boolean | undefined;
|
|
1453
1462
|
readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1454
|
-
readonly rel?: string | undefined;
|
|
1455
|
-
readonly replace?: boolean | undefined;
|
|
1456
|
-
readonly routerComponentName?: string | undefined;
|
|
1457
1463
|
readonly routerTag?: string | undefined;
|
|
1458
1464
|
readonly stretched?: boolean | undefined;
|
|
1459
|
-
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1460
|
-
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;
|
|
1461
|
-
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1462
|
-
readonly tag?: string | undefined;
|
|
1463
1465
|
readonly loading?: boolean | undefined;
|
|
1464
1466
|
readonly loadingFill?: boolean | undefined;
|
|
1465
1467
|
readonly loadingText?: string | undefined;
|
|
@@ -1490,19 +1492,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1490
1492
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1491
1493
|
pill?: boolean | undefined;
|
|
1492
1494
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1495
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1496
|
+
replace?: boolean | undefined;
|
|
1497
|
+
tag?: string | undefined;
|
|
1498
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1499
|
+
href?: string | undefined;
|
|
1500
|
+
routerComponentName?: string | undefined;
|
|
1498
1501
|
active?: boolean | undefined;
|
|
1499
1502
|
activeClass?: string | undefined;
|
|
1500
1503
|
exactActiveClass?: string | undefined;
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
noRel?: boolean | undefined;
|
|
1504
|
+
rel?: string | undefined;
|
|
1505
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1504
1506
|
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1505
1507
|
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1508
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1509
|
+
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1510
|
+
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1511
|
+
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1512
|
+
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1513
|
+
icon?: boolean | undefined;
|
|
1514
|
+
noRel?: boolean | undefined;
|
|
1506
1515
|
prefetch?: boolean | undefined;
|
|
1507
1516
|
prefetchOn?: Partial<{
|
|
1508
1517
|
visibility: boolean;
|
|
@@ -1510,15 +1519,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1510
1519
|
}> | undefined;
|
|
1511
1520
|
noPrefetch?: boolean | undefined;
|
|
1512
1521
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1513
|
-
rel?: string | undefined;
|
|
1514
|
-
replace?: boolean | undefined;
|
|
1515
|
-
routerComponentName?: string | undefined;
|
|
1516
1522
|
routerTag?: string | undefined;
|
|
1517
1523
|
stretched?: boolean | undefined;
|
|
1518
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1519
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1520
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1521
|
-
tag?: string | undefined;
|
|
1522
1524
|
loading?: boolean | undefined;
|
|
1523
1525
|
loadingFill?: boolean | undefined;
|
|
1524
1526
|
loadingText?: string | undefined;
|
|
@@ -1534,27 +1536,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1534
1536
|
to: import("vue-router").RouteLocationRaw;
|
|
1535
1537
|
pill: boolean;
|
|
1536
1538
|
size: import("bootstrap-vue-next").Size;
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1539
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1540
|
+
replace: boolean;
|
|
1541
|
+
tag: string;
|
|
1542
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1543
|
+
href: string;
|
|
1544
|
+
routerComponentName: string;
|
|
1542
1545
|
active: boolean;
|
|
1543
1546
|
activeClass: string;
|
|
1544
1547
|
exactActiveClass: string;
|
|
1545
|
-
|
|
1546
|
-
|
|
1548
|
+
rel: string;
|
|
1549
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1547
1550
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1548
1551
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1553
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1554
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1555
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1556
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1557
|
+
icon: boolean;
|
|
1552
1558
|
routerTag: string;
|
|
1553
1559
|
stretched: boolean;
|
|
1554
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
1555
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1556
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1557
|
-
tag: string;
|
|
1558
1560
|
loading: boolean;
|
|
1559
1561
|
loadingFill: boolean;
|
|
1560
1562
|
loadingText: string;
|
|
@@ -1584,27 +1586,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1584
1586
|
to: import("vue-router").RouteLocationRaw;
|
|
1585
1587
|
pill: boolean;
|
|
1586
1588
|
size: import("bootstrap-vue-next").Size;
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1589
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1590
|
+
replace: boolean;
|
|
1591
|
+
tag: string;
|
|
1592
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1593
|
+
href: string;
|
|
1594
|
+
routerComponentName: string;
|
|
1592
1595
|
active: boolean;
|
|
1593
1596
|
activeClass: string;
|
|
1594
1597
|
exactActiveClass: string;
|
|
1595
|
-
|
|
1596
|
-
|
|
1598
|
+
rel: string;
|
|
1599
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1597
1600
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1598
1601
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1603
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1604
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1605
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1606
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1607
|
+
icon: boolean;
|
|
1602
1608
|
routerTag: string;
|
|
1603
1609
|
stretched: boolean;
|
|
1604
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
1605
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1606
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1607
|
-
tag: string;
|
|
1608
1610
|
loading: boolean;
|
|
1609
1611
|
loadingFill: boolean;
|
|
1610
1612
|
loadingText: string;
|
|
@@ -1616,19 +1618,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1616
1618
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1617
1619
|
pill?: boolean | undefined;
|
|
1618
1620
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
1621
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1622
|
+
replace?: boolean | undefined;
|
|
1623
|
+
tag?: string | undefined;
|
|
1624
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1625
|
+
href?: string | undefined;
|
|
1626
|
+
routerComponentName?: string | undefined;
|
|
1627
|
+
active?: boolean | undefined;
|
|
1628
|
+
activeClass?: string | undefined;
|
|
1629
|
+
exactActiveClass?: string | undefined;
|
|
1630
|
+
rel?: string | undefined;
|
|
1631
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1632
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1633
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1634
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1619
1635
|
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1620
1636
|
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1621
1637
|
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1622
1638
|
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1623
|
-
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1624
|
-
active?: boolean | undefined;
|
|
1625
|
-
activeClass?: string | undefined;
|
|
1626
|
-
exactActiveClass?: string | undefined;
|
|
1627
|
-
href?: string | undefined;
|
|
1628
1639
|
icon?: boolean | undefined;
|
|
1629
1640
|
noRel?: boolean | undefined;
|
|
1630
|
-
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1631
|
-
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1632
1641
|
prefetch?: boolean | undefined;
|
|
1633
1642
|
prefetchOn?: Partial<{
|
|
1634
1643
|
visibility: boolean;
|
|
@@ -1636,15 +1645,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1636
1645
|
}> | undefined;
|
|
1637
1646
|
noPrefetch?: boolean | undefined;
|
|
1638
1647
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1639
|
-
rel?: string | undefined;
|
|
1640
|
-
replace?: boolean | undefined;
|
|
1641
|
-
routerComponentName?: string | undefined;
|
|
1642
1648
|
routerTag?: string | undefined;
|
|
1643
1649
|
stretched?: boolean | undefined;
|
|
1644
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1645
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1646
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1647
|
-
tag?: string | undefined;
|
|
1648
1650
|
loading?: boolean | undefined;
|
|
1649
1651
|
loadingFill?: boolean | undefined;
|
|
1650
1652
|
loadingText?: string | undefined;
|
|
@@ -1652,7 +1654,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1652
1654
|
}> & Readonly<{
|
|
1653
1655
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1654
1656
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1655
|
-
}>, "disabled" | "to" | "pill" | "size" | "
|
|
1657
|
+
}>, "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 & {} & {
|
|
1656
1658
|
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
1657
1659
|
}) | null;
|
|
1658
1660
|
_fallbackFocusElement: HTMLDivElement;
|
|
@@ -1693,6 +1695,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1693
1695
|
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1694
1696
|
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1695
1697
|
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1698
|
+
headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1696
1699
|
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1697
1700
|
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1698
1701
|
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
@@ -1730,12 +1733,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1730
1733
|
transProps?: Readonly<import("vue").TransitionProps>;
|
|
1731
1734
|
visible?: boolean;
|
|
1732
1735
|
}> & Readonly<{
|
|
1733
|
-
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1734
|
-
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1735
1736
|
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1736
1737
|
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1737
|
-
|
|
1738
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1738
1739
|
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1740
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1741
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1739
1742
|
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1740
1743
|
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1741
1744
|
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
@@ -1754,46 +1757,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1754
1757
|
body: string;
|
|
1755
1758
|
id: string;
|
|
1756
1759
|
size: import("bootstrap-vue-next").Size | "xl";
|
|
1757
|
-
|
|
1758
|
-
backdropFirst: boolean;
|
|
1759
|
-
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1760
|
-
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1761
|
-
bodyScrolling: boolean;
|
|
1760
|
+
unmountLazy: boolean;
|
|
1762
1761
|
focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1763
|
-
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1764
|
-
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1765
|
-
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1766
|
-
headerCloseLabel: string;
|
|
1767
|
-
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1768
|
-
noCloseOnBackdrop: boolean;
|
|
1769
|
-
noCloseOnEsc: boolean;
|
|
1770
|
-
noHeader: boolean;
|
|
1771
|
-
noTrap: boolean;
|
|
1772
|
-
noHeaderClose: boolean;
|
|
1773
1762
|
title: string;
|
|
1774
|
-
teleportDisabled: boolean;
|
|
1775
|
-
teleportTo: string | import("vue").RendererElement | null;
|
|
1776
|
-
noFade: boolean;
|
|
1777
1763
|
show: boolean;
|
|
1778
|
-
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1779
|
-
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1780
|
-
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1781
|
-
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1782
|
-
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1783
|
-
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1784
|
-
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1785
|
-
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1786
|
-
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1787
|
-
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1788
|
-
titleTag: string;
|
|
1789
|
-
lazy: boolean;
|
|
1790
|
-
busy: boolean;
|
|
1791
|
-
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1792
1764
|
initialAnimation: boolean;
|
|
1793
|
-
|
|
1765
|
+
noFade: boolean;
|
|
1766
|
+
lazy: boolean;
|
|
1794
1767
|
transProps: Readonly<import("vue").TransitionProps>;
|
|
1795
1768
|
visible: boolean;
|
|
1769
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1770
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1771
|
+
headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1772
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1773
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
1774
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1775
|
+
teleportDisabled: boolean;
|
|
1776
|
+
backdropFirst: boolean;
|
|
1777
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1778
|
+
bodyScrolling: boolean;
|
|
1779
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1796
1780
|
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1781
|
+
busy: boolean;
|
|
1797
1782
|
buttonSize: import("bootstrap-vue-next").Size;
|
|
1798
1783
|
cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1799
1784
|
cancelDisabled: boolean;
|
|
@@ -1802,9 +1787,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1802
1787
|
centered: boolean;
|
|
1803
1788
|
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1804
1789
|
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1790
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1791
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1792
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1793
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1794
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1805
1795
|
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1796
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1797
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1798
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1799
|
+
headerCloseLabel: string;
|
|
1800
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1801
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1802
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1803
|
+
noBackdrop: boolean;
|
|
1806
1804
|
noFooter: boolean;
|
|
1805
|
+
noHeader: boolean;
|
|
1806
|
+
noHeaderClose: boolean;
|
|
1807
1807
|
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1808
|
+
noCloseOnBackdrop: boolean;
|
|
1809
|
+
noCloseOnEsc: boolean;
|
|
1810
|
+
noTrap: boolean;
|
|
1808
1811
|
okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1809
1812
|
okDisabled: boolean;
|
|
1810
1813
|
okOnly: boolean;
|
|
@@ -1812,6 +1815,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1812
1815
|
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1813
1816
|
scrollable: boolean;
|
|
1814
1817
|
titleVisuallyHidden: boolean;
|
|
1818
|
+
titleTag: string;
|
|
1815
1819
|
}>;
|
|
1816
1820
|
__isFragment?: never;
|
|
1817
1821
|
__isTeleport?: never;
|
|
@@ -1846,6 +1850,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1846
1850
|
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1847
1851
|
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1848
1852
|
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1853
|
+
headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1849
1854
|
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1850
1855
|
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1851
1856
|
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
@@ -1883,12 +1888,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1883
1888
|
transProps?: Readonly<import("vue").TransitionProps>;
|
|
1884
1889
|
visible?: boolean;
|
|
1885
1890
|
}> & Readonly<{
|
|
1886
|
-
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1887
|
-
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1888
1891
|
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1889
1892
|
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1890
|
-
|
|
1893
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1891
1894
|
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1895
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1896
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1892
1897
|
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1893
1898
|
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1894
1899
|
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
@@ -1904,12 +1909,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1904
1909
|
toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
1905
1910
|
visible: import("vue").Ref<boolean, boolean>;
|
|
1906
1911
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1907
|
-
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1908
|
-
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1909
1912
|
ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1910
1913
|
cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1911
|
-
|
|
1914
|
+
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1912
1915
|
toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1916
|
+
hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1917
|
+
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1913
1918
|
"show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1914
1919
|
hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1915
1920
|
backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
@@ -1922,46 +1927,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1922
1927
|
body: string;
|
|
1923
1928
|
id: string;
|
|
1924
1929
|
size: import("bootstrap-vue-next").Size | "xl";
|
|
1925
|
-
|
|
1926
|
-
backdropFirst: boolean;
|
|
1927
|
-
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1928
|
-
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1929
|
-
bodyScrolling: boolean;
|
|
1930
|
+
unmountLazy: boolean;
|
|
1930
1931
|
focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1931
|
-
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1932
|
-
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1933
|
-
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1934
|
-
headerCloseLabel: string;
|
|
1935
|
-
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1936
|
-
noCloseOnBackdrop: boolean;
|
|
1937
|
-
noCloseOnEsc: boolean;
|
|
1938
|
-
noHeader: boolean;
|
|
1939
|
-
noTrap: boolean;
|
|
1940
|
-
noHeaderClose: boolean;
|
|
1941
1932
|
title: string;
|
|
1942
|
-
teleportDisabled: boolean;
|
|
1943
|
-
teleportTo: string | import("vue").RendererElement | null;
|
|
1944
|
-
noFade: boolean;
|
|
1945
1933
|
show: boolean;
|
|
1946
|
-
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1947
|
-
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1948
|
-
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1949
|
-
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1950
|
-
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1951
|
-
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1952
|
-
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1953
|
-
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1954
|
-
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1955
|
-
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1956
|
-
titleTag: string;
|
|
1957
|
-
lazy: boolean;
|
|
1958
|
-
busy: boolean;
|
|
1959
|
-
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1960
1934
|
initialAnimation: boolean;
|
|
1961
|
-
|
|
1935
|
+
noFade: boolean;
|
|
1936
|
+
lazy: boolean;
|
|
1962
1937
|
transProps: Readonly<import("vue").TransitionProps>;
|
|
1963
1938
|
visible: boolean;
|
|
1939
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1940
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1941
|
+
headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
1942
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1943
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
1944
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1945
|
+
teleportDisabled: boolean;
|
|
1946
|
+
backdropFirst: boolean;
|
|
1947
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1948
|
+
bodyScrolling: boolean;
|
|
1949
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1964
1950
|
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1951
|
+
busy: boolean;
|
|
1965
1952
|
buttonSize: import("bootstrap-vue-next").Size;
|
|
1966
1953
|
cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1967
1954
|
cancelDisabled: boolean;
|
|
@@ -1970,9 +1957,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1970
1957
|
centered: boolean;
|
|
1971
1958
|
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1972
1959
|
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1960
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1961
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1962
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1963
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1964
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1973
1965
|
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1966
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
1967
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
1968
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1969
|
+
headerCloseLabel: string;
|
|
1970
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1971
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1972
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1973
|
+
noBackdrop: boolean;
|
|
1974
1974
|
noFooter: boolean;
|
|
1975
|
+
noHeader: boolean;
|
|
1976
|
+
noHeaderClose: boolean;
|
|
1975
1977
|
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1978
|
+
noCloseOnBackdrop: boolean;
|
|
1979
|
+
noCloseOnEsc: boolean;
|
|
1980
|
+
noTrap: boolean;
|
|
1976
1981
|
okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1977
1982
|
okDisabled: boolean;
|
|
1978
1983
|
okOnly: boolean;
|
|
@@ -1980,6 +1985,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1980
1985
|
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1981
1986
|
scrollable: boolean;
|
|
1982
1987
|
titleVisuallyHidden: boolean;
|
|
1988
|
+
titleTag: string;
|
|
1983
1989
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1984
1990
|
$slots: Readonly<import("bootstrap-vue-next").BModalSlots> & import("bootstrap-vue-next").BModalSlots;
|
|
1985
1991
|
});
|