@syncfusion/ej2-dropdowns 27.1.55 → 27.1.58

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 27.1.55
3
+ * version : 27.1.58
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-dropdowns@*",
3
- "_id": "@syncfusion/ej2-dropdowns@27.1.52",
3
+ "_id": "@syncfusion/ej2-dropdowns@27.1.57",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-lgrKKbthjGtnEjuwnAZd+5EzMt2JLyNRVUP0+SPCG7vJWyXFle2NiJX0FKIogrUk2Idaif+qtcs9CXIBh8NOBw==",
5
+ "_integrity": "sha512-Wlx3Rh/QcyuQsIkkadZ4XEtLLPXJt1ktioGAc/1nMFb+EmMXysRi04CRatf/qDVTor9CgmMQVre6ZJUVNJxXBg==",
6
6
  "_location": "/@syncfusion/ej2-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -36,8 +36,8 @@
36
36
  "/@syncfusion/ej2-spreadsheet",
37
37
  "/@syncfusion/ej2-vue-dropdowns"
38
38
  ],
39
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-27.1.52.tgz",
40
- "_shasum": "f5fe34cbcdf22285b14cce67aba1da75d36b301d",
39
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-27.1.57.tgz",
40
+ "_shasum": "629960d9f8c025a1c569299dce79c93435241046",
41
41
  "_spec": "@syncfusion/ej2-dropdowns@*",
42
42
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
43
43
  "author": {
@@ -47,11 +47,11 @@
47
47
  "dependencies": {
48
48
  "@syncfusion/ej2-base": "~27.1.55",
49
49
  "@syncfusion/ej2-data": "~27.1.52",
50
- "@syncfusion/ej2-inputs": "~27.1.55",
50
+ "@syncfusion/ej2-inputs": "~27.1.58",
51
51
  "@syncfusion/ej2-lists": "~27.1.50",
52
- "@syncfusion/ej2-navigations": "~27.1.55",
52
+ "@syncfusion/ej2-navigations": "~27.1.58",
53
53
  "@syncfusion/ej2-notifications": "~27.1.50",
54
- "@syncfusion/ej2-popups": "~27.1.55"
54
+ "@syncfusion/ej2-popups": "~27.1.58"
55
55
  },
56
56
  "deprecated": false,
57
57
  "description": "Essential JS 2 DropDown Components",
@@ -76,7 +76,7 @@
76
76
  "module": "./index.js",
77
77
  "name": "@syncfusion/ej2-dropdowns",
78
78
  "typings": "index.d.ts",
79
- "version": "27.1.55",
79
+ "version": "27.1.58",
80
80
  "sideEffects": false,
81
81
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
82
82
  }
@@ -308,6 +308,7 @@ var AutoComplete = /** @class */ (function (_super) {
308
308
  }
309
309
  else {
310
310
  _super.prototype.setSelection.call(this, li, e);
311
+ this.isFiltered = false;
311
312
  }
312
313
  };
