@fundamental-ngx/ui5-webcomponents 0.63.0-rc.8 → 0.63.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 (67) hide show
  1. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs +24 -3
  2. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs.map +1 -1
  3. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +11 -2
  4. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -1
  5. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +4 -1
  6. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs.map +1 -1
  7. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs +37 -0
  8. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs.map +1 -1
  9. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +18 -2
  10. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -1
  11. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group-header.mjs +24 -3
  12. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group-header.mjs.map +1 -1
  13. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +18 -2
  14. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -1
  15. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +18 -2
  16. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs.map +1 -1
  17. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs +24 -3
  18. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs.map +1 -1
  19. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs +24 -3
  20. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs.map +1 -1
  21. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +24 -3
  22. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -1
  23. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +24 -3
  24. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -1
  25. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs +22 -3
  26. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs.map +1 -1
  27. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs +21 -2
  28. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs.map +1 -1
  29. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +24 -3
  30. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -1
  31. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs +24 -3
  32. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map +1 -1
  33. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-list-item.mjs +18 -2
  34. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-list-item.mjs.map +1 -1
  35. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs +22 -3
  36. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -1
  37. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-group-row.mjs +133 -0
  38. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-group-row.mjs.map +1 -0
  39. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +18 -2
  40. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -1
  41. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +18 -2
  42. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -1
  43. package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs +532 -39
  44. package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs.map +1 -1
  45. package/package.json +10 -6
  46. package/types/fundamental-ngx-ui5-webcomponents-combo-box-item.d.ts +8 -1
  47. package/types/fundamental-ngx-ui5-webcomponents-form-group.d.ts +9 -1
  48. package/types/fundamental-ngx-ui5-webcomponents-form.d.ts +3 -0
  49. package/types/fundamental-ngx-ui5-webcomponents-icon.d.ts +35 -0
  50. package/types/fundamental-ngx-ui5-webcomponents-list-item-custom.d.ts +15 -1
  51. package/types/fundamental-ngx-ui5-webcomponents-list-item-group-header.d.ts +8 -1
  52. package/types/fundamental-ngx-ui5-webcomponents-list-item-standard.d.ts +15 -1
  53. package/types/fundamental-ngx-ui5-webcomponents-menu-item.d.ts +15 -1
  54. package/types/fundamental-ngx-ui5-webcomponents-menu-separator.d.ts +8 -1
  55. package/types/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.d.ts +8 -1
  56. package/types/fundamental-ngx-ui5-webcomponents-option-custom.d.ts +8 -1
  57. package/types/fundamental-ngx-ui5-webcomponents-option.d.ts +8 -1
  58. package/types/fundamental-ngx-ui5-webcomponents-range-slider.d.ts +20 -1
  59. package/types/fundamental-ngx-ui5-webcomponents-slider.d.ts +20 -1
  60. package/types/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.d.ts +11 -4
  61. package/types/fundamental-ngx-ui5-webcomponents-suggestion-item.d.ts +8 -1
  62. package/types/fundamental-ngx-ui5-webcomponents-suggestion-list-item.d.ts +15 -1
  63. package/types/fundamental-ngx-ui5-webcomponents-tab.d.ts +6 -1
  64. package/types/fundamental-ngx-ui5-webcomponents-table-group-row.d.ts +75 -0
  65. package/types/fundamental-ngx-ui5-webcomponents-tree-item-custom.d.ts +15 -1
  66. package/types/fundamental-ngx-ui5-webcomponents-tree-item.d.ts +15 -1
  67. package/types/fundamental-ngx-ui5-webcomponents.d.ts +309 -19
@@ -160,6 +160,7 @@ import '@ui5/webcomponents/dist/TabContainer.js';
160
160
  import '@ui5/webcomponents/dist/TabSeparator.js';
161
161
  import '@ui5/webcomponents/dist/Table.js';
162
162
  import '@ui5/webcomponents/dist/TableCell.js';
163
+ import '@ui5/webcomponents/dist/TableGroupRow.js';
163
164
  import '@ui5/webcomponents/dist/TableGrowing.js';
164
165
  import '@ui5/webcomponents/dist/TableHeaderCell.js';
165
166
  import '@ui5/webcomponents/dist/TableHeaderCellActionAI.js';
@@ -3541,6 +3542,12 @@ class ComboBoxItem {
3541
3542
  ```
3542
3543
  */
3543
3544
  this.value = input(...(ngDevMode ? [undefined, { debugName: "value" }] : [])); // className is now passed
3545
+ /**
3546
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
3547
+
3548
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
3549
+ */
3550
+ this.ui5Click = output();
3544
3551
  this.elementRef = inject(ElementRef);
3545
3552
  this.injector = inject(Injector);
3546
3553
  /**
@@ -3578,9 +3585,24 @@ class ComboBoxItem {
3578
3585
  });
3579
3586
  }
3580
3587
  }
3588
+ const outputsToSync = [
3589
+ 'ui5Click',
3590
+ ];
3591
+ // Synchronize outputs (events)
3592
+ for (const outputName of outputsToSync) {
3593
+ // Map Angular output name to UI5 web component event name
3594
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
3595
+ // Ensure the output property exists and has an emit function before adding listener
3596
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
3597
+ // Cast the listener to the correct type to satisfy TypeScript
3598
+ wcElement.addEventListener(eventName, (e) => {
3599
+ this[outputName].emit(e);
3600
+ });
3601
+ }
3602
+ }
3581
3603
  }
3582
3604
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ComboBoxItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3583
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: ComboBoxItem, isStandalone: true, selector: "ui5-cb-item, [ui5-cb-item]", inputs: { additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
3605
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: ComboBoxItem, isStandalone: true, selector: "ui5-cb-item, [ui5-cb-item]", inputs: { additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click" }, providers: [
3584
3606
  contentDensityObserverProviders({
3585
3607
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
3586
3608
  })
@@ -3600,7 +3622,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
3600
3622
  ],
3601
3623
  changeDetection: ChangeDetectionStrategy.OnPush,
3602
3624
  }]
3603
- }], propDecorators: { additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }] } });
3625
+ }], propDecorators: { additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }] } });
3604
3626
 
3605
3627
  class ComboBoxItemGroup {
3606
3628
  constructor() {
@@ -5857,6 +5879,9 @@ class Form {
5857
5879
 
5858
5880
  **Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.
5859
5881
  Either use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.
5882
+
5883
+ **Note:** As of version 2.23.0 the support for standalone FormItems (not belonging to a group) is deprecated.
5884
+ We recommend using FormGroups, as they provide better accessibility and layout options.
5860
5885
  * - **header**: Defines the component header area.
5861
5886
 
5862
5887
  **Note:** When a `header` is provided, the `headerText` property is ignored.
@@ -5875,7 +5900,7 @@ class Form {
5875
5900
  this.slots = [
5876
5901
  {
5877
5902
  "name": "default",
5878
- "description": "Defines the component content - FormGroups or FormItems.\n\n**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.\nEither use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups."
5903
+ "description": "Defines the component content - FormGroups or FormItems.\n\n**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.\nEither use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.\n\n**Note:** As of version 2.23.0 the support for standalone FormItems (not belonging to a group) is deprecated.\nWe recommend using FormGroups, as they provide better accessibility and layout options."
5879
5904
  },
5880
5905
  {
5881
5906
  "name": "header",
@@ -5959,9 +5984,17 @@ class FormGroup {
5959
5984
  * Defines id (or many ids) of the element (or elements) that label the component.
5960
5985
  */
5961
5986
  this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleNameRef" }] : []));
5987
+ /**
5988
+ * Defines the number of columns to distribute the form content by breakpoint (S1 M2 L3 XL4 for example).
5989
+
5990
+ **Note:** This property is ignored if `columnSpan` is set, as it is expected that the column span is defined.
5991
+ */
5992
+ this.colSpan = input(...(ngDevMode ? [undefined, { debugName: "colSpan" }] : []));
5962
5993
  /**
5963
5994
  * Defines column span of the component,
5964
5995
  e.g how many columns the group should span to.
5996
+
5997
+ **Note:** If this property is set, it has higher priority than `colSpan` and `colSpan` will be ignored.
5965
5998
  */
5966
5999
  this.columnSpan = input(...(ngDevMode ? [undefined, { debugName: "columnSpan" }] : []));
5967
6000
  /**
@@ -6015,6 +6048,7 @@ class FormGroup {
6015
6048
  const inputsToSync = [
6016
6049
  'accessibleName',
6017
6050
  'accessibleNameRef',
6051
+ 'colSpan',
6018
6052
  'columnSpan',
6019
6053
  'headerLevel',
6020
6054
  'headerText',
@@ -6039,7 +6073,7 @@ class FormGroup {
6039
6073
  }
6040
6074
  }
6041
6075
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FormGroup, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6042
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: FormGroup, isStandalone: true, selector: "ui5-form-group, [ui5-form-group]", inputs: { accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: "accessibleNameRef", publicName: "accessibleNameRef", isSignal: true, isRequired: false, transformFunction: null }, columnSpan: { classPropertyName: "columnSpan", publicName: "columnSpan", isSignal: true, isRequired: false, transformFunction: null }, headerLevel: { classPropertyName: "headerLevel", publicName: "headerLevel", isSignal: true, isRequired: false, transformFunction: null }, headerText: { classPropertyName: "headerText", publicName: "headerText", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
6076
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: FormGroup, isStandalone: true, selector: "ui5-form-group, [ui5-form-group]", inputs: { accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: "accessibleNameRef", publicName: "accessibleNameRef", isSignal: true, isRequired: false, transformFunction: null }, colSpan: { classPropertyName: "colSpan", publicName: "colSpan", isSignal: true, isRequired: false, transformFunction: null }, columnSpan: { classPropertyName: "columnSpan", publicName: "columnSpan", isSignal: true, isRequired: false, transformFunction: null }, headerLevel: { classPropertyName: "headerLevel", publicName: "headerLevel", isSignal: true, isRequired: false, transformFunction: null }, headerText: { classPropertyName: "headerText", publicName: "headerText", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
6043
6077
  contentDensityObserverProviders({
6044
6078
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
6045
6079
  })
@@ -6059,7 +6093,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
6059
6093
  ],
6060
6094
  changeDetection: ChangeDetectionStrategy.OnPush,
6061
6095
  }]
6062
- }], propDecorators: { accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], accessibleNameRef: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleNameRef", required: false }] }], columnSpan: [{ type: i0.Input, args: [{ isSignal: true, alias: "columnSpan", required: false }] }], headerLevel: [{ type: i0.Input, args: [{ isSignal: true, alias: "headerLevel", required: false }] }], headerText: [{ type: i0.Input, args: [{ isSignal: true, alias: "headerText", required: false }] }] } });
6096
+ }], propDecorators: { accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], accessibleNameRef: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleNameRef", required: false }] }], colSpan: [{ type: i0.Input, args: [{ isSignal: true, alias: "colSpan", required: false }] }], columnSpan: [{ type: i0.Input, args: [{ isSignal: true, alias: "columnSpan", required: false }] }], headerLevel: [{ type: i0.Input, args: [{ isSignal: true, alias: "headerLevel", required: false }] }], headerText: [{ type: i0.Input, args: [{ isSignal: true, alias: "headerText", required: false }] }] } });
6063
6097
 
6064
6098
  class FormItem {
6065
6099
  constructor() {
@@ -6217,6 +6251,43 @@ class Icon {
6217
6251
  **Note:** The event will not be fired if the `mode` property is set to `Decorative` or `Image`.
6218
6252
  */
6219
6253
  this.ui5Click = output();
6254
+ /**
6255
+ * Available slots for content projection in this component.
6256
+ *
6257
+ * Slots allow you to insert custom content into predefined areas of the web component.
6258
+ * Use the `slot` attribute on child elements to target specific slots.
6259
+ *
6260
+ * - **fontIcon**: Defines the font icon to be used as an icon.
6261
+ Intended for font-based icon libraries where
6262
+ the application loads the font and provides a slotted element with the unicode character.
6263
+ When this slot is used, the component renders a `<span>` instead of an `<svg>`.
6264
+ Accessibility is fully delegated to the application — set `accessible-name` and `mode` explicitly.
6265
+
6266
+ **Example:**
6267
+ ```html
6268
+ <ui5-icon mode="Image" accessible-name="Home">
6269
+ <i class="fa fa-home" slot="fontIcon"></i>
6270
+ </ui5-icon>
6271
+ ```
6272
+ *
6273
+ * @example
6274
+ * ```html
6275
+ * <ui5-icon>
6276
+ * <div slot="header">Custom header content</div>
6277
+ * <p>Default slot content</p>
6278
+ * </ui5-icon>
6279
+ * ```
6280
+ *
6281
+ * @readonly
6282
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
6283
+ */
6284
+ this.slots = [
6285
+ {
6286
+ "name": "fontIcon",
6287
+ "description": "Defines the font icon to be used as an icon.\nIntended for font-based icon libraries where\nthe application loads the font and provides a slotted element with the unicode character.\nWhen this slot is used, the component renders a `<span>` instead of an `<svg>`.\nAccessibility is fully delegated to the application — set `accessible-name` and `mode` explicitly.\n\n**Example:**\n```html\n<ui5-icon mode=\"Image\" accessible-name=\"Home\">\n <i class=\"fa fa-home\" slot=\"fontIcon\"></i>\n</ui5-icon>\n```",
6288
+ "since": "2.23.0"
6289
+ }
6290
+ ];
6220
6291
  this.elementRef = inject(ElementRef);
