@ptsecurity/mosaic 14.3.0 → 14.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -177,6 +177,7 @@ export declare class McSelect extends McSelectMixinBase implements AfterContentI
177
177
  private scrollTop;
178
178
  /** Unique id for this input. */
179
179
  private readonly uid;
180
+ private visibleChanges;
180
181
  /** Emits whenever the component is destroyed. */
181
182
  private readonly destroy;
182
183
  constructor(_changeDetectorRef: ChangeDetectorRef, _ngZone: NgZone, _renderer: Renderer2, defaultErrorStateMatcher: ErrorStateMatcher, elementRef: ElementRef, _dir: Directionality, parentForm: NgForm, parentFormGroup: FormGroupDirective, parentFormField: McFormField, ngControl: NgControl, scrollStrategyFactory: any);
@@ -254,6 +255,7 @@ export declare class McSelect extends McSelectMixinBase implements AfterContentI
254
255
  onRemoveMatcherItem(option: McOption, $event: any): void;
255
256
  calculateHiddenItems(): void;
256
257
  getItemHeight(): number;
258
+ private isVisible;
257
259
  private closingActions;
258
260
  private getHeightOfOptionsContainer;
259
261
  private updateScrollSize;