@syncfusion/ej2-angular-spreadsheet 20.4.38 → 20.4.40-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 +1375 -0
- package/README.md +145 -68
- package/dist/ej2-angular-spreadsheet.umd.js +1574 -0
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js +2 -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 +83 -85
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.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 -24
- package/styles/bootstrap.css +34 -24
- package/styles/bootstrap4.css +34 -24
- package/styles/bootstrap5-dark.css +34 -24
- package/styles/bootstrap5.css +34 -24
- package/styles/fabric-dark.css +34 -24
- package/styles/fabric.css +34 -24
- package/styles/fluent-dark.css +34 -24
- package/styles/fluent.css +34 -24
- package/styles/highcontrast-light.css +34 -24
- package/styles/highcontrast.css +34 -24
- package/styles/material-dark.css +34 -24
- package/styles/material.css +34 -24
- 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 -24
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +34 -24
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +34 -24
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +34 -24
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +34 -24
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +34 -24
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +34 -24
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +34 -24
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +34 -24
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +34 -24
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +34 -24
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +34 -24
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +34 -24
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +34 -24
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +34 -24
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +34 -24
- package/styles/tailwind.css +34 -24
- 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 -3025
- 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
|
@@ -689,9 +689,6 @@
|
|
|
689
689
|
display: inline-table;
|
|
690
690
|
padding-top: 3px;
|
|
691
691
|
}
|
|
692
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
693
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
694
|
-
}
|
|
695
692
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
696
693
|
font-size: 18px;
|
|
697
694
|
line-height: 21px;
|
|
@@ -708,9 +705,6 @@
|
|
|
708
705
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
709
706
|
margin-top: 10px;
|
|
710
707
|
}
|
|
711
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
712
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
713
|
-
}
|
|
714
708
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
715
709
|
font-size: 18px;
|
|
716
710
|
line-height: 21px;
|
|
@@ -1684,6 +1678,19 @@
|
|
|
1684
1678
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1685
1679
|
right: 0;
|
|
1686
1680
|
}
|
|
1681
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1682
|
+
border-left-color: transparent;
|
|
1683
|
+
}
|
|
1684
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1685
|
+
border-left: 1px solid #e6e6e6;
|
|
1686
|
+
border-right: none;
|
|
1687
|
+
left: 0.5px;
|
|
1688
|
+
}
|
|
1689
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1690
|
+
border-left: none;
|
|
1691
|
+
border-right: 1px solid #e6e6e6;
|
|
1692
|
+
right: 0.5px;
|
|
1693
|
+
}
|
|
1687
1694
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1688
1695
|
position: relative;
|
|
1689
1696
|
}
|
|
@@ -1981,9 +1988,6 @@
|
|
|
1981
1988
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1982
1989
|
text-align: left;
|
|
1983
1990
|
}
|
|
1984
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1985
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1986
|
-
}
|
|
1987
1991
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1988
1992
|
font-size: 18px;
|
|
1989
1993
|
line-height: 31px;
|
|
@@ -2001,9 +2005,6 @@
|
|
|
2001
2005
|
line-height: 24px;
|
|
2002
2006
|
margin-bottom: 4px;
|
|
2003
2007
|
}
|
|
2004
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2005
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2006
|
-
}
|
|
2007
2008
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2008
2009
|
font-size: 18px;
|
|
2009
2010
|
line-height: 21px;
|
|
@@ -2020,9 +2021,6 @@
|
|
|
2020
2021
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2021
2022
|
margin-top: 10px;
|
|
2022
2023
|
}
|
|
2023
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2024
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2025
|
-
}
|
|
2026
2024
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2027
2025
|
font-size: 18px;
|
|
2028
2026
|
line-height: 21px;
|
|
@@ -2132,33 +2130,36 @@
|
|
|
2132
2130
|
font-family: "Calibri";
|
|
2133
2131
|
}
|
|
2134
2132
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2135
|
-
font-family: "
|
|
2133
|
+
font-family: "Comic Sans MS";
|
|
2136
2134
|
}
|
|
2137
2135
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2138
|
-
font-family: "Courier
|
|
2136
|
+
font-family: "Courier";
|
|
2139
2137
|
}
|
|
2140
2138
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2141
|
-
font-family: "
|
|
2139
|
+
font-family: "Courier New";
|
|
2142
2140
|
}
|
|
2143
2141
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2144
|
-
font-family: "
|
|
2142
|
+
font-family: "Din Condensed";
|
|
2145
2143
|
}
|
|
2146
2144
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2147
|
-
font-family: "
|
|
2145
|
+
font-family: "Georgia";
|
|
2148
2146
|
}
|
|
2149
2147
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2150
|
-
font-family: "Helvetica
|
|
2148
|
+
font-family: "Helvetica";
|
|
2151
2149
|
}
|
|
2152
2150
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2153
|
-
font-family: "
|
|
2151
|
+
font-family: "Helvetica New";
|
|
2154
2152
|
}
|
|
2155
2153
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2156
|
-
font-family: "
|
|
2154
|
+
font-family: "Roboto";
|
|
2157
2155
|
}
|
|
2158
2156
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2159
|
-
font-family: "
|
|
2157
|
+
font-family: "Tahoma";
|
|
2160
2158
|
}
|
|
2161
2159
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2160
|
+
font-family: "Times New Roman";
|
|
2161
|
+
}
|
|
2162
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2162
2163
|
font-family: "Verdana";
|
|
2163
2164
|
}
|
|
2164
2165
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3046,6 +3047,15 @@
|
|
|
3046
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 {
|
|
3047
3048
|
border-left-color: #ccc;
|
|
3048
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: #ccc;
|
|
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: #ccc;
|
|
3058
|
+
}
|
|
3049
3059
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3050
3060
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3051
3061
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
|
|
21
|
-
@import 'bootstrap-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap.scss';
|
|
@@ -732,9 +732,6 @@
|
|
|
732
732
|
display: inline-table;
|
|
733
733
|
padding-top: 3px;
|
|
734
734
|
}
|
|
735
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
736
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
737
|
-
}
|
|
738
735
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
739
736
|
font-size: 18px;
|
|
740
737
|
line-height: 21px;
|
|
@@ -751,9 +748,6 @@
|
|
|
751
748
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
752
749
|
margin-top: 10px;
|
|
753
750
|
}
|
|
754
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
755
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
756
|
-
}
|
|
757
751
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
758
752
|
font-size: 18px;
|
|
759
753
|
line-height: 21px;
|
|
@@ -1728,6 +1722,19 @@
|
|
|
1728
1722
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1729
1723
|
right: 0;
|
|
1730
1724
|
}
|
|
1725
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1726
|
+
border-left-color: transparent;
|
|
1727
|
+
}
|
|
1728
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1729
|
+
border-left: 1px solid #dee2e6;
|
|
1730
|
+
border-right: none;
|
|
1731
|
+
left: 0.5px;
|
|
1732
|
+
}
|
|
1733
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1734
|
+
border-left: none;
|
|
1735
|
+
border-right: 1px solid #dee2e6;
|
|
1736
|
+
right: 0.5px;
|
|
1737
|
+
}
|
|
1731
1738
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1732
1739
|
position: relative;
|
|
1733
1740
|
}
|
|
@@ -2029,9 +2036,6 @@
|
|
|
2029
2036
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2030
2037
|
text-align: left;
|
|
2031
2038
|
}
|
|
2032
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2033
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2034
|
-
}
|
|
2035
2039
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2036
2040
|
font-size: 18px;
|
|
2037
2041
|
line-height: 31px;
|
|
@@ -2049,9 +2053,6 @@
|
|
|
2049
2053
|
line-height: 24px;
|
|
2050
2054
|
margin-bottom: 4px;
|
|
2051
2055
|
}
|
|
2052
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2053
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2054
|
-
}
|
|
2055
2056
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2056
2057
|
font-size: 18px;
|
|
2057
2058
|
line-height: 21px;
|
|
@@ -2068,9 +2069,6 @@
|
|
|
2068
2069
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2069
2070
|
margin-top: 10px;
|
|
2070
2071
|
}
|
|
2071
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2072
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2073
|
-
}
|
|
2074
2072
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2075
2073
|
font-size: 18px;
|
|
2076
2074
|
line-height: 21px;
|
|
@@ -2180,33 +2178,36 @@
|
|
|
2180
2178
|
font-family: "Calibri";
|
|
2181
2179
|
}
|
|
2182
2180
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2183
|
-
font-family: "
|
|
2181
|
+
font-family: "Comic Sans MS";
|
|
2184
2182
|
}
|
|
2185
2183
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2186
|
-
font-family: "Courier
|
|
2184
|
+
font-family: "Courier";
|
|
2187
2185
|
}
|
|
2188
2186
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2189
|
-
font-family: "
|
|
2187
|
+
font-family: "Courier New";
|
|
2190
2188
|
}
|
|
2191
2189
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2192
|
-
font-family: "
|
|
2190
|
+
font-family: "Din Condensed";
|
|
2193
2191
|
}
|
|
2194
2192
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2195
|
-
font-family: "
|
|
2193
|
+
font-family: "Georgia";
|
|
2196
2194
|
}
|
|
2197
2195
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2198
|
-
font-family: "Helvetica
|
|
2196
|
+
font-family: "Helvetica";
|
|
2199
2197
|
}
|
|
2200
2198
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2201
|
-
font-family: "
|
|
2199
|
+
font-family: "Helvetica New";
|
|
2202
2200
|
}
|
|
2203
2201
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2204
|
-
font-family: "
|
|
2202
|
+
font-family: "Roboto";
|
|
2205
2203
|
}
|
|
2206
2204
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2207
|
-
font-family: "
|
|
2205
|
+
font-family: "Tahoma";
|
|
2208
2206
|
}
|
|
2209
2207
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2208
|
+
font-family: "Times New Roman";
|
|
2209
|
+
}
|
|
2210
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2210
2211
|
font-family: "Verdana";
|
|
2211
2212
|
}
|
|
2212
2213
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3113,6 +3114,15 @@
|
|
|
3113
3114
|
.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 {
|
|
3114
3115
|
border-left-color: #adb5bd;
|
|
3115
3116
|
}
|
|
3117
|
+
.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 {
|
|
3118
|
+
border-left-color: transparent;
|
|
3119
|
+
}
|
|
3120
|
+
.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 {
|
|
3121
|
+
border-left-color: #adb5bd;
|
|
3122
|
+
}
|
|
3123
|
+
.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 {
|
|
3124
|
+
border-right-color: #adb5bd;
|
|
3125
|
+
}
|
|
3116
3126
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3117
3127
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3118
3128
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap4-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap4-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap4-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap4-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap4-definition.scss';
|
|
21
|
-
@import 'bootstrap4-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap4.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap4.scss';
|
|
@@ -739,9 +739,6 @@
|
|
|
739
739
|
.e-spreadsheet .e-dlg-header-content {
|
|
740
740
|
padding: 12px;
|
|
741
741
|
}
|
|
742
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
743
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
744
|
-
}
|
|
745
742
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
746
743
|
font-size: 18px;
|
|
747
744
|
line-height: 21px;
|
|
@@ -758,9 +755,6 @@
|
|
|
758
755
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
759
756
|
margin-top: 10px;
|
|
760
757
|
}
|
|
761
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
762
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
763
|
-
}
|
|
764
758
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
765
759
|
font-size: 18px;
|
|
766
760
|
line-height: 21px;
|
|
@@ -1710,6 +1704,19 @@
|
|
|
1710
1704
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1711
1705
|
right: 0;
|
|
1712
1706
|
}
|
|
1707
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1708
|
+
border-left-color: transparent;
|
|
1709
|
+
}
|
|
1710
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1711
|
+
border-left: 1px solid #444c54;
|
|
1712
|
+
border-right: none;
|
|
1713
|
+
left: 0.5px;
|
|
1714
|
+
}
|
|
1715
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1716
|
+
border-left: none;
|
|
1717
|
+
border-right: 1px solid #444c54;
|
|
1718
|
+
right: 0.5px;
|
|
1719
|
+
}
|
|
1713
1720
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1714
1721
|
position: relative;
|
|
1715
1722
|
}
|
|
@@ -2013,9 +2020,6 @@
|
|
|
2013
2020
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2014
2021
|
text-align: left;
|
|
2015
2022
|
}
|
|
2016
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2017
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
|
-
}
|
|
2019
2023
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2020
2024
|
font-size: 18px;
|
|
2021
2025
|
line-height: 31px;
|
|
@@ -2033,9 +2037,6 @@
|
|
|
2033
2037
|
line-height: 24px;
|
|
2034
2038
|
margin-bottom: 4px;
|
|
2035
2039
|
}
|
|
2036
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2037
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2038
|
-
}
|
|
2039
2040
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2040
2041
|
font-size: 18px;
|
|
2041
2042
|
line-height: 21px;
|
|
@@ -2052,9 +2053,6 @@
|
|
|
2052
2053
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2053
2054
|
margin-top: 10px;
|
|
2054
2055
|
}
|
|
2055
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2056
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2057
|
-
}
|
|
2058
2056
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2059
2057
|
font-size: 18px;
|
|
2060
2058
|
line-height: 21px;
|
|
@@ -2164,33 +2162,36 @@
|
|
|
2164
2162
|
font-family: "Calibri";
|
|
2165
2163
|
}
|
|
2166
2164
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2167
|
-
font-family: "
|
|
2165
|
+
font-family: "Comic Sans MS";
|
|
2168
2166
|
}
|
|
2169
2167
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2170
|
-
font-family: "Courier
|
|
2168
|
+
font-family: "Courier";
|
|
2171
2169
|
}
|
|
2172
2170
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2173
|
-
font-family: "
|
|
2171
|
+
font-family: "Courier New";
|
|
2174
2172
|
}
|
|
2175
2173
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2176
|
-
font-family: "
|
|
2174
|
+
font-family: "Din Condensed";
|
|
2177
2175
|
}
|
|
2178
2176
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2179
|
-
font-family: "
|
|
2177
|
+
font-family: "Georgia";
|
|
2180
2178
|
}
|
|
2181
2179
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2182
|
-
font-family: "Helvetica
|
|
2180
|
+
font-family: "Helvetica";
|
|
2183
2181
|
}
|
|
2184
2182
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2185
|
-
font-family: "
|
|
2183
|
+
font-family: "Helvetica New";
|
|
2186
2184
|
}
|
|
2187
2185
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2188
|
-
font-family: "
|
|
2186
|
+
font-family: "Roboto";
|
|
2189
2187
|
}
|
|
2190
2188
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2191
|
-
font-family: "
|
|
2189
|
+
font-family: "Tahoma";
|
|
2192
2190
|
}
|
|
2193
2191
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2192
|
+
font-family: "Times New Roman";
|
|
2193
|
+
}
|
|
2194
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2194
2195
|
font-family: "Verdana";
|
|
2195
2196
|
}
|
|
2196
2197
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3116,6 +3117,15 @@
|
|
|
3116
3117
|
.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 {
|
|
3117
3118
|
border-left-color: #32373d;
|
|
3118
3119
|
}
|
|
3120
|
+
.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 {
|
|
3121
|
+
border-left-color: transparent;
|
|
3122
|
+
}
|
|
3123
|
+
.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 {
|
|
3124
|
+
border-left-color: #32373d;
|
|
3125
|
+
}
|
|
3126
|
+
.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 {
|
|
3127
|
+
border-right-color: #32373d;
|
|
3128
|
+
}
|
|
3119
3129
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3120
3130
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3121
3131
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/switch/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/tab/bootstrap5-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/menu/bootstrap5-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/bootstrap5-dark-definition.scss';
|
|
11
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap5-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap5-dark-definition.scss';
|
|
15
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap5-dark-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap5-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap5-dark-definition.scss';
|
|
20
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
21
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap5-dark.scss';
|
|
@@ -739,9 +739,6 @@
|
|
|
739
739
|
.e-spreadsheet .e-dlg-header-content {
|
|
740
740
|
padding: 12px;
|
|
741
741
|
}
|
|
742
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
743
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
744
|
-
}
|
|
745
742
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
746
743
|
font-size: 18px;
|
|
747
744
|
line-height: 21px;
|
|
@@ -758,9 +755,6 @@
|
|
|
758
755
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
759
756
|
margin-top: 10px;
|
|
760
757
|
}
|
|
761
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
762
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
763
|
-
}
|
|
764
758
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
765
759
|
font-size: 18px;
|
|
766
760
|
line-height: 21px;
|
|
@@ -1710,6 +1704,19 @@
|
|
|
1710
1704
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1711
1705
|
right: 0;
|
|
1712
1706
|
}
|
|
1707
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1708
|
+
border-left-color: transparent;
|
|
1709
|
+
}
|
|
1710
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1711
|
+
border-left: 1px solid #dee2e6;
|
|
1712
|
+
border-right: none;
|
|
1713
|
+
left: 0.5px;
|
|
1714
|
+
}
|
|
1715
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1716
|
+
border-left: none;
|
|
1717
|
+
border-right: 1px solid #dee2e6;
|
|
1718
|
+
right: 0.5px;
|
|
1719
|
+
}
|
|
1713
1720
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1714
1721
|
position: relative;
|
|
1715
1722
|
}
|
|
@@ -2013,9 +2020,6 @@
|
|
|
2013
2020
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2014
2021
|
text-align: left;
|
|
2015
2022
|
}
|
|
2016
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2017
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
|
-
}
|
|
2019
2023
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2020
2024
|
font-size: 18px;
|
|
2021
2025
|
line-height: 31px;
|
|
@@ -2033,9 +2037,6 @@
|
|
|
2033
2037
|
line-height: 24px;
|
|
2034
2038
|
margin-bottom: 4px;
|
|
2035
2039
|
}
|
|
2036
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2037
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2038
|
-
}
|
|
2039
2040
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2040
2041
|
font-size: 18px;
|
|
2041
2042
|
line-height: 21px;
|
|
@@ -2052,9 +2053,6 @@
|
|
|
2052
2053
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2053
2054
|
margin-top: 10px;
|
|
2054
2055
|
}
|
|
2055
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2056
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2057
|
-
}
|
|
2058
2056
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2059
2057
|
font-size: 18px;
|
|
2060
2058
|
line-height: 21px;
|
|
@@ -2164,33 +2162,36 @@
|
|
|
2164
2162
|
font-family: "Calibri";
|
|
2165
2163
|
}
|
|
2166
2164
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2167
|
-
font-family: "
|
|
2165
|
+
font-family: "Comic Sans MS";
|
|
2168
2166
|
}
|
|
2169
2167
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2170
|
-
font-family: "Courier
|
|
2168
|
+
font-family: "Courier";
|
|
2171
2169
|
}
|
|
2172
2170
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2173
|
-
font-family: "
|
|
2171
|
+
font-family: "Courier New";
|
|
2174
2172
|
}
|
|
2175
2173
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2176
|
-
font-family: "
|
|
2174
|
+
font-family: "Din Condensed";
|
|
2177
2175
|
}
|
|
2178
2176
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2179
|
-
font-family: "
|
|
2177
|
+
font-family: "Georgia";
|
|
2180
2178
|
}
|
|
2181
2179
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2182
|
-
font-family: "Helvetica
|
|
2180
|
+
font-family: "Helvetica";
|
|
2183
2181
|
}
|
|
2184
2182
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2185
|
-
font-family: "
|
|
2183
|
+
font-family: "Helvetica New";
|
|
2186
2184
|
}
|
|
2187
2185
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2188
|
-
font-family: "
|
|
2186
|
+
font-family: "Roboto";
|
|
2189
2187
|
}
|
|
2190
2188
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2191
|
-
font-family: "
|
|
2189
|
+
font-family: "Tahoma";
|
|
2192
2190
|
}
|
|
2193
2191
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2192
|
+
font-family: "Times New Roman";
|
|
2193
|
+
}
|
|
2194
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2194
2195
|
font-family: "Verdana";
|
|
2195
2196
|
}
|
|
2196
2197
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3116,6 +3117,15 @@
|
|
|
3116
3117
|
.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 {
|
|
3117
3118
|
border-left-color: #c7ced4;
|
|
3118
3119
|
}
|
|
3120
|
+
.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 {
|
|
3121
|
+
border-left-color: transparent;
|
|
3122
|
+
}
|
|
3123
|
+
.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 {
|
|
3124
|
+
border-left-color: #c7ced4;
|
|
3125
|
+
}
|
|
3126
|
+
.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 {
|
|
3127
|
+
border-right-color: #c7ced4;
|
|
3128
|
+
}
|
|
3119
3129
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3120
3130
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3121
3131
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap5-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap5-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap5-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap5-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap5-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap5-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap5-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap5-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap5-definition.scss';
|
|
21
|
-
@import 'bootstrap5-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap5.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap5.scss';
|