@mescius/wijmo.react.viewer 5.20241.10-nightly.d20240603.t042042 → 5.20241.10-nightly.d20240604.t020459
Sign up to get free protection for your applications and to get access to all the features.
- package/es2015-commonjs.js +1 -1
- package/es2015-esm.js +1 -1
- package/es5-esm.js +1 -1
- package/index.d.ts +3 -3
- package/index.js +1 -1
- package/package.json +4 -4
package/es2015-commonjs.js
CHANGED
package/es2015-esm.js
CHANGED
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.20241.10-nightly.
|
3
|
+
* Wijmo Library 5.20241.10-nightly.d20240604.t020459
|
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
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mescius/wijmo.react.viewer",
|
3
|
-
"version": "5.20241.10-nightly.
|
3
|
+
"version": "5.20241.10-nightly.d20240604.t020459",
|
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.
|
11
|
-
"@mescius/wijmo.viewer": "5.20241.10-nightly.
|
12
|
-
"@mescius/wijmo.react.base": "5.20241.10-nightly.
|
10
|
+
"@mescius/wijmo": "5.20241.10-nightly.d20240604.t020459",
|
11
|
+
"@mescius/wijmo.viewer": "5.20241.10-nightly.d20240604.t020459",
|
12
|
+
"@mescius/wijmo.react.base": "5.20241.10-nightly.d20240604.t020459"
|
13
13
|
},
|
14
14
|
"homepage": "https://developer.mescius.com/wijmo",
|
15
15
|
"bugs": {
|