@taiga-ui/legacy 4.30.0-canary.07fcf02 → 4.30.0-canary.4acc066
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/components/color-selector/color-edit/color-edit.module.d.ts +1 -1
- package/components/color-selector/color-selector.module.d.ts +1 -1
- package/components/input-time/input-time.module.d.ts +1 -1
- package/components/multi-select/multi-select.module.d.ts +1 -1
- package/components/select/select.module.d.ts +1 -1
- package/esm2022/components/color-selector/color-edit/color-edit.component.mjs +1 -1
- package/esm2022/components/color-selector/color-edit/color-edit.module.mjs +2 -2
- package/esm2022/components/color-selector/color-selector.component.mjs +1 -1
- package/esm2022/components/color-selector/color-selector.module.mjs +2 -2
- package/esm2022/components/input-phone-international/input-phone-international.component.mjs +2 -2
- package/esm2022/components/input-time/input-time.component.mjs +1 -1
- package/esm2022/components/input-time/input-time.module.mjs +3 -3
- package/esm2022/components/multi-select/multi-select.module.mjs +3 -3
- package/esm2022/components/select/select.module.mjs +3 -3
- package/fesm2022/taiga-ui-legacy-components-color-selector.mjs +4 -4
- package/fesm2022/taiga-ui-legacy-components-color-selector.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-time.mjs +3 -3
- package/fesm2022/taiga-ui-legacy-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +2 -2
- package/fesm2022/taiga-ui-legacy-components-multi-select.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/package.json +43 -43
- 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.30.0-canary.
|
|
3
|
+
"version": "4.30.0-canary.4acc066",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"esm": "./esm2022/components/taiga-ui-legacy-components.mjs",
|
|
34
34
|
"default": "./fesm2022/taiga-ui-legacy-components.mjs"
|
|
35
35
|
},
|
|
36
|
-
"./directives": {
|
|
37
|
-
"types": "./directives/index.d.ts",
|
|
38
|
-
"esm2022": "./esm2022/directives/taiga-ui-legacy-directives.mjs",
|
|
39
|
-
"esm": "./esm2022/directives/taiga-ui-legacy-directives.mjs",
|
|
40
|
-
"default": "./fesm2022/taiga-ui-legacy-directives.mjs"
|
|
41
|
-
},
|
|
42
36
|
"./pipes": {
|
|
43
37
|
"types": "./pipes/index.d.ts",
|
|
44
38
|
"esm2022": "./esm2022/pipes/taiga-ui-legacy-pipes.mjs",
|
|
45
39
|
"esm": "./esm2022/pipes/taiga-ui-legacy-pipes.mjs",
|
|
46
40
|
"default": "./fesm2022/taiga-ui-legacy-pipes.mjs"
|
|
47
41
|
},
|
|
42
|
+
"./directives": {
|
|
43
|
+
"types": "./directives/index.d.ts",
|
|
44
|
+
"esm2022": "./esm2022/directives/taiga-ui-legacy-directives.mjs",
|
|
45
|
+
"esm": "./esm2022/directives/taiga-ui-legacy-directives.mjs",
|
|
46
|
+
"default": "./fesm2022/taiga-ui-legacy-directives.mjs"
|
|
47
|
+
},
|
|
48
48
|
"./services": {
|
|
49
49
|
"types": "./services/index.d.ts",
|
|
50
50
|
"esm2022": "./esm2022/services/taiga-ui-legacy-services.mjs",
|
|
@@ -69,6 +69,12 @@
|
|
|
69
69
|
"esm": "./esm2022/components/arrow/taiga-ui-legacy-components-arrow.mjs",
|
|
70
70
|
"default": "./fesm2022/taiga-ui-legacy-components-arrow.mjs"
|
|
71
71
|
},
|
|
72
|
+
"./components/color-selector": {
|
|
73
|
+
"types": "./components/color-selector/index.d.ts",
|
|
74
|
+
"esm2022": "./esm2022/components/color-selector/taiga-ui-legacy-components-color-selector.mjs",
|
|
75
|
+
"esm": "./esm2022/components/color-selector/taiga-ui-legacy-components-color-selector.mjs",
|
|
76
|
+
"default": "./fesm2022/taiga-ui-legacy-components-color-selector.mjs"
|
|
77
|
+
},
|
|
72
78
|
"./components/combo-box": {
|
|
73
79
|
"types": "./components/combo-box/index.d.ts",
|
|
74
80
|
"esm2022": "./esm2022/components/combo-box/taiga-ui-legacy-components-combo-box.mjs",
|
|
@@ -99,12 +105,6 @@
|
|
|
99
105
|
"esm": "./esm2022/components/input-date/taiga-ui-legacy-components-input-date.mjs",
|
|
100
106
|
"default": "./fesm2022/taiga-ui-legacy-components-input-date.mjs"
|
|
101
107
|
},
|
|
102
|
-
"./components/color-selector": {
|
|
103
|
-
"types": "./components/color-selector/index.d.ts",
|
|
104
|
-
"esm2022": "./esm2022/components/color-selector/taiga-ui-legacy-components-color-selector.mjs",
|
|
105
|
-
"esm": "./esm2022/components/color-selector/taiga-ui-legacy-components-color-selector.mjs",
|
|
106
|
-
"default": "./fesm2022/taiga-ui-legacy-components-color-selector.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",
|
|
@@ -153,36 +153,36 @@
|
|
|
153
153
|
"esm": "./esm2022/components/input-phone/taiga-ui-legacy-components-input-phone.mjs",
|
|
154
154
|
"default": "./fesm2022/taiga-ui-legacy-components-input-phone.mjs"
|
|
155
155
|
},
|
|
156
|
-
"./components/input-range": {
|
|
157
|
-
"types": "./components/input-range/index.d.ts",
|
|
158
|
-
"esm2022": "./esm2022/components/input-range/taiga-ui-legacy-components-input-range.mjs",
|
|
159
|
-
"esm": "./esm2022/components/input-range/taiga-ui-legacy-components-input-range.mjs",
|
|
160
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-range.mjs"
|
|
161
|
-
},
|
|
162
156
|
"./components/input-phone-international": {
|
|
163
157
|
"types": "./components/input-phone-international/index.d.ts",
|
|
164
158
|
"esm2022": "./esm2022/components/input-phone-international/taiga-ui-legacy-components-input-phone-international.mjs",
|
|
165
159
|
"esm": "./esm2022/components/input-phone-international/taiga-ui-legacy-components-input-phone-international.mjs",
|
|
166
160
|
"default": "./fesm2022/taiga-ui-legacy-components-input-phone-international.mjs"
|
|
167
161
|
},
|
|
162
|
+
"./components/input-range": {
|
|
163
|
+
"types": "./components/input-range/index.d.ts",
|
|
164
|
+
"esm2022": "./esm2022/components/input-range/taiga-ui-legacy-components-input-range.mjs",
|
|
165
|
+
"esm": "./esm2022/components/input-range/taiga-ui-legacy-components-input-range.mjs",
|
|
166
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-range.mjs"
|
|
167
|
+
},
|
|
168
168
|
"./components/input-slider": {
|
|
169
169
|
"types": "./components/input-slider/index.d.ts",
|
|
170
170
|
"esm2022": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
|
|
171
171
|
"esm": "./esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs",
|
|
172
172
|
"default": "./fesm2022/taiga-ui-legacy-components-input-slider.mjs"
|
|
173
173
|
},
|
|
174
|
-
"./components/input-time": {
|
|
175
|
-
"types": "./components/input-time/index.d.ts",
|
|
176
|
-
"esm2022": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
|
|
177
|
-
"esm": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
|
|
178
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-time.mjs"
|
|
179
|
-
},
|
|
180
174
|
"./components/input-tag": {
|
|
181
175
|
"types": "./components/input-tag/index.d.ts",
|
|
182
176
|
"esm2022": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
|
|
183
177
|
"esm": "./esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs",
|
|
184
178
|
"default": "./fesm2022/taiga-ui-legacy-components-input-tag.mjs"
|
|
185
179
|
},
|
|
180
|
+
"./components/input-time": {
|
|
181
|
+
"types": "./components/input-time/index.d.ts",
|
|
182
|
+
"esm2022": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
|
|
183
|
+
"esm": "./esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs",
|
|
184
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-time.mjs"
|
|
185
|
+
},
|
|
186
186
|
"./components/input-year": {
|
|
187
187
|
"types": "./components/input-year/index.d.ts",
|
|
188
188
|
"esm2022": "./esm2022/components/input-year/taiga-ui-legacy-components-input-year.mjs",
|
|
@@ -261,6 +261,24 @@
|
|
|
261
261
|
"esm": "./esm2022/components/tooltip/taiga-ui-legacy-components-tooltip.mjs",
|
|
262
262
|
"default": "./fesm2022/taiga-ui-legacy-components-tooltip.mjs"
|
|
263
263
|
},
|
|
264
|
+
"./pipes/format-phone": {
|
|
265
|
+
"types": "./pipes/format-phone/index.d.ts",
|
|
266
|
+
"esm2022": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
|
|
267
|
+
"esm": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
|
|
268
|
+
"default": "./fesm2022/taiga-ui-legacy-pipes-format-phone.mjs"
|
|
269
|
+
},
|
|
270
|
+
"./pipes/iso-to-country-code": {
|
|
271
|
+
"types": "./pipes/iso-to-country-code/index.d.ts",
|
|
272
|
+
"esm2022": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
|
|
273
|
+
"esm": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
|
|
274
|
+
"default": "./fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs"
|
|
275
|
+
},
|
|
276
|
+
"./pipes/to-country-code": {
|
|
277
|
+
"types": "./pipes/to-country-code/index.d.ts",
|
|
278
|
+
"esm2022": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
|
|
279
|
+
"esm": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
|
|
280
|
+
"default": "./fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs"
|
|
281
|
+
},
|
|
264
282
|
"./directives/legacy-dropdown-open-monitor": {
|
|
265
283
|
"types": "./directives/legacy-dropdown-open-monitor/index.d.ts",
|
|
266
284
|
"esm2022": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
|
|
@@ -290,24 +308,6 @@
|
|
|
290
308
|
"esm2022": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs",
|
|
291
309
|
"esm": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs",
|
|
292
310
|
"default": "./fesm2022/taiga-ui-legacy-directives-wrapper.mjs"
|
|
293
|
-
},
|
|
294
|
-
"./pipes/format-phone": {
|
|
295
|
-
"types": "./pipes/format-phone/index.d.ts",
|
|
296
|
-
"esm2022": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
|
|
297
|
-
"esm": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
|
|
298
|
-
"default": "./fesm2022/taiga-ui-legacy-pipes-format-phone.mjs"
|
|
299
|
-
},
|
|
300
|
-
"./pipes/iso-to-country-code": {
|
|
301
|
-
"types": "./pipes/iso-to-country-code/index.d.ts",
|
|
302
|
-
"esm2022": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
|
|
303
|
-
"esm": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
|
|
304
|
-
"default": "./fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs"
|
|
305
|
-
},
|
|
306
|
-
"./pipes/to-country-code": {
|
|
307
|
-
"types": "./pipes/to-country-code/index.d.ts",
|
|
308
|
-
"esm2022": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
|
|
309
|
-
"esm": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
|
|
310
|
-
"default": "./fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs"
|
|
311
311
|
}
|
|
312
312
|
},
|
|
313
313
|
"peerDependencies": {
|
|
@@ -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.30.0-canary.
|
|
5
|
+
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.30.0-canary.4acc066";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|