@privateaim/client-vue 0.8.15 → 0.8.16
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/FEntityDelete.d.ts +14 -2
- package/dist/components/FEntityDelete.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysis.d.ts +1 -1
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +2 -2
- package/dist/components/analysis/FAnalysisBuildStatusText.vue.d.ts +1 -1
- package/dist/components/analysis/FAnalysisCommand.d.ts +1 -1
- package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts +1 -1
- package/dist/components/analysis/FAnalysisItem.d.ts +6 -6
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts +20 -8
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisName.d.ts +1 -1
- package/dist/components/analysis/FAnalysisPipeline.vue.d.ts +3 -3
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +78 -68
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts +29 -23
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +39 -33
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts +2 -2
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +33 -27
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts +1 -1
- package/dist/components/analysis-bucket/FAnalysisBucket.d.ts +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts +2 -2
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +36 -30
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileUpload.vue.d.ts +4 -4
- package/dist/components/analysis-log/FAnalysisLogs.d.ts.map +1 -1
- package/dist/components/analysis-log/index.d.ts +0 -1
- package/dist/components/analysis-log/index.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalsisNodeApprovalCommand.d.ts +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 +5 -5
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +32 -26
- 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/FEvent.d.ts +1 -1
- package/dist/components/event/FEvent.d.ts.map +1 -1
- package/dist/components/event/FEventActor.vue.d.ts +1 -1
- package/dist/components/event/FEventActor.vue.d.ts.map +1 -1
- package/dist/components/event/FEventExpiring.vue.d.ts +1 -1
- package/dist/components/event/FEventExpiring.vue.d.ts.map +1 -1
- package/dist/components/event/FEventRef.vue.d.ts +1 -1
- package/dist/components/event/FEventRef.vue.d.ts.map +1 -1
- package/dist/components/event/FEvents.vue.d.ts +355 -0
- package/dist/components/event/FEvents.vue.d.ts.map +1 -0
- package/dist/components/event/index.d.ts +1 -1
- package/dist/components/event/index.d.ts.map +1 -1
- package/dist/components/log/FLog.d.ts +1 -1
- package/dist/components/log/FLog.d.ts.map +1 -1
- package/dist/components/log/FLogs.vue.d.ts +210 -0
- package/dist/components/log/FLogs.vue.d.ts.map +1 -0
- package/dist/components/log/index.d.ts +1 -0
- package/dist/components/log/index.d.ts.map +1 -1
- package/dist/components/master-image/FMasterImage.d.ts +1 -1
- package/dist/components/master-image/FMasterImagesSync.d.ts +14 -2
- package/dist/components/master-image/FMasterImagesSync.d.ts.map +1 -1
- package/dist/components/node/FNodeCrypto.vue.d.ts +1 -4
- package/dist/components/node/FNodeCrypto.vue.d.ts.map +1 -1
- package/dist/components/node/FNodeForm.d.ts +1 -1
- package/dist/components/node/FNodeRegistryProject.d.ts +2 -2
- package/dist/components/node/FNodeRobot.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/FProjectItem.d.ts +2 -2
- package/dist/components/project/FProjectItemCard.vue.d.ts +14 -2
- package/dist/components/project/FProjectItemCard.vue.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNode.d.ts +1 -1
- package/dist/components/project-node/FProjectNodeApprovalCommand.d.ts +1 -1
- package/dist/components/project-node/FProjectNodeAssignAction.d.ts +1 -1
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +31 -25
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/registry/FRegistryCleanup.d.ts +14 -2
- package/dist/components/registry/FRegistryCleanup.d.ts.map +1 -1
- package/dist/components/registry/FRegistryForm.d.ts +1 -1
- package/dist/components/registry/FRegistrySetup.d.ts +14 -2
- package/dist/components/registry/FRegistrySetup.d.ts.map +1 -1
- package/dist/components/registry-project/FRegistryProject.d.ts +1 -1
- package/dist/components/utility/search/FSearch.d.ts +1 -1
- package/dist/core/http-client/index.d.ts +1 -0
- package/dist/core/http-client/index.d.ts.map +1 -1
- package/dist/core/http-client/telemetry/index.d.ts +3 -0
- package/dist/core/http-client/telemetry/index.d.ts.map +1 -0
- package/dist/core/http-client/telemetry/install.d.ts +4 -0
- package/dist/core/http-client/telemetry/install.d.ts.map +1 -0
- package/dist/core/http-client/telemetry/singleton.d.ts +6 -0
- package/dist/core/http-client/telemetry/singleton.d.ts.map +1 -0
- package/dist/index.cjs +1037 -1005
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1043 -1015
- package/dist/index.mjs.map +1 -1
- package/dist/module.d.ts.map +1 -1
- package/dist/type.d.ts +1 -0
- package/dist/type.d.ts.map +1 -1
- package/package.json +18 -15
- package/dist/components/analysis-log/FAnalysisLog.d.ts +0 -27
- package/dist/components/analysis-log/FAnalysisLog.d.ts.map +0 -1
- package/dist/components/event/FEvents.d.ts +0 -14
- package/dist/components/event/FEvents.d.ts.map +0 -1
|
@@ -2,6 +2,10 @@ import type { DomainType } from '@privateaim/core-kit';
|
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
3
|
import { ElementType } from './constants';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
+
service: {
|
|
6
|
+
type: PropType<"core" | "storage" | "telemetry">;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
5
9
|
elementIcon: {
|
|
6
10
|
type: StringConstructor;
|
|
7
11
|
default: string;
|
|
@@ -32,7 +36,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
36
|
};
|
|
33
37
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
38
|
[key: string]: any;
|
|
35
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
39
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("deleted" | "failed")[], "deleted" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
service: {
|
|
41
|
+
type: PropType<"core" | "storage" | "telemetry">;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
36
44
|
elementIcon: {
|
|
37
45
|
type: StringConstructor;
|
|
38
46
|
default: string;
|
|
@@ -61,8 +69,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
61
69
|
type: StringConstructor;
|
|
62
70
|
default: any;
|
|
63
71
|
};
|
|
64
|
-
}>> & Readonly<{
|
|
72
|
+
}>> & Readonly<{
|
|
73
|
+
onDeleted?: (...args: any[]) => any;
|
|
74
|
+
onFailed?: (...args: any[]) => any;
|
|
75
|
+
}>, {
|
|
65
76
|
locale: string;
|
|
77
|
+
service: "core" | "storage" | "telemetry";
|
|
66
78
|
hint: string;
|
|
67
79
|
elementIcon: string;
|
|
68
80
|
withText: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FEntityDelete.d.ts","sourceRoot":"","sources":["../../src/components/FEntityDelete.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"FEntityDelete.d.ts","sourceRoot":"","sources":["../../src/components/FEntityDelete.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAER,QAAQ,EAGX,MAAM,KAAK,CAAC;AAMb,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;;;cAMd,QAAQ,CAAC,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC;;;;;;;;;;;;cAY1C,QAAQ,CAAC,GAAG,WAAW,EAAE,CAAC;;;;;;;;cAS1B,QAAQ,CAAC,GAAG,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;cArBzB,QAAQ,CAAC,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC;;;;;;;;;;;;cAY1C,QAAQ,CAAC,GAAG,WAAW,EAAE,CAAC;;;;;;;;cAS1B,QAAQ,CAAC,GAAG,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;AAzBrD,wBAmJG"}
|
|
@@ -36,9 +36,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
36
|
}>> & Readonly<{
|
|
37
37
|
onCreated?: (item: Analysis) => any;
|
|
38
38
|
onUpdated?: (item: Analysis) => any;
|
|
39
|
-
onFailed?: (item: Error) => any;
|
|
40
39
|
onDeleted?: (item: Analysis) => any;
|
|
41
40
|
onResolved?: (_item: Analysis) => any;
|
|
41
|
+
onFailed?: (item: Error) => any;
|
|
42
42
|
}>, {}, SlotsType<EntityManagerSlotsType<Analysis>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
export default _default;
|
|
44
44
|
//# sourceMappingURL=FAnalysis.d.ts.map
|
|
@@ -83,9 +83,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
83
|
}>> & Readonly<{
|
|
84
84
|
onCreated?: (item: Analysis) => any;
|
|
85
85
|
onUpdated?: (item: Analysis) => any;
|
|
86
|
-
onFailed?: (item: Error) => any;
|
|
87
86
|
onDeleted?: (item: Analysis) => any;
|
|
88
87
|
onResolved?: (_item: Analysis) => any;
|
|
88
|
+
onFailed?: (item: Error) => any;
|
|
89
89
|
}>, {}, {}, {
|
|
90
90
|
FSearch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
91
91
|
icon: {
|
|
@@ -128,8 +128,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
128
128
|
type: PropType<import("../../core").ListMeta<any>>;
|
|
129
129
|
};
|
|
130
130
|
}>> & Readonly<{}>, {
|
|
131
|
-
icon: boolean;
|
|
132
131
|
busy: boolean;
|
|
132
|
+
icon: boolean;
|
|
133
133
|
}, import("vue").SlotsType<{
|
|
134
134
|
default: Record<string, any>;
|
|
135
135
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7
7
|
};
|
|
8
8
|
}>, {}, {}, {
|
|
9
9
|
statusText(): "failed" | "none" | "finished" | "starting..." | "stopping..." | "started" | "stopped";
|
|
10
|
-
classSuffix(): "warning" | "
|
|
10
|
+
classSuffix(): "warning" | "success" | "danger" | "info" | "primary";
|
|
11
11
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
status: {
|
|
13
13
|
type: PropType<`${AnalysisBuildStatus}`>;
|
|
@@ -45,8 +45,8 @@ declare const FAnalysisCommand: import("vue").DefineComponent<import("vue").Extr
|
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{
|
|
48
|
-
onFailed?: (...args: any[]) => any;
|
|
49
48
|
onUpdated?: (...args: any[]) => any;
|
|
49
|
+
onFailed?: (...args: any[]) => any;
|
|
50
50
|
onExecuted?: (...args: any[]) => any;
|
|
51
51
|
}>, {
|
|
52
52
|
withText: boolean;
|
|
@@ -1045,8 +1045,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1045
1045
|
type: PropType<MasterImage>;
|
|
1046
1046
|
};
|
|
1047
1047
|
}>> & Readonly<{
|
|
1048
|
-
onFailed?: (...args: any[]) => any;
|
|
1049
1048
|
onUpdated?: (...args: any[]) => any;
|
|
1049
|
+
onFailed?: (...args: any[]) => any;
|
|
1050
1050
|
}>, {}, {}, {
|
|
1051
1051
|
FFormInputList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1052
1052
|
names: {
|
|
@@ -7,15 +7,15 @@ declare const FAnalysisItem: import("vue").DefineComponent<import("vue").Extract
|
|
|
7
7
|
};
|
|
8
8
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted" | "failed" | "executed")[], "updated" | "deleted" | "failed" | "executed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
entity: {
|
|
12
12
|
type: PropType<Analysis>;
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
15
|
}>> & Readonly<{
|
|
16
|
-
onFailed?: (...args: any[]) => any;
|
|
17
16
|
onDeleted?: (...args: any[]) => any;
|
|
18
17
|
onUpdated?: (...args: any[]) => any;
|
|
18
|
+
onFailed?: (...args: any[]) => any;
|
|
19
19
|
onExecuted?: (...args: any[]) => any;
|
|
20
20
|
}>, {}, {}, {
|
|
21
21
|
TrainName: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -47,8 +47,8 @@ declare const FAnalysisItem: import("vue").DefineComponent<import("vue").Extract
|
|
|
47
47
|
default: boolean;
|
|
48
48
|
};
|
|
49
49
|
}>> & Readonly<{
|
|
50
|
-
onFailed?: (...args: any[]) => any;
|
|
51
50
|
onUpdated?: (...args: any[]) => any;
|
|
51
|
+
onFailed?: (...args: any[]) => any;
|
|
52
52
|
}>, {
|
|
53
53
|
entityName: string;
|
|
54
54
|
editable: boolean;
|
|
@@ -269,8 +269,8 @@ declare const FAnalysisItem: import("vue").DefineComponent<import("vue").Extract
|
|
|
269
269
|
required: true;
|
|
270
270
|
};
|
|
271
271
|
}>> & Readonly<{
|
|
272
|
-
onFailed?: (...args: any[]) => any;
|
|
273
272
|
onUpdated?: (...args: any[]) => any;
|
|
273
|
+
onFailed?: (...args: any[]) => any;
|
|
274
274
|
onExecuted?: (...args: any[]) => any;
|
|
275
275
|
}>, {
|
|
276
276
|
listDirection: string;
|
|
@@ -283,7 +283,7 @@ declare const FAnalysisItem: import("vue").DefineComponent<import("vue").Extract
|
|
|
283
283
|
};
|
|
284
284
|
}>, {}, {}, {
|
|
285
285
|
statusText(): "failed" | "none" | "finished" | "starting..." | "stopping..." | "started" | "stopped";
|
|
286
|
-
classSuffix(): "warning" | "
|
|
286
|
+
classSuffix(): "warning" | "success" | "danger" | "info" | "primary";
|
|
287
287
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
288
288
|
status: {
|
|
289
289
|
type: PropType<`${import("@privateaim/core-kit").AnalysisBuildStatus}`>;
|
|
@@ -352,8 +352,8 @@ declare const FAnalysisItem: import("vue").DefineComponent<import("vue").Extract
|
|
|
352
352
|
default: boolean;
|
|
353
353
|
};
|
|
354
354
|
}>> & Readonly<{
|
|
355
|
-
onFailed?: (...args: any[]) => any;
|
|
356
355
|
onUpdated?: (...args: any[]) => any;
|
|
356
|
+
onFailed?: (...args: any[]) => any;
|
|
357
357
|
onExecuted?: (...args: any[]) => any;
|
|
358
358
|
}>, {
|
|
359
359
|
withText: boolean;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
17
17
|
handleExecuted: (component: string, command: string) => void;
|
|
18
18
|
handleFailed: (error: Error) => void;
|
|
19
19
|
handleUpdated: (data: Analysis) => void;
|
|
20
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted" | "failed" | "executed")[], "updated" | "deleted" | "failed" | "executed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
entity: {
|
|
22
22
|
type: PropType<Analysis>;
|
|
23
23
|
required: true;
|
|
@@ -27,9 +27,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{
|
|
30
|
-
onFailed?: (...args: any[]) => any;
|
|
31
30
|
onDeleted?: (...args: any[]) => any;
|
|
32
31
|
onUpdated?: (...args: any[]) => any;
|
|
32
|
+
onFailed?: (...args: any[]) => any;
|
|
33
33
|
onExecuted?: (...args: any[]) => any;
|
|
34
34
|
}>, {
|
|
35
35
|
busy: boolean;
|
|
@@ -254,8 +254,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
254
254
|
required: true;
|
|
255
255
|
};
|
|
256
256
|
}>> & Readonly<{
|
|
257
|
-
onFailed?: (...args: any[]) => any;
|
|
258
257
|
onUpdated?: (...args: any[]) => any;
|
|
258
|
+
onFailed?: (...args: any[]) => any;
|
|
259
259
|
onExecuted?: (...args: any[]) => any;
|
|
260
260
|
}>, {
|
|
261
261
|
listDirection: string;
|
|
@@ -268,7 +268,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
268
268
|
};
|
|
269
269
|
}>, {}, {}, {
|
|
270
270
|
statusText(): "failed" | "none" | "finished" | "starting..." | "stopping..." | "started" | "stopped";
|
|
271
|
-
classSuffix(): "warning" | "
|
|
271
|
+
classSuffix(): "warning" | "success" | "danger" | "info" | "primary";
|
|
272
272
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
273
273
|
status: {
|
|
274
274
|
type: PropType<`${import("@privateaim/core-kit").AnalysisBuildStatus}`>;
|
|
@@ -337,8 +337,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
337
337
|
default: boolean;
|
|
338
338
|
};
|
|
339
339
|
}>> & Readonly<{
|
|
340
|
-
onFailed?: (...args: any[]) => any;
|
|
341
340
|
onUpdated?: (...args: any[]) => any;
|
|
341
|
+
onFailed?: (...args: any[]) => any;
|
|
342
342
|
onExecuted?: (...args: any[]) => any;
|
|
343
343
|
}>, {
|
|
344
344
|
withText: boolean;
|
|
@@ -375,13 +375,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
375
375
|
default: boolean;
|
|
376
376
|
};
|
|
377
377
|
}>> & Readonly<{
|
|
378
|
-
onFailed?: (...args: any[]) => any;
|
|
379
378
|
onUpdated?: (...args: any[]) => any;
|
|
379
|
+
onFailed?: (...args: any[]) => any;
|
|
380
380
|
}>, {
|
|
381
381
|
entityName: string;
|
|
382
382
|
editable: boolean;
|
|
383
383
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
384
384
|
FEntityDelete: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
385
|
+
service: {
|
|
386
|
+
type: PropType<"core" | "storage" | "telemetry">;
|
|
387
|
+
default: string;
|
|
388
|
+
};
|
|
385
389
|
elementIcon: {
|
|
386
390
|
type: StringConstructor;
|
|
387
391
|
default: string;
|
|
@@ -412,7 +416,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
412
416
|
};
|
|
413
417
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
414
418
|
[key: string]: any;
|
|
415
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
419
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("deleted" | "failed")[], "deleted" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
420
|
+
service: {
|
|
421
|
+
type: PropType<"core" | "storage" | "telemetry">;
|
|
422
|
+
default: string;
|
|
423
|
+
};
|
|
416
424
|
elementIcon: {
|
|
417
425
|
type: StringConstructor;
|
|
418
426
|
default: string;
|
|
@@ -441,8 +449,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
441
449
|
type: StringConstructor;
|
|
442
450
|
default: any;
|
|
443
451
|
};
|
|
444
|
-
}>> & Readonly<{
|
|
452
|
+
}>> & Readonly<{
|
|
453
|
+
onDeleted?: (...args: any[]) => any;
|
|
454
|
+
onFailed?: (...args: any[]) => any;
|
|
455
|
+
}>, {
|
|
445
456
|
locale: string;
|
|
457
|
+
service: "core" | "storage" | "telemetry";
|
|
446
458
|
hint: string;
|
|
447
459
|
elementIcon: string;
|
|
448
460
|
withText: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FAnalysisItemCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/analysis/FAnalysisItemCard.vue"],"names":[],"mappings":"AA+LA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAIrD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;;;cAmBnB,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;;;;0BAsBT,QAAQ;gCAIF,MAAM,WAAW,MAAM;0BAI7B,KAAK;0BAIL,QAAQ;;;cAlCjB,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;;;;;;;;iBAUH;QAC/B,IAAI,EAAE,QAAQ,CAAA;KACjB
|
|
1
|
+
{"version":3,"file":"FAnalysisItemCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/analysis/FAnalysisItemCard.vue"],"names":[],"mappings":"AA+LA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAIrD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;;;cAmBnB,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;;;;0BAsBT,QAAQ;gCAIF,MAAM,WAAW,MAAM;0BAI7B,KAAK;0BAIL,QAAQ;;;cAlCjB,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;;;;;;;;iBAUH;QAC/B,IAAI,EAAE,QAAQ,CAAA;KACjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBApCT,GA1IoE;qBA0IpE,GAxIoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqJpB,wBA4DG"}
|
|
@@ -28,8 +28,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
30
|
}>> & Readonly<{
|
|
31
|
-
onFailed?: (...args: any[]) => any;
|
|
32
31
|
onUpdated?: (...args: any[]) => any;
|
|
32
|
+
onFailed?: (...args: any[]) => any;
|
|
33
33
|
}>, {
|
|
34
34
|
entityName: string;
|
|
35
35
|
editable: boolean;
|
|
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
38
38
|
required: true;
|
|
39
39
|
};
|
|
40
40
|
}>> & Readonly<{
|
|
41
|
-
onFailed?: (...args: any[]) => any;
|
|
42
41
|
onUpdated?: (...args: any[]) => any;
|
|
42
|
+
onFailed?: (...args: any[]) => any;
|
|
43
43
|
onExecuted?: (...args: any[]) => any;
|
|
44
44
|
}>, {
|
|
45
45
|
listDirection: string;
|
|
@@ -52,7 +52,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
52
52
|
};
|
|
53
53
|
}>, {}, {}, {
|
|
54
54
|
statusText(): "failed" | "none" | "finished" | "starting..." | "stopping..." | "started" | "stopped";
|
|
55
|
-
classSuffix(): "warning" | "
|
|
55
|
+
classSuffix(): "warning" | "success" | "danger" | "info" | "primary";
|
|
56
56
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
57
|
status: {
|
|
58
58
|
type: PropType<`${AnalysisBuildStatus}`>;
|
|
@@ -121,8 +121,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
121
121
|
default: boolean;
|
|
122
122
|
};
|
|
123
123
|
}>> & Readonly<{
|
|
124
|
-
onFailed?: (...args: any[]) => any;
|
|
125
124
|
onUpdated?: (...args: any[]) => any;
|
|
125
|
+
onFailed?: (...args: any[]) => any;
|
|
126
126
|
onExecuted?: (...args: any[]) => any;
|
|
127
127
|
}>, {
|
|
128
128
|
withText: boolean;
|