@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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-vue-spreadsheet@19.2.57",
3
+ "_id": "@syncfusion/ej2-vue-spreadsheet@19.37.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-BvI4RlMIu5Ka7JpeDjqgyt0iEW3FsENSYqLDaCh+WG5a6HKzR0JlQ/fB+VUuqlOoP4ctCJT3X/LcOofeVbzbOQ==",
5
+ "_integrity": "sha512-+UcwLXXPcM22oSH6Yf2rS3mB8FzRs5UFdMl36hvbW0CavOUFbZ9sChes+Tv8pewoR47K+exZalIxXOhN44/4iA==",
6
6
  "_location": "/@syncfusion/ej2-vue-spreadsheet",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-19.2.57.tgz",
23
- "_shasum": "df045922d7b858709c695ad8bb8251ae28f3ce89",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-19.37.1.tgz",
23
+ "_shasum": "f3a0f2de9d76f2b37095aefe1384203346a12c74",
24
24
  "_spec": "@syncfusion/ej2-vue-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.2.57",
35
- "@syncfusion/ej2-spreadsheet": "19.2.59",
36
- "@syncfusion/ej2-vue-base": "~19.2.58"
34
+ "@syncfusion/ej2-base": "~19.3.43",
35
+ "@syncfusion/ej2-spreadsheet": "19.3.44",
36
+ "@syncfusion/ej2-vue-base": "~19.3.43"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
@@ -65,6 +65,6 @@
65
65
  "type": "git",
66
66
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
67
67
  },
68
- "version": "19.2.59",
68
+ "version": "19.3.44",
69
69
  "sideEffects": false
70
70
  }
