@syncfusion/ej2-vue-spreadsheet 20.2.50 → 20.3.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/dist/ej2-vue-spreadsheet.umd.min.js +2 -2
  3. package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-spreadsheet.es2015.js +66 -76
  5. package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-spreadsheet.es5.js +66 -76
  7. package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/spreadsheet/cells.directive.d.ts +0 -1
  11. package/src/spreadsheet/cells.directive.js +5 -6
  12. package/src/spreadsheet/chart.directive.d.ts +0 -1
  13. package/src/spreadsheet/chart.directive.js +5 -6
  14. package/src/spreadsheet/columns.directive.d.ts +0 -1
  15. package/src/spreadsheet/columns.directive.js +5 -6
  16. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -1
  17. package/src/spreadsheet/conditionalformats.directive.js +5 -6
  18. package/src/spreadsheet/definednames.directive.d.ts +0 -1
  19. package/src/spreadsheet/definednames.directive.js +5 -6
  20. package/src/spreadsheet/image.directive.d.ts +0 -1
  21. package/src/spreadsheet/image.directive.js +5 -6
  22. package/src/spreadsheet/ranges.directive.d.ts +0 -1
  23. package/src/spreadsheet/ranges.directive.js +5 -6
  24. package/src/spreadsheet/rows.directive.d.ts +0 -1
  25. package/src/spreadsheet/rows.directive.js +5 -6
  26. package/src/spreadsheet/sheets.directive.d.ts +0 -1
  27. package/src/spreadsheet/sheets.directive.js +5 -6
  28. package/src/spreadsheet/spreadsheet.component.d.ts +0 -1
  29. package/src/spreadsheet/spreadsheet.component.js +4 -5
  30. package/styles/bootstrap-dark.css +44 -37
  31. package/styles/bootstrap.css +43 -36
  32. package/styles/bootstrap4.css +44 -36
  33. package/styles/bootstrap5-dark.css +47 -37
  34. package/styles/bootstrap5.css +47 -37
  35. package/styles/fabric-dark.css +43 -36
  36. package/styles/fabric.css +43 -36
  37. package/styles/fluent-dark.css +40 -42
  38. package/styles/fluent.css +40 -42
  39. package/styles/highcontrast-light.css +34 -37
  40. package/styles/highcontrast.css +39 -36
  41. package/styles/material-dark.css +39 -39
  42. package/styles/material.css +37 -37
  43. package/styles/ribbon/bootstrap-dark.css +1 -1
  44. package/styles/ribbon/bootstrap.css +1 -1
  45. package/styles/ribbon/bootstrap4.css +1 -1
  46. package/styles/ribbon/bootstrap5-dark.css +1 -1
  47. package/styles/ribbon/bootstrap5.css +1 -1
  48. package/styles/ribbon/fabric-dark.css +1 -1
  49. package/styles/ribbon/fabric.css +1 -1
  50. package/styles/ribbon/fluent-dark.css +1 -1
  51. package/styles/ribbon/fluent.css +1 -1
  52. package/styles/ribbon/highcontrast-light.css +1 -1
  53. package/styles/ribbon/highcontrast.css +1 -1
  54. package/styles/ribbon/material-dark.css +1 -1
  55. package/styles/ribbon/material.css +1 -1
  56. package/styles/ribbon/tailwind-dark.css +1 -1
  57. package/styles/ribbon/tailwind.css +1 -1
  58. package/styles/spreadsheet/bootstrap-dark.css +43 -36
  59. package/styles/spreadsheet/bootstrap.css +42 -35
  60. package/styles/spreadsheet/bootstrap4.css +43 -35
  61. package/styles/spreadsheet/bootstrap5-dark.css +46 -36
  62. package/styles/spreadsheet/bootstrap5.css +46 -36
  63. package/styles/spreadsheet/fabric-dark.css +42 -35
  64. package/styles/spreadsheet/fabric.css +42 -35
  65. package/styles/spreadsheet/fluent-dark.css +39 -41
  66. package/styles/spreadsheet/fluent.css +39 -41
  67. package/styles/spreadsheet/highcontrast-light.css +33 -36
  68. package/styles/spreadsheet/highcontrast.css +38 -35
  69. package/styles/spreadsheet/material-dark.css +38 -38
  70. package/styles/spreadsheet/material.css +36 -36
  71. package/styles/spreadsheet/tailwind-dark.css +38 -37
  72. package/styles/spreadsheet/tailwind.css +38 -37
  73. package/styles/tailwind-dark.css +39 -38
  74. package/styles/tailwind.css +39 -38
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  .e-ddl.e-popup {
2
3
  border: 0;
3
4
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
@@ -648,8 +649,8 @@
648
649
  margin-bottom: 4px;
649
650
  }
