@syncfusion/ej2-vue-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.
- 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/bootstrap5.css
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
1
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
2
|
+
/* stylelint-disable */
|
|
3
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
4
|
+
/* stylelint-disable */
|
|
2
5
|
/*! Horizontal Tab */
|
|
3
6
|
/*! Bootstrap specific themes definition's */
|
|
4
7
|
/*! Vertical Tab */
|
|
5
8
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
9
|
+
/* stylelint-disable */
|
|
6
10
|
.e-popup.e-ddl {
|
|
7
11
|
border-radius: 4px;
|
|
8
12
|
box-shadow: none;
|
|
@@ -722,8 +726,8 @@
|
|
|
722
726
|
margin-bottom: 4px;
|
|
723
727
|
}
|
|
724
728
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
725
|
-
height: 510px !important;
|
|
726
|
-
width: 530px !important;
|
|
729
|
+
height: 510px !important; /* stylelint-disable-line declaration-no-important */
|
|
730
|
+
width: 530px !important; /* stylelint-disable-line declaration-no-important */
|
|
727
731
|
}
|
|
728
732
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
729
733
|
padding: 0;
|
|
@@ -736,7 +740,7 @@
|
|
|
736
740
|
padding: 12px;
|
|
737
741
|
}
|
|
738
742
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
739
|
-
left: 0 !important;
|
|
743
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
740
744
|
}
|
|
741
745
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
742
746
|
font-size: 18px;
|
|
@@ -755,7 +759,7 @@
|
|
|
755
759
|
margin-top: 10px;
|
|
756
760
|
}
|
|
757
761
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
758
|
-
left: 0 !important;
|
|
762
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
759
763
|
}
|
|
760
764
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
761
765
|
font-size: 18px;
|
|
@@ -920,7 +924,7 @@
|
|
|
920
924
|
display: none;
|
|
921
925
|
}
|
|
922
926
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
923
|
-
width: 100% !important;
|
|
927
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
924
928
|
}
|
|
925
929
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
926
930
|
display: none;
|
|
@@ -1155,8 +1159,8 @@
|
|
|
1155
1159
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1156
1160
|
background-color: #0d6efd;
|
|
1157
1161
|
cursor: ns-resize;
|
|
1158
|
-
left: 50%;
|
|
1159
1162
|
position: absolute;
|
|
1163
|
+
right: 50%;
|
|
1160
1164
|
top: 0;
|
|
1161
1165
|
transform: translate(-50%, -50%);
|
|
1162
1166
|
}
|
|
@@ -1171,8 +1175,8 @@
|
|
|
1171
1175
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1172
1176
|
background-color: #0d6efd;
|
|
1173
1177
|
cursor: ns-resize;
|
|
1174
|
-
left: 50%;
|
|
1175
1178
|
position: absolute;
|
|
1179
|
+
right: 50%;
|
|
1176
1180
|
top: 100%;
|
|
1177
1181
|
transform: translate(-50%, -50%);
|
|
1178
1182
|
}
|
|
@@ -1292,14 +1296,14 @@
|
|
|
1292
1296
|
}
|
|
1293
1297
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1294
1298
|
height: 100%;
|
|
1295
|
-
position: initial !important;
|
|
1299
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1296
1300
|
width: 100%;
|
|
1297
1301
|
}
|
|
1298
1302
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1299
1303
|
height: 100%;
|
|
1300
1304
|
overflow: hidden;
|
|
1301
1305
|
padding: 4px;
|
|
1302
|
-
position: initial !important;
|
|
1306
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1303
1307
|
width: 100%;
|
|
1304
1308
|
}
|
|
1305
1309
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1417,7 +1421,7 @@
|
|
|
1417
1421
|
margin-right: 8px;
|
|
1418
1422
|
}
|
|
1419
1423
|
.e-spreadsheet .e-hide {
|
|
1420
|
-
display: none !important;
|
|
1424
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1421
1425
|
}
|
|
1422
1426
|
.e-spreadsheet .e-selection {
|
|
1423
1427
|
border-style: solid;
|
|
@@ -1534,7 +1538,7 @@
|
|
|
1534
1538
|
text-align: right;
|
|
1535
1539
|
}
|
|
1536
1540
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1537
|
-
font-weight:
|
|
1541
|
+
font-weight: normal;
|
|
1538
1542
|
padding-bottom: 0;
|
|
1539
1543
|
padding-top: 0;
|
|
1540
1544
|
}
|
|
@@ -1558,17 +1562,17 @@
|
|
|
1558
1562
|
font-size: 18px;
|
|
1559
1563
|
}
|
|
1560
1564
|
.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 {
|
|
1561
|
-
font-size: 30px !important;
|
|
1565
|
+
font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
1562
1566
|
margin-right: 5px;
|
|
1563
1567
|
padding: 0 5px;
|
|
1564
1568
|
width: 30px;
|
|
1565
1569
|
}
|
|
1566
1570
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1567
|
-
font-size: 18px !important;
|
|
1571
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1568
1572
|
margin-right: 5px;
|
|
1569
1573
|
}
|
|
1570
1574
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1571
|
-
font-size: 18px !important;
|
|
1575
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1572
1576
|
margin-right: -5px;
|
|
1573
1577
|
}
|
|
1574
1578
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1745,7 +1749,7 @@
|
|
|
1745
1749
|
}
|
|
1746
1750
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1747
1751
|
border: 0;
|
|
1748
|
-
box-shadow: none !important;
|
|
1752
|
+
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1749
1753
|
}
|
|
1750
1754
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1751
1755
|
bottom: 5px;
|
|
@@ -1901,7 +1905,7 @@
|
|
|
1901
1905
|
}
|
|
1902
1906
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1903
1907
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1904
|
-
max-height: 640px !important;
|
|
1908
|
+
max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
|
|
1905
1909
|
}
|
|
1906
1910
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1907
1911
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -2010,7 +2014,7 @@
|
|
|
2010
2014
|
text-align: left;
|
|
2011
2015
|
}
|
|
2012
2016
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2013
|
-
left: 0 !important;
|
|
2017
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2014
2018
|
}
|
|
2015
2019
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2016
2020
|
font-size: 18px;
|
|
@@ -2030,7 +2034,7 @@
|
|
|
2030
2034
|
margin-bottom: 4px;
|
|
2031
2035
|
}
|
|
2032
2036
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2033
|
-
left: 0 !important;
|
|
2037
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2034
2038
|
}
|
|
2035
2039
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2036
2040
|
font-size: 18px;
|
|
@@ -2049,7 +2053,7 @@
|
|
|
2049
2053
|
margin-top: 10px;
|
|
2050
2054
|
}
|
|
2051
2055
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2052
|
-
left: 0 !important;
|
|
2056
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2053
2057
|
}
|
|
2054
2058
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2055
2059
|
font-size: 18px;
|
|
@@ -2080,7 +2084,7 @@
|
|
|
2080
2084
|
height: 18px;
|
|
2081
2085
|
margin-right: -1px;
|
|
2082
2086
|
padding: 0;
|
|
2083
|
-
position:
|
|
2087
|
+
position: relative;
|
|
2084
2088
|
right: 0;
|
|
2085
2089
|
width: 20px;
|
|
2086
2090
|
z-index: 2;
|
|
@@ -2091,7 +2095,7 @@
|
|
|
2091
2095
|
}
|
|
2092
2096
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2093
2097
|
box-shadow: none;
|
|
2094
|
-
width: 270px !important;
|
|
2098
|
+
width: 270px !important; /* stylelint-disable-line declaration-no-important */
|
|
2095
2099
|
}
|
|
2096
2100
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2097
2101
|
display: -ms-flexbox;
|
|
@@ -2160,36 +2164,33 @@
|
|
|
2160
2164
|
font-family: "Calibri";
|
|
2161
2165
|
}
|
|
2162
2166
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2163
|
-
font-family: "Comic Sans MS";
|
|
2164
|
-
}
|
|
2165
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2166
2167
|
font-family: "Courier";
|
|
2167
2168
|
}
|
|
2168
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2169
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2169
2170
|
font-family: "Courier New";
|
|
2170
2171
|
}
|
|
2171
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2172
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2172
2173
|
font-family: "Din Condensed";
|
|
2173
2174
|
}
|
|
2174
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2175
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2175
2176
|
font-family: "Georgia";
|
|
2176
2177
|
}
|
|
2177
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2178
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2178
2179
|
font-family: "Helvetica";
|
|
2179
2180
|
}
|
|
2180
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2181
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2181
2182
|
font-family: "Helvetica New";
|
|
2182
2183
|
}
|
|
2183
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2184
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2184
2185
|
font-family: "Roboto";
|
|
2185
2186
|
}
|
|
2186
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2187
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2187
2188
|
font-family: "Tahoma";
|
|
2188
2189
|
}
|
|
2189
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2190
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2190
2191
|
font-family: "Times New Roman";
|
|
2191
2192
|
}
|
|
2192
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2193
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2193
2194
|
font-family: "Verdana";
|
|
2194
2195
|
}
|
|
2195
2196
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2475,7 +2476,7 @@
|
|
|
2475
2476
|
}
|
|
2476
2477
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2477
2478
|
font-size: 16px;
|
|
2478
|
-
font-weight:
|
|
2479
|
+
font-weight: normal;
|
|
2479
2480
|
}
|
|
2480
2481
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2481
2482
|
overflow: hidden;
|
|
@@ -2710,7 +2711,7 @@
|
|
|
2710
2711
|
}
|
|
2711
2712
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2712
2713
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2713
|
-
width: 590px !important;
|
|
2714
|
+
width: 590px !important; /* stylelint-disable-line declaration-no-important */
|
|
2714
2715
|
}
|
|
2715
2716
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2716
2717
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2772,6 +2773,15 @@
|
|
|
2772
2773
|
.e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
|
|
2773
2774
|
padding-right: 0;
|
|
2774
2775
|
}
|
|
2776
|
+
.e-bigger .e-spreadsheet .e-validation-list,
|
|
2777
|
+
.e-bigger.e-spreadsheet .e-validation-list {
|
|
2778
|
+
width: 22px;
|
|
2779
|
+
}
|
|
2780
|
+
.e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,
|
|
2781
|
+
.e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon {
|
|
2782
|
+
min-height: 0;
|
|
2783
|
+
min-width: 0;
|
|
2784
|
+
}
|
|
2775
2785
|
|
|
2776
2786
|
.e-bigger.e-dropdown-popup.e-font-size-ddb ul,
|
|
2777
2787
|
.e-bigger .e-dropdown-popup.e-font-size-ddb ul {
|
|
@@ -4010,7 +4020,7 @@
|
|
|
4010
4020
|
min-height: 35px;
|
|
4011
4021
|
}
|
|
4012
4022
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
4013
|
-
display: inline-block !important;
|
|
4023
|
+
display: inline-block !important; /* stylelint-disable-line declaration-no-important */
|
|
4014
4024
|
width: calc(100% - 28px);
|
|
4015
4025
|
}
|
|
4016
4026
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable */
|
|
1
2
|
.e-ddl.e-popup {
|
|
2
3
|
border: 0;
|
|
3
4
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -648,8 +649,8 @@
|
|
|
648
649
|
margin-bottom: 4px;
|
|
649
650
|
}
|
|
650
651
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
651
|
-
height: 510px !important;
|
|
652
|
-
width: 530px !important;
|
|
652
|
+
height: 510px !important; /* stylelint-disable-line declaration-no-important */
|
|
653
|
+
width: 530px !important; /* stylelint-disable-line declaration-no-important */
|
|
653
654
|
}
|
|
654
655
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
655
656
|
padding: 0;
|
|
@@ -659,7 +660,7 @@
|
|
|
659
660
|
padding-top: 3px;
|
|
660
661
|
}
|
|
661
662
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
662
|
-
left: 0 !important;
|
|
663
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
663
664
|
}
|
|
664
665
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
665
666
|
font-size: 18px;
|
|
@@ -678,7 +679,7 @@
|
|
|
678
679
|
margin-top: 10px;
|
|
679
680
|
}
|
|
680
681
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
681
|
-
left: 0 !important;
|
|
682
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
682
683
|
}
|
|
683
684
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
684
685
|
font-size: 18px;
|
|
@@ -843,7 +844,7 @@
|
|
|
843
844
|
display: none;
|
|
844
845
|
}
|
|
845
846
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
846
|
-
width: 100% !important;
|
|
847
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
847
848
|
}
|
|
848
849
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
849
850
|
display: none;
|
|
@@ -1078,8 +1079,8 @@
|
|
|
1078
1079
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1079
1080
|
background-color: #0074cc;
|
|
1080
1081
|
cursor: ns-resize;
|
|
1081
|
-
left: 50%;
|
|
1082
1082
|
position: absolute;
|
|
1083
|
+
right: 50%;
|
|
1083
1084
|
top: 0;
|
|
1084
1085
|
transform: translate(-50%, -50%);
|
|
1085
1086
|
}
|
|
@@ -1094,8 +1095,8 @@
|
|
|
1094
1095
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1095
1096
|
background-color: #0074cc;
|
|
1096
1097
|
cursor: ns-resize;
|
|
1097
|
-
left: 50%;
|
|
1098
1098
|
position: absolute;
|
|
1099
|
+
right: 50%;
|
|
1099
1100
|
top: 100%;
|
|
1100
1101
|
transform: translate(-50%, -50%);
|
|
1101
1102
|
}
|
|
@@ -1215,14 +1216,14 @@
|
|
|
1215
1216
|
}
|
|
1216
1217
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1217
1218
|
height: 100%;
|
|
1218
|
-
position: initial !important;
|
|
1219
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1219
1220
|
width: 100%;
|
|
1220
1221
|
}
|
|
1221
1222
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1222
1223
|
height: 100%;
|
|
1223
1224
|
overflow: hidden;
|
|
1224
1225
|
padding: 4px;
|
|
1225
|
-
position: initial !important;
|
|
1226
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1226
1227
|
width: 100%;
|
|
1227
1228
|
}
|
|
1228
1229
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1340,7 +1341,7 @@
|
|
|
1340
1341
|
margin-right: 8px;
|
|
1341
1342
|
}
|
|
1342
1343
|
.e-spreadsheet .e-hide {
|
|
1343
|
-
display: none !important;
|
|
1344
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1344
1345
|
}
|
|
1345
1346
|
.e-spreadsheet .e-selection {
|
|
1346
1347
|
border-style: solid;
|
|
@@ -1457,7 +1458,7 @@
|
|
|
1457
1458
|
text-align: right;
|
|
1458
1459
|
}
|
|
1459
1460
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1460
|
-
font-weight:
|
|
1461
|
+
font-weight: normal;
|
|
1461
1462
|
padding-bottom: 0;
|
|
1462
1463
|
padding-top: 0;
|
|
1463
1464
|
}
|
|
@@ -1489,17 +1490,17 @@
|
|
|
1489
1490
|
font-size: 19px;
|
|
1490
1491
|
}
|
|
1491
1492
|
.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 {
|
|
1492
|
-
font-size: 30px !important;
|
|
1493
|
+
font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
1493
1494
|
margin-right: 5px;
|
|
1494
1495
|
padding: 0 5px;
|
|
1495
1496
|
width: 30px;
|
|
1496
1497
|
}
|
|
1497
1498
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1498
|
-
font-size: 18px !important;
|
|
1499
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1499
1500
|
margin-right: 5px;
|
|
1500
1501
|
}
|
|
1501
1502
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1502
|
-
font-size: 18px !important;
|
|
1503
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1503
1504
|
margin-right: -5px;
|
|
1504
1505
|
}
|
|
1505
1506
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1676,7 +1677,7 @@
|
|
|
1676
1677
|
}
|
|
1677
1678
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1678
1679
|
border: 0;
|
|
1679
|
-
box-shadow: none !important;
|
|
1680
|
+
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1680
1681
|
}
|
|
1681
1682
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1682
1683
|
bottom: 5px;
|
|
@@ -1826,7 +1827,7 @@
|
|
|
1826
1827
|
}
|
|
1827
1828
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1828
1829
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1829
|
-
max-height: 640px !important;
|
|
1830
|
+
max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
|
|
1830
1831
|
}
|
|
1831
1832
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1832
1833
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1935,7 +1936,7 @@
|
|
|
1935
1936
|
text-align: left;
|
|
1936
1937
|
}
|
|
1937
1938
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1938
|
-
left: 0 !important;
|
|
1939
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1939
1940
|
}
|
|
1940
1941
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1941
1942
|
font-size: 18px;
|
|
@@ -1955,7 +1956,7 @@
|
|
|
1955
1956
|
margin-bottom: 4px;
|
|
1956
1957
|
}
|
|
1957
1958
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1958
|
-
left: 0 !important;
|
|
1959
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1959
1960
|
}
|
|
1960
1961
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1961
1962
|
font-size: 18px;
|
|
@@ -1974,7 +1975,7 @@
|
|
|
1974
1975
|
margin-top: 10px;
|
|
1975
1976
|
}
|
|
1976
1977
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1977
|
-
left: 0 !important;
|
|
1978
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1978
1979
|
}
|
|
1979
1980
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1980
1981
|
font-size: 18px;
|
|
@@ -2005,7 +2006,7 @@
|
|
|
2005
2006
|
height: 18px;
|
|
2006
2007
|
margin-right: -1px;
|
|
2007
2008
|
padding: 0;
|
|
2008
|
-
position:
|
|
2009
|
+
position: relative;
|
|
2009
2010
|
right: 0;
|
|
2010
2011
|
width: 20px;
|
|
2011
2012
|
z-index: 2;
|
|
@@ -2016,7 +2017,7 @@
|
|
|
2016
2017
|
}
|
|
2017
2018
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2018
2019
|
box-shadow: none;
|
|
2019
|
-
width: 270px !important;
|
|
2020
|
+
width: 270px !important; /* stylelint-disable-line declaration-no-important */
|
|
2020
2021
|
}
|
|
2021
2022
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2022
2023
|
display: -ms-flexbox;
|
|
@@ -2085,36 +2086,33 @@
|
|
|
2085
2086
|
font-family: "Calibri";
|
|
2086
2087
|
}
|
|
2087
2088
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2088
|
-
font-family: "Comic Sans MS";
|
|
2089
|
-
}
|
|
2090
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2091
2089
|
font-family: "Courier";
|
|
2092
2090
|
}
|
|
2093
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2091
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2094
2092
|
font-family: "Courier New";
|
|
2095
2093
|
}
|
|
2096
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2094
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2097
2095
|
font-family: "Din Condensed";
|
|
2098
2096
|
}
|
|
2099
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2097
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2100
2098
|
font-family: "Georgia";
|
|
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(11) {
|
|
2103
2101
|
font-family: "Helvetica";
|
|
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(12) {
|
|
2106
2104
|
font-family: "Helvetica New";
|
|
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(13) {
|
|
2109
2107
|
font-family: "Roboto";
|
|
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(14) {
|
|
2112
2110
|
font-family: "Tahoma";
|
|
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(15) {
|
|
2115
2113
|
font-family: "Times New Roman";
|
|
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(16) {
|
|
2118
2116
|
font-family: "Verdana";
|
|
2119
2117
|
}
|
|
2120
2118
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2397,7 +2395,7 @@
|
|
|
2397
2395
|
}
|
|
2398
2396
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2399
2397
|
font-size: 16px;
|
|
2400
|
-
font-weight:
|
|
2398
|
+
font-weight: normal;
|
|
2401
2399
|
}
|
|
2402
2400
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2403
2401
|
overflow: hidden;
|
|
@@ -2636,7 +2634,7 @@
|
|
|
2636
2634
|
}
|
|
2637
2635
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2638
2636
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2639
|
-
width: 590px !important;
|
|
2637
|
+
width: 590px !important; /* stylelint-disable-line declaration-no-important */
|
|
2640
2638
|
}
|
|
2641
2639
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2642
2640
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2698,6 +2696,15 @@
|
|
|
2698
2696
|
.e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
|
|
2699
2697
|
padding-right: 0;
|
|
2700
2698
|
}
|
|
2699
|
+
.e-bigger .e-spreadsheet .e-validation-list,
|
|
2700
|
+
.e-bigger.e-spreadsheet .e-validation-list {
|
|
2701
|
+
width: 22px;
|
|
2702
|
+
}
|
|
2703
|
+
.e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,
|
|
2704
|
+
.e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon {
|
|
2705
|
+
min-height: 0;
|
|
2706
|
+
min-width: 0;
|
|
2707
|
+
}
|
|
2701
2708
|
|
|
2702
2709
|
.e-bigger.e-dropdown-popup.e-font-size-ddb ul,
|
|
2703
2710
|
.e-bigger .e-dropdown-popup.e-font-size-ddb ul {
|
|
@@ -3879,7 +3886,7 @@
|
|
|
3879
3886
|
min-height: 35px;
|
|
3880
3887
|
}
|
|
3881
3888
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
3882
|
-
display: inline-block !important;
|
|
3889
|
+
display: inline-block !important; /* stylelint-disable-line declaration-no-important */
|
|
3883
3890
|
width: calc(100% - 28px);
|
|
3884
3891
|
}
|
|
3885
3892
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|