@@ -39,6 +39,7 @@ export declare class SpreadsheetComponent extends ComponentBase {
39
39
  addRibbonTabs(items: Object[], insertBefore?: string): void;
40
40
  addToolbarItems(tab: string, items: Object[], index?: number): void;
41
41
  applyFilter(predicates?: Object[], range?: string): void;
42
+ autoFill(fillRange: string, dataRange?: string, direction?: Object, fillType?: Object): void;
42
43
  autoFit(range: string): void;
43
44
  cellFormat(style: Object, range?: string): void;
44
45
  clear(options: Object): void;
@@ -82,7 +83,7 @@ export declare class SpreadsheetComponent extends ComponentBase {
82
83
  open(options: Object): void;
83
84
  openFromJson(options: undefined): void;
84
85
  paste(address?: string, type?: Object): void;
85
- protectSheet(sheet?: number | string, protectSettings?: Object): void;
86
+ protectSheet(sheet?: number | string, protectSettings?: Object, password?: string): void;
86
87
  redo(): void;
87
88
  refresh(isNew?: boolean): void;
88
89
  removeContextMenuItems(items: string[], isUniqueId?: boolean): void;
@@ -105,6 +106,7 @@ export declare class SpreadsheetComponent extends ComponentBase {
105
106
  unprotectSheet(sheet?: number | string): void;
106
107
  updateAction(options: Object): void;
107
108
  updateCell(cell: Object, address?: string): void;
109
+ updateRange(range: Object, sheetIdx?: number): void;
108
110
  updateUndoRedoCollection(args: undefined): void;
109
111
  wrap(address: string, wrap: boolean): void;
110
112
  }
@@ -30,7 +30,7 @@ import { ConditionalFormatsDirective, ConditionalFormatDirective, ConditionalFor
30
30
  import { SheetsDirective, SheetDirective, SheetsPlugin, SheetPlugin } from './sheets.directive';
31
31
  import { DefinedNamesDirective, DefinedNameDirective, DefinedNamesPlugin, DefinedNamePlugin } from './definednames.directive';
32
32
  import { Options } from 'vue-class-component';
33
- export var properties = ['activeSheetIndex', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'cellStyle', 'cssClass', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width', 'actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeConditionalFormat', 'beforeDataBound', 'beforeHyperlinkClick', 'beforeHyperlinkCreate', 'beforeOpen', 'beforeSave', 'beforeSelect', 'beforeSort', 'cellEdit', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];
33
+ export var properties = ['islazyUpdate', 'activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width', 'actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeConditionalFormat', 'beforeDataBound', 'beforeHyperlinkClick', 'beforeHyperlinkCreate', 'beforeOpen', 'beforeSave', 'beforeSelect', 'beforeSort', 'cellEdit', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];
34
34
  export var modelProps = [];
35
35
  export var testProp = getProps({ props: properties });
36
36
  export var props = testProp[0];
@@ -107,6 +107,7 @@ var SpreadsheetComponent = /** @class */ (function (_super) {
107
107
  }
108
108
  else {
109
109
  _this.$emit('update:' + key, prop[key]);
110
+ _this.$emit('modelchanged', prop[key]);
110
111
  }
111
112
  }
112
113
  });
@@ -154,6 +155,9 @@ var SpreadsheetComponent = /** @class */ (function (_super) {
154
155
  SpreadsheetComponent.prototype.applyFilter = function (predicates, range) {
155
156
  return this.ej2Instances.applyFilter(predicates, range);
156
157
  };
158
+ SpreadsheetComponent.prototype.autoFill = function (fillRange, dataRange, direction, fillType) {
159
+ return this.ej2Instances.autoFill(fillRange, dataRange, direction, fillType);
160
+ };
157
161
  SpreadsheetComponent.prototype.autoFit = function (range) {
158
162
  return this.ej2Instances.autoFit(range);
159
163
  };
@@ -283,8 +287,8 @@ var SpreadsheetComponent = /** @class */ (function (_super) {
283
287
  SpreadsheetComponent.prototype.paste = function (address, type) {
284
288
  return this.ej2Instances.paste(address, type);
285
289
  };
286
- SpreadsheetComponent.prototype.protectSheet = function (sheet, protectSettings) {
287
- return this.ej2Instances.protectSheet(sheet, protectSettings);
290
+ SpreadsheetComponent.prototype.protectSheet = function (sheet, protectSettings, password) {
291
+ return this.ej2Instances.protectSheet(sheet, protectSettings, password);
288
292
  };
289
293
  SpreadsheetComponent.prototype.redo = function () {
290
294
  return this.ej2Instances.redo();
@@ -352,6 +356,9 @@ var SpreadsheetComponent = /** @class */ (function (_super) {
352
356
  SpreadsheetComponent.prototype.updateCell = function (cell, address) {
353
357
  return this.ej2Instances.updateCell(cell, address);
354
358
  };
359
+ SpreadsheetComponent.prototype.updateRange = function (range, sheetIdx) {
360
+ return this.ej2Instances.updateRange(range, sheetIdx);
361
+ };
355
362
  SpreadsheetComponent.prototype.updateUndoRedoCollection = function (args) {
356
363
  return this.ej2Instances.updateUndoRedoCollection(args);
357
364
  };
@@ -298,6 +298,10 @@
298
298
  content: '\e340';
299
299
  }
300
300
 
301
+ .e-dragfill-ddb .e-dragfill-icon::before {
302
+ content: '\e92a';
303
+ }
304
+
301
305
  .e-chart-ddb .e-chart-icon::before,
302
306
  .e-chart-ddb .e-chart-type-icon::before,
303
307
  .e-chart-type-ddb .e-chart-icon::before,
@@ -805,6 +809,65 @@
805
809
  width: 282px;
806
810
  }
807
811
 
812
+ .e-spreadsheet .e-protect-dlg .e-sheet-password-content .e-header {
813
+ font-size: 14px;
814
+ line-height: 28px;
815
+ margin-bottom: 4px;
816
+ }
817
+
818
+ .e-spreadsheet .e-custom-format-dlg {
819
+ height: 510px !important;
820
+ width: 530px !important;
821
+ }
822
+
823
+ .e-spreadsheet .e-unprotectworksheet-dlg {
824
+ left: 0 !important;
825
+ }
826
+
827
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-header-content .e-dlg-header {
828
+ font-size: 18px;
829
+ line-height: 21px;
830
+ }
831
+
832
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-alert-span {
833
+ color: #dd2c2c;
834
+ font-size: 12px;
835
+ padding-top: 7px;
836
+ }
837
+
838
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-header {
839
+ font-size: 14px;
840
+ line-height: 16px;
841
+ }
842
+
843
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-input {
844
+ margin-top: 10px;
845
+ }
846
+
847
+ .e-spreadsheet .e-reenterpwd-dlg {
848
+ left: 0 !important;
849
+ }
850
+
851
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-header-content .e-dlg-header {
852
+ font-size: 18px;
853
+ line-height: 21px;
854
+ }
855
+
856
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-alert-span {
857
+ color: #dd2c2c;
858
+ font-size: 12px;
859
+ padding-top: 7px;
860
+ }
861
+
862
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-header {
863
+ font-size: 14px;
864
+ line-height: 16px;
865
+ }
866
+
867
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-input {
868
+ margin-top: 10px;
869
+ }
870
+
808
871
  .e-spreadsheet .e-goto-dlg {
809
872
  height: auto;
810
873
  }
@@ -847,23 +910,40 @@
847
910
  .e-spreadsheet .e-protect-option-list {
848
911
  border: 1px solid #414141;
849
912
  cursor: default;
850
- margin-top: 6px;
913
+ margin-top: 20px;
851
914
  overflow-y: auto;
852
915
  }
853
916
 
854
917
  .e-spreadsheet .e-protect-checkbox {
855
918
  height: 30px;
856
- padding-top: 10px;
919
+ padding-top: 20px;
857
920
  }
858
921
 
859
922
  .e-spreadsheet .e-protect-checkbox .e-label {
860
923
  font-size: 14px;
861
924
  }
862
925
 
926
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
927
+ float: left;
928
+ margin-right: 2.8%;
929
+ margin-right: 2.8%;
930
+ width: 80%;
931
+ }
932
+
933
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
934
+ margin: 10px 10px 10px 0;
935
+ }
936
+
937
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-listview {
938
+ border: 1px solid #ddd;
939
+ border-radius: 3px;
940
+ height: 300px;
941
+ }
942
+
863
943
  .e-spreadsheet .e-protect-content {
864
944
  font-size: 13px;
865
945
  height: 30px;
866
- padding-top: 10px;
946
+ padding-top: 20px;
867
947
  width: 100%;
868
948
  }
869
949
 
@@ -1578,7 +1658,7 @@
1578
1658
  cursor: cell;
1579
1659
  pointer-events: none;
1580
1660
  position: absolute;
1581
- z-index: 2;
1661
+ z-index: 1;
1582
1662
  border-width: 1px;
1583
1663
  }
1584
1664
 
@@ -1588,7 +1668,7 @@
1588
1668
  cursor: cell;
1589
1669
  pointer-events: none;
1590
1670
  position: absolute;
1591
- z-index: 2;
1671
+ z-index: 1;
1592
1672
  }
1593
1673
 
1594
1674
  .e-spreadsheet .e-formularef-indicator {
@@ -1598,6 +1678,24 @@
1598
1678
  z-index: 1;
1599
1679
  }
1600
1680
 
1681
+ .e-spreadsheet .e-autofill {
1682
+ background-clip: content-box;
1683
+ background-color: #0070f0;
1684
+ border: 1px solid #fff;
1685
+ cursor: crosshair;
1686
+ height: 8px;
1687
+ position: absolute;
1688
+ width: 8px;
1689
+ z-index: 3;
1690
+ }
1691
+
1692
+ .e-spreadsheet .e-filloption {
1693
+ height: 30px;
1694
+ position: absolute;
1695
+ width: 47px;
1696
+ z-index: 3;
1697
+ }
1698
+
1601
1699
  .e-spreadsheet .e-active-cell {
1602
1700
  border: 2px solid #0070f0;
1603
1701
  pointer-events: none;
@@ -1952,11 +2050,8 @@
1952
2050
  }
1953
2051
 
1954
2052
  .e-spreadsheet .e-validation-list {
1955
- border: 1px solid #fff;
1956
- bottom: 1px;
1957
2053
  float: right;
1958
2054
  height: 18px;
1959
- margin-right: 1px;
1960
2055
  padding: 0;
1961
2056
  position: relative;
1962
2057
  right: 0;
@@ -1965,8 +2060,17 @@
1965
2060
  z-index: 2;
1966
2061
  }
1967
2062
 
2063
+ .e-spreadsheet .e-validation-list .e-input-group {
2064
+ border: 0;
2065
+ box-shadow: none !important;
2066
+ }
2067
+
1968
2068
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1969
2069
  bottom: 5px;
2070
+ height: 18px;
2071
+ min-height: 0;
2072
+ min-width: 0;
2073
+ width: 20px;
1970
2074
  }
1971
2075
 
1972
2076
  .e-spreadsheet .e-rtl .e-spreadsheet-edit {
@@ -2563,8 +2667,6 @@
2563
2667
 
2564
2668
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item,
2565
2669
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item.e-focused {
2566
- background-color: #616161;
2567
- background-color: #fff;
2568
2670
  height: auto;
2569
2671
  line-height: 0;
2570
2672
  padding: 0;
@@ -2615,8 +2717,6 @@
2615
2717
 
2616
2718
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item,
2617
2719
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item.e-focused {
2618
- background-color: #616161;
2619
- background-color: #fff;
2620
2720
  height: auto;
2621
2721
  line-height: 0;
2622
2722
  padding: 0;
@@ -3259,7 +3359,7 @@
3259
3359
 
3260
3360
  .e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
3261
3361
  .e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn {
3262
- height: 33px;
3362
+ height: 32px;
3263
3363
  padding: 0;
3264
3364
  width: 32px;
3265
3365
  }
@@ -3442,6 +3542,13 @@
3442
3542
  height: 78px;
3443
3543
  }
3444
3544
 
3545
+ .e-bigger .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input,
3546
+ .e-bigger.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
3547
+ float: left;
3548
+ margin-right: 2.8%;
3549
+ width: 77%;
3550
+ }
3551
+
3445
3552
  .e-bigger .e-spreadsheet .e-customsort-dlg,
3446
3553
  .e-bigger.e-spreadsheet .e-customsort-dlg {
3447
3554
  width: 590px !important;
@@ -3628,6 +3735,14 @@
3628
3735
  background: #131313;
3629
3736
  }
3630
3737
 
3738
+ .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
3739
+ color: #3e98ff;
3740
+ }
3741
+
3742
+ .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
3743
+ color: #3e98ff;
3744
+ }
3745
+
3631
3746
  .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover {
3632
3747
  background: #393939;
3633
3748
  }
@@ -3651,6 +3766,14 @@
3651
3766
  background-color: transparent;
3652
3767
  }
3653
3768
 
3769
+ .e-spreadsheet .e-dragfill-ddb {
3770
+ box-shadow: none;
3771
+ }
3772
+
3773
+ .e-spreadsheet .e-dragfill-ddb:focus {
3774
+ background: #131313;
3775
+ }
3776
+
3654
3777
  .e-spreadsheet .e-aggregate-list.e-flat {
3655
3778
  background-color: transparent;
3656
3779
  border-color: transparent;
@@ -3972,6 +4095,7 @@
3972
4095
 
3973
4096
  .e-spreadsheet .e-validation-list {
3974
4097
  background: #fff;
4098
+ background-color: #303030;
3975
4099
  }
3976
4100
 
3977
4101
  .e-spreadsheet .e-datavalidation-dlg .e-dlg-error {
@@ -4038,6 +4162,11 @@
4038
4162
  border-right: 1px dashed #dd2c2c;
4039
4163
  }
4040
4164
 
4165
+ .e-popup.e-menu-popup.e-databars ul .e-db {
4166
+ background-color: #fff;
4167
+ background-color: #303030;
4168
+ }
4169
+
4041
4170
  .e-popup.e-menu-popup.e-databars ul .e-bdatabar:hover,
4042
4171
  .e-popup.e-menu-popup.e-databars ul .e-gdatabar:hover,
4043
4172
  .e-popup.e-menu-popup.e-databars ul .e-rdatabar:hover,
@@ -4072,6 +4201,11 @@
4072
4201
  background: transparent url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkNjAwN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDEyPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%;
4073
4202
  }
4074
4203
 
4204
+ .e-popup.e-menu-popup.e-colorscales ul .e-cs {
4205
+ background-color: #fff;
4206
+ background-color: #303030;
4207
+ }
4208
+
4075
4209
  .e-popup.e-menu-popup.e-colorscales ul .e-gyr:hover,
4076
4210
  .e-popup.e-menu-popup.e-colorscales ul .e-ryg:hover,
4077
4211
  .e-popup.e-menu-popup.e-colorscales ul .e-gwr:hover,
@@ -309,6 +309,10 @@
309
309
  content: '\e340';
310
310
  }
