@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
|
@@ -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[]>;
|