@rxap/schematic-angular 16.1.0-dev.3 → 16.1.0-dev.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/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.4](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.3...@rxap/schematic-angular@16.1.0-dev.4) (2023-08-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - use role for sub schematic decision ([bd6b135](https://gitlab.com/rxap/packages/commit/bd6b13584d17be6e2aec0d29e9e83b05bfa29d95))
11
+
6
12
  # [16.1.0-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.2...@rxap/schematic-angular@16.1.0-dev.3) (2023-08-07)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxap/schematic-angular",
3
- "version": "16.1.0-dev.3",
3
+ "version": "16.1.0-dev.4",
4
4
  "type": "commonjs",
5
5
  "schematics": "./collection.json",
6
6
  "publishConfig": {
@@ -65,7 +65,7 @@
65
65
  }
66
66
  ]
67
67
  },
68
- "gitHead": "bbd5be0250385b0568e9d84ff3a41fb75345f772",
68
+ "gitHead": "506d94941fbc9a3b548c6cbafc15949aaa5c89e0",
69
69
  "main": "./src/index.js",
70
70
  "types": "./src/index.d.ts"
71
71
  }
@@ -163,7 +163,7 @@ function defaultActionRule(action, normalizedOptions) {
163
163
  ]);
164
164
  }
165
165
  function actionRule(action, normalizedOptions) {
166
- switch (action.type) {
166
+ switch (action.role) {
167
167
  case 'operation':
168
168
  return operationActionRule(action, normalizedOptions);
169
169
  case 'form':