6221
6292
  this.injector = inject(Injector);
6222
6293
  /**
@@ -7229,6 +7300,14 @@ class ListItemCustom {
7229
7300
  **Note**: If not provided a default text alternative will be set, if present.
7230
7301
  */
7231
7302
  this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
7303
+ /**
7304
+ * Used to define the role of the list item.
7305
+
7306
+ **Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property
7307
+ (e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).
7308
+ An explicitly set `accessible-role` on the list item takes precedence over the inherited role.
7309
+ */
7310
+ this.accessibleRole = input(...(ngDevMode ? [undefined, { debugName: "accessibleRole" }] : []));
7232
7311
  /**
7233
7312
  * Defines the highlight state of the list items.
7234
7313
  Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
@@ -7259,6 +7338,12 @@ class ListItemCustom {
7259
7338
  while with type `Inactive` and `Detail` - will not.
7260
7339
  */
7261
7340
  this.type = input("Active", ...(ngDevMode ? [{ debugName: "type" }] : [])); // className is now passed
7341
+ /**
7342
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
7343
+
7344
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
7345
+ */
7346
+ this.ui5Click = output();
7262
7347
  /**
7263
7348
  * Fired when the user clicks on the detail button when type is `Detail`.
7264
7349
  */
@@ -7314,6 +7399,7 @@ class ListItemCustom {
7314
7399
  const inputsToSync = [
7315
7400
  'accessibilityAttributes',
7316
7401
  'accessibleName',
7402
+ 'accessibleRole',
7317
7403
  'highlight',
7318
7404
  'movable',
7319
7405
  'navigated',
@@ -7340,6 +7426,7 @@ class ListItemCustom {
7340
7426
  }
7341
7427
  }
7342
7428
  const outputsToSync = [
7429
+ 'ui5Click',
7343
7430
  'ui5DetailClick',
7344
7431
  ];
7345
7432
  // Synchronize outputs (events)
@@ -7356,7 +7443,7 @@ class ListItemCustom {
7356
7443
  }
7357
7444
  }
7358
7445
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ListItemCustom, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7359
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: ListItemCustom, isStandalone: true, selector: "ui5-li-custom, [ui5-li-custom]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5DetailClick: "ui5DetailClick" }, providers: [
7446
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: ListItemCustom, isStandalone: true, selector: "ui5-li-custom, [ui5-li-custom]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleRole: { classPropertyName: "accessibleRole", publicName: "accessibleRole", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click", ui5DetailClick: "ui5DetailClick" }, providers: [
7360
7447
  contentDensityObserverProviders({
7361
7448
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
7362
7449
  })
@@ -7376,7 +7463,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
7376
7463
  ],
7377
7464
  changeDetection: ChangeDetectionStrategy.OnPush,
7378
7465
  }]
7379
- }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }] } });
7466
+ }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], accessibleRole: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleRole", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }] } });
7380
7467
 