313
314
  AutoComplete.prototype.listOption = function (dataSource, fieldsSettings) {
@@ -116,6 +116,7 @@ var ComboBox = /** @class */ (function (_super) {
116
116
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
117
117
  ComboBox.prototype.setOldValue = function (value) {
118
118
  if (this.allowCustom) {
119
+ this.selectedLI = this.getElementByValue(this.value);
119
120
  this.valueMuteChange(this.value);
120
121
  }
121
122
  else {
@@ -292,6 +292,7 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
292
292
  }[] | string[] | number[] | boolean[];
293
293
  protected firstItem: string | number | boolean | object;
294
294
  protected preventDefActionFilter: boolean;
295
+ protected isDynamicData: boolean;
295
296
  protected virtualListInfo: VirtualInfo;
296
297
  protected viewPortInfo: VirtualInfo;
297
298
  protected selectedValueInfo: VirtualInfo;
@@ -134,6 +134,7 @@ var DropDownBase = /** @class */ (function (_super) {
134
134
  _this.preventPopupOpen = true;
135
135
  _this.virtualSelectAllState = false;
136
136
  _this.CurrentEvent = null;
137
+ _this.isDynamicData = false;
137
138
  _this.virtualListInfo = {
138
139
  currentPageNumber: null,
139
140
  direction: null,
@@ -1522,6 +1523,7 @@ var DropDownBase = /** @class */ (function (_super) {
1522
1523
  }
1523
1524
  }
1524
1525
  else {
1526
+ this.isDynamicData = true;
1525
1527
  this.updateDataSource(updateData, oldProp);
1526
1528
  }
1527
1529
  }
@@ -1962,7 +1962,7 @@ var DropDownList = /** @class */ (function (_super) {
1962
1962
  return;
1963
1963
  }
1964
1964
  _this.isCustomFilter = true;
1965
- _this.customFilterQuery = query.clone();
1965
+ _this.customFilterQuery = query ? query.clone() : query;
1966
1966
  _this.filteringAction(dataSource, query, fields);
1967
1967
  },
1968
1968
  baseEventArgs: e,
@@ -2265,6 +2265,13 @@ var DropDownList = /** @class */ (function (_super) {
2265
2265
  this.updateActionCompleteDataValues(ulElement, list);
2266
2266
  }
2267
2267
  }
2268
+ if (this.isDynamicData) {
2269
+ var currentValue = this.allowObjectBinding && !isNullOrUndefined(this.value) ?
2270
+ getValue((this.fields.value) ? this.fields.value : '', this.value) : this.value;
2271
+ this.itemData = this.getDataByValue(currentValue);
2272
+ this.selectedLI = this.getElementByValue(currentValue);
2273
+ this.isDynamicData = false;
2274
+ }
2268
2275
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
2269
2276
  if ((this.allowCustom || (this.allowFiltering && !this.isValueInList(list, this.value) &&
2270
2277
  this.dataSource instanceof DataManager)) && !this.enableVirtualization) {
@@ -2273,7 +2280,11 @@ var DropDownList = /** @class */ (function (_super) {
2273
2280
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
2274
2281
  else if ((this.allowCustom || (this.allowFiltering && this.isValueInList(list, this.value))) &&
2275
2282
  !this.enableVirtualization) {
2276
- this.addNewItem(list, selectedItem);
2283
+ var value = this.allowObjectBinding && !isNullOrUndefined(this.value) ? getValue((this.fields.value) ? this.fields.value : '', this.value) : this.value;
2284
+ var isValidAddition = !isNullOrUndefined(this.value) && selectedItem && selectedItem.getAttribute('data-value') === value.toString();
2285
+ if (isValidAddition) {
2286
+ this.addNewItem(list, selectedItem);
2287
+ }
2277
2288
  }
2278
2289
  if (!isNullOrUndefined(this.itemData) || (isNullOrUndefined(this.itemData) && this.enableVirtualization)) {
2279
2290
  this.getSkeletonCount();
@@ -2289,6 +2289,7 @@ var DropDownTree = /** @class */ (function (_super) {
2289
2289
  }
2290
2290
  };
2291
2291
  DropDownTree.prototype.setMultiSelectValue = function (newValues) {
2292
+ var _this = this;
2292
2293
  if (!this.isFilteredData) {
2293
2294
  this.setProperties({ value: this.isFromFilterChange && newValues && newValues.length === 0 ? this.value : newValues }, true);
2294
2295
  this.isFromFilterChange = false;
@@ -2300,6 +2301,13 @@ var DropDownTree = /** @class */ (function (_super) {
2300
2301
  }
2301
2302
  else {
2302
2303
  var selectedValues = isNOU(this.value) ? [] : this.value;
2304
+ selectedValues = selectedValues.filter(function (selectedValue) {
2305
+ var nodeData = _this.treeObj.getTreeData(selectedValue);
2306
+ if (Array.isArray(nodeData)) {
2307
+ return nodeData.every(function (nodeSelectedData) { return nodeSelectedData.selected; });
2308
+ }
2309
+ return true;
2310
+ });
2303
2311
  for (var i = 0; i < newValues.length; i++) {
2304
2312
  if (isNOU(this.value) || this.value.indexOf(newValues[i]) === -1) {
2305
2313
  selectedValues.push(newValues[i]);
@@ -3276,7 +3284,7 @@ var DropDownTree = /** @class */ (function (_super) {
3276
3284
  this.isPopupOpen = false;
3277
3285
  if (this.isReact) {
3278
3286
  this.clearTemplate(['headerTemplate', 'footerTemplate', 'itemTemplate', 'actionFailureTemplate',
3279
- 'noRecordsTemplate', 'customTemplate']);
3287
+ 'noRecordsTemplate']);
3280
3288
  }
3281
3289
  if (this.popupObj) {
3282
3290
  this.popupObj.destroy();
@@ -1980,9 +1980,10 @@ var MultiSelect = /** @class */ (function (_super) {
1980
1980
  else {
1981
1981
  this.updateDelimeter(this.delimiterChar, e);
1982
1982
  }
1983
+ var isFilterData = this.targetElement().trim() !== '' ? true : false;
1983
1984
  this.makeTextBoxEmpty();
1984
1985
  if (this.mode !== 'CheckBox') {
1985
- this.refreshListItems(li.textContent);
1986
+ this.refreshListItems(li.textContent, isFilterData);
1986
1987
  }
1987
1988
  if (!this.changeOnBlur) {
1988
1989
  this.updateValueState(e, this.value, this.tempValues);
@@ -2033,7 +2034,7 @@ var MultiSelect = /** @class */ (function (_super) {
2033
2034
  }
2034
2035
  this.refreshPlaceHolder();
2035
2036
  };
2036
- MultiSelect.prototype.refreshListItems = function (data) {
2037
+ MultiSelect.prototype.refreshListItems = function (data, isFilterData) {
2037
2038
  if ((this.allowFiltering || (this.mode === 'CheckBox' && this.enableSelectionOrder === true)
2038
2039
  || this.allowCustomValue) && this.mainList && this.listData) {
2039
2040
  var list = this.mainList.cloneNode ? this.mainList.cloneNode(true) : this.mainList;
@@ -2045,7 +2046,25 @@ var MultiSelect = /** @class */ (function (_super) {
2045
2046
  this.renderItems(this.mainData, this.fields);
2046
2047
  }
2047
2048
  else {
2048
- this.onActionComplete(this.list, this.listData);
2049
+ if (this.allowFiltering && isFilterData) {
2050
+ this.updateInitialData();
2051
+ this.onActionComplete(list, this.mainData);
2052
+ this.isVirtualTrackHeight = false;
2053
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
2054
+ if (this.list.getElementsByClassName('e-virtual-ddl')[0]) {
2055
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
2056
+ this.list.getElementsByClassName('e-virtual-ddl')[0].style = this.GetVirtualTrackHeight();
2057
+ }
2058
+ else if (!this.list.querySelector('.e-virtual-ddl') && this.skeletonCount > 0) {
2059
+ var virualElement = this.createElement('div', {
2060
+ id: this.element.id + '_popup', className: 'e-virtual-ddl', styles: this.GetVirtualTrackHeight()
2061
+ });
2062
+ this.popupWrapper.querySelector('.e-dropdownbase').appendChild(virualElement);
2063
+ }
2064
+ }
2065
+ else {
2066
+ this.onActionComplete(this.list, this.listData);
2067
+ }
2049
2068
  }
2050
2069
  }
2051
2070
  else {
@@ -2392,7 +2411,7 @@ var MultiSelect = /** @class */ (function (_super) {
2392
2411
  _this.removeIndex++;
2393
2412
  }
2394
2413
  else {
2395
- _this.isRemoveSelection = true;
2414
+ _this.isRemoveSelection = _this.enableVirtualization ? true : _this.isRemoveSelection;
2396
2415
  _this.currentRemoveValue = _this.allowObjectBinding ? getValue(((_this.fields.value) ?
2397
2416
  _this.fields.value : ''), value) : value;
2398
2417
  _this.virtualSelectAll = false;
@@ -3085,7 +3104,7 @@ var MultiSelect = /** @class */ (function (_super) {
3085
3104
  endIndex: this.itemCount
3086
3105
  };
3087
3106
  this.previousStartIndex = 0;
3088
- this.previousEndIndex = 0;
3107
+ this.previousEndIndex = this.itemCount;
3089
3108
  if (this.dataSource instanceof DataManager) {
3090
3109
  if (this.remoteDataCount >= 0) {
3091
3110
  this.totalItemCount = this.dataCount = this.remoteDataCount;
@@ -4016,10 +4035,11 @@ var MultiSelect = /** @class */ (function (_super) {
4016
4035
  else {
4017
4036
  e.preventDefault();
4018
4037
  }
4038
+ var isFilterData = this.targetElement().trim() !== '' ? true : false;
4019
4039
  this.makeTextBoxEmpty();
4020
4040
  this.findGroupStart(target);
4021
4041
  if (this.mode !== 'CheckBox') {
4022
- this.refreshListItems(isNullOrUndefined(li) ? null : li.textContent);
4042
+ this.refreshListItems(isNullOrUndefined(li) ? null : li.textContent, isFilterData);
4023
4043
  }
4024
4044
  }
4025
4045
  else {
@@ -1073,11 +1073,11 @@ ejs-dropdownlist {
1073
1073
  }
1074
1074
 
1075
1075
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1076
- height: 38px;
1077
- margin-top: -38px;
1078
- right: 18px;
1076
+ height: 32px;
1077
+ margin-top: -35px;
1078
+ right: 4px;
1079
1079
  top: 100%;
1080
- width: 16px;
1080
+ width: 32px;
1081
1081
  }
1082
1082
 
1083
1083
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
@@ -1099,11 +1099,11 @@ ejs-dropdownlist {
1099
1099
 
1100
1100
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1101
1101
  .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1102
- height: 34px;
1103
- margin-top: -35px;
1104
- right: 16px;
1102
+ height: 24px;
1103
+ margin-top: -29px;
1104
+ right: 2px;
1105
1105
  top: 100%;
1106
- width: 14px;
1106
+ width: 24px;
1107
1107
  }
1108
1108
 
1109
1109
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
@@ -1796,7 +1796,7 @@ ejs-dropdownlist {
1796
1796
  }
1797
1797
 
1798
1798
  .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
1799
- left: -7px;
1799
+ left: 0;
1800
1800
  }
1801
1801
 
1802
1802
  .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
@@ -2606,7 +2606,7 @@ ejs-multiselect {
2606
2606
 
2607
2607
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2608
2608
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2609
- color: rgba(var(--color-sf-on-surface-variant), 0.54);
2609
+ color: rgba(var(--color-sf-on-surface-variant));
2610
2610
  }
2611
2611
 
2612
2612
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
@@ -1306,11 +1306,11 @@ ejs-dropdownlist {
1306
1306
  }
1307
1307
 
1308
1308
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1309
- height: 38px;
1310
- margin-top: -38px;
1311
- right: 18px;
1309
+ height: 32px;
1310
+ margin-top: -35px;
1311
+ right: 4px;
1312
1312
  top: 100%;
1313
- width: 16px;
1313
+ width: 32px;
1314
1314
  }
1315
1315
 
1316
1316
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
@@ -1332,11 +1332,11 @@ ejs-dropdownlist {
1332
1332
 
1333
1333
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1334
1334
  .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1335
- height: 34px;
1336
- margin-top: -35px;
1337
- right: 16px;
1335
+ height: 24px;
1336
+ margin-top: -29px;
1337
+ right: 2px;
1338
1338
  top: 100%;
1339
- width: 14px;
1339
+ width: 24px;
1340
1340
  }
1341
1341
 
1342
1342
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
@@ -2029,7 +2029,7 @@ ejs-dropdownlist {
2029
2029
  }
2030
2030
 
2031
2031
  .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
2032
- left: -7px;
2032
+ left: 0;
2033
2033
  }
2034
2034
 
2035
2035
  .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
@@ -2839,7 +2839,7 @@ ejs-multiselect {
2839
2839
 
2840
2840
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2841
2841
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2842
- color: rgba(var(--color-sf-on-surface-variant), 0.54);
2842
+ color: rgba(var(--color-sf-on-surface-variant));
2843
2843
  }
2844
2844
 
2845
2845
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
@@ -3563,11 +3563,11 @@ ejs-multiselect {
3563
3563
 
3564
3564
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
3565
3565
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
3566
- height: 54px;
3566
+ height: 40px;
3567
3567
  margin-top: -55px;
3568
- right: 16px;
3568
+ right: 6px;
3569
3569
  top: 100%;
3570
- width: 20px;
3570
+ width: 40px;
3571
3571
  }
3572
3572
 
3573
3573
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
@@ -3823,15 +3823,6 @@ ejs-multiselect {
3823
3823
  right: 48px;
3824
3824
  }
3825
3825
 
3826
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
3827
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
3828
- height: 54px;
3829
- margin-top: -55px;
3830
- right: 16px;
3831
- top: 100%;
3832
- width: 20px;
3833
- }
3834
-
3835
3826
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
3836
3827
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
3837
3828
  right: 60px;
@@ -1075,11 +1075,11 @@ ejs-dropdownlist {
1075
1075
  }
1076
1076
 
1077
1077
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1078
- height: 38px;
1079
- margin-top: -38px;
1080
- right: 18px;
1078
+ height: 32px;
1079
+ margin-top: -35px;
1080
+ right: 4px;
1081
1081
  top: 100%;
1082
- width: 16px;
1082
+ width: 32px;
1083
1083
  }
1084
1084
 
1085
1085
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
@@ -1101,11 +1101,11 @@ ejs-dropdownlist {
1101
1101
 
1102
1102
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1103
1103
  .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1104
- height: 34px;
1105
- margin-top: -35px;
1106
- right: 16px;
1104
+ height: 24px;
1105
+ margin-top: -29px;
1106
+ right: 2px;
1107
1107
  top: 100%;
1108
- width: 14px;
1108
+ width: 24px;
1109
1109
  }
1110
1110
 
1111
1111
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
@@ -1798,7 +1798,7 @@ ejs-dropdownlist {
1798
1798
  }
1799
1799
 
1800
1800
  .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
1801
- left: -7px;
1801
+ left: 0;
1802
1802
  }
1803
1803
 
1804
1804
  .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
@@ -2608,7 +2608,7 @@ ejs-multiselect {
2608
2608
 
2609
2609
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2610
2610
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2611
- color: rgba(var(--color-sf-on-surface-variant), 0.54);
2611
+ color: rgba(var(--color-sf-on-surface-variant));
2612
2612
  }
2613
2613
 
2614
2614
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
@@ -1308,11 +1308,11 @@ ejs-dropdownlist {
1308
1308
  }
1309
1309
 
1310
1310
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1311
- height: 38px;
1312
- margin-top: -38px;
1313
- right: 18px;
1311
+ height: 32px;
1312
+ margin-top: -35px;
1313
+ right: 4px;
1314
1314
  top: 100%;
1315
- width: 16px;
1315
+ width: 32px;
1316
1316
  }
1317
1317
 
1318
1318
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
@@ -1334,11 +1334,11 @@ ejs-dropdownlist {
1334
1334
 
1335
1335
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1336
1336
  .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1337
- height: 34px;
1338
- margin-top: -35px;
1339
- right: 16px;
1337
+ height: 24px;
1338
+ margin-top: -29px;
1339
+ right: 2px;
1340
1340
  top: 100%;
1341
- width: 14px;
1341
+ width: 24px;
1342
1342
  }
1343
1343
 
1344
1344
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
@@ -2031,7 +2031,7 @@ ejs-dropdownlist {
2031
2031
  }
2032
2032
 
2033
2033
  .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
2034
- left: -7px;
2034
+ left: 0;
2035
2035
  }
2036
2036
 
2037
2037
  .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
@@ -2841,7 +2841,7 @@ ejs-multiselect {
2841
2841
 
2842
2842
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2843
2843
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2844
- color: rgba(var(--color-sf-on-surface-variant), 0.54);
2844
+ color: rgba(var(--color-sf-on-surface-variant));
2845
2845
  }
2846
2846
 
2847
2847
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
@@ -3565,11 +3565,11 @@ ejs-multiselect {
3565
3565
 
3566
3566
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
3567
3567
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
3568
- height: 54px;
3568
+ height: 40px;
3569
3569
  margin-top: -55px;
3570
- right: 16px;
3570
+ right: 6px;
3571
3571
  top: 100%;
3572
- width: 20px;
3572
+ width: 40px;
3573
3573
  }
3574
3574
 
3575
3575
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
@@ -3825,15 +3825,6 @@ ejs-multiselect {
3825
3825
  right: 48px;
3826
3826
  }
3827
3827
 
3828
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
3829
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
3830
- height: 54px;
3831
- margin-top: -55px;
3832
- right: 16px;
3833
- top: 100%;
3834
- width: 20px;
3835
- }
3836
-
3837
3828
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
3838
3829
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
3839
3830
  right: 60px;
@@ -1111,11 +1111,11 @@
1111
1111
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1112
1112
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1113
1113
  @if $ddl-multiselect-skin-name == 'Material3' {
1114
- height: 54px;
1114
+ height: 40px;
1115
1115
  margin-top: -55px;
1116
- right: 16px;
1116
+ right: 6px;
1117
1117
  top: 100%;
1118
- width: 20px;
1118
+ width: 40px;
1119
1119
  }
1120
1120
  }
1121
1121
 
@@ -1529,7 +1529,7 @@
1529
1529
 
1530
1530
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1531
1531
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1532
- @if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'material-dark' or $ddl-multiselect-skin-name == 'Material3' {
1532
+ @if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'material-dark' {
1533
1533
  height: 54px;
1534
1534
  margin-top: -55px;
1535
1535
  right: 16px;
@@ -128,7 +128,7 @@ $ddl-multi-list-hover-bg-color: ($flyout-bg-color-hover, .05) !default;
128
128
  $ddl-delim-text-padding-right: 6px !default;
129
129
  $ddl-list-rtl-padding-right: 15px !default;
130
130
  $ddl-close-rtl-icon-left: 19px !default;
131
- $ddl-chip-close-rtl-left: -7px !default;
131
+ $ddl-chip-close-rtl-left: 0 !default;
132
132
  $ddl-delim-font-color: rgba($content-text-color) !default;
133
133
  $ddl-close-icon-color: rgba($icon-color) !default;
134
134
  $ddl-chip-border: 1px solid rgba($border) !default;
@@ -221,7 +221,7 @@ $outline-multiselect-chip-bg-color: transparent !default;
221
221
  $outline-multiselect-chip-hover-bg-color: ($content-bg-color-hover, 5%) !default;
222
222
  $outline-multiselect-sel-chip-bg-color: transparent !default;
223
223
  $outline-multiselect-sel-hover-chip-bg-color: ($content-bg-color-hover, 5%) !default;
224
- $outline-multiselect-close-icon-bg-color: rgba($icon-color, .54) !default;
224
+ $outline-multiselect-close-icon-bg-color: rgba($icon-color) !default;
225
225
  $outline-multiselect-close-icon-hover-bg-color: rgba($icon-color-hover, .87) !default;
226
226
  $outline-multiselect-remains-font-color: rgba($content-text-color, .6) !default;
227
227
  $outline-multiselect-disabled-font-color: rgba($content-text-color, .38) !default;
@@ -25,11 +25,11 @@
25
25
 
26
26
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
27
27
  @if $ddl-multiselect-skin-name == 'Material3' {
28
- height: 38px;
29
- margin-top: -38px;
30
- right: 18px;
28
+ height: 32px;
29
+ margin-top: -35px;
30
+ right: 4px;
31
31
  top: 100%;
32
- width: 16px;
32
+ width: 32px;
33
33
  }
34
34
  }
35
35
 
@@ -59,11 +59,11 @@
59
59
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
60
60
  .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
61
61
  @if $ddl-multiselect-skin-name == 'Material3' {
62
- height: 34px;
63
- margin-top: -35px;
64
- right: 16px;
62
+ height: 24px;
63
+ margin-top: -29px;
64
+ right: 2px;
65
65
  top: 100%;
66
- width: 14px;
66
+ width: 24px;
67
67
  }
68
68
  }
69
69
 
@@ -110,11 +110,11 @@
110
110
  }
111
111
 
112
112
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
113
- height: 38px;
114
- margin-top: -38px;
115
- right: 18px;
113
+ height: 32px;
114
+ margin-top: -35px;
115
+ right: 4px;
116
116
  top: 100%;
117
- width: 16px;
117
+ width: 32px;
118
118
  }
119
119
 
120
120
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
@@ -136,11 +136,11 @@
136
136
 
137
137
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
138
138
  .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
139
- height: 34px;
140
- margin-top: -35px;
141
- right: 16px;
139
+ height: 24px;
140
+ margin-top: -29px;
141
+ right: 2px;
142
142
  top: 100%;
143
- width: 14px;
143
+ width: 24px;
144
144
  }
145
145
 
146
146
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
@@ -833,7 +833,7 @@
833
833
  }
834
834
 
835
835
  .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
836
- left: -7px;
836
+ left: 0;
837
837
  }
838
838
 
839
839
  .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
@@ -1643,7 +1643,7 @@ ejs-multiselect {
1643
1643
 
1644
1644
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1645
1645
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1646
- color: rgba(var(--color-sf-on-surface-variant), 0.54);
1646
+ color: rgba(var(--color-sf-on-surface-variant));
1647
1647
  }
1648
1648
 
1649
1649
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
@@ -2367,11 +2367,11 @@ ejs-multiselect {
2367
2367
 
2368
2368
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2369
2369
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2370
- height: 54px;
2370
+ height: 40px;
2371
2371
  margin-top: -55px;
2372
- right: 16px;
2372
+ right: 6px;
2373
2373
  top: 100%;
2374
- width: 20px;
2374
+ width: 40px;
2375
2375
  }
2376
2376
 
2377
2377
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
@@ -2627,15 +2627,6 @@ ejs-multiselect {
2627
2627
  right: 48px;
2628
2628
  }
2629
2629
 
2630
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2631
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2632
- height: 54px;
2633
- margin-top: -55px;
2634
- right: 16px;
2635
- top: 100%;
2636
- width: 20px;
2637
- }
2638
-
2639
2630
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
2640
2631
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
2641
2632
  right: 60px;