@taiga-ui/legacy 4.51.0 → 4.52.0
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 +13 -13
- package/utils/icons-path-factory.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/legacy",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.52.0",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
"esm": "./esm2022/directives/taiga-ui-legacy-directives.mjs",
|
|
40
40
|
"default": "./fesm2022/taiga-ui-legacy-directives.mjs"
|
|
41
41
|
},
|
|
42
|
-
"./services": {
|
|
43
|
-
"types": "./services/index.d.ts",
|
|
44
|
-
"esm2022": "./esm2022/services/taiga-ui-legacy-services.mjs",
|
|
45
|
-
"esm": "./esm2022/services/taiga-ui-legacy-services.mjs",
|
|
46
|
-
"default": "./fesm2022/taiga-ui-legacy-services.mjs"
|
|
47
|
-
},
|
|
48
42
|
"./pipes": {
|
|
49
43
|
"types": "./pipes/index.d.ts",
|
|
50
44
|
"esm2022": "./esm2022/pipes/taiga-ui-legacy-pipes.mjs",
|
|
51
45
|
"esm": "./esm2022/pipes/taiga-ui-legacy-pipes.mjs",
|
|
52
46
|
"default": "./fesm2022/taiga-ui-legacy-pipes.mjs"
|
|
53
47
|
},
|
|
48
|
+
"./services": {
|
|
49
|
+
"types": "./services/index.d.ts",
|
|
50
|
+
"esm2022": "./esm2022/services/taiga-ui-legacy-services.mjs",
|
|
51
|
+
"esm": "./esm2022/services/taiga-ui-legacy-services.mjs",
|
|
52
|
+
"default": "./fesm2022/taiga-ui-legacy-services.mjs"
|
|
53
|
+
},
|
|
54
54
|
"./tokens": {
|
|
55
55
|
"types": "./tokens/index.d.ts",
|
|
56
56
|
"esm2022": "./esm2022/tokens/taiga-ui-legacy-tokens.mjs",
|
|
@@ -285,18 +285,18 @@
|
|
|
285
285
|
"esm": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
|
|
286
286
|
"default": "./fesm2022/taiga-ui-legacy-directives-value-accessor.mjs"
|
|
287
287
|
},
|
|
288
|
-
"./pipes/format-phone": {
|
|
289
|
-
"types": "./pipes/format-phone/index.d.ts",
|
|
290
|
-
"esm2022": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
|
|
291
|
-
"esm": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
|
|
292
|
-
"default": "./fesm2022/taiga-ui-legacy-pipes-format-phone.mjs"
|
|
293
|
-
},
|
|
294
288
|
"./directives/wrapper": {
|
|
295
289
|
"types": "./directives/wrapper/index.d.ts",
|
|
296
290
|
"esm2022": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs",
|
|
297
291
|
"esm": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs",
|
|
298
292
|
"default": "./fesm2022/taiga-ui-legacy-directives-wrapper.mjs"
|
|
299
293
|
},
|
|
294
|
+
"./pipes/format-phone": {
|
|
295
|
+
"types": "./pipes/format-phone/index.d.ts",
|
|
296
|
+
"esm2022": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
|
|
297
|
+
"esm": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
|
|
298
|
+
"default": "./fesm2022/taiga-ui-legacy-pipes-format-phone.mjs"
|
|
299
|
+
},
|
|
300
300
|
"./pipes/iso-to-country-code": {
|
|
301
301
|
"types": "./pipes/iso-to-country-code/index.d.ts",
|
|
302
302
|
"esm2022": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
|
|
@@ -2,7 +2,7 @@ import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
|
2
2
|
/**
|
|
3
3
|
* @deprecated: drop in v5.0
|
|
4
4
|
*/
|
|
5
|
-
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.
|
|
5
|
+
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.52.0";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|