@syncfusion/ej2-vue-grids 20.2.48 → 20.3.47
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 +10 -82
- 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 +47 -44
- package/dist/es6/ej2-vue-grids.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-grids.es5.js +47 -44
- 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/grid/aggregate-columns.directive.d.ts +0 -1
- package/src/grid/aggregate-columns.directive.js +5 -6
- package/src/grid/aggregates.directive.d.ts +0 -1
- package/src/grid/aggregates.directive.js +5 -6
- package/src/grid/columns.directive.d.ts +0 -1
- package/src/grid/columns.directive.js +5 -6
- package/src/grid/grid.component.d.ts +3 -1
- package/src/grid/grid.component.js +13 -5
- package/src/grid/stacked-column.directive.d.ts +0 -1
- package/src/grid/stacked-column.directive.js +5 -6
- package/src/pager/pager.component.d.ts +0 -1
- package/src/pager/pager.component.js +3 -4
- package/styles/bootstrap-dark.css +54 -11
- package/styles/bootstrap.css +54 -11
- package/styles/bootstrap4.css +57 -11
- package/styles/bootstrap5-dark.css +55 -11
- package/styles/bootstrap5.css +55 -11
- package/styles/excel-filter/bootstrap-dark.css +3 -1
- package/styles/excel-filter/bootstrap.css +3 -1
- package/styles/excel-filter/bootstrap4.css +6 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -1
- package/styles/excel-filter/bootstrap5.css +3 -1
- package/styles/excel-filter/fabric-dark.css +4 -2
- package/styles/excel-filter/fabric.css +4 -2
- package/styles/excel-filter/fluent-dark.css +3 -1
- package/styles/excel-filter/fluent.css +3 -1
- package/styles/excel-filter/highcontrast-light.css +4 -2
- package/styles/excel-filter/highcontrast.css +4 -2
- package/styles/excel-filter/material-dark.css +4 -2
- package/styles/excel-filter/material.css +4 -2
- package/styles/excel-filter/tailwind-dark.css +3 -1
- package/styles/excel-filter/tailwind.css +3 -1
- package/styles/fabric-dark.css +57 -14
- package/styles/fabric.css +56 -13
- package/styles/fluent-dark.css +54 -11
- package/styles/fluent.css +54 -11
- package/styles/grid/bootstrap-dark.css +51 -10
- package/styles/grid/bootstrap.css +51 -10
- package/styles/grid/bootstrap4.css +51 -10
- package/styles/grid/bootstrap5-dark.css +52 -10
- package/styles/grid/bootstrap5.css +52 -10
- package/styles/grid/fabric-dark.css +53 -12
- package/styles/grid/fabric.css +52 -11
- package/styles/grid/fluent-dark.css +51 -10
- package/styles/grid/fluent.css +51 -10
- package/styles/grid/highcontrast-light.css +52 -11
- package/styles/grid/highcontrast.css +52 -11
- package/styles/grid/material-dark.css +52 -11
- package/styles/grid/material.css +52 -11
- package/styles/grid/tailwind-dark.css +51 -10
- package/styles/grid/tailwind.css +51 -10
- package/styles/highcontrast-light.css +56 -13
- package/styles/highcontrast.css +56 -13
- package/styles/material-dark.css +56 -13
- package/styles/material.css +56 -13
- package/styles/tailwind-dark.css +54 -11
- package/styles/tailwind.css +54 -11
package/styles/bootstrap5.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
min-height: 34px;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
147
149
|
@keyframes material-spinner-rotate {
|
|
148
150
|
0% {
|
|
149
151
|
transform: rotate(0);
|
|
@@ -413,7 +415,7 @@
|
|
|
413
415
|
word-break: normal;
|
|
414
416
|
}
|
|
415
417
|
.e-excelfilter .e-chk-hidden {
|
|
416
|
-
-moz-appearance: none;
|
|
418
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
417
419
|
height: 1px;
|
|
418
420
|
opacity: 0;
|
|
419
421
|
width: 1px;
|
|
@@ -557,6 +559,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
557
559
|
border-color: #0d6efd;
|
|
558
560
|
}
|
|
559
561
|
|
|
562
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
563
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
560
564
|
@keyframes material-spinner-rotate {
|
|
561
565
|
0% {
|
|
562
566
|
transform: rotate(0);
|
|
@@ -574,6 +578,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
574
578
|
}
|
|
575
579
|
}
|
|
576
580
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
581
|
+
/* stylelint-disable */
|
|
577
582
|
/*! component icons */
|
|
578
583
|
.e-icon-check::before {
|
|
579
584
|
content: "\e774";
|
|
@@ -818,6 +823,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
818
823
|
.e-bigger .e-grid,
|
|
819
824
|
.e-grid.e-bigger {
|
|
820
825
|
font-size: 16px;
|
|
826
|
+
/* stylelint-disable */
|
|
821
827
|
}
|
|
822
828
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
823
829
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1481,6 +1487,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1481
1487
|
font-size: 14px;
|
|
1482
1488
|
height: auto;
|
|
1483
1489
|
position: relative;
|
|
1490
|
+
/* stylelint-enable */
|
|
1491
|
+
/* stylelint-disable */
|
|
1492
|
+
/* stylelint-enable */
|
|
1484
1493
|
}
|
|
1485
1494
|
.e-grid .e-gridheader {
|
|
1486
1495
|
-webkit-user-select: none;
|
|
@@ -2389,7 +2398,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2389
2398
|
padding-left: 8px;
|
|
2390
2399
|
}
|
|
2391
2400
|
.e-grid .e-chk-hidden {
|
|
2392
|
-
-moz-appearance: none;
|
|
2401
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2393
2402
|
height: 1px;
|
|
2394
2403
|
opacity: 0;
|
|
2395
2404
|
width: 1px;
|
|
@@ -2403,7 +2412,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2403
2412
|
}
|
|
2404
2413
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2405
2414
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2406
|
-
-webkit-user-select: auto;
|
|
2415
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2407
2416
|
height: 20px;
|
|
2408
2417
|
line-height: 20px;
|
|
2409
2418
|
position: relative;
|
|
@@ -2599,7 +2608,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2599
2608
|
padding: 2px;
|
|
2600
2609
|
}
|
|
2601
2610
|
.e-grid .e-content {
|
|
2602
|
-
-webkit-overflow-scrolling: touch;
|
|
2611
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2603
2612
|
overflow-x: auto;
|
|
2604
2613
|
overflow-y: scroll;
|
|
2605
2614
|
position: relative;
|
|
@@ -2729,6 +2738,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2729
2738
|
border-width: 1px 0 0;
|
|
2730
2739
|
cursor: pointer;
|
|
2731
2740
|
}
|
|
2741
|
+
.e-grid .e-disablepointer {
|
|
2742
|
+
cursor: default;
|
|
2743
|
+
}
|
|
2732
2744
|
.e-grid .e-groupcaption {
|
|
2733
2745
|
border-style: solid;
|
|
2734
2746
|
border-width: 1px 0 0;
|
|
@@ -2950,6 +2962,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2950
2962
|
.e-grid .e-checkboxfiltertext {
|
|
2951
2963
|
width: 150px;
|
|
2952
2964
|
word-break: normal;
|
|
2965
|
+
/* stylelint-disable */
|
|
2966
|
+
/* stylelint-enable */
|
|
2953
2967
|
}
|
|
2954
2968
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2955
2969
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3009,10 +3023,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3009
3023
|
overflow: hidden;
|
|
3010
3024
|
}
|
|
3011
3025
|
.e-grid .e-frozenhdrcont {
|
|
3012
|
-
-ms-touch-action: none;
|
|
3026
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3013
3027
|
}
|
|
3014
3028
|
.e-grid .e-frozencontent {
|
|
3015
|
-
-ms-touch-action: none;
|
|
3029
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3016
3030
|
border-bottom-width: 1px;
|
|
3017
3031
|
float: left;
|
|
3018
3032
|
width: min-content;
|
|
@@ -3021,19 +3035,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3021
3035
|
float: right;
|
|
3022
3036
|
}
|
|
3023
3037
|
.e-grid .e-movablecontent {
|
|
3024
|
-
-ms-overflow-style: none;
|
|
3038
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3025
3039
|
-ms-flex: 1;
|
|
3026
3040
|
flex: 1;
|
|
3027
3041
|
overflow-x: auto;
|
|
3028
3042
|
overflow-y: hidden;
|
|
3029
3043
|
}
|
|
3030
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3044
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3031
3045
|
display: none;
|
|
3032
3046
|
}
|
|
3033
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3047
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3034
3048
|
width: 7px;
|
|
3035
3049
|
}
|
|
3036
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3050
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3037
3051
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3038
3052
|
border-radius: 4px;
|
|
3039
3053
|
}
|
|
@@ -3440,9 +3454,39 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3440
3454
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3441
3455
|
border-right: 0;
|
|
3442
3456
|
}
|
|
3457
|
+
.e-grid .e-mask {
|
|
3458
|
+
display: inline-block;
|
|
3459
|
+
height: 10px;
|
|
3460
|
+
width: 80%;
|
|
3461
|
+
}
|
|
3462
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3463
|
+
margin-left: 7px;
|
|
3464
|
+
width: 16px;
|
|
3465
|
+
}
|
|
3466
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3467
|
+
width: 16px;
|
|
3468
|
+
}
|
|
3469
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3470
|
+
margin-left: 3px;
|
|
3471
|
+
margin-right: 16px;
|
|
3472
|
+
width: 20px;
|
|
3473
|
+
}
|
|
3474
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3475
|
+
width: 13px;
|
|
3476
|
+
}
|
|
3477
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3478
|
+
margin-left: 8px;
|
|
3479
|
+
}
|
|
3480
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3481
|
+
margin-left: 12px;
|
|
3482
|
+
width: 12px;
|
|
3483
|
+
}
|
|
3443
3484
|
.e-grid.sf-grid .e-table {
|
|
3444
3485
|
border-spacing: 0.25px;
|
|
3445
3486
|
}
|
|
3487
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3488
|
+
margin-left: -12px;
|
|
3489
|
+
}
|
|
3446
3490
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3447
3491
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3448
3492
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -4030,7 +4074,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4030
4074
|
}
|
|
4031
4075
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4032
4076
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4033
|
-
-moz-appearance: none;
|
|
4077
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4034
4078
|
height: 1px;
|
|
4035
4079
|
opacity: 0;
|
|
4036
4080
|
width: 1px;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -369,7 +371,7 @@
|
|
|
369
371
|
word-break: normal;
|
|
370
372
|
}
|
|
371
373
|
.e-excelfilter .e-chk-hidden {
|
|
372
|
-
-moz-appearance: none;
|
|
374
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
373
375
|
height: 1px;
|
|
374
376
|
opacity: 0;
|
|
375
377
|
width: 1px;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -369,7 +371,7 @@
|
|
|
369
371
|
word-break: normal;
|
|
370
372
|
}
|
|
371
373
|
.e-excelfilter .e-chk-hidden {
|
|
372
|
-
-moz-appearance: none;
|
|
374
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
373
375
|
height: 1px;
|
|
374
376
|
opacity: 0;
|
|
375
377
|
width: 1px;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
2
3
|
font-size: 8px;
|
|
3
4
|
}
|
|
@@ -145,6 +146,7 @@
|
|
|
145
146
|
min-height: 34px;
|
|
146
147
|
}
|
|
147
148
|
|
|
149
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
148
150
|
@keyframes material-spinner-rotate {
|
|
149
151
|
0% {
|
|
150
152
|
transform: rotate(0);
|
|
@@ -175,6 +177,9 @@
|
|
|
175
177
|
.e-excelfilter .e-excl-filter-icon.e-filtered::before {
|
|
176
178
|
content: "\e748";
|
|
177
179
|
}
|
|
180
|
+
.e-excelfilter .e-search-icon::before {
|
|
181
|
+
content: "\e724";
|
|
182
|
+
}
|
|
178
183
|
.e-excelfilter .e-ccsearch-icon::before {
|
|
179
184
|
content: "\e724";
|
|
180
185
|
}
|
|
@@ -411,7 +416,7 @@
|
|
|
411
416
|
word-break: normal;
|
|
412
417
|
}
|
|
413
418
|
.e-excelfilter .e-chk-hidden {
|
|
414
|
-
-moz-appearance: none;
|
|
419
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
415
420
|
height: 1px;
|
|
416
421
|
opacity: 0;
|
|
417
422
|
width: 1px;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
min-height: 34px;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
147
149
|
@keyframes material-spinner-rotate {
|
|
148
150
|
0% {
|
|
149
151
|
transform: rotate(0);
|
|
@@ -413,7 +415,7 @@
|
|
|
413
415
|
word-break: normal;
|
|
414
416
|
}
|
|
415
417
|
.e-excelfilter .e-chk-hidden {
|
|
416
|
-
-moz-appearance: none;
|
|
418
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
417
419
|
height: 1px;
|
|
418
420
|
opacity: 0;
|
|
419
421
|
width: 1px;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
min-height: 34px;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
147
149
|
@keyframes material-spinner-rotate {
|
|
148
150
|
0% {
|
|
149
151
|
transform: rotate(0);
|
|
@@ -413,7 +415,7 @@
|
|
|
413
415
|
word-break: normal;
|
|
414
416
|
}
|
|
415
417
|
.e-excelfilter .e-chk-hidden {
|
|
416
|
-
-moz-appearance: none;
|
|
418
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
417
419
|
height: 1px;
|
|
418
420
|
opacity: 0;
|
|
419
421
|
width: 1px;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-ddl.e-popup {
|
|
2
3
|
border: 0;
|
|
3
4
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -79,6 +80,7 @@
|
|
|
79
80
|
height: 34px;
|
|
80
81
|
}
|
|
81
82
|
|
|
83
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
82
84
|
@keyframes material-spinner-rotate {
|
|
83
85
|
0% {
|
|
84
86
|
transform: rotate(0);
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
transform: rotate(360deg);
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
|
-
|
|
100
|
+
/* !component icons */
|
|
99
101
|
.e-icon-check::before {
|
|
100
102
|
content: "\e7ff";
|
|
101
103
|
}
|
|
@@ -345,7 +347,7 @@
|
|
|
345
347
|
word-break: normal;
|
|
346
348
|
}
|
|
347
349
|
.e-excelfilter .e-chk-hidden {
|
|
348
|
-
-moz-appearance: none;
|
|
350
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
349
351
|
height: 1px;
|
|
350
352
|
opacity: 0;
|
|
351
353
|
width: 1px;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-ddl.e-popup {
|
|
2
3
|
border: 0;
|
|
3
4
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -72,6 +73,7 @@
|
|
|
72
73
|
height: 34px;
|
|
73
74
|
}
|
|
74
75
|
|
|
76
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
75
77
|
@keyframes material-spinner-rotate {
|
|
76
78
|
0% {
|
|
77
79
|
transform: rotate(0);
|
|
@@ -88,7 +90,7 @@
|
|
|
88
90
|
transform: rotate(360deg);
|
|
89
91
|
}
|
|
90
92
|
}
|
|
91
|
-
|
|
93
|
+
/* !component icons */
|
|
92
94
|
.e-icon-check::before {
|
|
93
95
|
content: "\e7ff";
|
|
94
96
|
}
|
|
@@ -338,7 +340,7 @@
|
|
|
338
340
|
word-break: normal;
|
|
339
341
|
}
|
|
340
342
|
.e-excelfilter .e-chk-hidden {
|
|
341
|
-
-moz-appearance: none;
|
|
343
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
342
344
|
height: 1px;
|
|
343
345
|
opacity: 0;
|
|
344
346
|
width: 1px;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -393,7 +395,7 @@
|
|
|
393
395
|
word-break: normal;
|
|
394
396
|
}
|
|
395
397
|
.e-excelfilter .e-chk-hidden {
|
|
396
|
-
-moz-appearance: none;
|
|
398
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
397
399
|
height: 1px;
|
|
398
400
|
opacity: 0;
|
|
399
401
|
width: 1px;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -393,7 +395,7 @@
|
|
|
393
395
|
word-break: normal;
|
|
394
396
|
}
|
|
395
397
|
.e-excelfilter .e-chk-hidden {
|
|
396
|
-
-moz-appearance: none;
|
|
398
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
397
399
|
height: 1px;
|
|
398
400
|
opacity: 0;
|
|
399
401
|
width: 1px;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
height: 34px;
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
79
81
|
@keyframes material-spinner-rotate {
|
|
80
82
|
0% {
|
|
81
83
|
transform: rotate(0);
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
transform: rotate(360deg);
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
/* !component icons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -342,7 +344,7 @@
|
|
|
342
344
|
word-break: normal;
|
|
343
345
|
}
|
|
344
346
|
.e-excelfilter .e-chk-hidden {
|
|
345
|
-
-moz-appearance: none;
|
|
347
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
346
348
|
height: 1px;
|
|
347
349
|
opacity: 0;
|
|
348
350
|
width: 1px;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
height: 34px;
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
79
81
|
@keyframes material-spinner-rotate {
|
|
80
82
|
0% {
|
|
81
83
|
transform: rotate(0);
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
transform: rotate(360deg);
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
/* !component icons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -342,7 +344,7 @@
|
|
|
342
344
|
word-break: normal;
|
|
343
345
|
}
|
|
344
346
|
.e-excelfilter .e-chk-hidden {
|
|
345
|
-
-moz-appearance: none;
|
|
347
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
346
348
|
height: 1px;
|
|
347
349
|
opacity: 0;
|
|
348
350
|
width: 1px;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
padding: 5px 5px 5px 12px;
|
|
112
113
|
}
|
|
113
114
|
|
|
115
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
114
116
|
@keyframes material-spinner-rotate {
|
|
115
117
|
0% {
|
|
116
118
|
transform: rotate(0deg);
|
|
@@ -127,7 +129,7 @@
|
|
|
127
129
|
transform: rotate(360deg);
|
|
128
130
|
}
|
|
129
131
|
}
|
|
130
|
-
|
|
132
|
+
/* !componenticons */
|
|
131
133
|
.e-icon-check::before {
|
|
132
134
|
content: "\e7ff";
|
|
133
135
|
}
|
|
@@ -377,7 +379,7 @@
|
|
|
377
379
|
word-break: normal;
|
|
378
380
|
}
|
|
379
381
|
.e-excelfilter .e-chk-hidden {
|
|
380
|
-
-moz-appearance: none;
|
|
382
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
381
383
|
height: 1px;
|
|
382
384
|
opacity: 0;
|
|
383
385
|
width: 1px;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
padding: 4px 8px;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
147
149
|
@keyframes material-spinner-rotate {
|
|
148
150
|
0% {
|
|
149
151
|
transform: rotate(0deg);
|
|
@@ -160,7 +162,7 @@
|
|
|
160
162
|
transform: rotate(360deg);
|
|
161
163
|
}
|
|
162
164
|
}
|
|
163
|
-
|
|
165
|
+
/* !component icons */
|
|
164
166
|
.e-icon-check::before {
|
|
165
167
|
content: "\e7ff";
|
|
166
168
|
}
|
|
@@ -410,7 +412,7 @@
|
|
|
410
412
|
word-break: normal;
|
|
411
413
|
}
|
|
412
414
|
.e-excelfilter .e-chk-hidden {
|
|
413
|
-
-moz-appearance: none;
|
|
415
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
414
416
|
height: 1px;
|
|
415
417
|
opacity: 0;
|
|
416
418
|
width: 1px;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
3
4
|
transform: rotate(0deg);
|
|
4
5
|
transition: transform 300ms ease;
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
padding: 4px 8px;
|
|
94
95
|
}
|
|
95
96
|
|
|
97
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
96
98
|
@keyframes material-spinner-rotate {
|
|
97
99
|
0% {
|
|
98
100
|
transform: rotate(0);
|
|
@@ -362,7 +364,7 @@
|
|
|
362
364
|
word-break: normal;
|
|
363
365
|
}
|
|
364
366
|
.e-excelfilter .e-chk-hidden {
|
|
365
|
-
-moz-appearance: none;
|
|
367
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
366
368
|
height: 1px;
|
|
367
369
|
opacity: 0;
|
|
368
370
|
width: 1px;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
3
4
|
transform: rotate(0deg);
|
|
4
5
|
transition: transform 300ms ease;
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
padding: 4px 8px;
|
|
94
95
|
}
|
|
95
96
|
|
|
97
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
96
98
|
@keyframes material-spinner-rotate {
|
|
97
99
|
0% {
|
|
98
100
|
transform: rotate(0);
|
|
@@ -362,7 +364,7 @@
|
|
|
362
364
|
word-break: normal;
|
|
363
365
|
}
|
|
364
366
|
.e-excelfilter .e-chk-hidden {
|
|
365
|
-
-moz-appearance: none;
|
|
367
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
366
368
|
height: 1px;
|
|
367
369
|
opacity: 0;
|
|
368
370
|
width: 1px;
|