ng-alain 13.2.0 → 13.2.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/curd/schema.json CHANGED
@@ -43,7 +43,6 @@
43
43
  "description": "Include template inline in the component.ts file. By default, an external template file is created and referenced in the component.ts file.",
44
44
  "type": "boolean",
45
45
  "default": false,
46
- "alias": "t",
47
46
  "x-user-analytics": 10
48
47
  },
49
48
  "viewEncapsulation": {
package/edit/schema.json CHANGED
@@ -44,7 +44,6 @@
44
44
  "description": "Include template inline in the component.ts file. By default, an external template file is created and referenced in the component.ts file.",
45
45
  "type": "boolean",
46
46
  "default": false,
47
- "alias": "t",
48
47
  "x-user-analytics": 10
49
48
  },
50
49
  "viewEncapsulation": {
package/empty/schema.json CHANGED
@@ -44,7 +44,6 @@
44
44
  "description": "Include template inline in the component.ts file. By default, an external template file is created and referenced in the component.ts file.",
45
45
  "type": "boolean",
46
46
  "default": false,
47
- "alias": "t",
48
47
  "x-user-analytics": 10
49
48
  },
50
49
  "viewEncapsulation": {
package/list/schema.json CHANGED
@@ -44,7 +44,6 @@
44
44
  "description": "Include template inline in the component.ts file. By default, an external template file is created and referenced in the component.ts file.",
45
45
  "type": "boolean",
46
46
  "default": false,
47
- "alias": "t",
48
47
  "x-user-analytics": 10
49
48
  },
50
49
  "viewEncapsulation": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-alain",
3
- "version": "13.2.0",
3
+ "version": "13.2.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
@@ -44,7 +44,6 @@
44
44
  "description": "Include template inline in the component.ts file. By default, an external template file is created and referenced in the component.ts file.",
45
45
  "type": "boolean",
46
46
  "default": false,
47
- "alias": "t",
48
47
  "x-user-analytics": 10
49
48
  },
50
49
  "viewEncapsulation": {
@@ -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 = '^13.2.0';
5
- exports.ZORROVERSION = '^13.0.0';
4
+ exports.VERSION = '^13.2.1';
5
+ exports.ZORROVERSION = '^13.1.1';
6
6
  //# sourceMappingURL=lib-versions.js.map
@@ -1,2 +1,2 @@
1
- export const VERSION = '^13.2.0';
2
- export const ZORROVERSION = '^13.0.0';
1
+ export const VERSION = '^13.2.1';
2
+ export const ZORROVERSION = '^13.1.1';
package/utils/versions.js CHANGED
@@ -43,7 +43,7 @@ function UpgradeMainVersions(tree, version = lib_versions_1.VERSION) {
43
43
  `@delon/testing@${version}`
44
44
  ], 'devDependencies');
45
45
  (0, package_1.addPackage)(tree, [
46
- `ng-zorro-antd@^13.0.0`,
46
+ `ng-zorro-antd@^13.1.1`,
47
47
  'ajv@^8.8.2',
48
48
  'ajv-formats@^2.1.1'
49
49
  ]);
package/utils/versions.ts CHANGED
@@ -41,7 +41,7 @@ export function UpgradeMainVersions(tree: Tree, version: string = VERSION): void
41
41
  'devDependencies'
42
42
  );
43
43
  addPackage(tree, [
44
- `ng-zorro-antd@^13.0.0`,
44
+ `ng-zorro-antd@^13.1.1`,
45
45
  'ajv@^8.8.2',
46
46
  'ajv-formats@^2.1.1'
47
47
  ]);
package/view/schema.json CHANGED
@@ -44,7 +44,6 @@
44
44
  "description": "Include template inline in the component.ts file. By default, an external template file is created and referenced in the component.ts file.",
45
45
  "type": "boolean",
46
46
  "default": false,
47
- "alias": "t",
48
47
  "x-user-analytics": 10
49
48
  },
50
49
  "viewEncapsulation": {