@taiga-ui/legacy 4.52.0-canary.4d3c296 → 4.52.0-canary.56739a2
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.52.0-canary.
|
|
3
|
+
"version": "4.52.0-canary.56739a2",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -201,18 +201,18 @@
|
|
|
201
201
|
"esm": "./esm2022/components/multi-select/taiga-ui-legacy-components-multi-select.mjs",
|
|
202
202
|
"default": "./fesm2022/taiga-ui-legacy-components-multi-select.mjs"
|
|
203
203
|
},
|
|
204
|
-
"./components/multi-select-option": {
|
|
205
|
-
"types": "./components/multi-select-option/index.d.ts",
|
|
206
|
-
"esm2022": "./esm2022/components/multi-select-option/taiga-ui-legacy-components-multi-select-option.mjs",
|
|
207
|
-
"esm": "./esm2022/components/multi-select-option/taiga-ui-legacy-components-multi-select-option.mjs",
|
|
208
|
-
"default": "./fesm2022/taiga-ui-legacy-components-multi-select-option.mjs"
|
|
209
|
-
},
|
|
210
204
|
"./components/primitive-textfield": {
|
|
211
205
|
"types": "./components/primitive-textfield/index.d.ts",
|
|
212
206
|
"esm2022": "./esm2022/components/primitive-textfield/taiga-ui-legacy-components-primitive-textfield.mjs",
|
|
213
207
|
"esm": "./esm2022/components/primitive-textfield/taiga-ui-legacy-components-primitive-textfield.mjs",
|
|
214
208
|
"default": "./fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs"
|
|
215
209
|
},
|
|
210
|
+
"./components/multi-select-option": {
|
|
211
|
+
"types": "./components/multi-select-option/index.d.ts",
|
|
212
|
+
"esm2022": "./esm2022/components/multi-select-option/taiga-ui-legacy-components-multi-select-option.mjs",
|
|
213
|
+
"esm": "./esm2022/components/multi-select-option/taiga-ui-legacy-components-multi-select-option.mjs",
|
|
214
|
+
"default": "./fesm2022/taiga-ui-legacy-components-multi-select-option.mjs"
|
|
215
|
+
},
|
|
216
216
|
"./components/select": {
|
|
217
217
|
"types": "./components/select/index.d.ts",
|
|
218
218
|
"esm2022": "./esm2022/components/select/taiga-ui-legacy-components-select.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.52.0-canary.
|
|
5
|
+
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.52.0-canary.56739a2";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|