@taiga-ui/legacy 4.10.0 → 4.11.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/esm2022/components/input-date-time/input-date-time.directive.mjs +2 -2
- package/esm2022/components/select/select.component.mjs +3 -3
- package/esm2022/components/tag/tag.component.mjs +2 -2
- package/esm2022/components/textarea/textarea.component.mjs +2 -2
- package/esm2022/tokens/is-apple.mjs +3 -3
- package/esm2022/utils/is-apple.mjs +3 -6
- package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-select.mjs +2 -2
- package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-tag.mjs +1 -1
- package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-textarea.mjs +2 -2
- package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-tokens.mjs +2 -2
- package/fesm2022/taiga-ui-legacy-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-utils.mjs +2 -5
- package/fesm2022/taiga-ui-legacy-utils.mjs.map +1 -1
- package/package.json +31 -31
- package/utils/icons-path-factory.d.ts +1 -1
- package/utils/is-apple.d.ts +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/legacy",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.11.0",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -85,35 +85,23 @@
|
|
|
85
85
|
"esm": "./esm2022/components/combo-box/taiga-ui-legacy-components-combo-box.mjs",
|
|
86
86
|
"default": "./fesm2022/taiga-ui-legacy-components-combo-box.mjs"
|
|
87
87
|
},
|
|
88
|
-
"./components/input": {
|
|
89
|
-
"types": "./components/input/index.d.ts",
|
|
90
|
-
"esm2022": "./esm2022/components/input/taiga-ui-legacy-components-input.mjs",
|
|
91
|
-
"esm": "./esm2022/components/input/taiga-ui-legacy-components-input.mjs",
|
|
92
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input.mjs"
|
|
93
|
-
},
|
|
94
88
|
"./components/input-color": {
|
|
95
89
|
"types": "./components/input-color/index.d.ts",
|
|
96
90
|
"esm2022": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
|
|
97
91
|
"esm": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
|
|
98
92
|
"default": "./fesm2022/taiga-ui-legacy-components-input-color.mjs"
|
|
99
93
|
},
|
|
100
|
-
"./components/input-copy": {
|
|
101
|
-
"types": "./components/input-copy/index.d.ts",
|
|
102
|
-
"esm2022": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
103
|
-
"esm": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
104
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-copy.mjs"
|
|
105
|
-
},
|
|
106
94
|
"./components/input-date": {
|
|
107
95
|
"types": "./components/input-date/index.d.ts",
|
|
108
96
|
"esm2022": "./esm2022/components/input-date/taiga-ui-legacy-components-input-date.mjs",
|
|
109
97
|
"esm": "./esm2022/components/input-date/taiga-ui-legacy-components-input-date.mjs",
|
|
110
98
|
"default": "./fesm2022/taiga-ui-legacy-components-input-date.mjs"
|
|
111
99
|
},
|
|
112
|
-
"./components/input-
|
|
113
|
-
"types": "./components/input-
|
|
114
|
-
"esm2022": "./esm2022/components/input-
|
|
115
|
-
"esm": "./esm2022/components/input-
|
|
116
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-
|
|
100
|
+
"./components/input-copy": {
|
|
101
|
+
"types": "./components/input-copy/index.d.ts",
|
|
102
|
+
"esm2022": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
103
|
+
"esm": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
104
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-copy.mjs"
|
|
117
105
|
},
|
|
118
106
|
"./components/input-date-range": {
|
|
119
107
|
"types": "./components/input-date-range/index.d.ts",
|
|
@@ -121,6 +109,12 @@
|
|
|
121
109
|
"esm": "./esm2022/components/input-date-range/taiga-ui-legacy-components-input-date-range.mjs",
|
|
122
110
|
"default": "./fesm2022/taiga-ui-legacy-components-input-date-range.mjs"
|
|
123
111
|
},
|
|
112
|
+
"./components/input-date-multi": {
|
|
113
|
+
"types": "./components/input-date-multi/index.d.ts",
|
|
114
|
+
"esm2022": "./esm2022/components/input-date-multi/taiga-ui-legacy-components-input-date-multi.mjs",
|
|
115
|
+
"esm": "./esm2022/components/input-date-multi/taiga-ui-legacy-components-input-date-multi.mjs",
|
|
116
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-date-multi.mjs"
|
|
117
|
+
},
|
|
124
118
|
"./components/input-date-time": {
|
|
125
119
|
"types": "./components/input-date-time/index.d.ts",
|
|
126
120
|
"esm2022": "./esm2022/components/input-date-time/taiga-ui-legacy-components-input-date-time.mjs",
|
|
@@ -151,6 +145,12 @@
|
|
|
151
145
|
"esm": "./esm2022/components/input-password/taiga-ui-legacy-components-input-password.mjs",
|
|
152
146
|
"default": "./fesm2022/taiga-ui-legacy-components-input-password.mjs"
|
|
153
147
|
},
|
|
148
|
+
"./components/input": {
|
|
149
|
+
"types": "./components/input/index.d.ts",
|
|
150
|
+
"esm2022": "./esm2022/components/input/taiga-ui-legacy-components-input.mjs",
|
|
151
|
+
"esm": "./esm2022/components/input/taiga-ui-legacy-components-input.mjs",
|
|
152
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input.mjs"
|
|
153
|
+
},
|
|
154
154
|
"./components/input-phone": {
|
|
155
155
|
"types": "./components/input-phone/index.d.ts",
|
|
156
156
|
"esm2022": "./esm2022/components/input-phone/taiga-ui-legacy-components-input-phone.mjs",
|
|
@@ -169,18 +169,18 @@
|
|
|
169
169
|
"esm": "./esm2022/components/input-range/taiga-ui-legacy-components-input-range.mjs",
|
|
170
170
|
"default": "./fesm2022/taiga-ui-legacy-components-input-range.mjs"
|
|
171
171
|
},
|
|
172
|
-
"./components/input-slider": {
|
|
173
|
-
"types": "./components/input-slider/index.d.ts",
|
|
174
|
-
"esm2022": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
|
|
175
|
-
"esm": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
|
|
176
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-slider.mjs"
|
|
177
|
-
},
|
|
178
172
|
"./components/input-tag": {
|
|
179
173
|
"types": "./components/input-tag/index.d.ts",
|
|
180
174
|
"esm2022": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
|
|
181
175
|
"esm": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
|
|
182
176
|
"default": "./fesm2022/taiga-ui-legacy-components-input-tag.mjs"
|
|
183
177
|
},
|
|
178
|
+
"./components/input-slider": {
|
|
179
|
+
"types": "./components/input-slider/index.d.ts",
|
|
180
|
+
"esm2022": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
|
|
181
|
+
"esm": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
|
|
182
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-slider.mjs"
|
|
183
|
+
},
|
|
184
184
|
"./components/input-time": {
|
|
185
185
|
"types": "./components/input-time/index.d.ts",
|
|
186
186
|
"esm2022": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
|
|
@@ -223,6 +223,12 @@
|
|
|
223
223
|
"esm": "./esm2022/components/select/taiga-ui-legacy-components-select.mjs",
|
|
224
224
|
"default": "./fesm2022/taiga-ui-legacy-components-select.mjs"
|
|
225
225
|
},
|
|
226
|
+
"./components/select-option": {
|
|
227
|
+
"types": "./components/select-option/index.d.ts",
|
|
228
|
+
"esm2022": "./esm2022/components/select-option/taiga-ui-legacy-components-select-option.mjs",
|
|
229
|
+
"esm": "./esm2022/components/select-option/taiga-ui-legacy-components-select-option.mjs",
|
|
230
|
+
"default": "./fesm2022/taiga-ui-legacy-components-select-option.mjs"
|
|
231
|
+
},
|
|
226
232
|
"./components/sheet": {
|
|
227
233
|
"types": "./components/sheet/index.d.ts",
|
|
228
234
|
"esm2022": "./esm2022/components/sheet/taiga-ui-legacy-components-sheet.mjs",
|
|
@@ -241,12 +247,6 @@
|
|
|
241
247
|
"esm": "./esm2022/components/table-bar/taiga-ui-legacy-components-table-bar.mjs",
|
|
242
248
|
"default": "./fesm2022/taiga-ui-legacy-components-table-bar.mjs"
|
|
243
249
|
},
|
|
244
|
-
"./components/select-option": {
|
|
245
|
-
"types": "./components/select-option/index.d.ts",
|
|
246
|
-
"esm2022": "./esm2022/components/select-option/taiga-ui-legacy-components-select-option.mjs",
|
|
247
|
-
"esm": "./esm2022/components/select-option/taiga-ui-legacy-components-select-option.mjs",
|
|
248
|
-
"default": "./fesm2022/taiga-ui-legacy-components-select-option.mjs"
|
|
249
|
-
},
|
|
250
250
|
"./components/tag": {
|
|
251
251
|
"types": "./components/tag/index.d.ts",
|
|
252
252
|
"esm2022": "./esm2022/components/tag/taiga-ui-legacy-components-tag.mjs",
|
|
@@ -316,6 +316,6 @@
|
|
|
316
316
|
},
|
|
317
317
|
"sideEffects": false,
|
|
318
318
|
"dependencies": {
|
|
319
|
-
"tslib": "
|
|
319
|
+
"tslib": ">=2.7.0"
|
|
320
320
|
}
|
|
321
321
|
}
|
|
@@ -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.11.0";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|
package/utils/is-apple.d.ts
CHANGED