@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,21 +1,21 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
import type { Node } from '@privateaim/core-kit';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
entity: {
|
|
5
5
|
type: PropType<Node>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
}>,
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("failed" | "updated" | "resolved")[], "failed" | "updated" | "resolved", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
entity: {
|
|
12
12
|
type: PropType<Node>;
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
|
-
}>> & {
|
|
15
|
+
}>> & Readonly<{
|
|
16
16
|
onFailed?: (...args: any[]) => any;
|
|
17
17
|
onUpdated?: (...args: any[]) => any;
|
|
18
18
|
onResolved?: (...args: any[]) => any;
|
|
19
|
-
}, {}, {}>;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
21
21
|
//# sourceMappingURL=FNodeRegistryProject.d.ts.map
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
import type { Node } from '@privateaim/core-kit';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
entity: {
|
|
5
5
|
type: PropType<Node>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
}>,
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("failed" | "updated")[], "failed" | "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
entity: {
|
|
12
12
|
type: PropType<Node>;
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
|
-
}>> & {
|
|
15
|
+
}>> & Readonly<{
|
|
16
16
|
onFailed?: (...args: any[]) => any;
|
|
17
|
-
|
|
17
|
+
onUpdated?: (...args: any[]) => any;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
19
|
export default _default;
|
|
19
20
|
//# sourceMappingURL=FNodeRobot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FNodeRobot.d.ts","sourceRoot":"","sources":["../../../src/components/node/FNodeRobot.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FNodeRobot.d.ts","sourceRoot":"","sources":["../../../src/components/node/FNodeRobot.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;;;cAMrB,QAAQ,CAAC,IAAI,CAAC;;;;;;;cAAd,QAAQ,CAAC,IAAI,CAAC;;;;;;;AAH1C,wBAyCG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Node } 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<Node>>;
|
|
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<Node>>;
|
|
35
35
|
};
|
|
36
|
-
}
|
|
36
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<Node>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
37
|
query: {
|
|
38
38
|
type: import("vue").PropType<import("rapiq").BuildInput<Node>>;
|
|
39
39
|
default(): {};
|
|
@@ -65,18 +65,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
65
|
body: {
|
|
66
66
|
type: import("vue").PropType<import("../../core").ListBodyOptions<Node>>;
|
|
67
67
|
};
|
|
68
|
-
}>> & {
|
|
68
|
+
}>> & Readonly<{
|
|
69
69
|
onCreated?: (item: Node) => any;
|
|
70
|
-
onDeleted?: (item: Node) => any;
|
|
71
70
|
onUpdated?: (item: Node) => any;
|
|
72
|
-
|
|
71
|
+
onDeleted?: (item: Node) => any;
|
|
72
|
+
}>, {
|
|
73
73
|
realmId: string;
|
|
74
74
|
footer: boolean;
|
|
75
75
|
header: boolean;
|
|
76
76
|
noMore: boolean;
|
|
77
77
|
loading: boolean;
|
|
78
|
-
query:
|
|
78
|
+
query: import("rapiq").BuildInput<Node>;
|
|
79
79
|
loadOnSetup: boolean;
|
|
80
|
-
}, SlotsType<ListSlotsType<Node
|
|
80
|
+
}, SlotsType<ListSlotsType<Node>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
81
|
export default _default;
|
|
82
82
|
//# sourceMappingURL=FNodes.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Project } from '@privateaim/core-kit';
|
|
2
2
|
import type { SlotsType } from 'vue';
|
|
3
3
|
import type { EntityManagerSlotsType } from '../../core';
|
|
4
|
-
declare const FProject: import("vue").DefineComponent<{
|
|
4
|
+
declare const FProject: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
entity: {
|
|
6
6
|
type: import("vue").PropType<Project>;
|
|
7
7
|
};
|
|
@@ -17,7 +17,7 @@ declare const FProject: import("vue").DefineComponent<{
|
|
|
17
17
|
query: {
|
|
18
18
|
type: import("vue").PropType<import("rapiq").BuildInput<Project>>;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Project>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
entity: {
|
|
22
22
|
type: import("vue").PropType<Project>;
|
|
23
23
|
};
|
|
@@ -33,12 +33,12 @@ declare const FProject: import("vue").DefineComponent<{
|
|
|
33
33
|
query: {
|
|
34
34
|
type: import("vue").PropType<import("rapiq").BuildInput<Project>>;
|
|
35
35
|
};
|
|
36
|
-
}>> & {
|
|
36
|
+
}>> & Readonly<{
|
|
37
37
|
onFailed?: (item: Error) => any;
|
|
38
38
|
onCreated?: (item: Project) => any;
|
|
39
|
-
onDeleted?: (item: Project) => any;
|
|
40
39
|
onUpdated?: (item: Project) => any;
|
|
40
|
+
onDeleted?: (item: Project) => any;
|
|
41
41
|
onResolved?: (_item: Project) => any;
|
|
42
|
-
}
|
|
42
|
+
}>, {}, SlotsType<EntityManagerSlotsType<Project>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
export { FProject, };
|
|
44
44
|
//# sourceMappingURL=FProject.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FProject.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProject.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACR,OAAO,EACV,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAIrC,OAAO,KAAK,EACR,sBAAsB,EACzB,MAAM,YAAY,CAAC;AAOpB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FProject.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProject.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACR,OAAO,EACV,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAIrC,OAAO,KAAK,EACR,sBAAsB,EACzB,MAAM,YAAY,CAAC;AAOpB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yHAeZ,CAAC;AAEH,OAAO,EACH,QAAQ,GACX,CAAC"}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
import type { Project } from '@privateaim/core-kit';
|
|
3
|
-
declare const FProjectForm: import("vue").DefineComponent<{
|
|
3
|
+
declare const FProjectForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
entity: {
|
|
5
5
|
type: PropType<Project>;
|
|
6
6
|
default: any;
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
}>,
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Project>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
entity: {
|
|
12
12
|
type: PropType<Project>;
|
|
13
13
|
default: any;
|
|
14
14
|
};
|
|
15
|
-
}>> & {
|
|
15
|
+
}>> & Readonly<{
|
|
16
16
|
onFailed?: (item: Error) => any;
|
|
17
17
|
onCreated?: (item: Project) => any;
|
|
18
|
-
onDeleted?: (item: Project) => any;
|
|
19
18
|
onUpdated?: (item: Project) => any;
|
|
19
|
+
onDeleted?: (item: Project) => any;
|
|
20
20
|
onResolved?: (_item: Project) => any;
|
|
21
|
-
}
|
|
21
|
+
}>, {
|
|
22
22
|
entity: Project;
|
|
23
|
-
}, {}>;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
24
|
export { FProjectForm, };
|
|
25
25
|
//# sourceMappingURL=FProjectForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FProjectForm.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjectForm.ts"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EACR,QAAQ,EACX,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAqB,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAkBvE,QAAA,MAAM,YAAY;;cAGU,QAAQ,CAAC,OAAO,CAAC;;;;;;;cAAjB,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FProjectForm.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjectForm.ts"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EACR,QAAQ,EACX,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAqB,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAkBvE,QAAA,MAAM,YAAY;;cAGU,QAAQ,CAAC,OAAO,CAAC;;;;;;;cAAjB,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;4EA0M3C,CAAC;AAEH,OAAO,EACH,YAAY,GACf,CAAC"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import type { ProjectNode } from '@privateaim/core-kit';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
|
-
declare const FProjectInForm: import("vue").DefineComponent<{
|
|
3
|
+
declare const FProjectInForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
entity: {
|
|
5
5
|
type: PropType<ProjectNode>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
}>,
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
entity: {
|
|
12
12
|
type: PropType<ProjectNode>;
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
|
-
}
|
|
15
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export { FProjectInForm, };
|
|
17
17
|
//# sourceMappingURL=FProjectInForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FProjectInForm.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjectInForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAUxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAMpC,QAAA,MAAM,cAAc;;cAGQ,QAAQ,CAAC,WAAW,CAAC;;;;;;;cAArB,QAAQ,CAAC,WAAW,CAAC;;;
|
|
1
|
+
{"version":3,"file":"FProjectInForm.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjectInForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAUxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAMpC,QAAA,MAAM,cAAc;;cAGQ,QAAQ,CAAC,WAAW,CAAC;;;;;;;cAArB,QAAQ,CAAC,WAAW,CAAC;;;iGA+G/C,CAAC;AAEH,OAAO,EACH,cAAc,GACjB,CAAC"}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
import type { Project } from '@privateaim/core-kit';
|
|
3
|
-
declare const FProjectItem: import("vue").DefineComponent<{
|
|
3
|
+
declare const FProjectItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
entity: {
|
|
5
5
|
type: PropType<Project>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
}>,
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("failed" | "updated" | "deleted")[], "failed" | "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
entity: {
|
|
12
12
|
type: PropType<Project>;
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
|
-
}>> & {
|
|
15
|
+
}>> & Readonly<{
|
|
16
16
|
onFailed?: (...args: any[]) => any;
|
|
17
17
|
onDeleted?: (...args: any[]) => any;
|
|
18
18
|
onUpdated?: (...args: any[]) => any;
|
|
19
|
-
}, {}, {}>;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export { FProjectItem, };
|
|
21
21
|
//# sourceMappingURL=FProjectItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FProjectItem.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjectItem.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACR,QAAQ,EACX,MAAM,KAAK,CAAC;AAIb,OAAO,KAAK,EACR,OAAO,EACV,MAAM,sBAAsB,CAAC;AAK9B,QAAA,MAAM,YAAY;;cAGU,QAAQ,CAAC,OAAO,CAAC;;;;;;;cAAjB,QAAQ,CAAC,OAAO,CAAC;;;;;;;
|
|
1
|
+
{"version":3,"file":"FProjectItem.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjectItem.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACR,QAAQ,EACX,MAAM,KAAK,CAAC;AAIb,OAAO,KAAK,EACR,OAAO,EACV,MAAM,sBAAsB,CAAC;AAK9B,QAAA,MAAM,YAAY;;cAGU,QAAQ,CAAC,OAAO,CAAC;;;;;;;cAAjB,QAAQ,CAAC,OAAO,CAAC;;;;;;;iFA+B3C,CAAC;AAEH,OAAO,EACH,YAAY,GACf,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Project } from '@privateaim/core-kit';
|
|
2
2
|
import type { PropType, SlotsType } from 'vue';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
entity: {
|
|
5
5
|
type: PropType<Project>;
|
|
6
6
|
required: true;
|
|
@@ -9,10 +9,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
type: BooleanConstructor;
|
|
10
10
|
default: boolean;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
13
|
-
canDelete: import("vue").Ref<boolean>;
|
|
12
|
+
}>, {
|
|
13
|
+
canDelete: import("vue").Ref<boolean, boolean>;
|
|
14
14
|
handleDeleted: (data: Project) => void;
|
|
15
|
-
},
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "deleted"[], "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
entity: {
|
|
17
17
|
type: PropType<Project>;
|
|
18
18
|
required: true;
|
|
@@ -21,9 +21,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
-
}>> & {
|
|
24
|
+
}>> & Readonly<{
|
|
25
25
|
onDeleted?: (...args: any[]) => any;
|
|
26
|
-
}
|
|
26
|
+
}>, {
|
|
27
27
|
busy: boolean;
|
|
28
28
|
}, SlotsType<{
|
|
29
29
|
header: {
|
|
@@ -38,6 +38,190 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
itemActions: {
|
|
39
39
|
data: Project;
|
|
40
40
|
};
|
|
41
|
-
}
|
|
41
|
+
}>, {
|
|
42
|
+
FEntityDelete: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
43
|
+
elementIcon: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
withText: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
elementType: {
|
|
52
|
+
type: PropType<`${import("..").ElementType}`>;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
entityId: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
required: true;
|
|
58
|
+
};
|
|
59
|
+
entityType: {
|
|
60
|
+
type: PropType<`${import("@privateaim/core-kit").DomainType}`>;
|
|
61
|
+
required: true;
|
|
62
|
+
};
|
|
63
|
+
hint: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: any;
|
|
66
|
+
};
|
|
67
|
+
locale: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: any;
|
|
70
|
+
};
|
|
71
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
74
|
+
elementIcon: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
withText: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
elementType: {
|
|
83
|
+
type: PropType<`${import("..").ElementType}`>;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
entityId: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
required: true;
|
|
89
|
+
};
|
|
90
|
+
entityType: {
|
|
91
|
+
type: PropType<`${import("@privateaim/core-kit").DomainType}`>;
|
|
92
|
+
required: true;
|
|
93
|
+
};
|
|
94
|
+
hint: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: any;
|
|
97
|
+
};
|
|
98
|
+
locale: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: any;
|
|
101
|
+
};
|
|
102
|
+
}>> & Readonly<{}>, {
|
|
103
|
+
hint: string;
|
|
104
|
+
elementIcon: string;
|
|
105
|
+
withText: boolean;
|
|
106
|
+
elementType: "link" | "button" | "dropDownItem";
|
|
107
|
+
locale: string;
|
|
108
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
109
|
+
VCLink: import("vue").DefineComponent<{
|
|
110
|
+
active: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
disabled: {
|
|
115
|
+
type: BooleanConstructor;
|
|
116
|
+
default: boolean;
|
|
117
|
+
};
|
|
118
|
+
href: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
default: any;
|
|
121
|
+
};
|
|
122
|
+
prefetch: {
|
|
123
|
+
type: BooleanConstructor;
|
|
124
|
+
default: boolean;
|
|
125
|
+
};
|
|
126
|
+
target: {
|
|
127
|
+
type: StringConstructor;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
130
|
+
to: {
|
|
131
|
+
type: PropType<string | Record<string, any>>;
|
|
132
|
+
default: any;
|
|
133
|
+
};
|
|
134
|
+
query: {
|
|
135
|
+
type: PropType<import("@vuecs/link").LinkQuery>;
|
|
136
|
+
};
|
|
137
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
138
|
+
[key: string]: any;
|
|
139
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clicked")[], "click" | "clicked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
140
|
+
active: {
|
|
141
|
+
type: BooleanConstructor;
|
|
142
|
+
default: boolean;
|
|
143
|
+
};
|
|
144
|
+
disabled: {
|
|
145
|
+
type: BooleanConstructor;
|
|
146
|
+
default: boolean;
|
|
147
|
+
};
|
|
148
|
+
href: {
|
|
149
|
+
type: StringConstructor;
|
|
150
|
+
default: any;
|
|
151
|
+
};
|
|
152
|
+
prefetch: {
|
|
153
|
+
type: BooleanConstructor;
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
156
|
+
target: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
to: {
|
|
161
|
+
type: PropType<string | Record<string, any>>;
|
|
162
|
+
default: any;
|
|
163
|
+
};
|
|
164
|
+
query: {
|
|
165
|
+
type: PropType<import("@vuecs/link").LinkQuery>;
|
|
166
|
+
};
|
|
167
|
+
}>> & {
|
|
168
|
+
onClick?: (...args: any[]) => any;
|
|
169
|
+
onClicked?: (...args: any[]) => any;
|
|
170
|
+
}, {
|
|
171
|
+
active: boolean;
|
|
172
|
+
disabled: boolean;
|
|
173
|
+
href: string;
|
|
174
|
+
prefetch: boolean;
|
|
175
|
+
target: string;
|
|
176
|
+
to: any;
|
|
177
|
+
}, {}>;
|
|
178
|
+
VCTimeago: import("vue").DefineComponent<{
|
|
179
|
+
datetime: {
|
|
180
|
+
type: PropType<string | number | Date>;
|
|
181
|
+
required: true;
|
|
182
|
+
};
|
|
183
|
+
title: {
|
|
184
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
185
|
+
};
|
|
186
|
+
locale: {
|
|
187
|
+
type: StringConstructor;
|
|
188
|
+
};
|
|
189
|
+
autoUpdate: {
|
|
190
|
+
type: (NumberConstructor | BooleanConstructor)[];
|
|
191
|
+
default: boolean;
|
|
192
|
+
};
|
|
193
|
+
converter: {
|
|
194
|
+
type: PropType<import("@vuecs/timeago").Converter>;
|
|
195
|
+
};
|
|
196
|
+
converterOptions: {
|
|
197
|
+
type: PropType<import("@vuecs/timeago").ConverterOptions>;
|
|
198
|
+
};
|
|
199
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
200
|
+
[key: string]: any;
|
|
201
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
202
|
+
datetime: {
|
|
203
|
+
type: PropType<string | number | Date>;
|
|
204
|
+
required: true;
|
|
205
|
+
};
|
|
206
|
+
title: {
|
|
207
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
208
|
+
};
|
|
209
|
+
locale: {
|
|
210
|
+
type: StringConstructor;
|
|
211
|
+
};
|
|
212
|
+
autoUpdate: {
|
|
213
|
+
type: (NumberConstructor | BooleanConstructor)[];
|
|
214
|
+
default: boolean;
|
|
215
|
+
};
|
|
216
|
+
converter: {
|
|
217
|
+
type: PropType<import("@vuecs/timeago").Converter>;
|
|
218
|
+
};
|
|
219
|
+
converterOptions: {
|
|
220
|
+
type: PropType<import("@vuecs/timeago").ConverterOptions>;
|
|
221
|
+
};
|
|
222
|
+
}>>, {
|
|
223
|
+
autoUpdate: number | boolean;
|
|
224
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
225
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
226
|
export default _default;
|
|
43
227
|
//# sourceMappingURL=FProjectItemCard.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FProjectItemCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjectItemCard.vue"],"names":[],"mappings":"AA8LA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAIpD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;;;cAanB,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;0BA0BR,OAAO;;;cA1BhB,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;YAa7B;QACJ,IAAI,EAAE,OAAO,CAAA;KAChB;UACK;QACF,IAAI,EAAE,OAAO,CAAA;KAChB;YACO;QACJ,IAAI,EAAE,OAAO,CAAA;KAChB;iBAXkC;QAC/B,IAAI,EAAE,OAAO,CAAA;KAChB
|
|
1
|
+
{"version":3,"file":"FProjectItemCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjectItemCard.vue"],"names":[],"mappings":"AA8LA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAIpD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;;;cAanB,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;0BA0BR,OAAO;;;cA1BhB,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;YAa7B;QACJ,IAAI,EAAE,OAAO,CAAA;KAChB;UACK;QACF,IAAI,EAAE,OAAO,CAAA;KAChB;YACO;QACJ,IAAI,EAAE,OAAO,CAAA;KAChB;iBAXkC;QAC/B,IAAI,EAAE,OAAO,CAAA;KAChB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA9BT,KAxKI,eAwKJ,KAvKQ,uBAuKR,KArKU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAqKV,GA5Hc;qBA4Hd,GA3H2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA2H3B,KA3KG,eA2KH,KA3KuB,uBA2KvB,KAzKA;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmLA,wBA2CG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Project } from '@privateaim/core-kit';
|
|
2
2
|
import type { SlotsType } from 'vue';
|
|
3
3
|
import type { ListSlotsType } from '../../core';
|
|
4
|
-
declare const FProjects: import("vue").DefineComponent<{
|
|
4
|
+
declare const FProjects: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
realmId: {
|
|
6
6
|
type: StringConstructor;
|
|
7
7
|
default: any;
|
|
@@ -33,7 +33,7 @@ declare const FProjects: import("vue").DefineComponent<{
|
|
|
33
33
|
body: {
|
|
34
34
|
type: import("vue").PropType<import("../../core").ListBodyOptions<Project>>;
|
|
35
35
|
};
|
|
36
|
-
}
|
|
36
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<Project>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
37
|
realmId: {
|
|
38
38
|
type: StringConstructor;
|
|
39
39
|
default: any;
|
|
@@ -65,18 +65,18 @@ declare const FProjects: import("vue").DefineComponent<{
|
|
|
65
65
|
body: {
|
|
66
66
|
type: import("vue").PropType<import("../../core").ListBodyOptions<Project>>;
|
|
67
67
|
};
|
|
68
|
-
}>> & {
|
|
68
|
+
}>> & Readonly<{
|
|
69
69
|
onCreated?: (item: Project) => any;
|
|
70
|
-
onDeleted?: (item: Project) => any;
|
|
71
70
|
onUpdated?: (item: Project) => any;
|
|
72
|
-
|
|
71
|
+
onDeleted?: (item: Project) => any;
|
|
72
|
+
}>, {
|
|
73
73
|
realmId: string;
|
|
74
74
|
footer: boolean;
|
|
75
75
|
header: boolean;
|
|
76
76
|
noMore: boolean;
|
|
77
77
|
loading: boolean;
|
|
78
|
-
query:
|
|
78
|
+
query: import("rapiq").BuildInput<Project>;
|
|
79
79
|
loadOnSetup: boolean;
|
|
80
|
-
}, SlotsType<ListSlotsType<Project
|
|
80
|
+
}, SlotsType<ListSlotsType<Project>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
81
|
export { FProjects, };
|
|
82
82
|
//# sourceMappingURL=FProjects.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FProjects.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjects.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACR,OAAO,EACV,MAAM,sBAAsB,CAAC;AAI9B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAGhD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FProjects.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjects.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACR,OAAO,EACV,MAAM,sBAAsB,CAAC;AAI9B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAGhD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2GAyBb,CAAC;AAEH,OAAO,EACH,SAAS,GACZ,CAAC"}
|
|
@@ -9,7 +9,7 @@ declare enum Target {
|
|
|
9
9
|
PROJECT = "project",
|
|
10
10
|
NODE = "node"
|
|
11
11
|
}
|
|
12
|
-
declare const _default: import("vue").DefineComponent<{
|
|
12
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
13
|
entity: {
|
|
14
14
|
type: PropType<ProjectNode>;
|
|
15
15
|
};
|
|
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
target: {
|
|
26
26
|
type: PropType<`${Target.NODE}` | `${Target.PROJECT}`>;
|
|
27
27
|
};
|
|
28
|
-
}
|
|
28
|
+
}>, () => VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<ProjectNode>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
29
|
entity: {
|
|
30
30
|
type: PropType<ProjectNode>;
|
|
31
31
|
};
|
|
@@ -41,12 +41,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
target: {
|
|
42
42
|
type: PropType<`${Target.NODE}` | `${Target.PROJECT}`>;
|
|
43
43
|
};
|
|
44
|
-
}>> & {
|
|
44
|
+
}>> & Readonly<{
|
|
45
45
|
onFailed?: (item: Error) => any;
|
|
46
46
|
onCreated?: (item: ProjectNode) => any;
|
|
47
|
-
onDeleted?: (item: ProjectNode) => any;
|
|
48
47
|
onUpdated?: (item: ProjectNode) => any;
|
|
48
|
+
onDeleted?: (item: ProjectNode) => any;
|
|
49
49
|
onResolved?: (_item: ProjectNode) => any;
|
|
50
|
-
}, {}, {}>;
|
|
50
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
51
|
export default _default;
|
|
52
52
|
//# sourceMappingURL=FProjectNode.d.ts.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ProjectNodeApprovalCommand, ProjectNodeApprovalStatus } from '@privateaim/core-kit';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
3
|
import type { ActionCommandProperties } from '../../core';
|
|
4
|
-
declare const FProjectNodeApprovalCommand: import("vue").DefineComponent<{
|
|
4
|
+
declare const FProjectNodeApprovalCommand: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
entityId: {
|
|
6
6
|
type: StringConstructor;
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
|
-
approvalStatus: PropType
|
|
9
|
+
approvalStatus: PropType<`${ProjectNodeApprovalStatus}`>;
|
|
10
10
|
command: {
|
|
11
|
-
type: PropType
|
|
11
|
+
type: PropType<`${ProjectNodeApprovalCommand}`>;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
14
|
elementType: {
|
|
@@ -23,14 +23,14 @@ declare const FProjectNodeApprovalCommand: 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")[], "failed" | "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
entityId: {
|
|
28
28
|
type: StringConstructor;
|
|
29
29
|
required: true;
|
|
30
30
|
};
|
|
31
|
-
approvalStatus: PropType
|
|
31
|
+
approvalStatus: PropType<`${ProjectNodeApprovalStatus}`>;
|
|
32
32
|
command: {
|
|
33
|
-
type: PropType
|
|
33
|
+
type: PropType<`${ProjectNodeApprovalCommand}`>;
|
|
34
34
|
required: true;
|
|
35
35
|
};
|
|
36
36
|
elementType: {
|
|
@@ -45,13 +45,13 @@ declare const FProjectNodeApprovalCommand: import("vue").DefineComponent<{
|
|
|
45
45
|
type: BooleanConstructor;
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
|
-
}>> & {
|
|
48
|
+
}>> & Readonly<{
|
|
49
49
|
onFailed?: (...args: any[]) => any;
|
|
50
50
|
onUpdated?: (...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 { FProjectNodeApprovalCommand, };
|
|
57
57
|
//# sourceMappingURL=FProjectNodeApprovalCommand.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FProjectNodeApprovalCommand.d.ts","sourceRoot":"","sources":["../../../src/components/project-node/FProjectNodeApprovalCommand.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,0BAA0B,EAC1B,yBAAyB,EAC5B,MAAM,sBAAsB,CAAC;AAE9B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AASpC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AAE1D,QAAA,MAAM,2BAA2B;;;;;oBAMC,QAAQ,CAAC,yBAAyB,CAAC;;
|
|
1
|
+
{"version":3,"file":"FProjectNodeApprovalCommand.d.ts","sourceRoot":"","sources":["../../../src/components/project-node/FProjectNodeApprovalCommand.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,0BAA0B,EAC1B,yBAAyB,EAC5B,MAAM,sBAAsB,CAAC;AAE9B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AASpC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AAE1D,QAAA,MAAM,2BAA2B;;;;;oBAMC,QAAQ,CAAC,GAAG,yBAAyB,EAAE,CAAC;;cAE9C,QAAQ,CAAC,GAAG,0BAA0B,EAAE,CAAC;;;;cAIzC,QAAQ,CAAC,uBAAuB,CAAC,aAAa,CAAC,CAAC;;;;;;;;;;;;;;;;oBAN1C,QAAQ,CAAC,GAAG,yBAAyB,EAAE,CAAC;;cAE9C,QAAQ,CAAC,GAAG,0BAA0B,EAAE,CAAC;;;;cAIzC,QAAQ,CAAC,uBAAuB,CAAC,aAAa,CAAC,CAAC;;;;;;;;;;;;;;;;;;4EA2G1E,CAAC;AAEH,OAAO,EACH,2BAA2B,GAC9B,CAAC"}
|