@mescius/wijmo.input 5.20251.38-rc → 5.20251.40-rc
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 +2 -1
- 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.
|
|
3
|
+
* Wijmo Library 5.20251.40
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -1131,6 +1131,7 @@ export declare class ListBox<T = any> extends Control {
|
|
|
1131
1131
|
private _handleKeyUp;
|
|
1132
1132
|
private _getCheckboxState;
|
|
1133
1133
|
private _setCheckboxState;
|
|
1134
|
+
private _getCheckbox;
|
|
1134
1135
|
private _keypress;
|
|
1135
1136
|
private _selectNext;
|
|
1136
1137
|
private _selectPrev;
|