@mescius/wijmo.input 5.20251.35-nightly.d20250620.t041809 → 5.20251.35-nightly.d20250620.t172549
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.35-nightly.d20250620.
|
|
3
|
+
* Wijmo Library 5.20251.35-nightly.d20250620.t172549
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -4448,6 +4448,7 @@ export declare class InputTime extends ComboBox {
|
|
|
4448
4448
|
protected _commitText(): void;
|
|
4449
4449
|
protected _copy(key: string, value: any): boolean;
|
|
4450
4450
|
getAriaLabelForScreenReader(): any;
|
|
4451
|
+
_input(e: Event): void;
|
|
4451
4452
|
}
|
|
4452
4453
|
/**
|
|
4453
4454
|
* The {@link InputDateTime} control extends the {@link InputDate} control to allows users
|