@syncfusion/ej2-vue-spreadsheet 19.3.56 → 19.4.38

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.
Files changed (36) hide show
  1. package/CHANGELOG.md +34 -13
  2. package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-spreadsheet.es2015.js +1 -1
  4. package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-spreadsheet.es5.js +1 -1
  6. package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-spreadsheet.min.js +10 -0
  8. package/package.json +8 -8
  9. package/src/spreadsheet/spreadsheet.component.d.ts +1 -1
  10. package/src/spreadsheet/spreadsheet.component.js +1 -1
  11. package/styles/bootstrap-dark.css +15 -2
  12. package/styles/bootstrap.css +15 -2
  13. package/styles/bootstrap4.css +20 -2
  14. package/styles/bootstrap5-dark.css +17 -3
  15. package/styles/bootstrap5.css +17 -3
  16. package/styles/fabric-dark.css +15 -2
  17. package/styles/fabric.css +15 -2
  18. package/styles/highcontrast-light.css +15 -2
  19. package/styles/highcontrast.css +15 -2
  20. package/styles/material-dark.css +15 -2
  21. package/styles/material.css +15 -2
  22. package/styles/spreadsheet/bootstrap-dark.css +15 -2
  23. package/styles/spreadsheet/bootstrap.css +15 -2
  24. package/styles/spreadsheet/bootstrap4.css +20 -2
  25. package/styles/spreadsheet/bootstrap5-dark.css +17 -3
  26. package/styles/spreadsheet/bootstrap5.css +17 -3
  27. package/styles/spreadsheet/fabric-dark.css +15 -2
  28. package/styles/spreadsheet/fabric.css +15 -2
  29. package/styles/spreadsheet/highcontrast-light.css +15 -2
  30. package/styles/spreadsheet/highcontrast.css +15 -2
  31. package/styles/spreadsheet/material-dark.css +15 -2
  32. package/styles/spreadsheet/material.css +15 -2
  33. package/styles/spreadsheet/tailwind-dark.css +15 -2
  34. package/styles/spreadsheet/tailwind.css +15 -2
  35. package/styles/tailwind-dark.css +15 -2
  36. package/styles/tailwind.css +15 -2
@@ -1,3 +1,5 @@
1
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
2
+ /*! Tab's bootstrap5 theme wise override definitions and variables */
1
3
  /*! Horizontal Tab */
2
4
  /*! Bootstrap specific themes definition's */
3
5
  /*! Vertical Tab */
@@ -66,7 +68,6 @@
66
68
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
67
69
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
68
70
  background: transparent;
69
- color: inherit;
70
71
  }
71
72
 
72
73
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -1251,6 +1252,7 @@
1251
1252
  padding-left: 2px;
1252
1253
  padding-right: 2px;
1253
1254
  position: absolute;
1255
+ text-decoration: inherit;
1254
1256
  width: 100%;
1255
1257
  }
1256
1258
 
@@ -2376,18 +2378,30 @@
2376
2378
  margin: 4px 0;
2377
2379
  }
2378
2380
 
2381
+ .e-spreadsheet .e-open-dlg {
2382
+ width: 340px;
2383
+ }
2384
+
2385
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2386
+ color: #e4606d;
2387
+ font-size: 12px;
2388
+ padding-top: 7px;
2389
+ }
2390
+
2379
2391
  .e-spreadsheet .e-find-dlg {
2380
2392
  height: auto;
2381
2393
  width: 468px;
2382
2394
  }
2383
2395
 
2384
2396
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2385
- font-weight: bold;
2397
+ color: #e4606d;
2398
+ font-size: 12px;
2386
2399
  padding-top: 7px;
2387
2400
  }
2388
2401
 
2389
2402
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2390
- font-weight: bold;
2403
+ color: #e4606d;
2404
+ font-size: 12px;
2391
2405
  padding-top: 7px;
2392
2406
  }
2393
2407
 
@@ -1,3 +1,5 @@
1
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
2
+ /*! Tab's bootstrap5 theme wise override definitions and variables */
1
3
  /*! Horizontal Tab */
2
4
  /*! Bootstrap specific themes definition's */
3
5
  /*! Vertical Tab */
@@ -66,7 +68,6 @@
66
68
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
67
69
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
68
70
  background: transparent;
69
- color: inherit;
70
71
  }
71
72
 
72
73
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -1251,6 +1252,7 @@
1251
1252
  padding-left: 2px;
1252
1253
  padding-right: 2px;
1253
1254
  position: absolute;
1255
+ text-decoration: inherit;
1254
1256
  width: 100%;
1255
1257
  }
