@rxap/schematic-angular 16.1.0-dev.20 → 16.1.0-dev.22
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/CHANGELOG.md +16 -0
- package/README.md +1 -1
- package/package.json +5 -5
- package/src/lib/form-definition-control.js +3 -1
- package/src/lib/form-definition-control.js.map +1 -1
- package/src/schematics/angular.schema.json +61 -0
- package/src/schematics/form/form-definition/index.js +16 -9
- package/src/schematics/form/form-definition/index.js.map +1 -1
- package/src/schematics/form/form-definition/schema.d.ts +2 -1
- package/src/schematics/form/form-definition/schema.json +5 -0
- package/src/schematics/general.schema.json +41 -0
- package/src/schematics/table/action/dialog-table-action/index.js.map +1 -1
- package/src/schematics/table/table-component/schema.json +190 -226
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [16.1.0-dev.22](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.21...@rxap/schematic-angular@16.1.0-dev.22) (2023-10-09)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- only set to unknown type if type property is empty or object ([44cd819](https://gitlab.com/rxap/packages/commit/44cd81935248d5941e55e6fbb4a983ccdbbd590c))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- support overwrite array ([e528c87](https://gitlab.com/rxap/packages/commit/e528c87fd5fb49898583e0c08c191942e7e2f8e4))
|
|
15
|
+
|
|
16
|
+
# [16.1.0-dev.21](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.20...@rxap/schematic-angular@16.1.0-dev.21) (2023-10-08)
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
- support non standalone form definitions ([45f88c6](https://gitlab.com/rxap/packages/commit/45f88c6409439ea7b8dfb87e2c4a445570ae425e))
|
|
21
|
+
|
|
6
22
|
# [16.1.0-dev.20](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.19...@rxap/schematic-angular@16.1.0-dev.20) (2023-10-02)
|
|
7
23
|
|
|
8
24
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -17,5 +17,5 @@ yarn add @rxap/schematic-angular
|
|
|
17
17
|
```
|
|
18
18
|
**Install peer dependencies:**
|
|
19
19
|
```bash
|
|
20
|
-
yarn add @angular-devkit/core@^16.1.4 @angular-devkit/schematics@^16.1.4 @rxap/schematics-ts-morph@^16.0.0-dev.
|
|
20
|
+
yarn add @angular-devkit/core@^16.1.4 @angular-devkit/schematics@^16.1.4 @rxap/schematics-ts-morph@^16.0.0-dev.25 @rxap/schematics-utilities@^16.0.0-dev.18 @rxap/utilities@^16.0.0-dev.19 ts-morph@^18.0.0 tslib@2.6.2
|
|
21
21
|
```
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.1.0-dev.
|
|
2
|
+
"version": "16.1.0-dev.22",
|
|
3
3
|
"name": "@rxap/schematic-angular",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"@angular-devkit/core": "^16.1.4",
|
|
13
13
|
"@angular-devkit/schematics": "^16.1.4",
|
|
14
|
-
"@rxap/schematics-ts-morph": "^16.0.0-dev.
|
|
14
|
+
"@rxap/schematics-ts-morph": "^16.0.0-dev.25",
|
|
15
15
|
"@rxap/schematics-utilities": "^16.0.0-dev.18",
|
|
16
16
|
"@rxap/utilities": "^16.0.0-dev.19",
|
|
17
17
|
"ts-morph": "^18.0.0",
|
|
18
18
|
"tslib": "2.6.2",
|
|
19
19
|
"@rxap/node-utilities": "1.1.0-dev.13",
|
|
20
20
|
"@rxap/workspace-ts-morph": "0.1.0-dev.9",
|
|
21
|
-
"@rxap/workspace-utilities": "0.1.0-dev.
|
|
21
|
+
"@rxap/workspace-utilities": "0.1.0-dev.20"
|
|
22
22
|
},
|
|
23
23
|
"author": {
|
|
24
24
|
"name": "Merzough Münker",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"packageGroup": [
|
|
41
41
|
{
|
|
42
42
|
"package": "@rxap/schematics-ts-morph",
|
|
43
|
-
"version": "16.0.0-dev.
|
|
43
|
+
"version": "16.0.0-dev.25"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"package": "@rxap/schematics-utilities",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"schematics": "./collection.json",
|
|
69
69
|
"type": "commonjs",
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "e74e74e04d2978364d8e781f5ec8a105f7c2443e",
|
|
71
71
|
"main": "./src/index.js",
|
|
72
72
|
"types": "./src/index.d.ts"
|
|
73
73
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-definition-control.js","sourceRoot":"","sources":["../../../../../../packages/schematic/angular/src/lib/form-definition-control.ts"],"names":[],"mappings":";;;AAIA,qEAAyE;AAezE,SAAgB,wBAAwB,CAAC,OAAgE;;IACvG,IAAI,OAAO,GAAG,KAAK,CAAC;IACpB,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IACxB,IAAI,KAAK,GAAG,MAAA,OAAO,CAAC,KAAK,mCAAI,IAAI,CAAC;IAClC,IAAI,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QACpC,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;QAC3D,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;QAC9D,IAAI,CAAC,CAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,CAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;YAChE,QAAQ,IAAI,EAAE;gBACZ,KAAK,MAAM;oBACT,IAAI,GAAG,QAAQ,CAAC;oBAChB,MAAM;gBACR,KAAK,MAAM;oBACT,IAAI,GAAG,QAAQ,CAAC;oBAChB,MAAM;gBACR;
|
|
1
|
+
{"version":3,"file":"form-definition-control.js","sourceRoot":"","sources":["../../../../../../packages/schematic/angular/src/lib/form-definition-control.ts"],"names":[],"mappings":";;;AAIA,qEAAyE;AAezE,SAAgB,wBAAwB,CAAC,OAAgE;;IACvG,IAAI,OAAO,GAAG,KAAK,CAAC;IACpB,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IACxB,IAAI,KAAK,GAAG,MAAA,OAAO,CAAC,KAAK,mCAAI,IAAI,CAAC;IAClC,IAAI,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QACpC,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;QAC3D,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;QAC9D,IAAI,CAAC,CAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,CAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;YAChE,QAAQ,IAAI,EAAE;gBACZ,KAAK,MAAM;oBACT,IAAI,GAAG,QAAQ,CAAC;oBAChB,MAAM;gBACR,KAAK,MAAM;oBACT,IAAI,GAAG,QAAQ,CAAC;oBAChB,MAAM;gBACR,KAAK,QAAQ,CAAC;gBACd,KAAK,QAAQ,CAAC;gBACd,KAAK,EAAE;oBACL,IAAI,GAAG,SAAS,CAAC;oBACjB,MAAM;aACT;SACF;KACF;IACD,IAAI,OAAO,EAAE;QACX,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,CAAC,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,KAAK,CAAC,SAAS,CAAC,CAAA,EAAE;YACzD,OAAO,CAAC,IAAI,CACV,+DAA+D,CAChE,CAAC;YACF,KAAK,GAAG,IAAI,CAAC;SACd;KACF;IACD,OAAO,MAAM,CAAC,IAAI,CAAC;QACjB,IAAI,EAAE,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,SAAS;QACvB,OAAO;QACP,KAAK;KACN,CAAC,CAAC;AACL,CAAC;AApCD,4DAoCC;AAED,SAAgB,8BAA8B,CAC5C,OAAuC;IAEvC,MAAM,QAAQ,GAAG,IAAA,sDAA6B,EAAC,OAAO,CAAC,CAAC;IACxD,MAAM,EACJ,IAAI,EACJ,UAAU,EACV,aAAa,GACd,GAAG,QAAQ,CAAC;IACb,MAAM,EACJ,IAAI,EACJ,KAAK,EACL,OAAO,GACR,GAAG,wBAAwB,CAAC,QAAQ,CAAC,CAAC;IACvC,OAAO,MAAM,CAAC,IAAI,CAAC;QACjB,IAAI;QACJ,IAAI;QACJ,OAAO;QACP,UAAU;QACV,KAAK;QACL,aAAa;KACd,CAAC,CAAC;AACL,CAAC;AAtBD,wEAsBC;AAED,SAAgB,kCAAkC,CAChD,WAAmD;;IAEnD,OAAO,MAAM,CAAC,IAAI,CAAC,MAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,GAAG,CAAC,8BAA8B,CAAC,mCAAI,EAAE,CAAC,CAAC;AAC7E,CAAC;AAJD,gFAIC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "angular",
|
|
4
|
+
"allOf": [
|
|
5
|
+
{
|
|
6
|
+
"$ref": "general.schema.json"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"type": "object",
|
|
10
|
+
"properties": {
|
|
11
|
+
"componentName": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
14
|
+
"name": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"context": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "The context use to generate proper names for class, files, etc"
|
|
20
|
+
},
|
|
21
|
+
"nestModule": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"description": "The module name for the table nest operations"
|
|
24
|
+
},
|
|
25
|
+
"controllerName": {
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"backend": {
|
|
29
|
+
"type": "string",
|
|
30
|
+
"description": "The backend that should be used to handel data",
|
|
31
|
+
"enum": [
|
|
32
|
+
"none",
|
|
33
|
+
"nestjs",
|
|
34
|
+
"open-api",
|
|
35
|
+
"local"
|
|
36
|
+
],
|
|
37
|
+
"default": "none"
|
|
38
|
+
},
|
|
39
|
+
"directory": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"description": "A directory name or absolute path where the files should be generated. Relative to the project and feature base path if a feature is defined"
|
|
42
|
+
},
|
|
43
|
+
"shared": {
|
|
44
|
+
"type": "boolean",
|
|
45
|
+
"description": "Whether the generated code is used across the project",
|
|
46
|
+
"default": false
|
|
47
|
+
},
|
|
48
|
+
"scope": {
|
|
49
|
+
"type": "string"
|
|
50
|
+
},
|
|
51
|
+
"prefix": {
|
|
52
|
+
"type": "string"
|
|
53
|
+
},
|
|
54
|
+
"openApi": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"additionalProperties": true
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
@@ -6,9 +6,10 @@ const schematics_ts_morph_1 = require("@rxap/schematics-ts-morph");
|
|
|
6
6
|
const angular_options_1 = require("../../../lib/angular-options");
|
|
7
7
|
const form_definition_control_1 = require("../../../lib/form-definition-control");
|
|
8
8
|
function NormalizeFormDefinitionOptions(options) {
|
|
9
|
+
var _a;
|
|
9
10
|
const normalizedAngularOptions = (0, angular_options_1.NormalizeAngularOptions)(options);
|
|
10
11
|
(0, angular_options_1.AssertAngularOptionsNameProperty)(normalizedAngularOptions);
|
|
11
|
-
return Object.seal(Object.assign(Object.assign({}, normalizedAngularOptions), { controlList: (0, form_definition_control_1.NormalizeFormDefinitionControlList)(options.controlList) }));
|
|
12
|
+
return Object.seal(Object.assign(Object.assign({}, normalizedAngularOptions), { controlList: (0, form_definition_control_1.NormalizeFormDefinitionControlList)(options.controlList), standalone: (_a = options.standalone) !== null && _a !== void 0 ? _a : true }));
|
|
12
13
|
}
|
|
13
14
|
exports.NormalizeFormDefinitionOptions = NormalizeFormDefinitionOptions;
|
|
14
15
|
function printFormDefinitionOptions(options) {
|
|
@@ -22,7 +23,7 @@ function printFormDefinitionOptions(options) {
|
|
|
22
23
|
}
|
|
23
24
|
function default_1(options) {
|
|
24
25
|
const normalizedOptions = NormalizeFormDefinitionOptions(options);
|
|
25
|
-
const { name, project, directory, feature, controlList, } = normalizedOptions;
|
|
26
|
+
const { name, project, directory, feature, controlList, standalone, } = normalizedOptions;
|
|
26
27
|
printFormDefinitionOptions(normalizedOptions);
|
|
27
28
|
return () => {
|
|
28
29
|
return (0, schematics_1.chain)([
|
|
@@ -35,13 +36,19 @@ function default_1(options) {
|
|
|
35
36
|
controlList,
|
|
36
37
|
name,
|
|
37
38
|
}),
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
39
|
+
standalone ?
|
|
40
|
+
(0, schematics_1.chain)([
|
|
41
|
+
() => console.log('Coerce form providers file ...'),
|
|
42
|
+
(0, schematics_ts_morph_1.CoerceFormProvidersFile)({
|
|
43
|
+
project,
|
|
44
|
+
feature,
|
|
45
|
+
directory,
|
|
46
|
+
name,
|
|
47
|
+
}),
|
|
48
|
+
]) :
|
|
49
|
+
(0, schematics_1.chain)([
|
|
50
|
+
() => console.log('Skip form providers file ...'),
|
|
51
|
+
]),
|
|
45
52
|
() => console.groupEnd(),
|
|
46
53
|
]);
|
|
47
54
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../packages/schematic/angular/src/schematics/form/form-definition/index.ts"],"names":[],"mappings":";;;AAAA,2DAAmD;AACnD,mEAGmC;AAEnC,kEAKsC;AACtC,kFAG8C;AAS9C,SAAgB,8BAA8B,CAC5C,OAAwC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../packages/schematic/angular/src/schematics/form/form-definition/index.ts"],"names":[],"mappings":";;;AAAA,2DAAmD;AACnD,mEAGmC;AAEnC,kEAKsC;AACtC,kFAG8C;AAS9C,SAAgB,8BAA8B,CAC5C,OAAwC;;IAExC,MAAM,wBAAwB,GAAG,IAAA,yCAAuB,EAAC,OAAO,CAAC,CAAC;IAClE,IAAA,kDAAgC,EAAC,wBAAwB,CAAC,CAAC;IAC3D,OAAO,MAAM,CAAC,IAAI,iCACb,wBAAwB,KAC3B,WAAW,EAAE,IAAA,4DAAkC,EAAC,OAAO,CAAC,WAAW,CAAC,EACpE,UAAU,EAAE,MAAA,OAAO,CAAC,UAAU,mCAAI,IAAI,IACtC,CAAC;AACL,CAAC;AAVD,wEAUC;AAED,SAAS,0BAA0B,CAAC,OAAwC;IAC1E,IAAA,qCAAmB,EAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;IAChD,IAAI,OAAO,CAAC,WAAW,CAAC,MAAM,EAAE;QAC9B,OAAO,CAAC,GAAG,CAAC,iBAAkB,OAAO,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,IAAI,CAAE,EAAE,CAAC,CAAC;KACrF;SAAM;QACL,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;KACnC;AACH,CAAC;AAED,mBAAyB,OAA8B;IACrD,MAAM,iBAAiB,GAAG,8BAA8B,CAAC,OAAO,CAAC,CAAC;IAClE,MAAM,EACJ,IAAI,EACJ,OAAO,EACP,SAAS,EACT,OAAO,EACP,WAAW,EACX,UAAU,GACX,GAAG,iBAAiB,CAAC;IACtB,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;IAC9C,OAAO,GAAG,EAAE;QACV,OAAO,IAAA,kBAAK,EAAC;YACX,GAAG,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,2DAA2D,CAAC;YAChF,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC;YACrD,IAAA,0CAAoB,EAAC;gBACnB,OAAO;gBACP,OAAO;gBACP,SAAS;gBACT,WAAW;gBACX,IAAI;aACL,CAAC;YACF,UAAU,CAAC,CAAC;gBACZ,IAAA,kBAAK,EAAC;oBACJ,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,gCAAgC,CAAC;oBACnD,IAAA,6CAAuB,EAAC;wBACtB,OAAO;wBACP,OAAO;wBACP,SAAS;wBACT,IAAI;qBACL,CAAC;iBACH,CAAC,CAAC,CAAC;gBACJ,IAAA,kBAAK,EAAC;oBACJ,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,8BAA8B,CAAC;iBAClD,CAAC;YACF,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE;SACzB,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC;AAtCD,4BAsCC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { FormDefinitionControl } from '../../../lib/form-definition-control';
|
|
2
1
|
import { AngularOptions } from '../../../lib/angular-options';
|
|
2
|
+
import { FormDefinitionControl } from '../../../lib/form-definition-control';
|
|
3
3
|
|
|
4
4
|
export interface FormDefinitionOptions extends AngularOptions {
|
|
5
5
|
controlList: Array<string | FormDefinitionControl>;
|
|
6
|
+
standalone?: boolean;
|
|
6
7
|
}
|
|
@@ -38,6 +38,11 @@
|
|
|
38
38
|
"description": "The feature name where the accordion module should be added.",
|
|
39
39
|
"x-prompt": "To which feature should the accordion module be added?"
|
|
40
40
|
},
|
|
41
|
+
"standalone": {
|
|
42
|
+
"type": "boolean",
|
|
43
|
+
"description": "Whether the form definition has a form.provider file",
|
|
44
|
+
"default": true
|
|
45
|
+
},
|
|
41
46
|
"controlList": {
|
|
42
47
|
"alias": "control",
|
|
43
48
|
"anyOf": [
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "general",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"project": {
|
|
7
|
+
"type": "string",
|
|
8
|
+
"description": "Project name where the files should be generated"
|
|
9
|
+
},
|
|
10
|
+
"feature": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "Feature name where the files should be generated"
|
|
13
|
+
},
|
|
14
|
+
"overwrite": {
|
|
15
|
+
"anyOf": [
|
|
16
|
+
{
|
|
17
|
+
"type": "boolean"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"type": "array",
|
|
21
|
+
"items": {
|
|
22
|
+
"type": "string"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"description": "Overwrite existing files",
|
|
27
|
+
"default": false
|
|
28
|
+
},
|
|
29
|
+
"overwriteHtml": {
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": false
|
|
32
|
+
},
|
|
33
|
+
"replace": {
|
|
34
|
+
"type": "boolean",
|
|
35
|
+
"default": false
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"required": [
|
|
39
|
+
"project"
|
|
40
|
+
]
|
|
41
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../packages/schematic/angular/src/schematics/table/action/dialog-table-action/index.ts"],"names":[],"mappings":";;;AAAA,2DAGoC;AACpC,mEAQmC;AACnC,+CAGyB;AACzB,+BAA4B;AAC5B,qEAAsE;AACtE,iGAA2F;AAC3F,iEAA0E;AAC1E,uDAAmD;AACnD,sEAGmC;AAQnC,SAAgB,iCAAiC,CAC/C,OAAiC;;IAEjC,MAAM,UAAU,GAAG,MAAA,MAAA,OAAO,CAAC,UAAU,0CAAE,KAAK,EAAE,mCAAI,EAAE,CAAC;IACrD,IAAI,UAAU,CAAC,MAAM,KAAK,CAAC,EAAE;QAC3B,UAAU,CAAC,IAAI,CAAC;YACd,IAAI,EAAE,OAAO;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC,CAAC;QACH,UAAU,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,CAAC;KACrC;IACD,OAAO,MAAM,CAAC,IAAI,iCACb,IAAA,6DAAoC,EAAC,OAAO,CAAC,KAChD,WAAW,EAAE,MAAA,OAAO,CAAC,WAAW,mCAAI,KAAK,EACzC,UAAU,EAAE,IAAA,yCAAyB,EAAC,UAAU,CAAC,EACjD,KAAK,EAAE,MAAA,OAAO,CAAC,KAAK,mCAAI,IAAA,kBAAO,EAAC,OAAO,CAAC,IAAI,CAAC,EAC7C,SAAS,EAAE,MAAA,OAAO,CAAC,SAAS,mCAAI,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../packages/schematic/angular/src/schematics/table/action/dialog-table-action/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,267 +1,231 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
3
|
"$id": "template-table-module",
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"type": "string",
|
|
8
|
-
"description": "The name of the table",
|
|
9
|
-
"x-prompt": "Which name should the table module have?"
|
|
4
|
+
"allOf": [
|
|
5
|
+
{
|
|
6
|
+
"$ref": "../../angular.schema.json"
|
|
10
7
|
},
|
|
11
|
-
|
|
12
|
-
"type": "string",
|
|
13
|
-
"description": "The target project where the table module should be added."
|
|
14
|
-
},
|
|
15
|
-
"feature": {
|
|
16
|
-
"type": "string",
|
|
17
|
-
"description": "The feature name where the table module should be added.",
|
|
18
|
-
"x-prompt": "To which feature should the table module be added?"
|
|
19
|
-
},
|
|
20
|
-
"shared": {
|
|
21
|
-
"type": "boolean",
|
|
22
|
-
"description": "Whether the table is shared across applications",
|
|
23
|
-
"default": false
|
|
24
|
-
},
|
|
25
|
-
"backend": {
|
|
26
|
-
"type": "string",
|
|
27
|
-
"description": "The backend that should be used to handel data",
|
|
28
|
-
"enum": [
|
|
29
|
-
"none",
|
|
30
|
-
"local",
|
|
31
|
-
"nestjs",
|
|
32
|
-
"open-api"
|
|
33
|
-
],
|
|
34
|
-
"default": "none"
|
|
35
|
-
},
|
|
36
|
-
"tableMethod": {
|
|
37
|
-
"type": "object",
|
|
38
|
-
"properties": {
|
|
39
|
-
"className": {
|
|
40
|
-
"type": "string",
|
|
41
|
-
"description": "The name of the table method class"
|
|
42
|
-
},
|
|
43
|
-
"importPath": {
|
|
44
|
-
"type": "string",
|
|
45
|
-
"description": "The import path for the table method class"
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"openApi": {
|
|
8
|
+
{
|
|
50
9
|
"type": "object",
|
|
51
10
|
"properties": {
|
|
52
|
-
"
|
|
11
|
+
"name": {
|
|
53
12
|
"type": "string",
|
|
54
|
-
"description": "The
|
|
13
|
+
"description": "The name of the table",
|
|
14
|
+
"x-prompt": "Which name should the table module have?"
|
|
55
15
|
},
|
|
56
|
-
"
|
|
16
|
+
"tableMethod": {
|
|
57
17
|
"type": "object",
|
|
58
18
|
"properties": {
|
|
59
19
|
"className": {
|
|
60
20
|
"type": "string",
|
|
61
|
-
"description": "The name of the
|
|
21
|
+
"description": "The name of the table method class"
|
|
62
22
|
},
|
|
63
23
|
"importPath": {
|
|
64
24
|
"type": "string",
|
|
65
|
-
"description": "The import path for the
|
|
25
|
+
"description": "The import path for the table method class"
|
|
66
26
|
}
|
|
67
|
-
}
|
|
68
|
-
"required": [
|
|
69
|
-
"className",
|
|
70
|
-
"importPath"
|
|
71
|
-
]
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"required": [
|
|
75
|
-
"operationId"
|
|
76
|
-
]
|
|
77
|
-
},
|
|
78
|
-
"modifiers": {
|
|
79
|
-
"alias": "modifier",
|
|
80
|
-
"type": "array",
|
|
81
|
-
"items": {
|
|
82
|
-
"type": "string",
|
|
83
|
-
"enum": [
|
|
84
|
-
"navigation-back-header",
|
|
85
|
-
"without-title"
|
|
86
|
-
]
|
|
87
|
-
},
|
|
88
|
-
"description": "The table modifiers"
|
|
89
|
-
},
|
|
90
|
-
"headerButton": {
|
|
91
|
-
"oneOf": [
|
|
92
|
-
{
|
|
93
|
-
"type": "string"
|
|
27
|
+
}
|
|
94
28
|
},
|
|
95
|
-
{
|
|
29
|
+
"openApi": {
|
|
96
30
|
"type": "object",
|
|
97
31
|
"properties": {
|
|
98
|
-
"
|
|
32
|
+
"operationId": {
|
|
99
33
|
"type": "string",
|
|
100
|
-
"
|
|
101
|
-
"form",
|
|
102
|
-
"navigation",
|
|
103
|
-
"method"
|
|
104
|
-
]
|
|
105
|
-
},
|
|
106
|
-
"permission": {
|
|
107
|
-
"type": "string"
|
|
108
|
-
},
|
|
109
|
-
"icon": {
|
|
110
|
-
"type": "string"
|
|
34
|
+
"description": "The operationId for the open api operation"
|
|
111
35
|
},
|
|
112
|
-
"
|
|
113
|
-
"type": "string"
|
|
114
|
-
},
|
|
115
|
-
"options": {
|
|
36
|
+
"adapter": {
|
|
116
37
|
"type": "object",
|
|
117
|
-
"
|
|
38
|
+
"properties": {
|
|
39
|
+
"className": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"description": "The name of the open api adapter class"
|
|
42
|
+
},
|
|
43
|
+
"importPath": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"description": "The import path for the open api adapter class"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"required": [
|
|
49
|
+
"className",
|
|
50
|
+
"importPath"
|
|
51
|
+
]
|
|
118
52
|
}
|
|
119
53
|
},
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
"columnList": {
|
|
134
|
-
"alias": "column",
|
|
135
|
-
"type": "array",
|
|
136
|
-
"items": {
|
|
137
|
-
"oneOf": [
|
|
138
|
-
{
|
|
139
|
-
"type": "string"
|
|
54
|
+
"required": [
|
|
55
|
+
"operationId"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"modifiers": {
|
|
59
|
+
"alias": "modifier",
|
|
60
|
+
"type": "array",
|
|
61
|
+
"items": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"enum": [
|
|
64
|
+
"navigation-back-header",
|
|
65
|
+
"without-title"
|
|
66
|
+
]
|
|
140
67
|
},
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
|
|
68
|
+
"description": "The table modifiers"
|
|
69
|
+
},
|
|
70
|
+
"headerButton": {
|
|
71
|
+
"oneOf": [
|
|
72
|
+
{
|
|
73
|
+
"type": "string"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"type": "object",
|
|
77
|
+
"properties": {
|
|
78
|
+
"role": {
|
|
79
|
+
"type": "string",
|
|
80
|
+
"enum": [
|
|
81
|
+
"form",
|
|
82
|
+
"navigation",
|
|
83
|
+
"method"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"permission": {
|
|
87
|
+
"type": "string"
|
|
88
|
+
},
|
|
89
|
+
"icon": {
|
|
90
|
+
"type": "string"
|
|
91
|
+
},
|
|
92
|
+
"svgIcon": {
|
|
153
93
|
"type": "string"
|
|
94
|
+
},
|
|
95
|
+
"options": {
|
|
96
|
+
"type": "object",
|
|
97
|
+
"additionalProperties": true
|
|
154
98
|
}
|
|
155
99
|
},
|
|
156
|
-
"
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
100
|
+
"additionalProperties": true
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"description": "The header button configuration"
|
|
104
|
+
},
|
|
105
|
+
"columnList": {
|
|
106
|
+
"alias": "column",
|
|
107
|
+
"type": "array",
|
|
108
|
+
"items": {
|
|
109
|
+
"oneOf": [
|
|
110
|
+
{
|
|
163
111
|
"type": "string"
|
|
164
112
|
},
|
|
165
|
-
|
|
166
|
-
"type": "
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
113
|
+
{
|
|
114
|
+
"type": "object",
|
|
115
|
+
"properties": {
|
|
116
|
+
"name": {
|
|
117
|
+
"type": "string"
|
|
118
|
+
},
|
|
119
|
+
"type": {
|
|
120
|
+
"type": "string"
|
|
121
|
+
},
|
|
122
|
+
"modifiers": {
|
|
123
|
+
"type": "array",
|
|
124
|
+
"items": {
|
|
125
|
+
"type": "string"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"hasFilter": {
|
|
129
|
+
"type": "boolean"
|
|
130
|
+
},
|
|
131
|
+
"title": {
|
|
132
|
+
"type": "string"
|
|
133
|
+
},
|
|
134
|
+
"propertyPath": {
|
|
135
|
+
"type": "string"
|
|
136
|
+
},
|
|
137
|
+
"hidden": {
|
|
138
|
+
"type": "boolean"
|
|
139
|
+
},
|
|
140
|
+
"active": {
|
|
141
|
+
"type": "boolean"
|
|
142
|
+
},
|
|
143
|
+
"inactive": {
|
|
144
|
+
"type": "boolean"
|
|
145
|
+
},
|
|
146
|
+
"show": {
|
|
147
|
+
"type": "boolean"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"required": [
|
|
151
|
+
"name"
|
|
152
|
+
]
|
|
176
153
|
}
|
|
177
|
-
|
|
178
|
-
"
|
|
179
|
-
"name"
|
|
180
|
-
]
|
|
181
|
-
}
|
|
182
|
-
],
|
|
183
|
-
"description": "table column name"
|
|
184
|
-
},
|
|
185
|
-
"description": "List of table column names"
|
|
186
|
-
},
|
|
187
|
-
"actionList": {
|
|
188
|
-
"alias": "action",
|
|
189
|
-
"type": "array",
|
|
190
|
-
"items": {
|
|
191
|
-
"oneOf": [
|
|
192
|
-
{
|
|
193
|
-
"type": "string"
|
|
154
|
+
],
|
|
155
|
+
"description": "table column name"
|
|
194
156
|
},
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
},
|
|
204
|
-
"confirm": {
|
|
205
|
-
"type": "boolean"
|
|
206
|
-
},
|
|
207
|
-
"tooltip": {
|
|
208
|
-
"type": "string"
|
|
209
|
-
},
|
|
210
|
-
"errorMessage": {
|
|
211
|
-
"type": "string"
|
|
212
|
-
},
|
|
213
|
-
"successMessage": {
|
|
214
|
-
"type": "string"
|
|
215
|
-
},
|
|
216
|
-
"priority": {
|
|
217
|
-
"type": "number"
|
|
218
|
-
},
|
|
219
|
-
"checkFunction": {
|
|
220
|
-
"type": "string"
|
|
221
|
-
},
|
|
222
|
-
"inHeader": {
|
|
223
|
-
"type": "boolean"
|
|
224
|
-
},
|
|
225
|
-
"role": {
|
|
226
|
-
"type": "string"
|
|
227
|
-
},
|
|
228
|
-
"icon": {
|
|
229
|
-
"type": "string"
|
|
230
|
-
},
|
|
231
|
-
"svgIcon": {
|
|
232
|
-
"type": "string"
|
|
233
|
-
},
|
|
234
|
-
"permission": {
|
|
157
|
+
"description": "List of table column names"
|
|
158
|
+
},
|
|
159
|
+
"actionList": {
|
|
160
|
+
"alias": "action",
|
|
161
|
+
"type": "array",
|
|
162
|
+
"items": {
|
|
163
|
+
"oneOf": [
|
|
164
|
+
{
|
|
235
165
|
"type": "string"
|
|
236
166
|
},
|
|
237
|
-
|
|
167
|
+
{
|
|
238
168
|
"type": "object",
|
|
239
|
-
"
|
|
169
|
+
"properties": {
|
|
170
|
+
"type": {
|
|
171
|
+
"type": "string"
|
|
172
|
+
},
|
|
173
|
+
"refresh": {
|
|
174
|
+
"type": "boolean"
|
|
175
|
+
},
|
|
176
|
+
"confirm": {
|
|
177
|
+
"type": "boolean"
|
|
178
|
+
},
|
|
179
|
+
"tooltip": {
|
|
180
|
+
"type": "string"
|
|
181
|
+
},
|
|
182
|
+
"errorMessage": {
|
|
183
|
+
"type": "string"
|
|
184
|
+
},
|
|
185
|
+
"successMessage": {
|
|
186
|
+
"type": "string"
|
|
187
|
+
},
|
|
188
|
+
"priority": {
|
|
189
|
+
"type": "number"
|
|
190
|
+
},
|
|
191
|
+
"checkFunction": {
|
|
192
|
+
"type": "string"
|
|
193
|
+
},
|
|
194
|
+
"inHeader": {
|
|
195
|
+
"type": "boolean"
|
|
196
|
+
},
|
|
197
|
+
"role": {
|
|
198
|
+
"type": "string"
|
|
199
|
+
},
|
|
200
|
+
"icon": {
|
|
201
|
+
"type": "string"
|
|
202
|
+
},
|
|
203
|
+
"svgIcon": {
|
|
204
|
+
"type": "string"
|
|
205
|
+
},
|
|
206
|
+
"permission": {
|
|
207
|
+
"type": "string"
|
|
208
|
+
},
|
|
209
|
+
"options": {
|
|
210
|
+
"type": "object",
|
|
211
|
+
"additionalProperties": true
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"required": [
|
|
215
|
+
"type"
|
|
216
|
+
]
|
|
240
217
|
}
|
|
241
|
-
},
|
|
242
|
-
"required": [
|
|
243
|
-
"type"
|
|
244
218
|
]
|
|
245
219
|
}
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
"
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
"type": "boolean",
|
|
256
|
-
"description": "Whether to add a select column to the table"
|
|
257
|
-
},
|
|
258
|
-
"context": {
|
|
259
|
-
"type": "string",
|
|
260
|
-
"description": "The context use to generate proper names for class, files, etc"
|
|
220
|
+
},
|
|
221
|
+
"selectColumn": {
|
|
222
|
+
"type": "boolean",
|
|
223
|
+
"description": "Whether to add a select column to the table"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"required": [
|
|
227
|
+
"name"
|
|
228
|
+
]
|
|
261
229
|
}
|
|
262
|
-
},
|
|
263
|
-
"required": [
|
|
264
|
-
"name",
|
|
265
|
-
"feature"
|
|
266
230
|
]
|
|
267
231
|
}
|