@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
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
1
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
3
2
|
height: 36px;
|
|
4
3
|
}
|
|
@@ -94,8 +93,8 @@
|
|
|
94
93
|
margin-bottom: 4px;
|
|
95
94
|
}
|
|
96
95
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
97
|
-
height: 510px !important;
|
|
98
|
-
width: 530px !important;
|
|
96
|
+
height: 510px !important;
|
|
97
|
+
width: 530px !important;
|
|
99
98
|
}
|
|
100
99
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
101
100
|
padding: 0;
|
|
@@ -105,7 +104,7 @@
|
|
|
105
104
|
padding-top: 3px;
|
|
106
105
|
}
|
|
107
106
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
108
|
-
left: 0 !important;
|
|
107
|
+
left: 0 !important;
|
|
109
108
|
}
|
|
110
109
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
111
110
|
font-size: 18px;
|
|
@@ -124,7 +123,7 @@
|
|
|
124
123
|
margin-top: 10px;
|
|
125
124
|
}
|
|
126
125
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
127
|
-
left: 0 !important;
|
|
126
|
+
left: 0 !important;
|
|
128
127
|
}
|
|
129
128
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
130
129
|
font-size: 18px;
|
|
@@ -142,10 +141,10 @@
|
|
|
142
141
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
143
142
|
margin-top: 10px;
|
|
144
143
|
}
|
|
145
|
-
.e-spreadsheet .e-goto-dlg {
|
|
144
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
146
145
|
height: auto;
|
|
147
146
|
}
|
|
148
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
147
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
149
148
|
font-weight: bold;
|
|
150
149
|
padding-top: 7px;
|
|
151
150
|
}
|
|
@@ -289,7 +288,7 @@
|
|
|
289
288
|
display: none;
|
|
290
289
|
}
|
|
291
290
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
292
|
-
width: 100% !important;
|
|
291
|
+
width: 100% !important;
|
|
293
292
|
}
|
|
294
293
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
295
294
|
display: none;
|
|
@@ -524,8 +523,8 @@
|
|
|
524
523
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
525
524
|
background-color: #400074;
|
|
526
525
|
cursor: ns-resize;
|
|
526
|
+
left: 50%;
|
|
527
527
|
position: absolute;
|
|
528
|
-
right: 50%;
|
|
529
528
|
top: 0;
|
|
530
529
|
transform: translate(-50%, -50%);
|
|
531
530
|
}
|
|
@@ -540,8 +539,8 @@
|
|
|
540
539
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
541
540
|
background-color: #400074;
|
|
542
541
|
cursor: ns-resize;
|
|
542
|
+
left: 50%;
|
|
543
543
|
position: absolute;
|
|
544
|
-
right: 50%;
|
|
545
544
|
top: 100%;
|
|
546
545
|
transform: translate(-50%, -50%);
|
|
547
546
|
}
|
|
@@ -661,14 +660,14 @@
|
|
|
661
660
|
}
|
|
662
661
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
663
662
|
height: 100%;
|
|
664
|
-
position: initial !important;
|
|
663
|
+
position: initial !important;
|
|
665
664
|
width: 100%;
|
|
666
665
|
}
|
|
667
666
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
668
667
|
height: 100%;
|
|
669
668
|
overflow: hidden;
|
|
670
669
|
padding: 4px;
|
|
671
|
-
position: initial !important;
|
|
670
|
+
position: initial !important;
|
|
672
671
|
width: 100%;
|
|
673
672
|
}
|
|
674
673
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -786,7 +785,7 @@
|
|
|
786
785
|
margin-right: 8px;
|
|
787
786
|
}
|
|
788
787
|
.e-spreadsheet .e-hide {
|
|
789
|
-
display: none !important;
|
|
788
|
+
display: none !important;
|
|
790
789
|
}
|
|
791
790
|
.e-spreadsheet .e-selection {
|
|
792
791
|
border-style: solid;
|
|
@@ -903,7 +902,7 @@
|
|
|
903
902
|
text-align: right;
|
|
904
903
|
}
|
|
905
904
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
906
|
-
font-weight:
|
|
905
|
+
font-weight: 400;
|
|
907
906
|
padding-bottom: 0;
|
|
908
907
|
padding-top: 0;
|
|
909
908
|
}
|
|
@@ -932,17 +931,17 @@
|
|
|
932
931
|
font-size: 16px;
|
|
933
932
|
}
|
|
934
933
|
.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 {
|
|
935
|
-
font-size: 30px !important;
|
|
934
|
+
font-size: 30px !important;
|
|
936
935
|
margin-right: 5px;
|
|
937
936
|
padding: 0 5px;
|
|
938
937
|
width: 30px;
|
|
939
938
|
}
|
|
940
939
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
941
|
-
font-size: 18px !important;
|
|
940
|
+
font-size: 18px !important;
|
|
942
941
|
margin-right: 5px;
|
|
943
942
|
}
|
|
944
943
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
945
|
-
font-size: 18px !important;
|
|
944
|
+
font-size: 18px !important;
|
|
946
945
|
margin-right: -5px;
|
|
947
946
|
}
|
|
948
947
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1119,7 +1118,7 @@
|
|
|
1119
1118
|
}
|
|
1120
1119
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1121
1120
|
border: 0;
|
|
1122
|
-
box-shadow: none !important;
|
|
1121
|
+
box-shadow: none !important;
|
|
1123
1122
|
}
|
|
1124
1123
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1125
1124
|
bottom: 5px;
|
|
@@ -1269,7 +1268,7 @@
|
|
|
1269
1268
|
}
|
|
1270
1269
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1271
1270
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1272
|
-
max-height: 640px !important;
|
|
1271
|
+
max-height: 640px !important;
|
|
1273
1272
|
}
|
|
1274
1273
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1275
1274
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1349,36 +1348,36 @@
|
|
|
1349
1348
|
font-size: 12px;
|
|
1350
1349
|
padding-top: 7px;
|
|
1351
1350
|
}
|
|
1352
|
-
.e-spreadsheet .e-find-dlg {
|
|
1351
|
+
.e-spreadsheet .e-find-dlg.e-dialog {
|
|
1353
1352
|
height: auto;
|
|
1354
1353
|
width: 518px;
|
|
1355
1354
|
}
|
|
1356
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
1355
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
|
|
1357
1356
|
color: #dd2c2c;
|
|
1358
1357
|
font-size: 12px;
|
|
1359
1358
|
padding-top: 7px;
|
|
1360
1359
|
}
|
|
1361
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
1360
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
|
|
1362
1361
|
color: #dd2c2c;
|
|
1363
1362
|
font-size: 12px;
|
|
1364
1363
|
padding-top: 7px;
|
|
1365
1364
|
}
|
|
1366
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1365
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1367
1366
|
padding-right: 12px;
|
|
1368
1367
|
}
|
|
1369
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1368
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1370
1369
|
padding: 12px 0;
|
|
1371
1370
|
}
|
|
1372
|
-
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1371
|
+
.e-spreadsheet .e-find-dlg.e-dialog p.e-header {
|
|
1373
1372
|
margin: 0;
|
|
1374
1373
|
padding-bottom: 8px;
|
|
1375
1374
|
padding-top: 12px;
|
|
1376
1375
|
}
|
|
1377
|
-
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
1376
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1378
1377
|
text-align: left;
|
|
1379
1378
|
}
|
|
1380
1379
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1381
|
-
left: 0 !important;
|
|
1380
|
+
left: 0 !important;
|
|
1382
1381
|
}
|
|
1383
1382
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1384
1383
|
font-size: 18px;
|
|
@@ -1398,7 +1397,7 @@
|
|
|
1398
1397
|
margin-bottom: 4px;
|
|
1399
1398
|
}
|
|
1400
1399
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1401
|
-
left: 0 !important;
|
|
1400
|
+
left: 0 !important;
|
|
1402
1401
|
}
|
|
1403
1402
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1404
1403
|
font-size: 18px;
|
|
@@ -1417,7 +1416,7 @@
|
|
|
1417
1416
|
margin-top: 10px;
|
|
1418
1417
|
}
|
|
1419
1418
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1420
|
-
left: 0 !important;
|
|
1419
|
+
left: 0 !important;
|
|
1421
1420
|
}
|
|
1422
1421
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1423
1422
|
font-size: 18px;
|
|
@@ -1448,7 +1447,7 @@
|
|
|
1448
1447
|
height: 18px;
|
|
1449
1448
|
margin-right: -1px;
|
|
1450
1449
|
padding: 0;
|
|
1451
|
-
position:
|
|
1450
|
+
position: absolute;
|
|
1452
1451
|
right: 0;
|
|
1453
1452
|
width: 20px;
|
|
1454
1453
|
z-index: 2;
|
|
@@ -1459,7 +1458,7 @@
|
|
|
1459
1458
|
}
|
|
1460
1459
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
1461
1460
|
box-shadow: none;
|
|
1462
|
-
width: 270px !important;
|
|
1461
|
+
width: 270px !important;
|
|
1463
1462
|
}
|
|
1464
1463
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
1465
1464
|
display: -ms-flexbox;
|
|
@@ -1528,33 +1527,36 @@
|
|
|
1528
1527
|
font-family: "Calibri";
|
|
1529
1528
|
}
|
|
1530
1529
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
1531
|
-
font-family: "
|
|
1530
|
+
font-family: "Comic Sans MS";
|
|
1532
1531
|
}
|
|
1533
1532
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
1534
|
-
font-family: "Courier
|
|
1533
|
+
font-family: "Courier";
|
|
1535
1534
|
}
|
|
1536
1535
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
1537
|
-
font-family: "
|
|
1536
|
+
font-family: "Courier New";
|
|
1538
1537
|
}
|
|
1539
1538
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
1540
|
-
font-family: "
|
|
1539
|
+
font-family: "Din Condensed";
|
|
1541
1540
|
}
|
|
1542
1541
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
1543
|
-
font-family: "
|
|
1542
|
+
font-family: "Georgia";
|
|
1544
1543
|
}
|
|
1545
1544
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
1546
|
-
font-family: "Helvetica
|
|
1545
|
+
font-family: "Helvetica";
|
|
1547
1546
|
}
|
|
1548
1547
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
1549
|
-
font-family: "
|
|
1548
|
+
font-family: "Helvetica New";
|
|
1550
1549
|
}
|
|
1551
1550
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
1552
|
-
font-family: "
|
|
1551
|
+
font-family: "Roboto";
|
|
1553
1552
|
}
|
|
1554
1553
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
1555
|
-
font-family: "
|
|
1554
|
+
font-family: "Tahoma";
|
|
1556
1555
|
}
|
|
1557
1556
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
1557
|
+
font-family: "Times New Roman";
|
|
1558
|
+
}
|
|
1559
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
1558
1560
|
font-family: "Verdana";
|
|
1559
1561
|
}
|
|
1560
1562
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -1837,7 +1839,7 @@
|
|
|
1837
1839
|
}
|
|
1838
1840
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1839
1841
|
font-size: 16px;
|
|
1840
|
-
font-weight:
|
|
1842
|
+
font-weight: 400;
|
|
1841
1843
|
}
|
|
1842
1844
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
1843
1845
|
overflow: hidden;
|
|
@@ -2072,7 +2074,7 @@
|
|
|
2072
2074
|
}
|
|
2073
2075
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2074
2076
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2075
|
-
width: 590px !important;
|
|
2077
|
+
width: 590px !important;
|
|
2076
2078
|
}
|
|
2077
2079
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2078
2080
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2093,12 +2095,12 @@
|
|
|
2093
2095
|
height: 54px;
|
|
2094
2096
|
width: 414px;
|
|
2095
2097
|
}
|
|
2096
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2097
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2098
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2099
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2098
2100
|
height: auto;
|
|
2099
2101
|
}
|
|
2100
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2101
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2102
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2103
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2102
2104
|
font-size: 12px;
|
|
2103
2105
|
}
|
|
2104
2106
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/highcontrast-light-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/highcontrast-light-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/highcontrast-light-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/highcontrast-light-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/highcontrast-light-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/highcontrast-light-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/highcontrast-light-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/highcontrast-light-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/highcontrast-light-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-light-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/highcontrast-light-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-light-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/highcontrast-light-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/highcontrast-light-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/highcontrast-light-definition.scss';
|
|
21
|
-
@import 'highcontrast-light-definition.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/highcontrast-light.scss';
|
|
@@ -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;
|
|
@@ -700,10 +699,10 @@
|
|
|
700
699
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
701
700
|
margin-top: 10px;
|
|
702
701
|
}
|
|
703
|
-
.e-spreadsheet .e-goto-dlg {
|
|
702
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
704
703
|
height: auto;
|
|
705
704
|
}
|
|
706
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
705
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
707
706
|
font-weight: bold;
|
|
708
707
|
padding-top: 7px;
|
|
709
708
|
}
|
|
@@ -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 {
|
|
@@ -1916,36 +1915,36 @@
|
|
|
1916
1915
|
font-size: 12px;
|
|
1917
1916
|
padding-top: 7px;
|
|
1918
1917
|
}
|
|
1919
|
-
.e-spreadsheet .e-find-dlg {
|
|
1918
|
+
.e-spreadsheet .e-find-dlg.e-dialog {
|
|
1920
1919
|
height: auto;
|
|
1921
1920
|
width: 518px;
|
|
1922
1921
|
}
|
|
1923
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
1922
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
|
|
1924
1923
|
color: #dd2c2c;
|
|
1925
1924
|
font-size: 12px;
|
|
1926
1925
|
padding-top: 7px;
|
|
1927
1926
|
}
|
|
1928
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
1927
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
|
|
1929
1928
|
color: #dd2c2c;
|
|
1930
1929
|
font-size: 12px;
|
|
1931
1930
|
padding-top: 7px;
|
|
1932
1931
|
}
|
|
1933
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1932
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1934
1933
|
padding-right: 12px;
|
|
1935
1934
|
}
|
|
1936
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1935
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1937
1936
|
padding: 12px 0;
|
|
1938
1937
|
}
|
|
1939
|
-
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1938
|
+
.e-spreadsheet .e-find-dlg.e-dialog p.e-header {
|
|
1940
1939
|
margin: 0;
|
|
1941
1940
|
padding-bottom: 8px;
|
|
1942
1941
|
padding-top: 12px;
|
|
1943
1942
|
}
|
|
1944
|
-
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
1943
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
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 {
|
|
@@ -2665,12 +2667,12 @@
|
|
|
2665
2667
|
height: 54px;
|
|
2666
2668
|
width: 414px;
|
|
2667
2669
|
}
|
|
2668
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2669
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2670
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2671
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2670
2672
|
height: auto;
|
|
2671
2673
|
}
|
|
2672
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2673
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2674
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2675
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2674
2676
|
font-size: 12px;
|
|
2675
2677
|
}
|
|
2676
2678
|
.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/highcontrast-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/highcontrast-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/highcontrast-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/highcontrast-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/highcontrast-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/highcontrast-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/highcontrast-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/highcontrast-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/highcontrast-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/highcontrast-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/highcontrast-definition.scss';
|
|
21
|
-
@import 'highcontrast-definition.scss';
|
|
22
|
-
@import 'icons/highcontrast.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/highcontrast.scss';
|