@syncfusion/ej2-dropdowns 20.1.52 → 20.1.57

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 (135) hide show
  1. package/CHANGELOG.md +28 -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 +27 -10
  5. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es5.js +27 -10
  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-base/drop-down-base.js +1 -1
  13. package/src/drop-down-list/drop-down-list.js +10 -2
  14. package/src/drop-down-tree/drop-down-tree.js +9 -7
  15. package/src/list-box/list-box.js +7 -0
  16. package/styles/auto-complete/bootstrap-dark.css +5 -14
  17. package/styles/auto-complete/bootstrap.css +5 -14
  18. package/styles/auto-complete/bootstrap4.css +5 -13
  19. package/styles/auto-complete/bootstrap5-dark.css +5 -13
  20. package/styles/auto-complete/bootstrap5.css +5 -13
  21. package/styles/auto-complete/fabric-dark.css +5 -12
  22. package/styles/auto-complete/fabric.css +5 -12
  23. package/styles/auto-complete/fluent-dark.css +4 -11
  24. package/styles/auto-complete/fluent.css +4 -11
  25. package/styles/auto-complete/highcontrast-light.css +3 -23
  26. package/styles/auto-complete/highcontrast.css +3 -23
  27. package/styles/auto-complete/material-dark.css +1 -1
  28. package/styles/auto-complete/material.css +1 -1
  29. package/styles/auto-complete/tailwind-dark.css +1 -1
  30. package/styles/auto-complete/tailwind.css +1 -1
  31. package/styles/bootstrap-dark.css +62 -337
  32. package/styles/bootstrap.css +62 -337
  33. package/styles/bootstrap4.css +62 -343
  34. package/styles/bootstrap5-dark.css +63 -343
  35. package/styles/bootstrap5.css +63 -343
  36. package/styles/combo-box/bootstrap-dark.css +5 -14
  37. package/styles/combo-box/bootstrap.css +5 -14
  38. package/styles/combo-box/bootstrap4.css +5 -13
  39. package/styles/combo-box/bootstrap5-dark.css +5 -13
  40. package/styles/combo-box/bootstrap5.css +5 -13
  41. package/styles/combo-box/fabric-dark.css +5 -12
  42. package/styles/combo-box/fabric.css +5 -12
  43. package/styles/combo-box/fluent-dark.css +4 -11
  44. package/styles/combo-box/fluent.css +4 -11
  45. package/styles/combo-box/highcontrast-light.css +3 -23
  46. package/styles/combo-box/highcontrast.css +3 -23
  47. package/styles/combo-box/material-dark.css +1 -1
  48. package/styles/combo-box/material.css +1 -1
  49. package/styles/combo-box/tailwind-dark.css +1 -1
  50. package/styles/combo-box/tailwind.css +1 -1
  51. package/styles/drop-down-base/bootstrap-dark.css +8 -22
  52. package/styles/drop-down-base/bootstrap.css +8 -22
  53. package/styles/drop-down-base/bootstrap4.css +8 -22
  54. package/styles/drop-down-base/bootstrap5-dark.css +8 -22
  55. package/styles/drop-down-base/bootstrap5.css +8 -22
  56. package/styles/drop-down-base/fabric-dark.css +8 -22
  57. package/styles/drop-down-base/fabric.css +8 -22
  58. package/styles/drop-down-base/fluent-dark.css +8 -22
  59. package/styles/drop-down-base/fluent.css +8 -22
  60. package/styles/drop-down-base/highcontrast-light.css +8 -27
  61. package/styles/drop-down-base/highcontrast.css +8 -27
  62. package/styles/drop-down-base/material-dark.css +8 -22
  63. package/styles/drop-down-base/material.css +8 -22
  64. package/styles/drop-down-base/tailwind-dark.css +12 -34
  65. package/styles/drop-down-base/tailwind.css +12 -34
  66. package/styles/drop-down-list/bootstrap-dark.css +15 -44
  67. package/styles/drop-down-list/bootstrap.css +15 -44
  68. package/styles/drop-down-list/bootstrap4.css +14 -38
  69. package/styles/drop-down-list/bootstrap5-dark.css +14 -38
  70. package/styles/drop-down-list/bootstrap5.css +14 -38
  71. package/styles/drop-down-list/fabric-dark.css +15 -42
  72. package/styles/drop-down-list/fabric.css +15 -42
  73. package/styles/drop-down-list/fluent-dark.css +13 -36
  74. package/styles/drop-down-list/fluent.css +13 -36
  75. package/styles/drop-down-list/highcontrast-light.css +13 -58
  76. package/styles/drop-down-list/highcontrast.css +13 -58
  77. package/styles/drop-down-list/material-dark.css +11 -32
  78. package/styles/drop-down-list/material.css +11 -33
  79. package/styles/drop-down-list/tailwind-dark.css +10 -24
  80. package/styles/drop-down-list/tailwind.css +10 -24
  81. package/styles/drop-down-tree/bootstrap-dark.css +4 -92
  82. package/styles/drop-down-tree/bootstrap.css +4 -92
  83. package/styles/drop-down-tree/bootstrap4.css +5 -99
  84. package/styles/drop-down-tree/bootstrap5-dark.css +5 -103
  85. package/styles/drop-down-tree/bootstrap5.css +5 -103
  86. package/styles/drop-down-tree/fabric-dark.css +4 -92
  87. package/styles/drop-down-tree/fabric.css +4 -92
  88. package/styles/drop-down-tree/fluent-dark.css +5 -105
  89. package/styles/drop-down-tree/fluent.css +5 -105
  90. package/styles/drop-down-tree/highcontrast-light.css +4 -97
  91. package/styles/drop-down-tree/highcontrast.css +4 -98
  92. package/styles/drop-down-tree/material-dark.css +11 -182
  93. package/styles/drop-down-tree/material.css +11 -184
  94. package/styles/drop-down-tree/tailwind-dark.css +4 -107
  95. package/styles/drop-down-tree/tailwind.css +4 -107
  96. package/styles/fabric-dark.css +62 -335
  97. package/styles/fabric.css +62 -335
  98. package/styles/fluent-dark.css +62 -342
  99. package/styles/fluent.css +62 -342
  100. package/styles/highcontrast-light.css +63 -375
  101. package/styles/highcontrast.css +63 -376
  102. package/styles/list-box/bootstrap-dark.css +11 -115
  103. package/styles/list-box/bootstrap.css +11 -115
  104. package/styles/list-box/bootstrap4.css +11 -120
  105. package/styles/list-box/bootstrap5-dark.css +11 -115
  106. package/styles/list-box/bootstrap5.css +11 -115
  107. package/styles/list-box/fabric-dark.css +11 -115
  108. package/styles/list-box/fabric.css +11 -115
  109. package/styles/list-box/fluent-dark.css +11 -115
  110. package/styles/list-box/fluent.css +11 -115
  111. package/styles/list-box/highcontrast-light.css +11 -120
  112. package/styles/list-box/highcontrast.css +11 -120
  113. package/styles/list-box/material-dark.css +11 -115
  114. package/styles/list-box/material.css +11 -115
  115. package/styles/list-box/tailwind-dark.css +12 -118
  116. package/styles/list-box/tailwind.css +12 -118
  117. package/styles/material-dark.css +103 -462
  118. package/styles/material.css +103 -466
  119. package/styles/multi-select/bootstrap-dark.css +28 -68
  120. package/styles/multi-select/bootstrap.css +28 -68
  121. package/styles/multi-select/bootstrap4.css +28 -68
  122. package/styles/multi-select/bootstrap5-dark.css +29 -69
  123. package/styles/multi-select/bootstrap5.css +29 -69
  124. package/styles/multi-select/fabric-dark.css +28 -68
  125. package/styles/multi-select/fabric.css +28 -68
  126. package/styles/multi-select/fluent-dark.css +29 -68
  127. package/styles/multi-select/fluent.css +29 -68
  128. package/styles/multi-select/highcontrast-light.css +31 -97
  129. package/styles/multi-select/highcontrast.css +31 -97
  130. package/styles/multi-select/material-dark.css +66 -115
  131. package/styles/multi-select/material.css +66 -116
  132. package/styles/multi-select/tailwind-dark.css +29 -69
  133. package/styles/multi-select/tailwind.css +29 -69
  134. package/styles/tailwind-dark.css +63 -348
  135. package/styles/tailwind.css +63 -348
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.1.52
3
+ * version : 20.1.57
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.1.51",
3
+ "_id": "@syncfusion/ej2-dropdowns@20.1.56",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-zSL6Qrd71sPFgHBVxXblO4qat12RY1rjR3akiVwYPceXe/CciHvg21sqc1Bhj0D69QNz/o42vy8p6ThxO57/Yg==",
5
+ "_integrity": "sha512-In0wEvT1i7Ix8cwjr9i5DqPsUXGhjXAP14hxxFgEWCfSUAmtD0PYlt7HMcT9yldBNRYDbT+ajm8ouhTuxqd6pg==",
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.1.51.tgz",
37
- "_shasum": "c54ea7661ce165a7677891a3edffe43ed6ab21df",
36
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-20.1.56.tgz",
37
+ "_shasum": "2863338809c7a7578df8277bf92660180b110519",
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.1.50",
46
- "@syncfusion/ej2-data": "~20.1.47",
47
- "@syncfusion/ej2-inputs": "~20.1.48",
48
- "@syncfusion/ej2-lists": "~20.1.47",
49
- "@syncfusion/ej2-navigations": "~20.1.51",
50
- "@syncfusion/ej2-popups": "~20.1.47"
45
+ "@syncfusion/ej2-base": "~20.1.56",
46
+ "@syncfusion/ej2-data": "~20.1.55",
47
+ "@syncfusion/ej2-inputs": "~20.1.55",
48
+ "@syncfusion/ej2-lists": "~20.1.55",
49
+ "@syncfusion/ej2-navigations": "~20.1.57",
50
+ "@syncfusion/ej2-popups": "~20.1.57"
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.1.52",
75
+ "version": "20.1.57",
76
76
  "sideEffects": false
