@mescius/wijmo.input 5.20252.43-nightly.d20251203.t163154 → 5.20252.43-nightly.d20251205.t163145
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 +4 -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.20252.43-nightly.
|
|
3
|
+
* Wijmo Library 5.20252.43-nightly.d20251205.t163145
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -341,6 +341,8 @@ export declare class InputNumber extends Control {
|
|
|
341
341
|
private _increment;
|
|
342
342
|
protected _updateBtn(): void;
|
|
343
343
|
_setText(text: string, truncate?: boolean, forceDelete?: boolean): void;
|
|
344
|
+
private _handleDecimalInput;
|
|
345
|
+
protected _beforeinput(e: any): void;
|
|
344
346
|
protected _keypress(e: KeyboardEvent): void;
|
|
345
347
|
protected _keydown(e: KeyboardEvent): void;
|
|
346
348
|
protected _input(): void;
|
|
@@ -4415,6 +4417,7 @@ export declare class Menu extends ComboBox {
|
|
|
4415
4417
|
private _hoverLeave;
|
|
4416
4418
|
_setIsDisabled(value: boolean): void;
|
|
4417
4419
|
_setTabOrder(value: number): void;
|
|
4420
|
+
protected _getRtlStates(): boolean;
|
|
4418
4421
|
/**
|
|
4419
4422
|
* Disposes of the control and all its resources.
|
|
4420
4423
|
*
|