@syncfusion/ej2-angular-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 (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
@@ -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 {
@@ -370,7 +370,7 @@
370
370
  &::before {
371
371
  content: '\e847';
372
372
  }
373
- }
373
+ }
374
374
 
375
375
  & .e-stackedcolumn {
376
376
  &::before {
@@ -466,7 +466,7 @@
466
466
  }
467
467
  }
468
468
  }
469
- }
469
+ }
470
470
 
471
471
  .e-addchart-ddb {
472
472
  & .e-addchart-icon {
@@ -634,7 +634,7 @@
634
634
  content: '\e126';
635
635
  }
636
636
  }
637
- }
637
+ }
638
638
 
639
639
  .e-switch-row-column-icon {
640
640
  &::before {
@@ -696,13 +696,13 @@
696
696
  & .e-lessthan {
697
697
  &::before {
698
698
  content: '\e410';
699
- }
699
+ }
700
700
  }
701
701
 
702
702
  & .e-between {
703
703
  &::before {
704
704
  content: '\e411';
705
- }
705
+ }
706
706
  }
707
707
 
708
708
  & .e-equalto {
@@ -806,8 +806,8 @@
806
806
  & .e-pdf {
807
807
  &::before {
808
808
  content: '\e88b';
809
- }
810
809
  }
810
+ }
811
811
  }
812
812
 
813
813
  .e-spreadsheet-find-ddb {
@@ -837,7 +837,7 @@
837
837
  content: '\e601';
838
838
  }
839
839
  }
840
- }
840
+ }
841
841
 
842
842
  .e-undo-icon {
843
843
  &::before {
@@ -849,7 +849,7 @@
849
849
  &::before {
850
850
  content: '\ebd3';
851
851
  }
852
- }
852
+ }
853
853
 
854
854
  .e-sort-filter-ddb,
855
855
  .e-spreadsheet-contextmenu {
@@ -882,27 +882,27 @@
882
882
  & .e-hyperlink-icon {
883
883
  &::before {
884
884
  content: '\e290';
885
- }
886
885
  }
886
+ }
887
887
 
888
888
  & .e-edithyperlink-icon {
889
889
  &::before {
890
890
  content: '\e289';
891
- }
892
891
  }
892
+ }
893
893
 
894
894
  & .e-openhyperlink-icon {
895
895
  &::before {
896
896
  content: '\e278';
897
- }
898
897
  }
898
+ }
899
899
 
900
900
  & .e-removehyperlink-icon {
901
901
  &::before {
902
902
  content: '\e286';
903
- }
904
903
  }
905
904
  }
905
+ }
906
906
 
907
907
  .e-spreadsheet {
908
908
  & .e-sort-delete {
@@ -984,7 +984,7 @@
984
984
  & .e-password-protect-icon {
985
985
  &::before {
986
986
  content: '\e88a';
987
- }
987
+ }
988
988
  }
989
989
  }
990
990
  }
@@ -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 {
@@ -704,13 +704,13 @@
704
704
  & .e-lessthan {
705
705
  &::before {
706
706
  content: '\e410';
707
- }
707
+ }
708
708
  }
709
709
 
710
710
  & .e-between {
711
711
  &::before {
712
712
  content: '\e411';
713
- }
713
+ }
714
714
  }
715
715
 
716
716
  & .e-equalto {
@@ -814,8 +814,8 @@
814
814
  & .e-pdf {
815
815
  &::before {
816
816
  content: '\e88b';
817
- }
818
817
  }
818
+ }
819
819
  }
820
820
 
821
821
  .e-spreadsheet,
@@ -837,7 +837,7 @@
837
837
  content: '\e601';
838
838
  }
839
839
  }
840
- }
840
+ }
841
841
 
842
842
  .e-undo-icon {
843
843
  &::before {
@@ -849,7 +849,7 @@
849
849
  &::before {
850
850
  content: '\ebd3';
851
851
  }
852
- }
852
+ }
853
853
 
854
854
  .e-sort-filter-ddb,
855
855
  .e-spreadsheet-contextmenu {
@@ -882,27 +882,27 @@
882
882
  & .e-hyperlink-icon {
883
883
  &::before {
884
884
  content: '\e290';
885
- }
886
885
  }
886
+ }
887
887
 
888
888
  & .e-edithyperlink-icon {
889
889
  &::before {
890
890
  content: '\e289';
891
- }
892
891
  }
892
+ }
893
893
 
894
894
  & .e-openhyperlink-icon {
895
895
  &::before {
896
896
  content: '\e278';
897
- }
898
897
  }
898
+ }
899
899
 
900
900
  & .e-removehyperlink-icon {
901
901
  &::before {
902
902
  content: '\e286';
903
- }
904
903
  }
905
904
  }
905
+ }
906
906
 
907
907
  .e-spreadsheet {
908
908
  & .e-sort-delete {
@@ -984,7 +984,7 @@
984
984
  & .e-password-protect-icon {
985
985
  &::before {
986
986
  content: '\e88a';
987
- }
988
987
  }
988
+ }
989
989
  }
990
990
  }
@@ -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,
@@ -841,7 +841,7 @@
841
841
  content: '\e739';
842
842
  }
843
843
  }
844
- }
844
+ }
845
845
 
846
846
  .e-undo-icon {
847
847
  &::before {
@@ -853,7 +853,7 @@
853
853
  &::before {
854
854
  content: '\e778';
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: '\e72e';
889
- }
890
889
  }
890
+ }
891
891
 
892
892
  & .e-edithyperlink-icon {
893
893
  &::before {
894
894
  content: '\e7af';
895
- }
896
895
  }
896
+ }
897
897
 
898
898
  & .e-openhyperlink-icon {
899
899
  &::before {
900
900
  content: '\e7b5';
901
- }
902
901
  }
902
+ }
903
903
 
904
904
  & .e-removehyperlink-icon {
905
905
  &::before {
906
906
  content: '\e7a8';
907
- }
908
907
  }
909
908
  }
909
+ }
910
910
 
911
911
  .e-spreadsheet {
912
912
  & .e-sort-delete {
@@ -976,7 +976,7 @@
976
976
  & .e-protect-icon {
977
977
  &::before {
978
978
  content: '\e197';
979
- }
979
+ }
980
980
  }
981
981
 
982
982
  & .e-sort-filter-icon {
@@ -988,7 +988,7 @@
988
988
  & .e-password-protect-icon {
989
989
  &::before {
990
990
  content: '\e88a';
991
- }
992
991
  }
992
+ }
993
993
  }
994
994
  }
@@ -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
  }