311
311
 
312
+ .e-dragfill-ddb .e-dragfill-icon::before {
313
+ content: '\e92a';
314
+ }
315
+
312
316
  .e-chart-ddb .e-chart-icon::before,
313
317
  .e-chart-ddb .e-chart-type-icon::before,
314
318
  .e-chart-type-ddb .e-chart-icon::before,
@@ -812,6 +816,65 @@
812
816
  width: 282px;
813
817
  }
814
818
 
819
+ .e-spreadsheet .e-protect-dlg .e-sheet-password-content .e-header {
820
+ font-size: 14px;
821
+ line-height: 28px;
822
+ margin-bottom: 4px;
823
+ }
824
+
825
+ .e-spreadsheet .e-custom-format-dlg {
826
+ height: 510px !important;
827
+ width: 530px !important;
828
+ }
829
+
830
+ .e-spreadsheet .e-unprotectworksheet-dlg {
831
+ left: 0 !important;
832
+ }
833
+
834
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-header-content .e-dlg-header {
835
+ font-size: 18px;
836
+ line-height: 21px;
837
+ }
838
+
839
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-alert-span {
840
+ color: #dd2c2c;
841
+ font-size: 12px;
842
+ padding-top: 7px;
843
+ }
844
+
845
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-header {
846
+ font-size: 14px;
847
+ line-height: 16px;
848
+ }
849
+
850
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-input {
851
+ margin-top: 10px;
852
+ }
853
+
854
+ .e-spreadsheet .e-reenterpwd-dlg {
855
+ left: 0 !important;
856
+ }
857
+
858
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-header-content .e-dlg-header {
859
+ font-size: 18px;
860
+ line-height: 21px;
861
+ }
862
+
863
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-alert-span {
864
+ color: #dd2c2c;
865
+ font-size: 12px;
866
+ padding-top: 7px;
867
+ }
868
+
869
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-header {
870
+ font-size: 14px;
871
+ line-height: 16px;
872
+ }
873
+
874
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-input {
875
+ margin-top: 10px;
876
+ }
877
+
815
878
  .e-spreadsheet .e-goto-dlg {
816
879
  height: auto;
817
880
  }
