@syncfusion/ej2-vue-grids 22.1.37 → 22.1.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 +14 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +15 -1
- package/styles/bootstrap.css +15 -1
- package/styles/bootstrap4.css +15 -1
- package/styles/bootstrap5-dark.css +15 -1
- package/styles/bootstrap5.css +15 -1
- package/styles/fabric-dark.css +15 -1
- package/styles/fabric.css +15 -1
- package/styles/fluent-dark.css +15 -1
- package/styles/fluent.css +15 -1
- package/styles/grid/bootstrap-dark.css +15 -1
- package/styles/grid/bootstrap.css +15 -1
- package/styles/grid/bootstrap4.css +15 -1
- package/styles/grid/bootstrap5-dark.css +15 -1
- package/styles/grid/bootstrap5.css +15 -1
- package/styles/grid/fabric-dark.css +15 -1
- package/styles/grid/fabric.css +15 -1
- package/styles/grid/fluent-dark.css +15 -1
- package/styles/grid/fluent.css +15 -1
- package/styles/grid/highcontrast-light.css +15 -1
- package/styles/grid/highcontrast.css +15 -1
- package/styles/grid/material-dark.css +15 -1
- package/styles/grid/material.css +15 -1
- package/styles/grid/material3-dark.css +19 -1
- package/styles/grid/material3.css +19 -1
- package/styles/grid/tailwind-dark.css +15 -1
- package/styles/grid/tailwind.css +15 -1
- package/styles/highcontrast-light.css +15 -1
- package/styles/highcontrast.css +15 -1
- package/styles/material-dark.css +15 -1
- package/styles/material.css +15 -1
- package/styles/material3-dark.css +19 -1
- package/styles/material3.css +19 -1
- package/styles/tailwind-dark.css +15 -1
- package/styles/tailwind.css +15 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-grids@22.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-grids@22.1.37",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-p4E3JJi+BEISSnDras2JlSX2Ow7zgNMJZ8uqu5bhOKOMIeAqtDZ3zZ1MtrY7CLjLUk6yaPUJpqgm7+y3qyXU7Q==",
|
|
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-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-22.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-22.1.37.tgz",
|
|
23
|
+
"_shasum": "5b0028cfe242ed5f2aa132b05f8f782b3f0121f7",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~22.1.
|
|
35
|
-
"@syncfusion/ej2-grids": "22.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~22.1.38",
|
|
35
|
+
"@syncfusion/ej2-grids": "22.1.38",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~22.1.34"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"ci-publish": "gulp ci-publish",
|
|
59
59
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
60
60
|
},
|
|
61
|
-
"version": "22.1.
|
|
61
|
+
"version": "22.1.38",
|
|
62
62
|
"sideEffects": false
|
|
63
63
|
}
|
|
@@ -1839,7 +1839,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1839
1839
|
border-collapse: separate;
|
|
1840
1840
|
table-layout: fixed;
|
|
1841
1841
|
width: 100%;
|
|
1842
|
-
border-spacing: 0.25px;
|
|
1843
1842
|
}
|
|
1844
1843
|
.e-grid .e-tableborder {
|
|
1845
1844
|
border-right: 1px solid;
|
|
@@ -4199,6 +4198,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4199
4198
|
}
|
|
4200
4199
|
|
|
4201
4200
|
/* stylelint-enable */
|
|
4201
|
+
/* Apply styles for Firefox only */
|
|
4202
|
+
/* stylelint-disable function-url-quotes */
|
|
4203
|
+
@-moz-document url-prefix() {
|
|
4204
|
+
.e-grid-min-height .e-rowcell,
|
|
4205
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4206
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4207
|
+
line-height: normal;
|
|
4208
|
+
}
|
|
4209
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4210
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4211
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4212
|
+
line-height: normal;
|
|
4213
|
+
}
|
|
4214
|
+
}
|
|
4215
|
+
/* stylelint-enable function-url-quotes */
|
|
4202
4216
|
/*! Grid theme */
|
|
4203
4217
|
.e-grid {
|
|
4204
4218
|
border-color: #484848;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1840,7 +1840,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1840
1840
|
border-collapse: separate;
|
|
1841
1841
|
table-layout: fixed;
|
|
1842
1842
|
width: 100%;
|
|
1843
|
-
border-spacing: 0.25px;
|
|
1844
1843
|
}
|
|
1845
1844
|
.e-grid .e-tableborder {
|
|
1846
1845
|
border-right: 1px solid;
|
|
@@ -4200,6 +4199,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4200
4199
|
}
|
|
4201
4200
|
|
|
4202
4201
|
/* stylelint-enable */
|
|
4202
|
+
/* Apply styles for Firefox only */
|
|
4203
|
+
/* stylelint-disable function-url-quotes */
|
|
4204
|
+
@-moz-document url-prefix() {
|
|
4205
|
+
.e-grid-min-height .e-rowcell,
|
|
4206
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4207
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4208
|
+
line-height: normal;
|
|
4209
|
+
}
|
|
4210
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4211
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4212
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4213
|
+
line-height: normal;
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
/* stylelint-enable function-url-quotes */
|
|
4203
4217
|
/*! Grid theme */
|
|
4204
4218
|
.e-grid {
|
|
4205
4219
|
border-color: #ddd;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1899,7 +1899,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1899
1899
|
border-collapse: separate;
|
|
1900
1900
|
table-layout: fixed;
|
|
1901
1901
|
width: 100%;
|
|
1902
|
-
border-spacing: 0.25px;
|
|
1903
1902
|
}
|
|
1904
1903
|
.e-grid .e-tableborder {
|
|
1905
1904
|
border-right: 1px solid;
|
|
@@ -4263,6 +4262,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4263
4262
|
}
|
|
4264
4263
|
|
|
4265
4264
|
/* stylelint-enable */
|
|
4265
|
+
/* Apply styles for Firefox only */
|
|
4266
|
+
/* stylelint-disable function-url-quotes */
|
|
4267
|
+
@-moz-document url-prefix() {
|
|
4268
|
+
.e-grid-min-height .e-rowcell,
|
|
4269
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4270
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4271
|
+
line-height: normal;
|
|
4272
|
+
}
|
|
4273
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4274
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4275
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4276
|
+
line-height: normal;
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
/* stylelint-enable function-url-quotes */
|
|
4266
4280
|
/*! Grid theme */
|
|
4267
4281
|
.e-grid {
|
|
4268
4282
|
border-color: #dee2e6;
|
|
@@ -1904,7 +1904,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1904
1904
|
border-collapse: separate;
|
|
1905
1905
|
table-layout: fixed;
|
|
1906
1906
|
width: 100%;
|
|
1907
|
-
border-spacing: 0.25px;
|
|
1908
1907
|
}
|
|
1909
1908
|
.e-grid .e-tableborder {
|
|
1910
1909
|
border-right: 1px solid;
|
|
@@ -4276,6 +4275,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4276
4275
|
}
|
|
4277
4276
|
|
|
4278
4277
|
/* stylelint-enable */
|
|
4278
|
+
/* Apply styles for Firefox only */
|
|
4279
|
+
/* stylelint-disable function-url-quotes */
|
|
4280
|
+
@-moz-document url-prefix() {
|
|
4281
|
+
.e-grid-min-height .e-rowcell,
|
|
4282
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4283
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4284
|
+
line-height: normal;
|
|
4285
|
+
}
|
|
4286
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4287
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4288
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4289
|
+
line-height: normal;
|
|
4290
|
+
}
|
|
4291
|
+
}
|
|
4292
|
+
/* stylelint-enable function-url-quotes */
|
|
4279
4293
|
/*! Grid theme */
|
|
4280
4294
|
.e-grid {
|
|
4281
4295
|
border-color: #444c54;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1904,7 +1904,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1904
1904
|
border-collapse: separate;
|
|
1905
1905
|
table-layout: fixed;
|
|
1906
1906
|
width: 100%;
|
|
1907
|
-
border-spacing: 0.25px;
|
|
1908
1907
|
}
|
|
1909
1908
|
.e-grid .e-tableborder {
|
|
1910
1909
|
border-right: 1px solid;
|
|
@@ -4276,6 +4275,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4276
4275
|
}
|
|
4277
4276
|
|
|
4278
4277
|
/* stylelint-enable */
|
|
4278
|
+
/* Apply styles for Firefox only */
|
|
4279
|
+
/* stylelint-disable function-url-quotes */
|
|
4280
|
+
@-moz-document url-prefix() {
|
|
4281
|
+
.e-grid-min-height .e-rowcell,
|
|
4282
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4283
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4284
|
+
line-height: normal;
|
|
4285
|
+
}
|
|
4286
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4287
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4288
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4289
|
+
line-height: normal;
|
|
4290
|
+
}
|
|
4291
|
+
}
|
|
4292
|
+
/* stylelint-enable function-url-quotes */
|
|
4279
4293
|
/*! Grid theme */
|
|
4280
4294
|
.e-grid {
|
|
4281
4295
|
border-color: #dee2e6;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1813,7 +1813,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1813
1813
|
border-collapse: separate;
|
|
1814
1814
|
table-layout: fixed;
|
|
1815
1815
|
width: 100%;
|
|
1816
|
-
border-spacing: 0.25px;
|
|
1817
1816
|
}
|
|
1818
1817
|
.e-grid .e-tableborder {
|
|
1819
1818
|
border-right: 1px solid;
|
|
@@ -4173,6 +4172,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4173
4172
|
}
|
|
4174
4173
|
|
|
4175
4174
|
/* stylelint-enable */
|
|
4175
|
+
/* Apply styles for Firefox only */
|
|
4176
|
+
/* stylelint-disable function-url-quotes */
|
|
4177
|
+
@-moz-document url-prefix() {
|
|
4178
|
+
.e-grid-min-height .e-rowcell,
|
|
4179
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4180
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4181
|
+
line-height: normal;
|
|
4182
|
+
}
|
|
4183
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4184
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4185
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4186
|
+
line-height: normal;
|
|
4187
|
+
}
|
|
4188
|
+
}
|
|
4189
|
+
/* stylelint-enable function-url-quotes */
|
|
4176
4190
|
/*! Grid theme */
|
|
4177
4191
|
.e-grid {
|
|
4178
4192
|
border-color: #414040;
|
package/styles/fabric.css
CHANGED
|
@@ -1806,7 +1806,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1806
1806
|
border-collapse: separate;
|
|
1807
1807
|
table-layout: fixed;
|
|
1808
1808
|
width: 100%;
|
|
1809
|
-
border-spacing: 0.25px;
|
|
1810
1809
|
}
|
|
1811
1810
|
.e-grid .e-tableborder {
|
|
1812
1811
|
border-right: 1px solid;
|
|
@@ -4166,6 +4165,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4166
4165
|
}
|
|
4167
4166
|
|
|
4168
4167
|
/* stylelint-enable */
|
|
4168
|
+
/* Apply styles for Firefox only */
|
|
4169
|
+
/* stylelint-disable function-url-quotes */
|
|
4170
|
+
@-moz-document url-prefix() {
|
|
4171
|
+
.e-grid-min-height .e-rowcell,
|
|
4172
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4173
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4174
|
+
line-height: normal;
|
|
4175
|
+
}
|
|
4176
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4177
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4178
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4179
|
+
line-height: normal;
|
|
4180
|
+
}
|
|
4181
|
+
}
|
|
4182
|
+
/* stylelint-enable function-url-quotes */
|
|
4169
4183
|
/*! Grid theme */
|
|
4170
4184
|
.e-grid {
|
|
4171
4185
|
border-color: #eaeaea;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1904,7 +1904,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1904
1904
|
border-collapse: separate;
|
|
1905
1905
|
table-layout: fixed;
|
|
1906
1906
|
width: 100%;
|
|
1907
|
-
border-spacing: 0.25px;
|
|
1908
1907
|
}
|
|
1909
1908
|
.e-grid .e-tableborder {
|
|
1910
1909
|
border-right: 1px solid;
|
|
@@ -4310,6 +4309,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4310
4309
|
}
|
|
4311
4310
|
|
|
4312
4311
|
/* stylelint-enable */
|
|
4312
|
+
/* Apply styles for Firefox only */
|
|
4313
|
+
/* stylelint-disable function-url-quotes */
|
|
4314
|
+
@-moz-document url-prefix() {
|
|
4315
|
+
.e-grid-min-height .e-rowcell,
|
|
4316
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4317
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4318
|
+
line-height: normal;
|
|
4319
|
+
}
|
|
4320
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4321
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4322
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4323
|
+
line-height: normal;
|
|
4324
|
+
}
|
|
4325
|
+
}
|
|
4326
|
+
/* stylelint-enable function-url-quotes */
|
|
4313
4327
|
/*! Grid theme */
|
|
4314
4328
|
.e-grid {
|
|
4315
4329
|
border-color: #292827;
|
package/styles/fluent.css
CHANGED
|
@@ -1904,7 +1904,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1904
1904
|
border-collapse: separate;
|
|
1905
1905
|
table-layout: fixed;
|
|
1906
1906
|
width: 100%;
|
|
1907
|
-
border-spacing: 0.25px;
|
|
1908
1907
|
}
|
|
1909
1908
|
.e-grid .e-tableborder {
|
|
1910
1909
|
border-right: 1px solid;
|
|
@@ -4310,6 +4309,21 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4310
4309
|
}
|
|
4311
4310
|
|
|
4312
4311
|
/* stylelint-enable */
|
|
4312
|
+
/* Apply styles for Firefox only */
|
|
4313
|
+
/* stylelint-disable function-url-quotes */
|
|
4314
|
+
@-moz-document url-prefix() {
|
|
4315
|
+
.e-grid-min-height .e-rowcell,
|
|
4316
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
4317
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
4318
|
+
line-height: normal;
|
|
4319
|
+
}
|
|
4320
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4321
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4322
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4323
|
+
line-height: normal;
|
|
4324
|
+
}
|
|
4325
|
+
}
|
|
4326
|
+
/* stylelint-enable function-url-quotes */
|
|
4313
4327
|
/*! Grid theme */
|
|
4314
4328
|
.e-grid {
|
|
4315
4329
|
border-color: #edebe9;
|
|
@@ -1418,7 +1418,6 @@
|
|
|
1418
1418
|
border-collapse: separate;
|
|
1419
1419
|
table-layout: fixed;
|
|
1420
1420
|
width: 100%;
|
|
1421
|
-
border-spacing: 0.25px;
|
|
1422
1421
|
}
|
|
1423
1422
|
.e-grid .e-tableborder {
|
|
1424
1423
|
border-right: 1px solid;
|
|
@@ -3778,6 +3777,21 @@
|
|
|
3778
3777
|
}
|
|
3779
3778
|
|
|
3780
3779
|
/* stylelint-enable */
|
|
3780
|
+
/* Apply styles for Firefox only */
|
|
3781
|
+
/* stylelint-disable function-url-quotes */
|
|
3782
|
+
@-moz-document url-prefix() {
|
|
3783
|
+
.e-grid-min-height .e-rowcell,
|
|
3784
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3785
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3786
|
+
line-height: normal;
|
|
3787
|
+
}
|
|
3788
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3789
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3790
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3791
|
+
line-height: normal;
|
|
3792
|
+
}
|
|
3793
|
+
}
|
|
3794
|
+
/* stylelint-enable function-url-quotes */
|
|
3781
3795
|
/*! Grid theme */
|
|
3782
3796
|
.e-grid {
|
|
3783
3797
|
border-color: #484848;
|
|
@@ -1419,7 +1419,6 @@
|
|
|
1419
1419
|
border-collapse: separate;
|
|
1420
1420
|
table-layout: fixed;
|
|
1421
1421
|
width: 100%;
|
|
1422
|
-
border-spacing: 0.25px;
|
|
1423
1422
|
}
|
|
1424
1423
|
.e-grid .e-tableborder {
|
|
1425
1424
|
border-right: 1px solid;
|
|
@@ -3779,6 +3778,21 @@
|
|
|
3779
3778
|
}
|
|
3780
3779
|
|
|
3781
3780
|
/* stylelint-enable */
|
|
3781
|
+
/* Apply styles for Firefox only */
|
|
3782
|
+
/* stylelint-disable function-url-quotes */
|
|
3783
|
+
@-moz-document url-prefix() {
|
|
3784
|
+
.e-grid-min-height .e-rowcell,
|
|
3785
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3786
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3787
|
+
line-height: normal;
|
|
3788
|
+
}
|
|
3789
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3790
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3791
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3792
|
+
line-height: normal;
|
|
3793
|
+
}
|
|
3794
|
+
}
|
|
3795
|
+
/* stylelint-enable function-url-quotes */
|
|
3782
3796
|
/*! Grid theme */
|
|
3783
3797
|
.e-grid {
|
|
3784
3798
|
border-color: #ddd;
|
|
@@ -1467,7 +1467,6 @@
|
|
|
1467
1467
|
border-collapse: separate;
|
|
1468
1468
|
table-layout: fixed;
|
|
1469
1469
|
width: 100%;
|
|
1470
|
-
border-spacing: 0.25px;
|
|
1471
1470
|
}
|
|
1472
1471
|
.e-grid .e-tableborder {
|
|
1473
1472
|
border-right: 1px solid;
|
|
@@ -3831,6 +3830,21 @@
|
|
|
3831
3830
|
}
|
|
3832
3831
|
|
|
3833
3832
|
/* stylelint-enable */
|
|
3833
|
+
/* Apply styles for Firefox only */
|
|
3834
|
+
/* stylelint-disable function-url-quotes */
|
|
3835
|
+
@-moz-document url-prefix() {
|
|
3836
|
+
.e-grid-min-height .e-rowcell,
|
|
3837
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3838
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3839
|
+
line-height: normal;
|
|
3840
|
+
}
|
|
3841
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3842
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3843
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3844
|
+
line-height: normal;
|
|
3845
|
+
}
|
|
3846
|
+
}
|
|
3847
|
+
/* stylelint-enable function-url-quotes */
|
|
3834
3848
|
/*! Grid theme */
|
|
3835
3849
|
.e-grid {
|
|
3836
3850
|
border-color: #dee2e6;
|
|
@@ -1480,7 +1480,6 @@
|
|
|
1480
1480
|
border-collapse: separate;
|
|
1481
1481
|
table-layout: fixed;
|
|
1482
1482
|
width: 100%;
|
|
1483
|
-
border-spacing: 0.25px;
|
|
1484
1483
|
}
|
|
1485
1484
|
.e-grid .e-tableborder {
|
|
1486
1485
|
border-right: 1px solid;
|
|
@@ -3852,6 +3851,21 @@
|
|
|
3852
3851
|
}
|
|
3853
3852
|
|
|
3854
3853
|
/* stylelint-enable */
|
|
3854
|
+
/* Apply styles for Firefox only */
|
|
3855
|
+
/* stylelint-disable function-url-quotes */
|
|
3856
|
+
@-moz-document url-prefix() {
|
|
3857
|
+
.e-grid-min-height .e-rowcell,
|
|
3858
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3859
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3860
|
+
line-height: normal;
|
|
3861
|
+
}
|
|
3862
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3863
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3864
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3865
|
+
line-height: normal;
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3868
|
+
/* stylelint-enable function-url-quotes */
|
|
3855
3869
|
/*! Grid theme */
|
|
3856
3870
|
.e-grid {
|
|
3857
3871
|
border-color: #444c54;
|
|
@@ -1480,7 +1480,6 @@
|
|
|
1480
1480
|
border-collapse: separate;
|
|
1481
1481
|
table-layout: fixed;
|
|
1482
1482
|
width: 100%;
|
|
1483
|
-
border-spacing: 0.25px;
|
|
1484
1483
|
}
|
|
1485
1484
|
.e-grid .e-tableborder {
|
|
1486
1485
|
border-right: 1px solid;
|
|
@@ -3852,6 +3851,21 @@
|
|
|
3852
3851
|
}
|
|
3853
3852
|
|
|
3854
3853
|
/* stylelint-enable */
|
|
3854
|
+
/* Apply styles for Firefox only */
|
|
3855
|
+
/* stylelint-disable function-url-quotes */
|
|
3856
|
+
@-moz-document url-prefix() {
|
|
3857
|
+
.e-grid-min-height .e-rowcell,
|
|
3858
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3859
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3860
|
+
line-height: normal;
|
|
3861
|
+
}
|
|
3862
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3863
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3864
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3865
|
+
line-height: normal;
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3868
|
+
/* stylelint-enable function-url-quotes */
|
|
3855
3869
|
/*! Grid theme */
|
|
3856
3870
|
.e-grid {
|
|
3857
3871
|
border-color: #dee2e6;
|
|
@@ -1392,7 +1392,6 @@
|
|
|
1392
1392
|
border-collapse: separate;
|
|
1393
1393
|
table-layout: fixed;
|
|
1394
1394
|
width: 100%;
|
|
1395
|
-
border-spacing: 0.25px;
|
|
1396
1395
|
}
|
|
1397
1396
|
.e-grid .e-tableborder {
|
|
1398
1397
|
border-right: 1px solid;
|
|
@@ -3752,6 +3751,21 @@
|
|
|
3752
3751
|
}
|
|
3753
3752
|
|
|
3754
3753
|
/* stylelint-enable */
|
|
3754
|
+
/* Apply styles for Firefox only */
|
|
3755
|
+
/* stylelint-disable function-url-quotes */
|
|
3756
|
+
@-moz-document url-prefix() {
|
|
3757
|
+
.e-grid-min-height .e-rowcell,
|
|
3758
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3759
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3760
|
+
line-height: normal;
|
|
3761
|
+
}
|
|
3762
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3763
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3764
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3765
|
+
line-height: normal;
|
|
3766
|
+
}
|
|
3767
|
+
}
|
|
3768
|
+
/* stylelint-enable function-url-quotes */
|
|
3755
3769
|
/*! Grid theme */
|
|
3756
3770
|
.e-grid {
|
|
3757
3771
|
border-color: #414040;
|
package/styles/grid/fabric.css
CHANGED
|
@@ -1385,7 +1385,6 @@
|
|
|
1385
1385
|
border-collapse: separate;
|
|
1386
1386
|
table-layout: fixed;
|
|
1387
1387
|
width: 100%;
|
|
1388
|
-
border-spacing: 0.25px;
|
|
1389
1388
|
}
|
|
1390
1389
|
.e-grid .e-tableborder {
|
|
1391
1390
|
border-right: 1px solid;
|
|
@@ -3745,6 +3744,21 @@
|
|
|
3745
3744
|
}
|
|
3746
3745
|
|
|
3747
3746
|
/* stylelint-enable */
|
|
3747
|
+
/* Apply styles for Firefox only */
|
|
3748
|
+
/* stylelint-disable function-url-quotes */
|
|
3749
|
+
@-moz-document url-prefix() {
|
|
3750
|
+
.e-grid-min-height .e-rowcell,
|
|
3751
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3752
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3753
|
+
line-height: normal;
|
|
3754
|
+
}
|
|
3755
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3756
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3757
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3758
|
+
line-height: normal;
|
|
3759
|
+
}
|
|
3760
|
+
}
|
|
3761
|
+
/* stylelint-enable function-url-quotes */
|
|
3748
3762
|
/*! Grid theme */
|
|
3749
3763
|
.e-grid {
|
|
3750
3764
|
border-color: #eaeaea;
|
|
@@ -1480,7 +1480,6 @@
|
|
|
1480
1480
|
border-collapse: separate;
|
|
1481
1481
|
table-layout: fixed;
|
|
1482
1482
|
width: 100%;
|
|
1483
|
-
border-spacing: 0.25px;
|
|
1484
1483
|
}
|
|
1485
1484
|
.e-grid .e-tableborder {
|
|
1486
1485
|
border-right: 1px solid;
|
|
@@ -3886,6 +3885,21 @@
|
|
|
3886
3885
|
}
|
|
3887
3886
|
|
|
3888
3887
|
/* stylelint-enable */
|
|
3888
|
+
/* Apply styles for Firefox only */
|
|
3889
|
+
/* stylelint-disable function-url-quotes */
|
|
3890
|
+
@-moz-document url-prefix() {
|
|
3891
|
+
.e-grid-min-height .e-rowcell,
|
|
3892
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3893
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3894
|
+
line-height: normal;
|
|
3895
|
+
}
|
|
3896
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3897
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3898
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3899
|
+
line-height: normal;
|
|
3900
|
+
}
|
|
3901
|
+
}
|
|
3902
|
+
/* stylelint-enable function-url-quotes */
|
|
3889
3903
|
/*! Grid theme */
|
|
3890
3904
|
.e-grid {
|
|
3891
3905
|
border-color: #292827;
|
package/styles/grid/fluent.css
CHANGED
|
@@ -1480,7 +1480,6 @@
|
|
|
1480
1480
|
border-collapse: separate;
|
|
1481
1481
|
table-layout: fixed;
|
|
1482
1482
|
width: 100%;
|
|
1483
|
-
border-spacing: 0.25px;
|
|
1484
1483
|
}
|
|
1485
1484
|
.e-grid .e-tableborder {
|
|
1486
1485
|
border-right: 1px solid;
|
|
@@ -3886,6 +3885,21 @@
|
|
|
3886
3885
|
}
|
|
3887
3886
|
|
|
3888
3887
|
/* stylelint-enable */
|
|
3888
|
+
/* Apply styles for Firefox only */
|
|
3889
|
+
/* stylelint-disable function-url-quotes */
|
|
3890
|
+
@-moz-document url-prefix() {
|
|
3891
|
+
.e-grid-min-height .e-rowcell,
|
|
3892
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3893
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3894
|
+
line-height: normal;
|
|
3895
|
+
}
|
|
3896
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3897
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3898
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3899
|
+
line-height: normal;
|
|
3900
|
+
}
|
|
3901
|
+
}
|
|
3902
|
+
/* stylelint-enable function-url-quotes */
|
|
3889
3903
|
/*! Grid theme */
|
|
3890
3904
|
.e-grid {
|
|
3891
3905
|
border-color: #edebe9;
|
|
@@ -1389,7 +1389,6 @@
|
|
|
1389
1389
|
border-collapse: separate;
|
|
1390
1390
|
table-layout: fixed;
|
|
1391
1391
|
width: 100%;
|
|
1392
|
-
border-spacing: 0.25px;
|
|
1393
1392
|
}
|
|
1394
1393
|
.e-grid .e-tableborder {
|
|
1395
1394
|
border-right: 1px solid;
|
|
@@ -3749,6 +3748,21 @@
|
|
|
3749
3748
|
}
|
|
3750
3749
|
|
|
3751
3750
|
/* stylelint-enable */
|
|
3751
|
+
/* Apply styles for Firefox only */
|
|
3752
|
+
/* stylelint-disable function-url-quotes */
|
|
3753
|
+
@-moz-document url-prefix() {
|
|
3754
|
+
.e-grid-min-height .e-rowcell,
|
|
3755
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3756
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3757
|
+
line-height: normal;
|
|
3758
|
+
}
|
|
3759
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3760
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3761
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3762
|
+
line-height: normal;
|
|
3763
|
+
}
|
|
3764
|
+
}
|
|
3765
|
+
/* stylelint-enable function-url-quotes */
|
|
3752
3766
|
/*! Grid theme */
|
|
3753
3767
|
.e-grid {
|
|
3754
3768
|
border-color: #757575;
|
|
@@ -1389,7 +1389,6 @@
|
|
|
1389
1389
|
border-collapse: separate;
|
|
1390
1390
|
table-layout: fixed;
|
|
1391
1391
|
width: 100%;
|
|
1392
|
-
border-spacing: 0.25px;
|
|
1393
1392
|
}
|
|
1394
1393
|
.e-grid .e-tableborder {
|
|
1395
1394
|
border-right: 1px solid;
|
|
@@ -3749,6 +3748,21 @@
|
|
|
3749
3748
|
}
|
|
3750
3749
|
|
|
3751
3750
|
/* stylelint-enable */
|
|
3751
|
+
/* Apply styles for Firefox only */
|
|
3752
|
+
/* stylelint-disable function-url-quotes */
|
|
3753
|
+
@-moz-document url-prefix() {
|
|
3754
|
+
.e-grid-min-height .e-rowcell,
|
|
3755
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3756
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3757
|
+
line-height: normal;
|
|
3758
|
+
}
|
|
3759
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3760
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3761
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3762
|
+
line-height: normal;
|
|
3763
|
+
}
|
|
3764
|
+
}
|
|
3765
|
+
/* stylelint-enable function-url-quotes */
|
|
3752
3766
|
/*! Grid theme */
|
|
3753
3767
|
.e-grid {
|
|
3754
3768
|
border-color: #969696;
|
|
@@ -1433,7 +1433,6 @@
|
|
|
1433
1433
|
border-collapse: separate;
|
|
1434
1434
|
table-layout: fixed;
|
|
1435
1435
|
width: 100%;
|
|
1436
|
-
border-spacing: 0.25px;
|
|
1437
1436
|
}
|
|
1438
1437
|
.e-grid .e-tableborder {
|
|
1439
1438
|
border-right: 1px solid;
|
|
@@ -3793,6 +3792,21 @@
|
|
|
3793
3792
|
}
|
|
3794
3793
|
|
|
3795
3794
|
/* stylelint-enable */
|
|
3795
|
+
/* Apply styles for Firefox only */
|
|
3796
|
+
/* stylelint-disable function-url-quotes */
|
|
3797
|
+
@-moz-document url-prefix() {
|
|
3798
|
+
.e-grid-min-height .e-rowcell,
|
|
3799
|
+
.e-grid-min-height .e-icon-grightarrow,
|
|
3800
|
+
.e-grid-min-height .e-icon-gdownarrow {
|
|
3801
|
+
line-height: normal;
|
|
3802
|
+
}
|
|
3803
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3804
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3805
|
+
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3806
|
+
line-height: normal;
|
|
3807
|
+
}
|
|
3808
|
+
}
|
|
3809
|
+
/* stylelint-enable function-url-quotes */
|
|
3796
3810
|
/*! Grid theme */
|
|
3797
3811
|
.e-grid {
|
|
3798
3812
|
border-color: #616161;
|