@syncfusion/ej2-angular-spreadsheet 20.2.44 → 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
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
/*! Material specific themes definition's */
|
|
24
24
|
/*! Vertical Tab */
|
|
25
25
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
26
|
-
/* stylelint-disable */
|
|
27
26
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
28
27
|
transform: rotate(0deg);
|
|
29
28
|
transition: transform 300ms ease;
|
|
@@ -691,8 +690,8 @@
|
|
|
691
690
|
margin-bottom: 4px;
|
|
692
691
|
}
|
|
693
692
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
694
|
-
height: 510px !important;
|
|
695
|
-
width: 530px !important;
|
|
693
|
+
height: 510px !important;
|
|
694
|
+
width: 530px !important;
|
|
696
695
|
}
|
|
697
696
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
698
697
|
padding: 0;
|
|
@@ -705,7 +704,7 @@
|
|
|
705
704
|
padding: 18px;
|
|
706
705
|
}
|
|
707
706
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
708
|
-
left: 0 !important;
|
|
707
|
+
left: 0 !important;
|
|
709
708
|
}
|
|
710
709
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
711
710
|
font-size: 18px;
|
|
@@ -724,7 +723,7 @@
|
|
|
724
723
|
margin-top: 10px;
|
|
725
724
|
}
|
|
726
725
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
727
|
-
left: 0 !important;
|
|
726
|
+
left: 0 !important;
|
|
728
727
|
}
|
|
729
728
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
730
729
|
font-size: 18px;
|
|
@@ -742,10 +741,10 @@
|
|
|
742
741
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
743
742
|
margin-top: 10px;
|
|
744
743
|
}
|
|
745
|
-
.e-spreadsheet .e-goto-dlg {
|
|
744
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
746
745
|
height: auto;
|
|
747
746
|
}
|
|
748
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
747
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
749
748
|
font-weight: bold;
|
|
750
749
|
padding-top: 7px;
|
|
751
750
|
}
|
|
@@ -894,7 +893,7 @@
|
|
|
894
893
|
display: none;
|
|
895
894
|
}
|
|
896
895
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
897
|
-
width: 100% !important;
|
|
896
|
+
width: 100% !important;
|
|
898
897
|
}
|
|
899
898
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
900
899
|
display: none;
|
|
@@ -1129,8 +1128,8 @@
|
|
|
1129
1128
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1130
1129
|
background-color: #4f46e5;
|
|
1131
1130
|
cursor: ns-resize;
|
|
1131
|
+
left: 50%;
|
|
1132
1132
|
position: absolute;
|
|
1133
|
-
right: 50%;
|
|
1134
1133
|
top: 0;
|
|
1135
1134
|
transform: translate(-50%, -50%);
|
|
1136
1135
|
}
|
|
@@ -1145,8 +1144,8 @@
|
|
|
1145
1144
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1146
1145
|
background-color: #4f46e5;
|
|
1147
1146
|
cursor: ns-resize;
|
|
1147
|
+
left: 50%;
|
|
1148
1148
|
position: absolute;
|
|
1149
|
-
right: 50%;
|
|
1150
1149
|
top: 100%;
|
|
1151
1150
|
transform: translate(-50%, -50%);
|
|
1152
1151
|
}
|
|
@@ -1267,14 +1266,14 @@
|
|
|
1267
1266
|
}
|
|
1268
1267
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1269
1268
|
height: 100%;
|
|
1270
|
-
position: initial !important;
|
|
1269
|
+
position: initial !important;
|
|
1271
1270
|
width: 100%;
|
|
1272
1271
|
}
|
|
1273
1272
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1274
1273
|
height: 100%;
|
|
1275
1274
|
overflow: hidden;
|
|
1276
1275
|
padding: 4px;
|
|
1277
|
-
position: initial !important;
|
|
1276
|
+
position: initial !important;
|
|
1278
1277
|
width: 100%;
|
|
1279
1278
|
}
|
|
1280
1279
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1395,7 +1394,7 @@
|
|
|
1395
1394
|
margin-right: 8px;
|
|
1396
1395
|
}
|
|
1397
1396
|
.e-spreadsheet .e-hide {
|
|
1398
|
-
display: none !important;
|
|
1397
|
+
display: none !important;
|
|
1399
1398
|
}
|
|
1400
1399
|
.e-spreadsheet .e-selection {
|
|
1401
1400
|
border-style: solid;
|
|
@@ -1512,7 +1511,7 @@
|
|
|
1512
1511
|
text-align: right;
|
|
1513
1512
|
}
|
|
1514
1513
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1515
|
-
font-weight:
|
|
1514
|
+
font-weight: 400;
|
|
1516
1515
|
padding-bottom: 0;
|
|
1517
1516
|
padding-top: 0;
|
|
1518
1517
|
}
|
|
@@ -1541,17 +1540,17 @@
|
|
|
1541
1540
|
font-size: 16px;
|
|
1542
1541
|
}
|
|
1543
1542
|
.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 {
|
|
1544
|
-
font-size: 30px !important;
|
|
1543
|
+
font-size: 30px !important;
|
|
1545
1544
|
margin-right: 5px;
|
|
1546
1545
|
padding: 0 5px;
|
|
1547
1546
|
width: 30px;
|
|
1548
1547
|
}
|
|
1549
1548
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1550
|
-
font-size: 18px !important;
|
|
1549
|
+
font-size: 18px !important;
|
|
1551
1550
|
margin-right: 5px;
|
|
1552
1551
|
}
|
|
1553
1552
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1554
|
-
font-size: 18px !important;
|
|
1553
|
+
font-size: 18px !important;
|
|
1555
1554
|
margin-right: -5px;
|
|
1556
1555
|
}
|
|
1557
1556
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1728,7 +1727,7 @@
|
|
|
1728
1727
|
}
|
|
1729
1728
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1730
1729
|
border: 0;
|
|
1731
|
-
box-shadow: none !important;
|
|
1730
|
+
box-shadow: none !important;
|
|
1732
1731
|
}
|
|
1733
1732
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1734
1733
|
bottom: 5px;
|
|
@@ -1891,7 +1890,7 @@
|
|
|
1891
1890
|
}
|
|
1892
1891
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1893
1892
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1894
|
-
max-height: 640px !important;
|
|
1893
|
+
max-height: 640px !important;
|
|
1895
1894
|
}
|
|
1896
1895
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1897
1896
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -2000,7 +1999,7 @@
|
|
|
2000
1999
|
text-align: left;
|
|
2001
2000
|
}
|
|
2002
2001
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2003
|
-
left: 0 !important;
|
|
2002
|
+
left: 0 !important;
|
|
2004
2003
|
}
|
|
2005
2004
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2006
2005
|
font-size: 18px;
|
|
@@ -2020,7 +2019,7 @@
|
|
|
2020
2019
|
margin-bottom: 4px;
|
|
2021
2020
|
}
|
|
2022
2021
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2023
|
-
left: 0 !important;
|
|
2022
|
+
left: 0 !important;
|
|
2024
2023
|
}
|
|
2025
2024
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2026
2025
|
font-size: 18px;
|
|
@@ -2039,7 +2038,7 @@
|
|
|
2039
2038
|
margin-top: 10px;
|
|
2040
2039
|
}
|
|
2041
2040
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2042
|
-
left: 0 !important;
|
|
2041
|
+
left: 0 !important;
|
|
2043
2042
|
}
|
|
2044
2043
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2045
2044
|
font-size: 18px;
|
|
@@ -2071,7 +2070,7 @@
|
|
|
2071
2070
|
height: 18px;
|
|
2072
2071
|
margin-right: -1px;
|
|
2073
2072
|
padding: 0;
|
|
2074
|
-
position:
|
|
2073
|
+
position: absolute;
|
|
2075
2074
|
right: 0;
|
|
2076
2075
|
width: 20px;
|
|
2077
2076
|
z-index: 2;
|
|
@@ -2083,7 +2082,7 @@
|
|
|
2083
2082
|
}
|
|
2084
2083
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2085
2084
|
box-shadow: none;
|
|
2086
|
-
width: 270px !important;
|
|
2085
|
+
width: 270px !important;
|
|
2087
2086
|
}
|
|
2088
2087
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2089
2088
|
display: -ms-flexbox;
|
|
@@ -2152,33 +2151,36 @@
|
|
|
2152
2151
|
font-family: "Calibri";
|
|
2153
2152
|
}
|
|
2154
2153
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2155
|
-
font-family: "
|
|
2154
|
+
font-family: "Comic Sans MS";
|
|
2156
2155
|
}
|
|
2157
2156
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2158
|
-
font-family: "Courier
|
|
2157
|
+
font-family: "Courier";
|
|
2159
2158
|
}
|
|
2160
2159
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2161
|
-
font-family: "
|
|
2160
|
+
font-family: "Courier New";
|
|
2162
2161
|
}
|
|
2163
2162
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2164
|
-
font-family: "
|
|
2163
|
+
font-family: "Din Condensed";
|
|
2165
2164
|
}
|
|
2166
2165
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2167
|
-
font-family: "
|
|
2166
|
+
font-family: "Georgia";
|
|
2168
2167
|
}
|
|
2169
2168
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2170
|
-
font-family: "Helvetica
|
|
2169
|
+
font-family: "Helvetica";
|
|
2171
2170
|
}
|
|
2172
2171
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2173
|
-
font-family: "
|
|
2172
|
+
font-family: "Helvetica New";
|
|
2174
2173
|
}
|
|
2175
2174
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2176
|
-
font-family: "
|
|
2175
|
+
font-family: "Roboto";
|
|
2177
2176
|
}
|
|
2178
2177
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2179
|
-
font-family: "
|
|
2178
|
+
font-family: "Tahoma";
|
|
2180
2179
|
}
|
|
2181
2180
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2181
|
+
font-family: "Times New Roman";
|
|
2182
|
+
}
|
|
2183
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2182
2184
|
font-family: "Verdana";
|
|
2183
2185
|
}
|
|
2184
2186
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2461,7 +2463,7 @@
|
|
|
2461
2463
|
}
|
|
2462
2464
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2463
2465
|
font-size: 16px;
|
|
2464
|
-
font-weight:
|
|
2466
|
+
font-weight: 400;
|
|
2465
2467
|
}
|
|
2466
2468
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2467
2469
|
overflow: hidden;
|
|
@@ -2713,8 +2715,8 @@
|
|
|
2713
2715
|
}
|
|
2714
2716
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2715
2717
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2716
|
-
width: 590px !important;
|
|
2717
|
-
width: 630px !important;
|
|
2718
|
+
width: 590px !important;
|
|
2719
|
+
width: 630px !important;
|
|
2718
2720
|
}
|
|
2719
2721
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2720
2722
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2737,12 +2739,12 @@
|
|
|
2737
2739
|
height: 50px;
|
|
2738
2740
|
width: 419px;
|
|
2739
2741
|
}
|
|
2740
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2741
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2742
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2743
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2742
2744
|
height: auto;
|
|
2743
2745
|
}
|
|
2744
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2745
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2746
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2747
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2746
2748
|
font-size: 12px;
|
|
2747
2749
|
}
|
|
2748
2750
|
.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/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/tailwind-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/tailwind-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/tailwind-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/tailwind-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/tailwind-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/tailwind-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/tailwind-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/tailwind-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/tailwind-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/tailwind-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/tailwind-definition.scss';
|
|
21
|
-
@import 'tailwind-definition.scss';
|
|
22
|
-
@import 'icons/tailwind.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/tailwind.scss';
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
/*! Material specific themes definition's */
|
|
25
25
|
/*! Vertical Tab */
|
|
26
26
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
27
|
-
/* stylelint-disable */
|
|
28
27
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
29
28
|
transform: rotate(0deg);
|
|
30
29
|
transition: transform 300ms ease;
|
|
@@ -692,8 +691,8 @@
|
|
|
692
691
|
margin-bottom: 4px;
|
|
693
692
|
}
|
|
694
693
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
695
|
-
height: 510px !important;
|
|
696
|
-
width: 530px !important;
|
|
694
|
+
height: 510px !important;
|
|
695
|
+
width: 530px !important;
|
|
697
696
|
}
|
|
698
697
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
699
698
|
padding: 0;
|
|
@@ -706,7 +705,7 @@
|
|
|
706
705
|
padding: 18px;
|
|
707
706
|
}
|
|
708
707
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
709
|
-
left: 0 !important;
|
|
708
|
+
left: 0 !important;
|
|
710
709
|
}
|
|
711
710
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
712
711
|
font-size: 18px;
|
|
@@ -725,7 +724,7 @@
|
|
|
725
724
|
margin-top: 10px;
|
|
726
725
|
}
|
|
727
726
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
728
|
-
left: 0 !important;
|
|
727
|
+
left: 0 !important;
|
|
729
728
|
}
|
|
730
729
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
731
730
|
font-size: 18px;
|
|
@@ -743,10 +742,10 @@
|
|
|
743
742
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
744
743
|
margin-top: 10px;
|
|
745
744
|
}
|
|
746
|
-
.e-spreadsheet .e-goto-dlg {
|
|
745
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
747
746
|
height: auto;
|
|
748
747
|
}
|
|
749
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
748
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
750
749
|
font-weight: bold;
|
|
751
750
|
padding-top: 7px;
|
|
752
751
|
}
|
|
@@ -895,7 +894,7 @@
|
|
|
895
894
|
display: none;
|
|
896
895
|
}
|
|
897
896
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
898
|
-
width: 100% !important;
|
|
897
|
+
width: 100% !important;
|
|
899
898
|
}
|
|
900
899
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
901
900
|
display: none;
|
|
@@ -1130,8 +1129,8 @@
|
|
|
1130
1129
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1131
1130
|
background-color: #22d3ee;
|
|
1132
1131
|
cursor: ns-resize;
|
|
1132
|
+
left: 50%;
|
|
1133
1133
|
position: absolute;
|
|
1134
|
-
right: 50%;
|
|
1135
1134
|
top: 0;
|
|
1136
1135
|
transform: translate(-50%, -50%);
|
|
1137
1136
|
}
|
|
@@ -1146,8 +1145,8 @@
|
|
|
1146
1145
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1147
1146
|
background-color: #22d3ee;
|
|
1148
1147
|
cursor: ns-resize;
|
|
1148
|
+
left: 50%;
|
|
1149
1149
|
position: absolute;
|
|
1150
|
-
right: 50%;
|
|
1151
1150
|
top: 100%;
|
|
1152
1151
|
transform: translate(-50%, -50%);
|
|
1153
1152
|
}
|
|
@@ -1268,14 +1267,14 @@
|
|
|
1268
1267
|
}
|
|
1269
1268
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1270
1269
|
height: 100%;
|
|
1271
|
-
position: initial !important;
|
|
1270
|
+
position: initial !important;
|
|
1272
1271
|
width: 100%;
|
|
1273
1272
|
}
|
|
1274
1273
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1275
1274
|
height: 100%;
|
|
1276
1275
|
overflow: hidden;
|
|
1277
1276
|
padding: 4px;
|
|
1278
|
-
position: initial !important;
|
|
1277
|
+
position: initial !important;
|
|
1279
1278
|
width: 100%;
|
|
1280
1279
|
}
|
|
1281
1280
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1396,7 +1395,7 @@
|
|
|
1396
1395
|
margin-right: 8px;
|
|
1397
1396
|
}
|
|
1398
1397
|
.e-spreadsheet .e-hide {
|
|
1399
|
-
display: none !important;
|
|
1398
|
+
display: none !important;
|
|
1400
1399
|
}
|
|
1401
1400
|
.e-spreadsheet .e-selection {
|
|
1402
1401
|
border-style: solid;
|
|
@@ -1513,7 +1512,7 @@
|
|
|
1513
1512
|
text-align: right;
|
|
1514
1513
|
}
|
|
1515
1514
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1516
|
-
font-weight:
|
|
1515
|
+
font-weight: 400;
|
|
1517
1516
|
padding-bottom: 0;
|
|
1518
1517
|
padding-top: 0;
|
|
1519
1518
|
}
|
|
@@ -1542,17 +1541,17 @@
|
|
|
1542
1541
|
font-size: 16px;
|
|
1543
1542
|
}
|
|
1544
1543
|
.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 {
|
|
1545
|
-
font-size: 30px !important;
|
|
1544
|
+
font-size: 30px !important;
|
|
1546
1545
|
margin-right: 5px;
|
|
1547
1546
|
padding: 0 5px;
|
|
1548
1547
|
width: 30px;
|
|
1549
1548
|
}
|
|
1550
1549
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1551
|
-
font-size: 18px !important;
|
|
1550
|
+
font-size: 18px !important;
|
|
1552
1551
|
margin-right: 5px;
|
|
1553
1552
|
}
|
|
1554
1553
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1555
|
-
font-size: 18px !important;
|
|
1554
|
+
font-size: 18px !important;
|
|
1556
1555
|
margin-right: -5px;
|
|
1557
1556
|
}
|
|
1558
1557
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1729,7 +1728,7 @@
|
|
|
1729
1728
|
}
|
|
1730
1729
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1731
1730
|
border: 0;
|
|
1732
|
-
box-shadow: none !important;
|
|
1731
|
+
box-shadow: none !important;
|
|
1733
1732
|
}
|
|
1734
1733
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1735
1734
|
bottom: 5px;
|
|
@@ -1892,7 +1891,7 @@
|
|
|
1892
1891
|
}
|
|
1893
1892
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1894
1893
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1895
|
-
max-height: 640px !important;
|
|
1894
|
+
max-height: 640px !important;
|
|
1896
1895
|
}
|
|
1897
1896
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1898
1897
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -2001,7 +2000,7 @@
|
|
|
2001
2000
|
text-align: left;
|
|
2002
2001
|
}
|
|
2003
2002
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2004
|
-
left: 0 !important;
|
|
2003
|
+
left: 0 !important;
|
|
2005
2004
|
}
|
|
2006
2005
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2007
2006
|
font-size: 18px;
|
|
@@ -2021,7 +2020,7 @@
|
|
|
2021
2020
|
margin-bottom: 4px;
|
|
2022
2021
|
}
|
|
2023
2022
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2024
|
-
left: 0 !important;
|
|
2023
|
+
left: 0 !important;
|
|
2025
2024
|
}
|
|
2026
2025
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2027
2026
|
font-size: 18px;
|
|
@@ -2040,7 +2039,7 @@
|
|
|
2040
2039
|
margin-top: 10px;
|
|
2041
2040
|
}
|
|
2042
2041
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2043
|
-
left: 0 !important;
|
|
2042
|
+
left: 0 !important;
|
|
2044
2043
|
}
|
|
2045
2044
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2046
2045
|
font-size: 18px;
|
|
@@ -2072,7 +2071,7 @@
|
|
|
2072
2071
|
height: 18px;
|
|
2073
2072
|
margin-right: -1px;
|
|
2074
2073
|
padding: 0;
|
|
2075
|
-
position:
|
|
2074
|
+
position: absolute;
|
|
2076
2075
|
right: 0;
|
|
2077
2076
|
width: 20px;
|
|
2078
2077
|
z-index: 2;
|
|
@@ -2084,7 +2083,7 @@
|
|
|
2084
2083
|
}
|
|
2085
2084
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2086
2085
|
box-shadow: none;
|
|
2087
|
-
width: 270px !important;
|
|
2086
|
+
width: 270px !important;
|
|
2088
2087
|
}
|
|
2089
2088
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2090
2089
|
display: -ms-flexbox;
|
|
@@ -2153,33 +2152,36 @@
|
|
|
2153
2152
|
font-family: "Calibri";
|
|
2154
2153
|
}
|
|
2155
2154
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2156
|
-
font-family: "
|
|
2155
|
+
font-family: "Comic Sans MS";
|
|
2157
2156
|
}
|
|
2158
2157
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2159
|
-
font-family: "Courier
|
|
2158
|
+
font-family: "Courier";
|
|
2160
2159
|
}
|
|
2161
2160
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2162
|
-
font-family: "
|
|
2161
|
+
font-family: "Courier New";
|
|
2163
2162
|
}
|
|
2164
2163
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2165
|
-
font-family: "
|
|
2164
|
+
font-family: "Din Condensed";
|
|
2166
2165
|
}
|
|
2167
2166
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2168
|
-
font-family: "
|
|
2167
|
+
font-family: "Georgia";
|
|
2169
2168
|
}
|
|
2170
2169
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2171
|
-
font-family: "Helvetica
|
|
2170
|
+
font-family: "Helvetica";
|
|
2172
2171
|
}
|
|
2173
2172
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2174
|
-
font-family: "
|
|
2173
|
+
font-family: "Helvetica New";
|
|
2175
2174
|
}
|
|
2176
2175
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2177
|
-
font-family: "
|
|
2176
|
+
font-family: "Roboto";
|
|
2178
2177
|
}
|
|
2179
2178
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2180
|
-
font-family: "
|
|
2179
|
+
font-family: "Tahoma";
|
|
2181
2180
|
}
|
|
2182
2181
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2182
|
+
font-family: "Times New Roman";
|
|
2183
|
+
}
|
|
2184
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2183
2185
|
font-family: "Verdana";
|
|
2184
2186
|
}
|
|
2185
2187
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2462,7 +2464,7 @@
|
|
|
2462
2464
|
}
|
|
2463
2465
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2464
2466
|
font-size: 16px;
|
|
2465
|
-
font-weight:
|
|
2467
|
+
font-weight: 400;
|
|
2466
2468
|
}
|
|
2467
2469
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2468
2470
|
overflow: hidden;
|
|
@@ -2714,8 +2716,8 @@
|
|
|
2714
2716
|
}
|
|
2715
2717
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2716
2718
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2717
|
-
width: 590px !important;
|
|
2718
|
-
width: 630px !important;
|
|
2719
|
+
width: 590px !important;
|
|
2720
|
+
width: 630px !important;
|
|
2719
2721
|
}
|
|
2720
2722
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2721
2723
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2738,12 +2740,12 @@
|
|
|
2738
2740
|
height: 50px;
|
|
2739
2741
|
width: 419px;
|
|
2740
2742
|
}
|
|
2741
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2742
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2743
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2744
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2743
2745
|
height: auto;
|
|
2744
2746
|
}
|
|
2745
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2746
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2747
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2748
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2747
2749
|
font-size: 12px;
|
|
2748
2750
|
}
|
|
2749
2751
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
@@ -4192,7 +4194,7 @@
|
|
|
4192
4194
|
min-height: 35px;
|
|
4193
4195
|
}
|
|
4194
4196
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
4195
|
-
display: inline-block !important;
|
|
4197
|
+
display: inline-block !important;
|
|
4196
4198
|
width: calc(100% - 28px);
|
|
4197
4199
|
}
|
|
4198
4200
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|