@taiga-ui/legacy 4.32.0-canary.e87e07e → 4.33.0-canary.a0e1504
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/input-date-time/input-date-time.component.d.ts +5 -5
- package/components/input-date-time/input-date-time.directive.d.ts +2 -2
- package/esm2022/components/input-date-time/input-date-time.component.mjs +1 -1
- package/esm2022/components/input-date-time/input-date-time.directive.mjs +1 -1
- package/esm2022/components/multi-select/multi-select-group/multi-select-group.directive.mjs +16 -5
- package/esm2022/components/multi-select/native-multi-select/native-multi-select.component.mjs +1 -1
- package/esm2022/components/select/native-select/native-select.component.mjs +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +15 -5
- package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-select.mjs +1 -1
- package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
- package/package.json +54 -54
- 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.33.0-canary.a0e1504",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -27,23 +27,17 @@
|
|
|
27
27
|
"esm": "./esm2022/classes/taiga-ui-legacy-classes.mjs",
|
|
28
28
|
"default": "./fesm2022/taiga-ui-legacy-classes.mjs"
|
|
29
29
|
},
|
|
30
|
-
"./directives": {
|
|
31
|
-
"types": "./directives/index.d.ts",
|
|
32
|
-
"esm2022": "./esm2022/directives/taiga-ui-legacy-directives.mjs",
|
|
33
|
-
"esm": "./esm2022/directives/taiga-ui-legacy-directives.mjs",
|
|
34
|
-
"default": "./fesm2022/taiga-ui-legacy-directives.mjs"
|
|
35
|
-
},
|
|
36
30
|
"./components": {
|
|
37
31
|
"types": "./components/index.d.ts",
|
|
38
32
|
"esm2022": "./esm2022/components/taiga-ui-legacy-components.mjs",
|
|
39
33
|
"esm": "./esm2022/components/taiga-ui-legacy-components.mjs",
|
|
40
34
|
"default": "./fesm2022/taiga-ui-legacy-components.mjs"
|
|
41
35
|
},
|
|
42
|
-
"./
|
|
43
|
-
"types": "./
|
|
44
|
-
"esm2022": "./esm2022/
|
|
45
|
-
"esm": "./esm2022/
|
|
46
|
-
"default": "./fesm2022/taiga-ui-legacy-
|
|
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"
|
|
47
41
|
},
|
|
48
42
|
"./services": {
|
|
49
43
|
"types": "./services/index.d.ts",
|
|
@@ -51,6 +45,12 @@
|
|
|
51
45
|
"esm": "./esm2022/services/taiga-ui-legacy-services.mjs",
|
|
52
46
|
"default": "./fesm2022/taiga-ui-legacy-services.mjs"
|
|
53
47
|
},
|
|
48
|
+
"./pipes": {
|
|
49
|
+
"types": "./pipes/index.d.ts",
|
|
50
|
+
"esm2022": "./esm2022/pipes/taiga-ui-legacy-pipes.mjs",
|
|
51
|
+
"esm": "./esm2022/pipes/taiga-ui-legacy-pipes.mjs",
|
|
52
|
+
"default": "./fesm2022/taiga-ui-legacy-pipes.mjs"
|
|
53
|
+
},
|
|
54
54
|
"./tokens": {
|
|
55
55
|
"types": "./tokens/index.d.ts",
|
|
56
56
|
"esm2022": "./esm2022/tokens/taiga-ui-legacy-tokens.mjs",
|
|
@@ -63,36 +63,6 @@
|
|
|
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
66
|
"./components/arrow": {
|
|
97
67
|
"types": "./components/arrow/index.d.ts",
|
|
98
68
|
"esm2022": "./esm2022/components/arrow/taiga-ui-legacy-components-arrow.mjs",
|
|
@@ -147,18 +117,6 @@
|
|
|
147
117
|
"esm": "./esm2022/components/input-date-range/taiga-ui-legacy-components-input-date-range.mjs",
|
|
148
118
|
"default": "./fesm2022/taiga-ui-legacy-components-input-date-range.mjs"
|
|
149
119
|
},
|
|
150
|
-
"./components/input-date-time": {
|
|
151
|
-
"types": "./components/input-date-time/index.d.ts",
|
|
152
|
-
"esm2022": "./esm2022/components/input-date-time/taiga-ui-legacy-components-input-date-time.mjs",
|
|
153
|
-
"esm": "./esm2022/components/input-date-time/taiga-ui-legacy-components-input-date-time.mjs",
|
|
154
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-date-time.mjs"
|
|
155
|
-
},
|
|
156
|
-
"./components/input-month": {
|
|
157
|
-
"types": "./components/input-month/index.d.ts",
|
|
158
|
-
"esm2022": "./esm2022/components/input-month/taiga-ui-legacy-components-input-month.mjs",
|
|
159
|
-
"esm": "./esm2022/components/input-month/taiga-ui-legacy-components-input-month.mjs",
|
|
160
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-month.mjs"
|
|
161
|
-
},
|
|
162
120
|
"./components/input-month-range": {
|
|
163
121
|
"types": "./components/input-month-range/index.d.ts",
|
|
164
122
|
"esm2022": "./esm2022/components/input-month-range/taiga-ui-legacy-components-input-month-range.mjs",
|
|
@@ -171,6 +129,18 @@
|
|
|
171
129
|
"esm": "./esm2022/components/input-number/taiga-ui-legacy-components-input-number.mjs",
|
|
172
130
|
"default": "./fesm2022/taiga-ui-legacy-components-input-number.mjs"
|
|
173
131
|
},
|
|
132
|
+
"./components/input-month": {
|
|
133
|
+
"types": "./components/input-month/index.d.ts",
|
|
134
|
+
"esm2022": "./esm2022/components/input-month/taiga-ui-legacy-components-input-month.mjs",
|
|
135
|
+
"esm": "./esm2022/components/input-month/taiga-ui-legacy-components-input-month.mjs",
|
|
136
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-month.mjs"
|
|
137
|
+
},
|
|
138
|
+
"./components/input-date-time": {
|
|
139
|
+
"types": "./components/input-date-time/index.d.ts",
|
|
140
|
+
"esm2022": "./esm2022/components/input-date-time/taiga-ui-legacy-components-input-date-time.mjs",
|
|
141
|
+
"esm": "./esm2022/components/input-date-time/taiga-ui-legacy-components-input-date-time.mjs",
|
|
142
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-date-time.mjs"
|
|
143
|
+
},
|
|
174
144
|
"./components/input-password": {
|
|
175
145
|
"types": "./components/input-password/index.d.ts",
|
|
176
146
|
"esm2022": "./esm2022/components/input-password/taiga-ui-legacy-components-input-password.mjs",
|
|
@@ -291,6 +261,36 @@
|
|
|
291
261
|
"esm": "./esm2022/components/tooltip/taiga-ui-legacy-components-tooltip.mjs",
|
|
292
262
|
"default": "./fesm2022/taiga-ui-legacy-components-tooltip.mjs"
|
|
293
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
294
|
"./pipes/format-phone": {
|
|
295
295
|
"types": "./pipes/format-phone/index.d.ts",
|
|
296
296
|
"esm2022": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.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.
|
|
5
|
+
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.33.0-canary.a0e1504";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|