650
651
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
651
- height: 510px !important;
652
- width: 530px !important;
652
+ height: 510px !important; /* stylelint-disable-line declaration-no-important */
653
+ width: 530px !important; /* stylelint-disable-line declaration-no-important */
653
654
  }
654
655
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
655
656
  padding: 0;
@@ -659,7 +660,7 @@
659
660
  padding-top: 3px;
660
661
  }
661
662
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
662
- left: 0 !important;
663
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
663
664
  }
664
665
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
665
666
  font-size: 18px;
@@ -678,7 +679,7 @@
678
679
  margin-top: 10px;
679
680
  }
680
681
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
681
- left: 0 !important;
682
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
682
683
  }
683
684
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
684
685
  font-size: 18px;
@@ -843,7 +844,7 @@
843
844
  display: none;
844
845
  }
845
846
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
846
- width: 100% !important;
847
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
847
848
  }
848
849
  .e-spreadsheet.e-hide-column-header .e-header-panel {
849
850
  display: none;
@@ -1078,8 +1079,8 @@
1078
1079
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1079
1080
  background-color: #0074cc;
1080
1081
  cursor: ns-resize;
1081
- left: 50%;
1082
1082
  position: absolute;
1083
+ right: 50%;
1083
1084
  top: 0;
1084
1085
  transform: translate(-50%, -50%);
1085
1086
  }
@@ -1094,8 +1095,8 @@
1094
1095
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1095
1096
  background-color: #0074cc;
1096
1097
  cursor: ns-resize;
1097
- left: 50%;
1098
1098
  position: absolute;
1099
+ right: 50%;
1099
1100
  top: 100%;
1100
1101
  transform: translate(-50%, -50%);
1101
1102
  }
@@ -1215,14 +1216,14 @@
1215
1216
  }
1216
1217
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1217
1218
  height: 100%;
1218
- position: initial !important;
1219
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1219
1220
  width: 100%;
1220
1221
  }
1221
1222
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1222
1223
  height: 100%;
1223
1224
  overflow: hidden;
1224
1225
  padding: 4px;
1225
- position: initial !important;
1226
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1226
1227
  width: 100%;
1227
1228
  }
1228
1229
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1340,7 +1341,7 @@
1340
1341
  margin-right: 8px;
1341
1342
  }
1342
1343
  .e-spreadsheet .e-hide {
1343
- display: none !important;
1344
+ display: none !important; /* stylelint-disable-line declaration-no-important */
1344
1345
  }
1345
1346
  .e-spreadsheet .e-selection {
1346
1347
  border-style: solid;
@@ -1457,7 +1458,7 @@
1457
1458
  text-align: right;
1458
1459
  }
1459
1460
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1460
- font-weight: 400;
1461
+ font-weight: normal;
1461
1462
  padding-bottom: 0;
1462
1463
  padding-top: 0;
1463
1464
  }
@@ -1489,17 +1490,17 @@
1489
1490
  font-size: 19px;
1490
1491
  }
1491
1492
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-icon, .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-type-icon {
1492
- font-size: 30px !important;
1493
+ font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1493
1494
  margin-right: 5px;
1494
1495
  padding: 0 5px;
1495
1496
  width: 30px;
1496
1497
  }
1497
1498
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1498
- font-size: 18px !important;
1499
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1499
1500
  margin-right: 5px;
1500
1501
  }
1501
1502
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1502
- font-size: 18px !important;
1503
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1503
1504
  margin-right: -5px;
1504
1505
  }
1505
1506
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1676,7 +1677,7 @@
1676
1677
  }
