@syncfusion/ej2-angular-spreadsheet 20.2.50 → 20.3.47-97708

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 (94) hide show
  1. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +3 -3
  2. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +2 -2
  3. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -1
  4. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +2 -2
  5. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -1
  6. package/package.json +8 -8
  7. package/schematics/collection.json +10 -0
  8. package/schematics/ng-add/index.d.ts +3 -0
  9. package/schematics/ng-add/index.js +9 -0
  10. package/schematics/ng-add/schema.d.ts +13 -0
  11. package/schematics/ng-add/schema.js +2 -0
  12. package/schematics/ng-add/schema.json +34 -0
  13. package/schematics/tsconfig.json +25 -0
  14. package/schematics/utils/lib-details.d.ts +4 -0
  15. package/schematics/utils/lib-details.js +6 -0
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/spreadsheet/spreadsheet.component.d.ts +1 -1
  18. package/styles/bootstrap-dark.css +44 -37
  19. package/styles/bootstrap.css +43 -36
  20. package/styles/bootstrap4.css +44 -36
  21. package/styles/bootstrap5-dark.css +47 -37
  22. package/styles/bootstrap5.css +47 -37
  23. package/styles/fabric-dark.css +43 -36
  24. package/styles/fabric.css +43 -36
  25. package/styles/fluent-dark.css +40 -42
  26. package/styles/fluent.css +40 -42
  27. package/styles/highcontrast-light.css +34 -37
  28. package/styles/highcontrast.css +39 -36
  29. package/styles/material-dark.css +39 -39
  30. package/styles/material.css +37 -37
  31. package/styles/ribbon/_layout.scss +1 -3
  32. package/styles/ribbon/_material-definition.scss +0 -1
  33. package/styles/ribbon/bootstrap-dark.css +1 -1
  34. package/styles/ribbon/bootstrap.css +1 -1
  35. package/styles/ribbon/bootstrap4.css +1 -1
  36. package/styles/ribbon/bootstrap5-dark.css +1 -1
  37. package/styles/ribbon/bootstrap5.css +1 -1
  38. package/styles/ribbon/fabric-dark.css +1 -1
  39. package/styles/ribbon/fabric.css +1 -1
  40. package/styles/ribbon/fluent-dark.css +1 -1
  41. package/styles/ribbon/fluent.css +1 -1
  42. package/styles/ribbon/highcontrast-light.css +1 -1
  43. package/styles/ribbon/highcontrast.css +1 -1
  44. package/styles/ribbon/material-dark.css +1 -1
  45. package/styles/ribbon/material.css +1 -1
  46. package/styles/ribbon/tailwind-dark.css +1 -1
  47. package/styles/ribbon/tailwind.css +1 -1
  48. package/styles/spreadsheet/_bootstrap-dark-definition.scss +26 -4
  49. package/styles/spreadsheet/_bootstrap-definition.scss +25 -3
  50. package/styles/spreadsheet/_bootstrap4-definition.scss +25 -3
  51. package/styles/spreadsheet/_bootstrap5-definition.scss +25 -2
  52. package/styles/spreadsheet/_fabric-dark-definition.scss +25 -3
  53. package/styles/spreadsheet/_fabric-definition.scss +25 -3
  54. package/styles/spreadsheet/_fluent-definition.scss +20 -1
  55. package/styles/spreadsheet/_fusionnew-definition.scss +19 -1
  56. package/styles/spreadsheet/_highcontrast-definition.scss +24 -3
  57. package/styles/spreadsheet/_highcontrast-light-definition.scss +19 -2
  58. package/styles/spreadsheet/_layout.scss +92 -75
  59. package/styles/spreadsheet/_material-dark-definition.scss +25 -4
  60. package/styles/spreadsheet/_material-definition.scss +24 -3
  61. package/styles/spreadsheet/_material3-definition.scss +19 -1
  62. package/styles/spreadsheet/_tailwind-definition.scss +24 -1
  63. package/styles/spreadsheet/_theme.scss +15 -11
  64. package/styles/spreadsheet/bootstrap-dark.css +43 -36
  65. package/styles/spreadsheet/bootstrap.css +42 -35
  66. package/styles/spreadsheet/bootstrap4.css +43 -35
  67. package/styles/spreadsheet/bootstrap5-dark.css +46 -36
  68. package/styles/spreadsheet/bootstrap5.css +46 -36
  69. package/styles/spreadsheet/fabric-dark.css +42 -35
  70. package/styles/spreadsheet/fabric.css +42 -35
  71. package/styles/spreadsheet/fluent-dark.css +39 -41
  72. package/styles/spreadsheet/fluent.css +39 -41
  73. package/styles/spreadsheet/highcontrast-light.css +33 -36
  74. package/styles/spreadsheet/highcontrast.css +38 -35
  75. package/styles/spreadsheet/icons/_bootstrap-dark.scss +13 -13
  76. package/styles/spreadsheet/icons/_bootstrap.scss +13 -13
  77. package/styles/spreadsheet/icons/_bootstrap4.scss +15 -15
  78. package/styles/spreadsheet/icons/_bootstrap5.scss +10 -10
  79. package/styles/spreadsheet/icons/_fabric-dark.scss +13 -13
  80. package/styles/spreadsheet/icons/_fabric.scss +13 -14
  81. package/styles/spreadsheet/icons/_fluent.scss +10 -10
  82. package/styles/spreadsheet/icons/_fusionnew.scss +10 -10
  83. package/styles/spreadsheet/icons/_highcontrast.scss +14 -14
  84. package/styles/spreadsheet/icons/_material-dark.scss +12 -12
  85. package/styles/spreadsheet/icons/_material.scss +14 -14
  86. package/styles/spreadsheet/icons/_material3.scss +10 -10
  87. package/styles/spreadsheet/icons/_tailwind-dark.scss +10 -10
  88. package/styles/spreadsheet/icons/_tailwind.scss +10 -10
  89. package/styles/spreadsheet/material-dark.css +38 -38
  90. package/styles/spreadsheet/material.css +36 -36
  91. package/styles/spreadsheet/tailwind-dark.css +38 -37
  92. package/styles/spreadsheet/tailwind.css +38 -37
  93. package/styles/tailwind-dark.css +39 -38
  94. package/styles/tailwind.css +39 -38