7381
7468
  class ListItemGroup {
7382
7469
  constructor() {
@@ -7545,6 +7632,12 @@ class ListItemGroupHeader {
7545
7632
  - `Normal` - The text will wrap (without truncation).
7546
7633
  */
7547
7634
  this.wrappingType = input("None", ...(ngDevMode ? [{ debugName: "wrappingType" }] : [])); // className is now passed
7635
+ /**
7636
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
7637
+
7638
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
7639
+ */
7640
+ this.ui5Click = output();
7548
7641
  /**
7549
7642
  * Available slots for content projection in this component.
7550
7643
  *
@@ -7608,9 +7701,24 @@ class ListItemGroupHeader {
7608
7701
  });
7609
7702
  }
7610
7703
  }
7704
+ const outputsToSync = [
7705
+ 'ui5Click',
7706
+ ];
7707
+ // Synchronize outputs (events)
7708
+ for (const outputName of outputsToSync) {
7709
+ // Map Angular output name to UI5 web component event name
7710
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
7711
+ // Ensure the output property exists and has an emit function before adding listener
7712
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
7713
+ // Cast the listener to the correct type to satisfy TypeScript
7714
+ wcElement.addEventListener(eventName, (e) => {
7715
+ this[outputName].emit(e);
7716
+ });
7717
+ }
7718
+ }
7611
7719
  }
7612
7720
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ListItemGroupHeader, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7613
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: ListItemGroupHeader, isStandalone: true, selector: "ui5-li-group-header, [ui5-li-group-header]", inputs: { accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, wrappingType: { classPropertyName: "wrappingType", publicName: "wrappingType", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
7721
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: ListItemGroupHeader, isStandalone: true, selector: "ui5-li-group-header, [ui5-li-group-header]", inputs: { accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, wrappingType: { classPropertyName: "wrappingType", publicName: "wrappingType", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click" }, providers: [
7614
7722
  contentDensityObserverProviders({
7615
7723
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
7616
7724
  })
@@ -7630,7 +7738,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
7630
7738
  ],
7631
7739
  changeDetection: ChangeDetectionStrategy.OnPush,
7632
7740
  }]
7633
- }], propDecorators: { accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], wrappingType: [{ type: i0.Input, args: [{ isSignal: true, alias: "wrappingType", required: false }] }] } });
7741
+ }], propDecorators: { accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], wrappingType: [{ type: i0.Input, args: [{ isSignal: true, alias: "wrappingType", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }] } });
7634
7742
 
7635
7743
  class ListItemStandard {
7636
7744
  constructor() {
@@ -7650,6 +7758,14 @@ class ListItemStandard {
7650
7758
  Note: If not provided a default text alternative will be set, if present.
7651
7759
  */
7652
7760
  this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
7761
+ /**
7762
+ * Used to define the role of the list item.
7763
+
7764
+ **Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property
7765
+ (e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).
7766
+ An explicitly set `accessible-role` on the list item takes precedence over the inherited role.
7767
+ */
7768
+ this.accessibleRole = input(...(ngDevMode ? [undefined, { debugName: "accessibleRole" }] : []));
7653
7769
  /**
7654
7770
  * Defines the `additionalText`, displayed in the end of the list item.
7655
7771
  */
@@ -7724,6 +7840,12 @@ class ListItemStandard {
7724
7840
  - `Normal` - The text will wrap (without truncation).
7725
7841
  */
7726
7842
  this.wrappingType = input("None", ...(ngDevMode ? [{ debugName: "wrappingType" }] : [])); // className is now passed
7843
+ /**
7844
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
7845
+
7846
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
7847
+ */
7848
+ this.ui5Click = output();
7727
7849
  /**
7728
7850
  * Fired when the user clicks on the detail button when type is `Detail`.
7729
7851
  */
@@ -7796,6 +7918,7 @@ class ListItemStandard {
7796
7918
  const inputsToSync = [
7797
7919
  'accessibilityAttributes',
7798
7920
  'accessibleName',
7921
+ 'accessibleRole',
7799
7922
  'additionalText',
7800
7923
  'additionalTextState',
7801
7924
  'description',
@@ -7829,6 +7952,7 @@ class ListItemStandard {
7829
7952
  }
7830
7953
  }
7831
7954
  const outputsToSync = [
7955
+ 'ui5Click',
7832
7956
  'ui5DetailClick',
7833
7957
  ];
7834
7958
  // Synchronize outputs (events)
@@ -7845,7 +7969,7 @@ class ListItemStandard {
7845
7969
  }
7846
7970
  }
7847
7971
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ListItemStandard, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7848
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: ListItemStandard, isStandalone: true, selector: "ui5-li, [ui5-li]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: "additionalTextState", publicName: "additionalTextState", isSignal: true, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, iconEnd: { classPropertyName: "iconEnd", publicName: "iconEnd", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, wrappingType: { classPropertyName: "wrappingType", publicName: "wrappingType", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5DetailClick: "ui5DetailClick" }, providers: [
7972
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: ListItemStandard, isStandalone: true, selector: "ui5-li, [ui5-li]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleRole: { classPropertyName: "accessibleRole", publicName: "accessibleRole", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: "additionalTextState", publicName: "additionalTextState", isSignal: true, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, iconEnd: { classPropertyName: "iconEnd", publicName: "iconEnd", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, wrappingType: { classPropertyName: "wrappingType", publicName: "wrappingType", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click", ui5DetailClick: "ui5DetailClick" }, providers: [
7849
7973
  contentDensityObserverProviders({
7850
7974
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
7851
7975
  })
@@ -7865,7 +7989,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
7865
7989
  ],
7866
7990
  changeDetection: ChangeDetectionStrategy.OnPush,
7867
7991
  }]
7868
- }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], additionalTextState: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalTextState", required: false }] }], description: [{ type: i0.Input, args: [{ isSignal: true, alias: "description", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], iconEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "iconEnd", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], wrappingType: [{ type: i0.Input, args: [{ isSignal: true, alias: "wrappingType", required: false }] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }] } });
7992
+ }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], accessibleRole: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleRole", required: false }] }], additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], additionalTextState: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalTextState", required: false }] }], description: [{ type: i0.Input, args: [{ isSignal: true, alias: "description", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], iconEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "iconEnd", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], wrappingType: [{ type: i0.Input, args: [{ isSignal: true, alias: "wrappingType", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }] } });
7869
7993
 
7870
7994
  class Menu {
7871
7995
  constructor() {
@@ -8049,6 +8173,14 @@ class MenuItem {
8049
8173
  * Defines the accessible ARIA name of the component.
8050
8174
  */
8051
8175
  this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
8176
+ /**
8177
+ * Used to define the role of the list item.
8178
+
8179
+ **Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property
8180
+ (e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).
8181
+ An explicitly set `accessible-role` on the list item takes precedence over the inherited role.
8182
+ */
8183
+ this.accessibleRole = input(...(ngDevMode ? [undefined, { debugName: "accessibleRole" }] : []));
8052
8184
  /**
8053
8185
  * Defines the `additionalText`, displayed in the end of the menu item.
8054
8186
 
@@ -8137,6 +8269,12 @@ class MenuItem {
8137
8269
  * Fired when an item is checked or unchecked.
8138
8270
  */
8139
8271
  this.ui5Check = output();
8272
+ /**
8273
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
8274
+
8275
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
8276
+ */
8277
+ this.ui5Click = output();
8140
8278
  /**
8141
8279
  * Fired after the menu is closed.
8142
8280
  */
@@ -8227,6 +8365,7 @@ class MenuItem {
8227
8365
  const inputsToSync = [
8228
8366
  'accessibilityAttributes',
8229
8367
  'accessibleName',
8368
+ 'accessibleRole',
8230
8369
  'additionalText',
8231
8370
  'checked',
8232
8371
  'disabled',
@@ -8262,6 +8401,7 @@ class MenuItem {
8262
8401
  'ui5BeforeClose',
8263
8402
  'ui5BeforeOpen',
8264
8403
  'ui5Check',
8404
+ 'ui5Click',
8265
8405
  'ui5Close',
8266
8406
  'ui5DetailClick',
8267
8407
  'ui5Open',
@@ -8280,7 +8420,7 @@ class MenuItem {
8280
8420
  }
8281
8421
  }
8282
8422
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MenuItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8283
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: MenuItem, isStandalone: true, selector: "ui5-menu-item, [ui5-menu-item]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, checked: { classPropertyName: "checked", publicName: "checked", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null }, loadingDelay: { classPropertyName: "loadingDelay", publicName: "loadingDelay", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5BeforeClose: "ui5BeforeClose", ui5BeforeOpen: "ui5BeforeOpen", ui5Check: "ui5Check", ui5Close: "ui5Close", ui5DetailClick: "ui5DetailClick", ui5Open: "ui5Open" }, providers: [
8423
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: MenuItem, isStandalone: true, selector: "ui5-menu-item, [ui5-menu-item]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleRole: { classPropertyName: "accessibleRole", publicName: "accessibleRole", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, checked: { classPropertyName: "checked", publicName: "checked", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null }, loadingDelay: { classPropertyName: "loadingDelay", publicName: "loadingDelay", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5BeforeClose: "ui5BeforeClose", ui5BeforeOpen: "ui5BeforeOpen", ui5Check: "ui5Check", ui5Click: "ui5Click", ui5Close: "ui5Close", ui5DetailClick: "ui5DetailClick", ui5Open: "ui5Open" }, providers: [
8284
8424
  contentDensityObserverProviders({
8285
8425
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
8286
8426
  })
@@ -8300,7 +8440,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
8300
8440
  ],
8301
8441
  changeDetection: ChangeDetectionStrategy.OnPush,
8302
8442
  }]
8303
- }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], checked: [{ type: i0.Input, args: [{ isSignal: true, alias: "checked", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], loading: [{ type: i0.Input, args: [{ isSignal: true, alias: "loading", required: false }] }], loadingDelay: [{ type: i0.Input, args: [{ isSignal: true, alias: "loadingDelay", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], ui5BeforeClose: [{ type: i0.Output, args: ["ui5BeforeClose"] }], ui5BeforeOpen: [{ type: i0.Output, args: ["ui5BeforeOpen"] }], ui5Check: [{ type: i0.Output, args: ["ui5Check"] }], ui5Close: [{ type: i0.Output, args: ["ui5Close"] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }], ui5Open: [{ type: i0.Output, args: ["ui5Open"] }] } });
8443
+ }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], accessibleRole: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleRole", required: false }] }], additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], checked: [{ type: i0.Input, args: [{ isSignal: true, alias: "checked", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], loading: [{ type: i0.Input, args: [{ isSignal: true, alias: "loading", required: false }] }], loadingDelay: [{ type: i0.Input, args: [{ isSignal: true, alias: "loadingDelay", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], ui5BeforeClose: [{ type: i0.Output, args: ["ui5BeforeClose"] }], ui5BeforeOpen: [{ type: i0.Output, args: ["ui5BeforeOpen"] }], ui5Check: [{ type: i0.Output, args: ["ui5Check"] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }], ui5Close: [{ type: i0.Output, args: ["ui5Close"] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }], ui5Open: [{ type: i0.Output, args: ["ui5Open"] }] } });
8304
8444
 
8305
8445
  class MenuItemGroup {
8306
8446
  constructor() {
@@ -8396,6 +8536,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
8396
8536
  class MenuSeparator {
8397
8537
  constructor() {
8398
8538
  // className is now passed
8539
+ /**
8540
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
8541
+
8542
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
8543
+ */
8544
+ this.ui5Click = output();
8399
8545
  this.elementRef = inject(ElementRef);
8400
8546
  this.injector = inject(Injector);
8401
8547
  /**
@@ -8410,9 +8556,24 @@ class MenuSeparator {
8410
8556
  }
8411
8557
  ngAfterViewInit() {
8412
8558
  const wcElement = this.element;
8559
+ const outputsToSync = [
8560
+ 'ui5Click',
8561
+ ];
8562
+ // Synchronize outputs (events)
8563
+ for (const outputName of outputsToSync) {
8564
+ // Map Angular output name to UI5 web component event name
8565
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
8566
+ // Ensure the output property exists and has an emit function before adding listener
8567
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
8568
+ // Cast the listener to the correct type to satisfy TypeScript
8569
+ wcElement.addEventListener(eventName, (e) => {
8570
+ this[outputName].emit(e);
8571
+ });
8572
+ }
8573
+ }
8413
8574
  }
8414
8575
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MenuSeparator, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8415
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.0", type: MenuSeparator, isStandalone: true, selector: "ui5-menu-separator, [ui5-menu-separator]", providers: [
8576
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.0", type: MenuSeparator, isStandalone: true, selector: "ui5-menu-separator, [ui5-menu-separator]", outputs: { ui5Click: "ui5Click" }, providers: [
8416
8577
  contentDensityObserverProviders({
8417
8578
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
8418
8579
  })
@@ -8432,7 +8593,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
8432
8593
  ],
8433
8594
  changeDetection: ChangeDetectionStrategy.OnPush,
8434
8595
  }]
8435
- }] });
8596
+ }], propDecorators: { ui5Click: [{ type: i0.Output, args: ["ui5Click"] }] } });
8436
8597
 
8437
8598
  class MessageStrip {
8438
8599
  constructor() {
@@ -8977,6 +9138,12 @@ class MultiComboBoxItem {
8977
9138
  programmatically via `selectedValues` on the parent MultiComboBox.
8978
9139
  */
8979
9140
  this.value = input(...(ngDevMode ? [undefined, { debugName: "value" }] : [])); // className is now passed
9141
+ /**
9142
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
9143
+
9144
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
9145
+ */
9146
+ this.ui5Click = output();
8980
9147
  this.elementRef = inject(ElementRef);
8981
9148
  this.injector = inject(Injector);
8982
9149
  /**
@@ -9015,9 +9182,24 @@ class MultiComboBoxItem {
9015
9182
  });
9016
9183
  }
9017
9184
  }
9185
+ const outputsToSync = [
9186
+ 'ui5Click',
9187
+ ];
9188
+ // Synchronize outputs (events)
9189
+ for (const outputName of outputsToSync) {
9190
+ // Map Angular output name to UI5 web component event name
9191
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
9192
+ // Ensure the output property exists and has an emit function before adding listener
9193
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
9194
+ // Cast the listener to the correct type to satisfy TypeScript
9195
+ wcElement.addEventListener(eventName, (e) => {
9196
+ this[outputName].emit(e);
9197
+ });
9198
+ }
9199
+ }
9018
9200
  }
9019
9201
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MultiComboBoxItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9020
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: MultiComboBoxItem, isStandalone: true, selector: "ui5-mcb-item, [ui5-mcb-item]", inputs: { additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
9202
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: MultiComboBoxItem, isStandalone: true, selector: "ui5-mcb-item, [ui5-mcb-item]", inputs: { additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click" }, providers: [
9021
9203
  contentDensityObserverProviders({
9022
9204
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
9023
9205
  })
@@ -9037,7 +9219,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
9037
9219
  ],
9038
9220
  changeDetection: ChangeDetectionStrategy.OnPush,
9039
9221
  }]
9040
- }], propDecorators: { additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }] } });
9222
+ }], propDecorators: { additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }] } });
9041
9223
 
9042
9224
  class MultiComboBoxItemGroup {
9043
9225
  constructor() {
@@ -9522,6 +9704,12 @@ class Option {
9522
9704
  For more information on HTML Form support, see the `name` property of `ui5-select`.
9523
9705
  */
9524
9706
  this.value = input(...(ngDevMode ? [undefined, { debugName: "value" }] : [])); // className is now passed
9707
+ /**
9708
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
9709
+
9710
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
9711
+ */
9712
+ this.ui5Click = output();
9525
9713
  /**
9526
9714
  * Available slots for content projection in this component.
9527
9715
  *
@@ -9588,9 +9776,24 @@ class Option {
9588
9776
  });
9589
9777
  }
9590
9778
  }
9779
+ const outputsToSync = [
9780
+ 'ui5Click',
9781
+ ];
9782
+ // Synchronize outputs (events)
9783
+ for (const outputName of outputsToSync) {
9784
+ // Map Angular output name to UI5 web component event name
9785
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
9786
+ // Ensure the output property exists and has an emit function before adding listener
9787
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
9788
+ // Cast the listener to the correct type to satisfy TypeScript
9789
+ wcElement.addEventListener(eventName, (e) => {
9790
+ this[outputName].emit(e);
9791
+ });
9792
+ }
9793
+ }
9591
9794
  }
9592
9795
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: Option, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9593
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: Option, isStandalone: true, selector: "ui5-option, [ui5-option]", inputs: { additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
9796
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: Option, isStandalone: true, selector: "ui5-option, [ui5-option]", inputs: { additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click" }, providers: [
9594
9797
  contentDensityObserverProviders({
9595
9798
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
9596
9799
  })
@@ -9610,7 +9813,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
9610
9813
  ],
9611
9814
  changeDetection: ChangeDetectionStrategy.OnPush,
9612
9815
  }]
9613
- }], propDecorators: { additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }] } });
9816
+ }], propDecorators: { additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }] } });
9614
9817
 
9615
9818
  class OptionCustom {
9616
9819
  constructor() {
@@ -9632,6 +9835,12 @@ class OptionCustom {
9632
9835
  For more information on HTML Form support, see the `name` property of `ui5-select`.
9633
9836
  */
9634
9837
  this.value = input(...(ngDevMode ? [undefined, { debugName: "value" }] : [])); // className is now passed
9838
+ /**
9839
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
9840
+
9841
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
9842
+ */
9843
+ this.ui5Click = output();
9635
9844
  /**
9636
9845
  * Available slots for content projection in this component.
9637
9846
  *
@@ -9695,9 +9904,24 @@ class OptionCustom {
9695
9904
  });
9696
9905
  }
9697
9906
  }
9907
+ const outputsToSync = [
9908
+ 'ui5Click',
9909
+ ];
9910
+ // Synchronize outputs (events)
9911
+ for (const outputName of outputsToSync) {
9912
+ // Map Angular output name to UI5 web component event name
9913
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
9914
+ // Ensure the output property exists and has an emit function before adding listener
9915
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
9916
+ // Cast the listener to the correct type to satisfy TypeScript
9917
+ wcElement.addEventListener(eventName, (e) => {
9918
+ this[outputName].emit(e);
9919
+ });
9920
+ }
9921
+ }
9698
9922
  }
9699
9923
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: OptionCustom, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9700
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: OptionCustom, isStandalone: true, selector: "ui5-option-custom, [ui5-option-custom]", inputs: { displayText: { classPropertyName: "displayText", publicName: "displayText", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
9924
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: OptionCustom, isStandalone: true, selector: "ui5-option-custom, [ui5-option-custom]", inputs: { displayText: { classPropertyName: "displayText", publicName: "displayText", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click" }, providers: [
9701
9925
  contentDensityObserverProviders({
9702
9926
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
9703
9927
  })
@@ -9717,7 +9941,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
9717
9941
  ],
9718
9942
  changeDetection: ChangeDetectionStrategy.OnPush,
9719
9943
  }]
9720
- }], propDecorators: { displayText: [{ type: i0.Input, args: [{ isSignal: true, alias: "displayText", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }] } });
9944
+ }], propDecorators: { displayText: [{ type: i0.Input, args: [{ isSignal: true, alias: "displayText", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }] } });
9721
9945
 
9722
9946
  class Panel {
9723
9947
  constructor() {
@@ -10407,6 +10631,9 @@ class RangeSlider {
10407
10631
  **Note:** The step and tickmarks properties must be enabled.
10408
10632
  Example - if the step value is set to 2 and the label interval is also specified to 2 - then every second
10409
10633
  tickmark will be labelled, which means every 4th value number.
10634
+
10635
+ **Note:** This property is ignored when the `tickmarks` property is used.
10636
+ In that case every custom tickmark is labelled with its own `label`.
10410
10637
  */
10411
10638
  this.labelInterval = input(0, ...(ngDevMode ? [{ debugName: "labelInterval" }] : []));
10412
10639
  /**
@@ -10442,7 +10669,22 @@ class RangeSlider {
10442
10669
 
10443
10670
  **Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.
10444
10671
  */
10445
- this.step = input(1, ...(ngDevMode ? [{ debugName: "step" }] : [])); // className is now passed
10672
+ this.step = input(1, ...(ngDevMode ? [{ debugName: "step" }] : []));
10673
+ /**
10674
+ * Defines custom tickmarks with labels on the slider scale.
10675
+ Each tickmark object has a numeric `value` and an optional `label` string.
10676
+ Tickmarks are purely visual — they display labeled markers at specific positions
10677
+ but do not affect the slider's movement behavior. The slider still moves
10678
+ according to `min`, `max`, and `step`.
10679
+
10680
+ When the current value matches a tickmark value, the tickmark's label
10681
+ is shown in the tooltip and announced via `aria-valuetext`.
10682
+
10683
+ **Note:** When `tickmarks` is provided, the scale is automatically shown
10684
+ (equivalent to `showTickmarks`), and `labelInterval` is ignored - every
10685
+ custom tickmark is rendered with its own `label`.
10686
+ */
10687
+ this.tickmarks = input([], ...(ngDevMode ? [{ debugName: "tickmarks" }] : [])); // className is now passed
10446
10688
  /**
10447
10689
  * Fired when the value changes and the user has finished interacting with the slider.
10448
10690
  */
@@ -10478,6 +10720,7 @@ class RangeSlider {
10478
10720
  'showTooltip',
10479
10721
  'startValue',
10480
10722
  'step',
10723
+ 'tickmarks',
10481
10724
  ];
10482
10725
  // Synchronize inputs (properties)
10483
10726
  for (const inputName of inputsToSync) {
@@ -10515,7 +10758,7 @@ class RangeSlider {
10515
10758
  }
10516
10759
  }
10517
10760
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: RangeSlider, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10518
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: RangeSlider, isStandalone: true, selector: "ui5-range-slider, [ui5-range-slider]", inputs: { accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, editableTooltip: { classPropertyName: "editableTooltip", publicName: "editableTooltip", isSignal: true, isRequired: false, transformFunction: null }, endValue: { classPropertyName: "endValue", publicName: "endValue", isSignal: true, isRequired: false, transformFunction: null }, labelInterval: { classPropertyName: "labelInterval", publicName: "labelInterval", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, showTickmarks: { classPropertyName: "showTickmarks", publicName: "showTickmarks", isSignal: true, isRequired: false, transformFunction: null }, showTooltip: { classPropertyName: "showTooltip", publicName: "showTooltip", isSignal: true, isRequired: false, transformFunction: null }, startValue: { classPropertyName: "startValue", publicName: "startValue", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input" }, providers: [
10761
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: RangeSlider, isStandalone: true, selector: "ui5-range-slider, [ui5-range-slider]", inputs: { accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, editableTooltip: { classPropertyName: "editableTooltip", publicName: "editableTooltip", isSignal: true, isRequired: false, transformFunction: null }, endValue: { classPropertyName: "endValue", publicName: "endValue", isSignal: true, isRequired: false, transformFunction: null }, labelInterval: { classPropertyName: "labelInterval", publicName: "labelInterval", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, showTickmarks: { classPropertyName: "showTickmarks", publicName: "showTickmarks", isSignal: true, isRequired: false, transformFunction: null }, showTooltip: { classPropertyName: "showTooltip", publicName: "showTooltip", isSignal: true, isRequired: false, transformFunction: null }, startValue: { classPropertyName: "startValue", publicName: "startValue", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null }, tickmarks: { classPropertyName: "tickmarks", publicName: "tickmarks", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input" }, providers: [
10519
10762
  contentDensityObserverProviders({
10520
10763
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
10521
10764
  }),
@@ -10552,7 +10795,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
10552
10795
  ],
10553
10796
  changeDetection: ChangeDetectionStrategy.OnPush,
10554
10797
  }]
10555
- }], propDecorators: { accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], editableTooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "editableTooltip", required: false }] }], endValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "endValue", required: false }] }], labelInterval: [{ type: i0.Input, args: [{ isSignal: true, alias: "labelInterval", required: false }] }], max: [{ type: i0.Input, args: [{ isSignal: true, alias: "max", required: false }] }], min: [{ type: i0.Input, args: [{ isSignal: true, alias: "min", required: false }] }], name: [{ type: i0.Input, args: [{ isSignal: true, alias: "name", required: false }] }], showTickmarks: [{ type: i0.Input, args: [{ isSignal: true, alias: "showTickmarks", required: false }] }], showTooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "showTooltip", required: false }] }], startValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "startValue", required: false }] }], step: [{ type: i0.Input, args: [{ isSignal: true, alias: "step", required: false }] }], ui5Change: [{ type: i0.Output, args: ["ui5Change"] }], ui5Input: [{ type: i0.Output, args: ["ui5Input"] }] } });
10798
+ }], propDecorators: { accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], editableTooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "editableTooltip", required: false }] }], endValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "endValue", required: false }] }], labelInterval: [{ type: i0.Input, args: [{ isSignal: true, alias: "labelInterval", required: false }] }], max: [{ type: i0.Input, args: [{ isSignal: true, alias: "max", required: false }] }], min: [{ type: i0.Input, args: [{ isSignal: true, alias: "min", required: false }] }], name: [{ type: i0.Input, args: [{ isSignal: true, alias: "name", required: false }] }], showTickmarks: [{ type: i0.Input, args: [{ isSignal: true, alias: "showTickmarks", required: false }] }], showTooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "showTooltip", required: false }] }], startValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "startValue", required: false }] }], step: [{ type: i0.Input, args: [{ isSignal: true, alias: "step", required: false }] }], tickmarks: [{ type: i0.Input, args: [{ isSignal: true, alias: "tickmarks", required: false }] }], ui5Change: [{ type: i0.Output, args: ["ui5Change"] }], ui5Input: [{ type: i0.Output, args: ["ui5Input"] }] } });
10556
10799
 
