gridjs-spreadsheet 24.3.0 → 24.5.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gridjs-spreadsheet",
3
- "version": "24.3.0",
4
- "description": "A smart and simple to use Excel-like JavaScript Spreadsheet library allows you to view and edit spreadsheet file with ease and quick.",
3
+ "version": "24.5.0",
4
+ "description": "this is the client side script for gridjs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs.",
5
5
  "types": "index.d.ts",
6
6
  "main": "xspreadsheet.js",
7
7
  "scripts": {
package/package.json.bak CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gridjs-spreadsheet",
3
- "version": "24.2.0",
4
- "description": "A smart and simple to use Excel-like JavaScript Spreadsheet library allows you to view and edit spreadsheet file with ease and quick.",
3
+ "version": "24.4.0",
4
+ "description": "this is the client side script for gridjs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs.",
5
5
  "types": "index.d.ts",
6
6
  "main": "xspreadsheet.js",
7
7
  "scripts": {
package/xspreadsheet.css CHANGED
@@ -256,6 +256,72 @@ body {
256
256
  .x-spreadsheet-dropdown .x-spreadsheet-dropdown-header .x-spreadsheet-icon.arrow-right .arrow-down {
257
257
  left: -130px;
258
258
  }
259
+ .x-spreadsheet-autofill-option-group {
260
+ background-color: white;
261
+ position: absolute;
262
+ flex-direction: column;
263
+ display: flex;
264
+ width: max-content;
265
+ left: 0;
266
+ top: 25px;
267
+ border: 1px solid #ccc;
268
+ box-shadow: 4px 3px 2px 0 rgba(0, 0, 0, 0.1);
269
+ z-index: 999;
270
+ }
271
+ .x-spreadsheet-autofill-option-radio {
272
+ display: flex;
273
+ align-items: baseline;
274
+ padding: 5px;
275
+ }
276
+ .x-spreadsheet-autofill-option-radio:hover {
277
+ background-color: #f5f6f7;
278
+ }
279
+ .x-spreadsheet-autofill-option {
280
+ width: 30px;
281
+ height: 23px;
282
+ position: absolute;
283
+ z-index: 999;
284
+ background-color: white;
285
+ display: flex;
286
+ align-items: center;
287
+ justify-content: space-between;
288
+ padding: 1px;
289
+ border: 1px solid #ccc;
290
+ }
291
+ .x-spreadsheet-chart-button-group {
292
+ position: absolute;
293
+ display: flex;
294
+ flex-direction: column;
295
+ gap: 5px;
296
+ z-index: 1000;
297
+ }
298
+ .x-spreadsheet-chart-button {
299
+ width: 100%;
300
+ display: flex;
301
+ justify-content: center;
302
+ padding-left: 1px;
303
+ padding-right: 1px;
304
+ background-color: white;
305
+ border: 1px solid #bbb;
306
+ }
307
+ .x-spreadsheet-chart-color-row {
308
+ display: flex;
309
+ justify-content: center;
310
+ gap: 2px;
311
+ padding: 2px;
312
+ }
313
+ .x-spreadsheet-chart-color-row:hover {
314
+ background-color: #f5f6f7;
315
+ box-shadow: 0 0 0 1px #bbb;
316
+ }
317
+ .x-spreadsheet-chart-button-detail {
318
+ width: 180px;
319
+ background-color: white;
320
+ border: 1px solid #ccc;
321
+ position: absolute;
322
+ z-index: 1001;
323
+ padding: 5px;
324
+ }
259
325
  /* resizer **/
260
326
  .x-spreadsheet-resizer {
261
327
  position: absolute;