@@ -160,7 +160,7 @@
160
160
  content: '\e993';
161
161
  }
162
162
  }
163
- }
163
+ }
164
164
 
165
165
  .e-spreadsheet-contextmenu.e-contextmenu-wrapper {
166
166
  & .e-delete {
@@ -378,7 +378,7 @@
378
378
  &::before {
379
379
  content: '\e847';
380
380
  }
381
- }
381
+ }
382
382
 
383
383
  & .e-stackedcolumn {
384
384
  &::before {
@@ -474,7 +474,7 @@
474
474
  }
475
475
  }
476
476
  }
477
- }
477
+ }
478
478
 
479
479
  .e-addchart-ddb {
480
480
  & .e-addchart-icon {
@@ -642,7 +642,7 @@
642
642
  content: '\e126';
643
643
  }
644
644
  }
645
- }
645
+ }
646
646
 
647
647
  .e-switch-row-column-icon {
648
648
  &::before {
@@ -660,7 +660,7 @@
660
660
 
661
661
  .e-cf-menu .e-ul .e-menu-item .e-menu-icon {
662
662
  font-size: 16px;
663
- }
663
+ }
664
664
 
665
665
  .e-cf-menu {
666
666
  & .e-hlcellrules {
@@ -708,13 +708,13 @@
708
708
  & .e-lessthan {
709
709
  &::before {
710
710
  content: '\e410';
711
- }
711
+ }
712
712
  }
713
713
 
714
714
  & .e-between {
715
715
  &::before {
716
716
  content: '\e411';
717
- }
717
+ }
718
718
  }
719
719
 
720
720
  & .e-equalto {
@@ -818,8 +818,8 @@
818
818
  & .e-pdf {
819
819
  &::before {
820
820
  content: '\e88b';
821
- }
822
821
  }
822
+ }
823
823
  }
824
824
 
825
825
  .e-spreadsheet,
@@ -853,7 +853,7 @@
853
853
  &::before {
854
854
  content: '\e354';
855
855
  }
856
- }
856
+ }
857
857
 
858
858
  .e-sort-filter-ddb,
