@taiga-ui/legacy 4.89.0 → 4.91.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/legacy",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.91.0",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -273,18 +273,18 @@
|
|
|
273
273
|
"esm": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
|
|
274
274
|
"default": "./fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs"
|
|
275
275
|
},
|
|
276
|
-
"./directives/value-accessor": {
|
|
277
|
-
"types": "./directives/value-accessor/index.d.ts",
|
|
278
|
-
"esm2022": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
|
|
279
|
-
"esm": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
|
|
280
|
-
"default": "./fesm2022/taiga-ui-legacy-directives-value-accessor.mjs"
|
|
281
|
-
},
|
|
282
276
|
"./directives/unfinished-validator": {
|
|
283
277
|
"types": "./directives/unfinished-validator/index.d.ts",
|
|
284
278
|
"esm2022": "./esm2022/directives/unfinished-validator/taiga-ui-legacy-directives-unfinished-validator.mjs",
|
|
285
279
|
"esm": "./esm2022/directives/unfinished-validator/taiga-ui-legacy-directives-unfinished-validator.mjs",
|
|
286
280
|
"default": "./fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs"
|
|
287
281
|
},
|
|
282
|
+
"./directives/value-accessor": {
|
|
283
|
+
"types": "./directives/value-accessor/index.d.ts",
|
|
284
|
+
"esm2022": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
|
|
285
|
+
"esm": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
|
|
286
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-value-accessor.mjs"
|
|
287
|
+
},
|
|
288
288
|
"./directives/wrapper": {
|
|
289
289
|
"types": "./directives/wrapper/index.d.ts",
|
|
290
290
|
"esm2022": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.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.91.0";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|