@syncfusion/ej2-angular-spreadsheet 20.4.54 → 21.1.35
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/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +71 -73
- package/styles/bootstrap-dark.scss +1 -1
- package/styles/bootstrap.css +80 -82
- package/styles/bootstrap.scss +1 -1
- package/styles/bootstrap4.css +69 -71
- package/styles/bootstrap4.scss +1 -1
- package/styles/bootstrap5-dark.css +89 -91
- package/styles/bootstrap5-dark.scss +1 -1
- package/styles/bootstrap5.css +89 -91
- package/styles/bootstrap5.scss +1 -1
- package/styles/fabric-dark.css +70 -72
- package/styles/fabric-dark.scss +1 -1
- package/styles/fabric.css +74 -76
- package/styles/fabric.scss +1 -1
- package/styles/fluent-dark.css +82 -84
- package/styles/fluent-dark.scss +1 -1
- package/styles/fluent.css +82 -84
- package/styles/fluent.scss +1 -1
- package/styles/highcontrast-light.css +68 -70
- package/styles/highcontrast-light.scss +1 -1
- package/styles/highcontrast.css +75 -77
- package/styles/highcontrast.scss +1 -1
- package/styles/material-dark.css +71 -73
- package/styles/material-dark.scss +1 -1
- package/styles/material.css +76 -78
- package/styles/material.scss +1 -1
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +69 -7
- package/styles/spreadsheet/_bootstrap-definition.scss +68 -7
- package/styles/spreadsheet/_bootstrap4-definition.scss +68 -7
- package/styles/spreadsheet/_bootstrap5-definition.scss +72 -9
- package/styles/spreadsheet/_fabric-dark-definition.scss +71 -7
- package/styles/spreadsheet/_fabric-definition.scss +72 -7
- package/styles/spreadsheet/_fluent-definition.scss +75 -9
- package/styles/spreadsheet/_fusionnew-definition.scss +27 -7
- package/styles/spreadsheet/_highcontrast-definition.scss +71 -7
- package/styles/spreadsheet/_highcontrast-light-definition.scss +74 -7
- package/styles/spreadsheet/_layout.scss +98 -109
- package/styles/spreadsheet/_material-dark-definition.scss +70 -7
- package/styles/spreadsheet/_material-definition.scss +70 -7
- package/styles/spreadsheet/_tailwind-definition.scss +76 -10
- package/styles/spreadsheet/_theme.scss +6 -6
- package/styles/spreadsheet/bootstrap-dark.css +13 -18
- package/styles/spreadsheet/bootstrap-dark.scss +1 -1
- package/styles/spreadsheet/bootstrap.css +13 -18
- package/styles/spreadsheet/bootstrap.scss +1 -1
- package/styles/spreadsheet/bootstrap4.css +13 -18
- package/styles/spreadsheet/bootstrap4.scss +1 -1
- package/styles/spreadsheet/bootstrap5-dark.css +18 -23
- package/styles/spreadsheet/bootstrap5.css +18 -23
- package/styles/spreadsheet/bootstrap5.scss +1 -1
- package/styles/spreadsheet/fabric-dark.css +13 -18
- package/styles/spreadsheet/fabric-dark.scss +1 -1
- package/styles/spreadsheet/fabric.css +13 -18
- package/styles/spreadsheet/fabric.scss +1 -1
- package/styles/spreadsheet/fluent-dark.css +21 -26
- package/styles/spreadsheet/fluent.css +21 -26
- package/styles/spreadsheet/fluent.scss +1 -1
- package/styles/spreadsheet/highcontrast-light.css +12 -17
- package/styles/spreadsheet/highcontrast-light.scss +1 -1
- package/styles/spreadsheet/highcontrast.css +13 -18
- package/styles/spreadsheet/highcontrast.scss +1 -1
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +2 -2
- package/styles/spreadsheet/icons/_bootstrap.scss +2 -2
- package/styles/spreadsheet/icons/_bootstrap4.scss +3 -3
- package/styles/spreadsheet/icons/_bootstrap5.scss +3 -3
- package/styles/spreadsheet/icons/_fabric-dark.scss +2 -2
- package/styles/spreadsheet/icons/_fabric.scss +3 -3
- package/styles/spreadsheet/icons/_fluent.scss +3 -3
- package/styles/spreadsheet/icons/_fusionnew.scss +3 -3
- package/styles/spreadsheet/icons/_highcontrast.scss +2 -2
- package/styles/spreadsheet/icons/_material-dark.scss +3 -3
- package/styles/spreadsheet/icons/_material.scss +3 -3
- package/styles/spreadsheet/icons/_material3.scss +3 -3
- package/styles/spreadsheet/icons/_tailwind-dark.scss +3 -3
- package/styles/spreadsheet/icons/_tailwind.scss +3 -3
- package/styles/spreadsheet/material-dark.css +13 -18
- package/styles/spreadsheet/material-dark.scss +1 -1
- package/styles/spreadsheet/material.css +13 -18
- package/styles/spreadsheet/material.scss +1 -1
- package/styles/spreadsheet/tailwind-dark.css +18 -24
- package/styles/spreadsheet/tailwind.css +18 -24
- package/styles/spreadsheet/tailwind.scss +1 -1
- package/styles/spreadsheet-ribbon/_bootstrap-dark-definition.scss +15 -0
- package/styles/spreadsheet-ribbon/_bootstrap-definition.scss +14 -0
- package/styles/spreadsheet-ribbon/_bootstrap4-definition.scss +14 -0
- package/styles/spreadsheet-ribbon/_bootstrap5-definition.scss +16 -0
- package/styles/spreadsheet-ribbon/_fabric-dark-definition.scss +18 -0
- package/styles/spreadsheet-ribbon/_fabric-definition.scss +18 -0
- package/styles/spreadsheet-ribbon/_fluent-definition.scss +16 -0
- package/styles/spreadsheet-ribbon/_fusionnew-definition.scss +15 -0
- package/styles/spreadsheet-ribbon/_highcontrast-definition.scss +16 -0
- package/styles/spreadsheet-ribbon/_highcontrast-light-definition.scss +14 -0
- package/styles/{ribbon → spreadsheet-ribbon}/_layout.scss +13 -14
- package/styles/spreadsheet-ribbon/_material-dark-definition.scss +17 -0
- package/styles/spreadsheet-ribbon/_material-definition.scss +14 -0
- package/styles/spreadsheet-ribbon/_tailwind-definition.scss +15 -0
- package/styles/{ribbon → spreadsheet-ribbon}/_theme.scss +23 -23
- package/styles/spreadsheet-ribbon/bootstrap-dark.css +177 -0
- package/styles/spreadsheet-ribbon/bootstrap.css +207 -0
- package/styles/spreadsheet-ribbon/bootstrap4.css +166 -0
- package/styles/spreadsheet-ribbon/bootstrap5-dark.css +215 -0
- package/styles/spreadsheet-ribbon/bootstrap5.css +215 -0
- package/styles/spreadsheet-ribbon/fabric-dark.css +175 -0
- package/styles/spreadsheet-ribbon/fabric.css +186 -0
- package/styles/spreadsheet-ribbon/fluent-dark.css +187 -0
- package/styles/spreadsheet-ribbon/fluent.css +187 -0
- package/styles/spreadsheet-ribbon/highcontrast-light.css +172 -0
- package/styles/spreadsheet-ribbon/highcontrast.css +190 -0
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap-dark.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap.scss +2 -2
- package/styles/spreadsheet-ribbon/icons/_bootstrap4.scss +9 -0
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap5.scss +2 -2
- package/styles/spreadsheet-ribbon/icons/_fabric-dark.scss +9 -0
- package/styles/spreadsheet-ribbon/icons/_fabric.scss +9 -0
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_fluent.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_fusionnew.scss +2 -2
- package/styles/spreadsheet-ribbon/icons/_highcontrast.scss +9 -0
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_material-dark.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_material.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_material3.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_tailwind-dark.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_tailwind.scss +2 -2
- package/styles/spreadsheet-ribbon/material-dark.css +178 -0
- package/styles/spreadsheet-ribbon/material.css +190 -0
- package/styles/spreadsheet-ribbon/tailwind-dark.css +191 -0
- package/styles/spreadsheet-ribbon/tailwind.css +191 -0
- package/styles/tailwind-dark.css +81 -86
- package/styles/tailwind-dark.scss +1 -1
- package/styles/tailwind.css +81 -86
- package/styles/tailwind.scss +1 -1
- package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
- package/styles/ribbon/_bootstrap-definition.scss +0 -12
- package/styles/ribbon/_bootstrap4-definition.scss +0 -13
- package/styles/ribbon/_bootstrap5-definition.scss +0 -14
- package/styles/ribbon/_fabric-dark-definition.scss +0 -14
- package/styles/ribbon/_fabric-definition.scss +0 -14
- package/styles/ribbon/_fluent-definition.scss +0 -14
- package/styles/ribbon/_fusionnew-definition.scss +0 -14
- package/styles/ribbon/_highcontrast-definition.scss +0 -12
- package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
- package/styles/ribbon/_material-dark-definition.scss +0 -15
- package/styles/ribbon/_material-definition.scss +0 -12
- package/styles/ribbon/_material3-definition.scss +0 -15
- package/styles/ribbon/_tailwind-definition.scss +0 -13
- package/styles/ribbon/bootstrap-dark.css +0 -174
- package/styles/ribbon/bootstrap.css +0 -204
- package/styles/ribbon/bootstrap4.css +0 -163
- package/styles/ribbon/bootstrap5-dark.css +0 -212
- package/styles/ribbon/bootstrap5.css +0 -212
- package/styles/ribbon/fabric-dark.css +0 -172
- package/styles/ribbon/fabric.css +0 -183
- package/styles/ribbon/fluent-dark.css +0 -184
- package/styles/ribbon/fluent.css +0 -184
- package/styles/ribbon/highcontrast-light.css +0 -169
- package/styles/ribbon/highcontrast.css +0 -187
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/material-dark.css +0 -175
- package/styles/ribbon/material.css +0 -187
- package/styles/ribbon/tailwind-dark.css +0 -190
- package/styles/ribbon/tailwind.css +0 -190
- package/styles/spreadsheet/_material3-definition.scss +0 -151
- /package/styles/{ribbon → spreadsheet-ribbon}/_all.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/_bootstrap5-dark-definition.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/_fluent-dark-definition.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/_mixin.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/_tailwind-dark-definition.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap4.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap5-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap5.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/fabric-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/fabric.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/fluent-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/fluent.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/highcontrast-light.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/highcontrast.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap5-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/icons/_fluent-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/material-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/material.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/tailwind-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/tailwind.scss +0 -0
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
}
|
|
249
249
|
.e-chart-menu .e-ul .e-menu-item .e-menu-icon,
|
|
250
250
|
.e-chart-type-menu .e-ul .e-menu-item .e-menu-icon {
|
|
251
|
-
font-size:
|
|
251
|
+
font-size: 32px;
|
|
252
252
|
margin-right: 10px;
|
|
253
253
|
}
|
|
254
254
|
.e-chart-menu .e-ul .e-menu-item .e-bar,
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
padding-top: 7px;
|
|
689
689
|
}
|
|
690
690
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header {
|
|
691
|
-
font-size:
|
|
691
|
+
font-size: 18px;
|
|
692
692
|
line-height: 16px;
|
|
693
693
|
}
|
|
694
694
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
height: 300px;
|
|
752
752
|
}
|
|
753
753
|
.e-spreadsheet .e-protect-content {
|
|
754
|
-
font-size:
|
|
754
|
+
font-size: 14px;
|
|
755
755
|
height: 37px;
|
|
756
756
|
padding-top: 20px;
|
|
757
757
|
width: 100%;
|
|
@@ -1491,7 +1491,7 @@
|
|
|
1491
1491
|
font-size: 19px;
|
|
1492
1492
|
}
|
|
1493
1493
|
.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 {
|
|
1494
|
-
font-size:
|
|
1494
|
+
font-size: 32px !important; /* stylelint-disable-line declaration-no-important */
|
|
1495
1495
|
margin-right: 5px;
|
|
1496
1496
|
padding: 0 5px;
|
|
1497
1497
|
width: 30px;
|
|
@@ -1837,7 +1837,7 @@
|
|
|
1837
1837
|
.e-spreadsheet .e-datavalidation-dlg .e-footer-content .e-clearall-btn {
|
|
1838
1838
|
float: left;
|
|
1839
1839
|
}
|
|
1840
|
-
.e-spreadsheet .e-
|
|
1840
|
+
.e-spreadsheet .e-validation-error-dlg .e-dlg-content {
|
|
1841
1841
|
font-size: 14px;
|
|
1842
1842
|
line-height: 28px;
|
|
1843
1843
|
}
|
|
@@ -1873,11 +1873,6 @@
|
|
|
1873
1873
|
text-align: center;
|
|
1874
1874
|
width: 136px;
|
|
1875
1875
|
}
|
|
1876
|
-
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1877
|
-
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1878
|
-
font-size: 13px;
|
|
1879
|
-
line-height: 15px;
|
|
1880
|
-
}
|
|
1881
1876
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,
|
|
1882
1877
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content {
|
|
1883
1878
|
padding-top: 24px;
|
|
@@ -2043,7 +2038,7 @@
|
|
|
2043
2038
|
max-width: initial;
|
|
2044
2039
|
}
|
|
2045
2040
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2046
|
-
font-size:
|
|
2041
|
+
font-size: 12px;
|
|
2047
2042
|
max-width: 200px;
|
|
2048
2043
|
overflow: hidden;
|
|
2049
2044
|
text-align: right;
|
|
@@ -2126,17 +2121,17 @@
|
|
|
2126
2121
|
font-family: "Verdana";
|
|
2127
2122
|
}
|
|
2128
2123
|
.e-dropdown-popup.e-aggregate-list {
|
|
2129
|
-
font-size:
|
|
2124
|
+
font-size: 14px;
|
|
2130
2125
|
margin-left: auto;
|
|
2131
2126
|
}
|
|
2132
2127
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper {
|
|
2133
2128
|
border: 0;
|
|
2134
2129
|
}
|
|
2135
2130
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper ul .e-menu-item .e-menu-icon {
|
|
2136
|
-
font-size:
|
|
2131
|
+
font-size: 14px;
|
|
2137
2132
|
}
|
|
2138
2133
|
.e-dropdown-popup.e-popup.e-aggregate-list ul {
|
|
2139
|
-
font-size:
|
|
2134
|
+
font-size: 14px;
|
|
2140
2135
|
}
|
|
2141
2136
|
|
|
2142
2137
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div {
|
|
@@ -2145,7 +2140,7 @@
|
|
|
2145
2140
|
width: 100%;
|
|
2146
2141
|
}
|
|
2147
2142
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension {
|
|
2148
|
-
font-size:
|
|
2143
|
+
font-size: 14px;
|
|
2149
2144
|
margin-left: auto;
|
|
2150
2145
|
opacity: 0.7;
|
|
2151
2146
|
padding-left: 10px;
|
|
@@ -2488,7 +2483,7 @@
|
|
|
2488
2483
|
margin-top: 0;
|
|
2489
2484
|
}
|
|
2490
2485
|
.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list {
|
|
2491
|
-
font-size:
|
|
2486
|
+
font-size: 14px;
|
|
2492
2487
|
margin-left: auto;
|
|
2493
2488
|
}
|
|
2494
2489
|
.e-spreadsheet:not(.e-mobile-view) .e-ribbon {
|
|
@@ -2658,7 +2653,7 @@
|
|
|
2658
2653
|
}
|
|
2659
2654
|
.e-bigger .e-spreadsheet .e-find-dlg .e-footer-content .e-btn,
|
|
2660
2655
|
.e-bigger.e-spreadsheet .e-find-dlg .e-footer-content .e-btn {
|
|
2661
|
-
font-size:
|
|
2656
|
+
font-size: 12px;
|
|
2662
2657
|
margin-top: 6px;
|
|
2663
2658
|
}
|
|
2664
2659
|
.e-bigger .e-spreadsheet .e-findtool-dlg,
|
|
@@ -3853,7 +3848,7 @@
|
|
|
3853
3848
|
background-color: #685708;
|
|
3854
3849
|
}
|
|
3855
3850
|
|
|
3856
|
-
.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3851
|
+
.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3857
3852
|
color: #fff;
|
|
3858
3853
|
}
|
|
3859
3854
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@import 'ej2-base/styles/highcontrast-definition.scss';
|
|
2
|
-
@import '../ribbon/highcontrast-definition.scss';
|
|
2
|
+
@import '../spreadsheet-ribbon/highcontrast-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
|
|
5
5
|
@import 'ej2-buttons/styles/radio-button/highcontrast-definition.scss';
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
padding: 0 16px 0 10px;
|
|
312
312
|
|
|
313
313
|
.e-menu-icon {
|
|
314
|
-
font-size:
|
|
314
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
315
315
|
margin-right: 10px;
|
|
316
316
|
}
|
|
317
317
|
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
327
|
-
font-size:
|
|
327
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
328
328
|
}
|
|
329
329
|
|
|
330
330
|
.e-chart-menu,
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
335
|
-
font-size:
|
|
335
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-chart-menu,
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
335
|
-
font-size:
|
|
335
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-chart-menu,
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
}
|
|
660
660
|
|
|
661
661
|
.e-cf-menu .e-ul .e-menu-item .e-menu-icon {
|
|
662
|
-
font-size:
|
|
662
|
+
font-size: $cf-menu-icon-font-size;
|
|
663
663
|
}
|
|
664
664
|
|
|
665
665
|
.e-cf-menu {
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
335
|
-
font-size:
|
|
335
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-chart-menu,
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.e-cf-menu .e-ul .e-menu-item .e-menu-icon {
|
|
663
|
-
font-size:
|
|
663
|
+
font-size: $cf-menu-icon-font-size;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.e-cf-menu {
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
335
|
-
font-size:
|
|
335
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-chart-menu,
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
335
|
-
font-size:
|
|
335
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-chart-menu,
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
}
|
|
660
660
|
|
|
661
661
|
.e-cf-menu .e-ul .e-menu-item .e-icons.e-caret {
|
|
662
|
-
font-size:
|
|
662
|
+
font-size: $cf-menu-icon-font-size;
|
|
663
663
|
}
|
|
664
664
|
|
|
665
665
|
.e-cf-menu {
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
335
|
-
font-size:
|
|
335
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-chart-menu,
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.e-cf-menu .e-ul .e-menu-item .e-menu-icon {
|
|
663
|
-
font-size:
|
|
663
|
+
font-size: $cf-menu-icon-font-size;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.e-cf-menu {
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
335
|
-
font-size:
|
|
335
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-chart-menu,
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.e-cf-menu .e-ul .e-menu-item .e-menu-icon {
|
|
663
|
-
font-size:
|
|
663
|
+
font-size: $cf-menu-icon-font-size;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.e-cf-menu {
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
335
|
-
font-size:
|
|
335
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-chart-menu,
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
334
|
-
font-size:
|
|
334
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
.e-chart-menu,
|
|
@@ -658,7 +658,7 @@
|
|
|
658
658
|
}
|
|
659
659
|
|
|
660
660
|
.e-cf-menu .e-ul .e-menu-item .e-menu-icon {
|
|
661
|
-
font-size:
|
|
661
|
+
font-size: $cf-menu-icon-font-size;
|
|
662
662
|
}
|
|
663
663
|
|
|
664
664
|
.e-cf-menu {
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
334
|
-
font-size:
|
|
334
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
.e-chart-menu,
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
}
|
|
660
660
|
|
|
661
661
|
.e-cf-menu .e-ul .e-menu-item .e-menu-icon {
|
|
662
|
-
font-size:
|
|
662
|
+
font-size: $cf-menu-icon-font-size;
|
|
663
663
|
}
|
|
664
664
|
|
|
665
665
|
.e-cf-menu {
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
335
|
-
font-size:
|
|
335
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-chart-menu,
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.e-cf-menu .e-ul .e-menu-item .e-menu-icon {
|
|
663
|
-
font-size:
|
|
663
|
+
font-size: $cf-menu-icon-font-size;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.e-cf-menu {
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
335
|
-
font-size:
|
|
335
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-chart-menu,
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.e-cf-menu .e-ul .e-menu-item .e-menu-icon {
|
|
663
|
-
font-size:
|
|
663
|
+
font-size: $cf-menu-icon-font-size;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.e-cf-menu {
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
padding: 0 16px 0 10px;
|
|
320
320
|
|
|
321
321
|
.e-menu-icon {
|
|
322
|
-
font-size:
|
|
322
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
323
323
|
margin-right: 10px;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.e-addchart-menu .e-ul .e-menu-item .e-menu-icon {
|
|
335
|
-
font-size:
|
|
335
|
+
font-size: $spreadsheet-chart-icon-font-size;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.e-chart-menu,
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.e-cf-menu .e-ul .e-menu-item .e-menu-icon {
|
|
663
|
-
font-size:
|
|
663
|
+
font-size: $cf-menu-icon-font-size;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.e-cf-menu {
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
}
|
|
299
299
|
.e-chart-menu .e-ul .e-menu-item .e-menu-icon,
|
|
300
300
|
.e-chart-type-menu .e-ul .e-menu-item .e-menu-icon {
|
|
301
|
-
font-size:
|
|
301
|
+
font-size: 32px;
|
|
302
302
|
margin-right: 10px;
|
|
303
303
|
}
|
|
304
304
|
.e-chart-menu .e-ul .e-menu-item .e-bar,
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
padding-top: 7px;
|
|
742
742
|
}
|
|
743
743
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header {
|
|
744
|
-
font-size:
|
|
744
|
+
font-size: 18px;
|
|
745
745
|
line-height: 16px;
|
|
746
746
|
}
|
|
747
747
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
@@ -804,7 +804,7 @@
|
|
|
804
804
|
height: 300px;
|
|
805
805
|
}
|
|
806
806
|
.e-spreadsheet .e-protect-content {
|
|
807
|
-
font-size:
|
|
807
|
+
font-size: 14px;
|
|
808
808
|
height: 37px;
|
|
809
809
|
padding-top: 20px;
|
|
810
810
|
width: 100%;
|
|
@@ -1537,7 +1537,7 @@
|
|
|
1537
1537
|
font-size: 16px;
|
|
1538
1538
|
}
|
|
1539
1539
|
.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 {
|
|
1540
|
-
font-size:
|
|
1540
|
+
font-size: 32px !important; /* stylelint-disable-line declaration-no-important */
|
|
1541
1541
|
margin-right: 5px;
|
|
1542
1542
|
padding: 0 5px;
|
|
1543
1543
|
width: 30px;
|
|
@@ -1881,7 +1881,7 @@
|
|
|
1881
1881
|
.e-spreadsheet .e-datavalidation-dlg .e-footer-content .e-clearall-btn {
|
|
1882
1882
|
float: left;
|
|
1883
1883
|
}
|
|
1884
|
-
.e-spreadsheet .e-
|
|
1884
|
+
.e-spreadsheet .e-validation-error-dlg .e-dlg-content {
|
|
1885
1885
|
font-size: 14px;
|
|
1886
1886
|
line-height: 28px;
|
|
1887
1887
|
}
|
|
@@ -1917,11 +1917,6 @@
|
|
|
1917
1917
|
text-align: center;
|
|
1918
1918
|
width: 136px;
|
|
1919
1919
|
}
|
|
1920
|
-
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1921
|
-
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1922
|
-
font-size: 13px;
|
|
1923
|
-
line-height: 15px;
|
|
1924
|
-
}
|
|
1925
1920
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,
|
|
1926
1921
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content {
|
|
1927
1922
|
padding-top: 24px;
|
|
@@ -2086,7 +2081,7 @@
|
|
|
2086
2081
|
max-width: initial;
|
|
2087
2082
|
}
|
|
2088
2083
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2089
|
-
font-size:
|
|
2084
|
+
font-size: 12px;
|
|
2090
2085
|
max-width: 200px;
|
|
2091
2086
|
overflow: hidden;
|
|
2092
2087
|
text-align: right;
|
|
@@ -2169,17 +2164,17 @@
|
|
|
2169
2164
|
font-family: "Verdana";
|
|
2170
2165
|
}
|
|
2171
2166
|
.e-dropdown-popup.e-aggregate-list {
|
|
2172
|
-
font-size:
|
|
2167
|
+
font-size: 14px;
|
|
2173
2168
|
margin-left: auto;
|
|
2174
2169
|
}
|
|
2175
2170
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper {
|
|
2176
2171
|
border: 0;
|
|
2177
2172
|
}
|
|
2178
2173
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper ul .e-menu-item .e-menu-icon {
|
|
2179
|
-
font-size:
|
|
2174
|
+
font-size: 14px;
|
|
2180
2175
|
}
|
|
2181
2176
|
.e-dropdown-popup.e-popup.e-aggregate-list ul {
|
|
2182
|
-
font-size:
|
|
2177
|
+
font-size: 14px;
|
|
2183
2178
|
}
|
|
2184
2179
|
|
|
2185
2180
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div {
|
|
@@ -2188,7 +2183,7 @@
|
|
|
2188
2183
|
width: 100%;
|
|
2189
2184
|
}
|
|
2190
2185
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension {
|
|
2191
|
-
font-size:
|
|
2186
|
+
font-size: 14px;
|
|
2192
2187
|
margin-left: auto;
|
|
2193
2188
|
opacity: 0.7;
|
|
2194
2189
|
padding-left: 10px;
|
|
@@ -2531,7 +2526,7 @@
|
|
|
2531
2526
|
margin-top: 0;
|
|
2532
2527
|
}
|
|
2533
2528
|
.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list {
|
|
2534
|
-
font-size:
|
|
2529
|
+
font-size: 14px;
|
|
2535
2530
|
margin-left: auto;
|
|
2536
2531
|
}
|
|
2537
2532
|
.e-spreadsheet:not(.e-mobile-view) .e-ribbon {
|
|
@@ -2696,7 +2691,7 @@
|
|
|
2696
2691
|
}
|
|
2697
2692
|
.e-bigger .e-spreadsheet .e-find-dlg .e-footer-content .e-btn,
|
|
2698
2693
|
.e-bigger.e-spreadsheet .e-find-dlg .e-footer-content .e-btn {
|
|
2699
|
-
font-size:
|
|
2694
|
+
font-size: 12px;
|
|
2700
2695
|
margin-top: 6px;
|
|
2701
2696
|
}
|
|
2702
2697
|
.e-bigger .e-spreadsheet .e-findtool-dlg,
|
|
@@ -3896,7 +3891,7 @@
|
|
|
3896
3891
|
background-color: rgba(255, 255, 255, 0.1);
|
|
3897
3892
|
}
|
|
3898
3893
|
|
|
3899
|
-
.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3894
|
+
.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3900
3895
|
color: #fff;
|
|
3901
3896
|
}
|
|
3902
3897
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@import 'ej2-base/styles/material-dark-definition.scss';
|
|
2
|
-
@import '../ribbon/material-dark-definition.scss';
|
|
2
|
+
@import '../spreadsheet-ribbon/material-dark-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/check-box/material-dark-definition.scss';
|
|
5
5
|
@import 'ej2-buttons/styles/radio-button/material-dark-definition.scss';
|