77
77
  }
@@ -467,10 +467,10 @@ var DropDownBase = /** @class */ (function (_super) {
467
467
  _this.isDataFetched = true;
468
468
  }
469
469
  ulElement = _this.renderItems(listItems, fields);
470
- _this.onActionComplete(ulElement, listItems, e);
471
470
  if (_this.groupTemplate) {
472
471
  _this.renderGroupTemplate(ulElement);
473
472
  }
473
+ _this.onActionComplete(ulElement, listItems, e);
474
474
  _this.isRequested = false;
475
475
  _this.bindChildItems(listItems, ulElement, fields, e);
476
476
  }
@@ -1491,7 +1491,6 @@ var DropDownList = /** @class */ (function (_super) {
1491
1491
  if (this.initRemoteRender) {
1492
1492
  this.initial = true;
1493
1493
  this.activeIndex = this.index;
1494
- this.updateValues();
1495
1494
  this.initRemoteRender = false;
1496
1495
  this.initial = false;
1497
1496
  if (this.value && this.dataSource instanceof DataManager) {
@@ -1504,8 +1503,17 @@ var DropDownList = /** @class */ (function (_super) {
1504
1503
  _this.addItem(e.result, list.length);
1505
1504
  _this.updateValues();
1506
1505
  }
1506
+ else {
1507
+ _this.updateValues();
1508
+ }
1507
1509
  });
1508
1510
  }
1511
+ else {
1512
+ this.updateValues();
1513
+ }
1514
+ }
1515
+ else {
1516
+ this.updateValues();
1509
1517
  }
1510
1518
  }
