@syncfusion/ej2-vue-spreadsheet 19.2.59 → 19.3.44

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 (45) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/dist/ej2-vue-spreadsheet.umd.min.js +2 -2
  3. package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-spreadsheet.es2015.js +10 -3
  5. package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-spreadsheet.es5.js +10 -3
  7. package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/spreadsheet/spreadsheet.component.d.ts +3 -1
  11. package/src/spreadsheet/spreadsheet.component.js +10 -3
  12. package/styles/bootstrap-dark.css +147 -13
  13. package/styles/bootstrap.css +148 -13
  14. package/styles/bootstrap4.css +150 -15
  15. package/styles/bootstrap5-dark.css +5463 -0
  16. package/styles/bootstrap5-dark.scss +2 -0
  17. package/styles/bootstrap5.css +5463 -0
  18. package/styles/bootstrap5.scss +2 -0
  19. package/styles/fabric-dark.css +147 -13
  20. package/styles/fabric.css +144 -13
  21. package/styles/highcontrast-light.css +140 -13
  22. package/styles/highcontrast.css +151 -13
  23. package/styles/material-dark.css +162 -28
  24. package/styles/material.css +129 -14
  25. package/styles/ribbon/bootstrap5-dark.css +225 -0
  26. package/styles/ribbon/bootstrap5-dark.scss +1 -0
  27. package/styles/ribbon/bootstrap5.css +225 -0
  28. package/styles/ribbon/bootstrap5.scss +1 -0
  29. package/styles/spreadsheet/bootstrap-dark.css +147 -13
  30. package/styles/spreadsheet/bootstrap.css +148 -13
  31. package/styles/spreadsheet/bootstrap4.css +150 -15
  32. package/styles/spreadsheet/bootstrap5-dark.css +5237 -0
  33. package/styles/spreadsheet/bootstrap5-dark.scss +1 -0
  34. package/styles/spreadsheet/bootstrap5.css +5237 -0
  35. package/styles/spreadsheet/bootstrap5.scss +1 -0
  36. package/styles/spreadsheet/fabric-dark.css +147 -13
  37. package/styles/spreadsheet/fabric.css +144 -13
  38. package/styles/spreadsheet/highcontrast-light.css +140 -13
  39. package/styles/spreadsheet/highcontrast.css +151 -13
  40. package/styles/spreadsheet/material-dark.css +162 -28
  41. package/styles/spreadsheet/material.css +129 -14
  42. package/styles/spreadsheet/tailwind-dark.css +172 -52
  43. package/styles/spreadsheet/tailwind.css +180 -43
  44. package/styles/tailwind-dark.css +172 -52
  45. package/styles/tailwind.css +180 -43
@@ -44,7 +44,7 @@
44
44
  }
45
45
 
46
46
  .e-dropdownbase .e-list-item.e-active.e-hover {
47
- color: #ff80ab;
47
+ color: #00b0ff;
48
48
  }
49
49
 
50
50
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
@@ -325,6 +325,10 @@
325
325
  content: '\e340';
326
326
  }
327
327
 
328
+ .e-dragfill-ddb .e-dragfill-icon::before {
329
+ content: '\e92a';
330
+ }
331
+
328
332
  .e-chart-ddb .e-chart-icon::before,
329
333
  .e-chart-ddb .e-chart-type-icon::before,
330
334
  .e-chart-type-ddb .e-chart-icon::before,
@@ -827,10 +831,69 @@
827
831
  }
828
832
 
829
833
  .e-spreadsheet .e-protect-dlg {
830
- height: 381px;
834
+ height: 470px;
831
835
  width: 287px;
832
836
  }
833
837
 
