@taiga-ui/legacy 4.89.0 → 4.90.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.90.0",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -171,18 +171,18 @@
|
|
|
171
171
|
"esm": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
|
|
172
172
|
"default": "./fesm2022/taiga-ui-legacy-components-input-slider.mjs"
|
|
173
173
|
},
|
|
174
|
-
"./components/input-tag": {
|
|
175
|
-
"types": "./components/input-tag/index.d.ts",
|
|
176
|
-
"esm2022": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
|
|
177
|
-
"esm": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
|
|
178
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-tag.mjs"
|
|
179
|
-
},
|
|
180
174
|
"./components/input-time": {
|
|
181
175
|
"types": "./components/input-time/index.d.ts",
|
|
182
176
|
"esm2022": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
|
|
183
177
|
"esm": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
|
|
184
178
|
"default": "./fesm2022/taiga-ui-legacy-components-input-time.mjs"
|
|
185
179
|
},
|
|
180
|
+
"./components/input-tag": {
|
|
181
|
+
"types": "./components/input-tag/index.d.ts",
|
|
182
|
+
"esm2022": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
|
|
183
|
+
"esm": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
|
|
184
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-tag.mjs"
|
|
185
|
+
},
|
|
186
186
|
"./components/input-year": {
|
|
187
187
|
"types": "./components/input-year/index.d.ts",
|
|
188
188
|
"esm2022": "./esm2022/components/input-year/taiga-ui-legacy-components-input-year.mjs",
|
|
@@ -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.90.0";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|