@syncfusion/ej2-react-dropdowns 21.2.8 → 22.1.34

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 (106) hide show
  1. package/CHANGELOG.md +29 -22
  2. package/README.md +203 -106
  3. package/diConfig.json +0 -1
  4. package/dist/ej2-react-dropdowns.min.js +2 -2
  5. package/dist/ej2-react-dropdowns.umd.min.js +2 -2
  6. package/dist/ej2-react-dropdowns.umd.min.js.map +1 -1
  7. package/dist/es6/ej2-react-dropdowns.es2015.js +1 -1
  8. package/dist/es6/ej2-react-dropdowns.es2015.js.map +1 -1
  9. package/package.json +8 -8
  10. package/src/list-box/listbox.component.js +1 -1
  11. package/styles/auto-complete/material3-dark.css +198 -0
  12. package/styles/auto-complete/material3-dark.scss +2 -0
  13. package/styles/auto-complete/material3.css +254 -0
  14. package/styles/auto-complete/material3.scss +2 -0
  15. package/styles/bootstrap-dark.css +212 -100
  16. package/styles/bootstrap.css +214 -101
  17. package/styles/bootstrap4.css +214 -101
  18. package/styles/bootstrap5-dark.css +212 -100
  19. package/styles/bootstrap5.css +212 -100
  20. package/styles/combo-box/material3-dark.css +198 -0
  21. package/styles/combo-box/material3-dark.scss +2 -0
  22. package/styles/combo-box/material3.css +254 -0
  23. package/styles/combo-box/material3.scss +2 -0
  24. package/styles/drop-down-base/bootstrap-dark.css +4 -0
  25. package/styles/drop-down-base/bootstrap.css +4 -0
  26. package/styles/drop-down-base/bootstrap4.css +4 -0
  27. package/styles/drop-down-base/bootstrap5-dark.css +4 -0
  28. package/styles/drop-down-base/bootstrap5.css +4 -0
  29. package/styles/drop-down-base/fabric-dark.css +4 -0
  30. package/styles/drop-down-base/fabric.css +4 -0
  31. package/styles/drop-down-base/fluent-dark.css +4 -0
  32. package/styles/drop-down-base/fluent.css +4 -0
  33. package/styles/drop-down-base/highcontrast-light.css +4 -0
  34. package/styles/drop-down-base/highcontrast.css +4 -0
  35. package/styles/drop-down-base/material-dark.css +4 -0
  36. package/styles/drop-down-base/material.css +4 -0
  37. package/styles/drop-down-base/material3-dark.css +439 -0
  38. package/styles/drop-down-base/material3-dark.scss +2 -0
  39. package/styles/drop-down-base/material3.css +495 -0
  40. package/styles/drop-down-base/material3.scss +2 -0
  41. package/styles/drop-down-base/tailwind-dark.css +4 -0
  42. package/styles/drop-down-base/tailwind.css +4 -0
  43. package/styles/drop-down-list/material3-dark.css +503 -0
  44. package/styles/drop-down-list/material3-dark.scss +2 -0
  45. package/styles/drop-down-list/material3.css +559 -0
  46. package/styles/drop-down-list/material3.scss +2 -0
  47. package/styles/drop-down-tree/material3-dark.css +466 -0
  48. package/styles/drop-down-tree/material3-dark.scss +2 -0
  49. package/styles/drop-down-tree/material3.css +522 -0
  50. package/styles/drop-down-tree/material3.scss +2 -0
  51. package/styles/fabric-dark.css +212 -100
  52. package/styles/fabric.css +214 -101
  53. package/styles/fluent-dark.css +214 -101
  54. package/styles/fluent.css +214 -101
  55. package/styles/highcontrast-light.css +212 -100
  56. package/styles/highcontrast.css +214 -101
  57. package/styles/list-box/bootstrap-dark.css +207 -99
  58. package/styles/list-box/bootstrap.css +209 -100
  59. package/styles/list-box/bootstrap4.css +209 -100
  60. package/styles/list-box/bootstrap5-dark.css +207 -99
  61. package/styles/list-box/bootstrap5.css +207 -99
  62. package/styles/list-box/fabric-dark.css +207 -99
  63. package/styles/list-box/fabric.css +209 -100
  64. package/styles/list-box/fluent-dark.css +209 -100
  65. package/styles/list-box/fluent.css +209 -100
  66. package/styles/list-box/highcontrast-light.css +207 -99
  67. package/styles/list-box/highcontrast.css +209 -100
  68. package/styles/list-box/material-dark.css +207 -99
  69. package/styles/list-box/material.css +209 -100
  70. package/styles/list-box/material3-dark.css +956 -0
  71. package/styles/list-box/material3-dark.scss +2 -0
  72. package/styles/list-box/material3.css +1012 -0
  73. package/styles/list-box/material3.scss +2 -0
  74. package/styles/list-box/tailwind-dark.css +209 -100
  75. package/styles/list-box/tailwind.css +209 -100
  76. package/styles/material-dark.css +212 -100
  77. package/styles/material.css +214 -101
  78. package/styles/material3-dark.css +5057 -0
  79. package/styles/material3-dark.scss +9 -0
  80. package/styles/material3.css +5498 -0
  81. package/styles/material3.scss +9 -0
  82. package/styles/mention/material3-dark.css +87 -0
  83. package/styles/mention/material3-dark.scss +2 -0
  84. package/styles/mention/material3.css +143 -0
  85. package/styles/mention/material3.scss +2 -0
  86. package/styles/multi-select/bootstrap-dark.css +1 -1
  87. package/styles/multi-select/bootstrap.css +1 -1
  88. package/styles/multi-select/bootstrap4.css +1 -1
  89. package/styles/multi-select/bootstrap5-dark.css +1 -1
  90. package/styles/multi-select/bootstrap5.css +1 -1
  91. package/styles/multi-select/fabric-dark.css +1 -1
  92. package/styles/multi-select/fabric.css +1 -1
  93. package/styles/multi-select/fluent-dark.css +1 -1
  94. package/styles/multi-select/fluent.css +1 -1
  95. package/styles/multi-select/highcontrast-light.css +1 -1
  96. package/styles/multi-select/highcontrast.css +1 -1
  97. package/styles/multi-select/material-dark.css +1 -1
  98. package/styles/multi-select/material.css +1 -1
  99. package/styles/multi-select/material3-dark.css +2547 -0
  100. package/styles/multi-select/material3-dark.scss +2 -0
  101. package/styles/multi-select/material3.css +2603 -0
  102. package/styles/multi-select/material3.scss +2 -0
  103. package/styles/multi-select/tailwind-dark.css +1 -1
  104. package/styles/multi-select/tailwind.css +1 -1
  105. package/styles/tailwind-dark.css +214 -101
  106. package/styles/tailwind.css +214 -101
