@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
|
@@ -53,6 +53,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
53
53
|
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
54
54
|
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
55
55
|
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
56
|
+
headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
56
57
|
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
57
58
|
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
58
59
|
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
@@ -90,12 +91,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
90
91
|
transProps?: Readonly<import("vue").TransitionProps>;
|
|
91
92
|
visible?: boolean;
|
|
92
93
|
}> & Readonly<{
|
|
93
|
-
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
94
|
-
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
95
94
|
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
96
95
|
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
97
|
-
|
|
96
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
98
97
|
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
98
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
99
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
99
100
|
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
100
101
|
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
101
102
|
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
@@ -111,12 +112,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
111
112
|
toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
112
113
|
visible: import("vue").Ref<boolean, boolean>;
|
|
113
114
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
114
|
-
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
115
|
-
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
116
115
|
ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
117
116
|
cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
118
|
-
|
|
117
|
+
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
119
118
|
toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
119
|
+
hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
120
|
+
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
120
121
|
"show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
121
122
|
hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
122
123
|
backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
@@ -129,46 +130,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
129
130
|
body: string;
|
|
130
131
|
id: string;
|
|
131
132
|
size: import("bootstrap-vue-next").Size | "xl";
|
|
132
|
-
|
|
133
|
-
backdropFirst: boolean;
|
|
134
|
-
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
135
|
-
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
136
|
-
bodyScrolling: boolean;
|
|
133
|
+
unmountLazy: boolean;
|
|
137
134
|
focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
138
|
-
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
139
|
-
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
140
|
-
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
141
|
-
headerCloseLabel: string;
|
|
142
|
-
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
143
|
-
noCloseOnBackdrop: boolean;
|
|
144
|
-
noCloseOnEsc: boolean;
|
|
145
|
-
noHeader: boolean;
|
|
146
|
-
noTrap: boolean;
|
|
147
|
-
noHeaderClose: boolean;
|
|
148
135
|
title: string;
|
|
149
|
-
teleportDisabled: boolean;
|
|
150
|
-
teleportTo: string | import("vue").RendererElement | null;
|
|
151
|
-
noFade: boolean;
|
|
152
136
|
show: boolean;
|
|
153
|
-
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
154
|
-
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
155
|
-
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
156
|
-
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
157
|
-
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
158
|
-
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
159
|
-
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
160
|
-
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
161
|
-
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
162
|
-
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
163
|
-
titleTag: string;
|
|
164
|
-
lazy: boolean;
|
|
165
|
-
busy: boolean;
|
|
166
|
-
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
167
137
|
initialAnimation: boolean;
|
|
168
|
-
|
|
138
|
+
noFade: boolean;
|
|
139
|
+
lazy: boolean;
|
|
169
140
|
transProps: Readonly<import("vue").TransitionProps>;
|
|
170
141
|
visible: boolean;
|
|
142
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
143
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
144
|
+
headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
145
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
146
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
147
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
148
|
+
teleportDisabled: boolean;
|
|
149
|
+
backdropFirst: boolean;
|
|
150
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
151
|
+
bodyScrolling: boolean;
|
|
152
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
171
153
|
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
154
|
+
busy: boolean;
|
|
172
155
|
buttonSize: import("bootstrap-vue-next").Size;
|
|
173
156
|
cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
174
157
|
cancelDisabled: boolean;
|
|
@@ -177,9 +160,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
177
160
|
centered: boolean;
|
|
178
161
|
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
179
162
|
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
163
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
164
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
165
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
166
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
167
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
180
168
|
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
169
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
170
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
171
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
172
|
+
headerCloseLabel: string;
|
|
173
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
174
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
175
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
176
|
+
noBackdrop: boolean;
|
|
181
177
|
noFooter: boolean;
|
|
178
|
+
noHeader: boolean;
|
|
179
|
+
noHeaderClose: boolean;
|
|
182
180
|
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
181
|
+
noCloseOnBackdrop: boolean;
|
|
182
|
+
noCloseOnEsc: boolean;
|
|
183
|
+
noTrap: boolean;
|
|
183
184
|
okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
184
185
|
okDisabled: boolean;
|
|
185
186
|
okOnly: boolean;
|
|
@@ -187,6 +188,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
187
188
|
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
188
189
|
scrollable: boolean;
|
|
189
190
|
titleVisuallyHidden: boolean;
|
|
191
|
+
titleTag: string;
|
|
190
192
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
|
191
193
|
_element: HTMLDivElement;
|
|
192
194
|
_closeButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
|
|
@@ -195,8 +197,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
195
197
|
click: (value: MouseEvent) => any;
|
|
196
198
|
}, import("vue").PublicProps, {
|
|
197
199
|
disabled: boolean;
|
|
198
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
199
200
|
ariaLabel: string;
|
|
201
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
200
202
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLButtonElement, import("vue").ComponentProvideOptions, {
|
|
201
203
|
P: {};
|
|
202
204
|
B: {};
|
|
@@ -208,8 +210,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
208
210
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
209
211
|
}>, {}, {}, {}, {}, {
|
|
210
212
|
disabled: boolean;
|
|
211
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
212
213
|
ariaLabel: string;
|
|
214
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
213
215
|
}> | null;
|
|
214
216
|
_cancelButton: ({
|
|
215
217
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -220,19 +222,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
220
222
|
readonly to?: import("vue-router").RouteLocationRaw | undefined;
|
|
221
223
|
readonly pill?: boolean | undefined;
|
|
222
224
|
readonly size?: import("bootstrap-vue-next").Size | undefined;
|
|
225
|
+
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
226
|
+
readonly replace?: boolean | undefined;
|
|
227
|
+
readonly tag?: string | undefined;
|
|
228
|
+
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
229
|
+
readonly href?: string | undefined;
|
|
230
|
+
readonly routerComponentName?: string | undefined;
|
|
231
|
+
readonly active?: boolean | undefined;
|
|
232
|
+
readonly activeClass?: string | undefined;
|
|
233
|
+
readonly exactActiveClass?: string | undefined;
|
|
234
|
+
readonly rel?: string | undefined;
|
|
235
|
+
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;
|
|
236
|
+
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
237
|
+
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
238
|
+
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
223
239
|
readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
224
240
|
readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
225
241
|
readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
226
242
|
readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
227
|
-
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
228
|
-
readonly active?: boolean | undefined;
|
|
229
|
-
readonly activeClass?: string | undefined;
|
|
230
|
-
readonly exactActiveClass?: string | undefined;
|
|
231
|
-
readonly href?: string | undefined;
|
|
232
243
|
readonly icon?: boolean | undefined;
|
|
233
244
|
readonly noRel?: boolean | undefined;
|
|
234
|
-
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
235
|
-
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
236
245
|
readonly prefetch?: boolean | undefined;
|
|
237
246
|
readonly prefetchOn?: Partial<{
|
|
238
247
|
visibility: boolean;
|
|
@@ -240,15 +249,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
240
249
|
}> | undefined;
|
|
241
250
|
readonly noPrefetch?: boolean | undefined;
|
|
242
251
|
readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
243
|
-
readonly rel?: string | undefined;
|
|
244
|
-
readonly replace?: boolean | undefined;
|
|
245
|
-
readonly routerComponentName?: string | undefined;
|
|
246
252
|
readonly routerTag?: string | undefined;
|
|
247
253
|
readonly stretched?: boolean | undefined;
|
|
248
|
-
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
249
|
-
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;
|
|
250
|
-
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
251
|
-
readonly tag?: string | undefined;
|
|
252
254
|
readonly loading?: boolean | undefined;
|
|
253
255
|
readonly loadingFill?: boolean | undefined;
|
|
254
256
|
readonly loadingText?: string | undefined;
|
|
@@ -279,19 +281,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
279
281
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
280
282
|
pill?: boolean | undefined;
|
|
281
283
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
284
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
285
|
+
replace?: boolean | undefined;
|
|
286
|
+
tag?: string | undefined;
|
|
287
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
288
|
+
href?: string | undefined;
|
|
289
|
+
routerComponentName?: string | undefined;
|
|
290
|
+
active?: boolean | undefined;
|
|
291
|
+
activeClass?: string | undefined;
|
|
292
|
+
exactActiveClass?: string | undefined;
|
|
293
|
+
rel?: string | undefined;
|
|
294
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
295
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
296
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
297
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
282
298
|
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
283
299
|
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
284
300
|
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
285
301
|
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
286
|
-
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
287
|
-
active?: boolean | undefined;
|
|
288
|
-
activeClass?: string | undefined;
|
|
289
|
-
exactActiveClass?: string | undefined;
|
|
290
|
-
href?: string | undefined;
|
|
291
302
|
icon?: boolean | undefined;
|
|
292
303
|
noRel?: boolean | undefined;
|
|
293
|
-
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
294
|
-
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
295
304
|
prefetch?: boolean | undefined;
|
|
296
305
|
prefetchOn?: Partial<{
|
|
297
306
|
visibility: boolean;
|
|
@@ -299,15 +308,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
299
308
|
}> | undefined;
|
|
300
309
|
noPrefetch?: boolean | undefined;
|
|
301
310
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
302
|
-
rel?: string | undefined;
|
|
303
|
-
replace?: boolean | undefined;
|
|
304
|
-
routerComponentName?: string | undefined;
|
|
305
311
|
routerTag?: string | undefined;
|
|
306
312
|
stretched?: boolean | undefined;
|
|
307
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
308
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
309
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
310
|
-
tag?: string | undefined;
|
|
311
313
|
loading?: boolean | undefined;
|
|
312
314
|
loadingFill?: boolean | undefined;
|
|
313
315
|
loadingText?: string | undefined;
|
|
@@ -323,27 +325,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
323
325
|
to: import("vue-router").RouteLocationRaw;
|
|
324
326
|
pill: boolean;
|
|
325
327
|
size: import("bootstrap-vue-next").Size;
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
328
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
329
|
+
replace: boolean;
|
|
330
|
+
tag: string;
|
|
331
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
332
|
+
href: string;
|
|
333
|
+
routerComponentName: string;
|
|
331
334
|
active: boolean;
|
|
332
335
|
activeClass: string;
|
|
333
336
|
exactActiveClass: string;
|
|
334
|
-
|
|
335
|
-
|
|
337
|
+
rel: string;
|
|
338
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
336
339
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
337
340
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
342
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
343
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
344
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
345
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
346
|
+
icon: boolean;
|
|
341
347
|
routerTag: string;
|
|
342
348
|
stretched: boolean;
|
|
343
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
344
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
345
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
346
|
-
tag: string;
|
|
347
349
|
loading: boolean;
|
|
348
350
|
loadingFill: boolean;
|
|
349
351
|
loadingText: string;
|
|
@@ -373,27 +375,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
373
375
|
to: import("vue-router").RouteLocationRaw;
|
|
374
376
|
pill: boolean;
|
|
375
377
|
size: import("bootstrap-vue-next").Size;
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
378
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
379
|
+
replace: boolean;
|
|
380
|
+
tag: string;
|
|
381
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
382
|
+
href: string;
|
|
383
|
+
routerComponentName: string;
|
|
381
384
|
active: boolean;
|
|
382
385
|
activeClass: string;
|
|
383
386
|
exactActiveClass: string;
|
|
384
|
-
|
|
385
|
-
|
|
387
|
+
rel: string;
|
|
388
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
386
389
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
387
390
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
392
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
393
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
394
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
395
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
396
|
+
icon: boolean;
|
|
391
397
|
routerTag: string;
|
|
392
398
|
stretched: boolean;
|
|
393
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
394
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
395
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
396
|
-
tag: string;
|
|
397
399
|
loading: boolean;
|
|
398
400
|
loadingFill: boolean;
|
|
399
401
|
loadingText: string;
|
|
@@ -405,19 +407,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
405
407
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
406
408
|
pill?: boolean | undefined;
|
|
407
409
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
410
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
411
|
+
replace?: boolean | undefined;
|
|
412
|
+
tag?: string | undefined;
|
|
413
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
414
|
+
href?: string | undefined;
|
|
415
|
+
routerComponentName?: string | undefined;
|
|
416
|
+
active?: boolean | undefined;
|
|
417
|
+
activeClass?: string | undefined;
|
|
418
|
+
exactActiveClass?: string | undefined;
|
|
419
|
+
rel?: string | undefined;
|
|
420
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
421
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
422
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
423
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
408
424
|
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
409
425
|
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
410
426
|
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
411
427
|
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
412
|
-
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
413
|
-
active?: boolean | undefined;
|
|
414
|
-
activeClass?: string | undefined;
|
|
415
|
-
exactActiveClass?: string | undefined;
|
|
416
|
-
href?: string | undefined;
|
|
417
428
|
icon?: boolean | undefined;
|
|
418
429
|
noRel?: boolean | undefined;
|
|
419
|
-
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
420
|
-
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
421
430
|
prefetch?: boolean | undefined;
|
|
422
431
|
prefetchOn?: Partial<{
|
|
423
432
|
visibility: boolean;
|
|
@@ -425,15 +434,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
425
434
|
}> | undefined;
|
|
426
435
|
noPrefetch?: boolean | undefined;
|
|
427
436
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
428
|
-
rel?: string | undefined;
|
|
429
|
-
replace?: boolean | undefined;
|
|
430
|
-
routerComponentName?: string | undefined;
|
|
431
437
|
routerTag?: string | undefined;
|
|
432
438
|
stretched?: boolean | undefined;
|
|
433
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
434
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
435
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
436
|
-
tag?: string | undefined;
|
|
437
439
|
loading?: boolean | undefined;
|
|
438
440
|
loadingFill?: boolean | undefined;
|
|
439
441
|
loadingText?: string | undefined;
|
|
@@ -441,7 +443,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
441
443
|
}> & Readonly<{
|
|
442
444
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
443
445
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
444
|
-
}>, "disabled" | "to" | "pill" | "size" | "
|
|
446
|
+
}>, "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 & {} & {
|
|
445
447
|
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
446
448
|
}) | null;
|
|
447
449
|
_okButton: ({
|
|
@@ -453,19 +455,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
453
455
|
readonly to?: import("vue-router").RouteLocationRaw | undefined;
|
|
454
456
|
readonly pill?: boolean | undefined;
|
|
455
457
|
readonly size?: import("bootstrap-vue-next").Size | undefined;
|
|
458
|
+
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
459
|
+
readonly replace?: boolean | undefined;
|
|
460
|
+
readonly tag?: string | undefined;
|
|
461
|
+
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
462
|
+
readonly href?: string | undefined;
|
|
463
|
+
readonly routerComponentName?: string | undefined;
|
|
464
|
+
readonly active?: boolean | undefined;
|
|
465
|
+
readonly activeClass?: string | undefined;
|
|
466
|
+
readonly exactActiveClass?: string | undefined;
|
|
467
|
+
readonly rel?: string | undefined;
|
|
468
|
+
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;
|
|
469
|
+
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
470
|
+
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
471
|
+
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
456
472
|
readonly underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
457
473
|
readonly underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
458
474
|
readonly underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
459
475
|
readonly underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
460
|
-
readonly underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
461
|
-
readonly active?: boolean | undefined;
|
|
462
|
-
readonly activeClass?: string | undefined;
|
|
463
|
-
readonly exactActiveClass?: string | undefined;
|
|
464
|
-
readonly href?: string | undefined;
|
|
465
476
|
readonly icon?: boolean | undefined;
|
|
466
477
|
readonly noRel?: boolean | undefined;
|
|
467
|
-
readonly opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
468
|
-
readonly opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
469
478
|
readonly prefetch?: boolean | undefined;
|
|
470
479
|
readonly prefetchOn?: Partial<{
|
|
471
480
|
visibility: boolean;
|
|
@@ -473,15 +482,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
473
482
|
}> | undefined;
|
|
474
483
|
readonly noPrefetch?: boolean | undefined;
|
|
475
484
|
readonly prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
476
|
-
readonly rel?: string | undefined;
|
|
477
|
-
readonly replace?: boolean | undefined;
|
|
478
|
-
readonly routerComponentName?: string | undefined;
|
|
479
485
|
readonly routerTag?: string | undefined;
|
|
480
486
|
readonly stretched?: boolean | undefined;
|
|
481
|
-
readonly target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
482
|
-
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;
|
|
483
|
-
readonly type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
484
|
-
readonly tag?: string | undefined;
|
|
485
487
|
readonly loading?: boolean | undefined;
|
|
486
488
|
readonly loadingFill?: boolean | undefined;
|
|
487
489
|
readonly loadingText?: string | undefined;
|
|
@@ -512,19 +514,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
512
514
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
513
515
|
pill?: boolean | undefined;
|
|
514
516
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
517
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
518
|
+
replace?: boolean | undefined;
|
|
519
|
+
tag?: string | undefined;
|
|
520
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
521
|
+
href?: string | undefined;
|
|
522
|
+
routerComponentName?: string | undefined;
|
|
523
|
+
active?: boolean | undefined;
|
|
524
|
+
activeClass?: string | undefined;
|
|
525
|
+
exactActiveClass?: string | undefined;
|
|
526
|
+
rel?: string | undefined;
|
|
527
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
528
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
529
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
530
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
515
531
|
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
516
532
|
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
517
533
|
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
518
534
|
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
519
|
-
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
520
|
-
active?: boolean | undefined;
|
|
521
|
-
activeClass?: string | undefined;
|
|
522
|
-
exactActiveClass?: string | undefined;
|
|
523
|
-
href?: string | undefined;
|
|
524
535
|
icon?: boolean | undefined;
|
|
525
536
|
noRel?: boolean | undefined;
|
|
526
|
-
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
527
|
-
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
528
537
|
prefetch?: boolean | undefined;
|
|
529
538
|
prefetchOn?: Partial<{
|
|
530
539
|
visibility: boolean;
|
|
@@ -532,15 +541,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
532
541
|
}> | undefined;
|
|
533
542
|
noPrefetch?: boolean | undefined;
|
|
534
543
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
535
|
-
rel?: string | undefined;
|
|
536
|
-
replace?: boolean | undefined;
|
|
537
|
-
routerComponentName?: string | undefined;
|
|
538
544
|
routerTag?: string | undefined;
|
|
539
545
|
stretched?: boolean | undefined;
|
|
540
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
541
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
542
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
543
|
-
tag?: string | undefined;
|
|
544
546
|
loading?: boolean | undefined;
|
|
545
547
|
loadingFill?: boolean | undefined;
|
|
546
548
|
loadingText?: string | undefined;
|
|
@@ -556,27 +558,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
556
558
|
to: import("vue-router").RouteLocationRaw;
|
|
557
559
|
pill: boolean;
|
|
558
560
|
size: import("bootstrap-vue-next").Size;
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
561
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
562
|
+
replace: boolean;
|
|
563
|
+
tag: string;
|
|
564
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
565
|
+
href: string;
|
|
566
|
+
routerComponentName: string;
|
|
564
567
|
active: boolean;
|
|
565
568
|
activeClass: string;
|
|
566
569
|
exactActiveClass: string;
|
|
567
|
-
|
|
568
|
-
|
|
570
|
+
rel: string;
|
|
571
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
569
572
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
570
573
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
575
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
576
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
577
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
578
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
579
|
+
icon: boolean;
|
|
574
580
|
routerTag: string;
|
|
575
581
|
stretched: boolean;
|
|
576
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
577
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
578
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
579
|
-
tag: string;
|
|
580
582
|
loading: boolean;
|
|
581
583
|
loadingFill: boolean;
|
|
582
584
|
loadingText: string;
|
|
@@ -606,27 +608,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
606
608
|
to: import("vue-router").RouteLocationRaw;
|
|
607
609
|
pill: boolean;
|
|
608
610
|
size: import("bootstrap-vue-next").Size;
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
611
|
+
target: import("bootstrap-vue-next").LinkTarget;
|
|
612
|
+
replace: boolean;
|
|
613
|
+
tag: string;
|
|
614
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
615
|
+
href: string;
|
|
616
|
+
routerComponentName: string;
|
|
614
617
|
active: boolean;
|
|
615
618
|
activeClass: string;
|
|
616
619
|
exactActiveClass: string;
|
|
617
|
-
|
|
618
|
-
|
|
620
|
+
rel: string;
|
|
621
|
+
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
619
622
|
opacity: import("bootstrap-vue-next").LinkOpacity;
|
|
620
623
|
opacityHover: import("bootstrap-vue-next").LinkOpacity;
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
+
underlineVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
625
|
+
underlineOffset: import("bootstrap-vue-next").UnderlineOffset;
|
|
626
|
+
underlineOffsetHover: import("bootstrap-vue-next").UnderlineOffset;
|
|
627
|
+
underlineOpacity: import("bootstrap-vue-next").UnderlineOpacity;
|
|
628
|
+
underlineOpacityHover: import("bootstrap-vue-next").UnderlineOpacity;
|
|
629
|
+
icon: boolean;
|
|
624
630
|
routerTag: string;
|
|
625
631
|
stretched: boolean;
|
|
626
|
-
target: import("bootstrap-vue-next").LinkTarget;
|
|
627
|
-
variant: (import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null;
|
|
628
|
-
type: import("bootstrap-vue-next").ButtonType;
|
|
629
|
-
tag: string;
|
|
630
632
|
loading: boolean;
|
|
631
633
|
loadingFill: boolean;
|
|
632
634
|
loadingText: string;
|
|
@@ -638,19 +640,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
638
640
|
to?: import("vue-router").RouteLocationRaw | undefined;
|
|
639
641
|
pill?: boolean | undefined;
|
|
640
642
|
size?: import("bootstrap-vue-next").Size | undefined;
|
|
643
|
+
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
644
|
+
replace?: boolean | undefined;
|
|
645
|
+
tag?: string | undefined;
|
|
646
|
+
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
647
|
+
href?: string | undefined;
|
|
648
|
+
routerComponentName?: string | undefined;
|
|
649
|
+
active?: boolean | undefined;
|
|
650
|
+
activeClass?: string | undefined;
|
|
651
|
+
exactActiveClass?: string | undefined;
|
|
652
|
+
rel?: string | undefined;
|
|
653
|
+
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
654
|
+
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
655
|
+
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
656
|
+
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
641
657
|
underlineOffset?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
642
658
|
underlineOffsetHover?: import("bootstrap-vue-next").UnderlineOffset | undefined;
|
|
643
659
|
underlineOpacity?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
644
660
|
underlineOpacityHover?: import("bootstrap-vue-next").UnderlineOpacity | undefined;
|
|
645
|
-
underlineVariant?: (import("bootstrap-vue-next").ColorVariant | null) | undefined;
|
|
646
|
-
active?: boolean | undefined;
|
|
647
|
-
activeClass?: string | undefined;
|
|
648
|
-
exactActiveClass?: string | undefined;
|
|
649
|
-
href?: string | undefined;
|
|
650
661
|
icon?: boolean | undefined;
|
|
651
662
|
noRel?: boolean | undefined;
|
|
652
|
-
opacity?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
653
|
-
opacityHover?: import("bootstrap-vue-next").LinkOpacity | undefined;
|
|
654
663
|
prefetch?: boolean | undefined;
|
|
655
664
|
prefetchOn?: Partial<{
|
|
656
665
|
visibility: boolean;
|
|
@@ -658,15 +667,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
658
667
|
}> | undefined;
|
|
659
668
|
noPrefetch?: boolean | undefined;
|
|
660
669
|
prefetchedClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
661
|
-
rel?: string | undefined;
|
|
662
|
-
replace?: boolean | undefined;
|
|
663
|
-
routerComponentName?: string | undefined;
|
|
664
670
|
routerTag?: string | undefined;
|
|
665
671
|
stretched?: boolean | undefined;
|
|
666
|
-
target?: import("bootstrap-vue-next").LinkTarget | undefined;
|
|
667
|
-
variant?: ((import("bootstrap-vue-next").ButtonVariant | ("link-primary" | "link-secondary" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-light" | "link-dark")) | null) | undefined;
|
|
668
|
-
type?: import("bootstrap-vue-next").ButtonType | undefined;
|
|
669
|
-
tag?: string | undefined;
|
|
670
672
|
loading?: boolean | undefined;
|
|
671
673
|
loadingFill?: boolean | undefined;
|
|
672
674
|
loadingText?: string | undefined;
|
|
@@ -674,7 +676,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
674
676
|
}> & Readonly<{
|
|
675
677
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
676
678
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
677
|
-
}>, "disabled" | "to" | "pill" | "size" | "
|
|
679
|
+
}>, "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 & {} & {
|
|
678
680
|
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
679
681
|
}) | null;
|
|
680
682
|
_fallbackFocusElement: HTMLDivElement;
|
|
@@ -715,6 +717,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
715
717
|
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
716
718
|
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
717
719
|
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
720
|
+
headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
718
721
|
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
719
722
|
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
720
723
|
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
@@ -752,12 +755,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
752
755
|
transProps?: Readonly<import("vue").TransitionProps>;
|
|
753
756
|
visible?: boolean;
|
|
754
757
|
}> & Readonly<{
|
|
755
|
-
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
756
|
-
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
757
758
|
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
758
759
|
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
759
|
-
|
|
760
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
760
761
|
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
762
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
763
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
761
764
|
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
762
765
|
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
763
766
|
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
@@ -776,46 +779,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
776
779
|
body: string;
|
|
777
780
|
id: string;
|
|
778
781
|
size: import("bootstrap-vue-next").Size | "xl";
|
|
779
|
-
|
|
780
|
-
backdropFirst: boolean;
|
|
781
|
-
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
782
|
-
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
783
|
-
bodyScrolling: boolean;
|
|
782
|
+
unmountLazy: boolean;
|
|
784
783
|
focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
785
|
-
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
786
|
-
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
787
|
-
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
788
|
-
headerCloseLabel: string;
|
|
789
|
-
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
790
|
-
noCloseOnBackdrop: boolean;
|
|
791
|
-
noCloseOnEsc: boolean;
|
|
792
|
-
noHeader: boolean;
|
|
793
|
-
noTrap: boolean;
|
|
794
|
-
noHeaderClose: boolean;
|
|
795
784
|
title: string;
|
|
796
|
-
teleportDisabled: boolean;
|
|
797
|
-
teleportTo: string | import("vue").RendererElement | null;
|
|
798
|
-
noFade: boolean;
|
|
799
785
|
show: boolean;
|
|
800
|
-
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
801
|
-
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
802
|
-
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
803
|
-
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
804
|
-
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
805
|
-
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
806
|
-
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
807
|
-
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
808
|
-
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
809
|
-
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
810
|
-
titleTag: string;
|
|
811
|
-
lazy: boolean;
|
|
812
|
-
busy: boolean;
|
|
813
|
-
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
814
786
|
initialAnimation: boolean;
|
|
815
|
-
|
|
787
|
+
noFade: boolean;
|
|
788
|
+
lazy: boolean;
|
|
816
789
|
transProps: Readonly<import("vue").TransitionProps>;
|
|
817
790
|
visible: boolean;
|
|
791
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
792
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
793
|
+
headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
794
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
795
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
796
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
797
|
+
teleportDisabled: boolean;
|
|
798
|
+
backdropFirst: boolean;
|
|
799
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
800
|
+
bodyScrolling: boolean;
|
|
801
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
818
802
|
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
803
|
+
busy: boolean;
|
|
819
804
|
buttonSize: import("bootstrap-vue-next").Size;
|
|
820
805
|
cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
821
806
|
cancelDisabled: boolean;
|
|
@@ -824,9 +809,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
824
809
|
centered: boolean;
|
|
825
810
|
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
826
811
|
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
812
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
813
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
814
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
815
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
816
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
827
817
|
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
818
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
819
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
820
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
821
|
+
headerCloseLabel: string;
|
|
822
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
823
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
824
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
825
|
+
noBackdrop: boolean;
|
|
828
826
|
noFooter: boolean;
|
|
827
|
+
noHeader: boolean;
|
|
828
|
+
noHeaderClose: boolean;
|
|
829
829
|
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
830
|
+
noCloseOnBackdrop: boolean;
|
|
831
|
+
noCloseOnEsc: boolean;
|
|
832
|
+
noTrap: boolean;
|
|
830
833
|
okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
831
834
|
okDisabled: boolean;
|
|
832
835
|
okOnly: boolean;
|
|
@@ -834,6 +837,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
834
837
|
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
835
838
|
scrollable: boolean;
|
|
836
839
|
titleVisuallyHidden: boolean;
|
|
840
|
+
titleTag: string;
|
|
837
841
|
}>;
|
|
838
842
|
__isFragment?: never;
|
|
839
843
|
__isTeleport?: never;
|
|
@@ -868,6 +872,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
868
872
|
footerTextVariant?: import("bootstrap-vue-next").TextColorVariant | null;
|
|
869
873
|
footerVariant?: import("bootstrap-vue-next").ColorVariant | null;
|
|
870
874
|
fullscreen?: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
875
|
+
headerAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
871
876
|
headerBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
872
877
|
headerBorderVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
873
878
|
headerClass?: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
@@ -905,12 +910,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
905
910
|
transProps?: Readonly<import("vue").TransitionProps>;
|
|
906
911
|
visible?: boolean;
|
|
907
912
|
}> & Readonly<{
|
|
908
|
-
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
909
|
-
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
910
913
|
onOk?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
911
914
|
onCancel?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
912
|
-
|
|
915
|
+
onClose?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
913
916
|
onToggle?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
917
|
+
onHidden?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
918
|
+
onShow?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
914
919
|
"onShow-prevented"?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
915
920
|
onHide?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
916
921
|
onBackdrop?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
@@ -926,12 +931,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
926
931
|
toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
927
932
|
visible: import("vue").Ref<boolean, boolean>;
|
|
928
933
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
929
|
-
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
930
|
-
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
931
934
|
ok: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
932
935
|
cancel: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
933
|
-
|
|
936
|
+
close: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
934
937
|
toggle: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
938
|
+
hidden: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
939
|
+
show: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
935
940
|
"show-prevented": (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
936
941
|
hide: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
937
942
|
backdrop: (value: import("bootstrap-vue-next").BvTriggerableEvent) => any;
|
|
@@ -944,46 +949,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
944
949
|
body: string;
|
|
945
950
|
id: string;
|
|
946
951
|
size: import("bootstrap-vue-next").Size | "xl";
|
|
947
|
-
|
|
948
|
-
backdropFirst: boolean;
|
|
949
|
-
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
950
|
-
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
951
|
-
bodyScrolling: boolean;
|
|
952
|
+
unmountLazy: boolean;
|
|
952
953
|
focus: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
953
|
-
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
954
|
-
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
955
|
-
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
956
|
-
headerCloseLabel: string;
|
|
957
|
-
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
958
|
-
noCloseOnBackdrop: boolean;
|
|
959
|
-
noCloseOnEsc: boolean;
|
|
960
|
-
noHeader: boolean;
|
|
961
|
-
noTrap: boolean;
|
|
962
|
-
noHeaderClose: boolean;
|
|
963
954
|
title: string;
|
|
964
|
-
teleportDisabled: boolean;
|
|
965
|
-
teleportTo: string | import("vue").RendererElement | null;
|
|
966
|
-
noFade: boolean;
|
|
967
955
|
show: boolean;
|
|
968
|
-
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
969
|
-
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
970
|
-
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
971
|
-
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
972
|
-
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
973
|
-
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
974
|
-
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
975
|
-
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
976
|
-
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
977
|
-
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
978
|
-
titleTag: string;
|
|
979
|
-
lazy: boolean;
|
|
980
|
-
busy: boolean;
|
|
981
|
-
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
982
956
|
initialAnimation: boolean;
|
|
983
|
-
|
|
957
|
+
noFade: boolean;
|
|
958
|
+
lazy: boolean;
|
|
984
959
|
transProps: Readonly<import("vue").TransitionProps>;
|
|
985
960
|
visible: boolean;
|
|
961
|
+
bodyAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
962
|
+
bodyClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
963
|
+
headerAttrs: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
964
|
+
headerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
965
|
+
teleportTo: string | import("vue").RendererElement | null;
|
|
966
|
+
titleClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
967
|
+
teleportDisabled: boolean;
|
|
968
|
+
backdropFirst: boolean;
|
|
969
|
+
bodyBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
970
|
+
bodyScrolling: boolean;
|
|
971
|
+
bodyTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
986
972
|
bodyVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
973
|
+
busy: boolean;
|
|
987
974
|
buttonSize: import("bootstrap-vue-next").Size;
|
|
988
975
|
cancelClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
989
976
|
cancelDisabled: boolean;
|
|
@@ -992,9 +979,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
992
979
|
centered: boolean;
|
|
993
980
|
contentClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
994
981
|
dialogClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
982
|
+
footerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
983
|
+
footerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
984
|
+
footerClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
985
|
+
footerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
986
|
+
footerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
995
987
|
fullscreen: boolean | import("bootstrap-vue-next").Breakpoint;
|
|
988
|
+
headerBgVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
989
|
+
headerBorderVariant: import("bootstrap-vue-next/dist/src/types/ColorTypes").BorderColorVariant | null;
|
|
990
|
+
headerCloseClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
991
|
+
headerCloseLabel: string;
|
|
992
|
+
headerCloseVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
993
|
+
headerTextVariant: import("bootstrap-vue-next").TextColorVariant | null;
|
|
994
|
+
headerVariant: import("bootstrap-vue-next").ColorVariant | null;
|
|
995
|
+
noBackdrop: boolean;
|
|
996
996
|
noFooter: boolean;
|
|
997
|
+
noHeader: boolean;
|
|
998
|
+
noHeaderClose: boolean;
|
|
997
999
|
modalClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
1000
|
+
noCloseOnBackdrop: boolean;
|
|
1001
|
+
noCloseOnEsc: boolean;
|
|
1002
|
+
noTrap: boolean;
|
|
998
1003
|
okClass: import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").ClassValue;
|
|
999
1004
|
okDisabled: boolean;
|
|
1000
1005
|
okOnly: boolean;
|
|
@@ -1002,6 +1007,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1002
1007
|
okVariant: import("bootstrap-vue-next").ButtonVariant | null;
|
|
1003
1008
|
scrollable: boolean;
|
|
1004
1009
|
titleVisuallyHidden: boolean;
|
|
1010
|
+
titleTag: string;
|
|
1005
1011
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1006
1012
|
$slots: Readonly<import("bootstrap-vue-next").BModalSlots> & import("bootstrap-vue-next").BModalSlots;
|
|
1007
1013
|
});
|