1511
1519
  if (this.getModuleName() !== 'autocomplete' && this.isFiltering() && !this.isTyped) {
@@ -1535,7 +1543,7 @@ var DropDownList = /** @class */ (function (_super) {
1535
1543
  };
1536
1544
  DropDownList.prototype.updateActionCompleteDataValues = function (ulElement, list) {
1537
1545
  this.actionCompleteData = { ulElement: ulElement.cloneNode(true), list: list, isUpdated: true };
1538
- if (isNullOrUndefined(this.actionData.ulElement) && isNullOrUndefined(this.actionData.list)) {
1546
+ if (this.actionData.list !== this.actionCompleteData.list && this.actionCompleteData.ulElement && this.actionCompleteData.list) {
1539
1547
  this.actionData = this.actionCompleteData;
1540
1548
  }
1541
1549
  };
@@ -454,13 +454,14 @@ var DropDownTree = /** @class */ (function (_super) {
454
454
  matchedChildren.push(filteredChild);
455
455
  }
456
456
  }
457
+ var filteredItems = Object.assign({}, node);
457
458
  if (matchedChildren.length !== 0) {
458
- node[this.fields.child] = matchedChildren;
459
- return node;
459
+ filteredItems[this.fields.child] = matchedChildren;
460
+ return filteredItems;
460
461
  }
461
462
  else {
462
- node[this.fields.child] = null;
463
- return (this.isMatchedNode(value, node)) ? node : null;
463
+ filteredItems[this.fields.child] = null;
464
+ return (this.isMatchedNode(value, filteredItems)) ? filteredItems : null;
464
465
  }
465
466
  }
466
467
  };
@@ -1802,11 +1803,12 @@ var DropDownTree = /** @class */ (function (_super) {
1802
1803
  }
1803
1804
  return 2;
1804
1805
  }
1805
- for (var i = 0, len = ds.length; i < len; i++) {
1806
- if ((typeof field.child === 'string') && !isNOU(getValue(field.child, ds[i]))) {
1806
+ this.fields.dataSource = isNOU(this.fields.dataSource) ? [] : this.fields.dataSource;
1807
+ for (var i = 0, len = this.fields.dataSource.length; i < len; i++) {
1808
+ if ((typeof field.child === 'string') && !isNOU(getValue(field.child, this.fields.dataSource[i]))) {
1807
1809
  return 2;
1808
1810
  }
1809
- if (!isNOU(getValue(field.parentValue, ds[i])) || !isNOU(getValue(field.hasChildren, ds[i]))) {
1811
+ if (!isNOU(getValue(field.parentValue, this.fields.dataSource[i])) || !isNOU(getValue(field.hasChildren, this.fields.dataSource[i]))) {
1810
1812
  return 1;
1811
1813
  }
1812
1814
  }
@@ -2052,6 +2052,13 @@ var ListBox = /** @class */ (function (_super) {
2052
2052
  this.list.parentElement.insertBefore(this.element, this.list);
2053
2053
  }
2054
2054
  _super.prototype.destroy.call(this);
2055
+ this.enableRtlElements = [];
2056
+ this.liCollections = null;
2057
+ this.list = null;
2058
+ this.ulElement = null;
2059
+ this.mainList = null;
2060
+ this.spinner = null;
2061
+ this.rippleFun = null;
2055
2062
  if (this.itemTemplate) {
2056
2063
  this.clearTemplate();
2057
2064
  }
@@ -3,11 +3,9 @@
3
3
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
4
4
  margin-top: 3px;
5
5
  }
6
-
7
6
  .e-popup.e-ddl .e-input-group {
8
7
  width: auto;
9
8
  }
10
-
11
9
  .e-popup.e-ddl .e-input-group input {
12
10
  line-height: 15px;
13
11
  }
@@ -21,7 +19,6 @@
21
19
  display: flex;
22
20
  width: auto;
23
21
  }
24
-
25
22
  .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
23
  border: 0;
27
24
  }
@@ -30,9 +27,7 @@
30
27
  margin-top: 0;
31
28
  }
32
29
 
33
- .e-bigger .e-popup.e-ddl .e-list-item,
34
- .e-bigger .e-popup.e-ddl .e-list-group-item,
35
- .e-bigger .e-popup.e-ddl .e-fixed-head {
30
+ .e-bigger .e-popup.e-ddl .e-list-item, .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
36
31
  font-size: 15px;
37
32
  line-height: 40px;
38
33
  padding-left: 0;
@@ -47,8 +42,7 @@
47
42
  padding: 4px 0;
48
43
  }
49
44
 
50
- .e-bigger .e-popup.e-ddl .e-input-group input,
51
- .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
45
+ .e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
52
46
  height: 38px;
53
47
  }
