@syncfusion/ej2-vue-grids 20.3.61 → 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.
- package/CHANGELOG.md +11 -113
- package/README.md +133 -33
- package/dist/ej2-vue-grids.umd.min.js +2 -2
- 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 +2 -2
- package/package.json +8 -8
- 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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-grids@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-grids@1.138.21",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-jHc9RY1Bl+GCCYJ/eR5qeVqFuH2wSIc9rCIzRrwHQNBwRRgnErExJZOY8N1OHaO/or+flesGZg2ggHIaT8RpeQ==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-1.138.21.tgz",
|
|
23
|
+
"_shasum": "9dc5dfe22ea8db6ba23e939ac2f9be912f098dbf",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-grids": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.38",
|
|
35
|
+
"@syncfusion/ej2-grids": "20.4.38",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.4.38"
|
|
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",
|
|
@@ -68,6 +68,6 @@
|
|
|
68
68
|
"scripts": {
|
|
69
69
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
70
70
|
},
|
|
71
|
-
"version": "20.
|
|
71
|
+
"version": "20.4.38",
|
|
72
72
|
"sideEffects": false
|
|
73
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 {
|
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 {
|