@syncfusion/ej2-vue-spreadsheet 20.2.50 → 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.
Files changed (74) hide show
  1. package/CHANGELOG.md +0 -72
  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-popup.e-ddl {
2
3
  border-radius: 4px;
3
4
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
@@ -672,8 +673,8 @@
672
673
  margin-bottom: 4px;
673
674
  }
674
675
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
675
- height: 510px !important;
676
- width: 530px !important;
676
+ height: 510px !important; /* stylelint-disable-line declaration-no-important */
677
+ width: 530px !important; /* stylelint-disable-line declaration-no-important */
677
678
  }
678
679
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
679
680
  padding: 0;
@@ -683,7 +684,7 @@
683
684
  padding-top: 3px;
684
685
  }
685
686
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
686
- left: 0 !important;
687
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
687
688
  }
688
689
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
689
690
  font-size: 18px;
@@ -702,7 +703,7 @@
702
703
  margin-top: 10px;
703
704
  }
704
705
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
705
- left: 0 !important;
706
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
706
707
  }
707
708
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
708
709
  font-size: 18px;
@@ -867,7 +868,7 @@
867
868
  display: none;
868
869
  }
869
870
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
870
- width: 100% !important;
871
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
871
872
  }
872
873
  .e-spreadsheet.e-hide-column-header .e-header-panel {
873
874
  display: none;
@@ -1102,8 +1103,8 @@
1102
1103
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1103
1104
  background-color: #0070f0;
1104
1105
  cursor: ns-resize;
1105
- left: 50%;
1106
1106
  position: absolute;
1107
+ right: 50%;
1107
1108
  top: 0;
1108
1109
  transform: translate(-50%, -50%);
1109
1110
  }
@@ -1118,8 +1119,8 @@
1118
1119
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1119
1120
  background-color: #0070f0;
1120
1121
  cursor: ns-resize;
1121
- left: 50%;
1122
1122
  position: absolute;
1123
+ right: 50%;
1123
1124
  top: 100%;
1124
1125
  transform: translate(-50%, -50%);
1125
1126
  }
@@ -1239,14 +1240,14 @@
1239
1240
  }
1240
1241
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1241
1242
  height: 100%;
1242
- position: initial !important;
1243
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1243
1244
  width: 100%;
1244
1245
  }
1245
1246
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1246
1247
  height: 100%;
1247
1248
  overflow: hidden;
1248
1249
  padding: 4px;
1249
- position: initial !important;
1250
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1250
1251
  width: 100%;
1251
1252
  }
1252
1253
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1364,7 +1365,7 @@
1364
1365
  margin-right: 8px;
1365
1366
  }
1366
1367
  .e-spreadsheet .e-hide {
1367
- display: none !important;
1368
+ display: none !important; /* stylelint-disable-line declaration-no-important */
1368
1369
  }
1369
1370
  .e-spreadsheet .e-selection {
1370
1371
  border-style: solid;
@@ -1481,7 +1482,7 @@
1481
1482
  text-align: right;
1482
1483
  }
1483
1484
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1484
- font-weight: 400;
1485
+ font-weight: normal;
1485
1486
  padding-bottom: 0;
1486
1487
  padding-top: 0;
1487
1488
  }
@@ -1510,17 +1511,17 @@
1510
1511
  font-size: 16px;
1511
1512
  }
1512
1513
  .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 {
1513
- font-size: 30px !important;
1514
+ font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1514
1515
  margin-right: 5px;
1515
1516
  padding: 0 5px;
1516
1517
  width: 30px;
1517
1518
  }
1518
1519
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1519
- font-size: 18px !important;
1520
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1520
1521
  margin-right: 5px;
1521
1522
  }
1522
1523
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1523
- font-size: 18px !important;
1524
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1524
1525
  margin-right: -5px;
1525
1526
  }
1526
1527
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1697,7 +1698,7 @@
1697
1698
  }
1698
1699
  .e-spreadsheet .e-validation-list .e-input-group {
1699
1700
  border: 0;
1700
- box-shadow: none !important;
1701
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1701
1702
  }
1702
1703
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1703
1704
  bottom: 5px;
@@ -1847,7 +1848,7 @@
1847
1848
  }
1848
1849
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1849
1850
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1850
- max-height: 640px !important;
1851
+ max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1851
1852
  }
1852
1853
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1853
1854
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1956,7 +1957,7 @@
1956
1957
  text-align: left;
