@taiga-ui/cdk 4.8.1-canary.d818d28 → 4.8.1-canary.f683230
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": "@taiga-ui/cdk",
|
3
|
-
"version": "4.8.1-canary.
|
3
|
+
"version": "4.8.1-canary.f683230",
|
4
4
|
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
|
5
5
|
"keywords": [
|
6
6
|
"angular",
|
@@ -23,9 +23,9 @@
|
|
23
23
|
"@angular/common": ">=16.0.0",
|
24
24
|
"@angular/core": ">=16.0.0",
|
25
25
|
"@angular/forms": ">=16.0.0",
|
26
|
-
"@ng-web-apis/common": "^4.6.
|
27
|
-
"@ng-web-apis/mutation-observer": "^4.6.
|
28
|
-
"@ng-web-apis/resize-observer": "^4.6.
|
26
|
+
"@ng-web-apis/common": "^4.6.4",
|
27
|
+
"@ng-web-apis/mutation-observer": "^4.6.4",
|
28
|
+
"@ng-web-apis/resize-observer": "^4.6.4",
|
29
29
|
"@taiga-ui/event-plugins": "^4.2.3",
|
30
30
|
"@taiga-ui/polymorpheus": "^4.7.3",
|
31
31
|
"rxjs": ">=7.0.0"
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference lib="es2021" />
|
2
2
|
import { type DevkitFileSystem } from 'ng-morph';
|
3
3
|
import type { TuiSchema } from '../../../ng-add/schema';
|
4
|
-
export declare const TUI_EDITOR_VERSION = "^4.
|
4
|
+
export declare const TUI_EDITOR_VERSION = "^4.10.0";
|
5
5
|
export declare function migrateEditor(fileSystem: DevkitFileSystem, options: TuiSchema): void;
|
@@ -8,7 +8,7 @@ const file_globs_1 = require("../../../constants/file-globs");
|
|
8
8
|
const colored_log_1 = require("../../../utils/colored-log");
|
9
9
|
const replace_identifier_1 = require("../../steps/replace-identifier");
|
10
10
|
const replace_package_name_1 = require("../../steps/replace-package-name");
|
11
|
-
exports.TUI_EDITOR_VERSION = '^4.
|
11
|
+
exports.TUI_EDITOR_VERSION = '^4.10.0';
|
12
12
|
function migrateEditor(fileSystem, options) {
|
13
13
|
const moduleSpecifier = ['@tinkoff/tui-editor', '@taiga-ui/addon-editor'];
|
14
14
|
const hasEditor = moduleSpecifier.every((pkg) => !(0, ng_morph_1.getPackageJsonDependency)(fileSystem.tree, pkg));
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference lib="es2021" />
|
2
2
|
import type { DevkitFileSystem } from 'ng-morph';
|
3
|
-
export declare const TUI_POLYMORPHEUS_VERSION = "^4.
|
4
|
-
export declare const TUI_DOMPURIFY_VERSION = "^4.
|
5
|
-
export declare const TUI_EVENT_PLUGINS_VERSION = "^4.
|
3
|
+
export declare const TUI_POLYMORPHEUS_VERSION = "^4.7.3";
|
4
|
+
export declare const TUI_DOMPURIFY_VERSION = "^4.7.3";
|
5
|
+
export declare const TUI_EVENT_PLUGINS_VERSION = "^4.2.3";
|
6
6
|
export declare function updatePackages({ tree }: DevkitFileSystem): void;
|
@@ -6,9 +6,9 @@ const version_1 = require("../../../../constants/version");
|
|
6
6
|
const constants_1 = require("../../../constants");
|
7
7
|
const colored_log_1 = require("../../../utils/colored-log");
|
8
8
|
const steps_1 = require("../../steps");
|
9
|
-
exports.TUI_POLYMORPHEUS_VERSION = '^4.
|
10
|
-
exports.TUI_DOMPURIFY_VERSION = '^4.
|
11
|
-
exports.TUI_EVENT_PLUGINS_VERSION = '^4.
|
9
|
+
exports.TUI_POLYMORPHEUS_VERSION = '^4.7.3';
|
10
|
+
exports.TUI_DOMPURIFY_VERSION = '^4.7.3';
|
11
|
+
exports.TUI_EVENT_PLUGINS_VERSION = '^4.2.3';
|
12
12
|
function updatePackages({ tree }) {
|
13
13
|
const packagesToRemove = ['@taiga-ui/addon-tablebars', '@taiga-ui/addon-preview'];
|
14
14
|
packagesToRemove.forEach((pkg) => {
|