ng-alain 19.0.0 → 19.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-alain",
3
- "version": "19.0.0",
3
+ "version": "19.0.1",
4
4
  "description": "Schematics specific to ng-alain",
5
5
  "author": "cipchk<cipchk@qq.com>",
6
6
  "license": "MIT",
package/tpl/schema.json CHANGED
@@ -154,6 +154,13 @@
154
154
  "default": true,
155
155
  "description": "指定是否使用模态框 (Specifies using modal mode)",
156
156
  "x-prompt": "Would you like to modal mode?"
157
+ },
158
+ "swaggerPath": {
159
+ "type": "string",
160
+ "description": "Specify the swagger path, for example: https://petstore.swagger.io/v2/swagger.json (Only tpl wagger-list u)"
161
+ },
162
+ "swaggerMethod": {
163
+ "type": "string"
157
164
  }
158
165
  },
159
166
  "required": ["tplName", "name", "module", "modal"]
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ZORROVERSION = exports.VERSION = void 0;
4
- exports.VERSION = '^19.0.0';
4
+ exports.VERSION = '^19.0.1';
5
5
  exports.ZORROVERSION = '^19.0.2';
6
6
  //# sourceMappingURL=lib-versions.js.map
@@ -1,2 +1,2 @@
1
- export const VERSION = '^19.0.0';
1
+ export const VERSION = '^19.0.1';
2
2
  export const ZORROVERSION = '^19.0.2';