@mescius/wijmo.input 5.20251.35-nightly.d20250613.t172651 → 5.20251.35-nightly.d20250617.t173444

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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.35-nightly.d20250613.t172651
3
+ * Wijmo Library 5.20251.35-nightly.d20250617.t173444
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -776,6 +776,7 @@ export declare class ListBox<T = any> extends Control {
776
776
  _isVirtual: boolean;
777
777
  _children: HTMLElement[];
778
778
  _ignoreItemFormatterTextArray: string[];
779
+ _itemFormatterHelper: HTMLDivElement;
779
780
  _clientHeight: number;
780
781
  _itemHeight: number;
781
782
  _itemsAbove: number;