838
+ .e-spreadsheet .e-protect-dlg .e-sheet-password-content .e-header {
839
+ font-size: 14px;
840
+ line-height: 28px;
841
+ margin-bottom: 4px;
842
+ }
843
+
844
+ .e-spreadsheet .e-custom-format-dlg {
845
+ height: 510px !important;
846
+ width: 530px !important;
847
+ }
848
+
849
+ .e-spreadsheet .e-unprotectworksheet-dlg {
850
+ left: 0 !important;
851
+ }
852
+
853
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-header-content .e-dlg-header {
854
+ font-size: 18px;
855
+ line-height: 21px;
856
+ }
857
+
858
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-alert-span {
859
+ color: #dd2c2c;
860
+ font-size: 12px;
861
+ padding-top: 7px;
862
+ }
863
+
864
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-header {
865
+ font-size: 14px;
866
+ line-height: 16px;
867
+ }
868
+
869
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-input {
870
+ margin-top: 10px;
871
+ }
872
+
873
+ .e-spreadsheet .e-reenterpwd-dlg {
874
+ left: 0 !important;
875
+ }
876
+
877
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-header-content .e-dlg-header {
878
+ font-size: 18px;
879
+ line-height: 21px;
880
+ }
881
+
882
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-alert-span {
883
+ color: #dd2c2c;
884
+ font-size: 12px;
885
+ padding-top: 7px;
886
+ }
887
+
888
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-header {
889
+ font-size: 14px;
890
+ line-height: 16px;
891
+ }
892
+
893
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-input {
894
+ margin-top: 10px;
895
+ }
896
+
834
897
  .e-spreadsheet .e-goto-dlg {
835
898
  height: auto;
836
899
  }
@@ -873,23 +936,40 @@
873
936
  .e-spreadsheet .e-protect-option-list {
874
937
  border: 1px solid #9e9e9e;
875
938
  cursor: default;
876
- margin-top: 6px;
939
+ margin-top: 20px;
877
940
  overflow-y: auto;
878
941
  }
879
942
 
880
943
  .e-spreadsheet .e-protect-checkbox {
881
944
  height: 30px;
882
- padding-top: 10px;
945
+ padding-top: 20px;
883
946
  }
884
947
 
885
948
  .e-spreadsheet .e-protect-checkbox .e-label {
886
949
  font-size: 14px;
887
950
  }
888
951
 
952
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
953
+ float: left;
954
+ margin-right: 2.8%;
955
+ margin-right: 2.8%;
956
+ width: 80%;
957
+ }
958
+
959
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
960
+ margin: 10px 10px 10px 0;
961
+ }
962
+
963
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-listview {
964
+ border: 1px solid #ddd;
965
+ border-radius: 3px;
966
+ height: 300px;
967
+ }
968
+
889
969
  .e-spreadsheet .e-protect-content {
890
970
  font-size: 13px;
891
971
  height: 30px;
892
- padding-top: 10px;
972
+ padding-top: 20px;
893
973
  width: 100%;
894
974
  }
895
975
 
@@ -1256,7 +1336,7 @@
1256
1336
  }
1257
1337
 
1258
1338
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1259
- background-color: #ff80ab;
1339
+ background-color: #00b0ff;
1260
1340
  cursor: ns-resize;
1261
1341
  position: absolute;
1262
1342
  right: 50%;
@@ -1265,7 +1345,7 @@
1265
1345
  }
1266
1346
 
1267
1347
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-r {
1268
- background-color: #ff80ab;
1348
+ background-color: #00b0ff;
1269
1349
  cursor: ew-resize;
1270
1350
  position: absolute;
1271
1351
  right: -8px;
@@ -1274,7 +1354,7 @@
1274
1354
  }
1275
1355
 
1276
1356
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1277
- background-color: #ff80ab;
1357
+ background-color: #00b0ff;
1278
1358
  cursor: ns-resize;
1279
1359
  position: absolute;
1280
1360
  right: 50%;
@@ -1287,12 +1367,12 @@
1287
1367
  }
1288
1368
 
1289
1369
  .e-spreadsheet .e-sheet .e-ss-overlay.e-ss-overlay-active {
1290
- border: 1px solid #ff80ab;
1370
+ border: 1px solid #00b0ff;
1291
1371
  cursor: move;
1292
1372
  }
1293
1373
 
1294
1374
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-l {
1295
- background-color: #ff80ab;
1375
+ background-color: #00b0ff;
1296
1376
  cursor: ew-resize;
1297
1377
  position: absolute;
1298
1378
  top: 50%;
@@ -1604,7 +1684,7 @@
1604
1684
  cursor: cell;
1605
1685
  pointer-events: none;
1606
1686
  position: absolute;
1607
- z-index: 2;
1687
+ z-index: 1;
1608
1688
  border-width: 1px;
1609
1689
  }
1610
1690
 
@@ -1614,7 +1694,7 @@
1614
1694
  cursor: cell;
1615
1695
  pointer-events: none;
1616
1696
  position: absolute;
1617
- z-index: 2;
1697
+ z-index: 1;
1618
1698
  }
1619
1699
 
