@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/bootstrap4.css
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/*! Horizontal Tab */
|
|
2
2
|
/*! Bootstrap specific themes definition's */
|
|
3
3
|
/*! Vertical Tab */
|
|
4
|
+
/* stylelint-disable */
|
|
4
5
|
.e-popup.e-ddl {
|
|
5
6
|
border-radius: 4px;
|
|
6
7
|
box-shadow: none;
|
|
@@ -721,8 +722,8 @@
|
|
|
721
722
|
margin-bottom: 4px;
|
|
722
723
|
}
|
|
723
724
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
724
|
-
height: 510px !important;
|
|
725
|
-
width: 530px !important;
|
|
725
|
+
height: 510px !important; /* stylelint-disable-line declaration-no-important */
|
|
726
|
+
width: 530px !important; /* stylelint-disable-line declaration-no-important */
|
|
726
727
|
}
|
|
727
728
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
728
729
|
padding: 0;
|
|
@@ -732,7 +733,7 @@
|
|
|
732
733
|
padding-top: 3px;
|
|
733
734
|
}
|
|
734
735
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
735
|
-
left: 0 !important;
|
|
736
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
736
737
|
}
|
|
737
738
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
738
739
|
font-size: 18px;
|
|
@@ -751,7 +752,7 @@
|
|
|
751
752
|
margin-top: 10px;
|
|
752
753
|
}
|
|
753
754
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
754
|
-
left: 0 !important;
|
|
755
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
755
756
|
}
|
|
756
757
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
757
758
|
font-size: 18px;
|
|
@@ -912,7 +913,7 @@
|
|
|
912
913
|
display: none;
|
|
913
914
|
}
|
|
914
915
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
915
|
-
width: 100% !important;
|
|
916
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
916
917
|
}
|
|
917
918
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
918
919
|
display: none;
|
|
@@ -1147,8 +1148,8 @@
|
|
|
1147
1148
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1148
1149
|
background-color: #007bff;
|
|
1149
1150
|
cursor: ns-resize;
|
|
1150
|
-
left: 50%;
|
|
1151
1151
|
position: absolute;
|
|
1152
|
+
right: 50%;
|
|
1152
1153
|
top: 0;
|
|
1153
1154
|
transform: translate(-50%, -50%);
|
|
1154
1155
|
}
|
|
@@ -1163,8 +1164,8 @@
|
|
|
1163
1164
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1164
1165
|
background-color: #007bff;
|
|
1165
1166
|
cursor: ns-resize;
|
|
1166
|
-
left: 50%;
|
|
1167
1167
|
position: absolute;
|
|
1168
|
+
right: 50%;
|
|
1168
1169
|
top: 100%;
|
|
1169
1170
|
transform: translate(-50%, -50%);
|
|
1170
1171
|
}
|
|
@@ -1284,14 +1285,14 @@
|
|
|
1284
1285
|
}
|
|
1285
1286
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1286
1287
|
height: 100%;
|
|
1287
|
-
position: initial !important;
|
|
1288
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1288
1289
|
width: 100%;
|
|
1289
1290
|
}
|
|
1290
1291
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1291
1292
|
height: 100%;
|
|
1292
1293
|
overflow: hidden;
|
|
1293
1294
|
padding: 4px;
|
|
1294
|
-
position: initial !important;
|
|
1295
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1295
1296
|
width: 100%;
|
|
1296
1297
|
}
|
|
1297
1298
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1422,7 +1423,7 @@
|
|
|
1422
1423
|
margin-right: 8px;
|
|
1423
1424
|
}
|
|
1424
1425
|
.e-spreadsheet .e-hide {
|
|
1425
|
-
display: none !important;
|
|
1426
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1426
1427
|
}
|
|
1427
1428
|
.e-spreadsheet .e-selection {
|
|
1428
1429
|
border-style: solid;
|
|
@@ -1539,7 +1540,7 @@
|
|
|
1539
1540
|
text-align: right;
|
|
1540
1541
|
}
|
|
1541
1542
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1542
|
-
font-weight:
|
|
1543
|
+
font-weight: normal;
|
|
1543
1544
|
padding-bottom: 0;
|
|
1544
1545
|
padding-top: 0;
|
|
1545
1546
|
}
|
|
@@ -1571,17 +1572,17 @@
|
|
|
1571
1572
|
font-size: 16px;
|
|
1572
1573
|
}
|
|
1573
1574
|
.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 {
|
|
1574
|
-
font-size: 30px !important;
|
|
1575
|
+
font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
1575
1576
|
margin-right: 5px;
|
|
1576
1577
|
padding: 0 5px;
|
|
1577
1578
|
width: 30px;
|
|
1578
1579
|
}
|
|
1579
1580
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1580
|
-
font-size: 18px !important;
|
|
1581
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1581
1582
|
margin-right: 5px;
|
|
1582
1583
|
}
|
|
1583
1584
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1584
|
-
font-size: 18px !important;
|
|
1585
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1585
1586
|
margin-right: -5px;
|
|
1586
1587
|
}
|
|
1587
1588
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1766,7 +1767,7 @@
|
|
|
1766
1767
|
}
|
|
1767
1768
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1768
1769
|
border: 0;
|
|
1769
|
-
box-shadow: none !important;
|
|
1770
|
+
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1770
1771
|
}
|
|
1771
1772
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1772
1773
|
bottom: 5px;
|
|
@@ -1916,7 +1917,7 @@
|
|
|
1916
1917
|
}
|
|
1917
1918
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1918
1919
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1919
|
-
max-height: 640px !important;
|
|
1920
|
+
max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
|
|
1920
1921
|
}
|
|
1921
1922
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1922
1923
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -2029,7 +2030,7 @@
|
|
|
2029
2030
|
text-align: left;
|
|
2030
2031
|
}
|
|
2031
2032
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2032
|
-
left: 0 !important;
|
|
2033
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2033
2034
|
}
|
|
2034
2035
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2035
2036
|
font-size: 18px;
|
|
@@ -2049,7 +2050,7 @@
|
|
|
2049
2050
|
margin-bottom: 4px;
|
|
2050
2051
|
}
|
|
2051
2052
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2052
|
-
left: 0 !important;
|
|
2053
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2053
2054
|
}
|
|
2054
2055
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2055
2056
|
font-size: 18px;
|
|
@@ -2068,7 +2069,7 @@
|
|
|
2068
2069
|
margin-top: 10px;
|
|
2069
2070
|
}
|
|
2070
2071
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2071
|
-
left: 0 !important;
|
|
2072
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2072
2073
|
}
|
|
2073
2074
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2074
2075
|
font-size: 18px;
|
|
@@ -2099,7 +2100,7 @@
|
|
|
2099
2100
|
height: 18px;
|
|
2100
2101
|
margin-right: -1px;
|
|
2101
2102
|
padding: 0;
|
|
2102
|
-
position:
|
|
2103
|
+
position: relative;
|
|
2103
2104
|
right: 0;
|
|
2104
2105
|
width: 20px;
|
|
2105
2106
|
z-index: 2;
|
|
@@ -2110,7 +2111,7 @@
|
|
|
2110
2111
|
}
|
|
2111
2112
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2112
2113
|
box-shadow: none;
|
|
2113
|
-
width: 270px !important;
|
|
2114
|
+
width: 270px !important; /* stylelint-disable-line declaration-no-important */
|
|
2114
2115
|
}
|
|
2115
2116
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2116
2117
|
display: -ms-flexbox;
|
|
@@ -2179,36 +2180,33 @@
|
|
|
2179
2180
|
font-family: "Calibri";
|
|
2180
2181
|
}
|
|
2181
2182
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2182
|
-
font-family: "Comic Sans MS";
|
|
2183
|
-
}
|
|
2184
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2185
2183
|
font-family: "Courier";
|
|
2186
2184
|
}
|
|
2187
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2185
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2188
2186
|
font-family: "Courier New";
|
|
2189
2187
|
}
|
|
2190
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2188
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2191
2189
|
font-family: "Din Condensed";
|
|
2192
2190
|
}
|
|
2193
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2191
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2194
2192
|
font-family: "Georgia";
|
|
2195
2193
|
}
|
|
2196
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2194
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2197
2195
|
font-family: "Helvetica";
|
|
2198
2196
|
}
|
|
2199
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2197
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2200
2198
|
font-family: "Helvetica New";
|
|
2201
2199
|
}
|
|
2202
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2200
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2203
2201
|
font-family: "Roboto";
|
|
2204
2202
|
}
|
|
2205
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2203
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2206
2204
|
font-family: "Tahoma";
|
|
2207
2205
|
}
|
|
2208
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2206
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2209
2207
|
font-family: "Times New Roman";
|
|
2210
2208
|
}
|
|
2211
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2209
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2212
2210
|
font-family: "Verdana";
|
|
2213
2211
|
}
|
|
2214
2212
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2494,7 +2492,7 @@
|
|
|
2494
2492
|
}
|
|
2495
2493
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2496
2494
|
font-size: 16px;
|
|
2497
|
-
font-weight:
|
|
2495
|
+
font-weight: normal;
|
|
2498
2496
|
}
|
|
2499
2497
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2500
2498
|
overflow: hidden;
|
|
@@ -2724,7 +2722,7 @@
|
|
|
2724
2722
|
}
|
|
2725
2723
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2726
2724
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2727
|
-
width: 590px !important;
|
|
2725
|
+
width: 590px !important; /* stylelint-disable-line declaration-no-important */
|
|
2728
2726
|
}
|
|
2729
2727
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2730
2728
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2786,6 +2784,15 @@
|
|
|
2786
2784
|
.e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
|
|
2787
2785
|
padding-right: 0;
|
|
2788
2786
|
}
|
|
2787
|
+
.e-bigger .e-spreadsheet .e-validation-list,
|
|
2788
|
+
.e-bigger.e-spreadsheet .e-validation-list {
|
|
2789
|
+
width: 22px;
|
|
2790
|
+
}
|
|
2791
|
+
.e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,
|
|
2792
|
+
.e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon {
|
|
2793
|
+
min-height: 0;
|
|
2794
|
+
min-width: 0;
|
|
2795
|
+
}
|
|
2789
2796
|
|
|
2790
2797
|
.e-bigger.e-dropdown-popup.e-font-size-ddb ul,
|
|
2791
2798
|
.e-bigger .e-dropdown-popup.e-font-size-ddb ul {
|
|
@@ -2979,6 +2986,7 @@
|
|
|
2979
2986
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(:focus):not(.e-tbar-btn).e-active {
|
|
2980
2987
|
background: #6c757d;
|
|
2981
2988
|
border-color: #6c757d;
|
|
2989
|
+
color: #fff;
|
|
2982
2990
|
}
|
|
2983
2991
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus {
|
|
2984
2992
|
color: #fff;
|
|
@@ -3976,7 +3984,7 @@
|
|
|
3976
3984
|
border-right-width: 0;
|
|
3977
3985
|
}
|
|
3978
3986
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
3979
|
-
display: inline-block !important;
|
|
3987
|
+
display: inline-block !important; /* stylelint-disable-line declaration-no-important */
|
|
3980
3988
|
width: calc(100% - 28px);
|
|
3981
3989
|
}
|
|
3982
3990
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|
|
@@ -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 {
|