859
859
  .e-spreadsheet-contextmenu {
@@ -886,27 +886,27 @@
886
886
  & .e-hyperlink-icon {
887
887
  &::before {
888
888
  content: '\e290';
889
- }
890
889
  }
890
+ }
891
891
 
892
892
  & .e-edithyperlink-icon {
893
893
  &::before {
894
894
  content: '\e289';
895
- }
896
895
  }
896
+ }
897
897
 
898
898
  & .e-openhyperlink-icon {
899
899
  &::before {
900
900
  content: '\e278';
901
- }
902
901
  }
902
+ }
903
903
 
904
904
  & .e-removehyperlink-icon {
905
905
  &::before {
906
906
  content: '\e286';
907
- }
908
907
  }
909
908
  }
909
+ }
910
910
 
911
911
  .e-spreadsheet {
912
912
 
@@ -989,7 +989,7 @@
989
989
  & .e-password-protect-icon {
990
990
  &::before {
991
991
  content: '\e88a';
992
- }
992
+ }
993
993
  }
994
994
  }
995
995
  }
@@ -160,7 +160,7 @@
160
160
  content: '\e754';
161
161
  }
162
162
  }
163
- }
163
+ }
164
164
 
165
165
  .e-spreadsheet-contextmenu.e-contextmenu-wrapper {
166
166
  & .e-delete {
@@ -300,9 +300,9 @@
300
300
  & .e-dragfill-icon {
301
301
  &::before {
302
302
  content: '\e877';
303
- }
304
303
  }
305
304
  }
305
+ }
306
306
 
307
307
  .e-chart-ddb,
308
308
  .e-chart-type-ddb {
@@ -379,7 +379,7 @@
379
379
  &::before {
380
380
  content: '\e86a';
381
381
  }
382
- }
382
+ }
383
383
 
384
384
  & .e-stackedcolumn {
385
385
  &::before {
@@ -475,7 +475,7 @@
475
475
  }
476
476
  }
477
477
  }
478
- }
478
+ }
479
479
 
480
480
  .e-addchart-ddb {
481
481
  & .e-addchart-icon {
@@ -643,7 +643,7 @@
643
643
  content: '\e85b';
644
644
  }
645
645
  }
646
- }
646
+ }
647
647
 
648
648
  .e-switch-row-column-icon {
649
649
  &::before {
@@ -661,7 +661,7 @@
661
661
 
662
662
  .e-cf-menu .e-ul .e-menu-item .e-menu-icon {
663
663
  font-size: 16px;
664
- }
664
+ }
665
665
 
666
666
  .e-cf-menu {
667
667
  & .e-hlcellrules {
@@ -709,13 +709,13 @@
709
709
  & .e-lessthan {
710
710
  &::before {
711
711
  content: '\e7d7';
712
- }
712
+ }
713
713
  }
714
714
 
715
715
  & .e-between {
716
716
  &::before {
717
717
  content: '\e73b';
718
- }
718
+ }
719
719
  }
720
720
 
721
721
  & .e-equalto {
@@ -763,7 +763,7 @@
763
763
  & .e-aboveaverage {
764
764
  &::before {
765
765
  content: '\e808';
766
- }
766
+ }
767
767
  }
768
768
 
769
769
  & .e-belowaverage {
@@ -990,7 +990,7 @@
990
990
  & .e-password-protect-icon {
991
991
  &::before {
992
992
  content: '\e788';
993
- }
993
+ }
994
994
  }
995
995
  }
996
996
  }
@@ -160,7 +160,7 @@
160
160
  content: '\e754';
161
161
  }
162
162
  }
163
- }
163
+ }
164
164
 
165
165
  .e-spreadsheet-contextmenu.e-contextmenu-wrapper {
166
166
  & .e-delete {
@@ -300,9 +300,9 @@
300
300
  & .e-dragfill-icon {
301
301
  &::before {
302
302
  content: '\e877';
303
- }
304
303
  }
305
304
  }
305
+ }
306
306
 
307
307
  .e-chart-ddb,
308
308
  .e-chart-type-ddb {
@@ -379,7 +379,7 @@
379
379
  &::before {
380
380
  content: '\e86a';
381
381
  }
382
- }
382
+ }
383
383
 
