@mescius/wijmo.input 5.20251.41-nightly.d20250821.t021129 → 5.20251.41-nightly.d20250825.t181128
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.d20250825.t181128
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -4135,6 +4135,7 @@ export declare class Menu extends ComboBox {
|
|
|
4135
4135
|
static _evtHover: MouseEvent;
|
|
4136
4136
|
static _MenuInstanceCount: number;
|
|
4137
4137
|
static _ctrlTemplate: string;
|
|
4138
|
+
_parentMenu: Menu;
|
|
4138
4139
|
/**
|
|
4139
4140
|
* Gets or sets the template used to instantiate {@link Menu} control.
|
|
4140
4141
|
*/
|
|
@@ -4348,6 +4349,7 @@ export declare class Menu extends ComboBox {
|
|
|
4348
4349
|
onItemClicked(e?: EventArgs): void;
|
|
4349
4350
|
refresh(fullUpdate?: boolean): void;
|
|
4350
4351
|
onIsDroppedDownChanged(e?: EventArgs): void;
|
|
4352
|
+
private _restoreSelectedItem;
|
|
4351
4353
|
_updateHoverEvents(): void;
|
|
4352
4354
|
_getSubItems(item: any): any[];
|
|
4353
4355
|
_formatMenuItem(s: ListBox, e: FormatItemEventArgs): void;
|
|
@@ -4355,6 +4357,7 @@ export declare class Menu extends ComboBox {
|
|
|
4355
4357
|
protected _dropDownClick(e: MouseEvent): void;
|
|
4356
4358
|
private _showSubMenu;
|
|
4357
4359
|
private _raiseCommand;
|
|
4360
|
+
private _focusMenuOwner;
|
|
4358
4361
|
private _getCommand;
|
|
4359
4362
|
private _getCommandParm;
|
|
4360
4363
|
private _executeCommand;
|