@syncfusion/ej2-multicolumn-combobox 28.2.6 → 28.2.9

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 (76) hide show
  1. package/dist/ej2-multicolumn-combobox.umd.min.js +2 -2
  2. package/dist/ej2-multicolumn-combobox.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-multicolumn-combobox.es2015.js +59 -14
  4. package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
  5. package/dist/es6/ej2-multicolumn-combobox.es5.js +60 -14
  6. package/dist/es6/ej2-multicolumn-combobox.es5.js.map +1 -1
  7. package/dist/global/ej2-multicolumn-combobox.min.js +2 -2
  8. package/dist/global/ej2-multicolumn-combobox.min.js.map +1 -1
  9. package/dist/global/index.d.ts +1 -1
  10. package/package.json +7 -7
  11. package/src/multicolumn-combobox/multi-column-combo-box.d.ts +2 -0
  12. package/src/multicolumn-combobox/multi-column-combo-box.js +59 -13
  13. package/styles/bds-lite.css +8 -0
  14. package/styles/bds.css +8 -0
  15. package/styles/bootstrap-dark-lite.css +8 -0
  16. package/styles/bootstrap-dark.css +8 -0
  17. package/styles/bootstrap-lite.css +8 -0
  18. package/styles/bootstrap.css +8 -0
  19. package/styles/bootstrap4-lite.css +8 -0
  20. package/styles/bootstrap4.css +8 -0
  21. package/styles/bootstrap5-dark-lite.css +8 -0
  22. package/styles/bootstrap5-dark.css +8 -0
  23. package/styles/bootstrap5-lite.css +8 -0
  24. package/styles/bootstrap5.3-lite.css +8 -0
  25. package/styles/bootstrap5.3.css +8 -0
  26. package/styles/bootstrap5.css +8 -0
  27. package/styles/fabric-dark-lite.css +8 -0
  28. package/styles/fabric-dark.css +8 -0
  29. package/styles/fabric-lite.css +8 -0
  30. package/styles/fabric.css +8 -0
  31. package/styles/fluent-dark-lite.css +8 -0
  32. package/styles/fluent-dark.css +8 -0
  33. package/styles/fluent-lite.css +8 -0
  34. package/styles/fluent.css +8 -0
  35. package/styles/fluent2-lite.css +8 -0
  36. package/styles/fluent2.css +8 -0
  37. package/styles/highcontrast-light-lite.css +8 -0
  38. package/styles/highcontrast-light.css +8 -0
  39. package/styles/highcontrast-lite.css +8 -0
  40. package/styles/highcontrast.css +8 -0
  41. package/styles/material-dark-lite.css +8 -0
  42. package/styles/material-dark.css +8 -0
  43. package/styles/material-lite.css +8 -0
  44. package/styles/material.css +8 -0
  45. package/styles/material3-dark-lite.css +8 -0
  46. package/styles/material3-dark.css +8 -0
  47. package/styles/material3-lite.css +8 -0
  48. package/styles/material3.css +8 -0
  49. package/styles/multicolumn-combobox/_layout.scss +7 -0
  50. package/styles/multicolumn-combobox/bds.css +8 -0
  51. package/styles/multicolumn-combobox/bootstrap-dark.css +8 -0
  52. package/styles/multicolumn-combobox/bootstrap.css +8 -0
  53. package/styles/multicolumn-combobox/bootstrap4.css +8 -0
  54. package/styles/multicolumn-combobox/bootstrap5-dark.css +8 -0
  55. package/styles/multicolumn-combobox/bootstrap5.3.css +8 -0
  56. package/styles/multicolumn-combobox/bootstrap5.css +8 -0
  57. package/styles/multicolumn-combobox/fabric-dark.css +8 -0
  58. package/styles/multicolumn-combobox/fabric.css +8 -0
  59. package/styles/multicolumn-combobox/fluent-dark.css +8 -0
  60. package/styles/multicolumn-combobox/fluent.css +8 -0
  61. package/styles/multicolumn-combobox/fluent2.css +8 -0
  62. package/styles/multicolumn-combobox/highcontrast-light.css +8 -0
  63. package/styles/multicolumn-combobox/highcontrast.css +8 -0
  64. package/styles/multicolumn-combobox/material-dark.css +8 -0
  65. package/styles/multicolumn-combobox/material.css +8 -0
  66. package/styles/multicolumn-combobox/material3-dark.css +8 -0
  67. package/styles/multicolumn-combobox/material3.css +8 -0
  68. package/styles/multicolumn-combobox/tailwind-dark.css +8 -0
  69. package/styles/multicolumn-combobox/tailwind.css +8 -0
  70. package/styles/multicolumn-combobox/tailwind3.css +8 -0
  71. package/styles/tailwind-dark-lite.css +8 -0
  72. package/styles/tailwind-dark.css +8 -0
  73. package/styles/tailwind-lite.css +8 -0
  74. package/styles/tailwind.css +8 -0
  75. package/styles/tailwind3-lite.css +8 -0
  76. package/styles/tailwind3.css +8 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 28.2.6
