@mescius/wijmo 5.20251.41-nightly.d20250902.t020547 → 5.20251.41-nightly.d20250903.t180832

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.d20250902.t020547
3
+ * Wijmo Library 5.20251.41-nightly.d20250903.t180832
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -2097,6 +2097,7 @@ export declare function deepElementFromPoint(x: any, y: any): Element;
2097
2097
  export declare function roundTo(value: number, digits: number): number;
2098
2098
  export declare function addAttributeValueToElement(element: Element, attribute: string, value: any): void;
2099
2099
  export declare function removeAttributeValueFromElement(element: any, attribute: any, value: any): void;
2100
+ export declare function replaceItems(base: any, override: any): any;
2100
2101
  interface _IMap<K, V> {
2101
2102
  clear(): void;
2102
2103
  delete(key: K): any;