384
384
  & .e-stackedcolumn {
385
385
  &::before {
@@ -475,7 +475,7 @@
475
475
  }
476
476
  }
477
477
  }
478
- }
478
+ }
479
479
 
480
480
  .e-addchart-ddb {
481
481
  & .e-addchart-icon {
@@ -643,7 +643,7 @@
643
643
  content: '\e85b';
644
644
  }
645
645
  }
646
- }
646
+ }
647
647
 
648
648
  .e-switch-row-column-icon {
649
649
  &::before {
@@ -661,7 +661,7 @@
661
661
 
662
662
  .e-cf-menu .e-ul .e-menu-item .e-menu-icon {
663
663
  font-size: 16px;
664
- }
664
+ }
665
665
 
666
666
  .e-cf-menu {
667
667
  & .e-hlcellrules {
@@ -709,13 +709,13 @@
709
709
  & .e-lessthan {
710
710
  &::before {
711
711
  content: '\e7d7';
712
- }
712
+ }
713
713
  }
714
714
 
715
715
  & .e-between {
716
716
  &::before {
717
717
  content: '\e73b';
718
- }
718
+ }
719
719
  }
720
720
 
721
721
  & .e-equalto {
@@ -763,7 +763,7 @@
763
763
  & .e-aboveaverage {
764
764
  &::before {
765
765
  content: '\e808';
766
- }
766
+ }
767
767
  }
768
768
 
769
769
  & .e-belowaverage {
@@ -990,7 +990,7 @@
990
990
  & .e-password-protect-icon {
991
991
  &::before {
992
992
  content: '\e788';
993
- }
993
+ }
994
994
  }
995
995
  }
996
996
  }
@@ -160,7 +160,7 @@
160
160
  content: '\e754';
161
161
  }
162
162
  }
163
- }
163
+ }
164
164
 
165
165
  .e-spreadsheet-contextmenu.e-contextmenu-wrapper {
166
166
  & .e-delete {
@@ -300,9 +300,9 @@
300
300
  & .e-dragfill-icon {
301
301
  &::before {
302
302
  content: '\e877';
303
- }
304
303
  }
305
304
  }
305
+ }
306
306
 
307
307
  .e-chart-ddb,
308
308
  .e-chart-type-ddb {
@@ -379,7 +379,7 @@
379
379
  &::before {
380
380
  content: '\e86a';
381
381
  }
382
- }
382
+ }
383
383
 
384
384
  & .e-stackedcolumn {
385
385
  &::before {
@@ -475,7 +475,7 @@
475
475
  }
476
476
  }
477
477
  }
478
- }
478
+ }
479
479
 
480
480
  .e-addchart-ddb {
481
481
  & .e-addchart-icon {
@@ -643,7 +643,7 @@
643
643
  content: '\e85b';
644
644
  }
645
645
  }
646
- }
646
+ }
647
647
 
648
648
  .e-switch-row-column-icon {
649
649
  &::before {
@@ -661,7 +661,7 @@
661
661
 
662
662
  .e-cf-menu .e-ul .e-menu-item .e-menu-icon {
663
663
  font-size: 16px;
664
- }
664
+ }
665
665
 
666
666
  .e-cf-menu {
667
667
  & .e-hlcellrules {
@@ -709,13 +709,13 @@
709
709
  & .e-lessthan {
710
710
  &::before {
711
711
  content: '\e7d7';
712
- }
712
+ }
713
713
  }
714
714
 
715
715
  & .e-between {
716
716
  &::before {
717
717
  content: '\e73b';
718
- }
718
+ }
719
719
  }
720
720
 
721
721
  & .e-equalto {
@@ -763,7 +763,7 @@
763
763
  & .e-aboveaverage {
764
764
  &::before {
765
765
  content: '\e808';
766
- }
766
+ }
767
767
  }
768
768
 
769
769
  & .e-belowaverage {
@@ -990,7 +990,7 @@
990
990
  & .e-password-protect-icon {
991
991
  &::before {
992
992
  content: '\e788';
993
- }
993
+ }
994
994
  }
995
995
  }
996
996
  }
@@ -26,6 +26,7 @@
26
26
  box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
