@mescius/wijmo 5.20251.41-nightly.d20250905.t181259 → 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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.41-nightly.d20250905.t181259
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.
@@ -4510,6 +4510,7 @@ export declare function showPopup(popup: HTMLElement, ref?: any, position?: Popu
4510
4510
  * @return An interval id that you can use to suspend the fade-out animation.
4511
4511
  */
4512
4512
  export declare function hidePopup(popup: HTMLElement, remove?: any, fadeOut?: boolean): any;
4513
+ export declare function _updatePopupPosition(popup: HTMLElement, ref: any, pp: PopupPosition): void;
4513
4514
  interface _ITooltipInfo {
4514
4515
  element: HTMLElement;
4515
4516
  content: string;