@mozaic-ds/angular 2.1.4 → 2.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozaic-ds/angular",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "type": "module",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20.3.15",
@@ -2500,6 +2500,8 @@ declare class MozComboboxComponent<T = string> implements ControlValueAccessor {
2500
2500
  readonly isFlatSection: typeof isFlatSection;
2501
2501
  readonly isFlatOption: typeof isFlatOption;
2502
2502
  readonly itemSizePx = 48;
2503
+ readonly minBufferPx: number;
2504
+ readonly maxBufferPx: number;
2503
2505
  trackByFlatItem(_index: number, item: FlatItem<T>): string;
2504
2506
  /** Set of currently selected values, recomputed reactively for OnPush */
2505
2507
  readonly selectedValues: _angular_core.Signal<T[]>;