10557
10800
  class RatingIndicator {
10558
10801
  constructor() {
@@ -11558,6 +11801,9 @@ class Slider {
11558
11801
  **Note:** The step and tickmarks properties must be enabled.
11559
11802
  Example - if the step value is set to 2 and the label interval is also specified to 2 - then every second
11560
11803
  tickmark will be labelled, which means every 4th value number.
11804
+
11805
+ **Note:** This property is ignored when the `tickmarks` property is used.
11806
+ In that case every custom tickmark is labelled with its own `label`.
11561
11807
  */
11562
11808
  this.labelInterval = input(0, ...(ngDevMode ? [{ debugName: "labelInterval" }] : []));
11563
11809
  /**
@@ -11590,6 +11836,21 @@ class Slider {
11590
11836
  **Note:** If set to 0 the slider handle movement is disabled.
11591
11837
  */
11592
11838
  this.step = input(1, ...(ngDevMode ? [{ debugName: "step" }] : []));
11839
+ /**
11840
+ * Defines custom tickmarks with labels on the slider scale.
11841
+ Each tickmark object has a numeric `value` and an optional `label` string.
11842
+ Tickmarks are purely visual — they display labeled markers at specific positions
11843
+ but do not affect the slider's movement behavior. The slider still moves
11844
+ according to `min`, `max`, and `step`.
11845
+
11846
+ When the current value matches a tickmark value, the tickmark's label
11847
+ is shown in the tooltip and announced via `aria-valuetext`.
11848
+
11849
+ **Note:** When `tickmarks` is provided, the scale is automatically shown
11850
+ (equivalent to `showTickmarks`), and `labelInterval` is ignored - every
11851
+ custom tickmark is rendered with its own `label`.
11852
+ */
11853
+ this.tickmarks = input([], ...(ngDevMode ? [{ debugName: "tickmarks" }] : []));
11593
11854
  /**
11594
11855
  * Current value of the slider
11595
11856
  */
@@ -11627,6 +11888,7 @@ class Slider {
11627
11888
  'showTickmarks',
11628
11889
  'showTooltip',
11629
11890
  'step',
11891
+ 'tickmarks',
11630
11892
  'value',
11631
11893
  ];
11632
11894
  // Synchronize inputs (properties)
@@ -11665,7 +11927,7 @@ class Slider {
11665
11927
  }
11666
11928
  }
11667
11929
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: Slider, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11668
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: Slider, isStandalone: true, selector: "ui5-slider, [ui5-slider]", inputs: { accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, editableTooltip: { classPropertyName: "editableTooltip", publicName: "editableTooltip", isSignal: true, isRequired: false, transformFunction: null }, labelInterval: { classPropertyName: "labelInterval", publicName: "labelInterval", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, showTickmarks: { classPropertyName: "showTickmarks", publicName: "showTickmarks", isSignal: true, isRequired: false, transformFunction: null }, showTooltip: { classPropertyName: "showTooltip", publicName: "showTooltip", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input" }, providers: [
11930
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: Slider, isStandalone: true, selector: "ui5-slider, [ui5-slider]", inputs: { accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, editableTooltip: { classPropertyName: "editableTooltip", publicName: "editableTooltip", isSignal: true, isRequired: false, transformFunction: null }, labelInterval: { classPropertyName: "labelInterval", publicName: "labelInterval", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, showTickmarks: { classPropertyName: "showTickmarks", publicName: "showTickmarks", isSignal: true, isRequired: false, transformFunction: null }, showTooltip: { classPropertyName: "showTooltip", publicName: "showTooltip", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null }, tickmarks: { classPropertyName: "tickmarks", publicName: "tickmarks", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input" }, providers: [
11669
11931
  contentDensityObserverProviders({
11670
11932
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
11671
11933
  }),
@@ -11702,7 +11964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
11702
11964
  ],
11703
11965
  changeDetection: ChangeDetectionStrategy.OnPush,
11704
11966
  }]
11705
- }], propDecorators: { accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], editableTooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "editableTooltip", required: false }] }], labelInterval: [{ type: i0.Input, args: [{ isSignal: true, alias: "labelInterval", required: false }] }], max: [{ type: i0.Input, args: [{ isSignal: true, alias: "max", required: false }] }], min: [{ type: i0.Input, args: [{ isSignal: true, alias: "min", required: false }] }], name: [{ type: i0.Input, args: [{ isSignal: true, alias: "name", required: false }] }], showTickmarks: [{ type: i0.Input, args: [{ isSignal: true, alias: "showTickmarks", required: false }] }], showTooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "showTooltip", required: false }] }], step: [{ type: i0.Input, args: [{ isSignal: true, alias: "step", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], ui5Change: [{ type: i0.Output, args: ["ui5Change"] }], ui5Input: [{ type: i0.Output, args: ["ui5Input"] }] } });
11967
+ }], propDecorators: { accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], editableTooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "editableTooltip", required: false }] }], labelInterval: [{ type: i0.Input, args: [{ isSignal: true, alias: "labelInterval", required: false }] }], max: [{ type: i0.Input, args: [{ isSignal: true, alias: "max", required: false }] }], min: [{ type: i0.Input, args: [{ isSignal: true, alias: "min", required: false }] }], name: [{ type: i0.Input, args: [{ isSignal: true, alias: "name", required: false }] }], showTickmarks: [{ type: i0.Input, args: [{ isSignal: true, alias: "showTickmarks", required: false }] }], showTooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "showTooltip", required: false }] }], step: [{ type: i0.Input, args: [{ isSignal: true, alias: "step", required: false }] }], tickmarks: [{ type: i0.Input, args: [{ isSignal: true, alias: "tickmarks", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], ui5Change: [{ type: i0.Output, args: ["ui5Change"] }], ui5Input: [{ type: i0.Output, args: ["ui5Input"] }] } });
11706
11968
 
