@syncfusion/ej2-angular-spreadsheet 20.2.38-ngcc → 20.2.39
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +14 -0
- package/esm2020/src/spreadsheet/cells.directive.mjs +71 -0
- package/esm2020/src/spreadsheet/chart.directive.mjs +46 -0
- package/esm2020/src/spreadsheet/columns.directive.mjs +61 -0
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +61 -0
- package/esm2020/src/spreadsheet/definednames.directive.mjs +58 -0
- package/esm2020/src/spreadsheet/image.directive.mjs +46 -0
- package/esm2020/src/spreadsheet/ranges.directive.mjs +69 -0
- package/esm2020/src/spreadsheet/rows.directive.mjs +65 -0
- package/esm2020/src/spreadsheet/sheets.directive.mjs +68 -0
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +80 -0
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +202 -0
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +106 -0
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.ts +2 -2
- package/src/spreadsheet/cells.directive.d.ts +5 -0
- package/src/spreadsheet/chart.directive.d.ts +5 -0
- package/src/spreadsheet/columns.directive.d.ts +5 -0
- package/src/spreadsheet/conditionalformats.directive.d.ts +5 -0
- package/src/spreadsheet/definednames.directive.d.ts +5 -0
- package/src/spreadsheet/image.directive.d.ts +5 -0
- package/src/spreadsheet/ranges.directive.d.ts +5 -0
- package/src/spreadsheet/rows.directive.d.ts +5 -0
- package/src/spreadsheet/sheets.directive.d.ts +5 -0
- package/src/spreadsheet/spreadsheet-all.module.d.ts +6 -0
- package/src/spreadsheet/spreadsheet.component.d.ts +3 -0
- package/src/spreadsheet/spreadsheet.module.d.ts +15 -0
- package/styles/bootstrap-dark.css +35 -37
- package/styles/bootstrap.css +35 -37
- package/styles/bootstrap4.css +35 -37
- package/styles/bootstrap5-dark.css +39 -38
- package/styles/bootstrap5.css +39 -38
- package/styles/fabric-dark.css +35 -37
- package/styles/fabric.css +35 -37
- package/styles/fluent-dark.css +40 -42
- package/styles/fluent.css +40 -42
- package/styles/highcontrast-light.css +35 -37
- package/styles/highcontrast.css +35 -37
- package/styles/material-dark.css +35 -39
- package/styles/material.css +34 -38
- package/styles/ribbon/_all.scss +2 -0
- package/styles/ribbon/_bootstrap-dark-definition.scss +13 -0
- package/styles/ribbon/_bootstrap-definition.scss +12 -0
- package/styles/ribbon/_bootstrap4-definition.scss +13 -0
- package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
- package/styles/ribbon/_bootstrap5-definition.scss +14 -0
- package/styles/ribbon/_fabric-dark-definition.scss +14 -0
- package/styles/ribbon/_fabric-definition.scss +14 -0
- package/styles/ribbon/_fluent-dark-definition.scss +1 -0
- package/styles/ribbon/_fluent-definition.scss +14 -0
- package/styles/ribbon/_fusionnew-definition.scss +14 -0
- package/styles/ribbon/_highcontrast-definition.scss +12 -0
- package/styles/ribbon/_highcontrast-light-definition.scss +12 -0
- package/styles/ribbon/_layout.scss +241 -0
- package/styles/ribbon/_material-dark-definition.scss +15 -0
- package/styles/ribbon/_material-definition.scss +12 -0
- package/styles/ribbon/_material3-definition.scss +15 -0
- package/styles/ribbon/_mixin.scss +89 -0
- package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
- package/styles/ribbon/_tailwind-definition.scss +13 -0
- package/styles/ribbon/_theme.scss +115 -0
- package/styles/ribbon/bootstrap-dark.css +1 -1
- package/styles/ribbon/bootstrap-dark.scss +4 -1
- package/styles/ribbon/bootstrap.css +1 -1
- package/styles/ribbon/bootstrap.scss +4 -1
- package/styles/ribbon/bootstrap4.css +1 -1
- package/styles/ribbon/bootstrap4.scss +4 -1
- package/styles/ribbon/bootstrap5-dark.css +1 -1
- package/styles/ribbon/bootstrap5-dark.scss +4 -1
- package/styles/ribbon/bootstrap5.css +1 -1
- package/styles/ribbon/bootstrap5.scss +4 -1
- package/styles/ribbon/fabric-dark.css +1 -1
- package/styles/ribbon/fabric-dark.scss +4 -1
- package/styles/ribbon/fabric.css +1 -1
- package/styles/ribbon/fabric.scss +4 -1
- package/styles/ribbon/fluent-dark.css +1 -1
- package/styles/ribbon/fluent-dark.scss +4 -1
- package/styles/ribbon/fluent.css +1 -1
- package/styles/ribbon/fluent.scss +4 -1
- package/styles/ribbon/highcontrast-light.css +1 -1
- package/styles/ribbon/highcontrast-light.scss +3 -1
- package/styles/ribbon/highcontrast.css +1 -1
- package/styles/ribbon/highcontrast.scss +4 -1
- package/styles/ribbon/icons/_bootstrap-dark.scss +15 -0
- package/styles/ribbon/icons/_bootstrap.scss +15 -0
- package/styles/ribbon/icons/_bootstrap4.scss +9 -0
- package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -0
- package/styles/ribbon/icons/_bootstrap5.scss +15 -0
- package/styles/ribbon/icons/_fabric-dark.scss +9 -0
- package/styles/ribbon/icons/_fabric.scss +9 -0
- package/styles/ribbon/icons/_fluent-dark.scss +1 -0
- package/styles/ribbon/icons/_fluent.scss +15 -0
- package/styles/ribbon/icons/_fusionnew.scss +15 -0
- package/styles/ribbon/icons/_highcontrast.scss +9 -0
- package/styles/ribbon/icons/_material-dark.scss +15 -0
- package/styles/ribbon/icons/_material.scss +15 -0
- package/styles/ribbon/icons/_material3.scss +15 -0
- package/styles/ribbon/icons/_tailwind-dark.scss +15 -0
- package/styles/ribbon/icons/_tailwind.scss +15 -0
- package/styles/ribbon/material-dark.css +1 -1
- package/styles/ribbon/material-dark.scss +4 -1
- package/styles/ribbon/material.css +1 -1
- package/styles/ribbon/material.scss +4 -1
- package/styles/ribbon/tailwind-dark.css +1 -1
- package/styles/ribbon/tailwind-dark.scss +4 -1
- package/styles/ribbon/tailwind.css +1 -1
- package/styles/ribbon/tailwind.scss +4 -1
- package/styles/spreadsheet/_all.scss +2 -0
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +149 -0
- package/styles/spreadsheet/_bootstrap-definition.scss +149 -0
- package/styles/spreadsheet/_bootstrap4-definition.scss +148 -0
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +1 -0
- package/styles/spreadsheet/_bootstrap5-definition.scss +151 -0
- package/styles/spreadsheet/_fabric-dark-definition.scss +146 -0
- package/styles/spreadsheet/_fabric-definition.scss +146 -0
- package/styles/spreadsheet/_fluent-dark-definition.scss +1 -0
- package/styles/spreadsheet/_fluent-definition.scss +151 -0
- package/styles/spreadsheet/_fusionnew-definition.scss +151 -0
- package/styles/spreadsheet/_highcontrast-definition.scss +146 -0
- package/styles/spreadsheet/_highcontrast-light-definition.scss +146 -0
- package/styles/spreadsheet/_layout.scss +2982 -0
- package/styles/spreadsheet/_material-dark-definition.scss +149 -0
- package/styles/spreadsheet/_material-definition.scss +147 -0
- package/styles/spreadsheet/_material3-definition.scss +151 -0
- package/styles/spreadsheet/_tailwind-dark-definition.scss +1 -0
- package/styles/spreadsheet/_tailwind-definition.scss +153 -0
- package/styles/spreadsheet/_theme.scss +1361 -0
- package/styles/spreadsheet/bootstrap-dark.css +34 -36
- package/styles/spreadsheet/bootstrap-dark.scss +23 -1
- package/styles/spreadsheet/bootstrap.css +34 -36
- package/styles/spreadsheet/bootstrap.scss +23 -1
- package/styles/spreadsheet/bootstrap4.css +34 -36
- package/styles/spreadsheet/bootstrap4.scss +23 -1
- package/styles/spreadsheet/bootstrap5-dark.css +38 -37
- package/styles/spreadsheet/bootstrap5-dark.scss +22 -1
- package/styles/spreadsheet/bootstrap5.css +38 -37
- package/styles/spreadsheet/bootstrap5.scss +23 -1
- package/styles/spreadsheet/fabric-dark.css +34 -36
- package/styles/spreadsheet/fabric-dark.scss +23 -1
- package/styles/spreadsheet/fabric.css +34 -36
- package/styles/spreadsheet/fabric.scss +23 -1
- package/styles/spreadsheet/fluent-dark.css +39 -41
- package/styles/spreadsheet/fluent-dark.scss +22 -1
- package/styles/spreadsheet/fluent.css +39 -41
- package/styles/spreadsheet/fluent.scss +23 -1
- package/styles/spreadsheet/highcontrast-light.css +34 -36
- package/styles/spreadsheet/highcontrast-light.scss +22 -1
- package/styles/spreadsheet/highcontrast.css +34 -36
- package/styles/spreadsheet/highcontrast.scss +23 -1
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +990 -0
- package/styles/spreadsheet/icons/_bootstrap.scss +990 -0
- package/styles/spreadsheet/icons/_bootstrap4.scss +994 -0
- package/styles/spreadsheet/icons/_bootstrap5-dark.scss +1 -0
- package/styles/spreadsheet/icons/_bootstrap5.scss +996 -0
- package/styles/spreadsheet/icons/_fabric-dark.scss +990 -0
- package/styles/spreadsheet/icons/_fabric.scss +994 -0
- package/styles/spreadsheet/icons/_fluent-dark.scss +1 -0
- package/styles/spreadsheet/icons/_fluent.scss +996 -0
- package/styles/spreadsheet/icons/_fusionnew.scss +996 -0
- package/styles/spreadsheet/icons/_highcontrast.scss +990 -0
- package/styles/spreadsheet/icons/_material-dark.scss +993 -0
- package/styles/spreadsheet/icons/_material.scss +995 -0
- package/styles/spreadsheet/icons/_material3.scss +996 -0
- package/styles/spreadsheet/icons/_tailwind-dark.scss +996 -0
- package/styles/spreadsheet/icons/_tailwind.scss +996 -0
- package/styles/spreadsheet/material-dark.css +34 -38
- package/styles/spreadsheet/material-dark.scss +23 -1
- package/styles/spreadsheet/material.css +33 -37
- package/styles/spreadsheet/material.scss +23 -1
- package/styles/spreadsheet/tailwind-dark.css +35 -37
- package/styles/spreadsheet/tailwind-dark.scss +22 -1
- package/styles/spreadsheet/tailwind.css +35 -37
- package/styles/spreadsheet/tailwind.scss +23 -1
- package/styles/tailwind-dark.css +36 -38
- package/styles/tailwind.css +36 -38
- package/syncfusion-ej2-angular-spreadsheet.d.ts +5 -0
- package/@syncfusion/ej2-angular-spreadsheet.es5.js +0 -989
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-spreadsheet.js +0 -929
- package/@syncfusion/ej2-angular-spreadsheet.js.map +0 -1
- package/CHANGELOG.md +0 -1160
- package/dist/ej2-angular-spreadsheet.umd.js +0 -1585
- package/dist/ej2-angular-spreadsheet.umd.js.map +0 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js +0 -11
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +0 -1
- package/ej2-angular-spreadsheet.d.ts +0 -5
- package/ej2-angular-spreadsheet.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -10
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/styles/material.css
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
/*! Material specific themes definition's */
|
|
34
34
|
/*! Vertical Tab */
|
|
35
35
|
/*! TreeView's material theme wise override definitions and variables */
|
|
36
|
+
/* stylelint-disable */
|
|
36
37
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
37
38
|
transform: rotate(0deg);
|
|
38
39
|
transition: transform 300ms ease;
|
|
@@ -743,7 +744,7 @@
|
|
|
743
744
|
padding-top: 3px;
|
|
744
745
|
}
|
|
745
746
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
746
|
-
left: 0 !important;
|
|
747
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
747
748
|
}
|
|
748
749
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
749
750
|
font-size: 18px;
|
|
@@ -762,7 +763,7 @@
|
|
|
762
763
|
margin-top: 10px;
|
|
763
764
|
}
|
|
764
765
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
765
|
-
left: 0 !important;
|
|
766
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
766
767
|
}
|
|
767
768
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
768
769
|
font-size: 18px;
|
|
@@ -927,7 +928,7 @@
|
|
|
927
928
|
display: none;
|
|
928
929
|
}
|
|
929
930
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
930
|
-
width: 100% !important;
|
|
931
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
931
932
|
}
|
|
932
933
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
933
934
|
display: none;
|
|
@@ -1054,7 +1055,7 @@
|
|
|
1054
1055
|
cursor: pointer;
|
|
1055
1056
|
}
|
|
1056
1057
|
.e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
|
|
1057
|
-
color:
|
|
1058
|
+
color: inherit;
|
|
1058
1059
|
text-decoration: underline;
|
|
1059
1060
|
}
|
|
1060
1061
|
.e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
|
|
@@ -1162,8 +1163,8 @@
|
|
|
1162
1163
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1163
1164
|
background-color: #e3165b;
|
|
1164
1165
|
cursor: ns-resize;
|
|
1165
|
-
left: 50%;
|
|
1166
1166
|
position: absolute;
|
|
1167
|
+
right: 50%;
|
|
1167
1168
|
top: 0;
|
|
1168
1169
|
transform: translate(-50%, -50%);
|
|
1169
1170
|
}
|
|
@@ -1178,8 +1179,8 @@
|
|
|
1178
1179
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1179
1180
|
background-color: #e3165b;
|
|
1180
1181
|
cursor: ns-resize;
|
|
1181
|
-
left: 50%;
|
|
1182
1182
|
position: absolute;
|
|
1183
|
+
right: 50%;
|
|
1183
1184
|
top: 100%;
|
|
1184
1185
|
transform: translate(-50%, -50%);
|
|
1185
1186
|
}
|
|
@@ -1299,14 +1300,14 @@
|
|
|
1299
1300
|
}
|
|
1300
1301
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1301
1302
|
height: 100%;
|
|
1302
|
-
position: initial !important;
|
|
1303
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1303
1304
|
width: 100%;
|
|
1304
1305
|
}
|
|
1305
1306
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1306
1307
|
height: 100%;
|
|
1307
1308
|
overflow: hidden;
|
|
1308
1309
|
padding: 4px;
|
|
1309
|
-
position: initial !important;
|
|
1310
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1310
1311
|
width: 100%;
|
|
1311
1312
|
}
|
|
1312
1313
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1431,7 +1432,7 @@
|
|
|
1431
1432
|
margin-right: 8px;
|
|
1432
1433
|
}
|
|
1433
1434
|
.e-spreadsheet .e-hide {
|
|
1434
|
-
display: none !important;
|
|
1435
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1435
1436
|
}
|
|
1436
1437
|
.e-spreadsheet .e-selection {
|
|
1437
1438
|
border-style: solid;
|
|
@@ -1549,7 +1550,7 @@
|
|
|
1549
1550
|
text-align: right;
|
|
1550
1551
|
}
|
|
1551
1552
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1552
|
-
font-weight:
|
|
1553
|
+
font-weight: normal;
|
|
1553
1554
|
padding-bottom: 0;
|
|
1554
1555
|
padding-top: 0;
|
|
1555
1556
|
}
|
|
@@ -1581,17 +1582,17 @@
|
|
|
1581
1582
|
font-size: 16px;
|
|
1582
1583
|
}
|
|
1583
1584
|
.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 {
|
|
1584
|
-
font-size: 30px !important;
|
|
1585
|
+
font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
1585
1586
|
margin-right: 5px;
|
|
1586
1587
|
padding: 0 5px;
|
|
1587
1588
|
width: 30px;
|
|
1588
1589
|
}
|
|
1589
1590
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1590
|
-
font-size: 18px !important;
|
|
1591
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1591
1592
|
margin-right: 5px;
|
|
1592
1593
|
}
|
|
1593
1594
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1594
|
-
font-size: 18px !important;
|
|
1595
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1595
1596
|
margin-right: -5px;
|
|
1596
1597
|
}
|
|
1597
1598
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1768,7 +1769,7 @@
|
|
|
1768
1769
|
}
|
|
1769
1770
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1770
1771
|
border: 0;
|
|
1771
|
-
box-shadow: none !important;
|
|
1772
|
+
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1772
1773
|
}
|
|
1773
1774
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1774
1775
|
bottom: 5px;
|
|
@@ -1778,7 +1779,7 @@
|
|
|
1778
1779
|
text-align: left;
|
|
1779
1780
|
}
|
|
1780
1781
|
.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
1781
|
-
height: 360px !important;
|
|
1782
|
+
height: 360px !important; /* stylelint-disable-line declaration-no-important */
|
|
1782
1783
|
}
|
|
1783
1784
|
.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content {
|
|
1784
1785
|
padding-bottom: 0;
|
|
@@ -1917,7 +1918,7 @@
|
|
|
1917
1918
|
}
|
|
1918
1919
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1919
1920
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1920
|
-
max-height: 640px !important;
|
|
1921
|
+
max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
|
|
1921
1922
|
}
|
|
1922
1923
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1923
1924
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -2025,7 +2026,7 @@
|
|
|
2025
2026
|
text-align: left;
|
|
2026
2027
|
}
|
|
2027
2028
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2028
|
-
left: 0 !important;
|
|
2029
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2029
2030
|
}
|
|
2030
2031
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2031
2032
|
font-size: 18px;
|
|
@@ -2045,7 +2046,7 @@
|
|
|
2045
2046
|
margin-bottom: 4px;
|
|
2046
2047
|
}
|
|
2047
2048
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2048
|
-
left: 0 !important;
|
|
2049
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2049
2050
|
}
|
|
2050
2051
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2051
2052
|
font-size: 18px;
|
|
@@ -2064,7 +2065,7 @@
|
|
|
2064
2065
|
margin-top: 10px;
|
|
2065
2066
|
}
|
|
2066
2067
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2067
|
-
left: 0 !important;
|
|
2068
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2068
2069
|
}
|
|
2069
2070
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2070
2071
|
font-size: 18px;
|
|
@@ -2095,12 +2096,10 @@
|
|
|
2095
2096
|
height: 18px;
|
|
2096
2097
|
margin-right: -1px;
|
|
2097
2098
|
padding: 0;
|
|
2098
|
-
position:
|
|
2099
|
+
position: relative;
|
|
2099
2100
|
right: 0;
|
|
2100
2101
|
width: 20px;
|
|
2101
2102
|
z-index: 2;
|
|
2102
|
-
bottom: 0.5px;
|
|
2103
|
-
right: 0.5px;
|
|
2104
2103
|
}
|
|
2105
2104
|
|
|
2106
2105
|
.e-colorpicker-wrapper.e-border-colorpicker {
|
|
@@ -2108,7 +2107,7 @@
|
|
|
2108
2107
|
}
|
|
2109
2108
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2110
2109
|
box-shadow: none;
|
|
2111
|
-
width: 270px !important;
|
|
2110
|
+
width: 270px !important; /* stylelint-disable-line declaration-no-important */
|
|
2112
2111
|
}
|
|
2113
2112
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2114
2113
|
display: -ms-flexbox;
|
|
@@ -2177,36 +2176,33 @@
|
|
|
2177
2176
|
font-family: "Calibri";
|
|
2178
2177
|
}
|
|
2179
2178
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2180
|
-
font-family: "Comic Sans MS";
|
|
2181
|
-
}
|
|
2182
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2183
2179
|
font-family: "Courier";
|
|
2184
2180
|
}
|
|
2185
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2181
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2186
2182
|
font-family: "Courier New";
|
|
2187
2183
|
}
|
|
2188
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2184
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2189
2185
|
font-family: "Din Condensed";
|
|
2190
2186
|
}
|
|
2191
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2187
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2192
2188
|
font-family: "Georgia";
|
|
2193
2189
|
}
|
|
2194
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2190
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2195
2191
|
font-family: "Helvetica";
|
|
2196
2192
|
}
|
|
2197
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2193
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2198
2194
|
font-family: "Helvetica New";
|
|
2199
2195
|
}
|
|
2200
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2196
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2201
2197
|
font-family: "Roboto";
|
|
2202
2198
|
}
|
|
2203
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2199
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2204
2200
|
font-family: "Tahoma";
|
|
2205
2201
|
}
|
|
2206
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2202
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2207
2203
|
font-family: "Times New Roman";
|
|
2208
2204
|
}
|
|
2209
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2205
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2210
2206
|
font-family: "Verdana";
|
|
2211
2207
|
}
|
|
2212
2208
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2489,7 +2485,7 @@
|
|
|
2489
2485
|
}
|
|
2490
2486
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2491
2487
|
font-size: 16px;
|
|
2492
|
-
font-weight:
|
|
2488
|
+
font-weight: normal;
|
|
2493
2489
|
}
|
|
2494
2490
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2495
2491
|
overflow: hidden;
|
|
@@ -2724,7 +2720,7 @@
|
|
|
2724
2720
|
}
|
|
2725
2721
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2726
2722
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2727
|
-
width: 590px !important;
|
|
2723
|
+
width: 590px !important; /* stylelint-disable-line declaration-no-important */
|
|
2728
2724
|
}
|
|
2729
2725
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2730
2726
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -3966,7 +3962,7 @@
|
|
|
3966
3962
|
min-height: 35px;
|
|
3967
3963
|
}
|
|
3968
3964
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
3969
|
-
display: inline-block !important;
|
|
3965
|
+
display: inline-block !important; /* stylelint-disable-line declaration-no-important */
|
|
3970
3966
|
width: calc(100% - 28px);
|
|
3971
3967
|
}
|
|
3972
3968
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
$ribbon-skin: 'bootstrap' !default;
|
|
2
|
+
$ribbon-border-color: $grey-88 !default;
|
|
3
|
+
$ribbon-border: 1px solid $ribbon-border-color !default;
|
|
4
|
+
$ribbon-content-bg-color: $gray-darker !default;
|
|
5
|
+
$ribbon-header-bg-color: #191919 !default;
|
|
6
|
+
$file-menu-wrap-padding: 0 !default;
|
|
7
|
+
$drop-icon-margin: 16.5px 4px 17.5px !default;
|
|
8
|
+
$bigger-drop-icon-margin: 18.5px 5px 19.5px !default;
|
|
9
|
+
$expand-icon-color: $grey-dark-font !default;
|
|
10
|
+
$ribbon-header-height: 45px !default;
|
|
11
|
+
$ribbon-focus-text-color: $grey-dark-font !default;
|
|
12
|
+
$ribbon-focus-bg-color: $grey-44 !default;
|
|
13
|
+
$ribbon-comb-icon-color: $grey-dark-font !default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
$ribbon-skin: 'bootstrap' !default;
|
|
2
|
+
$ribbon-border-color: #e5e5e5 !default;
|
|
3
|
+
$ribbon-border: 1px solid $ribbon-border-color !default;
|
|
4
|
+
$ribbon-content-bg-color: $grey-white !default;
|
|
5
|
+
$ribbon-header-bg-color: $grey-f9 !default;
|
|
6
|
+
$file-menu-wrap-padding: 0 !default;
|
|
7
|
+
$drop-icon-margin: 16.5px 4px 17.5px !default;
|
|
8
|
+
$bigger-drop-icon-margin: 18.5px 5px 19.5px !default;
|
|
9
|
+
$expand-icon-color: $gray-light !default;
|
|
10
|
+
$ribbon-header-height: 45px !default;
|
|
11
|
+
$ribbon-focus-bg-color: $grey-lighter !default;
|
|
12
|
+
$ribbon-focus-text-color: $brand-primary-darken-25 !default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
$ribbon-skin: 'bootstrap4' !default;
|
|
2
|
+
$ribbon-border-color: $gray-300 !default;
|
|
3
|
+
$ribbon-border: 1px solid $ribbon-border-color !default;
|
|
4
|
+
$ribbon-header-bg-color: $gray-100 !default;
|
|
5
|
+
$ribbon-content-bg-color: $white !default;
|
|
6
|
+
$file-menu-wrap-padding: 0 !default;
|
|
7
|
+
$drop-icon-margin: 15px 5px !default;
|
|
8
|
+
$ribbon-comb-icon-color: $gray-700 !default;
|
|
9
|
+
$bigger-drop-icon-margin: 18.5px 5px 19.5px !default;
|
|
10
|
+
$expand-icon-color: $gray-600 !default;
|
|
11
|
+
$ribbon-header-height: 41px !default;
|
|
12
|
+
$ribbon-focus-text-color: darken($primary, 15%) !default;
|
|
13
|
+
$ribbon-focus-bg-color: #eee !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './bootstrap5-definition.scss';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
$ribbon-skin: 'bootstrap5' !default;
|
|
2
|
+
$file-menu-wrap-padding: 0 !default;
|
|
3
|
+
$drop-icon-margin: 8px 4px !default;
|
|
4
|
+
$bigger-drop-icon-margin: 16px 5px !default;
|
|
5
|
+
$ribbon-border-color: $border-light !default;
|
|
6
|
+
$ribbon-border: 1px solid $ribbon-border-color !default;
|
|
7
|
+
$ribbon-content-bg-color: $content-bg-color !default;
|
|
8
|
+
$ribbon-header-bg-color: $content-bg-color-alt1 !default;
|
|
9
|
+
$separator-border-color: $border-light !default;
|
|
10
|
+
$expand-icon-color: $icon-color !default;
|
|
11
|
+
$ribbon-comb-icon-color: $icon-color !default;
|
|
12
|
+
$ribbon-focus-text-color: $primary-bg-color-pressed !default;
|
|
13
|
+
$ribbon-focused-wrap-focus-border-color: $icon-color !default;
|
|
14
|
+
$ribbon-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
$ribbon-skin: 'fabric' !default;
|
|
2
|
+
$border-color: $neutral-quintenary !default;
|
|
3
|
+
$ribbon-border: 1px solid $border-color !default;
|
|
4
|
+
$tab-header-height: 38px !default;
|
|
5
|
+
$bigger-tab-header-height: 48px !default;
|
|
6
|
+
$ribbon-header-bg-color: $neutral-lighter !default;
|
|
7
|
+
$file-menu-wrap-padding: 0 0 0 8px !default;
|
|
8
|
+
$drop-icon-margin: 12.5px 4px !default;
|
|
9
|
+
$bigger-drop-icon-margin: 14.5px 5px !default;
|
|
10
|
+
$ribbon-comb-icon-color: $neutral-light-font !default;
|
|
11
|
+
$expand-icon-color: $neutral-light-font !default;
|
|
12
|
+
$ribbon-focus-bg-color: initial !default;
|
|
13
|
+
$ribbon-focus-text-color: $neutral-light-fontalt !default;
|
|
14
|
+
$ribbon-focused-wrap-focus-border-color: $neutral-secondary-alt !default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
$ribbon-skin: 'fabric' !default;
|
|
2
|
+
$border-color: $neutral-light !default;
|
|
3
|
+
$ribbon-border: 1px solid $border-color !default;
|
|
4
|
+
$tab-header-height: 38px !default;
|
|
5
|
+
$bigger-tab-header-height: 48px !default;
|
|
6
|
+
$ribbon-header-bg-color: $neutral-white !default;
|
|
7
|
+
$ribbon-focused-wrap-focus-border-color: $neutral-secondary-alt !default;
|
|
8
|
+
$file-menu-wrap-padding: 0 0 0 8px !default;
|
|
9
|
+
$drop-icon-margin: 12.5px 4px !default;
|
|
10
|
+
$bigger-drop-icon-margin: 14.5px 5px !default;
|
|
11
|
+
$ribbon-comb-icon-color: $neutral-light-font !default;
|
|
12
|
+
$expand-icon-color: $neutral-secondary !default;
|
|
13
|
+
$ribbon-focus-bg-color: initial !default;
|
|
14
|
+
$ribbon-focus-text-color: $neutral-light-font !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent-definition.scss';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
$ribbon-skin: 'FluentUI' !default;
|
|
2
|
+
$file-menu-wrap-padding: 0 !default;
|
|
3
|
+
$drop-icon-margin: 8px 4px !default;
|
|
4
|
+
$bigger-drop-icon-margin: 16px 5px !default;
|
|
5
|
+
$ribbon-border-color: $border-light !default;
|
|
6
|
+
$ribbon-border: 1px solid $ribbon-border-color !default;
|
|
7
|
+
$ribbon-content-bg-color: $content-bg-color !default;
|
|
8
|
+
$ribbon-header-bg-color: $content-bg-color-alt1 !default;
|
|
9
|
+
$ribbon-comb-icon-color: $icon-color !default;
|
|
10
|
+
$separator-border-color: $border-light !default;
|
|
11
|
+
$ribbon-focus-text-color: $content-text-color !default;
|
|
12
|
+
$expand-icon-color: $icon-color !default;
|
|
13
|
+
$ribbon-focused-wrap-focus-border-color: $icon-color !default;
|
|
14
|
+
$ribbon-focus-bg-color: $content-bg-color-alt2 !default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
$ribbon-skin: 'bootstrap5' !default;
|
|
2
|
+
$file-menu-wrap-padding: 0 !default;
|
|
3
|
+
$drop-icon-margin: 8px 4px !default;
|
|
4
|
+
$bigger-drop-icon-margin: 16px 5px !default;
|
|
5
|
+
$ribbon-border-color: $border-light !default;
|
|
6
|
+
$ribbon-border: 1px solid $ribbon-border-color !default;
|
|
7
|
+
$ribbon-content-bg-color: $content-bg-color !default;
|
|
8
|
+
$ribbon-header-bg-color: $content-bg-color-alt1 !default;
|
|
9
|
+
$ribbon-comb-icon-color: $icon-color !default;
|
|
10
|
+
$separator-border-color: $border-light !default;
|
|
11
|
+
$ribbon-focus-text-color: $primary-bg-color-pressed !default;
|
|
12
|
+
$expand-icon-color: $icon-color !default;
|
|
13
|
+
$ribbon-focused-wrap-focus-border-color: $icon-color !default;
|
|
14
|
+
$ribbon-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
$ribbon-skin: 'highcontrast' !default;
|
|
2
|
+
$ribbon-border-color: $bg-base-100 !default;
|
|
3
|
+
$ribbon-border: 1px solid $ribbon-border-color !default;
|
|
4
|
+
$ribbon-header-bg-color: $bg-base-0 !default;
|
|
5
|
+
$file-menu-wrap-padding: 0 !default;
|
|
6
|
+
$ribbon-focused-wrap-focus-border-color: $hover-border !default;
|
|
7
|
+
$drop-icon-margin: 12.5px 4px !default;
|
|
8
|
+
$bigger-drop-icon-margin: 14.5px 5px !default;
|
|
9
|
+
$ribbon-comb-icon-color: $content-font !default;
|
|
10
|
+
$expand-icon-color: $content-font !default;
|
|
11
|
+
$ribbon-focus-bg-color: initial !default;
|
|
12
|
+
$ribbon-focus-text-color: $content-font !default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
$ribbon-skin: 'highcontrast' !default;
|
|
2
|
+
$ribbon-border-color: transparent !default;
|
|
3
|
+
$ribbon-border: 1px solid $ribbon-border-color !default;
|
|
4
|
+
$file-menu-wrap-padding: 0 !default;
|
|
5
|
+
$drop-icon-margin: 12.5px 4px !default;
|
|
6
|
+
$bigger-drop-icon-margin: 14.5px 5px !default;
|
|
7
|
+
$expand-icon-color: initial !default;
|
|
8
|
+
$ribbon-comb-icon-color: $content-font !default;
|
|
9
|
+
$ribbon-header-bg-color: transparent !default;
|
|
10
|
+
$ribbon-focused-wrap-focus-border-color: $hover-border !default;
|
|
11
|
+
$ribbon-focus-bg-color: initial !default;
|
|
12
|
+
$ribbon-focus-text-color: $content-font !default;
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
@import 'mixin.scss';
|
|
2
|
+
@include export-module('ribbon-layout') {
|
|
3
|
+
.e-ribbon {
|
|
4
|
+
border: $ribbon-border;
|
|
5
|
+
position: relative;
|
|
6
|
+
|
|
7
|
+
& .e-tab {
|
|
8
|
+
@if $skin-name == 'highcontrast' {
|
|
9
|
+
border-width: 0;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
& .e-content .e-toolbar {
|
|
13
|
+
@if $skin-name == 'material' {
|
|
14
|
+
border: 0;
|
|
15
|
+
}
|
|
16
|
+
@else {
|
|
17
|
+
border-left-width: 0;
|
|
18
|
+
border-right-width: 0;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
& .e-tab-header {
|
|
23
|
+
@if $skin-name != 'bootstrap4' {
|
|
24
|
+
@include tab-header-layout;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
& .e-hscroll {
|
|
28
|
+
display: inline-block !important; /* stylelint-disable-line declaration-no-important */
|
|
29
|
+
width: calc(100% - 28px);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
& .e-toolbar-items .e-toolbar-item:nth-child(2) {
|
|
33
|
+
@if $skin-name == 'bootstrap' {
|
|
34
|
+
border-width: 0;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@if $skin-name == 'fabric' {
|
|
38
|
+
margin-right: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
& .e-tab-wrap {
|
|
42
|
+
padding: $file-menu-wrap-padding;
|
|
43
|
+
|
|
44
|
+
@if $skin-name == 'bootstrap4' {
|
|
45
|
+
border-width: 0;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
& .e-text-wrap {
|
|
50
|
+
vertical-align: top;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
& .e-indicator {
|
|
55
|
+
z-index: 1;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@if $skin-name == 'material' {
|
|
59
|
+
& .e-toolbar-item .e-tab-wrap {
|
|
60
|
+
padding: 0 12px;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
& .e-toolbar-items .e-toolbar-item.e-hide {
|
|
65
|
+
display: none;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
@if $skin-name == 'bootstrap5' {
|
|
70
|
+
& .e-content .e-toolbar .e-toolbar-items {
|
|
71
|
+
height: 38px;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' {
|
|
76
|
+
& .e-tab-header {
|
|
77
|
+
margin-top: 10px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
& .e-content .e-toolbar {
|
|
81
|
+
border-radius: 0;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
|
|
86
|
+
& .e-content .e-item {
|
|
87
|
+
padding: 0;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@include default-props;
|
|
93
|
+
|
|
94
|
+
& .e-drop-icon {
|
|
95
|
+
cursor: pointer;
|
|
96
|
+
font-family: 'e-icons';
|
|
97
|
+
margin: $drop-icon-margin;
|
|
98
|
+
position: absolute;
|
|
99
|
+
right: 0;
|
|
100
|
+
text-align: center;
|
|
101
|
+
top: 0;
|
|
102
|
+
transform: rotate(180deg);
|
|
103
|
+
transition: transform 300ms ease;
|
|
104
|
+
width: 18px;
|
|
105
|
+
|
|
106
|
+
@if $skin-name != 'bootstrap4' {
|
|
107
|
+
font-size: 10px;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
|
|
111
|
+
font-size: 18px;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
&.e-disabled {
|
|
115
|
+
cursor: default;
|
|
116
|
+
pointer-events: none;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
&.e-collapsed {
|
|
121
|
+
& .e-content,
|
|
122
|
+
& .e-indicator,
|
|
123
|
+
& .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
124
|
+
display: none;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' {
|
|
128
|
+
& .e-tab .e-tab-header:not(.e-vertical) {
|
|
129
|
+
&::before {
|
|
130
|
+
border-width: 0;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
& .e-drop-icon {
|
|
136
|
+
transform: rotate(0deg);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@if $skin-name == 'fabric' {
|
|
141
|
+
& .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
142
|
+
min-height: 24px;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
@if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
|
|
147
|
+
.e-tab-header .e-menu-wrapper.e-file-menu ul.e-menu {
|
|
148
|
+
font-size: 14px;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
& .e-content .e-toolbar {
|
|
153
|
+
@if $skin-name == 'highcontrast' {
|
|
154
|
+
border-color: transparent;
|
|
155
|
+
|
|
156
|
+
& .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
157
|
+
opacity: .5;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
&.e-overlay .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
162
|
+
opacity: 1;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
& .e-menu-wrapper {
|
|
167
|
+
border-width: 0;
|
|
168
|
+
|
|
169
|
+
& ul {
|
|
170
|
+
&.e-menu {
|
|
171
|
+
padding: 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
@if $skin-name != 'bootstrap4' {
|
|
175
|
+
& .e-menu-item.e-menu-caret-icon {
|
|
176
|
+
height: 35px;
|
|
177
|
+
line-height: 35px;
|
|
178
|
+
|
|
179
|
+
& .e-caret {
|
|
180
|
+
@if $skin-name == 'FluentUI' {
|
|
181
|
+
line-height: 38px;
|
|
182
|
+
}
|
|
183
|
+
@else {
|
|
184
|
+
line-height: 35px;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.e-bigger .e-ribbon,
|
|
194
|
+
.e-bigger.e-ribbon {
|
|
195
|
+
& .e-menu-wrapper.e-file-menu ul.e-menu {
|
|
196
|
+
padding: 0;
|
|
197
|
+
|
|
198
|
+
& .e-menu-item.e-menu-caret-icon {
|
|
199
|
+
height: 41px;
|
|
200
|
+
line-height: 41px;
|
|
201
|
+
|
|
202
|
+
& .e-caret {
|
|
203
|
+
@if $skin-name == 'FluentUI' {
|
|
204
|
+
line-height: 44px;
|
|
205
|
+
}
|
|
206
|
+
@else {
|
|
207
|
+
line-height: 41px;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
@if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
|
|
213
|
+
font-size: 15px;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
@if $skin-name == 'bootstrap5' {
|
|
218
|
+
& .e-tab .e-content .e-toolbar .e-toolbar-items {
|
|
219
|
+
height: 46px;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
& .e-drop-icon {
|
|
224
|
+
font-size: 12px;
|
|
225
|
+
margin: $bigger-drop-icon-margin;
|
|
226
|
+
|
|
227
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
|
|
228
|
+
font-size: 18px;
|
|
229
|
+
line-height: 8px;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
@if $skin-name == 'material' {
|
|
234
|
+
& .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
235
|
+
padding: 0 16px;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
@include bigger-tab-header-layout;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
$ribbon-skin: 'material' !default;
|
|
2
|
+
$ribbon-border-color: $grey-700 !default;
|
|
3
|
+
$ribbon-border: 1px solid $ribbon-border-color !default;
|
|
4
|
+
$tab-header-height: 36px !default;
|
|
5
|
+
$bigger-tab-header-height: 48px !default;
|
|
6
|
+
$ribbon-header-bg-color: $grey-900 !default;
|
|
7
|
+
$file-menu-wrap-padding: 0 !default;
|
|
8
|
+
$ribbon-hover-text-color: $grey-dark-font !default;
|
|
9
|
+
$drop-icon-margin: 12.5px 4px !default;
|
|
10
|
+
$bigger-drop-icon-margin: 14.5px 5px !default;
|
|
11
|
+
$ribbon-comb-icon-color: rgba($accent, 1) !default;
|
|
12
|
+
$separator-border-color: rgba($grey-white, .24) !default;
|
|
13
|
+
$expand-icon-color: $grey-dark-font !default;
|
|
14
|
+
$ribbon-focus-bg-color: rgba($accent, .12) !default;
|
|
15
|
+
$ribbon-focus-text-color: rgba($accent, 1) !default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
$ribbon-skin: 'material' !default;
|
|
2
|
+
$ribbon-border-color: $grey-300 !default;
|
|
3
|
+
$ribbon-border: 1px solid $ribbon-border-color !default;
|
|
4
|
+
$ribbon-header-bg-color: $grey-50 !default;
|
|
5
|
+
$ribbon-focus-bg-color: rgba($accent, .12) !default;
|
|
6
|
+
$file-menu-wrap-padding: 0 !default;
|
|
7
|
+
$drop-icon-margin: 12.5px 4px !default;
|
|
8
|
+
$ribbon-focus-text-color: rgba($accent, 1) !default;
|
|
9
|
+
$bigger-drop-icon-margin: 14.5px 5px !default;
|
|
10
|
+
$separator-border-color: #dcdcdc !default;
|
|
11
|
+
$expand-icon-color: #5f6368 !default;
|
|
12
|
+
$ribbon-comb-icon-color: rgba($accent, 1) !default;
|