@syncfusion/ej2-multicolumn-combobox 32.2.3 → 33.1.46

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 (75) 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 +20 -0
  4. package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
  5. package/dist/es6/ej2-multicolumn-combobox.es5.js +20 -0
  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 +3 -3
  11. package/src/multicolumn-combobox/multi-column-combo-box.d.ts +1 -0
  12. package/src/multicolumn-combobox/multi-column-combo-box.js +20 -0
  13. package/styles/bds-lite.css +4 -2
  14. package/styles/bds.css +4 -2
  15. package/styles/bootstrap-dark-lite.css +4 -2
  16. package/styles/bootstrap-dark.css +4 -2
  17. package/styles/bootstrap-lite.css +4 -2
  18. package/styles/bootstrap.css +4 -2
  19. package/styles/bootstrap4-lite.css +4 -2
  20. package/styles/bootstrap4.css +4 -2
  21. package/styles/bootstrap5-dark-lite.css +4 -2
  22. package/styles/bootstrap5-dark.css +4 -2
  23. package/styles/bootstrap5-lite.css +4 -2
  24. package/styles/bootstrap5.3-lite.css +4 -2
  25. package/styles/bootstrap5.3.css +4 -2
  26. package/styles/bootstrap5.css +4 -2
  27. package/styles/fabric-dark-lite.css +4 -2
  28. package/styles/fabric-dark.css +4 -2
  29. package/styles/fabric-lite.css +4 -2
  30. package/styles/fabric.css +4 -2
  31. package/styles/fluent-dark-lite.css +4 -2
  32. package/styles/fluent-dark.css +4 -2
  33. package/styles/fluent-lite.css +4 -2
  34. package/styles/fluent.css +4 -2
  35. package/styles/fluent2-lite.css +4 -2
  36. package/styles/fluent2.css +4 -2
  37. package/styles/highcontrast-light-lite.css +4 -2
  38. package/styles/highcontrast-light.css +4 -2
  39. package/styles/highcontrast-lite.css +4 -2
  40. package/styles/highcontrast.css +4 -2
  41. package/styles/material-dark-lite.css +4 -2
  42. package/styles/material-dark.css +4 -2
  43. package/styles/material-lite.css +4 -2
  44. package/styles/material.css +4 -2
  45. package/styles/material3-dark-lite.css +4 -4
  46. package/styles/material3-dark.css +4 -4
  47. package/styles/material3-lite.css +4 -4
  48. package/styles/material3.css +4 -4
  49. package/styles/multicolumn-combobox/bds.css +4 -2
  50. package/styles/multicolumn-combobox/bootstrap-dark.css +4 -2
  51. package/styles/multicolumn-combobox/bootstrap.css +4 -2
  52. package/styles/multicolumn-combobox/bootstrap4.css +4 -2
  53. package/styles/multicolumn-combobox/bootstrap5-dark.css +4 -2
  54. package/styles/multicolumn-combobox/bootstrap5.3.css +4 -2
  55. package/styles/multicolumn-combobox/bootstrap5.css +4 -2
  56. package/styles/multicolumn-combobox/fabric-dark.css +4 -2
  57. package/styles/multicolumn-combobox/fabric.css +4 -2
  58. package/styles/multicolumn-combobox/fluent-dark.css +4 -2
  59. package/styles/multicolumn-combobox/fluent.css +4 -2
  60. package/styles/multicolumn-combobox/fluent2.css +4 -2
  61. package/styles/multicolumn-combobox/highcontrast-light.css +4 -2
  62. package/styles/multicolumn-combobox/highcontrast.css +4 -2
  63. package/styles/multicolumn-combobox/material-dark.css +4 -2
  64. package/styles/multicolumn-combobox/material.css +4 -2
  65. package/styles/multicolumn-combobox/material3-dark.css +4 -4
  66. package/styles/multicolumn-combobox/material3.css +4 -4
  67. package/styles/multicolumn-combobox/tailwind-dark.css +4 -2
  68. package/styles/multicolumn-combobox/tailwind.css +4 -2
  69. package/styles/multicolumn-combobox/tailwind3.css +4 -2
  70. package/styles/tailwind-dark-lite.css +4 -2
  71. package/styles/tailwind-dark.css +4 -2
  72. package/styles/tailwind-lite.css +4 -2
  73. package/styles/tailwind.css +4 -2
  74. package/styles/tailwind3-lite.css +4 -2
  75. package/styles/tailwind3.css +4 -2
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 32.2.3
3
+ * version : 33.1.46
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-multicolumn-combobox",
3
- "version": "32.2.3",
3
+ "version": "33.1.46",
4
4
  "description": "Essential JS 2 Component",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -9,8 +9,8 @@
