@syncfusion/ej2-react-dropdowns 23.1.43 → 23.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ListBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I473804` - Provided smooth scrolling to drag and drop support for the ListBox component.
10
+
11
+ ### DropDownList
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I503134` - Fixed the issue where keyboard navigation was not working when null values were included in the datasource.
16
+
17
+ ## 23.1.44 (2023-11-07)
18
+
19
+ ### Mention
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I4756` - Fixed the issue where using the Mention Character as a `[` would throw a console error.
24
+
25
+ ## 23.1.43 (2023-10-31)
26
+
5
27
  ### ComboBox
6
28
 
7
29
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 23.1.43
3
+ * version : 23.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-react-dropdowns.umd.min.js
3
- * version : 23.1.43
3
+ * version : 23.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-react-dropdowns@*",
3
- "_id": "@syncfusion/ej2-react-dropdowns@23.1.42",
3
+ "_id": "@syncfusion/ej2-react-dropdowns@23.1.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-yE5HeHvEfpvroyK1OFulE/anEiE/am9jxgGruj4v9SSak9QLWR1RVjGeS1L4R/pEpOcwYsaqz1I+fxbuud2V2w==",
5
+ "_integrity": "sha512-jqAwWhs2kTEjn5cI+7Hlu7oZc0YSQTiVbErtU1oKOxTXotJUW9OoUSnJAc9Pmy6H5w0Du5UUJ85vzOn1wElneA==",
6
6
  "_location": "/@syncfusion/ej2-react-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-23.1.42.tgz",
23
- "_shasum": "6de47acade6afcf247cbc223aa481dcb841f721d",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-23.1.44.tgz",
23
+ "_shasum": "19444f192b168436ff975083749633cff9a0d0c9",
24
24
  "_spec": "@syncfusion/ej2-react-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.41",
35
- "@syncfusion/ej2-dropdowns": "23.1.43",
36
- "@syncfusion/ej2-react-base": "~23.1.43"
34
+ "@syncfusion/ej2-base": "~23.2.4",
35
+ "@syncfusion/ej2-dropdowns": "23.2.4",
36
+ "@syncfusion/ej2-react-base": "~23.2.4"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for React",
@@ -58,6 +58,6 @@
58
58
  "type": "git",
59
59
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
60
60
  },
61
- "version": "23.1.43",
61
+ "version": "23.2.4",
62
62
  "sideEffects": false
63
63
  }
@@ -16,7 +16,7 @@ export interface AutoCompleteTypecast {
16
16
  export declare class AutoCompleteComponent extends AutoComplete {
17
17
  state: Readonly<{
18
18
  children?: React.ReactNode | React.ReactNode[];
19
- }> & Readonly<AutoCompleteModel & DefaultHtmlAttributes | AutoCompleteTypecast>;
19
+ }> & Readonly<AutoCompleteModel | DefaultHtmlAttributes | AutoCompleteTypecast>;
20
20
  setState: any;
21
21
  private getDefaultAttributes;
22
22
  initRenderCalled: boolean;
@@ -26,7 +26,7 @@ export declare class AutoCompleteComponent extends AutoComplete {
26
26
  private immediateRender;
27
27
  props: Readonly<{
28
28
  children?: React.ReactNode | React.ReactNode[];
29
- }> & Readonly<AutoCompleteModel & DefaultHtmlAttributes | AutoCompleteTypecast>;
29
+ }> & Readonly<AutoCompleteModel | DefaultHtmlAttributes | AutoCompleteTypecast>;
30
30
  forceUpdate: (callBack?: () => any) => void;
31
31
  context: Object;
32
32
  portals: any;
@@ -16,7 +16,7 @@ export interface ComboBoxTypecast {
16
16
  export declare class ComboBoxComponent extends ComboBox {
17
17
  state: Readonly<{
18
18
  children?: React.ReactNode | React.ReactNode[];
19
- }> & Readonly<ComboBoxModel & DefaultHtmlAttributes | ComboBoxTypecast>;
19
+ }> & Readonly<ComboBoxModel | DefaultHtmlAttributes | ComboBoxTypecast>;
20
20
  setState: any;
21
21
  private getDefaultAttributes;
22
22
  initRenderCalled: boolean;
@@ -26,7 +26,7 @@ export declare class ComboBoxComponent extends ComboBox {
26
26
  private immediateRender;
27
27
  props: Readonly<{
28
28
  children?: React.ReactNode | React.ReactNode[];
29
- }> & Readonly<ComboBoxModel & DefaultHtmlAttributes | ComboBoxTypecast>;
29
+ }> & Readonly<ComboBoxModel | DefaultHtmlAttributes | ComboBoxTypecast>;
30
30
  forceUpdate: (callBack?: () => any) => void;
31
31
  context: Object;
32
32
  portals: any;
@@ -17,7 +17,7 @@ export interface DropDownListTypecast {
17
17
  export declare class DropDownListComponent extends DropDownList {
18
18
  state: Readonly<{
19
19
  children?: React.ReactNode | React.ReactNode[];
20
- }> & Readonly<DropDownListModel & DefaultHtmlAttributes | DropDownListTypecast>;
20
+ }> & Readonly<DropDownListModel | DefaultHtmlAttributes | DropDownListTypecast>;
21
21
  setState: any;
22
22
  private getDefaultAttributes;
23
23
  initRenderCalled: boolean;
@@ -27,7 +27,7 @@ export declare class DropDownListComponent extends DropDownList {
27
27
  private immediateRender;
28
28
  props: Readonly<{
29
29
  children?: React.ReactNode | React.ReactNode[];
30
- }> & Readonly<DropDownListModel & DefaultHtmlAttributes | DropDownListTypecast>;
30
+ }> & Readonly<DropDownListModel | DefaultHtmlAttributes | DropDownListTypecast>;
31
31
  forceUpdate: (callBack?: () => any) => void;
32
32
  context: Object;
33
33
  portals: any;
@@ -15,7 +15,7 @@ export interface DropDownTreeTypecast {
15
15
  export declare class DropDownTreeComponent extends DropDownTree {
16
16
  state: Readonly<{
17
17
  children?: React.ReactNode | React.ReactNode[];
18
- }> & Readonly<DropDownTreeModel & DefaultHtmlAttributes | DropDownTreeTypecast>;
18
+ }> & Readonly<DropDownTreeModel | DefaultHtmlAttributes | DropDownTreeTypecast>;
19
19
  setState: any;
20
20
  private getDefaultAttributes;
21
21
  initRenderCalled: boolean;
@@ -25,7 +25,7 @@ export declare class DropDownTreeComponent extends DropDownTree {
25
25
  private immediateRender;
26
26
  props: Readonly<{
27
27
  children?: React.ReactNode | React.ReactNode[];
28
- }> & Readonly<DropDownTreeModel & DefaultHtmlAttributes | DropDownTreeTypecast>;
28
+ }> & Readonly<DropDownTreeModel | DefaultHtmlAttributes | DropDownTreeTypecast>;
29
29
  forceUpdate: (callBack?: () => any) => void;
30
30
  context: Object;
31
31
  portals: any;
@@ -13,7 +13,7 @@ export interface ListBoxTypecast {
13
13
  export declare class ListBoxComponent extends ListBox {
14
14
  state: Readonly<{
15
15
  children?: React.ReactNode | React.ReactNode[];
16
- }> & Readonly<ListBoxModel & DefaultHtmlAttributes | ListBoxTypecast>;
16
+ }> & Readonly<ListBoxModel | DefaultHtmlAttributes | ListBoxTypecast>;
17
17
  setState: any;
18
18
  private getDefaultAttributes;
19
19
  initRenderCalled: boolean;
@@ -23,7 +23,7 @@ export declare class ListBoxComponent extends ListBox {
23
23
  private immediateRender;
24
24
  props: Readonly<{
25
25
  children?: React.ReactNode | React.ReactNode[];
26
- }> & Readonly<ListBoxModel & DefaultHtmlAttributes | ListBoxTypecast>;
26
+ }> & Readonly<ListBoxModel | DefaultHtmlAttributes | ListBoxTypecast>;
27
27
  forceUpdate: (callBack?: () => any) => void;
28
28
  context: Object;
29
29
  portals: any;
@@ -15,7 +15,7 @@ export interface MentionTypecast {
15
15
  export declare class MentionComponent extends Mention {
16
16
  state: Readonly<{
17
17
  children?: React.ReactNode | React.ReactNode[];
18
- }> & Readonly<MentionModel & DefaultHtmlAttributes | MentionTypecast>;
18
+ }> & Readonly<MentionModel | DefaultHtmlAttributes | MentionTypecast>;
19
19
  setState: any;
20
20
  private getDefaultAttributes;
21
21
  initRenderCalled: boolean;
@@ -25,7 +25,7 @@ export declare class MentionComponent extends Mention {
25
25
  private immediateRender;
26
26
  props: Readonly<{
27
27
  children?: React.ReactNode | React.ReactNode[];
28
- }> & Readonly<MentionModel & DefaultHtmlAttributes | MentionTypecast>;
28
+ }> & Readonly<MentionModel | DefaultHtmlAttributes | MentionTypecast>;
29
29
  forceUpdate: (callBack?: () => any) => void;
30
30
  context: Object;
31
31
  portals: any;
@@ -17,7 +17,7 @@ export interface MultiSelectTypecast {
17
17
  export declare class MultiSelectComponent extends MultiSelect {
18
18
  state: Readonly<{
19
19
  children?: React.ReactNode | React.ReactNode[];
20
- }> & Readonly<MultiSelectModel & DefaultHtmlAttributes | MultiSelectTypecast>;
20
+ }> & Readonly<MultiSelectModel | DefaultHtmlAttributes | MultiSelectTypecast>;
21
21
  setState: any;
22
22
  private getDefaultAttributes;
23
23
  initRenderCalled: boolean;
@@ -27,7 +27,7 @@ export declare class MultiSelectComponent extends MultiSelect {
27
27
  private immediateRender;
28
28
  props: Readonly<{
29
29
  children?: React.ReactNode | React.ReactNode[];
30
- }> & Readonly<MultiSelectModel & DefaultHtmlAttributes | MultiSelectTypecast>;
30
+ }> & Readonly<MultiSelectModel | DefaultHtmlAttributes | MultiSelectTypecast>;
31
31
  forceUpdate: (callBack?: () => any) => void;
32
32
  context: Object;
33
33
  portals: any;
@@ -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";
@@ -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
  }