package/CHANGELOG.md CHANGED
@@ -2,33 +2,48 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 21.2.10 (2023-06-13)
6
+
5
7
  ### ListBox
6
8
 
7
9
  #### Bug Fixes
8
10
 
11
+ - `#F43705` - Issue with "Dropping selected items does not work correctly while enabling the checkbox in listbox component." has been resolved.
9
12
  - `#I462373` - Issue with "Double quotes value not submitted while using the listbox component within the form." has been resolved.
10
13
 
11
- ### AutoComplete
14
+ ### MultiSelect
12
15
 
13
16
  #### Bug Fixes
14
17
 
15
- - `#I460876` - Issue with "The header and footer template are not working" has been resolved.
16
-
17
- ## 21.2.6 (2023-05-23)
18
+ - `#I467953` - Issue with "Query construct incorrectly when preselect the value second time beyond the data source value" has been resolved.
18
19
 
19
- ### MultiSelect
20
+ ### DropDownList
20
21
 
21
22
  #### Bug Fixes
22
23
 
23
- - `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
24
+ - `I469452` - Issue with "A console error is thrown when the datasource value field has a null value in the dropdown list" has been resolved.
24
25
 
25
- ## 21.2.5 (2023-05-16)
26
+ ## 21.2.8 (2023-05-30)
26
27
 
27
28
  ### ListBox
28
29
 
29
30
  #### Bug Fixes
30
31
 
31
- - `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
32
+ - `#I462373` - Issue with "Double quotes value not submitted while using the listbox component within the form." has been resolved.
33
+
34
+ ### AutoComplete
35
+
36
+ #### Bug Fixes
37
+
38
+ - `#I460876` - Issue with "The header and footer template are not working" has been resolved.
39
+
40
+ ## 21.2.6 (2023-05-23)
41
+
42
+ ### MultiSelect
43
+
44
+ #### Bug Fixes
45
+
46
+ - `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
32
47
 
33
48
  ### DropDownList
34
49
 
@@ -36,17 +51,19 @@
36
51
 
37
52
  - `I460077` - Issue with "The popup is not closing properly when the focus is moved between two dropdowns" has been resolved.
38
53
 
39
- ### ComboBox
54
+ ## 21.2.5 (2023-05-16)
55
+
56
+ ### ListBox
40
57
 
41
58
  #### Bug Fixes
42
59
 
43
- - `#I452948` - "The memory leak issue detected in the combobox component within the detach element tab of the Edge browser" has been resolved.
60
+ - `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
44
61
 
45
- ### Autocomplete
62
+ ### ComboBox
46
63
 
47
64
  #### Bug Fixes
48
65
 
49
- - `#I460080` - The issue "Query is not working when using autocomplete with value and categories has same string value" has been resolved.
66
+ - `#I452948` - "The memory leak issue detected in the combobox component within the detach element tab of the Edge browser" has been resolved.
50
67
 
51
68
  ## 21.2.4 (2023-05-09)
52
69
 
@@ -125,16 +142,6 @@
125
142
 
126
143
  - `#I397894` - The issue "aria-label added on input element instead of wrapper element while adding the aria-label by using Html Attribute property" has been resolved.
127
144
 
