@syncfusion/ej2-vue-spreadsheet 20.2.50 → 20.3.48
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 +8 -1
- 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/tailwind-dark.css
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
/*! Material specific themes definition's */
|
|
25
25
|
/*! Vertical Tab */
|
|
26
26
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
27
|
+
/* stylelint-disable */
|
|
27
28
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
28
29
|
transform: rotate(0deg);
|
|
29
30
|
transition: transform 300ms ease;
|
|
@@ -691,8 +692,8 @@
|
|
|
691
692
|
margin-bottom: 4px;
|
|
692
693
|
}
|
|
693
694
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
694
|
-
height: 510px !important;
|
|
695
|
-
width: 530px !important;
|
|
695
|
+
height: 510px !important; /* stylelint-disable-line declaration-no-important */
|
|
696
|
+
width: 530px !important; /* stylelint-disable-line declaration-no-important */
|
|
696
697
|
}
|
|
697
698
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
698
699
|
padding: 0;
|
|
@@ -705,7 +706,7 @@
|
|
|
705
706
|
padding: 18px;
|
|
706
707
|
}
|
|
707
708
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
708
|
-
left: 0 !important;
|
|
709
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
709
710
|
}
|
|
710
711
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
711
712
|
font-size: 18px;
|
|
@@ -724,7 +725,7 @@
|
|
|
724
725
|
margin-top: 10px;
|
|
725
726
|
}
|
|
726
727
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
727
|
-
left: 0 !important;
|
|
728
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
728
729
|
}
|
|
729
730
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
730
731
|
font-size: 18px;
|
|
@@ -894,7 +895,7 @@
|
|
|
894
895
|
display: none;
|
|
895
896
|
}
|
|
896
897
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
897
|
-
width: 100% !important;
|
|
898
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
898
899
|
}
|
|
899
900
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
900
901
|
display: none;
|
|
@@ -1129,8 +1130,8 @@
|
|
|
1129
1130
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1130
1131
|
background-color: #22d3ee;
|
|
1131
1132
|
cursor: ns-resize;
|
|
1132
|
-
left: 50%;
|
|
1133
1133
|
position: absolute;
|
|
1134
|
+
right: 50%;
|
|
1134
1135
|
top: 0;
|
|
1135
1136
|
transform: translate(-50%, -50%);
|
|
1136
1137
|
}
|
|
@@ -1145,8 +1146,8 @@
|
|
|
1145
1146
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1146
1147
|
background-color: #22d3ee;
|
|
1147
1148
|
cursor: ns-resize;
|
|
1148
|
-
left: 50%;
|
|
1149
1149
|
position: absolute;
|
|
1150
|
+
right: 50%;
|
|
1150
1151
|
top: 100%;
|
|
1151
1152
|
transform: translate(-50%, -50%);
|
|
1152
1153
|
}
|
|
@@ -1267,14 +1268,14 @@
|
|
|
1267
1268
|
}
|
|
1268
1269
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1269
1270
|
height: 100%;
|
|
1270
|
-
position: initial !important;
|
|
1271
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1271
1272
|
width: 100%;
|
|
1272
1273
|
}
|
|
1273
1274
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1274
1275
|
height: 100%;
|
|
1275
1276
|
overflow: hidden;
|
|
1276
1277
|
padding: 4px;
|
|
1277
|
-
position: initial !important;
|
|
1278
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1278
1279
|
width: 100%;
|
|
1279
1280
|
}
|
|
1280
1281
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1395,7 +1396,7 @@
|
|
|
1395
1396
|
margin-right: 8px;
|
|
1396
1397
|
}
|
|
1397
1398
|
.e-spreadsheet .e-hide {
|
|
1398
|
-
display: none !important;
|
|
1399
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1399
1400
|
}
|
|
1400
1401
|
.e-spreadsheet .e-selection {
|
|
1401
1402
|
border-style: solid;
|
|
@@ -1512,7 +1513,7 @@
|
|
|
1512
1513
|
text-align: right;
|
|
1513
1514
|
}
|
|
1514
1515
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1515
|
-
font-weight:
|
|
1516
|
+
font-weight: normal;
|
|
1516
1517
|
padding-bottom: 0;
|
|
1517
1518
|
padding-top: 0;
|
|
1518
1519
|
}
|
|
@@ -1541,17 +1542,17 @@
|
|
|
1541
1542
|
font-size: 16px;
|
|
1542
1543
|
}
|
|
1543
1544
|
.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 {
|
|
1544
|
-
font-size: 30px !important;
|
|
1545
|
+
font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
1545
1546
|
margin-right: 5px;
|
|
1546
1547
|
padding: 0 5px;
|
|
1547
1548
|
width: 30px;
|
|
1548
1549
|
}
|
|
1549
1550
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1550
|
-
font-size: 18px !important;
|
|
1551
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1551
1552
|
margin-right: 5px;
|
|
1552
1553
|
}
|
|
1553
1554
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1554
|
-
font-size: 18px !important;
|
|
1555
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1555
1556
|
margin-right: -5px;
|
|
1556
1557
|
}
|
|
1557
1558
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1728,7 +1729,7 @@
|
|
|
1728
1729
|
}
|
|
1729
1730
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1730
1731
|
border: 0;
|
|
1731
|
-
box-shadow: none !important;
|
|
1732
|
+
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1732
1733
|
}
|
|
1733
1734
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1734
1735
|
bottom: 5px;
|
|
@@ -1891,7 +1892,7 @@
|
|
|
1891
1892
|
}
|
|
1892
1893
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1893
1894
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1894
|
-
max-height: 640px !important;
|
|
1895
|
+
max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
|
|
1895
1896
|
}
|
|
1896
1897
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1897
1898
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -2000,7 +2001,7 @@
|
|
|
2000
2001
|
text-align: left;
|
|
2001
2002
|
}
|
|
2002
2003
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2003
|
-
left: 0 !important;
|
|
2004
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2004
2005
|
}
|
|
2005
2006
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2006
2007
|
font-size: 18px;
|
|
@@ -2020,7 +2021,7 @@
|
|
|
2020
2021
|
margin-bottom: 4px;
|
|
2021
2022
|
}
|
|
2022
2023
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2023
|
-
left: 0 !important;
|
|
2024
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2024
2025
|
}
|
|
2025
2026
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2026
2027
|
font-size: 18px;
|
|
@@ -2039,7 +2040,7 @@
|
|
|
2039
2040
|
margin-top: 10px;
|
|
2040
2041
|
}
|
|
2041
2042
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2042
|
-
left: 0 !important;
|
|
2043
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2043
2044
|
}
|
|
2044
2045
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2045
2046
|
font-size: 18px;
|
|
@@ -2071,7 +2072,7 @@
|
|
|
2071
2072
|
height: 18px;
|
|
2072
2073
|
margin-right: -1px;
|
|
2073
2074
|
padding: 0;
|
|
2074
|
-
position:
|
|
2075
|
+
position: relative;
|
|
2075
2076
|
right: 0;
|
|
2076
2077
|
width: 20px;
|
|
2077
2078
|
z-index: 2;
|
|
@@ -2083,7 +2084,7 @@
|
|
|
2083
2084
|
}
|
|
2084
2085
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2085
2086
|
box-shadow: none;
|
|
2086
|
-
width: 270px !important;
|
|
2087
|
+
width: 270px !important; /* stylelint-disable-line declaration-no-important */
|
|
2087
2088
|
}
|
|
2088
2089
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2089
2090
|
display: -ms-flexbox;
|
|
@@ -2152,36 +2153,33 @@
|
|
|
2152
2153
|
font-family: "Calibri";
|
|
2153
2154
|
}
|
|
2154
2155
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2155
|
-
font-family: "Comic Sans MS";
|
|
2156
|
-
}
|
|
2157
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2158
2156
|
font-family: "Courier";
|
|
2159
2157
|
}
|
|
2160
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2158
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2161
2159
|
font-family: "Courier New";
|
|
2162
2160
|
}
|
|
2163
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2161
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2164
2162
|
font-family: "Din Condensed";
|
|
2165
2163
|
}
|
|
2166
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2164
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2167
2165
|
font-family: "Georgia";
|
|
2168
2166
|
}
|
|
2169
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2167
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2170
2168
|
font-family: "Helvetica";
|
|
2171
2169
|
}
|
|
2172
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2170
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2173
2171
|
font-family: "Helvetica New";
|
|
2174
2172
|
}
|
|
2175
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2173
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2176
2174
|
font-family: "Roboto";
|
|
2177
2175
|
}
|
|
2178
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2176
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2179
2177
|
font-family: "Tahoma";
|
|
2180
2178
|
}
|
|
2181
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2179
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2182
2180
|
font-family: "Times New Roman";
|
|
2183
2181
|
}
|
|
2184
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2182
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2185
2183
|
font-family: "Verdana";
|
|
2186
2184
|
}
|
|
2187
2185
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2464,7 +2462,7 @@
|
|
|
2464
2462
|
}
|
|
2465
2463
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2466
2464
|
font-size: 16px;
|
|
2467
|
-
font-weight:
|
|
2465
|
+
font-weight: normal;
|
|
2468
2466
|
}
|
|
2469
2467
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2470
2468
|
overflow: hidden;
|
|
@@ -2716,8 +2714,8 @@
|
|
|
2716
2714
|
}
|
|
2717
2715
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2718
2716
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2719
|
-
width: 590px !important;
|
|
2720
|
-
width: 630px !important;
|
|
2717
|
+
width: 590px !important; /* stylelint-disable-line declaration-no-important */
|
|
2718
|
+
width: 630px !important; /* stylelint-disable-line declaration-no-important */
|
|
2721
2719
|
}
|
|
2722
2720
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2723
2721
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2781,7 +2779,10 @@
|
|
|
2781
2779
|
.e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
|
|
2782
2780
|
padding-right: 0;
|
|
2783
2781
|
}
|
|
2784
|
-
|
|
2782
|
+
.e-bigger .e-spreadsheet .e-validation-list,
|
|
2783
|
+
.e-bigger.e-spreadsheet .e-validation-list {
|
|
2784
|
+
width: 26px;
|
|
2785
|
+
}
|
|
2785
2786
|
.e-bigger.e-dropdown-popup.e-font-size-ddb ul,
|
|
2786
2787
|
.e-bigger .e-dropdown-popup.e-font-size-ddb ul {
|
|
2787
2788
|
min-width: 70px;
|
|
@@ -4194,7 +4195,7 @@
|
|
|
4194
4195
|
min-height: 35px;
|
|
4195
4196
|
}
|
|
4196
4197
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
4197
|
-
display: inline-block !important;
|
|
4198
|
+
display: inline-block !important; /* stylelint-disable-line declaration-no-important */
|
|
4198
4199
|
width: calc(100% - 28px);
|
|
4199
4200
|
}
|
|
4200
4201
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|
package/styles/tailwind.css
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
/*! Material specific themes definition's */
|
|
25
25
|
/*! Vertical Tab */
|
|
26
26
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
27
|
+
/* stylelint-disable */
|
|
27
28
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
28
29
|
transform: rotate(0deg);
|
|
29
30
|
transition: transform 300ms ease;
|
|
@@ -691,8 +692,8 @@
|
|
|
691
692
|
margin-bottom: 4px;
|
|
692
693
|
}
|
|
693
694
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
694
|
-
height: 510px !important;
|
|
695
|
-
width: 530px !important;
|
|
695
|
+
height: 510px !important; /* stylelint-disable-line declaration-no-important */
|
|
696
|
+
width: 530px !important; /* stylelint-disable-line declaration-no-important */
|
|
696
697
|
}
|
|
697
698
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
698
699
|
padding: 0;
|
|
@@ -705,7 +706,7 @@
|
|
|
705
706
|
padding: 18px;
|
|
706
707
|
}
|
|
707
708
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
708
|
-
left: 0 !important;
|
|
709
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
709
710
|
}
|
|
710
711
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
711
712
|
font-size: 18px;
|
|
@@ -724,7 +725,7 @@
|
|
|
724
725
|
margin-top: 10px;
|
|
725
726
|
}
|
|
726
727
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
727
|
-
left: 0 !important;
|
|
728
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
728
729
|
}
|
|
729
730
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
730
731
|
font-size: 18px;
|
|
@@ -894,7 +895,7 @@
|
|
|
894
895
|
display: none;
|
|
895
896
|
}
|
|
896
897
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
897
|
-
width: 100% !important;
|
|
898
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
898
899
|
}
|
|
899
900
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
900
901
|
display: none;
|
|
@@ -1129,8 +1130,8 @@
|
|
|
1129
1130
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1130
1131
|
background-color: #4f46e5;
|
|
1131
1132
|
cursor: ns-resize;
|
|
1132
|
-
left: 50%;
|
|
1133
1133
|
position: absolute;
|
|
1134
|
+
right: 50%;
|
|
1134
1135
|
top: 0;
|
|
1135
1136
|
transform: translate(-50%, -50%);
|
|
1136
1137
|
}
|
|
@@ -1145,8 +1146,8 @@
|
|
|
1145
1146
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1146
1147
|
background-color: #4f46e5;
|
|
1147
1148
|
cursor: ns-resize;
|
|
1148
|
-
left: 50%;
|
|
1149
1149
|
position: absolute;
|
|
1150
|
+
right: 50%;
|
|
1150
1151
|
top: 100%;
|
|
1151
1152
|
transform: translate(-50%, -50%);
|
|
1152
1153
|
}
|
|
@@ -1267,14 +1268,14 @@
|
|
|
1267
1268
|
}
|
|
1268
1269
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1269
1270
|
height: 100%;
|
|
1270
|
-
position: initial !important;
|
|
1271
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1271
1272
|
width: 100%;
|
|
1272
1273
|
}
|
|
1273
1274
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1274
1275
|
height: 100%;
|
|
1275
1276
|
overflow: hidden;
|
|
1276
1277
|
padding: 4px;
|
|
1277
|
-
position: initial !important;
|
|
1278
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1278
1279
|
width: 100%;
|
|
1279
1280
|
}
|
|
1280
1281
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1395,7 +1396,7 @@
|
|
|
1395
1396
|
margin-right: 8px;
|
|
1396
1397
|
}
|
|
1397
1398
|
.e-spreadsheet .e-hide {
|
|
1398
|
-
display: none !important;
|
|
1399
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1399
1400
|
}
|
|
1400
1401
|
.e-spreadsheet .e-selection {
|
|
1401
1402
|
border-style: solid;
|
|
@@ -1512,7 +1513,7 @@
|
|
|
1512
1513
|
text-align: right;
|
|
1513
1514
|
}
|
|
1514
1515
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1515
|
-
font-weight:
|
|
1516
|
+
font-weight: normal;
|
|
1516
1517
|
padding-bottom: 0;
|
|
1517
1518
|
padding-top: 0;
|
|
1518
1519
|
}
|
|
@@ -1541,17 +1542,17 @@
|
|
|
1541
1542
|
font-size: 16px;
|
|
1542
1543
|
}
|
|
1543
1544
|
.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 {
|
|
1544
|
-
font-size: 30px !important;
|
|
1545
|
+
font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
1545
1546
|
margin-right: 5px;
|
|
1546
1547
|
padding: 0 5px;
|
|
1547
1548
|
width: 30px;
|
|
1548
1549
|
}
|
|
1549
1550
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1550
|
-
font-size: 18px !important;
|
|
1551
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1551
1552
|
margin-right: 5px;
|
|
1552
1553
|
}
|
|
1553
1554
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1554
|
-
font-size: 18px !important;
|
|
1555
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1555
1556
|
margin-right: -5px;
|
|
1556
1557
|
}
|
|
1557
1558
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1728,7 +1729,7 @@
|
|
|
1728
1729
|
}
|
|
1729
1730
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1730
1731
|
border: 0;
|
|
1731
|
-
box-shadow: none !important;
|
|
1732
|
+
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1732
1733
|
}
|
|
1733
1734
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1734
1735
|
bottom: 5px;
|
|
@@ -1891,7 +1892,7 @@
|
|
|
1891
1892
|
}
|
|
1892
1893
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1893
1894
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1894
|
-
max-height: 640px !important;
|
|
1895
|
+
max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
|
|
1895
1896
|
}
|
|
1896
1897
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1897
1898
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -2000,7 +2001,7 @@
|
|
|
2000
2001
|
text-align: left;
|
|
2001
2002
|
}
|
|
2002
2003
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2003
|
-
left: 0 !important;
|
|
2004
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2004
2005
|
}
|
|
2005
2006
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2006
2007
|
font-size: 18px;
|
|
@@ -2020,7 +2021,7 @@
|
|
|
2020
2021
|
margin-bottom: 4px;
|
|
2021
2022
|
}
|
|
2022
2023
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2023
|
-
left: 0 !important;
|
|
2024
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2024
2025
|
}
|
|
2025
2026
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2026
2027
|
font-size: 18px;
|
|
@@ -2039,7 +2040,7 @@
|
|
|
2039
2040
|
margin-top: 10px;
|
|
2040
2041
|
}
|
|
2041
2042
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2042
|
-
left: 0 !important;
|
|
2043
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2043
2044
|
}
|
|
2044
2045
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2045
2046
|
font-size: 18px;
|
|
@@ -2071,7 +2072,7 @@
|
|
|
2071
2072
|
height: 18px;
|
|
2072
2073
|
margin-right: -1px;
|
|
2073
2074
|
padding: 0;
|
|
2074
|
-
position:
|
|
2075
|
+
position: relative;
|
|
2075
2076
|
right: 0;
|
|
2076
2077
|
width: 20px;
|
|
2077
2078
|
z-index: 2;
|
|
@@ -2083,7 +2084,7 @@
|
|
|
2083
2084
|
}
|
|
2084
2085
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2085
2086
|
box-shadow: none;
|
|
2086
|
-
width: 270px !important;
|
|
2087
|
+
width: 270px !important; /* stylelint-disable-line declaration-no-important */
|
|
2087
2088
|
}
|
|
2088
2089
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2089
2090
|
display: -ms-flexbox;
|
|
@@ -2152,36 +2153,33 @@
|
|
|
2152
2153
|
font-family: "Calibri";
|
|
2153
2154
|
}
|
|
2154
2155
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2155
|
-
font-family: "Comic Sans MS";
|
|
2156
|
-
}
|
|
2157
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2158
2156
|
font-family: "Courier";
|
|
2159
2157
|
}
|
|
2160
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2158
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2161
2159
|
font-family: "Courier New";
|
|
2162
2160
|
}
|
|
2163
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2161
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2164
2162
|
font-family: "Din Condensed";
|
|
2165
2163
|
}
|
|
2166
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2164
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2167
2165
|
font-family: "Georgia";
|
|
2168
2166
|
}
|
|
2169
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2167
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2170
2168
|
font-family: "Helvetica";
|
|
2171
2169
|
}
|
|
2172
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2170
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2173
2171
|
font-family: "Helvetica New";
|
|
2174
2172
|
}
|
|
2175
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2173
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2176
2174
|
font-family: "Roboto";
|
|
2177
2175
|
}
|
|
2178
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2176
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2179
2177
|
font-family: "Tahoma";
|
|
2180
2178
|
}
|
|
2181
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2179
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2182
2180
|
font-family: "Times New Roman";
|
|
2183
2181
|
}
|
|
2184
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2182
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2185
2183
|
font-family: "Verdana";
|
|
2186
2184
|
}
|
|
2187
2185
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2464,7 +2462,7 @@
|
|
|
2464
2462
|
}
|
|
2465
2463
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2466
2464
|
font-size: 16px;
|
|
2467
|
-
font-weight:
|
|
2465
|
+
font-weight: normal;
|
|
2468
2466
|
}
|
|
2469
2467
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2470
2468
|
overflow: hidden;
|
|
@@ -2716,8 +2714,8 @@
|
|
|
2716
2714
|
}
|
|
2717
2715
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2718
2716
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2719
|
-
width: 590px !important;
|
|
2720
|
-
width: 630px !important;
|
|
2717
|
+
width: 590px !important; /* stylelint-disable-line declaration-no-important */
|
|
2718
|
+
width: 630px !important; /* stylelint-disable-line declaration-no-important */
|
|
2721
2719
|
}
|
|
2722
2720
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2723
2721
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2781,7 +2779,10 @@
|
|
|
2781
2779
|
.e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
|
|
2782
2780
|
padding-right: 0;
|
|
2783
2781
|
}
|
|
2784
|
-
|
|
2782
|
+
.e-bigger .e-spreadsheet .e-validation-list,
|
|
2783
|
+
.e-bigger.e-spreadsheet .e-validation-list {
|
|
2784
|
+
width: 26px;
|
|
2785
|
+
}
|
|
2785
2786
|
.e-bigger.e-dropdown-popup.e-font-size-ddb ul,
|
|
2786
2787
|
.e-bigger .e-dropdown-popup.e-font-size-ddb ul {
|
|
2787
2788
|
min-width: 70px;
|
|
@@ -3984,7 +3985,7 @@
|
|
|
3984
3985
|
min-height: 35px;
|
|
3985
3986
|
}
|
|
3986
3987
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
3987
|
-
display: inline-block !important;
|
|
3988
|
+
display: inline-block !important; /* stylelint-disable-line declaration-no-important */
|
|
3988
3989
|
width: calc(100% - 28px);
|
|
3989
3990
|
}
|
|
3990
3991
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|