1256
1258
 
@@ -2376,18 +2378,30 @@
2376
2378
  margin: 4px 0;
2377
2379
  }
2378
2380
 
2381
+ .e-spreadsheet .e-open-dlg {
2382
+ width: 340px;
2383
+ }
2384
+
2385
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2386
+ color: #dc3545;
2387
+ font-size: 12px;
2388
+ padding-top: 7px;
2389
+ }
2390
+
2379
2391
  .e-spreadsheet .e-find-dlg {
2380
2392
  height: auto;
2381
2393
  width: 468px;
2382
2394
  }
2383
2395
 
2384
2396
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2385
- font-weight: bold;
2397
+ color: #dc3545;
2398
+ font-size: 12px;
2386
2399
  padding-top: 7px;
2387
2400
  }
2388
2401
 
2389
2402
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2390
- font-weight: bold;
2403
+ color: #dc3545;
2404
+ font-size: 12px;
2391
2405
  padding-top: 7px;
2392
2406
  }
2393
2407
 
@@ -1183,6 +1183,7 @@
1183
1183
  padding-left: 2px;
1184
1184
  padding-right: 2px;
1185
1185
  position: absolute;
1186
+ text-decoration: inherit;
1186
1187
  width: 100%;
1187
1188
  }
1188
1189
 
@@ -2317,18 +2318,30 @@
2317
2318
  margin: 4px 0;
2318
2319
  }
2319
2320
 
2321
+ .e-spreadsheet .e-open-dlg {
2322
+ width: 340px;
2323
+ }
2324
+
2325
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2326
+ color: #dd2c2c;
2327
+ font-size: 12px;
2328
+ padding-top: 7px;
2329
+ }
2330
+
2320
2331
  .e-spreadsheet .e-find-dlg {
2321
2332
  height: auto;
2322
2333
  width: 521px;
2323
2334
  }
2324
2335
 
2325
2336
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2326
- font-weight: bold;
2337
+ color: #dd2c2c;
2338
+ font-size: 12px;
2327
2339
  padding-top: 7px;
2328
2340
  }
2329
2341
 
2330
2342
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2331
- font-weight: bold;
2343
+ color: #dd2c2c;
2344
+ font-size: 12px;
2332
2345
  padding-top: 7px;
2333
2346
  }
2334
2347
 
@@ -1186,6 +1186,7 @@
1186
1186
  padding-left: 2px;
1187
1187
  padding-right: 2px;
1188
1188
  position: absolute;
1189
+ text-decoration: inherit;
1189
1190
  width: 100%;
1190
1191
  }
1191
1192
 
@@ -2327,18 +2328,30 @@
2327
2328
  margin: 4px 0;
2328
2329
  }
2329
2330
 
2331
+ .e-spreadsheet .e-open-dlg {
2332
+ width: 340px;
2333
+ }
2334
+
2335
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2336
+ color: #dd2c2c;
2337
+ font-size: 12px;
2338
+ padding-top: 7px;
2339
+ }
2340
+
2330
2341
  .e-spreadsheet .e-find-dlg {
2331
2342
  height: auto;
2332
2343
  width: 521px;
2333
2344
  }
2334
2345
 
2335
2346
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2336
- font-weight: bold;
2347
+ color: #dd2c2c;
2348
+ font-size: 12px;
2337
2349
  padding-top: 7px;
2338
2350
  }
2339
2351
 
2340
2352
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2341
- font-weight: bold;
2353
+ color: #dd2c2c;
2354
+ font-size: 12px;
2342
2355
  padding-top: 7px;
2343
2356
  }
2344
2357
 
@@ -509,6 +509,7 @@
509
509
  padding-left: 2px;
510
510
  padding-right: 2px;
511
511
  position: absolute;
512
+ text-decoration: inherit;
512
513
  width: 100%;
513
514
  }
514
515
 
@@ -1639,18 +1640,30 @@
1639
1640
  margin: 4px 0;
1640
1641
  }
1641
1642
 
1643
+ .e-spreadsheet .e-open-dlg {
1644
+ width: 340px;
1645
+ }
1646
+
1647
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
1648
+ color: #dd2c2c;
1649
+ font-size: 12px;
1650
+ padding-top: 7px;
1651
+ }
1652
+
1642
1653
  .e-spreadsheet .e-find-dlg {
1643
1654
  height: auto;
1644
1655
  width: 518px;
1645
1656
  }
1646
1657
 
1647
1658
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
1648
- font-weight: bold;
1659
+ color: #dd2c2c;
1660
+ font-size: 12px;
1649
1661
  padding-top: 7px;
