@syncfusion/ej2-angular-spreadsheet 22.2.5 → 22.2.8-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 +1446 -0
- package/dist/ej2-angular-spreadsheet.umd.js +1589 -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 +4 -7
- 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 +64 -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 -3883
- 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 -1636
- 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 -295
- 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
|
@@ -959,6 +959,14 @@
|
|
|
959
959
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
960
960
|
height: 1px;
|
|
961
961
|
}
|
|
962
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
963
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
964
|
+
height: 1px;
|
|
965
|
+
overflow: hidden;
|
|
966
|
+
position: absolute;
|
|
967
|
+
top: 0;
|
|
968
|
+
width: 1px;
|
|
969
|
+
}
|
|
962
970
|
.e-spreadsheet .e-ss-atc {
|
|
963
971
|
display: none;
|
|
964
972
|
}
|
|
@@ -335,6 +335,14 @@
|
|
|
335
335
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
336
336
|
height: 1px;
|
|
337
337
|
}
|
|
338
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
339
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
340
|
+
height: 1px;
|
|
341
|
+
overflow: hidden;
|
|
342
|
+
position: absolute;
|
|
343
|
+
top: 0;
|
|
344
|
+
width: 1px;
|
|
345
|
+
}
|
|
338
346
|
.e-spreadsheet .e-ss-atc {
|
|
339
347
|
display: none;
|
|
340
348
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -905,6 +905,14 @@
|
|
|
905
905
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
906
906
|
height: 1px;
|
|
907
907
|
}
|
|
908
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
909
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
910
|
+
height: 1px;
|
|
911
|
+
overflow: hidden;
|
|
912
|
+
position: absolute;
|
|
913
|
+
top: 0;
|
|
914
|
+
width: 1px;
|
|
915
|
+
}
|
|
908
916
|
.e-spreadsheet .e-ss-atc {
|
|
909
917
|
display: none;
|
|
910
918
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -958,6 +958,14 @@
|
|
|
958
958
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
959
959
|
height: 1px;
|
|
960
960
|
}
|
|
961
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
962
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
963
|
+
height: 1px;
|
|
964
|
+
overflow: hidden;
|
|
965
|
+
position: absolute;
|
|
966
|
+
top: 0;
|
|
967
|
+
width: 1px;
|
|
968
|
+
}
|
|
961
969
|
.e-spreadsheet .e-ss-atc {
|
|
962
970
|
display: none;
|
|
963
971
|
}
|
package/styles/material.css
CHANGED
|
@@ -986,6 +986,14 @@
|
|
|
986
986
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
987
987
|
height: 1px;
|
|
988
988
|
}
|
|
989
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
990
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
991
|
+
height: 1px;
|
|
992
|
+
overflow: hidden;
|
|
993
|
+
position: absolute;
|
|
994
|
+
top: 0;
|
|
995
|
+
width: 1px;
|
|
996
|
+
}
|
|
989
997
|
.e-spreadsheet .e-ss-atc {
|
|
990
998
|
display: none;
|
|
991
999
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
3
|
:root {
|
|
3
4
|
--color-sf-black: 0, 0, 0;
|
|
4
5
|
--color-sf-white: 255, 255, 255;
|
|
@@ -1036,6 +1037,14 @@
|
|
|
1036
1037
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
1037
1038
|
height: 1px;
|
|
1038
1039
|
}
|
|
1040
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
1041
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
1042
|
+
height: 1px;
|
|
1043
|
+
overflow: hidden;
|
|
1044
|
+
position: absolute;
|
|
1045
|
+
top: 0;
|
|
1046
|
+
width: 1px;
|
|
1047
|
+
}
|
|
1039
1048
|
.e-spreadsheet .e-ss-atc {
|
|
1040
1049
|
display: none;
|
|
1041
1050
|
}
|
|
@@ -4374,6 +4383,61 @@
|
|
|
4374
4383
|
opacity: 0.45;
|
|
4375
4384
|
}
|
|
4376
4385
|
|
|
4386
|
+
:root {
|
|
4387
|
+
--color-sf-black: 0, 0, 0;
|
|
4388
|
+
--color-sf-white: 255, 255, 255;
|
|
4389
|
+
--color-sf-primary: 208, 188, 255;
|
|
4390
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
4391
|
+
--color-sf-secondary: 204, 194, 220;
|
|
4392
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
4393
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
4394
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
4395
|
+
--color-sf-surface: 28, 27, 31;
|
|
4396
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
4397
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4398
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
4399
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
4400
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
4401
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
4402
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
4403
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4404
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
4405
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4406
|
+
--color-sf-on-background: 230, 225, 229;
|
|
4407
|
+
--color-sf-outline: 147, 143, 153;
|
|
4408
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
4409
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4410
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4411
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
4412
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4413
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
4414
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4415
|
+
--color-sf-error: 242, 184, 181;
|
|
4416
|
+
--color-sf-error-container: 140, 29, 24;
|
|
4417
|
+
--color-sf-on-error: 96, 20, 16;
|
|
4418
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
4419
|
+
--color-sf-success: 83, 202, 23;
|
|
4420
|
+
--color-sf-success-container: 22, 62, 2;
|
|
4421
|
+
--color-sf-on-success: 13, 39, 0;
|
|
4422
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
4423
|
+
--color-sf-info: 71, 172, 251;
|
|
4424
|
+
--color-sf-info-container: 0, 67, 120;
|
|
4425
|
+
--color-sf-on-info: 0, 51, 91;
|
|
4426
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
4427
|
+
--color-sf-warning: 245, 180, 130;
|
|
4428
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
4429
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
4430
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
4431
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4432
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4433
|
+
--color-sf-success-text: 0, 0, 0;
|
|
4434
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
4435
|
+
--color-sf-info-text: 0, 0, 0;
|
|
4436
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
4437
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4438
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4439
|
+
}
|
|
4440
|
+
|
|
4377
4441
|
.e-spreadsheet .e-ribbon .e-drop-icon::before {
|
|
4378
4442
|
content: "\e729";
|
|
4379
4443
|
}
|
package/styles/material3.css
CHANGED
|
@@ -1092,6 +1092,14 @@
|
|
|
1092
1092
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
1093
1093
|
height: 1px;
|
|
1094
1094
|
}
|
|
1095
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
1096
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
1097
|
+
height: 1px;
|
|
1098
|
+
overflow: hidden;
|
|
1099
|
+
position: absolute;
|
|
1100
|
+
top: 0;
|
|
1101
|
+
width: 1px;
|
|
1102
|
+
}
|
|
1095
1103
|
.e-spreadsheet .e-ss-atc {
|
|
1096
1104
|
display: none;
|
|
1097
1105
|
}
|
|
@@ -4430,6 +4438,117 @@
|
|
|
4430
4438
|
opacity: 0.45;
|
|
4431
4439
|
}
|
|
4432
4440
|
|
|
4441
|
+
:root {
|
|
4442
|
+
--color-sf-black: 0, 0, 0;
|
|
4443
|
+
--color-sf-white: 255, 255, 255;
|
|
4444
|
+
--color-sf-primary: 103, 80, 164;
|
|
4445
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
4446
|
+
--color-sf-secondary: 98, 91, 113;
|
|
4447
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
4448
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
4449
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
4450
|
+
--color-sf-surface: 255, 255, 255;
|
|
4451
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
4452
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4453
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
4454
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
4455
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
4456
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
4457
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
4458
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
4459
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
4460
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
4461
|
+
--color-sf-on-background: 28, 27, 31;
|
|
4462
|
+
--color-sf-outline: 121, 116, 126;
|
|
4463
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
4464
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4465
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
4466
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
4467
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
4468
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
4469
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4470
|
+
--color-sf-error: 179, 38, 30;
|
|
4471
|
+
--color-sf-error-container: 249, 222, 220;
|
|
4472
|
+
--color-sf-on-error: 255, 250, 250;
|
|
4473
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
4474
|
+
--color-sf-success: 32, 81, 7;
|
|
4475
|
+
--color-sf-success-container: 209, 255, 186;
|
|
4476
|
+
--color-sf-on-success: 244, 255, 239;
|
|
4477
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
4478
|
+
--color-sf-info: 1, 87, 155;
|
|
4479
|
+
--color-sf-info-container: 233, 245, 255;
|
|
4480
|
+
--color-sf-on-info: 250, 253, 255;
|
|
4481
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
4482
|
+
--color-sf-warning: 145, 76, 0;
|
|
4483
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
4484
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
4485
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
4486
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
4487
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
4488
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
4489
|
+
--color-sf-success-text: 255, 255, 255;
|
|
4490
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
4491
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
4492
|
+
--color-sf-info-text: 255, 255, 255;
|
|
4493
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
4494
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
4495
|
+
}
|
|
4496
|
+
|
|
4497
|
+
.e-dark-mode {
|
|
4498
|
+
--color-sf-black: 0, 0, 0;
|
|
4499
|
+
--color-sf-white: 255, 255, 255;
|
|
4500
|
+
--color-sf-primary: 208, 188, 255;
|
|
4501
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
4502
|
+
--color-sf-secondary: 204, 194, 220;
|
|
4503
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
4504
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
4505
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
4506
|
+
--color-sf-surface: 28, 27, 31;
|
|
4507
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
4508
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4509
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
4510
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
4511
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
4512
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
4513
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
4514
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4515
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
4516
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4517
|
+
--color-sf-on-background: 230, 225, 229;
|
|
4518
|
+
--color-sf-outline: 147, 143, 153;
|
|
4519
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
4520
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4521
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4522
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
4523
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4524
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
4525
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4526
|
+
--color-sf-error: 242, 184, 181;
|
|
4527
|
+
--color-sf-error-container: 140, 29, 24;
|
|
4528
|
+
--color-sf-on-error: 96, 20, 16;
|
|
4529
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
4530
|
+
--color-sf-success: 83, 202, 23;
|
|
4531
|
+
--color-sf-success-container: 22, 62, 2;
|
|
4532
|
+
--color-sf-on-success: 13, 39, 0;
|
|
4533
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
4534
|
+
--color-sf-info: 71, 172, 251;
|
|
4535
|
+
--color-sf-info-container: 0, 67, 120;
|
|
4536
|
+
--color-sf-on-info: 0, 51, 91;
|
|
4537
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
4538
|
+
--color-sf-warning: 245, 180, 130;
|
|
4539
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
4540
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
4541
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
4542
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4543
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4544
|
+
--color-sf-success-text: 0, 0, 0;
|
|
4545
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
4546
|
+
--color-sf-info-text: 0, 0, 0;
|
|
4547
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
4548
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4549
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4550
|
+
}
|
|
4551
|
+
|
|
4433
4552
|
.e-spreadsheet .e-ribbon .e-drop-icon::before {
|
|
4434
4553
|
content: "\e729";
|
|
4435
4554
|
}
|
package/styles/material3.scss
CHANGED
|
@@ -926,6 +926,14 @@
|
|
|
926
926
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
927
927
|
height: 1px;
|
|
928
928
|
}
|
|
929
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
930
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
931
|
+
height: 1px;
|
|
932
|
+
overflow: hidden;
|
|
933
|
+
position: absolute;
|
|
934
|
+
top: 0;
|
|
935
|
+
width: 1px;
|
|
936
|
+
}
|
|
929
937
|
.e-spreadsheet .e-ss-atc {
|
|
930
938
|
display: none;
|
|
931
939
|
}
|
|
@@ -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';
|
|
@@ -932,6 +932,14 @@
|
|
|
932
932
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
933
933
|
height: 1px;
|
|
934
934
|
}
|
|
935
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
936
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
937
|
+
height: 1px;
|
|
938
|
+
overflow: hidden;
|
|
939
|
+
position: absolute;
|
|
940
|
+
top: 0;
|
|
941
|
+
width: 1px;
|
|
942
|
+
}
|
|
935
943
|
.e-spreadsheet .e-ss-atc {
|
|
936
944
|
display: none;
|
|
937
945
|
}
|
|
@@ -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';
|
|
@@ -971,6 +971,14 @@
|
|
|
971
971
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
972
972
|
height: 1px;
|
|
973
973
|
}
|
|
974
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
975
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
976
|
+
height: 1px;
|
|
977
|
+
overflow: hidden;
|
|
978
|
+
position: absolute;
|
|
979
|
+
top: 0;
|
|
980
|
+
width: 1px;
|
|
981
|
+
}
|
|
974
982
|
.e-spreadsheet .e-ss-atc {
|
|
975
983
|
display: none;
|
|
976
984
|
}
|
|
@@ -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';
|
|
@@ -979,6 +979,14 @@
|
|
|
979
979
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
980
980
|
height: 1px;
|
|
981
981
|
}
|
|
982
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
983
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
984
|
+
height: 1px;
|
|
985
|
+
overflow: hidden;
|
|
986
|
+
position: absolute;
|
|
987
|
+
top: 0;
|
|
988
|
+
width: 1px;
|
|
989
|
+
}
|
|
982
990
|
.e-spreadsheet .e-ss-atc {
|
|
983
991
|
display: none;
|
|
984
992
|
}
|
|
@@ -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';
|
|
@@ -979,6 +979,14 @@
|
|
|
979
979
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
980
980
|
height: 1px;
|
|
981
981
|
}
|
|
982
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
983
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
984
|
+
height: 1px;
|
|
985
|
+
overflow: hidden;
|
|
986
|
+
position: absolute;
|
|
987
|
+
top: 0;
|
|
988
|
+
width: 1px;
|
|
989
|
+
}
|
|
982
990
|
.e-spreadsheet .e-ss-atc {
|
|
983
991
|
display: none;
|
|
984
992
|
}
|
|
@@ -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';
|
|
@@ -902,6 +902,14 @@
|
|
|
902
902
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
903
903
|
height: 1px;
|
|
904
904
|
}
|
|
905
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
906
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
907
|
+
height: 1px;
|
|
908
|
+
overflow: hidden;
|
|
909
|
+
position: absolute;
|
|
910
|
+
top: 0;
|
|
911
|
+
width: 1px;
|
|
912
|
+
}
|
|
905
913
|
.e-spreadsheet .e-ss-atc {
|
|
906
914
|
display: none;
|
|
907
915
|
}
|
|
@@ -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';
|
|
@@ -905,6 +905,14 @@
|
|
|
905
905
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
906
906
|
height: 1px;
|
|
907
907
|
}
|
|
908
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
909
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
910
|
+
height: 1px;
|
|
911
|
+
overflow: hidden;
|
|
912
|
+
position: absolute;
|
|
913
|
+
top: 0;
|
|
914
|
+
width: 1px;
|
|
915
|
+
}
|
|
908
916
|
.e-spreadsheet .e-ss-atc {
|
|
909
917
|
display: none;
|
|
910
918
|
}
|
|
@@ -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';
|
|
@@ -959,6 +959,14 @@
|
|
|
959
959
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
960
960
|
height: 1px;
|
|
961
961
|
}
|
|
962
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
963
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
964
|
+
height: 1px;
|
|
965
|
+
overflow: hidden;
|
|
966
|
+
position: absolute;
|
|
967
|
+
top: 0;
|
|
968
|
+
width: 1px;
|
|
969
|
+
}
|
|
962
970
|
.e-spreadsheet .e-ss-atc {
|
|
963
971
|
display: none;
|
|
964
972
|
}
|
|
@@ -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';
|
|
@@ -959,6 +959,14 @@
|
|
|
959
959
|
.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack {
|
|
960
960
|
height: 1px;
|
|
961
961
|
}
|
|
962
|
+
.e-spreadsheet .e-ss-focus-edit {
|
|
963
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
964
|
+
height: 1px;
|
|
965
|
+
overflow: hidden;
|
|
966
|
+
position: absolute;
|
|
967
|
+
top: 0;
|
|
968
|
+
width: 1px;
|
|
969
|
+
}
|
|
962
970
|
.e-spreadsheet .e-ss-atc {
|
|
963
971
|
display: none;
|
|
964
972
|
}
|