@syncfusion/ej2-dropdowns 20.2.38 → 20.2.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/ej2-dropdowns.umd.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-dropdowns.es2015.js +41 -8
  5. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es5.js +41 -8
  7. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-dropdowns.min.js +2 -2
  9. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +11 -11
  12. package/src/drop-down-list/drop-down-list.js +21 -0
  13. package/src/drop-down-tree/drop-down-tree.js +2 -1
  14. package/src/list-box/list-box.d.ts +1 -1
  15. package/src/list-box/list-box.js +17 -6
  16. package/src/multi-select/multi-select.js +1 -1
  17. package/styles/bootstrap-dark.css +10 -0
  18. package/styles/bootstrap.css +10 -0
  19. package/styles/bootstrap4.css +10 -0
  20. package/styles/bootstrap5-dark.css +10 -0
  21. package/styles/bootstrap5.css +10 -0
  22. package/styles/fabric-dark.css +10 -0
  23. package/styles/fabric.css +10 -0
  24. package/styles/fluent-dark.css +10 -0
  25. package/styles/fluent.css +10 -0
  26. package/styles/highcontrast-light.css +10 -0
  27. package/styles/highcontrast.css +10 -0
  28. package/styles/list-box/_layout.scss +9 -0
  29. package/styles/list-box/bootstrap-dark.css +10 -0
  30. package/styles/list-box/bootstrap.css +10 -0
  31. package/styles/list-box/bootstrap4.css +10 -0
  32. package/styles/list-box/bootstrap5-dark.css +10 -0
  33. package/styles/list-box/bootstrap5.css +10 -0
  34. package/styles/list-box/fabric-dark.css +10 -0
  35. package/styles/list-box/fabric.css +10 -0
  36. package/styles/list-box/fluent-dark.css +10 -0
  37. package/styles/list-box/fluent.css +10 -0
  38. package/styles/list-box/highcontrast-light.css +10 -0
  39. package/styles/list-box/highcontrast.css +10 -0
  40. package/styles/list-box/material-dark.css +10 -0
  41. package/styles/list-box/material.css +10 -0
  42. package/styles/list-box/tailwind-dark.css +10 -0
  43. package/styles/list-box/tailwind.css +10 -0
  44. package/styles/material-dark.css +10 -0
  45. package/styles/material.css +10 -0
  46. package/styles/tailwind-dark.css +10 -0
  47. package/styles/tailwind.css +10 -0
  48. package/.eslintrc.json +0 -244
  49. package/tslint.json +0 -111
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.2.38
3
+ * version : 20.2.43
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@20.2.36",
3
+ "_id": "@syncfusion/ej2-dropdowns@20.2.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-FIb8PB6MB7ysZ/9APPUDJuKfxqouD9wirgEFqGA7DETAyvNECCi4dW8ZnW8sBL0YlaXPhNr9o+vKhFDn7/fR9g==",
5
+ "_integrity": "sha512-o96V/X8YkTkRYueJIqf1gEnZvYhV49BOpHMCUlJhsJ0TnLVFQ64L/1t56deuId3cCKMQR4+O5gE666IWbGkc/A==",
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-20.2.36.tgz",
37
- "_shasum": "594959e4b506524cda286728dfbb611e7e67b217",
36
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-20.2.40.tgz",
37
+ "_shasum": "3aa3da1c5dfa9c4d69ccf17ab3ef82d0adc3a673",
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.38",
46
- "@syncfusion/ej2-data": "~20.2.38",
47
- "@syncfusion/ej2-inputs": "~20.2.38",
48
- "@syncfusion/ej2-lists": "~20.2.38",
49
- "@syncfusion/ej2-navigations": "~20.2.38",
50
- "@syncfusion/ej2-popups": "~20.2.38"
45
+ "@syncfusion/ej2-base": "~20.2.43",
46
+ "@syncfusion/ej2-data": "~20.2.43",
47
+ "@syncfusion/ej2-inputs": "~20.2.43",
48
+ "@syncfusion/ej2-lists": "~20.2.43",
49
+ "@syncfusion/ej2-navigations": "~20.2.43",
50
+ "@syncfusion/ej2-popups": "~20.2.43"
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.38",
75
+ "version": "20.2.43",
76
76
  "sideEffects": false
