@syncfusion/ej2-angular-spreadsheet 20.2.45 → 20.2.48-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 +1240 -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 +36 -34
- package/styles/bootstrap.css +36 -34
- package/styles/bootstrap4.css +36 -34
- package/styles/bootstrap5-dark.css +68 -38
- package/styles/bootstrap5.css +68 -38
- package/styles/fabric-dark.css +36 -34
- package/styles/fabric.css +36 -34
- package/styles/fluent-dark.css +41 -39
- package/styles/fluent.css +41 -39
- package/styles/highcontrast-light.css +36 -34
- package/styles/highcontrast.css +36 -34
- package/styles/material-dark.css +38 -34
- package/styles/material.css +37 -33
- 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 +19 -1
- package/styles/ribbon/bootstrap5-dark.scss +1 -4
- package/styles/ribbon/bootstrap5.css +19 -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 +35 -33
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +35 -33
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +35 -33
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +49 -37
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +49 -37
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +35 -33
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +35 -33
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +40 -38
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +40 -38
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +35 -33
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +35 -33
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +37 -33
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +36 -32
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +36 -34
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +36 -34
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +37 -35
- package/styles/tailwind.css +37 -35
- 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,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;
|
|
@@ -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 {
|
|
@@ -2858,6 +2857,19 @@
|
|
|
2858
2857
|
cursor: pointer;
|
|
2859
2858
|
}
|
|
2860
2859
|
|
|
2860
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2861
|
+
height: 32px;
|
|
2862
|
+
}
|
|
2863
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
|
|
2864
|
+
height: 32px;
|
|
2865
|
+
}
|
|
2866
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
|
|
2867
|
+
height: 35px;
|
|
2868
|
+
}
|
|
2869
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2870
|
+
margin: 0;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2861
2873
|
/*! spreadsheet theme */
|
|
2862
2874
|
.e-spreadsheet .e-findtool-dlg {
|
|
2863
2875
|
border-bottom-color: #dee2e6;
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap5-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap5-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap5-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap5-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap5-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap5-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap5-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap5-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap5-definition.scss';
|
|
21
|
-
@import 'bootstrap5-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap5.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap5.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
1
|
.e-ddl.e-popup {
|
|
3
2
|
border: 0;
|
|
4
3
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -649,8 +648,8 @@
|
|
|
649
648
|
margin-bottom: 4px;
|
|
650
649
|
}
|
|
651
650
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
652
|
-
height: 510px !important;
|
|
653
|
-
width: 530px !important;
|
|
651
|
+
height: 510px !important;
|
|
652
|
+
width: 530px !important;
|
|
654
653
|
}
|
|
655
654
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
656
655
|
padding: 0;
|
|
@@ -660,7 +659,7 @@
|
|
|
660
659
|
padding-top: 3px;
|
|
661
660
|
}
|
|
662
661
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
663
|
-
left: 0 !important;
|
|
662
|
+
left: 0 !important;
|
|
664
663
|
}
|
|
665
664
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
666
665
|
font-size: 18px;
|
|
@@ -679,7 +678,7 @@
|
|
|
679
678
|
margin-top: 10px;
|
|
680
679
|
}
|
|
681
680
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
682
|
-
left: 0 !important;
|
|
681
|
+
left: 0 !important;
|
|
683
682
|
}
|
|
684
683
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
685
684
|
font-size: 18px;
|
|
@@ -844,7 +843,7 @@
|
|
|
844
843
|
display: none;
|
|
845
844
|
}
|
|
846
845
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
847
|
-
width: 100% !important;
|
|
846
|
+
width: 100% !important;
|
|
848
847
|
}
|
|
849
848
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
850
849
|
display: none;
|
|
@@ -1079,8 +1078,8 @@
|
|
|
1079
1078
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1080
1079
|
background-color: #0074cc;
|
|
1081
1080
|
cursor: ns-resize;
|
|
1081
|
+
left: 50%;
|
|
1082
1082
|
position: absolute;
|
|
1083
|
-
right: 50%;
|
|
1084
1083
|
top: 0;
|
|
1085
1084
|
transform: translate(-50%, -50%);
|
|
1086
1085
|
}
|
|
@@ -1095,8 +1094,8 @@
|
|
|
1095
1094
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1096
1095
|
background-color: #0074cc;
|
|
1097
1096
|
cursor: ns-resize;
|
|
1097
|
+
left: 50%;
|
|
1098
1098
|
position: absolute;
|
|
1099
|
-
right: 50%;
|
|
1100
1099
|
top: 100%;
|
|
1101
1100
|
transform: translate(-50%, -50%);
|
|
1102
1101
|
}
|
|
@@ -1216,14 +1215,14 @@
|
|
|
1216
1215
|
}
|
|
1217
1216
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1218
1217
|
height: 100%;
|
|
1219
|
-
position: initial !important;
|
|
1218
|
+
position: initial !important;
|
|
1220
1219
|
width: 100%;
|
|
1221
1220
|
}
|
|
1222
1221
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1223
1222
|
height: 100%;
|
|
1224
1223
|
overflow: hidden;
|
|
1225
1224
|
padding: 4px;
|
|
1226
|
-
position: initial !important;
|
|
1225
|
+
position: initial !important;
|
|
1227
1226
|
width: 100%;
|
|
1228
1227
|
}
|
|
1229
1228
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1341,7 +1340,7 @@
|
|
|
1341
1340
|
margin-right: 8px;
|
|
1342
1341
|
}
|
|
1343
1342
|
.e-spreadsheet .e-hide {
|
|
1344
|
-
display: none !important;
|
|
1343
|
+
display: none !important;
|
|
1345
1344
|
}
|
|
1346
1345
|
.e-spreadsheet .e-selection {
|
|
1347
1346
|
border-style: solid;
|
|
@@ -1458,7 +1457,7 @@
|
|
|
1458
1457
|
text-align: right;
|
|
1459
1458
|
}
|
|
1460
1459
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1461
|
-
font-weight:
|
|
1460
|
+
font-weight: 400;
|
|
1462
1461
|
padding-bottom: 0;
|
|
1463
1462
|
padding-top: 0;
|
|
1464
1463
|
}
|
|
@@ -1490,17 +1489,17 @@
|
|
|
1490
1489
|
font-size: 19px;
|
|
1491
1490
|
}
|
|
1492
1491
|
.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 {
|
|
1493
|
-
font-size: 30px !important;
|
|
1492
|
+
font-size: 30px !important;
|
|
1494
1493
|
margin-right: 5px;
|
|
1495
1494
|
padding: 0 5px;
|
|
1496
1495
|
width: 30px;
|
|
1497
1496
|
}
|
|
1498
1497
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1499
|
-
font-size: 18px !important;
|
|
1498
|
+
font-size: 18px !important;
|
|
1500
1499
|
margin-right: 5px;
|
|
1501
1500
|
}
|
|
1502
1501
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1503
|
-
font-size: 18px !important;
|
|
1502
|
+
font-size: 18px !important;
|
|
1504
1503
|
margin-right: -5px;
|
|
1505
1504
|
}
|
|
1506
1505
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1677,7 +1676,7 @@
|
|
|
1677
1676
|
}
|
|
1678
1677
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1679
1678
|
border: 0;
|
|
1680
|
-
box-shadow: none !important;
|
|
1679
|
+
box-shadow: none !important;
|
|
1681
1680
|
}
|
|
1682
1681
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1683
1682
|
bottom: 5px;
|
|
@@ -1827,7 +1826,7 @@
|
|
|
1827
1826
|
}
|
|
1828
1827
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1829
1828
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1830
|
-
max-height: 640px !important;
|
|
1829
|
+
max-height: 640px !important;
|
|
1831
1830
|
}
|
|
1832
1831
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1833
1832
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1936,7 +1935,7 @@
|
|
|
1936
1935
|
text-align: left;
|
|
1937
1936
|
}
|
|
1938
1937
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1939
|
-
left: 0 !important;
|
|
1938
|
+
left: 0 !important;
|
|
1940
1939
|
}
|
|
1941
1940
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1942
1941
|
font-size: 18px;
|
|
@@ -1956,7 +1955,7 @@
|
|
|
1956
1955
|
margin-bottom: 4px;
|
|
1957
1956
|
}
|
|
1958
1957
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1959
|
-
left: 0 !important;
|
|
1958
|
+
left: 0 !important;
|
|
1960
1959
|
}
|
|
1961
1960
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1962
1961
|
font-size: 18px;
|
|
@@ -1975,7 +1974,7 @@
|
|
|
1975
1974
|
margin-top: 10px;
|
|
1976
1975
|
}
|
|
1977
1976
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1978
|
-
left: 0 !important;
|
|
1977
|
+
left: 0 !important;
|
|
1979
1978
|
}
|
|
1980
1979
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1981
1980
|
font-size: 18px;
|
|
@@ -2006,7 +2005,7 @@
|
|
|
2006
2005
|
height: 18px;
|
|
2007
2006
|
margin-right: -1px;
|
|
2008
2007
|
padding: 0;
|
|
2009
|
-
position:
|
|
2008
|
+
position: absolute;
|
|
2010
2009
|
right: 0;
|
|
2011
2010
|
width: 20px;
|
|
2012
2011
|
z-index: 2;
|
|
@@ -2017,7 +2016,7 @@
|
|
|
2017
2016
|
}
|
|
2018
2017
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2019
2018
|
box-shadow: none;
|
|
2020
|
-
width: 270px !important;
|
|
2019
|
+
width: 270px !important;
|
|
2021
2020
|
}
|
|
2022
2021
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2023
2022
|
display: -ms-flexbox;
|
|
@@ -2086,33 +2085,36 @@
|
|
|
2086
2085
|
font-family: "Calibri";
|
|
2087
2086
|
}
|
|
2088
2087
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2089
|
-
font-family: "
|
|
2088
|
+
font-family: "Comic Sans MS";
|
|
2090
2089
|
}
|
|
2091
2090
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2092
|
-
font-family: "Courier
|
|
2091
|
+
font-family: "Courier";
|
|
2093
2092
|
}
|
|
2094
2093
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2095
|
-
font-family: "
|
|
2094
|
+
font-family: "Courier New";
|
|
2096
2095
|
}
|
|
2097
2096
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2098
|
-
font-family: "
|
|
2097
|
+
font-family: "Din Condensed";
|
|
2099
2098
|
}
|
|
2100
2099
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2101
|
-
font-family: "
|
|
2100
|
+
font-family: "Georgia";
|
|
2102
2101
|
}
|
|
2103
2102
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2104
|
-
font-family: "Helvetica
|
|
2103
|
+
font-family: "Helvetica";
|
|
2105
2104
|
}
|
|
2106
2105
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2107
|
-
font-family: "
|
|
2106
|
+
font-family: "Helvetica New";
|
|
2108
2107
|
}
|
|
2109
2108
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2110
|
-
font-family: "
|
|
2109
|
+
font-family: "Roboto";
|
|
2111
2110
|
}
|
|
2112
2111
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2113
|
-
font-family: "
|
|
2112
|
+
font-family: "Tahoma";
|
|
2114
2113
|
}
|
|
2115
2114
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2115
|
+
font-family: "Times New Roman";
|
|
2116
|
+
}
|
|
2117
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2116
2118
|
font-family: "Verdana";
|
|
2117
2119
|
}
|
|
2118
2120
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2395,7 +2397,7 @@
|
|
|
2395
2397
|
}
|
|
2396
2398
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2397
2399
|
font-size: 16px;
|
|
2398
|
-
font-weight:
|
|
2400
|
+
font-weight: 400;
|
|
2399
2401
|
}
|
|
2400
2402
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2401
2403
|
overflow: hidden;
|
|
@@ -2634,7 +2636,7 @@
|
|
|
2634
2636
|
}
|
|
2635
2637
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2636
2638
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2637
|
-
width: 590px !important;
|
|
2639
|
+
width: 590px !important;
|
|
2638
2640
|
}
|
|
2639
2641
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2640
2642
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/fabric-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/fabric-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/fabric-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/fabric-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/fabric-dark-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/fabric-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/fabric-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/fabric-dark-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/fabric-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/fabric-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/fabric-dark-definition.scss';
|
|
21
|
-
@import 'fabric-dark-definition.scss';
|
|
22
|
-
@import 'icons/fabric-dark.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/fabric-dark.scss';
|