@fundamental-ngx/ui5-webcomponents 0.59.1-rc.8 → 0.59.1

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 (43) hide show
  1. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-badge.mjs +76 -0
  2. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-badge.mjs.map +1 -0
  3. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs +2 -3
  4. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs.map +1 -1
  5. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs +8 -3
  6. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs.map +1 -1
  7. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs +8 -0
  8. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs.map +1 -1
  9. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs +7 -0
  10. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map +1 -1
  11. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs +8 -0
  12. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map +1 -1
  13. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs +8 -3
  14. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs.map +1 -1
  15. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs +9 -2
  16. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs.map +1 -1
  17. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs +14 -2
  18. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs.map +1 -1
  19. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs +8 -3
  20. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs.map +1 -1
  21. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs +9 -3
  22. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs.map +1 -1
  23. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs +9 -3
  24. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs.map +1 -1
  25. package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs +1 -0
  26. package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs.map +1 -1
  27. package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs +159 -23
  28. package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs.map +1 -1
  29. package/package.json +8 -3
  30. package/types/fundamental-ngx-ui5-webcomponents-avatar-badge.d.ts +33 -0
  31. package/types/fundamental-ngx-ui5-webcomponents-avatar.d.ts +1 -2
  32. package/types/fundamental-ngx-ui5-webcomponents-color-palette-popover.d.ts +5 -1
  33. package/types/fundamental-ngx-ui5-webcomponents-date-picker.d.ts +6 -0
  34. package/types/fundamental-ngx-ui5-webcomponents-date-range-picker.d.ts +5 -0
  35. package/types/fundamental-ngx-ui5-webcomponents-date-time-picker.d.ts +6 -0
  36. package/types/fundamental-ngx-ui5-webcomponents-input.d.ts +5 -1
  37. package/types/fundamental-ngx-ui5-webcomponents-list.d.ts +7 -1
  38. package/types/fundamental-ngx-ui5-webcomponents-multi-combo-box.d.ts +11 -1
  39. package/types/fundamental-ngx-ui5-webcomponents-multi-input.d.ts +5 -1
  40. package/types/fundamental-ngx-ui5-webcomponents-popover.d.ts +7 -2
  41. package/types/fundamental-ngx-ui5-webcomponents-responsive-popover.d.ts +7 -2
  42. package/types/fundamental-ngx-ui5-webcomponents-types.d.ts +1 -0
  43. package/types/fundamental-ngx-ui5-webcomponents.d.ts +130 -46
@@ -27,6 +27,7 @@ export { default as FormItemSpacing } from '@ui5/webcomponents/dist/types/FormIt
27
27
  export { default as Highlight } from '@ui5/webcomponents/dist/types/Highlight.js';
28
28
  export { default as IconDesign } from '@ui5/webcomponents/dist/types/IconDesign.js';
29
29
  export { default as IconMode } from '@ui5/webcomponents/dist/types/IconMode.js';
30
+ export { default as InputSuggestionsFilter } from '@ui5/webcomponents/dist/types/InputSuggestionsFilter.js';
30
31
  export { default as InputType } from '@ui5/webcomponents/dist/types/InputType.js';
31
32
  export { default as InteractiveAreaSize } from '@ui5/webcomponents/dist/types/InteractiveAreaSize.js';
32
33
  export { default as LinkAccessibleRole } from '@ui5/webcomponents/dist/types/LinkAccessibleRole.js';
@@ -73,6 +74,7 @@ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
73
74
  import { ControlValueAccessor } from '@angular/forms';
74
75
  import _Avatar, { AvatarAccessibilityAttributes } from '@ui5/webcomponents/dist/Avatar.js';
75
76
  import { UI5CustomEvent } from '@ui5/webcomponents-base';
77
+ import _AvatarBadge from '@ui5/webcomponents/dist/AvatarBadge.js';
76
78
  import _AvatarGroup, { AvatarGroupAccessibilityAttributes, IAvatarGroupItem } from '@ui5/webcomponents/dist/AvatarGroup.js';
77
79
  import _Bar from '@ui5/webcomponents/dist/Bar.js';
78
80
  import _Breadcrumbs from '@ui5/webcomponents/dist/Breadcrumbs.js';