77
77
  }
@@ -1522,6 +1522,27 @@ var DropDownList = /** @class */ (function (_super) {
1522
1522
  }
1523
1523
  this.initial = false;
1524
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
+ }
1545
+ }
1525
1546
  if (this.getModuleName() !== 'autocomplete' && this.isFiltering() && !this.isTyped) {
1526
1547
  if (!this.actionCompleteData.isUpdated || ((!this.isCustomFilter
1527
1548
  && !this.isFilterFocus) || (isNullOrUndefined(this.itemData) && this.allowFiltering)
@@ -1803,7 +1803,8 @@ var DropDownTree = /** @class */ (function (_super) {
1803
1803
  }
1804
1804
  return 2;
1805
1805
  }
1806
- this.fields.dataSource = isNOU(this.fields.dataSource) ? [] : this.fields.dataSource;
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;
@@ -320,7 +320,7 @@ export declare class ListBox extends DropDownBase {
320
320
  private initDraggable;
321
321
  protected updateActionCompleteData(li: HTMLElement, item: {
322
322
  [key: string]: Object;
323
- }): void;
323
+ }, index: number): void;
324
324
  private initToolbar;
325
325
  private createButtons;
326
326
  protected validationAttribute(input: HTMLInputElement, hiddenSelect: HTMLSelectElement): void;
@@ -210,8 +210,8 @@ var ListBox = /** @class */ (function (_super) {
210
210
  });
211
211
  }
212
212
  };