1957
1958
  }
1958
1959
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1959
- left: 0 !important;
1960
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1960
1961
  }
1961
1962
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1962
1963
  font-size: 18px;
@@ -1976,7 +1977,7 @@
1976
1977
  margin-bottom: 4px;
1977
1978
  }
1978
1979
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1979
- left: 0 !important;
1980
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1980
1981
  }
1981
1982
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1982
1983
  font-size: 18px;
@@ -1995,7 +1996,7 @@
1995
1996
  margin-top: 10px;
1996
1997
  }
1997
1998
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1998
- left: 0 !important;
1999
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1999
2000
  }
2000
2001
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2001
2002
  font-size: 18px;
@@ -2026,7 +2027,7 @@
2026
2027
  height: 18px;
2027
2028
  margin-right: -1px;
2028
2029
  padding: 0;
2029
- position: absolute;
2030
+ position: relative;
2030
2031
  right: 0;
2031
2032
  width: 20px;
2032
2033
  z-index: 2;
@@ -2037,7 +2038,7 @@
2037
2038
  }
2038
2039
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2039
2040
  box-shadow: none;
2040
- width: 270px !important;
2041
+ width: 270px !important; /* stylelint-disable-line declaration-no-important */
2041
2042
  }
2042
2043
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2043
2044
  display: -ms-flexbox;
@@ -2106,36 +2107,33 @@
2106
2107
  font-family: "Calibri";
2107
2108
  }
2108
2109
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2109
- font-family: "Comic Sans MS";
2110
- }
2111
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2112
2110
  font-family: "Courier";
2113
2111
  }
2114
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2112
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2115
2113
  font-family: "Courier New";
2116
2114
  }
2117
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2115
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2118
2116
  font-family: "Din Condensed";
2119
2117
  }
2120
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2118
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2121
2119
  font-family: "Georgia";
2122
2120
  }
2123
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2121
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2124
2122
  font-family: "Helvetica";
2125
2123
  }
2126
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2124
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2127
2125
  font-family: "Helvetica New";
2128
2126
  }
2129
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2127
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2130
2128
  font-family: "Roboto";
2131
2129
  }
2132
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2130
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2133
2131
  font-family: "Tahoma";
2134
2132
  }
2135
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2133
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2136
2134
  font-family: "Times New Roman";
2137
2135
  }
2138
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2136
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2139
2137
  font-family: "Verdana";
2140
2138
  }
2141
2139
  .e-dropdown-popup.e-aggregate-list {
@@ -2421,7 +2419,7 @@
2421
2419
  }
2422
2420
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2423
2421
  font-size: 16px;
2424
- font-weight: 400;
2422
+ font-weight: normal;
2425
2423
  }
2426
2424
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2427
2425
  overflow: hidden;
@@ -2656,7 +2654,7 @@
2656
2654
  }
2657
2655
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2658
2656
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2659
- width: 590px !important;
2657
+ width: 590px !important; /* stylelint-disable-line declaration-no-important */
2660
2658
  }
2661
2659
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2662
2660
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -2674,7 +2672,7 @@
2674
2672
  }
2675
2673
  .e-bigger .e-spreadsheet .e-findtool-dlg,
2676
2674
  .e-bigger.e-spreadsheet .e-findtool-dlg {
2677
- height: 45px;
2675
+ height: 54px;
2678
2676
  width: 419px;
2679
2677
  }
2680
2678
  .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
@@ -2718,6 +2716,15 @@
2718
2716
  .e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
2719
2717
  padding-right: 0;
2720
2718
  }
2719
+ .e-bigger .e-spreadsheet .e-validation-list,
2720
+ .e-bigger.e-spreadsheet .e-validation-list {
2721
+ width: 26px;
2722
+ }
2723
+ .e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,
2724
+ .e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon {
2725
+ min-height: 0;
2726
+ min-width: 0;
2727
+ }
2721
2728
 
2722
2729
  .e-bigger.e-dropdown-popup.e-font-size-ddb ul,
2723
2730
  .e-bigger .e-dropdown-popup.e-font-size-ddb ul {
@@ -3902,7 +3909,7 @@
3902
3909
  min-height: 35px;
3903
3910
  }
3904
3911
  .e-ribbon .e-tab .e-tab-header .e-hscroll {
3905
- display: inline-block !important;
3912
+ display: inline-block !important; /* stylelint-disable-line declaration-no-important */
3906
3913
  width: calc(100% - 28px);
3907
3914
  }