54
48
 
@@ -86,9 +80,7 @@
86
80
  border-bottom: 1px solid #484848;
87
81
  }
88
82
 
89
- .e-bigger.e-small .e-ddl.e-popup .e-list-item,
90
- .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
91
- .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
83
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
92
84
  font-size: 14px;
93
85
  line-height: 34px;
94
86
  padding-left: 0;
@@ -103,11 +95,10 @@
103
95
  padding: 4px 0;
104
96
  }
105
97
 
106
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
107
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
98
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
108
99
  height: 30px;
109
100
  }
110
101
 
111
102
  .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
112
103
  min-height: 34px;
113
- }
104
+ }
@@ -3,11 +3,9 @@
3
3
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
4
4
  margin-top: 3px;
5
5
  }
6
-
7
6
  .e-popup.e-ddl .e-input-group {
8
7
  width: auto;
9
8
  }
10
-
11
9
  .e-popup.e-ddl .e-input-group input {
12
10
  line-height: 15px;
13
11
  }
@@ -21,7 +19,6 @@
21
19
  display: flex;
22
20
  width: auto;
23
21
  }
24
-
25
22
  .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
23
  border: 0;
27
24
  }
@@ -30,9 +27,7 @@
30
27
  margin-top: 0;
31
28
  }
32
29
 
