@syncfusion/ej2-angular-spreadsheet 20.2.40-ngcc → 20.2.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +14 -0
- package/esm2020/src/spreadsheet/cells.directive.mjs +71 -0
- package/esm2020/src/spreadsheet/chart.directive.mjs +46 -0
- package/esm2020/src/spreadsheet/columns.directive.mjs +61 -0
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +61 -0
- package/esm2020/src/spreadsheet/definednames.directive.mjs +58 -0
- package/esm2020/src/spreadsheet/image.directive.mjs +46 -0
- package/esm2020/src/spreadsheet/ranges.directive.mjs +69 -0
- package/esm2020/src/spreadsheet/rows.directive.mjs +65 -0
- package/esm2020/src/spreadsheet/sheets.directive.mjs +68 -0
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +80 -0
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +202 -0
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +106 -0
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
- package/package.json +29 -15
- package/schematics/utils/lib-details.ts +2 -2
- package/src/spreadsheet/cells.directive.d.ts +5 -0
- package/src/spreadsheet/chart.directive.d.ts +5 -0
- package/src/spreadsheet/columns.directive.d.ts +5 -0
- package/src/spreadsheet/conditionalformats.directive.d.ts +5 -0
- package/src/spreadsheet/definednames.directive.d.ts +5 -0
- package/src/spreadsheet/image.directive.d.ts +5 -0
- package/src/spreadsheet/ranges.directive.d.ts +5 -0
- package/src/spreadsheet/rows.directive.d.ts +5 -0
- package/src/spreadsheet/sheets.directive.d.ts +5 -0
- package/src/spreadsheet/spreadsheet-all.module.d.ts +6 -0
- package/src/spreadsheet/spreadsheet.component.d.ts +3 -0
- package/src/spreadsheet/spreadsheet.module.d.ts +15 -0
- package/styles/bootstrap-dark.css +41 -43
- package/styles/bootstrap.css +41 -43
- package/styles/bootstrap4.css +41 -43
- package/styles/bootstrap5-dark.css +45 -44
- package/styles/bootstrap5.css +45 -44
- package/styles/fabric-dark.css +41 -43
- package/styles/fabric.css +41 -43
- package/styles/fluent-dark.css +46 -48
- package/styles/fluent.css +46 -48
- package/styles/highcontrast-light.css +41 -43
- package/styles/highcontrast.css +41 -43
- package/styles/material-dark.css +41 -45
- package/styles/material.css +40 -44
- package/styles/ribbon/_all.scss +2 -0
- package/styles/ribbon/_bootstrap-dark-definition.scss +13 -0
- package/styles/ribbon/_bootstrap-definition.scss +12 -0
- package/styles/ribbon/_bootstrap4-definition.scss +13 -0
- package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
- package/styles/ribbon/_bootstrap5-definition.scss +14 -0
- package/styles/ribbon/_fabric-dark-definition.scss +14 -0
- package/styles/ribbon/_fabric-definition.scss +14 -0
- package/styles/ribbon/_fluent-dark-definition.scss +1 -0
- package/styles/ribbon/_fluent-definition.scss +14 -0
- package/styles/ribbon/_fusionnew-definition.scss +14 -0
- package/styles/ribbon/_highcontrast-definition.scss +12 -0
- package/styles/ribbon/_highcontrast-light-definition.scss +12 -0
- package/styles/ribbon/_layout.scss +241 -0
- package/styles/ribbon/_material-dark-definition.scss +15 -0
- package/styles/ribbon/_material-definition.scss +12 -0
- package/styles/ribbon/_material3-definition.scss +15 -0
- package/styles/ribbon/_mixin.scss +89 -0
- package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
- package/styles/ribbon/_tailwind-definition.scss +13 -0
- package/styles/ribbon/_theme.scss +115 -0
- package/styles/ribbon/bootstrap-dark.css +1 -1
- package/styles/ribbon/bootstrap-dark.scss +4 -1
- package/styles/ribbon/bootstrap.css +1 -1
- package/styles/ribbon/bootstrap.scss +4 -1
- package/styles/ribbon/bootstrap4.css +1 -1
- package/styles/ribbon/bootstrap4.scss +4 -1
- package/styles/ribbon/bootstrap5-dark.css +1 -1
- package/styles/ribbon/bootstrap5-dark.scss +4 -1
- package/styles/ribbon/bootstrap5.css +1 -1
- package/styles/ribbon/bootstrap5.scss +4 -1
- package/styles/ribbon/fabric-dark.css +1 -1
- package/styles/ribbon/fabric-dark.scss +4 -1
- package/styles/ribbon/fabric.css +1 -1
- package/styles/ribbon/fabric.scss +4 -1
- package/styles/ribbon/fluent-dark.css +1 -1
- package/styles/ribbon/fluent-dark.scss +4 -1
- package/styles/ribbon/fluent.css +1 -1
- package/styles/ribbon/fluent.scss +4 -1
- package/styles/ribbon/highcontrast-light.css +1 -1
- package/styles/ribbon/highcontrast-light.scss +3 -1
- package/styles/ribbon/highcontrast.css +1 -1
- package/styles/ribbon/highcontrast.scss +4 -1
- package/styles/ribbon/icons/_bootstrap-dark.scss +15 -0
- package/styles/ribbon/icons/_bootstrap.scss +15 -0
- package/styles/ribbon/icons/_bootstrap4.scss +9 -0
- package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -0
- package/styles/ribbon/icons/_bootstrap5.scss +15 -0
- package/styles/ribbon/icons/_fabric-dark.scss +9 -0
- package/styles/ribbon/icons/_fabric.scss +9 -0
- package/styles/ribbon/icons/_fluent-dark.scss +1 -0
- package/styles/ribbon/icons/_fluent.scss +15 -0
- package/styles/ribbon/icons/_fusionnew.scss +15 -0
- package/styles/ribbon/icons/_highcontrast.scss +9 -0
- package/styles/ribbon/icons/_material-dark.scss +15 -0
- package/styles/ribbon/icons/_material.scss +15 -0
- package/styles/ribbon/icons/_material3.scss +15 -0
- package/styles/ribbon/icons/_tailwind-dark.scss +15 -0
- package/styles/ribbon/icons/_tailwind.scss +15 -0
- package/styles/ribbon/material-dark.css +1 -1
- package/styles/ribbon/material-dark.scss +4 -1
- package/styles/ribbon/material.css +1 -1
- package/styles/ribbon/material.scss +4 -1
- package/styles/ribbon/tailwind-dark.css +1 -1
- package/styles/ribbon/tailwind-dark.scss +4 -1
- package/styles/ribbon/tailwind.css +1 -1
- package/styles/ribbon/tailwind.scss +4 -1
- package/styles/spreadsheet/_all.scss +2 -0
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +149 -0
- package/styles/spreadsheet/_bootstrap-definition.scss +149 -0
- package/styles/spreadsheet/_bootstrap4-definition.scss +148 -0
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +1 -0
- package/styles/spreadsheet/_bootstrap5-definition.scss +151 -0
- package/styles/spreadsheet/_fabric-dark-definition.scss +146 -0
- package/styles/spreadsheet/_fabric-definition.scss +146 -0
- package/styles/spreadsheet/_fluent-dark-definition.scss +1 -0
- package/styles/spreadsheet/_fluent-definition.scss +151 -0
- package/styles/spreadsheet/_fusionnew-definition.scss +151 -0
- package/styles/spreadsheet/_highcontrast-definition.scss +146 -0
- package/styles/spreadsheet/_highcontrast-light-definition.scss +146 -0
- package/styles/spreadsheet/_layout.scss +2982 -0
- package/styles/spreadsheet/_material-dark-definition.scss +149 -0
- package/styles/spreadsheet/_material-definition.scss +147 -0
- package/styles/spreadsheet/_material3-definition.scss +151 -0
- package/styles/spreadsheet/_tailwind-dark-definition.scss +1 -0
- package/styles/spreadsheet/_tailwind-definition.scss +153 -0
- package/styles/spreadsheet/_theme.scss +1361 -0
- package/styles/spreadsheet/bootstrap-dark.css +40 -42
- package/styles/spreadsheet/bootstrap-dark.scss +23 -1
- package/styles/spreadsheet/bootstrap.css +40 -42
- package/styles/spreadsheet/bootstrap.scss +23 -1
- package/styles/spreadsheet/bootstrap4.css +40 -42
- package/styles/spreadsheet/bootstrap4.scss +23 -1
- package/styles/spreadsheet/bootstrap5-dark.css +44 -43
- package/styles/spreadsheet/bootstrap5-dark.scss +22 -1
- package/styles/spreadsheet/bootstrap5.css +44 -43
- package/styles/spreadsheet/bootstrap5.scss +23 -1
- package/styles/spreadsheet/fabric-dark.css +40 -42
- package/styles/spreadsheet/fabric-dark.scss +23 -1
- package/styles/spreadsheet/fabric.css +40 -42
- package/styles/spreadsheet/fabric.scss +23 -1
- package/styles/spreadsheet/fluent-dark.css +45 -47
- package/styles/spreadsheet/fluent-dark.scss +22 -1
- package/styles/spreadsheet/fluent.css +45 -47
- package/styles/spreadsheet/fluent.scss +23 -1
- package/styles/spreadsheet/highcontrast-light.css +40 -42
- package/styles/spreadsheet/highcontrast-light.scss +22 -1
- package/styles/spreadsheet/highcontrast.css +40 -42
- package/styles/spreadsheet/highcontrast.scss +23 -1
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +990 -0
- package/styles/spreadsheet/icons/_bootstrap.scss +990 -0
- package/styles/spreadsheet/icons/_bootstrap4.scss +994 -0
- package/styles/spreadsheet/icons/_bootstrap5-dark.scss +1 -0
- package/styles/spreadsheet/icons/_bootstrap5.scss +996 -0
- package/styles/spreadsheet/icons/_fabric-dark.scss +990 -0
- package/styles/spreadsheet/icons/_fabric.scss +994 -0
- package/styles/spreadsheet/icons/_fluent-dark.scss +1 -0
- package/styles/spreadsheet/icons/_fluent.scss +996 -0
- package/styles/spreadsheet/icons/_fusionnew.scss +996 -0
- package/styles/spreadsheet/icons/_highcontrast.scss +990 -0
- package/styles/spreadsheet/icons/_material-dark.scss +993 -0
- package/styles/spreadsheet/icons/_material.scss +995 -0
- package/styles/spreadsheet/icons/_material3.scss +996 -0
- package/styles/spreadsheet/icons/_tailwind-dark.scss +996 -0
- package/styles/spreadsheet/icons/_tailwind.scss +996 -0
- package/styles/spreadsheet/material-dark.css +40 -44
- package/styles/spreadsheet/material-dark.scss +23 -1
- package/styles/spreadsheet/material.css +39 -43
- package/styles/spreadsheet/material.scss +23 -1
- package/styles/spreadsheet/tailwind-dark.css +41 -43
- package/styles/spreadsheet/tailwind-dark.scss +22 -1
- package/styles/spreadsheet/tailwind.css +41 -43
- package/styles/spreadsheet/tailwind.scss +23 -1
- package/styles/tailwind-dark.css +42 -44
- package/styles/tailwind.css +42 -44
- package/syncfusion-ej2-angular-spreadsheet.d.ts +5 -0
- package/@syncfusion/ej2-angular-spreadsheet.es5.js +0 -989
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-spreadsheet.js +0 -929
- package/@syncfusion/ej2-angular-spreadsheet.js.map +0 -1
- package/CHANGELOG.md +0 -1189
- package/dist/ej2-angular-spreadsheet.umd.js +0 -1585
- package/dist/ej2-angular-spreadsheet.umd.js.map +0 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js +0 -11
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +0 -1
- package/ej2-angular-spreadsheet.d.ts +0 -5
- package/ej2-angular-spreadsheet.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -10
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
/*! Fabric specific themes definition's */
|
|
5
5
|
/*! Vertical Tab */
|
|
6
6
|
/*! TreeView's fabric theme wise override definitions and variables */
|
|
7
|
+
/* stylelint-disable */
|
|
7
8
|
.e-ddl.e-popup {
|
|
8
9
|
border: 0;
|
|
9
10
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -651,8 +652,8 @@
|
|
|
651
652
|
margin-bottom: 4px;
|
|
652
653
|
}
|
|
653
654
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
654
|
-
height: 510px !important;
|
|
655
|
-
width: 530px !important;
|
|
655
|
+
height: 510px !important; /* stylelint-disable-line declaration-no-important */
|
|
656
|
+
width: 530px !important; /* stylelint-disable-line declaration-no-important */
|
|
656
657
|
}
|
|
657
658
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
658
659
|
padding: 0;
|
|
@@ -662,7 +663,7 @@
|
|
|
662
663
|
padding-top: 3px;
|
|
663
664
|
}
|
|
664
665
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
665
|
-
left: 0 !important;
|
|
666
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
666
667
|
}
|
|
667
668
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
668
669
|
font-size: 18px;
|
|
@@ -681,7 +682,7 @@
|
|
|
681
682
|
margin-top: 10px;
|
|
682
683
|
}
|
|
683
684
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
684
|
-
left: 0 !important;
|
|
685
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
685
686
|
}
|
|
686
687
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
687
688
|
font-size: 18px;
|
|
@@ -846,7 +847,7 @@
|
|
|
846
847
|
display: none;
|
|
847
848
|
}
|
|
848
849
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
849
|
-
width: 100% !important;
|
|
850
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
850
851
|
}
|
|
851
852
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
852
853
|
display: none;
|
|
@@ -1081,8 +1082,8 @@
|
|
|
1081
1082
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1082
1083
|
background-color: #0078d6;
|
|
1083
1084
|
cursor: ns-resize;
|
|
1084
|
-
left: 50%;
|
|
1085
1085
|
position: absolute;
|
|
1086
|
+
right: 50%;
|
|
1086
1087
|
top: 0;
|
|
1087
1088
|
transform: translate(-50%, -50%);
|
|
1088
1089
|
}
|
|
@@ -1097,8 +1098,8 @@
|
|
|
1097
1098
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1098
1099
|
background-color: #0078d6;
|
|
1099
1100
|
cursor: ns-resize;
|
|
1100
|
-
left: 50%;
|
|
1101
1101
|
position: absolute;
|
|
1102
|
+
right: 50%;
|
|
1102
1103
|
top: 100%;
|
|
1103
1104
|
transform: translate(-50%, -50%);
|
|
1104
1105
|
}
|
|
@@ -1218,14 +1219,14 @@
|
|
|
1218
1219
|
}
|
|
1219
1220
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1220
1221
|
height: 100%;
|
|
1221
|
-
position: initial !important;
|
|
1222
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1222
1223
|
width: 100%;
|
|
1223
1224
|
}
|
|
1224
1225
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1225
1226
|
height: 100%;
|
|
1226
1227
|
overflow: hidden;
|
|
1227
1228
|
padding: 4px;
|
|
1228
|
-
position: initial !important;
|
|
1229
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1229
1230
|
width: 100%;
|
|
1230
1231
|
}
|
|
1231
1232
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1346,7 +1347,7 @@
|
|
|
1346
1347
|
margin-right: 8px;
|
|
1347
1348
|
}
|
|
1348
1349
|
.e-spreadsheet .e-hide {
|
|
1349
|
-
display: none !important;
|
|
1350
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1350
1351
|
}
|
|
1351
1352
|
.e-spreadsheet .e-selection {
|
|
1352
1353
|
border-style: solid;
|
|
@@ -1463,7 +1464,7 @@
|
|
|
1463
1464
|
text-align: right;
|
|
1464
1465
|
}
|
|
1465
1466
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1466
|
-
font-weight:
|
|
1467
|
+
font-weight: normal;
|
|
1467
1468
|
padding-bottom: 0;
|
|
1468
1469
|
padding-top: 0;
|
|
1469
1470
|
}
|
|
@@ -1495,17 +1496,17 @@
|
|
|
1495
1496
|
font-size: 19px;
|
|
1496
1497
|
}
|
|
1497
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 {
|
|
1498
|
-
font-size: 30px !important;
|
|
1499
|
+
font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
1499
1500
|
margin-right: 5px;
|
|
1500
1501
|
padding: 0 5px;
|
|
1501
1502
|
width: 30px;
|
|
1502
1503
|
}
|
|
1503
1504
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1504
|
-
font-size: 18px !important;
|
|
1505
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1505
1506
|
margin-right: 5px;
|
|
1506
1507
|
}
|
|
1507
1508
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1508
|
-
font-size: 18px !important;
|
|
1509
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1509
1510
|
margin-right: -5px;
|
|
1510
1511
|
}
|
|
1511
1512
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1684,7 +1685,7 @@
|
|
|
1684
1685
|
}
|
|
1685
1686
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1686
1687
|
border: 0;
|
|
1687
|
-
box-shadow: none !important;
|
|
1688
|
+
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1688
1689
|
}
|
|
1689
1690
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1690
1691
|
bottom: 5px;
|
|
@@ -1834,7 +1835,7 @@
|
|
|
1834
1835
|
}
|
|
1835
1836
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1836
1837
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1837
|
-
max-height: 640px !important;
|
|
1838
|
+
max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
|
|
1838
1839
|
}
|
|
1839
1840
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1840
1841
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1914,36 +1915,36 @@
|
|
|
1914
1915
|
font-size: 12px;
|
|
1915
1916
|
padding-top: 7px;
|
|
1916
1917
|
}
|
|
1917
|
-
.e-spreadsheet .e-find-dlg {
|
|
1918
|
+
.e-spreadsheet .e-find-dlg.e-dialog {
|
|
1918
1919
|
height: auto;
|
|
1919
1920
|
width: 521px;
|
|
1920
1921
|
}
|
|
1921
|
-
.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 {
|
|
1922
1923
|
color: #dd2c2c;
|
|
1923
1924
|
font-size: 12px;
|
|
1924
1925
|
padding-top: 7px;
|
|
1925
1926
|
}
|
|
1926
|
-
.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 {
|
|
1927
1928
|
color: #dd2c2c;
|
|
1928
1929
|
font-size: 12px;
|
|
1929
1930
|
padding-top: 7px;
|
|
1930
1931
|
}
|
|
1931
|
-
.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 {
|
|
1932
1933
|
padding-right: 12px;
|
|
1933
1934
|
}
|
|
1934
|
-
.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 {
|
|
1935
1936
|
padding: 12px 0;
|
|
1936
1937
|
}
|
|
1937
|
-
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1938
|
+
.e-spreadsheet .e-find-dlg.e-dialog p.e-header {
|
|
1938
1939
|
margin: 0;
|
|
1939
1940
|
padding-bottom: 8px;
|
|
1940
1941
|
padding-top: 12px;
|
|
1941
1942
|
}
|
|
1942
|
-
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
1943
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1943
1944
|
text-align: left;
|
|
1944
1945
|
}
|
|
1945
1946
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1946
|
-
left: 0 !important;
|
|
1947
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1947
1948
|
}
|
|
1948
1949
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1949
1950
|
font-size: 18px;
|
|
@@ -1963,7 +1964,7 @@
|
|
|
1963
1964
|
margin-bottom: 4px;
|
|
1964
1965
|
}
|
|
1965
1966
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1966
|
-
left: 0 !important;
|
|
1967
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1967
1968
|
}
|
|
1968
1969
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1969
1970
|
font-size: 18px;
|
|
@@ -1982,7 +1983,7 @@
|
|
|
1982
1983
|
margin-top: 10px;
|
|
1983
1984
|
}
|
|
1984
1985
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1985
|
-
left: 0 !important;
|
|
1986
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1986
1987
|
}
|
|
1987
1988
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1988
1989
|
font-size: 18px;
|
|
@@ -2013,7 +2014,7 @@
|
|
|
2013
2014
|
height: 18px;
|
|
2014
2015
|
margin-right: -1px;
|
|
2015
2016
|
padding: 0;
|
|
2016
|
-
position:
|
|
2017
|
+
position: relative;
|
|
2017
2018
|
right: 0;
|
|
2018
2019
|
width: 20px;
|
|
2019
2020
|
z-index: 2;
|
|
@@ -2024,7 +2025,7 @@
|
|
|
2024
2025
|
}
|
|
2025
2026
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2026
2027
|
box-shadow: none;
|
|
2027
|
-
width: 270px !important;
|
|
2028
|
+
width: 270px !important; /* stylelint-disable-line declaration-no-important */
|
|
2028
2029
|
}
|
|
2029
2030
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2030
2031
|
display: -ms-flexbox;
|
|
@@ -2093,36 +2094,33 @@
|
|
|
2093
2094
|
font-family: "Calibri";
|
|
2094
2095
|
}
|
|
2095
2096
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2096
|
-
font-family: "Comic Sans MS";
|
|
2097
|
-
}
|
|
2098
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2099
2097
|
font-family: "Courier";
|
|
2100
2098
|
}
|
|
2101
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2099
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2102
2100
|
font-family: "Courier New";
|
|
2103
2101
|
}
|
|
2104
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2102
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2105
2103
|
font-family: "Din Condensed";
|
|
2106
2104
|
}
|
|
2107
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2105
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2108
2106
|
font-family: "Georgia";
|
|
2109
2107
|
}
|
|
2110
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2108
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2111
2109
|
font-family: "Helvetica";
|
|
2112
2110
|
}
|
|
2113
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2111
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2114
2112
|
font-family: "Helvetica New";
|
|
2115
2113
|
}
|
|
2116
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2114
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2117
2115
|
font-family: "Roboto";
|
|
2118
2116
|
}
|
|
2119
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2117
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2120
2118
|
font-family: "Tahoma";
|
|
2121
2119
|
}
|
|
2122
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2120
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2123
2121
|
font-family: "Times New Roman";
|
|
2124
2122
|
}
|
|
2125
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2123
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2126
2124
|
font-family: "Verdana";
|
|
2127
2125
|
}
|
|
2128
2126
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2405,7 +2403,7 @@
|
|
|
2405
2403
|
}
|
|
2406
2404
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2407
2405
|
font-size: 16px;
|
|
2408
|
-
font-weight:
|
|
2406
|
+
font-weight: normal;
|
|
2409
2407
|
}
|
|
2410
2408
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2411
2409
|
overflow: hidden;
|
|
@@ -2645,7 +2643,7 @@
|
|
|
2645
2643
|
}
|
|
2646
2644
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2647
2645
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2648
|
-
width: 590px !important;
|
|
2646
|
+
width: 590px !important; /* stylelint-disable-line declaration-no-important */
|
|
2649
2647
|
}
|
|
2650
2648
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2651
2649
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -1 +1,23 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-definition.scss';
|
|
2
|
+
@import '../ribbon/fabric-definition.scss';
|
|
3
|
+
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/switch/fabric-definition.scss';
|
|
7
|
+
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
8
|
+
@import 'ej2-navigations/styles/tab/fabric-definition.scss';
|
|
9
|
+
@import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
|
|
10
|
+
@import 'ej2-navigations/styles/menu/fabric-definition.scss';
|
|
11
|
+
@import 'ej2-navigations/styles/treeview/fabric-definition.scss';
|
|
12
|
+
@import 'ej2-grids/styles/excel-filter/fabric-definition.scss';
|
|
13
|
+
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
15
|
+
@import 'ej2-inputs/styles/color-picker/fabric-definition.scss';
|
|
16
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/fabric-definition.scss';
|
|
17
|
+
@import 'ej2-splitbuttons/styles/split-button/fabric-definition.scss';
|
|
18
|
+
@import 'ej2-dropdowns/styles/list-box/fabric-definition.scss';
|
|
19
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
20
|
+
@import 'ej2-dropdowns/styles/combo-box/fabric-definition.scss';
|
|
21
|
+
@import 'fabric-definition.scss';
|
|
22
|
+
@import 'icons/fabric.scss';
|
|
23
|
+
@import 'all.scss';
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
/*! Bootstrap specific themes definition's */
|
|
3
3
|
/*! Vertical Tab */
|
|
4
4
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
5
|
+
/* stylelint-disable */
|
|
5
6
|
.e-popup.e-ddl {
|
|
6
7
|
border-radius: 4px;
|
|
7
8
|
box-shadow: none;
|
|
@@ -692,7 +693,7 @@
|
|
|
692
693
|
user-select: none;
|
|
693
694
|
}
|
|
694
695
|
.e-spreadsheet .e-delete-sheet-dlg.e-dialog {
|
|
695
|
-
height: 211px !important;
|
|
696
|
+
height: 211px !important; /* stylelint-disable-line declaration-no-important */
|
|
696
697
|
}
|
|
697
698
|
.e-spreadsheet .e-protect-dlg.e-dialog {
|
|
698
699
|
height: 470px;
|
|
@@ -704,8 +705,8 @@
|
|
|
704
705
|
margin-bottom: 4px;
|
|
705
706
|
}
|
|
706
707
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
707
|
-
height: 510px !important;
|
|
708
|
-
width: 530px !important;
|
|
708
|
+
height: 510px !important; /* stylelint-disable-line declaration-no-important */
|
|
709
|
+
width: 530px !important; /* stylelint-disable-line declaration-no-important */
|
|
709
710
|
}
|
|
710
711
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
711
712
|
padding: 0;
|
|
@@ -715,7 +716,7 @@
|
|
|
715
716
|
padding-top: 3px;
|
|
716
717
|
}
|
|
717
718
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
718
|
-
left: 0 !important;
|
|
719
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
719
720
|
}
|
|
720
721
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
721
722
|
font-size: 18px;
|
|
@@ -734,7 +735,7 @@
|
|
|
734
735
|
margin-top: 10px;
|
|
735
736
|
}
|
|
736
737
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
737
|
-
left: 0 !important;
|
|
738
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
738
739
|
}
|
|
739
740
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
740
741
|
font-size: 18px;
|
|
@@ -899,7 +900,7 @@
|
|
|
899
900
|
display: none;
|
|
900
901
|
}
|
|
901
902
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
902
|
-
width: 100% !important;
|
|
903
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
903
904
|
}
|
|
904
905
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
905
906
|
display: none;
|
|
@@ -1134,8 +1135,8 @@
|
|
|
1134
1135
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1135
1136
|
background-color: #0078d4;
|
|
1136
1137
|
cursor: ns-resize;
|
|
1137
|
-
left: 50%;
|
|
1138
1138
|
position: absolute;
|
|
1139
|
+
right: 50%;
|
|
1139
1140
|
top: 0;
|
|
1140
1141
|
transform: translate(-50%, -50%);
|
|
1141
1142
|
}
|
|
@@ -1150,8 +1151,8 @@
|
|
|
1150
1151
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1151
1152
|
background-color: #0078d4;
|
|
1152
1153
|
cursor: ns-resize;
|
|
1153
|
-
left: 50%;
|
|
1154
1154
|
position: absolute;
|
|
1155
|
+
right: 50%;
|
|
1155
1156
|
top: 100%;
|
|
1156
1157
|
transform: translate(-50%, -50%);
|
|
1157
1158
|
}
|
|
@@ -1272,14 +1273,14 @@
|
|
|
1272
1273
|
}
|
|
1273
1274
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1274
1275
|
height: 100%;
|
|
1275
|
-
position: initial !important;
|
|
1276
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1276
1277
|
width: 100%;
|
|
1277
1278
|
}
|
|
1278
1279
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1279
1280
|
height: 100%;
|
|
1280
1281
|
overflow: hidden;
|
|
1281
1282
|
padding: 4px;
|
|
1282
|
-
position: initial !important;
|
|
1283
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1283
1284
|
width: 100%;
|
|
1284
1285
|
}
|
|
1285
1286
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1397,7 +1398,7 @@
|
|
|
1397
1398
|
margin-right: 8px;
|
|
1398
1399
|
}
|
|
1399
1400
|
.e-spreadsheet .e-hide {
|
|
1400
|
-
display: none !important;
|
|
1401
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1401
1402
|
}
|
|
1402
1403
|
.e-spreadsheet .e-selection {
|
|
1403
1404
|
border-style: solid;
|
|
@@ -1514,7 +1515,7 @@
|
|
|
1514
1515
|
text-align: right;
|
|
1515
1516
|
}
|
|
1516
1517
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1517
|
-
font-weight:
|
|
1518
|
+
font-weight: normal;
|
|
1518
1519
|
padding-bottom: 0;
|
|
1519
1520
|
padding-top: 0;
|
|
1520
1521
|
}
|
|
@@ -1543,17 +1544,17 @@
|
|
|
1543
1544
|
font-size: 16px;
|
|
1544
1545
|
}
|
|
1545
1546
|
.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;
|
|
1547
|
+
font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
1547
1548
|
margin-right: 5px;
|
|
1548
1549
|
padding: 0 5px;
|
|
1549
1550
|
width: 30px;
|
|
1550
1551
|
}
|
|
1551
1552
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1552
|
-
font-size: 18px !important;
|
|
1553
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1553
1554
|
margin-right: 5px;
|
|
1554
1555
|
}
|
|
1555
1556
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1556
|
-
font-size: 18px !important;
|
|
1557
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1557
1558
|
margin-right: -5px;
|
|
1558
1559
|
}
|
|
1559
1560
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1730,7 +1731,7 @@
|
|
|
1730
1731
|
}
|
|
1731
1732
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1732
1733
|
border: 0;
|
|
1733
|
-
box-shadow: none !important;
|
|
1734
|
+
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1734
1735
|
}
|
|
1735
1736
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1736
1737
|
bottom: 5px;
|
|
@@ -1880,7 +1881,7 @@
|
|
|
1880
1881
|
}
|
|
1881
1882
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1882
1883
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1883
|
-
max-height: 640px !important;
|
|
1884
|
+
max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
|
|
1884
1885
|
}
|
|
1885
1886
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1886
1887
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1961,36 +1962,36 @@
|
|
|
1961
1962
|
font-size: 12px;
|
|
1962
1963
|
padding-top: 7px;
|
|
1963
1964
|
}
|
|
1964
|
-
.e-spreadsheet .e-find-dlg {
|
|
1965
|
+
.e-spreadsheet .e-find-dlg.e-dialog {
|
|
1965
1966
|
height: auto;
|
|
1966
1967
|
width: 443px;
|
|
1967
1968
|
}
|
|
1968
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
1969
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
|
|
1969
1970
|
color: #d13438;
|
|
1970
1971
|
font-size: 12px;
|
|
1971
1972
|
padding-top: 7px;
|
|
1972
1973
|
}
|
|
1973
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
1974
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
|
|
1974
1975
|
color: #d13438;
|
|
1975
1976
|
font-size: 12px;
|
|
1976
1977
|
padding-top: 7px;
|
|
1977
1978
|
}
|
|
1978
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1979
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1979
1980
|
padding-right: 12px;
|
|
1980
1981
|
}
|
|
1981
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1982
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1982
1983
|
padding: 12px 0;
|
|
1983
1984
|
}
|
|
1984
|
-
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1985
|
+
.e-spreadsheet .e-find-dlg.e-dialog p.e-header {
|
|
1985
1986
|
margin: 0;
|
|
1986
1987
|
padding-bottom: 8px;
|
|
1987
1988
|
padding-top: 12px;
|
|
1988
1989
|
}
|
|
1989
|
-
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
1990
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1990
1991
|
text-align: left;
|
|
1991
1992
|
}
|
|
1992
1993
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1993
|
-
left: 0 !important;
|
|
1994
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1994
1995
|
}
|
|
1995
1996
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1996
1997
|
font-size: 18px;
|
|
@@ -2010,7 +2011,7 @@
|
|
|
2010
2011
|
margin-bottom: 4px;
|
|
2011
2012
|
}
|
|
2012
2013
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2013
|
-
left: 0 !important;
|
|
2014
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2014
2015
|
}
|
|
2015
2016
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2016
2017
|
font-size: 18px;
|
|
@@ -2029,7 +2030,7 @@
|
|
|
2029
2030
|
margin-top: 10px;
|
|
2030
2031
|
}
|
|
2031
2032
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2032
|
-
left: 0 !important;
|
|
2033
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2033
2034
|
}
|
|
2034
2035
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2035
2036
|
font-size: 18px;
|
|
@@ -2061,7 +2062,7 @@
|
|
|
2061
2062
|
height: 18px;
|
|
2062
2063
|
margin-right: -1px;
|
|
2063
2064
|
padding: 0;
|
|
2064
|
-
position:
|
|
2065
|
+
position: relative;
|
|
2065
2066
|
right: 0;
|
|
2066
2067
|
width: 20px;
|
|
2067
2068
|
z-index: 2;
|
|
@@ -2072,7 +2073,7 @@
|
|
|
2072
2073
|
}
|
|
2073
2074
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2074
2075
|
box-shadow: none;
|
|
2075
|
-
width: 270px !important;
|
|
2076
|
+
width: 270px !important; /* stylelint-disable-line declaration-no-important */
|
|
2076
2077
|
}
|
|
2077
2078
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2078
2079
|
display: -ms-flexbox;
|
|
@@ -2141,36 +2142,33 @@
|
|
|
2141
2142
|
font-family: "Calibri";
|
|
2142
2143
|
}
|
|
2143
2144
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2144
|
-
font-family: "Comic Sans MS";
|
|
2145
|
-
}
|
|
2146
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2147
2145
|
font-family: "Courier";
|
|
2148
2146
|
}
|
|
2149
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2147
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2150
2148
|
font-family: "Courier New";
|
|
2151
2149
|
}
|
|
2152
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2150
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2153
2151
|
font-family: "Din Condensed";
|
|
2154
2152
|
}
|
|
2155
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2153
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2156
2154
|
font-family: "Georgia";
|
|
2157
2155
|
}
|
|
2158
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2156
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2159
2157
|
font-family: "Helvetica";
|
|
2160
2158
|
}
|
|
2161
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2159
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2162
2160
|
font-family: "Helvetica New";
|
|
2163
2161
|
}
|
|
2164
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2162
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2165
2163
|
font-family: "Roboto";
|
|
2166
2164
|
}
|
|
2167
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2165
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2168
2166
|
font-family: "Tahoma";
|
|
2169
2167
|
}
|
|
2170
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2168
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2171
2169
|
font-family: "Times New Roman";
|
|
2172
2170
|
}
|
|
2173
|
-
.e-dropdown-popup.e-font-family ul .e-item:nth-child(
|
|
2171
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2174
2172
|
font-family: "Verdana";
|
|
2175
2173
|
}
|
|
2176
2174
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2456,7 +2454,7 @@
|
|
|
2456
2454
|
}
|
|
2457
2455
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2458
2456
|
font-size: 16px;
|
|
2459
|
-
font-weight:
|
|
2457
|
+
font-weight: normal;
|
|
2460
2458
|
}
|
|
2461
2459
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2462
2460
|
overflow: hidden;
|
|
@@ -2548,11 +2546,11 @@
|
|
|
2548
2546
|
|
|
2549
2547
|
.e-bigger .e-spreadsheet .e-protect-dlg.e-dialog,
|
|
2550
2548
|
.e-bigger.e-spreadsheet .e-protect-dlg.e-dialog {
|
|
2551
|
-
height: 790px !important;
|
|
2549
|
+
height: 790px !important; /* stylelint-disable-line declaration-no-important */
|
|
2552
2550
|
}
|
|
2553
2551
|
.e-bigger .e-spreadsheet .e-delete-sheet-dlg.e-dialog,
|
|
2554
2552
|
.e-bigger.e-spreadsheet .e-delete-sheet-dlg.e-dialog {
|
|
2555
|
-
height: 240px !important;
|
|
2553
|
+
height: 240px !important; /* stylelint-disable-line declaration-no-important */
|
|
2556
2554
|
}
|
|
2557
2555
|
.e-bigger .e-spreadsheet .e-merge-alert-dlg.e-dialog,
|
|
2558
2556
|
.e-bigger.e-spreadsheet .e-merge-alert-dlg.e-dialog {
|
|
@@ -2568,7 +2566,7 @@
|
|
|
2568
2566
|
}
|
|
2569
2567
|
.e-bigger .e-spreadsheet .e-spreadsheet-function-dlg.e-dialog,
|
|
2570
2568
|
.e-bigger.e-spreadsheet .e-spreadsheet-function-dlg.e-dialog {
|
|
2571
|
-
height: 515px !important;
|
|
2569
|
+
height: 515px !important; /* stylelint-disable-line declaration-no-important */
|
|
2572
2570
|
}
|
|
2573
2571
|
.e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon,
|
|
2574
2572
|
.e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
@@ -2726,8 +2724,8 @@
|
|
|
2726
2724
|
}
|
|
2727
2725
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2728
2726
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2729
|
-
width: 590px !important;
|
|
2730
|
-
width: 630px !important;
|
|
2727
|
+
width: 590px !important; /* stylelint-disable-line declaration-no-important */
|
|
2728
|
+
width: 630px !important; /* stylelint-disable-line declaration-no-important */
|
|
2731
2729
|
}
|
|
2732
2730
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2733
2731
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -1 +1,22 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-dark-definition.scss';
|
|
2
|
+
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
3
|
+
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/switch/fluent-dark-definition.scss';
|
|
6
|
+
@import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
|
|
7
|
+
@import 'ej2-navigations/styles/tab/fluent-dark-definition.scss';
|
|
8
|
+
@import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
|
|
9
|
+
@import 'ej2-navigations/styles/menu/fluent-dark-definition.scss';
|
|
10
|
+
@import 'ej2-navigations/styles/treeview/fluent-dark-definition.scss';
|
|
11
|
+
@import 'ej2-grids/styles/excel-filter/fluent-dark-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
13
|
+
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
14
|
+
@import 'ej2-inputs/styles/color-picker/fluent-dark-definition.scss';
|
|
15
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/fluent-dark-definition.scss';
|
|
16
|
+
@import 'ej2-splitbuttons/styles/split-button/fluent-dark-definition.scss';
|
|
17
|
+
@import 'ej2-dropdowns/styles/list-box/fluent-dark-definition.scss';
|
|
18
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
19
|
+
@import 'ej2-dropdowns/styles/combo-box/fluent-dark-definition.scss';
|
|
20
|
+
@import 'fluent-dark-definition.scss';
|
|
21
|
+
@import 'icons/fluent-dark.scss';
|
|
22
|
+
@import 'all.scss';
|