@syncfusion/ej2-angular-spreadsheet 20.3.61 → 20.4.38-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 +1365 -0
- package/README.md +144 -67
- package/dist/ej2-angular-spreadsheet.umd.js +1583 -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 +38 -40
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- 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 +34 -9
- package/styles/bootstrap.css +34 -9
- package/styles/bootstrap4.css +34 -9
- package/styles/bootstrap5-dark.css +34 -9
- package/styles/bootstrap5.css +34 -9
- package/styles/fabric-dark.css +34 -9
- package/styles/fabric.css +34 -9
- package/styles/fluent-dark.css +34 -9
- package/styles/fluent.css +34 -9
- package/styles/highcontrast-light.css +34 -9
- package/styles/highcontrast.css +34 -9
- package/styles/material-dark.css +34 -9
- package/styles/material.css +34 -9
- package/styles/ribbon/bootstrap-dark.scss +1 -4
- package/styles/ribbon/bootstrap.scss +1 -4
- package/styles/ribbon/bootstrap4.scss +1 -4
- package/styles/ribbon/bootstrap5-dark.scss +1 -4
- package/styles/ribbon/bootstrap5.scss +1 -4
- package/styles/ribbon/fabric-dark.scss +1 -4
- package/styles/ribbon/fabric.scss +1 -4
- package/styles/ribbon/fluent-dark.scss +1 -4
- package/styles/ribbon/fluent.scss +1 -4
- package/styles/ribbon/highcontrast-light.scss +1 -3
- package/styles/ribbon/highcontrast.scss +1 -4
- package/styles/ribbon/material-dark.scss +1 -4
- package/styles/ribbon/material.scss +1 -4
- package/styles/ribbon/tailwind-dark.scss +1 -4
- package/styles/ribbon/tailwind.scss +1 -4
- package/styles/spreadsheet/bootstrap-dark.css +34 -9
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +34 -9
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +34 -9
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +34 -9
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +34 -9
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +34 -9
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +34 -9
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +34 -9
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +34 -9
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +34 -9
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +34 -9
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +34 -9
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +34 -9
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +34 -9
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +34 -9
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +34 -9
- package/styles/tailwind.css +34 -9
- 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 -154
- 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 -154
- package/styles/spreadsheet/_bootstrap-definition.scss +0 -154
- package/styles/spreadsheet/_bootstrap4-definition.scss +0 -153
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +0 -156
- package/styles/spreadsheet/_fabric-dark-definition.scss +0 -151
- package/styles/spreadsheet/_fabric-definition.scss +0 -151
- package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet/_fluent-definition.scss +0 -152
- package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
- package/styles/spreadsheet/_highcontrast-definition.scss +0 -150
- package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
- package/styles/spreadsheet/_layout.scss +0 -3015
- package/styles/spreadsheet/_material-dark-definition.scss +0 -153
- package/styles/spreadsheet/_material-definition.scss +0 -151
- package/styles/spreadsheet/_material3-definition.scss +0 -151
- package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet/_tailwind-definition.scss +0 -158
- package/styles/spreadsheet/_theme.scss +0 -1365
- 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
|
@@ -1687,6 +1687,19 @@
|
|
|
1687
1687
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1688
1688
|
right: 0;
|
|
1689
1689
|
}
|
|
1690
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1691
|
+
border-left-color: transparent;
|
|
1692
|
+
}
|
|
1693
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1694
|
+
border-left: 1px solid #edebe9;
|
|
1695
|
+
border-right: none;
|
|
1696
|
+
left: 0.5px;
|
|
1697
|
+
}
|
|
1698
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1699
|
+
border-left: none;
|
|
1700
|
+
border-right: 1px solid #edebe9;
|
|
1701
|
+
right: 0.5px;
|
|
1702
|
+
}
|
|
1690
1703
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1691
1704
|
position: relative;
|
|
1692
1705
|
}
|
|
@@ -2128,33 +2141,36 @@
|
|
|
2128
2141
|
font-family: "Calibri";
|
|
2129
2142
|
}
|
|
2130
2143
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2131
|
-
font-family: "
|
|
2144
|
+
font-family: "Comic Sans MS";
|
|
2132
2145
|
}
|
|
2133
2146
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2134
|
-
font-family: "Courier
|
|
2147
|
+
font-family: "Courier";
|
|
2135
2148
|
}
|
|
2136
2149
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2137
|
-
font-family: "
|
|
2150
|
+
font-family: "Courier New";
|
|
2138
2151
|
}
|
|
2139
2152
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2140
|
-
font-family: "
|
|
2153
|
+
font-family: "Din Condensed";
|
|
2141
2154
|
}
|
|
2142
2155
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2143
|
-
font-family: "
|
|
2156
|
+
font-family: "Georgia";
|
|
2144
2157
|
}
|
|
2145
2158
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2146
|
-
font-family: "Helvetica
|
|
2159
|
+
font-family: "Helvetica";
|
|
2147
2160
|
}
|
|
2148
2161
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2149
|
-
font-family: "
|
|
2162
|
+
font-family: "Helvetica New";
|
|
2150
2163
|
}
|
|
2151
2164
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2152
|
-
font-family: "
|
|
2165
|
+
font-family: "Roboto";
|
|
2153
2166
|
}
|
|
2154
2167
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2155
|
-
font-family: "
|
|
2168
|
+
font-family: "Tahoma";
|
|
2156
2169
|
}
|
|
2157
2170
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2171
|
+
font-family: "Times New Roman";
|
|
2172
|
+
}
|
|
2173
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2158
2174
|
font-family: "Verdana";
|
|
2159
2175
|
}
|
|
2160
2176
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3085,6 +3101,15 @@
|
|
|
3085
3101
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
|
|
3086
3102
|
border-left-color: #e4e1de;
|
|
3087
3103
|
}
|
|
3104
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
|
|
3105
|
+
border-left-color: transparent;
|
|
3106
|
+
}
|
|
3107
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
|
|
3108
|
+
border-left-color: #e4e1de;
|
|
3109
|
+
}
|
|
3110
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
|
|
3111
|
+
border-right-color: #e4e1de;
|
|
3112
|
+
}
|
|
3088
3113
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3089
3114
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3090
3115
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/fluent-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/fluent-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/fluent-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/fluent-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/fluent-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/fluent-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/fluent-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/fluent-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/fluent-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/fluent-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/fluent-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/fluent-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/fluent-definition.scss';
|
|
21
|
-
@import 'fluent-definition.scss';
|
|
22
|
-
@import 'icons/fluent.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/fluent.scss';
|
|
@@ -1074,6 +1074,19 @@
|
|
|
1074
1074
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1075
1075
|
right: 0;
|
|
1076
1076
|
}
|
|
1077
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1078
|
+
border-left-color: transparent;
|
|
1079
|
+
}
|
|
1080
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1081
|
+
border-left: none;
|
|
1082
|
+
border-right: none;
|
|
1083
|
+
left: 0.5px;
|
|
1084
|
+
}
|
|
1085
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1086
|
+
border-left: none;
|
|
1087
|
+
border-right: none;
|
|
1088
|
+
right: 0.5px;
|
|
1089
|
+
}
|
|
1077
1090
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1078
1091
|
position: relative;
|
|
1079
1092
|
}
|
|
@@ -1513,33 +1526,36 @@
|
|
|
1513
1526
|
font-family: "Calibri";
|
|
1514
1527
|
}
|
|
1515
1528
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
1516
|
-
font-family: "
|
|
1529
|
+
font-family: "Comic Sans MS";
|
|
1517
1530
|
}
|
|
1518
1531
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
1519
|
-
font-family: "Courier
|
|
1532
|
+
font-family: "Courier";
|
|
1520
1533
|
}
|
|
1521
1534
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
1522
|
-
font-family: "
|
|
1535
|
+
font-family: "Courier New";
|
|
1523
1536
|
}
|
|
1524
1537
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
1525
|
-
font-family: "
|
|
1538
|
+
font-family: "Din Condensed";
|
|
1526
1539
|
}
|
|
1527
1540
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
1528
|
-
font-family: "
|
|
1541
|
+
font-family: "Georgia";
|
|
1529
1542
|
}
|
|
1530
1543
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
1531
|
-
font-family: "Helvetica
|
|
1544
|
+
font-family: "Helvetica";
|
|
1532
1545
|
}
|
|
1533
1546
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
1534
|
-
font-family: "
|
|
1547
|
+
font-family: "Helvetica New";
|
|
1535
1548
|
}
|
|
1536
1549
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
1537
|
-
font-family: "
|
|
1550
|
+
font-family: "Roboto";
|
|
1538
1551
|
}
|
|
1539
1552
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
1540
|
-
font-family: "
|
|
1553
|
+
font-family: "Tahoma";
|
|
1541
1554
|
}
|
|
1542
1555
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
1556
|
+
font-family: "Times New Roman";
|
|
1557
|
+
}
|
|
1558
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
1543
1559
|
font-family: "Verdana";
|
|
1544
1560
|
}
|
|
1545
1561
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2400,6 +2416,15 @@
|
|
|
2400
2416
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
|
|
2401
2417
|
border-left-color: #000;
|
|
2402
2418
|
}
|
|
2419
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
|
|
2420
|
+
border-left-color: transparent;
|
|
2421
|
+
}
|
|
2422
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
|
|
2423
|
+
border-left-color: #000;
|
|
2424
|
+
}
|
|
2425
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
|
|
2426
|
+
border-right-color: #000;
|
|
2427
|
+
}
|
|
2403
2428
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
2404
2429
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
2405
2430
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -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';
|
|
@@ -1641,6 +1641,19 @@
|
|
|
1641
1641
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1642
1642
|
right: 0;
|
|
1643
1643
|
}
|
|
1644
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1645
|
+
border-left-color: transparent;
|
|
1646
|
+
}
|
|
1647
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1648
|
+
border-left: 1px solid #fff;
|
|
1649
|
+
border-right: none;
|
|
1650
|
+
left: 0.5px;
|
|
1651
|
+
}
|
|
1652
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1653
|
+
border-left: none;
|
|
1654
|
+
border-right: 1px solid #fff;
|
|
1655
|
+
right: 0.5px;
|
|
1656
|
+
}
|
|
1644
1657
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1645
1658
|
position: relative;
|
|
1646
1659
|
}
|
|
@@ -2080,33 +2093,36 @@
|
|
|
2080
2093
|
font-family: "Calibri";
|
|
2081
2094
|
}
|
|
2082
2095
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2083
|
-
font-family: "
|
|
2096
|
+
font-family: "Comic Sans MS";
|
|
2084
2097
|
}
|
|
2085
2098
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2086
|
-
font-family: "Courier
|
|
2099
|
+
font-family: "Courier";
|
|
2087
2100
|
}
|
|
2088
2101
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2089
|
-
font-family: "
|
|
2102
|
+
font-family: "Courier New";
|
|
2090
2103
|
}
|
|
2091
2104
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2092
|
-
font-family: "
|
|
2105
|
+
font-family: "Din Condensed";
|
|
2093
2106
|
}
|
|
2094
2107
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2095
|
-
font-family: "
|
|
2108
|
+
font-family: "Georgia";
|
|
2096
2109
|
}
|
|
2097
2110
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2098
|
-
font-family: "Helvetica
|
|
2111
|
+
font-family: "Helvetica";
|
|
2099
2112
|
}
|
|
2100
2113
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2101
|
-
font-family: "
|
|
2114
|
+
font-family: "Helvetica New";
|
|
2102
2115
|
}
|
|
2103
2116
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2104
|
-
font-family: "
|
|
2117
|
+
font-family: "Roboto";
|
|
2105
2118
|
}
|
|
2106
2119
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2107
|
-
font-family: "
|
|
2120
|
+
font-family: "Tahoma";
|
|
2108
2121
|
}
|
|
2109
2122
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2123
|
+
font-family: "Times New Roman";
|
|
2124
|
+
}
|
|
2125
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2110
2126
|
font-family: "Verdana";
|
|
2111
2127
|
}
|
|
2112
2128
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2990,6 +3006,15 @@
|
|
|
2990
3006
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
|
|
2991
3007
|
border-left-color: #969696;
|
|
2992
3008
|
}
|
|
3009
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
|
|
3010
|
+
border-left-color: transparent;
|
|
3011
|
+
}
|
|
3012
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
|
|
3013
|
+
border-left-color: #969696;
|
|
3014
|
+
}
|
|
3015
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
|
|
3016
|
+
border-right-color: #969696;
|
|
3017
|
+
}
|
|
2993
3018
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
2994
3019
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
2995
3020
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -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';
|
|
@@ -1685,6 +1685,19 @@
|
|
|
1685
1685
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1686
1686
|
right: 0;
|
|
1687
1687
|
}
|
|
1688
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1689
|
+
border-left-color: transparent;
|
|
1690
|
+
}
|
|
1691
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1692
|
+
border-left: 1px solid #616161;
|
|
1693
|
+
border-right: none;
|
|
1694
|
+
left: 0.5px;
|
|
1695
|
+
}
|
|
1696
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1697
|
+
border-left: none;
|
|
1698
|
+
border-right: 1px solid #616161;
|
|
1699
|
+
right: 0.5px;
|
|
1700
|
+
}
|
|
1688
1701
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1689
1702
|
position: relative;
|
|
1690
1703
|
}
|
|
@@ -2123,33 +2136,36 @@
|
|
|
2123
2136
|
font-family: "Calibri";
|
|
2124
2137
|
}
|
|
2125
2138
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2126
|
-
font-family: "
|
|
2139
|
+
font-family: "Comic Sans MS";
|
|
2127
2140
|
}
|
|
2128
2141
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2129
|
-
font-family: "Courier
|
|
2142
|
+
font-family: "Courier";
|
|
2130
2143
|
}
|
|
2131
2144
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2132
|
-
font-family: "
|
|
2145
|
+
font-family: "Courier New";
|
|
2133
2146
|
}
|
|
2134
2147
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2135
|
-
font-family: "
|
|
2148
|
+
font-family: "Din Condensed";
|
|
2136
2149
|
}
|
|
2137
2150
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2138
|
-
font-family: "
|
|
2151
|
+
font-family: "Georgia";
|
|
2139
2152
|
}
|
|
2140
2153
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2141
|
-
font-family: "Helvetica
|
|
2154
|
+
font-family: "Helvetica";
|
|
2142
2155
|
}
|
|
2143
2156
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2144
|
-
font-family: "
|
|
2157
|
+
font-family: "Helvetica New";
|
|
2145
2158
|
}
|
|
2146
2159
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2147
|
-
font-family: "
|
|
2160
|
+
font-family: "Roboto";
|
|
2148
2161
|
}
|
|
2149
2162
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2150
|
-
font-family: "
|
|
2163
|
+
font-family: "Tahoma";
|
|
2151
2164
|
}
|
|
2152
2165
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2166
|
+
font-family: "Times New Roman";
|
|
2167
|
+
}
|
|
2168
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2153
2169
|
font-family: "Verdana";
|
|
2154
2170
|
}
|
|
2155
2171
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3031,6 +3047,15 @@
|
|
|
3031
3047
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
|
|
3032
3048
|
border-left-color: #757575;
|
|
3033
3049
|
}
|
|
3050
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
|
|
3051
|
+
border-left-color: transparent;
|
|
3052
|
+
}
|
|
3053
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
|
|
3054
|
+
border-left-color: #757575;
|
|
3055
|
+
}
|
|
3056
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
|
|
3057
|
+
border-right-color: #757575;
|
|
3058
|
+
}
|
|
3034
3059
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3035
3060
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3036
3061
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -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';
|
|
@@ -1724,6 +1724,19 @@
|
|
|
1724
1724
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1725
1725
|
right: 0;
|
|
1726
1726
|
}
|
|
1727
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1728
|
+
border-left-color: transparent;
|
|
1729
|
+
}
|
|
1730
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1731
|
+
border-left: 1px solid #e0e0e0;
|
|
1732
|
+
border-right: none;
|
|
1733
|
+
left: 0.5px;
|
|
1734
|
+
}
|
|
1735
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1736
|
+
border-left: none;
|
|
1737
|
+
border-right: 1px solid #e0e0e0;
|
|
1738
|
+
right: 0.5px;
|
|
1739
|
+
}
|
|
1727
1740
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1728
1741
|
position: relative;
|
|
1729
1742
|
}
|
|
@@ -2161,33 +2174,36 @@
|
|
|
2161
2174
|
font-family: "Calibri";
|
|
2162
2175
|
}
|
|
2163
2176
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2164
|
-
font-family: "
|
|
2177
|
+
font-family: "Comic Sans MS";
|
|
2165
2178
|
}
|
|
2166
2179
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2167
|
-
font-family: "Courier
|
|
2180
|
+
font-family: "Courier";
|
|
2168
2181
|
}
|
|
2169
2182
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2170
|
-
font-family: "
|
|
2183
|
+
font-family: "Courier New";
|
|
2171
2184
|
}
|
|
2172
2185
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2173
|
-
font-family: "
|
|
2186
|
+
font-family: "Din Condensed";
|
|
2174
2187
|
}
|
|
2175
2188
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2176
|
-
font-family: "
|
|
2189
|
+
font-family: "Georgia";
|
|
2177
2190
|
}
|
|
2178
2191
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2179
|
-
font-family: "Helvetica
|
|
2192
|
+
font-family: "Helvetica";
|
|
2180
2193
|
}
|
|
2181
2194
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2182
|
-
font-family: "
|
|
2195
|
+
font-family: "Helvetica New";
|
|
2183
2196
|
}
|
|
2184
2197
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2185
|
-
font-family: "
|
|
2198
|
+
font-family: "Roboto";
|
|
2186
2199
|
}
|
|
2187
2200
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2188
|
-
font-family: "
|
|
2201
|
+
font-family: "Tahoma";
|
|
2189
2202
|
}
|
|
2190
2203
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2204
|
+
font-family: "Times New Roman";
|
|
2205
|
+
}
|
|
2206
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2191
2207
|
font-family: "Verdana";
|
|
2192
2208
|
}
|
|
2193
2209
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3059,6 +3075,15 @@
|
|
|
3059
3075
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
|
|
3060
3076
|
border-left-color: #cccccc;
|
|
3061
3077
|
}
|
|
3078
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
|
|
3079
|
+
border-left-color: transparent;
|
|
3080
|
+
}
|
|
3081
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
|
|
3082
|
+
border-left-color: #cccccc;
|
|
3083
|
+
}
|
|
3084
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
|
|
3085
|
+
border-right-color: #cccccc;
|
|
3086
|
+
}
|
|
3062
3087
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3063
3088
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3064
3089
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -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';
|
|
@@ -1683,6 +1683,19 @@
|
|
|
1683
1683
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1684
1684
|
right: 0;
|
|
1685
1685
|
}
|
|
1686
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1687
|
+
border-left-color: transparent;
|
|
1688
|
+
}
|
|
1689
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1690
|
+
border-left: 1px solid #4b5563;
|
|
1691
|
+
border-right: none;
|
|
1692
|
+
left: 0.5px;
|
|
1693
|
+
}
|
|
1694
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1695
|
+
border-left: none;
|
|
1696
|
+
border-right: 1px solid #4b5563;
|
|
1697
|
+
right: 0.5px;
|
|
1698
|
+
}
|
|
1686
1699
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1687
1700
|
position: relative;
|
|
1688
1701
|
}
|
|
@@ -2137,33 +2150,36 @@
|
|
|
2137
2150
|
font-family: "Calibri";
|
|
2138
2151
|
}
|
|
2139
2152
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2140
|
-
font-family: "
|
|
2153
|
+
font-family: "Comic Sans MS";
|
|
2141
2154
|
}
|
|
2142
2155
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2143
|
-
font-family: "Courier
|
|
2156
|
+
font-family: "Courier";
|
|
2144
2157
|
}
|
|
2145
2158
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2146
|
-
font-family: "
|
|
2159
|
+
font-family: "Courier New";
|
|
2147
2160
|
}
|
|
2148
2161
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2149
|
-
font-family: "
|
|
2162
|
+
font-family: "Din Condensed";
|
|
2150
2163
|
}
|
|
2151
2164
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2152
|
-
font-family: "
|
|
2165
|
+
font-family: "Georgia";
|
|
2153
2166
|
}
|
|
2154
2167
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2155
|
-
font-family: "Helvetica
|
|
2168
|
+
font-family: "Helvetica";
|
|
2156
2169
|
}
|
|
2157
2170
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2158
|
-
font-family: "
|
|
2171
|
+
font-family: "Helvetica New";
|
|
2159
2172
|
}
|
|
2160
2173
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2161
|
-
font-family: "
|
|
2174
|
+
font-family: "Roboto";
|
|
2162
2175
|
}
|
|
2163
2176
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2164
|
-
font-family: "
|
|
2177
|
+
font-family: "Tahoma";
|
|
2165
2178
|
}
|
|
2166
2179
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2180
|
+
font-family: "Times New Roman";
|
|
2181
|
+
}
|
|
2182
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2167
2183
|
font-family: "Verdana";
|
|
2168
2184
|
}
|
|
2169
2185
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3066,6 +3082,15 @@
|
|
|
3066
3082
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
|
|
3067
3083
|
border-left-color: #39414c;
|
|
3068
3084
|
}
|
|
3085
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
|
|
3086
|
+
border-left-color: transparent;
|
|
3087
|
+
}
|
|
3088
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
|
|
3089
|
+
border-left-color: #39414c;
|
|
3090
|
+
}
|
|
3091
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
|
|
3092
|
+
border-right-color: #39414c;
|
|
3093
|
+
}
|
|
3069
3094
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3070
3095
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3071
3096
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/switch/tailwind-dark-definition.scss';
|
|
6
|
-
@import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/tab/tailwind-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/menu/tailwind-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/tailwind-dark-definition.scss';
|
|
11
|
-
@import 'ej2-grids/styles/excel-filter/tailwind-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/color-picker/tailwind-dark-definition.scss';
|
|
15
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/tailwind-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/split-button/tailwind-dark-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/list-box/tailwind-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/combo-box/tailwind-dark-definition.scss';
|
|
20
|
-
@import 'tailwind-dark-definition.scss';
|
|
21
|
-
@import 'icons/tailwind-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/tailwind-dark.scss';
|