@taiga-ui/core 5.3.0 → 5.4.0-canary.a8ee7ff

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 (44) hide show
  1. package/fesm2022/taiga-ui-core-components-button.mjs +2 -2
  2. package/fesm2022/taiga-ui-core-components-button.mjs.map +1 -1
  3. package/fesm2022/taiga-ui-core-components-calendar.mjs +0 -1
  4. package/fesm2022/taiga-ui-core-components-calendar.mjs.map +1 -1
  5. package/fesm2022/taiga-ui-core-components-cell.mjs +3 -3
  6. package/fesm2022/taiga-ui-core-components-cell.mjs.map +1 -1
  7. package/fesm2022/taiga-ui-core-components-checkbox.mjs +2 -2
  8. package/fesm2022/taiga-ui-core-components-checkbox.mjs.map +1 -1
  9. package/fesm2022/taiga-ui-core-components-data-list.mjs +4 -4
  10. package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
  11. package/fesm2022/taiga-ui-core-components-icon.mjs +2 -2
  12. package/fesm2022/taiga-ui-core-components-icon.mjs.map +1 -1
  13. package/fesm2022/taiga-ui-core-components-label.mjs +3 -3
  14. package/fesm2022/taiga-ui-core-components-label.mjs.map +1 -1
  15. package/fesm2022/taiga-ui-core-components-link.mjs +2 -2
  16. package/fesm2022/taiga-ui-core-components-link.mjs.map +1 -1
  17. package/fesm2022/taiga-ui-core-components-notification.mjs +2 -2
  18. package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
  19. package/fesm2022/taiga-ui-core-components-radio.mjs +2 -2
  20. package/fesm2022/taiga-ui-core-components-radio.mjs.map +1 -1
  21. package/fesm2022/taiga-ui-core-components-root.mjs +2 -2
  22. package/fesm2022/taiga-ui-core-components-root.mjs.map +1 -1
  23. package/fesm2022/taiga-ui-core-components-slider.mjs +0 -1
  24. package/fesm2022/taiga-ui-core-components-slider.mjs.map +1 -1
  25. package/fesm2022/taiga-ui-core-components-textfield.mjs +4 -4
  26. package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
  27. package/fesm2022/taiga-ui-core-components-title.mjs +3 -3
  28. package/fesm2022/taiga-ui-core-components-title.mjs.map +1 -1
  29. package/fesm2022/taiga-ui-core-directives-appearance.mjs +3 -3
  30. package/fesm2022/taiga-ui-core-directives-appearance.mjs.map +1 -1
  31. package/fesm2022/taiga-ui-core-directives-group.mjs +3 -3
  32. package/fesm2022/taiga-ui-core-directives-group.mjs.map +1 -1
  33. package/fesm2022/taiga-ui-core-directives-icons.mjs +3 -3
  34. package/fesm2022/taiga-ui-core-directives-icons.mjs.map +1 -1
  35. package/fesm2022/taiga-ui-core-portals-alert.mjs +3 -3
  36. package/fesm2022/taiga-ui-core-portals-alert.mjs.map +1 -1
  37. package/fesm2022/taiga-ui-core-portals-dialog.mjs +2 -2
  38. package/fesm2022/taiga-ui-core-portals-dialog.mjs.map +1 -1
  39. package/fesm2022/taiga-ui-core-portals-dropdown.mjs +4 -4
  40. package/fesm2022/taiga-ui-core-portals-dropdown.mjs.map +1 -1
  41. package/fesm2022/taiga-ui-core-portals-modal.mjs +3 -3
  42. package/fesm2022/taiga-ui-core-portals-modal.mjs.map +1 -1
  43. package/package.json +44 -44
  44. 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-canary.a8ee7ff",
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",
@@ -62,14 +62,14 @@
62
62
  "types": "./classes/index.d.ts",
63
63
  "default": "./fesm2022/taiga-ui-core-classes.mjs"
64
64
  },
65
- "./components": {
66
- "types": "./components/index.d.ts",
67
- "default": "./fesm2022/taiga-ui-core-components.mjs"
68
- },
69
65
  "./directives": {
70
66
  "types": "./directives/index.d.ts",
71
67
  "default": "./fesm2022/taiga-ui-core-directives.mjs"
72
68
  },
69
+ "./components": {
70
+ "types": "./components/index.d.ts",
71
+ "default": "./fesm2022/taiga-ui-core-components.mjs"
72
+ },
73
73
  "./pipes": {
74
74
  "types": "./pipes/index.d.ts",
75
75
  "default": "./fesm2022/taiga-ui-core-pipes.mjs"
@@ -82,10 +82,6 @@
82
82
  "types": "./services/index.d.ts",
83
83
  "default": "./fesm2022/taiga-ui-core-services.mjs"
84
84
  },
85
- "./tokens": {
86
- "types": "./tokens/index.d.ts",
87
- "default": "./fesm2022/taiga-ui-core-tokens.mjs"
88
- },
89
85
  "./types": {
90
86
  "types": "./types/index.d.ts",
91
87
  "default": "./fesm2022/taiga-ui-core-types.mjs"
@@ -94,6 +90,38 @@
94
90
  "types": "./utils/index.d.ts",
95
91
  "default": "./fesm2022/taiga-ui-core-utils.mjs"
96
92
  },
93
+ "./directives/appearance": {
94
+ "types": "./directives/appearance/index.d.ts",
95
+ "default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
96
+ },
97
+ "./directives/button-x": {
98
+ "types": "./directives/button-x/index.d.ts",
99
+ "default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
100
+ },
101
+ "./tokens": {
102
+ "types": "./tokens/index.d.ts",
103
+ "default": "./fesm2022/taiga-ui-core-tokens.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
+ },
97
125
  "./components/button": {
98
126
  "types": "./components/button/index.d.ts",
99
127
  "default": "./fesm2022/taiga-ui-core-components-button.mjs"
@@ -178,34 +206,6 @@
178
206
  "types": "./components/title/index.d.ts",
179
207
  "default": "./fesm2022/taiga-ui-core-components-title.mjs"
180
208
  },
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
209
  "./pipes/filter-by-input": {
210
210
  "types": "./pipes/filter-by-input/index.d.ts",
211
211
  "default": "./fesm2022/taiga-ui-core-pipes-filter-by-input.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";