@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
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
/*! Fabric specific themes definition's */
|
|
5
5
|
/*! Vertical Tab */
|
|
6
6
|
/*! TreeView's fabric theme wise override definitions and variables */
|
|
7
|
-
/* stylelint-disable */
|
|
8
7
|
.e-ddl.e-popup {
|
|
9
8
|
border: 0;
|
|
10
9
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -652,8 +651,8 @@
|
|
|
652
651
|
margin-bottom: 4px;
|
|
653
652
|
}
|
|
654
653
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
655
|
-
height: 510px !important;
|
|
656
|
-
width: 530px !important;
|
|
654
|
+
height: 510px !important;
|
|
655
|
+
width: 530px !important;
|
|
657
656
|
}
|
|
658
657
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
659
658
|
padding: 0;
|
|
@@ -663,7 +662,7 @@
|
|
|
663
662
|
padding-top: 3px;
|
|
664
663
|
}
|
|
665
664
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
666
|
-
left: 0 !important;
|
|
665
|
+
left: 0 !important;
|
|
667
666
|
}
|
|
668
667
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
669
668
|
font-size: 18px;
|
|
@@ -682,7 +681,7 @@
|
|
|
682
681
|
margin-top: 10px;
|
|
683
682
|
}
|
|
684
683
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
685
|
-
left: 0 !important;
|
|
684
|
+
left: 0 !important;
|
|
686
685
|
}
|
|
687
686
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
688
687
|
font-size: 18px;
|
|
@@ -700,10 +699,10 @@
|
|
|
700
699
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
701
700
|
margin-top: 10px;
|
|
702
701
|
}
|
|
703
|
-
.e-spreadsheet .e-goto-dlg {
|
|
702
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
704
703
|
height: auto;
|
|
705
704
|
}
|
|
706
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
705
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
707
706
|
font-weight: bold;
|
|
708
707
|
padding-top: 7px;
|
|
709
708
|
}
|
|
@@ -847,7 +846,7 @@
|
|
|
847
846
|
display: none;
|
|
848
847
|
}
|
|
849
848
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
850
|
-
width: 100% !important;
|
|
849
|
+
width: 100% !important;
|
|
851
850
|
}
|
|
852
851
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
853
852
|
display: none;
|
|
@@ -1082,8 +1081,8 @@
|
|
|
1082
1081
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1083
1082
|
background-color: #0078d6;
|
|
1084
1083
|
cursor: ns-resize;
|
|
1084
|
+
left: 50%;
|
|
1085
1085
|
position: absolute;
|
|
1086
|
-
right: 50%;
|
|
1087
1086
|
top: 0;
|
|
1088
1087
|
transform: translate(-50%, -50%);
|
|
1089
1088
|
}
|
|
@@ -1098,8 +1097,8 @@
|
|
|
1098
1097
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1099
1098
|
background-color: #0078d6;
|
|
1100
1099
|
cursor: ns-resize;
|
|
1100
|
+
left: 50%;
|
|
1101
1101
|
position: absolute;
|
|
1102
|
-
right: 50%;
|
|
1103
1102
|
top: 100%;
|
|
1104
1103
|
transform: translate(-50%, -50%);
|
|
1105
1104
|
}
|
|
@@ -1219,14 +1218,14 @@
|
|
|
1219
1218
|
}
|
|
1220
1219
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1221
1220
|
height: 100%;
|
|
1222
|
-
position: initial !important;
|
|
1221
|
+
position: initial !important;
|
|
1223
1222
|
width: 100%;
|
|
1224
1223
|
}
|
|
1225
1224
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1226
1225
|
height: 100%;
|
|
1227
1226
|
overflow: hidden;
|
|
1228
1227
|
padding: 4px;
|
|
1229
|
-
position: initial !important;
|
|
1228
|
+
position: initial !important;
|
|
1230
1229
|
width: 100%;
|
|
1231
1230
|
}
|
|
1232
1231
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1347,7 +1346,7 @@
|
|
|
1347
1346
|
margin-right: 8px;
|
|
1348
1347
|
}
|
|
1349
1348
|
.e-spreadsheet .e-hide {
|
|
1350
|
-
display: none !important;
|
|
1349
|
+
display: none !important;
|
|
1351
1350
|
}
|
|
1352
1351
|
.e-spreadsheet .e-selection {
|
|
1353
1352
|
border-style: solid;
|
|
@@ -1464,7 +1463,7 @@
|
|
|
1464
1463
|
text-align: right;
|
|
1465
1464
|
}
|
|
1466
1465
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1467
|
-
font-weight:
|
|
1466
|
+
font-weight: 400;
|
|
1468
1467
|
padding-bottom: 0;
|
|
1469
1468
|
padding-top: 0;
|
|
1470
1469
|
}
|
|
@@ -1496,17 +1495,17 @@
|
|
|
1496
1495
|
font-size: 19px;
|
|
1497
1496
|
}
|
|
1498
1497
|
.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 {
|
|
1499
|
-
font-size: 30px !important;
|
|
1498
|
+
font-size: 30px !important;
|
|
1500
1499
|
margin-right: 5px;
|
|
1501
1500
|
padding: 0 5px;
|
|
1502
1501
|
width: 30px;
|
|
1503
1502
|
}
|
|
1504
1503
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1505
|
-
font-size: 18px !important;
|
|
1504
|
+
font-size: 18px !important;
|
|
1506
1505
|
margin-right: 5px;
|
|
1507
1506
|
}
|
|
1508
1507
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1509
|
-
font-size: 18px !important;
|
|
1508
|
+
font-size: 18px !important;
|
|
1510
1509
|
margin-right: -5px;
|
|
1511
1510
|
}
|
|
1512
1511
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1685,7 +1684,7 @@
|
|
|
1685
1684
|
}
|
|
1686
1685
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1687
1686
|
border: 0;
|
|
1688
|
-
box-shadow: none !important;
|
|
1687
|
+
box-shadow: none !important;
|
|
1689
1688
|
}
|
|
1690
1689
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1691
1690
|
bottom: 5px;
|
|
@@ -1835,7 +1834,7 @@
|
|
|
1835
1834
|
}
|
|
1836
1835
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1837
1836
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1838
|
-
max-height: 640px !important;
|
|
1837
|
+
max-height: 640px !important;
|
|
1839
1838
|
}
|
|
1840
1839
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1841
1840
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1944,7 +1943,7 @@
|
|
|
1944
1943
|
text-align: left;
|
|
1945
1944
|
}
|
|
1946
1945
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1947
|
-
left: 0 !important;
|
|
1946
|
+
left: 0 !important;
|
|
1948
1947
|
}
|
|
1949
1948
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1950
1949
|
font-size: 18px;
|
|
@@ -1964,7 +1963,7 @@
|
|
|
1964
1963
|
margin-bottom: 4px;
|
|
1965
1964
|
}
|
|
1966
1965
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1967
|
-
left: 0 !important;
|
|
1966
|
+
left: 0 !important;
|
|
1968
1967
|
}
|
|
1969
1968
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1970
1969
|
font-size: 18px;
|
|
@@ -1983,7 +1982,7 @@
|
|
|
1983
1982
|
margin-top: 10px;
|
|
1984
1983
|
}
|
|
1985
1984
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1986
|
-
left: 0 !important;
|
|
1985
|
+
left: 0 !important;
|
|
1987
1986
|
}
|
|
1988
1987
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1989
1988
|
font-size: 18px;
|
|
@@ -2014,7 +2013,7 @@
|
|
|
2014
2013
|
height: 18px;
|
|
2015
2014
|
margin-right: -1px;
|
|
2016
2015
|
padding: 0;
|
|
2017
|
-
position:
|
|
2016
|
+
position: absolute;
|
|
2018
2017
|
right: 0;
|
|
2019
2018
|
width: 20px;
|
|
2020
2019
|
z-index: 2;
|
|
@@ -2025,7 +2024,7 @@
|
|
|
2025
2024
|
}
|
|
2026
2025
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2027
2026
|
box-shadow: none;
|
|
2028
|
-
width: 270px !important;
|
|
2027
|
+
width: 270px !important;
|
|
2029
2028
|
}
|
|
2030
2029
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2031
2030
|
display: -ms-flexbox;
|
|
@@ -2094,33 +2093,36 @@
|
|
|
2094
2093
|
font-family: "Calibri";
|
|
2095
2094
|
}
|
|
2096
2095
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2097
|
-
font-family: "
|
|
2096
|
+
font-family: "Comic Sans MS";
|
|
2098
2097
|
}
|
|
2099
2098
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2100
|
-
font-family: "Courier
|
|
2099
|
+
font-family: "Courier";
|
|
2101
2100
|
}
|
|
2102
2101
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2103
|
-
font-family: "
|
|
2102
|
+
font-family: "Courier New";
|
|
2104
2103
|
}
|
|
2105
2104
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2106
|
-
font-family: "
|
|
2105
|
+
font-family: "Din Condensed";
|
|
2107
2106
|
}
|
|
2108
2107
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2109
|
-
font-family: "
|
|
2108
|
+
font-family: "Georgia";
|
|
2110
2109
|
}
|
|
2111
2110
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2112
|
-
font-family: "Helvetica
|
|
2111
|
+
font-family: "Helvetica";
|
|
2113
2112
|
}
|
|
2114
2113
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2115
|
-
font-family: "
|
|
2114
|
+
font-family: "Helvetica New";
|
|
2116
2115
|
}
|
|
2117
2116
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2118
|
-
font-family: "
|
|
2117
|
+
font-family: "Roboto";
|
|
2119
2118
|
}
|
|
2120
2119
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2121
|
-
font-family: "
|
|
2120
|
+
font-family: "Tahoma";
|
|
2122
2121
|
}
|
|
2123
2122
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2123
|
+
font-family: "Times New Roman";
|
|
2124
|
+
}
|
|
2125
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2124
2126
|
font-family: "Verdana";
|
|
2125
2127
|
}
|
|
2126
2128
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2403,7 +2405,7 @@
|
|
|
2403
2405
|
}
|
|
2404
2406
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2405
2407
|
font-size: 16px;
|
|
2406
|
-
font-weight:
|
|
2408
|
+
font-weight: 400;
|
|
2407
2409
|
}
|
|
2408
2410
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2409
2411
|
overflow: hidden;
|
|
@@ -2643,7 +2645,7 @@
|
|
|
2643
2645
|
}
|
|
2644
2646
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2645
2647
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2646
|
-
width: 590px !important;
|
|
2648
|
+
width: 590px !important;
|
|
2647
2649
|
}
|
|
2648
2650
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2649
2651
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2664,12 +2666,12 @@
|
|
|
2664
2666
|
height: 55px;
|
|
2665
2667
|
width: 419px;
|
|
2666
2668
|
}
|
|
2667
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2668
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2669
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2670
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2669
2671
|
height: auto;
|
|
2670
2672
|
}
|
|
2671
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2672
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2673
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2674
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2673
2675
|
font-size: 12px;
|
|
2674
2676
|
}
|
|
2675
2677
|
.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/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/fabric-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/fabric-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/fabric-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/fabric-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/fabric-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/fabric-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/fabric-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/fabric-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/fabric-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/fabric-definition.scss';
|
|
21
|
-
@import 'fabric-definition.scss';
|
|
22
|
-
@import 'icons/fabric.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/fabric.scss';
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
/*! Bootstrap specific themes definition's */
|
|
3
3
|
/*! Vertical Tab */
|
|
4
4
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
5
|
-
/* stylelint-disable */
|
|
6
5
|
.e-popup.e-ddl {
|
|
7
6
|
border-radius: 4px;
|
|
8
7
|
box-shadow: none;
|
|
@@ -693,7 +692,7 @@
|
|
|
693
692
|
user-select: none;
|
|
694
693
|
}
|
|
695
694
|
.e-spreadsheet .e-delete-sheet-dlg.e-dialog {
|
|
696
|
-
height: 211px !important;
|
|
695
|
+
height: 211px !important;
|
|
697
696
|
}
|
|
698
697
|
.e-spreadsheet .e-protect-dlg.e-dialog {
|
|
699
698
|
height: 470px;
|
|
@@ -705,8 +704,8 @@
|
|
|
705
704
|
margin-bottom: 4px;
|
|
706
705
|
}
|
|
707
706
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
708
|
-
height: 510px !important;
|
|
709
|
-
width: 530px !important;
|
|
707
|
+
height: 510px !important;
|
|
708
|
+
width: 530px !important;
|
|
710
709
|
}
|
|
711
710
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
712
711
|
padding: 0;
|
|
@@ -716,7 +715,7 @@
|
|
|
716
715
|
padding-top: 3px;
|
|
717
716
|
}
|
|
718
717
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
719
|
-
left: 0 !important;
|
|
718
|
+
left: 0 !important;
|
|
720
719
|
}
|
|
721
720
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
722
721
|
font-size: 18px;
|
|
@@ -735,7 +734,7 @@
|
|
|
735
734
|
margin-top: 10px;
|
|
736
735
|
}
|
|
737
736
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
738
|
-
left: 0 !important;
|
|
737
|
+
left: 0 !important;
|
|
739
738
|
}
|
|
740
739
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
741
740
|
font-size: 18px;
|
|
@@ -753,10 +752,10 @@
|
|
|
753
752
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
754
753
|
margin-top: 10px;
|
|
755
754
|
}
|
|
756
|
-
.e-spreadsheet .e-goto-dlg {
|
|
755
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
757
756
|
height: auto;
|
|
758
757
|
}
|
|
759
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
758
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
760
759
|
font-weight: bold;
|
|
761
760
|
padding-top: 7px;
|
|
762
761
|
}
|
|
@@ -900,7 +899,7 @@
|
|
|
900
899
|
display: none;
|
|
901
900
|
}
|
|
902
901
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
903
|
-
width: 100% !important;
|
|
902
|
+
width: 100% !important;
|
|
904
903
|
}
|
|
905
904
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
906
905
|
display: none;
|
|
@@ -1135,8 +1134,8 @@
|
|
|
1135
1134
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1136
1135
|
background-color: #0078d4;
|
|
1137
1136
|
cursor: ns-resize;
|
|
1137
|
+
left: 50%;
|
|
1138
1138
|
position: absolute;
|
|
1139
|
-
right: 50%;
|
|
1140
1139
|
top: 0;
|
|
1141
1140
|
transform: translate(-50%, -50%);
|
|
1142
1141
|
}
|
|
@@ -1151,8 +1150,8 @@
|
|
|
1151
1150
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1152
1151
|
background-color: #0078d4;
|
|
1153
1152
|
cursor: ns-resize;
|
|
1153
|
+
left: 50%;
|
|
1154
1154
|
position: absolute;
|
|
1155
|
-
right: 50%;
|
|
1156
1155
|
top: 100%;
|
|
1157
1156
|
transform: translate(-50%, -50%);
|
|
1158
1157
|
}
|
|
@@ -1273,14 +1272,14 @@
|
|
|
1273
1272
|
}
|
|
1274
1273
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1275
1274
|
height: 100%;
|
|
1276
|
-
position: initial !important;
|
|
1275
|
+
position: initial !important;
|
|
1277
1276
|
width: 100%;
|
|
1278
1277
|
}
|
|
1279
1278
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1280
1279
|
height: 100%;
|
|
1281
1280
|
overflow: hidden;
|
|
1282
1281
|
padding: 4px;
|
|
1283
|
-
position: initial !important;
|
|
1282
|
+
position: initial !important;
|
|
1284
1283
|
width: 100%;
|
|
1285
1284
|
}
|
|
1286
1285
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1398,7 +1397,7 @@
|
|
|
1398
1397
|
margin-right: 8px;
|
|
1399
1398
|
}
|
|
1400
1399
|
.e-spreadsheet .e-hide {
|
|
1401
|
-
display: none !important;
|
|
1400
|
+
display: none !important;
|
|
1402
1401
|
}
|
|
1403
1402
|
.e-spreadsheet .e-selection {
|
|
1404
1403
|
border-style: solid;
|
|
@@ -1515,7 +1514,7 @@
|
|
|
1515
1514
|
text-align: right;
|
|
1516
1515
|
}
|
|
1517
1516
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1518
|
-
font-weight:
|
|
1517
|
+
font-weight: 400;
|
|
1519
1518
|
padding-bottom: 0;
|
|
1520
1519
|
padding-top: 0;
|
|
1521
1520
|
}
|
|
@@ -1544,17 +1543,17 @@
|
|
|
1544
1543
|
font-size: 16px;
|
|
1545
1544
|
}
|
|
1546
1545
|
.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 {
|
|
1547
|
-
font-size: 30px !important;
|
|
1546
|
+
font-size: 30px !important;
|
|
1548
1547
|
margin-right: 5px;
|
|
1549
1548
|
padding: 0 5px;
|
|
1550
1549
|
width: 30px;
|
|
1551
1550
|
}
|
|
1552
1551
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1553
|
-
font-size: 18px !important;
|
|
1552
|
+
font-size: 18px !important;
|
|
1554
1553
|
margin-right: 5px;
|
|
1555
1554
|
}
|
|
1556
1555
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1557
|
-
font-size: 18px !important;
|
|
1556
|
+
font-size: 18px !important;
|
|
1558
1557
|
margin-right: -5px;
|
|
1559
1558
|
}
|
|
1560
1559
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1731,7 +1730,7 @@
|
|
|
1731
1730
|
}
|
|
1732
1731
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1733
1732
|
border: 0;
|
|
1734
|
-
box-shadow: none !important;
|
|
1733
|
+
box-shadow: none !important;
|
|
1735
1734
|
}
|
|
1736
1735
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1737
1736
|
bottom: 5px;
|
|
@@ -1881,7 +1880,7 @@
|
|
|
1881
1880
|
}
|
|
1882
1881
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1883
1882
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1884
|
-
max-height: 640px !important;
|
|
1883
|
+
max-height: 640px !important;
|
|
1885
1884
|
}
|
|
1886
1885
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1887
1886
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1991,7 +1990,7 @@
|
|
|
1991
1990
|
text-align: left;
|
|
1992
1991
|
}
|
|
1993
1992
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1994
|
-
left: 0 !important;
|
|
1993
|
+
left: 0 !important;
|
|
1995
1994
|
}
|
|
1996
1995
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1997
1996
|
font-size: 18px;
|
|
@@ -2011,7 +2010,7 @@
|
|
|
2011
2010
|
margin-bottom: 4px;
|
|
2012
2011
|
}
|
|
2013
2012
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2014
|
-
left: 0 !important;
|
|
2013
|
+
left: 0 !important;
|
|
2015
2014
|
}
|
|
2016
2015
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2017
2016
|
font-size: 18px;
|
|
@@ -2030,7 +2029,7 @@
|
|
|
2030
2029
|
margin-top: 10px;
|
|
2031
2030
|
}
|
|
2032
2031
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2033
|
-
left: 0 !important;
|
|
2032
|
+
left: 0 !important;
|
|
2034
2033
|
}
|
|
2035
2034
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2036
2035
|
font-size: 18px;
|
|
@@ -2062,7 +2061,7 @@
|
|
|
2062
2061
|
height: 18px;
|
|
2063
2062
|
margin-right: -1px;
|
|
2064
2063
|
padding: 0;
|
|
2065
|
-
position:
|
|
2064
|
+
position: absolute;
|
|
2066
2065
|
right: 0;
|
|
2067
2066
|
width: 20px;
|
|
2068
2067
|
z-index: 2;
|
|
@@ -2073,7 +2072,7 @@
|
|
|
2073
2072
|
}
|
|
2074
2073
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2075
2074
|
box-shadow: none;
|
|
2076
|
-
width: 270px !important;
|
|
2075
|
+
width: 270px !important;
|
|
2077
2076
|
}
|
|
2078
2077
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2079
2078
|
display: -ms-flexbox;
|
|
@@ -2142,33 +2141,36 @@
|
|
|
2142
2141
|
font-family: "Calibri";
|
|
2143
2142
|
}
|
|
2144
2143
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2145
|
-
font-family: "
|
|
2144
|
+
font-family: "Comic Sans MS";
|
|
2146
2145
|
}
|
|
2147
2146
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2148
|
-
font-family: "Courier
|
|
2147
|
+
font-family: "Courier";
|
|
2149
2148
|
}
|
|
2150
2149
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2151
|
-
font-family: "
|
|
2150
|
+
font-family: "Courier New";
|
|
2152
2151
|
}
|
|
2153
2152
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2154
|
-
font-family: "
|
|
2153
|
+
font-family: "Din Condensed";
|
|
2155
2154
|
}
|
|
2156
2155
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2157
|
-
font-family: "
|
|
2156
|
+
font-family: "Georgia";
|
|
2158
2157
|
}
|
|
2159
2158
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2160
|
-
font-family: "Helvetica
|
|
2159
|
+
font-family: "Helvetica";
|
|
2161
2160
|
}
|
|
2162
2161
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2163
|
-
font-family: "
|
|
2162
|
+
font-family: "Helvetica New";
|
|
2164
2163
|
}
|
|
2165
2164
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2166
|
-
font-family: "
|
|
2165
|
+
font-family: "Roboto";
|
|
2167
2166
|
}
|
|
2168
2167
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2169
|
-
font-family: "
|
|
2168
|
+
font-family: "Tahoma";
|
|
2170
2169
|
}
|
|
2171
2170
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2171
|
+
font-family: "Times New Roman";
|
|
2172
|
+
}
|
|
2173
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2172
2174
|
font-family: "Verdana";
|
|
2173
2175
|
}
|
|
2174
2176
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2454,7 +2456,7 @@
|
|
|
2454
2456
|
}
|
|
2455
2457
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2456
2458
|
font-size: 16px;
|
|
2457
|
-
font-weight:
|
|
2459
|
+
font-weight: 400;
|
|
2458
2460
|
}
|
|
2459
2461
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2460
2462
|
overflow: hidden;
|
|
@@ -2546,11 +2548,11 @@
|
|
|
2546
2548
|
|
|
2547
2549
|
.e-bigger .e-spreadsheet .e-protect-dlg.e-dialog,
|
|
2548
2550
|
.e-bigger.e-spreadsheet .e-protect-dlg.e-dialog {
|
|
2549
|
-
height: 790px !important;
|
|
2551
|
+
height: 790px !important;
|
|
2550
2552
|
}
|
|
2551
2553
|
.e-bigger .e-spreadsheet .e-delete-sheet-dlg.e-dialog,
|
|
2552
2554
|
.e-bigger.e-spreadsheet .e-delete-sheet-dlg.e-dialog {
|
|
2553
|
-
height: 240px !important;
|
|
2555
|
+
height: 240px !important;
|
|
2554
2556
|
}
|
|
2555
2557
|
.e-bigger .e-spreadsheet .e-merge-alert-dlg.e-dialog,
|
|
2556
2558
|
.e-bigger.e-spreadsheet .e-merge-alert-dlg.e-dialog {
|
|
@@ -2566,7 +2568,7 @@
|
|
|
2566
2568
|
}
|
|
2567
2569
|
.e-bigger .e-spreadsheet .e-spreadsheet-function-dlg.e-dialog,
|
|
2568
2570
|
.e-bigger.e-spreadsheet .e-spreadsheet-function-dlg.e-dialog {
|
|
2569
|
-
height: 515px !important;
|
|
2571
|
+
height: 515px !important;
|
|
2570
2572
|
}
|
|
2571
2573
|
.e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon,
|
|
2572
2574
|
.e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
@@ -2724,8 +2726,8 @@
|
|
|
2724
2726
|
}
|
|
2725
2727
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2726
2728
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2727
|
-
width: 590px !important;
|
|
2728
|
-
width: 630px !important;
|
|
2729
|
+
width: 590px !important;
|
|
2730
|
+
width: 630px !important;
|
|
2729
2731
|
}
|
|
2730
2732
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2731
2733
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2746,12 +2748,12 @@
|
|
|
2746
2748
|
height: 50px;
|
|
2747
2749
|
width: 419px;
|
|
2748
2750
|
}
|
|
2749
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2750
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2751
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2752
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2751
2753
|
height: auto;
|
|
2752
2754
|
}
|
|
2753
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2754
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2755
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2756
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2755
2757
|
font-size: 12px;
|
|
2756
2758
|
}
|
|
2757
2759
|
.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/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/switch/fluent-dark-definition.scss';
|
|
6
|
-
@import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/tab/fluent-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/menu/fluent-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/fluent-dark-definition.scss';
|
|
11
|
-
@import 'ej2-grids/styles/excel-filter/fluent-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/color-picker/fluent-dark-definition.scss';
|
|
15
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/fluent-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/split-button/fluent-dark-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/list-box/fluent-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/combo-box/fluent-dark-definition.scss';
|
|
20
|
-
@import 'fluent-dark-definition.scss';
|
|
21
|
-
@import 'icons/fluent-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/fluent-dark.scss';
|