@syncfusion/ej2-react-dropdowns 23.1.44 → 23.2.5
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 +28 -0
- package/dist/ej2-react-dropdowns.min.js +1 -1
- package/dist/ej2-react-dropdowns.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/auto-complete/autocomplete.component.d.ts +2 -2
- package/src/combo-box/combobox.component.d.ts +2 -2
- package/src/drop-down-list/dropdownlist.component.d.ts +2 -2
- package/src/drop-down-tree/dropdowntree.component.d.ts +2 -2
- package/src/list-box/listbox.component.d.ts +2 -2
- package/src/mention/mention.component.d.ts +2 -2
- package/src/multi-select/multiselect.component.d.ts +2 -2
- package/styles/bootstrap-dark.css +5 -0
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark.css +5 -0
- package/styles/fluent-dark.css +2 -1
- package/styles/fluent.css +2 -1
- package/styles/highcontrast.css +5 -0
- package/styles/multi-select/bootstrap-dark.css +5 -0
- package/styles/multi-select/bootstrap5-dark.css +2 -1
- package/styles/multi-select/bootstrap5.css +2 -1
- package/styles/multi-select/fabric-dark.css +5 -0
- package/styles/multi-select/fluent-dark.css +2 -1
- package/styles/multi-select/fluent.css +2 -1
- package/styles/multi-select/highcontrast.css +5 -0
- package/styles/multi-select/tailwind-dark.css +2 -1
- package/styles/multi-select/tailwind.css +2 -1
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### MultiSelect
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I518299` - Fixed console error that occurred when adding an item using the addItem method.
|
|
10
|
+
|
|
11
|
+
### Mention
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I519427` - Fixed a popup positioning issue that occurred when filtering.
|
|
16
|
+
|
|
17
|
+
## 23.2.4 (2023-11-20)
|
|
18
|
+
|
|
19
|
+
### ListBox
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- `#I473804` - Provided smooth scrolling to drag and drop support for the ListBox component.
|
|
24
|
+
|
|
25
|
+
### DropDownList
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `#I503134` - Fixed the issue where keyboard navigation was not working when null values were included in the datasource.
|
|
30
|
+
|
|
31
|
+
## 23.1.44 (2023-11-07)
|
|
32
|
+
|
|
5
33
|
### Mention
|
|
6
34
|
|
|
7
35
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-dropdowns.min.js
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.5
|
|
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.
|
|
3
|
+
* version : 23.2.5
|
|
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.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-dropdowns@23.2.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-6BVj7iP+NhA7i2suaklJos4Nzf1N07I1W9q5aPoLSGHxQHZY5ReY/0yLQbtiv0Xyytoe22rKVrDF56Lk9bAsRA==",
|
|
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.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-23.2.4.tgz",
|
|
23
|
+
"_shasum": "b4928490f472274c177d63f309d450b29bf876e8",
|
|
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.
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "23.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~23.
|
|
34
|
+
"@syncfusion/ej2-base": "~23.2.4",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "23.2.5",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~23.2.5"
|
|
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.
|
|
61
|
+
"version": "23.2.5",
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
}
|
package/styles/bootstrap5.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: #212529;
|
|
1336
1337
|
height: 100%;
|
|
1337
1338
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -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";
|
package/styles/fluent-dark.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: #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
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -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
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -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
|
}
|