@privateaim/client-vue 0.8.20 → 0.8.21
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/{wizard/FAnalysisWizardStepFiles.vue.d.ts → FAnalysisCodeFiles.vue.d.ts} +116 -60
- package/dist/components/analysis/FAnalysisCodeFiles.vue.d.ts.map +1 -0
- package/dist/components/analysis/FAnalysisImageCommand.vue.d.ts +97 -0
- package/dist/components/analysis/FAnalysisImageCommand.vue.d.ts.map +1 -0
- package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts +305 -1249
- package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisItem.d.ts +2 -346
- package/dist/components/analysis/FAnalysisItem.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts +30 -209
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisMasterImagePicker.vue.d.ts +414 -0
- package/dist/components/analysis/FAnalysisMasterImagePicker.vue.d.ts.map +1 -0
- package/dist/components/analysis/FAnalysisProgressBar.vue.d.ts +38 -0
- package/dist/components/analysis/FAnalysisProgressBar.vue.d.ts.map +1 -0
- package/dist/components/analysis/index.d.ts +7 -2
- package/dist/components/analysis/index.d.ts.map +1 -1
- package/dist/components/analysis/status/FAnalysisBuildStatus.vue.d.ts +22 -0
- package/dist/components/analysis/status/FAnalysisBuildStatus.vue.d.ts.map +1 -0
- package/dist/components/analysis/{FAnalysisConfigurationStatusText.vue.d.ts → status/FAnalysisConfigurationStatus.vue.d.ts} +3 -3
- package/dist/components/analysis/status/FAnalysisConfigurationStatus.vue.d.ts.map +1 -0
- package/dist/components/analysis/status/FAnalysisRunStatus.vue.d.ts +22 -0
- package/dist/components/analysis/status/FAnalysisRunStatus.vue.d.ts.map +1 -0
- package/dist/components/analysis/{FAnalysisPipeline.vue.d.ts → status/FAnalysisStatus.vue.d.ts} +27 -60
- package/dist/components/analysis/status/FAnalysisStatus.vue.d.ts.map +1 -0
- package/dist/components/analysis/steps/FAnalysisBuildStep.vue.d.ts +93 -0
- package/dist/components/analysis/steps/FAnalysisBuildStep.vue.d.ts.map +1 -0
- package/dist/components/analysis/steps/FAnalysisConfigurationEntrypointStep.vue.d.ts +29 -0
- package/dist/components/analysis/steps/FAnalysisConfigurationEntrypointStep.vue.d.ts.map +1 -0
- package/dist/components/analysis/steps/FAnalysisConfigurationImageStep.vue.d.ts +29 -0
- package/dist/components/analysis/steps/FAnalysisConfigurationImageStep.vue.d.ts.map +1 -0
- package/dist/components/analysis/steps/FAnalysisConfigurationNodesStep.vue.d.ts +31 -0
- package/dist/components/analysis/steps/FAnalysisConfigurationNodesStep.vue.d.ts.map +1 -0
- package/dist/components/analysis/steps/FAnalysisConfigurationStep.vue.d.ts +233 -0
- package/dist/components/analysis/steps/FAnalysisConfigurationStep.vue.d.ts.map +1 -0
- package/dist/components/analysis/steps/FAnalysisRunStep.vue.d.ts +42 -0
- package/dist/components/analysis/steps/FAnalysisRunStep.vue.d.ts.map +1 -0
- package/dist/components/analysis/steps/FAnalysisSteps.vue.d.ts +392 -0
- package/dist/components/analysis/steps/FAnalysisSteps.vue.d.ts.map +1 -0
- package/dist/components/analysis/steps/index.d.ts +2 -0
- package/dist/components/analysis/steps/index.d.ts.map +1 -0
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts +53 -4
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileDownload.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +66 -18
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileRootToggler.vue.d.ts +29 -0
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileRootToggler.vue.d.ts.map +1 -0
- package/dist/components/analysis-bucket-file/index.d.ts +2 -0
- package/dist/components/analysis-bucket-file/index.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodePicker.vue.d.ts +309 -0
- package/dist/components/analysis-node/FAnalysisNodePicker.vue.d.ts.map +1 -0
- package/dist/components/analysis-node/FAnalysisNodeRunStatus.vue.d.ts +30 -0
- package/dist/components/analysis-node/FAnalysisNodeRunStatus.vue.d.ts.map +1 -0
- package/dist/components/{analysis/wizard/FAnalysisWizardLockModal.vue.d.ts → analysis-node/FAnalysisNodesManager.vue.d.ts} +549 -10
- package/dist/components/analysis-node/FAnalysisNodesManager.vue.d.ts.map +1 -0
- package/dist/components/analysis-node/index.d.ts +1 -3
- package/dist/components/analysis-node/index.d.ts.map +1 -1
- package/dist/components/analysis-node-log/FAnalysisNodeLogs.vue.d.ts +62 -0
- package/dist/components/analysis-node-log/FAnalysisNodeLogs.vue.d.ts.map +1 -0
- package/dist/components/analysis-node-log/index.d.ts +2 -0
- package/dist/components/analysis-node-log/index.d.ts.map +1 -0
- package/dist/components/analysis-permission/FAnalysisPermissionAssignment.d.ts +11 -1
- package/dist/components/analysis-permission/FAnalysisPermissionAssignment.d.ts.map +1 -1
- package/dist/components/analysis-permission/FAnalysisPermissionAssignments.d.ts +9 -0
- package/dist/components/analysis-permission/FAnalysisPermissionAssignments.d.ts.map +1 -1
- package/dist/components/image/FImageCommandArguments.vue.d.ts +287 -0
- package/dist/components/image/FImageCommandArguments.vue.d.ts.map +1 -0
- package/dist/components/image/ImageCommand.vue.d.ts +39 -0
- package/dist/components/image/ImageCommand.vue.d.ts.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/master-image/FMasterImagePicker.d.ts +11 -1
- package/dist/components/master-image/FMasterImagePicker.d.ts.map +1 -1
- package/dist/components/master-image/FMasterImagePicker.vue.d.ts +327 -0
- package/dist/components/master-image/FMasterImagePicker.vue.d.ts.map +1 -0
- package/dist/components/master-image/index.d.ts +3 -3
- package/dist/components/master-image/index.d.ts.map +1 -1
- package/dist/composables/updated-at.d.ts +1 -1
- package/dist/composables/updated-at.d.ts.map +1 -1
- package/dist/core/entity-action-command/utils.d.ts +1 -0
- package/dist/core/entity-action-command/utils.d.ts.map +1 -1
- package/dist/core/entity-manager/module.d.ts.map +1 -1
- package/dist/core/entity-manager/type.d.ts +4 -3
- package/dist/core/entity-manager/type.d.ts.map +1 -1
- package/dist/index.cjs +5282 -4657
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +14 -43
- package/dist/index.mjs +5144 -4525
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -11
- package/dist/components/analysis/FAnalysisBuildStatusText.vue.d.ts +0 -21
- package/dist/components/analysis/FAnalysisBuildStatusText.vue.d.ts.map +0 -1
- package/dist/components/analysis/FAnalysisConfigurationStatusText.vue.d.ts.map +0 -1
- package/dist/components/analysis/FAnalysisImageCommand.d.ts +0 -47
- package/dist/components/analysis/FAnalysisImageCommand.d.ts.map +0 -1
- package/dist/components/analysis/FAnalysisPipeline.vue.d.ts.map +0 -1
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +0 -5554
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +0 -1
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +0 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +0 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts +0 -1523
- package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts.map +0 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +0 -2012
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +0 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts +0 -349
- package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts.map +0 -1
- package/dist/components/analysis/wizard/index.d.ts +0 -2
- package/dist/components/analysis/wizard/index.d.ts.map +0 -1
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +0 -1998
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +0 -1
- package/dist/components/analysis-node/FAnalysisNodeRunStatus.d.ts +0 -19
- package/dist/components/analysis-node/FAnalysisNodeRunStatus.d.ts.map +0 -1
- package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts +0 -186
- package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts.map +0 -1
|
@@ -0,0 +1,392 @@
|
|
|
1
|
+
import type { Analysis } from '@privateaim/core-kit';
|
|
2
|
+
import type { PropType } from 'vue';
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
entity: {
|
|
5
|
+
type: PropType<Analysis>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
configurationNodesLink: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
};
|
|
11
|
+
configurationCodeLink: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
};
|
|
14
|
+
configurationImageLink: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
};
|
|
17
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "failed" | "executed")[], "updated" | "failed" | "executed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
entity: {
|
|
19
|
+
type: PropType<Analysis>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
configurationNodesLink: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
};
|
|
25
|
+
configurationCodeLink: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
};
|
|
28
|
+
configurationImageLink: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
};
|
|
31
|
+
}>> & Readonly<{
|
|
32
|
+
onUpdated?: (...args: any[]) => any;
|
|
33
|
+
onFailed?: (...args: any[]) => any;
|
|
34
|
+
onExecuted?: (...args: any[]) => any;
|
|
35
|
+
}>, {}, {}, {
|
|
36
|
+
FAnalysisRunStep: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
37
|
+
entity: {
|
|
38
|
+
type: PropType<Analysis>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
}>, {
|
|
42
|
+
handleUpdated: (item: Analysis) => void;
|
|
43
|
+
handleFailed: (e: Error) => void;
|
|
44
|
+
handleExecuted: (type: string, command: string) => void;
|
|
45
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "failed" | "executed")[], "updated" | "failed" | "executed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
entity: {
|
|
47
|
+
type: PropType<Analysis>;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
}>> & Readonly<{
|
|
51
|
+
onUpdated?: (...args: any[]) => any;
|
|
52
|
+
onFailed?: (...args: any[]) => any;
|
|
53
|
+
onExecuted?: (...args: any[]) => any;
|
|
54
|
+
}>, {}, {}, {
|
|
55
|
+
FAnalysisRunStatus: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
56
|
+
status: {
|
|
57
|
+
type: PropType<`${import("@privateaim/core-kit").AnalysisRunStatus}`>;
|
|
58
|
+
default: any;
|
|
59
|
+
};
|
|
60
|
+
}>, {
|
|
61
|
+
classSuffix: import("vue").ComputedRef<"warning" | "success" | "danger" | "info" | "primary">;
|
|
62
|
+
statusText: import("vue").ComputedRef<"failed" | "none" | "starting..." | "stopping..." | "started" | "stopped" | "finished">;
|
|
63
|
+
iconClass: import("vue").ComputedRef<"fa fa-check" | "fa fa-times" | "fa fa-rotate fa-spin" | "fa fa-circle">;
|
|
64
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
+
status: {
|
|
66
|
+
type: PropType<`${import("@privateaim/core-kit").AnalysisRunStatus}`>;
|
|
67
|
+
default: any;
|
|
68
|
+
};
|
|
69
|
+
}>> & Readonly<{}>, {
|
|
70
|
+
status: "failed" | "starting" | "started" | "stopping" | "stopped" | "finished" | "running";
|
|
71
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
72
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
73
|
+
FAnalysisBuildStep: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
74
|
+
entity: {
|
|
75
|
+
type: PropType<Analysis>;
|
|
76
|
+
required: true;
|
|
77
|
+
};
|
|
78
|
+
}>, {
|
|
79
|
+
handleUpdated: (item: Analysis) => void;
|
|
80
|
+
handleFailed: (e: Error) => void;
|
|
81
|
+
handleExecuted: (type: string, command: string) => void;
|
|
82
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "failed" | "executed")[], "updated" | "failed" | "executed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
83
|
+
entity: {
|
|
84
|
+
type: PropType<Analysis>;
|
|
85
|
+
required: true;
|
|
86
|
+
};
|
|
87
|
+
}>> & Readonly<{
|
|
88
|
+
onUpdated?: (...args: any[]) => any;
|
|
89
|
+
onFailed?: (...args: any[]) => any;
|
|
90
|
+
onExecuted?: (...args: any[]) => any;
|
|
91
|
+
}>, {}, {}, {
|
|
92
|
+
FAnalysisBuildStatus: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
93
|
+
status: {
|
|
94
|
+
type: PropType<`${import("@privateaim/core-kit").AnalysisBuildStatus}`>;
|
|
95
|
+
default: any;
|
|
96
|
+
};
|
|
97
|
+
}>, {
|
|
98
|
+
statusText: import("vue").ComputedRef<"failed" | "none" | "starting..." | "stopping..." | "started" | "stopped" | "finished">;
|
|
99
|
+
classSuffix: import("vue").ComputedRef<"warning" | "success" | "danger" | "info" | "primary">;
|
|
100
|
+
iconClass: import("vue").ComputedRef<"fa fa-check" | "fa fa-times" | "fa fa-rotate fa-spin" | "fa fa-circle">;
|
|
101
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
102
|
+
status: {
|
|
103
|
+
type: PropType<`${import("@privateaim/core-kit").AnalysisBuildStatus}`>;
|
|
104
|
+
default: any;
|
|
105
|
+
};
|
|
106
|
+
}>> & Readonly<{}>, {
|
|
107
|
+
status: "failed" | "starting" | "started" | "stopping" | "stopped" | "finished";
|
|
108
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
109
|
+
FAnalysisCommand: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
110
|
+
entity: {
|
|
111
|
+
type: PropType<Analysis>;
|
|
112
|
+
required: true;
|
|
113
|
+
};
|
|
114
|
+
command: {
|
|
115
|
+
type: PropType<`${import("@privateaim/core-kit").AnalysisAPICommand}`>;
|
|
116
|
+
required: true;
|
|
117
|
+
};
|
|
118
|
+
elementType: {
|
|
119
|
+
type: PropType<`${import("../../../index.js").ActionCommandElementType}`>;
|
|
120
|
+
default: import("../../../index.js").ActionCommandElementType;
|
|
121
|
+
};
|
|
122
|
+
withIcon: {
|
|
123
|
+
type: BooleanConstructor;
|
|
124
|
+
default: boolean;
|
|
125
|
+
};
|
|
126
|
+
withText: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "failed" | "executed")[], "updated" | "failed" | "executed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
131
|
+
entity: {
|
|
132
|
+
type: PropType<Analysis>;
|
|
133
|
+
required: true;
|
|
134
|
+
};
|
|
135
|
+
command: {
|
|
136
|
+
type: PropType<`${import("@privateaim/core-kit").AnalysisAPICommand}`>;
|
|
137
|
+
required: true;
|
|
138
|
+
};
|
|
139
|
+
elementType: {
|
|
140
|
+
type: PropType<`${import("../../../index.js").ActionCommandElementType}`>;
|
|
141
|
+
default: import("../../../index.js").ActionCommandElementType;
|
|
142
|
+
};
|
|
143
|
+
withIcon: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
withText: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
}>> & Readonly<{
|
|
152
|
+
onUpdated?: (...args: any[]) => any;
|
|
153
|
+
onFailed?: (...args: any[]) => any;
|
|
154
|
+
onExecuted?: (...args: any[]) => any;
|
|
155
|
+
}>, {
|
|
156
|
+
withText: boolean;
|
|
157
|
+
elementType: "link" | "button" | "dropDownItem";
|
|
158
|
+
withIcon: boolean;
|
|
159
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
160
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
161
|
+
FAnalysisConfigurationStep: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
162
|
+
entity: {
|
|
163
|
+
type: PropType<Analysis>;
|
|
164
|
+
required: true;
|
|
165
|
+
};
|
|
166
|
+
nodesLink: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
};
|
|
169
|
+
imageLink: {
|
|
170
|
+
type: StringConstructor;
|
|
171
|
+
};
|
|
172
|
+
}>, {
|
|
173
|
+
handleUpdated: (item: Analysis) => void;
|
|
174
|
+
handleFailed: (e: Error) => void;
|
|
175
|
+
handleExecuted: (type: string, command: string) => void;
|
|
176
|
+
passed: import("vue").ComputedRef<boolean>;
|
|
177
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "failed" | "executed" | "jumpTo")[], "updated" | "failed" | "executed" | "jumpTo", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
178
|
+
entity: {
|
|
179
|
+
type: PropType<Analysis>;
|
|
180
|
+
required: true;
|
|
181
|
+
};
|
|
182
|
+
nodesLink: {
|
|
183
|
+
type: StringConstructor;
|
|
184
|
+
};
|
|
185
|
+
imageLink: {
|
|
186
|
+
type: StringConstructor;
|
|
187
|
+
};
|
|
188
|
+
}>> & Readonly<{
|
|
189
|
+
onUpdated?: (...args: any[]) => any;
|
|
190
|
+
onFailed?: (...args: any[]) => any;
|
|
191
|
+
onExecuted?: (...args: any[]) => any;
|
|
192
|
+
onJumpTo?: (...args: any[]) => any;
|
|
193
|
+
}>, {}, {}, {
|
|
194
|
+
FAnalysisCommand: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
195
|
+
entity: {
|
|
196
|
+
type: PropType<Analysis>;
|
|
197
|
+
required: true;
|
|
198
|
+
};
|
|
199
|
+
command: {
|
|
200
|
+
type: PropType<`${import("@privateaim/core-kit").AnalysisAPICommand}`>;
|
|
201
|
+
required: true;
|
|
202
|
+
};
|
|
203
|
+
elementType: {
|
|
204
|
+
type: PropType<`${import("../../../index.js").ActionCommandElementType}`>;
|
|
205
|
+
default: import("../../../index.js").ActionCommandElementType;
|
|
206
|
+
};
|
|
207
|
+
withIcon: {
|
|
208
|
+
type: BooleanConstructor;
|
|
209
|
+
default: boolean;
|
|
210
|
+
};
|
|
211
|
+
withText: {
|
|
212
|
+
type: BooleanConstructor;
|
|
213
|
+
default: boolean;
|
|
214
|
+
};
|
|
215
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "failed" | "executed")[], "updated" | "failed" | "executed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
216
|
+
entity: {
|
|
217
|
+
type: PropType<Analysis>;
|
|
218
|
+
required: true;
|
|
219
|
+
};
|
|
220
|
+
command: {
|
|
221
|
+
type: PropType<`${import("@privateaim/core-kit").AnalysisAPICommand}`>;
|
|
222
|
+
required: true;
|
|
223
|
+
};
|
|
224
|
+
elementType: {
|
|
225
|
+
type: PropType<`${import("../../../index.js").ActionCommandElementType}`>;
|
|
226
|
+
default: import("../../../index.js").ActionCommandElementType;
|
|
227
|
+
};
|
|
228
|
+
withIcon: {
|
|
229
|
+
type: BooleanConstructor;
|
|
230
|
+
default: boolean;
|
|
231
|
+
};
|
|
232
|
+
withText: {
|
|
233
|
+
type: BooleanConstructor;
|
|
234
|
+
default: boolean;
|
|
235
|
+
};
|
|
236
|
+
}>> & Readonly<{
|
|
237
|
+
onUpdated?: (...args: any[]) => any;
|
|
238
|
+
onFailed?: (...args: any[]) => any;
|
|
239
|
+
onExecuted?: (...args: any[]) => any;
|
|
240
|
+
}>, {
|
|
241
|
+
withText: boolean;
|
|
242
|
+
elementType: "link" | "button" | "dropDownItem";
|
|
243
|
+
withIcon: boolean;
|
|
244
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
245
|
+
FAnalysisConfigurationNodesStep: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
246
|
+
entity: {
|
|
247
|
+
type: PropType<Analysis>;
|
|
248
|
+
required: true;
|
|
249
|
+
};
|
|
250
|
+
tag: {
|
|
251
|
+
type: StringConstructor;
|
|
252
|
+
default: string;
|
|
253
|
+
};
|
|
254
|
+
}>, {
|
|
255
|
+
passed: import("vue").ComputedRef<boolean>;
|
|
256
|
+
hasAggregator: import("vue").ComputedRef<boolean>;
|
|
257
|
+
hasDefault: import("vue").ComputedRef<boolean>;
|
|
258
|
+
message: import("vue").ComputedRef<string>;
|
|
259
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
260
|
+
entity: {
|
|
261
|
+
type: PropType<Analysis>;
|
|
262
|
+
required: true;
|
|
263
|
+
};
|
|
264
|
+
tag: {
|
|
265
|
+
type: StringConstructor;
|
|
266
|
+
default: string;
|
|
267
|
+
};
|
|
268
|
+
}>> & Readonly<{}>, {
|
|
269
|
+
tag: string;
|
|
270
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
271
|
+
FAnalysisConfigurationEntrypointStep: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
272
|
+
entity: {
|
|
273
|
+
type: PropType<Analysis>;
|
|
274
|
+
required: true;
|
|
275
|
+
};
|
|
276
|
+
tag: {
|
|
277
|
+
type: StringConstructor;
|
|
278
|
+
default: string;
|
|
279
|
+
};
|
|
280
|
+
}>, {
|
|
281
|
+
passed: import("vue").ComputedRef<boolean>;
|
|
282
|
+
message: import("vue").ComputedRef<string>;
|
|
283
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
284
|
+
entity: {
|
|
285
|
+
type: PropType<Analysis>;
|
|
286
|
+
required: true;
|
|
287
|
+
};
|
|
288
|
+
tag: {
|
|
289
|
+
type: StringConstructor;
|
|
290
|
+
default: string;
|
|
291
|
+
};
|
|
292
|
+
}>> & Readonly<{}>, {
|
|
293
|
+
tag: string;
|
|
294
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
295
|
+
FAnalysisConfigurationImageStep: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
296
|
+
entity: {
|
|
297
|
+
type: PropType<Analysis>;
|
|
298
|
+
required: true;
|
|
299
|
+
};
|
|
300
|
+
tag: {
|
|
301
|
+
type: StringConstructor;
|
|
302
|
+
default: string;
|
|
303
|
+
};
|
|
304
|
+
}>, {
|
|
305
|
+
passed: boolean;
|
|
306
|
+
message: import("vue").ComputedRef<string>;
|
|
307
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
308
|
+
entity: {
|
|
309
|
+
type: PropType<Analysis>;
|
|
310
|
+
required: true;
|
|
311
|
+
};
|
|
312
|
+
tag: {
|
|
313
|
+
type: StringConstructor;
|
|
314
|
+
default: string;
|
|
315
|
+
};
|
|
316
|
+
}>> & Readonly<{}>, {
|
|
317
|
+
tag: string;
|
|
318
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
319
|
+
VCLink: import("vue").DefineComponent<{
|
|
320
|
+
active: {
|
|
321
|
+
type: BooleanConstructor;
|
|
322
|
+
default: boolean;
|
|
323
|
+
};
|
|
324
|
+
disabled: {
|
|
325
|
+
type: BooleanConstructor;
|
|
326
|
+
default: boolean;
|
|
327
|
+
};
|
|
328
|
+
href: {
|
|
329
|
+
type: StringConstructor;
|
|
330
|
+
default: any;
|
|
331
|
+
};
|
|
332
|
+
prefetch: {
|
|
333
|
+
type: BooleanConstructor;
|
|
334
|
+
default: boolean;
|
|
335
|
+
};
|
|
336
|
+
target: {
|
|
337
|
+
type: StringConstructor;
|
|
338
|
+
default: string;
|
|
339
|
+
};
|
|
340
|
+
to: {
|
|
341
|
+
type: PropType<string | Record<string, any>>;
|
|
342
|
+
default: any;
|
|
343
|
+
};
|
|
344
|
+
query: {
|
|
345
|
+
type: PropType<import("@vuecs/link").LinkQuery>;
|
|
346
|
+
};
|
|
347
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
348
|
+
[key: string]: any;
|
|
349
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clicked")[], "click" | "clicked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
350
|
+
active: {
|
|
351
|
+
type: BooleanConstructor;
|
|
352
|
+
default: boolean;
|
|
353
|
+
};
|
|
354
|
+
disabled: {
|
|
355
|
+
type: BooleanConstructor;
|
|
356
|
+
default: boolean;
|
|
357
|
+
};
|
|
358
|
+
href: {
|
|
359
|
+
type: StringConstructor;
|
|
360
|
+
default: any;
|
|
361
|
+
};
|
|
362
|
+
prefetch: {
|
|
363
|
+
type: BooleanConstructor;
|
|
364
|
+
default: boolean;
|
|
365
|
+
};
|
|
366
|
+
target: {
|
|
367
|
+
type: StringConstructor;
|
|
368
|
+
default: string;
|
|
369
|
+
};
|
|
370
|
+
to: {
|
|
371
|
+
type: PropType<string | Record<string, any>>;
|
|
372
|
+
default: any;
|
|
373
|
+
};
|
|
374
|
+
query: {
|
|
375
|
+
type: PropType<import("@vuecs/link").LinkQuery>;
|
|
376
|
+
};
|
|
377
|
+
}>> & {
|
|
378
|
+
onClick?: (...args: any[]) => any;
|
|
379
|
+
onClicked?: (...args: any[]) => any;
|
|
380
|
+
}, {
|
|
381
|
+
active: boolean;
|
|
382
|
+
disabled: boolean;
|
|
383
|
+
href: string;
|
|
384
|
+
prefetch: boolean;
|
|
385
|
+
target: string;
|
|
386
|
+
to: any;
|
|
387
|
+
}, {}>;
|
|
388
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
389
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
390
|
+
declare const _default: typeof __VLS_export;
|
|
391
|
+
export default _default;
|
|
392
|
+
//# sourceMappingURL=FAnalysisSteps.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FAnalysisSteps.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/analysis/steps/FAnalysisSteps.vue"],"names":[],"mappings":"AA6DA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,QAAA,MAAM,YAAY;;cAQU,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;;;;;;;cAAlB,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAfzB,GAAG;yBACC,GAAG;;;;;;;;;;oEA+B1B,CAAC;wBA8FkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/analysis/steps/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -9,13 +9,16 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9
9
|
type: ArrayConstructor;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
|
+
readonly: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
12
16
|
}>, {
|
|
13
17
|
drop: () => Promise<void>;
|
|
14
18
|
marked: import("vue").ComputedRef<boolean>;
|
|
15
|
-
|
|
16
|
-
isMatch: import("vue").Ref<boolean, boolean>;
|
|
17
|
-
toggle: () => Promise<void>;
|
|
19
|
+
mark: () => void;
|
|
18
20
|
busy: import("vue").Ref<boolean, boolean>;
|
|
21
|
+
update: (entity: Partial<AnalysisBucketFile>) => Promise<void>;
|
|
19
22
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
23
|
check: (_entity?: AnalysisBucketFile) => true;
|
|
21
24
|
failed: (item: Error) => true;
|
|
@@ -32,6 +35,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
32
35
|
type: ArrayConstructor;
|
|
33
36
|
required: true;
|
|
34
37
|
};
|
|
38
|
+
readonly: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
35
42
|
}>> & Readonly<{
|
|
36
43
|
onCreated?: (item: AnalysisBucketFile) => any;
|
|
37
44
|
onUpdated?: (item: AnalysisBucketFile) => any;
|
|
@@ -39,7 +46,49 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
39
46
|
onResolved?: (_item: AnalysisBucketFile) => any;
|
|
40
47
|
onDeleted?: (item: AnalysisBucketFile) => any;
|
|
41
48
|
onFailed?: (item: Error) => any;
|
|
42
|
-
}>, {
|
|
49
|
+
}>, {
|
|
50
|
+
readonly: boolean;
|
|
51
|
+
}, {}, {
|
|
52
|
+
FAnalysisBucketFileDownload: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
53
|
+
entity: {
|
|
54
|
+
type: PropType<AnalysisBucketFile>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
elementType: {
|
|
58
|
+
type: PropType<`${import("../../core").ActionCommandElementType}`>;
|
|
59
|
+
default: import("../../core").ActionCommandElementType;
|
|
60
|
+
};
|
|
61
|
+
withIcon: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
withText: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
70
|
+
entity: {
|
|
71
|
+
type: PropType<AnalysisBucketFile>;
|
|
72
|
+
required: true;
|
|
73
|
+
};
|
|
74
|
+
elementType: {
|
|
75
|
+
type: PropType<`${import("../../core").ActionCommandElementType}`>;
|
|
76
|
+
default: import("../../core").ActionCommandElementType;
|
|
77
|
+
};
|
|
78
|
+
withIcon: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
withText: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
}>> & Readonly<{}>, {
|
|
87
|
+
withText: boolean;
|
|
88
|
+
elementType: "link" | "button" | "dropDownItem";
|
|
89
|
+
withIcon: boolean;
|
|
90
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
91
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
92
|
declare const _default: typeof __VLS_export;
|
|
44
93
|
export default _default;
|
|
45
94
|
//# sourceMappingURL=FAnalysisBucketFile.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FAnalysisBucketFile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/analysis-bucket-file/FAnalysisBucketFile.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FAnalysisBucketFile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/analysis-bucket-file/FAnalysisBucketFile.vue"],"names":[],"mappings":"AAoJA,OAAO,KAAK,EACR,kBAAkB,EACrB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AASpC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,kBAAkB,CAAC;;;;;;;;;;;;;;;;qBA0DlB,OAAO,CAAC,kBAAkB,CAAC;;sBA3CvC,kBAAkB;;;;;;;;cAfhB,QAAQ,CAAC,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAuEtD,CAAC;wBAiLkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FAnalysisBucketFileDownload.d.ts","sourceRoot":"","sources":["../../../src/components/analysis-bucket-file/FAnalysisBucketFileDownload.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,EAAE,wBAAwB,EAAgD,MAAM,YAAY,CAAC;AAEpG,QAAA,MAAM,2BAA2B;;cAGL,QAAQ,CAAC,kBAAkB,CAAC;;;;cAI5B,QAAQ,CAAC,GAAG,wBAAwB,EAAE,CAAC;;;;;;;;;;;;;cAJvC,QAAQ,CAAC,kBAAkB,CAAC;;;;cAI5B,QAAQ,CAAC,GAAG,wBAAwB,EAAE,CAAC;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FAnalysisBucketFileDownload.d.ts","sourceRoot":"","sources":["../../../src/components/analysis-bucket-file/FAnalysisBucketFileDownload.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,EAAE,wBAAwB,EAAgD,MAAM,YAAY,CAAC;AAEpG,QAAA,MAAM,2BAA2B;;cAGL,QAAQ,CAAC,kBAAkB,CAAC;;;;cAI5B,QAAQ,CAAC,GAAG,wBAAwB,EAAE,CAAC;;;;;;;;;;;;;cAJvC,QAAQ,CAAC,kBAAkB,CAAC;;;;cAI5B,QAAQ,CAAC,GAAG,wBAAwB,EAAE,CAAC;;;;;;;;;;;;;;;4EAsCjE,CAAC;AAEH,OAAO,EACH,2BAA2B,GAC9B,CAAC"}
|
|
@@ -6,8 +6,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6
6
|
type: PropType<AnalysisBucket>;
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
|
-
|
|
10
|
-
type:
|
|
9
|
+
readonly: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
11
12
|
};
|
|
12
13
|
}>, {
|
|
13
14
|
busy: import("vue").Ref<boolean, boolean>;
|
|
@@ -262,14 +263,14 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
262
263
|
fileListQuery: import("vue").ComputedRef<BuildInput<AnalysisBucketFile>>;
|
|
263
264
|
modal: import("vue").Ref<boolean, boolean>;
|
|
264
265
|
toggleModal: () => void;
|
|
265
|
-
|
|
266
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "deleted" | "failed" | "uploaded" | "setEntrypointFile")[], "created" | "updated" | "deleted" | "failed" | "uploaded" | "setEntrypointFile", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
266
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "updated" | "deleted" | "failed" | "uploaded")[], "created" | "updated" | "deleted" | "failed" | "uploaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
267
267
|
entity: {
|
|
268
268
|
type: PropType<AnalysisBucket>;
|
|
269
269
|
required: true;
|
|
270
270
|
};
|
|
271
|
-
|
|
272
|
-
type:
|
|
271
|
+
readonly: {
|
|
272
|
+
type: BooleanConstructor;
|
|
273
|
+
default: boolean;
|
|
273
274
|
};
|
|
274
275
|
}>> & Readonly<{
|
|
275
276
|
onCreated?: (...args: any[]) => any;
|
|
@@ -277,8 +278,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
277
278
|
onUpdated?: (...args: any[]) => any;
|
|
278
279
|
onFailed?: (...args: any[]) => any;
|
|
279
280
|
onUploaded?: (...args: any[]) => any;
|
|
280
|
-
|
|
281
|
-
|
|
281
|
+
}>, {
|
|
282
|
+
readonly: boolean;
|
|
283
|
+
}, {}, {
|
|
282
284
|
BModal: {
|
|
283
285
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
284
286
|
modelValue?: Exclude<import("bootstrap-vue-next").BModalProps["modelValue"], undefined>;
|
|
@@ -363,8 +365,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
363
365
|
onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
364
366
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
365
367
|
}>, {
|
|
366
|
-
hide: (trigger?: string, noTriggerEmit
|
|
367
|
-
/** @type {__VLS_StyleScopedClasses['fa']} */ ? /** @type {__VLS_StyleScopedClasses['fa']} */: boolean) => Promise<string>;
|
|
368
|
+
hide: (trigger?: string, noTriggerEmit?: boolean) => Promise<string>;
|
|
368
369
|
id: import("vue").ComputedRef<string>;
|
|
369
370
|
show: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
370
371
|
toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
@@ -1028,8 +1029,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1028
1029
|
onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1029
1030
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1030
1031
|
}>, {
|
|
1031
|
-
hide: (trigger?: string, noTriggerEmit
|
|
1032
|
-
/** @type {__VLS_StyleScopedClasses['fa']} */ ? /** @type {__VLS_StyleScopedClasses['fa']} */: boolean) => Promise<string>;
|
|
1032
|
+
hide: (trigger?: string, noTriggerEmit?: boolean) => Promise<string>;
|
|
1033
1033
|
id: import("vue").ComputedRef<string>;
|
|
1034
1034
|
show: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
1035
1035
|
toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
@@ -1184,8 +1184,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1184
1184
|
onShown?: ((value: import("bootstrap-vue-next").BvTriggerableEvent) => any) | undefined;
|
|
1185
1185
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1186
1186
|
}>, {
|
|
1187
|
-
hide: (trigger?: string, noTriggerEmit
|
|
1188
|
-
/** @type {__VLS_StyleScopedClasses['fa']} */ ? /** @type {__VLS_StyleScopedClasses['fa']} */: boolean) => Promise<string>;
|
|
1187
|
+
hide: (trigger?: string, noTriggerEmit?: boolean) => Promise<string>;
|
|
1189
1188
|
id: import("vue").ComputedRef<string>;
|
|
1190
1189
|
show: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
1191
1190
|
toggle: (resolveOnHide?: boolean) => Promise<boolean | string>;
|
|
@@ -1471,13 +1470,16 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1471
1470
|
type: ArrayConstructor;
|
|
1472
1471
|
required: true;
|
|
1473
1472
|
};
|
|
1473
|
+
readonly: {
|
|
1474
|
+
type: BooleanConstructor;
|
|
1475
|
+
default: boolean;
|
|
1476
|
+
};
|
|
1474
1477
|
}>, {
|
|
1475
1478
|
drop: () => Promise<void>;
|
|
1476
1479
|
marked: import("vue").ComputedRef<boolean>;
|
|
1477
|
-
|
|
1478
|
-
isMatch: import("vue").Ref<boolean, boolean>;
|
|
1479
|
-
toggle: () => Promise<void>;
|
|
1480
|
+
mark: () => void;
|
|
1480
1481
|
busy: import("vue").Ref<boolean, boolean>;
|
|
1482
|
+
update: (entity: Partial<AnalysisBucketFile>) => Promise<void>;
|
|
1481
1483
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1482
1484
|
check: (_entity?: AnalysisBucketFile) => true;
|
|
1483
1485
|
failed: (item: Error) => true;
|
|
@@ -1494,6 +1496,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1494
1496
|
type: ArrayConstructor;
|
|
1495
1497
|
required: true;
|
|
1496
1498
|
};
|
|
1499
|
+
readonly: {
|
|
1500
|
+
type: BooleanConstructor;
|
|
1501
|
+
default: boolean;
|
|
1502
|
+
};
|
|
1497
1503
|
}>> & Readonly<{
|
|
1498
1504
|
onCreated?: (item: AnalysisBucketFile) => any;
|
|
1499
1505
|
onUpdated?: (item: AnalysisBucketFile) => any;
|
|
@@ -1501,7 +1507,49 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1501
1507
|
onResolved?: (_item: AnalysisBucketFile) => any;
|
|
1502
1508
|
onDeleted?: (item: AnalysisBucketFile) => any;
|
|
1503
1509
|
onFailed?: (item: Error) => any;
|
|
1504
|
-
}>, {
|
|
1510
|
+
}>, {
|
|
1511
|
+
readonly: boolean;
|
|
1512
|
+
}, {}, {
|
|
1513
|
+
FAnalysisBucketFileDownload: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1514
|
+
entity: {
|
|
1515
|
+
type: PropType<AnalysisBucketFile>;
|
|
1516
|
+
required: true;
|
|
1517
|
+
};
|
|
1518
|
+
elementType: {
|
|
1519
|
+
type: PropType<`${import("../../core").ActionCommandElementType}`>;
|
|
1520
|
+
default: import("../../core").ActionCommandElementType;
|
|
1521
|
+
};
|
|
1522
|
+
withIcon: {
|
|
1523
|
+
type: BooleanConstructor;
|
|
1524
|
+
default: boolean;
|
|
1525
|
+
};
|
|
1526
|
+
withText: {
|
|
1527
|
+
type: BooleanConstructor;
|
|
1528
|
+
default: boolean;
|
|
1529
|
+
};
|
|
1530
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1531
|
+
entity: {
|
|
1532
|
+
type: PropType<AnalysisBucketFile>;
|
|
1533
|
+
required: true;
|
|
1534
|
+
};
|
|
1535
|
+
elementType: {
|
|
1536
|
+
type: PropType<`${import("../../core").ActionCommandElementType}`>;
|
|
1537
|
+
default: import("../../core").ActionCommandElementType;
|
|
1538
|
+
};
|
|
1539
|
+
withIcon: {
|
|
1540
|
+
type: BooleanConstructor;
|
|
1541
|
+
default: boolean;
|
|
1542
|
+
};
|
|
1543
|
+
withText: {
|
|
1544
|
+
type: BooleanConstructor;
|
|
1545
|
+
default: boolean;
|
|
1546
|
+
};
|
|
1547
|
+
}>> & Readonly<{}>, {
|
|
1548
|
+
withText: boolean;
|
|
1549
|
+
elementType: "link" | "button" | "dropDownItem";
|
|
1550
|
+
withIcon: boolean;
|
|
1551
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1552
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1505
1553
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1506
1554
|
declare const _default: typeof __VLS_export;
|
|
1507
1555
|
export default _default;
|