@mescius/wijmo.react.olap 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.
@@ -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.t020459
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.t020459
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.t020459
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.t020459
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -50,7 +50,7 @@ export declare const PivotGridMeta: {
50
50
  * You can use this event to perform further initialization in addition to setting properties in JSX.
51
51
  * The signature of the handler function is the same as any other Wijmo event handlers.
52
52
  */
53
- export declare const PivotGrid: React.ForwardRefExoticComponent<PivotGridProps & PivotGridEvents<wjcOlap.PivotGrid>>;
53
+ export declare const PivotGrid: React.ForwardRefExoticComponent<React.PropsWithChildren<PivotGridProps & PivotGridEvents<wjcOlap.PivotGrid>>>;
54
54
  export declare type PivotChartProps = ControlBaseProps & {
55
55
  chartType?: wjcOlap.PivotChartType | string;
56
56
  footer?: string;
@@ -81,7 +81,7 @@ export declare const PivotChartMeta: {
81
81
  * You can use this event to perform further initialization in addition to setting properties in JSX.
82
82
  * The signature of the handler function is the same as any other Wijmo event handlers.
83
83
  */
84
- export declare const PivotChart: React.ForwardRefExoticComponent<PivotChartProps & PivotChartEvents<wjcOlap.PivotChart>>;
84
+ export declare const PivotChart: React.ForwardRefExoticComponent<React.PropsWithChildren<PivotChartProps & PivotChartEvents<wjcOlap.PivotChart>>>;
85
85
  export declare type PivotPanelProps = ControlBaseProps & {
86
86
  autoGenerateFields?: boolean;
87
87
  deferredUpdate?: boolean;
@@ -111,7 +111,7 @@ export declare const PivotPanelMeta: {
111
111
  * You can use this event to perform further initialization in addition to setting properties in JSX.
112
112
  * The signature of the handler function is the same as any other Wijmo event handlers.
113
113
  */
114
- export declare const PivotPanel: React.ForwardRefExoticComponent<PivotPanelProps & PivotPanelEvents<wjcOlap.PivotPanel>>;
114
+ export declare const PivotPanel: React.ForwardRefExoticComponent<React.PropsWithChildren<PivotPanelProps & PivotPanelEvents<wjcOlap.PivotPanel>>>;
115
115
  export declare type SlicerProps = ControlBaseProps & {
116
116
  field?: wjcOlap.PivotField;
117
117
  header?: string | null;
@@ -133,4 +133,4 @@ export declare const SlicerMeta: {
133
133
  * You can use this event to perform further initialization in addition to setting properties in JSX.
134
134
  * The signature of the handler function is the same as any other Wijmo event handlers.
135
135
  */
136
- export declare const Slicer: React.ForwardRefExoticComponent<SlicerProps & SlicerEvents<wjcOlap.Slicer>>;
136
+ export declare const Slicer: React.ForwardRefExoticComponent<React.PropsWithChildren<SlicerProps & SlicerEvents<wjcOlap.Slicer>>>;
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.t020459
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@mescius/wijmo.react.olap",
3
- "version": "5.20241.10-nightly.d20240603.t042042",
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.d20240603.t042042",
11
- "@mescius/wijmo.olap": "5.20241.10-nightly.d20240603.t042042",
12
- "@mescius/wijmo.grid": "5.20241.10-nightly.d20240603.t042042",
13
- "@mescius/wijmo.chart": "5.20241.10-nightly.d20240603.t042042",
14
- "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240603.t042042",
15
- "@mescius/wijmo.react.grid": "5.20241.10-nightly.d20240603.t042042"
10
+ "@mescius/wijmo": "5.20241.10-nightly.d20240604.t020459",
11
+ "@mescius/wijmo.olap": "5.20241.10-nightly.d20240604.t020459",
12
+ "@mescius/wijmo.grid": "5.20241.10-nightly.d20240604.t020459",
13
+ "@mescius/wijmo.chart": "5.20241.10-nightly.d20240604.t020459",
14
+ "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240604.t020459",
15
+ "@mescius/wijmo.react.grid": "5.20241.10-nightly.d20240604.t020459"
16
16
  },
17
17
  "homepage": "https://developer.mescius.com/wijmo",
18
18
  "bugs": {