@mescius/wijmo 5.20252.43-nightly.d20251118.t172912 → 5.20252.43-nightly.d20251119.t173022

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.d20251118.t172912
3
+ * Wijmo Library 5.20252.43-nightly.d20251119.t173022
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -3954,6 +3954,7 @@ export declare class Control extends ControlBase {
3954
3954
  private focusService;
3955
3955
  private _getInputValueTimer;
3956
3956
  private _updateFocusStateTimer;
3957
+ _customTabIndex: boolean;
3957
3958
  /**
3958
3959
  * Initializes a new instance of the {@link Control} class and attaches it to a DOM element.
3959
3960
  *
@@ -4750,6 +4751,7 @@ export declare class Tooltip {
4750
4751
  private _setContent;
4751
4752
  private _hasOffset;
4752
4753
  forceRecreate: boolean;
4754
+ private _isMouseOutOfTipAndOwner;
4753
4755
  }
4754
4756
  /**
4755
4757
  * Provides arguments for the {@link Tooltip.popup} event.