@taiga-ui/legacy 4.91.0 → 4.93.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 +67 -67
- 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.93.0",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -27,12 +27,6 @@
|
|
|
27
27
|
"esm": "./esm2022/classes/taiga-ui-legacy-classes.mjs",
|
|
28
28
|
"default": "./fesm2022/taiga-ui-legacy-classes.mjs"
|
|
29
29
|
},
|
|
30
|
-
"./components": {
|
|
31
|
-
"types": "./components/index.d.ts",
|
|
32
|
-
"esm2022": "./esm2022/components/taiga-ui-legacy-components.mjs",
|
|
33
|
-
"esm": "./esm2022/components/taiga-ui-legacy-components.mjs",
|
|
34
|
-
"default": "./fesm2022/taiga-ui-legacy-components.mjs"
|
|
35
|
-
},
|
|
36
30
|
"./directives": {
|
|
37
31
|
"types": "./directives/index.d.ts",
|
|
38
32
|
"esm2022": "./esm2022/directives/taiga-ui-legacy-directives.mjs",
|
|
@@ -45,6 +39,12 @@
|
|
|
45
39
|
"esm": "./esm2022/pipes/taiga-ui-legacy-pipes.mjs",
|
|
46
40
|
"default": "./fesm2022/taiga-ui-legacy-pipes.mjs"
|
|
47
41
|
},
|
|
42
|
+
"./components": {
|
|
43
|
+
"types": "./components/index.d.ts",
|
|
44
|
+
"esm2022": "./esm2022/components/taiga-ui-legacy-components.mjs",
|
|
45
|
+
"esm": "./esm2022/components/taiga-ui-legacy-components.mjs",
|
|
46
|
+
"default": "./fesm2022/taiga-ui-legacy-components.mjs"
|
|
47
|
+
},
|
|
48
48
|
"./services": {
|
|
49
49
|
"types": "./services/index.d.ts",
|
|
50
50
|
"esm2022": "./esm2022/services/taiga-ui-legacy-services.mjs",
|
|
@@ -63,6 +63,54 @@
|
|
|
63
63
|
"esm": "./esm2022/utils/taiga-ui-legacy-utils.mjs",
|
|
64
64
|
"default": "./fesm2022/taiga-ui-legacy-utils.mjs"
|
|
65
65
|
},
|
|
66
|
+
"./directives/legacy-dropdown-open-monitor": {
|
|
67
|
+
"types": "./directives/legacy-dropdown-open-monitor/index.d.ts",
|
|
68
|
+
"esm2022": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
|
|
69
|
+
"esm": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
|
|
70
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs"
|
|
71
|
+
},
|
|
72
|
+
"./directives/textfield-controller": {
|
|
73
|
+
"types": "./directives/textfield-controller/index.d.ts",
|
|
74
|
+
"esm2022": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
|
|
75
|
+
"esm": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
|
|
76
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs"
|
|
77
|
+
},
|
|
78
|
+
"./directives/unfinished-validator": {
|
|
79
|
+
"types": "./directives/unfinished-validator/index.d.ts",
|
|
80
|
+
"esm2022": "./esm2022/directives/unfinished-validator/taiga-ui-legacy-directives-unfinished-validator.mjs",
|
|
81
|
+
"esm": "./esm2022/directives/unfinished-validator/taiga-ui-legacy-directives-unfinished-validator.mjs",
|
|
82
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs"
|
|
83
|
+
},
|
|
84
|
+
"./directives/value-accessor": {
|
|
85
|
+
"types": "./directives/value-accessor/index.d.ts",
|
|
86
|
+
"esm2022": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
|
|
87
|
+
"esm": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
|
|
88
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-value-accessor.mjs"
|
|
89
|
+
},
|
|
90
|
+
"./directives/wrapper": {
|
|
91
|
+
"types": "./directives/wrapper/index.d.ts",
|
|
92
|
+
"esm2022": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs",
|
|
93
|
+
"esm": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs",
|
|
94
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-wrapper.mjs"
|
|
95
|
+
},
|
|
96
|
+
"./pipes/format-phone": {
|
|
97
|
+
"types": "./pipes/format-phone/index.d.ts",
|
|
98
|
+
"esm2022": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
|
|
99
|
+
"esm": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
|
|
100
|
+
"default": "./fesm2022/taiga-ui-legacy-pipes-format-phone.mjs"
|
|
101
|
+
},
|
|
102
|
+
"./pipes/iso-to-country-code": {
|
|
103
|
+
"types": "./pipes/iso-to-country-code/index.d.ts",
|
|
104
|
+
"esm2022": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
|
|
105
|
+
"esm": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
|
|
106
|
+
"default": "./fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs"
|
|
107
|
+
},
|
|
108
|
+
"./pipes/to-country-code": {
|
|
109
|
+
"types": "./pipes/to-country-code/index.d.ts",
|
|
110
|
+
"esm2022": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
|
|
111
|
+
"esm": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
|
|
112
|
+
"default": "./fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs"
|
|
113
|
+
},
|
|
66
114
|
"./components/arrow": {
|
|
67
115
|
"types": "./components/arrow/index.d.ts",
|
|
68
116
|
"esm2022": "./esm2022/components/arrow/taiga-ui-legacy-components-arrow.mjs",
|
|
@@ -105,36 +153,36 @@
|
|
|
105
153
|
"esm": "./esm2022/components/input-date/taiga-ui-legacy-components-input-date.mjs",
|
|
106
154
|
"default": "./fesm2022/taiga-ui-legacy-components-input-date.mjs"
|
|
107
155
|
},
|
|
108
|
-
"./components/input-date-multi": {
|
|
109
|
-
"types": "./components/input-date-multi/index.d.ts",
|
|
110
|
-
"esm2022": "./esm2022/components/input-date-multi/taiga-ui-legacy-components-input-date-multi.mjs",
|
|
111
|
-
"esm": "./esm2022/components/input-date-multi/taiga-ui-legacy-components-input-date-multi.mjs",
|
|
112
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-date-multi.mjs"
|
|
113
|
-
},
|
|
114
156
|
"./components/input-date-range": {
|
|
115
157
|
"types": "./components/input-date-range/index.d.ts",
|
|
116
158
|
"esm2022": "./esm2022/components/input-date-range/taiga-ui-legacy-components-input-date-range.mjs",
|
|
117
159
|
"esm": "./esm2022/components/input-date-range/taiga-ui-legacy-components-input-date-range.mjs",
|
|
118
160
|
"default": "./fesm2022/taiga-ui-legacy-components-input-date-range.mjs"
|
|
119
161
|
},
|
|
162
|
+
"./components/input-date-multi": {
|
|
163
|
+
"types": "./components/input-date-multi/index.d.ts",
|
|
164
|
+
"esm2022": "./esm2022/components/input-date-multi/taiga-ui-legacy-components-input-date-multi.mjs",
|
|
165
|
+
"esm": "./esm2022/components/input-date-multi/taiga-ui-legacy-components-input-date-multi.mjs",
|
|
166
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-date-multi.mjs"
|
|
167
|
+
},
|
|
120
168
|
"./components/input-date-time": {
|
|
121
169
|
"types": "./components/input-date-time/index.d.ts",
|
|
122
170
|
"esm2022": "./esm2022/components/input-date-time/taiga-ui-legacy-components-input-date-time.mjs",
|
|
123
171
|
"esm": "./esm2022/components/input-date-time/taiga-ui-legacy-components-input-date-time.mjs",
|
|
124
172
|
"default": "./fesm2022/taiga-ui-legacy-components-input-date-time.mjs"
|
|
125
173
|
},
|
|
126
|
-
"./components/input-month": {
|
|
127
|
-
"types": "./components/input-month/index.d.ts",
|
|
128
|
-
"esm2022": "./esm2022/components/input-month/taiga-ui-legacy-components-input-month.mjs",
|
|
129
|
-
"esm": "./esm2022/components/input-month/taiga-ui-legacy-components-input-month.mjs",
|
|
130
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-month.mjs"
|
|
131
|
-
},
|
|
132
174
|
"./components/input-month-range": {
|
|
133
175
|
"types": "./components/input-month-range/index.d.ts",
|
|
134
176
|
"esm2022": "./esm2022/components/input-month-range/taiga-ui-legacy-components-input-month-range.mjs",
|
|
135
177
|
"esm": "./esm2022/components/input-month-range/taiga-ui-legacy-components-input-month-range.mjs",
|
|
136
178
|
"default": "./fesm2022/taiga-ui-legacy-components-input-month-range.mjs"
|
|
137
179
|
},
|
|
180
|
+
"./components/input-month": {
|
|
181
|
+
"types": "./components/input-month/index.d.ts",
|
|
182
|
+
"esm2022": "./esm2022/components/input-month/taiga-ui-legacy-components-input-month.mjs",
|
|
183
|
+
"esm": "./esm2022/components/input-month/taiga-ui-legacy-components-input-month.mjs",
|
|
184
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-month.mjs"
|
|
185
|
+
},
|
|
138
186
|
"./components/input-number": {
|
|
139
187
|
"types": "./components/input-number/index.d.ts",
|
|
140
188
|
"esm2022": "./esm2022/components/input-number/taiga-ui-legacy-components-input-number.mjs",
|
|
@@ -260,54 +308,6 @@
|
|
|
260
308
|
"esm2022": "./esm2022/components/tooltip/taiga-ui-legacy-components-tooltip.mjs",
|
|
261
309
|
"esm": "./esm2022/components/tooltip/taiga-ui-legacy-components-tooltip.mjs",
|
|
262
310
|
"default": "./fesm2022/taiga-ui-legacy-components-tooltip.mjs"
|
|
263
|
-
},
|
|
264
|
-
"./directives/legacy-dropdown-open-monitor": {
|
|
265
|
-
"types": "./directives/legacy-dropdown-open-monitor/index.d.ts",
|
|
266
|
-
"esm2022": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
|
|
267
|
-
"esm": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
|
|
268
|
-
"default": "./fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs"
|
|
269
|
-
},
|
|
270
|
-
"./directives/textfield-controller": {
|
|
271
|
-
"types": "./directives/textfield-controller/index.d.ts",
|
|
272
|
-
"esm2022": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
|
|
273
|
-
"esm": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
|
|
274
|
-
"default": "./fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs"
|
|
275
|
-
},
|
|
276
|
-
"./directives/unfinished-validator": {
|
|
277
|
-
"types": "./directives/unfinished-validator/index.d.ts",
|
|
278
|
-
"esm2022": "./esm2022/directives/unfinished-validator/taiga-ui-legacy-directives-unfinished-validator.mjs",
|
|
279
|
-
"esm": "./esm2022/directives/unfinished-validator/taiga-ui-legacy-directives-unfinished-validator.mjs",
|
|
280
|
-
"default": "./fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs"
|
|
281
|
-
},
|
|
282
|
-
"./directives/value-accessor": {
|
|
283
|
-
"types": "./directives/value-accessor/index.d.ts",
|
|
284
|
-
"esm2022": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
|
|
285
|
-
"esm": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
|
|
286
|
-
"default": "./fesm2022/taiga-ui-legacy-directives-value-accessor.mjs"
|
|
287
|
-
},
|
|
288
|
-
"./directives/wrapper": {
|
|
289
|
-
"types": "./directives/wrapper/index.d.ts",
|
|
290
|
-
"esm2022": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs",
|
|
291
|
-
"esm": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs",
|
|
292
|
-
"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.
|
|
5
|
+
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.93.0";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|