@@ -854,23 +917,40 @@
854
917
  .e-spreadsheet .e-protect-option-list {
855
918
  border: 1px solid #ddd;
856
919
  cursor: default;
857
- margin-top: 6px;
920
+ margin-top: 20px;
858
921
  overflow-y: auto;
859
922
  }
860
923
 
861
924
  .e-spreadsheet .e-protect-checkbox {
862
925
  height: 30px;
863
- padding-top: 10px;
926
+ padding-top: 20px;
864
927
  }
865
928
 
866
929
  .e-spreadsheet .e-protect-checkbox .e-label {
867
930
  font-size: 14px;
868
931
  }
869
932
 
933
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
934
+ float: left;
935
+ margin-right: 2.8%;
936
+ margin-right: 2.8%;
937
+ width: 80%;
938
+ }
939
+
940
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
941
+ margin: 10px 10px 10px 0;
942
+ }
943
+
944
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-listview {
945
+ border: 1px solid #ddd;
946
+ border-radius: 3px;
947
+ height: 300px;
948
+ }
949
+
870
950
  .e-spreadsheet .e-protect-content {
871
951
  font-size: 13px;
872
952
  height: 30px;
873
- padding-top: 10px;
953
+ padding-top: 20px;
874
954
  width: 100%;
875
955
  }
