@syncfusion/ej2-angular-spreadsheet 20.2.38 → 20.2.39-ngcc
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/@syncfusion/ej2-angular-spreadsheet.es5.js +989 -0
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-spreadsheet.js +929 -0
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -0
- package/CHANGELOG.md +1175 -0
- package/dist/ej2-angular-spreadsheet.umd.js +1585 -0
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
- package/ej2-angular-spreadsheet.d.ts +5 -0
- package/ej2-angular-spreadsheet.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- 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/cells.directive.d.ts +0 -5
- package/src/spreadsheet/chart.directive.d.ts +0 -5
- package/src/spreadsheet/columns.directive.d.ts +0 -5
- package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
- package/src/spreadsheet/definednames.directive.d.ts +0 -5
- package/src/spreadsheet/image.directive.d.ts +0 -5
- package/src/spreadsheet/ranges.directive.d.ts +0 -5
- package/src/spreadsheet/rows.directive.d.ts +0 -5
- package/src/spreadsheet/sheets.directive.d.ts +0 -5
- package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
- package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
- package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
- package/styles/bootstrap-dark.css +124 -100
- package/styles/bootstrap.css +124 -100
- package/styles/bootstrap4.css +125 -101
- package/styles/bootstrap5-dark.css +129 -101
- package/styles/bootstrap5.css +129 -101
- package/styles/fabric-dark.css +121 -100
- package/styles/fabric.css +121 -100
- package/styles/fluent-dark.css +137 -114
- package/styles/fluent.css +137 -114
- package/styles/highcontrast-light.css +121 -100
- package/styles/highcontrast.css +121 -100
- package/styles/material-dark.css +123 -100
- package/styles/material.css +123 -100
- package/styles/ribbon/bootstrap-dark.scss +1 -4
- package/styles/ribbon/bootstrap.scss +1 -4
- package/styles/ribbon/bootstrap4.scss +1 -4
- package/styles/ribbon/bootstrap5-dark.scss +1 -4
- package/styles/ribbon/bootstrap5.scss +1 -4
- package/styles/ribbon/fabric-dark.scss +1 -4
- package/styles/ribbon/fabric.scss +1 -4
- package/styles/ribbon/fluent-dark.scss +1 -4
- package/styles/ribbon/fluent.scss +1 -4
- package/styles/ribbon/highcontrast-light.scss +1 -3
- package/styles/ribbon/highcontrast.scss +1 -4
- package/styles/ribbon/material-dark.scss +1 -4
- package/styles/ribbon/material.scss +1 -4
- package/styles/ribbon/tailwind-dark.scss +1 -4
- package/styles/ribbon/tailwind.scss +1 -4
- package/styles/spreadsheet/bootstrap-dark.css +124 -100
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +124 -100
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +125 -101
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +129 -101
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +129 -101
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +121 -100
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +121 -100
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +137 -114
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +137 -114
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +121 -100
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +121 -100
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +123 -100
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +123 -100
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +122 -102
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +122 -102
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +122 -102
- package/styles/tailwind.css +122 -102
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -14
- package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
- package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
- package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
- package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
- package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/styles/ribbon/_all.scss +0 -2
- package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
- package/styles/ribbon/_bootstrap-definition.scss +0 -12
- package/styles/ribbon/_bootstrap4-definition.scss +0 -13
- package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
- package/styles/ribbon/_bootstrap5-definition.scss +0 -14
- package/styles/ribbon/_fabric-dark-definition.scss +0 -14
- package/styles/ribbon/_fabric-definition.scss +0 -14
- package/styles/ribbon/_fluent-dark-definition.scss +0 -1
- package/styles/ribbon/_fluent-definition.scss +0 -14
- package/styles/ribbon/_fusionnew-definition.scss +0 -14
- package/styles/ribbon/_highcontrast-definition.scss +0 -12
- package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
- package/styles/ribbon/_layout.scss +0 -243
- package/styles/ribbon/_material-dark-definition.scss +0 -15
- package/styles/ribbon/_material-definition.scss +0 -13
- package/styles/ribbon/_material3-definition.scss +0 -15
- package/styles/ribbon/_mixin.scss +0 -89
- package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
- package/styles/ribbon/_tailwind-definition.scss +0 -13
- package/styles/ribbon/_theme.scss +0 -115
- package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
- package/styles/ribbon/icons/_bootstrap.scss +0 -15
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
- package/styles/ribbon/icons/_bootstrap5.scss +0 -15
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_fluent-dark.scss +0 -1
- package/styles/ribbon/icons/_fluent.scss +0 -15
- package/styles/ribbon/icons/_fusionnew.scss +0 -15
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/icons/_material-dark.scss +0 -15
- package/styles/ribbon/icons/_material.scss +0 -15
- package/styles/ribbon/icons/_material3.scss +0 -15
- package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
- package/styles/ribbon/icons/_tailwind.scss +0 -15
- package/styles/spreadsheet/_all.scss +0 -2
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -133
- package/styles/spreadsheet/_bootstrap-definition.scss +0 -133
- package/styles/spreadsheet/_bootstrap4-definition.scss +0 -132
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +0 -134
- package/styles/spreadsheet/_fabric-dark-definition.scss +0 -130
- package/styles/spreadsheet/_fabric-definition.scss +0 -130
- package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet/_fluent-definition.scss +0 -134
- package/styles/spreadsheet/_fusionnew-definition.scss +0 -134
- package/styles/spreadsheet/_highcontrast-definition.scss +0 -130
- package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -130
- package/styles/spreadsheet/_layout.scss +0 -2981
- package/styles/spreadsheet/_material-dark-definition.scss +0 -133
- package/styles/spreadsheet/_material-definition.scss +0 -131
- package/styles/spreadsheet/_material3-definition.scss +0 -134
- package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet/_tailwind-definition.scss +0 -136
- package/styles/spreadsheet/_theme.scss +0 -1356
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
- package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
- package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
- package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
- package/styles/spreadsheet/icons/_fabric.scss +0 -995
- package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
- package/styles/spreadsheet/icons/_fluent.scss +0 -996
- package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
- package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
- package/styles/spreadsheet/icons/_material-dark.scss +0 -993
- package/styles/spreadsheet/icons/_material.scss +0 -995
- package/styles/spreadsheet/icons/_material3.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind.scss +0 -996
- package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
|
@@ -680,58 +680,65 @@
|
|
|
680
680
|
-ms-user-select: none;
|
|
681
681
|
user-select: none;
|
|
682
682
|
}
|
|
683
|
-
.e-spreadsheet .e-protect-dlg {
|
|
683
|
+
.e-spreadsheet .e-protect-dlg.e-dialog {
|
|
684
684
|
height: 470px;
|
|
685
685
|
width: 287px;
|
|
686
686
|
}
|
|
687
|
-
.e-spreadsheet .e-protect-dlg .e-sheet-password-content .e-header {
|
|
687
|
+
.e-spreadsheet .e-protect-dlg.e-dialog .e-sheet-password-content .e-header {
|
|
688
688
|
font-size: 14px;
|
|
689
689
|
line-height: 28px;
|
|
690
690
|
margin-bottom: 4px;
|
|
691
691
|
}
|
|
692
|
-
.e-spreadsheet .e-custom-format-dlg {
|
|
692
|
+
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
693
693
|
height: 510px !important;
|
|
694
694
|
width: 530px !important;
|
|
695
695
|
}
|
|
696
|
+
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
697
|
+
padding: 0;
|
|
698
|
+
}
|
|
699
|
+
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-dlg-content {
|
|
700
|
+
display: inline-table;
|
|
701
|
+
padding-top: 3px;
|
|
702
|
+
}
|
|
696
703
|
.e-spreadsheet .e-dlg-header-content {
|
|
697
704
|
padding: 18px;
|
|
698
705
|
}
|
|
699
|
-
.e-spreadsheet .e-unprotectworksheet-dlg {
|
|
706
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
700
707
|
left: 0 !important;
|
|
701
708
|
}
|
|
702
|
-
.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-header-content .e-dlg-header {
|
|
709
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
703
710
|
font-size: 18px;
|
|
704
711
|
line-height: 21px;
|
|
705
712
|
}
|
|
706
|
-
.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-alert-span {
|
|
713
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-alert-span {
|
|
707
714
|
color: #f87171;
|
|
708
715
|
font-size: 12px;
|
|
709
716
|
padding-top: 7px;
|
|
710
717
|
}
|
|
711
|
-
.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-header {
|
|
718
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-header {
|
|
712
719
|
font-size: 14px;
|
|
713
720
|
line-height: 16px;
|
|
714
721
|
}
|
|
715
|
-
.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
722
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
716
723
|
margin-top: 10px;
|
|
717
724
|
}
|
|
718
|
-
.e-spreadsheet .e-reenterpwd-dlg {
|
|
725
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
719
726
|
left: 0 !important;
|
|
720
727
|
}
|
|
721
|
-
.e-spreadsheet .e-reenterpwd-dlg .e-dlg-header-content .e-dlg-header {
|
|
728
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
722
729
|
font-size: 18px;
|
|
723
730
|
line-height: 21px;
|
|
724
731
|
}
|
|
725
|
-
.e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-alert-span {
|
|
732
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-alert-span {
|
|
726
733
|
color: #f87171;
|
|
727
734
|
font-size: 12px;
|
|
728
735
|
padding-top: 7px;
|
|
729
736
|
}
|
|
730
|
-
.e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-header {
|
|
737
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header {
|
|
731
738
|
font-size: 14px;
|
|
732
739
|
line-height: 16px;
|
|
733
740
|
}
|
|
734
|
-
.e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-input {
|
|
741
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
735
742
|
margin-top: 10px;
|
|
736
743
|
}
|
|
737
744
|
.e-spreadsheet .e-goto-dlg {
|
|
@@ -784,13 +791,6 @@
|
|
|
784
791
|
margin-right: 2.8%;
|
|
785
792
|
width: 80%;
|
|
786
793
|
}
|
|
787
|
-
.e-spreadsheet .e-custom-format-dlg .e-footer-content {
|
|
788
|
-
padding: 0;
|
|
789
|
-
}
|
|
790
|
-
.e-spreadsheet .e-custom-format-dlg .e-dlg-content {
|
|
791
|
-
display: inline-table;
|
|
792
|
-
padding-top: 3px;
|
|
793
|
-
}
|
|
794
794
|
.e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
|
|
795
795
|
margin: 10px 10px 10px 0;
|
|
796
796
|
}
|
|
@@ -1020,7 +1020,7 @@
|
|
|
1020
1020
|
cursor: pointer;
|
|
1021
1021
|
}
|
|
1022
1022
|
.e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
|
|
1023
|
-
color:
|
|
1023
|
+
color: inherit;
|
|
1024
1024
|
text-decoration: underline;
|
|
1025
1025
|
}
|
|
1026
1026
|
.e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
|
|
@@ -1128,8 +1128,8 @@
|
|
|
1128
1128
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1129
1129
|
background-color: #22d3ee;
|
|
1130
1130
|
cursor: ns-resize;
|
|
1131
|
+
left: 50%;
|
|
1131
1132
|
position: absolute;
|
|
1132
|
-
right: 50%;
|
|
1133
1133
|
top: 0;
|
|
1134
1134
|
transform: translate(-50%, -50%);
|
|
1135
1135
|
}
|
|
@@ -1144,8 +1144,8 @@
|
|
|
1144
1144
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1145
1145
|
background-color: #22d3ee;
|
|
1146
1146
|
cursor: ns-resize;
|
|
1147
|
+
left: 50%;
|
|
1147
1148
|
position: absolute;
|
|
1148
|
-
right: 50%;
|
|
1149
1149
|
top: 100%;
|
|
1150
1150
|
transform: translate(-50%, -50%);
|
|
1151
1151
|
}
|
|
@@ -1741,24 +1741,24 @@
|
|
|
1741
1741
|
direction: ltr;
|
|
1742
1742
|
text-align: left;
|
|
1743
1743
|
}
|
|
1744
|
-
.e-spreadsheet .e-customsort-dlg .e-dlg-header-content {
|
|
1744
|
+
.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-header-content {
|
|
1745
1745
|
padding: 18px;
|
|
1746
1746
|
}
|
|
1747
|
-
.e-spreadsheet .e-customsort-dlg .e-dlg-content {
|
|
1747
|
+
.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content {
|
|
1748
1748
|
padding-bottom: 0;
|
|
1749
1749
|
padding-left: 0;
|
|
1750
1750
|
padding-right: 0;
|
|
1751
1751
|
}
|
|
1752
|
-
.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-dialog {
|
|
1752
|
+
.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content .e-sort-dialog {
|
|
1753
1753
|
padding-top: 15px;
|
|
1754
1754
|
}
|
|
1755
|
-
.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection {
|
|
1755
|
+
.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content .e-sort-listsection {
|
|
1756
1756
|
padding-top: 18px;
|
|
1757
1757
|
}
|
|
1758
|
-
.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection .e-input-group {
|
|
1758
|
+
.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content .e-sort-listsection .e-input-group {
|
|
1759
1759
|
min-width: 220px;
|
|
1760
1760
|
}
|
|
1761
|
-
.e-spreadsheet .e-customsort-dlg .e-footer-content .e-sort-addbtn {
|
|
1761
|
+
.e-spreadsheet .e-customsort-dlg.e-dialog .e-footer-content .e-sort-addbtn {
|
|
1762
1762
|
float: left;
|
|
1763
1763
|
margin-left: 0;
|
|
1764
1764
|
}
|
|
@@ -1888,84 +1888,84 @@
|
|
|
1888
1888
|
font-size: 14px;
|
|
1889
1889
|
line-height: 28px;
|
|
1890
1890
|
}
|
|
1891
|
-
.e-spreadsheet .e-hyperlink-dlg,
|
|
1892
|
-
.e-spreadsheet .e-edithyperlink-dlg {
|
|
1891
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1892
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1893
1893
|
max-height: 640px !important;
|
|
1894
1894
|
}
|
|
1895
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content,
|
|
1896
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content {
|
|
1895
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1896
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
1897
1897
|
padding: 24px 24px 16px;
|
|
1898
1898
|
}
|
|
1899
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content .e-dlg-header,
|
|
1900
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content .e-dlg-header {
|
|
1899
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content .e-dlg-header,
|
|
1900
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1901
1901
|
font-size: 18px;
|
|
1902
1902
|
line-height: 21px;
|
|
1903
1903
|
}
|
|
1904
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content,
|
|
1905
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content {
|
|
1904
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content,
|
|
1905
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content {
|
|
1906
1906
|
padding-bottom: 0;
|
|
1907
1907
|
padding-left: 0;
|
|
1908
1908
|
padding-right: 0;
|
|
1909
1909
|
}
|
|
1910
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header,
|
|
1911
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header {
|
|
1910
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header,
|
|
1911
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header {
|
|
1912
1912
|
padding: 0 24px 0 25px;
|
|
1913
1913
|
}
|
|
1914
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items,
|
|
1915
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items {
|
|
1914
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items,
|
|
1915
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items {
|
|
1916
1916
|
height: 100%;
|
|
1917
1917
|
}
|
|
1918
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item,
|
|
1919
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item {
|
|
1918
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item,
|
|
1919
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item {
|
|
1920
1920
|
text-align: center;
|
|
1921
1921
|
width: 136px;
|
|
1922
1922
|
}
|
|
1923
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1924
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1923
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1924
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1925
1925
|
font-size: 13px;
|
|
1926
1926
|
line-height: 15px;
|
|
1927
1927
|
}
|
|
1928
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content,
|
|
1929
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content {
|
|
1928
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,
|
|
1929
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content {
|
|
1930
1930
|
padding-top: 24px;
|
|
1931
1931
|
}
|
|
1932
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont,
|
|
1933
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont {
|
|
1932
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont,
|
|
1933
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont {
|
|
1934
1934
|
margin: 0 0 15.5px 24px;
|
|
1935
1935
|
}
|
|
1936
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header,
|
|
1937
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header {
|
|
1936
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-header,
|
|
1937
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-header {
|
|
1938
1938
|
font-size: 14px;
|
|
1939
1939
|
line-height: 16px;
|
|
1940
1940
|
}
|
|
1941
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text,
|
|
1942
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text {
|
|
1941
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text,
|
|
1942
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text {
|
|
1943
1943
|
margin-top: 8px;
|
|
1944
1944
|
font-size: 14px;
|
|
1945
1945
|
height: 32px;
|
|
1946
1946
|
line-height: 16px;
|
|
1947
1947
|
width: 275px;
|
|
1948
1948
|
}
|
|
1949
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled,
|
|
1950
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled {
|
|
1949
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled,
|
|
1950
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled {
|
|
1951
1951
|
border-bottom-width: 2px;
|
|
1952
1952
|
}
|
|
1953
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont,
|
|
1954
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont {
|
|
1953
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont,
|
|
1954
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont {
|
|
1955
1955
|
border: 1px solid #4b5563;
|
|
1956
1956
|
height: 165px;
|
|
1957
1957
|
margin: 8px 24px 0 0;
|
|
1958
1958
|
overflow: auto;
|
|
1959
1959
|
width: 273px;
|
|
1960
1960
|
}
|
|
1961
|
-
.e-spreadsheet .e-hyperlink-dlg .e-footer-content,
|
|
1962
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-footer-content {
|
|
1961
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-footer-content,
|
|
1962
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-footer-content {
|
|
1963
1963
|
margin: 4px 0;
|
|
1964
1964
|
}
|
|
1965
|
-
.e-spreadsheet .e-open-dlg {
|
|
1965
|
+
.e-spreadsheet .e-open-dlg.e-dialog {
|
|
1966
1966
|
width: 360px;
|
|
1967
1967
|
}
|
|
1968
|
-
.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
|
|
1968
|
+
.e-spreadsheet .e-open-dlg.e-dialog .e-dlg-content .e-file-alert-span {
|
|
1969
1969
|
color: #f87171;
|
|
1970
1970
|
font-size: 12px;
|
|
1971
1971
|
padding-top: 7px;
|
|
@@ -1984,6 +1984,12 @@
|
|
|
1984
1984
|
font-size: 12px;
|
|
1985
1985
|
padding-top: 7px;
|
|
1986
1986
|
}
|
|
1987
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1988
|
+
padding-right: 12px;
|
|
1989
|
+
}
|
|
1990
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1991
|
+
padding: 12px 0;
|
|
1992
|
+
}
|
|
1987
1993
|
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1988
1994
|
margin: 0;
|
|
1989
1995
|
padding-bottom: 8px;
|
|
@@ -1992,62 +1998,62 @@
|
|
|
1992
1998
|
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
1993
1999
|
text-align: left;
|
|
1994
2000
|
}
|
|
1995
|
-
.e-spreadsheet .e-protectworkbook-dlg {
|
|
2001
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1996
2002
|
left: 0 !important;
|
|
1997
2003
|
}
|
|
1998
|
-
.e-spreadsheet .e-protectworkbook-dlg .e-dlg-header-content .e-dlg-header {
|
|
2004
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1999
2005
|
font-size: 18px;
|
|
2000
2006
|
line-height: 31px;
|
|
2001
2007
|
}
|
|
2002
|
-
.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span {
|
|
2008
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span {
|
|
2003
2009
|
color: #f87171;
|
|
2004
2010
|
font-size: 12px;
|
|
2005
2011
|
padding-top: 12px;
|
|
2006
2012
|
}
|
|
2007
|
-
.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content {
|
|
2013
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content {
|
|
2008
2014
|
padding-top: 12px;
|
|
2009
2015
|
}
|
|
2010
|
-
.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content .e-header {
|
|
2016
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content .e-header {
|
|
2011
2017
|
font-size: 12px;
|
|
2012
2018
|
line-height: 24px;
|
|
2013
2019
|
margin-bottom: 4px;
|
|
2014
2020
|
}
|
|
2015
|
-
.e-spreadsheet .e-unprotectworkbook-dlg {
|
|
2021
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2016
2022
|
left: 0 !important;
|
|
2017
2023
|
}
|
|
2018
|
-
.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-header-content .e-dlg-header {
|
|
2024
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2019
2025
|
font-size: 18px;
|
|
2020
2026
|
line-height: 21px;
|
|
2021
2027
|
}
|
|
2022
|
-
.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-content .e-unprotectpwd-alert-span {
|
|
2028
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-alert-span {
|
|
2023
2029
|
color: #f87171;
|
|
2024
2030
|
font-size: 12px;
|
|
2025
2031
|
padding-top: 7px;
|
|
2026
2032
|
}
|
|
2027
|
-
.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-content .e-unprotectpwd-content .e-header {
|
|
2033
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-header {
|
|
2028
2034
|
font-size: 14px;
|
|
2029
2035
|
line-height: 16px;
|
|
2030
2036
|
}
|
|
2031
|
-
.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2037
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2032
2038
|
margin-top: 10px;
|
|
2033
2039
|
}
|
|
2034
|
-
.e-spreadsheet .e-importprotectworkbook-dlg {
|
|
2040
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2035
2041
|
left: 0 !important;
|
|
2036
2042
|
}
|
|
2037
|
-
.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-header-content .e-dlg-header {
|
|
2043
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2038
2044
|
font-size: 18px;
|
|
2039
2045
|
line-height: 21px;
|
|
2040
2046
|
}
|
|
2041
|
-
.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-content .e-importprotectpwd-alert-span {
|
|
2047
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-content .e-importprotectpwd-alert-span {
|
|
2042
2048
|
color: #f87171;
|
|
2043
2049
|
font-size: 12px;
|
|
2044
2050
|
padding-top: 7px;
|
|
2045
2051
|
}
|
|
2046
|
-
.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-content .e-importprotectpwd-content .e-header {
|
|
2052
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-content .e-importprotectpwd-content .e-header {
|
|
2047
2053
|
font-size: 14px;
|
|
2048
2054
|
line-height: 16px;
|
|
2049
2055
|
}
|
|
2050
|
-
.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-content .e-importprotectpwd-content .e-input {
|
|
2056
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-content .e-importprotectpwd-content .e-input {
|
|
2051
2057
|
margin-top: 10px;
|
|
2052
2058
|
}
|
|
2053
2059
|
.e-spreadsheet .e-filter-icon {
|
|
@@ -2064,7 +2070,7 @@
|
|
|
2064
2070
|
height: 18px;
|
|
2065
2071
|
margin-right: -1px;
|
|
2066
2072
|
padding: 0;
|
|
2067
|
-
position:
|
|
2073
|
+
position: absolute;
|
|
2068
2074
|
right: 0;
|
|
2069
2075
|
width: 20px;
|
|
2070
2076
|
z-index: 2;
|
|
@@ -2091,6 +2097,9 @@
|
|
|
2091
2097
|
cursor: row-resize;
|
|
2092
2098
|
}
|
|
2093
2099
|
|
|
2100
|
+
.e-dropdown-popup.e-numformat-ddb ul {
|
|
2101
|
+
max-width: initial;
|
|
2102
|
+
}
|
|
2094
2103
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2095
2104
|
font-size: 13px;
|
|
2096
2105
|
max-width: 200px;
|
|
@@ -2142,33 +2151,36 @@
|
|
|
2142
2151
|
font-family: "Calibri";
|
|
2143
2152
|
}
|
|
2144
2153
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2145
|
-
font-family: "
|
|
2154
|
+
font-family: "Comic Sans MS";
|
|
2146
2155
|
}
|
|
2147
2156
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2148
|
-
font-family: "Courier
|
|
2157
|
+
font-family: "Courier";
|
|
2149
2158
|
}
|
|
2150
2159
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2151
|
-
font-family: "
|
|
2160
|
+
font-family: "Courier New";
|
|
2152
2161
|
}
|
|
2153
2162
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2154
|
-
font-family: "
|
|
2163
|
+
font-family: "Din Condensed";
|
|
2155
2164
|
}
|
|
2156
2165
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2157
|
-
font-family: "
|
|
2166
|
+
font-family: "Georgia";
|
|
2158
2167
|
}
|
|
2159
2168
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2160
|
-
font-family: "Helvetica
|
|
2169
|
+
font-family: "Helvetica";
|
|
2161
2170
|
}
|
|
2162
2171
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2163
|
-
font-family: "
|
|
2172
|
+
font-family: "Helvetica New";
|
|
2164
2173
|
}
|
|
2165
2174
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2166
|
-
font-family: "
|
|
2175
|
+
font-family: "Roboto";
|
|
2167
2176
|
}
|
|
2168
2177
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2169
|
-
font-family: "
|
|
2178
|
+
font-family: "Tahoma";
|
|
2170
2179
|
}
|
|
2171
2180
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2181
|
+
font-family: "Times New Roman";
|
|
2182
|
+
}
|
|
2183
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2172
2184
|
font-family: "Verdana";
|
|
2173
2185
|
}
|
|
2174
2186
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2440,42 +2452,42 @@
|
|
|
2440
2452
|
width: 100%;
|
|
2441
2453
|
}
|
|
2442
2454
|
|
|
2443
|
-
.e-spreadsheet-function-dlg {
|
|
2455
|
+
.e-spreadsheet-function-dlg.e-dialog {
|
|
2444
2456
|
min-height: 518px;
|
|
2445
2457
|
-webkit-user-select: none;
|
|
2446
2458
|
-ms-user-select: none;
|
|
2447
2459
|
user-select: none;
|
|
2448
2460
|
}
|
|
2449
|
-
.e-spreadsheet-function-dlg .e-dlg-header-content {
|
|
2461
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content {
|
|
2450
2462
|
padding: 18px;
|
|
2451
2463
|
}
|
|
2452
|
-
.e-spreadsheet-function-dlg .e-dlg-header-content .e-dlg-header {
|
|
2464
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2453
2465
|
font-size: 16px;
|
|
2454
2466
|
font-weight: 400;
|
|
2455
2467
|
}
|
|
2456
|
-
.e-spreadsheet-function-dlg .e-dlg-content {
|
|
2468
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2457
2469
|
overflow: hidden;
|
|
2458
2470
|
padding-left: 18px;
|
|
2459
2471
|
padding-right: 18px;
|
|
2460
2472
|
}
|
|
2461
|
-
.e-spreadsheet-function-dlg .e-dlg-content .e-category-content {
|
|
2473
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-category-content {
|
|
2462
2474
|
font-size: 12px;
|
|
2463
2475
|
font-weight: 500;
|
|
2464
2476
|
margin-bottom: 0;
|
|
2465
2477
|
font-weight: 600;
|
|
2466
2478
|
padding: 10px 0;
|
|
2467
2479
|
}
|
|
2468
|
-
.e-spreadsheet-function-dlg .e-dlg-content .e-formula-description {
|
|
2480
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-formula-description {
|
|
2469
2481
|
margin-left: -4px;
|
|
2470
2482
|
margin-top: 5px;
|
|
2471
2483
|
padding: 4px;
|
|
2472
2484
|
}
|
|
2473
|
-
.e-spreadsheet-function-dlg .e-dlg-content .e-description-content {
|
|
2485
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-description-content {
|
|
2474
2486
|
font-size: 14px;
|
|
2475
2487
|
font-weight: 500;
|
|
2476
2488
|
padding-top: 10px;
|
|
2477
2489
|
}
|
|
2478
|
-
.e-spreadsheet-function-dlg .e-dlg-content .e-formula-list {
|
|
2490
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-formula-list {
|
|
2479
2491
|
border: 1px solid #4b5563;
|
|
2480
2492
|
cursor: default;
|
|
2481
2493
|
margin-top: 6px;
|
|
@@ -2485,6 +2497,9 @@
|
|
|
2485
2497
|
.e-xlflmenu .e-xlfl-maindiv {
|
|
2486
2498
|
padding-top: 10px;
|
|
2487
2499
|
}
|
|
2500
|
+
.e-xlflmenu .e-xlfl-maindiv .e-xlfl-radiodiv {
|
|
2501
|
+
width: auto;
|
|
2502
|
+
}
|
|
2488
2503
|
|
|
2489
2504
|
.e-name-box .e-dropdownbase .e-list-item {
|
|
2490
2505
|
line-height: 25px;
|
|
@@ -2590,6 +2605,11 @@
|
|
|
2590
2605
|
height: auto;
|
|
2591
2606
|
width: auto;
|
|
2592
2607
|
}
|
|
2608
|
+
.e-bigger .e-spreadsheet .e-ribbon .e-content .e-hscroll-bar,
|
|
2609
|
+
.e-bigger.e-spreadsheet .e-ribbon .e-content .e-hscroll-bar {
|
|
2610
|
+
height: auto;
|
|
2611
|
+
overflow: hidden;
|
|
2612
|
+
}
|
|
2593
2613
|
.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon,
|
|
2594
2614
|
.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
|
|
2595
2615
|
font-size: 20px;
|
|
@@ -2693,8 +2713,8 @@
|
|
|
2693
2713
|
margin-right: 2.8%;
|
|
2694
2714
|
width: 77%;
|
|
2695
2715
|
}
|
|
2696
|
-
.e-bigger .e-spreadsheet .e-customsort-dlg,
|
|
2697
|
-
.e-bigger.e-spreadsheet .e-customsort-dlg {
|
|
2716
|
+
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2717
|
+
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2698
2718
|
width: 590px !important;
|
|
2699
2719
|
width: 630px !important;
|
|
2700
2720
|
}
|
|
@@ -2727,18 +2747,18 @@
|
|
|
2727
2747
|
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2728
2748
|
font-size: 12px;
|
|
2729
2749
|
}
|
|
2730
|
-
.e-bigger .e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span,
|
|
2731
|
-
.e-bigger.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span {
|
|
2750
|
+
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
2751
|
+
.e-bigger.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span {
|
|
2732
2752
|
color: #f87171;
|
|
2733
2753
|
font-size: 14px;
|
|
2734
2754
|
padding-top: 16px;
|
|
2735
2755
|
}
|
|
2736
|
-
.e-bigger .e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content,
|
|
2737
|
-
.e-bigger.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content {
|
|
2756
|
+
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content,
|
|
2757
|
+
.e-bigger.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content {
|
|
2738
2758
|
padding-top: 16px;
|
|
2739
2759
|
}
|
|
2740
|
-
.e-bigger .e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content .e-header,
|
|
2741
|
-
.e-bigger.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content .e-header {
|
|
2760
|
+
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content .e-header,
|
|
2761
|
+
.e-bigger.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content .e-header {
|
|
2742
2762
|
font-size: 14px;
|
|
2743
2763
|
line-height: 28px;
|
|
2744
2764
|
margin-bottom: 4px;
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/switch/tailwind-dark-definition.scss';
|
|
6
|
-
@import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/tab/tailwind-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/menu/tailwind-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/tailwind-dark-definition.scss';
|
|
11
|
-
@import 'ej2-grids/styles/excel-filter/tailwind-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/color-picker/tailwind-dark-definition.scss';
|
|
15
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/tailwind-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/split-button/tailwind-dark-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/list-box/tailwind-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/combo-box/tailwind-dark-definition.scss';
|
|
20
|
-
@import 'tailwind-dark-definition.scss';
|
|
21
|
-
@import 'icons/tailwind-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/tailwind-dark.scss';
|