@syncfusion/ej2-angular-spreadsheet 20.2.36 → 20.2.37-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 +1148 -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 +20 -34
- 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 +21 -0
- package/styles/bootstrap.css +21 -0
- package/styles/bootstrap4.css +21 -0
- package/styles/bootstrap5-dark.css +25 -0
- package/styles/bootstrap5.css +25 -0
- package/styles/fabric-dark.css +18 -0
- package/styles/fabric.css +18 -0
- package/styles/fluent-dark.css +21 -0
- package/styles/fluent.css +21 -0
- package/styles/highcontrast-light.css +18 -0
- package/styles/highcontrast.css +18 -0
- package/styles/material-dark.css +18 -0
- package/styles/material.css +18 -0
- 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 +21 -0
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +21 -0
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +21 -0
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +25 -0
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +25 -0
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +18 -0
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +18 -0
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +21 -0
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +21 -0
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +18 -0
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +18 -0
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +18 -0
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +18 -0
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +17 -0
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +17 -0
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +17 -0
- package/styles/tailwind.css +17 -0
- 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 -243
- package/styles/ribbon/_material-dark-definition.scss +0 -15
- package/styles/ribbon/_material-definition.scss +0 -13
- 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 -133
- package/styles/spreadsheet/_bootstrap-definition.scss +0 -133
- package/styles/spreadsheet/_bootstrap4-definition.scss +0 -132
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +0 -134
- package/styles/spreadsheet/_fabric-dark-definition.scss +0 -130
- package/styles/spreadsheet/_fabric-definition.scss +0 -130
- package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet/_fluent-definition.scss +0 -134
- package/styles/spreadsheet/_fusionnew-definition.scss +0 -134
- package/styles/spreadsheet/_highcontrast-definition.scss +0 -130
- package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -130
- package/styles/spreadsheet/_layout.scss +0 -2981
- package/styles/spreadsheet/_material-dark-definition.scss +0 -133
- package/styles/spreadsheet/_material-definition.scss +0 -131
- package/styles/spreadsheet/_material3-definition.scss +0 -134
- package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet/_tailwind-definition.scss +0 -136
- package/styles/spreadsheet/_theme.scss +0 -1356
- 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 -995
- 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
|
@@ -1941,6 +1941,12 @@
|
|
|
1941
1941
|
font-size: 12px;
|
|
1942
1942
|
padding-top: 7px;
|
|
1943
1943
|
}
|
|
1944
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1945
|
+
padding-right: 12px;
|
|
1946
|
+
}
|
|
1947
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1948
|
+
padding: 12px 0;
|
|
1949
|
+
}
|
|
1944
1950
|
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1945
1951
|
margin: 0;
|
|
1946
1952
|
padding-bottom: 8px;
|
|
@@ -2046,6 +2052,9 @@
|
|
|
2046
2052
|
cursor: row-resize;
|
|
2047
2053
|
}
|
|
2048
2054
|
|
|
2055
|
+
.e-dropdown-popup.e-numformat-ddb ul {
|
|
2056
|
+
max-width: initial;
|
|
2057
|
+
}
|
|
2049
2058
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2050
2059
|
font-size: 13px;
|
|
2051
2060
|
max-width: 200px;
|
|
@@ -2282,6 +2291,9 @@
|
|
|
2282
2291
|
.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
|
|
2283
2292
|
display: block;
|
|
2284
2293
|
}
|
|
2294
|
+
.e-menu-wrapper.e-popup.e-menu-popup.e-addchart-menu ul .e-menu-item {
|
|
2295
|
+
height: 35px;
|
|
2296
|
+
}
|
|
2285
2297
|
.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul, .e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul {
|
|
2286
2298
|
min-width: 165px;
|
|
2287
2299
|
overflow: visible;
|
|
@@ -2435,6 +2447,10 @@
|
|
|
2435
2447
|
overflow-y: auto;
|
|
2436
2448
|
}
|
|
2437
2449
|
|
|
2450
|
+
.e-xlflmenu .e-xlfl-maindiv .e-xlfl-radiodiv {
|
|
2451
|
+
width: auto;
|
|
2452
|
+
}
|
|
2453
|
+
|
|
2438
2454
|
.e-name-box .e-dropdownbase .e-list-item {
|
|
2439
2455
|
line-height: 25px;
|
|
2440
2456
|
min-height: 25px;
|
|
@@ -2529,6 +2545,11 @@
|
|
|
2529
2545
|
height: auto;
|
|
2530
2546
|
width: auto;
|
|
2531
2547
|
}
|
|
2548
|
+
.e-bigger .e-spreadsheet .e-ribbon .e-content .e-hscroll-bar,
|
|
2549
|
+
.e-bigger.e-spreadsheet .e-ribbon .e-content .e-hscroll-bar {
|
|
2550
|
+
height: auto;
|
|
2551
|
+
overflow: hidden;
|
|
2552
|
+
}
|
|
2532
2553
|
.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon,
|
|
2533
2554
|
.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
|
|
2534
2555
|
font-size: 20px;
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition.scss';
|
|
21
|
-
@import 'bootstrap-dark-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap-dark.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap-dark.scss';
|
|
@@ -1966,6 +1966,12 @@
|
|
|
1966
1966
|
font-size: 12px;
|
|
1967
1967
|
padding-top: 7px;
|
|
1968
1968
|
}
|
|
1969
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1970
|
+
padding-right: 12px;
|
|
1971
|
+
}
|
|
1972
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1973
|
+
padding: 12px 0;
|
|
1974
|
+
}
|
|
1969
1975
|
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1970
1976
|
margin: 0;
|
|
1971
1977
|
padding-bottom: 8px;
|
|
@@ -2071,6 +2077,9 @@
|
|
|
2071
2077
|
cursor: row-resize;
|
|
2072
2078
|
}
|
|
2073
2079
|
|
|
2080
|
+
.e-dropdown-popup.e-numformat-ddb ul {
|
|
2081
|
+
max-width: initial;
|
|
2082
|
+
}
|
|
2074
2083
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2075
2084
|
font-size: 13px;
|
|
2076
2085
|
max-width: 200px;
|
|
@@ -2307,6 +2316,9 @@
|
|
|
2307
2316
|
.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
|
|
2308
2317
|
display: block;
|
|
2309
2318
|
}
|
|
2319
|
+
.e-menu-wrapper.e-popup.e-menu-popup.e-addchart-menu ul .e-menu-item {
|
|
2320
|
+
height: 35px;
|
|
2321
|
+
}
|
|
2310
2322
|
.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul, .e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul {
|
|
2311
2323
|
min-width: 165px;
|
|
2312
2324
|
overflow: visible;
|
|
@@ -2460,6 +2472,10 @@
|
|
|
2460
2472
|
overflow-y: auto;
|
|
2461
2473
|
}
|
|
2462
2474
|
|
|
2475
|
+
.e-xlflmenu .e-xlfl-maindiv .e-xlfl-radiodiv {
|
|
2476
|
+
width: auto;
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2463
2479
|
.e-name-box .e-dropdownbase .e-list-item {
|
|
2464
2480
|
line-height: 25px;
|
|
2465
2481
|
min-height: 25px;
|
|
@@ -2554,6 +2570,11 @@
|
|
|
2554
2570
|
height: auto;
|
|
2555
2571
|
width: auto;
|
|
2556
2572
|
}
|
|
2573
|
+
.e-bigger .e-spreadsheet .e-ribbon .e-content .e-hscroll-bar,
|
|
2574
|
+
.e-bigger.e-spreadsheet .e-ribbon .e-content .e-hscroll-bar {
|
|
2575
|
+
height: auto;
|
|
2576
|
+
overflow: hidden;
|
|
2577
|
+
}
|
|
2557
2578
|
.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon,
|
|
2558
2579
|
.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
|
|
2559
2580
|
font-size: 20px;
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
|
|
21
|
-
@import 'bootstrap-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap.scss';
|
|
@@ -2014,6 +2014,12 @@
|
|
|
2014
2014
|
font-size: 12px;
|
|
2015
2015
|
padding-top: 7px;
|
|
2016
2016
|
}
|
|
2017
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
2018
|
+
padding-right: 12px;
|
|
2019
|
+
}
|
|
2020
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
2021
|
+
padding: 12px 0;
|
|
2022
|
+
}
|
|
2017
2023
|
.e-spreadsheet .e-find-dlg p.e-header {
|
|
2018
2024
|
margin: 0;
|
|
2019
2025
|
padding-bottom: 8px;
|
|
@@ -2119,6 +2125,9 @@
|
|
|
2119
2125
|
cursor: row-resize;
|
|
2120
2126
|
}
|
|
2121
2127
|
|
|
2128
|
+
.e-dropdown-popup.e-numformat-ddb ul {
|
|
2129
|
+
max-width: initial;
|
|
2130
|
+
}
|
|
2122
2131
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2123
2132
|
font-size: 13px;
|
|
2124
2133
|
max-width: 200px;
|
|
@@ -2355,6 +2364,9 @@
|
|
|
2355
2364
|
.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
|
|
2356
2365
|
display: block;
|
|
2357
2366
|
}
|
|
2367
|
+
.e-menu-wrapper.e-popup.e-menu-popup.e-addchart-menu ul .e-menu-item {
|
|
2368
|
+
height: 35px;
|
|
2369
|
+
}
|
|
2358
2370
|
.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul, .e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul {
|
|
2359
2371
|
min-width: 165px;
|
|
2360
2372
|
overflow: visible;
|
|
@@ -2508,6 +2520,10 @@
|
|
|
2508
2520
|
overflow-y: auto;
|
|
2509
2521
|
}
|
|
2510
2522
|
|
|
2523
|
+
.e-xlflmenu .e-xlfl-maindiv .e-xlfl-radiodiv {
|
|
2524
|
+
width: auto;
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2511
2527
|
.e-name-box .e-dropdownbase .e-list-item {
|
|
2512
2528
|
line-height: 25px;
|
|
2513
2529
|
min-height: 25px;
|
|
@@ -2602,6 +2618,11 @@
|
|
|
2602
2618
|
height: auto;
|
|
2603
2619
|
width: auto;
|
|
2604
2620
|
}
|
|
2621
|
+
.e-bigger .e-spreadsheet .e-ribbon .e-content .e-hscroll-bar,
|
|
2622
|
+
.e-bigger.e-spreadsheet .e-ribbon .e-content .e-hscroll-bar {
|
|
2623
|
+
height: auto;
|
|
2624
|
+
overflow: hidden;
|
|
2625
|
+
}
|
|
2605
2626
|
.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon,
|
|
2606
2627
|
.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
|
|
2607
2628
|
font-size: 20px;
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap4-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap4-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap4-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap4-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap4-definition.scss';
|
|
21
|
-
@import 'bootstrap4-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap4.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap4.scss';
|
|
@@ -1995,6 +1995,12 @@
|
|
|
1995
1995
|
font-size: 12px;
|
|
1996
1996
|
padding-top: 7px;
|
|
1997
1997
|
}
|
|
1998
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1999
|
+
padding-right: 12px;
|
|
2000
|
+
}
|
|
2001
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
2002
|
+
padding: 12px 0;
|
|
2003
|
+
}
|
|
1998
2004
|
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1999
2005
|
margin: 0;
|
|
2000
2006
|
padding-bottom: 8px;
|
|
@@ -2100,6 +2106,9 @@
|
|
|
2100
2106
|
cursor: row-resize;
|
|
2101
2107
|
}
|
|
2102
2108
|
|
|
2109
|
+
.e-dropdown-popup.e-numformat-ddb ul {
|
|
2110
|
+
max-width: initial;
|
|
2111
|
+
}
|
|
2103
2112
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2104
2113
|
font-size: 13px;
|
|
2105
2114
|
max-width: 200px;
|
|
@@ -2336,6 +2345,9 @@
|
|
|
2336
2345
|
.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
|
|
2337
2346
|
display: block;
|
|
2338
2347
|
}
|
|
2348
|
+
.e-menu-wrapper.e-popup.e-menu-popup.e-addchart-menu ul .e-menu-item {
|
|
2349
|
+
height: 35px;
|
|
2350
|
+
}
|
|
2339
2351
|
.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul, .e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul {
|
|
2340
2352
|
min-width: 165px;
|
|
2341
2353
|
overflow: visible;
|
|
@@ -2489,6 +2501,10 @@
|
|
|
2489
2501
|
overflow-y: auto;
|
|
2490
2502
|
}
|
|
2491
2503
|
|
|
2504
|
+
.e-xlflmenu .e-xlfl-maindiv .e-xlfl-radiodiv {
|
|
2505
|
+
width: auto;
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2492
2508
|
.e-name-box .e-dropdownbase .e-list-item {
|
|
2493
2509
|
line-height: 25px;
|
|
2494
2510
|
min-height: 25px;
|
|
@@ -2583,6 +2599,11 @@
|
|
|
2583
2599
|
height: auto;
|
|
2584
2600
|
width: auto;
|
|
2585
2601
|
}
|
|
2602
|
+
.e-bigger .e-spreadsheet .e-ribbon .e-content .e-hscroll-bar,
|
|
2603
|
+
.e-bigger.e-spreadsheet .e-ribbon .e-content .e-hscroll-bar {
|
|
2604
|
+
height: auto;
|
|
2605
|
+
overflow: hidden;
|
|
2606
|
+
}
|
|
2586
2607
|
.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon,
|
|
2587
2608
|
.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
|
|
2588
2609
|
font-size: 20px;
|
|
@@ -2939,6 +2960,7 @@
|
|
|
2939
2960
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(:focus):not(.e-tbar-btn).e-active {
|
|
2940
2961
|
background: #5c636a;
|
|
2941
2962
|
border-color: transparent;
|
|
2963
|
+
color: #fff;
|
|
2942
2964
|
}
|
|
2943
2965
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus {
|
|
2944
2966
|
color: #fff;
|
|
@@ -2946,6 +2968,9 @@
|
|
|
2946
2968
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active .e-icons, .e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active.e-dropdown-btn .e-tbar-btn-text, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus .e-icons, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus.e-dropdown-btn .e-tbar-btn-text {
|
|
2947
2969
|
color: inherit;
|
|
2948
2970
|
}
|
|
2971
|
+
.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-split-colorpicker {
|
|
2972
|
+
color: #fff;
|
|
2973
|
+
}
|
|
2949
2974
|
.e-spreadsheet .e-formula-bar-panel {
|
|
2950
2975
|
background-color: #212529;
|
|
2951
2976
|
}
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/switch/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/tab/bootstrap5-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/menu/bootstrap5-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/bootstrap5-dark-definition.scss';
|
|
11
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap5-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap5-dark-definition.scss';
|
|
15
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap5-dark-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap5-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap5-dark-definition.scss';
|
|
20
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
21
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap5-dark.scss';
|
|
@@ -1995,6 +1995,12 @@
|
|
|
1995
1995
|
font-size: 12px;
|
|
1996
1996
|
padding-top: 7px;
|
|
1997
1997
|
}
|
|
1998
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1999
|
+
padding-right: 12px;
|
|
2000
|
+
}
|
|
2001
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
2002
|
+
padding: 12px 0;
|
|
2003
|
+
}
|
|
1998
2004
|
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1999
2005
|
margin: 0;
|
|
2000
2006
|
padding-bottom: 8px;
|
|
@@ -2100,6 +2106,9 @@
|
|
|
2100
2106
|
cursor: row-resize;
|
|
2101
2107
|
}
|
|
2102
2108
|
|
|
2109
|
+
.e-dropdown-popup.e-numformat-ddb ul {
|
|
2110
|
+
max-width: initial;
|
|
2111
|
+
}
|
|
2103
2112
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2104
2113
|
font-size: 13px;
|
|
2105
2114
|
max-width: 200px;
|
|
@@ -2336,6 +2345,9 @@
|
|
|
2336
2345
|
.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
|
|
2337
2346
|
display: block;
|
|
2338
2347
|
}
|
|
2348
|
+
.e-menu-wrapper.e-popup.e-menu-popup.e-addchart-menu ul .e-menu-item {
|
|
2349
|
+
height: 35px;
|
|
2350
|
+
}
|
|
2339
2351
|
.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul, .e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul {
|
|
2340
2352
|
min-width: 165px;
|
|
2341
2353
|
overflow: visible;
|
|
@@ -2489,6 +2501,10 @@
|
|
|
2489
2501
|
overflow-y: auto;
|
|
2490
2502
|
}
|
|
2491
2503
|
|
|
2504
|
+
.e-xlflmenu .e-xlfl-maindiv .e-xlfl-radiodiv {
|
|
2505
|
+
width: auto;
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2492
2508
|
.e-name-box .e-dropdownbase .e-list-item {
|
|
2493
2509
|
line-height: 25px;
|
|
2494
2510
|
min-height: 25px;
|
|
@@ -2583,6 +2599,11 @@
|
|
|
2583
2599
|
height: auto;
|
|
2584
2600
|
width: auto;
|
|
2585
2601
|
}
|
|
2602
|
+
.e-bigger .e-spreadsheet .e-ribbon .e-content .e-hscroll-bar,
|
|
2603
|
+
.e-bigger.e-spreadsheet .e-ribbon .e-content .e-hscroll-bar {
|
|
2604
|
+
height: auto;
|
|
2605
|
+
overflow: hidden;
|
|
2606
|
+
}
|
|
2586
2607
|
.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon,
|
|
2587
2608
|
.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
|
|
2588
2609
|
font-size: 20px;
|
|
@@ -2939,6 +2960,7 @@
|
|
|
2939
2960
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(:focus):not(.e-tbar-btn).e-active {
|
|
2940
2961
|
background: #5c636a;
|
|
2941
2962
|
border-color: transparent;
|
|
2963
|
+
color: #fff;
|
|
2942
2964
|
}
|
|
2943
2965
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus {
|
|
2944
2966
|
color: #fff;
|
|
@@ -2946,6 +2968,9 @@
|
|
|
2946
2968
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active .e-icons, .e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active.e-dropdown-btn .e-tbar-btn-text, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus .e-icons, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus.e-dropdown-btn .e-tbar-btn-text {
|
|
2947
2969
|
color: inherit;
|
|
2948
2970
|
}
|
|
2971
|
+
.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-split-colorpicker {
|
|
2972
|
+
color: #212529;
|
|
2973
|
+
}
|
|
2949
2974
|
.e-spreadsheet .e-formula-bar-panel {
|
|
2950
2975
|
background-color: #fff;
|
|
2951
2976
|
}
|
|
@@ -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';
|
|
@@ -1920,6 +1920,12 @@
|
|
|
1920
1920
|
font-size: 12px;
|
|
1921
1921
|
padding-top: 7px;
|
|
1922
1922
|
}
|
|
1923
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1924
|
+
padding-right: 12px;
|
|
1925
|
+
}
|
|
1926
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1927
|
+
padding: 12px 0;
|
|
1928
|
+
}
|
|
1923
1929
|
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1924
1930
|
margin: 0;
|
|
1925
1931
|
padding-bottom: 8px;
|
|
@@ -2025,6 +2031,9 @@
|
|
|
2025
2031
|
cursor: row-resize;
|
|
2026
2032
|
}
|
|
2027
2033
|
|
|
2034
|
+
.e-dropdown-popup.e-numformat-ddb ul {
|
|
2035
|
+
max-width: initial;
|
|
2036
|
+
}
|
|
2028
2037
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2029
2038
|
font-size: 13px;
|
|
2030
2039
|
max-width: 200px;
|
|
@@ -2414,6 +2423,10 @@
|
|
|
2414
2423
|
overflow-y: auto;
|
|
2415
2424
|
}
|
|
2416
2425
|
|
|
2426
|
+
.e-xlflmenu .e-xlfl-maindiv .e-xlfl-radiodiv {
|
|
2427
|
+
width: auto;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2417
2430
|
.e-name-box .e-dropdownbase .e-list-item {
|
|
2418
2431
|
line-height: 25px;
|
|
2419
2432
|
min-height: 25px;
|
|
@@ -2512,6 +2525,11 @@
|
|
|
2512
2525
|
height: auto;
|
|
2513
2526
|
width: auto;
|
|
2514
2527
|
}
|
|
2528
|
+
.e-bigger .e-spreadsheet .e-ribbon .e-content .e-hscroll-bar,
|
|
2529
|
+
.e-bigger.e-spreadsheet .e-ribbon .e-content .e-hscroll-bar {
|
|
2530
|
+
height: auto;
|
|
2531
|
+
overflow: hidden;
|
|
2532
|
+
}
|
|
2515
2533
|
.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon,
|
|
2516
2534
|
.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
|
|
2517
2535
|
font-size: 20px;
|
|
@@ -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';
|
|
@@ -1928,6 +1928,12 @@
|
|
|
1928
1928
|
font-size: 12px;
|
|
1929
1929
|
padding-top: 7px;
|
|
1930
1930
|
}
|
|
1931
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1932
|
+
padding-right: 12px;
|
|
1933
|
+
}
|
|
1934
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1935
|
+
padding: 12px 0;
|
|
1936
|
+
}
|
|
1931
1937
|
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1932
1938
|
margin: 0;
|
|
1933
1939
|
padding-bottom: 8px;
|
|
@@ -2033,6 +2039,9 @@
|
|
|
2033
2039
|
cursor: row-resize;
|
|
2034
2040
|
}
|
|
2035
2041
|
|
|
2042
|
+
.e-dropdown-popup.e-numformat-ddb ul {
|
|
2043
|
+
max-width: initial;
|
|
2044
|
+
}
|
|
2036
2045
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2037
2046
|
font-size: 13px;
|
|
2038
2047
|
max-width: 200px;
|
|
@@ -2422,6 +2431,10 @@
|
|
|
2422
2431
|
overflow-y: auto;
|
|
2423
2432
|
}
|
|
2424
2433
|
|
|
2434
|
+
.e-xlflmenu .e-xlfl-maindiv .e-xlfl-radiodiv {
|
|
2435
|
+
width: auto;
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2425
2438
|
.e-name-box .e-dropdownbase .e-list-item {
|
|
2426
2439
|
line-height: 25px;
|
|
2427
2440
|
min-height: 25px;
|
|
@@ -2520,6 +2533,11 @@
|
|
|
2520
2533
|
height: auto;
|
|
2521
2534
|
width: auto;
|
|
2522
2535
|
}
|
|
2536
|
+
.e-bigger .e-spreadsheet .e-ribbon .e-content .e-hscroll-bar,
|
|
2537
|
+
.e-bigger.e-spreadsheet .e-ribbon .e-content .e-hscroll-bar {
|
|
2538
|
+
height: auto;
|
|
2539
|
+
overflow: hidden;
|
|
2540
|
+
}
|
|
2523
2541
|
.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon,
|
|
2524
2542
|
.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
|
|
2525
2543
|
font-size: 20px;
|