33
- .e-bigger .e-popup.e-ddl .e-list-item,
34
- .e-bigger .e-popup.e-ddl .e-list-group-item,
35
- .e-bigger .e-popup.e-ddl .e-fixed-head {
30
+ .e-bigger .e-popup.e-ddl .e-list-item, .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
36
31
  font-size: 15px;
37
32
  line-height: 40px;
38
33
  padding-left: 0;
@@ -47,8 +42,7 @@
47
42
  padding: 4px 0;
48
43
  }
49
44
 
50
- .e-bigger .e-popup.e-ddl .e-input-group input,
51
- .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
45
+ .e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
52
46
  height: 38px;
53
47
  }
54
48
 
@@ -86,9 +80,7 @@
86
80
  border-bottom: 1px solid #ccc;
87
81
  }
88
82
 
89
- .e-bigger.e-small .e-ddl.e-popup .e-list-item,
90
- .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
91
- .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
83
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
92
84
  font-size: 14px;
93
85
  line-height: 34px;
94
86
  padding-left: 0;
@@ -103,11 +95,10 @@
103
95
  padding: 4px 0;
104
96
  }
105
97
 
106
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
107
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
98
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
108
99
  height: 30px;
109
100
  }
110
101
 
111
102
  .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
112
103
  min-height: 34px;
113
- }
104
+ }
@@ -3,11 +3,9 @@
3
3
  box-shadow: none;
4
4
  margin-top: 3px;
5
5
  }
6
-
7
6
  .e-popup.e-ddl .e-input-group {
8
7
  width: auto;
9
8
  }
10
-
11
9
  .e-popup.e-ddl .e-input-group input {
12
10
  line-height: 15px;
13
11
  }
@@ -21,7 +19,6 @@
21
19
  display: flex;
22
20
  width: auto;
23
21
  }
24
-
25
22
  .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
23
  border: 0;
27
24
  }
@@ -37,8 +34,7 @@
37
34
  text-indent: 24px;
