@syncfusion/ej2-vue-spreadsheet 20.2.49 → 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-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
2
3
  height: 36px;
3
4
  }
@@ -93,8 +94,8 @@
93
94
  margin-bottom: 4px;
94
95
  }
95
96
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
96
- height: 510px !important;
97
- width: 530px !important;
97
+ height: 510px !important; /* stylelint-disable-line declaration-no-important */
98
+ width: 530px !important; /* stylelint-disable-line declaration-no-important */
98
99
  }
99
100
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
100
101
  padding: 0;
@@ -104,7 +105,7 @@
104
105
  padding-top: 3px;
105
106
  }
106
107
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
107
- left: 0 !important;
108
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
108
109
  }
109
110
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
110
111
  font-size: 18px;
@@ -123,7 +124,7 @@
123
124
  margin-top: 10px;
124
125
  }
125
126
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
126
- left: 0 !important;
127
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
127
128
  }
128
129
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
129
130
  font-size: 18px;
@@ -288,7 +289,7 @@
288
289
  display: none;
289
290
  }
290
291
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
291
- width: 100% !important;
292
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
292
293
  }
293
294
  .e-spreadsheet.e-hide-column-header .e-header-panel {
294
295
  display: none;
@@ -523,8 +524,8 @@
523
524
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
524
525
  background-color: #400074;
525
526
  cursor: ns-resize;
526
- left: 50%;
527
527
  position: absolute;
528
+ right: 50%;
528
529
  top: 0;
529
530
  transform: translate(-50%, -50%);
530
531
  }
@@ -539,8 +540,8 @@
539
540
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
540
541
  background-color: #400074;
541
542
  cursor: ns-resize;
542
- left: 50%;
543
543
  position: absolute;
544
+ right: 50%;
544
545
  top: 100%;
545
546
  transform: translate(-50%, -50%);
546
547
  }
@@ -660,14 +661,14 @@
660
661
  }
661
662
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
662
663
  height: 100%;
663
- position: initial !important;
664
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
664
665
  width: 100%;
665
666
  }
666
667
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
667
668
  height: 100%;
668
669
  overflow: hidden;
669
670
  padding: 4px;
670
- position: initial !important;
671
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
671
672
  width: 100%;
672
673
  }
673
674
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -785,7 +786,7 @@
785
786
  margin-right: 8px;
786
787
  }
787
788
  .e-spreadsheet .e-hide {
788
- display: none !important;
789
+ display: none !important; /* stylelint-disable-line declaration-no-important */
789
790
  }
790
791
  .e-spreadsheet .e-selection {
791
792
  border-style: solid;
@@ -902,7 +903,7 @@
902
903
  text-align: right;
903
904
  }
904
905
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
905
- font-weight: 400;
906
+ font-weight: normal;
906
907
  padding-bottom: 0;
907
908
  padding-top: 0;
908
909
  }
@@ -931,17 +932,17 @@
931
932
  font-size: 16px;
932
933
  }
933
934
  .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 {
934
- font-size: 30px !important;
935
+ font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
935
936
  margin-right: 5px;
936
937
  padding: 0 5px;
937
938
  width: 30px;
938
939
  }
939
940
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
940
- font-size: 18px !important;
941
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
941
942
  margin-right: 5px;
942
943
  }
943
944
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
944
- font-size: 18px !important;
945
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
945
946
  margin-right: -5px;
946
947
  }
947
948
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1118,7 +1119,7 @@
1118
1119
  }
1119
1120
  .e-spreadsheet .e-validation-list .e-input-group {
1120
1121
  border: 0;
1121
- box-shadow: none !important;
1122
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1122
1123
  }
1123
1124
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1124
1125
  bottom: 5px;
@@ -1268,7 +1269,7 @@
1268
1269
  }
1269
1270
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1270
1271
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1271
- max-height: 640px !important;
1272
+ max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1272
1273
  }
1273
1274
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1274
1275
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1377,7 +1378,7 @@
1377
1378
  text-align: left;
1378
1379
  }
1379
1380
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1380
- left: 0 !important;
1381
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1381
1382
  }
1382
1383
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1383
1384
  font-size: 18px;