11707
11969
  class SliderHandle {
11708
11970
  constructor() {
@@ -12223,6 +12485,12 @@ class SuggestionItem {
12223
12485
  * Defines the text of the component.
12224
12486
  */
12225
12487
  this.text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : [])); // className is now passed
12488
+ /**
12489
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
12490
+
12491
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
12492
+ */
12493
+ this.ui5Click = output();
12226
12494
  this.elementRef = inject(ElementRef);
12227
12495
  this.injector = inject(Injector);
12228
12496
  /**
@@ -12259,9 +12527,24 @@ class SuggestionItem {
12259
12527
  });
12260
12528
  }
12261
12529
  }
12530
+ const outputsToSync = [
12531
+ 'ui5Click',
12532
+ ];
12533
+ // Synchronize outputs (events)
12534
+ for (const outputName of outputsToSync) {
12535
+ // Map Angular output name to UI5 web component event name
12536
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
12537
+ // Ensure the output property exists and has an emit function before adding listener
12538
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
12539
+ // Cast the listener to the correct type to satisfy TypeScript
12540
+ wcElement.addEventListener(eventName, (e) => {
12541
+ this[outputName].emit(e);
12542
+ });
12543
+ }
12544
+ }
12262
12545
  }
12263
12546
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SuggestionItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12264
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: SuggestionItem, isStandalone: true, selector: "ui5-suggestion-item, [ui5-suggestion-item]", inputs: { additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
12547
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: SuggestionItem, isStandalone: true, selector: "ui5-suggestion-item, [ui5-suggestion-item]", inputs: { additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click" }, providers: [
12265
12548
  contentDensityObserverProviders({
12266
12549
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
12267
12550
  })
@@ -12281,7 +12564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
12281
12564
  ],
12282
12565
  changeDetection: ChangeDetectionStrategy.OnPush,
12283
12566
  }]
12284
- }], propDecorators: { additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }] } });
12567
+ }], propDecorators: { additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }] } });
12285
12568
 
12286
12569
  class SuggestionItemCustom {
12287
12570
  constructor() {
@@ -12290,6 +12573,12 @@ class SuggestionItemCustom {
12290
12573
  **Note:** The text property is considered only for autocomplete.
12291
12574
  */
12292
12575
  this.text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : [])); // className is now passed
