@syncfusion/ej2-vue-treegrid 22.2.9 → 23.1.39
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/CHANGELOG.md +17 -53
- package/dist/ej2-vue-treegrid.umd.min.js +3 -3
- package/dist/ej2-vue-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-treegrid.es2015.js +10 -1
- package/dist/es6/ej2-vue-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-treegrid.es5.js +10 -1
- package/dist/es6/ej2-vue-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-vue-treegrid.min.js +3 -3
- package/package.json +9 -9
- package/src/treegrid/aggregate-columns.directive.d.ts +3 -1
- package/src/treegrid/aggregates.directive.d.ts +3 -1
- package/src/treegrid/columns.directive.d.ts +3 -1
- package/src/treegrid/stacked-column.directive.d.ts +3 -1
- package/src/treegrid/treegrid.component.d.ts +3 -1
- package/src/treegrid/treegrid.component.js +10 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
- package/styles/treegrid/material-dark.css +0 -1
- package/styles/treegrid/material.css +0 -1
- package/styles/treegrid/material3-dark.css +0 -1
- package/styles/treegrid/material3-dark.scss +1 -1
- package/styles/treegrid/material3.css +0 -1
- package/styles/treegrid/material3.scss +1 -1
- package/styles/treegrid/tailwind-dark.css +0 -1
- package/styles/treegrid/tailwind.css +0 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-treegrid@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-treegrid@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-treegrid@23.1.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-0GqXeDv5clLYUNXDuS11ziBEEuNttfjCiar4CvBQL19sdyghz7yHgcz2gv9dyHvVApCM1zaUtlegKvBwNErX/A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-treegrid",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-treegrid/-/ej2-vue-treegrid-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-treegrid/-/ej2-vue-treegrid-23.1.36.tgz",
|
|
23
|
+
"_shasum": "bdcb73800223713ca612f5837abb6b29b9266ff8",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-treegrid@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-treegrid": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~23.1.38",
|
|
35
|
+
"@syncfusion/ej2-treegrid": "23.1.39",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~23.1.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 TreeGrid Component for Vue",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"ci-publish": "gulp ci-publish",
|
|
59
59
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
60
60
|
},
|
|
61
|
-
"version": "
|
|
61
|
+
"version": "23.1.39",
|
|
62
62
|
"sideEffects": false
|
|
63
63
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { AggregateColumnModel } from '@syncfusion/ej2-treegrid';
|
|
1
3
|
export declare let AggregateColumnsDirective: any;
|
|
2
4
|
export declare const AggregateColumnsPlugin: {
|
|
3
5
|
name: string;
|
|
@@ -21,7 +23,7 @@ export declare const AggregateColumnsPlugin: {
|
|
|
21
23
|
* </ejs-treegrid>
|
|
22
24
|
* ```
|
|
23
25
|
*/
|
|
24
|
-
export declare let AggregateColumnDirective:
|
|
26
|
+
export declare let AggregateColumnDirective: DefineVueDirective<AggregateColumnModel>;
|
|
25
27
|
export declare const AggregateColumnPlugin: {
|
|
26
28
|
name: string;
|
|
27
29
|
install(Vue: any): void;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { AggregateRowModel } from '@syncfusion/ej2-treegrid';
|
|
1
3
|
export declare let AggregatesDirective: any;
|
|
2
4
|
export declare const AggregatesPlugin: {
|
|
3
5
|
name: string;
|
|
@@ -22,7 +24,7 @@ export declare const AggregatesPlugin: {
|
|
|
22
24
|
* </ejs-treegrid>
|
|
23
25
|
* ```
|
|
24
26
|
*/
|
|
25
|
-
export declare let AggregateDirective:
|
|
27
|
+
export declare let AggregateDirective: DefineVueDirective<AggregateRowModel>;
|
|
26
28
|
export declare const AggregatePlugin: {
|
|
27
29
|
name: string;
|
|
28
30
|
install(Vue: any): void;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { TreeGridColumnModel } from '@syncfusion/ej2-treegrid';
|
|
1
3
|
export declare let ColumnsDirective: any;
|
|
2
4
|
export declare const ColumnsPlugin: {
|
|
3
5
|
name: string;
|
|
@@ -15,7 +17,7 @@ export declare const ColumnsPlugin: {
|
|
|
15
17
|
* </ejs-treegrid>
|
|
16
18
|
* ```
|
|
17
19
|
*/
|
|
18
|
-
export declare let ColumnDirective:
|
|
20
|
+
export declare let ColumnDirective: DefineVueDirective<TreeGridColumnModel>;
|
|
19
21
|
export declare const ColumnPlugin: {
|
|
20
22
|
name: string;
|
|
21
23
|
install(Vue: any): void;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { StackedColumnModel } from '@syncfusion/ej2-treegrid';
|
|
1
3
|
export declare let StackedColumnsDirective: any;
|
|
2
4
|
export declare const StackedColumnsPlugin: {
|
|
3
5
|
name: string;
|
|
4
6
|
install(Vue: any): void;
|
|
5
7
|
};
|
|
6
|
-
export declare let StackedColumnDirective:
|
|
8
|
+
export declare let StackedColumnDirective: DefineVueDirective<StackedColumnModel>;
|
|
7
9
|
export declare const StackedColumnPlugin: {
|
|
8
10
|
name: string;
|
|
9
11
|
install(Vue: any): void;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { TreeGridModel } from '@syncfusion/ej2-treegrid';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-treegrid :dataSource='data' allowPaging='true' allowSorting='true'></ejs-treegrid>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let TreeGridComponent:
|
|
13
|
+
export declare let TreeGridComponent: DefineVueComponent<TreeGridModel>;
|
|
12
14
|
export declare type TreeGridComponent = InstanceType<typeof TreeGridComponent>;
|
|
13
15
|
export declare const TreeGridPlugin: {
|
|
14
16
|
name: string;
|
|
@@ -6,7 +6,7 @@ import { StackedColumnsDirective, StackedColumnDirective, StackedColumnsPlugin,
|
|
|
6
6
|
import { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './columns.directive';
|
|
7
7
|
import { AggregateColumnsDirective, AggregateColumnDirective, AggregateColumnsPlugin, AggregateColumnPlugin } from './aggregate-columns.directive';
|
|
8
8
|
import { AggregatesDirective, AggregateDirective, AggregatesPlugin, AggregatePlugin } from './aggregates.directive';
|
|
9
|
-
export var properties = ['isLazyUpdate', 'plugins', 'aggregates', 'allowExcelExport', 'allowFiltering', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'autoCheckHierarchy', 'childMapping', 'clipMode', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'copyHierarchyMode', 'dataSource', 'detailTemplate', 'editSettings', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableCollapseAll', 'enableColumnVirtualization', 'enableHover', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRtl', 'enableVirtualMaskRow', 'enableVirtualization', 'expandStateMapping', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'hasChildMapping', 'height', 'idMapping', 'infiniteScrollSettings', 'loadChildOnDemand', 'loadingIndicator', 'locale', 'pageSettings', 'parentIdMapping', 'printMode', 'query', 'rowDropSettings', 'rowHeight', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'sortSettings', 'textWrapSettings', 'toolbar', 'treeColumnIndex', 'width', 'actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeDataBound', 'beforeExcelExport', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkboxChange', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'detailDataBound', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'pdfExportComplete', 'pdfHeaderQueryCellInfo', 'pdfQueryCellInfo', 'printComplete', 'queryCellInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'toolbarClick'];
|
|
9
|
+
export var properties = ['isLazyUpdate', 'plugins', 'aggregates', 'allowExcelExport', 'allowFiltering', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'autoCheckHierarchy', 'childMapping', 'clipMode', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'copyHierarchyMode', 'currencyCode', 'dataSource', 'detailTemplate', 'editSettings', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableCollapseAll', 'enableColumnVirtualization', 'enableHover', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRtl', 'enableVirtualMaskRow', 'enableVirtualization', 'expandStateMapping', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'hasChildMapping', 'height', 'idMapping', 'infiniteScrollSettings', 'loadChildOnDemand', 'loadingIndicator', 'locale', 'pageSettings', 'parentIdMapping', 'printMode', 'query', 'rowDropSettings', 'rowHeight', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'sortSettings', 'textWrapSettings', 'toolbar', 'treeColumnIndex', 'width', 'actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeDataBound', 'beforeExcelExport', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkboxChange', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'detailDataBound', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'pdfExportComplete', 'pdfHeaderQueryCellInfo', 'pdfQueryCellInfo', 'printComplete', 'queryCellInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'toolbarClick'];
|
|
10
10
|
export var modelProps = ['dataSource'];
|
|
11
11
|
export var testProp = getProps({ props: properties });
|
|
12
12
|
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
@@ -417,6 +417,15 @@ export var TreeGridComponent = vueDefineComponent({
|
|
|
417
417
|
selectRows: function (rowIndexes) {
|
|
418
418
|
return this.ej2Instances.selectRows(rowIndexes);
|
|
419
419
|
},
|
|
420
|
+
serverCsvExport: function (url) {
|
|
421
|
+
return this.ej2Instances.serverCsvExport(url);
|
|
422
|
+
},
|
|
423
|
+
serverExcelExport: function (url) {
|
|
424
|
+
return this.ej2Instances.serverExcelExport(url);
|
|
425
|
+
},
|
|
426
|
+
serverPdfExport: function (url) {
|
|
427
|
+
return this.ej2Instances.serverPdfExport(url);
|
|
428
|
+
},
|
|
420
429
|
setCellValue: function (key, field, value) {
|
|
421
430
|
return this.ej2Instances.setCellValue(key, field, value);
|
|
422
431
|
},
|
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-treegrid/styles/treegrid/material3-dark.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-treegrid/styles/treegrid/material3.scss';
|