@syncfusion/ej2-vue-grids 20.3.62 → 20.4.38

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.
Files changed (42) hide show
  1. package/CHANGELOG.md +11 -115
  2. package/README.md +35 -31
  3. package/dist/ej2-vue-grids.umd.min.js +10 -1
  4. package/dist/ej2-vue-grids.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-grids.es2015.js +46 -2
  6. package/dist/es6/ej2-vue-grids.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-grids.es5.js +46 -2
  8. package/dist/es6/ej2-vue-grids.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-grids.min.js +10 -1
  10. package/package.json +73 -73
  11. package/src/pager/pager.component.d.ts +3 -0
  12. package/src/pager/pager.component.js +47 -2
  13. package/styles/bootstrap-dark.css +0 -1
  14. package/styles/bootstrap.css +0 -1
  15. package/styles/bootstrap4.css +4 -1
  16. package/styles/bootstrap5-dark.css +4 -1
  17. package/styles/bootstrap5.css +4 -1
  18. package/styles/fabric-dark.css +0 -1
  19. package/styles/fabric.css +0 -1
  20. package/styles/fluent-dark.css +0 -1
  21. package/styles/fluent.css +0 -1
  22. package/styles/grid/bootstrap-dark.css +0 -1
  23. package/styles/grid/bootstrap.css +0 -1
  24. package/styles/grid/bootstrap4.css +4 -1
  25. package/styles/grid/bootstrap5-dark.css +4 -1
  26. package/styles/grid/bootstrap5.css +4 -1
  27. package/styles/grid/fabric-dark.css +0 -1
  28. package/styles/grid/fabric.css +0 -1
  29. package/styles/grid/fluent-dark.css +0 -1
  30. package/styles/grid/fluent.css +0 -1
  31. package/styles/grid/highcontrast-light.css +0 -1
  32. package/styles/grid/highcontrast.css +0 -1
  33. package/styles/grid/material-dark.css +0 -1
  34. package/styles/grid/material.css +0 -1
  35. package/styles/grid/tailwind-dark.css +0 -1
  36. package/styles/grid/tailwind.css +0 -1
  37. package/styles/highcontrast-light.css +0 -1
  38. package/styles/highcontrast.css +0 -1
  39. package/styles/material-dark.css +0 -1
  40. package/styles/material.css +0 -1
  41. package/styles/tailwind-dark.css +0 -1
  42. package/styles/tailwind.css +0 -1
