@mescius/wijmo 5.20252.43-nightly.d20251209.t163159 → 5.20252.43-nightly.d20251211.t163151

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.d20251209.t163159
3
+ * Wijmo Library 5.20252.43-nightly.d20251211.t163151
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -866,6 +866,10 @@ export declare class _FocusService {
866
866
  }
867
867
  export declare function _getCalculatedArray(arr: any[], calculatedFields: any, newItem?: any): any[];
868
868
  export declare function _getTargetObject(item: any): any;
869
+ export declare class _ENV_TOOLS {
870
+ static isSameInstance: (value1: any, value2: any) => boolean;
871
+ static indexOf: (array: any[], value: any) => number;
872
+ }
869
873
  export declare const _CLS_STATE_DISABLED: string;
870
874
  /**
871
875
  * Gets the version of the Wijmo library that is currently loaded.