@@ -1397,7 +1398,7 @@
1397
1398
  margin-bottom: 4px;
1398
1399
  }
1399
1400
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1400
- left: 0 !important;
1401
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1401
1402
  }
1402
1403
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1403
1404
  font-size: 18px;
@@ -1416,7 +1417,7 @@
1416
1417
  margin-top: 10px;
1417
1418
  }
1418
1419
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1419
- left: 0 !important;
1420
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1420
1421
  }
1421
1422
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1422
1423
  font-size: 18px;
@@ -1447,7 +1448,7 @@
1447
1448
  height: 18px;
1448
1449
  margin-right: -1px;
1449
1450
  padding: 0;
1450
- position: absolute;
1451
+ position: relative;
1451
1452
  right: 0;
1452
1453
  width: 20px;
1453
1454
  z-index: 2;
@@ -1458,7 +1459,7 @@
1458
1459
  }
1459
1460
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
1460
1461
  box-shadow: none;
1461
- width: 270px !important;
1462
+ width: 270px !important; /* stylelint-disable-line declaration-no-important */
1462
1463
  }
1463
1464
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
1464
1465
  display: -ms-flexbox;
@@ -1527,36 +1528,33 @@
1527
1528
  font-family: "Calibri";
1528
1529
  }
1529
1530
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
1530
- font-family: "Comic Sans MS";
1531
- }
1532
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
1533
1531
  font-family: "Courier";
1534
1532
  }
1535
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
1533
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
1536
1534
  font-family: "Courier New";
1537
1535
  }
1538
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
1536
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
1539
1537
  font-family: "Din Condensed";
1540
1538
  }
1541
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
1539
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
1542
1540
  font-family: "Georgia";
1543
1541
  }
1544
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
1542
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
1545
1543
  font-family: "Helvetica";
1546
1544
  }
1547
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
1545
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
1548
1546
  font-family: "Helvetica New";
1549
1547
  }
1550
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
1548
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
1551
1549
  font-family: "Roboto";
1552
1550
  }
1553
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
1551
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
1554
1552
  font-family: "Tahoma";
1555
1553
  }
1556
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
1554
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
1557
1555
  font-family: "Times New Roman";
1558
1556
  }
1559
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
1557
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
1560
1558
  font-family: "Verdana";
1561
1559
  }
1562
1560
  .e-dropdown-popup.e-aggregate-list {
@@ -1839,7 +1837,7 @@
1839
1837
  }
1840
1838
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1841
1839
  font-size: 16px;
1842
- font-weight: 400;
1840
+ font-weight: normal;
1843
1841
  }
1844
1842
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
1845
1843
  overflow: hidden;
@@ -2074,7 +2072,7 @@
2074
2072
  }
2075
2073
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2076
2074
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2077
- width: 590px !important;
2075
+ width: 590px !important; /* stylelint-disable-line declaration-no-important */
2078
2076
  }
2079
2077
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2080
2078
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -2136,7 +2134,6 @@
2136
2134
  .e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
2137
2135
  padding-right: 0;
2138
2136
  }
2139
-
2140
2137
  .e-bigger.e-dropdown-popup.e-font-size-ddb ul,
2141
2138
  .e-bigger .e-dropdown-popup.e-font-size-ddb ul {
2142
2139
  min-width: 70px;
@@ -4,6 +4,7 @@
4
4
  /*! HighContrast specific themes definition's */
5
5
  /*! Vertical Tab */
6
6
  /*! TreeView's high contrast theme wise override definitions and variables */
7
+ /* stylelint-disable */
7
8
  .e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
8
9
  height: 36px;
9
10
  }
@@ -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: #685708;
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: #685708;
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
  border-width: 2px;
@@ -1496,17 +1497,17 @@
1496
1497
  font-size: 19px;
1497
1498
  }
1498
1499
  .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 {
1499
- font-size: 30px !important;
1500
+ font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1500
1501
  margin-right: 5px;
1501
1502
  padding: 0 5px;
1502
1503
  width: 30px;
1503
1504
  }
1504
1505
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1505
- font-size: 18px !important;
1506
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1506
1507
  margin-right: 5px;
1507
1508
  }
