@mescius/wijmo.react.grid.transposedmultirow 5.20241.10-nightly.d20240611.t020403 → 5.20241.10-nightly.d20240613.t051638

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.d20240611.t020403
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
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.d20240611.t020403
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
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.d20240611.t020403
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
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.d20240611.t020403
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -18,10 +18,11 @@
18
18
  *
19
19
  */
20
20
  export declare var ___keepComment: any;
21
+ import { WjRef } from '@mescius/wijmo.react.base';
21
22
  import * as React from 'react';
22
23
  import * as wjGrid from '@mescius/wijmo.react.grid';
23
24
  import * as wjcGridTransposedmultirow from '@mescius/wijmo.grid.transposedmultirow';
24
- export declare type TransposedMultiRowProps = wjGrid.FlexGridProps & {
25
+ export declare type TransposedMultiRowInputs = wjGrid.FlexGridInputs & {
25
26
  layoutDefinition?: any[];
26
27
  };
27
28
  export declare type TransposedMultiRowEvents<T> = wjGrid.FlexGridEvents<T> & {};
@@ -29,6 +30,8 @@ export declare const TransposedMultiRowMeta: {
29
30
  inputs: string[];
30
31
  events: string[];
31
32
  };
33
+ export declare type TransposedMultiRowProps = TransposedMultiRowInputs & TransposedMultiRowEvents<wjcGridTransposedmultirow.TransposedMultiRow>;
34
+ export declare type TransposedMultiRowRef = WjRef<wjcGridTransposedmultirow.TransposedMultiRow>;
32
35
  /**
33
36
  * React component for the {@link wijmo.grid.transposedmultirow.TransposedMultiRow} control.
34
37
  *
@@ -38,4 +41,4 @@ export declare const TransposedMultiRowMeta: {
38
41
  * You can use this event to perform further initialization in addition to setting properties in JSX.
39
42
  * The signature of the handler function is the same as any other Wijmo event handlers.
40
43
  */
41
- export declare const TransposedMultiRow: React.ForwardRefExoticComponent<React.PropsWithChildren<TransposedMultiRowProps & TransposedMultiRowEvents<wjcGridTransposedmultirow.TransposedMultiRow>>>;
44
+ export declare const TransposedMultiRow: React.ForwardRefExoticComponent<TransposedMultiRowProps>;
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240611.t020403
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@mescius/wijmo.react.grid.transposedmultirow",
3
- "version": "5.20241.10-nightly.d20240611.t020403",
3
+ "version": "5.20241.10-nightly.d20240613.t051638",
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.d20240611.t020403",
11
- "@mescius/wijmo.grid.transposedmultirow": "5.20241.10-nightly.d20240611.t020403",
12
- "@mescius/wijmo.grid": "5.20241.10-nightly.d20240611.t020403",
13
- "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240611.t020403",
14
- "@mescius/wijmo.react.grid": "5.20241.10-nightly.d20240611.t020403"
10
+ "@mescius/wijmo": "5.20241.10-nightly.d20240613.t051638",
11
+ "@mescius/wijmo.grid.transposedmultirow": "5.20241.10-nightly.d20240613.t051638",
12
+ "@mescius/wijmo.grid": "5.20241.10-nightly.d20240613.t051638",
13
+ "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240613.t051638",
14
+ "@mescius/wijmo.react.grid": "5.20241.10-nightly.d20240613.t051638"
15
15
  },
16
16
  "homepage": "https://developer.mescius.com/wijmo",
17
17
  "bugs": {