@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.
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/spreadsheet/spreadsheet.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +44 -37
- package/styles/bootstrap.css +43 -36
- package/styles/bootstrap4.css +44 -36
- package/styles/bootstrap5-dark.css +47 -37
- package/styles/bootstrap5.css +47 -37
- package/styles/fabric-dark.css +43 -36
- package/styles/fabric.css +43 -36
- package/styles/fluent-dark.css +40 -42
- package/styles/fluent.css +40 -42
- package/styles/highcontrast-light.css +34 -37
- package/styles/highcontrast.css +39 -36
- package/styles/material-dark.css +39 -39
- package/styles/material.css +37 -37
- package/styles/ribbon/_layout.scss +1 -3
- package/styles/ribbon/_material-definition.scss +0 -1
- package/styles/ribbon/bootstrap-dark.css +1 -1
- package/styles/ribbon/bootstrap.css +1 -1
- package/styles/ribbon/bootstrap4.css +1 -1
- package/styles/ribbon/bootstrap5-dark.css +1 -1
- package/styles/ribbon/bootstrap5.css +1 -1
- package/styles/ribbon/fabric-dark.css +1 -1
- package/styles/ribbon/fabric.css +1 -1
- package/styles/ribbon/fluent-dark.css +1 -1
- package/styles/ribbon/fluent.css +1 -1
- package/styles/ribbon/highcontrast-light.css +1 -1
- package/styles/ribbon/highcontrast.css +1 -1
- package/styles/ribbon/material-dark.css +1 -1
- package/styles/ribbon/material.css +1 -1
- package/styles/ribbon/tailwind-dark.css +1 -1
- package/styles/ribbon/tailwind.css +1 -1
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +26 -4
- package/styles/spreadsheet/_bootstrap-definition.scss +25 -3
- package/styles/spreadsheet/_bootstrap4-definition.scss +25 -3
- package/styles/spreadsheet/_bootstrap5-definition.scss +25 -2
- package/styles/spreadsheet/_fabric-dark-definition.scss +25 -3
- package/styles/spreadsheet/_fabric-definition.scss +25 -3
- package/styles/spreadsheet/_fluent-definition.scss +20 -1
- package/styles/spreadsheet/_fusionnew-definition.scss +19 -1
- package/styles/spreadsheet/_highcontrast-definition.scss +24 -3
- package/styles/spreadsheet/_highcontrast-light-definition.scss +19 -2
- package/styles/spreadsheet/_layout.scss +92 -75
- package/styles/spreadsheet/_material-dark-definition.scss +25 -4
- package/styles/spreadsheet/_material-definition.scss +24 -3
- package/styles/spreadsheet/_material3-definition.scss +19 -1
- package/styles/spreadsheet/_tailwind-definition.scss +24 -1
- package/styles/spreadsheet/_theme.scss +15 -11
- package/styles/spreadsheet/bootstrap-dark.css +43 -36
- package/styles/spreadsheet/bootstrap.css +42 -35
- package/styles/spreadsheet/bootstrap4.css +43 -35
- package/styles/spreadsheet/bootstrap5-dark.css +46 -36
- package/styles/spreadsheet/bootstrap5.css +46 -36
- package/styles/spreadsheet/fabric-dark.css +42 -35
- package/styles/spreadsheet/fabric.css +42 -35
- package/styles/spreadsheet/fluent-dark.css +39 -41
- package/styles/spreadsheet/fluent.css +39 -41
- package/styles/spreadsheet/highcontrast-light.css +33 -36
- package/styles/spreadsheet/highcontrast.css +38 -35
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +13 -13
- package/styles/spreadsheet/icons/_bootstrap.scss +13 -13
- package/styles/spreadsheet/icons/_bootstrap4.scss +15 -15
- package/styles/spreadsheet/icons/_bootstrap5.scss +10 -10
- package/styles/spreadsheet/icons/_fabric-dark.scss +13 -13
- package/styles/spreadsheet/icons/_fabric.scss +13 -14
- package/styles/spreadsheet/icons/_fluent.scss +10 -10
- package/styles/spreadsheet/icons/_fusionnew.scss +10 -10
- package/styles/spreadsheet/icons/_highcontrast.scss +14 -14
- package/styles/spreadsheet/icons/_material-dark.scss +12 -12
- package/styles/spreadsheet/icons/_material.scss +14 -14
- package/styles/spreadsheet/icons/_material3.scss +10 -10
- package/styles/spreadsheet/icons/_tailwind-dark.scss +10 -10
- package/styles/spreadsheet/icons/_tailwind.scss +10 -10
- package/styles/spreadsheet/material-dark.css +38 -38
- package/styles/spreadsheet/material.css +36 -36
- package/styles/spreadsheet/tailwind-dark.css +38 -37
- package/styles/spreadsheet/tailwind.css +38 -37
- package/styles/tailwind-dark.css +39 -38
- package/styles/tailwind.css +39 -38
|
@@ -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: '\ebfa';
|
|
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
|
}
|
|
@@ -160,7 +160,6 @@
|
|
|
160
160
|
content: '\e97d';
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
|
-
|
|
164
163
|
}
|
|
165
164
|
|
|
166
165
|
.e-spreadsheet-contextmenu.e-contextmenu-wrapper {
|
|
@@ -379,7 +378,7 @@
|
|
|
379
378
|
&::before {
|
|
380
379
|
content: '\e847';
|
|
381
380
|
}
|
|
382
|
-
|
|
381
|
+
}
|
|
383
382
|
|
|
384
383
|
& .e-stackedcolumn {
|
|
385
384
|
&::before {
|
|
@@ -475,7 +474,7 @@
|
|
|
475
474
|
}
|
|
476
475
|
}
|
|
477
476
|
}
|
|
478
|
-
}
|
|
477
|
+
}
|
|
479
478
|
|
|
480
479
|
.e-addchart-ddb {
|
|
481
480
|
& .e-addchart-icon {
|
|
@@ -643,7 +642,7 @@
|
|
|
643
642
|
content: '\e126';
|
|
644
643
|
}
|
|
645
644
|
}
|
|
646
|
-
}
|
|
645
|
+
}
|
|
647
646
|
|
|
648
647
|
.e-switch-row-column-icon {
|
|
649
648
|
&::before {
|
|
@@ -709,13 +708,13 @@
|
|
|
709
708
|
& .e-lessthan {
|
|
710
709
|
&::before {
|
|
711
710
|
content: '\e410';
|
|
712
|
-
|
|
711
|
+
}
|
|
713
712
|
}
|
|
714
713
|
|
|
715
714
|
& .e-between {
|
|
716
715
|
&::before {
|
|
717
716
|
content: '\e411';
|
|
718
|
-
|
|
717
|
+
}
|
|
719
718
|
}
|
|
720
719
|
|
|
721
720
|
& .e-equalto {
|
|
@@ -819,8 +818,8 @@
|
|
|
819
818
|
& .e-pdf {
|
|
820
819
|
&::before {
|
|
821
820
|
content: '\e88b';
|
|
822
|
-
}
|
|
823
821
|
}
|
|
822
|
+
}
|
|
824
823
|
}
|
|
825
824
|
|
|
826
825
|
.e-spreadsheet,
|
|
@@ -842,7 +841,7 @@
|
|
|
842
841
|
content: '\e601';
|
|
843
842
|
}
|
|
844
843
|
}
|
|
845
|
-
}
|
|
844
|
+
}
|
|
846
845
|
|
|
847
846
|
.e-undo-icon {
|
|
848
847
|
&::before {
|
|
@@ -854,7 +853,7 @@
|
|
|
854
853
|
&::before {
|
|
855
854
|
content: '\ebfa';
|
|
856
855
|
}
|
|
857
|
-
}
|
|
856
|
+
}
|
|
858
857
|
|
|
859
858
|
.e-sort-filter-ddb,
|
|
860
859
|
.e-spreadsheet-contextmenu {
|
|
@@ -887,27 +886,27 @@
|
|
|
887
886
|
& .e-hyperlink-icon {
|
|
888
887
|
&::before {
|
|
889
888
|
content: '\e290';
|
|
890
|
-
}
|
|
891
889
|
}
|
|
890
|
+
}
|
|
892
891
|
|
|
893
892
|
& .e-edithyperlink-icon {
|
|
894
893
|
&::before {
|
|
895
894
|
content: '\e289';
|
|
896
|
-
}
|
|
897
895
|
}
|
|
896
|
+
}
|
|
898
897
|
|
|
899
898
|
& .e-openhyperlink-icon {
|
|
900
899
|
&::before {
|
|
901
900
|
content: '\e278';
|
|
902
|
-
}
|
|
903
901
|
}
|
|
902
|
+
}
|
|
904
903
|
|
|
905
904
|
& .e-removehyperlink-icon {
|
|
906
905
|
&::before {
|
|
907
906
|
content: '\e286';
|
|
908
|
-
}
|
|
909
907
|
}
|
|
910
908
|
}
|
|
909
|
+
}
|
|
911
910
|
|
|
912
911
|
.e-spreadsheet {
|
|
913
912
|
& .e-sort-delete {
|
|
@@ -989,7 +988,7 @@
|
|
|
989
988
|
& .e-password-protect-icon {
|
|
990
989
|
&::before {
|
|
991
990
|
content: '\e88a';
|
|
992
|
-
}
|
|
993
991
|
}
|
|
992
|
+
}
|
|
994
993
|
}
|
|
995
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
|
}
|
|
@@ -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
|
}
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
& .e-close {
|
|
24
24
|
&::before {
|
|
25
25
|
content: '\e60a';
|
|
26
|
-
}
|
|
27
26
|
}
|
|
27
|
+
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
& .e-ribbon {
|
|
@@ -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: '\ebfa';
|
|
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
|
}
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
&::before {
|
|
378
378
|
content: '\e847';
|
|
379
379
|
}
|
|
380
|
-
|
|
380
|
+
}
|
|
381
381
|
|
|
382
382
|
& .e-stackedcolumn {
|
|
383
383
|
&::before {
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
|
-
}
|
|
476
|
+
}
|
|
477
477
|
|
|
478
478
|
.e-addchart-ddb {
|
|
479
479
|
& .e-addchart-icon {
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
content: '\e126';
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
|
-
}
|
|
644
|
+
}
|
|
645
645
|
|
|
646
646
|
.e-switch-row-column-icon {
|
|
647
647
|
&::before {
|
|
@@ -707,13 +707,13 @@
|
|
|
707
707
|
& .e-lessthan {
|
|
708
708
|
&::before {
|
|
709
709
|
content: '\e410';
|
|
710
|
-
|
|
710
|
+
}
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
& .e-between {
|
|
714
714
|
&::before {
|
|
715
715
|
content: '\e411';
|
|
716
|
-
|
|
716
|
+
}
|
|
717
717
|
}
|
|
718
718
|
|
|
719
719
|
& .e-equalto {
|
|
@@ -817,8 +817,8 @@
|
|
|
817
817
|
& .e-pdf {
|
|
818
818
|
&::before {
|
|
819
819
|
content: '\e88b';
|
|
820
|
-
}
|
|
821
820
|
}
|
|
821
|
+
}
|
|
822
822
|
}
|
|
823
823
|
|
|
824
824
|
.e-spreadsheet,
|
|
@@ -852,7 +852,7 @@
|
|
|
852
852
|
&::before {
|
|
853
853
|
content: '\e354';
|
|
854
854
|
}
|
|
855
|
-
}
|
|
855
|
+
}
|
|
856
856
|
|
|
857
857
|
.e-sort-filter-ddb,
|
|
858
858
|
.e-spreadsheet-contextmenu {
|
|
@@ -885,27 +885,27 @@
|
|
|
885
885
|
& .e-hyperlink-icon {
|
|
886
886
|
&::before {
|
|
887
887
|
content: '\e290';
|
|
888
|
-
}
|
|
889
888
|
}
|
|
889
|
+
}
|
|
890
890
|
|
|
891
891
|
& .e-edithyperlink-icon {
|
|
892
892
|
&::before {
|
|
893
893
|
content: '\e289';
|
|
894
|
-
}
|
|
895
894
|
}
|
|
895
|
+
}
|
|
896
896
|
|
|
897
897
|
& .e-openhyperlink-icon {
|
|
898
898
|
&::before {
|
|
899
899
|
content: '\e278';
|
|
900
|
-
}
|
|
901
900
|
}
|
|
901
|
+
}
|
|
902
902
|
|
|
903
903
|
& .e-removehyperlink-icon {
|
|
904
904
|
&::before {
|
|
905
905
|
content: '\e286';
|
|
906
|
-
}
|
|
907
906
|
}
|
|
908
907
|
}
|
|
908
|
+
}
|
|
909
909
|
|
|
910
910
|
.e-spreadsheet {
|
|
911
911
|
& .e-sort-delete {
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
& .e-password-protect-icon {
|
|
988
988
|
&::before {
|
|
989
989
|
content: '\e88a';
|
|
990
|
-
|
|
990
|
+
}
|
|
991
991
|
}
|
|
992
992
|
}
|
|
993
993
|
}
|