1620
1700
  .e-spreadsheet .e-formularef-indicator {
@@ -1624,8 +1704,26 @@
1624
1704
  z-index: 1;
1625
1705
  }
1626
1706
 
1707
+ .e-spreadsheet .e-autofill {
1708
+ background-clip: content-box;
1709
+ background-color: #00b0ff;
1710
+ border: 1px solid #fff;
1711
+ cursor: crosshair;
1712
+ height: 8px;
1713
+ position: absolute;
1714
+ width: 8px;
1715
+ z-index: 3;
1716
+ }
1717
+
1718
+ .e-spreadsheet .e-filloption {
1719
+ height: 30px;
1720
+ position: absolute;
1721
+ width: 47px;
1722
+ z-index: 3;
1723
+ }
1724
+
1627
1725
  .e-spreadsheet .e-active-cell {
1628
- border: 2px solid #ff80ab;
1726
+ border: 2px solid #00b0ff;
1629
1727
  pointer-events: none;
1630
1728
  }
1631
1729
 
@@ -1978,11 +2076,8 @@
1978
2076
  }
1979
2077
 
1980
2078
  .e-spreadsheet .e-validation-list {
1981
- border: 1px solid #fff;
1982
- bottom: 1px;
1983
2079
  float: right;
1984
2080
  height: 18px;
1985
- margin-right: 1px;
1986
2081
  padding: 0;
1987
2082
  position: relative;
1988
2083
  right: 0;
@@ -1991,8 +2086,17 @@
1991
2086
  z-index: 2;
1992
2087
  }
1993
2088
 
2089
+ .e-spreadsheet .e-validation-list .e-input-group {
2090
+ border: 0;
2091
+ box-shadow: none !important;
2092
+ }
2093
+
1994
2094
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1995
2095
  bottom: 5px;
2096
+ height: 18px;
2097
+ min-height: 0;
2098
+ min-width: 0;
2099
+ width: 20px;
1996
2100
  }
1997
2101
 
1998
2102
  .e-spreadsheet .e-rtl .e-spreadsheet-edit {
@@ -2588,8 +2692,6 @@
2588
2692
 
2589
2693
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item,
2590
2694
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item.e-focused {
2591
- background-color: #616161;
2592
- background-color: #fff;
2593
2695
  height: auto;
2594
2696
  line-height: 0;
2595
2697
  padding: 0;
@@ -2640,8 +2742,6 @@
2640
2742
 
2641
2743
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item,
2642
2744
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item.e-focused {
2643
- background-color: #616161;
2644
- background-color: #fff;
2645
2745
  height: auto;
2646
2746
  line-height: 0;
2647
2747
  padding: 0;
@@ -3284,7 +3384,7 @@
3284
3384
 
3285
3385
  .e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
3286
3386
  .e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn {
3287
- height: 33px;
3387
+ height: 32px;
3288
3388
  padding: 0;
3289
3389
  width: 32px;
3290
3390
  }
@@ -3467,6 +3567,13 @@
3467
3567
  height: 78px;
3468
3568
  }
3469
3569
 
3570
+ .e-bigger .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input,
3571
+ .e-bigger.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
3572
+ float: left;
3573
+ margin-right: 2.8%;
3574
+ width: 77%;
3575
+ }
3576
+
3470
3577
  .e-bigger .e-spreadsheet .e-customsort-dlg,
3471
3578
  .e-bigger.e-spreadsheet .e-customsort-dlg {
3472
3579
  width: 590px !important;
@@ -3674,6 +3781,14 @@
3674
3781
  background: #05a7f1;
3675
3782
  }
3676
3783
 
3784
+ .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
3785
+ color: rgba(255, 255, 255, 0.7);
3786
+ }
3787
+
3788
+ .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
3789
+ color: rgba(255, 255, 255, 0.7);
3790
+ }
3791
+
3677
3792
  .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover {
3678
3793
  background: #424242;
3679
3794
  }
@@ -3697,6 +3812,14 @@
3697
3812
  background-color: transparent;
3698
3813
  }
3699
3814
 
3815
+ .e-spreadsheet .e-dragfill-ddb {
3816
+ box-shadow: none;
3817
+ }
3818
+
3819
+ .e-spreadsheet .e-dragfill-ddb:focus {
3820
+ background: #424242;
3821
+ }
3822
+
3700
3823
  .e-spreadsheet .e-aggregate-list.e-flat {
3701
3824
  background-color: transparent;
3702
3825
  border-color: transparent;
@@ -3816,7 +3939,7 @@
3816
3939
  }