1677
1678
  .e-spreadsheet .e-validation-list .e-input-group {
1678
1679
  border: 0;
1679
- box-shadow: none !important;
1680
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1680
1681
  }
1681
1682
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1682
1683
  bottom: 5px;
@@ -1826,7 +1827,7 @@
1826
1827
  }
1827
1828
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1828
1829
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1829
- max-height: 640px !important;
1830
+ max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1830
1831
  }
1831
1832
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1832
1833
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1935,7 +1936,7 @@
1935
1936
  text-align: left;
1936
1937
  }
1937
1938
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1938
- left: 0 !important;
1939
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1939
1940
  }
1940
1941
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1941
1942
  font-size: 18px;
@@ -1955,7 +1956,7 @@
1955
1956
  margin-bottom: 4px;
1956
1957
  }
1957
1958
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1958
- left: 0 !important;
1959
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1959
1960
  }
1960
1961
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1961
1962
  font-size: 18px;
@@ -1974,7 +1975,7 @@
1974
1975
  margin-top: 10px;
1975
1976
  }
1976
1977
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1977
- left: 0 !important;
1978
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1978
1979
  }
1979
1980
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1980
1981
  font-size: 18px;
@@ -2005,7 +2006,7 @@
2005
2006
  height: 18px;
2006
2007
  margin-right: -1px;
2007
2008
  padding: 0;
2008
- position: absolute;
2009
+ position: relative;
2009
2010
  right: 0;
2010
2011
  width: 20px;
2011
2012
  z-index: 2;
@@ -2016,7 +2017,7 @@
2016
2017
  }
2017
2018
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2018
2019
  box-shadow: none;
2019
- width: 270px !important;
2020
+ width: 270px !important; /* stylelint-disable-line declaration-no-important */
2020
2021
  }
2021
2022
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2022
2023
  display: -ms-flexbox;
@@ -2085,36 +2086,33 @@
2085
2086
  font-family: "Calibri";
2086
2087
  }
2087
2088
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2088
- font-family: "Comic Sans MS";
2089
- }
2090
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2091
2089
  font-family: "Courier";
2092
2090
  }
2093
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2091
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2094
2092
  font-family: "Courier New";
2095
2093
  }
2096
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2094
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2097
2095
  font-family: "Din Condensed";
2098
2096
  }
2099
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2097
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2100
2098
  font-family: "Georgia";
2101
2099
  }
2102
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2100
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2103
2101
  font-family: "Helvetica";
2104
2102
  }
2105
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2103
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2106
2104
  font-family: "Helvetica New";
2107
2105
  }
2108
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2106
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2109
2107
  font-family: "Roboto";
2110
2108
  }
2111
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2109
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2112
2110
  font-family: "Tahoma";
2113
2111
  }
2114
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2112
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2115
2113
  font-family: "Times New Roman";
2116
2114
  }
2117
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2115
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2118
2116
  font-family: "Verdana";
2119
2117
  }
2120
2118
  .e-dropdown-popup.e-aggregate-list {
@@ -2397,7 +2395,7 @@
2397
2395
  }
2398
2396
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2399
2397
  font-size: 16px;
2400
- font-weight: 400;
2398
+ font-weight: normal;
2401
2399
  }
2402
2400
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2403
2401
  overflow: hidden;
@@ -2636,7 +2634,7 @@
2636
2634
  }
2637
2635
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2638
2636
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2639
- width: 590px !important;
2637
+ width: 590px !important; /* stylelint-disable-line declaration-no-important */
2640
2638
  }
2641
2639
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2642
2640
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -2698,6 +2696,15 @@
2698
2696
  .e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
2699
2697
  padding-right: 0;
2700
2698
  }
2699
+ .e-bigger .e-spreadsheet .e-validation-list,
2700
+ .e-bigger.e-spreadsheet .e-validation-list {
2701
+ width: 22px;
2702
+ }
2703
+ .e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,
2704
+ .e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon {
2705
+ min-height: 0;
2706
+ min-width: 0;
2707
+ }
2701
2708
 
2702
2709
  .e-bigger.e-dropdown-popup.e-font-size-ddb ul,