876
956
 
@@ -1601,7 +1681,7 @@
1601
1681
  cursor: cell;
1602
1682
  pointer-events: none;
1603
1683
  position: absolute;
1604
- z-index: 2;
1684
+ z-index: 1;
1605
1685
  border-width: 1px;
1606
1686
  }
1607
1687
 
@@ -1611,7 +1691,7 @@
1611
1691
  cursor: cell;
1612
1692
  pointer-events: none;
1613
1693
  position: absolute;
1614
- z-index: 2;
1694
+ z-index: 1;
1615
1695
  }
1616
1696
 
1617
1697
  .e-spreadsheet .e-formularef-indicator {
@@ -1621,6 +1701,24 @@
1621
1701
  z-index: 1;
1622
1702
  }
1623
1703
 
1704
+ .e-spreadsheet .e-autofill {
1705
+ background-clip: content-box;
1706
+ background-color: #317ab9;
1707
+ border: 1px solid #fff;
1708
+ cursor: crosshair;
1709
+ height: 8px;
1710
+ position: absolute;
1711
+ width: 8px;
1712
+ z-index: 3;
1713
+ }
1714
+
1715
+ .e-spreadsheet .e-filloption {
1716
+ height: 30px;
1717
+ position: absolute;
1718
+ width: 47px;
1719
+ z-index: 3;
1720
+ }
1721
+
1624
1722
  .e-spreadsheet .e-active-cell {
1625
1723
  border: 2px solid #317ab9;
1626
1724
  pointer-events: none;
@@ -1982,11 +2080,8 @@
1982
2080
  }
1983
2081
 
1984
2082
  .e-spreadsheet .e-validation-list {
1985
- border: 1px solid #fff;
1986
- bottom: 1px;
1987
2083
  float: right;
1988
2084
  height: 18px;
1989
- margin-right: 1px;
1990
2085
  padding: 0;
1991
2086
  position: relative;
1992
2087
  right: 0;
@@ -1995,8 +2090,17 @@
1995
2090
  z-index: 2;
1996
2091
  }