3817
3940
 
3818
3941
  .e-spreadsheet .e-selectall.e-highlight {
3819
- border-bottom-color: #ff80ab;
3942
+ border-bottom-color: #00b0ff;
3820
3943
  }
3821
3944
 
3822
3945
  .e-spreadsheet .e-select-all-cell:hover .e-selectall:not(.e-highlight) {
@@ -3846,7 +3969,7 @@
3846
3969
  }
3847
3970
 
3848
3971
  .e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall.e-highlight {
3849
- border-right-color: #ff80ab;
3972
+ border-right-color: #00b0ff;
3850
3973
  }
3851
3974
 
3852
3975
  .e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell:hover .e-selectall:not(.e-highlight) {
@@ -3901,7 +4024,7 @@
3901
4024
  }
3902
4025
 
3903
4026
  .e-spreadsheet .e-sheet-panel.e-rtl .e-selectall.e-highlight {
3904
- border-left-color: #ff80ab;
4027
+ border-left-color: #00b0ff;
3905
4028
  }
3906
4029
 
3907
4030
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight,
@@ -3943,8 +4066,8 @@
3943
4066
  }
3944
4067
 
3945
4068
  .e-spreadsheet .e-selection {
3946
- background-color: rgba(255, 128, 171, 0.25);
3947
- border-color: #ff80ab;
4069
+ background-color: rgba(0, 176, 255, 0.25);
4070
+ border-color: #00b0ff;
3948
4071
  }
3949
4072
 
3950
4073
  .e-spreadsheet .e-selection.e-merged {
@@ -4009,7 +4132,7 @@
4009
4132
 
4010
4133
  .e-spreadsheet .e-colresize-handler,
4011
4134
  .e-spreadsheet .e-rowresize-handler {
4012
- border-color: #ff80ab;
4135
+ border-color: #00b0ff;
4013
4136
  }
4014
4137
 
4015
4138
  .e-spreadsheet .e-frozen-column {
@@ -4022,6 +4145,7 @@
4022
4145
 
4023
4146
  .e-spreadsheet .e-validation-list {
4024
4147
  background: #fff;
4148
+ background-color: #303030;
4025
4149
  }
4026
4150
 
4027
4151
  .e-spreadsheet .e-datavalidation-dlg .e-dlg-error {
@@ -4088,6 +4212,11 @@
4088
4212
  border-right: 1px dashed #dd2c2c;
4089
4213
  }
4090
4214
 
4215
+ .e-popup.e-menu-popup.e-databars ul .e-db {
4216
+ background-color: #fff;
4217
+ background-color: #303030;
4218
+ }
4219
+
4091
4220
  .e-popup.e-menu-popup.e-databars ul .e-bdatabar:hover,
4092
4221
  .e-popup.e-menu-popup.e-databars ul .e-gdatabar:hover,
4093
4222
  .e-popup.e-menu-popup.e-databars ul .e-rdatabar:hover,
@@ -4122,6 +4251,11 @@
4122
4251
  background: transparent url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkNjAwN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDEyPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%;
4123
4252
  }
4124
4253
 
4254
+ .e-popup.e-menu-popup.e-colorscales ul .e-cs {
4255
+ background-color: #fff;
4256
+ background-color: #303030;
4257
+ }
4258
+
4125
4259
  .e-popup.e-menu-popup.e-colorscales ul .e-gyr:hover,
4126
4260
  .e-popup.e-menu-popup.e-colorscales ul .e-ryg:hover,
4127
4261
  .e-popup.e-menu-popup.e-colorscales ul .e-gwr:hover,
@@ -5055,7 +5189,7 @@
5055
5189
  }
5056
5190
 
5057
5191
  .e-dropdown-popup ul .e-item .e-menu-icon.e-selected-icon {
5058
- color: #ff80ab;
5192
+ color: #00b0ff;
5059
5193
  }
5060
5194
 
5061
5195
  .e-dropdown-popup.e-align-ddb ul .e-item:not(.e-selected) .e-menu-icon {
@@ -357,6 +357,10 @@
357
357
  content: '\e340';
358
358
  }
359
359
 
360
+ .e-dragfill-ddb .e-dragfill-icon::before {
361
+ content: '\e92a';
362
+ }
363
+
360
364
  .e-chart-ddb .e-chart-icon::before,
361
365
  .e-chart-ddb .e-chart-type-icon::before,
