@syncfusion/ej2-react-treegrid 33.2.12 → 34.1.30
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/diConfig.json +3 -3
- package/dist/ej2-react-treegrid.min.js +1 -1
- package/dist/ej2-react-treegrid.umd.min.js +1 -1
- package/dist/ej2-react-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-treegrid.es2015.js +2 -2
- package/dist/es6/ej2-react-treegrid.es2015.js.map +1 -1
- package/package.json +4 -4
- package/src/treegrid/treegrid.component.d.ts +2 -2
- package/src/treegrid/treegrid.component.js +2 -2
- package/styles/bds-lite.scss +1 -1
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-lite.scss +1 -1
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent2-lite.scss +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-lite.scss +1 -1
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-lite.scss +1 -1
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/treegrid/bds.scss +1 -1
- package/styles/treegrid/bootstrap-dark.scss +1 -1
- package/styles/treegrid/bootstrap.scss +1 -1
- package/styles/treegrid/bootstrap4.scss +1 -1
- package/styles/treegrid/bootstrap5-dark.scss +1 -1
- package/styles/treegrid/bootstrap5.3.scss +1 -1
- package/styles/treegrid/bootstrap5.scss +1 -1
- package/styles/treegrid/fabric-dark.scss +1 -1
- package/styles/treegrid/fabric.scss +1 -1
- package/styles/treegrid/fluent-dark.scss +1 -1
- package/styles/treegrid/fluent.scss +1 -1
- package/styles/treegrid/fluent2.scss +1 -1
- package/styles/treegrid/highcontrast-light.scss +1 -1
- package/styles/treegrid/highcontrast.scss +1 -1
- package/styles/treegrid/material-dark.scss +1 -1
- package/styles/treegrid/material.scss +1 -1
- package/styles/treegrid/material3-dark.scss +1 -1
- package/styles/treegrid/material3.scss +1 -1
- package/styles/treegrid/tailwind-dark.scss +1 -1
- package/styles/treegrid/tailwind.scss +1 -1
- package/styles/treegrid/tailwind3.scss +1 -1
package/diConfig.json
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
],
|
|
89
89
|
"comment": [
|
|
90
90
|
"/**",
|
|
91
|
-
" * `ejs-treegrid` represents the Angular
|
|
91
|
+
" * `ejs-treegrid` represents the Angular TreeGrid Component.",
|
|
92
92
|
" * ```html",
|
|
93
93
|
" * <ejs-treegrid [dataSource]='data' allowPaging='true' allowSorting='true'></ejs-treegrid>",
|
|
94
94
|
" * ```",
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
],
|
|
97
97
|
"reactComment": [
|
|
98
98
|
"/**",
|
|
99
|
-
" * `
|
|
99
|
+
" * `TreeGridComponent` represents the react TreeGrid.",
|
|
100
100
|
" * ```tsx",
|
|
101
|
-
" * <
|
|
101
|
+
" * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}/>",
|
|
102
102
|
" * ```",
|
|
103
103
|
" */"
|
|
104
104
|
],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-treegrid.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 34.1.30
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-treegrid.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 34.1.30
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-react-treegrid.umd.min.js","sources":["../src/treegrid/columns-directive.js","../src/treegrid/stacked-column-directive.js","../src/treegrid/aggregates-directive.js","../src/treegrid/aggregate-columns-directive.js","../src/treegrid/treegrid.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ColumnDirective` represent a column of the react TreeGrid.\n * It must be contained in a TreeGrid component(`TreeGridComponent`).\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * <ColumnsDirective>\n * </TreeGridComponent>\n * ```\n */\nvar ColumnDirective = /** @class */ (function (_super) {\n __extends(ColumnDirective, _super);\n function ColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnDirective.moduleName = 'column';\n ColumnDirective.complexTemplate = { 'filter.itemTemplate': 'filter.itemTemplate' };\n return ColumnDirective;\n}(ComplexBase));\nexport { ColumnDirective };\nvar ColumnsDirective = /** @class */ (function (_super) {\n __extends(ColumnsDirective, _super);\n function ColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnsDirective.propertyName = 'columns';\n ColumnsDirective.moduleName = 'columns';\n return ColumnsDirective;\n}(ComplexBase));\nexport { ColumnsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\nvar StackedColumnDirective = /** @class */ (function (_super) {\n __extends(StackedColumnDirective, _super);\n function StackedColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n StackedColumnDirective.moduleName = 'stackedColumn';\n StackedColumnDirective.complexTemplate = { 'filter.itemTemplate': 'filter.itemTemplate' };\n return StackedColumnDirective;\n}(ComplexBase));\nexport { StackedColumnDirective };\nvar StackedColumnsDirective = /** @class */ (function (_super) {\n __extends(StackedColumnsDirective, _super);\n function StackedColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n StackedColumnsDirective.propertyName = 'columns';\n StackedColumnsDirective.moduleName = 'stackedColumns';\n return StackedColumnsDirective;\n}(ComplexBase));\nexport { StackedColumnsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `AggregateDirective` represent a aggregate row of the react TreeGrid.\n * It must be contained in a TreeGrid component(`TreeGridComponent`).\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * </ColumnsDirective>\n * <AggregatesDirective>\n * <AggregateDirective>\n * <AggregateColumnsDirective>\n * <AggregateColumnDirective field='ID' type='Min'></AggregateColumnsDirective>\n * </<AggregateColumnsDirective>\n* </AggregateDirective>\n * </AggregatesDirective>\n * </TreeGridComponent>\n * ```\n */\nvar AggregateDirective = /** @class */ (function (_super) {\n __extends(AggregateDirective, _super);\n function AggregateDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregateDirective.moduleName = 'aggregate';\n return AggregateDirective;\n}(ComplexBase));\nexport { AggregateDirective };\nvar AggregatesDirective = /** @class */ (function (_super) {\n __extends(AggregatesDirective, _super);\n function AggregatesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregatesDirective.propertyName = 'aggregates';\n AggregatesDirective.moduleName = 'aggregates';\n return AggregatesDirective;\n}(ComplexBase));\nexport { AggregatesDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `AggregateColumnDirective represent a aggregate column of the react TreeGrid.\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * </ColumnsDirective>\n * <AggregatesDirective>\n * <AggregateDirective>\n * <AggregateColumnsDirective>\n * <AggregateColumnDirective field='ID' type='Min'></AggregateColumnsDirective>\n * </AggregateColumnsDirective>\n * </AggregateDirective>\n * </AggregatesDirective>\n * </TreeGridComponent>\n * ```\n */\nvar AggregateColumnDirective = /** @class */ (function (_super) {\n __extends(AggregateColumnDirective, _super);\n function AggregateColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregateColumnDirective.moduleName = 'aggregateColumn';\n return AggregateColumnDirective;\n}(ComplexBase));\nexport { AggregateColumnDirective };\nvar AggregateColumnsDirective = /** @class */ (function (_super) {\n __extends(AggregateColumnsDirective, _super);\n function AggregateColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregateColumnsDirective.propertyName = 'columns';\n AggregateColumnsDirective.moduleName = 'aggregateColumns';\n return AggregateColumnsDirective;\n}(ComplexBase));\nexport { AggregateColumnsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { TreeGrid } from '@syncfusion/ej2-treegrid';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `TreeTreeGridComponent` represents the react TreeTreeGrid.\n * ```tsx\n * <TreeTreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}/>\n * ```\n */\nvar TreeGridComponent = /** @class */ (function (_super) {\n __extends(TreeGridComponent, _super);\n function TreeGridComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.directivekeys = { 'columns': { 'column': { 'stackedColumns': 'stackedColumn' } }, 'aggregates': { 'aggregate': { 'aggregateColumns': 'aggregateColumn' } } };\n _this.statelessTemplateProps = null;\n _this.templateProps = null;\n _this.immediateRender = false;\n _this.isReactMock = true;\n _this.portals = [];\n return _this;\n }\n TreeGridComponent.prototype.render = function () {\n this.isReactMock = false;\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return TreeGridComponent;\n}(TreeGrid));\nexport { TreeGridComponent };\napplyMixins(TreeGridComponent, [ComponentBase, React.Component]);\n"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","_super","__extends","__","this","constructor","prototype","create","ColumnDirective","ComplexBase","moduleName","complexTemplate","filter.itemTemplate","apply","arguments","ColumnsDirective","propertyName","StackedColumnDirective","StackedColumnsDirective","AggregateDirective","AggregatesDirective","AggregateColumnDirective","AggregateColumnsDirective","TreeGridComponent","TreeGrid","render","isReactMock","element","initRenderCalled","refreshing","isReactForeceUpdate","React.createElement","getDefaultAttributes","concat","props","children","portals","call","_this","checkInjectedModules","directivekeys","columns","column","stackedColumns","aggregates","aggregate","aggregateColumns","statelessTemplateProps","templateProps","immediateRender","ComponentBase","React.Component"],"mappings":"qYACQA,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAClB,CAAEC,UAAW,cAAgBC,MAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,GACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,CAAC,IAAGN,EAAEM,GAAKL,EAAEK,OACpDN,EAAGC,CAAC,GALjC,IACQF,EAyBuCS,EA1B3CC,EAOO,SAAUT,EAAGC,GAEhB,SAASS,IAAOC,KAAKC,YAAcZ,EADnCD,EAAcC,EAAGC,CAAC,EAElBD,EAAEa,UAAkB,OAANZ,EAAaC,OAAOY,OAAOb,CAAC,GAAKS,EAAGG,UAAYZ,EAAEY,UAAW,IAAIH,IAgBnFK,GAA2CP,EAQ7CQ,cAPEP,EAAUM,EAAiBP,CAAM,EAIjCO,EAAgBE,WAAa,SAC7BF,EAAgBG,gBAAkB,CAAEC,sBAAuB,uBACpDJ,GALP,SAASA,IACL,OAAkB,OAAXP,GAAmBA,EAAOY,MAAMT,KAAMU,SAAS,GAAKV,KAOnBH,EAQ9CQ,cAPEP,EAAUa,EAAkBd,CAAM,EAIlCc,EAAiBC,aAAe,UAChCD,EAAiBL,WAAa,cANcT,EAA5Cc,EAOOA,EALP,SAASA,IACL,OAAkB,OAAXd,GAAmBA,EAAOY,MAAMT,KAAMU,SAAS,GAAKV,KCtC3DZ,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAClB,CAAEC,UAAW,cAAgBC,MAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,GACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,CAAC,IAAGN,EAAEM,GAAKL,EAAEK,OACpDN,EAAGC,CAAC,GALjC,IACQF,EAa8CS,EAdlDC,EAOO,SAAUT,EAAGC,GAEhB,SAASS,IAAOC,KAAKC,YAAcZ,EADnCD,EAAcC,EAAGC,CAAC,EAElBD,EAAEa,UAAkB,OAANZ,EAAaC,OAAOY,OAAOb,CAAC,GAAKS,EAAGG,UAAYZ,EAAEY,UAAW,IAAIH,IAInFc,GAAkDhB,EAQpDQ,cAPEP,EAAUe,EAAwBhB,CAAM,EAIxCgB,EAAuBP,WAAa,gBACpCO,EAAuBN,gBAAkB,CAAEC,sBAAuB,uBAC3DK,GALP,SAASA,IACL,OAAkB,OAAXhB,GAAmBA,EAAOY,MAAMT,KAAMU,SAAS,GAAKV,KAOZH,EAQrDQ,cAPEP,EAAUgB,EAAyBjB,CAAM,EAIzCiB,EAAwBF,aAAe,UACvCE,EAAwBR,WAAa,qBANcT,EAAnDiB,EAOOA,EALP,SAASA,IACL,OAAkB,OAAXjB,GAAmBA,EAAOY,MAAMT,KAAMU,SAAS,GAAKV,KC1B3DZ,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAClB,CAAEC,UAAW,cAAgBC,MAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,GACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,CAAC,IAAGN,EAAEM,GAAKL,EAAEK,OACpDN,EAAGC,CAAC,GALjC,IACQF,EAgC0CS,EAjC9CC,EAOO,SAAUT,EAAGC,GAEhB,SAASS,IAAOC,KAAKC,YAAcZ,EADnCD,EAAcC,EAAGC,CAAC,EAElBD,EAAEa,UAAkB,OAANZ,EAAaC,OAAOY,OAAOb,CAAC,GAAKS,EAAGG,UAAYZ,EAAEY,UAAW,IAAIH,IAuBnFgB,GAA8ClB,EAOhDQ,cANEP,EAAUiB,EAAoBlB,CAAM,EAIpCkB,EAAmBT,WAAa,YACzBS,GAJP,SAASA,IACL,OAAkB,OAAXlB,GAAmBA,EAAOY,MAAMT,KAAMU,SAAS,GAAKV,KAMhBH,EAQjDQ,cAPEP,EAAUkB,EAAqBnB,CAAM,EAIrCmB,EAAoBJ,aAAe,aACnCI,EAAoBV,WAAa,iBANcT,EAA/CmB,EAOOA,EALP,SAASA,IACL,OAAkB,OAAXnB,GAAmBA,EAAOY,MAAMT,KAAMU,SAAS,GAAKV,KC5C3DZ,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAClB,CAAEC,UAAW,cAAgBC,MAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,GACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,CAAC,IAAGN,EAAEM,GAAKL,EAAEK,OACpDN,EAAGC,CAAC,GALjC,IACQF,EA+BgDS,EAhCpDC,EAOO,SAAUT,EAAGC,GAEhB,SAASS,IAAOC,KAAKC,YAAcZ,EADnCD,EAAcC,EAAGC,CAAC,EAElBD,EAAEa,UAAkB,OAANZ,EAAaC,OAAOY,OAAOb,CAAC,GAAKS,EAAGG,UAAYZ,EAAEY,UAAW,IAAIH,IAsBnFkB,GAAoDpB,EAOtDQ,cANEP,EAAUmB,EAA0BpB,CAAM,EAI1CoB,EAAyBX,WAAa,kBAC/BW,GAJP,SAASA,IACL,OAAkB,OAAXpB,GAAmBA,EAAOY,MAAMT,KAAMU,SAAS,GAAKV,KAMVH,EAQvDQ,cAPEP,EAAUoB,EAA2BrB,CAAM,EAI3CqB,EAA0BN,aAAe,UACzCM,EAA0BZ,WAAa,uBANcT,EAArDqB,EAOOA,EALP,SAASA,IACL,OAAkB,OAAXrB,GAAmBA,EAAOY,MAAMT,KAAMU,SAAS,GAAKV,KC3C3DZ,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAClB,CAAEC,UAAW,cAAgBC,MAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,GACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,CAAC,IAAGN,EAAEM,GAAKL,EAAEK,OACpDN,EAAGC,CAAC,GALjC,IACQF,EAqByCS,EAtB7CC,EAOO,SAAUT,EAAGC,GAEhB,SAASS,IAAOC,KAAKC,YAAcZ,EADnCD,EAAcC,EAAGC,CAAC,EAElBD,EAAEa,UAAkB,OAANZ,EAAaC,OAAOY,OAAOb,CAAC,GAAKS,EAAGG,UAAYZ,EAAEY,UAAW,IAAIH,IAYnFoB,GAA6CtB,EAyB/CuB,WAxBEtB,EAAUqB,EAAmBtB,CAAM,EAanCsB,EAAkBjB,UAAUmB,OAAS,WAEjC,GADArB,KAAKsB,YAAc,CAAA,EACf,EAAEtB,KAAKuB,SAAW,CAACvB,KAAKwB,kBAAqBxB,KAAKyB,aAAgBzB,KAAK0B,oBAKvE,OAAOC,gBAAoB,MAAO3B,KAAK4B,uBAAwB,GAAGC,OAAO7B,KAAK8B,MAAMC,SAAU/B,KAAKgC,OAAO,CAAC,EAJ3GnC,EAAOK,UAAUmB,OAAOY,KAAKjC,IAAI,EACjCA,KAAKwB,iBAAmB,CAAA,GAMzBL,GAtBP,SAASA,EAAkBW,GACnBI,EAAQrC,EAAOoC,KAAKjC,KAAM8B,CAAK,GAAK9B,KASxC,OARAkC,EAAMV,iBAAmB,CAAA,EACzBU,EAAMC,qBAAuB,CAAA,EAC7BD,EAAME,cAAgB,CAAEC,QAAW,CAAEC,OAAU,CAAEC,eAAkB,kBAAqBC,WAAc,CAAEC,UAAa,CAAEC,iBAAoB,qBAC3IR,EAAMS,uBAAyB,KAC/BT,EAAMU,cAAgB,KACtBV,EAAMW,gBAAkB,CAAA,EACxBX,EAAMZ,YAAc,CAAA,EACpBY,EAAMF,QAAU,GACTE,gBAeHf,EAAmB,CAAC2B,gBAAeC,YAAgB"}
|
|
1
|
+
{"version":3,"file":"ej2-react-treegrid.umd.min.js","sources":["../src/treegrid/columns-directive.js","../src/treegrid/stacked-column-directive.js","../src/treegrid/aggregates-directive.js","../src/treegrid/aggregate-columns-directive.js","../src/treegrid/treegrid.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ColumnDirective` represent a column of the react TreeGrid.\n * It must be contained in a TreeGrid component(`TreeGridComponent`).\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * <ColumnsDirective>\n * </TreeGridComponent>\n * ```\n */\nvar ColumnDirective = /** @class */ (function (_super) {\n __extends(ColumnDirective, _super);\n function ColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnDirective.moduleName = 'column';\n ColumnDirective.complexTemplate = { 'filter.itemTemplate': 'filter.itemTemplate' };\n return ColumnDirective;\n}(ComplexBase));\nexport { ColumnDirective };\nvar ColumnsDirective = /** @class */ (function (_super) {\n __extends(ColumnsDirective, _super);\n function ColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnsDirective.propertyName = 'columns';\n ColumnsDirective.moduleName = 'columns';\n return ColumnsDirective;\n}(ComplexBase));\nexport { ColumnsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\nvar StackedColumnDirective = /** @class */ (function (_super) {\n __extends(StackedColumnDirective, _super);\n function StackedColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n StackedColumnDirective.moduleName = 'stackedColumn';\n StackedColumnDirective.complexTemplate = { 'filter.itemTemplate': 'filter.itemTemplate' };\n return StackedColumnDirective;\n}(ComplexBase));\nexport { StackedColumnDirective };\nvar StackedColumnsDirective = /** @class */ (function (_super) {\n __extends(StackedColumnsDirective, _super);\n function StackedColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n StackedColumnsDirective.propertyName = 'columns';\n StackedColumnsDirective.moduleName = 'stackedColumns';\n return StackedColumnsDirective;\n}(ComplexBase));\nexport { StackedColumnsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `AggregateDirective` represent a aggregate row of the react TreeGrid.\n * It must be contained in a TreeGrid component(`TreeGridComponent`).\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * </ColumnsDirective>\n * <AggregatesDirective>\n * <AggregateDirective>\n * <AggregateColumnsDirective>\n * <AggregateColumnDirective field='ID' type='Min'></AggregateColumnsDirective>\n * </<AggregateColumnsDirective>\n* </AggregateDirective>\n * </AggregatesDirective>\n * </TreeGridComponent>\n * ```\n */\nvar AggregateDirective = /** @class */ (function (_super) {\n __extends(AggregateDirective, _super);\n function AggregateDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregateDirective.moduleName = 'aggregate';\n return AggregateDirective;\n}(ComplexBase));\nexport { AggregateDirective };\nvar AggregatesDirective = /** @class */ (function (_super) {\n __extends(AggregatesDirective, _super);\n function AggregatesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregatesDirective.propertyName = 'aggregates';\n AggregatesDirective.moduleName = 'aggregates';\n return AggregatesDirective;\n}(ComplexBase));\nexport { AggregatesDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `AggregateColumnDirective represent a aggregate column of the react TreeGrid.\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * </ColumnsDirective>\n * <AggregatesDirective>\n * <AggregateDirective>\n * <AggregateColumnsDirective>\n * <AggregateColumnDirective field='ID' type='Min'></AggregateColumnsDirective>\n * </AggregateColumnsDirective>\n * </AggregateDirective>\n * </AggregatesDirective>\n * </TreeGridComponent>\n * ```\n */\nvar AggregateColumnDirective = /** @class */ (function (_super) {\n __extends(AggregateColumnDirective, _super);\n function AggregateColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregateColumnDirective.moduleName = 'aggregateColumn';\n return AggregateColumnDirective;\n}(ComplexBase));\nexport { AggregateColumnDirective };\nvar AggregateColumnsDirective = /** @class */ (function (_super) {\n __extends(AggregateColumnsDirective, _super);\n function AggregateColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregateColumnsDirective.propertyName = 'columns';\n AggregateColumnsDirective.moduleName = 'aggregateColumns';\n return AggregateColumnsDirective;\n}(ComplexBase));\nexport { AggregateColumnsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { TreeGrid } from '@syncfusion/ej2-treegrid';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `TreeGridComponent` represents the react TreeGrid.\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}/>\n * ```\n */\nvar TreeGridComponent = /** @class */ (function (_super) {\n __extends(TreeGridComponent, _super);\n function TreeGridComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.directivekeys = { 'columns': { 'column': { 'stackedColumns': 'stackedColumn' } }, 'aggregates': { 'aggregate': { 'aggregateColumns': 'aggregateColumn' } } };\n _this.statelessTemplateProps = null;\n _this.templateProps = null;\n _this.immediateRender = false;\n _this.isReactMock = true;\n _this.portals = [];\n return _this;\n }\n TreeGridComponent.prototype.render = function () {\n this.isReactMock = false;\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return TreeGridComponent;\n}(TreeGrid));\nexport { TreeGridComponent };\napplyMixins(TreeGridComponent, [ComponentBase, React.Component]);\n"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","_super","__extends","__","this","constructor","prototype","create","ColumnDirective","ComplexBase","moduleName","complexTemplate","filter.itemTemplate","apply","arguments","ColumnsDirective","propertyName","StackedColumnDirective","StackedColumnsDirective","AggregateDirective","AggregatesDirective","AggregateColumnDirective","AggregateColumnsDirective","TreeGridComponent","TreeGrid","render","isReactMock","element","initRenderCalled","refreshing","isReactForeceUpdate","React.createElement","getDefaultAttributes","concat","props","children","portals","call","_this","checkInjectedModules","directivekeys","columns","column","stackedColumns","aggregates","aggregate","aggregateColumns","statelessTemplateProps","templateProps","immediateRender","ComponentBase","React.Component"],"mappings":"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"}
|
|
@@ -88,9 +88,9 @@ AggregateColumnsDirective.propertyName = 'columns';
|
|
|
88
88
|
AggregateColumnsDirective.moduleName = 'aggregateColumns';
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
|
-
* `
|
|
91
|
+
* `TreeGridComponent` represents the react TreeGrid.
|
|
92
92
|
* ```tsx
|
|
93
|
-
* <
|
|
93
|
+
* <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}/>
|
|
94
94
|
* ```
|
|
95
95
|
*/
|
|
96
96
|
class TreeGridComponent extends TreeGrid {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-react-treegrid.es2015.js","sources":["../src/es6/treegrid/columns-directive.js","../src/es6/treegrid/stacked-column-directive.js","../src/es6/treegrid/aggregates-directive.js","../src/es6/treegrid/aggregate-columns-directive.js","../src/es6/treegrid/treegrid.component.js"],"sourcesContent":["import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ColumnDirective` represent a column of the react TreeGrid.\n * It must be contained in a TreeGrid component(`TreeGridComponent`).\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * <ColumnsDirective>\n * </TreeGridComponent>\n * ```\n */\nexport class ColumnDirective extends ComplexBase {\n}\nColumnDirective.moduleName = 'column';\nColumnDirective.complexTemplate = { 'filter.itemTemplate': 'filter.itemTemplate' };\nexport class ColumnsDirective extends ComplexBase {\n}\nColumnsDirective.propertyName = 'columns';\nColumnsDirective.moduleName = 'columns';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\nexport class StackedColumnDirective extends ComplexBase {\n}\nStackedColumnDirective.moduleName = 'stackedColumn';\nStackedColumnDirective.complexTemplate = { 'filter.itemTemplate': 'filter.itemTemplate' };\nexport class StackedColumnsDirective extends ComplexBase {\n}\nStackedColumnsDirective.propertyName = 'columns';\nStackedColumnsDirective.moduleName = 'stackedColumns';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `AggregateDirective` represent a aggregate row of the react TreeGrid.\n * It must be contained in a TreeGrid component(`TreeGridComponent`).\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * </ColumnsDirective>\n * <AggregatesDirective>\n * <AggregateDirective>\n * <AggregateColumnsDirective>\n * <AggregateColumnDirective field='ID' type='Min'></AggregateColumnsDirective>\n * </<AggregateColumnsDirective>\n* </AggregateDirective>\n * </AggregatesDirective>\n * </TreeGridComponent>\n * ```\n */\nexport class AggregateDirective extends ComplexBase {\n}\nAggregateDirective.moduleName = 'aggregate';\nexport class AggregatesDirective extends ComplexBase {\n}\nAggregatesDirective.propertyName = 'aggregates';\nAggregatesDirective.moduleName = 'aggregates';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `AggregateColumnDirective represent a aggregate column of the react TreeGrid.\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * </ColumnsDirective>\n * <AggregatesDirective>\n * <AggregateDirective>\n * <AggregateColumnsDirective>\n * <AggregateColumnDirective field='ID' type='Min'></AggregateColumnsDirective>\n * </AggregateColumnsDirective>\n * </AggregateDirective>\n * </AggregatesDirective>\n * </TreeGridComponent>\n * ```\n */\nexport class AggregateColumnDirective extends ComplexBase {\n}\nAggregateColumnDirective.moduleName = 'aggregateColumn';\nexport class AggregateColumnsDirective extends ComplexBase {\n}\nAggregateColumnsDirective.propertyName = 'columns';\nAggregateColumnsDirective.moduleName = 'aggregateColumns';\n","import * as React from 'react';\nimport { TreeGrid } from '@syncfusion/ej2-treegrid';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `
|
|
1
|
+
{"version":3,"file":"ej2-react-treegrid.es2015.js","sources":["../src/es6/treegrid/columns-directive.js","../src/es6/treegrid/stacked-column-directive.js","../src/es6/treegrid/aggregates-directive.js","../src/es6/treegrid/aggregate-columns-directive.js","../src/es6/treegrid/treegrid.component.js"],"sourcesContent":["import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ColumnDirective` represent a column of the react TreeGrid.\n * It must be contained in a TreeGrid component(`TreeGridComponent`).\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * <ColumnsDirective>\n * </TreeGridComponent>\n * ```\n */\nexport class ColumnDirective extends ComplexBase {\n}\nColumnDirective.moduleName = 'column';\nColumnDirective.complexTemplate = { 'filter.itemTemplate': 'filter.itemTemplate' };\nexport class ColumnsDirective extends ComplexBase {\n}\nColumnsDirective.propertyName = 'columns';\nColumnsDirective.moduleName = 'columns';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\nexport class StackedColumnDirective extends ComplexBase {\n}\nStackedColumnDirective.moduleName = 'stackedColumn';\nStackedColumnDirective.complexTemplate = { 'filter.itemTemplate': 'filter.itemTemplate' };\nexport class StackedColumnsDirective extends ComplexBase {\n}\nStackedColumnsDirective.propertyName = 'columns';\nStackedColumnsDirective.moduleName = 'stackedColumns';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `AggregateDirective` represent a aggregate row of the react TreeGrid.\n * It must be contained in a TreeGrid component(`TreeGridComponent`).\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * </ColumnsDirective>\n * <AggregatesDirective>\n * <AggregateDirective>\n * <AggregateColumnsDirective>\n * <AggregateColumnDirective field='ID' type='Min'></AggregateColumnsDirective>\n * </<AggregateColumnsDirective>\n* </AggregateDirective>\n * </AggregatesDirective>\n * </TreeGridComponent>\n * ```\n */\nexport class AggregateDirective extends ComplexBase {\n}\nAggregateDirective.moduleName = 'aggregate';\nexport class AggregatesDirective extends ComplexBase {\n}\nAggregatesDirective.propertyName = 'aggregates';\nAggregatesDirective.moduleName = 'aggregates';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `AggregateColumnDirective represent a aggregate column of the react TreeGrid.\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' width='100'></ColumnDirective>\n * <ColumnDirective field='name' headerText='Name' width='100'></ColumnDirective>\n * </ColumnsDirective>\n * <AggregatesDirective>\n * <AggregateDirective>\n * <AggregateColumnsDirective>\n * <AggregateColumnDirective field='ID' type='Min'></AggregateColumnsDirective>\n * </AggregateColumnsDirective>\n * </AggregateDirective>\n * </AggregatesDirective>\n * </TreeGridComponent>\n * ```\n */\nexport class AggregateColumnDirective extends ComplexBase {\n}\nAggregateColumnDirective.moduleName = 'aggregateColumn';\nexport class AggregateColumnsDirective extends ComplexBase {\n}\nAggregateColumnsDirective.propertyName = 'columns';\nAggregateColumnsDirective.moduleName = 'aggregateColumns';\n","import * as React from 'react';\nimport { TreeGrid } from '@syncfusion/ej2-treegrid';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `TreeGridComponent` represents the react TreeGrid.\n * ```tsx\n * <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}/>\n * ```\n */\nexport class TreeGridComponent extends TreeGrid {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.directivekeys = { 'columns': { 'column': { 'stackedColumns': 'stackedColumn' } }, 'aggregates': { 'aggregate': { 'aggregateColumns': 'aggregateColumn' } } };\n this.statelessTemplateProps = null;\n this.templateProps = null;\n this.immediateRender = false;\n this.isReactMock = true;\n this.portals = [];\n }\n render() {\n this.isReactMock = false;\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(TreeGridComponent, [ComponentBase, React.Component]);\n"],"names":["React.createElement","React.Component"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-react-treegrid",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "34.1.30",
|
|
4
4
|
"description": "Essential JS 2 TreeGrid Component for React",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"es2015": "dist/es6/ej2-react-treegrid.es2015.js",
|
|
36
36
|
"readme": "ReadMe.md",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@syncfusion/ej2-base": "~
|
|
39
|
-
"@syncfusion/ej2-react-base": "~
|
|
40
|
-
"@syncfusion/ej2-treegrid": "
|
|
38
|
+
"@syncfusion/ej2-base": "~34.1.30",
|
|
39
|
+
"@syncfusion/ej2-react-base": "~34.1.29",
|
|
40
|
+
"@syncfusion/ej2-treegrid": "34.1.30"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {},
|
|
43
43
|
"sideEffects": false,
|
|
@@ -11,9 +11,9 @@ export interface TreeGridTypecast {
|
|
|
11
11
|
columnChooserSettings?: any;
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
|
-
* `
|
|
14
|
+
* `TreeGridComponent` represents the react TreeGrid.
|
|
15
15
|
* ```tsx
|
|
16
|
-
* <
|
|
16
|
+
* <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}/>
|
|
17
17
|
* ```
|
|
18
18
|
*/
|
|
19
19
|
export declare class TreeGridComponent extends TreeGrid {
|
|
@@ -15,9 +15,9 @@ import * as React from 'react';
|
|
|
15
15
|
import { TreeGrid } from '@syncfusion/ej2-treegrid';
|
|
16
16
|
import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';
|
|
17
17
|
/**
|
|
18
|
-
* `
|
|
18
|
+
* `TreeGridComponent` represents the react TreeGrid.
|
|
19
19
|
* ```tsx
|
|
20
|
-
* <
|
|
20
|
+
* <TreeGridComponent dataSource={data} allowPaging={true} allowSorting={true}/>
|
|
21
21
|
* ```
|
|
22
22
|
*/
|
|
23
23
|
var TreeGridComponent = /** @class */ (function (_super) {
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/bds-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/bds-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/bootstrap-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/bootstrap-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/bootstrap-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/bootstrap-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/bootstrap4-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/bootstrap4-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/bootstrap5-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/bootstrap5-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/bootstrap5-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/bootstrap5-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/bootstrap5.3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/bootstrap5.3-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/fabric-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/fabric-dark-lite' as *;
|
package/styles/fabric-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/fabric-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/fabric-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/fluent-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/fluent-dark-lite' as *;
|
package/styles/fluent-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/fluent-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/fluent-lite' as *;
|
package/styles/fluent2-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/fluent2-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/fluent2-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/highcontrast-light-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/highcontrast-light-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/highcontrast-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/highcontrast-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/material-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/material-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/material-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/material-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/material3-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/material3-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/material3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/material3-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/tailwind-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/tailwind-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/tailwind-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/tailwind-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/tailwind3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/tailwind3-lite' as *;
|
package/styles/treegrid/bds.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/bds' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/bds' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/bootstrap-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/bootstrap-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/bootstrap' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/bootstrap' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/bootstrap4' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/bootstrap4' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/bootstrap5-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/bootstrap5-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/bootstrap5.3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/bootstrap5.3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/bootstrap5' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/bootstrap5' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/fabric-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/fabric-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/fabric' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/fabric' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/fluent-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/fluent-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/fluent' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/fluent' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/fluent2' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/fluent2' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/highcontrast-light' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/highcontrast-light' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/highcontrast' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/highcontrast' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/material-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/material-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/material' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/material' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/material3-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/material3-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/material3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/material3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/tailwind-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/tailwind-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/tailwind' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/tailwind' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-treegrid/styles/treegrid/tailwind3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-treegrid/styles/treegrid/tailwind3' as *;
|