128
- ### Mention
129
-
130
- #### Bug Fixes
131
-
132
- - `#I440814` - The issue "Script error is thrown when we dynamically call the showPopup method and select the value" has been resolved.
133
-
134
- ### Textbox
135
-
136
- - `#I446247`, `#I446478` - Fixed an issue where the Textbox component was not interacting after routing the page.
137
-
138
145
  ## 20.3.47 (2022-09-29)
139
146
 
140
147
  ### Mention
package/README.md CHANGED
@@ -1,118 +1,215 @@
1
- # ej2-react-dropdowns
1
+ # React DropDowns Components
2
2
 
3
3
  Superset of HTML select box contains specific features such as data binding, grouping, sorting, filtering, and templates.
4
4
 
5
- ![Dropdowns](https://ej2.syncfusion.com/products/images/dropdowns/readme.gif)
5
+ ## What's Included in the React DropDown Package
6
6
 
7
- >Note: This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
7
+ The React DropDown package includes the following list of components.
8
8
 
9
- >A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers..
9
+ ### React DropDownList
10
10
 
11
- ## 1. Setup To install this package and its dependent packages, use the following command
11
+ The [React DropdownList](https://www.syncfusion.com/react-components/react-dropdown-list?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm) component is a quick replacement of the HTML select tags. It has a rich appearance and allows users to select a single value that is non-editable from a list of predefined values.
12
12
 
13
- Use the following command to install drop-down components and its dependent packages
13
+ <p align="center">
14
+ <a href="https://ej2.syncfusion.com/react/documentation/drop-down-list/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Getting Started</a> .
15
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/drop-down-list/default">Online demos</a> .
16
+ <a href="https://www.syncfusion.com/react-components/react-dropdown-list?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Learn more</a>
17
+ </p>
18
+
19
+ <p align="center">
20
+ <img alt="React DropDownList Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-dropdownlist.png">
21
+ </p>
22
+
23
+ #### Key features
24
+
25
+ * [Data binding](https://ej2.syncfusion.com/react/demos/#/material/drop-down-list/data-binding) - Binds and accesses the list of items from the local or server-side data source.
26
+ * [Grouping](https://ej2.syncfusion.com/react/demos/#/material/drop-down-list/grouping-icon) - Groups the logically related items under a single or specific category.
27
+ * [Sorting](https://ej2.syncfusion.com/react/documentation/api/drop-down-list#sortorder) - Sorts the list items in alphabetical order (either ascending or descending).
28
+ * [Filtering](https://ej2.syncfusion.com/react/demos/#/material/drop-down-list/filtering) - Filters the list items based on a character typed in the search box.
29
+ * [Templates](https://ej2.syncfusion.com/react/demos/#/material/drop-down-list/template) - Customizes the list items, selected value, header, footer, category group header, and no records content.
30
+ * [Accessibility](https://ej2.syncfusion.com/react/documentation/drop-down-list/accessibility) - Provided with built-in accessibility support used to access all the DropDownList component features using keyboard, screen readers, or other assistive technology devices.
31
+
32
+ ### React DropDownTree
33
+
34
+ The [React DropDownTree](https://www.syncfusion.com/react-components/react-dropdown-tree?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm) component is a textbox control that allows the user to select single or multiple values from hierarchical data in a tree-like structure. It has several out-of-the-box features, such as data binding, check boxes, templates, UI customization, accessibility, and preselected values.
35
+
36
+ <p align="center">
37
+ <a href="https://ej2.syncfusion.com/react/documentation/drop-down-tree/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Getting Started</a> .
38
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/drop-down-tree/default">Online demos</a> .
39
+ <a href="https://www.syncfusion.com/react-components/react-dropdown-tree?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Learn more</a>
40
+ </p>
41
+
42
+ <p align="center">
43
+ <img alt="React DropDownTree Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-dropdowntree.png">
44
+ </p>
45
+
46
+ #### Key features
47
+
48
+ * [Data binding](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/drop-down-tree/local-data) - Binds and accesses the list of items from the local or remote data source.
49
+ * [Checkbox](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/drop-down-tree/checkbox) - Built-in support for checkboxes, allowing users to select single or multiple items.
50
+ * [Template](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/drop-down-tree/template) - To change the appearance of the selection pop-up for tree items, plus the header and footer of the pop-up tree.
51
+ * [Filtering](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/drop-down-tree/filtering) - Filters the list items based on a character typed in the search box.
52
+
53
+ ### React Mention
54
+
55
+ The [React Mention](https://www.syncfusion.com/react-components/react-mention?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm) component is an autocomplete-like control to tag or select a user/group from the suggestion list. The control opens the suggestion list when a user starts typing with the character ‘@’ in popular social media sites such as Facebook, Twitter, and more. It supports several out-of-the-box features: Data binding, grouping, UI customization, accessibility, and more.
56
+
57
+ <p align="center">
58
+ <a href="https://ej2.syncfusion.com/react/documentation/mention/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Getting Started</a> .
59
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/mention/default">Online demos</a> .
60
+ <a href="https://www.syncfusion.com/react-components/react-mention?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Learn more</a>
61
+ </p>
62
+
63
+ <p align="center">
64
+ <img alt="React Mention Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-mention.png">
65
+ </p>
66
+
67
+ #### Key features
68
+
69
+ * [Sorting](https://ej2.syncfusion.com/react/documentation/mention/sorting) - Sorts the list items in alphabetical order (either ascending or descending).
70
+ * [Filtering](https://ej2.syncfusion.com/react/documentation/mention/filtering-data) - Filters the list items based on a character typed in the search box.
71
+
72
+ ### React ComboBox
73
+
74
+ The [React ComboBox](https://www.syncfusion.com/react-components/react-combobox?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm) component is a drop-down list with editable textbox that also allows users to choose an option from a predefined pop-up list.
75
+
76
+ <p align="center">
77
+ <a href="https://ej2.syncfusion.com/react/documentation/combo-box/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Getting Started</a> .
78
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/combo-box/default">Online demos</a> .
79
+ <a href="https://www.syncfusion.com/react-components/react-combobox?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Learn more</a>
80
+ </p>
81
+
82
+ <p align="center">
83
+ <img alt="React ComboBox Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-combobox.png">
84
+ </p>
85
+
86
+ #### Key features
87
+
88
+ * [Data binding](https://ej2.syncfusion.com/react/demos/#/material/combo-box/data-binding) - Binds and accesses the list of items from local or server-side data source.
89
+ * [Custom values](https://ej2.syncfusion.com/react/demos/#/material/combo-box/custom-value) - Sets user-defined values that is not in the pop-up list.
90
+ * [Grouping](https://ej2.syncfusion.com/react/demos/#/material/combo-box/grouping-icon) - Groups the logically related items under a single or specific category.
91
+ * [Sorting](https://ej2.syncfusion.com/react/documentation/api/combo-box#sortorder) - Sorts the list items in alphabetical order (either ascending or descending).
92
+ * [Filtering](https://ej2.syncfusion.com/react/demos/#/material/combo-box/filtering) - Filters the list items based on a character typed in the component.
93
+ * [Templates](https://ej2.syncfusion.com/react/demos/#/material/combo-box/template) - Customizes the list items, selected value, header, footer, category group header, and no records content.
94
+ * [Accessibility](https://ej2.syncfusion.com/react/documentation/combo-box/accessibility) - Provided with built-in accessibility support that helps to access all the ComboBox component features using the keyboard, screen readers, or other assistive technology devices.
95
+
96
+ ### React AutoComplete
97
+
98
+ The [React AutoComplete](https://www.syncfusion.com/react-components/react-autocomplete?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm) component is a textbox control that provides a list of suggestions to select from as the user types. It has several out-of-the-box features such as data binding, filtering, grouping, UI customization, accessibility, and more.
99
+
100
+ <p align="center">
101
+ <a href="https://ej2.syncfusion.com/react/documentation/auto-complete/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Getting Started</a> .
102
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/auto-complete/default">Online demos</a> .
103
+ <a href="https://www.syncfusion.com/react-components/react-autocomplete?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Learn more</a>
104
+ </p>
105
+
106
+ <p align="center">
107
+ <img alt="React AutoComplete Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-autocomplete.png">
108
+ </p>
109
+
110
+ #### Key features
111
+
112
+ * [Data binding](https://ej2.syncfusion.com/react/demos/#/material/auto-complete/data-binding) - Binds and accesses the list of items from local or server-side data source.
113
+ * [Grouping](https://ej2.syncfusion.com/react/demos/#/material/auto-complete/grouping-icon) - Groups the logically related items under a single or specific category.
114
+ * [Sorting](https://ej2.syncfusion.com/react/documentation/api/auto-complete#sortorder) - Sorts the list items in alphabetical order (either ascending or descending).
115
+ * [Highlight search](https://ej2.syncfusion.com/react/demos/#/material/auto-complete/highlight) - Highlights the typed text in the suggestion list.
116
+ * [Templates](https://ej2.syncfusion.com/react/demos/#/material/auto-complete/template) - Customizes the list item, header, footer, category group header, no records, and action failure content.
117
+ * [Accessibility](https://ej2.syncfusion.com/react/documentation/auto-complete/accessibility) - Provided with built-in accessibility support that helps to access all the AutoComplete component features using keyboard, on-screen readers, or other assistive technology devices.
118
+
119
+ ### React MultiSelect
120
+
121
+ The [React MultiSelect Dropdown](https://www.syncfusion.com/react-components/react-multiselect-dropdown?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm) component is a quick replacement for the HTML select tag for selecting multiple values. HTML MultiSelect Dropdown is a textbox control that allows the user to type or select multiple values from a list of predefined options.
122
+
123
+ <p align="center">
124
+ <a href="https://ej2.syncfusion.com/react/documentation/multi-select/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Getting Started</a> .
125
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/multi-select/default">Online demos</a> .
126
+ <a href="https://www.syncfusion.com/react-components/react-multiselect-dropdown?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Learn more</a>
127
+ </p>
128
+
129
+ <p align="center">
130
+ <img alt="React MultiSelect Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-multiselect.png">
131
+ </p>
132
+
133
+ #### Key features
134
+
135
+ * [Data binding](https://ej2.syncfusion.com/react/demos/#/material/multi-select/data-binding) - Binds and accesses the list of items from local or server-side data source.
136
+ * [Grouping](https://ej2.syncfusion.com/react/demos/#/material/multi-select/grouping) - Groups the logically related items under a single or specific category.
137
+ * [Templates](https://ej2.syncfusion.com/react/demos/#/material/multi-select/template) - Customizes the list items, selected value, header, footer, category group header, and no records content.
138
+ * [Sorting](https://ej2.syncfusion.com/react/documentation/api/multi-select#sortorder) - Sorts the list items in alphabetical order (either ascending or descending).
139
+ * [Filtering](https://ej2.syncfusion.com/react/demos/#/material/multi-select/filtering) - Filters the list items based on a character typed in the search box.
140
+ * [Custom value](https://ej2.syncfusion.com/react/demos/#/material/multi-select/custom-value) - Allows users to select a new custom value.
141
+ * [Accessibility](https://ej2.syncfusion.com/react/documentation/multi-select/accessibility) - Provided with built-in accessibility support that helps to access all the DropDownList component features using the keyboard, screen readers, or other assistive technology devices.
142
+
143
+ ### React ListBox
144
+
145
+ The [React ListBox](https://www.syncfusion.com/react-components/react-listbox?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm) component is a graphical user interface for displaying a list of items with multi-selection options. It has a rich appearance and allows users to select one or more items from the list using checkboxes or keyboard interactions.
146
+
147
+ <p align="center">
148
+ <a href="https://ej2.syncfusion.com/react/documentation/list-box/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Getting Started</a> .
149
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/list-box/default">Online demos</a> .
150
+ <a href="https://www.syncfusion.com/react-components/react-listbox?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm">Learn more</a>
151
+ </p>
152
+
153
+ <p align="center">
154
+ <img alt="React ListBox Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-listbox.png">
155
+ </p>
156
+
157
+ #### Key features
158
+
159
+ * [Data binding](https://ej2.syncfusion.com/react/documentation/list-box/data-binding) - Binds and accesses the list of items from local or server-side data source.
160
+ * [Dual listbox](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/list-box/dual-list-box) - Allows transferring and reordering the list item between two ListBoxes.
161
+ * [Drag and drop](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/list-box/drag-and-drop) - Allows drag and drop the list item with the same/multiple ListBox.
162
+ * [Grouping](https://ej2.syncfusion.com/react/documentation/list-box/sorting-and-grouping#grouping) - Groups the logically related items under a single or specific category.
163
+ * [Templates](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm#/bootstrap5/list-box/template) - Customizes the list items.
164
+ * [Sorting](https://ej2.syncfusion.com/react/documentation/list-box/sorting-and-grouping) - Sorts the list items in alphabetical order (either ascending or descending).
165
+ * [Accessibility](https://ej2.syncfusion.com/react/documentation/list-box/accessibility) - Provided with built-in accessibility support that helps to access all the ListBox component features using the keyboard, screen readers, or other assistive technology devices.
166
+
167
+ <p align="center">
168
+ Trusted by the world's leading companies
169
+ <a href="https://www.syncfusion.com/">
170
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
171
+ </a>
172
+ </p>
173
+
174
+ ## Setup
175
+
176
+ To install `dropdowns` and its dependent packages, use the following command.
14
177
 
15
178
  ```
16
179
  npm install @syncfusion/ej2-react-dropdowns
17
180
  ```
18
181
 
19
- ## 2. Components included
20
-
21
- * DropDownList - A textbox component that allows users to select a non-editable single value from the list of predefined values.
22
- * [GettingStarted](https://ej2.syncfusion.com/react/documentation/drop-down-list/getting-started)
23
- * [View Online Demos](https://ej2.syncfusion.com/react/demos/#/material/drop-down-list/default)
24
- * [Product Page](https://www.syncfusion.com/products/react/dropdownlist)
25
- * ComboBox - A textbox component that allows users to type a value or choose an option from the list of predefined options.
26
- * [GettingStarted](https://ej2.syncfusion.com/react/documentation/combo-box/getting-started)
27
- * [View Online Demos](https://ej2.syncfusion.com/react/demos/#/material/combo-box/default)
28
- * [Product Page](https://www.syncfusion.com/products/react/combobox)
29
- * Autocomplete - A textbox component that provides a list of suggestions to select based on the text typed by the users.
30
- * [GettingStarted](https://ej2.syncfusion.com/react/documentation/auto-complete/getting-started)
31
- * [View Online Demos](https://ej2.syncfusion.com/react/demos/#/material/auto-complete/default)
32
- * [Product Page](https://www.syncfusion.com/products/react/autocomplete)
33
- * MultiSelect - A textbox component that allows users to type or choose multiple values from the list of predefined options.
34
- * [GettingStarted](https://ej2.syncfusion.com/react/documentation/multi-select/getting-started)
35
- * [View Online Demos](https://ej2.syncfusion.com/react/demos/#/material/multi-select/default)
36
- * [Product Page](https://www.syncfusion.com/products/react/multiselect)
37
- * ListBox - ListBox is a graphical user interface component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection. It supports sorting, grouping, reordering, and drag and drop of items.
38
- * [GettingStarted](https://ej2.syncfusion.com/react/documentation/list-box/getting-started)
39
- * [View Online Demos](https://ej2.syncfusion.com/react/demos/#/material/list-box/default)
40
- * [Product Page](https://www.syncfusion.com/products/react/listbox)
41
-
42
- ## 3. Supported frameworks
43
-
44
- Drop-down components also supports the following frameworks:
45
- 1. [TypeScript](https://ej2.syncfusion.com/demos/#/material)
46
- 2. [Angular](https://ej2.syncfusion.com/angular/demos/#/material)
47
- 3. [Vue.js](https://ej2.syncfusion.com/vue/demos/#/material)
48
- 4. [ASP.NET Core](https://ej2.syncfusion.com/aspnetcore/)
49
- 5. [ASP.NET MVC](https://ej2.syncfusion.com/aspnetcore/)
50
- 6. [JavaScript (ES5)](https://ej2.syncfusion.com/javascript/demos/#/material)
51
-
52
- ## 4. Use-case samples / Showcase samples
53
-
54
- * Expanse Tracker ([Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_campaign=dropdown#/dashboard))
55
- * Loan Calculator ([Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_campaign=dropdwonlist#/default))
56
- * Web Mail ([Live Demo](https://ej2.syncfusion.com/showcase/typescript/webmail/#/home))
57
-
58
- ## 5. Key features
59
- * DropDownList
60
- * [Data binding](https://ej2.syncfusion.com/react/demos/#/material/drop-down-list/data-binding): Binds and accesses the list of items from the local or server-side data source.
61
- * [Grouping](https://ej2.syncfusion.com/react/demos/#/material/drop-down-list/grouping-icon): Groups the logically related items under a single or specific category.
62
- * [Sorting](https://ej2.syncfusion.com/react/documentation/api/drop-down-list#sortorder): Sorts the list items in alphabetical order (either ascending or descending).
63
- * [Filtering](https://ej2.syncfusion.com/react/demos/#/material/drop-down-list/filtering): Filters the list items based on a character typed in the search box.
64
- * [Templates](https://ej2.syncfusion.com/react/demos/#/material/drop-down-list/template): Customizes the list items, selected value, header, footer, category group header, and no records content.
65
- * [Accessibility](https://ej2.syncfusion.com/react/documentation/drop-down-list/accessibility): Provided with built-in accessibility support used to access all the DropDownList component features using keyboard, screen readers, or other assistive technology devices.
66
-
67
-
68
- * ComboBox
69
- * [Data binding](https://ej2.syncfusion.com/react/demos/#/material/combo-box/data-binding): Binds and accesses the list of items from local or server-side data source.
70
- * [Custom values](https://ej2.syncfusion.com/react/demos/#/material/combo-box/custom-value): Sets user-defined values that is not in the pop-up list.
71
- * [Grouping](https://ej2.syncfusion.com/react/demos/#/material/combo-box/grouping-icon): Groups the logically related items under a single or specific category.
72
- * [Sorting](https://ej2.syncfusion.com/react/documentation/api/combo-box#sortorder): Sorts the list items in alphabetical order (either ascending or descending).
73
- * [Filtering](https://ej2.syncfusion.com/react/demos/#/material/combo-box/filtering): Filters the list items based on a character typed in the component.
74
- * [Templates](https://ej2.syncfusion.com/react/demos/#/material/combo-box/template): Customizes the list items, selected value, header, footer, category group header, and no records content.
75
- * [Accessibility](https://ej2.syncfusion.com/react/documentation/combo-box/accessibility): Provided with built-in accessibility support that helps to access all the ComboBox component features using the keyboard, screen readers, or other assistive technology devices.
76
-
77
-
78
- * AutoComplete
79
- * [Data binding](https://ej2.syncfusion.com/react/demos/#/material/auto-complete/data-binding): Binds and accesses the list of items from local or server-side data source.
80
- * [Grouping](https://ej2.syncfusion.com/react/demos/#/material/auto-complete/grouping-icon): Groups the logically related items under a single or specific category.
81
- * [Sorting](https://ej2.syncfusion.com/react/documentation/api/auto-complete#sortorder): Sorts the list items in alphabetical order (either ascending or descending).
82
- * [Highlight search](https://ej2.syncfusion.com/react/demos/#/material/auto-complete/highlight): Highlights the typed text in the suggestion list.
83
- * [Templates](https://ej2.syncfusion.com/react/demos/#/material/auto-complete/template): Customizes the list item, header, footer, category group header, no records, and action failure content.
84
- * [Accessibility](https://ej2.syncfusion.com/react/documentation/auto-complete/accessibility): Provided with built-in accessibility support that helps to access all the AutoComplete component features using keyboard, on-screen readers, or other assistive technology devices.
85
-
86
-
87
- * MultiSelect
88
- * [Data binding](https://ej2.syncfusion.com/react/demos/#/material/multi-select/data-binding): Binds and accesses the list of items from local or server-side data source.
89
- * [Grouping](https://ej2.syncfusion.com/react/demos/#/material/multi-select/grouping): Groups the logically related items under a single or specific category.
90
- * [Templates](https://ej2.syncfusion.com/react/demos/#/material/multi-select/template): Customizes the list items, selected value, header, footer, category group header, and no records content.
91
- * [Sorting](https://ej2.syncfusion.com/react/documentation/api/multi-select#sortorder): Sorts the list items in alphabetical order (either ascending or descending).
92
- * [Filtering](https://ej2.syncfusion.com/react/demos/#/material/multi-select/filtering): Filters the list items based on a character typed in the search box.
93
- * [Custom value](https://ej2.syncfusion.com/react/demos/#/material/multi-select/custom-value): Allows users to select a new custom value.
94
- * [Accessibility](https://ej2.syncfusion.com/react/documentation/multi-select/accessibility): Provided with built-in accessibility support that helps to access all the DropDownList component features using the keyboard, screen readers, or other assistive technology devices.
95
-
96
- * ListBox
97
- * **Data binding**: Binds and accesses the list of items from local or server-side data source.
98
- * **Dual ListBox**: Allows transferring and reordering the list item between two ListBoxes.
99
- * **Drag and Drop**: Allows drag and drop the list item with the same/multiple ListBox.
100
- * **Grouping**: Groups the logically related items under a single or specific category.
101
- * **Templates**: Customizes the list items.
102
- * **Sorting**: Sorts the list items in alphabetical order (either ascending or descending).
103
- * **Accessibility**: Provided with built-in accessibility support that helps to access all the ListBox component features using the keyboard, screen readers, or other assistive technology devices.
104
-
105
- ## 6. Support
106
- Product support can be obtained through the following mediums:
107
- * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=dropdwon) support system or [Community forum.](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=dropdwon)
108
- * New [GitHub issue.](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
109
- * Ask your query in Stack Overflow with tag ‘syncfusion’, ‘ej2’.
110
-
111
-
112
- ## 7. License
113
- Check the license details [here.](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=dropdown)
114
-
115
- ## 8. Change log
116
- Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/dropdowns/CHANGELOG.md)
117
-
118
- © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
182
+ ## Supported frameworks
183
+
184
+ DropDown components are also offered in the following list of frameworks.
185
+
186
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
187
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
188
+
189
+ ## Showcase samples
190
+
191
+ * Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-react-loan-calculator), [Live Demo](https://ej2.syncfusion.com/showcase/react/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=react-navigation-npm#/default)
192
+
193
+ ## Support
194
+
195
+ Product support is available through the following mediums.
196
+
197
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
198
+ * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm)
199
+ * [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
200
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-dropdown-npm)
201
+ * Live chat
202
+
203
+ ## Changelog
204
+
205
+ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/dropdowns/CHANGELOG.md). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
206
+
207
+ ## License and copyright
208
+
209
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
210
+
211
+ > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
212
+
213
+ See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=dropdown) for more info.
214
+
215
+ © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
package/diConfig.json CHANGED
@@ -325,7 +325,6 @@
325
325
  "isGenericClass": true,
326
326
  "isTTypeIgnore": true,
327
327
  "blazorType": "native",
328
- "statelessTemplateProps": ["itemTemplate"],
329
328
  "blazorDependency": [
330
329
  "ej2-base",
331
330
  "ej2-popups/popup",
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 21.2.8
3
+ * version : 22.1.34
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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("SyncfusionDropdowns"),require("SyncfusionReactBase"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionDropdowns","SyncfusionReactBase","React"],e):"object"==typeof exports?exports.SyncfusionReactDropdowns=e(require("SyncfusionDropdowns"),require("SyncfusionReactBase"),require("React")):t.SyncfusionReactDropdowns=e(t.SyncfusionDropdowns,t.SyncfusionReactBase,t.React)}(this,function(t,e,n){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=14)}([function(e,n){e.exports=t},function(t,n){t.exports=e},function(t,e){t.exports=n},function(t,e,n){"use strict";var r=n(10);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(11);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(12);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(13);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(15);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(16);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(17);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.AutoComplete);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.ComboBox);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","valueTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.DropDownList);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=null,n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.DropDownTree);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(5);n.d(e,"DropDownListComponent",function(){return r.a});var o=n(4);n.d(e,"ComboBoxComponent",function(){return o.a});var i=n(3);n.d(e,"AutoCompleteComponent",function(){return i.a});var s=n(9);n.d(e,"MultiSelectComponent",function(){return s.a});var c=n(7);n.d(e,"ListBoxComponent",function(){return c.a});var u=n(6);n.d(e,"DropDownTreeComponent",function(){return u.a});var a=n(8);n.d(e,"MentionComponent",function(){return a.a});var p=n(1);n.n(p);n.o(p,"Inject")&&n.d(e,"Inject",function(){return p.Inject});var l=n(0);n.n(l);for(var f in l)["DropDownListComponent","ComboBoxComponent","AutoCompleteComponent","MultiSelectComponent","ListBoxComponent","DropDownTreeComponent","MentionComponent","Inject","default"].indexOf(f)<0&&function(t){n.d(e,t,function(){return l[t]})}(f)},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=["itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.ListBox);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.Mention);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=["headerTemplate","valueTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.MultiSelect);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])}])});
10
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("SyncfusionDropdowns"),require("SyncfusionReactBase"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionDropdowns","SyncfusionReactBase","React"],e):"object"==typeof exports?exports.SyncfusionReactDropdowns=e(require("SyncfusionDropdowns"),require("SyncfusionReactBase"),require("React")):t.SyncfusionReactDropdowns=e(t.SyncfusionDropdowns,t.SyncfusionReactBase,t.React)}(this,function(t,e,n){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=14)}([function(e,n){e.exports=t},function(t,n){t.exports=e},function(t,e){t.exports=n},function(t,e,n){"use strict";var r=n(10);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(11);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(12);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(13);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(15);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(16);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(17);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.AutoComplete);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.ComboBox);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","valueTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.DropDownList);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=null,n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.DropDownTree);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(5);n.d(e,"DropDownListComponent",function(){return r.a});var o=n(4);n.d(e,"ComboBoxComponent",function(){return o.a});var i=n(3);n.d(e,"AutoCompleteComponent",function(){return i.a});var s=n(9);n.d(e,"MultiSelectComponent",function(){return s.a});var c=n(7);n.d(e,"ListBoxComponent",function(){return c.a});var u=n(6);n.d(e,"DropDownTreeComponent",function(){return u.a});var a=n(8);n.d(e,"MentionComponent",function(){return a.a});var p=n(1);n.n(p);n.o(p,"Inject")&&n.d(e,"Inject",function(){return p.Inject});var l=n(0);n.n(l);for(var f in l)["DropDownListComponent","ComboBoxComponent","AutoCompleteComponent","MultiSelectComponent","ListBoxComponent","DropDownTreeComponent","MentionComponent","Inject","default"].indexOf(f)<0&&function(t){n.d(e,t,function(){return l[t]})}(f)},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=null,n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.ListBox);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.Mention);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),s=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=["headerTemplate","valueTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement(r.Fragment,null,[].concat(r.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.MultiSelect);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])}])});
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.umd.min.js
3
- * version : 21.2.8
3
+ * version : 22.1.34
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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("@syncfusion/ej2-dropdowns"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-dropdowns","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Dropdowns,e.ej2ReactBase)}(this,function(e,t,n,r){"use strict";var o=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","valueTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return o(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.DropDownList);r.applyMixins(i,[r.ComponentBase,t.Component]);var a=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return a(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.ComboBox);r.applyMixins(s,[r.ComponentBase,t.Component]);var p=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),l=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return p(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.AutoComplete);r.applyMixins(l,[r.ComponentBase,t.Component]);var c=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),u=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=["headerTemplate","valueTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return c(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.MultiSelect);r.applyMixins(u,[r.ComponentBase,t.Component]);var f=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),d=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=["itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return f(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.ListBox);r.applyMixins(d,[r.ComponentBase,t.Component]);var h=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),m=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=null,n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return h(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.DropDownTree);r.applyMixins(m,[r.ComponentBase,t.Component]);var y=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),_=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return y(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.Mention);r.applyMixins(_,[r.ComponentBase,t.Component]),e.Inject=r.Inject,e.DropDownListComponent=i,e.ComboBoxComponent=s,e.AutoCompleteComponent=l,e.MultiSelectComponent=u,e.ListBoxComponent=d,e.DropDownTreeComponent=m,e.MentionComponent=_,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("@syncfusion/ej2-dropdowns"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-dropdowns","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Dropdowns,e.ej2ReactBase)}(this,function(e,t,n,r){"use strict";var o=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","valueTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return o(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.DropDownList);r.applyMixins(i,[r.ComponentBase,t.Component]);var s=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),a=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return s(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.ComboBox);r.applyMixins(a,[r.ComponentBase,t.Component]);var p=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),l=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["headerTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return p(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.AutoComplete);r.applyMixins(l,[r.ComponentBase,t.Component]);var c=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),u=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=["headerTemplate","valueTemplate","itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return c(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.MultiSelect);r.applyMixins(u,[r.ComponentBase,t.Component]);var f=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),d=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=null,n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return f(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.ListBox);r.applyMixins(d,[r.ComponentBase,t.Component]);var h=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),m=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=null,n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return h(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement(t.Fragment,null,[].concat(t.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.DropDownTree);r.applyMixins(m,[r.ComponentBase,t.Component]);var y=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),_=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=["itemTemplate"],n.templateProps=null,n.immediateRender=!1,n.portals=[],n}return y(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.Mention);r.applyMixins(_,[r.ComponentBase,t.Component]),e.Inject=r.Inject,e.DropDownListComponent=i,e.ComboBoxComponent=a,e.AutoCompleteComponent=l,e.MultiSelectComponent=u,e.ListBoxComponent=d,e.DropDownTreeComponent=m,e.MentionComponent=_,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-react-dropdowns.umd.min.js.map