@taiga-ui/legacy 4.57.0 → 4.59.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.59.0",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -147,18 +147,18 @@
|
|
|
147
147
|
"esm": "./esm2022/components/input-password/taiga-ui-legacy-components-input-password.mjs",
|
|
148
148
|
"default": "./fesm2022/taiga-ui-legacy-components-input-password.mjs"
|
|
149
149
|
},
|
|
150
|
-
"./components/input-phone": {
|
|
151
|
-
"types": "./components/input-phone/index.d.ts",
|
|
152
|
-
"esm2022": "./esm2022/components/input-phone/taiga-ui-legacy-components-input-phone.mjs",
|
|
153
|
-
"esm": "./esm2022/components/input-phone/taiga-ui-legacy-components-input-phone.mjs",
|
|
154
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-phone.mjs"
|
|
155
|
-
},
|
|
156
150
|
"./components/input-phone-international": {
|
|
157
151
|
"types": "./components/input-phone-international/index.d.ts",
|
|
158
152
|
"esm2022": "./esm2022/components/input-phone-international/taiga-ui-legacy-components-input-phone-international.mjs",
|
|
159
153
|
"esm": "./esm2022/components/input-phone-international/taiga-ui-legacy-components-input-phone-international.mjs",
|
|
160
154
|
"default": "./fesm2022/taiga-ui-legacy-components-input-phone-international.mjs"
|
|
161
155
|
},
|
|
156
|
+
"./components/input-phone": {
|
|
157
|
+
"types": "./components/input-phone/index.d.ts",
|
|
158
|
+
"esm2022": "./esm2022/components/input-phone/taiga-ui-legacy-components-input-phone.mjs",
|
|
159
|
+
"esm": "./esm2022/components/input-phone/taiga-ui-legacy-components-input-phone.mjs",
|
|
160
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-phone.mjs"
|
|
161
|
+
},
|
|
162
162
|
"./components/input-range": {
|
|
163
163
|
"types": "./components/input-range/index.d.ts",
|
|
164
164
|
"esm2022": "./esm2022/components/input-range/taiga-ui-legacy-components-input-range.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.59.0";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|