@syncfusion/ej2-vue-spreadsheet 20.2.49 → 20.3.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -72
- package/dist/ej2-vue-spreadsheet.umd.min.js +2 -2
- package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es2015.js +66 -76
- package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es5.js +66 -76
- package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +8 -8
- package/src/spreadsheet/cells.directive.d.ts +0 -1
- package/src/spreadsheet/cells.directive.js +5 -6
- package/src/spreadsheet/chart.directive.d.ts +0 -1
- package/src/spreadsheet/chart.directive.js +5 -6
- package/src/spreadsheet/columns.directive.d.ts +0 -1
- package/src/spreadsheet/columns.directive.js +5 -6
- package/src/spreadsheet/conditionalformats.directive.d.ts +0 -1
- package/src/spreadsheet/conditionalformats.directive.js +5 -6
- package/src/spreadsheet/definednames.directive.d.ts +0 -1
- package/src/spreadsheet/definednames.directive.js +5 -6
- package/src/spreadsheet/image.directive.d.ts +0 -1
- package/src/spreadsheet/image.directive.js +5 -6
- package/src/spreadsheet/ranges.directive.d.ts +0 -1
- package/src/spreadsheet/ranges.directive.js +5 -6
- package/src/spreadsheet/rows.directive.d.ts +0 -1
- package/src/spreadsheet/rows.directive.js +5 -6
- package/src/spreadsheet/sheets.directive.d.ts +0 -1
- package/src/spreadsheet/sheets.directive.js +5 -6
- package/src/spreadsheet/spreadsheet.component.d.ts +0 -1
- package/src/spreadsheet/spreadsheet.component.js +4 -5
- 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/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.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/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
package/styles/highcontrast.css
CHANGED
|
@@ -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:
|
|
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:
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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:
|
|
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 {
|
|
@@ -3905,7 +3908,7 @@
|
|
|
3905
3908
|
min-height: 35px;
|
|
3906
3909
|
}
|
|
3907
3910
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
3908
|
-
display: inline-block !important;
|
|
3911
|
+
display: inline-block !important; /* stylelint-disable-line declaration-no-important */
|
|
3909
3912
|
width: calc(100% - 28px);
|
|
3910
3913
|
}
|
|
3911
3914
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|
package/styles/material-dark.css
CHANGED
|
@@ -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:
|
|
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:
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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:
|
|
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:
|
|
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 {
|
|
@@ -3951,7 +3951,7 @@
|
|
|
3951
3951
|
min-height: 35px;
|
|
3952
3952
|
}
|
|
3953
3953
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
3954
|
-
display: inline-block !important;
|
|
3954
|
+
display: inline-block !important; /* stylelint-disable-line declaration-no-important */
|
|
3955
3955
|
width: calc(100% - 28px);
|
|
3956
3956
|
}
|
|
3957
3957
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|