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