@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
|
@@ -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 {
|
|
@@ -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 {
|