@syncfusion/ej2-angular-spreadsheet 20.3.58 → 20.3.59-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 +1344 -0
- package/dist/ej2-angular-spreadsheet.umd.js +1586 -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 +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- 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 +12 -9
- package/styles/bootstrap.css +12 -9
- package/styles/bootstrap4.css +12 -9
- package/styles/bootstrap5-dark.css +12 -9
- package/styles/bootstrap5.css +12 -9
- package/styles/fabric-dark.css +12 -9
- package/styles/fabric.css +12 -9
- package/styles/fluent-dark.css +12 -9
- package/styles/fluent.css +12 -9
- package/styles/highcontrast-light.css +12 -9
- package/styles/highcontrast.css +12 -9
- package/styles/material-dark.css +12 -9
- package/styles/material.css +12 -9
- package/styles/ribbon/bootstrap-dark.scss +1 -4
- package/styles/ribbon/bootstrap.scss +1 -4
- package/styles/ribbon/bootstrap4.scss +1 -4
- package/styles/ribbon/bootstrap5-dark.scss +1 -4
- package/styles/ribbon/bootstrap5.scss +1 -4
- package/styles/ribbon/fabric-dark.scss +1 -4
- package/styles/ribbon/fabric.scss +1 -4
- package/styles/ribbon/fluent-dark.scss +1 -4
- package/styles/ribbon/fluent.scss +1 -4
- package/styles/ribbon/highcontrast-light.scss +1 -3
- package/styles/ribbon/highcontrast.scss +1 -4
- package/styles/ribbon/material-dark.scss +1 -4
- package/styles/ribbon/material.scss +1 -4
- package/styles/ribbon/tailwind-dark.scss +1 -4
- package/styles/ribbon/tailwind.scss +1 -4
- package/styles/spreadsheet/bootstrap-dark.css +12 -9
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +12 -9
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +12 -9
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +12 -9
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +12 -9
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +12 -9
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +12 -9
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +12 -9
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +12 -9
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +12 -9
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +12 -9
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +12 -9
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +12 -9
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +12 -9
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +12 -9
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +12 -9
- package/styles/tailwind.css +12 -9
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -14
- package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
- package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
- package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
- package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
- package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/styles/ribbon/_all.scss +0 -2
- package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
- package/styles/ribbon/_bootstrap-definition.scss +0 -12
- package/styles/ribbon/_bootstrap4-definition.scss +0 -13
- package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
- package/styles/ribbon/_bootstrap5-definition.scss +0 -14
- package/styles/ribbon/_fabric-dark-definition.scss +0 -14
- package/styles/ribbon/_fabric-definition.scss +0 -14
- package/styles/ribbon/_fluent-dark-definition.scss +0 -1
- package/styles/ribbon/_fluent-definition.scss +0 -14
- package/styles/ribbon/_fusionnew-definition.scss +0 -14
- package/styles/ribbon/_highcontrast-definition.scss +0 -12
- package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
- package/styles/ribbon/_layout.scss +0 -241
- package/styles/ribbon/_material-dark-definition.scss +0 -15
- package/styles/ribbon/_material-definition.scss +0 -12
- package/styles/ribbon/_material3-definition.scss +0 -15
- package/styles/ribbon/_mixin.scss +0 -89
- package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
- package/styles/ribbon/_tailwind-definition.scss +0 -13
- package/styles/ribbon/_theme.scss +0 -154
- package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
- package/styles/ribbon/icons/_bootstrap.scss +0 -15
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
- package/styles/ribbon/icons/_bootstrap5.scss +0 -15
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_fluent-dark.scss +0 -1
- package/styles/ribbon/icons/_fluent.scss +0 -15
- package/styles/ribbon/icons/_fusionnew.scss +0 -15
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/icons/_material-dark.scss +0 -15
- package/styles/ribbon/icons/_material.scss +0 -15
- package/styles/ribbon/icons/_material3.scss +0 -15
- package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
- package/styles/ribbon/icons/_tailwind.scss +0 -15
- package/styles/spreadsheet/_all.scss +0 -2
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -154
- package/styles/spreadsheet/_bootstrap-definition.scss +0 -154
- package/styles/spreadsheet/_bootstrap4-definition.scss +0 -153
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +0 -156
- package/styles/spreadsheet/_fabric-dark-definition.scss +0 -151
- package/styles/spreadsheet/_fabric-definition.scss +0 -151
- package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet/_fluent-definition.scss +0 -152
- package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
- package/styles/spreadsheet/_highcontrast-definition.scss +0 -150
- package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
- package/styles/spreadsheet/_layout.scss +0 -3015
- package/styles/spreadsheet/_material-dark-definition.scss +0 -153
- package/styles/spreadsheet/_material-definition.scss +0 -151
- package/styles/spreadsheet/_material3-definition.scss +0 -151
- package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet/_tailwind-definition.scss +0 -158
- package/styles/spreadsheet/_theme.scss +0 -1365
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
- package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
- package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
- package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
- package/styles/spreadsheet/icons/_fabric.scss +0 -994
- package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
- package/styles/spreadsheet/icons/_fluent.scss +0 -996
- package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
- package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
- package/styles/spreadsheet/icons/_material-dark.scss +0 -993
- package/styles/spreadsheet/icons/_material.scss +0 -995
- package/styles/spreadsheet/icons/_material3.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind.scss +0 -996
- package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/fluent-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/fluent-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/fluent-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/fluent-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/fluent-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/fluent-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/fluent-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/fluent-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/fluent-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/fluent-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/fluent-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/fluent-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/fluent-definition.scss';
|
|
21
|
-
@import 'fluent-definition.scss';
|
|
22
|
-
@import 'icons/fluent.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/fluent.scss';
|
|
@@ -1513,33 +1513,36 @@
|
|
|
1513
1513
|
font-family: "Calibri";
|
|
1514
1514
|
}
|
|
1515
1515
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
1516
|
-
font-family: "
|
|
1516
|
+
font-family: "Comic Sans MS";
|
|
1517
1517
|
}
|
|
1518
1518
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
1519
|
-
font-family: "Courier
|
|
1519
|
+
font-family: "Courier";
|
|
1520
1520
|
}
|
|
1521
1521
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
1522
|
-
font-family: "
|
|
1522
|
+
font-family: "Courier New";
|
|
1523
1523
|
}
|
|
1524
1524
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
1525
|
-
font-family: "
|
|
1525
|
+
font-family: "Din Condensed";
|
|
1526
1526
|
}
|
|
1527
1527
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
1528
|
-
font-family: "
|
|
1528
|
+
font-family: "Georgia";
|
|
1529
1529
|
}
|
|
1530
1530
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
1531
|
-
font-family: "Helvetica
|
|
1531
|
+
font-family: "Helvetica";
|
|
1532
1532
|
}
|
|
1533
1533
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
1534
|
-
font-family: "
|
|
1534
|
+
font-family: "Helvetica New";
|
|
1535
1535
|
}
|
|
1536
1536
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
1537
|
-
font-family: "
|
|
1537
|
+
font-family: "Roboto";
|
|
1538
1538
|
}
|
|
1539
1539
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
1540
|
-
font-family: "
|
|
1540
|
+
font-family: "Tahoma";
|
|
1541
1541
|
}
|
|
1542
1542
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
1543
|
+
font-family: "Times New Roman";
|
|
1544
|
+
}
|
|
1545
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
1543
1546
|
font-family: "Verdana";
|
|
1544
1547
|
}
|
|
1545
1548
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/highcontrast-light-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/highcontrast-light-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/highcontrast-light-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/highcontrast-light-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/highcontrast-light-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/highcontrast-light-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/highcontrast-light-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/highcontrast-light-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/highcontrast-light-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-light-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/highcontrast-light-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-light-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/highcontrast-light-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/highcontrast-light-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/highcontrast-light-definition.scss';
|
|
21
|
-
@import 'highcontrast-light-definition.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/highcontrast-light.scss';
|
|
@@ -2080,33 +2080,36 @@
|
|
|
2080
2080
|
font-family: "Calibri";
|
|
2081
2081
|
}
|
|
2082
2082
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2083
|
-
font-family: "
|
|
2083
|
+
font-family: "Comic Sans MS";
|
|
2084
2084
|
}
|
|
2085
2085
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2086
|
-
font-family: "Courier
|
|
2086
|
+
font-family: "Courier";
|
|
2087
2087
|
}
|
|
2088
2088
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2089
|
-
font-family: "
|
|
2089
|
+
font-family: "Courier New";
|
|
2090
2090
|
}
|
|
2091
2091
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2092
|
-
font-family: "
|
|
2092
|
+
font-family: "Din Condensed";
|
|
2093
2093
|
}
|
|
2094
2094
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2095
|
-
font-family: "
|
|
2095
|
+
font-family: "Georgia";
|
|
2096
2096
|
}
|
|
2097
2097
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2098
|
-
font-family: "Helvetica
|
|
2098
|
+
font-family: "Helvetica";
|
|
2099
2099
|
}
|
|
2100
2100
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2101
|
-
font-family: "
|
|
2101
|
+
font-family: "Helvetica New";
|
|
2102
2102
|
}
|
|
2103
2103
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2104
|
-
font-family: "
|
|
2104
|
+
font-family: "Roboto";
|
|
2105
2105
|
}
|
|
2106
2106
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2107
|
-
font-family: "
|
|
2107
|
+
font-family: "Tahoma";
|
|
2108
2108
|
}
|
|
2109
2109
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2110
|
+
font-family: "Times New Roman";
|
|
2111
|
+
}
|
|
2112
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2110
2113
|
font-family: "Verdana";
|
|
2111
2114
|
}
|
|
2112
2115
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/highcontrast-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/highcontrast-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/highcontrast-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/highcontrast-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/highcontrast-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/highcontrast-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/highcontrast-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/highcontrast-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/highcontrast-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/highcontrast-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/highcontrast-definition.scss';
|
|
21
|
-
@import 'highcontrast-definition.scss';
|
|
22
|
-
@import 'icons/highcontrast.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/highcontrast.scss';
|
|
@@ -2123,33 +2123,36 @@
|
|
|
2123
2123
|
font-family: "Calibri";
|
|
2124
2124
|
}
|
|
2125
2125
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2126
|
-
font-family: "
|
|
2126
|
+
font-family: "Comic Sans MS";
|
|
2127
2127
|
}
|
|
2128
2128
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2129
|
-
font-family: "Courier
|
|
2129
|
+
font-family: "Courier";
|
|
2130
2130
|
}
|
|
2131
2131
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2132
|
-
font-family: "
|
|
2132
|
+
font-family: "Courier New";
|
|
2133
2133
|
}
|
|
2134
2134
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2135
|
-
font-family: "
|
|
2135
|
+
font-family: "Din Condensed";
|
|
2136
2136
|
}
|
|
2137
2137
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2138
|
-
font-family: "
|
|
2138
|
+
font-family: "Georgia";
|
|
2139
2139
|
}
|
|
2140
2140
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2141
|
-
font-family: "Helvetica
|
|
2141
|
+
font-family: "Helvetica";
|
|
2142
2142
|
}
|
|
2143
2143
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2144
|
-
font-family: "
|
|
2144
|
+
font-family: "Helvetica New";
|
|
2145
2145
|
}
|
|
2146
2146
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2147
|
-
font-family: "
|
|
2147
|
+
font-family: "Roboto";
|
|
2148
2148
|
}
|
|
2149
2149
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2150
|
-
font-family: "
|
|
2150
|
+
font-family: "Tahoma";
|
|
2151
2151
|
}
|
|
2152
2152
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2153
|
+
font-family: "Times New Roman";
|
|
2154
|
+
}
|
|
2155
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2153
2156
|
font-family: "Verdana";
|
|
2154
2157
|
}
|
|
2155
2158
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/material-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/material-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/material-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/material-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/material-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/material-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/material-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/material-dark-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/material-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/material-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/material-dark-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/material-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/material-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/material-dark-definition.scss';
|
|
21
|
-
@import 'material-dark-definition.scss';
|
|
22
|
-
@import 'icons/material-dark.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/material-dark.scss';
|
|
@@ -2161,33 +2161,36 @@
|
|
|
2161
2161
|
font-family: "Calibri";
|
|
2162
2162
|
}
|
|
2163
2163
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2164
|
-
font-family: "
|
|
2164
|
+
font-family: "Comic Sans MS";
|
|
2165
2165
|
}
|
|
2166
2166
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2167
|
-
font-family: "Courier
|
|
2167
|
+
font-family: "Courier";
|
|
2168
2168
|
}
|
|
2169
2169
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2170
|
-
font-family: "
|
|
2170
|
+
font-family: "Courier New";
|
|
2171
2171
|
}
|
|
2172
2172
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2173
|
-
font-family: "
|
|
2173
|
+
font-family: "Din Condensed";
|
|
2174
2174
|
}
|
|
2175
2175
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2176
|
-
font-family: "
|
|
2176
|
+
font-family: "Georgia";
|
|
2177
2177
|
}
|
|
2178
2178
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2179
|
-
font-family: "Helvetica
|
|
2179
|
+
font-family: "Helvetica";
|
|
2180
2180
|
}
|
|
2181
2181
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2182
|
-
font-family: "
|
|
2182
|
+
font-family: "Helvetica New";
|
|
2183
2183
|
}
|
|
2184
2184
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2185
|
-
font-family: "
|
|
2185
|
+
font-family: "Roboto";
|
|
2186
2186
|
}
|
|
2187
2187
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2188
|
-
font-family: "
|
|
2188
|
+
font-family: "Tahoma";
|
|
2189
2189
|
}
|
|
2190
2190
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2191
|
+
font-family: "Times New Roman";
|
|
2192
|
+
}
|
|
2193
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2191
2194
|
font-family: "Verdana";
|
|
2192
2195
|
}
|
|
2193
2196
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/material-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/material-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/material-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/material-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/material-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/material-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/material-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/material-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/material-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/material-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/material-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/material-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/material-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/material-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/material-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/material-definition.scss';
|
|
21
|
-
@import 'material-definition.scss';
|
|
22
|
-
@import 'icons/material.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/material.scss';
|
|
@@ -2137,33 +2137,36 @@
|
|
|
2137
2137
|
font-family: "Calibri";
|
|
2138
2138
|
}
|
|
2139
2139
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2140
|
-
font-family: "
|
|
2140
|
+
font-family: "Comic Sans MS";
|
|
2141
2141
|
}
|
|
2142
2142
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2143
|
-
font-family: "Courier
|
|
2143
|
+
font-family: "Courier";
|
|
2144
2144
|
}
|
|
2145
2145
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2146
|
-
font-family: "
|
|
2146
|
+
font-family: "Courier New";
|
|
2147
2147
|
}
|
|
2148
2148
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2149
|
-
font-family: "
|
|
2149
|
+
font-family: "Din Condensed";
|
|
2150
2150
|
}
|
|
2151
2151
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2152
|
-
font-family: "
|
|
2152
|
+
font-family: "Georgia";
|
|
2153
2153
|
}
|
|
2154
2154
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2155
|
-
font-family: "Helvetica
|
|
2155
|
+
font-family: "Helvetica";
|
|
2156
2156
|
}
|
|
2157
2157
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2158
|
-
font-family: "
|
|
2158
|
+
font-family: "Helvetica New";
|
|
2159
2159
|
}
|
|
2160
2160
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2161
|
-
font-family: "
|
|
2161
|
+
font-family: "Roboto";
|
|
2162
2162
|
}
|
|
2163
2163
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2164
|
-
font-family: "
|
|
2164
|
+
font-family: "Tahoma";
|
|
2165
2165
|
}
|
|
2166
2166
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2167
|
+
font-family: "Times New Roman";
|
|
2168
|
+
}
|
|
2169
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2167
2170
|
font-family: "Verdana";
|
|
2168
2171
|
}
|
|
2169
2172
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/switch/tailwind-dark-definition.scss';
|
|
6
|
-
@import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/tab/tailwind-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/menu/tailwind-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/tailwind-dark-definition.scss';
|
|
11
|
-
@import 'ej2-grids/styles/excel-filter/tailwind-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/color-picker/tailwind-dark-definition.scss';
|
|
15
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/tailwind-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/split-button/tailwind-dark-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/list-box/tailwind-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/combo-box/tailwind-dark-definition.scss';
|
|
20
|
-
@import 'tailwind-dark-definition.scss';
|
|
21
|
-
@import 'icons/tailwind-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/tailwind-dark.scss';
|
|
@@ -2137,33 +2137,36 @@
|
|
|
2137
2137
|
font-family: "Calibri";
|
|
2138
2138
|
}
|
|
2139
2139
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2140
|
-
font-family: "
|
|
2140
|
+
font-family: "Comic Sans MS";
|
|
2141
2141
|
}
|
|
2142
2142
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2143
|
-
font-family: "Courier
|
|
2143
|
+
font-family: "Courier";
|
|
2144
2144
|
}
|
|
2145
2145
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2146
|
-
font-family: "
|
|
2146
|
+
font-family: "Courier New";
|
|
2147
2147
|
}
|
|
2148
2148
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2149
|
-
font-family: "
|
|
2149
|
+
font-family: "Din Condensed";
|
|
2150
2150
|
}
|
|
2151
2151
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2152
|
-
font-family: "
|
|
2152
|
+
font-family: "Georgia";
|
|
2153
2153
|
}
|
|
2154
2154
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2155
|
-
font-family: "Helvetica
|
|
2155
|
+
font-family: "Helvetica";
|
|
2156
2156
|
}
|
|
2157
2157
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2158
|
-
font-family: "
|
|
2158
|
+
font-family: "Helvetica New";
|
|
2159
2159
|
}
|
|
2160
2160
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2161
|
-
font-family: "
|
|
2161
|
+
font-family: "Roboto";
|
|
2162
2162
|
}
|
|
2163
2163
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2164
|
-
font-family: "
|
|
2164
|
+
font-family: "Tahoma";
|
|
2165
2165
|
}
|
|
2166
2166
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2167
|
+
font-family: "Times New Roman";
|
|
2168
|
+
}
|
|
2169
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2167
2170
|
font-family: "Verdana";
|
|
2168
2171
|
}
|
|
2169
2172
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -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
|
@@ -2138,33 +2138,36 @@
|
|
|
2138
2138
|
font-family: "Calibri";
|
|
2139
2139
|
}
|
|
2140
2140
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2141
|
-
font-family: "
|
|
2141
|
+
font-family: "Comic Sans MS";
|
|
2142
2142
|
}
|
|
2143
2143
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2144
|
-
font-family: "Courier
|
|
2144
|
+
font-family: "Courier";
|
|
2145
2145
|
}
|
|
2146
2146
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2147
|
-
font-family: "
|
|
2147
|
+
font-family: "Courier New";
|
|
2148
2148
|
}
|
|
2149
2149
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2150
|
-
font-family: "
|
|
2150
|
+
font-family: "Din Condensed";
|
|
2151
2151
|
}
|
|
2152
2152
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2153
|
-
font-family: "
|
|
2153
|
+
font-family: "Georgia";
|
|
2154
2154
|
}
|
|
2155
2155
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2156
|
-
font-family: "Helvetica
|
|
2156
|
+
font-family: "Helvetica";
|
|
2157
2157
|
}
|
|
2158
2158
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2159
|
-
font-family: "
|
|
2159
|
+
font-family: "Helvetica New";
|
|
2160
2160
|
}
|
|
2161
2161
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2162
|
-
font-family: "
|
|
2162
|
+
font-family: "Roboto";
|
|
2163
2163
|
}
|
|
2164
2164
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2165
|
-
font-family: "
|
|
2165
|
+
font-family: "Tahoma";
|
|
2166
2166
|
}
|
|
2167
2167
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2168
|
+
font-family: "Times New Roman";
|
|
2169
|
+
}
|
|
2170
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2168
2171
|
font-family: "Verdana";
|
|
2169
2172
|
}
|
|
2170
2173
|
.e-dropdown-popup.e-aggregate-list {
|
package/styles/tailwind.css
CHANGED
|
@@ -2138,33 +2138,36 @@
|
|
|
2138
2138
|
font-family: "Calibri";
|
|
2139
2139
|
}
|
|
2140
2140
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2141
|
-
font-family: "
|
|
2141
|
+
font-family: "Comic Sans MS";
|
|
2142
2142
|
}
|
|
2143
2143
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2144
|
-
font-family: "Courier
|
|
2144
|
+
font-family: "Courier";
|
|
2145
2145
|
}
|
|
2146
2146
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2147
|
-
font-family: "
|
|
2147
|
+
font-family: "Courier New";
|
|
2148
2148
|
}
|
|
2149
2149
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2150
|
-
font-family: "
|
|
2150
|
+
font-family: "Din Condensed";
|
|
2151
2151
|
}
|
|
2152
2152
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2153
|
-
font-family: "
|
|
2153
|
+
font-family: "Georgia";
|
|
2154
2154
|
}
|
|
2155
2155
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2156
|
-
font-family: "Helvetica
|
|
2156
|
+
font-family: "Helvetica";
|
|
2157
2157
|
}
|
|
2158
2158
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2159
|
-
font-family: "
|
|
2159
|
+
font-family: "Helvetica New";
|
|
2160
2160
|
}
|
|
2161
2161
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2162
|
-
font-family: "
|
|
2162
|
+
font-family: "Roboto";
|
|
2163
2163
|
}
|
|
2164
2164
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2165
|
-
font-family: "
|
|
2165
|
+
font-family: "Tahoma";
|
|
2166
2166
|
}
|
|
2167
2167
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2168
|
+
font-family: "Times New Roman";
|
|
2169
|
+
}
|
|
2170
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2168
2171
|
font-family: "Verdana";
|
|
2169
2172
|
}
|
|
2170
2173
|
.e-dropdown-popup.e-aggregate-list {
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export { ImageDirective, ImagesDirective } from './spreadsheet/image.directive';
|
|
2
|
-
export { ChartDirective, ChartsDirective } from './spreadsheet/chart.directive';
|
|
3
|
-
export { CellDirective, CellsDirective } from './spreadsheet/cells.directive';
|
|
4
|
-
export { RowDirective, RowsDirective } from './spreadsheet/rows.directive';
|
|
5
|
-
export { ColumnDirective, ColumnsDirective } from './spreadsheet/columns.directive';
|
|
6
|
-
export { RangeDirective, RangesDirective } from './spreadsheet/ranges.directive';
|
|
7
|
-
export { ConditionalFormatDirective, ConditionalFormatsDirective } from './spreadsheet/conditionalformats.directive';
|
|
8
|
-
export { SheetDirective, SheetsDirective } from './spreadsheet/sheets.directive';
|
|
9
|
-
export { DefinedNameDirective, DefinedNamesDirective } from './spreadsheet/definednames.directive';
|
|
10
|
-
export { SpreadsheetComponent } from './spreadsheet/spreadsheet.component';
|
|
11
|
-
export { SpreadsheetModule } from './spreadsheet/spreadsheet.module';
|
|
12
|
-
export { SpreadsheetAllModule, ClipboardService, EditService, KeyboardNavigationService, KeyboardShortcutService, CollaborativeEditingService, SelectionService, ContextMenuService, FormulaBarService, RibbonService, SaveService, OpenService, SheetTabsService, DataBindService, AllModuleService, BasicModuleService, CellFormatService, NumberFormatService, FormulaService } from './spreadsheet/spreadsheet-all.module';
|
|
13
|
-
export * from '@syncfusion/ej2-spreadsheet';
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLGNBQWMsRUFBQyxlQUFlLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUM3RSxPQUFPLEVBQUMsY0FBYyxFQUFDLGVBQWUsRUFBQyxNQUFNLCtCQUErQixDQUFDO0FBQzdFLE9BQU8sRUFBQyxhQUFhLEVBQUMsY0FBYyxFQUFDLE1BQU0sK0JBQStCLENBQUM7QUFDM0UsT0FBTyxFQUFDLFlBQVksRUFBQyxhQUFhLEVBQUMsTUFBTSw4QkFBOEIsQ0FBQztBQUN4RSxPQUFPLEVBQUMsZUFBZSxFQUFDLGdCQUFnQixFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDakYsT0FBTyxFQUFDLGNBQWMsRUFBQyxlQUFlLEVBQUMsTUFBTSxnQ0FBZ0MsQ0FBQztBQUM5RSxPQUFPLEVBQUMsMEJBQTBCLEVBQUMsMkJBQTJCLEVBQUMsTUFBTSw0Q0FBNEMsQ0FBQztBQUNsSCxPQUFPLEVBQUMsY0FBYyxFQUFDLGVBQWUsRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBQzlFLE9BQU8sRUFBQyxvQkFBb0IsRUFBQyxxQkFBcUIsRUFBQyxNQUFNLHNDQUFzQyxDQUFDO0FBQ2hHLE9BQU8sRUFBRSxvQkFBb0IsRUFBQyxNQUFNLHFDQUFxQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ3JFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUseUJBQXlCLEVBQUUsdUJBQXVCLEVBQUUsMkJBQTJCLEVBQUUsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsaUJBQWlCLEVBQUUsYUFBYSxFQUFFLFdBQVcsRUFBRSxXQUFXLEVBQUUsZ0JBQWdCLEVBQUUsZUFBZSxFQUFFLGdCQUFnQixFQUFFLGtCQUFrQixFQUFFLGlCQUFpQixFQUFFLG1CQUFtQixFQUFFLGNBQWMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQy9aLGNBQWMsNkJBQTZCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQge0ltYWdlRGlyZWN0aXZlLEltYWdlc0RpcmVjdGl2ZX0gZnJvbSAnLi9zcHJlYWRzaGVldC9pbWFnZS5kaXJlY3RpdmUnO1xuZXhwb3J0IHtDaGFydERpcmVjdGl2ZSxDaGFydHNEaXJlY3RpdmV9IGZyb20gJy4vc3ByZWFkc2hlZXQvY2hhcnQuZGlyZWN0aXZlJztcbmV4cG9ydCB7Q2VsbERpcmVjdGl2ZSxDZWxsc0RpcmVjdGl2ZX0gZnJvbSAnLi9zcHJlYWRzaGVldC9jZWxscy5kaXJlY3RpdmUnO1xuZXhwb3J0IHtSb3dEaXJlY3RpdmUsUm93c0RpcmVjdGl2ZX0gZnJvbSAnLi9zcHJlYWRzaGVldC9yb3dzLmRpcmVjdGl2ZSc7XG5leHBvcnQge0NvbHVtbkRpcmVjdGl2ZSxDb2x1bW5zRGlyZWN0aXZlfSBmcm9tICcuL3NwcmVhZHNoZWV0L2NvbHVtbnMuZGlyZWN0aXZlJztcbmV4cG9ydCB7UmFuZ2VEaXJlY3RpdmUsUmFuZ2VzRGlyZWN0aXZlfSBmcm9tICcuL3NwcmVhZHNoZWV0L3Jhbmdlcy5kaXJlY3RpdmUnO1xuZXhwb3J0IHtDb25kaXRpb25hbEZvcm1hdERpcmVjdGl2ZSxDb25kaXRpb25hbEZvcm1hdHNEaXJlY3RpdmV9IGZyb20gJy4vc3ByZWFkc2hlZXQvY29uZGl0aW9uYWxmb3JtYXRzLmRpcmVjdGl2ZSc7XG5leHBvcnQge1NoZWV0RGlyZWN0aXZlLFNoZWV0c0RpcmVjdGl2ZX0gZnJvbSAnLi9zcHJlYWRzaGVldC9zaGVldHMuZGlyZWN0aXZlJztcbmV4cG9ydCB7RGVmaW5lZE5hbWVEaXJlY3RpdmUsRGVmaW5lZE5hbWVzRGlyZWN0aXZlfSBmcm9tICcuL3NwcmVhZHNoZWV0L2RlZmluZWRuYW1lcy5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgU3ByZWFkc2hlZXRDb21wb25lbnR9IGZyb20gJy4vc3ByZWFkc2hlZXQvc3ByZWFkc2hlZXQuY29tcG9uZW50JztcbmV4cG9ydCB7IFNwcmVhZHNoZWV0TW9kdWxlIH0gZnJvbSAnLi9zcHJlYWRzaGVldC9zcHJlYWRzaGVldC5tb2R1bGUnO1xuZXhwb3J0IHsgU3ByZWFkc2hlZXRBbGxNb2R1bGUsIENsaXBib2FyZFNlcnZpY2UsIEVkaXRTZXJ2aWNlLCBLZXlib2FyZE5hdmlnYXRpb25TZXJ2aWNlLCBLZXlib2FyZFNob3J0Y3V0U2VydmljZSwgQ29sbGFib3JhdGl2ZUVkaXRpbmdTZXJ2aWNlLCBTZWxlY3Rpb25TZXJ2aWNlLCBDb250ZXh0TWVudVNlcnZpY2UsIEZvcm11bGFCYXJTZXJ2aWNlLCBSaWJib25TZXJ2aWNlLCBTYXZlU2VydmljZSwgT3BlblNlcnZpY2UsIFNoZWV0VGFic1NlcnZpY2UsIERhdGFCaW5kU2VydmljZSwgQWxsTW9kdWxlU2VydmljZSwgQmFzaWNNb2R1bGVTZXJ2aWNlLCBDZWxsRm9ybWF0U2VydmljZSwgTnVtYmVyRm9ybWF0U2VydmljZSwgRm9ybXVsYVNlcnZpY2UgfSBmcm9tICcuL3NwcmVhZHNoZWV0L3NwcmVhZHNoZWV0LWFsbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnQHN5bmNmdXNpb24vZWoyLXNwcmVhZHNoZWV0JzsiXX0=
|