3908
3915
  .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
@@ -4,6 +4,7 @@
4
4
  /*! Bootstrap specific themes definition's */
5
5
  /*! Vertical Tab */
6
6
  /*! TreeView's bootstrap theme wise override definitions and variables */
7
+ /* stylelint-disable */
7
8
  .e-popup.e-ddl {
8
9
  border-radius: 4px;
9
10
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
@@ -678,8 +679,8 @@
678
679
  margin-bottom: 4px;
679
680
  }
680
681
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
681
- height: 510px !important;
682
- width: 530px !important;
682
+ height: 510px !important; /* stylelint-disable-line declaration-no-important */
683
+ width: 530px !important; /* stylelint-disable-line declaration-no-important */
683
684
  }
684
685
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
685
686
  padding: 0;
@@ -689,7 +690,7 @@
689
690
  padding-top: 3px;
690
691
  }
691
692
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
692
- left: 0 !important;
693
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
693
694
  }
694
695
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
695
696
  font-size: 18px;
@@ -708,7 +709,7 @@
708
709
  margin-top: 10px;
709
710
  }
710
711
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
711
- left: 0 !important;
712
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
712
713
  }
713
714
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
714
715
  font-size: 18px;
@@ -873,7 +874,7 @@
873
874
  display: none;
874
875
  }
875
876
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
876
- width: 100% !important;
877
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
877
878
  }
878
879
  .e-spreadsheet.e-hide-column-header .e-header-panel {
879
880
  display: none;
@@ -1108,8 +1109,8 @@
1108
1109
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1109
1110
  background-color: #317ab9;
1110
1111
  cursor: ns-resize;
1111
- left: 50%;
1112
1112
  position: absolute;
1113
+ right: 50%;
1113
1114
  top: 0;
1114
1115
  transform: translate(-50%, -50%);
1115
1116
  }
@@ -1124,8 +1125,8 @@
1124
1125
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1125
1126
  background-color: #317ab9;
1126
1127
  cursor: ns-resize;
1127
- left: 50%;
1128
1128
  position: absolute;
1129
+ right: 50%;
1129
1130
  top: 100%;
1130
1131
  transform: translate(-50%, -50%);
1131
1132
  }
@@ -1245,14 +1246,14 @@
1245
1246
  }
1246
1247
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1247
1248
  height: 100%;
1248
- position: initial !important;
1249
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1249
1250
  width: 100%;
1250
1251
  }
1251
1252
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1252
1253
  height: 100%;
1253
1254
  overflow: hidden;
1254
1255
  padding: 4px;
1255
- position: initial !important;
1256
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1256
1257
  width: 100%;
1257
1258
  }
1258
1259
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1383,7 +1384,7 @@
1383
1384
  margin-right: 8px;
1384
1385
  }
1385
1386
  .e-spreadsheet .e-hide {
1386
- display: none !important;
1387
+ display: none !important; /* stylelint-disable-line declaration-no-important */
1387
1388
  }
1388
1389
  .e-spreadsheet .e-selection {
1389
1390
  border-style: solid;
@@ -1500,7 +1501,7 @@
1500
1501
  text-align: right;
1501
1502
  }
1502
1503
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1503
- font-weight: 400;
1504
+ font-weight: normal;
1504
1505
  padding-bottom: 0;
1505
1506
  padding-top: 0;
1506
1507
  }
@@ -1529,17 +1530,17 @@
1529
1530
  font-size: 16px;
1530
1531
  }
1531
1532
  .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 {
1532
- font-size: 30px !important;
1533
+ font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1533
1534
  margin-right: 5px;
1534
1535
  padding: 0 5px;
1535
1536
  width: 30px;
1536
1537
  }
1537
1538
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1538
- font-size: 18px !important;
1539
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1539
1540
  margin-right: 5px;
1540
1541
  }
1541
1542
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1542
- font-size: 18px !important;
1543
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1543
1544
  margin-right: -5px;
1544
1545
  }
1545
1546
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1722,7 +1723,7 @@
1722
1723
  }
1723
1724
  .e-spreadsheet .e-validation-list .e-input-group {
1724
1725
  border: 0;
1725
- box-shadow: none !important;
1726
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1726
1727
  }
1727
1728
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1728
1729
  bottom: 5px;
