@syncfusion/ej2-vue-grids 20.3.62 → 20.4.40
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 +11 -112
- package/README.md +35 -31
- package/dist/ej2-vue-grids.umd.min.js +10 -1
- package/dist/ej2-vue-grids.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-grids.es2015.js +46 -2
- package/dist/es6/ej2-vue-grids.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-grids.es5.js +46 -2
- package/dist/es6/ej2-vue-grids.es5.js.map +1 -1
- package/dist/global/ej2-vue-grids.min.js +10 -1
- package/package.json +62 -73
- package/src/pager/pager.component.d.ts +3 -0
- package/src/pager/pager.component.js +47 -2
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap4.css +4 -1
- package/styles/bootstrap5-dark.css +4 -1
- package/styles/bootstrap5.css +4 -1
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fluent-dark.css +0 -1
- package/styles/fluent.css +0 -1
- package/styles/grid/bootstrap-dark.css +0 -1
- package/styles/grid/bootstrap.css +0 -1
- package/styles/grid/bootstrap4.css +4 -1
- package/styles/grid/bootstrap5-dark.css +4 -1
- package/styles/grid/bootstrap5.css +4 -1
- package/styles/grid/fabric-dark.css +0 -1
- package/styles/grid/fabric.css +0 -1
- package/styles/grid/fluent-dark.css +0 -1
- package/styles/grid/fluent.css +0 -1
- package/styles/grid/highcontrast-light.css +0 -1
- package/styles/grid/highcontrast.css +0 -1
- package/styles/grid/material-dark.css +0 -1
- package/styles/grid/material.css +0 -1
- package/styles/grid/tailwind-dark.css +0 -1
- package/styles/grid/tailwind.css +0 -1
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
package/package.json
CHANGED
|
@@ -1,73 +1,62 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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@20.4.38",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-8hVHKa3Joo70WAfEVWVfqqFKeLm64lYNeEfHyRDx0sfrmX8Npo8Jl/xX9fjavkmo2auEsDdh325DXpTp+W3eRw==",
|
|
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.4.38.tgz",
|
|
23
|
+
"_shasum": "9dca19d190ccccb36634a074ccdb94c05623e221",
|
|
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.40",
|
|
35
|
+
"@syncfusion/ej2-grids": "20.4.40",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.4.40"
|
|
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://www.syncfusion.com/vue-components",
|
|
43
|
+
"keywords": [
|
|
44
|
+
"vue",
|
|
45
|
+
"vuejs",
|
|
46
|
+
"vue-grids",
|
|
47
|
+
"ej2-vue-grids"
|
|
48
|
+
],
|
|
49
|
+
"license": "SEE LICENSE IN license",
|
|
50
|
+
"main": "./dist/ej2-vue-grids.umd.min.js",
|
|
51
|
+
"module": "./index.js",
|
|
52
|
+
"name": "@syncfusion/ej2-vue-grids",
|
|
53
|
+
"repository": {
|
|
54
|
+
"type": "git",
|
|
55
|
+
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
56
|
+
},
|
|
57
|
+
"scripts": {
|
|
58
|
+
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
59
|
+
},
|
|
60
|
+
"version": "20.4.40",
|
|
61
|
+
"sideEffects": false
|
|
62
|
+
}
|
|
@@ -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 {
|
package/styles/bootstrap.css
CHANGED
|
@@ -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 {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -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 {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -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 {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -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 {
|
package/styles/fluent-dark.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 {
|
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 {
|
|
@@ -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 {
|
package/styles/grid/fabric.css
CHANGED
package/styles/grid/fluent.css
CHANGED
package/styles/grid/material.css
CHANGED
package/styles/grid/tailwind.css
CHANGED
|
@@ -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 {
|
package/styles/highcontrast.css
CHANGED
|
@@ -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 {
|
package/styles/material-dark.css
CHANGED
|
@@ -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 {
|
package/styles/material.css
CHANGED
|
@@ -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 {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -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 {
|
package/styles/tailwind.css
CHANGED
|
@@ -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 {
|