1650
1662
  }
1651
1663
 
1652
1664
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
1653
- font-weight: bold;
1665
+ color: #dd2c2c;
1666
+ font-size: 12px;
1654
1667
  padding-top: 7px;
1655
1668
  }
1656
1669
 
@@ -1199,6 +1199,7 @@
1199
1199
  padding-left: 2px;
1200
1200
  padding-right: 2px;
1201
1201
  position: absolute;
1202
+ text-decoration: inherit;
1202
1203
  width: 100%;
1203
1204
  }
1204
1205
 
@@ -2341,18 +2342,30 @@
2341
2342
  margin: 4px 0;
2342
2343
  }
2343
2344
 
2345
+ .e-spreadsheet .e-open-dlg {
2346
+ width: 340px;
2347
+ }
2348
+
2349
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2350
+ color: #dd2c2c;
2351
+ font-size: 12px;
2352
+ padding-top: 7px;
2353
+ }
2354
+
2344
2355
  .e-spreadsheet .e-find-dlg {
2345
2356
  height: auto;
2346
2357
  width: 518px;
2347
2358
  }
2348
2359
 
2349
2360
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2350
- font-weight: bold;
2361
+ color: #dd2c2c;
2362
+ font-size: 12px;
2351
2363
  padding-top: 7px;
2352
2364
  }
2353
2365
 
2354
2366
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2355
- font-weight: bold;
2367
+ color: #dd2c2c;
2368
+ font-size: 12px;
2356
2369
  padding-top: 7px;
2357
2370
  }
2358
2371
 
@@ -1235,6 +1235,7 @@
1235
1235
  padding-left: 2px;
1236
1236
  padding-right: 2px;
1237
1237
  position: absolute;
1238
+ text-decoration: inherit;
1238
1239
  width: 100%;
1239
1240
  }
1240
1241
 
@@ -2364,18 +2365,30 @@
2364
2365
  margin: 4px 0;
2365
2366
  }
2366
2367
 
2368
+ .e-spreadsheet .e-open-dlg {
2369
+ width: 340px;
2370
+ }
2371
+
2372
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2373
+ color: #dd2c2c;
2374
+ font-size: 12px;
2375
+ padding-top: 7px;
2376
+ }
2377
+
2367
2378
  .e-spreadsheet .e-find-dlg {
2368
2379
  height: auto;
2369
2380
  width: 470px;
2370
2381
  }
2371
2382
 
2372
2383
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2373
- font-weight: bold;
2384
+ color: #dd2c2c;
2385
+ font-size: 12px;
2374
2386
  padding-top: 7px;
2375
2387
  }
2376
2388
 
2377
2389
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2378
- font-weight: bold;
2390
+ color: #dd2c2c;
2391
+ font-size: 12px;
2379
2392
  padding-top: 7px;
2380
2393
  }
2381
2394
 
@@ -1262,6 +1262,7 @@
1262
1262
  padding-left: 2px;
1263
1263
  padding-right: 2px;
1264
1264
  position: absolute;
1265
+ text-decoration: inherit;
1265
1266
  width: 100%;
1266
1267
  }
1267
1268
 
@@ -2405,18 +2406,30 @@
2405
2406
  margin: 4px 0;
2406
2407
  }
2407
2408
 
2409
+ .e-spreadsheet .e-open-dlg {
2410
+ width: 340px;
2411
+ }
2412
+
2413
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2414
+ color: #dd2c2c;
2415
+ font-size: 12px;
2416
+ padding-top: 7px;
2417
+ }
2418
+
2408
2419
  .e-spreadsheet .e-find-dlg {
2409
2420
  height: auto;
2410
2421
  width: 468px;
2411
2422
  }
2412
2423
 
2413
2424
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2414
- font-weight: bold;
2425
+ color: #dd2c2c;
2426
+ font-size: 12px;
2415
2427
  padding-top: 7px;
2416
2428
  }
2417
2429
 
2418
2430
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2419
- font-weight: bold;
2431
+ color: #dd2c2c;
2432
+ font-size: 12px;
2420
2433
  padding-top: 7px;
2421
2434
  }
2422
2435
 
@@ -1285,6 +1285,7 @@
1285
1285
  padding-left: 2px;
1286
1286
  padding-right: 2px;
1287
1287
  position: absolute;
1288
+ text-decoration: inherit;
1288
1289
  width: 100%;
1289
1290
  }
1290
1291
 
@@ -2436,18 +2437,30 @@
2436
2437
  margin: 4px 0;
2437
2438
  }
2438
2439
 
