@privateaim/client-vue 0.8.17 → 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 -1274
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.mjs +1420 -1275
- package/dist/index.mjs.map +1 -1
- package/package.json +19 -19
- package/dist/components/analysis-log/FAnalysisLogs.d.ts +0 -25
- package/dist/components/analysis-log/FAnalysisLogs.d.ts.map +0 -1
|
@@ -591,7 +591,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
591
591
|
}>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
592
592
|
modal: import("vue").Ref<boolean, boolean>;
|
|
593
593
|
toggleModal: () => void;
|
|
594
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "
|
|
594
|
+
}, {}, {}, {}, 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<{
|
|
595
595
|
entity: {
|
|
596
596
|
type: PropType<Analysis>;
|
|
597
597
|
required: true;
|
|
@@ -869,8 +869,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
869
869
|
}>> & Readonly<{
|
|
870
870
|
onCreated?: (item: import("@privateaim/core-kit").AnalysisNode) => any;
|
|
871
871
|
onUpdated?: (item: import("@privateaim/core-kit").AnalysisNode) => any;
|
|
872
|
-
onDeleted?: (item: import("@privateaim/core-kit").AnalysisNode) => any;
|
|
873
872
|
onResolved?: (_item: import("@privateaim/core-kit").AnalysisNode) => any;
|
|
873
|
+
onDeleted?: (item: import("@privateaim/core-kit").AnalysisNode) => any;
|
|
874
874
|
onFailed?: (item: Error) => any;
|
|
875
875
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
876
876
|
FAnalysisNodes: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1047,6 +1047,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1047
1047
|
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1048
1048
|
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1049
1049
|
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1050
|
+
headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1050
1051
|
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1051
1052
|
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1052
1053
|
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
@@ -1084,12 +1085,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1084
1085
|
transProps?: Readonly<import("vue").TransitionProps>;
|
|
1085
1086
|
visible?: boolean;
|
|
1086
1087
|
}> & Readonly<{
|
|
1087
|
-
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1088
|
-
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1089
1088
|
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1090
1089
|
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1091
|
-
|
|
1090
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1092
1091
|
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1092
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1093
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1093
1094
|
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1094
1095
|
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1095
1096
|
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
@@ -1105,12 +1106,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1105
1106
|
toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
1106
1107
|
visible: import("vue").Ref<boolean, boolean>;
|
|
1107
1108
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1108
|
-
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1109
|
-
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1110
1109
|
ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1111
1110
|
cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1112
|
-
|
|
1111
|
+
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1113
1112
|
toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1113
|
+
hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1114
|
+
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1114
1115
|
"show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1115
1116
|
hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1116
1117
|
backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
@@ -1123,46 +1124,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1123
1124
|
body: string;
|
|
1124
1125
|
id: string;
|
|
1125
1126
|
size: import("bootstrap-vue-next").Size | "xl";
|
|
1126
|
-
|
|
1127
|
-
backdropFirst: boolean;
|
|
1128
|
-
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1129
|
-
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1130
|
-
bodyScrolling: boolean;
|
|
1127
|
+
unmountLazy: boolean;
|
|
1131
1128
|
focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1132
|
-
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1133
|
-
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1134
|
-
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1135
|
-
headerCloseLabel: string;
|
|
1136
|
-
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1137
|
-
noCloseOnBackdrop: boolean;
|
|
1138
|
-
noCloseOnEsc: boolean;
|
|
1139
|
-
noHeader: boolean;
|
|
1140
|
-
noTrap: boolean;
|
|
1141
|
-
noHeaderClose: boolean;
|
|
1142
1129
|
title: string;
|
|
1143
|
-
teleportDisabled: boolean;
|
|
1144
|
-
teleportTo: string | import("vue").RendererElement | null;
|
|
1145
|
-
noFade: boolean;
|
|
1146
1130
|
show: boolean;
|
|
1147
|
-
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1148
|
-
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1149
|
-
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1150
|
-
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1151
|
-
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1152
|
-
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1153
|
-
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1154
|
-
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1155
|
-
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1156
|
-
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1157
|
-
titleTag: string;
|
|
1158
|
-
lazy: boolean;
|
|
1159
|
-
busy: boolean;
|
|
1160
|
-
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1161
1131
|
initialAnimation: boolean;
|
|
1162
|
-
|
|
1132
|
+
noFade: boolean;
|
|
1133
|
+
lazy: boolean;
|
|
1163
1134
|
transProps: Readonly<import("vue").TransitionProps>;
|
|
1164
1135
|
visible: boolean;
|
|
1136
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1137
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1138
|
+
headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1139
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1140
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
1141
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1142
|
+
teleportDisabled: boolean;
|
|
1143
|
+
backdropFirst: boolean;
|
|
1144
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1145
|
+
bodyScrolling: boolean;
|
|
1146
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1165
1147
|
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1148
|
+
busy: boolean;
|
|
1166
1149
|
buttonSize: import("bootstrap-vue-next").Size;
|
|
1167
1150
|
cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1168
1151
|
cancelDisabled: boolean;
|
|
@@ -1171,9 +1154,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1171
1154
|
centered: boolean;
|
|
1172
1155
|
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1173
1156
|
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1157
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1158
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1159
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1160
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1161
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1174
1162
|
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1163
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1164
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1165
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1166
|
+
headerCloseLabel: string;
|
|
1167
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1168
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1169
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1170
|
+
noBackdrop: boolean;
|
|
1175
1171
|
noFooter: boolean;
|
|
1172
|
+
noHeader: boolean;
|
|
1173
|
+
noHeaderClose: boolean;
|
|
1176
1174
|
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1175
|
+
noCloseOnBackdrop: boolean;
|
|
1176
|
+
noCloseOnEsc: boolean;
|
|
1177
|
+
noTrap: boolean;
|
|
1177
1178
|
okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1178
1179
|
okDisabled: boolean;
|
|
1179
1180
|
okOnly: boolean;
|
|
@@ -1181,6 +1182,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1181
1182
|
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1182
1183
|
scrollable: boolean;
|
|
1183
1184
|
titleVisuallyHidden: boolean;
|
|
1185
|
+
titleTag: string;
|
|
1184
1186
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
|
1185
1187
|
_element: HTMLDivElement;
|
|
1186
1188
|
_closeButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
|
|
@@ -1189,8 +1191,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1189
1191
|
click: (value: MouseEvent) => any;
|
|
1190
1192
|
}, import("vue").PublicProps, {
|
|
1191
1193
|
disabled: boolean;
|
|
1192
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1193
1194
|
ariaLabel: string;
|
|
1195
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1194
1196
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLButtonElement, import("vue").ComponentProvideOptions, {
|
|
1195
1197
|
P: {};
|
|
1196
1198
|
B: {};
|
|
@@ -1202,8 +1204,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1202
1204
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1203
1205
|
}>, {}, {}, {}, {}, {
|
|
1204
1206
|
disabled: boolean;
|
|
1205
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1206
1207
|
ariaLabel: string;
|
|
1208
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1207
1209
|
}> | null;
|
|
1208
1210
|
_cancelButton: ({
|
|
1209
1211
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -1214,19 +1216,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1214
1216
|
readonly to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1215
1217
|
readonly pill?: boolean | undefined;
|
|
1216
1218
|
readonly size?: import("bootstrap-vue-next").Size | undefined;
|
|
1219
|
+
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1220
|
+
readonly replace?: boolean | undefined;
|
|
1221
|
+
readonly tag?: string | undefined;
|
|
1222
|
+
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1223
|
+
readonly href?: string | undefined;
|
|
1224
|
+
readonly routerComponentName?: string | undefined;
|
|
1225
|
+
readonly active?: boolean | undefined;
|
|
1226
|
+
readonly activeClass?: string | undefined;
|
|
1227
|
+
readonly exactActiveClass?: string | undefined;
|
|
1228
|
+
readonly rel?: string | undefined;
|
|
1229
|
+
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;
|
|
1230
|
+
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1231
|
+
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1232
|
+
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1217
1233
|
readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1218
1234
|
readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1219
1235
|
readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1220
1236
|
readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1221
|
-
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1222
|
-
readonly active?: boolean | undefined;
|
|
1223
|
-
readonly activeClass?: string | undefined;
|
|
1224
|
-
readonly exactActiveClass?: string | undefined;
|
|
1225
|
-
readonly href?: string | undefined;
|
|
1226
1237
|
readonly icon?: boolean | undefined;
|
|
1227
1238
|
readonly noRel?: boolean | undefined;
|
|
1228
|
-
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1229
|
-
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1230
1239
|
readonly prefetch?: boolean | undefined;
|
|
1231
1240
|
readonly prefetchOn?: Partial<{
|
|
1232
1241
|
visibility: boolean;
|
|
@@ -1234,15 +1243,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1234
1243
|
}> | undefined;
|
|
1235
1244
|
readonly noPrefetch?: boolean | undefined;
|
|
1236
1245
|
readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1237
|
-
readonly rel?: string | undefined;
|
|
1238
|
-
readonly replace?: boolean | undefined;
|
|
1239
|
-
readonly routerComponentName?: string | undefined;
|
|
1240
1246
|
readonly routerTag?: string | undefined;
|
|
1241
1247
|
readonly stretched?: boolean | undefined;
|
|
1242
|
-
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1243
|
-
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;
|
|
1244
|
-
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1245
|
-
readonly tag?: string | undefined;
|
|
1246
1248
|
readonly loading?: boolean | undefined;
|
|
1247
1249
|
readonly loadingFill?: boolean | undefined;
|
|
1248
1250
|
readonly loadingText?: string | undefined;
|
|
@@ -1273,19 +1275,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1273
1275
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1274
1276
|
pill?: boolean | undefined;
|
|
1275
1277
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
1278
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1279
|
+
replace?: boolean | undefined;
|
|
1280
|
+
tag?: string | undefined;
|
|
1281
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1282
|
+
href?: string | undefined;
|
|
1283
|
+
routerComponentName?: string | undefined;
|
|
1284
|
+
active?: boolean | undefined;
|
|
1285
|
+
activeClass?: string | undefined;
|
|
1286
|
+
exactActiveClass?: string | undefined;
|
|
1287
|
+
rel?: string | undefined;
|
|
1288
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1289
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1290
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1291
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1276
1292
|
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1277
1293
|
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1278
1294
|
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1279
1295
|
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1280
|
-
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1281
|
-
active?: boolean | undefined;
|
|
1282
|
-
activeClass?: string | undefined;
|
|
1283
|
-
exactActiveClass?: string | undefined;
|
|
1284
|
-
href?: string | undefined;
|
|
1285
1296
|
icon?: boolean | undefined;
|
|
1286
1297
|
noRel?: boolean | undefined;
|
|
1287
|
-
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1288
|
-
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1289
1298
|
prefetch?: boolean | undefined;
|
|
1290
1299
|
prefetchOn?: Partial<{
|
|
1291
1300
|
visibility: boolean;
|
|
@@ -1293,15 +1302,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1293
1302
|
}> | undefined;
|
|
1294
1303
|
noPrefetch?: boolean | undefined;
|
|
1295
1304
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1296
|
-
rel?: string | undefined;
|
|
1297
|
-
replace?: boolean | undefined;
|
|
1298
|
-
routerComponentName?: string | undefined;
|
|
1299
1305
|
routerTag?: string | undefined;
|
|
1300
1306
|
stretched?: boolean | undefined;
|
|
1301
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1302
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1303
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1304
|
-
tag?: string | undefined;
|
|
1305
1307
|
loading?: boolean | undefined;
|
|
1306
1308
|
loadingFill?: boolean | undefined;
|
|
1307
1309
|
loadingText?: string | undefined;
|
|
@@ -1317,27 +1319,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1317
1319
|
to: import("vue-router").RouteLocationRaw;
|
|
1318
1320
|
pill: boolean;
|
|
1319
1321
|
size: import("bootstrap-vue-next").Size;
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1322
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1323
|
+
replace: boolean;
|
|
1324
|
+
tag: string;
|
|
1325
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1326
|
+
href: string;
|
|
1327
|
+
routerComponentName: string;
|
|
1325
1328
|
active: boolean;
|
|
1326
1329
|
activeClass: string;
|
|
1327
1330
|
exactActiveClass: string;
|
|
1328
|
-
|
|
1329
|
-
|
|
1331
|
+
rel: string;
|
|
1332
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1330
1333
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1331
1334
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1336
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1337
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1338
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1339
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1340
|
+
icon: boolean;
|
|
1335
1341
|
routerTag: string;
|
|
1336
1342
|
stretched: boolean;
|
|
1337
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
1338
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1339
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1340
|
-
tag: string;
|
|
1341
1343
|
loading: boolean;
|
|
1342
1344
|
loadingFill: boolean;
|
|
1343
1345
|
loadingText: string;
|
|
@@ -1367,27 +1369,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1367
1369
|
to: import("vue-router").RouteLocationRaw;
|
|
1368
1370
|
pill: boolean;
|
|
1369
1371
|
size: import("bootstrap-vue-next").Size;
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1372
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1373
|
+
replace: boolean;
|
|
1374
|
+
tag: string;
|
|
1375
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1376
|
+
href: string;
|
|
1377
|
+
routerComponentName: string;
|
|
1375
1378
|
active: boolean;
|
|
1376
1379
|
activeClass: string;
|
|
1377
1380
|
exactActiveClass: string;
|
|
1378
|
-
|
|
1379
|
-
|
|
1381
|
+
rel: string;
|
|
1382
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1380
1383
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1381
1384
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1386
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1387
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1388
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1389
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1390
|
+
icon: boolean;
|
|
1385
1391
|
routerTag: string;
|
|
1386
1392
|
stretched: boolean;
|
|
1387
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
1388
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1389
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1390
|
-
tag: string;
|
|
1391
1393
|
loading: boolean;
|
|
1392
1394
|
loadingFill: boolean;
|
|
1393
1395
|
loadingText: string;
|
|
@@ -1399,19 +1401,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1399
1401
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1400
1402
|
pill?: boolean | undefined;
|
|
1401
1403
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
1404
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1405
|
+
replace?: boolean | undefined;
|
|
1406
|
+
tag?: string | undefined;
|
|
1407
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1408
|
+
href?: string | undefined;
|
|
1409
|
+
routerComponentName?: string | undefined;
|
|
1410
|
+
active?: boolean | undefined;
|
|
1411
|
+
activeClass?: string | undefined;
|
|
1412
|
+
exactActiveClass?: string | undefined;
|
|
1413
|
+
rel?: string | undefined;
|
|
1414
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1415
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1416
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1417
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1402
1418
|
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1403
1419
|
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1404
1420
|
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1405
1421
|
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1406
|
-
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1407
|
-
active?: boolean | undefined;
|
|
1408
|
-
activeClass?: string | undefined;
|
|
1409
|
-
exactActiveClass?: string | undefined;
|
|
1410
|
-
href?: string | undefined;
|
|
1411
1422
|
icon?: boolean | undefined;
|
|
1412
1423
|
noRel?: boolean | undefined;
|
|
1413
|
-
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1414
|
-
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1415
1424
|
prefetch?: boolean | undefined;
|
|
1416
1425
|
prefetchOn?: Partial<{
|
|
1417
1426
|
visibility: boolean;
|
|
@@ -1419,15 +1428,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1419
1428
|
}> | undefined;
|
|
1420
1429
|
noPrefetch?: boolean | undefined;
|
|
1421
1430
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1422
|
-
rel?: string | undefined;
|
|
1423
|
-
replace?: boolean | undefined;
|
|
1424
|
-
routerComponentName?: string | undefined;
|
|
1425
1431
|
routerTag?: string | undefined;
|
|
1426
1432
|
stretched?: boolean | undefined;
|
|
1427
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1428
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1429
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1430
|
-
tag?: string | undefined;
|
|
1431
1433
|
loading?: boolean | undefined;
|
|
1432
1434
|
loadingFill?: boolean | undefined;
|
|
1433
1435
|
loadingText?: string | undefined;
|
|
@@ -1435,7 +1437,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1435
1437
|
}> & Readonly<{
|
|
1436
1438
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1437
1439
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1438
|
-
}>, "disabled" | "to" | "pill" | "size" | "
|
|
1440
|
+
}>, "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 & {} & {
|
|
1439
1441
|
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
1440
1442
|
}) | null;
|
|
1441
1443
|
_okButton: ({
|
|
@@ -1447,19 +1449,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1447
1449
|
readonly to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1448
1450
|
readonly pill?: boolean | undefined;
|
|
1449
1451
|
readonly size?: import("bootstrap-vue-next").Size | undefined;
|
|
1452
|
+
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1453
|
+
readonly replace?: boolean | undefined;
|
|
1454
|
+
readonly tag?: string | undefined;
|
|
1455
|
+
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1456
|
+
readonly href?: string | undefined;
|
|
1457
|
+
readonly routerComponentName?: string | undefined;
|
|
1458
|
+
readonly active?: boolean | undefined;
|
|
1459
|
+
readonly activeClass?: string | undefined;
|
|
1460
|
+
readonly exactActiveClass?: string | undefined;
|
|
1461
|
+
readonly rel?: string | undefined;
|
|
1462
|
+
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;
|
|
1463
|
+
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1464
|
+
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1465
|
+
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1450
1466
|
readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1451
1467
|
readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1452
1468
|
readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1453
1469
|
readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1454
|
-
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1455
|
-
readonly active?: boolean | undefined;
|
|
1456
|
-
readonly activeClass?: string | undefined;
|
|
1457
|
-
readonly exactActiveClass?: string | undefined;
|
|
1458
|
-
readonly href?: string | undefined;
|
|
1459
1470
|
readonly icon?: boolean | undefined;
|
|
1460
1471
|
readonly noRel?: boolean | undefined;
|
|
1461
|
-
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1462
|
-
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1463
1472
|
readonly prefetch?: boolean | undefined;
|
|
1464
1473
|
readonly prefetchOn?: Partial<{
|
|
1465
1474
|
visibility: boolean;
|
|
@@ -1467,15 +1476,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1467
1476
|
}> | undefined;
|
|
1468
1477
|
readonly noPrefetch?: boolean | undefined;
|
|
1469
1478
|
readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1470
|
-
readonly rel?: string | undefined;
|
|
1471
|
-
readonly replace?: boolean | undefined;
|
|
1472
|
-
readonly routerComponentName?: string | undefined;
|
|
1473
1479
|
readonly routerTag?: string | undefined;
|
|
1474
1480
|
readonly stretched?: boolean | undefined;
|
|
1475
|
-
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1476
|
-
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;
|
|
1477
|
-
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1478
|
-
readonly tag?: string | undefined;
|
|
1479
1481
|
readonly loading?: boolean | undefined;
|
|
1480
1482
|
readonly loadingFill?: boolean | undefined;
|
|
1481
1483
|
readonly loadingText?: string | undefined;
|
|
@@ -1506,19 +1508,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1506
1508
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1507
1509
|
pill?: boolean | undefined;
|
|
1508
1510
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1511
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1512
|
+
replace?: boolean | undefined;
|
|
1513
|
+
tag?: string | undefined;
|
|
1514
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1515
|
+
href?: string | undefined;
|
|
1516
|
+
routerComponentName?: string | undefined;
|
|
1514
1517
|
active?: boolean | undefined;
|
|
1515
1518
|
activeClass?: string | undefined;
|
|
1516
1519
|
exactActiveClass?: string | undefined;
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
noRel?: boolean | undefined;
|
|
1520
|
+
rel?: string | undefined;
|
|
1521
|
+
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
1522
|
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1521
1523
|
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1524
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1525
|
+
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1526
|
+
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1527
|
+
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1528
|
+
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1529
|
+
icon?: boolean | undefined;
|
|
1530
|
+
noRel?: boolean | undefined;
|
|
1522
1531
|
prefetch?: boolean | undefined;
|
|
1523
1532
|
prefetchOn?: Partial<{
|
|
1524
1533
|
visibility: boolean;
|
|
@@ -1526,15 +1535,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1526
1535
|
}> | undefined;
|
|
1527
1536
|
noPrefetch?: boolean | undefined;
|
|
1528
1537
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1529
|
-
rel?: string | undefined;
|
|
1530
|
-
replace?: boolean | undefined;
|
|
1531
|
-
routerComponentName?: string | undefined;
|
|
1532
1538
|
routerTag?: string | undefined;
|
|
1533
1539
|
stretched?: boolean | undefined;
|
|
1534
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1535
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1536
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1537
|
-
tag?: string | undefined;
|
|
1538
1540
|
loading?: boolean | undefined;
|
|
1539
1541
|
loadingFill?: boolean | undefined;
|
|
1540
1542
|
loadingText?: string | undefined;
|
|
@@ -1550,27 +1552,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1550
1552
|
to: import("vue-router").RouteLocationRaw;
|
|
1551
1553
|
pill: boolean;
|
|
1552
1554
|
size: import("bootstrap-vue-next").Size;
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1555
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1556
|
+
replace: boolean;
|
|
1557
|
+
tag: string;
|
|
1558
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1559
|
+
href: string;
|
|
1560
|
+
routerComponentName: string;
|
|
1558
1561
|
active: boolean;
|
|
1559
1562
|
activeClass: string;
|
|
1560
1563
|
exactActiveClass: string;
|
|
1561
|
-
|
|
1562
|
-
|
|
1564
|
+
rel: string;
|
|
1565
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1563
1566
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1564
1567
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1569
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1570
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1571
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1572
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1573
|
+
icon: boolean;
|
|
1568
1574
|
routerTag: string;
|
|
1569
1575
|
stretched: boolean;
|
|
1570
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
1571
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1572
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1573
|
-
tag: string;
|
|
1574
1576
|
loading: boolean;
|
|
1575
1577
|
loadingFill: boolean;
|
|
1576
1578
|
loadingText: string;
|
|
@@ -1600,27 +1602,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1600
1602
|
to: import("vue-router").RouteLocationRaw;
|
|
1601
1603
|
pill: boolean;
|
|
1602
1604
|
size: import("bootstrap-vue-next").Size;
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1605
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
1606
|
+
replace: boolean;
|
|
1607
|
+
tag: string;
|
|
1608
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
1609
|
+
href: string;
|
|
1610
|
+
routerComponentName: string;
|
|
1608
1611
|
active: boolean;
|
|
1609
1612
|
activeClass: string;
|
|
1610
1613
|
exactActiveClass: string;
|
|
1611
|
-
|
|
1612
|
-
|
|
1614
|
+
rel: string;
|
|
1615
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1613
1616
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
1614
1617
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1619
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
1620
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
1621
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1622
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
1623
|
+
icon: boolean;
|
|
1618
1624
|
routerTag: string;
|
|
1619
1625
|
stretched: boolean;
|
|
1620
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
1621
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
1622
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
1623
|
-
tag: string;
|
|
1624
1626
|
loading: boolean;
|
|
1625
1627
|
loadingFill: boolean;
|
|
1626
1628
|
loadingText: string;
|
|
@@ -1632,19 +1634,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1632
1634
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
1633
1635
|
pill?: boolean | undefined;
|
|
1634
1636
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
1637
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1638
|
+
replace?: boolean | undefined;
|
|
1639
|
+
tag?: string | undefined;
|
|
1640
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1641
|
+
href?: string | undefined;
|
|
1642
|
+
routerComponentName?: string | undefined;
|
|
1643
|
+
active?: boolean | undefined;
|
|
1644
|
+
activeClass?: string | undefined;
|
|
1645
|
+
exactActiveClass?: string | undefined;
|
|
1646
|
+
rel?: string | undefined;
|
|
1647
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1648
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1649
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1650
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1635
1651
|
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1636
1652
|
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
1637
1653
|
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1638
1654
|
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
1639
|
-
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
1640
|
-
active?: boolean | undefined;
|
|
1641
|
-
activeClass?: string | undefined;
|
|
1642
|
-
exactActiveClass?: string | undefined;
|
|
1643
|
-
href?: string | undefined;
|
|
1644
1655
|
icon?: boolean | undefined;
|
|
1645
1656
|
noRel?: boolean | undefined;
|
|
1646
|
-
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1647
|
-
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
1648
1657
|
prefetch?: boolean | undefined;
|
|
1649
1658
|
prefetchOn?: Partial<{
|
|
1650
1659
|
visibility: boolean;
|
|
@@ -1652,15 +1661,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1652
1661
|
}> | undefined;
|
|
1653
1662
|
noPrefetch?: boolean | undefined;
|
|
1654
1663
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1655
|
-
rel?: string | undefined;
|
|
1656
|
-
replace?: boolean | undefined;
|
|
1657
|
-
routerComponentName?: string | undefined;
|
|
1658
1664
|
routerTag?: string | undefined;
|
|
1659
1665
|
stretched?: boolean | undefined;
|
|
1660
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
1661
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
1662
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
1663
|
-
tag?: string | undefined;
|
|
1664
1666
|
loading?: boolean | undefined;
|
|
1665
1667
|
loadingFill?: boolean | undefined;
|
|
1666
1668
|
loadingText?: string | undefined;
|
|
@@ -1668,7 +1670,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1668
1670
|
}> & Readonly<{
|
|
1669
1671
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
1670
1672
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
1671
|
-
}>, "disabled" | "to" | "pill" | "size" | "
|
|
1673
|
+
}>, "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 & {} & {
|
|
1672
1674
|
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
1673
1675
|
}) | null;
|
|
1674
1676
|
_fallbackFocusElement: HTMLDivElement;
|
|
@@ -1709,6 +1711,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1709
1711
|
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1710
1712
|
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1711
1713
|
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1714
|
+
headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1712
1715
|
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1713
1716
|
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1714
1717
|
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
@@ -1746,12 +1749,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1746
1749
|
transProps?: Readonly<import("vue").TransitionProps>;
|
|
1747
1750
|
visible?: boolean;
|
|
1748
1751
|
}> & Readonly<{
|
|
1749
|
-
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1750
|
-
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1751
1752
|
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1752
1753
|
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1753
|
-
|
|
1754
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1754
1755
|
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1756
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1757
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1755
1758
|
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1756
1759
|
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1757
1760
|
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
@@ -1770,46 +1773,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1770
1773
|
body: string;
|
|
1771
1774
|
id: string;
|
|
1772
1775
|
size: import("bootstrap-vue-next").Size | "xl";
|
|
1773
|
-
|
|
1774
|
-
backdropFirst: boolean;
|
|
1775
|
-
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1776
|
-
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1777
|
-
bodyScrolling: boolean;
|
|
1776
|
+
unmountLazy: boolean;
|
|
1778
1777
|
focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1779
|
-
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1780
|
-
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1781
|
-
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1782
|
-
headerCloseLabel: string;
|
|
1783
|
-
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1784
|
-
noCloseOnBackdrop: boolean;
|
|
1785
|
-
noCloseOnEsc: boolean;
|
|
1786
|
-
noHeader: boolean;
|
|
1787
|
-
noTrap: boolean;
|
|
1788
|
-
noHeaderClose: boolean;
|
|
1789
1778
|
title: string;
|
|
1790
|
-
teleportDisabled: boolean;
|
|
1791
|
-
teleportTo: string | import("vue").RendererElement | null;
|
|
1792
|
-
noFade: boolean;
|
|
1793
1779
|
show: boolean;
|
|
1794
|
-
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1795
|
-
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1796
|
-
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1797
|
-
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1798
|
-
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1799
|
-
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1800
|
-
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1801
|
-
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1802
|
-
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1803
|
-
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1804
|
-
titleTag: string;
|
|
1805
|
-
lazy: boolean;
|
|
1806
|
-
busy: boolean;
|
|
1807
|
-
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1808
1780
|
initialAnimation: boolean;
|
|
1809
|
-
|
|
1781
|
+
noFade: boolean;
|
|
1782
|
+
lazy: boolean;
|
|
1810
1783
|
transProps: Readonly<import("vue").TransitionProps>;
|
|
1811
1784
|
visible: boolean;
|
|
1785
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1786
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1787
|
+
headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1788
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1789
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
1790
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1791
|
+
teleportDisabled: boolean;
|
|
1792
|
+
backdropFirst: boolean;
|
|
1793
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1794
|
+
bodyScrolling: boolean;
|
|
1795
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1812
1796
|
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1797
|
+
busy: boolean;
|
|
1813
1798
|
buttonSize: import("bootstrap-vue-next").Size;
|
|
1814
1799
|
cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1815
1800
|
cancelDisabled: boolean;
|
|
@@ -1818,9 +1803,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1818
1803
|
centered: boolean;
|
|
1819
1804
|
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1820
1805
|
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1806
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1807
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1808
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1809
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1810
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1821
1811
|
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1812
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1813
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1814
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1815
|
+
headerCloseLabel: string;
|
|
1816
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1817
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1818
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1819
|
+
noBackdrop: boolean;
|
|
1822
1820
|
noFooter: boolean;
|
|
1821
|
+
noHeader: boolean;
|
|
1822
|
+
noHeaderClose: boolean;
|
|
1823
1823
|
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1824
|
+
noCloseOnBackdrop: boolean;
|
|
1825
|
+
noCloseOnEsc: boolean;
|
|
1826
|
+
noTrap: boolean;
|
|
1824
1827
|
okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1825
1828
|
okDisabled: boolean;
|
|
1826
1829
|
okOnly: boolean;
|
|
@@ -1828,6 +1831,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1828
1831
|
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1829
1832
|
scrollable: boolean;
|
|
1830
1833
|
titleVisuallyHidden: boolean;
|
|
1834
|
+
titleTag: string;
|
|
1831
1835
|
}>;
|
|
1832
1836
|
__isFragment?: never;
|
|
1833
1837
|
__isTeleport?: never;
|
|
@@ -1862,6 +1866,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1862
1866
|
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1863
1867
|
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
1864
1868
|
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1869
|
+
headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1865
1870
|
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1866
1871
|
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1867
1872
|
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
@@ -1899,12 +1904,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1899
1904
|
transProps?: Readonly<import("vue").TransitionProps>;
|
|
1900
1905
|
visible?: boolean;
|
|
1901
1906
|
}> & Readonly<{
|
|
1902
|
-
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1903
|
-
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1904
1907
|
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1905
1908
|
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1906
|
-
|
|
1909
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1907
1910
|
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1911
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1912
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1908
1913
|
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1909
1914
|
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1910
1915
|
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
@@ -1920,12 +1925,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1920
1925
|
toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
1921
1926
|
visible: import("vue").Ref<boolean, boolean>;
|
|
1922
1927
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1923
|
-
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1924
|
-
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1925
1928
|
ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1926
1929
|
cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1927
|
-
|
|
1930
|
+
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1928
1931
|
toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1932
|
+
hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1933
|
+
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1929
1934
|
"show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1930
1935
|
hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
1931
1936
|
backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
@@ -1938,46 +1943,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1938
1943
|
body: string;
|
|
1939
1944
|
id: string;
|
|
1940
1945
|
size: import("bootstrap-vue-next").Size | "xl";
|
|
1941
|
-
|
|
1942
|
-
backdropFirst: boolean;
|
|
1943
|
-
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1944
|
-
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1945
|
-
bodyScrolling: boolean;
|
|
1946
|
+
unmountLazy: boolean;
|
|
1946
1947
|
focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
1947
|
-
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1948
|
-
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1949
|
-
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1950
|
-
headerCloseLabel: string;
|
|
1951
|
-
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1952
|
-
noCloseOnBackdrop: boolean;
|
|
1953
|
-
noCloseOnEsc: boolean;
|
|
1954
|
-
noHeader: boolean;
|
|
1955
|
-
noTrap: boolean;
|
|
1956
|
-
noHeaderClose: boolean;
|
|
1957
1948
|
title: string;
|
|
1958
|
-
teleportDisabled: boolean;
|
|
1959
|
-
teleportTo: string | import("vue").RendererElement | null;
|
|
1960
|
-
noFade: boolean;
|
|
1961
1949
|
show: boolean;
|
|
1962
|
-
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1963
|
-
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1964
|
-
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1965
|
-
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1966
|
-
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1967
|
-
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1968
|
-
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1969
|
-
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1970
|
-
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1971
|
-
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1972
|
-
titleTag: string;
|
|
1973
|
-
lazy: boolean;
|
|
1974
|
-
busy: boolean;
|
|
1975
|
-
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1976
1950
|
initialAnimation: boolean;
|
|
1977
|
-
|
|
1951
|
+
noFade: boolean;
|
|
1952
|
+
lazy: boolean;
|
|
1978
1953
|
transProps: Readonly<import("vue").TransitionProps>;
|
|
1979
1954
|
visible: boolean;
|
|
1955
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1956
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1957
|
+
headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").AttrsValue>;
|
|
1958
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1959
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
1960
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1961
|
+
teleportDisabled: boolean;
|
|
1962
|
+
backdropFirst: boolean;
|
|
1963
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1964
|
+
bodyScrolling: boolean;
|
|
1965
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1980
1966
|
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1967
|
+
busy: boolean;
|
|
1981
1968
|
buttonSize: import("bootstrap-vue-next").Size;
|
|
1982
1969
|
cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1983
1970
|
cancelDisabled: boolean;
|
|
@@ -1986,9 +1973,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1986
1973
|
centered: boolean;
|
|
1987
1974
|
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1988
1975
|
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1976
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1977
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1978
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1979
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1980
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1989
1981
|
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
1982
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BgColorVariant | null;
|
|
1983
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes.js").BorderColorVariant | null;
|
|
1984
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1985
|
+
headerCloseLabel: string;
|
|
1986
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1987
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
1988
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
1989
|
+
noBackdrop: boolean;
|
|
1990
1990
|
noFooter: boolean;
|
|
1991
|
+
noHeader: boolean;
|
|
1992
|
+
noHeaderClose: boolean;
|
|
1991
1993
|
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1994
|
+
noCloseOnBackdrop: boolean;
|
|
1995
|
+
noCloseOnEsc: boolean;
|
|
1996
|
+
noTrap: boolean;
|
|
1992
1997
|
okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes.js").ClassValue;
|
|
1993
1998
|
okDisabled: boolean;
|
|
1994
1999
|
okOnly: boolean;
|
|
@@ -1996,6 +2001,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1996
2001
|
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1997
2002
|
scrollable: boolean;
|
|
1998
2003
|
titleVisuallyHidden: boolean;
|
|
2004
|
+
titleTag: string;
|
|
1999
2005
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2000
2006
|
$slots: Readonly<import("bootstrap-vue-next").BModalSlots> & import("bootstrap-vue-next").BModalSlots;
|
|
2001
2007
|
});
|