9
9
  "es2015": "./dist/es6/ej2-multicolumn-combobox.es5.js",
10
10
  "typings": "index.d.ts",
11
11
  "dependencies": {
12
- "@syncfusion/ej2-base": "~32.2.3",
13
- "@syncfusion/ej2-grids": "~32.2.3"
12
+ "@syncfusion/ej2-base": "~33.1.45",
13
+ "@syncfusion/ej2-grids": "~33.1.46"
14
14
  },
15
15
  "devDependencies": {},
16
16
  "keywords": [
@@ -792,6 +792,7 @@ export declare class MultiColumnComboBox extends Component<HTMLElement> implemen
792
792
  private customFilterQuery;
793
793
  private typedString;
794
794
  private liveRegion;
795
+ private isClearing;
795
796
  /**
796
797
  * *Constructor for creating the component
797
798
  *
@@ -272,6 +272,7 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
272
272
  var _this = _super.call(this, options, element) || this;
273
273
  _this.gridInject = new MultiColumnGrid();
274
274
  _this.isShowSpinner = true;
275
+ _this.isClearing = false;
275
276
  _this.gridInject.InjectModules();
276
277
  return _this;
277
278
  }
@@ -863,6 +864,10 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
863
864
  };
864
865
  MultiColumnComboBox.prototype.initValue = function (isRerender, isValue, isInitial) {
865
866
  var _this = this;
867
+ // Prevent re-entry during null value clearing
868
+ if (this.isClearing) {
869
+ return;
870
+ }
866
871
  var prevItemData = this.gridObj.getSelectedRecords()[0];
867
872
  var prevItemEle = this.gridObj.getSelectedRows()[0];
868
873
  var item;
@@ -873,6 +878,21 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
873
878
  this.isProtectedOnChange = true;
874
879
  this.value = this.value ? this.value.toString() : this.value;
875
880
  this.isProtectedOnChange = prevOnChange;
881
+ // Handle explicit null value assignment
882
+ if (isRerender && isValue && isNOU(this.value)) {
883
+ this.isClearing = true;
884
+ // Clear all state when value is explicitly set to null
885
+ var prevOnChangeProtect = this.isProtectedOnChange;
886
+ this.isProtectedOnChange = true;
887
+ Input.setValue('', this.inputEle, this.floatLabelType, this.showClearButton);
888
+ this.setHiddenValue(); // Clears hidden element when value is null
889
+ this.gridObj.clearSelection();
890
+ this.text = null;
891
+ this.index = null;
892
+ this.isProtectedOnChange = prevOnChangeProtect;
893
+ this.isClearing = false;
894
+ return;
895
+ }
876
896
  var updateValues = function (dataList) {
877
897
  var result = _this.updateCurrentValues(item, dataList);
878
898
  currentValue = result.currentValue;
@@ -122,11 +122,13 @@
122
122
  }
123
123
 
124
124
  .e-dropdownbase .e-list-item .e-list-icon {
125
- padding: 0 8px 0 0;
125
+ -webkit-padding-end: 8px;
126
+ padding-inline-end: 8px;
126
127
  }
127
128
 
128
129
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
129
- padding: 0 4px 0 0;
130
+ -webkit-padding-end: 4px;
131
+ padding-inline-end: 4px;
130
132
  }
131
133
 
132
134
  /* stylelint-disable */
package/styles/bds.css CHANGED
@@ -122,11 +122,13 @@
122
122
  }
123
123
 
124
124
  .e-dropdownbase .e-list-item .e-list-icon {
125
- padding: 0 8px 0 0;
125
+ -webkit-padding-end: 8px;
126
+ padding-inline-end: 8px;
126
127
  }
127
128
 
128
129
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
129
- padding: 0 4px 0 0;
130
+ -webkit-padding-end: 4px;
131
+ padding-inline-end: 4px;
130
132
  }
131
133
 
