@syncfusion/ej2-angular-spreadsheet 20.2.43 → 20.2.45-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 +1220 -0
- package/dist/ej2-angular-spreadsheet.umd.js +1585 -0
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
- package/ej2-angular-spreadsheet.d.ts +5 -0
- package/ej2-angular-spreadsheet.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/spreadsheet/cells.directive.d.ts +0 -5
- package/src/spreadsheet/chart.directive.d.ts +0 -5
- package/src/spreadsheet/columns.directive.d.ts +0 -5
- package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
- package/src/spreadsheet/definednames.directive.d.ts +0 -5
- package/src/spreadsheet/image.directive.d.ts +0 -5
- package/src/spreadsheet/ranges.directive.d.ts +0 -5
- package/src/spreadsheet/rows.directive.d.ts +0 -5
- package/src/spreadsheet/sheets.directive.d.ts +0 -5
- package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
- package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
- package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
- package/styles/bootstrap-dark.css +42 -40
- package/styles/bootstrap.css +42 -40
- package/styles/bootstrap4.css +42 -40
- package/styles/bootstrap5-dark.css +43 -44
- package/styles/bootstrap5.css +43 -44
- package/styles/fabric-dark.css +42 -40
- package/styles/fabric.css +42 -40
- package/styles/fluent-dark.css +47 -45
- package/styles/fluent.css +47 -45
- package/styles/highcontrast-light.css +42 -40
- package/styles/highcontrast.css +42 -40
- package/styles/material-dark.css +44 -40
- package/styles/material.css +43 -39
- package/styles/ribbon/bootstrap-dark.css +1 -1
- package/styles/ribbon/bootstrap-dark.scss +1 -4
- package/styles/ribbon/bootstrap.css +1 -1
- package/styles/ribbon/bootstrap.scss +1 -4
- package/styles/ribbon/bootstrap4.css +1 -1
- package/styles/ribbon/bootstrap4.scss +1 -4
- package/styles/ribbon/bootstrap5-dark.css +1 -1
- package/styles/ribbon/bootstrap5-dark.scss +1 -4
- package/styles/ribbon/bootstrap5.css +1 -1
- package/styles/ribbon/bootstrap5.scss +1 -4
- package/styles/ribbon/fabric-dark.css +1 -1
- package/styles/ribbon/fabric-dark.scss +1 -4
- package/styles/ribbon/fabric.css +1 -1
- package/styles/ribbon/fabric.scss +1 -4
- package/styles/ribbon/fluent-dark.css +1 -1
- package/styles/ribbon/fluent-dark.scss +1 -4
- package/styles/ribbon/fluent.css +1 -1
- package/styles/ribbon/fluent.scss +1 -4
- package/styles/ribbon/highcontrast-light.css +1 -1
- package/styles/ribbon/highcontrast-light.scss +1 -3
- package/styles/ribbon/highcontrast.css +1 -1
- package/styles/ribbon/highcontrast.scss +1 -4
- package/styles/ribbon/material-dark.css +1 -1
- package/styles/ribbon/material-dark.scss +1 -4
- package/styles/ribbon/material.css +1 -1
- package/styles/ribbon/material.scss +1 -4
- package/styles/ribbon/tailwind-dark.css +1 -1
- package/styles/ribbon/tailwind-dark.scss +1 -4
- package/styles/ribbon/tailwind.css +1 -1
- package/styles/ribbon/tailwind.scss +1 -4
- package/styles/spreadsheet/bootstrap-dark.css +41 -39
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +41 -39
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +41 -39
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +42 -43
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +42 -43
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +41 -39
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +41 -39
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +46 -44
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +46 -44
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +41 -39
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +41 -39
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +43 -39
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +42 -38
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +42 -40
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +42 -40
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +43 -41
- package/styles/tailwind.css +43 -41
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -14
- package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
- package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
- package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
- package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
- package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/styles/ribbon/_all.scss +0 -2
- package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
- package/styles/ribbon/_bootstrap-definition.scss +0 -12
- package/styles/ribbon/_bootstrap4-definition.scss +0 -13
- package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
- package/styles/ribbon/_bootstrap5-definition.scss +0 -14
- package/styles/ribbon/_fabric-dark-definition.scss +0 -14
- package/styles/ribbon/_fabric-definition.scss +0 -14
- package/styles/ribbon/_fluent-dark-definition.scss +0 -1
- package/styles/ribbon/_fluent-definition.scss +0 -14
- package/styles/ribbon/_fusionnew-definition.scss +0 -14
- package/styles/ribbon/_highcontrast-definition.scss +0 -12
- package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
- package/styles/ribbon/_layout.scss +0 -241
- package/styles/ribbon/_material-dark-definition.scss +0 -15
- package/styles/ribbon/_material-definition.scss +0 -12
- package/styles/ribbon/_material3-definition.scss +0 -15
- package/styles/ribbon/_mixin.scss +0 -89
- package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
- package/styles/ribbon/_tailwind-definition.scss +0 -13
- package/styles/ribbon/_theme.scss +0 -115
- package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
- package/styles/ribbon/icons/_bootstrap.scss +0 -15
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
- package/styles/ribbon/icons/_bootstrap5.scss +0 -15
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_fluent-dark.scss +0 -1
- package/styles/ribbon/icons/_fluent.scss +0 -15
- package/styles/ribbon/icons/_fusionnew.scss +0 -15
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/icons/_material-dark.scss +0 -15
- package/styles/ribbon/icons/_material.scss +0 -15
- package/styles/ribbon/icons/_material3.scss +0 -15
- package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
- package/styles/ribbon/icons/_tailwind.scss +0 -15
- package/styles/spreadsheet/_all.scss +0 -2
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -149
- package/styles/spreadsheet/_bootstrap-definition.scss +0 -149
- package/styles/spreadsheet/_bootstrap4-definition.scss +0 -148
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +0 -151
- package/styles/spreadsheet/_fabric-dark-definition.scss +0 -146
- package/styles/spreadsheet/_fabric-definition.scss +0 -146
- package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet/_fluent-definition.scss +0 -151
- package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
- package/styles/spreadsheet/_highcontrast-definition.scss +0 -146
- package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
- package/styles/spreadsheet/_layout.scss +0 -2982
- package/styles/spreadsheet/_material-dark-definition.scss +0 -149
- package/styles/spreadsheet/_material-definition.scss +0 -147
- package/styles/spreadsheet/_material3-definition.scss +0 -151
- package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet/_tailwind-definition.scss +0 -153
- package/styles/spreadsheet/_theme.scss +0 -1361
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
- package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
- package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
- package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
- package/styles/spreadsheet/icons/_fabric.scss +0 -994
- package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
- package/styles/spreadsheet/icons/_fluent.scss +0 -996
- package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
- package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
- package/styles/spreadsheet/icons/_material-dark.scss +0 -993
- package/styles/spreadsheet/icons/_material.scss +0 -995
- package/styles/spreadsheet/icons/_material3.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind.scss +0 -996
- package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/*! Horizontal Tab */
|
|
2
2
|
/*! Bootstrap specific themes definition's */
|
|
3
3
|
/*! Vertical Tab */
|
|
4
|
-
/* stylelint-disable */
|
|
5
4
|
.e-popup.e-ddl {
|
|
6
5
|
border-radius: 4px;
|
|
7
6
|
box-shadow: none;
|
|
@@ -722,8 +721,8 @@
|
|
|
722
721
|
margin-bottom: 4px;
|
|
723
722
|
}
|
|
724
723
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
725
|
-
height: 510px !important;
|
|
726
|
-
width: 530px !important;
|
|
724
|
+
height: 510px !important;
|
|
725
|
+
width: 530px !important;
|
|
727
726
|
}
|
|
728
727
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
729
728
|
padding: 0;
|
|
@@ -733,7 +732,7 @@
|
|
|
733
732
|
padding-top: 3px;
|
|
734
733
|
}
|
|
735
734
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
736
|
-
left: 0 !important;
|
|
735
|
+
left: 0 !important;
|
|
737
736
|
}
|
|
738
737
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
739
738
|
font-size: 18px;
|
|
@@ -752,7 +751,7 @@
|
|
|
752
751
|
margin-top: 10px;
|
|
753
752
|
}
|
|
754
753
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
755
|
-
left: 0 !important;
|
|
754
|
+
left: 0 !important;
|
|
756
755
|
}
|
|
757
756
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
758
757
|
font-size: 18px;
|
|
@@ -770,10 +769,10 @@
|
|
|
770
769
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
771
770
|
margin-top: 10px;
|
|
772
771
|
}
|
|
773
|
-
.e-spreadsheet .e-goto-dlg {
|
|
772
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
774
773
|
height: auto;
|
|
775
774
|
}
|
|
776
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
775
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
777
776
|
font-weight: bold;
|
|
778
777
|
padding-top: 7px;
|
|
779
778
|
}
|
|
@@ -913,7 +912,7 @@
|
|
|
913
912
|
display: none;
|
|
914
913
|
}
|
|
915
914
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
916
|
-
width: 100% !important;
|
|
915
|
+
width: 100% !important;
|
|
917
916
|
}
|
|
918
917
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
919
918
|
display: none;
|
|
@@ -1148,8 +1147,8 @@
|
|
|
1148
1147
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1149
1148
|
background-color: #007bff;
|
|
1150
1149
|
cursor: ns-resize;
|
|
1150
|
+
left: 50%;
|
|
1151
1151
|
position: absolute;
|
|
1152
|
-
right: 50%;
|
|
1153
1152
|
top: 0;
|
|
1154
1153
|
transform: translate(-50%, -50%);
|
|
1155
1154
|
}
|
|
@@ -1164,8 +1163,8 @@
|
|
|
1164
1163
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1165
1164
|
background-color: #007bff;
|
|
1166
1165
|
cursor: ns-resize;
|
|
1166
|
+
left: 50%;
|
|
1167
1167
|
position: absolute;
|
|
1168
|
-
right: 50%;
|
|
1169
1168
|
top: 100%;
|
|
1170
1169
|
transform: translate(-50%, -50%);
|
|
1171
1170
|
}
|
|
@@ -1285,14 +1284,14 @@
|
|
|
1285
1284
|
}
|
|
1286
1285
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1287
1286
|
height: 100%;
|
|
1288
|
-
position: initial !important;
|
|
1287
|
+
position: initial !important;
|
|
1289
1288
|
width: 100%;
|
|
1290
1289
|
}
|
|
1291
1290
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1292
1291
|
height: 100%;
|
|
1293
1292
|
overflow: hidden;
|
|
1294
1293
|
padding: 4px;
|
|
1295
|
-
position: initial !important;
|
|
1294
|
+
position: initial !important;
|
|
1296
1295
|
width: 100%;
|
|
1297
1296
|
}
|
|
1298
1297
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1423,7 +1422,7 @@
|
|
|
1423
1422
|
margin-right: 8px;
|
|
1424
1423
|
}
|
|
1425
1424
|
.e-spreadsheet .e-hide {
|
|
1426
|
-
display: none !important;
|
|
1425
|
+
display: none !important;
|
|
1427
1426
|
}
|
|
1428
1427
|
.e-spreadsheet .e-selection {
|
|
1429
1428
|
border-style: solid;
|
|
@@ -1540,7 +1539,7 @@
|
|
|
1540
1539
|
text-align: right;
|
|
1541
1540
|
}
|
|
1542
1541
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1543
|
-
font-weight:
|
|
1542
|
+
font-weight: 400;
|
|
1544
1543
|
padding-bottom: 0;
|
|
1545
1544
|
padding-top: 0;
|
|
1546
1545
|
}
|
|
@@ -1572,17 +1571,17 @@
|
|
|
1572
1571
|
font-size: 16px;
|
|
1573
1572
|
}
|
|
1574
1573
|
.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 {
|
|
1575
|
-
font-size: 30px !important;
|
|
1574
|
+
font-size: 30px !important;
|
|
1576
1575
|
margin-right: 5px;
|
|
1577
1576
|
padding: 0 5px;
|
|
1578
1577
|
width: 30px;
|
|
1579
1578
|
}
|
|
1580
1579
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1581
|
-
font-size: 18px !important;
|
|
1580
|
+
font-size: 18px !important;
|
|
1582
1581
|
margin-right: 5px;
|
|
1583
1582
|
}
|
|
1584
1583
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1585
|
-
font-size: 18px !important;
|
|
1584
|
+
font-size: 18px !important;
|
|
1586
1585
|
margin-right: -5px;
|
|
1587
1586
|
}
|
|
1588
1587
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1767,7 +1766,7 @@
|
|
|
1767
1766
|
}
|
|
1768
1767
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1769
1768
|
border: 0;
|
|
1770
|
-
box-shadow: none !important;
|
|
1769
|
+
box-shadow: none !important;
|
|
1771
1770
|
}
|
|
1772
1771
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1773
1772
|
bottom: 5px;
|
|
@@ -1917,7 +1916,7 @@
|
|
|
1917
1916
|
}
|
|
1918
1917
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1919
1918
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1920
|
-
max-height: 640px !important;
|
|
1919
|
+
max-height: 640px !important;
|
|
1921
1920
|
}
|
|
1922
1921
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1923
1922
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -2030,7 +2029,7 @@
|
|
|
2030
2029
|
text-align: left;
|
|
2031
2030
|
}
|
|
2032
2031
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2033
|
-
left: 0 !important;
|
|
2032
|
+
left: 0 !important;
|
|
2034
2033
|
}
|
|
2035
2034
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2036
2035
|
font-size: 18px;
|
|
@@ -2050,7 +2049,7 @@
|
|
|
2050
2049
|
margin-bottom: 4px;
|
|
2051
2050
|
}
|
|
2052
2051
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2053
|
-
left: 0 !important;
|
|
2052
|
+
left: 0 !important;
|
|
2054
2053
|
}
|
|
2055
2054
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2056
2055
|
font-size: 18px;
|
|
@@ -2069,7 +2068,7 @@
|
|
|
2069
2068
|
margin-top: 10px;
|
|
2070
2069
|
}
|
|
2071
2070
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2072
|
-
left: 0 !important;
|
|
2071
|
+
left: 0 !important;
|
|
2073
2072
|
}
|
|
2074
2073
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2075
2074
|
font-size: 18px;
|
|
@@ -2100,7 +2099,7 @@
|
|
|
2100
2099
|
height: 18px;
|
|
2101
2100
|
margin-right: -1px;
|
|
2102
2101
|
padding: 0;
|
|
2103
|
-
position:
|
|
2102
|
+
position: absolute;
|
|
2104
2103
|
right: 0;
|
|
2105
2104
|
width: 20px;
|
|
2106
2105
|
z-index: 2;
|
|
@@ -2111,7 +2110,7 @@
|
|
|
2111
2110
|
}
|
|
2112
2111
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2113
2112
|
box-shadow: none;
|
|
2114
|
-
width: 270px !important;
|
|
2113
|
+
width: 270px !important;
|
|
2115
2114
|
}
|
|
2116
2115
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2117
2116
|
display: -ms-flexbox;
|
|
@@ -2180,33 +2179,36 @@
|
|
|
2180
2179
|
font-family: "Calibri";
|
|
2181
2180
|
}
|
|
2182
2181
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2183
|
-
font-family: "
|
|
2182
|
+
font-family: "Comic Sans MS";
|
|
2184
2183
|
}
|
|
2185
2184
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2186
|
-
font-family: "Courier
|
|
2185
|
+
font-family: "Courier";
|
|
2187
2186
|
}
|
|
2188
2187
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2189
|
-
font-family: "
|
|
2188
|
+
font-family: "Courier New";
|
|
2190
2189
|
}
|
|
2191
2190
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2192
|
-
font-family: "
|
|
2191
|
+
font-family: "Din Condensed";
|
|
2193
2192
|
}
|
|
2194
2193
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2195
|
-
font-family: "
|
|
2194
|
+
font-family: "Georgia";
|
|
2196
2195
|
}
|
|
2197
2196
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2198
|
-
font-family: "Helvetica
|
|
2197
|
+
font-family: "Helvetica";
|
|
2199
2198
|
}
|
|
2200
2199
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2201
|
-
font-family: "
|
|
2200
|
+
font-family: "Helvetica New";
|
|
2202
2201
|
}
|
|
2203
2202
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2204
|
-
font-family: "
|
|
2203
|
+
font-family: "Roboto";
|
|
2205
2204
|
}
|
|
2206
2205
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2207
|
-
font-family: "
|
|
2206
|
+
font-family: "Tahoma";
|
|
2208
2207
|
}
|
|
2209
2208
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2209
|
+
font-family: "Times New Roman";
|
|
2210
|
+
}
|
|
2211
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2210
2212
|
font-family: "Verdana";
|
|
2211
2213
|
}
|
|
2212
2214
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2492,7 +2494,7 @@
|
|
|
2492
2494
|
}
|
|
2493
2495
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2494
2496
|
font-size: 16px;
|
|
2495
|
-
font-weight:
|
|
2497
|
+
font-weight: 400;
|
|
2496
2498
|
}
|
|
2497
2499
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2498
2500
|
overflow: hidden;
|
|
@@ -2722,7 +2724,7 @@
|
|
|
2722
2724
|
}
|
|
2723
2725
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2724
2726
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2725
|
-
width: 590px !important;
|
|
2727
|
+
width: 590px !important;
|
|
2726
2728
|
}
|
|
2727
2729
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2728
2730
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2743,12 +2745,12 @@
|
|
|
2743
2745
|
height: 59px;
|
|
2744
2746
|
width: 389px;
|
|
2745
2747
|
}
|
|
2746
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2747
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2748
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2749
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2748
2750
|
height: auto;
|
|
2749
2751
|
}
|
|
2750
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2751
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2752
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2753
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2752
2754
|
font-size: 12px;
|
|
2753
2755
|
}
|
|
2754
2756
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/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';
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
2
|
-
/* stylelint-disable */
|
|
3
|
-
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
4
|
-
/* stylelint-disable */
|
|
1
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
5
2
|
/*! Horizontal Tab */
|
|
6
3
|
/*! Bootstrap specific themes definition's */
|
|
7
4
|
/*! Vertical Tab */
|
|
8
5
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
9
|
-
/* stylelint-disable */
|
|
10
6
|
.e-popup.e-ddl {
|
|
11
7
|
border-radius: 4px;
|
|
12
8
|
box-shadow: none;
|
|
@@ -726,8 +722,8 @@
|
|
|
726
722
|
margin-bottom: 4px;
|
|
727
723
|
}
|
|
728
724
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
729
|
-
height: 510px !important;
|
|
730
|
-
width: 530px !important;
|
|
725
|
+
height: 510px !important;
|
|
726
|
+
width: 530px !important;
|
|
731
727
|
}
|
|
732
728
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
733
729
|
padding: 0;
|
|
@@ -740,7 +736,7 @@
|
|
|
740
736
|
padding: 12px;
|
|
741
737
|
}
|
|
742
738
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
743
|
-
left: 0 !important;
|
|
739
|
+
left: 0 !important;
|
|
744
740
|
}
|
|
745
741
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
746
742
|
font-size: 18px;
|
|
@@ -759,7 +755,7 @@
|
|
|
759
755
|
margin-top: 10px;
|
|
760
756
|
}
|
|
761
757
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
762
|
-
left: 0 !important;
|
|
758
|
+
left: 0 !important;
|
|
763
759
|
}
|
|
764
760
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
765
761
|
font-size: 18px;
|
|
@@ -777,10 +773,10 @@
|
|
|
777
773
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
778
774
|
margin-top: 10px;
|
|
779
775
|
}
|
|
780
|
-
.e-spreadsheet .e-goto-dlg {
|
|
776
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
781
777
|
height: auto;
|
|
782
778
|
}
|
|
783
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
779
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
784
780
|
font-weight: bold;
|
|
785
781
|
padding-top: 7px;
|
|
786
782
|
}
|
|
@@ -924,7 +920,7 @@
|
|
|
924
920
|
display: none;
|
|
925
921
|
}
|
|
926
922
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
927
|
-
width: 100% !important;
|
|
923
|
+
width: 100% !important;
|
|
928
924
|
}
|
|
929
925
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
930
926
|
display: none;
|
|
@@ -1159,8 +1155,8 @@
|
|
|
1159
1155
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1160
1156
|
background-color: #0d6efd;
|
|
1161
1157
|
cursor: ns-resize;
|
|
1158
|
+
left: 50%;
|
|
1162
1159
|
position: absolute;
|
|
1163
|
-
right: 50%;
|
|
1164
1160
|
top: 0;
|
|
1165
1161
|
transform: translate(-50%, -50%);
|
|
1166
1162
|
}
|
|
@@ -1175,8 +1171,8 @@
|
|
|
1175
1171
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1176
1172
|
background-color: #0d6efd;
|
|
1177
1173
|
cursor: ns-resize;
|
|
1174
|
+
left: 50%;
|
|
1178
1175
|
position: absolute;
|
|
1179
|
-
right: 50%;
|
|
1180
1176
|
top: 100%;
|
|
1181
1177
|
transform: translate(-50%, -50%);
|
|
1182
1178
|
}
|
|
@@ -1296,14 +1292,14 @@
|
|
|
1296
1292
|
}
|
|
1297
1293
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1298
1294
|
height: 100%;
|
|
1299
|
-
position: initial !important;
|
|
1295
|
+
position: initial !important;
|
|
1300
1296
|
width: 100%;
|
|
1301
1297
|
}
|
|
1302
1298
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1303
1299
|
height: 100%;
|
|
1304
1300
|
overflow: hidden;
|
|
1305
1301
|
padding: 4px;
|
|
1306
|
-
position: initial !important;
|
|
1302
|
+
position: initial !important;
|
|
1307
1303
|
width: 100%;
|
|
1308
1304
|
}
|
|
1309
1305
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1421,7 +1417,7 @@
|
|
|
1421
1417
|
margin-right: 8px;
|
|
1422
1418
|
}
|
|
1423
1419
|
.e-spreadsheet .e-hide {
|
|
1424
|
-
display: none !important;
|
|
1420
|
+
display: none !important;
|
|
1425
1421
|
}
|
|
1426
1422
|
.e-spreadsheet .e-selection {
|
|
1427
1423
|
border-style: solid;
|
|
@@ -1538,7 +1534,7 @@
|
|
|
1538
1534
|
text-align: right;
|
|
1539
1535
|
}
|
|
1540
1536
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1541
|
-
font-weight:
|
|
1537
|
+
font-weight: 400;
|
|
1542
1538
|
padding-bottom: 0;
|
|
1543
1539
|
padding-top: 0;
|
|
1544
1540
|
}
|
|
@@ -1562,17 +1558,17 @@
|
|
|
1562
1558
|
font-size: 18px;
|
|
1563
1559
|
}
|
|
1564
1560
|
.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 {
|
|
1565
|
-
font-size: 30px !important;
|
|
1561
|
+
font-size: 30px !important;
|
|
1566
1562
|
margin-right: 5px;
|
|
1567
1563
|
padding: 0 5px;
|
|
1568
1564
|
width: 30px;
|
|
1569
1565
|
}
|
|
1570
1566
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1571
|
-
font-size: 18px !important;
|
|
1567
|
+
font-size: 18px !important;
|
|
1572
1568
|
margin-right: 5px;
|
|
1573
1569
|
}
|
|
1574
1570
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1575
|
-
font-size: 18px !important;
|
|
1571
|
+
font-size: 18px !important;
|
|
1576
1572
|
margin-right: -5px;
|
|
1577
1573
|
}
|
|
1578
1574
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1749,7 +1745,7 @@
|
|
|
1749
1745
|
}
|
|
1750
1746
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1751
1747
|
border: 0;
|
|
1752
|
-
box-shadow: none !important;
|
|
1748
|
+
box-shadow: none !important;
|
|
1753
1749
|
}
|
|
1754
1750
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1755
1751
|
bottom: 5px;
|
|
@@ -1905,7 +1901,7 @@
|
|
|
1905
1901
|
}
|
|
1906
1902
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1907
1903
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1908
|
-
max-height: 640px !important;
|
|
1904
|
+
max-height: 640px !important;
|
|
1909
1905
|
}
|
|
1910
1906
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1911
1907
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -2014,7 +2010,7 @@
|
|
|
2014
2010
|
text-align: left;
|
|
2015
2011
|
}
|
|
2016
2012
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2017
|
-
left: 0 !important;
|
|
2013
|
+
left: 0 !important;
|
|
2018
2014
|
}
|
|
2019
2015
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2020
2016
|
font-size: 18px;
|
|
@@ -2034,7 +2030,7 @@
|
|
|
2034
2030
|
margin-bottom: 4px;
|
|
2035
2031
|
}
|
|
2036
2032
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2037
|
-
left: 0 !important;
|
|
2033
|
+
left: 0 !important;
|
|
2038
2034
|
}
|
|
2039
2035
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2040
2036
|
font-size: 18px;
|
|
@@ -2053,7 +2049,7 @@
|
|
|
2053
2049
|
margin-top: 10px;
|
|
2054
2050
|
}
|
|
2055
2051
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2056
|
-
left: 0 !important;
|
|
2052
|
+
left: 0 !important;
|
|
2057
2053
|
}
|
|
2058
2054
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2059
2055
|
font-size: 18px;
|
|
@@ -2084,7 +2080,7 @@
|
|
|
2084
2080
|
height: 18px;
|
|
2085
2081
|
margin-right: -1px;
|
|
2086
2082
|
padding: 0;
|
|
2087
|
-
position:
|
|
2083
|
+
position: absolute;
|
|
2088
2084
|
right: 0;
|
|
2089
2085
|
width: 20px;
|
|
2090
2086
|
z-index: 2;
|
|
@@ -2095,7 +2091,7 @@
|
|
|
2095
2091
|
}
|
|
2096
2092
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2097
2093
|
box-shadow: none;
|
|
2098
|
-
width: 270px !important;
|
|
2094
|
+
width: 270px !important;
|
|
2099
2095
|
}
|
|
2100
2096
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2101
2097
|
display: -ms-flexbox;
|
|
@@ -2164,33 +2160,36 @@
|
|
|
2164
2160
|
font-family: "Calibri";
|
|
2165
2161
|
}
|
|
2166
2162
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2167
|
-
font-family: "
|
|
2163
|
+
font-family: "Comic Sans MS";
|
|
2168
2164
|
}
|
|
2169
2165
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2170
|
-
font-family: "Courier
|
|
2166
|
+
font-family: "Courier";
|
|
2171
2167
|
}
|
|
2172
2168
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2173
|
-
font-family: "
|
|
2169
|
+
font-family: "Courier New";
|
|
2174
2170
|
}
|
|
2175
2171
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2176
|
-
font-family: "
|
|
2172
|
+
font-family: "Din Condensed";
|
|
2177
2173
|
}
|
|
2178
2174
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2179
|
-
font-family: "
|
|
2175
|
+
font-family: "Georgia";
|
|
2180
2176
|
}
|
|
2181
2177
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2182
|
-
font-family: "Helvetica
|
|
2178
|
+
font-family: "Helvetica";
|
|
2183
2179
|
}
|
|
2184
2180
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2185
|
-
font-family: "
|
|
2181
|
+
font-family: "Helvetica New";
|
|
2186
2182
|
}
|
|
2187
2183
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2188
|
-
font-family: "
|
|
2184
|
+
font-family: "Roboto";
|
|
2189
2185
|
}
|
|
2190
2186
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2191
|
-
font-family: "
|
|
2187
|
+
font-family: "Tahoma";
|
|
2192
2188
|
}
|
|
2193
2189
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2190
|
+
font-family: "Times New Roman";
|
|
2191
|
+
}
|
|
2192
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2194
2193
|
font-family: "Verdana";
|
|
2195
2194
|
}
|
|
2196
2195
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2476,7 +2475,7 @@
|
|
|
2476
2475
|
}
|
|
2477
2476
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2478
2477
|
font-size: 16px;
|
|
2479
|
-
font-weight:
|
|
2478
|
+
font-weight: 400;
|
|
2480
2479
|
}
|
|
2481
2480
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2482
2481
|
overflow: hidden;
|
|
@@ -2711,7 +2710,7 @@
|
|
|
2711
2710
|
}
|
|
2712
2711
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2713
2712
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2714
|
-
width: 590px !important;
|
|
2713
|
+
width: 590px !important;
|
|
2715
2714
|
}
|
|
2716
2715
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2717
2716
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2732,12 +2731,12 @@
|
|
|
2732
2731
|
height: 50px;
|
|
2733
2732
|
width: 419px;
|
|
2734
2733
|
}
|
|
2735
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2736
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2734
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2735
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2737
2736
|
height: auto;
|
|
2738
2737
|
}
|
|
2739
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2740
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2738
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2739
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2741
2740
|
font-size: 12px;
|
|
2742
2741
|
}
|
|
2743
2742
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
@@ -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';
|