38
35
  }
39
36
 
40
- .e-bigger .e-popup.e-ddl .e-list-group-item,
41
- .e-bigger .e-popup.e-ddl .e-fixed-head {
37
+ .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
42
38
  font-size: 14px;
43
39
  line-height: 32px;
44
40
  padding-left: 0;
@@ -53,8 +49,7 @@
53
49
  padding: 4px 0;
54
50
  }
55
51
 
56
- .e-bigger .e-popup.e-ddl .e-input-group input,
57
- .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
52
+ .e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
58
53
  font-size: 16px;
59
54
  height: 36px;
60
55
  }
@@ -119,9 +114,7 @@
119
114
  font-size: 10px;
120
115
  }
121
116
 
122
- .e-bigger.e-small .e-ddl.e-popup .e-list-item,
123
- .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
124
- .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
117
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
125
118
  font-size: 14px;
126
119
  line-height: 34px;
127
120
  padding-left: 0;
@@ -136,8 +129,7 @@
136
129
  padding: 4px 0;
137
130
  }
138
131
 
139
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
140
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
132
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
141
133
  height: 30px;
142
134
  }
143
135
 
@@ -151,4 +143,4 @@
151
143
 
152
144
  .e-bigger .e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
153
145
  font-size: 10px;
154
- }
146
+ }
@@ -3,11 +3,9 @@
3
3
  box-shadow: none;
4
4
  margin-top: 3px;
5
5
  }
6
-
7
6
  .e-popup.e-ddl .e-input-group {
8
7
  width: auto;
9
8
  }
10
-
11
9
  .e-popup.e-ddl .e-input-group input {
12
10
  line-height: 15px;
13
11
  }
@@ -21,7 +19,6 @@
21
19
  display: flex;
22
20
  width: auto;
23
21
  }
24
-
25
22
  .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
23
  border: 0;
27
24
  }
@@ -37,8 +34,7 @@
37
34
  text-indent: 16px;
38
35
  }
39
36
 
40
- .e-bigger .e-popup.e-ddl .e-list-group-item,
41
- .e-bigger .e-popup.e-ddl .e-fixed-head {
37
+ .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
42
38
  font-size: 14px;
43
39
  line-height: 32px;
44
40
  padding-left: 0;
@@ -49,8 +45,7 @@
49
45
  padding-left: 0;
50
46
  }
51
47
 
52
- .e-bigger .e-popup.e-ddl .e-input-group input,
53
- .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
48
+ .e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
54
49
  font-size: 16px;
55
50
  height: 36px;
56
51
  }
@@ -130,9 +125,7 @@
130
125
  font-size: 16px;
131
126
  }
132
127
 
133
- .e-bigger.e-small .e-ddl.e-popup .e-list-item,
134
- .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
135
- .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
128
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
136
129
  font-size: 14px;
137
130
  line-height: 34px;
138
131
  padding-left: 0;
@@ -143,11 +136,10 @@
143
136
  padding-left: 4px;
144
137
  }
145
138
 
146
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
147
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
139
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
148
140
  height: 30px;
149
141
  }
150
142
 
151
143
  .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
152
144
  min-height: 34px;
153
- }
145
+ }
@@ -3,11 +3,9 @@
3
3
  box-shadow: none;
4
4
  margin-top: 3px;
5
5
  }
6
-
7
6
  .e-popup.e-ddl .e-input-group {
8
7
  width: auto;
9
8
  }
10
-
11
9
  .e-popup.e-ddl .e-input-group input {
12
10
  line-height: 15px;
13
11
  }
@@ -21,7 +19,6 @@
21
19
  display: flex;
22
20
  width: auto;
23
21
  }
24
-
25
22
  .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
23
  border: 0;
27
24
  }
@@ -37,8 +34,7 @@
37
34
  text-indent: 16px;
38
35
  }
39
36
 
