@privateaim/client-vue 0.8.2 → 0.8.4
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/Dropdown.d.ts +2 -2
- package/dist/components/FEntityDelete.d.ts +8 -12
- package/dist/components/FEntityDelete.d.ts.map +1 -1
- package/dist/components/analysis/FAnalyses.d.ts +7 -7
- package/dist/components/analysis/FAnalysis.d.ts +5 -5
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +192 -7
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisBuildStatusText.vue.d.ts +5 -5
- package/dist/components/analysis/FAnalysisCommand.d.ts +5 -5
- package/dist/components/analysis/FAnalysisCommand.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisConfigurationStatusText.vue.d.ts +5 -5
- package/dist/components/analysis/FAnalysisImageCommand.d.ts +6 -6
- package/dist/components/analysis/FAnalysisItem.d.ts +325 -6
- package/dist/components/analysis/FAnalysisItem.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts +510 -8
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisName.d.ts +6 -6
- package/dist/components/analysis/FAnalysisPipeline.vue.d.ts +91 -6
- package/dist/components/analysis/FAnalysisPipeline.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +1013 -8
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepBase.vue.d.ts +430 -6
- package/dist/components/analysis/wizard/FAnalysisWizardStepBase.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +497 -9
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFinal.vue.d.ts +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFinal.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket/FAnalysisBucket.d.ts +5 -5
- package/dist/components/analysis-bucket/FAnalysisBucketDownload.d.ts +4 -4
- package/dist/components/analysis-bucket/FAnalysisBucketDownload.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts +9 -9
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileDownload.d.ts +4 -4
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileDownload.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +255 -17
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFiles.d.ts +7 -7
- package/dist/components/analysis-bucket-file/FAnalysisBucketFiles.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisFormFile.vue.d.ts +6 -6
- package/dist/components/analysis-bucket-file/FAnalysisFormFile.vue.d.ts.map +1 -1
- package/dist/components/analysis-log/FAnalysisLog.d.ts +5 -5
- package/dist/components/analysis-log/FAnalysisLogs.d.ts +5 -5
- package/dist/components/analysis-node/FAnalsisNodeApprovalCommand.d.ts +9 -9
- package/dist/components/analysis-node/FAnalsisNodeApprovalCommand.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNode.d.ts +5 -5
- package/dist/components/analysis-node/FAnalysisNodeApprovalStatus.d.ts +5 -5
- package/dist/components/analysis-node/FAnalysisNodeApprovalStatus.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodeAssignAction.d.ts +6 -6
- package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts +258 -6
- package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodeRunStatus.d.ts +5 -5
- package/dist/components/analysis-node/FAnalysisNodeRunStatus.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodes.d.ts +11 -16
- package/dist/components/analysis-node/FAnalysisNodes.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts +124 -5
- package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts.map +1 -1
- package/dist/components/constants.d.ts +6 -0
- package/dist/components/constants.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/login/FLoginForm.vue.d.ts +179 -6
- package/dist/components/login/FLoginForm.vue.d.ts.map +1 -1
- package/dist/components/master-image/FMasterImagePicker.d.ts +85 -6
- package/dist/components/master-image/FMasterImagePicker.d.ts.map +1 -1
- package/dist/components/master-image/FMasterImages.d.ts +7 -7
- package/dist/components/master-image/FMasterImagesSync.d.ts +149 -2
- package/dist/components/master-image/FMasterImagesSync.d.ts.map +1 -1
- package/dist/components/master-image-group/FMasterImageGroups.d.ts +7 -7
- package/dist/components/node/FNodeForm.d.ts +7 -7
- package/dist/components/node/FNodeRegistryProject.d.ts +5 -5
- package/dist/components/node/FNodeRobot.d.ts +6 -5
- package/dist/components/node/FNodeRobot.d.ts.map +1 -1
- package/dist/components/node/FNodes.d.ts +7 -7
- package/dist/components/project/FProject.d.ts +5 -5
- package/dist/components/project/FProject.d.ts.map +1 -1
- package/dist/components/project/FProjectForm.d.ts +7 -7
- package/dist/components/project/FProjectForm.d.ts.map +1 -1
- package/dist/components/project/FProjectInForm.d.ts +4 -4
- package/dist/components/project/FProjectInForm.d.ts.map +1 -1
- package/dist/components/project/FProjectItem.d.ts +5 -5
- package/dist/components/project/FProjectItem.d.ts.map +1 -1
- package/dist/components/project/FProjectItemCard.vue.d.ts +191 -7
- package/dist/components/project/FProjectItemCard.vue.d.ts.map +1 -1
- package/dist/components/project/FProjects.d.ts +7 -7
- package/dist/components/project/FProjects.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNode.d.ts +5 -5
- package/dist/components/project-node/FProjectNodeApprovalCommand.d.ts +9 -9
- package/dist/components/project-node/FProjectNodeApprovalCommand.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNodeApprovalStatus.d.ts +5 -5
- package/dist/components/project-node/FProjectNodeApprovalStatus.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNodeAssignAction.d.ts +6 -6
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +160 -7
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNodes.d.ts +9 -13
- package/dist/components/project-node/FProjectNodes.d.ts.map +1 -1
- package/dist/components/registry/FRegistries.d.ts +7 -7
- package/dist/components/registry/FRegistryCleanup.d.ts +150 -5
- package/dist/components/registry/FRegistryCleanup.d.ts.map +1 -1
- package/dist/components/registry/FRegistryForm.d.ts +7 -7
- package/dist/components/registry/FRegistrySetup.d.ts +150 -5
- package/dist/components/registry/FRegistrySetup.d.ts.map +1 -1
- package/dist/components/registry-project/FRegistryProject.d.ts +5 -5
- package/dist/components/registry-project/FRegistryProjectForm.d.ts +5 -5
- package/dist/components/registry-project/FRegistryProjects.d.ts +7 -7
- package/dist/components/utility/pagination/FPagination.d.ts +5 -5
- package/dist/components/utility/pagination/FPagination.d.ts.map +1 -1
- package/dist/components/utility/search/FSearch.d.ts +5 -5
- package/dist/components/utility/search/FSearch.d.ts.map +1 -1
- package/dist/components/utility/title/FTitle.d.ts +5 -5
- package/dist/components/utility/title/FTitle.d.ts.map +1 -1
- package/dist/core/entity-action-command/utils.d.ts.map +1 -1
- package/dist/core/http-client/setup.d.ts.map +1 -1
- package/dist/core/list/module.d.ts.map +1 -1
- package/dist/index.cjs +671 -700
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +677 -709
- package/dist/index.mjs.map +1 -1
- package/package.json +30 -30
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clicked")[], "click" | "clicked", import("vue").PublicProps, Readonly<
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clicked")[], "click" | "clicked", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
4
|
onClick?: (...args: any[]) => any;
|
|
5
5
|
onClicked?: (...args: any[]) => any;
|
|
6
|
-
}, {}, {}>;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
7
|
export default _default;
|
|
8
8
|
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import type { DomainType } from '@privateaim/core-kit';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
LINK = "link",
|
|
6
|
-
DROP_DOWN_ITEM = "dropDownItem"
|
|
7
|
-
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
import { ElementType } from './constants';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9
5
|
elementIcon: {
|
|
10
6
|
type: StringConstructor;
|
|
11
7
|
default: string;
|
|
@@ -16,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
12
|
};
|
|
17
13
|
elementType: {
|
|
18
14
|
type: PropType<`${ElementType}`>;
|
|
19
|
-
default:
|
|
15
|
+
default: string;
|
|
20
16
|
};
|
|
21
17
|
entityId: {
|
|
22
18
|
type: StringConstructor;
|
|
@@ -34,9 +30,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
30
|
type: StringConstructor;
|
|
35
31
|
default: any;
|
|
36
32
|
};
|
|
37
|
-
}
|
|
33
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
34
|
[key: string]: any;
|
|
39
|
-
}>,
|
|
35
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
36
|
elementIcon: {
|
|
41
37
|
type: StringConstructor;
|
|
42
38
|
default: string;
|
|
@@ -47,7 +43,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
43
|
};
|
|
48
44
|
elementType: {
|
|
49
45
|
type: PropType<`${ElementType}`>;
|
|
50
|
-
default:
|
|
46
|
+
default: string;
|
|
51
47
|
};
|
|
52
48
|
entityId: {
|
|
53
49
|
type: StringConstructor;
|
|
@@ -65,12 +61,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
61
|
type: StringConstructor;
|
|
66
62
|
default: any;
|
|
67
63
|
};
|
|
68
|
-
}
|
|
64
|
+
}>> & Readonly<{}>, {
|
|
69
65
|
hint: string;
|
|
70
66
|
elementIcon: string;
|
|
71
67
|
withText: boolean;
|
|
72
68
|
elementType: "link" | "button" | "dropDownItem";
|
|
73
69
|
locale: string;
|
|
74
|
-
}, {}>;
|
|
70
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
75
71
|
export default _default;
|
|
76
72
|
//# sourceMappingURL=FEntityDelete.d.ts.map
|
|
@@ -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;AAEvD,OAAO,KAAK,EAER,QAAQ,EAGX,MAAM,KAAK,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;AAEvD,OAAO,KAAK,EAER,QAAQ,EAGX,MAAM,KAAK,CAAC;AAKb,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;cAcd,QAAQ,CAAC,GAAG,WAAW,EAAE,CAAC;;;;;;;;cAS1B,QAAQ,CAAC,GAAG,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;cATzB,QAAQ,CAAC,GAAG,WAAW,EAAE,CAAC;;;;;;;;cAS1B,QAAQ,CAAC,GAAG,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;;;;AArBrD,wBA4HG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Analysis } from '@privateaim/core-kit';
|
|
2
2
|
import type { SlotsType } from 'vue';
|
|
3
3
|
import type { ListSlotsType } from '../../core';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
query: {
|
|
6
6
|
type: import("vue").PropType<import("rapiq").BuildInput<Analysis>>;
|
|
7
7
|
default(): {};
|
|
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
body: {
|
|
34
34
|
type: import("vue").PropType<import("../../core").ListBodyOptions<Analysis>>;
|
|
35
35
|
};
|
|
36
|
-
}
|
|
36
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
37
37
|
executed: (_component: string, _command: string) => true;
|
|
38
38
|
created: (item: Analysis) => true;
|
|
39
39
|
deleted: (item: Analysis) => true;
|
|
@@ -70,19 +70,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
70
70
|
body: {
|
|
71
71
|
type: import("vue").PropType<import("../../core").ListBodyOptions<Analysis>>;
|
|
72
72
|
};
|
|
73
|
-
}>> & {
|
|
73
|
+
}>> & Readonly<{
|
|
74
74
|
onCreated?: (item: Analysis) => any;
|
|
75
|
-
onDeleted?: (item: Analysis) => any;
|
|
76
75
|
onUpdated?: (item: Analysis) => any;
|
|
76
|
+
onDeleted?: (item: Analysis) => any;
|
|
77
77
|
onExecuted?: (_component: string, _command: string) => any;
|
|
78
|
-
}
|
|
78
|
+
}>, {
|
|
79
79
|
realmId: string;
|
|
80
80
|
footer: boolean;
|
|
81
81
|
header: boolean;
|
|
82
82
|
noMore: boolean;
|
|
83
83
|
loading: boolean;
|
|
84
|
-
query:
|
|
84
|
+
query: import("rapiq").BuildInput<Analysis>;
|
|
85
85
|
loadOnSetup: boolean;
|
|
86
|
-
}, SlotsType<ListSlotsType<Analysis
|
|
86
|
+
}, SlotsType<ListSlotsType<Analysis>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
87
87
|
export default _default;
|
|
88
88
|
//# sourceMappingURL=FAnalyses.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Analysis } from '@privateaim/core-kit';
|
|
2
2
|
import type { SlotsType } from 'vue';
|
|
3
3
|
import type { EntityManagerSlotsType } from '../../core';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
entity: {
|
|
6
6
|
type: import("vue").PropType<Analysis>;
|
|
7
7
|
};
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
query: {
|
|
18
18
|
type: import("vue").PropType<import("rapiq").BuildInput<Analysis>>;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Analysis>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
entity: {
|
|
22
22
|
type: import("vue").PropType<Analysis>;
|
|
23
23
|
};
|
|
@@ -33,12 +33,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
query: {
|
|
34
34
|
type: import("vue").PropType<import("rapiq").BuildInput<Analysis>>;
|
|
35
35
|
};
|
|
36
|
-
}>> & {
|
|
36
|
+
}>> & Readonly<{
|
|
37
37
|
onFailed?: (item: Error) => any;
|
|
38
38
|
onCreated?: (item: Analysis) => any;
|
|
39
|
-
onDeleted?: (item: Analysis) => any;
|
|
40
39
|
onUpdated?: (item: Analysis) => any;
|
|
40
|
+
onDeleted?: (item: Analysis) => any;
|
|
41
41
|
onResolved?: (_item: Analysis) => any;
|
|
42
|
-
}
|
|
42
|
+
}>, {}, SlotsType<EntityManagerSlotsType<Analysis>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
export default _default;
|
|
44
44
|
//# sourceMappingURL=FAnalysis.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Analysis, Project } from '@privateaim/core-kit';
|
|
2
2
|
import type { BuildInput } from 'rapiq';
|
|
3
3
|
import type { PropType } from 'vue';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
entity: {
|
|
6
6
|
type: PropType<Analysis>;
|
|
7
7
|
};
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
realmId: {
|
|
12
12
|
type: StringConstructor;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {
|
|
15
15
|
v$: import("vue").Ref<import("@vuelidate/core").Validation<{
|
|
16
16
|
project_id: {
|
|
17
17
|
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
@@ -36,6 +36,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
project_id: string;
|
|
37
37
|
name: string;
|
|
38
38
|
description: string;
|
|
39
|
+
}>, import("@vuelidate/core").Validation<{
|
|
40
|
+
project_id: {
|
|
41
|
+
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
42
|
+
};
|
|
43
|
+
name: {
|
|
44
|
+
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
45
|
+
min: number;
|
|
46
|
+
}, any>;
|
|
47
|
+
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
48
|
+
max: number;
|
|
49
|
+
}, any>;
|
|
50
|
+
};
|
|
51
|
+
description: {
|
|
52
|
+
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
53
|
+
min: number;
|
|
54
|
+
}, any>;
|
|
55
|
+
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
56
|
+
max: number;
|
|
57
|
+
}, any>;
|
|
58
|
+
};
|
|
59
|
+
}, {
|
|
60
|
+
project_id: string;
|
|
61
|
+
name: string;
|
|
62
|
+
description: string;
|
|
39
63
|
}>>;
|
|
40
64
|
form: {
|
|
41
65
|
project_id: string;
|
|
@@ -45,8 +69,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
69
|
add: () => Promise<void>;
|
|
46
70
|
toggle: (key: "name" | "description" | "project_id", id: any) => void;
|
|
47
71
|
proposalQuery: import("vue").ComputedRef<BuildInput<Project>>;
|
|
48
|
-
busy: import("vue").Ref<boolean>;
|
|
49
|
-
},
|
|
72
|
+
busy: import("vue").Ref<boolean, boolean>;
|
|
73
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Analysis>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
74
|
entity: {
|
|
51
75
|
type: PropType<Analysis>;
|
|
52
76
|
};
|
|
@@ -56,12 +80,173 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
80
|
realmId: {
|
|
57
81
|
type: StringConstructor;
|
|
58
82
|
};
|
|
59
|
-
}>> & {
|
|
83
|
+
}>> & Readonly<{
|
|
60
84
|
onFailed?: (item: Error) => any;
|
|
61
85
|
onCreated?: (item: Analysis) => any;
|
|
62
|
-
onDeleted?: (item: Analysis) => any;
|
|
63
86
|
onUpdated?: (item: Analysis) => any;
|
|
87
|
+
onDeleted?: (item: Analysis) => any;
|
|
64
88
|
onResolved?: (_item: Analysis) => any;
|
|
65
|
-
}, {}, {
|
|
89
|
+
}>, {}, {}, {
|
|
90
|
+
FSearch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
91
|
+
icon: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
};
|
|
94
|
+
iconPosition: {
|
|
95
|
+
type: PropType<"start" | "end">;
|
|
96
|
+
};
|
|
97
|
+
iconClass: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
};
|
|
100
|
+
busy: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
};
|
|
103
|
+
load: {
|
|
104
|
+
type: PropType<import("@vuecs/list-controls").ListLoadFn<import("../../core").ListMeta<any>>>;
|
|
105
|
+
};
|
|
106
|
+
meta: {
|
|
107
|
+
type: PropType<import("../../core").ListMeta<any>>;
|
|
108
|
+
};
|
|
109
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
110
|
+
[key: string]: any;
|
|
111
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
112
|
+
icon: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
};
|
|
115
|
+
iconPosition: {
|
|
116
|
+
type: PropType<"start" | "end">;
|
|
117
|
+
};
|
|
118
|
+
iconClass: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
};
|
|
121
|
+
busy: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
};
|
|
124
|
+
load: {
|
|
125
|
+
type: PropType<import("@vuecs/list-controls").ListLoadFn<import("../../core").ListMeta<any>>>;
|
|
126
|
+
};
|
|
127
|
+
meta: {
|
|
128
|
+
type: PropType<import("../../core").ListMeta<any>>;
|
|
129
|
+
};
|
|
130
|
+
}>> & Readonly<{}>, {
|
|
131
|
+
icon: boolean;
|
|
132
|
+
busy: boolean;
|
|
133
|
+
}, import("vue").SlotsType<{
|
|
134
|
+
default: Record<string, any>;
|
|
135
|
+
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
136
|
+
IVuelidate: import("vue").DefineComponent<{
|
|
137
|
+
validation: {
|
|
138
|
+
type: PropType<Record<string, any>>;
|
|
139
|
+
required: true;
|
|
140
|
+
};
|
|
141
|
+
}, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
142
|
+
validation: {
|
|
143
|
+
type: PropType<Record<string, any>>;
|
|
144
|
+
required: true;
|
|
145
|
+
};
|
|
146
|
+
}>>, {}, import("vue").SlotsType<{
|
|
147
|
+
default: import("@ilingo/vuelidate").SlotProps;
|
|
148
|
+
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
149
|
+
VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
150
|
+
modelValue: {
|
|
151
|
+
type: StringConstructor;
|
|
152
|
+
default: string;
|
|
153
|
+
};
|
|
154
|
+
type: {
|
|
155
|
+
type: StringConstructor;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
158
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
159
|
+
modelValue: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
type: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
default: string;
|
|
166
|
+
};
|
|
167
|
+
}>> & Readonly<{
|
|
168
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
169
|
+
}>, {
|
|
170
|
+
type: string;
|
|
171
|
+
modelValue: string;
|
|
172
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
173
|
+
FProjects: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
174
|
+
realmId: {
|
|
175
|
+
type: StringConstructor;
|
|
176
|
+
default: any;
|
|
177
|
+
};
|
|
178
|
+
query: {
|
|
179
|
+
type: PropType<BuildInput<Project>>;
|
|
180
|
+
default(): {};
|
|
181
|
+
};
|
|
182
|
+
loadOnSetup: {
|
|
183
|
+
type: BooleanConstructor;
|
|
184
|
+
default: boolean;
|
|
185
|
+
};
|
|
186
|
+
loading: {
|
|
187
|
+
type: PropType<boolean | import("../../core").ListLoadingOptions<Project>>;
|
|
188
|
+
default: boolean;
|
|
189
|
+
};
|
|
190
|
+
noMore: {
|
|
191
|
+
type: PropType<boolean | import("../../core").ListNoMoreOptions<Project>>;
|
|
192
|
+
default: boolean;
|
|
193
|
+
};
|
|
194
|
+
footer: {
|
|
195
|
+
type: PropType<boolean | import("../../core").ListFooterOptions<Project>>;
|
|
196
|
+
default: boolean;
|
|
197
|
+
};
|
|
198
|
+
header: {
|
|
199
|
+
type: PropType<boolean | import("../../core").ListHeaderOptions<Project>>;
|
|
200
|
+
default: boolean;
|
|
201
|
+
};
|
|
202
|
+
body: {
|
|
203
|
+
type: PropType<import("../../core").ListBodyOptions<Project>>;
|
|
204
|
+
};
|
|
205
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<Project>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
206
|
+
realmId: {
|
|
207
|
+
type: StringConstructor;
|
|
208
|
+
default: any;
|
|
209
|
+
};
|
|
210
|
+
query: {
|
|
211
|
+
type: PropType<BuildInput<Project>>;
|
|
212
|
+
default(): {};
|
|
213
|
+
};
|
|
214
|
+
loadOnSetup: {
|
|
215
|
+
type: BooleanConstructor;
|
|
216
|
+
default: boolean;
|
|
217
|
+
};
|
|
218
|
+
loading: {
|
|
219
|
+
type: PropType<boolean | import("../../core").ListLoadingOptions<Project>>;
|
|
220
|
+
default: boolean;
|
|
221
|
+
};
|
|
222
|
+
noMore: {
|
|
223
|
+
type: PropType<boolean | import("../../core").ListNoMoreOptions<Project>>;
|
|
224
|
+
default: boolean;
|
|
225
|
+
};
|
|
226
|
+
footer: {
|
|
227
|
+
type: PropType<boolean | import("../../core").ListFooterOptions<Project>>;
|
|
228
|
+
default: boolean;
|
|
229
|
+
};
|
|
230
|
+
header: {
|
|
231
|
+
type: PropType<boolean | import("../../core").ListHeaderOptions<Project>>;
|
|
232
|
+
default: boolean;
|
|
233
|
+
};
|
|
234
|
+
body: {
|
|
235
|
+
type: PropType<import("../../core").ListBodyOptions<Project>>;
|
|
236
|
+
};
|
|
237
|
+
}>> & Readonly<{
|
|
238
|
+
onCreated?: (item: Project) => any;
|
|
239
|
+
onUpdated?: (item: Project) => any;
|
|
240
|
+
onDeleted?: (item: Project) => any;
|
|
241
|
+
}>, {
|
|
242
|
+
realmId: string;
|
|
243
|
+
footer: boolean;
|
|
244
|
+
header: boolean;
|
|
245
|
+
noMore: boolean;
|
|
246
|
+
loading: boolean;
|
|
247
|
+
query: BuildInput<Project>;
|
|
248
|
+
loadOnSetup: boolean;
|
|
249
|
+
}, import("vue").SlotsType<import("../../core").ListSlotsType<Project>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
250
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
66
251
|
export default _default;
|
|
67
252
|
//# sourceMappingURL=FAnalysisBasicForm.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FAnalysisBasicForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/analysis/FAnalysisBasicForm.vue"],"names":[],"mappings":"AA6MA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAG9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cAoBR,QAAQ,CAAC,QAAQ,CAAC;;;cAGlB,QAAQ,CAAC,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"FAnalysisBasicForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/analysis/FAnalysisBasicForm.vue"],"names":[],"mappings":"AA6MA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAG9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cAoBR,QAAQ,CAAC,QAAQ,CAAC;;;cAGlB,QAAQ,CAAC,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6DAiDX,GAAG;;;;;cApD3B,QAAQ,CAAC,QAAQ,CAAC;;;cAGlB,QAAQ,CAAC,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA7B/D,KArM+C;;;;;;;;;;;;;;;;;qBAqM/C,KApMe;;;;;;;;;;iCAoMf,GA1LQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2MR,wBA8EG"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { AnalysisBuildStatus } from '@privateaim/core-kit';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
status: {
|
|
5
5
|
type: PropType<`${AnalysisBuildStatus}`>;
|
|
6
6
|
default: any;
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}>, {}, {}, {
|
|
9
9
|
statusText(): "failed" | "none" | "finished" | "starting..." | "stopping..." | "started" | "stopped";
|
|
10
|
-
classSuffix(): "
|
|
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}`>;
|
|
14
14
|
default: any;
|
|
15
15
|
};
|
|
16
|
-
}
|
|
16
|
+
}>> & Readonly<{}>, {
|
|
17
17
|
status: "failed" | "finished" | "starting" | "started" | "stopping" | "stopped";
|
|
18
|
-
}, {}>;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
19
|
export default _default;
|
|
20
20
|
//# sourceMappingURL=FAnalysisBuildStatusText.vue.d.ts.map
|
|
@@ -2,7 +2,7 @@ import type { Analysis } from '@privateaim/core-kit';
|
|
|
2
2
|
import { AnalysisAPICommand } from '@privateaim/core-kit';
|
|
3
3
|
import type { PropType } from 'vue';
|
|
4
4
|
import { ActionCommandElementType } from '../../core';
|
|
5
|
-
declare const FAnalysisCommand: import("vue").DefineComponent<{
|
|
5
|
+
declare const FAnalysisCommand: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
entity: {
|
|
7
7
|
type: PropType<Analysis>;
|
|
8
8
|
required: true;
|
|
@@ -23,7 +23,7 @@ declare const FAnalysisCommand: import("vue").DefineComponent<{
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
26
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("failed" | "updated" | "executed")[], "failed" | "updated" | "executed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
entity: {
|
|
28
28
|
type: PropType<Analysis>;
|
|
29
29
|
required: true;
|
|
@@ -44,14 +44,14 @@ declare const FAnalysisCommand: import("vue").DefineComponent<{
|
|
|
44
44
|
type: BooleanConstructor;
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
|
-
}>> & {
|
|
47
|
+
}>> & Readonly<{
|
|
48
48
|
onFailed?: (...args: any[]) => any;
|
|
49
49
|
onUpdated?: (...args: any[]) => any;
|
|
50
50
|
onExecuted?: (...args: any[]) => any;
|
|
51
|
-
}
|
|
51
|
+
}>, {
|
|
52
52
|
withText: boolean;
|
|
53
53
|
elementType: "link" | "button" | "dropDownItem";
|
|
54
54
|
withIcon: boolean;
|
|
55
|
-
}, {}>;
|
|
55
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
56
56
|
export { FAnalysisCommand, };
|
|
57
57
|
//# sourceMappingURL=FAnalysisCommand.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FAnalysisCommand.d.ts","sourceRoot":"","sources":["../../../src/components/analysis/FAnalysisCommand.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAuB,MAAM,sBAAsB,CAAC;AAE/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAIpC,OAAO,EACH,wBAAwB,EAI3B,MAAM,YAAY,CAAC;AAEpB,QAAA,MAAM,gBAAgB;;cAGM,QAAQ,CAAC,QAAQ,CAAC;;;;cAIlB,QAAQ,CAAC,GAAG,kBAAkB,EAAE,CAAC;;;;cAKjC,QAAQ,CAAC,GAAG,wBAAwB,EAAE,CAAC;;;;;;;;;;;;;cATvC,QAAQ,CAAC,QAAQ,CAAC;;;;cAIlB,QAAQ,CAAC,GAAG,kBAAkB,EAAE,CAAC;;;;cAKjC,QAAQ,CAAC,GAAG,wBAAwB,EAAE,CAAC;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FAnalysisCommand.d.ts","sourceRoot":"","sources":["../../../src/components/analysis/FAnalysisCommand.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAuB,MAAM,sBAAsB,CAAC;AAE/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAIpC,OAAO,EACH,wBAAwB,EAI3B,MAAM,YAAY,CAAC;AAEpB,QAAA,MAAM,gBAAgB;;cAGM,QAAQ,CAAC,QAAQ,CAAC;;;;cAIlB,QAAQ,CAAC,GAAG,kBAAkB,EAAE,CAAC;;;;cAKjC,QAAQ,CAAC,GAAG,wBAAwB,EAAE,CAAC;;;;;;;;;;;;;cATvC,QAAQ,CAAC,QAAQ,CAAC;;;;cAIlB,QAAQ,CAAC,GAAG,kBAAkB,EAAE,CAAC;;;;cAKjC,QAAQ,CAAC,GAAG,wBAAwB,EAAE,CAAC;;;;;;;;;;;;;;;;;;;4EA6IjE,CAAC;AAEH,OAAO,EACH,gBAAgB,GACnB,CAAC"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
locked: {
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {
|
|
7
7
|
statusText: import("vue").ComputedRef<"locked" | "not locked">;
|
|
8
8
|
iconClass: import("vue").ComputedRef<"fas fa-lock" | "fas fa-unlock">;
|
|
9
9
|
classSuffix: import("vue").ComputedRef<"success" | "danger">;
|
|
10
|
-
},
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
locked: {
|
|
12
12
|
type: BooleanConstructor;
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
|
-
}
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
16
|
locked: boolean;
|
|
17
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
export default _default;
|
|
19
19
|
//# sourceMappingURL=FAnalysisConfigurationStatusText.vue.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { AnalysisBucketFile } from '@privateaim/core-kit';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
analysisId: {
|
|
5
5
|
type: StringConstructor;
|
|
6
6
|
default: any;
|
|
@@ -16,9 +16,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
analysisFile: {
|
|
17
17
|
type: PropType<AnalysisBucketFile>;
|
|
18
18
|
};
|
|
19
|
-
}
|
|
19
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
20
|
[key: string]: any;
|
|
21
|
-
}>,
|
|
21
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "failed"[], "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
analysisId: {
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
default: any;
|
|
@@ -34,12 +34,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
analysisFile: {
|
|
35
35
|
type: PropType<AnalysisBucketFile>;
|
|
36
36
|
};
|
|
37
|
-
}>> & {
|
|
37
|
+
}>> & Readonly<{
|
|
38
38
|
onFailed?: (...args: any[]) => any;
|
|
39
|
-
}
|
|
39
|
+
}>, {
|
|
40
40
|
analysisId: string;
|
|
41
41
|
masterImageId: string;
|
|
42
42
|
analysisFileId: string;
|
|
43
|
-
}, {}>;
|
|
43
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
export default _default;
|
|
45
45
|
//# sourceMappingURL=FAnalysisImageCommand.d.ts.map
|