2703
2710
  .e-bigger .e-dropdown-popup.e-font-size-ddb ul {
@@ -4,6 +4,7 @@
4
4
  /*! Fabric specific themes definition's */
5
5
  /*! Vertical Tab */
6
6
  /*! TreeView's fabric theme wise override definitions and variables */
7
+ /* stylelint-disable */
7
8
  .e-ddl.e-popup {
8
9
  border: 0;
9
10
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
@@ -651,8 +652,8 @@
651
652
  margin-bottom: 4px;
652
653
  }
653
654
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
654
- height: 510px !important;
655
- width: 530px !important;
655
+ height: 510px !important; /* stylelint-disable-line declaration-no-important */
656
+ width: 530px !important; /* stylelint-disable-line declaration-no-important */
656
657
  }
657
658
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
658
659
  padding: 0;
@@ -662,7 +663,7 @@
662
663
  padding-top: 3px;
663
664
  }
664
665
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
665
- left: 0 !important;
666
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
666
667
  }
667
668
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
668
669
  font-size: 18px;
@@ -681,7 +682,7 @@
681
682
  margin-top: 10px;
682
683
  }
683
684
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
684
- left: 0 !important;
685
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
685
686
  }
686
687
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
687
688
  font-size: 18px;
@@ -846,7 +847,7 @@
846
847
  display: none;
847
848
  }
848
849
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
849
- width: 100% !important;
850
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
850
851
  }
851
852
  .e-spreadsheet.e-hide-column-header .e-header-panel {
852
853
  display: none;
@@ -1081,8 +1082,8 @@
1081
1082
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1082
1083
  background-color: #0078d6;
1083
1084
  cursor: ns-resize;
1084
- left: 50%;
1085
1085
  position: absolute;
1086
+ right: 50%;
1086
1087
  top: 0;
1087
1088
  transform: translate(-50%, -50%);
1088
1089
  }
@@ -1097,8 +1098,8 @@
1097
1098
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1098
1099
  background-color: #0078d6;
1099
1100
  cursor: ns-resize;
1100
- left: 50%;
1101
1101
  position: absolute;
1102
+ right: 50%;
1102
1103
  top: 100%;
1103
1104
  transform: translate(-50%, -50%);
1104
1105
  }
@@ -1218,14 +1219,14 @@
1218
1219
  }
1219
1220
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1220
1221
  height: 100%;
1221
- position: initial !important;
1222
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1222
1223
  width: 100%;
1223
1224
  }
1224
1225
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1225
1226
  height: 100%;
1226
1227
  overflow: hidden;
1227
1228
  padding: 4px;
1228
- position: initial !important;
1229
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1229
1230
  width: 100%;
1230
1231
  }
1231
1232
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1346,7 +1347,7 @@
1346
1347
  margin-right: 8px;
1347
1348
  }
1348
1349
  .e-spreadsheet .e-hide {
1349
- display: none !important;
1350
+ display: none !important; /* stylelint-disable-line declaration-no-important */
1350
1351
  }
1351
1352
  .e-spreadsheet .e-selection {
1352
1353
  border-style: solid;
@@ -1463,7 +1464,7 @@
1463
1464
  text-align: right;
1464
1465
  }
1465
1466
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1466
- font-weight: 400;
1467
+ font-weight: normal;
1467
1468
  padding-bottom: 0;
1468
1469
  padding-top: 0;
1469
1470
  }
@@ -1495,17 +1496,17 @@
1495
1496
  font-size: 19px;
1496
1497
  }
1497
1498
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-icon, .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-type-icon {
1498
- font-size: 30px !important;
1499
+ font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1499
1500
  margin-right: 5px;
1500
1501
  padding: 0 5px;
1501
1502
  width: 30px;
1502
1503
  }
1503
1504
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1504
- font-size: 18px !important;
1505
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1505
1506
  margin-right: 5px;
1506
1507
  }
1507
1508
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1508
- font-size: 18px !important;
1509
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1509
1510
  margin-right: -5px;
1510
1511
  }
1511
1512
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1684,7 +1685,7 @@
1684
1685
  }