40
- .e-bigger .e-popup.e-ddl .e-list-group-item,
41
- .e-bigger .e-popup.e-ddl .e-fixed-head {
37
+ .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
42
38
  font-size: 14px;
43
39
  line-height: 32px;
44
40
  padding-left: 0;
@@ -49,8 +45,7 @@
49
45
  padding-left: 0;
50
46
  }
51
47
 
52
- .e-bigger .e-popup.e-ddl .e-input-group input,
53
- .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
48
+ .e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
54
49
  font-size: 16px;
55
50
  height: 36px;
56
51
  }
@@ -130,9 +125,7 @@
130
125
  font-size: 16px;
131
126
  }
132
127
 
133
- .e-bigger.e-small .e-ddl.e-popup .e-list-item,
134
- .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
135
- .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
128
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
136
129
  font-size: 14px;
137
130
  line-height: 34px;
138
131
  padding-left: 0;
@@ -143,11 +136,10 @@
143
136
  padding-left: 4px;
144
137
  }
145
138
 
146
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
147
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
139
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
148
140
  height: 30px;
149
141
  }
150
142
 
151
143
  .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
152
144
  min-height: 34px;
153
- }
145
+ }
@@ -3,7 +3,6 @@
3
3
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
4
4
  margin-top: 1px;
5
5
  }
6
-
7
6
  .e-ddl.e-popup .e-input-group input {
8
7
  line-height: 15px;
9
8
  }
@@ -27,9 +26,7 @@
27
26
  min-height: 26px;
28
27
  }
29
28
 
30
- .e-bigger .e-ddl.e-popup .e-list-item,
31
- .e-bigger .e-ddl.e-popup .e-list-group-item,
32
- .e-bigger .e-ddl.e-popup .e-fixed-head {
29
+ .e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
33
30
  font-size: 15px;
34
31
  line-height: 45px;
35
32
  padding-left: 0;
@@ -44,8 +41,7 @@
44
41
  padding: 4px 0;
45
42
  }
46
43
 
47
- .e-bigger .e-ddl.e-popup .e-input-group input,
48
- .e-bigger .e-ddl.e-popup .e-input-group input.e-input {
44
+ .e-bigger .e-ddl.e-popup .e-input-group input, .e-bigger .e-ddl.e-popup .e-input-group input.e-input {
49
45
  height: 38px;
50
46
  }
51
47
 
@@ -57,9 +53,7 @@
57
53
  color: #fff;
58
54
  }
59
55
 
60
- .e-bigger.e-small .e-ddl.e-popup .e-list-item,
61
- .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
62
- .e-bigger.e-small .e-ddl.e-popup .e-fixed-head,
56
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head,
63
57
  .e-ddl.e-popup .e-bigger.e-small .e-list-item,
64
58
  .e-ddl.e-popup .e-bigger.e-small .e-list-group-item,
65
59
  .e-ddl.e-popup .e-bigger.e-small .e-fixed-head {
@@ -79,9 +73,8 @@
79
73
  padding: 0;
80
74
  }
81
75
 
82
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
83
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input,
76
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input,
84
77
  .e-ddl.e-popup .e-bigger.e-small .e-input-group input,
85
78
  .e-ddl.e-popup .e-bigger.e-small .e-input-group input.e-input {
86
79
  height: 34px;
87
- }
80
+ }
@@ -3,7 +3,6 @@
3
3
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
4
4
  margin-top: 1px;
5
5
  }
6
-
7
6
  .e-ddl.e-popup .e-input-group input {
8
7
  line-height: 15px;
9
8
  }
@@ -27,9 +26,7 @@
27
26
  margin-top: 0;
28
27
  }
29
28
 
30
- .e-bigger .e-ddl.e-popup .e-list-item,
31
- .e-bigger .e-ddl.e-popup .e-list-group-item,
32
- .e-bigger .e-ddl.e-popup .e-fixed-head {
29
+ .e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
33
30
  font-size: 15px;
34
31
  line-height: 45px;
35
32
  padding-left: 0;
@@ -44,8 +41,7 @@
44
41
  padding: 4px 0;
45
42
  }
