@syncfusion/ej2-angular-dropdowns 23.1.44 → 23.2.4-13895

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/package.json CHANGED
@@ -1,28 +1,29 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@23.1.42",
2
+ "_from": "@syncfusion/ej2-angular-dropdowns@23.2.4",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@23.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-chBDnL8IrztFs7eIvF9W2IQ1pAeFKKhvH+fyJrCaerVf6/0bAHCkrLXTFF8dDRoxRL9888q8NY5j4kOTpy3z1g==",
5
+ "_integrity": "sha512-LqrEbRinuErB7GZO6lugqZVXWzITSqUW5+VLW+2yyR5ydPQly3y62GMZ3QX3TKHGCEkUGLRyPv8ipoiboEpHiw==",
6
6
  "_location": "/@syncfusion/ej2-angular-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
9
- "type": "range",
9
+ "type": "version",
10
10
  "registry": true,
11
- "raw": "@syncfusion/ej2-angular-dropdowns@*",
11
+ "raw": "@syncfusion/ej2-angular-dropdowns@23.2.4",
12
12
  "name": "@syncfusion/ej2-angular-dropdowns",
13
13
  "escapedName": "@syncfusion%2fej2-angular-dropdowns",
14
14
  "scope": "@syncfusion",
15
- "rawSpec": "*",
15
+ "rawSpec": "23.2.4",
16
16
  "saveSpec": null,
17
- "fetchSpec": "*"
17
+ "fetchSpec": "23.2.4"
18
18
  },
19
19
  "_requiredBy": [
20
+ "#USER",
20
21
  "/"
21
22
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-23.1.42.tgz",
23
- "_shasum": "cb98177a3e6ce875c2adeec852fcbce303b9beba",
24
- "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
23
+ "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-23.2.4.tgz",
24
+ "_shasum": "fbe34075de50ec854b03f3af2c63e554a23d6dbf",
25
+ "_spec": "@syncfusion/ej2-angular-dropdowns@23.2.4",
26
+ "_where": "D:\\December 2023\\custom dropdown tree\\ej2-angular-dropdown",
26
27
  "author": {
27
28
  "name": "Syncfusion Inc."
28
29
  },
@@ -31,9 +32,9 @@
31
32
  },
32
33
  "bundleDependencies": false,
33
34
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~23.1.43",
35
- "@syncfusion/ej2-base": "~23.1.41",
36
- "@syncfusion/ej2-dropdowns": "23.1.44",
35
+ "@syncfusion/ej2-angular-base": "~23.2.4",
36
+ "@syncfusion/ej2-base": "~23.2.4",
37
+ "@syncfusion/ej2-dropdowns": "23.2.4-13895",
37
38
  "tslib": "^2.3.0"
38
39
  },
39
40
  "deprecated": false,
@@ -77,5 +78,5 @@
77
78
  "schematics": "./schematics/collection.json",
78
79
  "sideEffects": false,
79
80
  "typings": "syncfusion-ej2-angular-dropdowns.d.ts",
80
- "version": "23.1.44"
81
- }
81
+ "version": "23.2.4-13895"
82
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
- export declare const pkgVer = "^23.1.43";
2
+ export declare const pkgVer = "^23.1.44";
3
3
  export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
4
- export declare const themeVer = "~23.1.43";
4
+ export declare const themeVer = "~23.1.44";
@@ -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 = '^23.1.44';
4
+ exports.pkgVer = '^23.2.4';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~23.1.44';
6
+ exports.themeVer = '~23.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^23.1.44';
2
+ export const pkgVer = '^23.2.4';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~23.1.44';
4
+ export const themeVer = '~23.2.4';
@@ -1218,6 +1218,11 @@ ejs-dropdownlist {
1218
1218
  width: 40px;
1219
1219
  }
1220
1220
 
