@taiga-ui/legacy 4.83.0 → 4.84.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.84.0",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -141,18 +141,18 @@
|
|
|
141
141
|
"esm": "./esm2022/components/input-number/taiga-ui-legacy-components-input-number.mjs",
|
|
142
142
|
"default": "./fesm2022/taiga-ui-legacy-components-input-number.mjs"
|
|
143
143
|
},
|
|
144
|
-
"./components/input-password": {
|
|
145
|
-
"types": "./components/input-password/index.d.ts",
|
|
146
|
-
"esm2022": "./esm2022/components/input-password/taiga-ui-legacy-components-input-password.mjs",
|
|
147
|
-
"esm": "./esm2022/components/input-password/taiga-ui-legacy-components-input-password.mjs",
|
|
148
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-password.mjs"
|
|
149
|
-
},
|
|
150
144
|
"./components/input-phone": {
|
|
151
145
|
"types": "./components/input-phone/index.d.ts",
|
|
152
146
|
"esm2022": "./esm2022/components/input-phone/taiga-ui-legacy-components-input-phone.mjs",
|
|
153
147
|
"esm": "./esm2022/components/input-phone/taiga-ui-legacy-components-input-phone.mjs",
|
|
154
148
|
"default": "./fesm2022/taiga-ui-legacy-components-input-phone.mjs"
|
|
155
149
|
},
|
|
150
|
+
"./components/input-password": {
|
|
151
|
+
"types": "./components/input-password/index.d.ts",
|
|
152
|
+
"esm2022": "./esm2022/components/input-password/taiga-ui-legacy-components-input-password.mjs",
|
|
153
|
+
"esm": "./esm2022/components/input-password/taiga-ui-legacy-components-input-password.mjs",
|
|
154
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-password.mjs"
|
|
155
|
+
},
|
|
156
156
|
"./components/input-phone-international": {
|
|
157
157
|
"types": "./components/input-phone-international/index.d.ts",
|
|
158
158
|
"esm2022": "./esm2022/components/input-phone-international/taiga-ui-legacy-components-input-phone-international.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.84.0";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|