@mescius/wijmo.input 5.20251.41-nightly.d20250909.t180711 → 5.20251.41-nightly.d20250910.t183305
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.20251.41-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.41-nightly.d20250910.t183305
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -2038,6 +2038,8 @@ export declare class Calendar extends Control {
|
|
|
2038
2038
|
private setFocusModeValue;
|
|
2039
2039
|
private _getCalendarsHostElements;
|
|
2040
2040
|
updateConfirmationButtons(hostElement: HTMLElement): void;
|
|
2041
|
+
setFocusValueToFirstOrLastCalendar(isFirst: boolean): void;
|
|
2042
|
+
isCalendarDateCell(element: HTMLElement): boolean;
|
|
2041
2043
|
}
|
|
2042
2044
|
/**
|
|
2043
2045
|
* Specifies constants that define the action to perform when the
|
|
@@ -4357,6 +4359,7 @@ export declare class Menu extends ComboBox {
|
|
|
4357
4359
|
_getSubItems(item: any): any[];
|
|
4358
4360
|
_formatMenuItem(s: ListBox, e: FormatItemEventArgs): void;
|
|
4359
4361
|
protected _keydown(e: KeyboardEvent): void;
|
|
4362
|
+
_afterOpenDropdownByDownArrow(): void;
|
|
4360
4363
|
protected _dropDownClick(e: MouseEvent): void;
|
|
4361
4364
|
private _showSubMenu;
|
|
4362
4365
|
private _raiseCommand;
|