@taiga-ui/core 5.3.0 → 5.4.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.
Files changed (27) hide show
  1. package/fesm2022/taiga-ui-core-components-button.mjs +2 -2
  2. package/fesm2022/taiga-ui-core-components-calendar.mjs +0 -1
  3. package/fesm2022/taiga-ui-core-components-calendar.mjs.map +1 -1
  4. package/fesm2022/taiga-ui-core-components-cell.mjs +3 -3
  5. package/fesm2022/taiga-ui-core-components-checkbox.mjs +2 -2
  6. package/fesm2022/taiga-ui-core-components-data-list.mjs +4 -4
  7. package/fesm2022/taiga-ui-core-components-icon.mjs +2 -2
  8. package/fesm2022/taiga-ui-core-components-label.mjs +3 -3
  9. package/fesm2022/taiga-ui-core-components-link.mjs +2 -2
  10. package/fesm2022/taiga-ui-core-components-notification.mjs +2 -2
  11. package/fesm2022/taiga-ui-core-components-radio.mjs +2 -2
  12. package/fesm2022/taiga-ui-core-components-root.mjs +2 -2
  13. package/fesm2022/taiga-ui-core-components-root.mjs.map +1 -1
  14. package/fesm2022/taiga-ui-core-components-slider.mjs +0 -1
  15. package/fesm2022/taiga-ui-core-components-slider.mjs.map +1 -1
  16. package/fesm2022/taiga-ui-core-components-textfield.mjs +4 -4
  17. package/fesm2022/taiga-ui-core-components-title.mjs +3 -3
  18. package/fesm2022/taiga-ui-core-directives-appearance.mjs +3 -3
  19. package/fesm2022/taiga-ui-core-directives-group.mjs +3 -3
  20. package/fesm2022/taiga-ui-core-directives-icons.mjs +3 -3
  21. package/fesm2022/taiga-ui-core-portals-alert.mjs +3 -3
  22. package/fesm2022/taiga-ui-core-portals-dialog.mjs +2 -2
  23. package/fesm2022/taiga-ui-core-portals-dropdown.mjs +4 -4
  24. package/fesm2022/taiga-ui-core-portals-dropdown.mjs.map +1 -1
  25. package/fesm2022/taiga-ui-core-portals-modal.mjs +3 -3
  26. package/package.json +60 -60
  27. package/portals/dropdown/dropdown-hover.directive.d.ts +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/core",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "description": "Core library for creating Angular components and applications using Taiga UI",
5
5
  "keywords": [
6
6
  "angular",
@@ -40,11 +40,11 @@
40
40
  "@ng-web-apis/common": "^5.2.0",
41
41
  "@ng-web-apis/mutation-observer": "^5.2.0",
42
42
  "@ng-web-apis/platform": "^5.2.0",
43
- "@taiga-ui/cdk": "5.3.0",
43
+ "@taiga-ui/cdk": "5.4.0",
44
44
  "@taiga-ui/event-plugins": "^5.0.0",
45
- "@taiga-ui/i18n": "5.3.0",
45
+ "@taiga-ui/i18n": "5.4.0",
46
46
  "@taiga-ui/polymorpheus": "^5.0.0",
47
- "@taiga-ui/styles": "5.3.0",
47
+ "@taiga-ui/styles": "5.4.0",
48
48
  "rxjs": ">=7.0.0"
49
49
  },
50
50
  "schematics": "./schematics/collection.json",
@@ -58,14 +58,6 @@
58
58
  "types": "./index.d.ts",
59
59
  "default": "./fesm2022/taiga-ui-core.mjs"
60
60
  },
61
- "./classes": {
62
- "types": "./classes/index.d.ts",
63
- "default": "./fesm2022/taiga-ui-core-classes.mjs"
64
- },
65
- "./components": {
66
- "types": "./components/index.d.ts",
67
- "default": "./fesm2022/taiga-ui-core-components.mjs"
68
- },
69
61
  "./directives": {
70
62
  "types": "./directives/index.d.ts",
71
63
  "default": "./fesm2022/taiga-ui-core-directives.mjs"
@@ -74,6 +66,14 @@
74
66
  "types": "./pipes/index.d.ts",
75
67
  "default": "./fesm2022/taiga-ui-core-pipes.mjs"
76
68
  },
69
+ "./components": {
70
+ "types": "./components/index.d.ts",
71
+ "default": "./fesm2022/taiga-ui-core-components.mjs"
72
+ },
73
+ "./classes": {
74
+ "types": "./classes/index.d.ts",
75
+ "default": "./fesm2022/taiga-ui-core-classes.mjs"
76
+ },
77
77
  "./portals": {
78
78
  "types": "./portals/index.d.ts",
79
79
  "default": "./fesm2022/taiga-ui-core-portals.mjs"
@@ -94,6 +94,42 @@
94
94
  "types": "./utils/index.d.ts",
95
95
  "default": "./fesm2022/taiga-ui-core-utils.mjs"
96
96
  },
