@syncfusion/ej2-dropdowns 27.1.48 → 27.1.51
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.
- package/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +48 -37
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +46 -35
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -13
- package/src/drop-down-base/drop-down-base.d.ts +1 -0
- package/src/drop-down-base/drop-down-base.js +1 -2
- package/src/drop-down-list/drop-down-list.js +12 -1
- package/src/drop-down-tree/drop-down-tree.js +1 -1
- package/src/list-box/list-box.js +31 -27
- package/src/multi-select/multi-select.js +1 -4
- package/styles/bootstrap-dark-lite.css +4 -1
- package/styles/bootstrap-dark.css +4 -1
- package/styles/bootstrap-lite.css +4 -1
- package/styles/bootstrap.css +4 -1
- package/styles/bootstrap4-lite.css +3 -1
- package/styles/bootstrap4.css +3 -1
- package/styles/bootstrap5-dark-lite.css +6 -1
- package/styles/bootstrap5-dark.css +6 -1
- package/styles/bootstrap5-lite.css +6 -1
- package/styles/bootstrap5.3-lite.css +6 -1
- package/styles/bootstrap5.3.css +6 -1
- package/styles/bootstrap5.css +6 -1
- package/styles/drop-down-list/_theme.scss +1 -3
- package/styles/drop-down-list/bootstrap-dark.css +1 -0
- package/styles/drop-down-list/bootstrap.css +1 -0
- package/styles/drop-down-list/fabric-dark.css +1 -0
- package/styles/drop-down-list/fabric.css +1 -0
- package/styles/drop-down-list/fluent-dark.css +1 -0
- package/styles/drop-down-list/fluent.css +1 -0
- package/styles/drop-down-list/fluent2.css +1 -0
- package/styles/drop-down-list/highcontrast-light.css +1 -0
- package/styles/drop-down-list/material-dark.css +1 -0
- package/styles/drop-down-list/material.css +1 -0
- package/styles/drop-down-list/material3-dark.css +1 -0
- package/styles/drop-down-list/material3.css +1 -0
- package/styles/drop-down-list/tailwind-dark.css +1 -0
- package/styles/drop-down-list/tailwind.css +1 -0
- package/styles/drop-down-tree/_theme.scss +5 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +3 -0
- package/styles/drop-down-tree/bootstrap5.3.css +3 -0
- package/styles/drop-down-tree/bootstrap5.css +3 -0
- package/styles/fabric-dark-lite.css +4 -1
- package/styles/fabric-dark.css +4 -1
- package/styles/fabric-lite.css +4 -1
- package/styles/fabric.css +4 -1
- package/styles/fluent-dark-lite.css +4 -1
- package/styles/fluent-dark.css +4 -1
- package/styles/fluent-lite.css +4 -1
- package/styles/fluent.css +4 -1
- package/styles/fluent2-lite.css +4 -1
- package/styles/fluent2.css +4 -1
- package/styles/highcontrast-light-lite.css +4 -1
- package/styles/highcontrast-light.css +4 -1
- package/styles/highcontrast-lite.css +3 -1
- package/styles/highcontrast.css +3 -1
- package/styles/list-box/_layout.scss +1 -0
- package/styles/list-box/bootstrap-dark.css +3 -1
- package/styles/list-box/bootstrap.css +3 -1
- package/styles/list-box/bootstrap4.css +3 -1
- package/styles/list-box/bootstrap5-dark.css +3 -1
- package/styles/list-box/bootstrap5.3.css +3 -1
- package/styles/list-box/bootstrap5.css +3 -1
- package/styles/list-box/fabric-dark.css +3 -1
- package/styles/list-box/fabric.css +3 -1
- package/styles/list-box/fluent-dark.css +3 -1
- package/styles/list-box/fluent.css +3 -1
- package/styles/list-box/fluent2.css +3 -1
- package/styles/list-box/highcontrast-light.css +3 -1
- package/styles/list-box/highcontrast.css +3 -1
- package/styles/list-box/material-dark.css +3 -1
- package/styles/list-box/material.css +3 -1
- package/styles/list-box/material3-dark.css +3 -1
- package/styles/list-box/material3.css +3 -1
- package/styles/list-box/tailwind-dark.css +3 -1
- package/styles/list-box/tailwind.css +3 -1
- package/styles/material-dark-lite.css +4 -1
- package/styles/material-dark.css +4 -1
- package/styles/material-lite.css +4 -1
- package/styles/material.css +4 -1
- package/styles/material3-dark-lite.css +4 -1
- package/styles/material3-dark.css +4 -1
- package/styles/material3-lite.css +4 -1
- package/styles/material3.css +4 -1
- package/styles/tailwind-dark-lite.css +4 -1
- package/styles/tailwind-dark.css +4 -1
- package/styles/tailwind-lite.css +4 -1
- package/styles/tailwind.css +4 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 27.1.
|
|
3
|
+
* version : 27.1.51
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-dropdowns@27.1.50",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-d+GdPNjbqOxz9DrSa/8uKyenGw0SkyE4raSfIApI5VXDrcafbRTPRJOxQ2v1qOc/vB5DhLFWrmrl/DjyEPMa/w==",
|
|
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-
|
|
40
|
-
"_shasum": "
|
|
39
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-27.1.50.tgz",
|
|
40
|
+
"_shasum": "5a6cca641f4d7086aa4fb372124b73e9014568f3",
|
|
41
41
|
"_spec": "@syncfusion/ej2-dropdowns@*",
|
|
42
42
|
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
|
|
43
43
|
"author": {
|
|
@@ -45,14 +45,13 @@
|
|
|
45
45
|
},
|
|
46
46
|
"bundleDependencies": false,
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@syncfusion/ej2-base": "~27.1.
|
|
49
|
-
"@syncfusion/ej2-data": "~27.1.
|
|
50
|
-
"@syncfusion/ej2-inputs": "~27.1.
|
|
51
|
-
"@syncfusion/ej2-lists": "~27.1.
|
|
52
|
-
"@syncfusion/ej2-navigations": "~27.1.
|
|
53
|
-
"@syncfusion/ej2-notifications": "~27.1.
|
|
54
|
-
"@syncfusion/ej2-popups": "~27.1.
|
|
55
|
-
"markdown-spellcheck": "^1.3.1"
|
|
48
|
+
"@syncfusion/ej2-base": "~27.1.50",
|
|
49
|
+
"@syncfusion/ej2-data": "~27.1.51",
|
|
50
|
+
"@syncfusion/ej2-inputs": "~27.1.50",
|
|
51
|
+
"@syncfusion/ej2-lists": "~27.1.50",
|
|
52
|
+
"@syncfusion/ej2-navigations": "~27.1.51",
|
|
53
|
+
"@syncfusion/ej2-notifications": "~27.1.50",
|
|
54
|
+
"@syncfusion/ej2-popups": "~27.1.50"
|
|
56
55
|
},
|
|
57
56
|
"deprecated": false,
|
|
58
57
|
"description": "Essential JS 2 DropDown Components",
|
|
@@ -77,7 +76,7 @@
|
|
|
77
76
|
"module": "./index.js",
|
|
78
77
|
"name": "@syncfusion/ej2-dropdowns",
|
|
79
78
|
"typings": "index.d.ts",
|
|
80
|
-
"version": "27.1.
|
|
79
|
+
"version": "27.1.51",
|
|
81
80
|
"sideEffects": false,
|
|
82
81
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
83
82
|
}
|
|
@@ -291,6 +291,7 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
|
|
|
291
291
|
[key: string]: Object;
|
|
292
292
|
}[] | string[] | number[] | boolean[];
|
|
293
293
|
protected firstItem: string | number | boolean | object;
|
|
294
|
+
protected preventDefActionFilter: boolean;
|
|
294
295
|
protected virtualListInfo: VirtualInfo;
|
|
295
296
|
protected viewPortInfo: VirtualInfo;
|
|
296
297
|
protected selectedValueInfo: VirtualInfo;
|
|
@@ -1098,7 +1098,7 @@ var DropDownBase = /** @class */ (function (_super) {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
addClass([this.list], dropDownBaseClasses.grouping);
|
|
1100
1100
|
}
|
|
1101
|
-
else {
|
|
1101
|
+
else if (this.getModuleName() !== 'listbox' || (this.getModuleName() === 'listbox' && !this.preventDefActionFilter)) {
|
|
1102
1102
|
dataSource = this.getSortedDataSource(dataSource);
|
|
1103
1103
|
}
|
|
1104
1104
|
var options = this.listOption(dataSource, fields);
|
|
@@ -1704,7 +1704,6 @@ var DropDownBase = /** @class */ (function (_super) {
|
|
|
1704
1704
|
}
|
|
1705
1705
|
if (this.getModuleName() === 'listbox') {
|
|
1706
1706
|
this.updateActionCompleteData(li, item, isListboxEmpty ? null : index + i);
|
|
1707
|
-
isListboxEmpty = true;
|
|
1708
1707
|
}
|
|
1709
1708
|
else {
|
|
1710
1709
|
this.updateActionCompleteData(li, item, index);
|
|
@@ -361,12 +361,20 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
361
361
|
removeClass([this.inputWrapper.container], dropDownListClasses.disable);
|
|
362
362
|
this.inputElement.setAttribute('aria-disabled', 'false');
|
|
363
363
|
this.targetElement().setAttribute('tabindex', this.tabIndex);
|
|
364
|
+
if (this.inputWrapper && this.inputWrapper.container) {
|
|
365
|
+
this.inputWrapper.container.setAttribute('aria-disabled', 'false');
|
|
366
|
+
this.inputWrapper.container.removeAttribute('disabled');
|
|
367
|
+
}
|
|
364
368
|
}
|
|
365
369
|
else {
|
|
366
370
|
this.hidePopup();
|
|
367
371
|
addClass([this.inputWrapper.container], dropDownListClasses.disable);
|
|
368
372
|
this.inputElement.setAttribute('aria-disabled', 'true');
|
|
369
373
|
this.targetElement().tabIndex = -1;
|
|
374
|
+
if (this.inputWrapper && this.inputWrapper.container) {
|
|
375
|
+
this.inputWrapper.container.setAttribute('aria-disabled', 'true');
|
|
376
|
+
this.inputWrapper.container.setAttribute('disabled', '');
|
|
377
|
+
}
|
|
370
378
|
}
|
|
371
379
|
};
|
|
372
380
|
/**
|
|
@@ -1728,7 +1736,10 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
1728
1736
|
}
|
|
1729
1737
|
else {
|
|
1730
1738
|
if (!isNullOrUndefined(this.hiddenElement)) {
|
|
1731
|
-
|
|
1739
|
+
var option = document.createElement('option');
|
|
1740
|
+
option.text = this.text;
|
|
1741
|
+
option.setAttribute('selected', '');
|
|
1742
|
+
this.hiddenElement.appendChild(option);
|
|
1732
1743
|
var selectedElement = this.hiddenElement.querySelector('option');
|
|
1733
1744
|
selectedElement.setAttribute('value', value.toString());
|
|
1734
1745
|
}
|
|
@@ -1724,7 +1724,7 @@ var DropDownTree = /** @class */ (function (_super) {
|
|
|
1724
1724
|
addClass([focusedElement], ['e-node-focus']);
|
|
1725
1725
|
}
|
|
1726
1726
|
}
|
|
1727
|
-
if (_this.treeObj.checkedNodes.length > 0) {
|
|
1727
|
+
if (_this.treeObj.checkedNodes.length > 0 && !_this.isFilterRestore) {
|
|
1728
1728
|
var nodes = _this.treeObj.element.querySelectorAll('li');
|
|
1729
1729
|
var checkedNodes = _this.treeObj.element.querySelectorAll('li[aria-checked=true]');
|
|
1730
1730
|
if ((checkedNodes.length === nodes.length || _this.checkSelectAll) && _this.checkBoxElement) {
|
package/src/list-box/list-box.js
CHANGED
|
@@ -434,7 +434,9 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
434
434
|
}
|
|
435
435
|
filterElem.selectionStart = txtLength;
|
|
436
436
|
filterElem.selectionEnd = txtLength;
|
|
437
|
-
filterElem.
|
|
437
|
+
if (filterElem.value !== '') {
|
|
438
|
+
filterElem.focus();
|
|
439
|
+
}
|
|
438
440
|
}
|
|
439
441
|
}
|
|
440
442
|
if (this.toolbarSettings.items.length && this.scope && this.scope.indexOf('#') > -1 && !isNullOrUndefined(e)) {
|
|
@@ -886,33 +888,24 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
886
888
|
items = (items instanceof Array ? items : [items]);
|
|
887
889
|
var fields = this.fields;
|
|
888
890
|
var dataValue = void 0;
|
|
889
|
-
var objValue =
|
|
891
|
+
var objValue = {};
|
|
890
892
|
var dupData = [];
|
|
891
|
-
var itemIdx = void 0;
|
|
892
893
|
extend(dupData, [], this.jsonData);
|
|
893
894
|
var removeIdxes = [];
|
|
894
895
|
var removeLiIdxes = [];
|
|
896
|
+
for (var i = 0; i < dupData.length; i++) {
|
|
897
|
+
var value = (dupData[i] instanceof Object) ? dupData[i][fields.value] :
|
|
898
|
+
dupData[i].toString();
|
|
899
|
+
objValue[value] = i;
|
|
900
|
+
}
|
|
895
901
|
for (var j = 0; j < items.length; j++) {
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
if (dupData[i] instanceof Object) {
|
|
904
|
-
objValue = getValue(fields.value, dupData[i]);
|
|
905
|
-
}
|
|
906
|
-
else {
|
|
907
|
-
objValue = dupData[i].toString();
|
|
908
|
-
}
|
|
909
|
-
if (objValue === dataValue) {
|
|
910
|
-
itemIdx = this.getIndexByValue(dataValue);
|
|
911
|
-
var idx = itemIdx === i ? itemIdx : i;
|
|
912
|
-
liCollections.push(liElement[idx]);
|
|
913
|
-
removeIdxes.push(idx);
|
|
914
|
-
removeLiIdxes.push(idx);
|
|
915
|
-
}
|
|
902
|
+
dataValue = (items[j] instanceof Object) ? items[j][fields.value] :
|
|
903
|
+
items[j].toString();
|
|
904
|
+
if (Object.prototype.hasOwnProperty.call(objValue, dataValue)) {
|
|
905
|
+
var idx = objValue[dataValue];
|
|
906
|
+
liCollections.push(liElement[idx]);
|
|
907
|
+
removeIdxes.push(idx);
|
|
908
|
+
removeLiIdxes.push(idx);
|
|
916
909
|
}
|
|
917
910
|
}
|
|
918
911
|
var validRemoveIdxes = removeIdxes.sort(function (a, b) { return b - a; });
|
|
@@ -1746,7 +1739,7 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
1746
1739
|
}
|
|
1747
1740
|
flistboxarray = newFlistboxArray;
|
|
1748
1741
|
moveTo(fListBox.ulElement, tListBox.ulElement, flistboxarray, index);
|
|
1749
|
-
|
|
1742
|
+
fListBox.trigger('actionComplete', { items: tempItems, eventName: this.toolbarAction });
|
|
1750
1743
|
if (isKey) {
|
|
1751
1744
|
this.list.focus();
|
|
1752
1745
|
}
|
|
@@ -1795,8 +1788,8 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
1795
1788
|
fListBox.listData = fListBox.sortedData = fListBox.jsonData = tempData;
|
|
1796
1789
|
}
|
|
1797
1790
|
else if (fListBox.allowFiltering) {
|
|
1791
|
+
var disabledData_1 = [];
|
|
1798
1792
|
if (tempLiColl.length > 0) {
|
|
1799
|
-
var disabledData_1 = [];
|
|
1800
1793
|
for (var i = 0; i < tempLiColl.length; i++) {
|
|
1801
1794
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1802
1795
|
disabledData_1.push(this.getDataByValue(tempLiColl[i].getAttribute('data-value')));
|
|
@@ -1813,7 +1806,13 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
1813
1806
|
}
|
|
1814
1807
|
}
|
|
1815
1808
|
}
|
|
1816
|
-
|
|
1809
|
+
if (tempLiColl.length > 0) {
|
|
1810
|
+
fListBox.listData = disabledData_1;
|
|
1811
|
+
fListBox.sortedData = [];
|
|
1812
|
+
}
|
|
1813
|
+
else {
|
|
1814
|
+
fListBox.listData = fListBox.sortedData = [];
|
|
1815
|
+
}
|
|
1817
1816
|
}
|
|
1818
1817
|
if (isRefresh) {
|
|
1819
1818
|
var sourceElem = tListBox.renderItems(listData, tListBox.fields);
|
|
@@ -2037,7 +2036,9 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
2037
2036
|
}
|
|
2038
2037
|
_this.isFiltered = true;
|
|
2039
2038
|
_this.remoteFilterAction = true;
|
|
2039
|
+
_this.preventDefActionFilter = eventArgsData_1.preventDefaultAction;
|
|
2040
2040
|
_this.dataUpdater(dataSource, query, fields);
|
|
2041
|
+
_this.preventDefActionFilter = false;
|
|
2041
2042
|
},
|
|
2042
2043
|
event: e,
|
|
2043
2044
|
cancel: false
|
|
@@ -2047,6 +2048,7 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
2047
2048
|
if (args.cancel || (_this.filterInput.value !== '' && _this.isFiltered)) {
|
|
2048
2049
|
return;
|
|
2049
2050
|
}
|
|
2051
|
+
_this.preventDefActionFilter = false;
|
|
2050
2052
|
if (!args.cancel && !_this.isCustomFiltering && !args.preventDefaultAction) {
|
|
2051
2053
|
_this.inputString = _this.filterInput.value;
|
|
2052
2054
|
_this.filteringAction(_this.jsonData, new Query(), _this.fields);
|
|
@@ -2457,7 +2459,9 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
2457
2459
|
this.initDraggable();
|
|
2458
2460
|
}
|
|
2459
2461
|
else {
|
|
2460
|
-
|
|
2462
|
+
if (this.ulElement.classList.contains('e-sortable')) {
|
|
2463
|
+
getComponent(this.ulElement, 'sortable').destroy();
|
|
2464
|
+
}
|
|
2461
2465
|
}
|
|
2462
2466
|
break;
|
|
2463
2467
|
case 'allowFiltering':
|
|
@@ -2397,9 +2397,6 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
2397
2397
|
_this.fields.value : ''), value) : value;
|
|
2398
2398
|
_this.virtualSelectAll = false;
|
|
2399
2399
|
var removeVal = _this.value.slice(0);
|
|
2400
|
-
if (_this.enableVirtualization && isClearAll) {
|
|
2401
|
-
removeVal = [];
|
|
2402
|
-
}
|
|
2403
2400
|
removeVal.splice(index, 1);
|
|
2404
2401
|
if (_this.enableVirtualization && _this.mode === 'CheckBox') {
|
|
2405
2402
|
_this.selectedListData.splice(index, 1);
|
|
@@ -4676,7 +4673,7 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
4676
4673
|
this.isSelectAll = this.isSelectAll ? !this.isSelectAll : this.isSelectAll;
|
|
4677
4674
|
}
|
|
4678
4675
|
this.updateHiddenElement();
|
|
4679
|
-
this.value
|
|
4676
|
+
this.setProperties({ value: [] }, true);
|
|
4680
4677
|
this.virtualSelectAll = false;
|
|
4681
4678
|
if (!isNullOrUndefined(this.viewPortInfo.startIndex) && !isNullOrUndefined(this.viewPortInfo.endIndex)) {
|
|
4682
4679
|
this.notify('setCurrentViewDataAsync', {
|
|
@@ -620,6 +620,7 @@ ejs-dropdownlist {
|
|
|
620
620
|
|
|
621
621
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
622
622
|
border-color: transparent;
|
|
623
|
+
background: none;
|
|
623
624
|
}
|
|
624
625
|
|
|
625
626
|
/* stylelint-disable */
|
|
@@ -2011,8 +2012,10 @@ ejs-multiselect {
|
|
|
2011
2012
|
-webkit-box-sizing: border-box;
|
|
2012
2013
|
box-sizing: border-box;
|
|
2013
2014
|
}
|
|
2014
|
-
.e-listbox-wrapper:focus,
|
|
2015
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2016
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2015
2017
|
.e-listbox-container:focus,
|
|
2018
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2016
2019
|
.e-listboxtool-wrapper:focus {
|
|
2017
2020
|
outline: none;
|
|
2018
2021
|
}
|
|
@@ -695,6 +695,7 @@ ejs-dropdownlist {
|
|
|
695
695
|
|
|
696
696
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
697
697
|
border-color: transparent;
|
|
698
|
+
background: none;
|
|
698
699
|
}
|
|
699
700
|
|
|
700
701
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -2569,8 +2570,10 @@ ejs-multiselect {
|
|
|
2569
2570
|
-webkit-box-sizing: border-box;
|
|
2570
2571
|
box-sizing: border-box;
|
|
2571
2572
|
}
|
|
2572
|
-
.e-listbox-wrapper:focus,
|
|
2573
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2574
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2573
2575
|
.e-listbox-container:focus,
|
|
2576
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2574
2577
|
.e-listboxtool-wrapper:focus {
|
|
2575
2578
|
outline: none;
|
|
2576
2579
|
}
|
|
@@ -620,6 +620,7 @@ ejs-dropdownlist {
|
|
|
620
620
|
|
|
621
621
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
622
622
|
border-color: transparent;
|
|
623
|
+
background: none;
|
|
623
624
|
}
|
|
624
625
|
|
|
625
626
|
/*! TreeView's bootstrap theme wise override definitions and variables */
|
|
@@ -2010,8 +2011,10 @@ ejs-multiselect {
|
|
|
2010
2011
|
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
2011
2012
|
width: 86% !important; /* stylelint-disable-line declaration-no-important */
|
|
2012
2013
|
}
|
|
2013
|
-
.e-listbox-wrapper:focus,
|
|
2014
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2015
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2014
2016
|
.e-listbox-container:focus,
|
|
2017
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2015
2018
|
.e-listboxtool-wrapper:focus {
|
|
2016
2019
|
outline: none;
|
|
2017
2020
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -695,6 +695,7 @@ ejs-dropdownlist {
|
|
|
695
695
|
|
|
696
696
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
697
697
|
border-color: transparent;
|
|
698
|
+
background: none;
|
|
698
699
|
}
|
|
699
700
|
|
|
700
701
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -2568,8 +2569,10 @@ ejs-multiselect {
|
|
|
2568
2569
|
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
2569
2570
|
width: 86% !important; /* stylelint-disable-line declaration-no-important */
|
|
2570
2571
|
}
|
|
2571
|
-
.e-listbox-wrapper:focus,
|
|
2572
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2573
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2572
2574
|
.e-listbox-container:focus,
|
|
2575
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2573
2576
|
.e-listboxtool-wrapper:focus {
|
|
2574
2577
|
outline: none;
|
|
2575
2578
|
}
|
|
@@ -2115,8 +2115,10 @@ ejs-multiselect {
|
|
|
2115
2115
|
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
2116
2116
|
width: 86% !important; /* stylelint-disable-line declaration-no-important */
|
|
2117
2117
|
}
|
|
2118
|
-
.e-listbox-wrapper:focus,
|
|
2118
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2119
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2119
2120
|
.e-listbox-container:focus,
|
|
2121
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2120
2122
|
.e-listboxtool-wrapper:focus {
|
|
2121
2123
|
outline: none;
|
|
2122
2124
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2798,8 +2798,10 @@ ejs-multiselect {
|
|
|
2798
2798
|
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
2799
2799
|
width: 86% !important; /* stylelint-disable-line declaration-no-important */
|
|
2800
2800
|
}
|
|
2801
|
-
.e-listbox-wrapper:focus,
|
|
2801
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2802
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2802
2803
|
.e-listbox-container:focus,
|
|
2804
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2803
2805
|
.e-listboxtool-wrapper:focus {
|
|
2804
2806
|
outline: none;
|
|
2805
2807
|
}
|
|
@@ -1001,6 +1001,9 @@ ejs-dropdownlist {
|
|
|
1001
1001
|
background: transparent;
|
|
1002
1002
|
color: #adb5bd;
|
|
1003
1003
|
}
|
|
1004
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
1005
|
+
background: transparent;
|
|
1006
|
+
}
|
|
1004
1007
|
.e-ddt.e-popup {
|
|
1005
1008
|
background: #343a40;
|
|
1006
1009
|
border-color: #444c54;
|
|
@@ -2084,8 +2087,10 @@ ejs-multiselect {
|
|
|
2084
2087
|
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
2085
2088
|
width: 84% !important; /* stylelint-disable-line declaration-no-important */
|
|
2086
2089
|
}
|
|
2087
|
-
.e-listbox-wrapper:focus,
|
|
2090
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2091
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2088
2092
|
.e-listbox-container:focus,
|
|
2093
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2089
2094
|
.e-listboxtool-wrapper:focus {
|
|
2090
2095
|
outline: none;
|
|
2091
2096
|
}
|
|
@@ -1188,6 +1188,9 @@ ejs-dropdownlist {
|
|
|
1188
1188
|
background: transparent;
|
|
1189
1189
|
color: #adb5bd;
|
|
1190
1190
|
}
|
|
1191
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
1192
|
+
background: transparent;
|
|
1193
|
+
}
|
|
1191
1194
|
.e-ddt.e-popup {
|
|
1192
1195
|
background: #343a40;
|
|
1193
1196
|
border-color: #444c54;
|
|
@@ -2738,8 +2741,10 @@ ejs-multiselect {
|
|
|
2738
2741
|
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
2739
2742
|
width: 84% !important; /* stylelint-disable-line declaration-no-important */
|
|
2740
2743
|
}
|
|
2741
|
-
.e-listbox-wrapper:focus,
|
|
2744
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2745
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2742
2746
|
.e-listbox-container:focus,
|
|
2747
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2743
2748
|
.e-listboxtool-wrapper:focus {
|
|
2744
2749
|
outline: none;
|
|
2745
2750
|
}
|
|
@@ -1001,6 +1001,9 @@ ejs-dropdownlist {
|
|
|
1001
1001
|
background: transparent;
|
|
1002
1002
|
color: #6c757d;
|
|
1003
1003
|
}
|
|
1004
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
1005
|
+
background: transparent;
|
|
1006
|
+
}
|
|
1004
1007
|
.e-ddt.e-popup {
|
|
1005
1008
|
background: #fff;
|
|
1006
1009
|
border-color: #dee2e6;
|
|
@@ -2084,8 +2087,10 @@ ejs-multiselect {
|
|
|
2084
2087
|
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
2085
2088
|
width: 84% !important; /* stylelint-disable-line declaration-no-important */
|
|
2086
2089
|
}
|
|
2087
|
-
.e-listbox-wrapper:focus,
|
|
2090
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2091
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2088
2092
|
.e-listbox-container:focus,
|
|
2093
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2089
2094
|
.e-listboxtool-wrapper:focus {
|
|
2090
2095
|
outline: none;
|
|
2091
2096
|
}
|
|
@@ -994,6 +994,9 @@ ejs-dropdownlist {
|
|
|
994
994
|
background: transparent;
|
|
995
995
|
color: var(--color-sf-icon-color);
|
|
996
996
|
}
|
|
997
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
998
|
+
background: transparent;
|
|
999
|
+
}
|
|
997
1000
|
.e-ddt.e-popup {
|
|
998
1001
|
background: var(--color-sf-flyout-bg-color);
|
|
999
1002
|
border-color: var(--color-sf-border-light);
|
|
@@ -2078,8 +2081,10 @@ ejs-multiselect {
|
|
|
2078
2081
|
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
2079
2082
|
width: 84% !important; /* stylelint-disable-line declaration-no-important */
|
|
2080
2083
|
}
|
|
2081
|
-
.e-listbox-wrapper:focus,
|
|
2084
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2085
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2082
2086
|
.e-listbox-container:focus,
|
|
2087
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2083
2088
|
.e-listboxtool-wrapper:focus {
|
|
2084
2089
|
outline: none;
|
|
2085
2090
|
}
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -1181,6 +1181,9 @@ ejs-dropdownlist {
|
|
|
1181
1181
|
background: transparent;
|
|
1182
1182
|
color: var(--color-sf-icon-color);
|
|
1183
1183
|
}
|
|
1184
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
1185
|
+
background: transparent;
|
|
1186
|
+
}
|
|
1184
1187
|
.e-ddt.e-popup {
|
|
1185
1188
|
background: var(--color-sf-flyout-bg-color);
|
|
1186
1189
|
border-color: var(--color-sf-border-light);
|
|
@@ -2674,8 +2677,10 @@ ejs-multiselect {
|
|
|
2674
2677
|
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
2675
2678
|
width: 84% !important; /* stylelint-disable-line declaration-no-important */
|
|
2676
2679
|
}
|
|
2677
|
-
.e-listbox-wrapper:focus,
|
|
2680
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2681
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2678
2682
|
.e-listbox-container:focus,
|
|
2683
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2679
2684
|
.e-listboxtool-wrapper:focus {
|
|
2680
2685
|
outline: none;
|
|
2681
2686
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1188,6 +1188,9 @@ ejs-dropdownlist {
|
|
|
1188
1188
|
background: transparent;
|
|
1189
1189
|
color: #6c757d;
|
|
1190
1190
|
}
|
|
1191
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
1192
|
+
background: transparent;
|
|
1193
|
+
}
|
|
1191
1194
|
.e-ddt.e-popup {
|
|
1192
1195
|
background: #fff;
|
|
1193
1196
|
border-color: #dee2e6;
|
|
@@ -2738,8 +2741,10 @@ ejs-multiselect {
|
|
|
2738
2741
|
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
2739
2742
|
width: 84% !important; /* stylelint-disable-line declaration-no-important */
|
|
2740
2743
|
}
|
|
2741
|
-
.e-listbox-wrapper:focus,
|
|
2744
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2745
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2742
2746
|
.e-listbox-container:focus,
|
|
2747
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2743
2748
|
.e-listboxtool-wrapper:focus {
|
|
2744
2749
|
outline: none;
|
|
2745
2750
|
}
|
|
@@ -10,8 +10,6 @@
|
|
|
10
10
|
|
|
11
11
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
12
12
|
border-color: transparent;
|
|
13
|
-
|
|
14
|
-
background: none;
|
|
15
|
-
}
|
|
13
|
+
background: none;
|
|
16
14
|
}
|
|
17
15
|
}
|
|
@@ -327,6 +327,7 @@ ejs-dropdownlist {
|
|
|
327
327
|
|
|
328
328
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
329
329
|
border-color: transparent;
|
|
330
|
+
background: none;
|
|
330
331
|
}
|
|
331
332
|
|
|
332
333
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -327,6 +327,7 @@ ejs-dropdownlist {
|
|
|
327
327
|
|
|
328
328
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
329
329
|
border-color: transparent;
|
|
330
|
+
background: none;
|
|
330
331
|
}
|
|
331
332
|
|
|
332
333
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -303,6 +303,7 @@ ejs-dropdownlist {
|
|
|
303
303
|
|
|
304
304
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
305
305
|
border-color: transparent;
|
|
306
|
+
background: none;
|
|
306
307
|
}
|
|
307
308
|
|
|
308
309
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -303,6 +303,7 @@ ejs-dropdownlist {
|
|
|
303
303
|
|
|
304
304
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
305
305
|
border-color: transparent;
|
|
306
|
+
background: none;
|
|
306
307
|
}
|
|
307
308
|
|
|
308
309
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -368,6 +368,7 @@ ejs-dropdownlist {
|
|
|
368
368
|
|
|
369
369
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
370
370
|
border-color: transparent;
|
|
371
|
+
background: none;
|
|
371
372
|
}
|
|
372
373
|
|
|
373
374
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -368,6 +368,7 @@ ejs-dropdownlist {
|
|
|
368
368
|
|
|
369
369
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
370
370
|
border-color: transparent;
|
|
371
|
+
background: none;
|
|
371
372
|
}
|
|
372
373
|
|
|
373
374
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -549,6 +549,7 @@ ejs-dropdownlist {
|
|
|
549
549
|
|
|
550
550
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
551
551
|
border-color: transparent;
|
|
552
|
+
background: none;
|
|
552
553
|
}
|
|
553
554
|
|
|
554
555
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -324,6 +324,7 @@ ejs-dropdownlist {
|
|
|
324
324
|
|
|
325
325
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
326
326
|
border-color: transparent;
|
|
327
|
+
background: none;
|
|
327
328
|
}
|
|
328
329
|
|
|
329
330
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -366,6 +366,7 @@ ejs-dropdownlist {
|
|
|
366
366
|
|
|
367
367
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
368
368
|
border-color: transparent;
|
|
369
|
+
background: none;
|
|
369
370
|
}
|
|
370
371
|
|
|
371
372
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -389,6 +389,7 @@ ejs-dropdownlist {
|
|
|
389
389
|
|
|
390
390
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
391
391
|
border-color: transparent;
|
|
392
|
+
background: none;
|
|
392
393
|
}
|
|
393
394
|
|
|
394
395
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -404,6 +404,7 @@ ejs-dropdownlist {
|
|
|
404
404
|
|
|
405
405
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
406
406
|
border-color: transparent;
|
|
407
|
+
background: none;
|
|
407
408
|
}
|
|
408
409
|
|
|
409
410
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -406,6 +406,7 @@ ejs-dropdownlist {
|
|
|
406
406
|
|
|
407
407
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
408
408
|
border-color: transparent;
|
|
409
|
+
background: none;
|
|
409
410
|
}
|
|
410
411
|
|
|
411
412
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -344,6 +344,7 @@ ejs-dropdownlist {
|
|
|
344
344
|
|
|
345
345
|
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
346
346
|
border-color: transparent;
|
|
347
|
+
background: none;
|
|
347
348
|
}
|
|
348
349
|
|
|
349
350
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|