12576
+ /**
12577
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
12578
+
12579
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
12580
+ */
12581
+ this.ui5Click = output();
12293
12582
  /**
12294
12583
  * Available slots for content projection in this component.
12295
12584
  *
@@ -12350,9 +12639,24 @@ class SuggestionItemCustom {
12350
12639
  });
12351
12640
  }
12352
12641
  }
12642
+ const outputsToSync = [
12643
+ 'ui5Click',
12644
+ ];
12645
+ // Synchronize outputs (events)
12646
+ for (const outputName of outputsToSync) {
12647
+ // Map Angular output name to UI5 web component event name
12648
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
12649
+ // Ensure the output property exists and has an emit function before adding listener
12650
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
12651
+ // Cast the listener to the correct type to satisfy TypeScript
12652
+ wcElement.addEventListener(eventName, (e) => {
12653
+ this[outputName].emit(e);
12654
+ });
12655
+ }
12656
+ }
12353
12657
  }
12354
12658
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SuggestionItemCustom, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12355
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: SuggestionItemCustom, isStandalone: true, selector: "ui5-suggestion-item-custom, [ui5-suggestion-item-custom]", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
12659
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: SuggestionItemCustom, isStandalone: true, selector: "ui5-suggestion-item-custom, [ui5-suggestion-item-custom]", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click" }, providers: [
12356
12660
  contentDensityObserverProviders({
12357
12661
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
12358
12662
  })
@@ -12372,7 +12676,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
12372
12676
  ],
12373
12677
  changeDetection: ChangeDetectionStrategy.OnPush,
12374
12678
  }]
12375
- }], propDecorators: { text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }] } });
12679
+ }], propDecorators: { text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }] } });
12376
12680
 
12377
12681
  class SuggestionItemGroup {
12378
12682
  constructor() {
@@ -12537,6 +12841,14 @@ class SuggestionListItem {
12537
12841
  Note: If not provided a default text alternative will be set, if present.
12538
12842
  */
12539
12843
  this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
12844
+ /**
12845
+ * Used to define the role of the list item.
12846
+
12847
+ **Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property
12848
+ (e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).
12849
+ An explicitly set `accessible-role` on the list item takes precedence over the inherited role.
12850
+ */
12851
+ this.accessibleRole = input(...(ngDevMode ? [undefined, { debugName: "accessibleRole" }] : []));
12540
12852
  /**
12541
12853
  * Defines the `additionalText`, displayed in the end of the list item.
12542
12854
  */
@@ -12611,6 +12923,12 @@ class SuggestionListItem {
12611
12923
  - `Normal` - The text will wrap (without truncation).
12612
12924
  */
12613
12925
  this.wrappingType = input("None", ...(ngDevMode ? [{ debugName: "wrappingType" }] : [])); // className is now passed
12926
+ /**
12927
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
12928
+
12929
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
12930
+ */
12931
+ this.ui5Click = output();
12614
12932
  /**
12615
12933
  * Fired when the user clicks on the detail button when type is `Detail`.
12616
12934
  */
@@ -12683,6 +13001,7 @@ class SuggestionListItem {
12683
13001
  const inputsToSync = [
12684
13002
  'accessibilityAttributes',
12685
13003
  'accessibleName',
13004
+ 'accessibleRole',
12686
13005
  'additionalText',
12687
13006
  'additionalTextState',
12688
13007
  'description',
@@ -12716,6 +13035,7 @@ class SuggestionListItem {
12716
13035
  }
12717
13036
  }
12718
13037
  const outputsToSync = [
13038
+ 'ui5Click',
12719
13039
  'ui5DetailClick',
12720
13040
  ];
12721
13041
  // Synchronize outputs (events)
@@ -12732,7 +13052,7 @@ class SuggestionListItem {
12732
13052
  }
12733
13053
  }
12734
13054
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SuggestionListItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12735
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: SuggestionListItem, isStandalone: true, selector: "ui5-li-suggestion-item, [ui5-li-suggestion-item]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: "additionalTextState", publicName: "additionalTextState", isSignal: true, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, iconEnd: { classPropertyName: "iconEnd", publicName: "iconEnd", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, wrappingType: { classPropertyName: "wrappingType", publicName: "wrappingType", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5DetailClick: "ui5DetailClick" }, providers: [
13055
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: SuggestionListItem, isStandalone: true, selector: "ui5-li-suggestion-item, [ui5-li-suggestion-item]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleRole: { classPropertyName: "accessibleRole", publicName: "accessibleRole", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: "additionalTextState", publicName: "additionalTextState", isSignal: true, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, iconEnd: { classPropertyName: "iconEnd", publicName: "iconEnd", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, wrappingType: { classPropertyName: "wrappingType", publicName: "wrappingType", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click", ui5DetailClick: "ui5DetailClick" }, providers: [
12736
13056
  contentDensityObserverProviders({
12737
13057
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
12738
13058
  })
@@ -12752,7 +13072,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
12752
13072
  ],
12753
13073
  changeDetection: ChangeDetectionStrategy.OnPush,
12754
13074
  }]