27
27
  }
28
28
  }
29
+ /* stylelint-disable */
29
30
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
30
31
  transform: rotate(0deg);
31
32
  transition: transform 300ms ease;
@@ -704,8 +705,8 @@
704
705
  margin-bottom: 4px;
705
706
  }
706
707
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
707
- height: 510px !important;
708
- width: 530px !important;
708
+ height: 510px !important; /* stylelint-disable-line declaration-no-important */
709
+ width: 530px !important; /* stylelint-disable-line declaration-no-important */
709
710
  }
710
711
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
711
712
  padding: 0;
@@ -715,7 +716,7 @@
715
716
  padding-top: 3px;
716
717
  }
717
718
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
718
- left: 0 !important;
719
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
719
720
  }
720
721
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
721
722
  font-size: 18px;
@@ -734,7 +735,7 @@
734
735
  margin-top: 10px;
735
736
  }
736
737
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
737
- left: 0 !important;
738
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
738
739
  }
739
740
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
740
741
  font-size: 18px;
@@ -899,7 +900,7 @@
899
900
  display: none;
900
901
  }
901
902
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
902
- width: 100% !important;
903
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
903
904
  }
904
905
  .e-spreadsheet.e-hide-column-header .e-header-panel {
905
906
  display: none;
@@ -1134,8 +1135,8 @@
1134
1135
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1135
1136
  background-color: #00b0ff;
1136
1137
  cursor: ns-resize;
1137
- left: 50%;
1138
1138
  position: absolute;
1139
+ right: 50%;
1139
1140
  top: 0;
1140
1141
  transform: translate(-50%, -50%);
1141
1142
  }
@@ -1150,8 +1151,8 @@
1150
1151
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1151
1152
  background-color: #00b0ff;
1152
1153
  cursor: ns-resize;
1153
- left: 50%;
1154
1154
  position: absolute;
1155
+ right: 50%;
1155
1156
  top: 100%;
1156
1157
  transform: translate(-50%, -50%);
1157
1158
  }
@@ -1271,14 +1272,14 @@
1271
1272
  }
1272
1273
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1273
1274
  height: 100%;
1274
- position: initial !important;
1275
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1275
1276
  width: 100%;
1276
1277
  }
1277
1278
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1278
1279
  height: 100%;
1279
1280
  overflow: hidden;
1280
1281
  padding: 4px;
1281
- position: initial !important;
1282
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1282
1283
  width: 100%;
1283
1284
  }
1284
1285
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1396,7 +1397,7 @@
1396
1397
  margin-right: 8px;
1397
1398
  }
1398
1399
  .e-spreadsheet .e-hide {
1399
- display: none !important;
1400
+ display: none !important; /* stylelint-disable-line declaration-no-important */
1400
1401
  }
1401
1402
  .e-spreadsheet .e-selection {
1402
1403
  border-style: solid;
@@ -1513,7 +1514,7 @@
1513
1514
  text-align: right;
1514
1515
  }
1515
1516
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1516
- font-weight: 400;
1517
+ font-weight: normal;
1517
1518
  padding-bottom: 0;
1518
1519
  padding-top: 0;
1519
1520
  }
@@ -1542,17 +1543,17 @@
1542
1543
  font-size: 16px;
1543
1544
  }
1544
1545
  .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 {
1545
- font-size: 30px !important;
1546
+ font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1546
1547
  margin-right: 5px;
1547
1548
  padding: 0 5px;
1548
1549
  width: 30px;
1549
1550
  }
1550
1551
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1551
- font-size: 18px !important;
1552
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1552
1553
  margin-right: 5px;
1553
1554
  }
1554
1555
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1555
- font-size: 18px !important;
1556
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1556
1557
  margin-right: -5px;
1557
1558
  }
1558
1559
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1729,7 +1730,7 @@
1729
1730
  }
1730
1731
  .e-spreadsheet .e-validation-list .e-input-group {
1731
1732
  border: 0;
1732
- box-shadow: none !important;
1733
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1733
1734
  }
1734
1735
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1735
1736
  bottom: 5px;
@@ -1879,7 +1880,7 @@
1879
1880
  }
1880
1881
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1881
1882
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1882
- max-height: 640px !important;
1883
+ max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1883
1884
  }
