@rxap/schematic-angular 18.2.4-dev.6 → 18.2.4-dev.8
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 +8 -0
- package/README.md +0 -4
- package/package.json +11 -11
- package/src/schema.json +39 -0
- package/src/schematic-input.schema.json +19 -0
- package/src/template.schema.json +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
## [18.2.4-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@18.2.4-dev.7...@rxap/schematic-angular@18.2.4-dev.8) (2024-07-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/schematic-angular
|
|
9
|
+
|
|
10
|
+
## [18.2.4-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@18.2.4-dev.6...@rxap/schematic-angular@18.2.4-dev.7) (2024-07-09)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/schematic-angular
|
|
13
|
+
|
|
6
14
|
## [18.2.4-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@18.2.4-dev.5...@rxap/schematic-angular@18.2.4-dev.6) (2024-07-03)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rxap/schematic-angular
|
package/README.md
CHANGED
|
@@ -15,7 +15,3 @@
|
|
|
15
15
|
```bash
|
|
16
16
|
yarn add @rxap/schematic-angular
|
|
17
17
|
```
|
|
18
|
-
**Install peer dependencies:**
|
|
19
|
-
```bash
|
|
20
|
-
yarn add @angular-devkit/core@^18.0.2 @angular-devkit/schematics@^18.0.2 @rxap/schematics-ts-morph@^18.0.2-dev.1 @rxap/schematics-utilities@^18.0.1 @rxap/ts-morph@^1.2.2 @rxap/utilities@^16.2.2 @rxap/workspace-utilities@^19.0.1 ts-morph@^18.0.0
|
|
21
|
-
```
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "18.2.4-dev.
|
|
2
|
+
"version": "18.2.4-dev.8",
|
|
3
3
|
"name": "@rxap/schematic-angular",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@angular-devkit/core": "18.0.
|
|
7
|
-
"@angular-devkit/schematics": "18.0.
|
|
8
|
-
"@nx/devkit": "19.
|
|
9
|
-
"@rxap/schematics-ts-morph": "^18.1.3-dev.
|
|
10
|
-
"@rxap/schematics-utilities": "^18.0.5-dev.
|
|
11
|
-
"@rxap/ts-morph": "^1.4.3-dev.
|
|
12
|
-
"@rxap/utilities": "^16.3.0-dev.
|
|
13
|
-
"@rxap/workspace-ts-morph": "^19.1.3-dev.
|
|
14
|
-
"@rxap/workspace-utilities": "^19.4.0-dev.
|
|
6
|
+
"@angular-devkit/core": "18.0.7",
|
|
7
|
+
"@angular-devkit/schematics": "18.0.7",
|
|
8
|
+
"@nx/devkit": "19.4.2",
|
|
9
|
+
"@rxap/schematics-ts-morph": "^18.1.3-dev.8",
|
|
10
|
+
"@rxap/schematics-utilities": "^18.0.5-dev.7",
|
|
11
|
+
"@rxap/ts-morph": "^1.4.3-dev.4",
|
|
12
|
+
"@rxap/utilities": "^16.3.0-dev.2",
|
|
13
|
+
"@rxap/workspace-ts-morph": "^19.1.3-dev.8",
|
|
14
|
+
"@rxap/workspace-utilities": "^19.4.0-dev.6",
|
|
15
15
|
"colors": "1.4.0",
|
|
16
16
|
"handlebars": "4.7.8",
|
|
17
17
|
"ts-morph": "18.0.0",
|
|
@@ -44,6 +44,6 @@
|
|
|
44
44
|
},
|
|
45
45
|
"schematics": "./collection.json",
|
|
46
46
|
"type": "commonjs",
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "2fa112bca0576f297e701eb1ff3f3f58651de1aa",
|
|
48
48
|
"main": "./src/index.js"
|
|
49
49
|
}
|
package/src/schema.json
CHANGED
|
@@ -1297,6 +1297,29 @@
|
|
|
1297
1297
|
}
|
|
1298
1298
|
]
|
|
1299
1299
|
},
|
|
1300
|
+
"dateFormControlSchematic": {
|
|
1301
|
+
"allOf": [
|
|
1302
|
+
{
|
|
1303
|
+
"$ref": "#/definitions/angular"
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"$ref": "#/definitions/dateFormControl"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"type": "object",
|
|
1310
|
+
"properties": {
|
|
1311
|
+
"formName": {
|
|
1312
|
+
"alias": "form",
|
|
1313
|
+
"type": "string",
|
|
1314
|
+
"description": "The name of the form where the form control should be added"
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
"required": [
|
|
1318
|
+
"formName"
|
|
1319
|
+
]
|
|
1320
|
+
}
|
|
1321
|
+
]
|
|
1322
|
+
},
|
|
1300
1323
|
"dateTableColumn": {
|
|
1301
1324
|
"allOf": [
|
|
1302
1325
|
{
|
|
@@ -2959,6 +2982,22 @@
|
|
|
2959
2982
|
}
|
|
2960
2983
|
}
|
|
2961
2984
|
},
|
|
2985
|
+
{
|
|
2986
|
+
"type": "object",
|
|
2987
|
+
"properties": {
|
|
2988
|
+
"package": {
|
|
2989
|
+
"type": "string",
|
|
2990
|
+
"const": "@rxap/schematic-angular"
|
|
2991
|
+
},
|
|
2992
|
+
"name": {
|
|
2993
|
+
"type": "string",
|
|
2994
|
+
"const": "date-form-control"
|
|
2995
|
+
},
|
|
2996
|
+
"options": {
|
|
2997
|
+
"$ref": "#/definitions/dateFormControlSchematic"
|
|
2998
|
+
}
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
2962
3001
|
{
|
|
2963
3002
|
"type": "object",
|
|
2964
3003
|
"properties": {
|
|
@@ -307,6 +307,22 @@
|
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
},
|
|
310
|
+
{
|
|
311
|
+
"type": "object",
|
|
312
|
+
"properties": {
|
|
313
|
+
"package": {
|
|
314
|
+
"type": "string",
|
|
315
|
+
"const": "@rxap/schematic-angular"
|
|
316
|
+
},
|
|
317
|
+
"name": {
|
|
318
|
+
"type": "string",
|
|
319
|
+
"const": "date-form-control"
|
|
320
|
+
},
|
|
321
|
+
"options": {
|
|
322
|
+
"$ref": "#/definitions/dateFormControlSchematic"
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
},
|
|
310
326
|
{
|
|
311
327
|
"type": "object",
|
|
312
328
|
"properties": {
|
|
@@ -606,6 +622,9 @@
|
|
|
606
622
|
"inputFormControlSchematic": {
|
|
607
623
|
"$ref": "schematics/form/control/input-form-control/template.schema.json"
|
|
608
624
|
},
|
|
625
|
+
"dateFormControlSchematic": {
|
|
626
|
+
"$ref": "schematics/form/control/date-form-control/template.schema.json"
|
|
627
|
+
},
|
|
609
628
|
"selectFormControlSchematic": {
|
|
610
629
|
"$ref": "schematics/form/control/select-form-control/template.schema.json"
|
|
611
630
|
},
|
package/src/template.schema.json
CHANGED
|
@@ -70,6 +70,9 @@
|
|
|
70
70
|
"inputFormControlSchematic": {
|
|
71
71
|
"$ref": "schematics/form/control/input-form-control/template.schema.json"
|
|
72
72
|
},
|
|
73
|
+
"dateFormControlSchematic": {
|
|
74
|
+
"$ref": "schematics/form/control/date-form-control/template.schema.json"
|
|
75
|
+
},
|
|
73
76
|
"selectFormControlSchematic": {
|
|
74
77
|
"$ref": "schematics/form/control/select-form-control/template.schema.json"
|
|
75
78
|
},
|