362
366
  .e-chart-type-ddb .e-chart-icon::before,
@@ -859,10 +863,64 @@
859
863
  }
860
864
 
861
865
  .e-spreadsheet .e-protect-dlg {
862
- height: 381px;
866
+ height: 470px;
863
867
  width: 287px;
864
868
  }
865
869
 
870
+ .e-spreadsheet .e-protect-dlg .e-sheet-password-content .e-header {
871
+ font-size: 14px;
872
+ line-height: 28px;
873
+ margin-bottom: 4px;
874
+ }
875
+
876
+ .e-spreadsheet .e-unprotectworksheet-dlg {
877
+ left: 0 !important;
878
+ }
879
+
880
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-header-content .e-dlg-header {
881
+ font-size: 18px;
882
+ line-height: 21px;
883
+ }
884
+
885
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-alert-span {
886
+ color: #dd2c2c;
887
+ font-size: 12px;
888
+ padding-top: 7px;
889
+ }
890
+
891
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-header {
892
+ font-size: 14px;
893
+ line-height: 16px;
894
+ }
895
+
896
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-input {
897
+ margin-top: 10px;
898
+ }
899
+
900
+ .e-spreadsheet .e-reenterpwd-dlg {
901
+ left: 0 !important;
902
+ }
903
+
904
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-header-content .e-dlg-header {
905
+ font-size: 18px;
906
+ line-height: 21px;
907
+ }
908
+
909
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-alert-span {
910
+ color: #dd2c2c;
911
+ font-size: 12px;
912
+ padding-top: 7px;
913
+ }
914
+
915
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-header {
916
+ font-size: 14px;
917
+ line-height: 16px;
918
+ }
919
+
920
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-input {
921
+ margin-top: 10px;
922
+ }
923
+
866
924
  .e-spreadsheet .e-goto-dlg {
867
925
  height: auto;
868
926
  }
@@ -905,23 +963,40 @@
905
963
  .e-spreadsheet .e-protect-option-list {
906
964
  border: 1px solid #e0e0e0;
907
965
  cursor: default;
908
- margin-top: 6px;
966
+ margin-top: 20px;
909
967
  overflow-y: auto;
910
968
  }
911
969
 
912
970
  .e-spreadsheet .e-protect-checkbox {
913
971
  height: 30px;
914
- padding-top: 10px;
972
+ padding-top: 20px;
915
973
  }
916
974
 
917
975
  .e-spreadsheet .e-protect-checkbox .e-label {
918
976
  font-size: 14px;
919
977
  }
920
978
 
979
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
980
+ float: left;
981
+ margin-right: 2.8%;
982
+ margin-right: 2.8%;
983
+ width: 80%;
984
+ }
985
+
986
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
987
+ margin: 10px 10px 10px 0;
988
+ }
989
+
990
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-listview {
991
+ border: 1px solid #ddd;
992
+ border-radius: 3px;
993
+ height: 300px;
994
+ }
995
+
921
996
  .e-spreadsheet .e-protect-content {
922
997
  font-size: 13px;
923
998
  height: 30px;
924
- padding-top: 10px;
999
+ padding-top: 20px;
925
1000
  width: 100%;
926
1001
  }
927
1002
 
@@ -1645,7 +1720,7 @@
1645
1720
  cursor: cell;
1646
1721
  pointer-events: none;
1647
1722
  position: absolute;
1648
- z-index: 2;
1723
+ z-index: 1;
1649
1724
  border-width: 1px;
1650
1725
  }
1651
1726
 
@@ -1655,7 +1730,7 @@
1655
1730
  cursor: cell;
1656
1731
  pointer-events: none;
1657
1732
  position: absolute;
1658
- z-index: 2;
1733
+ z-index: 1;
1659
1734
  }
1660
1735
 
1661
1736
  .e-spreadsheet .e-formularef-indicator {
@@ -1665,6 +1740,25 @@
1665
1740
  z-index: 1;
1666
1741
  }
1667
1742
 
