@taiga-ui/cdk 3.89.0 → 3.90.0-canary.0f99e2a
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/bundles/taiga-ui-cdk-constants.umd.js +1 -1
- package/bundles/taiga-ui-cdk-constants.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-date-time.umd.js +11 -1
- package/bundles/taiga-ui-cdk-date-time.umd.js.map +1 -1
- package/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/esm2015/constants/version.js +2 -2
- package/esm2015/date-time/time.js +12 -2
- package/fesm2015/taiga-ui-cdk-constants.js +1 -1
- package/fesm2015/taiga-ui-cdk-constants.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-date-time.js +11 -1
- package/fesm2015/taiga-ui-cdk-date-time.js.map +1 -1
- package/package.json +69 -69
- package/schematics/ng-update/v3-36/index.js +1 -1
package/package.json
CHANGED
@@ -1,71 +1,71 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
2
|
+
"name": "@taiga-ui/cdk",
|
3
|
+
"version": "3.90.0-canary.0f99e2a",
|
4
|
+
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
|
5
|
+
"keywords": [
|
6
|
+
"angular",
|
7
|
+
"cdk",
|
8
|
+
"component",
|
9
|
+
"development",
|
10
|
+
"kit",
|
11
|
+
"service",
|
12
|
+
"directive"
|
13
|
+
],
|
14
|
+
"homepage": "https://github.com/taiga-family/taiga-ui",
|
15
|
+
"repository": "https://github.com/taiga-family/taiga-ui",
|
16
|
+
"license": "Apache-2.0",
|
17
|
+
"dependencies": {
|
18
|
+
"@ng-web-apis/common": "3.0.6",
|
19
|
+
"@ng-web-apis/mutation-observer": "3.1.0",
|
20
|
+
"@ng-web-apis/resize-observer": "3.0.6",
|
21
|
+
"@tinkoff/ng-event-plugins": "3.2.0",
|
22
|
+
"@tinkoff/ng-polymorpheus": "4.3.0",
|
23
|
+
"tslib": "2.6.2"
|
24
|
+
},
|
25
|
+
"peerDependencies": {
|
26
|
+
"@angular/animations": ">=12.0.0",
|
27
|
+
"@angular/common": ">=12.0.0",
|
28
|
+
"@angular/core": ">=12.0.0",
|
29
|
+
"@angular/forms": ">=12.0.0",
|
30
|
+
"rxjs": ">=6.0.0"
|
31
|
+
},
|
32
|
+
"optionalDependencies": {
|
33
|
+
"ng-morph": "4.0.5",
|
34
|
+
"parse5": "6.0.1"
|
35
|
+
},
|
36
|
+
"ng-update": {
|
37
|
+
"migrations": "./schematics/migration.json",
|
38
|
+
"packageGroup": [
|
39
|
+
"@taiga-ui/i18n",
|
40
|
+
"@taiga-ui/cdk",
|
41
|
+
"@taiga-ui/core",
|
42
|
+
"@taiga-ui/kit",
|
43
|
+
"@taiga-ui/styles",
|
44
|
+
"@taiga-ui/testing",
|
45
|
+
"@taiga-ui/addon-doc",
|
46
|
+
"@taiga-ui/addon-charts",
|
47
|
+
"@taiga-ui/addon-commerce",
|
48
|
+
"@taiga-ui/icons",
|
49
|
+
"@taiga-ui/addon-preview",
|
50
|
+
"@taiga-ui/addon-tablebars",
|
51
|
+
"@taiga-ui/addon-table",
|
52
|
+
"@taiga-ui/addon-mobile",
|
53
|
+
"@taiga-ui/layout",
|
54
|
+
"@taiga-ui/experimental",
|
55
|
+
"@taiga-ui/proprietary-banking",
|
56
|
+
"@taiga-ui/proprietary-core",
|
57
|
+
"@taiga-ui/proprietary-icons",
|
58
|
+
"@taiga-ui/proprietary-navigation",
|
59
|
+
"@taiga-ui/proprietary-tds-icons",
|
60
|
+
"@taiga-ui/proprietary-tds-palette"
|
61
|
+
]
|
62
|
+
},
|
63
|
+
"schematics": "./schematics/collection.json",
|
64
|
+
"main": "bundles/taiga-ui-cdk.umd.js",
|
65
|
+
"module": "fesm2015/taiga-ui-cdk.js",
|
66
|
+
"es2015": "fesm2015/taiga-ui-cdk.js",
|
67
|
+
"esm2015": "esm2015/taiga-ui-cdk.js",
|
68
|
+
"fesm2015": "fesm2015/taiga-ui-cdk.js",
|
69
|
+
"typings": "taiga-ui-cdk.d.ts",
|
70
|
+
"sideEffects": false
|
71
71
|
}
|
@@ -9,7 +9,7 @@ const get_file_system_1 = require("../utils/get-file-system");
|
|
9
9
|
const replace_text_1 = require("../utils/replace-text");
|
10
10
|
const OLD_PACKAGE = '@taiga-ui/addon-editor';
|
11
11
|
const NEW_PACKAGE = '@tinkoff/tui-editor';
|
12
|
-
const NEW_PACKAGE_VERSION = '^1.
|
12
|
+
const NEW_PACKAGE_VERSION = '^1.56.0';
|
13
13
|
function updateToV3_36(options) {
|
14
14
|
return (tree, context) => {
|
15
15
|
if (!ng_morph_1.getPackageJsonDependency(tree, OLD_PACKAGE)) {
|