@syncfusion/ej2-angular-spreadsheet 23.2.4-ngcc → 23.2.5-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 +1 -1
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-spreadsheet.js +1 -1
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -1
- package/CHANGELOG.md +6 -0
- package/dist/ej2-angular-spreadsheet.umd.js +3 -1
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js +2 -2
- package/package.json +7 -7
- 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/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 +8 -0
- package/styles/material3.css +8 -0
- package/styles/spreadsheet/bootstrap-dark.css +8 -0
- package/styles/spreadsheet/bootstrap.css +8 -0
- package/styles/spreadsheet/bootstrap4.css +8 -0
- package/styles/spreadsheet/bootstrap5-dark.css +8 -0
- package/styles/spreadsheet/bootstrap5.css +8 -0
- package/styles/spreadsheet/fabric-dark.css +8 -0
- package/styles/spreadsheet/fabric.css +8 -0
- package/styles/spreadsheet/fluent-dark.css +8 -0
- package/styles/spreadsheet/fluent.css +8 -0
- package/styles/spreadsheet/highcontrast-light.css +8 -0
- package/styles/spreadsheet/highcontrast.css +8 -0
- package/styles/spreadsheet/material-dark.css +8 -0
- package/styles/spreadsheet/material.css +8 -0
- package/styles/spreadsheet/material3-dark.css +8 -0
- package/styles/spreadsheet/material3.css +8 -0
- package/styles/spreadsheet/tailwind-dark.css +8 -0
- package/styles/spreadsheet/tailwind.css +8 -0
- package/styles/tailwind-dark.css +8 -0
- package/styles/tailwind.css +8 -0
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -1154,6 +1154,14 @@
|
|
|
1154
1154
|
top: 100%;
|
|
1155
1155
|
transform: translate(-50%, -50%);
|
|
1156
1156
|
}
|
|
1157
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1158
|
+
content: "";
|
|
1159
|
+
height: 20px;
|
|
1160
|
+
position: absolute;
|
|
1161
|
+
right: -6px;
|
|
1162
|
+
top: -6px;
|
|
1163
|
+
width: 20px;
|
|
1164
|
+
}
|
|
1157
1165
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1158
1166
|
border: 1px solid #4b5563;
|
|
1159
1167
|
background-color: #fff;
|
|
@@ -1154,6 +1154,14 @@
|
|
|
1154
1154
|
top: 100%;
|
|
1155
1155
|
transform: translate(-50%, -50%);
|
|
1156
1156
|
}
|
|
1157
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1158
|
+
content: "";
|
|
1159
|
+
height: 20px;
|
|
1160
|
+
position: absolute;
|
|
1161
|
+
right: -6px;
|
|
1162
|
+
top: -6px;
|
|
1163
|
+
width: 20px;
|
|
1164
|
+
}
|
|
1157
1165
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1158
1166
|
border: 1px solid #e5e7eb;
|
|
1159
1167
|
background-color: #fff;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1154,6 +1154,14 @@
|
|
|
1154
1154
|
top: 100%;
|
|
1155
1155
|
transform: translate(-50%, -50%);
|
|
1156
1156
|
}
|
|
1157
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1158
|
+
content: "";
|
|
1159
|
+
height: 20px;
|
|
1160
|
+
position: absolute;
|
|
1161
|
+
right: -6px;
|
|
1162
|
+
top: -6px;
|
|
1163
|
+
width: 20px;
|
|
1164
|
+
}
|
|
1157
1165
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1158
1166
|
border: 1px solid #4b5563;
|
|
1159
1167
|
background-color: #fff;
|
package/styles/tailwind.css
CHANGED
|
@@ -1154,6 +1154,14 @@
|
|
|
1154
1154
|
top: 100%;
|
|
1155
1155
|
transform: translate(-50%, -50%);
|
|
1156
1156
|
}
|
|
1157
|
+
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-resizer-touch::before {
|
|
1158
|
+
content: "";
|
|
1159
|
+
height: 20px;
|
|
1160
|
+
position: absolute;
|
|
1161
|
+
right: -6px;
|
|
1162
|
+
top: -6px;
|
|
1163
|
+
width: 20px;
|
|
1164
|
+
}
|
|
1157
1165
|
.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
|
|
1158
1166
|
border: 1px solid #e5e7eb;
|
|
1159
1167
|
background-color: #fff;
|