@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
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
/*! Bootstrap specific themes definition's */
|
|
5
5
|
/*! Vertical Tab */
|
|
6
6
|
/*! TreeView's bootstrap theme wise override definitions and variables */
|
|
7
|
+
/* stylelint-disable */
|
|
7
8
|
.e-popup.e-ddl {
|
|
8
9
|
border-radius: 4px;
|
|
9
10
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -678,8 +679,8 @@
|
|
|
678
679
|
margin-bottom: 4px;
|
|
679
680
|
}
|
|
680
681
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
681
|
-
height: 510px !important;
|
|
682
|
-
width: 530px !important;
|
|
682
|
+
height: 510px !important; /* stylelint-disable-line declaration-no-important */
|
|
683
|
+
width: 530px !important; /* stylelint-disable-line declaration-no-important */
|
|
683
684
|
}
|
|
684
685
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
685
686
|
padding: 0;
|
|
@@ -689,7 +690,7 @@
|
|
|
689
690
|
padding-top: 3px;
|
|
690
691
|
}
|
|
691
692
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
692
|
-
left: 0 !important;
|
|
693
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
693
694
|
}
|
|
694
695
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
695
696
|
font-size: 18px;
|
|
@@ -708,7 +709,7 @@
|
|
|
708
709
|
margin-top: 10px;
|
|
709
710
|
}
|
|
710
711
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
711
|
-
left: 0 !important;
|
|
712
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
712
713
|
}
|
|
713
714
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
714
715
|
font-size: 18px;
|
|
@@ -873,7 +874,7 @@
|
|
|
873
874
|
display: none;
|
|
874
875
|
}
|
|
875
876
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
876
|
-
width: 100% !important;
|
|
877
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
877
878
|
}
|
|
878
879
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
879
880
|
display: none;
|
|
@@ -1108,8 +1109,8 @@
|
|
|
1108
1109
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1109
1110
|
background-color: #317ab9;
|
|
1110
1111
|
cursor: ns-resize;
|
|
1111
|
-
left: 50%;
|
|
1112
1112
|
position: absolute;
|
|
1113
|
+
right: 50%;
|
|
1113
1114
|
top: 0;
|
|
1114
1115
|
transform: translate(-50%, -50%);
|
|
1115
1116
|
}
|
|
@@ -1124,8 +1125,8 @@
|
|
|
1124
1125
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1125
1126
|
background-color: #317ab9;
|
|
1126
1127
|
cursor: ns-resize;
|
|
1127
|
-
left: 50%;
|
|
1128
1128
|
position: absolute;
|
|
1129
|
+
right: 50%;
|
|
1129
1130
|
top: 100%;
|
|
1130
1131
|
transform: translate(-50%, -50%);
|
|
1131
1132
|
}
|
|
@@ -1245,14 +1246,14 @@
|
|
|
1245
1246
|
}
|
|
1246
1247
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1247
1248
|
height: 100%;
|
|
1248
|
-
position: initial !important;
|
|
1249
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1249
1250
|
width: 100%;
|
|
1250
1251
|
}
|
|
1251
1252
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1252
1253
|
height: 100%;
|
|
1253
1254
|
overflow: hidden;
|
|
1254
1255
|
padding: 4px;
|
|
1255
|
-
position: initial !important;
|
|
1256
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1256
1257
|
width: 100%;
|
|
1257
1258
|
}
|
|
1258
1259
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1383,7 +1384,7 @@
|
|
|
1383
1384
|
margin-right: 8px;
|
|
1384
1385
|
}
|
|
1385
1386
|
.e-spreadsheet .e-hide {
|
|
1386
|
-
display: none !important;
|
|
1387
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1387
1388
|
}
|
|
1388
1389
|
.e-spreadsheet .e-selection {
|
|
1389
1390
|
border-style: solid;
|
|
@@ -1500,7 +1501,7 @@
|
|
|
1500
1501
|
text-align: right;
|
|
1501
1502
|
}
|
|
1502
1503
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1503
|
-
font-weight:
|
|
1504
|
+
font-weight: normal;
|
|
1504
1505
|
padding-bottom: 0;
|
|
1505
1506
|
padding-top: 0;
|
|
1506
1507
|
}
|
|
@@ -1529,17 +1530,17 @@
|
|
|
1529
1530
|
font-size: 16px;
|
|
1530
1531
|
}
|
|
1531
1532
|
.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 {
|
|
1532
|
-
font-size: 30px !important;
|
|
1533
|
+
font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
1533
1534
|
margin-right: 5px;
|
|
1534
1535
|
padding: 0 5px;
|
|
1535
1536
|
width: 30px;
|
|
1536
1537
|
}
|
|
1537
1538
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1538
|
-
font-size: 18px !important;
|
|
1539
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1539
1540
|
margin-right: 5px;
|
|
1540
1541
|
}
|
|
1541
1542
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1542
|
-
font-size: 18px !important;
|
|
1543
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1543
1544
|
margin-right: -5px;
|
|
1544
1545
|
}
|
|
1545
1546
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1722,7 +1723,7 @@
|
|
|
1722
1723
|
}
|
|
1723
1724
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1724
1725
|
border: 0;
|
|
1725
|
-
box-shadow: none !important;
|
|
1726
|
+
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1726
1727
|
}
|
|
1727
1728
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1728
1729
|
bottom: 5px;
|
|
@@ -1872,7 +1873,7 @@
|
|
|
1872
1873
|
}
|
|
1873
1874
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1874
1875
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1875
|
-
max-height: 640px !important;
|
|
1876
|
+
max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
|
|
1876
1877
|
}
|
|
1877
1878
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1878
1879
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1981,7 +1982,7 @@
|
|
|
1981
1982
|
text-align: left;
|
|
1982
1983
|
}
|
|
1983
1984
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1984
|
-
left: 0 !important;
|
|
1985
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1985
1986
|
}
|
|
1986
1987
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1987
1988
|
font-size: 18px;
|
|
@@ -2001,7 +2002,7 @@
|
|
|
2001
2002
|
margin-bottom: 4px;
|
|
2002
2003
|
}
|
|
2003
2004
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2004
|
-
left: 0 !important;
|
|
2005
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2005
2006
|
}
|
|
2006
2007
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2007
2008
|
font-size: 18px;
|
|
@@ -2020,7 +2021,7 @@
|
|
|
2020
2021
|
margin-top: 10px;
|
|
2021
2022
|
}
|
|
2022
2023
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2023
|
-
left: 0 !important;
|
|
2024
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2024
2025
|
}
|
|
2025
2026
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2026
2027
|
font-size: 18px;
|
|
@@ -2051,7 +2052,7 @@
|
|
|
2051
2052
|
height: 18px;
|
|
2052
2053
|
margin-right: -1px;
|
|
2053
2054
|
padding: 0;
|
|
2054
|
-
position:
|
|
2055
|
+
position: relative;
|
|
2055
2056
|
right: 0;
|
|
2056
2057
|
width: 20px;
|
|
2057
2058
|
z-index: 2;
|
|
@@ -2062,7 +2063,7 @@
|
|
|
2062
2063
|
}
|
|
2063
2064
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2064
2065
|
box-shadow: none;
|
|
2065
|
-
width: 270px !important;
|
|
2066
|
+
width: 270px !important; /* stylelint-disable-line declaration-no-important */
|
|
2066
2067
|
}
|
|
2067
2068
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2068
2069
|
display: -ms-flexbox;
|
|
@@ -2131,36 +2132,33 @@
|
|
|
2131
2132
|
font-family: "Calibri";
|
|
2132
2133
|
}
|
|
2133
2134
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2134
|
-
font-family: "Comic Sans MS";
|
|
2135
|
-
}
|
|
2136
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2137
2135
|
font-family: "Courier";
|
|
2138
2136
|
}
|
|
2139
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2137
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2140
2138
|
font-family: "Courier New";
|
|
2141
2139
|
}
|
|
2142
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2140
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2143
2141
|
font-family: "Din Condensed";
|
|
2144
2142
|
}
|
|
2145
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2143
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2146
2144
|
font-family: "Georgia";
|
|
2147
2145
|
}
|
|
2148
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2146
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2149
2147
|
font-family: "Helvetica";
|
|
2150
2148
|
}
|
|
2151
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2149
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2152
2150
|
font-family: "Helvetica New";
|
|
2153
2151
|
}
|
|
2154
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2152
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2155
2153
|
font-family: "Roboto";
|
|
2156
2154
|
}
|
|
2157
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2155
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2158
2156
|
font-family: "Tahoma";
|
|
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(15) {
|
|
2161
2159
|
font-family: "Times New Roman";
|
|
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(16) {
|
|
2164
2162
|
font-family: "Verdana";
|
|
2165
2163
|
}
|
|
2166
2164
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2446,7 +2444,7 @@
|
|
|
2446
2444
|
}
|
|
2447
2445
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2448
2446
|
font-size: 16px;
|
|
2449
|
-
font-weight:
|
|
2447
|
+
font-weight: normal;
|
|
2450
2448
|
}
|
|
2451
2449
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2452
2450
|
overflow: hidden;
|
|
@@ -2676,7 +2674,7 @@
|
|
|
2676
2674
|
}
|
|
2677
2675
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2678
2676
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2679
|
-
width: 590px !important;
|
|
2677
|
+
width: 590px !important; /* stylelint-disable-line declaration-no-important */
|
|
2680
2678
|
}
|
|
2681
2679
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2682
2680
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2738,6 +2736,15 @@
|
|
|
2738
2736
|
.e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
|
|
2739
2737
|
padding-right: 0;
|
|
2740
2738
|
}
|
|
2739
|
+
.e-bigger .e-spreadsheet .e-validation-list,
|
|
2740
|
+
.e-bigger.e-spreadsheet .e-validation-list {
|
|
2741
|
+
width: 26px;
|
|
2742
|
+
}
|
|
2743
|
+
.e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,
|
|
2744
|
+
.e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon {
|
|
2745
|
+
min-height: 0;
|
|
2746
|
+
min-width: 0;
|
|
2747
|
+
}
|
|
2741
2748
|
|
|
2742
2749
|
.e-bigger.e-dropdown-popup.e-font-size-ddb ul,
|
|
2743
2750
|
.e-bigger .e-dropdown-popup.e-font-size-ddb ul {
|
|
@@ -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;
|