igniteui-angular 22.1.0-rc.0 → 22.1.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/fesm2022/igniteui-angular-action-strip.mjs +47 -12
- package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
- package/fesm2022/igniteui-angular-chips.mjs +18 -2
- package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
- package/fesm2022/igniteui-angular-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-date-picker.mjs +1 -1
- package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +21 -3
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +31 -29
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +3 -3
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-lite.mjs +2 -8
- package/fesm2022/igniteui-angular-grids-lite.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs +4 -4
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs +4 -4
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-query-builder.mjs +1 -1
- package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
- package/migrations/migration-collection.json +6 -3
- package/migrations/update-22_1_0_chip-outline/changes/theme-changes.json +17 -0
- package/migrations/update-22_1_0_chip-outline/index.d.ts +3 -0
- package/migrations/update-22_1_0_chip-outline/index.js +18 -0
- package/migrations/update-22_1_0_chip-outline/index.spec.d.ts +1 -0
- package/migrations/update-22_1_0_chip-outline/index.spec.js +68 -0
- package/package.json +4 -4
- package/styles/igniteui-angular-dark.css +1 -1
- package/styles/igniteui-angular.css +1 -1
- package/styles/igniteui-bootstrap-dark.css +1 -1
- package/styles/igniteui-bootstrap-light.css +1 -1
- package/styles/igniteui-dark-green.css +1 -1
- package/styles/igniteui-fluent-dark-excel.css +1 -1
- package/styles/igniteui-fluent-dark-word.css +1 -1
- package/styles/igniteui-fluent-dark.css +1 -1
- package/styles/igniteui-fluent-light-excel.css +1 -1
- package/styles/igniteui-fluent-light-word.css +1 -1
- package/styles/igniteui-fluent-light.css +1 -1
- package/styles/igniteui-indigo-dark.css +1 -1
- package/styles/igniteui-indigo-light.css +1 -1
- package/styles/maps/igniteui-angular-dark.css.map +1 -1
- package/styles/maps/igniteui-angular.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
- package/styles/maps/igniteui-dark-green.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-light.css.map +1 -1
- package/styles/maps/igniteui-indigo-dark.css.map +1 -1
- package/styles/maps/igniteui-indigo-light.css.map +1 -1
- package/types/igniteui-angular-action-strip.d.ts +15 -2
- package/types/igniteui-angular-chips.d.ts +12 -1
- package/types/igniteui-angular-core.d.ts +10 -3
- package/types/igniteui-angular-grids-core.d.ts +21 -16
- package/types/igniteui-angular-grids-grid.d.ts +4 -4
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +1 -1
- package/types/igniteui-angular-grids-lite.d.ts +11 -2
|
@@ -303,9 +303,12 @@
|
|
|
303
303
|
"migration-59": {
|
|
304
304
|
"version": "22.1.0",
|
|
305
305
|
"description": "Migrates imports for exports moved to new entry points (IgxSummaryOperand -> core, IGroupingDoneEventArgs -> grids/core)",
|
|
306
|
-
"factory": "./update-22_1_0_import-migration"
|
|
307
|
-
|
|
308
|
-
|
|
306
|
+
"factory": "./update-22_1_0_import-migration"
|
|
307
|
+
},
|
|
308
|
+
"migration-60": {
|
|
309
|
+
"version": "22.1.0",
|
|
310
|
+
"description": "Update Chip outline properties",
|
|
311
|
+
"factory": "./update-22_1_0_chip-outline"
|
|
309
312
|
}
|
|
310
313
|
}
|
|
311
314
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../../common/schema/theme-changes.schema.json",
|
|
3
|
+
"changes": [
|
|
4
|
+
{
|
|
5
|
+
"name": "$focus-outline-color",
|
|
6
|
+
"replaceWith": "$focus-shadow-color",
|
|
7
|
+
"owner": "chip-theme",
|
|
8
|
+
"type": "property"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "$focus-selected-outline-color",
|
|
12
|
+
"replaceWith": "$focus-selected-shadow-color",
|
|
13
|
+
"owner": "chip-theme",
|
|
14
|
+
"type": "property"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
const UpdateChanges_1 = require("../common/UpdateChanges");
|
|
13
|
+
const version = '22.1.0';
|
|
14
|
+
exports.default = () => (host, context) => __awaiter(void 0, void 0, void 0, function* () {
|
|
15
|
+
context.logger.info(`Applying migration for Ignite UI for Angular to version ${version}`);
|
|
16
|
+
const update = new UpdateChanges_1.UpdateChanges(__dirname, host, context);
|
|
17
|
+
update.applyChanges();
|
|
18
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
36
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
37
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
38
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
39
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
40
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
41
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
42
|
+
});
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45
|
+
const path = __importStar(require("path"));
|
|
46
|
+
const index_js_1 = require("@angular-devkit/schematics/testing/index.js");
|
|
47
|
+
const setup_spec_1 = require("../common/setup.spec");
|
|
48
|
+
const version = '22.1.0';
|
|
49
|
+
describe(`Update to ${version}`, () => {
|
|
50
|
+
let appTree;
|
|
51
|
+
const schematicRunner = new index_js_1.SchematicTestRunner('ig-migrate', path.join(__dirname, '../migration-collection.json'));
|
|
52
|
+
beforeEach(() => {
|
|
53
|
+
appTree = (0, setup_spec_1.setupTestTree)();
|
|
54
|
+
});
|
|
55
|
+
const migrationName = 'migration-60';
|
|
56
|
+
it('should rename focus-outline-color and focus-selected-outline-color in chip-theme', () => __awaiter(void 0, void 0, void 0, function* () {
|
|
57
|
+
const testFilePath = `/testSrc/appPrefix/component/test.component.scss`;
|
|
58
|
+
appTree.create(testFilePath, `$my-chip-theme: chip-theme(
|
|
59
|
+
$focus-outline-color: red,
|
|
60
|
+
$focus-selected-outline-color: blue
|
|
61
|
+
);`);
|
|
62
|
+
const tree = yield schematicRunner.runSchematic(migrationName, {}, appTree);
|
|
63
|
+
expect(tree.readContent(testFilePath)).toEqual(`$my-chip-theme: chip-theme(
|
|
64
|
+
$focus-shadow-color: red,
|
|
65
|
+
$focus-selected-shadow-color: blue
|
|
66
|
+
);`);
|
|
67
|
+
}));
|
|
68
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular",
|
|
3
|
-
"version": "22.1.
|
|
3
|
+
"version": "22.1.1",
|
|
4
4
|
"description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
|
|
5
5
|
"author": "Infragistics",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"igniteui-trial-watermark": "^3.1.0",
|
|
76
76
|
"jspdf": "^4.2.1",
|
|
77
77
|
"lodash-es": "^4.17.21",
|
|
78
|
-
"igniteui-theming": "^
|
|
78
|
+
"igniteui-theming": "^28.1.1",
|
|
79
79
|
"igniteui-i18n-core": "^1.0.5",
|
|
80
80
|
"@igniteui/material-icons-extended": "^3.1.0"
|
|
81
81
|
},
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"@angular/core": "22",
|
|
85
85
|
"@angular/animations": "22",
|
|
86
86
|
"@angular/forms": "22",
|
|
87
|
-
"igniteui-webcomponents": "
|
|
88
|
-
"igniteui-grid-lite": "~0.
|
|
87
|
+
"igniteui-webcomponents": "~7.3.0",
|
|
88
|
+
"igniteui-grid-lite": "~0.10.0"
|
|
89
89
|
},
|
|
90
90
|
"peerDependenciesMeta": {
|
|
91
91
|
"igniteui-webcomponents": {
|