@taiga-ui/legacy 4.32.0-canary.358209e → 4.32.0-canary.67993cb
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 +19 -19
- 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.32.0-canary.
|
|
3
|
+
"version": "4.32.0-canary.67993cb",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -81,18 +81,18 @@
|
|
|
81
81
|
"esm": "./esm2022/components/combo-box/taiga-ui-legacy-components-combo-box.mjs",
|
|
82
82
|
"default": "./fesm2022/taiga-ui-legacy-components-combo-box.mjs"
|
|
83
83
|
},
|
|
84
|
-
"./components/input-color": {
|
|
85
|
-
"types": "./components/input-color/index.d.ts",
|
|
86
|
-
"esm2022": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
|
|
87
|
-
"esm": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
|
|
88
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-color.mjs"
|
|
89
|
-
},
|
|
90
84
|
"./components/input": {
|
|
91
85
|
"types": "./components/input/index.d.ts",
|
|
92
86
|
"esm2022": "./esm2022/components/input/taiga-ui-legacy-components-input.mjs",
|
|
93
87
|
"esm": "./esm2022/components/input/taiga-ui-legacy-components-input.mjs",
|
|
94
88
|
"default": "./fesm2022/taiga-ui-legacy-components-input.mjs"
|
|
95
89
|
},
|
|
90
|
+
"./components/input-color": {
|
|
91
|
+
"types": "./components/input-color/index.d.ts",
|
|
92
|
+
"esm2022": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
|
|
93
|
+
"esm": "./esm2022/components/input-color/taiga-ui-legacy-components-input-color.mjs",
|
|
94
|
+
"default": "./fesm2022/taiga-ui-legacy-components-input-color.mjs"
|
|
95
|
+
},
|
|
96
96
|
"./components/input-copy": {
|
|
97
97
|
"types": "./components/input-copy/index.d.ts",
|
|
98
98
|
"esm2022": "./esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs",
|
|
@@ -255,18 +255,18 @@
|
|
|
255
255
|
"esm": "./esm2022/components/textarea/taiga-ui-legacy-components-textarea.mjs",
|
|
256
256
|
"default": "./fesm2022/taiga-ui-legacy-components-textarea.mjs"
|
|
257
257
|
},
|
|
258
|
-
"./directives/legacy-dropdown-open-monitor": {
|
|
259
|
-
"types": "./directives/legacy-dropdown-open-monitor/index.d.ts",
|
|
260
|
-
"esm2022": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
|
|
261
|
-
"esm": "./esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs",
|
|
262
|
-
"default": "./fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs"
|
|
263
|
-
},
|
|
264
258
|
"./components/tooltip": {
|
|
265
259
|
"types": "./components/tooltip/index.d.ts",
|
|
266
260
|
"esm2022": "./esm2022/components/tooltip/taiga-ui-legacy-components-tooltip.mjs",
|
|
267
261
|
"esm": "./esm2022/components/tooltip/taiga-ui-legacy-components-tooltip.mjs",
|
|
268
262
|
"default": "./fesm2022/taiga-ui-legacy-components-tooltip.mjs"
|
|
269
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
270
|
"./directives/textfield-controller": {
|
|
271
271
|
"types": "./directives/textfield-controller/index.d.ts",
|
|
272
272
|
"esm2022": "./esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs",
|
|
@@ -279,18 +279,18 @@
|
|
|
279
279
|
"esm": "./esm2022/directives/unfinished-validator/taiga-ui-legacy-directives-unfinished-validator.mjs",
|
|
280
280
|
"default": "./fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs"
|
|
281
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
282
|
"./directives/wrapper": {
|
|
289
283
|
"types": "./directives/wrapper/index.d.ts",
|
|
290
284
|
"esm2022": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs",
|
|
291
285
|
"esm": "./esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs",
|
|
292
286
|
"default": "./fesm2022/taiga-ui-legacy-directives-wrapper.mjs"
|
|
293
287
|
},
|
|
288
|
+
"./directives/value-accessor": {
|
|
289
|
+
"types": "./directives/value-accessor/index.d.ts",
|
|
290
|
+
"esm2022": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
|
|
291
|
+
"esm": "./esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs",
|
|
292
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-value-accessor.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.32.0-canary.
|
|
5
|
+
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.32.0-canary.67993cb";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|