@smart-webcomponents-angular/combobox 25.0.0 → 25.5.5

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.
@@ -127,7 +127,7 @@ export declare class ComboBoxComponent extends BaseElement implements OnInit, Af
127
127
  /** @description Specifies the algorithm used to calculate the width of each item. This setting determines how the width of an item is measured, such as using the item's intrinsic content size, a fixed value, or a percentage of the container. Adjust this parameter to control how item widths are determined within the layout. */
128
128
  get itemMeasureMode(): ListItemMeasureMode | string;
129
129
  set itemMeasureMode(value: ListItemMeasureMode | string);
130
- /** @description A getter method that retrieves and returns an array containing all list ('') elements currently present within the dropdown menu. This allows you to easily access and manipulate every item displayed in the dropdown. */
130
+ /** @description A getter method that retrieves and returns an array containing all list ('li') elements currently present within the dropdown menu. This allows you to easily access and manipulate every item displayed in the dropdown. */
131
131
  get items(): {
132
132
  label: string;
133
133
  value: string;