@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
|
@@ -36,9 +36,9 @@ declare const FMasterImage: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
36
36
|
}>> & Readonly<{
|
|
37
37
|
onCreated?: (item: MasterImage) => any;
|
|
38
38
|
onUpdated?: (item: MasterImage) => any;
|
|
39
|
-
onFailed?: (item: Error) => any;
|
|
40
39
|
onDeleted?: (item: MasterImage) => any;
|
|
41
40
|
onResolved?: (_item: MasterImage) => any;
|
|
41
|
+
onFailed?: (item: Error) => any;
|
|
42
42
|
}>, {}, SlotsType<EntityManagerSlotsType<MasterImage>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
export { FMasterImage, };
|
|
44
44
|
//# sourceMappingURL=FMasterImage.d.ts.map
|
|
@@ -7,6 +7,10 @@ declare const _default: import("vue").DefineComponent<{}, () => import("vue").VN
|
|
|
7
7
|
onExecuted?: (...args: any[]) => any;
|
|
8
8
|
}>, {}, {}, {
|
|
9
9
|
EntityDelete: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10
|
+
service: {
|
|
11
|
+
type: import("vue").PropType<"core" | "storage" | "telemetry">;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
10
14
|
elementIcon: {
|
|
11
15
|
type: StringConstructor;
|
|
12
16
|
default: string;
|
|
@@ -37,7 +41,11 @@ declare const _default: import("vue").DefineComponent<{}, () => import("vue").VN
|
|
|
37
41
|
};
|
|
38
42
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
39
43
|
[key: string]: any;
|
|
40
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
44
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("deleted" | "failed")[], "deleted" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
+
service: {
|
|
46
|
+
type: import("vue").PropType<"core" | "storage" | "telemetry">;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
41
49
|
elementIcon: {
|
|
42
50
|
type: StringConstructor;
|
|
43
51
|
default: string;
|
|
@@ -66,8 +74,12 @@ declare const _default: import("vue").DefineComponent<{}, () => import("vue").VN
|
|
|
66
74
|
type: StringConstructor;
|
|
67
75
|
default: any;
|
|
68
76
|
};
|
|
69
|
-
}>> & Readonly<{
|
|
77
|
+
}>> & Readonly<{
|
|
78
|
+
onDeleted?: (...args: any[]) => any;
|
|
79
|
+
onFailed?: (...args: any[]) => any;
|
|
80
|
+
}>, {
|
|
70
81
|
locale: string;
|
|
82
|
+
service: "core" | "storage" | "telemetry";
|
|
71
83
|
hint: string;
|
|
72
84
|
elementIcon: string;
|
|
73
85
|
withText: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FMasterImagesSync.d.ts","sourceRoot":"","sources":["../../../src/components/master-image/FMasterImagesSync.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EACH,UAAU,EAEb,MAAM,sBAAsB,CAAC
|
|
1
|
+
{"version":3,"file":"FMasterImagesSync.d.ts","sourceRoot":"","sources":["../../../src/components/master-image/FMasterImagesSync.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EACH,UAAU,EAEb,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQ9B,wBA+DG"}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import type { Node } from '@privateaim/core-kit';
|
|
2
2
|
import { type PropType } from 'vue';
|
|
3
|
-
import type { FormSelectOption } from '@vuecs/form-controls';
|
|
4
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
4
|
entity: {
|
|
6
5
|
type: PropType<Node>;
|
|
7
6
|
required: true;
|
|
8
7
|
};
|
|
9
8
|
}>, {
|
|
10
|
-
keyType: import("vue").Ref<string, string>;
|
|
11
|
-
keyTypeOptions: FormSelectOption[];
|
|
12
9
|
busy: import("vue").Ref<boolean, boolean>;
|
|
13
10
|
copy: (type: string) => void;
|
|
14
11
|
generate: () => Promise<void>;
|
|
@@ -21,8 +18,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
18
|
required: true;
|
|
22
19
|
};
|
|
23
20
|
}>> & Readonly<{
|
|
24
|
-
onFailed?: (...args: any[]) => any;
|
|
25
21
|
onUpdated?: (...args: any[]) => any;
|
|
22
|
+
onFailed?: (...args: any[]) => any;
|
|
26
23
|
onKeyCopied?: (...args: any[]) => any;
|
|
27
24
|
onKeyPairGenerated?: (...args: any[]) => any;
|
|
28
25
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FNodeCrypto.vue.d.ts","sourceRoot":"","sources":["../../../src/components/node/FNodeCrypto.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FNodeCrypto.vue.d.ts","sourceRoot":"","sources":["../../../src/components/node/FNodeCrypto.vue"],"names":[],"mappings":"AA8NA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AASjD,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;;;cAMe,QAAQ,CAAC,IAAI,CAAC;;;;;iBAuBd,MAAM;;;;;;;cAvBN,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;AAH1C,wBAkGG"}
|
|
@@ -31,9 +31,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
31
31
|
}>> & Readonly<{
|
|
32
32
|
onCreated?: (item: Node) => any;
|
|
33
33
|
onUpdated?: (item: Node) => any;
|
|
34
|
-
onFailed?: (item: Error) => any;
|
|
35
34
|
onDeleted?: (item: Node) => any;
|
|
36
35
|
onResolved?: (_item: Node) => any;
|
|
36
|
+
onFailed?: (item: Error) => any;
|
|
37
37
|
}>, {
|
|
38
38
|
entity: Node;
|
|
39
39
|
realmId: string;
|
|
@@ -7,14 +7,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
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" | "resolved" | "failed")[], "updated" | "resolved" | "failed", 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
|
-
onFailed?: (...args: any[]) => any;
|
|
17
16
|
onUpdated?: (...args: any[]) => any;
|
|
17
|
+
onFailed?: (...args: any[]) => any;
|
|
18
18
|
onResolved?: (...args: any[]) => any;
|
|
19
19
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
15
|
}>> & Readonly<{
|
|
16
|
-
onFailed?: (...args: any[]) => any;
|
|
17
16
|
onUpdated?: (...args: any[]) => any;
|
|
17
|
+
onFailed?: (...args: any[]) => any;
|
|
18
18
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
19
|
export default _default;
|
|
20
20
|
//# sourceMappingURL=FNodeRobot.d.ts.map
|
|
@@ -36,9 +36,9 @@ declare const FProject: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
36
|
}>> & Readonly<{
|
|
37
37
|
onCreated?: (item: Project) => any;
|
|
38
38
|
onUpdated?: (item: Project) => any;
|
|
39
|
-
onFailed?: (item: Error) => any;
|
|
40
39
|
onDeleted?: (item: Project) => any;
|
|
41
40
|
onResolved?: (_item: Project) => any;
|
|
41
|
+
onFailed?: (item: Error) => any;
|
|
42
42
|
}>, {}, SlotsType<EntityManagerSlotsType<Project>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
export { FProject, };
|
|
44
44
|
//# sourceMappingURL=FProject.d.ts.map
|
|
@@ -15,9 +15,9 @@ declare const FProjectForm: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
15
15
|
}>> & Readonly<{
|
|
16
16
|
onCreated?: (item: Project) => any;
|
|
17
17
|
onUpdated?: (item: Project) => any;
|
|
18
|
-
onFailed?: (item: Error) => any;
|
|
19
18
|
onDeleted?: (item: Project) => any;
|
|
20
19
|
onResolved?: (_item: Project) => any;
|
|
20
|
+
onFailed?: (item: Error) => any;
|
|
21
21
|
}>, {
|
|
22
22
|
entity: Project;
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7,15 +7,15 @@ declare const FProjectItem: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
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")[], "updated" | "deleted" | "failed", 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
|
-
onFailed?: (...args: any[]) => any;
|
|
17
16
|
onDeleted?: (...args: any[]) => any;
|
|
18
17
|
onUpdated?: (...args: any[]) => any;
|
|
18
|
+
onFailed?: (...args: any[]) => any;
|
|
19
19
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export { FProjectItem, };
|
|
21
21
|
//# sourceMappingURL=FProjectItem.d.ts.map
|
|
@@ -130,6 +130,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
130
130
|
}>, {}, SlotsType<import("@authup/client-web-kit").EntityVSlots<import("@authup/core-kit").Robot>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
131
131
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
132
132
|
FEntityDelete: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
133
|
+
service: {
|
|
134
|
+
type: PropType<"core" | "storage" | "telemetry">;
|
|
135
|
+
default: string;
|
|
136
|
+
};
|
|
133
137
|
elementIcon: {
|
|
134
138
|
type: StringConstructor;
|
|
135
139
|
default: string;
|
|
@@ -160,7 +164,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
160
164
|
};
|
|
161
165
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
162
166
|
[key: string]: any;
|
|
163
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
167
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("deleted" | "failed")[], "deleted" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
168
|
+
service: {
|
|
169
|
+
type: PropType<"core" | "storage" | "telemetry">;
|
|
170
|
+
default: string;
|
|
171
|
+
};
|
|
164
172
|
elementIcon: {
|
|
165
173
|
type: StringConstructor;
|
|
166
174
|
default: string;
|
|
@@ -189,8 +197,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
189
197
|
type: StringConstructor;
|
|
190
198
|
default: any;
|
|
191
199
|
};
|
|
192
|
-
}>> & Readonly<{
|
|
200
|
+
}>> & Readonly<{
|
|
201
|
+
onDeleted?: (...args: any[]) => any;
|
|
202
|
+
onFailed?: (...args: any[]) => any;
|
|
203
|
+
}>, {
|
|
193
204
|
locale: string;
|
|
205
|
+
service: "core" | "storage" | "telemetry";
|
|
194
206
|
hint: string;
|
|
195
207
|
elementIcon: string;
|
|
196
208
|
withText: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FProjectItemCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjectItemCard.vue"],"names":[],"mappings":"AA4KA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAIpD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;;;cAenB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAhCT,CAvH8E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAuH9E,CArHI
|
|
1
|
+
{"version":3,"file":"FProjectItemCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/project/FProjectItemCard.vue"],"names":[],"mappings":"AA4KA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAIpD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;;;cAenB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAhCT,CAvH8E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAuH9E,CArHI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAqHJ,GA3GA;qBA2GA,GAzGoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoHpB,wBA4CG"}
|
|
@@ -44,9 +44,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
44
44
|
}>> & Readonly<{
|
|
45
45
|
onCreated?: (item: ProjectNode) => any;
|
|
46
46
|
onUpdated?: (item: ProjectNode) => any;
|
|
47
|
-
onFailed?: (item: Error) => any;
|
|
48
47
|
onDeleted?: (item: ProjectNode) => any;
|
|
49
48
|
onResolved?: (_item: ProjectNode) => any;
|
|
49
|
+
onFailed?: (item: Error) => any;
|
|
50
50
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
51
|
export default _default;
|
|
52
52
|
//# sourceMappingURL=FProjectNode.d.ts.map
|
|
@@ -46,8 +46,8 @@ declare const FProjectNodeApprovalCommand: import("vue").DefineComponent<import(
|
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
48
|
}>> & Readonly<{
|
|
49
|
-
onFailed?: (...args: any[]) => any;
|
|
50
49
|
onUpdated?: (...args: any[]) => any;
|
|
50
|
+
onFailed?: (...args: any[]) => any;
|
|
51
51
|
}>, {
|
|
52
52
|
withText: boolean;
|
|
53
53
|
elementType: "link" | "button" | "dropDownItem";
|
|
@@ -24,9 +24,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
24
24
|
}>> & Readonly<{
|
|
25
25
|
onCreated?: (item: ProjectNode) => any;
|
|
26
26
|
onUpdated?: (item: ProjectNode) => any;
|
|
27
|
-
onFailed?: (item: Error) => any;
|
|
28
27
|
onDeleted?: (item: ProjectNode) => any;
|
|
29
28
|
onResolved?: (_item: ProjectNode) => any;
|
|
29
|
+
onFailed?: (item: Error) => any;
|
|
30
30
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
31
31
|
export default _default;
|
|
32
32
|
//# sourceMappingURL=FProjectNodeAssignAction.d.ts.map
|
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15
15
|
handleDeleted: (data: ProjectNode) => void;
|
|
16
16
|
handleFailed: (data: Error) => void;
|
|
17
17
|
handleUpdated: (data: ProjectNode) => void;
|
|
18
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "
|
|
18
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted" | "failed")[], "updated" | "deleted" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
entity: {
|
|
20
20
|
type: PropType<ProjectNode>;
|
|
21
21
|
required: true;
|
|
@@ -25,9 +25,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{
|
|
28
|
-
onFailed?: (...args: any[]) => any;
|
|
29
28
|
onDeleted?: (...args: any[]) => any;
|
|
30
29
|
onUpdated?: (...args: any[]) => any;
|
|
30
|
+
onFailed?: (...args: any[]) => any;
|
|
31
31
|
}>, {
|
|
32
32
|
busy: boolean;
|
|
33
33
|
}, {}, {
|
|
@@ -39,8 +39,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
39
39
|
title?: string;
|
|
40
40
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
41
41
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
42
|
-
busy?: boolean;
|
|
43
42
|
id?: string;
|
|
43
|
+
busy?: boolean;
|
|
44
44
|
backdropFirst?: boolean;
|
|
45
45
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
46
46
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
@@ -198,6 +198,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
198
198
|
titleVisuallyHidden: boolean;
|
|
199
199
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
|
200
200
|
_element: HTMLDivElement;
|
|
201
|
+
_closeButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
|
|
202
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
203
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
204
|
+
click: (value: MouseEvent) => any;
|
|
205
|
+
}, import("vue").PublicProps, {
|
|
206
|
+
disabled: boolean;
|
|
207
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
208
|
+
ariaLabel: string;
|
|
209
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLButtonElement, import("vue").ComponentProvideOptions, {
|
|
210
|
+
P: {};
|
|
211
|
+
B: {};
|
|
212
|
+
D: {};
|
|
213
|
+
C: {};
|
|
214
|
+
M: {};
|
|
215
|
+
Defaults: {};
|
|
216
|
+
}, Readonly<import("bootstrap-vue-next").BCloseButtonProps> & Readonly<{
|
|
217
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
218
|
+
}>, {}, {}, {}, {}, {
|
|
219
|
+
disabled: boolean;
|
|
220
|
+
type: import("bootstrap-vue-next").ButtonType;
|
|
221
|
+
ariaLabel: string;
|
|
222
|
+
}> | null;
|
|
201
223
|
_cancelButton: ({
|
|
202
224
|
$: import("vue").ComponentInternalInstance;
|
|
203
225
|
$data: {};
|
|
@@ -429,15 +451,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
429
451
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
430
452
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
431
453
|
}>, "disabled" | "to" | "pill" | "size" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "underlineVariant" | "active" | "activeClass" | "exactActiveClass" | "href" | "icon" | "opacity" | "opacityHover" | "rel" | "replace" | "routerComponentName" | "routerTag" | "stretched" | "target" | "variant" | "type" | "tag" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
432
|
-
$slots: Readonly<
|
|
433
|
-
default?: (props: Record<string, never>) => any;
|
|
434
|
-
loading?: (props: Record<string, never>) => any;
|
|
435
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
436
|
-
}> & {
|
|
437
|
-
default?: (props: Record<string, never>) => any;
|
|
438
|
-
loading?: (props: Record<string, never>) => any;
|
|
439
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
440
|
-
};
|
|
454
|
+
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
441
455
|
}) | null;
|
|
442
456
|
_okButton: ({
|
|
443
457
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -670,15 +684,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
670
684
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
671
685
|
"onUpdate:pressed"?: ((value: boolean | undefined) => any) | undefined;
|
|
672
686
|
}>, "disabled" | "to" | "pill" | "size" | "underlineOffset" | "underlineOffsetHover" | "underlineOpacity" | "underlineOpacityHover" | "underlineVariant" | "active" | "activeClass" | "exactActiveClass" | "href" | "icon" | "opacity" | "opacityHover" | "rel" | "replace" | "routerComponentName" | "routerTag" | "stretched" | "target" | "variant" | "type" | "tag" | "loading" | "loadingFill" | "loadingText" | "squared"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
673
|
-
$slots: Readonly<
|
|
674
|
-
default?: (props: Record<string, never>) => any;
|
|
675
|
-
loading?: (props: Record<string, never>) => any;
|
|
676
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
677
|
-
}> & {
|
|
678
|
-
default?: (props: Record<string, never>) => any;
|
|
679
|
-
loading?: (props: Record<string, never>) => any;
|
|
680
|
-
"loading-spinner"?: (props: Record<string, never>) => any;
|
|
681
|
-
};
|
|
687
|
+
$slots: Readonly<import("bootstrap-vue-next").BButtonSlots> & import("bootstrap-vue-next").BButtonSlots;
|
|
682
688
|
}) | null;
|
|
683
689
|
_fallbackFocusElement: HTMLDivElement;
|
|
684
690
|
}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -695,8 +701,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
695
701
|
title?: string;
|
|
696
702
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
697
703
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
698
|
-
busy?: boolean;
|
|
699
704
|
id?: string;
|
|
705
|
+
busy?: boolean;
|
|
700
706
|
backdropFirst?: boolean;
|
|
701
707
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
702
708
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
@@ -848,8 +854,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
848
854
|
title?: string;
|
|
849
855
|
focus?: "ok" | "cancel" | "close" | boolean | string | Readonly<import("vue").ComponentPublicInstance> | Readonly<HTMLElement> | null;
|
|
850
856
|
size?: import("bootstrap-vue-next").Size | "xl";
|
|
851
|
-
busy?: boolean;
|
|
852
857
|
id?: string;
|
|
858
|
+
busy?: boolean;
|
|
853
859
|
backdropFirst?: boolean;
|
|
854
860
|
bodyAttrs?: Readonly<import("bootstrap-vue-next/dist/src/types/AnyValuedAttributes").AttrsValue>;
|
|
855
861
|
bodyBgVariant?: import("bootstrap-vue-next/dist/src/types/ColorTypes").BgColorVariant | null;
|
|
@@ -1006,7 +1012,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1006
1012
|
scrollable: boolean;
|
|
1007
1013
|
titleVisuallyHidden: boolean;
|
|
1008
1014
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1009
|
-
$slots: Readonly<import("bootstrap-vue-next
|
|
1015
|
+
$slots: Readonly<import("bootstrap-vue-next").BModalSlots> & import("bootstrap-vue-next").BModalSlots;
|
|
1010
1016
|
});
|
|
1011
1017
|
FProjectInForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1012
1018
|
entity: {
|
|
@@ -1066,8 +1072,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1066
1072
|
default: boolean;
|
|
1067
1073
|
};
|
|
1068
1074
|
}>> & Readonly<{
|
|
1069
|
-
onFailed?: (...args: any[]) => any;
|
|
1070
1075
|
onUpdated?: (...args: any[]) => any;
|
|
1076
|
+
onFailed?: (...args: any[]) => any;
|
|
1071
1077
|
}>, {
|
|
1072
1078
|
withText: boolean;
|
|
1073
1079
|
elementType: "link" | "button" | "dropDownItem";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FProjectNodeInCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/project-node/FProjectNodeInCard.vue"],"names":[],"mappings":"AA4OA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cAgBR,QAAQ,CAAC,WAAW,CAAC;;;;;;;;;;0BAeZ,WAAW;yBAIZ,KAAK;0BAIJ,WAAW;;;cAvBpB,QAAQ,CAAC,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FProjectNodeInCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/project-node/FProjectNodeInCard.vue"],"names":[],"mappings":"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"}
|
|
@@ -17,6 +17,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
17
17
|
onExecuted?: (...args: any[]) => any;
|
|
18
18
|
}>, {}, {}, {
|
|
19
19
|
EntityDelete: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
20
|
+
service: {
|
|
21
|
+
type: PropType<"core" | "storage" | "telemetry">;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
20
24
|
elementIcon: {
|
|
21
25
|
type: StringConstructor;
|
|
22
26
|
default: string;
|
|
@@ -47,7 +51,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
47
51
|
};
|
|
48
52
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
49
53
|
[key: string]: any;
|
|
50
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
54
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("deleted" | "failed")[], "deleted" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
55
|
+
service: {
|
|
56
|
+
type: PropType<"core" | "storage" | "telemetry">;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
51
59
|
elementIcon: {
|
|
52
60
|
type: StringConstructor;
|
|
53
61
|
default: string;
|
|
@@ -76,8 +84,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
76
84
|
type: StringConstructor;
|
|
77
85
|
default: any;
|
|
78
86
|
};
|
|
79
|
-
}>> & Readonly<{
|
|
87
|
+
}>> & Readonly<{
|
|
88
|
+
onDeleted?: (...args: any[]) => any;
|
|
89
|
+
onFailed?: (...args: any[]) => any;
|
|
90
|
+
}>, {
|
|
80
91
|
locale: string;
|
|
92
|
+
service: "core" | "storage" | "telemetry";
|
|
81
93
|
hint: string;
|
|
82
94
|
elementIcon: string;
|
|
83
95
|
withText: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FRegistryCleanup.d.ts","sourceRoot":"","sources":["../../../src/components/registry/FRegistryCleanup.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;cAUzB,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;;;;;;;cAAxB,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"FRegistryCleanup.d.ts","sourceRoot":"","sources":["../../../src/components/registry/FRegistryCleanup.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;cAUzB,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;;;;;;;cAAxB,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAJpD,wBAoDG"}
|
|
@@ -15,9 +15,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15
15
|
}>> & Readonly<{
|
|
16
16
|
onCreated?: (item: Registry) => any;
|
|
17
17
|
onUpdated?: (item: Registry) => any;
|
|
18
|
-
onFailed?: (item: Error) => any;
|
|
19
18
|
onDeleted?: (item: Registry) => any;
|
|
20
19
|
onResolved?: (_item: Registry) => any;
|
|
20
|
+
onFailed?: (item: Error) => any;
|
|
21
21
|
}>, {
|
|
22
22
|
entity: Registry;
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -17,6 +17,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
17
17
|
onExecuted?: (...args: any[]) => any;
|
|
18
18
|
}>, {}, {}, {
|
|
19
19
|
EntityDelete: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
20
|
+
service: {
|
|
21
|
+
type: PropType<"core" | "storage" | "telemetry">;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
20
24
|
elementIcon: {
|
|
21
25
|
type: StringConstructor;
|
|
22
26
|
default: string;
|
|
@@ -47,7 +51,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
47
51
|
};
|
|
48
52
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
49
53
|
[key: string]: any;
|
|
50
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
54
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("deleted" | "failed")[], "deleted" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
55
|
+
service: {
|
|
56
|
+
type: PropType<"core" | "storage" | "telemetry">;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
51
59
|
elementIcon: {
|
|
52
60
|
type: StringConstructor;
|
|
53
61
|
default: string;
|
|
@@ -76,8 +84,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
76
84
|
type: StringConstructor;
|
|
77
85
|
default: any;
|
|
78
86
|
};
|
|
79
|
-
}>> & Readonly<{
|
|
87
|
+
}>> & Readonly<{
|
|
88
|
+
onDeleted?: (...args: any[]) => any;
|
|
89
|
+
onFailed?: (...args: any[]) => any;
|
|
90
|
+
}>, {
|
|
80
91
|
locale: string;
|
|
92
|
+
service: "core" | "storage" | "telemetry";
|
|
81
93
|
hint: string;
|
|
82
94
|
elementIcon: string;
|
|
83
95
|
withText: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FRegistrySetup.d.ts","sourceRoot":"","sources":["../../../src/components/registry/FRegistrySetup.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;cAUzB,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;;;;;;;cAAxB,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"FRegistrySetup.d.ts","sourceRoot":"","sources":["../../../src/components/registry/FRegistrySetup.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;cAUzB,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;;;;;;;cAAxB,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAJpD,wBAyDG"}
|
|
@@ -36,9 +36,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
36
|
}>> & Readonly<{
|
|
37
37
|
onCreated?: (item: RegistryProject) => any;
|
|
38
38
|
onUpdated?: (item: RegistryProject) => any;
|
|
39
|
-
onFailed?: (item: Error) => any;
|
|
40
39
|
onDeleted?: (item: RegistryProject) => any;
|
|
41
40
|
onResolved?: (_item: RegistryProject) => any;
|
|
41
|
+
onFailed?: (item: Error) => any;
|
|
42
42
|
}>, {}, SlotsType<EntityManagerSlotsType<RegistryProject>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
export default _default;
|
|
44
44
|
//# sourceMappingURL=FRegistryProject.d.ts.map
|
|
@@ -42,8 +42,8 @@ export declare const FSearch: import("vue").DefineComponent<import("vue").Extrac
|
|
|
42
42
|
type: PropType<ListMeta<any>>;
|
|
43
43
|
};
|
|
44
44
|
}>> & Readonly<{}>, {
|
|
45
|
-
icon: boolean;
|
|
46
45
|
busy: boolean;
|
|
46
|
+
icon: boolean;
|
|
47
47
|
}, SlotsType<{
|
|
48
48
|
default: Record<string, any>;
|
|
49
49
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/http-client/index.ts"],"names":[],"mappings":"AAOA,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/http-client/index.ts"],"names":[],"mappings":"AAOA,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/http-client/telemetry/index.ts"],"names":[],"mappings":"AAOA,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../../../src/core/http-client/telemetry/install.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAG7D,wBAAgB,0BAA0B,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,4BAA4B,QAUzF"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { APIClient } from '@privateaim/telemetry-kit';
|
|
2
|
+
import type { App } from 'vue';
|
|
3
|
+
export declare function provideTelemetryHTTPClient(client: APIClient, app?: App): void;
|
|
4
|
+
export declare function isTelemetryHTTPClientUsable(app?: App): boolean;
|
|
5
|
+
export declare function injectTelemetryHTTPClient(app?: App): APIClient;
|
|
6
|
+
//# sourceMappingURL=singleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"singleton.d.ts","sourceRoot":"","sources":["../../../../src/core/http-client/telemetry/singleton.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAK/B,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,SAAS,EAAE,GAAG,CAAC,EAAE,GAAG,QAEtE;AAED,wBAAgB,2BAA2B,CAAC,GAAG,CAAC,EAAE,GAAG,GAAI,OAAO,CAE/D;AAED,wBAAgB,yBAAyB,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,SAAS,CAO9D"}
|