@mescius/wijmo.input 5.20252.43-nightly.d20251201.t163151 → 5.20252.43-nightly.d20251202.t163143

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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20252.43-nightly.d20251201.t163151
3
+ * Wijmo Library 5.20252.43-nightly.d20251202.t163143
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -763,6 +763,7 @@ export declare class CollectionViewNavigator<T = any> extends Control {
763
763
  protected _setTabOrder(value: number): void;
764
764
  _keydown(e: KeyboardEvent): void;
765
765
  protected _setIsDisabled(value: boolean): void;
766
+ _updateTabIndex(): void;
766
767
  }
767
768
  /**
768
769
  * Represents a method that formats an item for display in a
@@ -4394,6 +4395,7 @@ export declare class Menu extends ComboBox {
4394
4395
  protected _keydown(e: KeyboardEvent): void;
4395
4396
  _afterOpenDropdownByDownArrow(): void;
4396
4397
  protected _dropDownClick(e: MouseEvent): void;
4398
+ private _closeSubMenuAndFocusOwner;
4397
4399
  private _showSubMenu;
4398
4400
  private _raiseCommand;
4399
4401
  private _focusMenuOwner;