213
- ListBox.prototype.updateActionCompleteData = function (li, item) {
214
- this.jsonData.push(item);
213
+ ListBox.prototype.updateActionCompleteData = function (li, item, index) {
214
+ this.jsonData.splice(index, 0, item);
215
215
  };
216
216
  ListBox.prototype.initToolbar = function () {
217
217
  var pos = this.toolbarSettings.position;
@@ -756,7 +756,7 @@ var ListBox = /** @class */ (function (_super) {
756
756
  var objValue = void 0;
757
757
  var dupData = [];
758
758
  var itemIdx = void 0;
759
- extend(dupData, [], this.listData);
759
+ extend(dupData, [], this.jsonData);
760
760
  var removeIdxes = [];
761
761
  var removeLiIdxes = [];
762
762
  for (var j = 0; j < items.length; j++) {
@@ -1543,9 +1543,20 @@ var ListBox = /** @class */ (function (_super) {
1543
1543
  fListBox.value = [];
1544
1544
  listData = listData
1545
1545
  .filter(function (data) { return data.isHeader !== true; });
1546
- tListBox.listData = listData;
1547
- tListBox.jsonData = jsonData;
1548
- fListBox.listData = fListBox.sortedData = fListBox.jsonData = [];
1546
+ tListBox.listData = tListBox.jsonData = listData;
1547
+ if (fListBox.listData.length == fListBox.jsonData.length) {
1548
+ fListBox.listData = fListBox.sortedData = fListBox.jsonData = [];
1549
+ }
1550
+ else if (this.allowFiltering) {
1551
+ for (var i = 0; i < fListBox.listData.length; i++) {
1552
+ for (var j = 0; j < fListBox.jsonData.length; j++) {
1553
+ if (fListBox.listData[i] === fListBox.jsonData[j]) {
1554
+ fListBox.jsonData.splice(j, 1);
1555
+ }
1556
+ }
1557
+ }
1558
+ fListBox.listData = fListBox.sortedData = [];
1559
+ }
1549
1560
  if (isRefresh) {
1550
1561
  var sourceElem = tListBox.renderItems(listData, tListBox.fields);
1551
1562
  tListBox.updateListItems(sourceElem, tListBox.ulElement);
@@ -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 && !(this.isFiltered || this.filterAction)) {
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));
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
package/styles/fabric.css CHANGED
@@ -2710,6 +2710,16 @@ ejs-listbox {
2710
2710
  top: 30%;
2711
2711
  }
2712
2712
 
2713
+ .e-listboxtool-container .e-left {
2714
+ -ms-flex-direction: row-reverse;
2715
+ flex-direction: row-reverse;
2716
+ }
2717
+
2718
+ .e-listboxtool-wrapper .e-left {
2719
+ -ms-flex-direction: column-reverse;
2720
+ flex-direction: column-reverse;
2721
+ }
2722
+
2713
2723
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
2714
2724
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
2715
2725
  margin-right: 15px;
@@ -2969,6 +2969,16 @@ ejs-listbox {
2969
2969
  top: 30%;
2970
2970
  }
2971
2971
 
2972
+ .e-listboxtool-container .e-left {
2973
+ -ms-flex-direction: row-reverse;
2974
+ flex-direction: row-reverse;
2975
+ }
2976
+
2977
+ .e-listboxtool-wrapper .e-left {
2978
+ -ms-flex-direction: column-reverse;
2979
+ flex-direction: column-reverse;
2980
+ }
2981
+
2972
2982
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
2973
2983
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
2974
2984
  margin-right: 15px;
package/styles/fluent.css CHANGED
@@ -2969,6 +2969,16 @@ ejs-listbox {
2969
2969
  top: 30%;
2970
2970
  }
2971
2971
 
2972
+ .e-listboxtool-container .e-left {
2973
+ -ms-flex-direction: row-reverse;
2974
+ flex-direction: row-reverse;
2975
+ }
2976
+
2977
+ .e-listboxtool-wrapper .e-left {
2978
+ -ms-flex-direction: column-reverse;
2979
+ flex-direction: column-reverse;
2980
+ }
2981
+
2972
2982
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
2973
2983
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
2974
2984
  margin-right: 15px;
@@ -2820,6 +2820,16 @@ ejs-listbox {
2820
2820
  top: 30%;
2821
2821
  }
2822
2822
 
2823
+ .e-listboxtool-container .e-left {
2824
+ -ms-flex-direction: row-reverse;
2825
+ flex-direction: row-reverse;
2826
+ }
2827
+
2828
+ .e-listboxtool-wrapper .e-left {
2829
+ -ms-flex-direction: column-reverse;
2830
+ flex-direction: column-reverse;
2831
+ }
2832
+
2823
2833
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
2824
2834
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
2825
2835
  margin-right: 15px;
@@ -2826,6 +2826,16 @@ ejs-listbox {
2826
2826
  top: 30%;
2827
2827
  }
2828
2828
 
2829
+ .e-listboxtool-container .e-left {
2830
+ -ms-flex-direction: row-reverse;
2831
+ flex-direction: row-reverse;
2832
+ }
2833
+
2834
+ .e-listboxtool-wrapper .e-left {
2835
+ -ms-flex-direction: column-reverse;
2836
+ flex-direction: column-reverse;
2837
+ }
2838
+
2829
2839
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
2830
2840
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
2831
2841
  margin-right: 15px;
@@ -398,6 +398,15 @@
398
398
  }
399
399
  }
400
400
 
401
+ // Blazor listbox class
402
+ .e-listboxtool-container .e-left {
403
+ flex-direction: row-reverse;
404
+ }
405
+
406
+ .e-listboxtool-wrapper .e-left {
407
+ flex-direction: column-reverse;
408
+ }
409
+
401
410
  .e-rtl.e-listboxtool-wrapper,
402
411
  .e-rtl.e-listboxtool-container {
403
412
  &.e-right {
@@ -408,6 +408,16 @@ ejs-listbox {
408
408
  top: 30%;
409
409
  }
410
410
 
411
+ .e-listboxtool-container .e-left {
412
+ -ms-flex-direction: row-reverse;
413
+ flex-direction: row-reverse;
414
+ }
415
+
416
+ .e-listboxtool-wrapper .e-left {
417
+ -ms-flex-direction: column-reverse;
418
+ flex-direction: column-reverse;
419
+ }
420
+
411
421
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
412
422
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
413
423
  margin-right: 15px;
@@ -412,6 +412,16 @@ ejs-listbox {
412
412
  top: 30%;
413
413
  }
414
414
 
415
+ .e-listboxtool-container .e-left {
416
+ -ms-flex-direction: row-reverse;
417
+ flex-direction: row-reverse;
418
+ }
419
+
420
+ .e-listboxtool-wrapper .e-left {
421
+ -ms-flex-direction: column-reverse;
422
+ flex-direction: column-reverse;
423
+ }
424
+
415
425
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
416
426
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
417
427
  margin-right: 15px;
@@ -430,6 +430,16 @@ ejs-listbox {
430
430
  top: 30%;
431
431
  }
432
432
 
433
+ .e-listboxtool-container .e-left {
434
+ -ms-flex-direction: row-reverse;
435
+ flex-direction: row-reverse;
436
+ }
437
+
438
+ .e-listboxtool-wrapper .e-left {
439
+ -ms-flex-direction: column-reverse;
440
+ flex-direction: column-reverse;
441
+ }
442
+
433
443
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
434
444
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
435
445
  margin-right: 15px;
@@ -438,6 +438,16 @@ ejs-listbox {
438
438
  top: 30%;
439
439
  }
440
440
 
441
+ .e-listboxtool-container .e-left {
442
+ -ms-flex-direction: row-reverse;
443
+ flex-direction: row-reverse;
444
+ }
445
+
446
+ .e-listboxtool-wrapper .e-left {
447
+ -ms-flex-direction: column-reverse;
448
+ flex-direction: column-reverse;
449
+ }
450
+
441
451
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
442
452
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
443
453
  margin-right: 15px;
@@ -438,6 +438,16 @@ ejs-listbox {
438
438
  top: 30%;
439
439
  }
440
440
 
441
+ .e-listboxtool-container .e-left {
442
+ -ms-flex-direction: row-reverse;
443
+ flex-direction: row-reverse;
444
+ }
445
+
446
+ .e-listboxtool-wrapper .e-left {
447
+ -ms-flex-direction: column-reverse;
448
+ flex-direction: column-reverse;
449
+ }
450
+
441
451
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
442
452
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
443
453
  margin-right: 15px;
@@ -408,6 +408,16 @@ ejs-listbox {
408
408
  top: 30%;
409
409
  }
410
410
 
411
+ .e-listboxtool-container .e-left {
412
+ -ms-flex-direction: row-reverse;
413
+ flex-direction: row-reverse;
414
+ }
415
+
416
+ .e-listboxtool-wrapper .e-left {
417
+ -ms-flex-direction: column-reverse;
418
+ flex-direction: column-reverse;
419
+ }
420
+
411
421
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
412
422
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
413
423
  margin-right: 15px;
@@ -412,6 +412,16 @@ ejs-listbox {
412
412
  top: 30%;
413
413
  }
414
414
 
415
+ .e-listboxtool-container .e-left {
416
+ -ms-flex-direction: row-reverse;
417
+ flex-direction: row-reverse;
418
+ }
419
+
420
+ .e-listboxtool-wrapper .e-left {
421
+ -ms-flex-direction: column-reverse;
422
+ flex-direction: column-reverse;
423
+ }
424
+
415
425
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
416
426
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
417
427
  margin-right: 15px;
@@ -438,6 +438,16 @@ ejs-listbox {
438
438
  top: 30%;
439
439
  }
440
440
 
441
+ .e-listboxtool-container .e-left {
442
+ -ms-flex-direction: row-reverse;
443
+ flex-direction: row-reverse;
444
+ }
445
+
446
+ .e-listboxtool-wrapper .e-left {
447
+ -ms-flex-direction: column-reverse;
448
+ flex-direction: column-reverse;
449
+ }
450
+
441
451
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
442
452
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
443
453
  margin-right: 15px;
@@ -438,6 +438,16 @@ ejs-listbox {
438
438
  top: 30%;
439
439
  }
440
440
 
441
+ .e-listboxtool-container .e-left {
442
+ -ms-flex-direction: row-reverse;
443
+ flex-direction: row-reverse;
444
+ }
445
+
446
+ .e-listboxtool-wrapper .e-left {
447
+ -ms-flex-direction: column-reverse;
448
+ flex-direction: column-reverse;
449
+ }
450
+
441
451
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
442
452
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
443
453
  margin-right: 15px;
@@ -422,6 +422,16 @@ ejs-listbox {
422
422
  top: 30%;
423
423
  }
424
424
 
425
+ .e-listboxtool-container .e-left {
426
+ -ms-flex-direction: row-reverse;
427
+ flex-direction: row-reverse;
428
+ }
429
+
430
+ .e-listboxtool-wrapper .e-left {
431
+ -ms-flex-direction: column-reverse;
432
+ flex-direction: column-reverse;
433
+ }
434
+
425
435
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
426
436
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
427
437
  margin-right: 15px;
@@ -426,6 +426,16 @@ ejs-listbox {
426
426
  top: 30%;
427
427
  }
428
428
 
429
+ .e-listboxtool-container .e-left {
430
+ -ms-flex-direction: row-reverse;
431
+ flex-direction: row-reverse;
432
+ }
433
+
434
+ .e-listboxtool-wrapper .e-left {
435
+ -ms-flex-direction: column-reverse;
436
+ flex-direction: column-reverse;
437
+ }
438
+
429
439
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
430
440
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
431
441
  margin-right: 15px;
@@ -408,6 +408,16 @@ ejs-listbox {
408
408
  top: 30%;
409
409
  }
410
410
 
411
+ .e-listboxtool-container .e-left {
412
+ -ms-flex-direction: row-reverse;
413
+ flex-direction: row-reverse;
414
+ }
415
+
416
+ .e-listboxtool-wrapper .e-left {
417
+ -ms-flex-direction: column-reverse;
418
+ flex-direction: column-reverse;
419
+ }
420
+
411
421
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
412
422
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
413
423
  margin-right: 15px;
@@ -412,6 +412,16 @@ ejs-listbox {
412
412
  top: 30%;
413
413
  }
414
414
 
415
+ .e-listboxtool-container .e-left {
416
+ -ms-flex-direction: row-reverse;
417
+ flex-direction: row-reverse;
418
+ }
419
+
420
+ .e-listboxtool-wrapper .e-left {
421
+ -ms-flex-direction: column-reverse;
422
+ flex-direction: column-reverse;
423
+ }
424
+
415
425
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
416
426
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
417
427
  margin-right: 15px;
@@ -448,6 +448,16 @@ ejs-listbox {
448
448
  top: 30%;
449
449
  }
450
450
 
451
+ .e-listboxtool-container .e-left {
452
+ -ms-flex-direction: row-reverse;
453
+ flex-direction: row-reverse;
454
+ }
455
+
456
+ .e-listboxtool-wrapper .e-left {
457
+ -ms-flex-direction: column-reverse;
458
+ flex-direction: column-reverse;
459
+ }
460
+
451
461
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
452
462
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
453
463
  margin-right: 15px;
@@ -448,6 +448,16 @@ ejs-listbox {
448
448
  top: 30%;
449
449
  }
450
450
 
451
+ .e-listboxtool-container .e-left {
452
+ -ms-flex-direction: row-reverse;
453
+ flex-direction: row-reverse;
454
+ }
455
+
456
+ .e-listboxtool-wrapper .e-left {
457
+ -ms-flex-direction: column-reverse;
458
+ flex-direction: column-reverse;
459
+ }
460
+
451
461
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
452
462
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
453
463
  margin-right: 15px;
@@ -4203,6 +4203,16 @@ ejs-listbox {
4203
4203
  top: 30%;
4204
4204
  }
4205
4205
 
4206
+ .e-listboxtool-container .e-left {
4207
+ -ms-flex-direction: row-reverse;
4208
+ flex-direction: row-reverse;
4209
+ }
4210
+
4211
+ .e-listboxtool-wrapper .e-left {
4212
+ -ms-flex-direction: column-reverse;
4213
+ flex-direction: column-reverse;
4214
+ }
4215
+
4206
4216
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
4207
4217
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
4208
4218
  margin-right: 15px;