1508
1509
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1509
- font-size: 18px !important;
1510
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1510
1511
  margin-right: -5px;
1511
1512
  }
1512
1513
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1685,7 +1686,7 @@
1685
1686
  }
1686
1687
  .e-spreadsheet .e-validation-list .e-input-group {
1687
1688
  border: 0;
1688
- box-shadow: none !important;
1689
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1689
1690
  }
1690
1691
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1691
1692
  bottom: 5px;
@@ -1835,7 +1836,7 @@
1835
1836
  }
1836
1837
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1837
1838
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1838
- max-height: 640px !important;
1839
+ max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1839
1840
  }
1840
1841
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1841
1842
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1944,7 +1945,7 @@
1944
1945
  text-align: left;
1945
1946
  }
1946
1947
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1947
- left: 0 !important;
1948
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1948
1949
  }
1949
1950
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1950
1951
  font-size: 18px;
@@ -1964,7 +1965,7 @@
1964
1965
  margin-bottom: 4px;
1965
1966
  }
1966
1967
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1967
- left: 0 !important;
1968
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1968
1969
  }
1969
1970
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1970
1971
  font-size: 18px;
@@ -1983,7 +1984,7 @@
1983
1984
  margin-top: 10px;
1984
1985
  }
1985
1986
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1986
- left: 0 !important;
1987
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1987
1988
  }
1988
1989
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1989
1990
  font-size: 18px;
@@ -2014,7 +2015,7 @@
2014
2015
  height: 18px;
2015
2016
  margin-right: -1px;
2016
2017
  padding: 0;
2017
- position: absolute;
2018
+ position: relative;
2018
2019
  right: 0;
2019
2020
  width: 20px;
2020
2021
  z-index: 2;
@@ -2025,7 +2026,7 @@
2025
2026
  }
2026
2027
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2027
2028
  box-shadow: none;
2028
- width: 270px !important;
2029
+ width: 270px !important; /* stylelint-disable-line declaration-no-important */
2029
2030
  }
2030
2031
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2031
2032
  display: -ms-flexbox;
@@ -2094,36 +2095,33 @@
2094
2095
  font-family: "Calibri";
2095
2096
  }
2096
2097
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2097
- font-family: "Comic Sans MS";
2098
- }
2099
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2100
2098
  font-family: "Courier";
2101
2099
  }
2102
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2100
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2103
2101
  font-family: "Courier New";
2104
2102
  }
2105
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2103
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2106
2104
  font-family: "Din Condensed";
2107
2105
  }
2108
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2106
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2109
2107
  font-family: "Georgia";
2110
2108
  }
2111
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2109
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2112
2110
  font-family: "Helvetica";
2113
2111
  }
2114
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2112
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2115
2113
  font-family: "Helvetica New";
2116
2114
  }
2117
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2115
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2118
2116
  font-family: "Roboto";
2119
2117
  }
2120
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2118
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2121
2119
  font-family: "Tahoma";
2122
2120
  }
2123
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2121
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2124
2122
  font-family: "Times New Roman";
2125
2123
  }
2126
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2124
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2127
2125
  font-family: "Verdana";
2128
2126
  }
2129
2127
  .e-dropdown-popup.e-aggregate-list {
@@ -2406,7 +2404,7 @@
2406
2404
  }
2407
2405
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2408
2406
  font-size: 16px;
2409
- font-weight: 400;
2407
+ font-weight: normal;
2410
2408
  }
2411
2409
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2412
2410
  overflow: hidden;
@@ -2646,7 +2644,7 @@
2646
2644
  }
2647
2645
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2648
2646
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2649
- width: 590px !important;
2647
+ width: 590px !important; /* stylelint-disable-line declaration-no-important */
2650
2648
  }
2651
2649
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2652
2650
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -2708,6 +2706,11 @@
2708
2706
  .e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
2709
2707
  padding-right: 0;
2710
2708
  }
2709
+ .e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,
2710
+ .e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon {
2711
+ min-height: 0;
2712
+ min-width: 0;
2713
+ }
2711
2714
 
2712
2715
  .e-bigger.e-dropdown-popup.e-font-size-ddb ul,
2713
2716
  .e-bigger .e-dropdown-popup.e-font-size-ddb ul {