package/package.json CHANGED
@@ -1,73 +1,73 @@
1
- {
2
- "_from": "@syncfusion/ej2-vue-grids@*",
3
- "_id": "@syncfusion/ej2-vue-grids@20.3.60",
4
- "_inBundle": false,
5
- "_integrity": "sha512-OEa2zFc2d/qpQd58VJPiaYsRt0Hv1kVvEVtquueVt8nWWx8KCrI8oPQ3peJdkOkfbfc5AZ4TaieMolYqFpw36w==",
6
- "_location": "/@syncfusion/ej2-vue-grids",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-vue-grids@*",
12
- "name": "@syncfusion/ej2-vue-grids",
13
- "escapedName": "@syncfusion%2fej2-vue-grids",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-20.3.60.tgz",
23
- "_shasum": "fb4914da2d0e55e06667a26a02a4cfd42224a2c6",
24
- "_spec": "@syncfusion/ej2-vue-grids@*",
25
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-vue-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
33
- "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.56",
35
- "@syncfusion/ej2-grids": "20.3.62",
36
- "@syncfusion/ej2-vue-base": "~20.3.59"
37
- },
38
- "deprecated": false,
39
- "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
40
- "devDependencies": {},
41
- "es2015": "dist/es6/ej2-vue-grids.es2015.js",
42
- "homepage": "https://github.com/syncfusion/ej2-vue-ui-components#readme",
43
- "keywords": [
44
- "ej2",
45
- "ej2-grids",
46
- "syncfusion",
47
- "web-components",
48
- "data-grid",
49
- "data-table",
50
- "grid",
51
- "pager",
52
- "data",
53
- "table",
54
- "Typescript",
55
- "vue",
56
- "vuejs",
57
- "vue-grids",
58
- "ej2-vue-grids"
59
- ],
60
- "license": "SEE LICENSE IN license",
61
- "main": "./dist/ej2-vue-grids.umd.min.js",
62
- "module": "./index.js",
63
- "name": "@syncfusion/ej2-vue-grids",
64
- "repository": {
65
- "type": "git",
66
- "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
67
- },
68
- "scripts": {
69
- "postinstall": "node ../ej2-vue-base/postinstall.js"
70
- },
71
- "version": "20.3.62",
72
- "sideEffects": false
73
- }
1
+ {
2
+ "_from": "@syncfusion/ej2-vue-grids@*",
3
+ "_id": "@syncfusion/ej2-vue-grids@1.138.21",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-jHc9RY1Bl+GCCYJ/eR5qeVqFuH2wSIc9rCIzRrwHQNBwRRgnErExJZOY8N1OHaO/or+flesGZg2ggHIaT8RpeQ==",
6
+ "_location": "/@syncfusion/ej2-vue-grids",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-vue-grids@*",
12
+ "name": "@syncfusion/ej2-vue-grids",
13
+ "escapedName": "@syncfusion%2fej2-vue-grids",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/"
21
+ ],
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-1.138.21.tgz",
23
+ "_shasum": "9dc5dfe22ea8db6ba23e939ac2f9be912f098dbf",
24
+ "_spec": "@syncfusion/ej2-vue-grids@*",
25
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-vue-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
33
+ "dependencies": {
34
+ "@syncfusion/ej2-base": "~20.4.38",
35
+ "@syncfusion/ej2-grids": "20.4.38",
36
+ "@syncfusion/ej2-vue-base": "~20.4.38"
37
+ },
38
+ "deprecated": false,
39
+ "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
40
+ "devDependencies": {},
41
+ "es2015": "dist/es6/ej2-vue-grids.es2015.js",
42
+ "homepage": "https://github.com/syncfusion/ej2-vue-ui-components#readme",
43
+ "keywords": [
44
+ "ej2",
45
+ "ej2-grids",
46
+ "syncfusion",
47
+ "web-components",
48
+ "data-grid",
49
+ "data-table",
50
+ "grid",
51
+ "pager",
52
+ "data",
53
+ "table",
54
+ "Typescript",
55
+ "vue",
56
+ "vuejs",
57
+ "vue-grids",
58
+ "ej2-vue-grids"
59
+ ],
60
+ "license": "SEE LICENSE IN license",
61
+ "main": "./dist/ej2-vue-grids.umd.min.js",
62
+ "module": "./index.js",
63
+ "name": "@syncfusion/ej2-vue-grids",
64
+ "repository": {
65
+ "type": "git",
66
+ "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
67
+ },
68
+ "scripts": {
69
+ "postinstall": "node ../ej2-vue-base/postinstall.js"
70
+ },
71
+ "version": "20.4.38",
72
+ "sideEffects": false
73
+ }
@@ -26,6 +26,9 @@ export declare class PagerComponent extends ComponentBase {
26
26
  constructor();
27
27
  clearTemplate(templateNames?: string[]): any;
28
28
  setProperties(prop: any, muteOnChange: boolean): void;
29
+ trigger(eventName: string, eventProp: {
30
+ [key: string]: Object;
31
+ }, successHandler?: Function): void;
29
32
  render(createElement: any): any;
30
33
  custom(): void;
31
34
  destroyTemplate(propertyNames?: string[], index?: any): void;
@@ -17,12 +17,13 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
+ import { isUndefined } from '@syncfusion/ej2-base';
20
21
  import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
23
  import { Pager } from '@syncfusion/ej2-grids';
23
24
  import { Options } from 'vue-class-component';
24
25
  export var properties = ['isLazyUpdate', 'plugins', 'cssClass', 'currentPage', 'customText', 'enableExternalMessage', 'enablePagerMessage', 'enablePersistence', 'enableQueryString', 'enableRtl', 'externalMessage', 'locale', 'pageCount', 'pageSize', 'pageSizes', 'template', 'totalRecordsCount', 'click', 'created', 'dropDownChanged'];
25
- export var modelProps = [];
26
+ export var modelProps = ['currentPage', 'pageSize', 'pageCount', 'pageSizes'];
26
27
  export var testProp = getProps({ props: properties });
27
28
  export var props = testProp[0];
28
29
  export var watch = testProp[1];
@@ -50,6 +51,8 @@ var PagerComponent = /** @class */ (function (_super) {
50
51
  _this.tagNameMapper = {};
51
52
  _this.isVue3 = !isExecute;
52
53
  _this.ej2Instances = new Pager({});
54
+ _this.ej2Instances._trigger = _this.ej2Instances.trigger;
55
+ _this.ej2Instances.trigger = _this.trigger;
53
56
  _this.bindProperties();
54
57
  _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
55
58
  _this.ej2Instances.setProperties = _this.setProperties;
@@ -105,6 +108,45 @@ var PagerComponent = /** @class */ (function (_super) {
105
108
  });
106
109
  }
107
110
  };
111
+ PagerComponent.prototype.trigger = function (eventName, eventProp, successHandler) {
112
+ if (!isExecute) {
113
+ this.models = !this.models ? this.ej2Instances.referModels : this.models;
114
+ }
115
+ if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
116
+ var key = this.models.toString().match(/checked|value/) || [];
117
+ var propKey = key[0];
118
+ if (eventProp && key && !isUndefined(eventProp[propKey])) {
119
+ if (!isExecute) {
120
+ this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
121
+ this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
122
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
123
+ }
124
+ else {
125
+ if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
126
+ this.$emit('update:' + propKey, eventProp[propKey]);
127
+ this.$emit('modelchanged', eventProp[propKey]);
128
+ }
129
+ }
130
+ }
131
+ }
132
+ else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {
133
+ var key = this.models.toString().match(/currentView|selectedDate/) || [];
134
+ var propKey = key[0];
135
+ if (eventProp && key && !isUndefined(eventProp[propKey])) {
136
+ if (!isExecute) {
137
+ this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
138
+ this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
139
+ }
140
+ else {
141
+ this.$emit('update:' + propKey, eventProp[propKey]);
142
+ this.$emit('modelchanged', eventProp[propKey]);
143
+ }
144
+ }
145
+ }
146
+ if ((this.ej2Instances && this.ej2Instances._trigger)) {
147
+ this.ej2Instances._trigger(eventName, eventProp, successHandler);
148
+ }
149
+ };
108
150
  PagerComponent.prototype.render = function (createElement) {
109
151
  var h = !isExecute ? gh : createElement;
110
152
  var slots = null;
@@ -130,7 +172,10 @@ var PagerComponent = /** @class */ (function (_super) {
130
172
  };
131
173
  PagerComponent = __decorate([
132
174
  EJComponentDecorator({
133
- props: properties
175
+ props: properties,
176
+ model: {
177
+ event: 'modelchanged'
178
+ }
134
179
  }, isExecute)
135
180
  ,Options({
136
181
  props: props,
@@ -3503,7 +3503,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3503
3503
  .e-grid.sf-grid .e-frozencontent {
3504
3504
  border-bottom-style: solid;
3505
3505
  height: inherit;
3506
- overflow: hidden;
3507
3506
  }
3508
3507
  .e-grid.sf-grid .e-gridcontent .e-content,
3509
3508
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3504,7 +3504,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3504
3504
  .e-grid.sf-grid .e-frozencontent {
3505
3505
  border-bottom-style: solid;
3506
3506
  height: inherit;
3507
- overflow: hidden;
3508
3507
  }
3509
3508
  .e-grid.sf-grid .e-gridcontent .e-content,
3510
3509
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -1617,6 +1617,9 @@ li.e-separator.e-menu-item.e-excel-separator {
1617
1617
  .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
1618
1618
  background: none;
1619
1619
  }
1620
+ .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus .e-icons {
1621
+ color: #495057;
1622
+ }
1620
1623
  .e-grid .e-res-toolbar .e-toolbar-items .e-icons {
1621
1624
  color: #495057;
1622
1625
  }
@@ -3563,7 +3566,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3563
3566
  .e-grid.sf-grid .e-frozencontent {
3564
3567
  border-bottom-style: solid;
3565
3568
  height: inherit;
3566
- overflow: hidden;
3567
3569
  }
3568
3570
  .e-grid.sf-grid .e-gridcontent .e-content,
3569
3571
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3738,6 +3740,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3738
3740
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,
3739
3741
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons {
3740
3742
  padding-bottom: 0;
3743
+ color: #495057;
3741
3744
  }
3742
3745
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,
3743
3746
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-search-icon {
@@ -1623,6 +1623,9 @@ li.e-separator.e-menu-item.e-excel-separator {
1623
1623
  .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
1624
1624
  background: none;
1625
1625
  }
1626
+ .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus .e-icons {
1627
+ color: #adb5bd;
1628
+ }
1626
1629
  .e-grid .e-res-toolbar .e-toolbar-items .e-icons {
1627
1630
  color: #adb5bd;
1628
1631
  }
@@ -3567,7 +3570,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3567
3570
  .e-grid.sf-grid .e-frozencontent {
3568
3571
  border-bottom-style: solid;
3569
3572
  height: inherit;
3570
- overflow: hidden;
3571
3573
  }
3572
3574
  .e-grid.sf-grid .e-gridcontent .e-content,
3573
3575
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3750,6 +3752,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3750
3752
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,
3751
3753
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons {
3752
3754
  padding-bottom: 4px;
3755
+ color: #adb5bd;
3753
3756
  }
3754
3757
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,
3755
3758
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-search-icon {
@@ -1623,6 +1623,9 @@ li.e-separator.e-menu-item.e-excel-separator {
1623
1623
  .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
1624
1624
  background: none;
1625
1625
  }
1626
+ .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus .e-icons {
1627
+ color: #6c757d;
1628
+ }
1626
1629
  .e-grid .e-res-toolbar .e-toolbar-items .e-icons {
1627
1630
  color: #6c757d;
1628
1631
  }
@@ -3567,7 +3570,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3567
3570
  .e-grid.sf-grid .e-frozencontent {
3568
3571
  border-bottom-style: solid;
3569
3572
  height: inherit;
3570
- overflow: hidden;
3571
3573
  }
3572
3574
  .e-grid.sf-grid .e-gridcontent .e-content,
3573
3575
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3750,6 +3752,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3750
3752
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,
3751
3753
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons {
3752
3754
  padding-bottom: 4px;
3755
+ color: #6c757d;
3753
3756
  }
3754
3757
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,
3755
3758
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-search-icon {
@@ -3477,7 +3477,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3477
3477
  .e-grid.sf-grid .e-frozencontent {
3478
3478
  border-bottom-style: solid;
3479
3479
  height: inherit;
3480
- overflow: hidden;
3481
3480
  }
3482
3481
  .e-grid.sf-grid .e-gridcontent .e-content,
3483
3482
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
package/styles/fabric.css CHANGED
@@ -3470,7 +3470,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3470
3470
  .e-grid.sf-grid .e-frozencontent {
3471
3471
  border-bottom-style: solid;
3472
3472
  height: inherit;
3473
- overflow: hidden;
3474
3473
  }
3475
3474
  .e-grid.sf-grid .e-gridcontent .e-content,
3476
3475
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3583,7 +3583,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3583
3583
  .e-grid.sf-grid .e-frozencontent {
3584
3584
  border-bottom-style: solid;
3585
3585
  height: inherit;
3586
- overflow: hidden;
3587
3586
  }
3588
3587
  .e-grid.sf-grid .e-gridcontent .e-content,
3589
3588
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
package/styles/fluent.css CHANGED
@@ -3583,7 +3583,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3583
3583
  .e-grid.sf-grid .e-frozencontent {
3584
3584
  border-bottom-style: solid;
3585
3585
  height: inherit;
3586
- overflow: hidden;
3587
3586
  }
3588
3587
  .e-grid.sf-grid .e-gridcontent .e-content,
3589
3588
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3091,7 +3091,6 @@
3091
3091
  .e-grid.sf-grid .e-frozencontent {
3092
3092
  border-bottom-style: solid;
3093
3093
  height: inherit;
3094
- overflow: hidden;
3095
3094
  }
3096
3095
  .e-grid.sf-grid .e-gridcontent .e-content,
3097
3096
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3092,7 +3092,6 @@
3092
3092
  .e-grid.sf-grid .e-frozencontent {
3093
3093
  border-bottom-style: solid;
3094
3094
  height: inherit;
3095
- overflow: hidden;
3096
3095
  }
3097
3096
  .e-grid.sf-grid .e-gridcontent .e-content,
3098
3097
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -1194,6 +1194,9 @@
1194
1194
  .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
1195
1195
  background: none;
1196
1196
  }
1197
+ .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus .e-icons {
1198
+ color: #495057;
1199
+ }
1197
1200
  .e-grid .e-res-toolbar .e-toolbar-items .e-icons {
1198
1201
  color: #495057;
1199
1202
  }
@@ -3140,7 +3143,6 @@
3140
3143
  .e-grid.sf-grid .e-frozencontent {
3141
3144
  border-bottom-style: solid;
3142
3145
  height: inherit;
3143
- overflow: hidden;
3144
3146
  }
3145
3147
  .e-grid.sf-grid .e-gridcontent .e-content,
3146
3148
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3315,6 +3317,7 @@
3315
3317
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,
3316
3318
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons {
3317
3319
  padding-bottom: 0;
3320
+ color: #495057;
3318
3321
  }
3319
3322
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,
3320
3323
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-search-icon {
@@ -1208,6 +1208,9 @@
1208
1208
  .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
1209
1209
  background: none;
1210
1210
  }
1211
+ .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus .e-icons {
1212
+ color: #adb5bd;
1213
+ }
1211
1214
  .e-grid .e-res-toolbar .e-toolbar-items .e-icons {
1212
1215
  color: #adb5bd;
1213
1216
  }
@@ -3152,7 +3155,6 @@
3152
3155
  .e-grid.sf-grid .e-frozencontent {
3153
3156
  border-bottom-style: solid;
3154
3157
  height: inherit;
3155
- overflow: hidden;
3156
3158
  }
3157
3159
  .e-grid.sf-grid .e-gridcontent .e-content,
3158
3160
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3335,6 +3337,7 @@
3335
3337
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,
3336
3338
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons {
3337
3339
  padding-bottom: 4px;
3340
+ color: #adb5bd;
3338
3341
  }
3339
3342
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,
3340
3343
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-search-icon {
@@ -1208,6 +1208,9 @@
1208
1208
  .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
1209
1209
  background: none;
1210
1210
  }
1211
+ .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus .e-icons {
1212
+ color: #6c757d;
1213
+ }
1211
1214
  .e-grid .e-res-toolbar .e-toolbar-items .e-icons {
1212
1215
  color: #6c757d;
1213
1216
  }
@@ -3152,7 +3155,6 @@
3152
3155
  .e-grid.sf-grid .e-frozencontent {
3153
3156
  border-bottom-style: solid;
3154
3157
  height: inherit;
3155
- overflow: hidden;
3156
3158
  }
3157
3159
  .e-grid.sf-grid .e-gridcontent .e-content,
3158
3160
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3335,6 +3337,7 @@
3335
3337
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,
3336
3338
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons {
3337
3339
  padding-bottom: 4px;
3340
+ color: #6c757d;
3338
3341
  }
3339
3342
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,
3340
3343
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-search-icon {
@@ -3065,7 +3065,6 @@
3065
3065
  .e-grid.sf-grid .e-frozencontent {
3066
3066
  border-bottom-style: solid;
3067
3067
  height: inherit;
3068
- overflow: hidden;
3069
3068
  }
3070
3069
  .e-grid.sf-grid .e-gridcontent .e-content,
3071
3070
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3058,7 +3058,6 @@
3058
3058
  .e-grid.sf-grid .e-frozencontent {
3059
3059
  border-bottom-style: solid;
3060
3060
  height: inherit;
3061
- overflow: hidden;
3062
3061
  }
3063
3062
  .e-grid.sf-grid .e-gridcontent .e-content,
3064
3063
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3168,7 +3168,6 @@
3168
3168
  .e-grid.sf-grid .e-frozencontent {
3169
3169
  border-bottom-style: solid;
3170
3170
  height: inherit;
3171
- overflow: hidden;
3172
3171
  }
3173
3172
  .e-grid.sf-grid .e-gridcontent .e-content,
3174
3173
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3168,7 +3168,6 @@
3168
3168
  .e-grid.sf-grid .e-frozencontent {
3169
3169
  border-bottom-style: solid;
3170
3170
  height: inherit;
3171
- overflow: hidden;
3172
3171
  }
3173
3172
  .e-grid.sf-grid .e-gridcontent .e-content,
3174
3173
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3062,7 +3062,6 @@
3062
3062
  .e-grid.sf-grid .e-frozencontent {
3063
3063
  border-bottom-style: solid;
3064
3064
  height: inherit;
3065
- overflow: hidden;
3066
3065
  }
3067
3066
  .e-grid.sf-grid .e-gridcontent .e-content,
3068
3067
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3062,7 +3062,6 @@
3062
3062
  .e-grid.sf-grid .e-frozencontent {
3063
3063
  border-bottom-style: solid;
3064
3064
  height: inherit;
3065
- overflow: hidden;
3066
3065
  }
3067
3066
  .e-grid.sf-grid .e-gridcontent .e-content,
3068
3067
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3106,7 +3106,6 @@
3106
3106
  .e-grid.sf-grid .e-frozencontent {
3107
3107
  border-bottom-style: solid;
3108
3108
  height: inherit;
3109
- overflow: hidden;
3110
3109
  }
3111
3110
  .e-grid.sf-grid .e-gridcontent .e-content,
3112
3111
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3140,7 +3140,6 @@
3140
3140
  .e-grid.sf-grid .e-frozencontent {
3141
3141
  border-bottom-style: solid;
3142
3142
  height: inherit;
3143
- overflow: hidden;
3144
3143
  }
3145
3144
  .e-grid.sf-grid .e-gridcontent .e-content,
3146
3145
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3176,7 +3176,6 @@
3176
3176
  .e-grid.sf-grid .e-frozencontent {
3177
3177
  border-bottom-style: solid;
3178
3178
  height: inherit;
3179
- overflow: hidden;
3180
3179
  }
3181
3180
  .e-grid.sf-grid .e-gridcontent .e-content,
3182
3181
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3176,7 +3176,6 @@
3176
3176
  .e-grid.sf-grid .e-frozencontent {
3177
3177
  border-bottom-style: solid;
3178
3178
  height: inherit;
3179
- overflow: hidden;
3180
3179
  }
3181
3180
  .e-grid.sf-grid .e-gridcontent .e-content,
3182
3181
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3474,7 +3474,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3474
3474
  .e-grid.sf-grid .e-frozencontent {
3475
3475
  border-bottom-style: solid;
3476
3476
  height: inherit;
3477
- overflow: hidden;
3478
3477
  }
3479
3478
  .e-grid.sf-grid .e-gridcontent .e-content,
3480
3479
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3474,7 +3474,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3474
3474
  .e-grid.sf-grid .e-frozencontent {
3475
3475
  border-bottom-style: solid;
3476
3476
  height: inherit;
3477
- overflow: hidden;
3478
3477
  }
3479
3478
  .e-grid.sf-grid .e-gridcontent .e-content,
3480
3479
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3524,7 +3524,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3524
3524
  .e-grid.sf-grid .e-frozencontent {
3525
3525
  border-bottom-style: solid;
3526
3526
  height: inherit;
3527
- overflow: hidden;
3528
3527
  }
3529
3528
  .e-grid.sf-grid .e-gridcontent .e-content,
3530
3529
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3566,7 +3566,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3566
3566
  .e-grid.sf-grid .e-frozencontent {
3567
3567
  border-bottom-style: solid;
3568
3568
  height: inherit;
3569
- overflow: hidden;
3570
3569
  }
3571
3570
  .e-grid.sf-grid .e-gridcontent .e-content,
3572
3571
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3592,7 +3592,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3592
3592
  .e-grid.sf-grid .e-frozencontent {
3593
3593
  border-bottom-style: solid;
3594
3594
  height: inherit;
3595
- overflow: hidden;
3596
3595
  }
3597
3596
  .e-grid.sf-grid .e-gridcontent .e-content,
3598
3597
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3592,7 +3592,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3592
3592
  .e-grid.sf-grid .e-frozencontent {
3593
3593
  border-bottom-style: solid;
3594
3594
  height: inherit;
3595
- overflow: hidden;
3596
3595
  }
3597
3596
  .e-grid.sf-grid .e-gridcontent .e-content,
3598
3597
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {