@mescius/wijmo.react.grid.multirow 5.20261.45-nightly.d20251218.t163151 → 5.20261.45-nightly.d20260105.t163143
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.
- package/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +6 -6
package/es2015-commonjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t163143
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjcGridMultirow=__importStar(require("@mescius/wijmo.grid.multirow")),wjGrid=__importStar(require("@mescius/wijmo.react.grid"));exports.MultiRowMeta={inputs:[...wjGrid.FlexGridMeta.inputs,"centerHeadersVertically","collapsedHeaders","headerLayoutDefinition","layoutDefinition","multiRowGroupHeaders","recordViewRange","showHeaderCollapseButton"],events:[...wjGrid.FlexGridMeta.events,"collapsedHeadersChanged","collapsedHeadersChanging"]};exports.MultiRow=wijmo_react_base_1.wjForwardRef((
|
|
14
|
+
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjcGridMultirow=__importStar(require("@mescius/wijmo.grid.multirow")),wjGrid=__importStar(require("@mescius/wijmo.react.grid"));exports.MultiRowMeta={inputs:[...wjGrid.FlexGridMeta.inputs,"centerHeadersVertically","collapsedHeaders","headerLayoutDefinition","layoutDefinition","multiRowGroupHeaders","recordViewRange","showHeaderCollapseButton"],events:[...wjGrid.FlexGridMeta.events,"collapsedHeadersChanged","collapsedHeadersChanging"]};exports.MultiRow=wijmo_react_base_1.wjForwardRef((e,t)=>wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.MultiRowMeta.inputs,events:exports.MultiRowMeta.events,props:e,constructor:wjcGridMultirow.MultiRow,initControl:e=>{e.cellFactory=new wjGrid.DirectiveCellFactory(e)}}).renderResult);exports.MultiRowCellMeta={inputs:[...wjGrid.FlexGridColumnMeta.inputs,"col","colspan","row","rowspan"],events:[...wjGrid.FlexGridColumnMeta.events]};exports.MultiRowCell=wijmo_react_base_1.wjForwardRef((e,t)=>{const r=wijmo_react_base_1.useWjComponentChildBase({ref:t,properties:exports.MultiRowCellMeta.inputs,events:exports.MultiRowCellMeta.events,props:e,constructor:wjcGridMultirow.MultiRowCell,needParentInstance:!1,parentProp:"cells",isParentPropArray:!0,assignedToParent:!0});return Object.assign({$_wjComponent:!0},r)});exports.MultiRowCellGroupMeta={inputs:[...exports.MultiRowCellMeta.inputs],events:[...exports.MultiRowCellMeta.events]};exports.MultiRowCellGroup=wijmo_react_base_1.wjForwardRef((e,t)=>{const r=wijmo_react_base_1.useWjComponentChildBase({ref:t,properties:exports.MultiRowCellGroupMeta.inputs,events:exports.MultiRowCellGroupMeta.events,props:e,constructor:wjcGridMultirow.MultiRowCellGroup,customConstructor:(e,t)=>{e.autoGenerateColumns=!1;return new wjcGridMultirow.MultiRowCellGroup(t)},needParentInstance:!1,parentProp:"layoutDefinition",isParentPropArray:!0,assignedToParent:!0});return Object.assign({$_wjComponent:!0},r)});exports.MultiRowCellTemplateMeta={inputs:[...wjGrid.FlexGridCellTemplateMeta.inputs],events:[...wjGrid.FlexGridCellTemplateMeta.events]};exports.MultiRowCellTemplate=wijmo_react_base_1.wjForwardRef((e,t)=>{const r=wijmo_react_base_1.useWjComponentChildBase({ref:t,properties:exports.MultiRowCellTemplateMeta.inputs,events:exports.MultiRowCellTemplateMeta.events,props:e,constructor:ReactMultiRowCellTemplate,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return Object.assign({$_wjComponent:!0},r)});class ReactMultiRowCellTemplate extends wjGrid.ReactFlexGridCellTemplate{}exports.ReactMultiRowCellTemplate=ReactMultiRowCellTemplate;
|
package/es2015-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t163143
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
import{useWjComponentBase,useWjComponentChildBase,wjForwardRef}from"@mescius/wijmo.react.base";import*as wjcGridMultirow from"@mescius/wijmo.grid.multirow";import*as wjGrid from"@mescius/wijmo.react.grid";export const MultiRowMeta={inputs:[...wjGrid.FlexGridMeta.inputs,"centerHeadersVertically","collapsedHeaders","headerLayoutDefinition","layoutDefinition","multiRowGroupHeaders","recordViewRange","showHeaderCollapseButton"],events:[...wjGrid.FlexGridMeta.events,"collapsedHeadersChanged","collapsedHeadersChanging"]};export const MultiRow=wjForwardRef((
|
|
14
|
+
import{useWjComponentBase,useWjComponentChildBase,wjForwardRef}from"@mescius/wijmo.react.base";import*as wjcGridMultirow from"@mescius/wijmo.grid.multirow";import*as wjGrid from"@mescius/wijmo.react.grid";export const MultiRowMeta={inputs:[...wjGrid.FlexGridMeta.inputs,"centerHeadersVertically","collapsedHeaders","headerLayoutDefinition","layoutDefinition","multiRowGroupHeaders","recordViewRange","showHeaderCollapseButton"],events:[...wjGrid.FlexGridMeta.events,"collapsedHeadersChanged","collapsedHeadersChanging"]};export const MultiRow=wjForwardRef((e,t)=>useWjComponentBase({ref:t,properties:MultiRowMeta.inputs,events:MultiRowMeta.events,props:e,constructor:wjcGridMultirow.MultiRow,initControl:e=>{e.cellFactory=new wjGrid.DirectiveCellFactory(e)}}).renderResult);export const MultiRowCellMeta={inputs:[...wjGrid.FlexGridColumnMeta.inputs,"col","colspan","row","rowspan"],events:[...wjGrid.FlexGridColumnMeta.events]};export const MultiRowCell=wjForwardRef((e,t)=>{const o=useWjComponentChildBase({ref:t,properties:MultiRowCellMeta.inputs,events:MultiRowCellMeta.events,props:e,constructor:wjcGridMultirow.MultiRowCell,needParentInstance:!1,parentProp:"cells",isParentPropArray:!0,assignedToParent:!0});return Object.assign({$_wjComponent:!0},o)});export const MultiRowCellGroupMeta={inputs:[...MultiRowCellMeta.inputs],events:[...MultiRowCellMeta.events]};export const MultiRowCellGroup=wjForwardRef((e,t)=>{const o=useWjComponentChildBase({ref:t,properties:MultiRowCellGroupMeta.inputs,events:MultiRowCellGroupMeta.events,props:e,constructor:wjcGridMultirow.MultiRowCellGroup,customConstructor:(e,t)=>{e.autoGenerateColumns=!1;return new wjcGridMultirow.MultiRowCellGroup(t)},needParentInstance:!1,parentProp:"layoutDefinition",isParentPropArray:!0,assignedToParent:!0});return Object.assign({$_wjComponent:!0},o)});export const MultiRowCellTemplateMeta={inputs:[...wjGrid.FlexGridCellTemplateMeta.inputs],events:[...wjGrid.FlexGridCellTemplateMeta.events]};export const MultiRowCellTemplate=wjForwardRef((e,t)=>{const o=useWjComponentChildBase({ref:t,properties:MultiRowCellTemplateMeta.inputs,events:MultiRowCellTemplateMeta.events,props:e,constructor:ReactMultiRowCellTemplate,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return Object.assign({$_wjComponent:!0},o)});export class ReactMultiRowCellTemplate extends wjGrid.ReactFlexGridCellTemplate{}
|
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.react.grid.multirow",
|
|
3
|
-
"version": "5.20261.45-nightly.
|
|
3
|
+
"version": "5.20261.45-nightly.d20260105.t163143",
|
|
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.20261.45-nightly.
|
|
11
|
-
"@mescius/wijmo.grid.multirow": "5.20261.45-nightly.
|
|
12
|
-
"@mescius/wijmo.grid": "5.20261.45-nightly.
|
|
13
|
-
"@mescius/wijmo.react.base": "5.20261.45-nightly.
|
|
14
|
-
"@mescius/wijmo.react.grid": "5.20261.45-nightly.
|
|
10
|
+
"@mescius/wijmo": "5.20261.45-nightly.d20260105.t163143",
|
|
11
|
+
"@mescius/wijmo.grid.multirow": "5.20261.45-nightly.d20260105.t163143",
|
|
12
|
+
"@mescius/wijmo.grid": "5.20261.45-nightly.d20260105.t163143",
|
|
13
|
+
"@mescius/wijmo.react.base": "5.20261.45-nightly.d20260105.t163143",
|
|
14
|
+
"@mescius/wijmo.react.grid": "5.20261.45-nightly.d20260105.t163143"
|
|
15
15
|
},
|
|
16
16
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
17
17
|
"bugs": {
|