3
+ * version : 28.2.9
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-multicolumn-combobox@*",
3
- "_id": "@syncfusion/ej2-multicolumn-combobox@28.2.3",
3
+ "_id": "@syncfusion/ej2-multicolumn-combobox@28.2.7",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-3PnmBMbBtRPL2/OPlcoDMJuOMq7gDbGUKAsvj5mUBZ4bq7d5FVyf2ZlwLoqNTFuoMh0A7fZlGi5Ui2EhPZ/5lA==",
5
+ "_integrity": "sha512-fKivE3ta9NK4gf9NXhuoxXHbZLWjS3bO4w/NVliiIXtJlTYpvunyp6JgK6TY9Yp9A0QtTrQn9T/9+Gx83IZHXw==",
6
6
  "_location": "/@syncfusion/ej2-multicolumn-combobox",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-multicolumn-combobox",
24
24
  "/@syncfusion/ej2-vue-multicolumn-combobox"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-multicolumn-combobox/-/ej2-multicolumn-combobox-28.2.3.tgz",
27
- "_shasum": "553b0a69101b525c89ca4b2b516fc3e131af8d0a",
26
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-multicolumn-combobox/-/ej2-multicolumn-combobox-28.2.7.tgz",
27
+ "_shasum": "db04940028f8456784b85f914aabd5fb68a527ea",
28
28
  "_spec": "@syncfusion/ej2-multicolumn-combobox@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
30
30
  "author": {
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~28.2.5",
39
- "@syncfusion/ej2-grids": "~28.2.6"
38
+ "@syncfusion/ej2-base": "~28.2.9",
39
+ "@syncfusion/ej2-grids": "~28.2.9"
40
40
  },
41
41
  "deprecated": false,
42
42
  "description": "Essential JS 2 Component",
@@ -57,6 +57,6 @@
57
57
  "url": "git+https://github.com/syncfusion/ej2-multicolumn-combobox-component.git"
58
58
  },
59
59
  "typings": "index.d.ts",
60
- "version": "28.2.6",
60
+ "version": "28.2.9",
61
61
  "sideEffects": false
62
62
  }
@@ -780,6 +780,7 @@ export declare class MultiColumnComboBox extends Component<HTMLElement> implemen
780
780
  private isInitialRender;
781
781
  private remoteDataLength;
782
782
  private selectedRowIndex;
