@mescius/wijmo.input 5.20251.41-nightly.d20250904.t182131 → 5.20251.41-nightly.d20250908.t182327
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 -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.41-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.41-nightly.d20250908.t182327
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -2014,7 +2014,6 @@ export declare class Calendar extends Control {
|
|
|
2014
2014
|
*/
|
|
2015
2015
|
keyActionTab: CalendarTabKeyAction;
|
|
2016
2016
|
private _isButtonFocused;
|
|
2017
|
-
private _isSameDay;
|
|
2018
2017
|
private _isSameMonth;
|
|
2019
2018
|
private _dateViewContainsFocus;
|
|
2020
2019
|
private _updateMonthButtonAria;
|
|
@@ -2037,6 +2036,7 @@ export declare class Calendar extends Control {
|
|
|
2037
2036
|
private updateCalendarsTabindex;
|
|
2038
2037
|
private setFocusModeValue;
|
|
2039
2038
|
private _getCalendarsHostElements;
|
|
2039
|
+
updateConfirmationButtons(hostElement: HTMLElement): void;
|
|
2040
2040
|
}
|
|
2041
2041
|
/**
|
|
2042
2042
|
* Specifies constants that define the action to perform when the
|