@mescius/wijmo 5.20251.41-nightly.d20250709.t181145 → 5.20251.41-nightly.d20250714.t182635

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.d20250709.t181145
3
+ * Wijmo Library 5.20251.41-nightly.d20250714.t182635
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -2090,6 +2090,7 @@ export declare function getOffsetFromAncestor(node: HTMLElement, refNode: HTMLEl
2090
2090
  export declare function _isMacOS(): boolean;
2091
2091
  export declare function _setAriaLabelBy(instance: any, targetElement: HTMLElement, value: string, afterUpdate?: Function): void;
2092
2092
  export declare function deepElementFromPoint(x: any, y: any): Element;
2093
+ export declare function roundTo(value: number, digits: number): number;
2093
2094
  interface _IMap<K, V> {
2094
2095
  clear(): void;
2095
2096
  delete(key: K): any;