783
+ private hiddenElement;
783
784
  /**
784
785
  * *Constructor for creating the component
785
786
  *
@@ -812,6 +813,7 @@ export declare class MultiColumnComboBox extends Component<HTMLElement> implemen
812
813
  protected getPersistData(): string;
813
814
  private persistData;
814
815
  protected render(): void;
816
+ private setHiddenValue;
815
817
  private renderGrid;
816
818
  private handleActionComplete;
817
819
  private handleKeyPressed;
@@ -66,6 +66,7 @@ var NODATA = 'e-nodata';
66
66
  var DISABLED = 'e-disabled';
67
67
  var INPUTFOCUS = 'e-input-focus';
68
68
  var MULTICOLUMNLIST = 'e-multicolumn-list';
69
+ var HIDDENELEMENT = 'e-multicolumn-list-hidden';
69
70
  var MULTICOLUMNGRID = 'e-multicolumn-grid';
70
71
  var MultiColumnGrid = /** @class */ (function () {
71
72
  function MultiColumnGrid() {
@@ -337,6 +338,24 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
337
338
  this.renderPopup();
338
339
  this.wireEvents();
339
340
  };
341
+ MultiColumnComboBox.prototype.setHiddenValue = function () {
342
+ if (isNOU(this.value)) {
343
+ this.hiddenElement.innerHTML = '';
344
+ return;
345
+ }
346
+ var existingOption = this.hiddenElement.querySelector('option');
347
+ if (!isNOU(existingOption)) {
348
+ existingOption.textContent = this.text;
349
+ existingOption.setAttribute('value', this.value.toString());
350
+ }
351
+ else if (!isNOU(this.hiddenElement)) {
352
+ var newOption = document.createElement('option');
353
+ newOption.text = this.text;
354
+ newOption.setAttribute('value', this.value.toString());
355
+ newOption.setAttribute('selected', '');
356
+ this.hiddenElement.appendChild(newOption);
357
+ }
358
+ };
340
359
  MultiColumnComboBox.prototype.renderGrid = function () {
341
360
  var _this = this;
342
361
  var gridColumns = this.getGridColumns();
@@ -393,10 +412,23 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
393
412
  this.gridObj.appendTo(this.gridEle);
394
413
  };
395
414
  MultiColumnComboBox.prototype.handleActionComplete = function (args) {
415
+ var _this = this;
396
416
  this.trigger('actionComplete', args);
397
417
  if (args.requestType === 'sorting') {
398
418
  this.updateRowSelection(args);
399
419
  }
420
+ if (Array.isArray(args.rows) && this.isDataFiltered) {
421
+ var rows = args.rows;
422
+ var rowHeight_1 = 0;
423
+ rows.forEach(function (row) {
424
+ var rowElement = _this.gridObj.getRowElementByUID(row.uid);
425
+ if (rowElement) {
426
+ rowHeight_1 += rowElement.getBoundingClientRect().height;
427
+ }
428
+ });
429
+ this.popupRowHeight = rowHeight_1 || parseFloat(this.popupHeight);
430
+ this.updateGridHeight(true, true);
431
+ }
400
432
  this.popupObj.refreshPosition();
401
433
  this.gridObj.element.querySelector('.e-content').scrollTop = 0;
402
434
  };
@@ -590,6 +622,20 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
590
622
  this.inputWrapper = this.inputObj.container;
591
623
  this.inputWrapper.classList.add(MULTICOLUMNLIST);
592
624
  this.inputWrapper.setAttribute('spellcheck', 'false');
625
+ this.hiddenElement = this.createElement('select', {
626
+ attrs: {
627
+ 'aria-hidden': 'true',
628
+ 'tabindex': '-1',
629
+ 'class': HIDDENELEMENT
630
+ }
631
+ });
632
+ prepend([this.hiddenElement], this.inputWrapper);
633
+ var name = this.inputEle.getAttribute('name') ? this.inputEle.getAttribute('name') : this.inputEle.getAttribute('id');
634
+ this.hiddenElement.setAttribute('name', name);
635
+ this.inputEle.removeAttribute('name');
636
+ if (!this.hiddenElement.hasAttribute('aria-label')) {
637
+ this.hiddenElement.setAttribute('aria-label', this.getModuleName());
638
+ }
593
639
  if (this.element.tagName === this.getDirective()) {
594
640
  this.element.appendChild(this.inputWrapper);
595
641
  }
@@ -633,7 +679,11 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
633
679
  break;
634
680
  default: {
635
681
  var defaultAttr = ['title', 'id', 'placeholder', 'role', 'autocomplete', 'autocapitalize', 'spellcheck', 'minlength', 'maxlength'];
636
- if (defaultAttr.indexOf(htmlAttr) > -1) {
682
+ var validateAttr = ['name', 'required'];
683
+ if (validateAttr.indexOf(htmlAttr) > -1 || htmlAttr.indexOf('data') === 0) {
684
+ this.hiddenElement.setAttribute(htmlAttr, this.htmlAttributes["" + htmlAttr]);
685
+ }
686
+ else if (defaultAttr.indexOf(htmlAttr) > -1) {
637
687
  if (htmlAttr === 'placeholder') {
638
688
  Input.setPlaceholder(htmlAttributes[htmlAttr], inputEle);
639
689
  }
@@ -808,7 +858,6 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
808
858
  var popupHeight = this.getSize(false);
809
859
  this.popupEle.style.maxHeight = popupHeight;
810
860
  if (this.footerTemplate) {
811
- this.footer = this.footer ? this.footer : this.popupEle.querySelector('.e-popup-footer');
812
861
  var height = Math.round(this.footer.getBoundingClientRect().height);
813
862
  popupHeight = formatUnit(parseInt(popupHeight, 10) - height + 'px');
814
863
  }
@@ -817,16 +866,15 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
817
866
  this.popupEle.style.visibility = 'hidden';
818
867
  this.isInitialRender = true;
819
868
  };
820
- MultiColumnComboBox.prototype.updateGridHeight = function (isFilter, autoHeight, dataSourceCount) {
869
+ MultiColumnComboBox.prototype.updateGridHeight = function (isFilter, autoHeight) {
821
870
  var height;
822
871
  if (isFilter) {
823
872
  var gridContentEle = this.gridObj.getContent().querySelector('.e-content');
824
873
  var scrollBarHeight = gridContentEle.offsetHeight - gridContentEle.clientHeight;
825
- var totalRowHeight = dataSourceCount * this.popupRowHeight;
826
874
  if (this.fields.groupBy !== '' && !isNOU(this.fields.groupBy)) {
827
- totalRowHeight += this.popupRowHeight;
875
+ this.popupRowHeight += this.popupRowHeight;
828
876
  }
829
- height = autoHeight ? (totalRowHeight < this.prevGridHeight ? (totalRowHeight + scrollBarHeight) + 'px' : this.prevGridHeight + 'px') : this.prevGridHeight + 'px';
877
+ height = autoHeight ? (this.popupRowHeight < this.prevGridHeight ? (this.popupRowHeight + scrollBarHeight) + 'px' : this.prevGridHeight + 'px') : this.prevGridHeight + 'px';
830
878
  }
831
879
  else {
832
880
  this.prevGridHeight = this.popupDiv.getBoundingClientRect().height - this.popupDiv.querySelector('.e-gridheader').getBoundingClientRect().height;
@@ -983,6 +1031,7 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
983
1031
  _this.updateValues(selectedRecords ? dataValue : '', selectedRecords ? dataText : '', _this.gridObj.selectedRowIndex, ChangeEventArgs);
984
1032
  }
985
1033
  Input.setValue(selectedRecords ? dataText : '', _this.inputEle, _this.floatLabelType, _this.showClearButton);
1034
+ _this.setHiddenValue();
986
1035
  if (!isKeyNav || (isKeyNav && isUpdateVal)) {
987
1036
  _this.hidePopup(e);
988
1037
  }
@@ -997,6 +1046,7 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
997
1046
  this.value = value || this.value;
998
1047
  this.index = this.selectedRowIndex = !isNOU(index) ? index : this.index;
999
1048
  this.isProtectedOnChange = prevOnChange;
1049
+ this.setHiddenValue();
1000
1050
  if (!isInitial) {
1001
1051
  this.triggerChangeEvent(eventArgs);
1002
1052
  }
@@ -1126,7 +1176,7 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
1126
1176
  var dataLists = e.result;
1127
1177
  var dataLength = dataLists.length;
1128
1178
  filteredData = dataLists.filter(function (item) { return _this.filterData(item, filterType, inputValue, fields); });
1129
- _this.updateGridDataSource(filteredData, dataLength);
1179
+ _this.updateGridDataSource(filteredData);
1130
1180
  });
1131
1181
  };
1132
1182
  MultiColumnComboBox.prototype.filterData = function (item, filterType, inputValue, fields) {
@@ -1143,12 +1193,8 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
1143
1193
  return false;
1144
1194
  }
1145
1195
  };
1146
- MultiColumnComboBox.prototype.updateGridDataSource = function (dataSource, dataLength) {
1147
- var autoHeight = true;
1196
+ MultiColumnComboBox.prototype.updateGridDataSource = function (dataSource) {
1148
1197
  if (dataSource.length > 0) {
1149
- var length_1 = this.dataSource instanceof DataManager ? dataLength
1150
- : this.dataSource.length;
1151
- autoHeight = length_1 !== dataSource.length;
1152
1198
  removeClass([this.popupDiv], [NODATA]);
1153
1199
  var noRecordEle = this.popupDiv.querySelector('.e-no-records');
1154
1200
  if (noRecordEle) {
@@ -1161,7 +1207,6 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
1161
1207
  this.l10nUpdate();
1162
1208
  addClass([this.popupDiv], [NODATA]);
1163
1209
  }
1164
- this.updateGridHeight(true, autoHeight, dataSource.length);
1165
1210
  };
1166
1211
  MultiColumnComboBox.prototype.wireEvents = function () {
1167
1212
  if (!isNOU(this.inputObj.buttons[0])) {
@@ -1681,6 +1726,7 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
1681
1726
  this.popupEle = null;
1682
1727
  this.footer = null;
1683
1728
  this.noRecord = null;
1729
+ this.hiddenElement = null;
1684
1730
  _super.prototype.destroy.call(this);
1685
1731
  };
1686
1732
  /**
@@ -255,6 +255,14 @@
255
255
  border-radius: 0 0 4px 4px;
256
256
  }
257
257
 
258
+ .e-multicolumn-list .e-multicolumn-list-hidden {
259
+ border: 0;
260
+ height: 0;
261
+ padding: 0;
262
+ visibility: hidden;
263
+ width: 0;
264
+ }
265
+
258
266
  .e-multicolumn-grid.e-grid {
259
267
  border-width: 0;
260
268
  border-radius: 4px;
package/styles/bds.css CHANGED
@@ -255,6 +255,14 @@
255
255
  border-radius: 0 0 4px 4px;
256
256
  }
257
257
 
258
+ .e-multicolumn-list .e-multicolumn-list-hidden {
259
+ border: 0;
260
+ height: 0;
261
+ padding: 0;
262
+ visibility: hidden;
263
+ width: 0;
264
+ }
265
+
258
266
  .e-multicolumn-grid.e-grid {
259
267
  border-width: 0;
260
268
  border-radius: 4px;
@@ -109,6 +109,14 @@
109
109
  border-radius: 0 0 4px 4px;
110
110
  }
111
111
 
112
+ .e-multicolumn-list .e-multicolumn-list-hidden {
113
+ border: 0;
114
+ height: 0;
115
+ padding: 0;
116
+ visibility: hidden;
117
+ width: 0;
118
+ }
119
+
112
120
  .e-multicolumn-grid.e-grid {
113
121
  border-width: 1px;
114
122
  border-radius: 4px;
@@ -109,6 +109,14 @@
109
109
  border-radius: 0 0 4px 4px;
110
110
  }
111
111
 
112
+ .e-multicolumn-list .e-multicolumn-list-hidden {
113
+ border: 0;
114
+ height: 0;
115
+ padding: 0;
116
+ visibility: hidden;
117
+ width: 0;
118
+ }
119
+
112
120
  .e-multicolumn-grid.e-grid {
113
121
  border-width: 1px;
114
122
  border-radius: 4px;
@@ -109,6 +109,14 @@
109
109
  border-radius: 0 0 4px 4px;
110
110
  }
111
111
 
112
+ .e-multicolumn-list .e-multicolumn-list-hidden {
113
+ border: 0;
114
+ height: 0;
115
+ padding: 0;
116
+ visibility: hidden;
117
+ width: 0;
118
+ }
119
+
112
120
  .e-multicolumn-grid.e-grid {
113
121
  border-width: 0;
114
122
  border-radius: 4px;
@@ -109,6 +109,14 @@
109
109
  border-radius: 0 0 4px 4px;
110
110
  }
111
111
 
112
+ .e-multicolumn-list .e-multicolumn-list-hidden {
113
+ border: 0;
114
+ height: 0;
115
+ padding: 0;
116
+ visibility: hidden;
117
+ width: 0;
118
+ }
119
+
112
120
  .e-multicolumn-grid.e-grid {
113
121
  border-width: 0;
114
122
  border-radius: 4px;
@@ -151,6 +151,14 @@
151
151
  border-radius: 0 0 2px 2px;
152
152
  }
153
153
 
154
+ .e-multicolumn-list .e-multicolumn-list-hidden {
155
+ border: 0;
156
+ height: 0;
157
+ padding: 0;
158
+ visibility: hidden;
159
+ width: 0;
160
+ }
161
+
154
162
  .e-multicolumn-grid.e-grid {
155
163
  border-width: 0;
156
164
  border-radius: 2px;
@@ -151,6 +151,14 @@
151
151
  border-radius: 0 0 2px 2px;
152
152
  }
153
153
 
154
+ .e-multicolumn-list .e-multicolumn-list-hidden {
155
+ border: 0;
156
+ height: 0;
157
+ padding: 0;
158
+ visibility: hidden;
159
+ width: 0;
160
+ }
161
+
154
162
  .e-multicolumn-grid.e-grid {
155
163
  border-width: 0;
156
164
  border-radius: 2px;
@@ -159,6 +159,14 @@
159
159
  border-radius: 0 0 2px 2px;
160
160
  }
161
161
 
162
+ .e-multicolumn-list .e-multicolumn-list-hidden {
163
+ border: 0;
164
+ height: 0;
165
+ padding: 0;
166
+ visibility: hidden;
167
+ width: 0;
168
+ }
169
+
162
170
  .e-multicolumn-grid.e-grid {
163
171
  border-width: 1px;
164
172
  border-radius: 2px;
@@ -159,6 +159,14 @@
159
159
  border-radius: 0 0 2px 2px;
160
160
  }
161
161
 
162
+ .e-multicolumn-list .e-multicolumn-list-hidden {
163
+ border: 0;
164
+ height: 0;
165
+ padding: 0;
166
+ visibility: hidden;
167
+ width: 0;
168
+ }
169
+
162
170
  .e-multicolumn-grid.e-grid {
163
171
  border-width: 1px;
164
172
  border-radius: 2px;
@@ -159,6 +159,14 @@
159
159
  border-radius: 0 0 2px 2px;
160
160
  }
161
161
 
162
+ .e-multicolumn-list .e-multicolumn-list-hidden {
163
+ border: 0;
164
+ height: 0;
165
+ padding: 0;
166
+ visibility: hidden;
167
+ width: 0;
168
+ }
169
+
162
170
  .e-multicolumn-grid.e-grid {
163
171
  border-width: 1px;
164
172
  border-radius: 2px;
@@ -163,6 +163,14 @@
163
163
  border-radius: 0 0 4px 4px;
164
164
  }
165
165
 
166
+ .e-multicolumn-list .e-multicolumn-list-hidden {
167
+ border: 0;
168
+ height: 0;
169
+ padding: 0;
170
+ visibility: hidden;
171
+ width: 0;
172
+ }
173
+
166
174
  .e-multicolumn-grid.e-grid {
167
175
  border-width: 1px;
168
176
  border-radius: 4px;
@@ -163,6 +163,14 @@
163
163
  border-radius: 0 0 4px 4px;
164
164
  }
165
165
 
166
+ .e-multicolumn-list .e-multicolumn-list-hidden {
167
+ border: 0;
168
+ height: 0;
169
+ padding: 0;
170
+ visibility: hidden;
171
+ width: 0;
172
+ }
173
+
166
174
  .e-multicolumn-grid.e-grid {
167
175
  border-width: 1px;
168
176
  border-radius: 4px;
@@ -159,6 +159,14 @@
159
159
  border-radius: 0 0 2px 2px;
160
160
  }
161
161
 
162
+ .e-multicolumn-list .e-multicolumn-list-hidden {
163
+ border: 0;
164
+ height: 0;
165
+ padding: 0;
166
+ visibility: hidden;
167
+ width: 0;
168
+ }
169
+
162
170
  .e-multicolumn-grid.e-grid {
163
171
  border-width: 1px;
164
172
  border-radius: 2px;
@@ -85,6 +85,14 @@
85
85
  border-radius: 0 0 0 0;
86
86
  }
87
87
 
88
+ .e-multicolumn-list .e-multicolumn-list-hidden {
89
+ border: 0;
90
+ height: 0;
91
+ padding: 0;
92
+ visibility: hidden;
93
+ width: 0;
94
+ }
95
+
88
96
  .e-multicolumn-grid.e-grid {
89
97
  border-width: 0;
90
98
  border-radius: 0;
@@ -85,6 +85,14 @@
85
85
  border-radius: 0 0 0 0;
86
86
  }
87
87
 
88
+ .e-multicolumn-list .e-multicolumn-list-hidden {
89
+ border: 0;
90
+ height: 0;
91
+ padding: 0;
92
+ visibility: hidden;
93
+ width: 0;
94
+ }
95
+
88
96
  .e-multicolumn-grid.e-grid {
89
97
  border-width: 0;
90
98
  border-radius: 0;
@@ -85,6 +85,14 @@
85
85
  border-radius: 0 0 0 0;
86
86
  }
87
87
 
88
+ .e-multicolumn-list .e-multicolumn-list-hidden {
89
+ border: 0;
90
+ height: 0;
91
+ padding: 0;
92
+ visibility: hidden;
93
+ width: 0;
94
+ }
95
+
88
96
  .e-multicolumn-grid.e-grid {
89
97
  border-width: 1px;
90
98
  border-radius: 0;
package/styles/fabric.css CHANGED
@@ -85,6 +85,14 @@
85
85
  border-radius: 0 0 0 0;
86
86
  }
87
87
 
88
+ .e-multicolumn-list .e-multicolumn-list-hidden {
89
+ border: 0;
90
+ height: 0;
91
+ padding: 0;
92
+ visibility: hidden;
93
+ width: 0;
94
+ }
95
+
88
96
  .e-multicolumn-grid.e-grid {
89
97
  border-width: 1px;
90
98
  border-radius: 0;
@@ -152,6 +152,14 @@
152
152
  border-radius: 0 0 2px 2px;
153
153
  }
154
154
 
155
+ .e-multicolumn-list .e-multicolumn-list-hidden {
156
+ border: 0;
157
+ height: 0;
158
+ padding: 0;
159
+ visibility: hidden;
160
+ width: 0;
161
+ }
162
+
155
163
  .e-multicolumn-grid.e-grid {
156
164
  border-width: 1px;
157
165
  border-radius: 2px;
@@ -152,6 +152,14 @@
152
152
  border-radius: 0 0 2px 2px;
153
153
  }
154
154
 
155
+ .e-multicolumn-list .e-multicolumn-list-hidden {
156
+ border: 0;
157
+ height: 0;
158
+ padding: 0;
159
+ visibility: hidden;
160
+ width: 0;
161
+ }
162
+
155
163
  .e-multicolumn-grid.e-grid {
156
164
  border-width: 1px;
157
165
  border-radius: 2px;
@@ -152,6 +152,14 @@
152
152
  border-radius: 0 0 2px 2px;
153
153
  }
154
154
 
155
+ .e-multicolumn-list .e-multicolumn-list-hidden {
156
+ border: 0;
157
+ height: 0;
158
+ padding: 0;
159
+ visibility: hidden;
160
+ width: 0;
161
+ }
162
+
155
163
  .e-multicolumn-grid.e-grid {
156
164
  border-width: 1px;
157
165
  border-radius: 2px;
package/styles/fluent.css CHANGED
@@ -152,6 +152,14 @@
152
152
  border-radius: 0 0 2px 2px;
153
153
  }
154
154
 
155
+ .e-multicolumn-list .e-multicolumn-list-hidden {
156
+ border: 0;
157
+ height: 0;
158
+ padding: 0;
159
+ visibility: hidden;
160
+ width: 0;
161
+ }
162
+
155
163
  .e-multicolumn-grid.e-grid {
156
164
  border-width: 1px;
157
165
  border-radius: 2px;
@@ -156,6 +156,14 @@
156
156
  border-radius: 0 0 4px 4px;
157
157
  }
158
158
 
159
+ .e-multicolumn-list .e-multicolumn-list-hidden {
160
+ border: 0;
161
+ height: 0;
162
+ padding: 0;
163
+ visibility: hidden;
164
+ width: 0;
165
+ }
166
+
159
167
  .e-multicolumn-grid.e-grid {
160
168
  border-width: 1px;
161
169
  border-radius: 4px;
@@ -156,6 +156,14 @@
156
156
  border-radius: 0 0 4px 4px;
157
157
  }
158
158
 
159
+ .e-multicolumn-list .e-multicolumn-list-hidden {
160
+ border: 0;
161
+ height: 0;
162
+ padding: 0;
163
+ visibility: hidden;
164
+ width: 0;
165
+ }
166
+
159
167
  .e-multicolumn-grid.e-grid {
160
168
  border-width: 1px;
161
169
  border-radius: 4px;
@@ -106,6 +106,14 @@
106
106
  border-radius: 0 0 0 0;
107
107
  }
108
108
 
109
+ .e-multicolumn-list .e-multicolumn-list-hidden {
110
+ border: 0;
111
+ height: 0;
112
+ padding: 0;
113
+ visibility: hidden;
114
+ width: 0;
115
+ }
116
+
109
117
  .e-multicolumn-grid.e-grid {
110
118
  border-width: 1px;
111
119
  border-radius: 0;
@@ -106,6 +106,14 @@
106
106
  border-radius: 0 0 0 0;
107
107
  }
108
108
 
109
+ .e-multicolumn-list .e-multicolumn-list-hidden {
110
+ border: 0;
111
+ height: 0;
112
+ padding: 0;
113
+ visibility: hidden;
114
+ width: 0;
115
+ }
116
+
109
117
  .e-multicolumn-grid.e-grid {
110
118
  border-width: 1px;
111
119
  border-radius: 0;
@@ -110,6 +110,14 @@
110
110
  border-radius: 0 0 0 0;
111
111
  }
112
112
 
113
+ .e-multicolumn-list .e-multicolumn-list-hidden {
114
+ border: 0;
115
+ height: 0;
116
+ padding: 0;
117
+ visibility: hidden;
118
+ width: 0;
119
+ }
120
+
113
121
  .e-multicolumn-grid.e-grid {
114
122
  border-width: 1px;
115
123
  border-radius: 0;