@rxap/schematic-angular 16.1.0-dev.29 → 16.1.0-dev.30
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 +6 -0
- package/README.md +1 -1
- package/package.json +4 -4
- package/src/schematics/accordion/accordion-component/schema.json +13 -3
- package/src/schematics/accordion/accordion-item-component/schema.json +13 -3
- package/src/schematics/accordion/item/accordion-item-data-grid-component/schema.json +13 -3
- package/src/schematics/accordion/item/accordion-item-table-component/schema.json +13 -3
- package/src/schematics/accordion/item/accordion-item-tree-table-component/schema.json +13 -3
- package/src/schematics/data-grid-component/schema.json +13 -3
- package/src/schematics/dialog-component/schema.json +13 -3
- package/src/schematics/table/action/dialog-table-action/schema.json +12 -2
- package/src/schematics/table/action/form-table-action/schema.json +12 -2
- package/src/schematics/table/tree-table-component/schema.json +11 -1
- package/src/schematics/tree-component/schema.json +11 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.30](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.29...@rxap/schematic-angular@16.1.0-dev.30) (2023-11-17)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- support complex overwrite values ([c2fc6b9](https://gitlab.com/rxap/packages/commit/c2fc6b91c71d99496a2448e75287ea61f49e11c4))
|
|
11
|
+
|
|
6
12
|
# [16.1.0-dev.29](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.28...@rxap/schematic-angular@16.1.0-dev.29) (2023-11-17)
|
|
7
13
|
|
|
8
14
|
### 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.31 @rxap/schematics-utilities@^16.0.0-dev.21 @rxap/utilities@^16.0.0-dev.23 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.30",
|
|
3
3
|
"name": "@rxap/schematic-angular",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"@angular-devkit/core": "^16.1.4",
|
|
14
14
|
"@angular-devkit/schematics": "^16.1.4",
|
|
15
|
-
"@rxap/schematics-ts-morph": "^16.0.0-dev.
|
|
15
|
+
"@rxap/schematics-ts-morph": "^16.0.0-dev.31",
|
|
16
16
|
"@rxap/schematics-utilities": "^16.0.0-dev.21",
|
|
17
17
|
"@rxap/utilities": "^16.0.0-dev.23",
|
|
18
18
|
"ts-morph": "^18.0.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"packageGroup": [
|
|
43
43
|
{
|
|
44
44
|
"package": "@rxap/schematics-ts-morph",
|
|
45
|
-
"version": "16.0.0-dev.
|
|
45
|
+
"version": "16.0.0-dev.31"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"package": "@rxap/schematics-utilities",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"schematics": "./collection.json",
|
|
71
71
|
"type": "commonjs",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "ac0990bee44f782c89b798fd6d5653470639d9aa",
|
|
73
73
|
"main": "./src/index.js",
|
|
74
74
|
"types": "./src/index.d.ts"
|
|
75
75
|
}
|
|
@@ -78,9 +78,19 @@
|
|
|
78
78
|
"description": "The list of accordion expansion panels"
|
|
79
79
|
},
|
|
80
80
|
"overwrite": {
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
"anyOf": [
|
|
82
|
+
{
|
|
83
|
+
"type": "boolean"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": "array",
|
|
87
|
+
"items": {
|
|
88
|
+
"type": "string"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"description": "Overwrite existing files",
|
|
93
|
+
"default": false
|
|
84
94
|
}
|
|
85
95
|
},
|
|
86
96
|
"required": [
|
|
@@ -60,9 +60,19 @@
|
|
|
60
60
|
"description": "The modifiers to apply to the accordion item type"
|
|
61
61
|
},
|
|
62
62
|
"overwrite": {
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
63
|
+
"anyOf": [
|
|
64
|
+
{
|
|
65
|
+
"type": "boolean"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"type": "array",
|
|
69
|
+
"items": {
|
|
70
|
+
"type": "string"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"description": "Overwrite existing files",
|
|
75
|
+
"default": false
|
|
66
76
|
}
|
|
67
77
|
},
|
|
68
78
|
"additionalProperties": true,
|
|
@@ -41,9 +41,19 @@
|
|
|
41
41
|
"default": "none"
|
|
42
42
|
},
|
|
43
43
|
"overwrite": {
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
"anyOf": [
|
|
45
|
+
{
|
|
46
|
+
"type": "boolean"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"type": "array",
|
|
50
|
+
"items": {
|
|
51
|
+
"type": "string"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"description": "Overwrite existing files",
|
|
56
|
+
"default": false
|
|
47
57
|
},
|
|
48
58
|
"dataGrid": {
|
|
49
59
|
"alias": "data-grid",
|
|
@@ -235,9 +235,19 @@
|
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
"overwrite": {
|
|
238
|
-
"
|
|
239
|
-
|
|
240
|
-
|
|
238
|
+
"anyOf": [
|
|
239
|
+
{
|
|
240
|
+
"type": "boolean"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"type": "array",
|
|
244
|
+
"items": {
|
|
245
|
+
"type": "string"
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"description": "Overwrite existing files",
|
|
250
|
+
"default": false
|
|
241
251
|
}
|
|
242
252
|
},
|
|
243
253
|
"required": [
|
|
@@ -244,9 +244,19 @@
|
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
246
|
"overwrite": {
|
|
247
|
-
"
|
|
248
|
-
|
|
249
|
-
|
|
247
|
+
"anyOf": [
|
|
248
|
+
{
|
|
249
|
+
"type": "boolean"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"type": "array",
|
|
253
|
+
"items": {
|
|
254
|
+
"type": "string"
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"description": "Overwrite existing files",
|
|
259
|
+
"default": false
|
|
250
260
|
}
|
|
251
261
|
},
|
|
252
262
|
"required": [
|
|
@@ -50,9 +50,19 @@
|
|
|
50
50
|
"description": "The name of the nest module where the form definition should be created."
|
|
51
51
|
},
|
|
52
52
|
"overwrite": {
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
"anyOf": [
|
|
54
|
+
{
|
|
55
|
+
"type": "boolean"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"type": "array",
|
|
59
|
+
"items": {
|
|
60
|
+
"type": "string"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"description": "Overwrite existing files",
|
|
65
|
+
"default": false
|
|
56
66
|
},
|
|
57
67
|
"title": {
|
|
58
68
|
"type": "string",
|
|
@@ -24,9 +24,19 @@
|
|
|
24
24
|
"x-prompt": "To which feature should the dialog module be added?"
|
|
25
25
|
},
|
|
26
26
|
"overwrite": {
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
"anyOf": [
|
|
28
|
+
{
|
|
29
|
+
"type": "boolean"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"type": "array",
|
|
33
|
+
"items": {
|
|
34
|
+
"type": "string"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"description": "Overwrite existing files",
|
|
39
|
+
"default": false
|
|
30
40
|
},
|
|
31
41
|
"title": {
|
|
32
42
|
"type": "string",
|
|
@@ -117,8 +117,18 @@
|
|
|
117
117
|
"description": "The title for the dialog"
|
|
118
118
|
},
|
|
119
119
|
"overwrite": {
|
|
120
|
-
"
|
|
121
|
-
|
|
120
|
+
"anyOf": [
|
|
121
|
+
{
|
|
122
|
+
"type": "boolean"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"type": "array",
|
|
126
|
+
"items": {
|
|
127
|
+
"type": "string"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"description": "Overwrite existing files",
|
|
122
132
|
"default": false
|
|
123
133
|
},
|
|
124
134
|
"context": {
|
|
@@ -78,8 +78,18 @@
|
|
|
78
78
|
"description": "The module name for the table nest operations"
|
|
79
79
|
},
|
|
80
80
|
"overwrite": {
|
|
81
|
-
"
|
|
82
|
-
|
|
81
|
+
"anyOf": [
|
|
82
|
+
{
|
|
83
|
+
"type": "boolean"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": "array",
|
|
87
|
+
"items": {
|
|
88
|
+
"type": "string"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"description": "Overwrite existing files",
|
|
83
93
|
"default": false
|
|
84
94
|
},
|
|
85
95
|
"context": {
|
|
@@ -198,7 +198,17 @@
|
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
200
|
"overwrite": {
|
|
201
|
-
"
|
|
201
|
+
"anyOf": [
|
|
202
|
+
{
|
|
203
|
+
"type": "boolean"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"type": "array",
|
|
207
|
+
"items": {
|
|
208
|
+
"type": "string"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
],
|
|
202
212
|
"description": "Overwrite existing files",
|
|
203
213
|
"default": false
|
|
204
214
|
},
|
|
@@ -58,7 +58,17 @@
|
|
|
58
58
|
"description": "The controller name for the tree nest operations"
|
|
59
59
|
},
|
|
60
60
|
"overwrite": {
|
|
61
|
-
"
|
|
61
|
+
"anyOf": [
|
|
62
|
+
{
|
|
63
|
+
"type": "boolean"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": "array",
|
|
67
|
+
"items": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
],
|
|
62
72
|
"description": "Overwrite existing files",
|
|
63
73
|
"default": false
|
|
64
74
|
},
|