132
134
  /* stylelint-disable */
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 8px 0 0;
7
+ -webkit-padding-end: 8px;
8
+ padding-inline-end: 8px;
7
9
  }
8
10
 
9
11
  .e-popup.e-ddl {
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 8px 0 0;
7
+ -webkit-padding-end: 8px;
8
+ padding-inline-end: 8px;
7
9
  }
8
10
 
9
11
  .e-popup.e-ddl {
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 8px 0 0;
7
+ -webkit-padding-end: 8px;
8
+ padding-inline-end: 8px;
7
9
  }
8
10
 
9
11
  .e-popup.e-ddl {
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 8px 0 0;
7
+ -webkit-padding-end: 8px;
8
+ padding-inline-end: 8px;
7
9
  }
8
10
 
9
11
  .e-popup.e-ddl {
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 8px 0 0;
2
+ -webkit-padding-end: 8px;
3
+ padding-inline-end: 8px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 8px 0 0;
7
+ -webkit-padding-end: 8px;
8
+ padding-inline-end: 8px;
7
9
  }
8
10
 
9
11
  .e-input-group.e-ddl .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 8px 0 0;
2
+ -webkit-padding-end: 8px;
3
+ padding-inline-end: 8px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 8px 0 0;
7
+ -webkit-padding-end: 8px;
8
+ padding-inline-end: 8px;
7
9
  }
8
10
 
9
11
  .e-input-group.e-ddl .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
@@ -11,11 +11,13 @@
11
11
  }
12
12
 
