@syncfusion/ej2-angular-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 (127) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/ej2-angular-dropdowns.umd.js +1 -1
  3. package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/auto-complete/bootstrap-dark.css +5 -14
  9. package/styles/auto-complete/bootstrap.css +5 -14
  10. package/styles/auto-complete/bootstrap4.css +5 -13
  11. package/styles/auto-complete/bootstrap5-dark.css +5 -13
  12. package/styles/auto-complete/bootstrap5.css +5 -13
  13. package/styles/auto-complete/fabric-dark.css +5 -12
  14. package/styles/auto-complete/fabric.css +5 -12
  15. package/styles/auto-complete/fluent-dark.css +4 -11
  16. package/styles/auto-complete/fluent.css +4 -11
  17. package/styles/auto-complete/highcontrast-light.css +3 -23
  18. package/styles/auto-complete/highcontrast.css +3 -23
  19. package/styles/auto-complete/material-dark.css +1 -1
  20. package/styles/auto-complete/material.css +1 -1
  21. package/styles/auto-complete/tailwind-dark.css +1 -1
  22. package/styles/auto-complete/tailwind.css +1 -1
  23. package/styles/bootstrap-dark.css +62 -337
  24. package/styles/bootstrap.css +62 -337
  25. package/styles/bootstrap4.css +62 -343
  26. package/styles/bootstrap5-dark.css +63 -343
  27. package/styles/bootstrap5.css +63 -343
  28. package/styles/combo-box/bootstrap-dark.css +5 -14
  29. package/styles/combo-box/bootstrap.css +5 -14
  30. package/styles/combo-box/bootstrap4.css +5 -13
  31. package/styles/combo-box/bootstrap5-dark.css +5 -13
  32. package/styles/combo-box/bootstrap5.css +5 -13
  33. package/styles/combo-box/fabric-dark.css +5 -12
  34. package/styles/combo-box/fabric.css +5 -12
  35. package/styles/combo-box/fluent-dark.css +4 -11
  36. package/styles/combo-box/fluent.css +4 -11
  37. package/styles/combo-box/highcontrast-light.css +3 -23
  38. package/styles/combo-box/highcontrast.css +3 -23
  39. package/styles/combo-box/material-dark.css +1 -1
  40. package/styles/combo-box/material.css +1 -1
  41. package/styles/combo-box/tailwind-dark.css +1 -1
  42. package/styles/combo-box/tailwind.css +1 -1
  43. package/styles/drop-down-base/bootstrap-dark.css +8 -22
  44. package/styles/drop-down-base/bootstrap.css +8 -22
  45. package/styles/drop-down-base/bootstrap4.css +8 -22
  46. package/styles/drop-down-base/bootstrap5-dark.css +8 -22
  47. package/styles/drop-down-base/bootstrap5.css +8 -22
  48. package/styles/drop-down-base/fabric-dark.css +8 -22
  49. package/styles/drop-down-base/fabric.css +8 -22
  50. package/styles/drop-down-base/fluent-dark.css +8 -22
  51. package/styles/drop-down-base/fluent.css +8 -22
  52. package/styles/drop-down-base/highcontrast-light.css +8 -27
  53. package/styles/drop-down-base/highcontrast.css +8 -27
  54. package/styles/drop-down-base/material-dark.css +8 -22
  55. package/styles/drop-down-base/material.css +8 -22
  56. package/styles/drop-down-base/tailwind-dark.css +12 -34
  57. package/styles/drop-down-base/tailwind.css +12 -34
  58. package/styles/drop-down-list/bootstrap-dark.css +15 -44
  59. package/styles/drop-down-list/bootstrap.css +15 -44
  60. package/styles/drop-down-list/bootstrap4.css +14 -38
  61. package/styles/drop-down-list/bootstrap5-dark.css +14 -38
  62. package/styles/drop-down-list/bootstrap5.css +14 -38
  63. package/styles/drop-down-list/fabric-dark.css +15 -42
  64. package/styles/drop-down-list/fabric.css +15 -42
  65. package/styles/drop-down-list/fluent-dark.css +13 -36
  66. package/styles/drop-down-list/fluent.css +13 -36
  67. package/styles/drop-down-list/highcontrast-light.css +13 -58
  68. package/styles/drop-down-list/highcontrast.css +13 -58
  69. package/styles/drop-down-list/material-dark.css +11 -32
  70. package/styles/drop-down-list/material.css +11 -33
  71. package/styles/drop-down-list/tailwind-dark.css +10 -24
  72. package/styles/drop-down-list/tailwind.css +10 -24
  73. package/styles/drop-down-tree/bootstrap-dark.css +4 -92
  74. package/styles/drop-down-tree/bootstrap.css +4 -92
  75. package/styles/drop-down-tree/bootstrap4.css +5 -99
  76. package/styles/drop-down-tree/bootstrap5-dark.css +5 -103
  77. package/styles/drop-down-tree/bootstrap5.css +5 -103
  78. package/styles/drop-down-tree/fabric-dark.css +4 -92
  79. package/styles/drop-down-tree/fabric.css +4 -92
  80. package/styles/drop-down-tree/fluent-dark.css +5 -105
  81. package/styles/drop-down-tree/fluent.css +5 -105
  82. package/styles/drop-down-tree/highcontrast-light.css +4 -97
  83. package/styles/drop-down-tree/highcontrast.css +4 -98
  84. package/styles/drop-down-tree/material-dark.css +11 -182
  85. package/styles/drop-down-tree/material.css +11 -184
  86. package/styles/drop-down-tree/tailwind-dark.css +4 -107
  87. package/styles/drop-down-tree/tailwind.css +4 -107
  88. package/styles/fabric-dark.css +62 -335
  89. package/styles/fabric.css +62 -335
  90. package/styles/fluent-dark.css +62 -342
  91. package/styles/fluent.css +62 -342
  92. package/styles/highcontrast-light.css +63 -375
  93. package/styles/highcontrast.css +63 -376
  94. package/styles/list-box/bootstrap-dark.css +11 -115
  95. package/styles/list-box/bootstrap.css +11 -115
  96. package/styles/list-box/bootstrap4.css +11 -120
  97. package/styles/list-box/bootstrap5-dark.css +11 -115
  98. package/styles/list-box/bootstrap5.css +11 -115
  99. package/styles/list-box/fabric-dark.css +11 -115
  100. package/styles/list-box/fabric.css +11 -115
  101. package/styles/list-box/fluent-dark.css +11 -115
  102. package/styles/list-box/fluent.css +11 -115
  103. package/styles/list-box/highcontrast-light.css +11 -120
  104. package/styles/list-box/highcontrast.css +11 -120
  105. package/styles/list-box/material-dark.css +11 -115
  106. package/styles/list-box/material.css +11 -115
  107. package/styles/list-box/tailwind-dark.css +12 -118
  108. package/styles/list-box/tailwind.css +12 -118
  109. package/styles/material-dark.css +103 -462
  110. package/styles/material.css +103 -466
  111. package/styles/multi-select/bootstrap-dark.css +28 -68
  112. package/styles/multi-select/bootstrap.css +28 -68
  113. package/styles/multi-select/bootstrap4.css +28 -68
  114. package/styles/multi-select/bootstrap5-dark.css +29 -69
  115. package/styles/multi-select/bootstrap5.css +29 -69
  116. package/styles/multi-select/fabric-dark.css +28 -68
  117. package/styles/multi-select/fabric.css +28 -68
  118. package/styles/multi-select/fluent-dark.css +29 -68
  119. package/styles/multi-select/fluent.css +29 -68
  120. package/styles/multi-select/highcontrast-light.css +31 -97
  121. package/styles/multi-select/highcontrast.css +31 -97
  122. package/styles/multi-select/material-dark.css +66 -115
  123. package/styles/multi-select/material.css +66 -116
  124. package/styles/multi-select/tailwind-dark.css +29 -69
  125. package/styles/multi-select/tailwind.css +29 -69
  126. package/styles/tailwind-dark.css +63 -348
  127. package/styles/tailwind.css +63 -348