46
43
 
47
- .e-bigger .e-ddl.e-popup .e-input-group input,
48
- .e-bigger .e-ddl.e-popup .e-input-group input.e-input {
44
+ .e-bigger .e-ddl.e-popup .e-input-group input, .e-bigger .e-ddl.e-popup .e-input-group input.e-input {
49
45
  height: 38px;
50
46
  }
51
47
 
@@ -57,9 +53,7 @@
57
53
  color: #333;
58
54
  }
59
55
 
60
- .e-bigger.e-small .e-ddl.e-popup .e-list-item,
61
- .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
62
- .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
56
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
63
57
  font-size: 14px;
64
58
  line-height: 40px;
65
59
  padding-left: 0;
@@ -74,7 +68,6 @@
74
68
  padding: 0;
75
69
  }
76
70
 
77
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
78
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
71
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
79
72
  height: 34px;
80
- }
73
+ }
@@ -3,11 +3,9 @@
3
3
  box-shadow: none;
4
4
  margin-top: 1px;
5
5
  }
6
-
7
6
  .e-popup.e-ddl .e-input-group {
8
7
  width: auto;
9
8
  }
10
-
11
9
  .e-popup.e-ddl .e-input-group input {
12
10
  line-height: 15px;
13
11
  }
@@ -21,7 +19,6 @@
21
19
  display: flex;
22
20
  width: auto;
23
21
  }
24
-
25
22
  .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
23
  border: 0;
27
24
  }
@@ -37,8 +34,7 @@
37
34
  text-indent: 16px;
38
35
  }
39
36
 
40
- .e-bigger .e-popup.e-ddl .e-list-group-item,
41
- .e-bigger .e-popup.e-ddl .e-fixed-head {
37
+ .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
42
38
  font-size: 14px;
43
39
  line-height: 32px;
44
40
  padding-left: 0;
@@ -113,20 +109,17 @@
113
109
  font-size: 16px;
114
110
  }
115
111
 
116
- .e-bigger.e-small .e-ddl.e-popup .e-list-item,
117
- .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
118
- .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
112
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
119
113
  font-size: 14px;
120
114
  line-height: 34px;
121
115
  padding-left: 0;
122
116
  text-indent: 16px;
123
117
  }
124
118
 
125
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
126
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
119
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
127
120
  height: 30px;
128
121
  }
129
122
 
130
123
  .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
131
124
  min-height: 34px;
132
- }
125
+ }
@@ -3,11 +3,9 @@
3
3
  box-shadow: none;
4
4
  margin-top: 1px;
5
5
  }
6
-
7
6
  .e-popup.e-ddl .e-input-group {
8
7
  width: auto;
9
8
  }
10
-
11
9
  .e-popup.e-ddl .e-input-group input {
12
10
  line-height: 15px;
13
11
  }
@@ -21,7 +19,6 @@
21
19
  display: flex;
22
20
  width: auto;
23
21
  }
24
-
25
22
  .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
23
  border: 0;
27
24
  }
@@ -37,8 +34,7 @@
37
34
  text-indent: 16px;
38
35
  }
39
36
 
40
- .e-bigger .e-popup.e-ddl .e-list-group-item,
41
- .e-bigger .e-popup.e-ddl .e-fixed-head {
37
+ .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
42
38
  font-size: 14px;
43
39
  line-height: 32px;
44
40
  padding-left: 0;
@@ -113,20 +109,17 @@
113
109
  font-size: 16px;
114
110
  }
115
111
 
116
- .e-bigger.e-small .e-ddl.e-popup .e-list-item,
117
- .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
118
- .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
112
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
119
113
  font-size: 14px;
120
114
  line-height: 34px;
121
115
  padding-left: 0;
122
116
  text-indent: 16px;
123
117
  }
124
118
 
125
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
126
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
119
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
127
120
  height: 30px;
128
121
  }
129
122
 
130
123
  .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
131
124
  min-height: 34px;
132
- }
125
+ }