@@ -1872,7 +1873,7 @@
1872
1873
  }
1873
1874
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1874
1875
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1875
- max-height: 640px !important;
1876
+ max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1876
1877
  }
1877
1878
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1878
1879
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1981,7 +1982,7 @@
1981
1982
  text-align: left;
1982
1983
  }
1983
1984
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1984
- left: 0 !important;
1985
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1985
1986
  }
1986
1987
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1987
1988
  font-size: 18px;
@@ -2001,7 +2002,7 @@
2001
2002
  margin-bottom: 4px;
2002
2003
  }
2003
2004
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2004
- left: 0 !important;
2005
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
2005
2006
  }
2006
2007
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2007
2008
  font-size: 18px;
@@ -2020,7 +2021,7 @@
2020
2021
  margin-top: 10px;
2021
2022
  }
2022
2023
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2023
- left: 0 !important;
2024
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
2024
2025
  }
2025
2026
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2026
2027
  font-size: 18px;
@@ -2051,7 +2052,7 @@
2051
2052
  height: 18px;
2052
2053
  margin-right: -1px;
2053
2054
  padding: 0;
2054
- position: absolute;
2055
+ position: relative;
2055
2056
  right: 0;
2056
2057
  width: 20px;
2057
2058
  z-index: 2;
@@ -2062,7 +2063,7 @@
2062
2063
  }
2063
2064
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2064
2065
  box-shadow: none;
2065
- width: 270px !important;
2066
+ width: 270px !important; /* stylelint-disable-line declaration-no-important */
2066
2067
  }
2067
2068
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2068
2069
  display: -ms-flexbox;
@@ -2131,36 +2132,33 @@
2131
2132
  font-family: "Calibri";
2132
2133
  }
2133
2134
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2134
- font-family: "Comic Sans MS";
2135
- }
2136
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2137
2135
  font-family: "Courier";
2138
2136
  }
2139
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2137
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2140
2138
  font-family: "Courier New";
2141
2139
  }
2142
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2140
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2143
2141
  font-family: "Din Condensed";
2144
2142
  }
2145
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2143
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2146
2144
  font-family: "Georgia";
2147
2145
  }
2148
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2146
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2149
2147
  font-family: "Helvetica";
2150
2148
  }
2151
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2149
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2152
2150
  font-family: "Helvetica New";
2153
2151
  }
2154
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2152
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2155
2153
  font-family: "Roboto";
2156
2154
  }
2157
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2155
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2158
2156
  font-family: "Tahoma";
2159
2157
  }
2160
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2158
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2161
2159
  font-family: "Times New Roman";
2162
2160
  }
2163
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2161
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2164
2162
  font-family: "Verdana";
2165
2163
  }
2166
2164
  .e-dropdown-popup.e-aggregate-list {
@@ -2446,7 +2444,7 @@
2446
2444
  }
2447
2445
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2448
2446
  font-size: 16px;
2449
- font-weight: 400;
2447
+ font-weight: normal;
2450
2448
  }
2451
2449
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2452
2450
  overflow: hidden;
@@ -2676,7 +2674,7 @@
2676
2674
  }
2677
2675
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2678
2676
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2679
- width: 590px !important;
2677
+ width: 590px !important; /* stylelint-disable-line declaration-no-important */
2680
2678
  }
2681
2679
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2682
2680
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -2738,6 +2736,15 @@
2738
2736
  .e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
2739
2737
  padding-right: 0;
2740
2738
  }
2739
+ .e-bigger .e-spreadsheet .e-validation-list,
2740
+ .e-bigger.e-spreadsheet .e-validation-list {
2741
+ width: 26px;
2742
+ }
2743
+ .e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,
2744
+ .e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon {
2745
+ min-height: 0;
2746
+ min-width: 0;
2747
+ }
2741
2748
 
2742
2749
  .e-bigger.e-dropdown-popup.e-font-size-ddb ul,
2743
2750
  .e-bigger .e-dropdown-popup.e-font-size-ddb ul {
@@ -3932,7 +3939,7 @@
3932
3939
  min-height: 35px;
3933
3940
  }
3934
3941
  .e-ribbon .e-tab .e-tab-header .e-hscroll {
3935
- display: inline-block !important;
3942
+ display: inline-block !important; /* stylelint-disable-line declaration-no-important */
3936
3943
  width: calc(100% - 28px);
3937
3944
  }
3938
3945
  .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) {