1221
+ .e-multi-select-wrapper .e-searcher input[type=text],
1222
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
1223
+ color: #fff;
1224
+ }
1225
+
1221
1226
  .e-multiselect.e-input-group .e-ddl-icon::before {
1222
1227
  content: "\e969";
1223
1228
  font-family: "e-icons";
@@ -1331,7 +1331,8 @@ ejs-dropdownlist {
1331
1331
  width: 24px;
1332
1332
  }
1333
1333
 
1334
- .e-multi-select-wrapper .e-searcher input[type=text] {
1334
+ .e-multi-select-wrapper .e-searcher input[type=text],
1335
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
1335
1336
  color: #fff;
1336
1337
  height: 100%;
1337
1338
  }
@@ -1331,7 +1331,8 @@ ejs-dropdownlist {
1331
1331
  width: 24px;
1332
1332
  }
1333
1333
 
1334
- .e-multi-select-wrapper .e-searcher input[type=text] {
1334
+ .e-multi-select-wrapper .e-searcher input[type=text],
1335
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
1335
1336
  color: #212529;
1336
1337
  height: 100%;
1337
1338
  }
@@ -1187,6 +1187,11 @@ ejs-dropdownlist {
1187
1187
  margin: 2px 2px 2px 0;
1188
1188
  }
1189
1189
 
1190
+ .e-multi-select-wrapper .e-searcher input[type=text],
1191
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
1192
+ color: #fff;
1193
+ }
1194
+
1190
1195
  .e-multiselect.e-input-group .e-ddl-icon::before {
1191
1196
  content: "\e966";
1192
1197
  font-family: "e-icons";
@@ -1331,7 +1331,8 @@ ejs-dropdownlist {
1331
1331
  width: 24px;
1332
1332
  }
1333
1333
 
1334
- .e-multi-select-wrapper .e-searcher input[type=text] {
1334
+ .e-multi-select-wrapper .e-searcher input[type=text],
1335
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
1335
1336
  color: #f3f2f1;
1336
1337
  height: 100%;
1337
1338
  }
package/styles/fluent.css CHANGED
@@ -1331,7 +1331,8 @@ ejs-dropdownlist {
1331
1331
  width: 24px;
1332
1332
  }
1333
1333
 
1334
- .e-multi-select-wrapper .e-searcher input[type=text] {
1334
+ .e-multi-select-wrapper .e-searcher input[type=text],
1335
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
1335
1336
  color: #201f1e;
1336
1337
  height: 100%;
1337
1338
  }
@@ -1285,6 +1285,11 @@ ejs-dropdownlist {
1285
1285
  width: 30px;
1286
1286
  }
1287
1287
 
1288
+ .e-multi-select-wrapper .e-searcher input[type=text],
1289
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
1290
+ color: #fff;
1291
+ }
1292
+
1288
1293
  .e-multiselect.e-input-group .e-ddl-icon::before {
1289
1294
  content: "\e966";
1290
1295
  font-family: "e-icons";
@@ -195,4 +195,9 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
195
195
  height: $ddl-chip-hooker-square;
196
196
  width: $ddl-chip-hooker-square;
197
197
  }
198
+
199
+ .e-multi-select-wrapper .e-searcher input[type = 'text'],
200
+ .e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
201
+ color: $grey-light-font;
202
+ }
198
203
  }
@@ -218,7 +218,8 @@ $ddl-close-down-icon-left: 35px !default;
218
218
  width: $ddl-chip-hooker-square;
219
219
  }
220
220
 
221
- .e-multi-select-wrapper .e-searcher input[type = 'text'] {
221
+ .e-multi-select-wrapper .e-searcher input[type = 'text'],
222
+ .e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
222
223
  color: $content-text-color;
223
224
  height: 100%;
224
225
  }
@@ -184,4 +184,9 @@ $ddl-closer-margin-top-bigger-small: -3.2em !default;
184
184
  .e-small .e-multi-select-wrapper .e-chips {
185
185
  margin: 2px 2px 2px 0;
186
186
  }
187
+
188
+ .e-multi-select-wrapper .e-searcher input[type = 'text'],
189
+ .e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
190
+ color: #fff;
191
+ }
187
192
  }
@@ -229,7 +229,8 @@ $ddl-small-clear-icon-width: 12px !default;
229
229
  width: $ddl-chip-hooker-square;
230
230
  }
231
231
 
232
- .e-multi-select-wrapper .e-searcher input[type = 'text'] {
232
+ .e-multi-select-wrapper .e-searcher input[type = 'text'],
233
+ .e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
233
234
  color: $content-text-color;
234
235
  height: 100%;
235
236
  }
@@ -295,4 +295,9 @@ $ddl-closer-margin-top-bigger-small: -3.4em !default;
295
295
  height: 30px;
296
296
  width: 30px;
297
297
  }
298
+
299
+ .e-multi-select-wrapper .e-searcher input[type = 'text'],
300
+ .e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
301
+ color: #fff;
302
+ }
298
303
  }