12755
- }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], additionalTextState: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalTextState", required: false }] }], description: [{ type: i0.Input, args: [{ isSignal: true, alias: "description", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], iconEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "iconEnd", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], wrappingType: [{ type: i0.Input, args: [{ isSignal: true, alias: "wrappingType", required: false }] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }] } });
13075
+ }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], accessibleRole: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleRole", required: false }] }], additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], additionalTextState: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalTextState", required: false }] }], description: [{ type: i0.Input, args: [{ isSignal: true, alias: "description", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], iconEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "iconEnd", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], wrappingType: [{ type: i0.Input, args: [{ isSignal: true, alias: "wrappingType", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }] } });
12756
13076
 
12757
13077
  class Switch {
12758
13078
  constructor() {
@@ -12977,6 +13297,10 @@ class Tab {
12977
13297
  * The text to be displayed for the item.
12978
13298
  */
12979
13299
  this.text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : [])); // className is now passed
13300
+ /**
13301
+ * Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key.
13302
+ */
13303
+ this.ui5Click = output();
12980
13304
  /**
12981
13305
  * Available slots for content projection in this component.
12982
13306
  *
@@ -13050,9 +13374,24 @@ class Tab {
13050
13374
  });
13051
13375
  }
13052
13376
  }
13377
+ const outputsToSync = [
13378
+ 'ui5Click',
13379
+ ];
13380
+ // Synchronize outputs (events)
13381
+ for (const outputName of outputsToSync) {
13382
+ // Map Angular output name to UI5 web component event name
13383
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
13384
+ // Ensure the output property exists and has an emit function before adding listener
13385
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
13386
+ // Cast the listener to the correct type to satisfy TypeScript
13387
+ wcElement.addEventListener(eventName, (e) => {
13388
+ this[outputName].emit(e);
13389
+ });
13390
+ }
13391
+ }
13053
13392
  }
13054
13393
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: Tab, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13055
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: Tab, isStandalone: true, selector: "ui5-tab, [ui5-tab]", inputs: { additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, design: { classPropertyName: "design", publicName: "design", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
13394
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: Tab, isStandalone: true, selector: "ui5-tab, [ui5-tab]", inputs: { additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, design: { classPropertyName: "design", publicName: "design", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click" }, providers: [
13056
13395
  contentDensityObserverProviders({
13057
13396
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
13058
13397
  })
@@ -13072,7 +13411,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
13072
13411
  ],
13073
13412
  changeDetection: ChangeDetectionStrategy.OnPush,
13074
13413
  }]
13075
- }], propDecorators: { additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], design: [{ type: i0.Input, args: [{ isSignal: true, alias: "design", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }] } });
13414
+ }], propDecorators: { additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], design: [{ type: i0.Input, args: [{ isSignal: true, alias: "design", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }] } });
13076
13415
 
13077
13416
  class TabContainer {
13078
13417
  constructor() {
@@ -13600,6 +13939,128 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
13600
13939
  }]
13601
13940
  }], propDecorators: { horizontalAlign: [{ type: i0.Input, args: [{ isSignal: true, alias: "horizontalAlign", required: false }] }], merged: [{ type: i0.Input, args: [{ isSignal: true, alias: "merged", required: false }] }] } });
13602
13941
 
13942
+ class TableGroupRow {
13943
+ constructor() {
13944
+ /**
13945
+ * Defines the interactive state of the row.
13946
+ */
13947
+ this.interactive = input(false, { ...(ngDevMode ? { debugName: "interactive" } : {}), transform: booleanAttribute });
13948
+ /**
13949
+ * Defines whether the row is movable.
13950
+ */
13951
+ this.movable = input(false, { ...(ngDevMode ? { debugName: "movable" } : {}), transform: booleanAttribute });
13952
+ /**
13953
+ * Defines the navigated state of the row.
13954
+ */
13955
+ this.navigated = input(false, { ...(ngDevMode ? { debugName: "navigated" } : {}), transform: booleanAttribute });
13956
+ /**
13957
+ * Defines the 0-based position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.
13958
+ */
13959
+ this.position = input(...(ngDevMode ? [undefined, { debugName: "position" }] : []));
13960
+ /**
13961
+ * Unique identifier of the row.
13962
+
13963
+ **Note:** For selection features to work properly, this property is mandatory, and its value must not contain spaces.
13964
+ */
13965
+ this.rowKey = input(...(ngDevMode ? [undefined, { debugName: "rowKey" }] : [])); // className is now passed
13966
+ /**
13967
+ * Available slots for content projection in this component.
13968
+ *
13969
+ * Slots allow you to insert custom content into predefined areas of the web component.
13970
+ * Use the `slot` attribute on child elements to target specific slots.
13971
+ *
13972
+ * - **actions**: Defines the actions of the component.
13973
+
13974
+ **Note:** Use `ui5-table-row-action` or `ui5-table-row-action-navigation` for the intended design.
13975
+ * - **(default)**: Defines the cells of the component.
13976
+
13977
+ **Note:** Use `ui5-table-cell` for the intended design.
13978
+ *
13979
+ * @example
13980
+ * ```html
13981
+ * <ui5-table-group-row>
13982
+ * <div slot="header">Custom header content</div>
13983
+ * <p>Default slot content</p>
13984
+ * </ui5-table-group-row>
13985
+ * ```
13986
+ *
13987
+ * @readonly
13988
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
13989
+ */
13990
+ this.slots = [
13991
+ {
13992
+ "name": "actions",
13993
+ "description": "Defines the actions of the component.\n\n**Note:** Use `ui5-table-row-action` or `ui5-table-row-action-navigation` for the intended design.",
13994
+ "since": "2.7.0"
13995
+ },
13996
+ {
13997
+ "name": "default",
13998
+ "description": "Defines the cells of the component.\n\n**Note:** Use `ui5-table-cell` for the intended design."
13999
+ }
14000
+ ];
14001
+ this.elementRef = inject(ElementRef);
14002
+ this.injector = inject(Injector);
14003
+ /**
14004
+ * Content density observer is injected to activate automatic CSS class and
14005
+ * UI5 attribute application. The observer self-initializes, no explicit subscribe() needed.
14006
+ * @private
14007
+ */
14008
+ this._contentDensityObserver = inject(ContentDensityObserver);
14009
+ }
14010
+ get element() {
14011
+ return this.elementRef.nativeElement;
14012
+ }
14013
+ ngAfterViewInit() {
14014
+ const wcElement = this.element;
14015
+ const inputsToSync = [
14016
+ 'interactive',
14017
+ 'movable',
14018
+ 'navigated',
14019
+ 'position',
14020
+ 'rowKey',
14021
+ ];
14022
+ // Synchronize inputs (properties)
14023
+ for (const inputName of inputsToSync) {
14024
+ // Find the corresponding camelCase signal property on the Angular component
14025
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
14026
+ // Use the Injector to run the effect in the correct context
14027
+ if (this[signalName] && typeof this[signalName] === 'function') {
14028
+ runInInjectionContext(this.injector, () => {
14029
+ effect(() => {
14030
+ // Read the signal value
14031
+ const value = this[signalName]();
14032
+ if (wcElement) {
14033
+ // Write the value to the Web Component's property
14034
+ wcElement[inputName] = value;
14035
+ }
14036
+ });
14037
+ });
14038
+ }
14039
+ }
14040
+ }
14041
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableGroupRow, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
14042
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: TableGroupRow, isStandalone: true, selector: "ui5-table-group-row, [ui5-table-group-row]", inputs: { interactive: { classPropertyName: "interactive", publicName: "interactive", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, rowKey: { classPropertyName: "rowKey", publicName: "rowKey", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
14043
+ contentDensityObserverProviders({
14044
+ supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
14045
+ })
14046
+ ], exportAs: ["ui5TableGroupRow"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14047
+ }
14048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableGroupRow, decorators: [{
14049
+ type: Component,
14050
+ args: [{
14051
+ standalone: true,
14052
+ selector: 'ui5-table-group-row, [ui5-table-group-row]',
14053
+ template: '<ng-content></ng-content>',
14054
+ exportAs: 'ui5TableGroupRow',
14055
+ providers: [
14056
+ contentDensityObserverProviders({
14057
+ supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
14058
+ })
14059
+ ],
14060
+ changeDetection: ChangeDetectionStrategy.OnPush,
14061
+ }]
14062
+ }], propDecorators: { interactive: [{ type: i0.Input, args: [{ isSignal: true, alias: "interactive", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], position: [{ type: i0.Input, args: [{ isSignal: true, alias: "position", required: false }] }], rowKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "rowKey", required: false }] }] } });
14063
+
13603
14064
  class TableGrowing {
13604
14065
  constructor() {
13605
14066
  /**
@@ -17610,6 +18071,14 @@ class TreeItem {
17610
18071
  * Defines the accessible name of the component.
17611
18072
  */
17612
18073
  this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
18074
+ /**
18075
+ * Used to define the role of the list item.
18076
+
18077
+ **Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property
18078
+ (e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).
18079
+ An explicitly set `accessible-role` on the list item takes precedence over the inherited role.
18080
+ */
18081
+ this.accessibleRole = input(...(ngDevMode ? [undefined, { debugName: "accessibleRole" }] : []));
17613
18082
  /**
17614
18083
  * Defines the `additionalText`, displayed in the end of the tree item.
17615
18084
  */
@@ -17684,6 +18153,12 @@ class TreeItem {
17684
18153
  while with type `Inactive` and `Detail` - will not.
17685
18154
  */
17686
18155
  this.type = input("Active", ...(ngDevMode ? [{ debugName: "type" }] : [])); // className is now passed
18156
+ /**
18157
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
18158
+
18159
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
18160
+ */
18161
+ this.ui5Click = output();
17687
18162
  /**
17688
18163
  * Fired when the user clicks on the detail button when type is `Detail`.
17689
18164
  */
@@ -17751,6 +18226,7 @@ class TreeItem {
17751
18226
  const inputsToSync = [
17752
18227
  'accessibilityAttributes',
17753
18228
  'accessibleName',
18229
+ 'accessibleRole',
17754
18230
  'additionalText',
17755
18231
  'additionalTextState',
17756
18232
  'expanded',
@@ -17784,6 +18260,7 @@ class TreeItem {
17784
18260
  }
17785
18261
  }
17786
18262
  const outputsToSync = [
18263
+ 'ui5Click',
17787
18264
  'ui5DetailClick',
17788
18265
  ];
17789
18266
  // Synchronize outputs (events)
@@ -17800,7 +18277,7 @@ class TreeItem {
17800
18277
  }
17801
18278
  }
17802
18279
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TreeItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17803
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: TreeItem, isStandalone: true, selector: "ui5-tree-item, [ui5-tree-item]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: "additionalTextState", publicName: "additionalTextState", isSignal: true, isRequired: false, transformFunction: null }, expanded: { classPropertyName: "expanded", publicName: "expanded", isSignal: true, isRequired: false, transformFunction: null }, hasChildren: { classPropertyName: "hasChildren", publicName: "hasChildren", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, indeterminate: { classPropertyName: "indeterminate", publicName: "indeterminate", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5DetailClick: "ui5DetailClick" }, providers: [
18280
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: TreeItem, isStandalone: true, selector: "ui5-tree-item, [ui5-tree-item]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleRole: { classPropertyName: "accessibleRole", publicName: "accessibleRole", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: "additionalTextState", publicName: "additionalTextState", isSignal: true, isRequired: false, transformFunction: null }, expanded: { classPropertyName: "expanded", publicName: "expanded", isSignal: true, isRequired: false, transformFunction: null }, hasChildren: { classPropertyName: "hasChildren", publicName: "hasChildren", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, indeterminate: { classPropertyName: "indeterminate", publicName: "indeterminate", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click", ui5DetailClick: "ui5DetailClick" }, providers: [
17804
18281
  contentDensityObserverProviders({
17805
18282
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
17806
18283
  })
@@ -17820,7 +18297,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
17820
18297
  ],
17821
18298
  changeDetection: ChangeDetectionStrategy.OnPush,
17822
18299
  }]
17823
- }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], additionalTextState: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalTextState", required: false }] }], expanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "expanded", required: false }] }], hasChildren: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasChildren", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], indeterminate: [{ type: i0.Input, args: [{ isSignal: true, alias: "indeterminate", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }] } });
18300
+ }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], accessibleRole: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleRole", required: false }] }], additionalText: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalText", required: false }] }], additionalTextState: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalTextState", required: false }] }], expanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "expanded", required: false }] }], hasChildren: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasChildren", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], indeterminate: [{ type: i0.Input, args: [{ isSignal: true, alias: "indeterminate", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }] } });
17824
18301
 