@@ -303,8 +305,7 @@ declare class Avatar implements AfterViewInit {
303
305
  * - **badge**: Defines the optional badge that will be used for visual affordance.
304
306
 
305
307
  **Note:** While the slot allows for custom badges, to achieve
306
- the Fiori design, you can use the `ui5-tag` with `ui5-icon`
307
- in the corresponding `icon` slot, without text nodes.
308
+ the Fiori design, use the `ui5-avatar-badge` component.
308
309
  *
309
310
  * @example
310
311
  * ```html
@@ -330,6 +331,34 @@ declare class Avatar implements AfterViewInit {
330
331
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<Avatar, "ui5-avatar, [ui5-avatar]", ["ui5Avatar"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "fallbackIcon": { "alias": "fallbackIcon"; "required": false; "isSignal": true; }; "initials": { "alias": "initials"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "colorScheme": { "alias": "colorScheme"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
331
332
  }
332
333
 
334
+ declare class AvatarBadge implements AfterViewInit {
335
+ /**
336
+ * Defines the icon name to be displayed inside the badge.
337
+
338
+ **Note:** You should import the desired icon first, then use its name as "icon".
339
+
340
+ `import "@ui5/webcomponents-icons/dist/{icon_name}.js"`
341
+ */
342
+ icon: _angular_core.InputSignal<string | undefined>;
343
+ /**
344
+ * Defines the state of the badge, which determines its styling.
345
+
346
+ Available options:
347
+ - `None` (default) - Standard appearance
348
+ - `Positive` - Green, used for success/approved states
349
+ - `Critical` - Orange, used for warning states
350
+ - `Negative` - Red, used for error/rejected states
351
+ - `Information` - Blue, used for informational states
352
+ */
353
+ state: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
354
+ elementRef: ElementRef<_AvatarBadge>;
355
+ injector: Injector;
356
+ get element(): _AvatarBadge;
357
+ ngAfterViewInit(): void;
358
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AvatarBadge, never>;
359
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AvatarBadge, "ui5-avatar-badge, [ui5-avatar-badge]", ["ui5AvatarBadge"], { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
360
+ }
361
+
333
362
  declare class AvatarGroup implements AfterViewInit {
334
363
  /**
335
364
  * Defines the mode of the `AvatarGroup`.
@@ -433,7 +462,7 @@ declare class Bar implements AfterViewInit {
433
462
 
434
463
  - If there is only one or no active element, it is recommended to avoid using the "toolbar" role, as it implies a grouping of multiple interactive controls.
435
464
  */
436
- accessibleRole: _angular_core.InputSignal<"Toolbar" | "None" | undefined>;
465
+ accessibleRole: _angular_core.InputSignal<"None" | "Toolbar" | undefined>;
437
466
  /**
438
467
  * Defines the accessible ARIA name of the component.
439
468
  */
@@ -641,7 +670,7 @@ declare class Button implements AfterViewInit {
641
670
  /**
642
671
  * Defines the component design.
643
672
  */
644
- design: _angular_core.InputSignal<"Transparent" | "Default" | "Positive" | "Negative" | "Emphasized" | "Attention" | undefined>;
673
+ design: _angular_core.InputSignal<"Transparent" | "Positive" | "Negative" | "Default" | "Emphasized" | "Attention" | undefined>;
645
674
  /**
646
675
  * Defines whether the component is disabled.
647
676
  A disabled component can't be pressed or
@@ -1294,7 +1323,7 @@ declare class CheckBox implements AfterViewInit {
1294
1323
  /**
1295
1324
  * Defines the value state of the component.
1296
1325
  */
1297
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
1326
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
1298
1327
  /**
1299
1328
  * Defines whether the component text wraps when there is not enough space.
1300
1329
 
@@ -1417,6 +1446,10 @@ declare class ColorPalettePopover implements AfterViewInit {
1417
1446
  You can only set the `opener` attribute to a DOM Reference when using JavaScript.
1418
1447
  */
1419
1448
  opener: _angular_core.InputSignal<string | HTMLElement | null | undefined>;
1449
+ /**
1450
+ * Determines on which side the component is placed at.
1451
+ */
1452
+ placement: _angular_core.InputSignal<"Top" | "Bottom" | "Start" | "End" | undefined>;
1420
1453
  /**
1421
1454
  * Fired when the user selects a color.
1422
1455
  */
@@ -1453,7 +1486,7 @@ declare class ColorPalettePopover implements AfterViewInit {
1453
1486
  get element(): _ColorPalettePopover;
1454
1487
  ngAfterViewInit(): void;
1455
1488
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ColorPalettePopover, never>;
1456
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColorPalettePopover, "ui5-color-palette-popover, [ui5-color-palette-popover]", ["ui5ColorPalettePopover"], { "showRecentColors": { "alias": "showRecentColors"; "required": false; "isSignal": true; }; "showMoreColors": { "alias": "showMoreColors"; "required": false; "isSignal": true; }; "showDefaultColor": { "alias": "showDefaultColor"; "required": false; "isSignal": true; }; "defaultColor": { "alias": "defaultColor"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "opener": { "alias": "opener"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
1489
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColorPalettePopover, "ui5-color-palette-popover, [ui5-color-palette-popover]", ["ui5ColorPalettePopover"], { "showRecentColors": { "alias": "showRecentColors"; "required": false; "isSignal": true; }; "showMoreColors": { "alias": "showMoreColors"; "required": false; "isSignal": true; }; "showDefaultColor": { "alias": "showDefaultColor"; "required": false; "isSignal": true; }; "defaultColor": { "alias": "defaultColor"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "opener": { "alias": "opener"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
1457
1490
  }
1458
1491
 
1459
1492
  declare class ColorPicker implements AfterViewInit {
@@ -1514,7 +1547,7 @@ declare class ComboBox implements AfterViewInit {
1514
1547
  /**
1515
1548
  * Defines the value state of the component.
1516
1549
  */
1517
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
1550
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
1518
1551
  /**
1519
1552
  * Defines whether the component is read-only.
1520
1553
 
@@ -1710,7 +1743,7 @@ declare class DatePicker implements AfterViewInit {
1710
1743
  /**
1711
1744
  * Defines the value state of the component.
1712
1745
  */
1713
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
1746
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
1714
1747
  /**
1715
1748
  * Defines whether the component is required.
1716
1749
  */
@@ -1805,9 +1838,15 @@ declare class DatePicker implements AfterViewInit {
1805
1838
  calendarWeekNumbering: _angular_core.InputSignal<"Default" | "ISO_8601" | "MiddleEastern" | "WesternTraditional" | undefined>;
1806
1839
  /**
1807
1840
  * Currently selected date represented as a Local JavaScript Date instance.
1841
+ Note: this getter can only be reliably used after the component is fully defined. Use dateValueAsync which resolves only when this condition is met.
1808
1842
  * @readonly This property is managed by the web component.
1809
1843
  */
1810
1844
  get dateValue(): Date | null;
1845
+ /**
1846
+ * Promise that resolves to the currently selected date represented as a Local JavaScript Date instance.
1847
+ * @readonly This property is managed by the web component.
1848
+ */
1849
+ get dateValueAsync(): Promise<Date | null>;
1811
1850
  /**
1812
1851
  * Fired when the input operation has finished by pressing Enter or on focusout.
1813
1852
  */
@@ -1880,7 +1919,7 @@ declare class DateRangePicker implements AfterViewInit {
1880
1919
  /**
1881
1920
  * Defines the value state of the component.
1882
1921
  */
1883
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
1922
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
1884
1923
  /**
1885
1924
  * Defines whether the component is required.
1886
1925
  */
@@ -1993,6 +2032,11 @@ declare class DateRangePicker implements AfterViewInit {
1993
2032
  * @readonly This property is managed by the web component.
1994
2033
  */
1995
2034
  get endDateValue(): Date | null;
2035
+ /**
2036
+ * Promise that resolves to the currently selected date represented as a Local JavaScript Date instance.
2037
+ * @readonly This property is managed by the web component.
2038
+ */
2039
+ get dateValueAsync(): Promise<Date | null>;
1996
2040
  /**
1997
2041
  * Fired when the input operation has finished by pressing Enter or on focusout.
1998
2042
  */
@@ -2060,7 +2104,7 @@ declare class DateTimePicker implements AfterViewInit {
2060
2104
  /**
2061
2105
  * Defines the value state of the component.
2062
2106
  */
2063
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
2107
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
2064
2108
  /**
2065
2109
  * Defines whether the component is required.
2066
2110
  */
@@ -2155,9 +2199,15 @@ declare class DateTimePicker implements AfterViewInit {
2155
2199
  calendarWeekNumbering: _angular_core.InputSignal<"Default" | "ISO_8601" | "MiddleEastern" | "WesternTraditional" | undefined>;
2156
2200
  /**
2157
2201
  * Currently selected date represented as a Local JavaScript Date instance.
2202
+ Note: this getter can only be reliably used after the component is fully defined. Use dateValueAsync which resolves only when this condition is met.
2158
2203
  * @readonly This property is managed by the web component.
2159
2204
  */
2160
2205
  get dateValue(): Date | null;
2206
+ /**
2207
+ * Promise that resolves to the currently selected date represented as a Local JavaScript Date instance.
2208
+ * @readonly This property is managed by the web component.
2209
+ */
2210
+ get dateValueAsync(): Promise<Date | null>;
2161
2211
  /**
2162
2212
  * Fired when the input operation has finished by pressing Enter or on focusout.
2163
2213
  */
@@ -2258,7 +2308,7 @@ declare class Dialog implements AfterViewInit {
2258
2308
  **Note:** If `"Negative"` and `"Critical"` states is set, it will change the
2259
2309
  accessibility role to "alertdialog", if the accessibleRole property is set to `"Dialog"`.
2260
2310
  */
2261
- state: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
2311
+ state: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
2262
2312
  /**
2263
2313
  * Defines the ID of the HTML Element, which will get the initial focus.
2264
2314
 
@@ -2446,7 +2496,7 @@ declare class FileUploader implements AfterViewInit {
2446
2496
  /**
2447
2497
  * Defines the value state of the component.
2448
2498
  */
2449
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
2499
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
2450
2500
  /**
2451
2501
  * Defines whether the component is required.
2452
2502
  */
@@ -2740,7 +2790,7 @@ declare class Icon implements AfterViewInit {
2740
2790
  /**
2741
2791
  * Defines the component semantic design.
2742
2792
  */
2743
- design: _angular_core.InputSignal<"Default" | "Positive" | "Negative" | "Critical" | "Information" | "Contrast" | "Neutral" | "NonInteractive" | undefined>;
2793
+ design: _angular_core.InputSignal<"Positive" | "Critical" | "Negative" | "Information" | "Default" | "Contrast" | "Neutral" | "NonInteractive" | undefined>;
2744
2794
  /**
2745
2795
  * Defines the unique identifier (icon name) of the component.
2746
2796
 
@@ -2844,7 +2894,7 @@ declare class Input implements AfterViewInit {
2844
2894
  /**
2845
2895
  * Defines the value state of the component.
2846
2896
  */
2847
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
2897
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
2848
2898
  /**
2849
2899
  * Determines the name by which the component will be identified upon submission in an HTML form.
2850
2900
 
@@ -2887,6 +2937,10 @@ declare class Input implements AfterViewInit {
2887
2937
  The picker will close automatically and `close` event will be fired if the input is not in the viewport.
2888
2938
  */
2889
2939
  open: _angular_core.InputSignalWithTransform<boolean, unknown>;
2940
+ /**
2941
+ * Defines the filter type of the component.
2942
+ */
2943
+ filter: _angular_core.InputSignal<"None" | "StartsWithPerTerm" | "StartsWith" | "Contains" | undefined>;
2890
2944
  /**
2891
2945
  * Fired when the input operation has finished by pressing Enter or on focusout.
2892
2946
  */
@@ -2962,7 +3016,7 @@ declare class Input implements AfterViewInit {
2962
3016
  get element(): _Input;
2963
3017
  ngAfterViewInit(): void;
2964
3018
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<Input, never>;
2965
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<Input, "ui5-input, [ui5-input]", ["ui5Input"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "noTypeahead": { "alias": "noTypeahead"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "showSuggestions": { "alias": "showSuggestions"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "showClearIcon": { "alias": "showClearIcon"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Select": "ui5Select"; "ui5SelectionChange": "ui5SelectionChange"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
3019
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Input, "ui5-input, [ui5-input]", ["ui5Input"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "noTypeahead": { "alias": "noTypeahead"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "showSuggestions": { "alias": "showSuggestions"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "showClearIcon": { "alias": "showClearIcon"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Select": "ui5Select"; "ui5SelectionChange": "ui5SelectionChange"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
2966
3020
  }
2967
3021
 
2968
3022
  declare class Label implements AfterViewInit {
@@ -3218,6 +3272,12 @@ declare class List implements AfterViewInit {
3218
3272
  * Defines the delay in milliseconds, after which the loading indicator will show up for this component.
3219
3273
  */
3220
3274
  loadingDelay: _angular_core.InputSignal<number | undefined>;
3275
+ /**
3276
+ * Indicates whether the List header is sticky or not.
3277
+ If stickyHeader is set to true, then whenever you scroll the content or
3278
+ the application, the header of the list will be always visible.
3279
+ */
3280
+ stickyHeader: _angular_core.InputSignalWithTransform<boolean, unknown>;
3221
3281
  /**
3222
3282
  * Defines the accessible name of the component.
3223
3283
  */
@@ -3347,7 +3407,7 @@ declare class List implements AfterViewInit {
3347
3407
  get element(): _List;
3348
3408
  ngAfterViewInit(): void;
3349
3409
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<List, never>;
3350
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<List, "ui5-list, [ui5-list]", ["ui5List"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "footerText": { "alias": "footerText"; "required": false; "isSignal": true; }; "indent": { "alias": "indent"; "required": false; "isSignal": true; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "noDataText": { "alias": "noDataText"; "required": false; "isSignal": true; }; "separators": { "alias": "separators"; "required": false; "isSignal": true; }; "growing": { "alias": "growing"; "required": false; "isSignal": true; }; "growingButtonText": { "alias": "growingButtonText"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5ItemClose": "ui5ItemClose"; "ui5ItemToggle": "ui5ItemToggle"; "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; "ui5LoadMore": "ui5LoadMore"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
3410
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<List, "ui5-list, [ui5-list]", ["ui5List"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "footerText": { "alias": "footerText"; "required": false; "isSignal": true; }; "indent": { "alias": "indent"; "required": false; "isSignal": true; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "noDataText": { "alias": "noDataText"; "required": false; "isSignal": true; }; "separators": { "alias": "separators"; "required": false; "isSignal": true; }; "growing": { "alias": "growing"; "required": false; "isSignal": true; }; "growingButtonText": { "alias": "growingButtonText"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; "stickyHeader": { "alias": "stickyHeader"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5ItemClose": "ui5ItemClose"; "ui5ItemToggle": "ui5ItemToggle"; "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; "ui5LoadMore": "ui5LoadMore"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
3351
3411
  }
3352
3412
 
3353
3413
  declare class ListItemCustom implements AfterViewInit {
@@ -3393,7 +3453,7 @@ declare class ListItemCustom implements AfterViewInit {
3393
3453
  * Defines the highlight state of the list items.
3394
3454
  Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
3395
3455
  */
3396
- highlight: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
3456
+ highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
3397
3457
  /**
3398
3458
  * Defines the selected state of the component.
3399
3459
  */
@@ -3541,7 +3601,7 @@ declare class ListItemStandard implements AfterViewInit {
3541
3601
 
3542
3602
  Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
3543
3603
  */
3544
- additionalTextState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
3604
+ additionalTextState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
3545
3605
  /**
3546
3606
  * Defines whether the item is movable.
3547
3607
  */
@@ -3597,7 +3657,7 @@ declare class ListItemStandard implements AfterViewInit {
3597
3657
  * Defines the highlight state of the list items.
3598
3658
  Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
3599
3659
  */
3600
- highlight: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
3660
+ highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
3601
3661
  /**
3602
3662
  * Defines the selected state of the component.
3603
3663
  */
@@ -3829,7 +3889,7 @@ declare class MenuItem implements AfterViewInit {
3829
3889
  * Defines the highlight state of the list items.
3830
3890
  Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
3831
3891
  */
3832
- highlight: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
3892
+ highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
3833
3893
  /**
3834
3894
  * Defines the selected state of the component.
3835
3895
  */
@@ -3972,7 +4032,7 @@ declare class MessageStrip implements AfterViewInit {
3972
4032
  /**
3973
4033
  * Defines the component type.
3974
4034
  */
3975
- design: _angular_core.InputSignal<"Positive" | "Negative" | "Critical" | "Information" | "ColorSet1" | "ColorSet2" | undefined>;
4035
+ design: _angular_core.InputSignal<"Positive" | "Critical" | "Negative" | "Information" | "ColorSet1" | "ColorSet2" | undefined>;
3976
4036
  /**
3977
4037
  * Defines the color scheme of the component.
3978
4038
  There are 10 predefined schemes.
@@ -4071,7 +4131,7 @@ declare class MultiComboBox implements AfterViewInit {
4071
4131
  /**
4072
4132
  * Defines the value state of the component.
4073
4133
  */
4074
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
4134
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
4075
4135
  /**
4076
4136
  * Defines whether the component is read-only.
4077
4137
 
@@ -4083,6 +4143,10 @@ declare class MultiComboBox implements AfterViewInit {
4083
4143
  * Defines whether the component is required.
4084
4144
  */
4085
4145
  required: _angular_core.InputSignalWithTransform<boolean, unknown>;
4146
+ /**
4147
+ * Indicates whether a loading indicator should be shown in the picker.
4148
+ */
4149
+ loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
4086
4150
  /**
4087
4151
  * Defines the filter type of the component.
4088
4152
  */
@@ -4127,6 +4191,12 @@ declare class MultiComboBox implements AfterViewInit {
4127
4191
  * Fired when selection is changed by user interaction.
4128
4192
  */
4129
4193
  ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_MultiComboBox, "selection-change">>;
4194
+ /**
4195
+ * Fired before the value state of the component is updated internally.
4196
+ The event is preventable, meaning that if it's default action is
4197
+ prevented, the component will not update the value state.
4198
+ */
4199
+ ui5ValueStateChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_MultiComboBox, "value-state-change">>;
4130
4200
  /**
4131
4201
  * Available slots for content projection in this component.
4132
4202
  *
@@ -4168,7 +4238,7 @@ declare class MultiComboBox implements AfterViewInit {
4168
4238
  get element(): _MultiComboBox;
4169
4239
  ngAfterViewInit(): void;
4170
4240
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MultiComboBox, never>;
4171
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiComboBox, "ui5-multi-combobox, [ui5-multi-combobox]", ["ui5MultiComboBox"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "noTypeahead": { "alias": "noTypeahead"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "noValidation": { "alias": "noValidation"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "showClearIcon": { "alias": "showClearIcon"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "showSelectAll": { "alias": "showSelectAll"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
4241
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiComboBox, "ui5-multi-combobox, [ui5-multi-combobox]", ["ui5MultiComboBox"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "noTypeahead": { "alias": "noTypeahead"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "noValidation": { "alias": "noValidation"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "showClearIcon": { "alias": "showClearIcon"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "showSelectAll": { "alias": "showSelectAll"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; "ui5SelectionChange": "ui5SelectionChange"; "ui5ValueStateChange": "ui5ValueStateChange"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
4172
4242
  }
4173
4243
 
4174
4244
  declare class MultiComboBoxItem implements AfterViewInit {
@@ -4321,7 +4391,7 @@ declare class MultiInput implements AfterViewInit {
4321
4391
  /**
4322
4392
  * Defines the value state of the component.
4323
4393
  */
4324
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
4394
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
4325
4395
  /**
4326
4396
  * Defines whether the component should show suggestions, if such are present.
4327
4397
  */
@@ -4358,6 +4428,10 @@ declare class MultiInput implements AfterViewInit {
4358
4428
  The picker will close automatically and `close` event will be fired if the input is not in the viewport.
4359
4429
  */
4360
4430
  open: _angular_core.InputSignalWithTransform<boolean, unknown>;
4431
+ /**
4432
+ * Defines the filter type of the component.
4433
+ */
4434
+ filter: _angular_core.InputSignal<"None" | "StartsWithPerTerm" | "StartsWith" | "Contains" | undefined>;
4361
4435
  /**
4362
4436
  * Fired when the value help icon is pressed
4363
4437
  and F4 or ALT/OPTION + ARROW_UP/ARROW_DOWN keyboard keys are used.
@@ -4443,7 +4517,7 @@ declare class MultiInput implements AfterViewInit {
4443
4517
  get element(): _MultiInput;
4444
4518
  ngAfterViewInit(): void;
4445
4519
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MultiInput, never>;
4446
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiInput, "ui5-multi-input, [ui5-multi-input]", ["ui5MultiInput"], { "showValueHelpIcon": { "alias": "showValueHelpIcon"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "noTypeahead": { "alias": "noTypeahead"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "showSuggestions": { "alias": "showSuggestions"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "showClearIcon": { "alias": "showClearIcon"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5ValueHelpTrigger": "ui5ValueHelpTrigger"; "ui5TokenDelete": "ui5TokenDelete"; "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Select": "ui5Select"; "ui5SelectionChange": "ui5SelectionChange"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
4520
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiInput, "ui5-multi-input, [ui5-multi-input]", ["ui5MultiInput"], { "showValueHelpIcon": { "alias": "showValueHelpIcon"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "noTypeahead": { "alias": "noTypeahead"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "showSuggestions": { "alias": "showSuggestions"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "showClearIcon": { "alias": "showClearIcon"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; }, { "ui5ValueHelpTrigger": "ui5ValueHelpTrigger"; "ui5TokenDelete": "ui5TokenDelete"; "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Select": "ui5Select"; "ui5SelectionChange": "ui5SelectionChange"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
4447
4521
  }
4448
4522
 
4449
4523
  declare class Option implements AfterViewInit {
@@ -4657,7 +4731,7 @@ declare class Popover implements AfterViewInit {
4657
4731
  verticalAlign: _angular_core.InputSignal<"Top" | "Bottom" | "Center" | "Stretch" | undefined>;
4658
4732
  /**
4659
4733
  * Defines whether the component should close when
4660
- clicking/tapping outside of the popover.
4734
+ clicking/tapping outside the popover.
4661
4735
  If enabled, it blocks any interaction with the background.
4662
4736
  */
4663
4737
  modal: _angular_core.InputSignalWithTransform<boolean, unknown>;
@@ -4670,6 +4744,11 @@ declare class Popover implements AfterViewInit {
4670
4744
  over the target.
4671
4745
  */
4672
4746
  allowTargetOverlap: _angular_core.InputSignalWithTransform<boolean, unknown>;
4747
+ /**
4748
+ * Determines whether the component is resizable.
4749
+ **Note:** This property is effective only on desktop devices.
4750
+ */
4751
+ resizable: _angular_core.InputSignalWithTransform<boolean, unknown>;
4673
4752
  /**
4674
4753
  * Defines the ID or DOM Reference of the element at which the popover is shown.
4675
4754
  When using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.
@@ -4762,7 +4841,7 @@ declare class Popover implements AfterViewInit {
4762
4841
  get element(): _Popover;
4763
4842
  ngAfterViewInit(): void;
4764
4843
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<Popover, never>;
4765
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<Popover, "ui5-popover, [ui5-popover]", ["ui5Popover"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; "isSignal": true; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; "isSignal": true; }; "modal": { "alias": "modal"; "required": false; "isSignal": true; }; "hideArrow": { "alias": "hideArrow"; "required": false; "isSignal": true; }; "allowTargetOverlap": { "alias": "allowTargetOverlap"; "required": false; "isSignal": true; }; "opener": { "alias": "opener"; "required": false; "isSignal": true; }; "initialFocus": { "alias": "initialFocus"; "required": false; "isSignal": true; }; "preventFocusRestore": { "alias": "preventFocusRestore"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "preventInitialFocus": { "alias": "preventInitialFocus"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
4844
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Popover, "ui5-popover, [ui5-popover]", ["ui5Popover"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; "isSignal": true; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; "isSignal": true; }; "modal": { "alias": "modal"; "required": false; "isSignal": true; }; "hideArrow": { "alias": "hideArrow"; "required": false; "isSignal": true; }; "allowTargetOverlap": { "alias": "allowTargetOverlap"; "required": false; "isSignal": true; }; "resizable": { "alias": "resizable"; "required": false; "isSignal": true; }; "opener": { "alias": "opener"; "required": false; "isSignal": true; }; "initialFocus": { "alias": "initialFocus"; "required": false; "isSignal": true; }; "preventFocusRestore": { "alias": "preventFocusRestore"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "preventInitialFocus": { "alias": "preventInitialFocus"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
4766
4845
  }
4767
4846
 
4768
4847
  declare class ProgressIndicator implements AfterViewInit {
@@ -4793,7 +4872,7 @@ declare class ProgressIndicator implements AfterViewInit {
4793
4872
  /**
4794
4873
  * Defines the value state of the component.
4795
4874
  */
4796
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
4875
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
4797
4876
  elementRef: ElementRef<_ProgressIndicator>;
4798
4877
  injector: Injector;
4799
4878
  get element(): _ProgressIndicator;
@@ -4838,7 +4917,7 @@ declare class RadioButton implements AfterViewInit {
4838
4917
  /**
4839
4918
  * Defines the value state of the component.
4840
4919
  */
4841
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
4920
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
4842
4921
  /**
4843
4922
  * Determines the name by which the component will be identified upon submission in an HTML form.
4844
4923
 
@@ -5043,7 +5122,7 @@ declare class ResponsivePopover implements AfterViewInit {
5043
5122
  verticalAlign: _angular_core.InputSignal<"Top" | "Bottom" | "Center" | "Stretch" | undefined>;
5044
5123
  /**
5045
5124
  * Defines whether the component should close when
5046
- clicking/tapping outside of the popover.
5125
+ clicking/tapping outside the popover.
5047
5126
  If enabled, it blocks any interaction with the background.
5048
5127
  */
5049
5128
  modal: _angular_core.InputSignalWithTransform<boolean, unknown>;
@@ -5056,6 +5135,11 @@ declare class ResponsivePopover implements AfterViewInit {
5056
5135
  over the target.
5057
5136
  */
5058
5137
  allowTargetOverlap: _angular_core.InputSignalWithTransform<boolean, unknown>;
5138
+ /**
5139
+ * Determines whether the component is resizable.
5140
+ **Note:** This property is effective only on desktop devices.
5141
+ */
5142
+ resizable: _angular_core.InputSignalWithTransform<boolean, unknown>;
5059
5143
  /**
5060
5144
  * Defines the ID or DOM Reference of the element at which the popover is shown.
5061
5145
  When using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.
@@ -5148,7 +5232,7 @@ declare class ResponsivePopover implements AfterViewInit {
5148
5232
  get element(): _ResponsivePopover;
5149
5233
  ngAfterViewInit(): void;
5150
5234
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResponsivePopover, never>;
5151
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResponsivePopover, "ui5-responsive-popover, [ui5-responsive-popover]", ["ui5ResponsivePopover"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; "isSignal": true; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; "isSignal": true; }; "modal": { "alias": "modal"; "required": false; "isSignal": true; }; "hideArrow": { "alias": "hideArrow"; "required": false; "isSignal": true; }; "allowTargetOverlap": { "alias": "allowTargetOverlap"; "required": false; "isSignal": true; }; "opener": { "alias": "opener"; "required": false; "isSignal": true; }; "initialFocus": { "alias": "initialFocus"; "required": false; "isSignal": true; }; "preventFocusRestore": { "alias": "preventFocusRestore"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "preventInitialFocus": { "alias": "preventInitialFocus"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
5235
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResponsivePopover, "ui5-responsive-popover, [ui5-responsive-popover]", ["ui5ResponsivePopover"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; "isSignal": true; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; "isSignal": true; }; "modal": { "alias": "modal"; "required": false; "isSignal": true; }; "hideArrow": { "alias": "hideArrow"; "required": false; "isSignal": true; }; "allowTargetOverlap": { "alias": "allowTargetOverlap"; "required": false; "isSignal": true; }; "resizable": { "alias": "resizable"; "required": false; "isSignal": true; }; "opener": { "alias": "opener"; "required": false; "isSignal": true; }; "initialFocus": { "alias": "initialFocus"; "required": false; "isSignal": true; }; "preventFocusRestore": { "alias": "preventFocusRestore"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "preventInitialFocus": { "alias": "preventInitialFocus"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
5152
5236
  }
5153
5237
 
5154
5238
  declare class SegmentedButton implements AfterViewInit {
@@ -5315,7 +5399,7 @@ declare class Select implements AfterViewInit {
5315
5399
  /**
5316
5400
  * Defines the value state of the component.
5317
5401
  */
5318
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
5402
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
5319
5403
  /**
5320
5404
  * Defines whether the component is required.
5321
5405
  */
@@ -5556,7 +5640,7 @@ declare class SplitButton implements AfterViewInit {
5556
5640
  /**
5557
5641
  * Defines the component design.
5558
5642
  */
5559
- design: _angular_core.InputSignal<"Transparent" | "Default" | "Positive" | "Negative" | "Emphasized" | "Attention" | undefined>;
5643
+ design: _angular_core.InputSignal<"Transparent" | "Positive" | "Negative" | "Default" | "Emphasized" | "Attention" | undefined>;
5560
5644
  /**
5561
5645
  * Defines whether the component is disabled.
5562
5646
  A disabled component can't be pressed or
@@ -5648,7 +5732,7 @@ declare class StepInput implements AfterViewInit {
5648
5732
  /**
5649
5733
  * Defines the value state of the component.
5650
5734
  */
5651
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
5735
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
5652
5736
  /**
5653
5737
  * Defines whether the component is required.
5654
5738
  */
@@ -5971,7 +6055,7 @@ declare class Tab implements AfterViewInit {
5971
6055
 
5972
6056
  **Note:** The design depends on the current theme.
5973
6057
  */
5974
- design: _angular_core.InputSignal<"Default" | "Positive" | "Negative" | "Critical" | "Neutral" | undefined>;
6058
+ design: _angular_core.InputSignal<"Positive" | "Critical" | "Negative" | "Default" | "Neutral" | undefined>;
5975
6059
  /**
5976
6060
  * Specifies if the component is selected.
5977
6061
  */
@@ -6674,7 +6758,7 @@ declare class Tag implements AfterViewInit {
6674
6758
  /**
6675
6759
  * Defines the design type of the component.
6676
6760
  */
6677
- design: _angular_core.InputSignal<"Positive" | "Negative" | "Critical" | "Information" | "Neutral" | "Set1" | "Set2" | undefined>;
6761
+ design: _angular_core.InputSignal<"Positive" | "Critical" | "Negative" | "Information" | "Neutral" | "Set1" | "Set2" | undefined>;
6678
6762
  /**
6679
6763
  * Defines the color scheme of the component.
6680
6764
  There are 10 predefined schemes.
@@ -6813,7 +6897,7 @@ declare class TextArea implements AfterViewInit {
6813
6897
  the component turns into "Critical" state once the characters exceeds the limit.
6814
6898
  In this case, only the "Negative" state is considered and can be applied.
6815
6899
  */
6816
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
6900
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
6817
6901
  /**
6818
6902
  * Defines the number of visible text rows for the component.
6819
6903
 
@@ -6937,7 +7021,7 @@ declare class TimePicker implements AfterViewInit {
6937
7021
  /**
6938
7022
  * Defines the value state of the component.
6939
7023
  */
6940
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
7024
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
6941
7025
  /**
6942
7026
  * Defines the disabled state of the comonent.
6943
7027
  */
@@ -7161,7 +7245,7 @@ declare class ToggleButton implements AfterViewInit {
7161
7245
  /**
7162
7246
  * Defines the component design.
7163
7247
  */
7164
- design: _angular_core.InputSignal<"Transparent" | "Default" | "Positive" | "Negative" | "Emphasized" | "Attention" | undefined>;
7248
+ design: _angular_core.InputSignal<"Transparent" | "Positive" | "Negative" | "Default" | "Emphasized" | "Attention" | undefined>;
7165
7249
  /**
7166
7250
  * Defines whether the component is disabled.
7167
7251
  A disabled component can't be pressed or
@@ -7482,7 +7566,7 @@ declare class ToolbarButton implements AfterViewInit {
7482
7566
  /**
7483
7567
  * Defines the action design.
7484
7568
  */
7485
- design: _angular_core.InputSignal<"Transparent" | "Default" | "Positive" | "Negative" | "Emphasized" | "Attention" | undefined>;
7569
+ design: _angular_core.InputSignal<"Transparent" | "Positive" | "Negative" | "Default" | "Emphasized" | "Attention" | undefined>;
7486
7570
  /**
7487
7571
  * Defines the `icon` source URI.
7488
7572
 
@@ -7586,7 +7670,7 @@ declare class ToolbarSelect implements AfterViewInit {
7586
7670
  /**
7587
7671
  * Defines the value state of the component.
7588
7672
  */
7589
- valueState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
7673
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
7590
7674
  /**
7591
7675
  * Defines whether the component is in disabled state.
7592
7676
 
@@ -7917,7 +8001,7 @@ declare class TreeItem implements AfterViewInit {
7917
8001
 
7918
8002
  Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
7919
8003
  */
7920
- additionalTextState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
8004
+ additionalTextState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
7921
8005
  /**
7922
8006
  * Defines the accessible name of the component.
7923
8007
  */
@@ -7954,7 +8038,7 @@ declare class TreeItem implements AfterViewInit {
7954
8038
  * Defines the highlight state of the list items.
7955
8039
  Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
7956
8040
  */
7957
- highlight: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
8041
+ highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
7958
8042
  /**
7959
8043
  * Defines the selected state of the component.
7960
8044
  */
@@ -8054,7 +8138,7 @@ declare class TreeItemCustom implements AfterViewInit {
8054
8138
 
8055
8139
  Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
8056
8140
  */
8057
- additionalTextState: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
8141
+ additionalTextState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
8058
8142
  /**
8059
8143
  * Defines the accessible name of the component.
8060
8144
  */
@@ -8091,7 +8175,7 @@ declare class TreeItemCustom implements AfterViewInit {
8091
8175
  * Defines the highlight state of the list items.
8092
8176
  Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
8093
8177
  */
8094
- highlight: _angular_core.InputSignal<"None" | "Positive" | "Negative" | "Critical" | "Information" | undefined>;
8178
+ highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
8095
8179
  /**
8096
8180
  * Defines the selected state of the component.
8097
8181
  */
@@ -8155,4 +8239,4 @@ declare class Ui5WebcomponentsMainThemingService extends WebcomponentsThemingPro
8155
8239
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<Ui5WebcomponentsMainThemingService>;
8156
8240
  }
8157
8241
 
8158
- export { Avatar, AvatarGroup, Bar, Breadcrumbs, BreadcrumbsItem, BusyIndicator, Button, ButtonBadge, Calendar, CalendarDate, CalendarDateRange, CalendarLegend, CalendarLegendItem, Card, CardHeader, Carousel, CheckBox, ColorPalette, ColorPaletteItem, ColorPalettePopover, ColorPicker, ComboBox, ComboBoxItem, ComboBoxItemGroup, DatePicker, DateRangePicker, DateTimePicker, Dialog, DynamicDateRange, ExpandableText, FileUploader, Form, FormGroup, FormItem, GenericControlValueAccessor, Icon, Input, Label, Link, List, ListItemCustom, ListItemGroup, ListItemStandard, Menu, MenuItem, MenuItemGroup, MenuSeparator, MessageStrip, MultiComboBox, MultiComboBoxItem, MultiComboBoxItemGroup, MultiInput, Option, OptionCustom, Panel, Popover, ProgressIndicator, RadioButton, RangeSlider, RatingIndicator, ResponsivePopover, SegmentedButton, SegmentedButtonItem, Select, Slider, SpecialCalendarDate, SplitButton, StepInput, SuggestionItem, SuggestionItemCustom, SuggestionItemGroup, Switch, Tab, TabContainer, TabSeparator, Table, TableCell, TableGrowing, TableHeaderCell, TableHeaderCellActionAI, TableHeaderRow, TableRow, TableRowAction, TableRowActionNavigation, TableSelection, TableSelectionMulti, TableSelectionSingle, TableVirtualizer, Tag, Text, TextArea, TimePicker, Title, Toast, ToggleButton, Token, Tokenizer, Toolbar, ToolbarButton, ToolbarSelect, ToolbarSelectOption, ToolbarSeparator, ToolbarSpacer, Tree, TreeItem, TreeItemCustom, Ui5WebcomponentsMainThemingService };
8242
+ export { Avatar, AvatarBadge, AvatarGroup, Bar, Breadcrumbs, BreadcrumbsItem, BusyIndicator, Button, ButtonBadge, Calendar, CalendarDate, CalendarDateRange, CalendarLegend, CalendarLegendItem, Card, CardHeader, Carousel, CheckBox, ColorPalette, ColorPaletteItem, ColorPalettePopover, ColorPicker, ComboBox, ComboBoxItem, ComboBoxItemGroup, DatePicker, DateRangePicker, DateTimePicker, Dialog, DynamicDateRange, ExpandableText, FileUploader, Form, FormGroup, FormItem, GenericControlValueAccessor, Icon, Input, Label, Link, List, ListItemCustom, ListItemGroup, ListItemStandard, Menu, MenuItem, MenuItemGroup, MenuSeparator, MessageStrip, MultiComboBox, MultiComboBoxItem, MultiComboBoxItemGroup, MultiInput, Option, OptionCustom, Panel, Popover, ProgressIndicator, RadioButton, RangeSlider, RatingIndicator, ResponsivePopover, SegmentedButton, SegmentedButtonItem, Select, Slider, SpecialCalendarDate, SplitButton, StepInput, SuggestionItem, SuggestionItemCustom, SuggestionItemGroup, Switch, Tab, TabContainer, TabSeparator, Table, TableCell, TableGrowing, TableHeaderCell, TableHeaderCellActionAI, TableHeaderRow, TableRow, TableRowAction, TableRowActionNavigation, TableSelection, TableSelectionMulti, TableSelectionSingle, TableVirtualizer, Tag, Text, TextArea, TimePicker, Title, Toast, ToggleButton, Token, Tokenizer, Toolbar, ToolbarButton, ToolbarSelect, ToolbarSelectOption, ToolbarSeparator, ToolbarSpacer, Tree, TreeItem, TreeItemCustom, Ui5WebcomponentsMainThemingService };