@syncfusion/ej2-vue-grids 19.4.47 → 19.4.52
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 +16 -0
- package/README.md +1 -1
- package/dist/ej2-vue-grids.umd.min.js +20 -2
- package/dist/ej2-vue-grids.umd.min.js.map +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +8 -8
- package/src/grid/grid.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +90 -90
- package/styles/bootstrap5.css +90 -90
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric.css +3 -3
- package/styles/grid/bootstrap-dark.css +3 -3
- package/styles/grid/bootstrap.css +3 -3
- package/styles/grid/bootstrap4.css +3 -3
- package/styles/grid/bootstrap5-dark.css +90 -90
- package/styles/grid/bootstrap5.css +90 -90
- package/styles/grid/fabric-dark.css +3 -3
- package/styles/grid/fabric.css +3 -3
- package/styles/grid/highcontrast-light.css +3 -3
- package/styles/grid/highcontrast.css +3 -3
- package/styles/grid/material-dark.css +3 -3
- package/styles/grid/material.css +3 -3
- package/styles/grid/tailwind-dark.css +100 -100
- package/styles/grid/tailwind.css +100 -100
- package/styles/highcontrast-light.css +3 -3
- package/styles/highcontrast.css +3 -3
- package/styles/material-dark.css +3 -3
- package/styles/material.css +3 -3
- package/styles/tailwind-dark.css +100 -100
- package/styles/tailwind.css +100 -100
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-grids@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-grids@19.4.50",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-aB2agIo5kz9vrWS0tFl0y9ReqBpIamQOStVzU2PTvPCgvu2B33pfcsm6TOrf+EZjM+7OWH8IbyGbnVkCm1YK9w==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-19.4.50.tgz",
|
|
23
|
+
"_shasum": "9e4a7162e9710a94dde0546fa773145b644397bc",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
35
|
-
"@syncfusion/ej2-grids": "19.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.52",
|
|
35
|
+
"@syncfusion/ej2-grids": "19.4.52",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.4.52"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"type": "git",
|
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
67
67
|
},
|
|
68
|
-
"version": "19.4.
|
|
68
|
+
"version": "19.4.52",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|
|
@@ -56,7 +56,7 @@ export declare class GridComponent extends ComponentBase {
|
|
|
56
56
|
endEdit(): void;
|
|
57
57
|
excelExport(excelExportProperties?: Object, isMultipleExport?: boolean, workbook?: Object, isBlob?: boolean): Object;
|
|
58
58
|
extendRequiredModules(modules: Object[]): void;
|
|
59
|
-
filterByColumn(fieldName: string, filterOperator: string, filterValue: string | number | Object | boolean | number[] | string[] | Object[] | boolean[], predicate?: string, matchCase?: boolean, ignoreAccent?: boolean, actualFilterValue?: string, actualOperator?: string): void;
|
|
59
|
+
filterByColumn(fieldName: string, filterOperator: string, filterValue: string | number | Object | boolean | number[] | string[] | Object[] | boolean[] | null, predicate?: string, matchCase?: boolean, ignoreAccent?: boolean, actualFilterValue?: string, actualOperator?: string): void;
|
|
60
60
|
getBatchChanges(): Object;
|
|
61
61
|
getCellFromIndex(rowIndex: number, columnIndex: number): Object;
|
|
62
62
|
getColumnByField(field: string): Object;
|
|
@@ -3868,7 +3868,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3868
3868
|
font-size: 14px;
|
|
3869
3869
|
line-height: 14px;
|
|
3870
3870
|
overflow: hidden;
|
|
3871
|
-
padding: .7em;
|
|
3871
|
+
padding: 0.7em;
|
|
3872
3872
|
text-overflow: ellipsis;
|
|
3873
3873
|
vertical-align: middle;
|
|
3874
3874
|
white-space: nowrap;
|
|
@@ -4886,7 +4886,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4886
4886
|
}
|
|
4887
4887
|
|
|
4888
4888
|
.e-grid-min-height .e-rowcell {
|
|
4889
|
-
line-height:
|
|
4889
|
+
line-height: normal;
|
|
4890
4890
|
padding-bottom: 0;
|
|
4891
4891
|
padding-top: 0;
|
|
4892
4892
|
}
|
|
@@ -4965,7 +4965,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4965
4965
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4966
4966
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4967
4967
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4968
|
-
line-height:
|
|
4968
|
+
line-height: normal;
|
|
4969
4969
|
padding-bottom: 0;
|
|
4970
4970
|
padding-top: 0;
|
|
4971
4971
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -3869,7 +3869,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3869
3869
|
font-size: 14px;
|
|
3870
3870
|
line-height: 14px;
|
|
3871
3871
|
overflow: hidden;
|
|
3872
|
-
padding: .7em;
|
|
3872
|
+
padding: 0.7em;
|
|
3873
3873
|
text-overflow: ellipsis;
|
|
3874
3874
|
vertical-align: middle;
|
|
3875
3875
|
white-space: nowrap;
|
|
@@ -4887,7 +4887,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4887
4887
|
}
|
|
4888
4888
|
|
|
4889
4889
|
.e-grid-min-height .e-rowcell {
|
|
4890
|
-
line-height:
|
|
4890
|
+
line-height: normal;
|
|
4891
4891
|
padding-bottom: 0;
|
|
4892
4892
|
padding-top: 0;
|
|
4893
4893
|
}
|
|
@@ -4966,7 +4966,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4966
4966
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4967
4967
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4968
4968
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4969
|
-
line-height:
|
|
4969
|
+
line-height: normal;
|
|
4970
4970
|
padding-bottom: 0;
|
|
4971
4971
|
padding-top: 0;
|
|
4972
4972
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -3917,7 +3917,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3917
3917
|
font-size: 14px;
|
|
3918
3918
|
line-height: 14px;
|
|
3919
3919
|
overflow: hidden;
|
|
3920
|
-
padding: .7em;
|
|
3920
|
+
padding: 0.7em;
|
|
3921
3921
|
text-overflow: ellipsis;
|
|
3922
3922
|
vertical-align: middle;
|
|
3923
3923
|
white-space: nowrap;
|
|
@@ -4935,7 +4935,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4935
4935
|
}
|
|
4936
4936
|
|
|
4937
4937
|
.e-grid-min-height .e-rowcell {
|
|
4938
|
-
line-height:
|
|
4938
|
+
line-height: normal;
|
|
4939
4939
|
padding-bottom: 0;
|
|
4940
4940
|
padding-top: 0;
|
|
4941
4941
|
}
|
|
@@ -5014,7 +5014,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5014
5014
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
5015
5015
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
5016
5016
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
5017
|
-
line-height:
|
|
5017
|
+
line-height: normal;
|
|
5018
5018
|
padding-bottom: 0;
|
|
5019
5019
|
padding-top: 0;
|
|
5020
5020
|
}
|