17825
18302
  class TreeItemCustom {
17826
18303
  constructor() {
@@ -17839,6 +18316,14 @@ class TreeItemCustom {
17839
18316
  * Defines the accessible name of the component.
17840
18317
  */
17841
18318
  this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
18319
+ /**
18320
+ * Used to define the role of the list item.
18321
+
18322
+ **Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property
18323
+ (e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).
18324
+ An explicitly set `accessible-role` on the list item takes precedence over the inherited role.
18325
+ */
18326
+ this.accessibleRole = input(...(ngDevMode ? [undefined, { debugName: "accessibleRole" }] : []));
17842
18327
  /**
17843
18328
  * Defines the state of the `additionalText`.
17844
18329
 
@@ -17909,6 +18394,12 @@ class TreeItemCustom {
17909
18394
  while with type `Inactive` and `Detail` - will not.
17910
18395
  */
17911
18396
  this.type = input("Active", ...(ngDevMode ? [{ debugName: "type" }] : [])); // className is now passed
18397
+ /**
18398
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
18399
+
18400
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
18401
+ */
18402
+ this.ui5Click = output();
17912
18403
  /**
17913
18404
  * Fired when the user clicks on the detail button when type is `Detail`.
17914
18405
  */
@@ -17981,6 +18472,7 @@ class TreeItemCustom {
17981
18472
  const inputsToSync = [
17982
18473
  'accessibilityAttributes',
17983
18474
  'accessibleName',
18475
+ 'accessibleRole',
17984
18476
  'additionalTextState',
17985
18477
  'expanded',
17986
18478
  'hasChildren',
@@ -18013,6 +18505,7 @@ class TreeItemCustom {
18013
18505
  }
18014
18506
  }
18015
18507
  const outputsToSync = [
18508
+ 'ui5Click',
18016
18509
  'ui5DetailClick',
18017
18510
  ];
18018
18511
  // Synchronize outputs (events)
@@ -18029,7 +18522,7 @@ class TreeItemCustom {
18029
18522
  }
18030
18523
  }
18031
18524
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TreeItemCustom, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18032
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: TreeItemCustom, isStandalone: true, selector: "ui5-tree-item-custom, [ui5-tree-item-custom]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: "additionalTextState", publicName: "additionalTextState", isSignal: true, isRequired: false, transformFunction: null }, expanded: { classPropertyName: "expanded", publicName: "expanded", isSignal: true, isRequired: false, transformFunction: null }, hasChildren: { classPropertyName: "hasChildren", publicName: "hasChildren", isSignal: true, isRequired: false, transformFunction: null }, hideSelectionElement: { classPropertyName: "hideSelectionElement", publicName: "hideSelectionElement", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, indeterminate: { classPropertyName: "indeterminate", publicName: "indeterminate", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5DetailClick: "ui5DetailClick" }, providers: [
18525
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.0", type: TreeItemCustom, isStandalone: true, selector: "ui5-tree-item-custom, [ui5-tree-item-custom]", inputs: { accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleRole: { classPropertyName: "accessibleRole", publicName: "accessibleRole", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: "additionalTextState", publicName: "additionalTextState", isSignal: true, isRequired: false, transformFunction: null }, expanded: { classPropertyName: "expanded", publicName: "expanded", isSignal: true, isRequired: false, transformFunction: null }, hasChildren: { classPropertyName: "hasChildren", publicName: "hasChildren", isSignal: true, isRequired: false, transformFunction: null }, hideSelectionElement: { classPropertyName: "hideSelectionElement", publicName: "hideSelectionElement", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, indeterminate: { classPropertyName: "indeterminate", publicName: "indeterminate", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click", ui5DetailClick: "ui5DetailClick" }, providers: [
18033
18526
  contentDensityObserverProviders({
18034
18527
  supportedContentDensity: [ContentDensityMode.COMPACT, ContentDensityMode.COZY]
18035
18528
  })
@@ -18049,7 +18542,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
18049
18542
  ],
18050
18543
  changeDetection: ChangeDetectionStrategy.OnPush,
18051
18544
  }]
18052
- }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], additionalTextState: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalTextState", required: false }] }], expanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "expanded", required: false }] }], hasChildren: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasChildren", required: false }] }], hideSelectionElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideSelectionElement", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], indeterminate: [{ type: i0.Input, args: [{ isSignal: true, alias: "indeterminate", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }] } });
18545
+ }], propDecorators: { accessibilityAttributes: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibilityAttributes", required: false }] }], accessibleName: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleName", required: false }] }], accessibleRole: [{ type: i0.Input, args: [{ isSignal: true, alias: "accessibleRole", required: false }] }], additionalTextState: [{ type: i0.Input, args: [{ isSignal: true, alias: "additionalTextState", required: false }] }], expanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "expanded", required: false }] }], hasChildren: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasChildren", required: false }] }], hideSelectionElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideSelectionElement", required: false }] }], highlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlight", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], indeterminate: [{ type: i0.Input, args: [{ isSignal: true, alias: "indeterminate", required: false }] }], movable: [{ type: i0.Input, args: [{ isSignal: true, alias: "movable", required: false }] }], navigated: [{ type: i0.Input, args: [{ isSignal: true, alias: "navigated", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], ui5Click: [{ type: i0.Output, args: ["ui5Click"] }], ui5DetailClick: [{ type: i0.Output, args: ["ui5DetailClick"] }] } });
18053
18546
 
18054
18547
  class YearPicker {
18055
18548
  constructor() {
@@ -18282,5 +18775,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
18282
18775
  * Generated bundle index. Do not edit.
18283
18776
  */
18284
18777
 
18285
- export { Avatar, AvatarBadge, AvatarGroup, Bar, Breadcrumbs, BreadcrumbsItem, BusyIndicator, Button, ButtonBadge, CVA_CONFIG, Calendar, CalendarDate, CalendarDateRange, CalendarLegend, CalendarLegendItem, Card, CardHeader, Carousel, CheckBox, ColorPalette, ColorPaletteItem, ColorPalettePopover, ColorPicker, ComboBox, ComboBoxItem, ComboBoxItemGroup, DatePicker, DateRangePicker, DateTimeInput, DateTimePicker, DayPicker, Dialog, DropIndicator, DynamicDateRange, ExpandableText, FileUploader, Form, FormGroup, FormItem, GenericControlValueAccessor, Icon, Input, Label, Link, List, ListItemCustom, ListItemGroup, ListItemGroupHeader, ListItemStandard, Menu, MenuItem, MenuItemGroup, MenuSeparator, MessageStrip, MonthPicker, MultiComboBox, MultiComboBoxItem, MultiComboBoxItemGroup, MultiInput, Option, OptionCustom, Panel, Popover, ProgressIndicator, RadioButton, RangeSlider, RatingIndicator, ResponsivePopover, SegmentedButton, SegmentedButtonItem, Select, Slider, SliderHandle, SliderTooltip, SpecialCalendarDate, SplitButton, StepInput, SuggestionItem, SuggestionItemCustom, SuggestionItemGroup, SuggestionListItem, Switch, Tab, TabContainer, TabSeparator, Table, TableCell, TableGrowing, TableHeaderCell, TableHeaderCellActionAI, TableHeaderRow, TableRow, TableRowAction, TableRowActionNavigation, TableSelection, TableSelectionMulti, TableSelectionSingle, TableVirtualizer, Tag, Text, TextArea, TimePicker, TimePickerClock, TimeSelectionClocks, TimeSelectionInputs, Title, Toast, ToggleButton, ToggleSpinButton, Token, Tokenizer, Toolbar, ToolbarButton, ToolbarItem, ToolbarSelect, ToolbarSelectOption, ToolbarSeparator, ToolbarSpacer, Tree, TreeItem, TreeItemCustom, Ui5WebcomponentsMainThemingService, YearPicker, YearRangePicker };
18778
+ export { Avatar, AvatarBadge, AvatarGroup, Bar, Breadcrumbs, BreadcrumbsItem, BusyIndicator, Button, ButtonBadge, CVA_CONFIG, Calendar, CalendarDate, CalendarDateRange, CalendarLegend, CalendarLegendItem, Card, CardHeader, Carousel, CheckBox, ColorPalette, ColorPaletteItem, ColorPalettePopover, ColorPicker, ComboBox, ComboBoxItem, ComboBoxItemGroup, DatePicker, DateRangePicker, DateTimeInput, DateTimePicker, DayPicker, Dialog, DropIndicator, DynamicDateRange, ExpandableText, FileUploader, Form, FormGroup, FormItem, GenericControlValueAccessor, Icon, Input, Label, Link, List, ListItemCustom, ListItemGroup, ListItemGroupHeader, ListItemStandard, Menu, MenuItem, MenuItemGroup, MenuSeparator, MessageStrip, MonthPicker, MultiComboBox, MultiComboBoxItem, MultiComboBoxItemGroup, MultiInput, Option, OptionCustom, Panel, Popover, ProgressIndicator, RadioButton, RangeSlider, RatingIndicator, ResponsivePopover, SegmentedButton, SegmentedButtonItem, Select, Slider, SliderHandle, SliderTooltip, SpecialCalendarDate, SplitButton, StepInput, SuggestionItem, SuggestionItemCustom, SuggestionItemGroup, SuggestionListItem, Switch, Tab, TabContainer, TabSeparator, Table, TableCell, TableGroupRow, TableGrowing, TableHeaderCell, TableHeaderCellActionAI, TableHeaderRow, TableRow, TableRowAction, TableRowActionNavigation, TableSelection, TableSelectionMulti, TableSelectionSingle, TableVirtualizer, Tag, Text, TextArea, TimePicker, TimePickerClock, TimeSelectionClocks, TimeSelectionInputs, Title, Toast, ToggleButton, ToggleSpinButton, Token, Tokenizer, Toolbar, ToolbarButton, ToolbarItem, ToolbarSelect, ToolbarSelectOption, ToolbarSeparator, ToolbarSpacer, Tree, TreeItem, TreeItemCustom, Ui5WebcomponentsMainThemingService, YearPicker, YearRangePicker };
18286
18779
  //# sourceMappingURL=fundamental-ngx-ui5-webcomponents.mjs.map