@syncfusion/ej2-angular-spreadsheet 20.2.48 → 20.2.49-ngcc
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/@syncfusion/ej2-angular-spreadsheet.es5.js +989 -0
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-spreadsheet.js +929 -0
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -0
- package/CHANGELOG.md +1254 -0
- package/dist/ej2-angular-spreadsheet.umd.js +1585 -0
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
- package/ej2-angular-spreadsheet.d.ts +5 -0
- package/ej2-angular-spreadsheet.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/spreadsheet/cells.directive.d.ts +0 -5
- package/src/spreadsheet/chart.directive.d.ts +0 -5
- package/src/spreadsheet/columns.directive.d.ts +0 -5
- package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
- package/src/spreadsheet/definednames.directive.d.ts +0 -5
- package/src/spreadsheet/image.directive.d.ts +0 -5
- package/src/spreadsheet/ranges.directive.d.ts +0 -5
- package/src/spreadsheet/rows.directive.d.ts +0 -5
- package/src/spreadsheet/sheets.directive.d.ts +0 -5
- package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
- package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
- package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
- package/styles/bootstrap-dark.css +36 -34
- package/styles/bootstrap.css +36 -34
- package/styles/bootstrap4.css +36 -34
- package/styles/bootstrap5-dark.css +68 -38
- package/styles/bootstrap5.css +68 -38
- package/styles/fabric-dark.css +36 -34
- package/styles/fabric.css +36 -34
- package/styles/fluent-dark.css +41 -39
- package/styles/fluent.css +41 -39
- package/styles/highcontrast-light.css +36 -34
- package/styles/highcontrast.css +36 -34
- package/styles/material-dark.css +38 -34
- package/styles/material.css +37 -33
- package/styles/ribbon/bootstrap-dark.css +1 -1
- package/styles/ribbon/bootstrap-dark.scss +1 -4
- package/styles/ribbon/bootstrap.css +1 -1
- package/styles/ribbon/bootstrap.scss +1 -4
- package/styles/ribbon/bootstrap4.css +1 -1
- package/styles/ribbon/bootstrap4.scss +1 -4
- package/styles/ribbon/bootstrap5-dark.css +19 -1
- package/styles/ribbon/bootstrap5-dark.scss +1 -4
- package/styles/ribbon/bootstrap5.css +19 -1
- package/styles/ribbon/bootstrap5.scss +1 -4
- package/styles/ribbon/fabric-dark.css +1 -1
- package/styles/ribbon/fabric-dark.scss +1 -4
- package/styles/ribbon/fabric.css +1 -1
- package/styles/ribbon/fabric.scss +1 -4
- package/styles/ribbon/fluent-dark.css +1 -1
- package/styles/ribbon/fluent-dark.scss +1 -4
- package/styles/ribbon/fluent.css +1 -1
- package/styles/ribbon/fluent.scss +1 -4
- package/styles/ribbon/highcontrast-light.css +1 -1
- package/styles/ribbon/highcontrast-light.scss +1 -3
- package/styles/ribbon/highcontrast.css +1 -1
- package/styles/ribbon/highcontrast.scss +1 -4
- package/styles/ribbon/material-dark.css +1 -1
- package/styles/ribbon/material-dark.scss +1 -4
- package/styles/ribbon/material.css +1 -1
- package/styles/ribbon/material.scss +1 -4
- package/styles/ribbon/tailwind-dark.css +1 -1
- package/styles/ribbon/tailwind-dark.scss +1 -4
- package/styles/ribbon/tailwind.css +1 -1
- package/styles/ribbon/tailwind.scss +1 -4
- package/styles/spreadsheet/bootstrap-dark.css +35 -33
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +35 -33
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +35 -33
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +49 -37
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +49 -37
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +35 -33
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +35 -33
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +40 -38
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +40 -38
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +35 -33
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +35 -33
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +37 -33
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +36 -32
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +36 -34
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +36 -34
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +37 -35
- package/styles/tailwind.css +37 -35
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -14
- package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
- package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
- package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
- package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
- package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/styles/ribbon/_all.scss +0 -2
- 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-dark-definition.scss +0 -1
- 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-dark-definition.scss +0 -1
- 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/_layout.scss +0 -241
- 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/_mixin.scss +0 -89
- package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
- package/styles/ribbon/_tailwind-definition.scss +0 -13
- package/styles/ribbon/_theme.scss +0 -115
- package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
- package/styles/ribbon/icons/_bootstrap.scss +0 -15
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
- package/styles/ribbon/icons/_bootstrap5.scss +0 -15
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_fluent-dark.scss +0 -1
- package/styles/ribbon/icons/_fluent.scss +0 -15
- package/styles/ribbon/icons/_fusionnew.scss +0 -15
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/icons/_material-dark.scss +0 -15
- package/styles/ribbon/icons/_material.scss +0 -15
- package/styles/ribbon/icons/_material3.scss +0 -15
- package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
- package/styles/ribbon/icons/_tailwind.scss +0 -15
- package/styles/spreadsheet/_all.scss +0 -2
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -149
- package/styles/spreadsheet/_bootstrap-definition.scss +0 -149
- package/styles/spreadsheet/_bootstrap4-definition.scss +0 -148
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +0 -151
- package/styles/spreadsheet/_fabric-dark-definition.scss +0 -146
- package/styles/spreadsheet/_fabric-definition.scss +0 -146
- package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet/_fluent-definition.scss +0 -151
- package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
- package/styles/spreadsheet/_highcontrast-definition.scss +0 -146
- package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
- package/styles/spreadsheet/_layout.scss +0 -2982
- package/styles/spreadsheet/_material-dark-definition.scss +0 -149
- package/styles/spreadsheet/_material-definition.scss +0 -147
- package/styles/spreadsheet/_material3-definition.scss +0 -151
- package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet/_tailwind-definition.scss +0 -153
- package/styles/spreadsheet/_theme.scss +0 -1361
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
- package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
- package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
- package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
- package/styles/spreadsheet/icons/_fabric.scss +0 -994
- package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
- package/styles/spreadsheet/icons/_fluent.scss +0 -996
- package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
- package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
- package/styles/spreadsheet/icons/_material-dark.scss +0 -993
- package/styles/spreadsheet/icons/_material.scss +0 -995
- package/styles/spreadsheet/icons/_material3.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind.scss +0 -996
- package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
package/styles/highcontrast.css
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
/*! HighContrast specific themes definition's */
|
|
5
5
|
/*! Vertical Tab */
|
|
6
6
|
/*! TreeView's high contrast theme wise override definitions and variables */
|
|
7
|
-
/* stylelint-disable */
|
|
8
7
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
9
8
|
height: 36px;
|
|
10
9
|
}
|
|
@@ -652,8 +651,8 @@
|
|
|
652
651
|
margin-bottom: 4px;
|
|
653
652
|
}
|
|
654
653
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
655
|
-
height: 510px !important;
|
|
656
|
-
width: 530px !important;
|
|
654
|
+
height: 510px !important;
|
|
655
|
+
width: 530px !important;
|
|
657
656
|
}
|
|
658
657
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
659
658
|
padding: 0;
|
|
@@ -663,7 +662,7 @@
|
|
|
663
662
|
padding-top: 3px;
|
|
664
663
|
}
|
|
665
664
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
666
|
-
left: 0 !important;
|
|
665
|
+
left: 0 !important;
|
|
667
666
|
}
|
|
668
667
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
669
668
|
font-size: 18px;
|
|
@@ -682,7 +681,7 @@
|
|
|
682
681
|
margin-top: 10px;
|
|
683
682
|
}
|
|
684
683
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
685
|
-
left: 0 !important;
|
|
684
|
+
left: 0 !important;
|
|
686
685
|
}
|
|
687
686
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
688
687
|
font-size: 18px;
|
|
@@ -847,7 +846,7 @@
|
|
|
847
846
|
display: none;
|
|
848
847
|
}
|
|
849
848
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
850
|
-
width: 100% !important;
|
|
849
|
+
width: 100% !important;
|
|
851
850
|
}
|
|
852
851
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
853
852
|
display: none;
|
|
@@ -1082,8 +1081,8 @@
|
|
|
1082
1081
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1083
1082
|
background-color: #685708;
|
|
1084
1083
|
cursor: ns-resize;
|
|
1084
|
+
left: 50%;
|
|
1085
1085
|
position: absolute;
|
|
1086
|
-
right: 50%;
|
|
1087
1086
|
top: 0;
|
|
1088
1087
|
transform: translate(-50%, -50%);
|
|
1089
1088
|
}
|
|
@@ -1098,8 +1097,8 @@
|
|
|
1098
1097
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1099
1098
|
background-color: #685708;
|
|
1100
1099
|
cursor: ns-resize;
|
|
1100
|
+
left: 50%;
|
|
1101
1101
|
position: absolute;
|
|
1102
|
-
right: 50%;
|
|
1103
1102
|
top: 100%;
|
|
1104
1103
|
transform: translate(-50%, -50%);
|
|
1105
1104
|
}
|
|
@@ -1219,14 +1218,14 @@
|
|
|
1219
1218
|
}
|
|
1220
1219
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1221
1220
|
height: 100%;
|
|
1222
|
-
position: initial !important;
|
|
1221
|
+
position: initial !important;
|
|
1223
1222
|
width: 100%;
|
|
1224
1223
|
}
|
|
1225
1224
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1226
1225
|
height: 100%;
|
|
1227
1226
|
overflow: hidden;
|
|
1228
1227
|
padding: 4px;
|
|
1229
|
-
position: initial !important;
|
|
1228
|
+
position: initial !important;
|
|
1230
1229
|
width: 100%;
|
|
1231
1230
|
}
|
|
1232
1231
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1347,7 +1346,7 @@
|
|
|
1347
1346
|
margin-right: 8px;
|
|
1348
1347
|
}
|
|
1349
1348
|
.e-spreadsheet .e-hide {
|
|
1350
|
-
display: none !important;
|
|
1349
|
+
display: none !important;
|
|
1351
1350
|
}
|
|
1352
1351
|
.e-spreadsheet .e-selection {
|
|
1353
1352
|
border-style: solid;
|
|
@@ -1464,7 +1463,7 @@
|
|
|
1464
1463
|
text-align: right;
|
|
1465
1464
|
}
|
|
1466
1465
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1467
|
-
font-weight:
|
|
1466
|
+
font-weight: 400;
|
|
1468
1467
|
padding-bottom: 0;
|
|
1469
1468
|
padding-top: 0;
|
|
1470
1469
|
border-width: 2px;
|
|
@@ -1497,17 +1496,17 @@
|
|
|
1497
1496
|
font-size: 19px;
|
|
1498
1497
|
}
|
|
1499
1498
|
.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 {
|
|
1500
|
-
font-size: 30px !important;
|
|
1499
|
+
font-size: 30px !important;
|
|
1501
1500
|
margin-right: 5px;
|
|
1502
1501
|
padding: 0 5px;
|
|
1503
1502
|
width: 30px;
|
|
1504
1503
|
}
|
|
1505
1504
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1506
|
-
font-size: 18px !important;
|
|
1505
|
+
font-size: 18px !important;
|
|
1507
1506
|
margin-right: 5px;
|
|
1508
1507
|
}
|
|
1509
1508
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1510
|
-
font-size: 18px !important;
|
|
1509
|
+
font-size: 18px !important;
|
|
1511
1510
|
margin-right: -5px;
|
|
1512
1511
|
}
|
|
1513
1512
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1686,7 +1685,7 @@
|
|
|
1686
1685
|
}
|
|
1687
1686
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1688
1687
|
border: 0;
|
|
1689
|
-
box-shadow: none !important;
|
|
1688
|
+
box-shadow: none !important;
|
|
1690
1689
|
}
|
|
1691
1690
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1692
1691
|
bottom: 5px;
|
|
@@ -1836,7 +1835,7 @@
|
|
|
1836
1835
|
}
|
|
1837
1836
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1838
1837
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1839
|
-
max-height: 640px !important;
|
|
1838
|
+
max-height: 640px !important;
|
|
1840
1839
|
}
|
|
1841
1840
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1842
1841
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1945,7 +1944,7 @@
|
|
|
1945
1944
|
text-align: left;
|
|
1946
1945
|
}
|
|
1947
1946
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1948
|
-
left: 0 !important;
|
|
1947
|
+
left: 0 !important;
|
|
1949
1948
|
}
|
|
1950
1949
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1951
1950
|
font-size: 18px;
|
|
@@ -1965,7 +1964,7 @@
|
|
|
1965
1964
|
margin-bottom: 4px;
|
|
1966
1965
|
}
|
|
1967
1966
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1968
|
-
left: 0 !important;
|
|
1967
|
+
left: 0 !important;
|
|
1969
1968
|
}
|
|
1970
1969
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1971
1970
|
font-size: 18px;
|
|
@@ -1984,7 +1983,7 @@
|
|
|
1984
1983
|
margin-top: 10px;
|
|
1985
1984
|
}
|
|
1986
1985
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1987
|
-
left: 0 !important;
|
|
1986
|
+
left: 0 !important;
|
|
1988
1987
|
}
|
|
1989
1988
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1990
1989
|
font-size: 18px;
|
|
@@ -2015,7 +2014,7 @@
|
|
|
2015
2014
|
height: 18px;
|
|
2016
2015
|
margin-right: -1px;
|
|
2017
2016
|
padding: 0;
|
|
2018
|
-
position:
|
|
2017
|
+
position: absolute;
|
|
2019
2018
|
right: 0;
|
|
2020
2019
|
width: 20px;
|
|
2021
2020
|
z-index: 2;
|
|
@@ -2026,7 +2025,7 @@
|
|
|
2026
2025
|
}
|
|
2027
2026
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2028
2027
|
box-shadow: none;
|
|
2029
|
-
width: 270px !important;
|
|
2028
|
+
width: 270px !important;
|
|
2030
2029
|
}
|
|
2031
2030
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2032
2031
|
display: -ms-flexbox;
|
|
@@ -2095,33 +2094,36 @@
|
|
|
2095
2094
|
font-family: "Calibri";
|
|
2096
2095
|
}
|
|
2097
2096
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2098
|
-
font-family: "
|
|
2097
|
+
font-family: "Comic Sans MS";
|
|
2099
2098
|
}
|
|
2100
2099
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2101
|
-
font-family: "Courier
|
|
2100
|
+
font-family: "Courier";
|
|
2102
2101
|
}
|
|
2103
2102
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2104
|
-
font-family: "
|
|
2103
|
+
font-family: "Courier New";
|
|
2105
2104
|
}
|
|
2106
2105
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2107
|
-
font-family: "
|
|
2106
|
+
font-family: "Din Condensed";
|
|
2108
2107
|
}
|
|
2109
2108
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2110
|
-
font-family: "
|
|
2109
|
+
font-family: "Georgia";
|
|
2111
2110
|
}
|
|
2112
2111
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2113
|
-
font-family: "Helvetica
|
|
2112
|
+
font-family: "Helvetica";
|
|
2114
2113
|
}
|
|
2115
2114
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2116
|
-
font-family: "
|
|
2115
|
+
font-family: "Helvetica New";
|
|
2117
2116
|
}
|
|
2118
2117
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2119
|
-
font-family: "
|
|
2118
|
+
font-family: "Roboto";
|
|
2120
2119
|
}
|
|
2121
2120
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2122
|
-
font-family: "
|
|
2121
|
+
font-family: "Tahoma";
|
|
2123
2122
|
}
|
|
2124
2123
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2124
|
+
font-family: "Times New Roman";
|
|
2125
|
+
}
|
|
2126
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2125
2127
|
font-family: "Verdana";
|
|
2126
2128
|
}
|
|
2127
2129
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2404,7 +2406,7 @@
|
|
|
2404
2406
|
}
|
|
2405
2407
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2406
2408
|
font-size: 16px;
|
|
2407
|
-
font-weight:
|
|
2409
|
+
font-weight: 400;
|
|
2408
2410
|
}
|
|
2409
2411
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2410
2412
|
overflow: hidden;
|
|
@@ -2644,7 +2646,7 @@
|
|
|
2644
2646
|
}
|
|
2645
2647
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2646
2648
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2647
|
-
width: 590px !important;
|
|
2649
|
+
width: 590px !important;
|
|
2648
2650
|
}
|
|
2649
2651
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2650
2652
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -3903,7 +3905,7 @@
|
|
|
3903
3905
|
min-height: 35px;
|
|
3904
3906
|
}
|
|
3905
3907
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
3906
|
-
display: inline-block !important;
|
|
3908
|
+
display: inline-block !important;
|
|
3907
3909
|
width: calc(100% - 28px);
|
|
3908
3910
|
}
|
|
3909
3911
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|
package/styles/material-dark.css
CHANGED
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
-
/* stylelint-disable */
|
|
30
29
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
31
30
|
transform: rotate(0deg);
|
|
32
31
|
transition: transform 300ms ease;
|
|
@@ -705,8 +704,8 @@
|
|
|
705
704
|
margin-bottom: 4px;
|
|
706
705
|
}
|
|
707
706
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
708
|
-
height: 510px !important;
|
|
709
|
-
width: 530px !important;
|
|
707
|
+
height: 510px !important;
|
|
708
|
+
width: 530px !important;
|
|
710
709
|
}
|
|
711
710
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
712
711
|
padding: 0;
|
|
@@ -716,7 +715,7 @@
|
|
|
716
715
|
padding-top: 3px;
|
|
717
716
|
}
|
|
718
717
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
719
|
-
left: 0 !important;
|
|
718
|
+
left: 0 !important;
|
|
720
719
|
}
|
|
721
720
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
722
721
|
font-size: 18px;
|
|
@@ -735,7 +734,7 @@
|
|
|
735
734
|
margin-top: 10px;
|
|
736
735
|
}
|
|
737
736
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
738
|
-
left: 0 !important;
|
|
737
|
+
left: 0 !important;
|
|
739
738
|
}
|
|
740
739
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
741
740
|
font-size: 18px;
|
|
@@ -900,7 +899,7 @@
|
|
|
900
899
|
display: none;
|
|
901
900
|
}
|
|
902
901
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
903
|
-
width: 100% !important;
|
|
902
|
+
width: 100% !important;
|
|
904
903
|
}
|
|
905
904
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
906
905
|
display: none;
|
|
@@ -1135,8 +1134,8 @@
|
|
|
1135
1134
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1136
1135
|
background-color: #00b0ff;
|
|
1137
1136
|
cursor: ns-resize;
|
|
1137
|
+
left: 50%;
|
|
1138
1138
|
position: absolute;
|
|
1139
|
-
right: 50%;
|
|
1140
1139
|
top: 0;
|
|
1141
1140
|
transform: translate(-50%, -50%);
|
|
1142
1141
|
}
|
|
@@ -1151,8 +1150,8 @@
|
|
|
1151
1150
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1152
1151
|
background-color: #00b0ff;
|
|
1153
1152
|
cursor: ns-resize;
|
|
1153
|
+
left: 50%;
|
|
1154
1154
|
position: absolute;
|
|
1155
|
-
right: 50%;
|
|
1156
1155
|
top: 100%;
|
|
1157
1156
|
transform: translate(-50%, -50%);
|
|
1158
1157
|
}
|
|
@@ -1272,14 +1271,14 @@
|
|
|
1272
1271
|
}
|
|
1273
1272
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1274
1273
|
height: 100%;
|
|
1275
|
-
position: initial !important;
|
|
1274
|
+
position: initial !important;
|
|
1276
1275
|
width: 100%;
|
|
1277
1276
|
}
|
|
1278
1277
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1279
1278
|
height: 100%;
|
|
1280
1279
|
overflow: hidden;
|
|
1281
1280
|
padding: 4px;
|
|
1282
|
-
position: initial !important;
|
|
1281
|
+
position: initial !important;
|
|
1283
1282
|
width: 100%;
|
|
1284
1283
|
}
|
|
1285
1284
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1397,7 +1396,7 @@
|
|
|
1397
1396
|
margin-right: 8px;
|
|
1398
1397
|
}
|
|
1399
1398
|
.e-spreadsheet .e-hide {
|
|
1400
|
-
display: none !important;
|
|
1399
|
+
display: none !important;
|
|
1401
1400
|
}
|
|
1402
1401
|
.e-spreadsheet .e-selection {
|
|
1403
1402
|
border-style: solid;
|
|
@@ -1514,7 +1513,7 @@
|
|
|
1514
1513
|
text-align: right;
|
|
1515
1514
|
}
|
|
1516
1515
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1517
|
-
font-weight:
|
|
1516
|
+
font-weight: 400;
|
|
1518
1517
|
padding-bottom: 0;
|
|
1519
1518
|
padding-top: 0;
|
|
1520
1519
|
}
|
|
@@ -1543,17 +1542,17 @@
|
|
|
1543
1542
|
font-size: 16px;
|
|
1544
1543
|
}
|
|
1545
1544
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-icon, .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-type-icon {
|
|
1546
|
-
font-size: 30px !important;
|
|
1545
|
+
font-size: 30px !important;
|
|
1547
1546
|
margin-right: 5px;
|
|
1548
1547
|
padding: 0 5px;
|
|
1549
1548
|
width: 30px;
|
|
1550
1549
|
}
|
|
1551
1550
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1552
|
-
font-size: 18px !important;
|
|
1551
|
+
font-size: 18px !important;
|
|
1553
1552
|
margin-right: 5px;
|
|
1554
1553
|
}
|
|
1555
1554
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1556
|
-
font-size: 18px !important;
|
|
1555
|
+
font-size: 18px !important;
|
|
1557
1556
|
margin-right: -5px;
|
|
1558
1557
|
}
|
|
1559
1558
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1730,7 +1729,7 @@
|
|
|
1730
1729
|
}
|
|
1731
1730
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1732
1731
|
border: 0;
|
|
1733
|
-
box-shadow: none !important;
|
|
1732
|
+
box-shadow: none !important;
|
|
1734
1733
|
}
|
|
1735
1734
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1736
1735
|
bottom: 5px;
|
|
@@ -1880,7 +1879,7 @@
|
|
|
1880
1879
|
}
|
|
1881
1880
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1882
1881
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1883
|
-
max-height: 640px !important;
|
|
1882
|
+
max-height: 640px !important;
|
|
1884
1883
|
}
|
|
1885
1884
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1886
1885
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1988,7 +1987,7 @@
|
|
|
1988
1987
|
text-align: left;
|
|
1989
1988
|
}
|
|
1990
1989
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1991
|
-
left: 0 !important;
|
|
1990
|
+
left: 0 !important;
|
|
1992
1991
|
}
|
|
1993
1992
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1994
1993
|
font-size: 18px;
|
|
@@ -2008,7 +2007,7 @@
|
|
|
2008
2007
|
margin-bottom: 4px;
|
|
2009
2008
|
}
|
|
2010
2009
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2011
|
-
left: 0 !important;
|
|
2010
|
+
left: 0 !important;
|
|
2012
2011
|
}
|
|
2013
2012
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2014
2013
|
font-size: 18px;
|
|
@@ -2027,7 +2026,7 @@
|
|
|
2027
2026
|
margin-top: 10px;
|
|
2028
2027
|
}
|
|
2029
2028
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2030
|
-
left: 0 !important;
|
|
2029
|
+
left: 0 !important;
|
|
2031
2030
|
}
|
|
2032
2031
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2033
2032
|
font-size: 18px;
|
|
@@ -2058,10 +2057,12 @@
|
|
|
2058
2057
|
height: 18px;
|
|
2059
2058
|
margin-right: -1px;
|
|
2060
2059
|
padding: 0;
|
|
2061
|
-
position:
|
|
2060
|
+
position: absolute;
|
|
2062
2061
|
right: 0;
|
|
2063
2062
|
width: 20px;
|
|
2064
2063
|
z-index: 2;
|
|
2064
|
+
bottom: 0.5px;
|
|
2065
|
+
right: 0.5px;
|
|
2065
2066
|
}
|
|
2066
2067
|
|
|
2067
2068
|
.e-colorpicker-wrapper.e-border-colorpicker {
|
|
@@ -2069,7 +2070,7 @@
|
|
|
2069
2070
|
}
|
|
2070
2071
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2071
2072
|
box-shadow: none;
|
|
2072
|
-
width: 270px !important;
|
|
2073
|
+
width: 270px !important;
|
|
2073
2074
|
}
|
|
2074
2075
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2075
2076
|
display: -ms-flexbox;
|
|
@@ -2138,33 +2139,36 @@
|
|
|
2138
2139
|
font-family: "Calibri";
|
|
2139
2140
|
}
|
|
2140
2141
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2141
|
-
font-family: "
|
|
2142
|
+
font-family: "Comic Sans MS";
|
|
2142
2143
|
}
|
|
2143
2144
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2144
|
-
font-family: "Courier
|
|
2145
|
+
font-family: "Courier";
|
|
2145
2146
|
}
|
|
2146
2147
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2147
|
-
font-family: "
|
|
2148
|
+
font-family: "Courier New";
|
|
2148
2149
|
}
|
|
2149
2150
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2150
|
-
font-family: "
|
|
2151
|
+
font-family: "Din Condensed";
|
|
2151
2152
|
}
|
|
2152
2153
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2153
|
-
font-family: "
|
|
2154
|
+
font-family: "Georgia";
|
|
2154
2155
|
}
|
|
2155
2156
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2156
|
-
font-family: "Helvetica
|
|
2157
|
+
font-family: "Helvetica";
|
|
2157
2158
|
}
|
|
2158
2159
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2159
|
-
font-family: "
|
|
2160
|
+
font-family: "Helvetica New";
|
|
2160
2161
|
}
|
|
2161
2162
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2162
|
-
font-family: "
|
|
2163
|
+
font-family: "Roboto";
|
|
2163
2164
|
}
|
|
2164
2165
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2165
|
-
font-family: "
|
|
2166
|
+
font-family: "Tahoma";
|
|
2166
2167
|
}
|
|
2167
2168
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2169
|
+
font-family: "Times New Roman";
|
|
2170
|
+
}
|
|
2171
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2168
2172
|
font-family: "Verdana";
|
|
2169
2173
|
}
|
|
2170
2174
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2447,7 +2451,7 @@
|
|
|
2447
2451
|
}
|
|
2448
2452
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2449
2453
|
font-size: 16px;
|
|
2450
|
-
font-weight:
|
|
2454
|
+
font-weight: 400;
|
|
2451
2455
|
}
|
|
2452
2456
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2453
2457
|
overflow: hidden;
|
|
@@ -2682,7 +2686,7 @@
|
|
|
2682
2686
|
}
|
|
2683
2687
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2684
2688
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2685
|
-
width: 590px !important;
|
|
2689
|
+
width: 590px !important;
|
|
2686
2690
|
}
|
|
2687
2691
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2688
2692
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -3947,7 +3951,7 @@
|
|
|
3947
3951
|
min-height: 35px;
|
|
3948
3952
|
}
|
|
3949
3953
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
3950
|
-
display: inline-block !important;
|
|
3954
|
+
display: inline-block !important;
|
|
3951
3955
|
width: calc(100% - 28px);
|
|
3952
3956
|
}
|
|
3953
3957
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|