@taiga-ui/core 5.20.0 → 5.21.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/components/button/button.directive.d.ts +1 -1
- package/components/carousel/carousel.component.d.ts +1 -2
- package/components/input/input.directive.d.ts +1 -1
- package/fesm2022/taiga-ui-core-components-button.mjs +4 -4
- package/fesm2022/taiga-ui-core-components-button.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-carousel.mjs +3 -10
- package/fesm2022/taiga-ui-core-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-cell.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-checkbox.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-data-list.mjs +4 -4
- package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-icon.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-input.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-label.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-link.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-notification.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-radio.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-root.mjs +1 -1
- package/fesm2022/taiga-ui-core-components-scrollbar.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-spin-button.mjs +1 -1
- package/fesm2022/taiga-ui-core-components-spin-button.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-textfield.mjs +5 -5
- package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-title.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-appearance.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-group.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-icons.mjs +3 -3
- package/fesm2022/taiga-ui-core-portals-alert.mjs +3 -3
- package/fesm2022/taiga-ui-core-portals-dialog.mjs +2 -2
- package/fesm2022/taiga-ui-core-portals-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-dropdown.mjs +10 -18
- package/fesm2022/taiga-ui-core-portals-dropdown.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-modal.mjs +3 -3
- package/package.json +20 -20
- package/portals/dropdown/dropdown-hover.directive.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.21.0",
|
|
4
4
|
"description": "Core library for creating Angular components and applications using Taiga UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"@ng-web-apis/intersection-observer": "^5.3.0",
|
|
42
42
|
"@ng-web-apis/mutation-observer": "^5.3.0",
|
|
43
43
|
"@ng-web-apis/platform": "^5.3.0",
|
|
44
|
-
"@taiga-ui/cdk": "5.
|
|
44
|
+
"@taiga-ui/cdk": "5.21.0",
|
|
45
45
|
"@taiga-ui/event-plugins": "^5.0.0",
|
|
46
|
-
"@taiga-ui/i18n": "5.
|
|
46
|
+
"@taiga-ui/i18n": "5.21.0",
|
|
47
47
|
"@taiga-ui/polymorpheus": "^5.0.1",
|
|
48
|
-
"@taiga-ui/styles": "5.
|
|
48
|
+
"@taiga-ui/styles": "5.21.0",
|
|
49
49
|
"rxjs": ">=7.0.0"
|
|
50
50
|
},
|
|
51
51
|
"schematics": "./schematics/collection.json",
|
|
@@ -63,6 +63,10 @@
|
|
|
63
63
|
"types": "./classes/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/taiga-ui-core-classes.mjs"
|
|
65
65
|
},
|
|
66
|
+
"./pipes": {
|
|
67
|
+
"types": "./pipes/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
69
|
+
},
|
|
66
70
|
"./components": {
|
|
67
71
|
"types": "./components/index.d.ts",
|
|
68
72
|
"default": "./fesm2022/taiga-ui-core-components.mjs"
|
|
@@ -71,10 +75,6 @@
|
|
|
71
75
|
"types": "./directives/index.d.ts",
|
|
72
76
|
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
73
77
|
},
|
|
74
|
-
"./pipes": {
|
|
75
|
-
"types": "./pipes/index.d.ts",
|
|
76
|
-
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
77
|
-
},
|
|
78
78
|
"./portals": {
|
|
79
79
|
"types": "./portals/index.d.ts",
|
|
80
80
|
"default": "./fesm2022/taiga-ui-core-portals.mjs"
|
|
@@ -95,10 +95,18 @@
|
|
|
95
95
|
"types": "./utils/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/taiga-ui-core-utils.mjs"
|
|
97
97
|
},
|
|
98
|
+
"./pipes/format-number": {
|
|
99
|
+
"types": "./pipes/format-number/index.d.ts",
|
|
100
|
+
"default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
|
|
101
|
+
},
|
|
98
102
|
"./components/button": {
|
|
99
103
|
"types": "./components/button/index.d.ts",
|
|
100
104
|
"default": "./fesm2022/taiga-ui-core-components-button.mjs"
|
|
101
105
|
},
|
|
106
|
+
"./pipes/filter-by-input": {
|
|
107
|
+
"types": "./pipes/filter-by-input/index.d.ts",
|
|
108
|
+
"default": "./fesm2022/taiga-ui-core-pipes-filter-by-input.mjs"
|
|
109
|
+
},
|
|
102
110
|
"./components/calendar": {
|
|
103
111
|
"types": "./components/calendar/index.d.ts",
|
|
104
112
|
"default": "./fesm2022/taiga-ui-core-components-calendar.mjs"
|
|
@@ -187,14 +195,14 @@
|
|
|
187
195
|
"types": "./directives/button-x/index.d.ts",
|
|
188
196
|
"default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
|
|
189
197
|
},
|
|
190
|
-
"./directives/date-format": {
|
|
191
|
-
"types": "./directives/date-format/index.d.ts",
|
|
192
|
-
"default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
|
|
193
|
-
},
|
|
194
198
|
"./directives/group": {
|
|
195
199
|
"types": "./directives/group/index.d.ts",
|
|
196
200
|
"default": "./fesm2022/taiga-ui-core-directives-group.mjs"
|
|
197
201
|
},
|
|
202
|
+
"./directives/date-format": {
|
|
203
|
+
"types": "./directives/date-format/index.d.ts",
|
|
204
|
+
"default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
|
|
205
|
+
},
|
|
198
206
|
"./directives/icons": {
|
|
199
207
|
"types": "./directives/icons/index.d.ts",
|
|
200
208
|
"default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
|
|
@@ -207,14 +215,6 @@
|
|
|
207
215
|
"types": "./directives/number-format/index.d.ts",
|
|
208
216
|
"default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
|
|
209
217
|
},
|
|
210
|
-
"./pipes/filter-by-input": {
|
|
211
|
-
"types": "./pipes/filter-by-input/index.d.ts",
|
|
212
|
-
"default": "./fesm2022/taiga-ui-core-pipes-filter-by-input.mjs"
|
|
213
|
-
},
|
|
214
|
-
"./pipes/format-number": {
|
|
215
|
-
"types": "./pipes/format-number/index.d.ts",
|
|
216
|
-
"default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
|
|
217
|
-
},
|
|
218
218
|
"./portals/alert": {
|
|
219
219
|
"types": "./portals/alert/index.d.ts",
|
|
220
220
|
"default": "./fesm2022/taiga-ui-core-portals-alert.mjs"
|
|
@@ -16,7 +16,6 @@ export declare class TuiDropdownHover extends TuiDriver {
|
|
|
16
16
|
constructor();
|
|
17
17
|
protected onClick(event: MouseEvent): void;
|
|
18
18
|
private isHovered;
|
|
19
|
-
private createStream;
|
|
20
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDropdownHover, never>;
|
|
21
20
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiDropdownHover, "[tuiDropdownHover]", never, { "tuiDropdownShowDelay": { "alias": "tuiDropdownShowDelay"; "required": false; "isSignal": true; }; "tuiDropdownHideDelay": { "alias": "tuiDropdownHideDelay"; "required": false; "isSignal": true; }; }, {}, ["dropdownHost"], never, true, never>;
|
|
22
21
|
}
|