@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FAnalysisNodesProgress.vue.d.ts","sourceRoot":"","sources":["../../../src/components/analysis-node/FAnalysisNodesProgress.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FAnalysisNodesProgress.vue.d.ts","sourceRoot":"","sources":["../../../src/components/analysis-node/FAnalysisNodesProgress.vue"],"names":[],"mappings":"AAiIA,OAAO,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAEH,qBAAqB,EACrB,iBAAiB,EACpB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cASR,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;;;;;;;;;;;cAAlB,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAJ9C,wBA2CG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/components/constants.ts"],"names":[],"mappings":"AAOA,oBAAY,WAAW;IACnB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,cAAc,iBAAiB;CAClC"}
|
|
@@ -12,5 +12,6 @@ export * from './analysis-bucket-file';
|
|
|
12
12
|
export * from './analysis-log';
|
|
13
13
|
export * from './analysis-node';
|
|
14
14
|
export { default as FEntityDelete } from './FEntityDelete';
|
|
15
|
+
export * from './constants';
|
|
15
16
|
export * from './utility';
|
|
16
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAOA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAOA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
realmId: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
};
|
|
5
|
-
}
|
|
5
|
+
}>, {
|
|
6
6
|
vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
|
|
7
7
|
name: {
|
|
8
8
|
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
@@ -27,6 +27,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
name: string;
|
|
28
28
|
password: string;
|
|
29
29
|
realm_id: string;
|
|
30
|
+
}>, import("@vuelidate/core").Validation<{
|
|
31
|
+
name: {
|
|
32
|
+
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
33
|
+
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
34
|
+
min: number;
|
|
35
|
+
}, any>;
|
|
36
|
+
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
37
|
+
max: number;
|
|
38
|
+
}, any>;
|
|
39
|
+
};
|
|
40
|
+
password: {
|
|
41
|
+
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
42
|
+
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
43
|
+
min: number;
|
|
44
|
+
}, any>;
|
|
45
|
+
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
46
|
+
max: number;
|
|
47
|
+
}, any>;
|
|
48
|
+
};
|
|
49
|
+
realm_id: {};
|
|
50
|
+
}, {
|
|
51
|
+
name: string;
|
|
52
|
+
password: string;
|
|
53
|
+
realm_id: string;
|
|
30
54
|
}>>;
|
|
31
55
|
form: {
|
|
32
56
|
name: string;
|
|
@@ -34,14 +58,163 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
58
|
realm_id: string;
|
|
35
59
|
};
|
|
36
60
|
submit: () => Promise<void>;
|
|
37
|
-
busy: import("vue").Ref<boolean>;
|
|
38
|
-
},
|
|
61
|
+
busy: import("vue").Ref<boolean, boolean>;
|
|
62
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("done" | "failed")[], "done" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
63
|
realmId: {
|
|
40
64
|
type: StringConstructor;
|
|
41
65
|
};
|
|
42
|
-
}>> & {
|
|
66
|
+
}>> & Readonly<{
|
|
43
67
|
onDone?: (...args: any[]) => any;
|
|
44
68
|
onFailed?: (...args: any[]) => any;
|
|
45
|
-
}, {}, {
|
|
69
|
+
}>, {}, {}, {
|
|
70
|
+
IVuelidate: import("vue").DefineComponent<{
|
|
71
|
+
validation: {
|
|
72
|
+
type: import("vue").PropType<Record<string, any>>;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
|
+
}, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
+
validation: {
|
|
77
|
+
type: import("vue").PropType<Record<string, any>>;
|
|
78
|
+
required: true;
|
|
79
|
+
};
|
|
80
|
+
}>>, {}, import("vue").SlotsType<{
|
|
81
|
+
default: import("@ilingo/vuelidate").SlotProps;
|
|
82
|
+
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
83
|
+
VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
84
|
+
modelValue: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
88
|
+
type: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
93
|
+
modelValue: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
type: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
101
|
+
}>> & Readonly<{
|
|
102
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
103
|
+
}>, {
|
|
104
|
+
type: string;
|
|
105
|
+
modelValue: string;
|
|
106
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
107
|
+
VCFormSubmit: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
108
|
+
modelValue: {
|
|
109
|
+
type: BooleanConstructor;
|
|
110
|
+
default: boolean;
|
|
111
|
+
};
|
|
112
|
+
icon: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
isEditing: {
|
|
117
|
+
type: BooleanConstructor;
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
120
|
+
busy: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
createText: {
|
|
125
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
126
|
+
default: any;
|
|
127
|
+
};
|
|
128
|
+
createIconClass: {
|
|
129
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
130
|
+
default: any;
|
|
131
|
+
};
|
|
132
|
+
createButtonClass: {
|
|
133
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
134
|
+
default: any;
|
|
135
|
+
};
|
|
136
|
+
updateText: {
|
|
137
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
138
|
+
default: any;
|
|
139
|
+
};
|
|
140
|
+
updateIconClass: {
|
|
141
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
142
|
+
default: any;
|
|
143
|
+
};
|
|
144
|
+
updateButtonClass: {
|
|
145
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
146
|
+
default: any;
|
|
147
|
+
};
|
|
148
|
+
submit: {
|
|
149
|
+
type: import("vue").PropType<() => Promise<any> | any>;
|
|
150
|
+
};
|
|
151
|
+
invalid: {
|
|
152
|
+
type: BooleanConstructor;
|
|
153
|
+
default: boolean;
|
|
154
|
+
};
|
|
155
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
156
|
+
modelValue: {
|
|
157
|
+
type: BooleanConstructor;
|
|
158
|
+
default: boolean;
|
|
159
|
+
};
|
|
160
|
+
icon: {
|
|
161
|
+
type: BooleanConstructor;
|
|
162
|
+
default: boolean;
|
|
163
|
+
};
|
|
164
|
+
isEditing: {
|
|
165
|
+
type: BooleanConstructor;
|
|
166
|
+
default: boolean;
|
|
167
|
+
};
|
|
168
|
+
busy: {
|
|
169
|
+
type: BooleanConstructor;
|
|
170
|
+
default: boolean;
|
|
171
|
+
};
|
|
172
|
+
createText: {
|
|
173
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
174
|
+
default: any;
|
|
175
|
+
};
|
|
176
|
+
createIconClass: {
|
|
177
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
178
|
+
default: any;
|
|
179
|
+
};
|
|
180
|
+
createButtonClass: {
|
|
181
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
182
|
+
default: any;
|
|
183
|
+
};
|
|
184
|
+
updateText: {
|
|
185
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
186
|
+
default: any;
|
|
187
|
+
};
|
|
188
|
+
updateIconClass: {
|
|
189
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
190
|
+
default: any;
|
|
191
|
+
};
|
|
192
|
+
updateButtonClass: {
|
|
193
|
+
type: import("vue").PropType<string | import("@vuecs/core").ComponentOptionInputConfig<string>>;
|
|
194
|
+
default: any;
|
|
195
|
+
};
|
|
196
|
+
submit: {
|
|
197
|
+
type: import("vue").PropType<() => Promise<any> | any>;
|
|
198
|
+
};
|
|
199
|
+
invalid: {
|
|
200
|
+
type: BooleanConstructor;
|
|
201
|
+
default: boolean;
|
|
202
|
+
};
|
|
203
|
+
}>> & Readonly<{
|
|
204
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
205
|
+
}>, {
|
|
206
|
+
invalid: boolean;
|
|
207
|
+
modelValue: boolean;
|
|
208
|
+
busy: boolean;
|
|
209
|
+
isEditing: boolean;
|
|
210
|
+
icon: boolean;
|
|
211
|
+
updateText: string | import("@vuecs/core").ComponentOptionInputConfig<string>;
|
|
212
|
+
updateIconClass: string | import("@vuecs/core").ComponentOptionInputConfig<string>;
|
|
213
|
+
updateButtonClass: string | import("@vuecs/core").ComponentOptionInputConfig<string>;
|
|
214
|
+
createText: string | import("@vuecs/core").ComponentOptionInputConfig<string>;
|
|
215
|
+
createIconClass: string | import("@vuecs/core").ComponentOptionInputConfig<string>;
|
|
216
|
+
createButtonClass: string | import("@vuecs/core").ComponentOptionInputConfig<string>;
|
|
217
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
218
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
219
|
export default _default;
|
|
47
220
|
//# sourceMappingURL=FLoginForm.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FLoginForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/login/FLoginForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FLoginForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/login/FLoginForm.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA8IA,KArIA;;;;;;;;;;;;;;;;;qBAqIA,KArIgB;;;;;;;;;;iCAqIhB,GAtHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAsHA,KAxFsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAwFtB,GA/BoC;;;;;;;;;;;;;;;AAwCpC,wBAwEG"}
|
|
@@ -1,19 +1,98 @@
|
|
|
1
|
-
|
|
1
|
+
import type { MasterImage } from '@privateaim/core-kit';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
3
|
entityId: {
|
|
3
4
|
type: StringConstructor;
|
|
4
5
|
default: any;
|
|
5
6
|
};
|
|
6
|
-
}
|
|
7
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7
8
|
[key: string]: any;
|
|
8
|
-
}>,
|
|
9
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "selected"[], "selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
10
|
entityId: {
|
|
10
11
|
type: StringConstructor;
|
|
11
12
|
default: any;
|
|
12
13
|
};
|
|
13
|
-
}>> & {
|
|
14
|
+
}>> & Readonly<{
|
|
14
15
|
onSelected?: (...args: any[]) => any;
|
|
15
|
-
}
|
|
16
|
+
}>, {
|
|
16
17
|
entityId: string;
|
|
17
|
-
}, {}
|
|
18
|
+
}, {}, {
|
|
19
|
+
MasterImageList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
20
|
+
query: {
|
|
21
|
+
type: import("vue").PropType<import("rapiq").BuildInput<MasterImage>>;
|
|
22
|
+
default(): {};
|
|
23
|
+
};
|
|
24
|
+
realmId: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: any;
|
|
27
|
+
};
|
|
28
|
+
loadOnSetup: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
loading: {
|
|
33
|
+
type: import("vue").PropType<boolean | import("../../core").ListLoadingOptions<MasterImage>>;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
noMore: {
|
|
37
|
+
type: import("vue").PropType<boolean | import("../../core").ListNoMoreOptions<MasterImage>>;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
footer: {
|
|
41
|
+
type: import("vue").PropType<boolean | import("../../core").ListFooterOptions<MasterImage>>;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
header: {
|
|
45
|
+
type: import("vue").PropType<boolean | import("../../core").ListHeaderOptions<MasterImage>>;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
body: {
|
|
49
|
+
type: import("vue").PropType<import("../../core").ListBodyOptions<MasterImage>>;
|
|
50
|
+
};
|
|
51
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<MasterImage>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
+
query: {
|
|
53
|
+
type: import("vue").PropType<import("rapiq").BuildInput<MasterImage>>;
|
|
54
|
+
default(): {};
|
|
55
|
+
};
|
|
56
|
+
realmId: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: any;
|
|
59
|
+
};
|
|
60
|
+
loadOnSetup: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
loading: {
|
|
65
|
+
type: import("vue").PropType<boolean | import("../../core").ListLoadingOptions<MasterImage>>;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
noMore: {
|
|
69
|
+
type: import("vue").PropType<boolean | import("../../core").ListNoMoreOptions<MasterImage>>;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
72
|
+
footer: {
|
|
73
|
+
type: import("vue").PropType<boolean | import("../../core").ListFooterOptions<MasterImage>>;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
header: {
|
|
77
|
+
type: import("vue").PropType<boolean | import("../../core").ListHeaderOptions<MasterImage>>;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
80
|
+
body: {
|
|
81
|
+
type: import("vue").PropType<import("../../core").ListBodyOptions<MasterImage>>;
|
|
82
|
+
};
|
|
83
|
+
}>> & Readonly<{
|
|
84
|
+
onCreated?: (item: MasterImage) => any;
|
|
85
|
+
onUpdated?: (item: MasterImage) => any;
|
|
86
|
+
onDeleted?: (item: MasterImage) => any;
|
|
87
|
+
}>, {
|
|
88
|
+
realmId: string;
|
|
89
|
+
footer: boolean;
|
|
90
|
+
header: boolean;
|
|
91
|
+
noMore: boolean;
|
|
92
|
+
loading: boolean;
|
|
93
|
+
query: import("rapiq").BuildInput<MasterImage>;
|
|
94
|
+
loadOnSetup: boolean;
|
|
95
|
+
}, import("vue").SlotsType<import("../../core").ListSlotsType<MasterImage>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
96
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
97
|
export default _default;
|
|
19
98
|
//# sourceMappingURL=FMasterImagePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FMasterImagePicker.d.ts","sourceRoot":"","sources":["../../../src/components/master-image/FMasterImagePicker.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FMasterImagePicker.d.ts","sourceRoot":"","sources":["../../../src/components/master-image/FMasterImagePicker.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAAoB,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgB1E,wBA4OG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { SlotsType } from 'vue';
|
|
2
2
|
import type { MasterImage } from '@privateaim/core-kit';
|
|
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<MasterImage>>;
|
|
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<MasterImage>>;
|
|
35
35
|
};
|
|
36
|
-
}
|
|
36
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<MasterImage>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
37
|
query: {
|
|
38
38
|
type: import("vue").PropType<import("rapiq").BuildInput<MasterImage>>;
|
|
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<MasterImage>>;
|
|
67
67
|
};
|
|
68
|
-
}>> & {
|
|
68
|
+
}>> & Readonly<{
|
|
69
69
|
onCreated?: (item: MasterImage) => any;
|
|
70
|
-
onDeleted?: (item: MasterImage) => any;
|
|
71
70
|
onUpdated?: (item: MasterImage) => any;
|
|
72
|
-
|
|
71
|
+
onDeleted?: (item: MasterImage) => 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<MasterImage>;
|
|
79
79
|
loadOnSetup: boolean;
|
|
80
|
-
}, SlotsType<ListSlotsType<MasterImage
|
|
80
|
+
}, SlotsType<ListSlotsType<MasterImage>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
81
|
export default _default;
|
|
82
82
|
//# sourceMappingURL=FMasterImages.d.ts.map
|
|
@@ -1,8 +1,155 @@
|
|
|
1
|
+
import type { MasterImage } from '@privateaim/core-kit';
|
|
2
|
+
import { DomainType } from '@privateaim/core-kit';
|
|
1
3
|
declare const _default: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
4
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("failed" | "executed")[], "failed" | "executed", import("vue").PublicProps, Readonly<
|
|
5
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("failed" | "executed")[], "failed" | "executed", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
6
|
onFailed?: (...args: any[]) => any;
|
|
5
7
|
onExecuted?: (...args: any[]) => any;
|
|
6
|
-
}, {}, {
|
|
8
|
+
}>, {}, {}, {
|
|
9
|
+
EntityDelete: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10
|
+
elementIcon: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
withText: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
elementType: {
|
|
19
|
+
type: import("vue").PropType<`${import("..").ElementType}`>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
entityId: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
entityType: {
|
|
27
|
+
type: import("vue").PropType<`${DomainType}`>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
hint: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: any;
|
|
33
|
+
};
|
|
34
|
+
locale: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: any;
|
|
37
|
+
};
|
|
38
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
|
+
elementIcon: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
withText: {
|
|
46
|
+
type: BooleanConstructor;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
49
|
+
elementType: {
|
|
50
|
+
type: import("vue").PropType<`${import("..").ElementType}`>;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
entityId: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
entityType: {
|
|
58
|
+
type: import("vue").PropType<`${DomainType}`>;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
hint: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: any;
|
|
64
|
+
};
|
|
65
|
+
locale: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: any;
|
|
68
|
+
};
|
|
69
|
+
}>> & Readonly<{}>, {
|
|
70
|
+
hint: string;
|
|
71
|
+
elementIcon: string;
|
|
72
|
+
withText: boolean;
|
|
73
|
+
elementType: "link" | "button" | "dropDownItem";
|
|
74
|
+
locale: string;
|
|
75
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
76
|
+
MasterImageList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
77
|
+
query: {
|
|
78
|
+
type: import("vue").PropType<import("rapiq").BuildInput<MasterImage>>;
|
|
79
|
+
default(): {};
|
|
80
|
+
};
|
|
81
|
+
realmId: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: any;
|
|
84
|
+
};
|
|
85
|
+
loadOnSetup: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
loading: {
|
|
90
|
+
type: import("vue").PropType<boolean | import("../../core").ListLoadingOptions<MasterImage>>;
|
|
91
|
+
default: boolean;
|
|
92
|
+
};
|
|
93
|
+
noMore: {
|
|
94
|
+
type: import("vue").PropType<boolean | import("../../core").ListNoMoreOptions<MasterImage>>;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
97
|
+
footer: {
|
|
98
|
+
type: import("vue").PropType<boolean | import("../../core").ListFooterOptions<MasterImage>>;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
header: {
|
|
102
|
+
type: import("vue").PropType<boolean | import("../../core").ListHeaderOptions<MasterImage>>;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
body: {
|
|
106
|
+
type: import("vue").PropType<import("../../core").ListBodyOptions<MasterImage>>;
|
|
107
|
+
};
|
|
108
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<MasterImage>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
109
|
+
query: {
|
|
110
|
+
type: import("vue").PropType<import("rapiq").BuildInput<MasterImage>>;
|
|
111
|
+
default(): {};
|
|
112
|
+
};
|
|
113
|
+
realmId: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
default: any;
|
|
116
|
+
};
|
|
117
|
+
loadOnSetup: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
121
|
+
loading: {
|
|
122
|
+
type: import("vue").PropType<boolean | import("../../core").ListLoadingOptions<MasterImage>>;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
noMore: {
|
|
126
|
+
type: import("vue").PropType<boolean | import("../../core").ListNoMoreOptions<MasterImage>>;
|
|
127
|
+
default: boolean;
|
|
128
|
+
};
|
|
129
|
+
footer: {
|
|
130
|
+
type: import("vue").PropType<boolean | import("../../core").ListFooterOptions<MasterImage>>;
|
|
131
|
+
default: boolean;
|
|
132
|
+
};
|
|
133
|
+
header: {
|
|
134
|
+
type: import("vue").PropType<boolean | import("../../core").ListHeaderOptions<MasterImage>>;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
body: {
|
|
138
|
+
type: import("vue").PropType<import("../../core").ListBodyOptions<MasterImage>>;
|
|
139
|
+
};
|
|
140
|
+
}>> & Readonly<{
|
|
141
|
+
onCreated?: (item: MasterImage) => any;
|
|
142
|
+
onUpdated?: (item: MasterImage) => any;
|
|
143
|
+
onDeleted?: (item: MasterImage) => any;
|
|
144
|
+
}>, {
|
|
145
|
+
realmId: string;
|
|
146
|
+
footer: boolean;
|
|
147
|
+
header: boolean;
|
|
148
|
+
noMore: boolean;
|
|
149
|
+
loading: boolean;
|
|
150
|
+
query: import("rapiq").BuildInput<MasterImage>;
|
|
151
|
+
loadOnSetup: boolean;
|
|
152
|
+
}, import("vue").SlotsType<import("../../core").ListSlotsType<MasterImage>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
153
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
154
|
export default _default;
|
|
8
155
|
//# sourceMappingURL=FMasterImagesSync.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FMasterImagesSync.d.ts","sourceRoot":"","sources":["../../../src/components/master-image/FMasterImagesSync.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FMasterImagesSync.d.ts","sourceRoot":"","sources":["../../../src/components/master-image/FMasterImagesSync.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EACH,UAAU,EAEb,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAS9B,wBA6EG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { MasterImageGroup } 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<MasterImageGroup>>;
|
|
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<MasterImageGroup>>;
|
|
35
35
|
};
|
|
36
|
-
}
|
|
36
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<MasterImageGroup>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
37
|
query: {
|
|
38
38
|
type: import("vue").PropType<import("rapiq").BuildInput<MasterImageGroup>>;
|
|
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<MasterImageGroup>>;
|
|
67
67
|
};
|
|
68
|
-
}>> & {
|
|
68
|
+
}>> & Readonly<{
|
|
69
69
|
onCreated?: (item: MasterImageGroup) => any;
|
|
70
|
-
onDeleted?: (item: MasterImageGroup) => any;
|
|
71
70
|
onUpdated?: (item: MasterImageGroup) => any;
|
|
72
|
-
|
|
71
|
+
onDeleted?: (item: MasterImageGroup) => 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<MasterImageGroup>;
|
|
79
79
|
loadOnSetup: boolean;
|
|
80
|
-
}, SlotsType<ListSlotsType<MasterImageGroup
|
|
80
|
+
}, SlotsType<ListSlotsType<MasterImageGroup>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
81
|
export default _default;
|
|
82
82
|
//# sourceMappingURL=FMasterImageGroups.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Node } 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
|
entity: {
|
|
5
5
|
type: PropType<Node>;
|
|
6
6
|
default: any;
|
|
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
type: StringConstructor;
|
|
14
14
|
default: any;
|
|
15
15
|
};
|
|
16
|
-
}
|
|
16
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
|
-
}>,
|
|
18
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Node>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
entity: {
|
|
20
20
|
type: PropType<Node>;
|
|
21
21
|
default: any;
|
|
@@ -28,16 +28,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
type: StringConstructor;
|
|
29
29
|
default: any;
|
|
30
30
|
};
|
|
31
|
-
}>> & {
|
|
31
|
+
}>> & Readonly<{
|
|
32
32
|
onFailed?: (item: Error) => any;
|
|
33
33
|
onCreated?: (item: Node) => any;
|
|
34
|
-
onDeleted?: (item: Node) => any;
|
|
35
34
|
onUpdated?: (item: Node) => any;
|
|
35
|
+
onDeleted?: (item: Node) => any;
|
|
36
36
|
onResolved?: (_item: Node) => any;
|
|
37
|
-
}
|
|
37
|
+
}>, {
|
|
38
38
|
realmId: string;
|
|
39
39
|
realmName: string;
|
|
40
40
|
entity: Node;
|
|
41
|
-
}, {}>;
|
|
41
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
42
|
export default _default;
|
|
43
43
|
//# sourceMappingURL=FNodeForm.d.ts.map
|