@mescius/wijmo.viewer 5.20252.43-nightly.d20251027.t174409 → 5.20252.43-nightly.d20251028.t173629

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20252.43-nightly.d20251027.t174409
3
+ * Wijmo Library 5.20252.43-nightly.d20251028.t173629
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es2015-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20252.43-nightly.d20251027.t174409
3
+ * Wijmo Library 5.20252.43-nightly.d20251028.t173629
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es5-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20252.43-nightly.d20251027.t174409
3
+ * Wijmo Library 5.20252.43-nightly.d20251028.t173629
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20252.43-nightly.d20251027.t174409
3
+ * Wijmo Library 5.20252.43-nightly.d20251028.t173629
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -2419,6 +2419,13 @@ export declare class ViewerBase extends Control implements IHttpRequestHandler {
2419
2419
  */
2420
2420
  onPageLoaded(e: PageLoadedEventArgs): void;
2421
2421
  beforeSend(e: RequestEventArgs): void;
2422
+ /**
2423
+ * Disposes of the control and all its resources.
2424
+ *
2425
+ * Calling the {@link dispose} method is important in applications that create
2426
+ * and remove controls dynamically. Failing to dispose of the controls may
2427
+ * cause memory leaks.
2428
+ */
2422
2429
  dispose(): void;
2423
2430
  }
2424
2431
  /**
@@ -2806,5 +2813,12 @@ export declare class ReportViewer extends ViewerBase {
2806
2813
  _createPage(index: number, defPageSize: _ISize): _Page;
2807
2814
  protected _actionElementClicked(element: SVGElement): void;
2808
2815
  protected _getActionInfo(element: SVGElement): _IDocAction;
2816
+ /**
2817
+ * Disposes of the control and all its resources.
2818
+ *
2819
+ * Calling the {@link dispose} method is important in applications that create
2820
+ * and remove controls dynamically. Failing to dispose of the controls may
2821
+ * cause memory leaks.
2822
+ */
2809
2823
  dispose(): void;
2810
2824
  }
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20252.43-nightly.d20251027.t174409
3
+ * Wijmo Library 5.20252.43-nightly.d20251028.t173629
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@mescius/wijmo.viewer",
3
- "version": "5.20252.43-nightly.d20251027.t174409",
3
+ "version": "5.20252.43-nightly.d20251028.t173629",
4
4
  "description": "UI library for pure JS, Angular, React, Vue and more...",
5
5
  "author": "MESCIUS inc",
6
6
  "license": "Commercial",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "dependencies": {
10
- "@mescius/wijmo": "5.20252.43-nightly.d20251027.t174409",
11
- "@mescius/wijmo.input": "5.20252.43-nightly.d20251027.t174409",
12
- "@mescius/wijmo.grid": "5.20252.43-nightly.d20251027.t174409"
10
+ "@mescius/wijmo": "5.20252.43-nightly.d20251028.t173629",
11
+ "@mescius/wijmo.input": "5.20252.43-nightly.d20251028.t173629",
12
+ "@mescius/wijmo.grid": "5.20252.43-nightly.d20251028.t173629"
13
13
  },
14
14
  "homepage": "https://developer.mescius.com/wijmo",
15
15
  "bugs": {