@syncfusion/ej2-dropdowns 20.2.36 → 20.2.40
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/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 +40 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +40 -6
- 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/drop-down-list/drop-down-list.js +22 -1
- package/src/drop-down-tree/drop-down-tree.js +2 -1
- package/src/list-box/list-box.js +13 -1
- package/src/multi-select/multi-select.js +3 -3
- package/styles/bootstrap-dark.css +33 -11
- package/styles/bootstrap.css +33 -11
- package/styles/bootstrap4.css +33 -11
- package/styles/bootstrap5-dark.css +34 -12
- package/styles/bootstrap5.css +34 -12
- package/styles/fabric-dark.css +33 -11
- package/styles/fabric.css +33 -11
- package/styles/fluent-dark.css +37 -15
- package/styles/fluent.css +34 -12
- package/styles/highcontrast-light.css +33 -11
- package/styles/highcontrast.css +33 -11
- package/styles/list-box/_bootstrap5-definition.scss +0 -2
- package/styles/list-box/_fluent-definition.scss +0 -2
- package/styles/list-box/_layout.scss +9 -0
- package/styles/list-box/_tailwind-definition.scss +0 -2
- package/styles/list-box/_theme.scss +23 -10
- package/styles/list-box/bootstrap-dark.css +33 -11
- package/styles/list-box/bootstrap.css +33 -11
- package/styles/list-box/bootstrap4.css +33 -11
- package/styles/list-box/bootstrap5-dark.css +34 -12
- package/styles/list-box/bootstrap5.css +34 -12
- package/styles/list-box/fabric-dark.css +33 -11
- package/styles/list-box/fabric.css +33 -11
- package/styles/list-box/fluent-dark.css +37 -15
- package/styles/list-box/fluent.css +34 -12
- package/styles/list-box/highcontrast-light.css +33 -11
- package/styles/list-box/highcontrast.css +33 -11
- package/styles/list-box/material-dark.css +33 -11
- package/styles/list-box/material.css +33 -11
- package/styles/list-box/tailwind-dark.css +34 -12
- package/styles/list-box/tailwind.css +34 -12
- package/styles/material-dark.css +33 -11
- package/styles/material.css +33 -11
- package/styles/tailwind-dark.css +34 -12
- package/styles/tailwind.css +34 -12
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.40
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-dropdowns@20.2.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-PoCt2o2HN19B0msREq8czIzWbMVqo8swH4cqk4Vc54NQcYMuiIzYum8cZwzY20GOQvx8oR6ObeGXcp/rmAObuA==",
|
|
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-
|
|
37
|
-
"_shasum": "
|
|
36
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-20.2.39.tgz",
|
|
37
|
+
"_shasum": "6cde197c74db9e63e4af98dbd2ca48359b3ada05",
|
|
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": "~20.2.
|
|
46
|
-
"@syncfusion/ej2-data": "~20.2.
|
|
47
|
-
"@syncfusion/ej2-inputs": "~20.2.
|
|
48
|
-
"@syncfusion/ej2-lists": "~20.2.
|
|
49
|
-
"@syncfusion/ej2-navigations": "~20.2.
|
|
50
|
-
"@syncfusion/ej2-popups": "~20.2.
|
|
45
|
+
"@syncfusion/ej2-base": "~20.2.39",
|
|
46
|
+
"@syncfusion/ej2-data": "~20.2.38",
|
|
47
|
+
"@syncfusion/ej2-inputs": "~20.2.38",
|
|
48
|
+
"@syncfusion/ej2-lists": "~20.2.39",
|
|
49
|
+
"@syncfusion/ej2-navigations": "~20.2.39",
|
|
50
|
+
"@syncfusion/ej2-popups": "~20.2.40"
|
|
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": "20.2.
|
|
75
|
+
"version": "20.2.40",
|
|
76
76
|
"sideEffects": false
|
|
77
77
|
}
|
|
@@ -1498,7 +1498,6 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
1498
1498
|
this.initial = true;
|
|
1499
1499
|
this.activeIndex = this.index;
|
|
1500
1500
|
this.initRemoteRender = false;
|
|
1501
|
-
this.initial = false;
|
|
1502
1501
|
if (this.value && this.dataSource instanceof DataManager) {
|
|
1503
1502
|
var checkField_1 = isNullOrUndefined(this.fields.value) ? this.fields.text : this.fields.value;
|
|
1504
1503
|
var checkVal = list.some(function (x) { return x[checkField_1] === _this.value; });
|
|
@@ -1521,6 +1520,28 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
1521
1520
|
else {
|
|
1522
1521
|
this.updateValues();
|
|
1523
1522
|
}
|
|
1523
|
+
this.initial = false;
|
|
1524
|
+
}
|
|
1525
|
+
else if (this.getModuleName() === 'autocomplete' && this.value && this.typedString === '' && !(this.dataSource instanceof DataManager)) {
|
|
1526
|
+
var checkFields_1 = this.typeOfData(this.dataSource).typeof === 'string' ? '' : this.fields.value;
|
|
1527
|
+
var checkValue = list.some(function (x) { return x[checkFields_1] === _this.value; });
|
|
1528
|
+
var query = new Query();
|
|
1529
|
+
if (!checkValue) {
|
|
1530
|
+
new DataManager(this.dataSource).executeQuery(query.where(new Predicate(checkFields_1, 'equal', this.value)))
|
|
1531
|
+
.then(function (e) {
|
|
1532
|
+
if (e.result.length > 0) {
|
|
1533
|
+
_this.value = checkFields_1 !== '' ? e.result[0][_this.fields.value].toString() : e.result[0].toString();
|
|
1534
|
+
_this.addItem(e.result, list.length);
|
|
1535
|
+
_this.updateValues();
|
|
1536
|
+
}
|
|
1537
|
+
else {
|
|
1538
|
+
_this.updateValues();
|
|
1539
|
+
}
|
|
1540
|
+
});
|
|
1541
|
+
}
|
|
1542
|
+
else {
|
|
1543
|
+
this.updateValues();
|
|
1544
|
+
}
|
|
1524
1545
|
}
|
|
1525
1546
|
if (this.getModuleName() !== 'autocomplete' && this.isFiltering() && !this.isTyped) {
|
|
1526
1547
|
if (!this.actionCompleteData.isUpdated || ((!this.isCustomFilter
|
|
@@ -1803,7 +1803,8 @@ var DropDownTree = /** @class */ (function (_super) {
|
|
|
1803
1803
|
}
|
|
1804
1804
|
return 2;
|
|
1805
1805
|
}
|
|
1806
|
-
|
|
1806
|
+
if (isNOU(this.fields.dataSource))
|
|
1807
|
+
this.fields.dataSource = [];
|
|
1807
1808
|
for (var i = 0, len = this.fields.dataSource.length; i < len; i++) {
|
|
1808
1809
|
if ((typeof field.child === 'string') && !isNOU(getValue(field.child, this.fields.dataSource[i]))) {
|
|
1809
1810
|
return 2;
|
package/src/list-box/list-box.js
CHANGED
|
@@ -1545,7 +1545,19 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
1545
1545
|
.filter(function (data) { return data.isHeader !== true; });
|
|
1546
1546
|
tListBox.listData = listData;
|
|
1547
1547
|
tListBox.jsonData = jsonData;
|
|
1548
|
-
|
|
1548
|
+
if (this.listData.length == this.jsonData.length) {
|
|
1549
|
+
fListBox.listData = fListBox.sortedData = fListBox.jsonData = [];
|
|
1550
|
+
}
|
|
1551
|
+
else if (this.allowFiltering) {
|
|
1552
|
+
for (var i = 0; i < fListBox.listData.length; i++) {
|
|
1553
|
+
for (var j = 0; j < fListBox.jsonData.length; j++) {
|
|
1554
|
+
if (fListBox.listData[i] === fListBox.jsonData[j]) {
|
|
1555
|
+
fListBox.jsonData.splice(j, 1);
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1559
|
+
fListBox.listData = fListBox.sortedData = [];
|
|
1560
|
+
}
|
|
1549
1561
|
if (isRefresh) {
|
|
1550
1562
|
var sourceElem = tListBox.renderItems(listData, tListBox.fields);
|
|
1551
1563
|
tListBox.updateListItems(sourceElem, tListBox.ulElement);
|
|
@@ -1628,7 +1628,7 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
1628
1628
|
});
|
|
1629
1629
|
_this.invokeCheckboxSelection(element_1, eve, isClearAll);
|
|
1630
1630
|
}
|
|
1631
|
-
if (_this.hideSelectedItem && _this.fields.groupBy) {
|
|
1631
|
+
if (_this.hideSelectedItem && _this.fields.groupBy && element_1) {
|
|
1632
1632
|
_this.hideGroupItem(value);
|
|
1633
1633
|
}
|
|
1634
1634
|
if (_this.hideSelectedItem && _this.fixedHeaderElement && _this.fields.groupBy && _this.mode !== 'CheckBox' &&
|
|
@@ -2472,7 +2472,7 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
2472
2472
|
}
|
|
2473
2473
|
};
|
|
2474
2474
|
MultiSelect.prototype.updateDataList = function () {
|
|
2475
|
-
if (this.mainList && this.ulElement) {
|
|
2475
|
+
if (this.mainList && this.ulElement && !(this.isFiltered || this.filterAction || this.targetElement().trim())) {
|
|
2476
2476
|
var isDynamicGroupItemUpdate = this.mainList.childElementCount < this.ulElement.childElementCount;
|
|
2477
2477
|
var isReactTemplateUpdate = ((this.ulElement.childElementCount > 0 && this.ulElement.children[0].childElementCount > 0) && (this.mainList.children[0].childElementCount < this.ulElement.children[0].childElementCount));
|
|
2478
2478
|
var isAngularTemplateUpdate = this.itemTemplate && this.ulElement.childElementCount > 0 && !(this.ulElement.childElementCount < this.mainList.childElementCount) && (this.ulElement.children[0].childElementCount > 0 || (this.fields.groupBy && this.ulElement.children[1] && this.ulElement.children[1].childElementCount > 0));
|
|
@@ -3679,7 +3679,7 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
3679
3679
|
var mainLiLength = _this.ulElement.querySelectorAll('li.' + 'e-list-item').length;
|
|
3680
3680
|
var liLength = _this.ulElement.querySelectorAll('li.'
|
|
3681
3681
|
+ dropDownBaseClasses.li + '.' + HIDE_LIST).length;
|
|
3682
|
-
if (mainLiLength > 0 && (mainLiLength === liLength) && (liLength === _this.mainData.length)) {
|
|
3682
|
+
if (mainLiLength > 0 && (mainLiLength === liLength) && (liLength === _this.mainData.length) && !(_this.targetElement() !== '' && _this.allowCustomValue)) {
|
|
3683
3683
|
_this.beforePopupOpen = false;
|
|
3684
3684
|
return;
|
|
3685
3685
|
}
|
|
@@ -2737,6 +2737,16 @@ ejs-listbox {
|
|
|
2737
2737
|
top: 30%;
|
|
2738
2738
|
}
|
|
2739
2739
|
|
|
2740
|
+
.e-listboxtool-container .e-left {
|
|
2741
|
+
-ms-flex-direction: row-reverse;
|
|
2742
|
+
flex-direction: row-reverse;
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2745
|
+
.e-listboxtool-wrapper .e-left {
|
|
2746
|
+
-ms-flex-direction: column-reverse;
|
|
2747
|
+
flex-direction: column-reverse;
|
|
2748
|
+
}
|
|
2749
|
+
|
|
2740
2750
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2741
2751
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2742
2752
|
margin-right: 15px;
|
|
@@ -2839,16 +2849,30 @@ ejs-listbox {
|
|
|
2839
2849
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2840
2850
|
font-size: 15px;
|
|
2841
2851
|
}
|
|
2842
|
-
.e-
|
|
2843
|
-
|
|
2852
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2853
|
+
height: calc(100% - 52px);
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2856
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2857
|
+
height: calc(100% - 52px) !important;
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2860
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2844
2861
|
height: calc(100% - 46px);
|
|
2845
2862
|
}
|
|
2846
2863
|
|
|
2847
|
-
.e-
|
|
2848
|
-
|
|
2864
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2865
|
+
height: calc(100% - 46px) !important;
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2849
2869
|
height: calc(100% - 58px);
|
|
2850
2870
|
}
|
|
2851
2871
|
|
|
2872
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2873
|
+
height: calc(100% - 58px) !important;
|
|
2874
|
+
}
|
|
2875
|
+
|
|
2852
2876
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2853
2877
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2854
2878
|
height: calc(100% - 106px);
|
|
@@ -2859,11 +2883,14 @@ ejs-listbox {
|
|
|
2859
2883
|
height: calc(100% - 48px);
|
|
2860
2884
|
}
|
|
2861
2885
|
|
|
2862
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2863
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2886
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2864
2887
|
height: calc(100% - 54px);
|
|
2865
2888
|
}
|
|
2866
2889
|
|
|
2890
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2891
|
+
height: calc(100% - 54px) !important;
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2867
2894
|
.e-listbox-wrapper,
|
|
2868
2895
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2869
2896
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2883,11 +2910,6 @@ ejs-listbox {
|
|
|
2883
2910
|
font-size: 14px;
|
|
2884
2911
|
}
|
|
2885
2912
|
|
|
2886
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2887
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2888
|
-
height: calc(100% - 52px);
|
|
2889
|
-
}
|
|
2890
|
-
|
|
2891
2913
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2892
2914
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2893
2915
|
height: calc(100% - 92px);
|
package/styles/bootstrap.css
CHANGED
|
@@ -2736,6 +2736,16 @@ ejs-listbox {
|
|
|
2736
2736
|
top: 30%;
|
|
2737
2737
|
}
|
|
2738
2738
|
|
|
2739
|
+
.e-listboxtool-container .e-left {
|
|
2740
|
+
-ms-flex-direction: row-reverse;
|
|
2741
|
+
flex-direction: row-reverse;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
.e-listboxtool-wrapper .e-left {
|
|
2745
|
+
-ms-flex-direction: column-reverse;
|
|
2746
|
+
flex-direction: column-reverse;
|
|
2747
|
+
}
|
|
2748
|
+
|
|
2739
2749
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2740
2750
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2741
2751
|
margin-right: 15px;
|
|
@@ -2838,16 +2848,30 @@ ejs-listbox {
|
|
|
2838
2848
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2839
2849
|
font-size: 15px;
|
|
2840
2850
|
}
|
|
2841
|
-
.e-
|
|
2842
|
-
|
|
2851
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2852
|
+
height: calc(100% - 52px);
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2855
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2856
|
+
height: calc(100% - 52px) !important;
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2843
2860
|
height: calc(100% - 46px);
|
|
2844
2861
|
}
|
|
2845
2862
|
|
|
2846
|
-
.e-
|
|
2847
|
-
|
|
2863
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2864
|
+
height: calc(100% - 46px) !important;
|
|
2865
|
+
}
|
|
2866
|
+
|
|
2867
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2848
2868
|
height: calc(100% - 58px);
|
|
2849
2869
|
}
|
|
2850
2870
|
|
|
2871
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2872
|
+
height: calc(100% - 58px) !important;
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2851
2875
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2852
2876
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2853
2877
|
height: calc(100% - 106px);
|
|
@@ -2858,11 +2882,14 @@ ejs-listbox {
|
|
|
2858
2882
|
height: calc(100% - 48px);
|
|
2859
2883
|
}
|
|
2860
2884
|
|
|
2861
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2862
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2885
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2863
2886
|
height: calc(100% - 54px);
|
|
2864
2887
|
}
|
|
2865
2888
|
|
|
2889
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2890
|
+
height: calc(100% - 54px) !important;
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2866
2893
|
.e-listbox-wrapper,
|
|
2867
2894
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2868
2895
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2882,11 +2909,6 @@ ejs-listbox {
|
|
|
2882
2909
|
font-size: 14px;
|
|
2883
2910
|
}
|
|
2884
2911
|
|
|
2885
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2886
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2887
|
-
height: calc(100% - 52px);
|
|
2888
|
-
}
|
|
2889
|
-
|
|
2890
2912
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2891
2913
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2892
2914
|
height: calc(100% - 92px);
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2919,6 +2919,16 @@ ejs-listbox {
|
|
|
2919
2919
|
top: 30%;
|
|
2920
2920
|
}
|
|
2921
2921
|
|
|
2922
|
+
.e-listboxtool-container .e-left {
|
|
2923
|
+
-ms-flex-direction: row-reverse;
|
|
2924
|
+
flex-direction: row-reverse;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
.e-listboxtool-wrapper .e-left {
|
|
2928
|
+
-ms-flex-direction: column-reverse;
|
|
2929
|
+
flex-direction: column-reverse;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2922
2932
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2923
2933
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2924
2934
|
margin-right: 15px;
|
|
@@ -3065,16 +3075,30 @@ ejs-listbox {
|
|
|
3065
3075
|
margin: 0 0 0 12px;
|
|
3066
3076
|
}
|
|
3067
3077
|
|
|
3068
|
-
.e-
|
|
3069
|
-
|
|
3078
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3079
|
+
height: calc(100% - 39px);
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3083
|
+
height: calc(100% - 39px) !important;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3070
3087
|
height: calc(100% - 32px);
|
|
3071
3088
|
}
|
|
3072
3089
|
|
|
3073
|
-
.e-
|
|
3074
|
-
|
|
3090
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3091
|
+
height: calc(100% - 32px) !important;
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3075
3095
|
height: calc(100% - 46px);
|
|
3076
3096
|
}
|
|
3077
3097
|
|
|
3098
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3099
|
+
height: calc(100% - 46px) !important;
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3078
3102
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3079
3103
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3080
3104
|
height: calc(100% - 96px);
|
|
@@ -3085,11 +3109,14 @@ ejs-listbox {
|
|
|
3085
3109
|
height: calc(100% - 50px);
|
|
3086
3110
|
}
|
|
3087
3111
|
|
|
3088
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3089
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3112
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3090
3113
|
height: calc(100% - 44px);
|
|
3091
3114
|
}
|
|
3092
3115
|
|
|
3116
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3117
|
+
height: calc(100% - 44px) !important;
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3093
3120
|
.e-listbox-wrapper,
|
|
3094
3121
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3095
3122
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3109,11 +3136,6 @@ ejs-listbox {
|
|
|
3109
3136
|
font-size: 16px;
|
|
3110
3137
|
}
|
|
3111
3138
|
|
|
3112
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3113
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3114
|
-
height: calc(100% - 39px);
|
|
3115
|
-
}
|
|
3116
|
-
|
|
3117
3139
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3118
3140
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3119
3141
|
height: calc(100% - 79px);
|
|
@@ -2899,6 +2899,16 @@ ejs-listbox {
|
|
|
2899
2899
|
top: 30%;
|
|
2900
2900
|
}
|
|
2901
2901
|
|
|
2902
|
+
.e-listboxtool-container .e-left {
|
|
2903
|
+
-ms-flex-direction: row-reverse;
|
|
2904
|
+
flex-direction: row-reverse;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listboxtool-wrapper .e-left {
|
|
2908
|
+
-ms-flex-direction: column-reverse;
|
|
2909
|
+
flex-direction: column-reverse;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2902
2912
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2903
2913
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2904
2914
|
margin-right: 15px;
|
|
@@ -3001,14 +3011,28 @@ ejs-listbox {
|
|
|
3001
3011
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3002
3012
|
font-size: 14px;
|
|
3003
3013
|
}
|
|
3004
|
-
.e-
|
|
3005
|
-
|
|
3014
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3015
|
+
height: calc(100% - 50px);
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3019
|
+
height: calc(100% - 50px) !important;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3006
3023
|
height: calc(100% - 45px);
|
|
3007
3024
|
}
|
|
3008
3025
|
|
|
3009
|
-
.e-
|
|
3010
|
-
|
|
3011
|
-
|
|
3026
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3027
|
+
height: calc(100% - 45px) !important;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3031
|
+
height: calc(100% - 56px);
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3035
|
+
height: calc(100% - 56px) !important;
|
|
3012
3036
|
}
|
|
3013
3037
|
|
|
3014
3038
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3021,11 +3045,14 @@ ejs-listbox {
|
|
|
3021
3045
|
height: calc(100% - 40px);
|
|
3022
3046
|
}
|
|
3023
3047
|
|
|
3024
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3025
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3048
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3026
3049
|
height: calc(100% - 45px);
|
|
3027
3050
|
}
|
|
3028
3051
|
|
|
3052
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3053
|
+
height: calc(100% - 45px) !important;
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3029
3056
|
.e-listbox-wrapper,
|
|
3030
3057
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3031
3058
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3045,11 +3072,6 @@ ejs-listbox {
|
|
|
3045
3072
|
font-size: 12px;
|
|
3046
3073
|
}
|
|
3047
3074
|
|
|
3048
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3049
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3050
|
-
height: calc(100% - 47px);
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
3075
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3054
3076
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3055
3077
|
height: calc(100% - 86px);
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2899,6 +2899,16 @@ ejs-listbox {
|
|
|
2899
2899
|
top: 30%;
|
|
2900
2900
|
}
|
|
2901
2901
|
|
|
2902
|
+
.e-listboxtool-container .e-left {
|
|
2903
|
+
-ms-flex-direction: row-reverse;
|
|
2904
|
+
flex-direction: row-reverse;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listboxtool-wrapper .e-left {
|
|
2908
|
+
-ms-flex-direction: column-reverse;
|
|
2909
|
+
flex-direction: column-reverse;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2902
2912
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2903
2913
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2904
2914
|
margin-right: 15px;
|
|
@@ -3001,14 +3011,28 @@ ejs-listbox {
|
|
|
3001
3011
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3002
3012
|
font-size: 14px;
|
|
3003
3013
|
}
|
|
3004
|
-
.e-
|
|
3005
|
-
|
|
3014
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3015
|
+
height: calc(100% - 50px);
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3019
|
+
height: calc(100% - 50px) !important;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3006
3023
|
height: calc(100% - 45px);
|
|
3007
3024
|
}
|
|
3008
3025
|
|
|
3009
|
-
.e-
|
|
3010
|
-
|
|
3011
|
-
|
|
3026
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3027
|
+
height: calc(100% - 45px) !important;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3031
|
+
height: calc(100% - 56px);
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3035
|
+
height: calc(100% - 56px) !important;
|
|
3012
3036
|
}
|
|
3013
3037
|
|
|
3014
3038
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3021,11 +3045,14 @@ ejs-listbox {
|
|
|
3021
3045
|
height: calc(100% - 40px);
|
|
3022
3046
|
}
|
|
3023
3047
|
|
|
3024
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3025
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3048
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3026
3049
|
height: calc(100% - 45px);
|
|
3027
3050
|
}
|
|
3028
3051
|
|
|
3052
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3053
|
+
height: calc(100% - 45px) !important;
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3029
3056
|
.e-listbox-wrapper,
|
|
3030
3057
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3031
3058
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3045,11 +3072,6 @@ ejs-listbox {
|
|
|
3045
3072
|
font-size: 12px;
|
|
3046
3073
|
}
|
|
3047
3074
|
|
|
3048
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3049
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3050
|
-
height: calc(100% - 47px);
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
3075
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3054
3076
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3055
3077
|
height: calc(100% - 86px);
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2716,6 +2716,16 @@ ejs-listbox {
|
|
|
2716
2716
|
top: 30%;
|
|
2717
2717
|
}
|
|
2718
2718
|
|
|
2719
|
+
.e-listboxtool-container .e-left {
|
|
2720
|
+
-ms-flex-direction: row-reverse;
|
|
2721
|
+
flex-direction: row-reverse;
|
|
2722
|
+
}
|
|
2723
|
+
|
|
2724
|
+
.e-listboxtool-wrapper .e-left {
|
|
2725
|
+
-ms-flex-direction: column-reverse;
|
|
2726
|
+
flex-direction: column-reverse;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2719
2729
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2720
2730
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2721
2731
|
margin-right: 15px;
|
|
@@ -2818,16 +2828,30 @@ ejs-listbox {
|
|
|
2818
2828
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2819
2829
|
font-size: 15px;
|
|
2820
2830
|
}
|
|
2821
|
-
.e-
|
|
2822
|
-
|
|
2831
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2832
|
+
height: calc(100% - 51px);
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2836
|
+
height: calc(100% - 51px) !important;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2823
2840
|
height: calc(100% - 45px);
|
|
2824
2841
|
}
|
|
2825
2842
|
|
|
2826
|
-
.e-
|
|
2827
|
-
|
|
2843
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2844
|
+
height: calc(100% - 45px) !important;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2828
2848
|
height: calc(100% - 59px);
|
|
2829
2849
|
}
|
|
2830
2850
|
|
|
2851
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2852
|
+
height: calc(100% - 59px) !important;
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2831
2855
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2832
2856
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2833
2857
|
height: calc(100% - 104px);
|
|
@@ -2838,11 +2862,14 @@ ejs-listbox {
|
|
|
2838
2862
|
height: calc(100% - 45px);
|
|
2839
2863
|
}
|
|
2840
2864
|
|
|
2841
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2842
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2865
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2843
2866
|
height: calc(100% - 55px);
|
|
2844
2867
|
}
|
|
2845
2868
|
|
|
2869
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2870
|
+
height: calc(100% - 55px) !important;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2846
2873
|
.e-listbox-wrapper,
|
|
2847
2874
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2848
2875
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2862,11 +2889,6 @@ ejs-listbox {
|
|
|
2862
2889
|
font-size: 14px;
|
|
2863
2890
|
}
|
|
2864
2891
|
|
|
2865
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2866
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2867
|
-
height: calc(100% - 51px);
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
2892
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2871
2893
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2872
2894
|
height: calc(100% - 87px);
|