1997
2092
 
2093
+ .e-spreadsheet .e-validation-list .e-input-group {
2094
+ border: 0;
2095
+ box-shadow: none !important;
2096
+ }
2097
+
1998
2098
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1999
2099
  bottom: 5px;
2100
+ height: 18px;
2101
+ min-height: 0;
2102
+ min-width: 0;
2103
+ width: 20px;
2000
2104
  }
2001
2105
 
2002
2106
  .e-spreadsheet .e-rtl .e-spreadsheet-edit {
@@ -2593,8 +2697,6 @@
2593
2697
 
2594
2698
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item,
2595
2699
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item.e-focused {
2596
- background-color: #616161;
2597
- background-color: #fff;
2598
2700
  height: auto;
2599
2701
  line-height: 0;
2600
2702
  padding: 0;
@@ -2645,8 +2747,6 @@
2645
2747
 
2646
2748
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item,
2647
2749
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item.e-focused {
2648
- background-color: #616161;
2649
- background-color: #fff;
2650
2750
  height: auto;
2651
2751
  line-height: 0;
2652
2752
  padding: 0;
@@ -3289,7 +3389,7 @@
3289
3389
 
3290
3390
  .e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
3291
3391
  .e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn {
3292
- height: 33px;
3392
+ height: 32px;
3293
3393
  padding: 0;
3294
3394
  width: 32px;
3295
3395
  }
@@ -3466,6 +3566,13 @@
3466
3566
  height: 78px;
3467
3567
  }
3468
3568
 
3569
+ .e-bigger .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input,
3570
+ .e-bigger.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
3571
+ float: left;
3572
+ margin-right: 2.8%;
3573
+ width: 77%;
3574
+ }
3575
+
3469
3576
  .e-bigger .e-spreadsheet .e-customsort-dlg,
3470
3577
  .e-bigger.e-spreadsheet .e-customsort-dlg {
3471
3578
  width: 590px !important;
@@ -3669,6 +3776,14 @@
3669
3776
  background: #317ab9;
3670
3777
  }
3671
3778
 
3779
+ .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
3780
+ color: #317ab9;
3781
+ }
3782
+
3783
+ .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
3784
+ color: #317ab9;
3785
+ }
3786
+
3672
3787
  .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover {
3673
3788
  background: #ddd;
3674
3789
  }
@@ -3692,6 +3807,18 @@
3692
3807
  background-color: transparent;
3693
3808
  }
3694
3809
 
3810
+ .e-spreadsheet .e-dragfill-ddb {
3811
+ box-shadow: none;
3812
+ }
3813
+
3814
+ .e-spreadsheet .e-dragfill-ddb:focus {
3815
+ background: rgba(49, 122, 185, 0.18);
3816
+ }
3817
+
3818
+ .e-spreadsheet .e-dragfill-ddb:focus {
3819
+ background: #e6e6e6;
3820
+ }
3821
+
3695
3822
  .e-spreadsheet .e-aggregate-list.e-flat {
3696
3823
  background-color: transparent;
3697
3824
  border-color: transparent;
@@ -4083,6 +4210,10 @@
4083
4210
  border-right: 1px dashed #dd2c2c;
4084
4211
  }
4085
4212
 
4213
+ .e-popup.e-menu-popup.e-databars ul .e-db {
4214
+ background-color: #fff;
4215
+ }
4216
+
4086
4217
  .e-popup.e-menu-popup.e-databars ul .e-bdatabar:hover,
4087
4218
  .e-popup.e-menu-popup.e-databars ul .e-gdatabar:hover,
4088
4219
  .e-popup.e-menu-popup.e-databars ul .e-rdatabar:hover,
@@ -4116,6 +4247,10 @@
4116
4247
  background: transparent url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkNjAwN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDEyPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%;
4117
4248
  }
4118
4249
 
4250
+ .e-popup.e-menu-popup.e-colorscales ul .e-cs {
4251
+ background-color: #fff;
4252
+ }
4253
+
4119
4254
  .e-popup.e-menu-popup.e-colorscales ul .e-gyr:hover,
4120
4255
  .e-popup.e-menu-popup.e-colorscales ul .e-ryg:hover,
4121
4256
  .e-popup.e-menu-popup.e-colorscales ul .e-gwr:hover,