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 +0 -1
- package/edit/schema.json +0 -1
- package/empty/schema.json +0 -1
- package/list/schema.json +0 -1
- package/package.json +1 -1
- package/tpl/schema.json +0 -1
- package/utils/lib-versions.js +2 -2
- package/utils/lib-versions.ts +2 -2
- package/utils/versions.js +1 -1
- package/utils/versions.ts +1 -1
- package/view/schema.json +0 -1
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
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": {
|
package/utils/lib-versions.js
CHANGED
|
@@ -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.
|
|
5
|
-
exports.ZORROVERSION = '^13.
|
|
4
|
+
exports.VERSION = '^13.2.1';
|
|
5
|
+
exports.ZORROVERSION = '^13.1.1';
|
|
6
6
|
//# sourceMappingURL=lib-versions.js.map
|
package/utils/lib-versions.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '^13.2.
|
|
2
|
-
export const ZORROVERSION = '^13.
|
|
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.
|
|
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
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": {
|