@mescius/wijmo.input 5.20251.41-nightly.d20250707.t211845 → 5.20251.41-nightly.d20250709.t181145
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 +3 -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.41-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.41-nightly.d20250709.t181145
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -1971,6 +1971,8 @@ export declare class Calendar extends Control {
|
|
|
1971
1971
|
_onEnterKeyDownToSetValue(e?: EventArgs): void;
|
|
1972
1972
|
showConfirmationButtons: boolean;
|
|
1973
1973
|
protected _setIsDisabled(value: boolean): void;
|
|
1974
|
+
private updateCalendarsTabindex;
|
|
1975
|
+
private setFocusModeValue;
|
|
1974
1976
|
}
|
|
1975
1977
|
/**
|
|
1976
1978
|
* Specifies constants that define the action to perform when the
|