@farris/jit-engine 1.3.347 → 1.3.349
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/README.md +10 -6
- package/bin/index.js +0 -0
- package/lib/domstructure/devkit/module/module.js +216 -216
- package/lib/domstructure/devkit/module/module.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.js +48 -0
- package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.js.map +1 -0
- package/lib/domstructure/ui/data/index.js +69 -68
- package/lib/domstructure/ui/data/index.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +3 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-filter-generator.js +8 -8
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-resource-generator.js +2 -2
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js +9 -9
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-provider-generator.js +9 -9
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +34 -34
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-router-generator.js +17 -17
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-bindingdata-generator.js +11 -11
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-component-generator.js +43 -14
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-component-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-handler-generator.js +25 -25
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-provider-generator.js +51 -51
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-statemachine-generator.js +19 -19
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-viewmodel-generator.js +31 -31
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/babel-config-js-generator.js +6 -6
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/gitignore-generator.js +23 -23
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/main-ts-generator.js +11 -11
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js +47 -47
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/readme-md-generator.js +20 -20
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shims-tsx-d-ts-generator.js +15 -15
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +31 -31
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/tsconfig-json-generator.js +38 -38
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/vue-config-js-generator.js +20 -20
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-content.js +11 -11
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +18 -18
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-service.js +9 -9
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-entity.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-page.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-project.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-app-index-vue-parameter.js.map +1 -1
- package/lib/mobileapp/vue/static/.editorconfig +9 -9
- package/lib/mobileapp/vue/static/.prettierrc +6 -6
- package/lib/mobileapp/vue/static/README.md +18 -18
- package/lib/mobileapp/vue/static/babel.config.js +13 -13
- package/lib/mobileapp/vue/static/src/main.ts +9 -9
- package/lib/mobileapp/vue/static/src/shims-vue.d.ts +32 -32
- package/lib/mobileapp/vue/static/tsconfig.json +20 -20
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +2 -2
- package/lib/mobileapp/vue/utility/template-generator/page-component-control-generator.js +2 -2
- package/lib/mobileapp/vue/utility/template-generator/page-component-ref-generator.js +1 -1
- package/lib/mobileapp/vue/utility/template-generator/page-statemachine-generator.js +21 -21
- package/lib/template/ui/kendo/light-lookup.pug +183 -0
- package/lib/template/ui/mobilevue/action-bar.pug +10 -10
- package/lib/template/ui/mobilevue/banner.pug +4 -4
- package/lib/template/ui/mobilevue/component-ref.pug +3 -3
- package/lib/template/ui/mobilevue/field-set.pug +3 -1
- package/lib/template/ui/mobilevue/image-uploader.pug +15 -15
- package/lib/template/ui/mobilevue/sidebar-item.pug +9 -9
- package/lib/template/ui/mobilevue/sidebar.pug +11 -11
- package/lib/template/ui/mobilevue/static-text.pug +1 -1
- package/lib/template/ui/mobilevue/steps.pug +8 -8
- package/lib/template/ui/mobilevue/toolbar.pug +5 -5
- package/lib/utility/devkit/component-creator.js +192 -191
- package/lib/utility/devkit/component-creator.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-manager.js +222 -221
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-manager.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-type.js +57 -56
- package/lib/utility/devkit/component-parameter-collector/component-parameter-collector-type.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/farris-lookup-collector.js +64 -64
- package/lib/utility/devkit/component-parameter-collector/farris-lookup-collector.js.map +1 -1
- package/lib/utility/devkit/form-file-executor.js +6 -1
- package/lib/utility/devkit/form-file-executor.js.map +1 -1
- package/lib/utility/devkit/module-creator.js +170 -167
- package/lib/utility/devkit/module-creator.js.map +1 -1
- package/lib/utility/farris-datagrid/column-editor-manager.js +115 -111
- package/lib/utility/farris-datagrid/column-editor-manager.js.map +1 -1
- package/lib/utility/farris-datagrid/external-service-lookup-editor.js +96 -0
- package/lib/utility/farris-datagrid/external-service-lookup-editor.js.map +1 -0
- package/lib/utility/farris-datagrid/farris-grid-column-type-convertor.js +112 -105
- package/lib/utility/farris-datagrid/farris-grid-column-type-convertor.js.map +1 -1
- package/lib/utility/i18n/i18n-resource-manager.js +237 -237
- package/lib/utility/i18n/i18n-resource-manager.js.map +1 -1
- package/lib/utility/i18n/index.js +13 -13
- package/lib/utility/template-generator/advanced-component-recognizer.js +75 -0
- package/lib/utility/template-generator/advanced-component-recognizer.js.map +1 -0
- package/lib/utility/template-generator/devkit/module-generator/index.js +19 -19
- package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js +304 -303
- package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js +300 -282
- package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit-template-config.js +580 -0
- package/lib/utility/template-generator/devkit-template-config.js.map +1 -0
- package/lib/utility/template-generator/external-service-lookup-checker.js +28 -0
- package/lib/utility/template-generator/external-service-lookup-checker.js.map +1 -0
- package/package.json +1 -1
- package/lib/mobileapp/vue/static/.npmignore +0 -13
package/README.md
CHANGED
package/bin/index.js
CHANGED
|
File without changes
|
|
@@ -1,217 +1,217 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Module = exports.LanguageConfig = exports.EntryComponent = exports.ExportsComponent = exports.Provider = exports.ImportModule = exports.Dependencies = void 0;
|
|
4
|
-
const utility_1 = require("../../../utility");
|
|
5
|
-
const module_reference_1 = require("../module-reference");
|
|
6
|
-
class Dependencies {
|
|
7
|
-
constructor(param) {
|
|
8
|
-
let obj;
|
|
9
|
-
if (typeof param === 'string') {
|
|
10
|
-
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
11
|
-
}
|
|
12
|
-
else {
|
|
13
|
-
obj = param;
|
|
14
|
-
}
|
|
15
|
-
if (!obj) {
|
|
16
|
-
return;
|
|
17
|
-
}
|
|
18
|
-
const keys = 'name,path,usePrefix,isLocale,languageCode';
|
|
19
|
-
Object.keys(obj).forEach(key => {
|
|
20
|
-
if (keys.includes(key)) {
|
|
21
|
-
this[key] = obj[key];
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
exports.Dependencies = Dependencies;
|
|
27
|
-
class ImportModule {
|
|
28
|
-
constructor(param) {
|
|
29
|
-
let obj;
|
|
30
|
-
if (typeof param === 'string') {
|
|
31
|
-
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
32
|
-
}
|
|
33
|
-
else {
|
|
34
|
-
obj = param;
|
|
35
|
-
}
|
|
36
|
-
if (!obj) {
|
|
37
|
-
return;
|
|
38
|
-
}
|
|
39
|
-
const keys = 'name,import,usePrefix';
|
|
40
|
-
Object.keys(obj).forEach(key => {
|
|
41
|
-
if (keys.includes(key)) {
|
|
42
|
-
this[key] = obj[key];
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
exports.ImportModule = ImportModule;
|
|
48
|
-
class Provider {
|
|
49
|
-
constructor(param) {
|
|
50
|
-
let obj;
|
|
51
|
-
if (typeof param === 'string') {
|
|
52
|
-
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
53
|
-
}
|
|
54
|
-
else {
|
|
55
|
-
obj = param;
|
|
56
|
-
}
|
|
57
|
-
if (!obj) {
|
|
58
|
-
return;
|
|
59
|
-
}
|
|
60
|
-
const keys = 'name,provide,useValue,useClass,useExisting,useFactory,deps,multi';
|
|
61
|
-
Object.keys(obj).forEach(key => {
|
|
62
|
-
if (keys.includes(key)) {
|
|
63
|
-
this[key] = obj[key];
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
exports.Provider = Provider;
|
|
69
|
-
class ExportsComponent {
|
|
70
|
-
constructor(param) {
|
|
71
|
-
let obj;
|
|
72
|
-
if (typeof param === 'string') {
|
|
73
|
-
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
74
|
-
}
|
|
75
|
-
else {
|
|
76
|
-
obj = param;
|
|
77
|
-
}
|
|
78
|
-
if (!obj) {
|
|
79
|
-
return;
|
|
80
|
-
}
|
|
81
|
-
const keys = 'name,export';
|
|
82
|
-
Object.keys(obj).forEach(key => {
|
|
83
|
-
if (keys.includes(key)) {
|
|
84
|
-
this[key] = obj[key];
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
exports.ExportsComponent = ExportsComponent;
|
|
90
|
-
class EntryComponent {
|
|
91
|
-
constructor(param) {
|
|
92
|
-
let obj;
|
|
93
|
-
if (typeof param === 'string') {
|
|
94
|
-
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
95
|
-
}
|
|
96
|
-
else {
|
|
97
|
-
obj = param;
|
|
98
|
-
}
|
|
99
|
-
if (!obj) {
|
|
100
|
-
return;
|
|
101
|
-
}
|
|
102
|
-
const keys = 'name,entry';
|
|
103
|
-
Object.keys(obj).forEach(key => {
|
|
104
|
-
if (keys.includes(key)) {
|
|
105
|
-
this[key] = obj[key];
|
|
106
|
-
}
|
|
107
|
-
});
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
exports.EntryComponent = EntryComponent;
|
|
111
|
-
class LanguageConfig {
|
|
112
|
-
constructor(param) {
|
|
113
|
-
let obj;
|
|
114
|
-
if (typeof param === 'string') {
|
|
115
|
-
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
116
|
-
}
|
|
117
|
-
else {
|
|
118
|
-
obj = param;
|
|
119
|
-
}
|
|
120
|
-
if (!obj) {
|
|
121
|
-
return;
|
|
122
|
-
}
|
|
123
|
-
this.config = obj;
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
exports.LanguageConfig = LanguageConfig;
|
|
127
|
-
class Module {
|
|
128
|
-
constructor(param) {
|
|
129
|
-
this.isJointSearch = false;
|
|
130
|
-
this.isPrimengTreeGrid = false;
|
|
131
|
-
this.isCitySelector = false;
|
|
132
|
-
this.isApprovalComments = false;
|
|
133
|
-
this.isPersonnelSelector = false;
|
|
134
|
-
this.isGridPersonnelSelector = false;
|
|
135
|
-
this.isOrganizationSelector = false;
|
|
136
|
-
this.isGridOrganizationSelector = false;
|
|
137
|
-
this.isEmployeeSelector = false;
|
|
138
|
-
this.isGridEmployeeSelector = false;
|
|
139
|
-
this.isAppointmentCalendar = false;
|
|
140
|
-
this.isGridAppointmentCalendar = false;
|
|
141
|
-
this.isQrCode = false;
|
|
142
|
-
this.isGridQrCode = false;
|
|
143
|
-
this.isAdminOrganizationSelector = false;
|
|
144
|
-
this.isGridAdminOrganizationSelector = false;
|
|
145
|
-
this.isImageUpload = false;
|
|
146
|
-
this.isExtIntergration = false;
|
|
147
|
-
this.isGridExtIntergration = false;
|
|
148
|
-
this.isProgressStep = false;
|
|
149
|
-
this.isApprovalLogs = false;
|
|
150
|
-
this.isOaRelation = false;
|
|
151
|
-
this.isPortlet = false;
|
|
152
|
-
this.multiTextboxUseComments = false;
|
|
153
|
-
this.hasAif = false;
|
|
154
|
-
let obj;
|
|
155
|
-
if (typeof param === 'string') {
|
|
156
|
-
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
157
|
-
}
|
|
158
|
-
else {
|
|
159
|
-
obj = param;
|
|
160
|
-
}
|
|
161
|
-
if (!obj) {
|
|
162
|
-
return;
|
|
163
|
-
}
|
|
164
|
-
const keys = 'name,code,dependencies,declarations,imports,providers,ctrlLangs,isComposedFrm,exports,entryComponents,isJointSearch,moduleReference,currentPageInfo,beforeTemplateScript,isPrimengTreeGrid,isPortlet,isProgressStep,isPersonnelSelector,isGridPersonnelSelector,isOrganizationSelector,isGridOrganizationSelector,isEmployeeSelector,isGridEmployeeSelector,isAdminOrganizationSelector,isGridAdminOrganizationSelector,isApprovalLogs,isExtIntergration,isGridExtIntergration,isCitySelector,isApprovalComments,isOaRelation,isImageUpload,isAppointmentCalendar,isGridAppointmentCalendar,multiTextboxUseComments,isQrCode,isGridQrCode,hasAif';
|
|
165
|
-
Object.keys(obj).forEach(key => {
|
|
166
|
-
if (keys.includes(key)) {
|
|
167
|
-
if (key === 'dependencies' && obj[key].length) {
|
|
168
|
-
this.dependencies = [];
|
|
169
|
-
obj[key].forEach((item) => {
|
|
170
|
-
this.dependencies.push(new Dependencies(item));
|
|
171
|
-
});
|
|
172
|
-
}
|
|
173
|
-
else if (key === 'imports' && obj[key].length) {
|
|
174
|
-
this.imports = [];
|
|
175
|
-
obj[key].forEach((item) => {
|
|
176
|
-
this.imports.push(new ImportModule(item));
|
|
177
|
-
});
|
|
178
|
-
}
|
|
179
|
-
else if (key === 'providers' && obj[key].length) {
|
|
180
|
-
this.providers = [];
|
|
181
|
-
obj[key].forEach((item) => {
|
|
182
|
-
this.providers.push(new Provider(item));
|
|
183
|
-
});
|
|
184
|
-
}
|
|
185
|
-
else if (key === 'ctrlLangs') {
|
|
186
|
-
this[key] = new LanguageConfig(obj[key]);
|
|
187
|
-
}
|
|
188
|
-
else if (key === "exports") {
|
|
189
|
-
this.exports = [];
|
|
190
|
-
if (utility_1.ToolHelper.isArray(obj[key])) {
|
|
191
|
-
obj[key].forEach((item) => {
|
|
192
|
-
this.exports.push(new ExportsComponent(item));
|
|
193
|
-
});
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
else if (key === "entryComponents") {
|
|
197
|
-
this.entryComponents = [];
|
|
198
|
-
if (utility_1.ToolHelper.isArray(obj[key])) {
|
|
199
|
-
obj[key].forEach((item) => {
|
|
200
|
-
this.entryComponents.push(new EntryComponent(item));
|
|
201
|
-
});
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
else if (key === "moduleReference") {
|
|
205
|
-
if (obj[key]) {
|
|
206
|
-
this[key] = new module_reference_1.ModuleReference(obj[key]);
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
else {
|
|
210
|
-
this[key] = obj[key];
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
});
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
exports.Module = Module;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Module = exports.LanguageConfig = exports.EntryComponent = exports.ExportsComponent = exports.Provider = exports.ImportModule = exports.Dependencies = void 0;
|
|
4
|
+
const utility_1 = require("../../../utility");
|
|
5
|
+
const module_reference_1 = require("../module-reference");
|
|
6
|
+
class Dependencies {
|
|
7
|
+
constructor(param) {
|
|
8
|
+
let obj;
|
|
9
|
+
if (typeof param === 'string') {
|
|
10
|
+
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
obj = param;
|
|
14
|
+
}
|
|
15
|
+
if (!obj) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
const keys = 'name,path,usePrefix,isLocale,languageCode';
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.Dependencies = Dependencies;
|
|
27
|
+
class ImportModule {
|
|
28
|
+
constructor(param) {
|
|
29
|
+
let obj;
|
|
30
|
+
if (typeof param === 'string') {
|
|
31
|
+
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
32
|
+
}
|
|
33
|
+
else {
|
|
34
|
+
obj = param;
|
|
35
|
+
}
|
|
36
|
+
if (!obj) {
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
const keys = 'name,import,usePrefix';
|
|
40
|
+
Object.keys(obj).forEach(key => {
|
|
41
|
+
if (keys.includes(key)) {
|
|
42
|
+
this[key] = obj[key];
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.ImportModule = ImportModule;
|
|
48
|
+
class Provider {
|
|
49
|
+
constructor(param) {
|
|
50
|
+
let obj;
|
|
51
|
+
if (typeof param === 'string') {
|
|
52
|
+
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
53
|
+
}
|
|
54
|
+
else {
|
|
55
|
+
obj = param;
|
|
56
|
+
}
|
|
57
|
+
if (!obj) {
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
const keys = 'name,provide,useValue,useClass,useExisting,useFactory,deps,multi';
|
|
61
|
+
Object.keys(obj).forEach(key => {
|
|
62
|
+
if (keys.includes(key)) {
|
|
63
|
+
this[key] = obj[key];
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.Provider = Provider;
|
|
69
|
+
class ExportsComponent {
|
|
70
|
+
constructor(param) {
|
|
71
|
+
let obj;
|
|
72
|
+
if (typeof param === 'string') {
|
|
73
|
+
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
74
|
+
}
|
|
75
|
+
else {
|
|
76
|
+
obj = param;
|
|
77
|
+
}
|
|
78
|
+
if (!obj) {
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
const keys = 'name,export';
|
|
82
|
+
Object.keys(obj).forEach(key => {
|
|
83
|
+
if (keys.includes(key)) {
|
|
84
|
+
this[key] = obj[key];
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.ExportsComponent = ExportsComponent;
|
|
90
|
+
class EntryComponent {
|
|
91
|
+
constructor(param) {
|
|
92
|
+
let obj;
|
|
93
|
+
if (typeof param === 'string') {
|
|
94
|
+
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
obj = param;
|
|
98
|
+
}
|
|
99
|
+
if (!obj) {
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
const keys = 'name,entry';
|
|
103
|
+
Object.keys(obj).forEach(key => {
|
|
104
|
+
if (keys.includes(key)) {
|
|
105
|
+
this[key] = obj[key];
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
exports.EntryComponent = EntryComponent;
|
|
111
|
+
class LanguageConfig {
|
|
112
|
+
constructor(param) {
|
|
113
|
+
let obj;
|
|
114
|
+
if (typeof param === 'string') {
|
|
115
|
+
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
116
|
+
}
|
|
117
|
+
else {
|
|
118
|
+
obj = param;
|
|
119
|
+
}
|
|
120
|
+
if (!obj) {
|
|
121
|
+
return;
|
|
122
|
+
}
|
|
123
|
+
this.config = obj;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
exports.LanguageConfig = LanguageConfig;
|
|
127
|
+
class Module {
|
|
128
|
+
constructor(param) {
|
|
129
|
+
this.isJointSearch = false;
|
|
130
|
+
this.isPrimengTreeGrid = false;
|
|
131
|
+
this.isCitySelector = false;
|
|
132
|
+
this.isApprovalComments = false;
|
|
133
|
+
this.isPersonnelSelector = false;
|
|
134
|
+
this.isGridPersonnelSelector = false;
|
|
135
|
+
this.isOrganizationSelector = false;
|
|
136
|
+
this.isGridOrganizationSelector = false;
|
|
137
|
+
this.isEmployeeSelector = false;
|
|
138
|
+
this.isGridEmployeeSelector = false;
|
|
139
|
+
this.isAppointmentCalendar = false;
|
|
140
|
+
this.isGridAppointmentCalendar = false;
|
|
141
|
+
this.isQrCode = false;
|
|
142
|
+
this.isGridQrCode = false;
|
|
143
|
+
this.isAdminOrganizationSelector = false;
|
|
144
|
+
this.isGridAdminOrganizationSelector = false;
|
|
145
|
+
this.isImageUpload = false;
|
|
146
|
+
this.isExtIntergration = false;
|
|
147
|
+
this.isGridExtIntergration = false;
|
|
148
|
+
this.isProgressStep = false;
|
|
149
|
+
this.isApprovalLogs = false;
|
|
150
|
+
this.isOaRelation = false;
|
|
151
|
+
this.isPortlet = false;
|
|
152
|
+
this.multiTextboxUseComments = false;
|
|
153
|
+
this.hasAif = false;
|
|
154
|
+
let obj;
|
|
155
|
+
if (typeof param === 'string') {
|
|
156
|
+
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
157
|
+
}
|
|
158
|
+
else {
|
|
159
|
+
obj = param;
|
|
160
|
+
}
|
|
161
|
+
if (!obj) {
|
|
162
|
+
return;
|
|
163
|
+
}
|
|
164
|
+
const keys = 'name,code,dependencies,declarations,imports,providers,ctrlLangs,isComposedFrm,exports,entryComponents,isJointSearch,moduleReference,currentPageInfo,beforeTemplateScript,isPrimengTreeGrid,isPortlet,isProgressStep,isPersonnelSelector,isGridPersonnelSelector,isOrganizationSelector,isGridOrganizationSelector,isEmployeeSelector,isGridEmployeeSelector,isAdminOrganizationSelector,isGridAdminOrganizationSelector,isApprovalLogs,isExtIntergration,isGridExtIntergration,isCitySelector,isApprovalComments,isOaRelation,isImageUpload,isAppointmentCalendar,isGridAppointmentCalendar,multiTextboxUseComments,isQrCode,isGridQrCode,hasAif,advancedComponentCheckResult';
|
|
165
|
+
Object.keys(obj).forEach(key => {
|
|
166
|
+
if (keys.includes(key)) {
|
|
167
|
+
if (key === 'dependencies' && obj[key].length) {
|
|
168
|
+
this.dependencies = [];
|
|
169
|
+
obj[key].forEach((item) => {
|
|
170
|
+
this.dependencies.push(new Dependencies(item));
|
|
171
|
+
});
|
|
172
|
+
}
|
|
173
|
+
else if (key === 'imports' && obj[key].length) {
|
|
174
|
+
this.imports = [];
|
|
175
|
+
obj[key].forEach((item) => {
|
|
176
|
+
this.imports.push(new ImportModule(item));
|
|
177
|
+
});
|
|
178
|
+
}
|
|
179
|
+
else if (key === 'providers' && obj[key].length) {
|
|
180
|
+
this.providers = [];
|
|
181
|
+
obj[key].forEach((item) => {
|
|
182
|
+
this.providers.push(new Provider(item));
|
|
183
|
+
});
|
|
184
|
+
}
|
|
185
|
+
else if (key === 'ctrlLangs') {
|
|
186
|
+
this[key] = new LanguageConfig(obj[key]);
|
|
187
|
+
}
|
|
188
|
+
else if (key === "exports") {
|
|
189
|
+
this.exports = [];
|
|
190
|
+
if (utility_1.ToolHelper.isArray(obj[key])) {
|
|
191
|
+
obj[key].forEach((item) => {
|
|
192
|
+
this.exports.push(new ExportsComponent(item));
|
|
193
|
+
});
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
else if (key === "entryComponents") {
|
|
197
|
+
this.entryComponents = [];
|
|
198
|
+
if (utility_1.ToolHelper.isArray(obj[key])) {
|
|
199
|
+
obj[key].forEach((item) => {
|
|
200
|
+
this.entryComponents.push(new EntryComponent(item));
|
|
201
|
+
});
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
else if (key === "moduleReference") {
|
|
205
|
+
if (obj[key]) {
|
|
206
|
+
this[key] = new module_reference_1.ModuleReference(obj[key]);
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
else {
|
|
210
|
+
this[key] = obj[key];
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
});
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
exports.Module = Module;
|
|
217
217
|
//# sourceMappingURL=module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../../../src/domstructure/devkit/module/module.ts"],"names":[],"mappings":";;;AAAA,8CAA4C;AAC5C,0DAAoD;
|
|
1
|
+
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../../../src/domstructure/devkit/module/module.ts"],"names":[],"mappings":"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"}
|
package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.js
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExternalServiceLookup = void 0;
|
|
4
|
+
const utility_1 = require("../../../../../../../../utility");
|
|
5
|
+
const reference_field_1 = require("./reference_field");
|
|
6
|
+
class ExternalServiceLookup extends reference_field_1.ReferenceField {
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
9
|
+
let obj;
|
|
10
|
+
if (typeof param === 'string') {
|
|
11
|
+
obj = utility_1.ToolHelper.convertToJsonOrDefault(param);
|
|
12
|
+
}
|
|
13
|
+
else {
|
|
14
|
+
obj = param;
|
|
15
|
+
}
|
|
16
|
+
if (!obj) {
|
|
17
|
+
return;
|
|
18
|
+
}
|
|
19
|
+
const inputPropKeys = [
|
|
20
|
+
'columns',
|
|
21
|
+
'mapFields',
|
|
22
|
+
'searchFields',
|
|
23
|
+
'searchAnyField',
|
|
24
|
+
'striped',
|
|
25
|
+
'uri',
|
|
26
|
+
'separator',
|
|
27
|
+
'multiSelect',
|
|
28
|
+
'pageList',
|
|
29
|
+
'pageSize',
|
|
30
|
+
'pageIndex',
|
|
31
|
+
'pagination',
|
|
32
|
+
'idField',
|
|
33
|
+
'dialogTitle',
|
|
34
|
+
'enableClear',
|
|
35
|
+
'showFilterBar',
|
|
36
|
+
];
|
|
37
|
+
const keys = '' + inputPropKeys.join(',');
|
|
38
|
+
Object.keys(obj).forEach(key => {
|
|
39
|
+
if (keys.includes(key)) {
|
|
40
|
+
this[key] = obj[key];
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
this.dialogTitleLang = `ExternalServiceLookup${utility_1.ToolHelper.replaceSpecialCharacter(this.id)}DialogTitle`;
|
|
44
|
+
this.placeHolderResourceId = utility_1.I18nResourceManager.generatePlaceHolderResourceId("LookupEdit", this.id, this.resourcePrefix);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.ExternalServiceLookup = ExternalServiceLookup;
|
|
48
|
+
//# sourceMappingURL=external-service-lookup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"external-service-lookup.js","sourceRoot":"","sources":["../../../../../../../../../src/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.ts"],"names":[],"mappings":";;;AAAA,6DAAkF;AAClF,uDAAmD;AAEnD,MAAa,qBAAsB,SAAQ,gCAAc;IAuBvD,YAAY,KAAmB;QAC7B,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,oBAAU,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC;SAChD;aAAM;YACL,GAAG,GAAG,KAAK,CAAC;SACb;QAED,IAAI,CAAC,GAAG,EAAE;YACR,OAAO;SACR;QACD,MAAM,aAAa,GAAG;YACpB,SAAS;YACT,WAAW;YACX,cAAc;YACd,gBAAgB;YAChB,SAAS;YACT,KAAK;YACL,WAAW;YACX,aAAa;YACb,UAAU;YACV,UAAU;YACV,WAAW;YACX,YAAY;YACZ,SAAS;YAET,aAAa;YAEb,aAAa;YACb,eAAe;SAehB,CAAC;QAEF,MAAM,IAAI,GAAG,EAAE,GAAG,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QAC1C,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC7B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACtB;QACH,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,eAAe,GAAG,wBAAwB,oBAAU,CAAC,uBAAuB,CAAC,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC;QAExG,IAAI,CAAC,qBAAqB,GAAG,6BAAmB,CAAC,6BAA6B,CAAC,YAAY,EAAE,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;IAC7H,CAAC;CAEF;AAnFD,sDAmFC"}
|