@taiga-ui/legacy 4.47.0-canary.152d8de → 4.47.0-canary.fa64a58
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.47.0-canary.
|
|
3
|
+
"version": "4.47.0-canary.fa64a58",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -213,12 +213,6 @@
|
|
|
213
213
|
"esm": "./esm2022/components/primitive-textfield/taiga-ui-legacy-components-primitive-textfield.mjs",
|
|
214
214
|
"default": "./fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs"
|
|
215
215
|
},
|
|
216
|
-
"./components/select": {
|
|
217
|
-
"types": "./components/select/index.d.ts",
|
|
218
|
-
"esm2022": "./esm2022/components/select/taiga-ui-legacy-components-select.mjs",
|
|
219
|
-
"esm": "./esm2022/components/select/taiga-ui-legacy-components-select.mjs",
|
|
220
|
-
"default": "./fesm2022/taiga-ui-legacy-components-select.mjs"
|
|
221
|
-
},
|
|
222
216
|
"./components/select-option": {
|
|
223
217
|
"types": "./components/select-option/index.d.ts",
|
|
224
218
|
"esm2022": "./esm2022/components/select-option/taiga-ui-legacy-components-select-option.mjs",
|
|
@@ -237,6 +231,12 @@
|
|
|
237
231
|
"esm": "./esm2022/components/svg/taiga-ui-legacy-components-svg.mjs",
|
|
238
232
|
"default": "./fesm2022/taiga-ui-legacy-components-svg.mjs"
|
|
239
233
|
},
|
|
234
|
+
"./components/select": {
|
|
235
|
+
"types": "./components/select/index.d.ts",
|
|
236
|
+
"esm2022": "./esm2022/components/select/taiga-ui-legacy-components-select.mjs",
|
|
237
|
+
"esm": "./esm2022/components/select/taiga-ui-legacy-components-select.mjs",
|
|
238
|
+
"default": "./fesm2022/taiga-ui-legacy-components-select.mjs"
|
|
239
|
+
},
|
|
240
240
|
"./components/table-bar": {
|
|
241
241
|
"types": "./components/table-bar/index.d.ts",
|
|
242
242
|
"esm2022": "./esm2022/components/table-bar/taiga-ui-legacy-components-table-bar.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.47.0-canary.
|
|
5
|
+
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.47.0-canary.fa64a58";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|