@syncfusion/ej2-dropdowns 19.4.50 → 19.4.55
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/CHANGELOG.md +16 -0
- package/README.md +1 -1
- 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 +67 -30
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +68 -30
- 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 +11 -11
- package/src/combo-box/combo-box.js +4 -1
- package/src/drop-down-base/drop-down-base.js +8 -6
- package/src/drop-down-tree/drop-down-tree.js +6 -14
- package/src/list-box/list-box.js +32 -0
- package/src/multi-select/multi-select.js +18 -9
- package/styles/bootstrap-dark.css +17 -5
- package/styles/bootstrap.css +17 -5
- package/styles/bootstrap4.css +17 -5
- package/styles/bootstrap5-dark.css +17 -5
- package/styles/bootstrap5.css +17 -5
- package/styles/fabric-dark.css +17 -5
- package/styles/fabric.css +17 -5
- package/styles/highcontrast-light.css +17 -5
- package/styles/highcontrast.css +17 -5
- package/styles/list-box/_layout.scss +12 -4
- package/styles/list-box/bootstrap-dark.css +9 -5
- package/styles/list-box/bootstrap.css +9 -5
- package/styles/list-box/bootstrap4.css +9 -5
- package/styles/list-box/bootstrap5-dark.css +9 -5
- package/styles/list-box/bootstrap5.css +9 -5
- package/styles/list-box/fabric-dark.css +9 -5
- package/styles/list-box/fabric.css +9 -5
- package/styles/list-box/highcontrast-light.css +9 -5
- package/styles/list-box/highcontrast.css +9 -5
- package/styles/list-box/material-dark.css +9 -5
- package/styles/list-box/material.css +9 -5
- package/styles/list-box/tailwind-dark.css +9 -5
- package/styles/list-box/tailwind.css +9 -5
- package/styles/material-dark.css +17 -5
- package/styles/material.css +17 -5
- package/styles/multi-select/_layout.scss +8 -0
- package/styles/multi-select/bootstrap-dark.css +8 -0
- package/styles/multi-select/bootstrap.css +8 -0
- package/styles/multi-select/bootstrap4.css +8 -0
- package/styles/multi-select/bootstrap5-dark.css +8 -0
- package/styles/multi-select/bootstrap5.css +8 -0
- package/styles/multi-select/fabric-dark.css +8 -0
- package/styles/multi-select/fabric.css +8 -0
- package/styles/multi-select/highcontrast-light.css +8 -0
- package/styles/multi-select/highcontrast.css +8 -0
- package/styles/multi-select/material-dark.css +8 -0
- package/styles/multi-select/material.css +8 -0
- package/styles/multi-select/tailwind-dark.css +8 -0
- package/styles/multi-select/tailwind.css +8 -0
- package/styles/tailwind-dark.css +17 -5
- package/styles/tailwind.css +17 -5
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.55
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-dropdowns@19.4.54",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-r8PsHLkwM8ArSL9XypVNZIk2Mspnx/vMtVwjZvhlzATf1Iqa7reQKSRgfLXh+wth0O5y1Kp5aOCWaG5LevYfnw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"/@syncfusion/ej2-spreadsheet",
|
|
34
34
|
"/@syncfusion/ej2-vue-dropdowns"
|
|
35
35
|
],
|
|
36
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-19.4.
|
|
37
|
-
"_shasum": "
|
|
36
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-19.4.54.tgz",
|
|
37
|
+
"_shasum": "d63a753bbcb7c2139a028a69da21c409b0502e88",
|
|
38
38
|
"_spec": "@syncfusion/ej2-dropdowns@*",
|
|
39
39
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
40
40
|
"author": {
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
},
|
|
43
43
|
"bundleDependencies": false,
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
46
|
-
"@syncfusion/ej2-data": "~19.4.
|
|
47
|
-
"@syncfusion/ej2-inputs": "~19.4.
|
|
48
|
-
"@syncfusion/ej2-lists": "~19.4.
|
|
49
|
-
"@syncfusion/ej2-navigations": "~19.4.
|
|
50
|
-
"@syncfusion/ej2-popups": "~19.4.
|
|
45
|
+
"@syncfusion/ej2-base": "~19.4.52",
|
|
46
|
+
"@syncfusion/ej2-data": "~19.4.54",
|
|
47
|
+
"@syncfusion/ej2-inputs": "~19.4.52",
|
|
48
|
+
"@syncfusion/ej2-lists": "~19.4.55",
|
|
49
|
+
"@syncfusion/ej2-navigations": "~19.4.55",
|
|
50
|
+
"@syncfusion/ej2-popups": "~19.4.53"
|
|
51
51
|
},
|
|
52
52
|
"deprecated": false,
|
|
53
53
|
"description": "Essential JS 2 DropDown Components",
|
|
@@ -72,6 +72,6 @@
|
|
|
72
72
|
"module": "./index.js",
|
|
73
73
|
"name": "@syncfusion/ej2-dropdowns",
|
|
74
74
|
"typings": "index.d.ts",
|
|
75
|
-
"version": "19.4.
|
|
75
|
+
"version": "19.4.55",
|
|
76
76
|
"sideEffects": false
|
|
77
77
|
}
|
|
@@ -216,12 +216,15 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
216
216
|
};
|
|
217
217
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
218
218
|
ComboBox.prototype.onActionComplete = function (ulElement, list, e, isUpdated) {
|
|
219
|
+
var _this = this;
|
|
219
220
|
_super.prototype.onActionComplete.call(this, ulElement, list, e);
|
|
220
221
|
if (this.isSelectCustom) {
|
|
221
222
|
this.removeSelection();
|
|
222
223
|
}
|
|
223
224
|
if (!this.preventAutoFill && this.getModuleName() === 'combobox' && this.isTyped) {
|
|
224
|
-
|
|
225
|
+
setTimeout(function () {
|
|
226
|
+
_this.inlineSearch();
|
|
227
|
+
});
|
|
225
228
|
}
|
|
226
229
|
};
|
|
227
230
|
ComboBox.prototype.getFocusElement = function () {
|
|
@@ -494,7 +494,7 @@ var DropDownBase = /** @class */ (function (_super) {
|
|
|
494
494
|
}
|
|
495
495
|
_this.bindChildItems(localDataArgs.result, ulElement, fields);
|
|
496
496
|
setTimeout(function () {
|
|
497
|
-
if (_this.getModuleName() === 'multiselect' && _this.itemTemplate != null && (ulElement.childElementCount > 0 && ulElement.children[0].childElementCount > 0)) {
|
|
497
|
+
if (_this.getModuleName() === 'multiselect' && _this.itemTemplate != null && (ulElement.childElementCount > 0 && (ulElement.children[0].childElementCount > 0 || (_this.fields.groupBy && ulElement.children[1] && ulElement.children[1].childElementCount > 0)))) {
|
|
498
498
|
_this.updateDataList();
|
|
499
499
|
}
|
|
500
500
|
});
|
|
@@ -581,7 +581,6 @@ var DropDownBase = /** @class */ (function (_super) {
|
|
|
581
581
|
if (this.isReact) {
|
|
582
582
|
this.clearTemplate(['itemTemplate', 'groupTemplate', 'actionFailureTemplate', 'noRecordsTemplate']);
|
|
583
583
|
}
|
|
584
|
-
this.list.innerHTML = '';
|
|
585
584
|
this.fixedHeaderElement = isNullOrUndefined(this.fixedHeaderElement) ? this.fixedHeaderElement : null;
|
|
586
585
|
if (this.getModuleName() === 'multiselect' && this.properties.allowCustomValue && this.fields.groupBy) {
|
|
587
586
|
for (var i = 0; i < ulElement.childElementCount; i++) {
|
|
@@ -592,10 +591,13 @@ var DropDownBase = /** @class */ (function (_super) {
|
|
|
592
591
|
}
|
|
593
592
|
}
|
|
594
593
|
}
|
|
595
|
-
this.list
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
594
|
+
if (!isNullOrUndefined(this.list)) {
|
|
595
|
+
this.list.innerHTML = '';
|
|
596
|
+
this.list.appendChild(ulElement);
|
|
597
|
+
this.liCollections = this.list.querySelectorAll('.' + dropDownBaseClasses.li);
|
|
598
|
+
this.ulElement = this.list.querySelector('ul');
|
|
599
|
+
this.postRender(this.list, list, this.bindEvent);
|
|
600
|
+
}
|
|
599
601
|
};
|
|
600
602
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
601
603
|
DropDownBase.prototype.postRender = function (listElement, list, bindEvent) {
|
|
@@ -901,13 +901,10 @@ var DropDownTree = /** @class */ (function (_super) {
|
|
|
901
901
|
var l10nLocale = { overflowCountTemplate: '+${count} more..', totalCountTemplate: '${count} selected' };
|
|
902
902
|
this.l10n = new L10n(this.getLocaleName(), l10nLocale, this.locale);
|
|
903
903
|
var remainContent = this.l10n.getConstant('overflowCountTemplate');
|
|
904
|
+
var totalContent = this.l10n.getConstant('totalCountTemplate');
|
|
904
905
|
var remainElement = this.createElement('span', { className: REMAIN_WRAPPER });
|
|
905
|
-
// eslint-disable-next-line
|
|
906
|
-
var compiledString = compile(remainContent);
|
|
907
|
-
// eslint-disable-next-line
|
|
908
|
-
var totalCompiledString = compile(this.l10n.getConstant('totalCountTemplate'));
|
|
909
|
-
remainElement.appendChild(compiledString({ 'count': this.value.length }, this, 'overflowCountTemplate', null, !this.isStringTemplate)[0]);
|
|
910
906
|
this.overFlowWrapper.appendChild(remainElement);
|
|
907
|
+
remainElement.innerText = remainContent.replace('${count}', this.value.length.toString());
|
|
911
908
|
var remainSize = remainElement.offsetWidth;
|
|
912
909
|
remove(remainElement);
|
|
913
910
|
if (this.showDropDownIcon) {
|
|
@@ -989,7 +986,7 @@ var DropDownTree = /** @class */ (function (_super) {
|
|
|
989
986
|
}
|
|
990
987
|
}
|
|
991
988
|
if (remaining > 0) {
|
|
992
|
-
this.overFlowWrapper.appendChild(this.updateRemainTemplate(remainElement, remaining,
|
|
989
|
+
this.overFlowWrapper.appendChild(this.updateRemainTemplate(remainElement, remaining, remainContent, totalContent));
|
|
993
990
|
}
|
|
994
991
|
if (this.mode === 'Box' && !this.overFlowWrapper.classList.contains(TOTAL_COUNT_WRAPPER)) {
|
|
995
992
|
addClass([remainElement], REMAIN_COUNT);
|
|
@@ -1001,19 +998,14 @@ var DropDownTree = /** @class */ (function (_super) {
|
|
|
1001
998
|
}
|
|
1002
999
|
this.updateDelimMode();
|
|
1003
1000
|
};
|
|
1004
|
-
DropDownTree.prototype.updateRemainTemplate = function (remainElement, remaining,
|
|
1005
|
-
// eslint-disable-next-line
|
|
1006
|
-
compiledString,
|
|
1007
|
-
// eslint-disable-next-line
|
|
1008
|
-
totalCompiledString) {
|
|
1001
|
+
DropDownTree.prototype.updateRemainTemplate = function (remainElement, remaining, remainContent, totalContent) {
|
|
1009
1002
|
if (this.overFlowWrapper.firstChild && this.overFlowWrapper.firstChild.nodeType === 3 &&
|
|
1010
1003
|
this.overFlowWrapper.firstChild.nodeValue === '') {
|
|
1011
1004
|
this.overFlowWrapper.removeChild(this.overFlowWrapper.firstChild);
|
|
1012
1005
|
}
|
|
1013
1006
|
remainElement.innerHTML = '';
|
|
1014
|
-
remainElement.
|
|
1015
|
-
|
|
1016
|
-
totalCompiledString({ 'count': remaining }, this, 'totalCountTemplate', null, !this.isStringTemplate)[0]);
|
|
1007
|
+
remainElement.innerText = (this.overFlowWrapper.firstChild && (this.overFlowWrapper.firstChild.nodeType === 3 || this.mode === 'Box')) ?
|
|
1008
|
+
remainContent.replace('${count}', remaining.toString()) : totalContent.replace('${count}', remaining.toString());
|
|
1017
1009
|
if (this.overFlowWrapper.firstChild && (this.overFlowWrapper.firstChild.nodeType === 3 || this.mode === 'Box')) {
|
|
1018
1010
|
removeClass([this.overFlowWrapper], TOTAL_COUNT_WRAPPER);
|
|
1019
1011
|
}
|
package/src/list-box/list-box.js
CHANGED
|
@@ -420,6 +420,38 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
420
420
|
});
|
|
421
421
|
};
|
|
422
422
|
ListBox.prototype.triggerDrag = function (args) {
|
|
423
|
+
var scrollParent;
|
|
424
|
+
var boundRect;
|
|
425
|
+
var scrollMoved = 36;
|
|
426
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
427
|
+
var event = args.event;
|
|
428
|
+
var wrapper;
|
|
429
|
+
if (args.target && (args.target.classList.contains("e-listbox-wrapper") || args.target.classList.contains("e-list-item")
|
|
430
|
+
|| args.target.classList.contains("e-filter-parent") || args.target.classList.contains("e-input-group"))) {
|
|
431
|
+
if (args.target.classList.contains("e-list-item") || args.target.classList.contains("e-filter-parent")
|
|
432
|
+
|| args.target.classList.contains("e-input-group")) {
|
|
433
|
+
wrapper = args.target.closest('.e-listbox-wrapper');
|
|
434
|
+
}
|
|
435
|
+
else {
|
|
436
|
+
wrapper = args.target;
|
|
437
|
+
}
|
|
438
|
+
if (this.allowFiltering) {
|
|
439
|
+
scrollParent = wrapper.querySelector('.e-list-parent');
|
|
440
|
+
}
|
|
441
|
+
else {
|
|
442
|
+
scrollParent = wrapper;
|
|
443
|
+
}
|
|
444
|
+
boundRect = scrollParent.getBoundingClientRect();
|
|
445
|
+
if ((boundRect.y + scrollParent.offsetHeight) - (event.pageY + scrollMoved) < 1) {
|
|
446
|
+
scrollParent.scrollTop = scrollParent.scrollTop + 10;
|
|
447
|
+
}
|
|
448
|
+
else if ((event.pageY - scrollMoved) - boundRect.y < 1) {
|
|
449
|
+
scrollParent.scrollTop = scrollParent.scrollTop - 10;
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
if (args.target === null) {
|
|
453
|
+
return;
|
|
454
|
+
}
|
|
423
455
|
this.trigger('drag', this.getDragArgs(args));
|
|
424
456
|
var listObj = this.getComponent(args.target);
|
|
425
457
|
if (listObj && listObj.listData.length === 0) {
|
|
@@ -329,7 +329,9 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
329
329
|
return ariaAttributes;
|
|
330
330
|
};
|
|
331
331
|
MultiSelect.prototype.updateListARIA = function () {
|
|
332
|
-
|
|
332
|
+
if (!isNullOrUndefined(this.ulElement)) {
|
|
333
|
+
attributes(this.ulElement, { 'id': this.element.id + '_options', 'role': 'listbox', 'aria-hidden': 'false' });
|
|
334
|
+
}
|
|
333
335
|
var disableStatus = (this.inputElement.disabled) ? true : false;
|
|
334
336
|
attributes(this.inputElement, this.getAriaAttributes());
|
|
335
337
|
if (disableStatus) {
|
|
@@ -489,7 +491,7 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
489
491
|
addClass([listEle[0]], dropDownBaseClasses.focus);
|
|
490
492
|
}
|
|
491
493
|
else {
|
|
492
|
-
this.ulElement = this.ulElement.cloneNode ? this.ulElement.cloneNode(true) : this.ulElement;
|
|
494
|
+
//EJ2-57588 - for this task, we prevent the ul element cloning ( this.ulElement = this.ulElement.cloneNode ? <HTMLElement>this.ulElement.cloneNode(true) : this.ulElement;)
|
|
493
495
|
if (!(this.list && this.list.querySelectorAll('.' + dropDownBaseClasses.li).length > 0)) {
|
|
494
496
|
this.l10nUpdate();
|
|
495
497
|
addClass([this.list], dropDownBaseClasses.noData);
|
|
@@ -2463,8 +2465,13 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
2463
2465
|
}
|
|
2464
2466
|
};
|
|
2465
2467
|
MultiSelect.prototype.updateDataList = function () {
|
|
2466
|
-
if (this.mainList && this.ulElement
|
|
2467
|
-
|
|
2468
|
+
if (this.mainList && this.ulElement) {
|
|
2469
|
+
var isDynamicGroupItemUpdate = this.mainList.childElementCount < this.ulElement.childElementCount;
|
|
2470
|
+
var isReactTemplateUpdate = ((this.ulElement.childElementCount > 0 && this.ulElement.children[0].childElementCount > 0) && (this.mainList.children[0].childElementCount < this.ulElement.children[0].childElementCount));
|
|
2471
|
+
var isAngularTemplateUpdate = this.itemTemplate && this.ulElement.childElementCount > 0 && (this.ulElement.children[0].childElementCount > 0 || (this.fields.groupBy && this.ulElement.children[1] && this.ulElement.children[1].childElementCount > 0));
|
|
2472
|
+
if (isDynamicGroupItemUpdate || isReactTemplateUpdate || isAngularTemplateUpdate) {
|
|
2473
|
+
this.mainList = this.ulElement.cloneNode ? this.ulElement.cloneNode(true) : this.ulElement;
|
|
2474
|
+
}
|
|
2468
2475
|
}
|
|
2469
2476
|
};
|
|
2470
2477
|
MultiSelect.prototype.isValidLI = function (li) {
|
|
@@ -2813,11 +2820,13 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
2813
2820
|
}
|
|
2814
2821
|
};
|
|
2815
2822
|
MultiSelect.prototype.wireListEvents = function () {
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2823
|
+
if (!isNullOrUndefined(this.list)) {
|
|
2824
|
+
EventHandler.add(document, 'mousedown', this.onDocumentClick, this);
|
|
2825
|
+
EventHandler.add(this.list, 'mousedown', this.onListMouseDown, this);
|
|
2826
|
+
EventHandler.add(this.list, 'mouseup', this.onMouseClick, this);
|
|
2827
|
+
EventHandler.add(this.list, 'mouseover', this.onMouseOver, this);
|
|
2828
|
+
EventHandler.add(this.list, 'mouseout', this.onMouseLeave, this);
|
|
2829
|
+
}
|
|
2821
2830
|
};
|
|
2822
2831
|
MultiSelect.prototype.unwireListEvents = function () {
|
|
2823
2832
|
EventHandler.remove(document, 'mousedown', this.onDocumentClick);
|
|
@@ -2253,6 +2253,14 @@ ejs-multiselect {
|
|
|
2253
2253
|
width: 16px;
|
|
2254
2254
|
}
|
|
2255
2255
|
|
|
2256
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2257
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2258
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2259
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2260
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2261
|
+
display: none;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2256
2264
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2257
2265
|
color: #f0f0f0;
|
|
2258
2266
|
}
|
|
@@ -2490,6 +2498,7 @@ ejs-multiselect {
|
|
|
2490
2498
|
.e-listbox-wrapper,
|
|
2491
2499
|
.e-listbox-container {
|
|
2492
2500
|
-webkit-overflow-scrolling: touch;
|
|
2501
|
+
box-sizing: border-box;
|
|
2493
2502
|
cursor: pointer;
|
|
2494
2503
|
display: block;
|
|
2495
2504
|
position: relative;
|
|
@@ -2537,11 +2546,6 @@ ejs-multiselect {
|
|
|
2537
2546
|
overflow: inherit;
|
|
2538
2547
|
}
|
|
2539
2548
|
|
|
2540
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2541
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2542
|
-
overflow: auto;
|
|
2543
|
-
}
|
|
2544
|
-
|
|
2545
2549
|
.e-listbox-wrapper .e-list-parent,
|
|
2546
2550
|
.e-listbox-container .e-list-parent {
|
|
2547
2551
|
height: 100%;
|
|
@@ -2824,6 +2828,14 @@ ejs-listbox {
|
|
|
2824
2828
|
overflow: auto;
|
|
2825
2829
|
}
|
|
2826
2830
|
|
|
2831
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2832
|
+
overflow: inherit;
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2836
|
+
overflow: auto;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2827
2839
|
.e-listbox-wrapper.e-sortableclone,
|
|
2828
2840
|
.e-listbox-container.e-sortableclone {
|
|
2829
2841
|
border-width: 0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2252,6 +2252,14 @@ ejs-multiselect {
|
|
|
2252
2252
|
width: 16px;
|
|
2253
2253
|
}
|
|
2254
2254
|
|
|
2255
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2256
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2257
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2258
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2259
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2260
|
+
display: none;
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2255
2263
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2256
2264
|
color: #333;
|
|
2257
2265
|
}
|
|
@@ -2489,6 +2497,7 @@ ejs-multiselect {
|
|
|
2489
2497
|
.e-listbox-wrapper,
|
|
2490
2498
|
.e-listbox-container {
|
|
2491
2499
|
-webkit-overflow-scrolling: touch;
|
|
2500
|
+
box-sizing: border-box;
|
|
2492
2501
|
cursor: pointer;
|
|
2493
2502
|
display: block;
|
|
2494
2503
|
position: relative;
|
|
@@ -2536,11 +2545,6 @@ ejs-multiselect {
|
|
|
2536
2545
|
overflow: inherit;
|
|
2537
2546
|
}
|
|
2538
2547
|
|
|
2539
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2540
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2541
|
-
overflow: auto;
|
|
2542
|
-
}
|
|
2543
|
-
|
|
2544
2548
|
.e-listbox-wrapper .e-list-parent,
|
|
2545
2549
|
.e-listbox-container .e-list-parent {
|
|
2546
2550
|
height: 100%;
|
|
@@ -2823,6 +2827,14 @@ ejs-listbox {
|
|
|
2823
2827
|
overflow: auto;
|
|
2824
2828
|
}
|
|
2825
2829
|
|
|
2830
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2831
|
+
overflow: inherit;
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2835
|
+
overflow: auto;
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2826
2838
|
.e-listbox-wrapper.e-sortableclone,
|
|
2827
2839
|
.e-listbox-container.e-sortableclone {
|
|
2828
2840
|
border-width: 0;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2414,6 +2414,14 @@ ejs-multiselect {
|
|
|
2414
2414
|
width: 16px;
|
|
2415
2415
|
}
|
|
2416
2416
|
|
|
2417
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2418
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2419
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2420
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2421
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2422
|
+
display: none;
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2417
2425
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2418
2426
|
color: #fff;
|
|
2419
2427
|
}
|
|
@@ -2673,6 +2681,7 @@ ejs-multiselect {
|
|
|
2673
2681
|
.e-listbox-wrapper,
|
|
2674
2682
|
.e-listbox-container {
|
|
2675
2683
|
-webkit-overflow-scrolling: touch;
|
|
2684
|
+
box-sizing: border-box;
|
|
2676
2685
|
cursor: pointer;
|
|
2677
2686
|
display: block;
|
|
2678
2687
|
position: relative;
|
|
@@ -2720,11 +2729,6 @@ ejs-multiselect {
|
|
|
2720
2729
|
overflow: inherit;
|
|
2721
2730
|
}
|
|
2722
2731
|
|
|
2723
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2724
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2725
|
-
overflow: auto;
|
|
2726
|
-
}
|
|
2727
|
-
|
|
2728
2732
|
.e-listbox-wrapper .e-list-parent,
|
|
2729
2733
|
.e-listbox-container .e-list-parent {
|
|
2730
2734
|
height: 100%;
|
|
@@ -3007,6 +3011,14 @@ ejs-listbox {
|
|
|
3007
3011
|
overflow: auto;
|
|
3008
3012
|
}
|
|
3009
3013
|
|
|
3014
|
+
.e-listbox-wrapper.e-filter-list {
|
|
3015
|
+
overflow: inherit;
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
3019
|
+
overflow: auto;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3010
3022
|
.e-listbox-wrapper.e-sortableclone,
|
|
3011
3023
|
.e-listbox-container.e-sortableclone {
|
|
3012
3024
|
border-width: 0;
|
|
@@ -2370,6 +2370,14 @@ ejs-multiselect {
|
|
|
2370
2370
|
width: 16px;
|
|
2371
2371
|
}
|
|
2372
2372
|
|
|
2373
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2374
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2375
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2376
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2377
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2378
|
+
display: none;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2373
2381
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2374
2382
|
color: #fff;
|
|
2375
2383
|
}
|
|
@@ -2607,6 +2615,7 @@ ejs-multiselect {
|
|
|
2607
2615
|
.e-listbox-wrapper,
|
|
2608
2616
|
.e-listbox-container {
|
|
2609
2617
|
-webkit-overflow-scrolling: touch;
|
|
2618
|
+
box-sizing: border-box;
|
|
2610
2619
|
cursor: pointer;
|
|
2611
2620
|
display: block;
|
|
2612
2621
|
position: relative;
|
|
@@ -2654,11 +2663,6 @@ ejs-multiselect {
|
|
|
2654
2663
|
overflow: inherit;
|
|
2655
2664
|
}
|
|
2656
2665
|
|
|
2657
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2658
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2659
|
-
overflow: auto;
|
|
2660
|
-
}
|
|
2661
|
-
|
|
2662
2666
|
.e-listbox-wrapper .e-list-parent,
|
|
2663
2667
|
.e-listbox-container .e-list-parent {
|
|
2664
2668
|
height: 100%;
|
|
@@ -2941,6 +2945,14 @@ ejs-listbox {
|
|
|
2941
2945
|
overflow: auto;
|
|
2942
2946
|
}
|
|
2943
2947
|
|
|
2948
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2949
|
+
overflow: inherit;
|
|
2950
|
+
}
|
|
2951
|
+
|
|
2952
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2953
|
+
overflow: auto;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2944
2956
|
.e-listbox-wrapper.e-sortableclone,
|
|
2945
2957
|
.e-listbox-container.e-sortableclone {
|
|
2946
2958
|
border-width: 0;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2370,6 +2370,14 @@ ejs-multiselect {
|
|
|
2370
2370
|
width: 16px;
|
|
2371
2371
|
}
|
|
2372
2372
|
|
|
2373
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2374
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2375
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2376
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2377
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2378
|
+
display: none;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2373
2381
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2374
2382
|
color: #212529;
|
|
2375
2383
|
}
|
|
@@ -2607,6 +2615,7 @@ ejs-multiselect {
|
|
|
2607
2615
|
.e-listbox-wrapper,
|
|
2608
2616
|
.e-listbox-container {
|
|
2609
2617
|
-webkit-overflow-scrolling: touch;
|
|
2618
|
+
box-sizing: border-box;
|
|
2610
2619
|
cursor: pointer;
|
|
2611
2620
|
display: block;
|
|
2612
2621
|
position: relative;
|
|
@@ -2654,11 +2663,6 @@ ejs-multiselect {
|
|
|
2654
2663
|
overflow: inherit;
|
|
2655
2664
|
}
|
|
2656
2665
|
|
|
2657
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2658
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2659
|
-
overflow: auto;
|
|
2660
|
-
}
|
|
2661
|
-
|
|
2662
2666
|
.e-listbox-wrapper .e-list-parent,
|
|
2663
2667
|
.e-listbox-container .e-list-parent {
|
|
2664
2668
|
height: 100%;
|
|
@@ -2941,6 +2945,14 @@ ejs-listbox {
|
|
|
2941
2945
|
overflow: auto;
|
|
2942
2946
|
}
|
|
2943
2947
|
|
|
2948
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2949
|
+
overflow: inherit;
|
|
2950
|
+
}
|
|
2951
|
+
|
|
2952
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2953
|
+
overflow: auto;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2944
2956
|
.e-listbox-wrapper.e-sortableclone,
|
|
2945
2957
|
.e-listbox-container.e-sortableclone {
|
|
2946
2958
|
border-width: 0;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2230,6 +2230,14 @@ ejs-multiselect {
|
|
|
2230
2230
|
width: 16px;
|
|
2231
2231
|
}
|
|
2232
2232
|
|
|
2233
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2234
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2235
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2236
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2237
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2238
|
+
display: none;
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2233
2241
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2234
2242
|
color: #fff;
|
|
2235
2243
|
}
|
|
@@ -2467,6 +2475,7 @@ ejs-multiselect {
|
|
|
2467
2475
|
.e-listbox-wrapper,
|
|
2468
2476
|
.e-listbox-container {
|
|
2469
2477
|
-webkit-overflow-scrolling: touch;
|
|
2478
|
+
box-sizing: border-box;
|
|
2470
2479
|
cursor: pointer;
|
|
2471
2480
|
display: block;
|
|
2472
2481
|
position: relative;
|
|
@@ -2514,11 +2523,6 @@ ejs-multiselect {
|
|
|
2514
2523
|
overflow: inherit;
|
|
2515
2524
|
}
|
|
2516
2525
|
|
|
2517
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2518
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2519
|
-
overflow: auto;
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
2526
|
.e-listbox-wrapper .e-list-parent,
|
|
2523
2527
|
.e-listbox-container .e-list-parent {
|
|
2524
2528
|
height: 100%;
|
|
@@ -2801,6 +2805,14 @@ ejs-listbox {
|
|
|
2801
2805
|
overflow: auto;
|
|
2802
2806
|
}
|
|
2803
2807
|
|
|
2808
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2809
|
+
overflow: inherit;
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2812
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2813
|
+
overflow: auto;
|
|
2814
|
+
}
|
|
2815
|
+
|
|
2804
2816
|
.e-listbox-wrapper.e-sortableclone,
|
|
2805
2817
|
.e-listbox-container.e-sortableclone {
|
|
2806
2818
|
border-width: 0;
|
package/styles/fabric.css
CHANGED
|
@@ -2224,6 +2224,14 @@ ejs-multiselect {
|
|
|
2224
2224
|
width: 16px;
|
|
2225
2225
|
}
|
|
2226
2226
|
|
|
2227
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2228
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2229
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2230
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2231
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2232
|
+
display: none;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2227
2235
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2228
2236
|
color: #666;
|
|
2229
2237
|
}
|
|
@@ -2461,6 +2469,7 @@ ejs-multiselect {
|
|
|
2461
2469
|
.e-listbox-wrapper,
|
|
2462
2470
|
.e-listbox-container {
|
|
2463
2471
|
-webkit-overflow-scrolling: touch;
|
|
2472
|
+
box-sizing: border-box;
|
|
2464
2473
|
cursor: pointer;
|
|
2465
2474
|
display: block;
|
|
2466
2475
|
position: relative;
|
|
@@ -2508,11 +2517,6 @@ ejs-multiselect {
|
|
|
2508
2517
|
overflow: inherit;
|
|
2509
2518
|
}
|
|
2510
2519
|
|
|
2511
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2512
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2513
|
-
overflow: auto;
|
|
2514
|
-
}
|
|
2515
|
-
|
|
2516
2520
|
.e-listbox-wrapper .e-list-parent,
|
|
2517
2521
|
.e-listbox-container .e-list-parent {
|
|
2518
2522
|
height: 100%;
|
|
@@ -2795,6 +2799,14 @@ ejs-listbox {
|
|
|
2795
2799
|
overflow: auto;
|
|
2796
2800
|
}
|
|
2797
2801
|
|
|
2802
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2803
|
+
overflow: inherit;
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2807
|
+
overflow: auto;
|
|
2808
|
+
}
|
|
2809
|
+
|
|
2798
2810
|
.e-listbox-wrapper.e-sortableclone,
|
|
2799
2811
|
.e-listbox-container.e-sortableclone {
|
|
2800
2812
|
border-width: 0;
|
|
@@ -2364,6 +2364,14 @@ ejs-multiselect {
|
|
|
2364
2364
|
width: 16px;
|
|
2365
2365
|
}
|
|
2366
2366
|
|
|
2367
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2368
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2369
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2370
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2371
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2372
|
+
display: none;
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2367
2375
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2368
2376
|
color: #fff;
|
|
2369
2377
|
}
|
|
@@ -2609,6 +2617,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2609
2617
|
.e-listbox-wrapper,
|
|
2610
2618
|
.e-listbox-container {
|
|
2611
2619
|
-webkit-overflow-scrolling: touch;
|
|
2620
|
+
box-sizing: border-box;
|
|
2612
2621
|
cursor: pointer;
|
|
2613
2622
|
display: block;
|
|
2614
2623
|
position: relative;
|
|
@@ -2656,11 +2665,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2656
2665
|
overflow: inherit;
|
|
2657
2666
|
}
|
|
2658
2667
|
|
|
2659
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2660
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2661
|
-
overflow: auto;
|
|
2662
|
-
}
|
|
2663
|
-
|
|
2664
2668
|
.e-listbox-wrapper .e-list-parent,
|
|
2665
2669
|
.e-listbox-container .e-list-parent {
|
|
2666
2670
|
height: 100%;
|
|
@@ -2943,6 +2947,14 @@ ejs-listbox {
|
|
|
2943
2947
|
overflow: auto;
|
|
2944
2948
|
}
|
|
2945
2949
|
|
|
2950
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2951
|
+
overflow: inherit;
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2955
|
+
overflow: auto;
|
|
2956
|
+
}
|
|
2957
|
+
|
|
2946
2958
|
.e-listbox-wrapper.e-sortableclone,
|
|
2947
2959
|
.e-listbox-container.e-sortableclone {
|
|
2948
2960
|
border-width: 0;
|