@mescius/wijmo.input 5.20251.41-nightly.d20250828.t182212 → 5.20251.41-nightly.d20250829.t181529

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.41-nightly.d20250828.t182212
3
+ * Wijmo Library 5.20251.41-nightly.d20250829.t181529
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -850,6 +850,7 @@ export declare class ListBox<T = any> extends Control {
850
850
  _ariaLabel: string;
851
851
  static _DIDX_KEY: string;
852
852
  static _VTHRESH: number;
853
+ _isNeedUpdateBnd: boolean;
853
854
  /**
854
855
  * Initializes a new instance of the {@link ListBox} class.
855
856
  *