1685
1686
  .e-spreadsheet .e-validation-list .e-input-group {
1686
1687
  border: 0;
1687
- box-shadow: none !important;
1688
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1688
1689
  }
1689
1690
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1690
1691
  bottom: 5px;
@@ -1834,7 +1835,7 @@
1834
1835
  }
1835
1836
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1836
1837
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1837
- max-height: 640px !important;
1838
+ max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1838
1839
  }
1839
1840
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1840
1841
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1943,7 +1944,7 @@
1943
1944
  text-align: left;
1944
1945
  }
1945
1946
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1946
- left: 0 !important;
1947
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1947
1948
  }
1948
1949
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1949
1950
  font-size: 18px;
@@ -1963,7 +1964,7 @@
1963
1964
  margin-bottom: 4px;
1964
1965
  }
1965
1966
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1966
- left: 0 !important;
1967
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1967
1968
  }
1968
1969
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1969
1970
  font-size: 18px;
@@ -1982,7 +1983,7 @@
1982
1983
  margin-top: 10px;
1983
1984
  }
1984
1985
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1985
- left: 0 !important;
1986
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1986
1987
  }
1987
1988
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1988
1989
  font-size: 18px;
@@ -2013,7 +2014,7 @@
2013
2014
  height: 18px;
2014
2015
  margin-right: -1px;
2015
2016
  padding: 0;
2016
- position: absolute;
2017
+ position: relative;
2017
2018
  right: 0;
2018
2019
  width: 20px;
2019
2020
  z-index: 2;
@@ -2024,7 +2025,7 @@
2024
2025
  }
2025
2026
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2026
2027
  box-shadow: none;
2027
- width: 270px !important;
2028
+ width: 270px !important; /* stylelint-disable-line declaration-no-important */
2028
2029
  }
2029
2030
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2030
2031
  display: -ms-flexbox;
@@ -2093,36 +2094,33 @@
2093
2094
  font-family: "Calibri";
2094
2095
  }
2095
2096
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2096
- font-family: "Comic Sans MS";
2097
- }
2098
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2099
2097
  font-family: "Courier";
2100
2098
  }
2101
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2099
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2102
2100
  font-family: "Courier New";
2103
2101
  }
2104
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2102
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2105
2103
  font-family: "Din Condensed";
2106
2104
  }
2107
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2105
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2108
2106
  font-family: "Georgia";
2109
2107
  }
2110
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2108
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2111
2109
  font-family: "Helvetica";
2112
2110
  }
2113
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2111
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2114
2112
  font-family: "Helvetica New";
2115
2113
  }
2116
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2114
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2117
2115
  font-family: "Roboto";
2118
2116
  }
2119
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2117
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2120
2118
  font-family: "Tahoma";
2121
2119
  }
2122
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2120
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2123
2121
  font-family: "Times New Roman";
2124
2122
  }
2125
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2123
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2126
2124
  font-family: "Verdana";
2127
2125
  }
2128
2126
  .e-dropdown-popup.e-aggregate-list {
@@ -2405,7 +2403,7 @@
2405
2403
  }
2406
2404
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2407
2405
  font-size: 16px;
2408
- font-weight: 400;
2406
+ font-weight: normal;
2409
2407
  }
2410
2408
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2411
2409
  overflow: hidden;
@@ -2645,7 +2643,7 @@
2645
2643
  }
2646
2644
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2647
2645
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2648
- width: 590px !important;
2646
+ width: 590px !important; /* stylelint-disable-line declaration-no-important */
2649
2647
  }
2650
2648
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2651
2649
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -2707,6 +2705,15 @@
2707
2705
  .e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
2708
2706
  padding-right: 0;
2709
2707
  }
2708
+ .e-bigger .e-spreadsheet .e-validation-list,
2709
+ .e-bigger.e-spreadsheet .e-validation-list {
2710
+ width: 22px;
2711
+ }
2712
+ .e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,
2713
+ .e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon {
2714
+ min-height: 0;
2715
+ min-width: 0;
2716
+ }
2710
2717
 
2711
2718
  .e-bigger.e-dropdown-popup.e-font-size-ddb ul,
2712
2719
  .e-bigger .e-dropdown-popup.e-font-size-ddb ul {