@@ -227,7 +227,8 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
227
227
  width: $ddl-chip-hooker-square;
228
228
  }
229
229
 
230
- .e-multi-select-wrapper .e-searcher input[type = 'text'] {
230
+ .e-multi-select-wrapper .e-searcher input[type = 'text'],
231
+ .e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
231
232
  color: $content-text-color;
232
233
  height: 100%;
233
234
  }
@@ -57,6 +57,11 @@
57
57
  width: 40px;
58
58
  }
59
59
 
60
+ .e-multi-select-wrapper .e-searcher input[type=text],
61
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
62
+ color: #fff;
63
+ }
64
+
60
65
  .e-multiselect.e-input-group .e-ddl-icon::before {
61
66
  content: "\e969";
62
67
  font-family: "e-icons";
@@ -82,7 +82,8 @@
82
82
  width: 24px;
83
83
  }
84
84
 
85
- .e-multi-select-wrapper .e-searcher input[type=text] {
85
+ .e-multi-select-wrapper .e-searcher input[type=text],
86
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
86
87
  color: #fff;
87
88
  height: 100%;
88
89
  }
@@ -82,7 +82,8 @@
82
82
  width: 24px;
83
83
  }
84
84
 
85
- .e-multi-select-wrapper .e-searcher input[type=text] {
85
+ .e-multi-select-wrapper .e-searcher input[type=text],
86
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
86
87
  color: #212529;
87
88
  height: 100%;
88
89
  }
@@ -48,6 +48,11 @@
48
48
  margin: 2px 2px 2px 0;
49
49
  }
50
50
 
51
+ .e-multi-select-wrapper .e-searcher input[type=text],
52
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
53
+ color: #fff;
54
+ }
55
+
51
56
  .e-multiselect.e-input-group .e-ddl-icon::before {
52
57
  content: "\e966";
53
58
  font-family: "e-icons";
@@ -82,7 +82,8 @@
82
82
  width: 24px;
83
83
  }
84
84
 
85
- .e-multi-select-wrapper .e-searcher input[type=text] {
85
+ .e-multi-select-wrapper .e-searcher input[type=text],
86
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
86
87
  color: #f3f2f1;
87
88
  height: 100%;
88
89
  }
@@ -82,7 +82,8 @@
82
82
  width: 24px;
83
83
  }
84
84
 
85
- .e-multi-select-wrapper .e-searcher input[type=text] {
85
+ .e-multi-select-wrapper .e-searcher input[type=text],
86
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
86
87
  color: #201f1e;
87
88
  height: 100%;
88
89
  }
@@ -144,6 +144,11 @@
144
144
  width: 30px;
145
145
  }
146
146
 
147
+ .e-multi-select-wrapper .e-searcher input[type=text],
148
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
149
+ color: #fff;
150
+ }
151
+
147
152
  .e-multiselect.e-input-group .e-ddl-icon::before {
148
153
  content: "\e966";
149
154
  font-family: "e-icons";
@@ -91,7 +91,8 @@
91
91
  width: 28px;
92
92
  }
93
93
 
94
- .e-multi-select-wrapper .e-searcher input[type=text] {
94
+ .e-multi-select-wrapper .e-searcher input[type=text],
95
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
95
96
  color: #fff;
96
97
  height: 100%;
97
98
  }
@@ -91,7 +91,8 @@
91
91
  width: 28px;
92
92
  }
93
93
 
94
- .e-multi-select-wrapper .e-searcher input[type=text] {
94
+ .e-multi-select-wrapper .e-searcher input[type=text],
95
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
95
96
  color: #111827;
96
97
  height: 100%;
97
98
  }
@@ -1347,7 +1347,8 @@ ejs-dropdownlist {
1347
1347
  width: 28px;
1348
1348
  }
1349
1349
 
1350
- .e-multi-select-wrapper .e-searcher input[type=text] {
1350
+ .e-multi-select-wrapper .e-searcher input[type=text],
1351
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
1351
1352
  color: #fff;
1352
1353
  height: 100%;
1353
1354
  }
@@ -1347,7 +1347,8 @@ ejs-dropdownlist {
1347
1347
  width: 28px;
1348
1348
  }
1349
1349
 
1350
- .e-multi-select-wrapper .e-searcher input[type=text] {
1350
+ .e-multi-select-wrapper .e-searcher input[type=text],
1351
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
1351
1352
  color: #111827;
1352
1353
  height: 100%;
1353
1354
  }