@syncfusion/ej2-angular-spreadsheet 23.2.5 → 23.2.6-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 +1489 -0
- package/dist/ej2-angular-spreadsheet.umd.js +1593 -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 +14 -28
- 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 +8 -0
- package/styles/bootstrap.css +8 -0
- package/styles/bootstrap4.css +8 -0
- package/styles/bootstrap5-dark.css +8 -0
- package/styles/bootstrap5.css +8 -0
- package/styles/fabric-dark.css +8 -0
- package/styles/fabric.css +8 -0
- package/styles/fluent-dark.css +8 -0
- package/styles/fluent.css +8 -0
- package/styles/highcontrast-light.css +8 -0
- package/styles/highcontrast.css +8 -0
- package/styles/material-dark.css +8 -0
- package/styles/material.css +8 -0
- package/styles/material3-dark.css +63 -0
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +119 -0
- package/styles/material3.scss +0 -1
- package/styles/spreadsheet/bootstrap-dark.css +8 -0
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +8 -0
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +8 -0
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +8 -0
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +8 -0
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +8 -0
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +8 -0
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +8 -0
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +8 -0
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +8 -0
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +8 -0
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +8 -0
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +8 -0
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/material3-dark.css +8 -0
- package/styles/spreadsheet/material3-dark.scss +1 -22
- package/styles/spreadsheet/material3.css +8 -0
- package/styles/spreadsheet/material3.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +8 -0
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +8 -0
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/spreadsheet-ribbon/bootstrap-dark.scss +1 -4
- package/styles/spreadsheet-ribbon/bootstrap.scss +1 -4
- package/styles/spreadsheet-ribbon/bootstrap4.scss +1 -4
- package/styles/spreadsheet-ribbon/bootstrap5-dark.scss +1 -4
- package/styles/spreadsheet-ribbon/bootstrap5.scss +1 -4
- package/styles/spreadsheet-ribbon/fabric-dark.scss +1 -4
- package/styles/spreadsheet-ribbon/fabric.scss +1 -4
- package/styles/spreadsheet-ribbon/fluent-dark.scss +1 -4
- package/styles/spreadsheet-ribbon/fluent.scss +1 -4
- package/styles/spreadsheet-ribbon/highcontrast-light.scss +1 -3
- package/styles/spreadsheet-ribbon/highcontrast.scss +1 -4
- package/styles/spreadsheet-ribbon/material-dark.scss +1 -4
- package/styles/spreadsheet-ribbon/material.scss +1 -4
- package/styles/spreadsheet-ribbon/material3-dark.scss +1 -4
- package/styles/spreadsheet-ribbon/material3.scss +1 -4
- package/styles/spreadsheet-ribbon/tailwind-dark.scss +1 -4
- package/styles/spreadsheet-ribbon/tailwind.scss +1 -4
- package/styles/tailwind-dark.css +8 -0
- package/styles/tailwind.css +8 -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/spreadsheet/_all.scss +0 -2
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -223
- package/styles/spreadsheet/_bootstrap-definition.scss +0 -222
- package/styles/spreadsheet/_bootstrap4-definition.scss +0 -221
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +0 -226
- package/styles/spreadsheet/_fabric-dark-definition.scss +0 -222
- package/styles/spreadsheet/_fabric-definition.scss +0 -223
- package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet/_fluent-definition.scss +0 -225
- package/styles/spreadsheet/_fusionnew-definition.scss +0 -171
- package/styles/spreadsheet/_highcontrast-definition.scss +0 -221
- package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -220
- package/styles/spreadsheet/_layout.scss +0 -3892
- package/styles/spreadsheet/_material-dark-definition.scss +0 -223
- package/styles/spreadsheet/_material-definition.scss +0 -221
- package/styles/spreadsheet/_material3-dark-definition.scss +0 -1
- package/styles/spreadsheet/_material3-definition.scss +0 -246
- package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet/_tailwind-definition.scss +0 -231
- package/styles/spreadsheet/_theme.scss +0 -1654
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -1008
- package/styles/spreadsheet/icons/_bootstrap.scss +0 -1008
- package/styles/spreadsheet/icons/_bootstrap4.scss +0 -1012
- package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
- package/styles/spreadsheet/icons/_bootstrap5.scss +0 -1014
- package/styles/spreadsheet/icons/_fabric-dark.scss +0 -1008
- package/styles/spreadsheet/icons/_fabric.scss +0 -1012
- package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
- package/styles/spreadsheet/icons/_fluent.scss +0 -1014
- package/styles/spreadsheet/icons/_fusionnew.scss +0 -1014
- package/styles/spreadsheet/icons/_highcontrast.scss +0 -1008
- package/styles/spreadsheet/icons/_material-dark.scss +0 -1011
- package/styles/spreadsheet/icons/_material.scss +0 -1013
- package/styles/spreadsheet/icons/_material3-dark.scss +0 -1
- package/styles/spreadsheet/icons/_material3.scss +0 -1020
- package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -1014
- package/styles/spreadsheet/icons/_tailwind.scss +0 -1014
- package/styles/spreadsheet-ribbon/_all.scss +0 -2
- package/styles/spreadsheet-ribbon/_bootstrap-dark-definition.scss +0 -15
- package/styles/spreadsheet-ribbon/_bootstrap-definition.scss +0 -14
- package/styles/spreadsheet-ribbon/_bootstrap4-definition.scss +0 -14
- package/styles/spreadsheet-ribbon/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet-ribbon/_bootstrap5-definition.scss +0 -16
- package/styles/spreadsheet-ribbon/_fabric-dark-definition.scss +0 -18
- package/styles/spreadsheet-ribbon/_fabric-definition.scss +0 -18
- package/styles/spreadsheet-ribbon/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet-ribbon/_fluent-definition.scss +0 -16
- package/styles/spreadsheet-ribbon/_fusionnew-definition.scss +0 -15
- package/styles/spreadsheet-ribbon/_highcontrast-definition.scss +0 -16
- package/styles/spreadsheet-ribbon/_highcontrast-light-definition.scss +0 -14
- package/styles/spreadsheet-ribbon/_layout.scss +0 -299
- package/styles/spreadsheet-ribbon/_material-dark-definition.scss +0 -17
- package/styles/spreadsheet-ribbon/_material-definition.scss +0 -14
- package/styles/spreadsheet-ribbon/_material3-dark-definition.scss +0 -1
- package/styles/spreadsheet-ribbon/_material3-definition.scss +0 -21
- package/styles/spreadsheet-ribbon/_mixin.scss +0 -140
- package/styles/spreadsheet-ribbon/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet-ribbon/_tailwind-definition.scss +0 -15
- package/styles/spreadsheet-ribbon/_theme.scss +0 -173
- package/styles/spreadsheet-ribbon/icons/_bootstrap-dark.scss +0 -15
- package/styles/spreadsheet-ribbon/icons/_bootstrap.scss +0 -15
- package/styles/spreadsheet-ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/spreadsheet-ribbon/icons/_bootstrap5-dark.scss +0 -1
- package/styles/spreadsheet-ribbon/icons/_bootstrap5.scss +0 -15
- package/styles/spreadsheet-ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/spreadsheet-ribbon/icons/_fabric.scss +0 -9
- package/styles/spreadsheet-ribbon/icons/_fluent-dark.scss +0 -1
- package/styles/spreadsheet-ribbon/icons/_fluent.scss +0 -15
- package/styles/spreadsheet-ribbon/icons/_fusionnew.scss +0 -15
- package/styles/spreadsheet-ribbon/icons/_highcontrast.scss +0 -9
- package/styles/spreadsheet-ribbon/icons/_material-dark.scss +0 -15
- package/styles/spreadsheet-ribbon/icons/_material.scss +0 -15
- package/styles/spreadsheet-ribbon/icons/_material3-dark.scss +0 -1
- package/styles/spreadsheet-ribbon/icons/_material3.scss +0 -15
- package/styles/spreadsheet-ribbon/icons/_tailwind-dark.scss +0 -15
- package/styles/spreadsheet-ribbon/icons/_tailwind.scss +0 -15
- package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
package/styles/fluent.css
CHANGED
|
@@ -1165,6 +1165,14 @@
|
|
|
1165
1165
|
top: 100%;
|
|
1166
1166
|
transform: translate(-50%, -50%);
|
|
1167
1167
|
}
|
|
1168
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1169
|
+
content: "";
|
|
1170
|
+
height: 20px;
|
|
1171
|
+
position: absolute;
|
|
1172
|
+
right: -6px;
|
|
1173
|
+
top: -6px;
|
|
1174
|
+
width: 20px;
|
|
1175
|
+
}
|
|
1168
1176
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1169
1177
|
border: 1px solid #edebe9;
|
|
1170
1178
|
background-color: #fff;
|
|
@@ -541,6 +541,14 @@
|
|
|
541
541
|
top: 100%;
|
|
542
542
|
transform: translate(-50%, -50%);
|
|
543
543
|
}
|
|
544
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
545
|
+
content: "";
|
|
546
|
+
height: 20px;
|
|
547
|
+
position: absolute;
|
|
548
|
+
right: -6px;
|
|
549
|
+
top: -6px;
|
|
550
|
+
width: 20px;
|
|
551
|
+
}
|
|
544
552
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
545
553
|
border: 1px solid #e0e0e0;
|
|
546
554
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -1111,6 +1111,14 @@
|
|
|
1111
1111
|
top: 100%;
|
|
1112
1112
|
transform: translate(-50%, -50%);
|
|
1113
1113
|
}
|
|
1114
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1115
|
+
content: "";
|
|
1116
|
+
height: 20px;
|
|
1117
|
+
position: absolute;
|
|
1118
|
+
right: -6px;
|
|
1119
|
+
top: -6px;
|
|
1120
|
+
width: 20px;
|
|
1121
|
+
}
|
|
1114
1122
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1115
1123
|
border: 1px solid #e0e0e0;
|
|
1116
1124
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -1163,6 +1163,14 @@
|
|
|
1163
1163
|
top: 100%;
|
|
1164
1164
|
transform: translate(-50%, -50%);
|
|
1165
1165
|
}
|
|
1166
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1167
|
+
content: "";
|
|
1168
|
+
height: 20px;
|
|
1169
|
+
position: absolute;
|
|
1170
|
+
right: -6px;
|
|
1171
|
+
top: -6px;
|
|
1172
|
+
width: 20px;
|
|
1173
|
+
}
|
|
1166
1174
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1167
1175
|
border: 1px solid #e0e0e0;
|
|
1168
1176
|
}
|
package/styles/material.css
CHANGED
|
@@ -1191,6 +1191,14 @@
|
|
|
1191
1191
|
top: 100%;
|
|
1192
1192
|
transform: translate(-50%, -50%);
|
|
1193
1193
|
}
|
|
1194
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1195
|
+
content: "";
|
|
1196
|
+
height: 20px;
|
|
1197
|
+
position: absolute;
|
|
1198
|
+
right: -6px;
|
|
1199
|
+
top: -6px;
|
|
1200
|
+
width: 20px;
|
|
1201
|
+
}
|
|
1194
1202
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1195
1203
|
border: 1px solid #e0e0e0;
|
|
1196
1204
|
}
|
|
@@ -1241,6 +1241,14 @@
|
|
|
1241
1241
|
top: 100%;
|
|
1242
1242
|
transform: translate(-50%, -50%);
|
|
1243
1243
|
}
|
|
1244
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1245
|
+
content: "";
|
|
1246
|
+
height: 20px;
|
|
1247
|
+
position: absolute;
|
|
1248
|
+
right: -6px;
|
|
1249
|
+
top: -6px;
|
|
1250
|
+
width: 20px;
|
|
1251
|
+
}
|
|
1244
1252
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1245
1253
|
border: 1px solid rgba(var(--color-sf-outline-variant));
|
|
1246
1254
|
}
|
|
@@ -4394,6 +4402,61 @@
|
|
|
4394
4402
|
opacity: 0.45;
|
|
4395
4403
|
}
|
|
4396
4404
|
|
|
4405
|
+
:root {
|
|
4406
|
+
--color-sf-black: 0, 0, 0;
|
|
4407
|
+
--color-sf-white: 255, 255, 255;
|
|
4408
|
+
--color-sf-primary: 208, 188, 255;
|
|
4409
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
4410
|
+
--color-sf-secondary: 204, 194, 220;
|
|
4411
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
4412
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
4413
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
4414
|
+
--color-sf-surface: 28, 27, 31;
|
|
4415
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
4416
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4417
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
4418
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
4419
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
4420
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
4421
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
4422
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4423
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
4424
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4425
|
+
--color-sf-on-background: 230, 225, 229;
|
|
4426
|
+
--color-sf-outline: 147, 143, 153;
|
|
4427
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
4428
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4429
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4430
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
4431
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4432
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
4433
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4434
|
+
--color-sf-error: 242, 184, 181;
|
|
4435
|
+
--color-sf-error-container: 140, 29, 24;
|
|
4436
|
+
--color-sf-on-error: 96, 20, 16;
|
|
4437
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
4438
|
+
--color-sf-success: 83, 202, 23;
|
|
4439
|
+
--color-sf-success-container: 22, 62, 2;
|
|
4440
|
+
--color-sf-on-success: 13, 39, 0;
|
|
4441
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
4442
|
+
--color-sf-info: 71, 172, 251;
|
|
4443
|
+
--color-sf-info-container: 0, 67, 120;
|
|
4444
|
+
--color-sf-on-info: 0, 51, 91;
|
|
4445
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
4446
|
+
--color-sf-warning: 245, 180, 130;
|
|
4447
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
4448
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
4449
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
4450
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4451
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4452
|
+
--color-sf-success-text: 0, 0, 0;
|
|
4453
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
4454
|
+
--color-sf-info-text: 0, 0, 0;
|
|
4455
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
4456
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4457
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4458
|
+
}
|
|
4459
|
+
|
|
4397
4460
|
.e-spreadsheet .e-ribbon .e-drop-icon::before {
|
|
4398
4461
|
content: "\e729";
|
|
4399
4462
|
}
|
package/styles/material3.css
CHANGED
|
@@ -1297,6 +1297,14 @@
|
|
|
1297
1297
|
top: 100%;
|
|
1298
1298
|
transform: translate(-50%, -50%);
|
|
1299
1299
|
}
|
|
1300
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1301
|
+
content: "";
|
|
1302
|
+
height: 20px;
|
|
1303
|
+
position: absolute;
|
|
1304
|
+
right: -6px;
|
|
1305
|
+
top: -6px;
|
|
1306
|
+
width: 20px;
|
|
1307
|
+
}
|
|
1300
1308
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1301
1309
|
border: 1px solid rgba(var(--color-sf-outline-variant));
|
|
1302
1310
|
}
|
|
@@ -4450,6 +4458,117 @@
|
|
|
4450
4458
|
opacity: 0.45;
|
|
4451
4459
|
}
|
|
4452
4460
|
|
|
4461
|
+
:root {
|
|
4462
|
+
--color-sf-black: 0, 0, 0;
|
|
4463
|
+
--color-sf-white: 255, 255, 255;
|
|
4464
|
+
--color-sf-primary: 103, 80, 164;
|
|
4465
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
4466
|
+
--color-sf-secondary: 98, 91, 113;
|
|
4467
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
4468
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
4469
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
4470
|
+
--color-sf-surface: 255, 255, 255;
|
|
4471
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
4472
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4473
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
4474
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
4475
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
4476
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
4477
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
4478
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
4479
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
4480
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
4481
|
+
--color-sf-on-background: 28, 27, 31;
|
|
4482
|
+
--color-sf-outline: 121, 116, 126;
|
|
4483
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
4484
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4485
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
4486
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
4487
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
4488
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
4489
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4490
|
+
--color-sf-error: 179, 38, 30;
|
|
4491
|
+
--color-sf-error-container: 249, 222, 220;
|
|
4492
|
+
--color-sf-on-error: 255, 250, 250;
|
|
4493
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
4494
|
+
--color-sf-success: 32, 81, 7;
|
|
4495
|
+
--color-sf-success-container: 209, 255, 186;
|
|
4496
|
+
--color-sf-on-success: 244, 255, 239;
|
|
4497
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
4498
|
+
--color-sf-info: 1, 87, 155;
|
|
4499
|
+
--color-sf-info-container: 233, 245, 255;
|
|
4500
|
+
--color-sf-on-info: 250, 253, 255;
|
|
4501
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
4502
|
+
--color-sf-warning: 145, 76, 0;
|
|
4503
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
4504
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
4505
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
4506
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
4507
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
4508
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
4509
|
+
--color-sf-success-text: 255, 255, 255;
|
|
4510
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
4511
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
4512
|
+
--color-sf-info-text: 255, 255, 255;
|
|
4513
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
4514
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
4515
|
+
}
|
|
4516
|
+
|
|
4517
|
+
.e-dark-mode {
|
|
4518
|
+
--color-sf-black: 0, 0, 0;
|
|
4519
|
+
--color-sf-white: 255, 255, 255;
|
|
4520
|
+
--color-sf-primary: 208, 188, 255;
|
|
4521
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
4522
|
+
--color-sf-secondary: 204, 194, 220;
|
|
4523
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
4524
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
4525
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
4526
|
+
--color-sf-surface: 28, 27, 31;
|
|
4527
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
4528
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4529
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
4530
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
4531
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
4532
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
4533
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
4534
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4535
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
4536
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4537
|
+
--color-sf-on-background: 230, 225, 229;
|
|
4538
|
+
--color-sf-outline: 147, 143, 153;
|
|
4539
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
4540
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4541
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4542
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
4543
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4544
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
4545
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4546
|
+
--color-sf-error: 242, 184, 181;
|
|
4547
|
+
--color-sf-error-container: 140, 29, 24;
|
|
4548
|
+
--color-sf-on-error: 96, 20, 16;
|
|
4549
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
4550
|
+
--color-sf-success: 83, 202, 23;
|
|
4551
|
+
--color-sf-success-container: 22, 62, 2;
|
|
4552
|
+
--color-sf-on-success: 13, 39, 0;
|
|
4553
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
4554
|
+
--color-sf-info: 71, 172, 251;
|
|
4555
|
+
--color-sf-info-container: 0, 67, 120;
|
|
4556
|
+
--color-sf-on-info: 0, 51, 91;
|
|
4557
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
4558
|
+
--color-sf-warning: 245, 180, 130;
|
|
4559
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
4560
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
4561
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
4562
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4563
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4564
|
+
--color-sf-success-text: 0, 0, 0;
|
|
4565
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
4566
|
+
--color-sf-info-text: 0, 0, 0;
|
|
4567
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
4568
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4569
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4570
|
+
}
|
|
4571
|
+
|
|
4453
4572
|
.e-spreadsheet .e-ribbon .e-drop-icon::before {
|
|
4454
4573
|
content: "\e729";
|
|
4455
4574
|
}
|
package/styles/material3.scss
CHANGED
|
@@ -1132,6 +1132,14 @@
|
|
|
1132
1132
|
top: 100%;
|
|
1133
1133
|
transform: translate(-50%, -50%);
|
|
1134
1134
|
}
|
|
1135
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1136
|
+
content: "";
|
|
1137
|
+
height: 20px;
|
|
1138
|
+
position: absolute;
|
|
1139
|
+
right: -6px;
|
|
1140
|
+
top: -6px;
|
|
1141
|
+
width: 20px;
|
|
1142
|
+
}
|
|
1135
1143
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1136
1144
|
border: 1px solid #e0e0e0;
|
|
1137
1145
|
}
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../spreadsheet-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';
|
|
@@ -1138,6 +1138,14 @@
|
|
|
1138
1138
|
top: 100%;
|
|
1139
1139
|
transform: translate(-50%, -50%);
|
|
1140
1140
|
}
|
|
1141
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1142
|
+
content: "";
|
|
1143
|
+
height: 20px;
|
|
1144
|
+
position: absolute;
|
|
1145
|
+
right: -6px;
|
|
1146
|
+
top: -6px;
|
|
1147
|
+
width: 20px;
|
|
1148
|
+
}
|
|
1141
1149
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1142
1150
|
border: 1px solid #e0e0e0;
|
|
1143
1151
|
}
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../spreadsheet-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';
|
|
@@ -1188,6 +1188,14 @@
|
|
|
1188
1188
|
top: 100%;
|
|
1189
1189
|
transform: translate(-50%, -50%);
|
|
1190
1190
|
}
|
|
1191
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1192
|
+
content: "";
|
|
1193
|
+
height: 20px;
|
|
1194
|
+
position: absolute;
|
|
1195
|
+
right: -6px;
|
|
1196
|
+
top: -6px;
|
|
1197
|
+
width: 20px;
|
|
1198
|
+
}
|
|
1191
1199
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1192
1200
|
border: 1px solid #e0e0e0;
|
|
1193
1201
|
}
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../spreadsheet-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';
|
|
@@ -1185,6 +1185,14 @@
|
|
|
1185
1185
|
top: 100%;
|
|
1186
1186
|
transform: translate(-50%, -50%);
|
|
1187
1187
|
}
|
|
1188
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1189
|
+
content: "";
|
|
1190
|
+
height: 20px;
|
|
1191
|
+
position: absolute;
|
|
1192
|
+
right: -6px;
|
|
1193
|
+
top: -6px;
|
|
1194
|
+
width: 20px;
|
|
1195
|
+
}
|
|
1188
1196
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1189
1197
|
border: 1px solid #444c54;
|
|
1190
1198
|
}
|
|
@@ -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';
|
|
@@ -1185,6 +1185,14 @@
|
|
|
1185
1185
|
top: 100%;
|
|
1186
1186
|
transform: translate(-50%, -50%);
|
|
1187
1187
|
}
|
|
1188
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1189
|
+
content: "";
|
|
1190
|
+
height: 20px;
|
|
1191
|
+
position: absolute;
|
|
1192
|
+
right: -6px;
|
|
1193
|
+
top: -6px;
|
|
1194
|
+
width: 20px;
|
|
1195
|
+
}
|
|
1188
1196
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1189
1197
|
border: 1px solid #dee2e6;
|
|
1190
1198
|
}
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../spreadsheet-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';
|
|
@@ -1108,6 +1108,14 @@
|
|
|
1108
1108
|
top: 100%;
|
|
1109
1109
|
transform: translate(-50%, -50%);
|
|
1110
1110
|
}
|
|
1111
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1112
|
+
content: "";
|
|
1113
|
+
height: 20px;
|
|
1114
|
+
position: absolute;
|
|
1115
|
+
right: -6px;
|
|
1116
|
+
top: -6px;
|
|
1117
|
+
width: 20px;
|
|
1118
|
+
}
|
|
1111
1119
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1112
1120
|
border: 1px solid #e0e0e0;
|
|
1113
1121
|
}
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../spreadsheet-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';
|
|
@@ -1111,6 +1111,14 @@
|
|
|
1111
1111
|
top: 100%;
|
|
1112
1112
|
transform: translate(-50%, -50%);
|
|
1113
1113
|
}
|
|
1114
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1115
|
+
content: "";
|
|
1116
|
+
height: 20px;
|
|
1117
|
+
position: absolute;
|
|
1118
|
+
right: -6px;
|
|
1119
|
+
top: -6px;
|
|
1120
|
+
width: 20px;
|
|
1121
|
+
}
|
|
1114
1122
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1115
1123
|
border: 1px solid #e0e0e0;
|
|
1116
1124
|
}
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../spreadsheet-ribbon/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/fabric-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/fabric-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/fabric-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/fabric-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/fabric-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/fabric-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/fabric-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/fabric-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/fabric-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/fabric-definition.scss';
|
|
21
|
-
@import 'fabric-definition.scss';
|
|
22
|
-
@import 'icons/fabric.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/fabric.scss';
|
|
@@ -1165,6 +1165,14 @@
|
|
|
1165
1165
|
top: 100%;
|
|
1166
1166
|
transform: translate(-50%, -50%);
|
|
1167
1167
|
}
|
|
1168
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1169
|
+
content: "";
|
|
1170
|
+
height: 20px;
|
|
1171
|
+
position: absolute;
|
|
1172
|
+
right: -6px;
|
|
1173
|
+
top: -6px;
|
|
1174
|
+
width: 20px;
|
|
1175
|
+
}
|
|
1168
1176
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1169
1177
|
border: 1px solid #292827;
|
|
1170
1178
|
background-color: #fff;
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/switch/fluent-dark-definition.scss';
|
|
6
|
-
@import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/tab/fluent-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/menu/fluent-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/treeview/fluent-dark-definition.scss';
|
|
11
|
-
@import 'ej2-grids/styles/excel-filter/fluent-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/color-picker/fluent-dark-definition.scss';
|
|
15
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/fluent-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/split-button/fluent-dark-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/list-box/fluent-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/combo-box/fluent-dark-definition.scss';
|
|
20
|
-
@import 'fluent-dark-definition.scss';
|
|
21
|
-
@import 'icons/fluent-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/fluent-dark.scss';
|
|
@@ -1165,6 +1165,14 @@
|
|
|
1165
1165
|
top: 100%;
|
|
1166
1166
|
transform: translate(-50%, -50%);
|
|
1167
1167
|
}
|
|
1168
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1169
|
+
content: "";
|
|
1170
|
+
height: 20px;
|
|
1171
|
+
position: absolute;
|
|
1172
|
+
right: -6px;
|
|
1173
|
+
top: -6px;
|
|
1174
|
+
width: 20px;
|
|
1175
|
+
}
|
|
1168
1176
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1169
1177
|
border: 1px solid #edebe9;
|
|
1170
1178
|
background-color: #fff;
|