@mescius/wijmo 5.20251.35-nightly.d20250605.t172543 → 5.20251.35-nightly.d20250610.t173843

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.35-nightly.d20250605.t172543
3
+ * Wijmo Library 5.20251.35-nightly.d20250610.t173843
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -288,7 +288,6 @@ export declare class NotifyCollectionChangedEventArgs<T = any> extends EventArgs
288
288
  * Gets the index at which the change occurred.
289
289
  */
290
290
  index: number;
291
- _changeInfo: any;
292
291
  /**
293
292
  * Initializes a new instance of the {@link NotifyCollectionChangedEventArgs} class.
294
293
  *
@@ -296,7 +295,7 @@ export declare class NotifyCollectionChangedEventArgs<T = any> extends EventArgs
296
295
  * @param item Item that was added or changed.
297
296
  * @param index Index of the item.
298
297
  */
299
- constructor(action?: NotifyCollectionChangedAction, item?: T, index?: number, changeInfo?: any);
298
+ constructor(action?: NotifyCollectionChangedAction, item?: T, index?: number);
300
299
  }
301
300
  /**
302
301
  * Represents a method that takes an item of any type and returns a
@@ -2908,8 +2907,7 @@ export declare class ObservableArray<T = any> extends ArrayBase<T> implements IN
2908
2907
  * @param e Contains a description of the change.
2909
2908
  */
2910
2909
  onCollectionChanged(e?: NotifyCollectionChangedEventArgs<any>): void;
2911
- readonly _collectionChangedInternal: Event<T, NotifyCollectionChangedEventArgs<T>>;
2912
- _raiseCollectionChanged(action?: NotifyCollectionChangedAction, item?: T, index?: number, changeInfo?: any, internal?: boolean): void;
2910
+ private _raiseCollectionChanged;
2913
2911
  }
2914
2912
  /**
2915
2913
  * Represents a method that takes no arguments and returns a new data object.