@taiga-ui/legacy 4.78.1 → 4.79.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 +12 -12
- 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.79.0",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -93,29 +93,29 @@
|
|
|
93
93
|
"esm": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
|
|
94
94
|
"default": "./fesm2022/taiga-ui-legacy-components-input-color.mjs"
|
|
95
95
|
},
|
|
96
|
-
"./components/input-copy": {
|
|
97
|
-
"types": "./components/input-copy/index.d.ts",
|
|
98
|
-
"esm2022": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
99
|
-
"esm": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
100
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-copy.mjs"
|
|
101
|
-
},
|
|
102
96
|
"./components/input-date": {
|
|
103
97
|
"types": "./components/input-date/index.d.ts",
|
|
104
98
|
"esm2022": "./esm2022/components/input-date/taiga-ui-legacy-components-input-date.mjs",
|
|
105
99
|
"esm": "./esm2022/components/input-date/taiga-ui-legacy-components-input-date.mjs",
|
|
106
100
|
"default": "./fesm2022/taiga-ui-legacy-components-input-date.mjs"
|
|
107
101
|
},
|
|
102
|
+
"./components/input-date-range": {
|
|
103
|
+
"types": "./components/input-date-range/index.d.ts",
|
|
104
|
+
"esm2022": "./esm2022/components/input-date-range/taiga-ui-legacy-components-input-date-range.mjs",
|
|
105
|
+
"esm": "./esm2022/components/input-date-range/taiga-ui-legacy-components-input-date-range.mjs",
|
|
106
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-date-range.mjs"
|
|
107
|
+
},
|
|
108
108
|
"./components/input-date-multi": {
|
|
109
109
|
"types": "./components/input-date-multi/index.d.ts",
|
|
110
110
|
"esm2022": "./esm2022/components/input-date-multi/taiga-ui-legacy-components-input-date-multi.mjs",
|
|
111
111
|
"esm": "./esm2022/components/input-date-multi/taiga-ui-legacy-components-input-date-multi.mjs",
|
|
112
112
|
"default": "./fesm2022/taiga-ui-legacy-components-input-date-multi.mjs"
|
|
113
113
|
},
|
|
114
|
-
"./components/input-
|
|
115
|
-
"types": "./components/input-
|
|
116
|
-
"esm2022": "./esm2022/components/input-
|
|
117
|
-
"esm": "./esm2022/components/input-
|
|
118
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-
|
|
114
|
+
"./components/input-copy": {
|
|
115
|
+
"types": "./components/input-copy/index.d.ts",
|
|
116
|
+
"esm2022": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
117
|
+
"esm": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
118
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-copy.mjs"
|
|
119
119
|
},
|
|
120
120
|
"./components/input-date-time": {
|
|
121
121
|
"types": "./components/input-date-time/index.d.ts",
|
|
@@ -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.79.0";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|