@syncfusion/ej2-angular-spreadsheet 20.2.40 → 20.2.44-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 +1212 -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 +15 -29
- 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 +49 -47
- package/styles/bootstrap.css +49 -47
- package/styles/bootstrap4.css +49 -47
- package/styles/bootstrap5-dark.css +50 -51
- package/styles/bootstrap5.css +50 -51
- package/styles/fabric-dark.css +49 -47
- package/styles/fabric.css +49 -47
- package/styles/fluent-dark.css +54 -52
- package/styles/fluent.css +54 -52
- package/styles/highcontrast-light.css +49 -47
- package/styles/highcontrast.css +49 -47
- package/styles/material-dark.css +51 -47
- package/styles/material.css +50 -46
- 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 +1 -1
- package/styles/ribbon/bootstrap5-dark.scss +1 -4
- package/styles/ribbon/bootstrap5.css +1 -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 +48 -46
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +48 -46
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +48 -46
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +49 -50
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +49 -50
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +48 -46
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +48 -46
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +53 -51
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +53 -51
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +48 -46
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +48 -46
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +50 -46
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +49 -45
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +49 -47
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +49 -47
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +50 -48
- package/styles/tailwind.css +50 -48
- 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
|
@@ -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;
|
|
@@ -753,10 +752,10 @@
|
|
|
753
752
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
754
753
|
margin-top: 10px;
|
|
755
754
|
}
|
|
756
|
-
.e-spreadsheet .e-goto-dlg {
|
|
755
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
757
756
|
height: auto;
|
|
758
757
|
}
|
|
759
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
758
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
760
759
|
font-weight: bold;
|
|
761
760
|
padding-top: 7px;
|
|
762
761
|
}
|
|
@@ -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 {
|
|
@@ -1959,36 +1958,36 @@
|
|
|
1959
1958
|
font-size: 12px;
|
|
1960
1959
|
padding-top: 7px;
|
|
1961
1960
|
}
|
|
1962
|
-
.e-spreadsheet .e-find-dlg {
|
|
1961
|
+
.e-spreadsheet .e-find-dlg.e-dialog {
|
|
1963
1962
|
height: auto;
|
|
1964
1963
|
width: 470px;
|
|
1965
1964
|
}
|
|
1966
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
1965
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
|
|
1967
1966
|
color: #dd2c2c;
|
|
1968
1967
|
font-size: 12px;
|
|
1969
1968
|
padding-top: 7px;
|
|
1970
1969
|
}
|
|
1971
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
1970
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
|
|
1972
1971
|
color: #dd2c2c;
|
|
1973
1972
|
font-size: 12px;
|
|
1974
1973
|
padding-top: 7px;
|
|
1975
1974
|
}
|
|
1976
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1975
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1977
1976
|
padding-right: 12px;
|
|
1978
1977
|
}
|
|
1979
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1978
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1980
1979
|
padding: 12px 0;
|
|
1981
1980
|
}
|
|
1982
|
-
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1981
|
+
.e-spreadsheet .e-find-dlg.e-dialog p.e-header {
|
|
1983
1982
|
margin: 0;
|
|
1984
1983
|
padding-bottom: 8px;
|
|
1985
1984
|
padding-top: 12px;
|
|
1986
1985
|
}
|
|
1987
|
-
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
1986
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
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 {
|
|
@@ -2703,12 +2707,12 @@
|
|
|
2703
2707
|
height: 59px;
|
|
2704
2708
|
width: 403px;
|
|
2705
2709
|
}
|
|
2706
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2707
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2710
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2711
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2708
2712
|
height: auto;
|
|
2709
2713
|
}
|
|
2710
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2711
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2714
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2715
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2712
2716
|
font-size: 12px;
|
|
2713
2717
|
}
|
|
2714
2718
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/material-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/material-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/material-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/material-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/material-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/material-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/material-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/material-dark-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/material-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/material-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/material-dark-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/material-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/material-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/material-dark-definition.scss';
|
|
21
|
-
@import 'material-dark-definition.scss';
|
|
22
|
-
@import 'icons/material-dark.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/material-dark.scss';
|
|
@@ -33,7 +33,6 @@
|
|
|
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 */
|
|
37
36
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
38
37
|
transform: rotate(0deg);
|
|
39
38
|
transition: transform 300ms ease;
|
|
@@ -744,7 +743,7 @@
|
|
|
744
743
|
padding-top: 3px;
|
|
745
744
|
}
|
|
746
745
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
747
|
-
left: 0 !important;
|
|
746
|
+
left: 0 !important;
|
|
748
747
|
}
|
|
749
748
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
750
749
|
font-size: 18px;
|
|
@@ -763,7 +762,7 @@
|
|
|
763
762
|
margin-top: 10px;
|
|
764
763
|
}
|
|
765
764
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
766
|
-
left: 0 !important;
|
|
765
|
+
left: 0 !important;
|
|
767
766
|
}
|
|
768
767
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
769
768
|
font-size: 18px;
|
|
@@ -781,10 +780,10 @@
|
|
|
781
780
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
782
781
|
margin-top: 10px;
|
|
783
782
|
}
|
|
784
|
-
.e-spreadsheet .e-goto-dlg {
|
|
783
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
785
784
|
height: auto;
|
|
786
785
|
}
|
|
787
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
786
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
788
787
|
font-weight: bold;
|
|
789
788
|
padding-top: 7px;
|
|
790
789
|
}
|
|
@@ -928,7 +927,7 @@
|
|
|
928
927
|
display: none;
|
|
929
928
|
}
|
|
930
929
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
931
|
-
width: 100% !important;
|
|
930
|
+
width: 100% !important;
|
|
932
931
|
}
|
|
933
932
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
934
933
|
display: none;
|
|
@@ -1163,8 +1162,8 @@
|
|
|
1163
1162
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1164
1163
|
background-color: #e3165b;
|
|
1165
1164
|
cursor: ns-resize;
|
|
1165
|
+
left: 50%;
|
|
1166
1166
|
position: absolute;
|
|
1167
|
-
right: 50%;
|
|
1168
1167
|
top: 0;
|
|
1169
1168
|
transform: translate(-50%, -50%);
|
|
1170
1169
|
}
|
|
@@ -1179,8 +1178,8 @@
|
|
|
1179
1178
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1180
1179
|
background-color: #e3165b;
|
|
1181
1180
|
cursor: ns-resize;
|
|
1181
|
+
left: 50%;
|
|
1182
1182
|
position: absolute;
|
|
1183
|
-
right: 50%;
|
|
1184
1183
|
top: 100%;
|
|
1185
1184
|
transform: translate(-50%, -50%);
|
|
1186
1185
|
}
|
|
@@ -1300,14 +1299,14 @@
|
|
|
1300
1299
|
}
|
|
1301
1300
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1302
1301
|
height: 100%;
|
|
1303
|
-
position: initial !important;
|
|
1302
|
+
position: initial !important;
|
|
1304
1303
|
width: 100%;
|
|
1305
1304
|
}
|
|
1306
1305
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1307
1306
|
height: 100%;
|
|
1308
1307
|
overflow: hidden;
|
|
1309
1308
|
padding: 4px;
|
|
1310
|
-
position: initial !important;
|
|
1309
|
+
position: initial !important;
|
|
1311
1310
|
width: 100%;
|
|
1312
1311
|
}
|
|
1313
1312
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1432,7 +1431,7 @@
|
|
|
1432
1431
|
margin-right: 8px;
|
|
1433
1432
|
}
|
|
1434
1433
|
.e-spreadsheet .e-hide {
|
|
1435
|
-
display: none !important;
|
|
1434
|
+
display: none !important;
|
|
1436
1435
|
}
|
|
1437
1436
|
.e-spreadsheet .e-selection {
|
|
1438
1437
|
border-style: solid;
|
|
@@ -1550,7 +1549,7 @@
|
|
|
1550
1549
|
text-align: right;
|
|
1551
1550
|
}
|
|
1552
1551
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1553
|
-
font-weight:
|
|
1552
|
+
font-weight: 400;
|
|
1554
1553
|
padding-bottom: 0;
|
|
1555
1554
|
padding-top: 0;
|
|
1556
1555
|
}
|
|
@@ -1582,17 +1581,17 @@
|
|
|
1582
1581
|
font-size: 16px;
|
|
1583
1582
|
}
|
|
1584
1583
|
.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 {
|
|
1585
|
-
font-size: 30px !important;
|
|
1584
|
+
font-size: 30px !important;
|
|
1586
1585
|
margin-right: 5px;
|
|
1587
1586
|
padding: 0 5px;
|
|
1588
1587
|
width: 30px;
|
|
1589
1588
|
}
|
|
1590
1589
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1591
|
-
font-size: 18px !important;
|
|
1590
|
+
font-size: 18px !important;
|
|
1592
1591
|
margin-right: 5px;
|
|
1593
1592
|
}
|
|
1594
1593
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1595
|
-
font-size: 18px !important;
|
|
1594
|
+
font-size: 18px !important;
|
|
1596
1595
|
margin-right: -5px;
|
|
1597
1596
|
}
|
|
1598
1597
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1769,7 +1768,7 @@
|
|
|
1769
1768
|
}
|
|
1770
1769
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1771
1770
|
border: 0;
|
|
1772
|
-
box-shadow: none !important;
|
|
1771
|
+
box-shadow: none !important;
|
|
1773
1772
|
}
|
|
1774
1773
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1775
1774
|
bottom: 5px;
|
|
@@ -1779,7 +1778,7 @@
|
|
|
1779
1778
|
text-align: left;
|
|
1780
1779
|
}
|
|
1781
1780
|
.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
1782
|
-
height: 360px !important;
|
|
1781
|
+
height: 360px !important;
|
|
1783
1782
|
}
|
|
1784
1783
|
.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content {
|
|
1785
1784
|
padding-bottom: 0;
|
|
@@ -1918,7 +1917,7 @@
|
|
|
1918
1917
|
}
|
|
1919
1918
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1920
1919
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1921
|
-
max-height: 640px !important;
|
|
1920
|
+
max-height: 640px !important;
|
|
1922
1921
|
}
|
|
1923
1922
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1924
1923
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1997,36 +1996,36 @@
|
|
|
1997
1996
|
font-size: 12px;
|
|
1998
1997
|
padding-top: 7px;
|
|
1999
1998
|
}
|
|
2000
|
-
.e-spreadsheet .e-find-dlg {
|
|
1999
|
+
.e-spreadsheet .e-find-dlg.e-dialog {
|
|
2001
2000
|
height: auto;
|
|
2002
2001
|
width: 468px;
|
|
2003
2002
|
}
|
|
2004
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
2003
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
|
|
2005
2004
|
color: #dd2c2c;
|
|
2006
2005
|
font-size: 12px;
|
|
2007
2006
|
padding-top: 7px;
|
|
2008
2007
|
}
|
|
2009
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
2008
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
|
|
2010
2009
|
color: #dd2c2c;
|
|
2011
2010
|
font-size: 12px;
|
|
2012
2011
|
padding-top: 7px;
|
|
2013
2012
|
}
|
|
2014
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
2013
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
|
|
2015
2014
|
padding-right: 12px;
|
|
2016
2015
|
}
|
|
2017
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
2016
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
2018
2017
|
padding: 12px 0;
|
|
2019
2018
|
}
|
|
2020
|
-
.e-spreadsheet .e-find-dlg p.e-header {
|
|
2019
|
+
.e-spreadsheet .e-find-dlg.e-dialog p.e-header {
|
|
2021
2020
|
margin: 0;
|
|
2022
2021
|
padding-bottom: 8px;
|
|
2023
2022
|
padding-top: 12px;
|
|
2024
2023
|
}
|
|
2025
|
-
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
2024
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2026
2025
|
text-align: left;
|
|
2027
2026
|
}
|
|
2028
2027
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2029
|
-
left: 0 !important;
|
|
2028
|
+
left: 0 !important;
|
|
2030
2029
|
}
|
|
2031
2030
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2032
2031
|
font-size: 18px;
|
|
@@ -2046,7 +2045,7 @@
|
|
|
2046
2045
|
margin-bottom: 4px;
|
|
2047
2046
|
}
|
|
2048
2047
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2049
|
-
left: 0 !important;
|
|
2048
|
+
left: 0 !important;
|
|
2050
2049
|
}
|
|
2051
2050
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2052
2051
|
font-size: 18px;
|
|
@@ -2065,7 +2064,7 @@
|
|
|
2065
2064
|
margin-top: 10px;
|
|
2066
2065
|
}
|
|
2067
2066
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2068
|
-
left: 0 !important;
|
|
2067
|
+
left: 0 !important;
|
|
2069
2068
|
}
|
|
2070
2069
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2071
2070
|
font-size: 18px;
|
|
@@ -2096,10 +2095,12 @@
|
|
|
2096
2095
|
height: 18px;
|
|
2097
2096
|
margin-right: -1px;
|
|
2098
2097
|
padding: 0;
|
|
2099
|
-
position:
|
|
2098
|
+
position: absolute;
|
|
2100
2099
|
right: 0;
|
|
2101
2100
|
width: 20px;
|
|
2102
2101
|
z-index: 2;
|
|
2102
|
+
bottom: 0.5px;
|
|
2103
|
+
right: 0.5px;
|
|
2103
2104
|
}
|
|
2104
2105
|
|
|
2105
2106
|
.e-colorpicker-wrapper.e-border-colorpicker {
|
|
@@ -2107,7 +2108,7 @@
|
|
|
2107
2108
|
}
|
|
2108
2109
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2109
2110
|
box-shadow: none;
|
|
2110
|
-
width: 270px !important;
|
|
2111
|
+
width: 270px !important;
|
|
2111
2112
|
}
|
|
2112
2113
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2113
2114
|
display: -ms-flexbox;
|
|
@@ -2176,33 +2177,36 @@
|
|
|
2176
2177
|
font-family: "Calibri";
|
|
2177
2178
|
}
|
|
2178
2179
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2179
|
-
font-family: "
|
|
2180
|
+
font-family: "Comic Sans MS";
|
|
2180
2181
|
}
|
|
2181
2182
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2182
|
-
font-family: "Courier
|
|
2183
|
+
font-family: "Courier";
|
|
2183
2184
|
}
|
|
2184
2185
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2185
|
-
font-family: "
|
|
2186
|
+
font-family: "Courier New";
|
|
2186
2187
|
}
|
|
2187
2188
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2188
|
-
font-family: "
|
|
2189
|
+
font-family: "Din Condensed";
|
|
2189
2190
|
}
|
|
2190
2191
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2191
|
-
font-family: "
|
|
2192
|
+
font-family: "Georgia";
|
|
2192
2193
|
}
|
|
2193
2194
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2194
|
-
font-family: "Helvetica
|
|
2195
|
+
font-family: "Helvetica";
|
|
2195
2196
|
}
|
|
2196
2197
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2197
|
-
font-family: "
|
|
2198
|
+
font-family: "Helvetica New";
|
|
2198
2199
|
}
|
|
2199
2200
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2200
|
-
font-family: "
|
|
2201
|
+
font-family: "Roboto";
|
|
2201
2202
|
}
|
|
2202
2203
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2203
|
-
font-family: "
|
|
2204
|
+
font-family: "Tahoma";
|
|
2204
2205
|
}
|
|
2205
2206
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2207
|
+
font-family: "Times New Roman";
|
|
2208
|
+
}
|
|
2209
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2206
2210
|
font-family: "Verdana";
|
|
2207
2211
|
}
|
|
2208
2212
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2485,7 +2489,7 @@
|
|
|
2485
2489
|
}
|
|
2486
2490
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2487
2491
|
font-size: 16px;
|
|
2488
|
-
font-weight:
|
|
2492
|
+
font-weight: 400;
|
|
2489
2493
|
}
|
|
2490
2494
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2491
2495
|
overflow: hidden;
|
|
@@ -2720,7 +2724,7 @@
|
|
|
2720
2724
|
}
|
|
2721
2725
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2722
2726
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2723
|
-
width: 590px !important;
|
|
2727
|
+
width: 590px !important;
|
|
2724
2728
|
}
|
|
2725
2729
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2726
2730
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2741,12 +2745,12 @@
|
|
|
2741
2745
|
height: 59px;
|
|
2742
2746
|
width: 403px;
|
|
2743
2747
|
}
|
|
2744
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2745
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2748
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2749
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2746
2750
|
height: auto;
|
|
2747
2751
|
}
|
|
2748
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2749
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2752
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2753
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2750
2754
|
font-size: 12px;
|
|
2751
2755
|
}
|
|
2752
2756
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/material-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/material-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/material-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/material-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/material-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/material-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/material-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/material-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/material-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/material-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/material-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/material-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/material-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/material-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/material-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/material-definition.scss';
|
|
21
|
-
@import 'material-definition.scss';
|
|
22
|
-
@import 'icons/material.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/material.scss';
|