@mescius/wijmo.input 5.20252.43-nightly.d20251028.t173629 → 5.20252.43-nightly.d20251030.t173432

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.20252.43-nightly.d20251028.t173629
3
+ * Wijmo Library 5.20252.43-nightly.d20251030.t173432
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -3883,7 +3883,6 @@ export declare class ComboBox<T = any> extends DropDown {
3883
3883
  _afterOpenDropdownByDownArrow(): void;
3884
3884
  _input(e: Event): void;
3885
3885
  _handleDragTextState(): void;
3886
- _handleComposingState(): void;
3887
3886
  _shouldOpenDropdown(): boolean;
3888
3887
  _handleIsEditableFalseInput(): void;
3889
3888
  _updateSelection(index: number, editStart: number): void;