97
+ "./directives/appearance": {
98
+ "types": "./directives/appearance/index.d.ts",
99
+ "default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
100
+ },
101
+ "./directives/button-x": {
102
+ "types": "./directives/button-x/index.d.ts",
103
+ "default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
104
+ },
105
+ "./directives/date-format": {
106
+ "types": "./directives/date-format/index.d.ts",
107
+ "default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
108
+ },
109
+ "./directives/group": {
110
+ "types": "./directives/group/index.d.ts",
111
+ "default": "./fesm2022/taiga-ui-core-directives-group.mjs"
112
+ },
113
+ "./directives/icons": {
114
+ "types": "./directives/icons/index.d.ts",
115
+ "default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
116
+ },
117
+ "./directives/items-handlers": {
118
+ "types": "./directives/items-handlers/index.d.ts",
119
+ "default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
120
+ },
121
+ "./directives/number-format": {
122
+ "types": "./directives/number-format/index.d.ts",
123
+ "default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
124
+ },
125
+ "./pipes/filter-by-input": {
126
+ "types": "./pipes/filter-by-input/index.d.ts",
127
+ "default": "./fesm2022/taiga-ui-core-pipes-filter-by-input.mjs"
128
+ },
129
+ "./pipes/format-number": {
130
+ "types": "./pipes/format-number/index.d.ts",
131
+ "default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
132
+ },
97
133
  "./components/button": {
98
134
  "types": "./components/button/index.d.ts",
99
135
  "default": "./fesm2022/taiga-ui-core-components-button.mjs"
@@ -146,14 +182,6 @@
146
182
  "types": "./components/loader/index.d.ts",
147
183
  "default": "./fesm2022/taiga-ui-core-components-loader.mjs"
148
184
  },
149
- "./components/notification": {
150
- "types": "./components/notification/index.d.ts",
151
- "default": "./fesm2022/taiga-ui-core-components-notification.mjs"
152
- },
153
- "./components/radio": {
154
- "types": "./components/radio/index.d.ts",
155
- "default": "./fesm2022/taiga-ui-core-components-radio.mjs"
156
- },
157
185
  "./components/root": {
158
186
  "types": "./components/root/index.d.ts",
159
187
  "default": "./fesm2022/taiga-ui-core-components-root.mjs"
@@ -162,6 +190,14 @@
162
190
  "types": "./components/scrollbar/index.d.ts",
163
191
  "default": "./fesm2022/taiga-ui-core-components-scrollbar.mjs"
164
192
  },
193
+ "./components/radio": {
194
+ "types": "./components/radio/index.d.ts",
195
+ "default": "./fesm2022/taiga-ui-core-components-radio.mjs"
196
+ },
197
+ "./components/notification": {
198
+ "types": "./components/notification/index.d.ts",
199
+ "default": "./fesm2022/taiga-ui-core-components-notification.mjs"
200
+ },
165
201
  "./components/slider": {
166
202
  "types": "./components/slider/index.d.ts",
167
203
  "default": "./fesm2022/taiga-ui-core-components-slider.mjs"
@@ -178,42 +214,6 @@
178
214
  "types": "./components/title/index.d.ts",
179
215
  "default": "./fesm2022/taiga-ui-core-components-title.mjs"
180
216
  },
181
- "./directives/appearance": {
182
- "types": "./directives/appearance/index.d.ts",
183
- "default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
184
- },
185
- "./directives/button-x": {
186
- "types": "./directives/button-x/index.d.ts",
187
- "default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
188
- },
189
- "./directives/date-format": {
190
- "types": "./directives/date-format/index.d.ts",
191
- "default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
192
- },
193
- "./directives/group": {
194
- "types": "./directives/group/index.d.ts",
195
- "default": "./fesm2022/taiga-ui-core-directives-group.mjs"
196
- },
197
- "./directives/icons": {
198
- "types": "./directives/icons/index.d.ts",
199
- "default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
200
- },
201
- "./directives/items-handlers": {
202
- "types": "./directives/items-handlers/index.d.ts",
203
- "default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
204
- },
205
- "./directives/number-format": {
206
- "types": "./directives/number-format/index.d.ts",
207
- "default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
208
- },
209
- "./pipes/filter-by-input": {
210
- "types": "./pipes/filter-by-input/index.d.ts",
211
- "default": "./fesm2022/taiga-ui-core-pipes-filter-by-input.mjs"
212
- },
213
- "./pipes/format-number": {
214
- "types": "./pipes/format-number/index.d.ts",
215
- "default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
216
- },
217
217
  "./portals/alert": {
218
218
  "types": "./portals/alert/index.d.ts",
219
219
  "default": "./fesm2022/taiga-ui-core-portals-alert.mjs"
@@ -226,14 +226,14 @@
226
226
  "types": "./portals/dropdown/index.d.ts",
227
227
  "default": "./fesm2022/taiga-ui-core-portals-dropdown.mjs"
228
228
  },
229
- "./portals/hint": {
230
- "types": "./portals/hint/index.d.ts",
231
- "default": "./fesm2022/taiga-ui-core-portals-hint.mjs"
232
- },
233
229
  "./portals/modal": {
234
230
  "types": "./portals/modal/index.d.ts",
235
231
  "default": "./fesm2022/taiga-ui-core-portals-modal.mjs"
236
232
  },
233
+ "./portals/hint": {
234
+ "types": "./portals/hint/index.d.ts",
235
+ "default": "./fesm2022/taiga-ui-core-portals-hint.mjs"
236
+ },
237
237
  "./portals/popup": {
238
238
  "types": "./portals/popup/index.d.ts",
239
239
  "default": "./fesm2022/taiga-ui-core-portals-popup.mjs"
@@ -1,14 +1,15 @@
1
+ import { type Signal } from '@angular/core';
1
2
  import { TuiDriver } from '@taiga-ui/core/classes';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class TuiDropdownHover extends TuiDriver {
4
5
  private readonly dropdownHost;
5
- private hovered;
6
6
  private readonly el;
7
7
  private readonly doc;
8
8
  private readonly options;
9
9
  private readonly activeZone;
10
10
  private readonly open;
11
11
  private readonly stream$;
12
+ readonly hovered: Signal<boolean>;
12
13
  readonly tuiDropdownShowDelay: import("@angular/core").InputSignal<number>;
13
14
  readonly tuiDropdownHideDelay: import("@angular/core").InputSignal<number>;
14
15
  readonly type = "dropdown";