@mescius/wijmo.input 5.20251.35-nightly.d20250610.t173843 → 5.20251.35-nightly.d20250611.t173008
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/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +1 -2
- package/index.js +2 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.35-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.35-nightly.d20250611.t173008
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -3789,7 +3789,6 @@ export declare class ComboBox<T = any> extends DropDown {
|
|
|
3789
3789
|
protected _hasItems(): boolean;
|
|
3790
3790
|
_updateTbxAria(): void;
|
|
3791
3791
|
_updateInputAriaLabel(): void;
|
|
3792
|
-
_updateListBoxAriaLabel(): void;
|
|
3793
3792
|
protected _createDropDown(): void;
|
|
3794
3793
|
protected _wheel(e: WheelEvent): void;
|
|
3795
3794
|
protected _dropDownClick(e: MouseEvent): void;
|