1884
1885
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1885
1886
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1987,7 +1988,7 @@
1987
1988
  text-align: left;
1988
1989
  }
1989
1990
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1990
- left: 0 !important;
1991
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1991
1992
  }
1992
1993
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1993
1994
  font-size: 18px;
@@ -2007,7 +2008,7 @@
2007
2008
  margin-bottom: 4px;
2008
2009
  }
2009
2010
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2010
- left: 0 !important;
2011
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
2011
2012
  }
2012
2013
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2013
2014
  font-size: 18px;
@@ -2026,7 +2027,7 @@
2026
2027
  margin-top: 10px;
2027
2028
  }
2028
2029
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2029
- left: 0 !important;
2030
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
2030
2031
  }
2031
2032
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2032
2033
  font-size: 18px;
@@ -2057,12 +2058,10 @@
2057
2058
  height: 18px;
2058
2059
  margin-right: -1px;
2059
2060
  padding: 0;
2060
- position: absolute;
2061
+ position: relative;
2061
2062
  right: 0;
2062
2063
  width: 20px;
2063
2064
  z-index: 2;
2064
- bottom: 0.5px;
2065
- right: 0.5px;
2066
2065
  }
2067
2066
 
2068
2067
  .e-colorpicker-wrapper.e-border-colorpicker {
@@ -2070,7 +2069,7 @@
2070
2069
  }
2071
2070
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2072
2071
  box-shadow: none;
2073
- width: 270px !important;
2072
+ width: 270px !important; /* stylelint-disable-line declaration-no-important */
2074
2073
  }
2075
2074
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2076
2075
  display: -ms-flexbox;
@@ -2139,36 +2138,33 @@
2139
2138
  font-family: "Calibri";
2140
2139
  }
2141
2140
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2142
- font-family: "Comic Sans MS";
2143
- }
2144
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2145
2141
  font-family: "Courier";
2146
2142
  }
2147
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2143
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2148
2144
  font-family: "Courier New";
2149
2145
  }
2150
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2146
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2151
2147
  font-family: "Din Condensed";
2152
2148
  }
2153
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2149
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2154
2150
  font-family: "Georgia";
2155
2151
  }
2156
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2152
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2157
2153
  font-family: "Helvetica";
2158
2154
  }
2159
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2155
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2160
2156
  font-family: "Helvetica New";
2161
2157
  }
2162
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2158
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2163
2159
  font-family: "Roboto";
2164
2160
  }
2165
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2161
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2166
2162
  font-family: "Tahoma";
2167
2163
  }
2168
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2164
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2169
2165
  font-family: "Times New Roman";
2170
2166
  }
2171
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2167
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2172
2168
  font-family: "Verdana";
2173
2169
  }
2174
2170
  .e-dropdown-popup.e-aggregate-list {
@@ -2451,7 +2447,7 @@
2451
2447
  }
2452
2448
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2453
2449
  font-size: 16px;
2454
- font-weight: 400;
2450
+ font-weight: normal;
2455
2451
  }
2456
2452
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2457
2453
  overflow: hidden;
@@ -2686,7 +2682,7 @@
2686
2682
  }
2687
2683
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2688
2684
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2689
- width: 590px !important;
2685
+ width: 590px !important; /* stylelint-disable-line declaration-no-important */
2690
2686
  }
2691
2687
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2692
2688
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -2704,7 +2700,7 @@
2704
2700
  }
2705
2701
  .e-bigger .e-spreadsheet .e-findtool-dlg,
2706
2702
  .e-bigger.e-spreadsheet .e-findtool-dlg {
2707
- height: 59px;
2703
+ height: 62px;
2708
2704
  width: 403px;
2709
2705
  }
2710
2706
  .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
@@ -2748,6 +2744,10 @@
2748
2744
  .e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
2749
2745
  padding-right: 0;
2750
2746
  }
2747
+ .e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,
2748
+ .e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon {
2749
+ bottom: 12px;
2750
+ }
2751
2751
 
2752
2752
  .e-bigger.e-dropdown-popup.e-font-size-ddb ul,
2753
2753
  .e-bigger .e-dropdown-popup.e-font-size-ddb ul {