1743
+ .e-spreadsheet .e-autofill {
1744
+ background-clip: content-box;
1745
+ background-color: #e3165b;
1746
+ border: 1px solid #fff;
1747
+ cursor: crosshair;
1748
+ height: 8px;
1749
+ position: absolute;
1750
+ width: 8px;
1751
+ z-index: 3;
1752
+ }
1753
+
1754
+ .e-spreadsheet .e-filloption {
1755
+ height: 30px;
1756
+ position: absolute;
1757
+ width: 47px;
1758
+ z-index: 3;
1759
+ background-color: #e0e0e0;
1760
+ }
1761
+
1668
1762
  .e-spreadsheet .e-active-cell {
1669
1763
  border: 2px solid #e3165b;
1670
1764
  pointer-events: none;
@@ -2023,11 +2117,8 @@
2023
2117
  }
2024
2118
 
2025
2119
  .e-spreadsheet .e-validation-list {
2026
- border: 1px solid #fff;
2027
- bottom: 1px;
2028
2120
  float: right;
2029
2121
  height: 18px;
2030
- margin-right: 1px;
2031
2122
  padding: 0;
2032
2123
  position: relative;
2033
2124
  right: 0;
@@ -2036,6 +2127,11 @@
2036
2127
  z-index: 2;
2037
2128
  }
2038
2129
 
2130
+ .e-spreadsheet .e-validation-list .e-input-group {
2131
+ border: 0;
2132
+ box-shadow: none !important;
2133
+ }
2134
+
2039
2135
  .e-spreadsheet .e-validation-list .e-ddl-icon {
2040
2136
  bottom: 5px;
2041
2137
  }
@@ -2637,8 +2733,6 @@
2637
2733
 
2638
2734
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item,
2639
2735
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item.e-focused {
2640
- background-color: #616161;
2641
- background-color: #fff;
2642
2736
  height: auto;
2643
2737
  line-height: 0;
2644
2738
  padding: 0;
@@ -2689,8 +2783,6 @@
2689
2783
 
2690
2784
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item,
2691
2785
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item.e-focused {
2692
- background-color: #616161;
2693
- background-color: #fff;
2694
2786
  height: auto;
2695
2787
  line-height: 0;
2696
2788
  padding: 0;
@@ -3333,7 +3425,7 @@
3333
3425
 
3334
3426
  .e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
3335
3427
  .e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn {
3336
- height: 33px;
3428
+ height: 32px;
3337
3429
  padding: 0;
3338
3430
  width: 32px;
3339
3431
  }
@@ -3516,6 +3608,13 @@
3516
3608
  height: 78px;
3517
3609
  }
3518
3610
 
3611
+ .e-bigger .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input,
3612
+ .e-bigger.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
3613
+ float: left;
3614
+ margin-right: 2.8%;
3615
+ width: 77%;
3616
+ }
3617
+
3519
3618
  .e-bigger .e-spreadsheet .e-customsort-dlg,
3520
3619
  .e-bigger.e-spreadsheet .e-customsort-dlg {
3521
3620
  width: 590px !important;
@@ -3737,6 +3836,14 @@
3737
3836
  background-color: transparent;
3738
3837
  }
3739
3838
 
3839
+ .e-spreadsheet .e-dragfill-ddb {
3840
+ box-shadow: none;
3841
+ }
3842
+
3843
+ .e-spreadsheet .e-dragfill-ddb:focus {
3844
+ background: #eee;
3845
+ }
3846
+
3740
3847
  .e-spreadsheet .e-aggregate-list.e-flat {
3741
3848
  background-color: transparent;
3742
3849
  border-color: transparent;
@@ -4128,6 +4235,10 @@
4128
4235
  border-right: 1px dashed #dd2c2c;
4129
4236
  }
4130
4237
 
4238
+ .e-popup.e-menu-popup.e-databars ul .e-db {
4239
+ background-color: #fff;
4240
+ }
4241
+
4131
4242
  .e-popup.e-menu-popup.e-databars ul .e-bdatabar:hover,
4132
4243
  .e-popup.e-menu-popup.e-databars ul .e-gdatabar:hover,
4133
4244
  .e-popup.e-menu-popup.e-databars ul .e-rdatabar:hover,
@@ -4161,6 +4272,10 @@
4161
4272
  background: transparent url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkNjAwN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDEyPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%;
4162
4273
  }
4163
4274
 
4275
+ .e-popup.e-menu-popup.e-colorscales ul .e-cs {
4276
+ background-color: #fff;
4277
+ }
4278
+
4164
4279
  .e-popup.e-menu-popup.e-colorscales ul .e-gyr:hover,
4165
4280
  .e-popup.e-menu-popup.e-colorscales ul .e-ryg:hover,
4166
4281
  .e-popup.e-menu-popup.e-colorscales ul .e-gwr:hover,