13
13
  .e-dropdownbase .e-list-item .e-list-icon {
14
- padding: 0 8px 0 0;
14
+ -webkit-padding-end: 8px;
15
+ padding-inline-end: 8px;
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 6px 0 0;
19
+ -webkit-padding-end: 6px;
20
+ padding-inline-end: 6px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl {
@@ -11,11 +11,13 @@
11
11
  }
12
12
 
13
13
  .e-dropdownbase .e-list-item .e-list-icon {
14
- padding: 0 8px 0 0;
14
+ -webkit-padding-end: 8px;
15
+ padding-inline-end: 8px;
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 6px 0 0;
19
+ -webkit-padding-end: 6px;
20
+ padding-inline-end: 6px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl {
@@ -11,11 +11,13 @@
11
11
  }
12
12
 
13
13
  .e-dropdownbase .e-list-item .e-list-icon {
14
- padding: 0 8px 0 0;
14
+ -webkit-padding-end: 8px;
15
+ padding-inline-end: 8px;
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 6px 0 0;
19
+ -webkit-padding-end: 6px;
20
+ padding-inline-end: 6px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl {
@@ -95,11 +95,13 @@
95
95
  }
96
96
 
97
97
  .e-dropdownbase .e-list-item .e-list-icon {
98
- padding: 0 8px 0 0;
98
+ -webkit-padding-end: 8px;
99
+ padding-inline-end: 8px;
99
100
  }
100
101
 
101
102
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
102
- padding: 0 6px 0 0;
103
+ -webkit-padding-end: 6px;
104
+ padding-inline-end: 6px;
103
105
  }
104
106
 
105
107
  .e-popup.e-ddl {
@@ -95,11 +95,13 @@
95
95
  }
96
96
 
97
97
  .e-dropdownbase .e-list-item .e-list-icon {
98
- padding: 0 8px 0 0;
98
+ -webkit-padding-end: 8px;
99
+ padding-inline-end: 8px;
99
100
  }
100
101
 
101
102
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
102
- padding: 0 6px 0 0;
103
+ -webkit-padding-end: 6px;
104
+ padding-inline-end: 6px;
103
105
  }
104
106
 
105
107
  .e-popup.e-ddl {
@@ -11,11 +11,13 @@
11
11
  }
12
12
 
13
13
  .e-dropdownbase .e-list-item .e-list-icon {
14
- padding: 0 8px 0 0;
14
+ -webkit-padding-end: 8px;
15
+ padding-inline-end: 8px;
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 6px 0 0;
19
+ -webkit-padding-end: 6px;
20
+ padding-inline-end: 6px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl {
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 8px 0 0;
7
+ -webkit-padding-end: 8px;
8
+ padding-inline-end: 8px;
7
9
  }
8
10
 
9
11
  .e-ddl.e-popup {
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 8px 0 0;
7
+ -webkit-padding-end: 8px;
8
+ padding-inline-end: 8px;
7
9
  }
8
10
 
9
11
  .e-ddl.e-popup {
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 8px 0 0;
7
+ -webkit-padding-end: 8px;
8
+ padding-inline-end: 8px;
7
9
  }
8
10
 
9
11
  .e-ddl.e-popup {
package/styles/fabric.css CHANGED
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 8px 0 0;
7
+ -webkit-padding-end: 8px;
8
+ padding-inline-end: 8px;
7
9
  }
8
10
 
9
11
  .e-ddl.e-popup {
@@ -11,11 +11,13 @@
11
11
  }
12
12
 
13
13
  .e-dropdownbase .e-list-item .e-list-icon {
14
- padding: 0 8px 0 0;
14
+ -webkit-padding-end: 8px;
15
+ padding-inline-end: 8px;
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 8px 0 0;
19
+ -webkit-padding-end: 8px;
20
+ padding-inline-end: 8px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl {
@@ -11,11 +11,13 @@
11
11
  }
12
12
 
13
13
  .e-dropdownbase .e-list-item .e-list-icon {
14
- padding: 0 8px 0 0;
14
+ -webkit-padding-end: 8px;
15
+ padding-inline-end: 8px;
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 8px 0 0;
19
+ -webkit-padding-end: 8px;
20
+ padding-inline-end: 8px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl {
@@ -11,11 +11,13 @@
11
11
  }
12
12
 
13
13
  .e-dropdownbase .e-list-item .e-list-icon {
14
- padding: 0 8px 0 0;
14
+ -webkit-padding-end: 8px;
15
+ padding-inline-end: 8px;
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 8px 0 0;
19
+ -webkit-padding-end: 8px;
20
+ padding-inline-end: 8px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl {
package/styles/fluent.css CHANGED
@@ -11,11 +11,13 @@
11
11
  }
12
12
 
13
13
  .e-dropdownbase .e-list-item .e-list-icon {
14
- padding: 0 8px 0 0;
14
+ -webkit-padding-end: 8px;
15
+ padding-inline-end: 8px;
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 8px 0 0;
19
+ -webkit-padding-end: 8px;
20
+ padding-inline-end: 8px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl {
@@ -103,11 +103,13 @@
103
103
  }
104
104
 
105
105
  .e-dropdownbase .e-list-item .e-list-icon {
106
- padding: 0 8px 0 0;
106
+ -webkit-padding-end: 8px;
107
+ padding-inline-end: 8px;
107
108
  }
108
109
 
109
110
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
110
- padding: 0 4px 0 0;
111
+ -webkit-padding-end: 4px;
112
+ padding-inline-end: 4px;
111
113
  }
112
114
 
113
115
  /* stylelint-disable */
@@ -103,11 +103,13 @@
103
103
  }
104
104
 
105
105
  .e-dropdownbase .e-list-item .e-list-icon {
106
- padding: 0 8px 0 0;
106
+ -webkit-padding-end: 8px;
107
+ padding-inline-end: 8px;
107
108
  }
108
109
 
109
110
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
110
- padding: 0 4px 0 0;
111
+ -webkit-padding-end: 4px;
112
+ padding-inline-end: 4px;
111
113
  }
112
114
 
113
115
  /* stylelint-disable */
@@ -1,5 +1,6 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
  .e-dropdownbase .e-list-item:not(.e-active).e-hover {
5
6
  border: 2px solid #000;
@@ -15,7 +16,8 @@
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 8px 0 0;
19
+ -webkit-padding-end: 8px;
20
+ padding-inline-end: 8px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl .e-dropdownbase {
@@ -1,5 +1,6 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
  .e-dropdownbase .e-list-item:not(.e-active).e-hover {
5
6
  border: 2px solid #000;
@@ -15,7 +16,8 @@
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 8px 0 0;
19
+ -webkit-padding-end: 8px;
20
+ padding-inline-end: 8px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl .e-dropdownbase {
@@ -1,5 +1,6 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
  .e-dropdownbase .e-list-item:not(.e-active).e-hover {
5
6
  border: 2px solid #fff;
@@ -15,7 +16,8 @@
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 8px 0 0;
19
+ -webkit-padding-end: 8px;
20
+ padding-inline-end: 8px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl .e-dropdownbase {
@@ -1,5 +1,6 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 10px 0 0;
2
+ -webkit-padding-end: 10px;
3
+ padding-inline-end: 10px;
3
4
  }
4
5
  .e-dropdownbase .e-list-item:not(.e-active).e-hover {
5
6
  border: 2px solid #fff;
@@ -15,7 +16,8 @@
15
16
  }
16
17
 
17
18
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
18
- padding: 0 8px 0 0;
19
+ -webkit-padding-end: 8px;
20
+ padding-inline-end: 8px;
19
21
  }
20
22
 
21
23
  .e-popup.e-ddl .e-dropdownbase {
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 16px 0 0;
2
+ -webkit-padding-end: 16px;
3
+ padding-inline-end: 16px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 12px 0 0;
7
+ -webkit-padding-end: 12px;
8
+ padding-inline-end: 12px;
7
9
  }
8
10
 
9
11
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 16px 0 0;
2
+ -webkit-padding-end: 16px;
3
+ padding-inline-end: 16px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 12px 0 0;
7
+ -webkit-padding-end: 12px;
8
+ padding-inline-end: 12px;
7
9
  }
8
10
 
9
11
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 16px 0 0;
2
+ -webkit-padding-end: 16px;
3
+ padding-inline-end: 16px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 12px 0 0;
7
+ -webkit-padding-end: 12px;
8
+ padding-inline-end: 12px;
7
9
  }
8
10
 
9
11
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
@@ -1,9 +1,11 @@
1
1
  .e-dropdownbase .e-list-item .e-list-icon {
2
- padding: 0 16px 0 0;
2
+ -webkit-padding-end: 16px;
3
+ padding-inline-end: 16px;
3
4
  }
4
5
 
5
6
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
6
- padding: 0 12px 0 0;
7
+ -webkit-padding-end: 12px;
8
+ padding-inline-end: 12px;
7
9
  }
8
10
 
9
11
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
@@ -81,11 +81,13 @@
81
81
  /* 15px */
82
82
  /* 16px */
83
83
  .e-dropdownbase .e-list-item .e-list-icon {
84
- padding: 0 16px 0 0;
84
+ -webkit-padding-end: 16px;
85
+ padding-inline-end: 16px;
85
86
  }
86
87
 
87
88
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
88
- padding: 0 12px 0 0;
89
+ -webkit-padding-end: 12px;
90
+ padding-inline-end: 12px;
89
91
  }
90
92
 
91
93
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
@@ -631,7 +633,6 @@
631
633
  .e-popup.e-multicolumn-list .e-nodata {
632
634
  color: var(--color-sf-on-surface-variant);
633
635
  border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
634
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
635
636
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
636
637
  }
637
638
  .e-popup.e-multicolumn-list .e-multicolumn-grid .e-rowcell {
@@ -658,7 +659,6 @@
658
659
  background: transparent;
659
660
  }
660
661
  .e-popup.e-multicolumn-list .e-altrow {
661
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
662
662
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
663
663
  }
664
664
  .e-popup.e-multicolumn-list .e-grid .e-headercell {
@@ -81,11 +81,13 @@
81
81
  /* 15px */
82
82
  /* 16px */
83
83
  .e-dropdownbase .e-list-item .e-list-icon {
84
- padding: 0 16px 0 0;
84
+ -webkit-padding-end: 16px;
85
+ padding-inline-end: 16px;
85
86
  }
86
87
 
87
88
  .e-small .e-dropdownbase .e-list-item .e-list-icon {
88
- padding: 0 12px 0 0;
89
+ -webkit-padding-end: 12px;
90
+ padding-inline-end: 12px;
89
91
  }
90
92
 
91
93
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
@@ -631,7 +633,6 @@
631
633
  .e-popup.e-multicolumn-list .e-nodata {
632
634
  color: var(--color-sf-on-surface-variant);
633
635
  border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
634
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
635
636
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
636
637
  }
637
638
  .e-popup.e-multicolumn-list .e-multicolumn-grid .e-rowcell {
@@ -658,7 +659,6 @@
658
659
  background: transparent;
659
660
  }
660
661
  .e-popup.e-multicolumn-list .e-altrow {
661
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
662
662
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
663
663
  }
664
664
  .e-popup.e-multicolumn-list .e-grid .e-headercell {