package/CHANGELOG.md CHANGED
@@ -2,6 +2,34 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Dropdown Tree
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I374653` - The issue with "The filtering was not working properly when using a hierarchical data source for the Dropdown Tree component" has been resolved.
10
+
11
+ ## 20.1.56 (2022-05-17)
12
+
13
+ ### ListBox
14
+
15
+ #### Bug Fixes
16
+
17
+ - `F174682` - Issue with "Drag and Drop not working properly while using item template in listbox" has been resolved.
18
+
19
+ ### AutoComplete
20
+
21
+ #### Bug Fixes
22
+
23
+ - `I372269` - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.
24
+
25
+ ### DropDownList
26
+
27
+ #### Bug Fixes
28
+
29
+ - `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
30
+
31
+ ## 20.1.52 (2022-05-04)
32
+
5
33
  ### ListBox
6
34
 
7
35
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.js
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.min.js
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-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@20.1.51",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@20.1.56",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-o7HFOcY6QLbTOUYDg2b3n7TxGiGOgSnZfJZHkUlTaBInMFbYMgDw2B3Me5hWRbW+jTOmzI6hgcAc7BntU41K2g==",
5
+ "_integrity": "sha512-q8uoc2Km05jako+S+0m1j64+1dXa8FU8fzo/nkTMwhAbpC77n4FDIf50j/L1SiElPCYy8Zt9NSzkVYQ77d6mxQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-20.1.51.tgz",
23
- "_shasum": "509402fbca3169bec9ffde2d2ec2e89cc18f2edb",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-20.1.56.tgz",
23
+ "_shasum": "6da02694f1310a584187bc63dfb1df2321f7eaa3",
24
24
  "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.1.52",
35
- "@syncfusion/ej2-base": "~20.1.50",
36
- "@syncfusion/ej2-dropdowns": "20.1.52"
34
+ "@syncfusion/ej2-angular-base": "~20.1.55",
35
+ "@syncfusion/ej2-base": "~20.1.56",
36
+ "@syncfusion/ej2-dropdowns": "20.1.57"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Angular",
@@ -72,5 +72,5 @@
72
72
  "schematics": "./schematics/collection.json",
73
73
  "sideEffects": false,
74
74
  "typings": "ej2-angular-dropdowns.d.ts",
75
- "version": "20.1.52"
75
+ "version": "20.1.57"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
- export declare const pkgVer = "^20.1.51";
2
+ export declare const pkgVer = "^20.1.56";
3
3
  export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule";
4
- export declare const themeVer = "~20.1.51";
4
+ export declare const themeVer = "~20.1.56";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
- exports.pkgVer = '^20.1.51';
4
+ exports.pkgVer = '^20.1.56';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
6
- exports.themeVer = '~20.1.51';
6
+ exports.themeVer = '~20.1.56';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^20.1.51';
2
+ export const pkgVer = '^20.1.56';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
4
- export const themeVer = '~20.1.51';
4
+ export const themeVer = '~20.1.56';
@@ -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
+ }