@mescius/wijmo.react.viewer 5.20241.10-nightly.d20240603.t042042 → 5.20241.10-nightly.d20240604.t112329

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240603.t042042
3
+ * Wijmo Library 5.20241.10-nightly.d20240604.t112329
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.20241.10-nightly.d20240603.t042042
3
+ * Wijmo Library 5.20241.10-nightly.d20240604.t112329
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.20241.10-nightly.d20240603.t042042
3
+ * Wijmo Library 5.20241.10-nightly.d20240604.t112329
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.20241.10-nightly.d20240603.t042042
3
+ * Wijmo Library 5.20241.10-nightly.d20240604.t112329
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -68,7 +68,7 @@ export declare const ReportViewerMeta: {
68
68
  * You can use this event to perform further initialization in addition to setting properties in JSX.
69
69
  * The signature of the handler function is the same as any other Wijmo event handlers.
70
70
  */
71
- export declare const ReportViewer: React.ForwardRefExoticComponent<ReportViewerProps & ReportViewerEvents<wjcViewer.ReportViewer>>;
71
+ export declare const ReportViewer: React.ForwardRefExoticComponent<React.PropsWithChildren<ReportViewerProps & ReportViewerEvents<wjcViewer.ReportViewer>>>;
72
72
  export declare type PdfViewerProps = ViewerBaseProps & {};
73
73
  export declare type PdfViewerEvents<T> = ViewerBaseEvents<T> & {};
74
74
  export declare const PdfViewerMeta: {
@@ -84,4 +84,4 @@ export declare const PdfViewerMeta: {
84
84
  * You can use this event to perform further initialization in addition to setting properties in JSX.
85
85
  * The signature of the handler function is the same as any other Wijmo event handlers.
86
86
  */
87
- export declare const PdfViewer: React.ForwardRefExoticComponent<PdfViewerProps & PdfViewerEvents<wjcViewer.PdfViewer>>;
87
+ export declare const PdfViewer: React.ForwardRefExoticComponent<React.PropsWithChildren<PdfViewerProps & PdfViewerEvents<wjcViewer.PdfViewer>>>;
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240603.t042042
3
+ * Wijmo Library 5.20241.10-nightly.d20240604.t112329
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.react.viewer",
3
- "version": "5.20241.10-nightly.d20240603.t042042",
3
+ "version": "5.20241.10-nightly.d20240604.t112329",
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.20241.10-nightly.d20240603.t042042",
11
- "@mescius/wijmo.viewer": "5.20241.10-nightly.d20240603.t042042",
12
- "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240603.t042042"
10
+ "@mescius/wijmo": "5.20241.10-nightly.d20240604.t112329",
11
+ "@mescius/wijmo.viewer": "5.20241.10-nightly.d20240604.t112329",
12
+ "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240604.t112329"
13
13
  },
14
14
  "homepage": "https://developer.mescius.com/wijmo",
15
15
  "bugs": {