2440
+ .e-spreadsheet .e-open-dlg {
2441
+ width: 360px;
2442
+ }
2443
+
2444
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2445
+ color: #f87171;
2446
+ font-size: 12px;
2447
+ padding-top: 7px;
2448
+ }
2449
+
2439
2450
  .e-spreadsheet .e-find-dlg {
2440
2451
  height: auto;
2441
2452
  width: 468px;
2442
2453
  }
2443
2454
 
2444
2455
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2445
- font-weight: bold;
2456
+ color: #f87171;
2457
+ font-size: 12px;
2446
2458
  padding-top: 7px;
2447
2459
  }
2448
2460
 
2449
2461
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2450
- font-weight: bold;
2462
+ color: #f87171;
2463
+ font-size: 12px;
2451
2464
  padding-top: 7px;
2452
2465
  }
2453
2466
 
@@ -1285,6 +1285,7 @@
1285
1285
  padding-left: 2px;
1286
1286
  padding-right: 2px;
1287
1287
  position: absolute;
1288
+ text-decoration: inherit;
1288
1289
  width: 100%;
1289
1290
  }
1290
1291
 
@@ -2436,18 +2437,30 @@
2436
2437
  margin: 4px 0;
2437
2438
  }
2438
2439
 
2440
+ .e-spreadsheet .e-open-dlg {
2441
+ width: 360px;
2442
+ }
2443
+
2444
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2445
+ color: #dc2626;
2446
+ font-size: 12px;
2447
+ padding-top: 7px;
2448
+ }
2449
+
2439
2450
  .e-spreadsheet .e-find-dlg {
2440
2451
  height: auto;
2441
2452
  width: 468px;
2442
2453
  }
2443
2454
 
2444
2455
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2445
- font-weight: bold;
2456
+ color: #dc2626;
2457
+ font-size: 12px;
2446
2458
  padding-top: 7px;
2447
2459
  }
2448
2460
 
2449
2461
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2450
- font-weight: bold;
2462
+ color: #dc2626;
2463
+ font-size: 12px;
2451
2464
  padding-top: 7px;
2452
2465
  }
2453
2466
 
@@ -1286,6 +1286,7 @@
1286
1286
  padding-left: 2px;
1287
1287
  padding-right: 2px;
1288
1288
  position: absolute;
1289
+ text-decoration: inherit;
1289
1290
  width: 100%;
1290
1291
  }
1291
1292
 
@@ -2437,18 +2438,30 @@
2437
2438
  margin: 4px 0;
2438
2439
  }
2439
2440
 
2441
+ .e-spreadsheet .e-open-dlg {
2442
+ width: 360px;
2443
+ }
2444
+
2445
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2446
+ color: #f87171;
2447
+ font-size: 12px;
2448
+ padding-top: 7px;
2449
+ }
2450
+
2440
2451
  .e-spreadsheet .e-find-dlg {
2441
2452
  height: auto;
2442
2453
  width: 468px;
2443
2454
  }
2444
2455
 
2445
2456
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2446
- font-weight: bold;
2457
+ color: #f87171;
2458
+ font-size: 12px;
2447
2459
  padding-top: 7px;
2448
2460
  }
2449
2461
 
2450
2462
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2451
- font-weight: bold;
2463
+ color: #f87171;
2464
+ font-size: 12px;
2452
2465
  padding-top: 7px;
2453
2466
  }
2454
2467
 
@@ -1286,6 +1286,7 @@
1286
1286
  padding-left: 2px;
1287
1287
  padding-right: 2px;
1288
1288
  position: absolute;
1289
+ text-decoration: inherit;
1289
1290
  width: 100%;
1290
1291
  }
1291
1292
 
@@ -2437,18 +2438,30 @@
2437
2438
  margin: 4px 0;
2438
2439
  }
2439
2440
 
2441
+ .e-spreadsheet .e-open-dlg {
2442
+ width: 360px;
2443
+ }
2444
+
2445
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2446
+ color: #dc2626;
2447
+ font-size: 12px;
2448
+ padding-top: 7px;
2449
+ }
2450
+
2440
2451
  .e-spreadsheet .e-find-dlg {
2441
2452
  height: auto;
2442
2453
  width: 468px;
2443
2454
  }
2444
2455
 
2445
2456
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2446
- font-weight: bold;
2457
+ color: #dc2626;
2458
+ font-size: 12px;
2447
2459
  padding-top: 7px;
2448
2460
  }
2449
2461
 
2450
2462
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2451
- font-weight: bold;
2463
+ color: #dc2626;
2464
+ font-size: 12px;
2452
2465
  padding-top: 7px;
2453
2466
  }
2454
2467