@zohodesk/components 1.0.0-temp-168 → 1.0.0-temp-170

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 (477) hide show
  1. package/.cli/PropLessFiles.html +1 -1
  2. package/.cli/PropValidationExcludeFilesArray.js +7 -3
  3. package/.cli/propValidation_report.html +1 -1
  4. package/README.md +1335 -1277
  5. package/assets/Appearance/dark/mode/Component_DarkMode.module.css +1 -0
  6. package/assets/Appearance/light/mode/Component_LightMode.module.css +1 -0
  7. package/assets/Appearance/light/themes/blue/blue_CTA_LightModifyCategory.module.css +180 -180
  8. package/assets/Appearance/light/themes/blue/blue_CTA_LightTheme.module.css +12 -12
  9. package/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css +1 -0
  10. package/coverage/Button/Button.js.html +1 -1
  11. package/coverage/Button/css/Button.module.css.html +1 -1
  12. package/coverage/Button/css/cssJSLogic.js.html +1 -1
  13. package/coverage/Button/css/index.html +1 -1
  14. package/coverage/Button/index.html +1 -1
  15. package/coverage/Button/props/defaultProps.js.html +3 -6
  16. package/coverage/Button/props/index.html +1 -1
  17. package/coverage/Button/props/propTypes.js.html +9 -3
  18. package/coverage/Buttongroup/Buttongroup.js.html +1 -1
  19. package/coverage/Buttongroup/Buttongroup.module.css.html +1 -1
  20. package/coverage/Buttongroup/index.html +1 -1
  21. package/coverage/Buttongroup/props/defaultProps.js.html +1 -1
  22. package/coverage/Buttongroup/props/index.html +1 -1
  23. package/coverage/Buttongroup/props/propTypes.js.html +1 -1
  24. package/coverage/coverage-final.json +10 -10
  25. package/coverage/coverage-summary.json +10 -10
  26. package/coverage/index.html +1 -1
  27. package/coverage/utils/dummyFunction.js.html +1 -1
  28. package/coverage/utils/index.html +1 -1
  29. package/es/AppContainer/AppContainer.js +3 -0
  30. package/es/AppContainer/AppContainer.module.css +18 -18
  31. package/es/Avatar/Avatar.js +9 -9
  32. package/es/Avatar/Avatar.module.css +175 -175
  33. package/es/AvatarTeam/AvatarTeam.js +7 -7
  34. package/es/AvatarTeam/AvatarTeam.module.css +189 -189
  35. package/es/Button/Button.js +4 -4
  36. package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +440 -468
  37. package/es/Button/css/Button.module.css +525 -525
  38. package/es/Button/props/defaultProps.js +1 -2
  39. package/es/Button/props/propTypes.js +3 -1
  40. package/es/Buttongroup/Buttongroup.js +1 -1
  41. package/es/Buttongroup/Buttongroup.module.css +105 -105
  42. package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
  43. package/es/Card/Card.js +4 -4
  44. package/es/Card/Card.module.css +20 -20
  45. package/es/CheckBox/CheckBox.js +0 -0
  46. package/es/CheckBox/CheckBox.module.css +157 -157
  47. package/es/DateTime/CalendarView.js +0 -0
  48. package/es/DateTime/DateTime.js +0 -0
  49. package/es/DateTime/DateTime.module.css +237 -235
  50. package/es/DateTime/DateWidget.js +2 -1
  51. package/es/DateTime/DateWidget.module.css +38 -38
  52. package/es/DateTime/YearView.js +0 -0
  53. package/es/DateTime/YearView.module.css +98 -98
  54. package/es/DateTime/common.js +0 -0
  55. package/es/DateTime/dateFormatUtils/dayChange.js +2 -1
  56. package/es/DateTime/dateFormatUtils/index.js +1 -1
  57. package/es/DateTime/dateFormatUtils/monthChange.js +2 -1
  58. package/es/DateTime/dateFormatUtils/timeChange.js +4 -4
  59. package/es/DateTime/dateFormatUtils/yearChange.js +2 -1
  60. package/es/DateTime/index.js +0 -0
  61. package/es/DateTime/objectUtils.js +0 -0
  62. package/es/DateTime/typeChecker.js +0 -0
  63. package/es/DateTime/validator.js +0 -0
  64. package/es/DropBox/DropBox.js +10 -10
  65. package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +434 -434
  66. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  67. package/es/DropBox/css/DropBox.module.css +58 -58
  68. package/es/DropDown/DropDown.js +1 -7
  69. package/es/DropDown/DropDown.module.css +5 -5
  70. package/es/DropDown/DropDownHeading.js +0 -0
  71. package/es/DropDown/DropDownHeading.module.css +53 -53
  72. package/es/DropDown/DropDownItem.js +0 -0
  73. package/es/DropDown/DropDownItem.module.css +94 -94
  74. package/es/DropDown/DropDownSearch.js +0 -0
  75. package/es/DropDown/DropDownSearch.module.css +14 -14
  76. package/es/DropDown/DropDownSeparator.js +0 -0
  77. package/es/DropDown/DropDownSeparator.module.css +7 -7
  78. package/es/Heading/Heading.module.css +4 -4
  79. package/es/Label/Label.js +2 -2
  80. package/es/Label/Label.module.css +52 -52
  81. package/es/Label/LabelColors.module.css +20 -20
  82. package/es/Layout/Box.js +0 -0
  83. package/es/Layout/Container.js +0 -0
  84. package/es/Layout/Layout.module.css +335 -335
  85. package/es/Layout/utils.js +0 -0
  86. package/es/ListItem/ListItem.js +0 -0
  87. package/es/ListItem/ListItem.module.css +216 -216
  88. package/es/MultiSelect/AdvancedGroupMultiSelect.js +12 -10
  89. package/es/MultiSelect/AdvancedMultiSelect.js +4 -4
  90. package/es/MultiSelect/MobileHeader/MobileHeader.js +50 -0
  91. package/es/MultiSelect/MobileHeader/MobileHeader.module.css +16 -0
  92. package/es/MultiSelect/MobileHeader/props/defaultProps.js +7 -0
  93. package/es/MultiSelect/MobileHeader/props/propTypes.js +7 -0
  94. package/es/MultiSelect/MultiSelect.js +117 -96
  95. package/es/MultiSelect/MultiSelect.module.css +204 -207
  96. package/es/MultiSelect/MultiSelectHeader.js +1 -2
  97. package/es/MultiSelect/MultiSelectWithAvatar.js +15 -112
  98. package/es/MultiSelect/SelectedOptions.module.css +15 -15
  99. package/es/MultiSelect/props/defaultProps.js +3 -1
  100. package/es/MultiSelect/props/propTypes.js +147 -193
  101. package/es/PopOver/PopOver.module.css +8 -8
  102. package/es/Popup/Popup.js +0 -0
  103. package/es/Popup/PositionMapping.json +73 -73
  104. package/es/Radio/Radio.js +0 -0
  105. package/es/Radio/Radio.module.css +112 -112
  106. package/es/Responsive/CustomResponsive.js +0 -0
  107. package/es/Responsive/RefWrapper.js +2 -1
  108. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  109. package/es/Ribbon/Ribbon.js +0 -0
  110. package/es/Ribbon/Ribbon.module.css +454 -454
  111. package/es/RippleEffect/RippleEffect.module.css +92 -92
  112. package/es/Select/GroupSelect.js +3 -5
  113. package/es/Select/Select.js +2 -5
  114. package/es/Select/Select.module.css +108 -108
  115. package/es/Select/SelectWithAvatar.js +2 -1
  116. package/es/Select/SelectWithIcon.js +5 -2
  117. package/es/Select/props/propTypes.js +3 -1
  118. package/es/Stencils/Stencils.js +0 -0
  119. package/es/Stencils/Stencils.module.css +96 -96
  120. package/es/Switch/Switch.js +0 -0
  121. package/es/Switch/Switch.module.css +127 -127
  122. package/es/Tab/Tab.module.css +100 -100
  123. package/es/Tab/TabContent.module.css +4 -4
  124. package/es/Tab/Tabs.js +17 -17
  125. package/es/Tab/Tabs.module.css +136 -136
  126. package/es/Tag/Tag.js +8 -8
  127. package/es/Tag/Tag.module.css +254 -254
  128. package/es/TextBox/TextBox.js +3 -3
  129. package/es/TextBox/TextBox.module.css +158 -158
  130. package/es/TextBoxIcon/TextBoxIcon.js +0 -0
  131. package/es/TextBoxIcon/TextBoxIcon.module.css +79 -79
  132. package/es/Textarea/Textarea.js +0 -0
  133. package/es/Textarea/Textarea.module.css +139 -139
  134. package/es/Tooltip/Tooltip.module.css +140 -140
  135. package/es/common/a11y.module.css +3 -3
  136. package/es/common/animation.module.css +624 -624
  137. package/es/common/avatarsizes.module.css +48 -48
  138. package/es/common/basic.module.css +33 -33
  139. package/es/common/basicReset.module.css +40 -40
  140. package/es/common/boxShadow.module.css +33 -33
  141. package/es/common/common.module.css +524 -524
  142. package/es/common/customscroll.module.css +91 -91
  143. package/es/common/reset.module.css +13 -13
  144. package/es/common/transition.module.css +146 -146
  145. package/es/deprecated/PortalLayer/props/propTypes.js +3 -1
  146. package/es/index.js +2 -1
  147. package/es/semantic/Button/semanticButton.module.css +9 -9
  148. package/es/utils/Common.js +3 -0
  149. package/es/utils/dropDownUtils.js +0 -0
  150. package/es/v1/Accordion/Accordion.js +66 -0
  151. package/es/v1/Accordion/AccordionItem.js +57 -0
  152. package/es/v1/Accordion/index.js +2 -0
  153. package/es/v1/Animation/Animation.js +127 -0
  154. package/es/v1/AppContainer/AppContainer.js +120 -0
  155. package/es/v1/Avatar/Avatar.js +139 -0
  156. package/es/v1/AvatarTeam/AvatarTeam.js +70 -0
  157. package/es/v1/Button/Button.js +68 -0
  158. package/es/v1/Buttongroup/Buttongroup.js +31 -0
  159. package/es/v1/Card/Card.js +237 -0
  160. package/es/v1/Card/index.js +4 -0
  161. package/es/v1/CheckBox/CheckBox.js +155 -0
  162. package/es/v1/DateTime/CalendarView.js +218 -0
  163. package/es/v1/DateTime/DateTime.js +783 -0
  164. package/es/v1/DateTime/DateTimePopupFooter.js +47 -0
  165. package/es/v1/DateTime/DateTimePopupHeader.js +105 -0
  166. package/es/v1/DateTime/DateWidget.js +1098 -0
  167. package/es/v1/DateTime/DaysRow.js +31 -0
  168. package/es/v1/DateTime/Time.js +166 -0
  169. package/es/v1/DateTime/YearView.js +264 -0
  170. package/es/v1/DateTime/index.js +1 -0
  171. package/es/v1/DropBox/DropBox.js +91 -0
  172. package/es/v1/DropBox/DropBoxElement/DropBoxElement.js +132 -0
  173. package/es/v1/DropDown/DropDown.js +52 -0
  174. package/es/v1/DropDown/DropDownHeading.js +36 -0
  175. package/es/v1/DropDown/DropDownItem.js +56 -0
  176. package/es/v1/DropDown/DropDownSearch.js +55 -0
  177. package/es/v1/DropDown/DropDownSeparator.js +12 -0
  178. package/es/v1/Heading/Heading.js +32 -0
  179. package/es/v1/Label/Label.js +40 -0
  180. package/es/v1/Layout/Box.js +115 -0
  181. package/es/v1/Layout/Container.js +132 -0
  182. package/es/v1/Layout/index.js +2 -0
  183. package/es/v1/ListItem/ListContainer.js +102 -0
  184. package/es/v1/ListItem/ListItem.js +124 -0
  185. package/es/v1/ListItem/ListItemWithAvatar.js +145 -0
  186. package/es/v1/ListItem/ListItemWithCheckBox.js +104 -0
  187. package/es/v1/ListItem/ListItemWithIcon.js +127 -0
  188. package/es/v1/ListItem/ListItemWithRadio.js +105 -0
  189. package/es/v1/ListItem/index.js +6 -0
  190. package/es/v1/Modal/Modal.js +154 -0
  191. package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +1079 -0
  192. package/es/v1/MultiSelect/AdvancedMultiSelect.js +568 -0
  193. package/es/v1/MultiSelect/EmptyState.js +64 -0
  194. package/es/v1/MultiSelect/MobileHeader/MobileHeader.js +50 -0
  195. package/es/v1/MultiSelect/MultiSelect.js +1121 -0
  196. package/es/v1/MultiSelect/MultiSelectHeader.js +32 -0
  197. package/es/v1/MultiSelect/MultiSelectWithAvatar.js +217 -0
  198. package/es/v1/MultiSelect/SelectedOptions.js +82 -0
  199. package/es/v1/MultiSelect/Suggestions.js +142 -0
  200. package/es/v1/MultiSelect/index.js +4 -0
  201. package/es/v1/PopOver/PopOver.js +176 -0
  202. package/es/v1/Popup/Popup.js +645 -0
  203. package/es/v1/Provider/AvatarSize.js +13 -0
  204. package/es/v1/Provider/Config.js +18 -0
  205. package/es/v1/Provider/CssProvider.js +16 -0
  206. package/es/v1/Provider/IdProvider.js +66 -0
  207. package/es/v1/Provider/LibraryContext.js +37 -0
  208. package/es/v1/Provider/LibraryContextInit.js +3 -0
  209. package/es/v1/Provider/NumberGenerator/NumberGenerator.js +136 -0
  210. package/es/v1/Provider/ZindexProvider.js +57 -0
  211. package/es/v1/Provider/index.js +4 -0
  212. package/es/v1/Radio/Radio.js +115 -0
  213. package/es/v1/Responsive/CustomResponsive.js +195 -0
  214. package/es/v1/Responsive/RefWrapper.js +39 -0
  215. package/es/v1/Responsive/ResizeComponent.js +197 -0
  216. package/es/v1/Responsive/ResizeObserver.js +140 -0
  217. package/es/v1/Responsive/Responsive.js +194 -0
  218. package/es/v1/Responsive/index.js +9 -0
  219. package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +58 -0
  220. package/es/v1/Ribbon/Ribbon.js +33 -0
  221. package/es/v1/RippleEffect/RippleEffect.js +24 -0
  222. package/es/v1/Select/GroupSelect.js +800 -0
  223. package/es/v1/Select/Select.js +966 -0
  224. package/es/v1/Select/SelectWithAvatar.js +344 -0
  225. package/es/v1/Select/SelectWithIcon.js +535 -0
  226. package/es/v1/Select/index.js +4 -0
  227. package/es/v1/Stencils/Stencils.js +26 -0
  228. package/es/v1/Switch/Switch.js +94 -0
  229. package/es/v1/Tab/Tab.js +108 -0
  230. package/es/v1/Tab/TabContent.js +30 -0
  231. package/es/v1/Tab/TabContentWrapper.js +29 -0
  232. package/es/v1/Tab/TabWrapper.js +57 -0
  233. package/es/v1/Tab/Tabs.js +612 -0
  234. package/es/v1/Tab/index.js +5 -0
  235. package/es/v1/Tag/Tag.js +134 -0
  236. package/es/v1/TextBox/TextBox.js +154 -0
  237. package/es/v1/TextBoxIcon/TextBoxIcon.js +158 -0
  238. package/es/v1/Textarea/Textarea.js +102 -0
  239. package/es/v1/Tooltip/Tooltip.js +518 -0
  240. package/es/v1/Typography/Typography.js +38 -0
  241. package/es/v1/Typography/css/Typography.module.css +376 -0
  242. package/es/v1/Typography/css/cssJSLogic.js +46 -0
  243. package/es/v1/Typography/css/letterSpacingMap.js +12 -0
  244. package/es/v1/Typography/props/defaultProps.js +8 -0
  245. package/es/v1/Typography/props/propTypes.js +24 -0
  246. package/es/v1/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +69 -0
  247. package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +100 -0
  248. package/es/v1/semantic/Button/Button.js +53 -0
  249. package/es/v1/semantic/index.js +1 -0
  250. package/install.md +10 -10
  251. package/lib/AppContainer/AppContainer.js +5 -0
  252. package/lib/AppContainer/AppContainer.module.css +18 -18
  253. package/lib/Avatar/Avatar.js +9 -9
  254. package/lib/Avatar/Avatar.module.css +175 -175
  255. package/lib/AvatarTeam/AvatarTeam.js +7 -7
  256. package/lib/AvatarTeam/AvatarTeam.module.css +189 -189
  257. package/lib/Button/Button.js +4 -4
  258. package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +440 -468
  259. package/lib/Button/css/Button.module.css +525 -525
  260. package/lib/Button/props/defaultProps.js +1 -2
  261. package/lib/Button/props/propTypes.js +3 -1
  262. package/lib/Buttongroup/Buttongroup.js +1 -1
  263. package/lib/Buttongroup/Buttongroup.module.css +105 -105
  264. package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
  265. package/lib/Card/Card.js +4 -4
  266. package/lib/Card/Card.module.css +20 -20
  267. package/lib/CheckBox/CheckBox.js +0 -0
  268. package/lib/CheckBox/CheckBox.module.css +157 -157
  269. package/lib/DateTime/CalendarView.js +0 -0
  270. package/lib/DateTime/DateTime.js +0 -0
  271. package/lib/DateTime/DateTime.module.css +237 -235
  272. package/lib/DateTime/DateWidget.js +2 -1
  273. package/lib/DateTime/DateWidget.module.css +38 -38
  274. package/lib/DateTime/YearView.js +0 -0
  275. package/lib/DateTime/YearView.module.css +98 -98
  276. package/lib/DateTime/common.js +0 -0
  277. package/lib/DateTime/dateFormatUtils/dayChange.js +3 -1
  278. package/lib/DateTime/dateFormatUtils/index.js +1 -1
  279. package/lib/DateTime/dateFormatUtils/monthChange.js +3 -1
  280. package/lib/DateTime/dateFormatUtils/timeChange.js +3 -3
  281. package/lib/DateTime/dateFormatUtils/yearChange.js +3 -1
  282. package/lib/DateTime/index.js +0 -0
  283. package/lib/DateTime/objectUtils.js +0 -0
  284. package/lib/DateTime/typeChecker.js +0 -0
  285. package/lib/DateTime/validator.js +0 -0
  286. package/lib/DropBox/DropBox.js +15 -15
  287. package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +434 -434
  288. package/lib/DropBox/DropBoxPositionMapping.json +144 -144
  289. package/lib/DropBox/css/DropBox.module.css +58 -58
  290. package/lib/DropDown/DropDown.js +1 -6
  291. package/lib/DropDown/DropDown.module.css +5 -5
  292. package/lib/DropDown/DropDownHeading.js +0 -0
  293. package/lib/DropDown/DropDownHeading.module.css +53 -53
  294. package/lib/DropDown/DropDownItem.js +0 -0
  295. package/lib/DropDown/DropDownItem.module.css +94 -94
  296. package/lib/DropDown/DropDownSearch.js +0 -0
  297. package/lib/DropDown/DropDownSearch.module.css +14 -14
  298. package/lib/DropDown/DropDownSeparator.js +0 -0
  299. package/lib/DropDown/DropDownSeparator.module.css +7 -7
  300. package/lib/Heading/Heading.module.css +4 -4
  301. package/lib/Label/Label.js +0 -0
  302. package/lib/Label/Label.module.css +52 -52
  303. package/lib/Label/LabelColors.module.css +20 -20
  304. package/lib/Layout/Box.js +0 -0
  305. package/lib/Layout/Container.js +0 -0
  306. package/lib/Layout/Layout.module.css +335 -335
  307. package/lib/Layout/utils.js +0 -0
  308. package/lib/ListItem/ListItem.js +0 -0
  309. package/lib/ListItem/ListItem.module.css +216 -216
  310. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +12 -11
  311. package/lib/MultiSelect/AdvancedMultiSelect.js +4 -4
  312. package/lib/MultiSelect/MobileHeader/MobileHeader.js +62 -0
  313. package/lib/MultiSelect/MobileHeader/MobileHeader.module.css +16 -0
  314. package/lib/MultiSelect/MobileHeader/props/defaultProps.js +14 -0
  315. package/lib/MultiSelect/MobileHeader/props/propTypes.js +18 -0
  316. package/lib/MultiSelect/MultiSelect.js +121 -101
  317. package/lib/MultiSelect/MultiSelect.module.css +204 -207
  318. package/lib/MultiSelect/MultiSelectHeader.js +1 -2
  319. package/lib/MultiSelect/MultiSelectWithAvatar.js +18 -113
  320. package/lib/MultiSelect/SelectedOptions.module.css +15 -15
  321. package/lib/MultiSelect/props/defaultProps.js +3 -1
  322. package/lib/MultiSelect/props/propTypes.js +161 -197
  323. package/lib/PopOver/PopOver.module.css +8 -8
  324. package/lib/Popup/Popup.js +0 -0
  325. package/lib/Popup/PositionMapping.json +73 -73
  326. package/lib/Radio/Radio.js +0 -0
  327. package/lib/Radio/Radio.module.css +112 -112
  328. package/lib/Responsive/CustomResponsive.js +0 -0
  329. package/lib/Responsive/RefWrapper.js +2 -1
  330. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  331. package/lib/Ribbon/Ribbon.js +0 -0
  332. package/lib/Ribbon/Ribbon.module.css +454 -454
  333. package/lib/RippleEffect/RippleEffect.module.css +92 -92
  334. package/lib/Select/GroupSelect.js +2 -2
  335. package/lib/Select/Select.js +1 -2
  336. package/lib/Select/Select.module.css +108 -108
  337. package/lib/Select/SelectWithAvatar.js +2 -1
  338. package/lib/Select/SelectWithIcon.js +5 -3
  339. package/lib/Select/props/propTypes.js +12 -2
  340. package/lib/Stencils/Stencils.js +0 -0
  341. package/lib/Stencils/Stencils.module.css +96 -96
  342. package/lib/Switch/Switch.js +0 -0
  343. package/lib/Switch/Switch.module.css +127 -127
  344. package/lib/Tab/Tab.module.css +100 -100
  345. package/lib/Tab/TabContent.module.css +4 -4
  346. package/lib/Tab/Tabs.js +11 -11
  347. package/lib/Tab/Tabs.module.css +136 -136
  348. package/lib/Tag/Tag.js +8 -8
  349. package/lib/Tag/Tag.module.css +254 -254
  350. package/lib/TextBox/TextBox.js +10 -10
  351. package/lib/TextBox/TextBox.module.css +158 -158
  352. package/lib/TextBoxIcon/TextBoxIcon.js +0 -0
  353. package/lib/TextBoxIcon/TextBoxIcon.module.css +79 -79
  354. package/lib/Textarea/Textarea.js +0 -0
  355. package/lib/Textarea/Textarea.module.css +139 -139
  356. package/lib/Tooltip/Tooltip.module.css +140 -140
  357. package/lib/common/a11y.module.css +3 -3
  358. package/lib/common/animation.module.css +624 -624
  359. package/lib/common/avatarsizes.module.css +48 -48
  360. package/lib/common/basic.module.css +33 -33
  361. package/lib/common/basicReset.module.css +40 -40
  362. package/lib/common/boxShadow.module.css +33 -33
  363. package/lib/common/common.module.css +524 -524
  364. package/lib/common/customscroll.module.css +91 -91
  365. package/lib/common/reset.module.css +13 -13
  366. package/lib/common/transition.module.css +146 -146
  367. package/lib/deprecated/PortalLayer/props/propTypes.js +3 -1
  368. package/lib/index.js +10 -1
  369. package/lib/semantic/Button/semanticButton.module.css +9 -9
  370. package/lib/utils/Common.js +5 -0
  371. package/lib/utils/dropDownUtils.js +0 -0
  372. package/lib/v1/Accordion/Accordion.js +98 -0
  373. package/lib/v1/Accordion/AccordionItem.js +68 -0
  374. package/lib/v1/Accordion/index.js +23 -0
  375. package/lib/v1/Animation/Animation.js +143 -0
  376. package/lib/v1/AppContainer/AppContainer.js +158 -0
  377. package/lib/v1/Avatar/Avatar.js +190 -0
  378. package/lib/v1/AvatarTeam/AvatarTeam.js +81 -0
  379. package/lib/v1/Button/Button.js +82 -0
  380. package/lib/v1/Buttongroup/Buttongroup.js +44 -0
  381. package/lib/v1/Card/Card.js +269 -0
  382. package/lib/v1/Card/index.js +37 -0
  383. package/lib/v1/CheckBox/CheckBox.js +166 -0
  384. package/lib/v1/DateTime/CalendarView.js +285 -0
  385. package/lib/v1/DateTime/DateTime.js +872 -0
  386. package/lib/v1/DateTime/DateTimePopupFooter.js +96 -0
  387. package/lib/v1/DateTime/DateTimePopupHeader.js +166 -0
  388. package/lib/v1/DateTime/DateWidget.js +1125 -0
  389. package/lib/v1/DateTime/DaysRow.js +80 -0
  390. package/lib/v1/DateTime/Time.js +254 -0
  391. package/lib/v1/DateTime/YearView.js +325 -0
  392. package/lib/v1/DateTime/index.js +15 -0
  393. package/lib/v1/DropBox/DropBox.js +119 -0
  394. package/lib/v1/DropBox/DropBoxElement/DropBoxElement.js +145 -0
  395. package/lib/v1/DropDown/DropDown.js +74 -0
  396. package/lib/v1/DropDown/DropDownHeading.js +47 -0
  397. package/lib/v1/DropDown/DropDownItem.js +75 -0
  398. package/lib/v1/DropDown/DropDownSearch.js +74 -0
  399. package/lib/v1/DropDown/DropDownSeparator.js +24 -0
  400. package/lib/v1/Heading/Heading.js +49 -0
  401. package/lib/v1/Label/Label.js +51 -0
  402. package/lib/v1/Layout/Box.js +128 -0
  403. package/lib/v1/Layout/Container.js +145 -0
  404. package/lib/v1/Layout/index.js +23 -0
  405. package/lib/v1/ListItem/ListContainer.js +120 -0
  406. package/lib/v1/ListItem/ListItem.js +138 -0
  407. package/lib/v1/ListItem/ListItemWithAvatar.js +162 -0
  408. package/lib/v1/ListItem/ListItemWithCheckBox.js +125 -0
  409. package/lib/v1/ListItem/ListItemWithIcon.js +143 -0
  410. package/lib/v1/ListItem/ListItemWithRadio.js +126 -0
  411. package/lib/v1/ListItem/index.js +55 -0
  412. package/lib/v1/Modal/Modal.js +212 -0
  413. package/lib/v1/MultiSelect/AdvancedGroupMultiSelect.js +1167 -0
  414. package/lib/v1/MultiSelect/AdvancedMultiSelect.js +634 -0
  415. package/lib/v1/MultiSelect/EmptyState.js +112 -0
  416. package/lib/v1/MultiSelect/MobileHeader/MobileHeader.js +62 -0
  417. package/lib/v1/MultiSelect/MultiSelect.js +1203 -0
  418. package/lib/v1/MultiSelect/MultiSelectHeader.js +78 -0
  419. package/lib/v1/MultiSelect/MultiSelectWithAvatar.js +272 -0
  420. package/lib/v1/MultiSelect/SelectedOptions.js +126 -0
  421. package/lib/v1/MultiSelect/Suggestions.js +195 -0
  422. package/lib/v1/MultiSelect/index.js +39 -0
  423. package/lib/v1/PopOver/PopOver.js +197 -0
  424. package/lib/v1/Popup/Popup.js +715 -0
  425. package/lib/v1/Provider/AvatarSize.js +24 -0
  426. package/lib/v1/Provider/Config.js +27 -0
  427. package/lib/v1/Provider/CssProvider.js +27 -0
  428. package/lib/v1/Provider/IdProvider.js +79 -0
  429. package/lib/v1/Provider/LibraryContext.js +76 -0
  430. package/lib/v1/Provider/LibraryContextInit.js +15 -0
  431. package/lib/v1/Provider/NumberGenerator/NumberGenerator.js +174 -0
  432. package/lib/v1/Provider/ZindexProvider.js +69 -0
  433. package/lib/v1/Provider/index.js +81 -0
  434. package/lib/v1/Radio/Radio.js +126 -0
  435. package/lib/v1/Responsive/CustomResponsive.js +242 -0
  436. package/lib/v1/Responsive/RefWrapper.js +57 -0
  437. package/lib/v1/Responsive/ResizeComponent.js +268 -0
  438. package/lib/v1/Responsive/ResizeObserver.js +168 -0
  439. package/lib/v1/Responsive/Responsive.js +274 -0
  440. package/lib/v1/Responsive/index.js +55 -0
  441. package/lib/v1/ResponsiveDropBox/ResponsiveDropBox.js +79 -0
  442. package/lib/v1/Ribbon/Ribbon.js +44 -0
  443. package/lib/v1/RippleEffect/RippleEffect.js +39 -0
  444. package/lib/v1/Select/GroupSelect.js +876 -0
  445. package/lib/v1/Select/Select.js +1012 -0
  446. package/lib/v1/Select/SelectWithAvatar.js +394 -0
  447. package/lib/v1/Select/SelectWithIcon.js +597 -0
  448. package/lib/v1/Select/index.js +39 -0
  449. package/lib/v1/Stencils/Stencils.js +43 -0
  450. package/lib/v1/Switch/Switch.js +108 -0
  451. package/lib/v1/Tab/Tab.js +132 -0
  452. package/lib/v1/Tab/TabContent.js +42 -0
  453. package/lib/v1/Tab/TabContentWrapper.js +42 -0
  454. package/lib/v1/Tab/TabWrapper.js +89 -0
  455. package/lib/v1/Tab/Tabs.js +680 -0
  456. package/lib/v1/Tab/index.js +47 -0
  457. package/lib/v1/Tag/Tag.js +154 -0
  458. package/lib/v1/TextBox/TextBox.js +168 -0
  459. package/lib/v1/TextBoxIcon/TextBoxIcon.js +196 -0
  460. package/lib/v1/Textarea/Textarea.js +118 -0
  461. package/lib/v1/Tooltip/Tooltip.js +586 -0
  462. package/lib/v1/Typography/Typography.js +56 -0
  463. package/lib/v1/Typography/css/Typography.module.css +376 -0
  464. package/lib/v1/Typography/css/cssJSLogic.js +41 -0
  465. package/lib/v1/Typography/css/letterSpacingMap.js +20 -0
  466. package/lib/v1/Typography/props/defaultProps.js +15 -0
  467. package/lib/v1/Typography/props/propTypes.js +35 -0
  468. package/lib/v1/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +90 -0
  469. package/lib/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +126 -0
  470. package/lib/v1/semantic/Button/Button.js +63 -0
  471. package/lib/v1/semantic/index.js +15 -0
  472. package/package.json +93 -93
  473. package/postPublish.js +8 -8
  474. package/prePublish.js +70 -70
  475. package/react-cli.config.js +23 -23
  476. package/result.json +1 -1
  477. package/unittest/index.html +1 -1
@@ -0,0 +1,1121 @@
1
+ /**** Libraries ****/
2
+ import React from 'react';
3
+ import { MultiSelect_propTypes } from '../../MultiSelect/props/propTypes';
4
+ import { MultiSelect_defaultProps } from '../../MultiSelect/props/defaultProps';
5
+ import { defaultProps as MobileHeader_defaultProps } from '../../MultiSelect/MobileHeader/props/defaultProps';
6
+ /**** Components ****/
7
+
8
+ import Popup from '../Popup/Popup';
9
+ import TextBoxIcon from '../TextBoxIcon/TextBoxIcon';
10
+ import { Container, Box } from '../Layout';
11
+ import Card, { CardContent, CardHeader, CardFooter } from '../Card/Card';
12
+ import SelectedOptions from './SelectedOptions';
13
+ import Suggestions from './Suggestions';
14
+ import EmptyState from './EmptyState';
15
+ import MobileHeader from './MobileHeader/MobileHeader';
16
+ import MultiSelectHeader from './MultiSelectHeader';
17
+ import CssProvider from '../../Provider/CssProvider';
18
+ import { getUniqueId } from '../../Provider/IdProvider';
19
+ import ResponsiveDropBox from '../ResponsiveDropBox/ResponsiveDropBox';
20
+ import { ResponsiveReceiver } from '../Responsive/CustomResponsive';
21
+ import Loader from '@zohodesk/svg/lib/Loader/Loader';
22
+ /**** Icons ****/
23
+
24
+ import { Icon } from '@zohodesk/icons';
25
+ /**** CSS ****/
26
+
27
+ import style from '../../MultiSelect/MultiSelect.module.css';
28
+ /**** Methods ****/
29
+
30
+ import { debounce, scrollTo, bind, getIsEmptyValue, getSearchString, findScrollEnd } from '../../utils/Common.js';
31
+ import { makeFormatOptions, makeGetMultiSelectFilterSuggestions as makeGetFilterSuggestions, makeGetMultiSelectSelectedOptions as makeGetSelectedOptions, makeObjectConcat, filterSelectedOptions, makeGetIsShowClearIcon } from '../../utils/dropDownUtils';
32
+ import { getLibraryConfig } from '../../Provider/Config';
33
+ /* eslint-disable react/forbid-component-props */
34
+
35
+ /* eslint-disable react/no-unused-prop-types */
36
+
37
+ const dummyArray = [];
38
+ export class MultiSelectComponent extends React.Component {
39
+ constructor(props) {
40
+ super(props);
41
+ this.getNextAriaId = getUniqueId(this);
42
+ this.getFilterSuggestions = makeGetFilterSuggestions();
43
+ this.formatOptions = makeFormatOptions();
44
+ this.getSelectedOptions = makeGetSelectedOptions();
45
+ this.getIsShowClearIcon = makeGetIsShowClearIcon(); //Use in AdvancedMultiSelect component
46
+
47
+ this.objectConcat = makeObjectConcat();
48
+ this.formatSelectedOptions = makeFormatOptions();
49
+ const {
50
+ selectedOptions,
51
+ searchDebounceTime = 500
52
+ } = this.props;
53
+ const {
54
+ allOptions,
55
+ normalizedAllOptions,
56
+ normalizedFormatOptions
57
+ } = this.handleFormatOptions(this.props);
58
+ const {
59
+ formatSelectedOptions,
60
+ normalizedSelectedOptions,
61
+ selectedOptionIds
62
+ } = this.handleGetSelectedOptions(selectedOptions, normalizedFormatOptions, this.props);
63
+ this.state = {
64
+ options: allOptions,
65
+ optionsNormalize: normalizedAllOptions,
66
+ selectedOptions: formatSelectedOptions,
67
+ selectedOptionIds,
68
+ searchStr: '',
69
+ hoverOption: 0,
70
+ isFetchingOptions: false,
71
+ highLightedSelectOptions: [],
72
+ lastHighLightedSelectOption: '',
73
+ shiftKeyPressHighLighted: 0,
74
+ isActive: false
75
+ };
76
+ this.allSelectedOptionsDetails = normalizedSelectedOptions;
77
+ this.suggestionsOrder = [];
78
+ this._isMounted = false;
79
+ bind.apply(this, ['handleInputCick', 'handleFilterSuggestions', 'handleKeyDown', 'handleSelectAll', 'handleDeselectAll', 'handleSelectOption', 'handleRemoveOption', 'handleSearch', 'handleClickSelectedOption', 'handleChange', 'handlePopupClose', 'togglePopup', 'selectedOptionRef', 'searchInputRef', 'suggestionContainerRef', 'suggestionItemRef', 'selectedOptionContainerRef', 'handleActive', 'handleInactive', 'handleMouseEnter', 'handleFetchOptions', 'handleFormatOptions', 'handleGetSelectedOptions', 'handleComponentDidUpdate', 'handleInputFocus', 'handleExposedPublicMethods', 'getSelectionUI', 'moveFocusToTextbox']);
80
+ this.handleSearchOptions = debounce(this.handleSearchOptions.bind(this), searchDebounceTime);
81
+ this.handleScroll = this.handleScroll.bind(this);
82
+ this.handleScrollFuncCall = debounce(this.handleScrollFuncCall.bind(this), 500);
83
+ }
84
+
85
+ componentDidMount() {
86
+ // let { suggestionContainer } = this;
87
+ this._isMounted = true;
88
+ this.handleExposedPublicMethods(); // suggestionContainer &&
89
+ // suggestionContainer.addEventListener('scroll', this.handleScroll);
90
+ }
91
+
92
+ UNSAFE_componentWillReceiveProps(nextProps) {
93
+ const {
94
+ selectedOptions,
95
+ options,
96
+ valueField,
97
+ textField,
98
+ prefixText
99
+ } = nextProps;
100
+ const oldProps = this.props;
101
+
102
+ if (selectedOptions !== oldProps.selectedOptions || options !== oldProps.options || valueField !== oldProps.valueField || textField !== oldProps.textField || prefixText !== oldProps.prefixText //For GroupMultiSelect component
103
+ ) {
104
+ const {
105
+ allOptions,
106
+ normalizedAllOptions,
107
+ normalizedFormatOptions
108
+ } = this.handleFormatOptions(nextProps);
109
+ const {
110
+ allSelectedOptionsDetails: oldAllSelectedOptionsDetails
111
+ } = this;
112
+ const optionsDetails = Object.assign({}, oldAllSelectedOptionsDetails, normalizedFormatOptions);
113
+ const {
114
+ formatSelectedOptions,
115
+ normalizedSelectedOptions,
116
+ selectedOptionIds
117
+ } = this.handleGetSelectedOptions(selectedOptions, optionsDetails, nextProps);
118
+ this.allSelectedOptionsDetails = Object.assign(oldAllSelectedOptionsDetails, normalizedSelectedOptions);
119
+ this.setState({
120
+ options: allOptions,
121
+ optionsNormalize: normalizedAllOptions,
122
+ selectedOptions: formatSelectedOptions,
123
+ selectedOptionIds
124
+ }, () => {
125
+ const {
126
+ hoverOption
127
+ } = this.state;
128
+ const suggestions = this.handleFilterSuggestions();
129
+ const suggestionsLen = suggestions.length;
130
+ const {
131
+ id
132
+ } = suggestions[hoverOption] || {};
133
+ const newHoverOption = !getIsEmptyValue(id) ? hoverOption : suggestionsLen ? suggestionsLen - 1 : 0;
134
+ this.setState({
135
+ hoverOption: newHoverOption
136
+ });
137
+ });
138
+ }
139
+ }
140
+
141
+ componentDidUpdate(prevProps, prevState) {
142
+ const {
143
+ suggestionContainer,
144
+ selectedOptionContainer,
145
+ suggestionsOrder
146
+ } = this;
147
+ const {
148
+ hoverOption,
149
+ highLightedSelectOptions,
150
+ selectedOptions,
151
+ searchStr
152
+ } = this.state;
153
+ const {
154
+ needLocalSearch,
155
+ isPopupOpen,
156
+ onDropBoxClose,
157
+ onDropBoxOpen,
158
+ isSearchClearOnClose
159
+ } = this.props; //handle dropbox open & close
160
+
161
+ if (prevProps.isPopupOpen !== isPopupOpen) {
162
+ isPopupOpen && onDropBoxOpen && this.handleFetchOptions(onDropBoxOpen, searchStr);
163
+
164
+ if (!isPopupOpen) {
165
+ this.setState({
166
+ hoverOption: 0
167
+ });
168
+ isSearchClearOnClose && searchStr && this.handleSearch('');
169
+ onDropBoxClose && onDropBoxClose();
170
+ }
171
+ } //scrollTo handling
172
+
173
+
174
+ const hoverId = suggestionsOrder[hoverOption] || '';
175
+ const selectedSuggestion = this[`suggestion_${hoverId}`];
176
+ const lastHighLightedSelectOption = highLightedSelectOptions.slice(-1).length ? highLightedSelectOptions.slice(-1)[0] : null;
177
+ const selectedOption = this[`selectedOption_${lastHighLightedSelectOption}`];
178
+ isPopupOpen && scrollTo(suggestionContainer, selectedSuggestion);
179
+ selectedOptions.length && selectedOption && scrollTo(selectedOptionContainer, selectedOption); //When suggestions length less than 5, getNextOptions function call
180
+
181
+ const {
182
+ isNextOptions,
183
+ getNextOptions
184
+ } = this.props; // let { searchStr } = this.state;
185
+
186
+ const suggestions = this.handleFilterSuggestions();
187
+ const suggestionsLen = suggestions.length;
188
+
189
+ if (isPopupOpen && suggestionsLen <= 5 && isNextOptions && getNextOptions && !needLocalSearch) {
190
+ this.handleFetchOptions(getNextOptions, searchStr);
191
+ } //Need To MultiselectNew Component
192
+
193
+
194
+ this.handleComponentDidUpdate(prevProps, prevState);
195
+ }
196
+
197
+ componentWillUnmount() {
198
+ // let { suggestionContainer } = this;
199
+ this._isMounted = false; // suggestionContainer &&
200
+ // suggestionContainer.removeEventListener('scroll', this.handleScroll);
201
+ }
202
+
203
+ handleComponentDidUpdate() {
204
+ return;
205
+ }
206
+
207
+ handleFormatOptions(props) {
208
+ const {
209
+ options,
210
+ valueField,
211
+ textField,
212
+ prefixText,
213
+ disabledOptions
214
+ } = props;
215
+ return this.formatOptions({
216
+ options,
217
+ valueField,
218
+ textField,
219
+ prefixText,
220
+ optionType: 'default',
221
+ disabledOptions
222
+ });
223
+ }
224
+
225
+ handleGetSelectedOptions(selectedOptions, normalizedFormatOptions) {
226
+ return this.getSelectedOptions({
227
+ selectedOptions,
228
+ normalizedFormatOptions
229
+ });
230
+ }
231
+
232
+ handleInputCick(e) {
233
+ const {
234
+ removeClose
235
+ } = this.props;
236
+ const {
237
+ highLightedSelectOptions,
238
+ searchStr = ''
239
+ } = this.state;
240
+
241
+ if (highLightedSelectOptions.length) {
242
+ this.setState({
243
+ highLightedSelectOptions: [],
244
+ shiftKeyPressHighLighted: 0,
245
+ lastHighLightedSelectOption: ''
246
+ });
247
+ removeClose(e);
248
+ } else if (searchStr.length) {
249
+ removeClose(e);
250
+ } else {
251
+ this.togglePopup(e);
252
+ }
253
+ }
254
+
255
+ handleFilterSuggestions() {
256
+ const {
257
+ options = dummyArray,
258
+ searchStr = ''
259
+ } = this.state;
260
+ const {
261
+ selectedOptions,
262
+ needLocalSearch,
263
+ keepSelectedOptions
264
+ } = this.props;
265
+ const {
266
+ suggestions,
267
+ suggestionIds
268
+ } = this.getFilterSuggestions({
269
+ options,
270
+ selectedOptions,
271
+ searchStr: getSearchString(searchStr),
272
+ needSearch: needLocalSearch,
273
+ keepSelectedOptions
274
+ });
275
+ this.suggestionsOrder = suggestionIds;
276
+ return suggestions;
277
+ }
278
+
279
+ handleKeyDown(e) {
280
+ const {
281
+ keyCode,
282
+ ctrlKey,
283
+ metaKey,
284
+ shiftKey
285
+ } = e;
286
+ let suggestions = [];
287
+ let {
288
+ hoverOption,
289
+ searchStr,
290
+ highLightedSelectOptions,
291
+ lastHighLightedSelectOption,
292
+ shiftKeyPressHighLighted,
293
+ selectedOptionIds: selectedOptions
294
+ } = this.state;
295
+ const {
296
+ isNextOptions,
297
+ getNextOptions,
298
+ isPopupOpen,
299
+ isPopupOpenOnEnter,
300
+ onKeyDown
301
+ } = this.props;
302
+ const highLightedSelectOptionsLen = highLightedSelectOptions.length;
303
+
304
+ if (isPopupOpen && (keyCode === 38 || keyCode === 40 || keyCode === 13 || keyCode === 27 || keyCode === 9)) {
305
+ suggestions = this.handleFilterSuggestions();
306
+ }
307
+
308
+ if (!isPopupOpen && !isPopupOpenOnEnter) {
309
+ onKeyDown && onKeyDown(e);
310
+ }
311
+
312
+ if (!isPopupOpen && keyCode === 40) {
313
+ //down arrow press popup open
314
+ e.preventDefault(); //prevent body scroll
315
+
316
+ this.togglePopup(e);
317
+ }
318
+
319
+ const suggestionsLen = suggestions.length;
320
+
321
+ if (suggestionsLen && isPopupOpen && keyCode === 38) {
322
+ //up arrow
323
+
324
+ /*if (hoverOption === 0) { //disable first to last option higlight
325
+ !isNextOptions && this.setState({ hoverOption: suggestionsLen - 1 });
326
+ }*/
327
+ if (hoverOption) {
328
+ this.setState({
329
+ hoverOption: hoverOption - 1
330
+ });
331
+ }
332
+ } else if (suggestionsLen && isPopupOpen && keyCode === 40) {
333
+ //down arrow
334
+
335
+ /*else if (hoverOption === suggestionsLen - 1 || hoverOption === null) {
336
+ //disable last to first option higlight
337
+ !isNextOptions && this.setState({ hoverOption: 0 });
338
+ }*/
339
+ if (isNextOptions && suggestionsLen >= 5 && hoverOption === suggestionsLen - 3) {
340
+ getNextOptions && this.handleFetchOptions(getNextOptions, searchStr);
341
+ this.setState({
342
+ hoverOption: hoverOption + 1
343
+ });
344
+ } else if (suggestionsLen - 1 > hoverOption) {
345
+ this.setState({
346
+ hoverOption: hoverOption + 1
347
+ });
348
+ }
349
+ } else if (keyCode === 13) {
350
+ //enter key
351
+ const selectedOption = suggestions[hoverOption] || {};
352
+ const {
353
+ id
354
+ } = selectedOption;
355
+ isPopupOpen && !getIsEmptyValue(id) && this.handleSelectOption(id, e);
356
+ !isPopupOpen && isPopupOpenOnEnter && this.togglePopup(e);
357
+ } else if (selectedOptions.length && keyCode === 8 && !searchStr.length) {
358
+ //backspace key
359
+ if (highLightedSelectOptionsLen) {
360
+ this.handleRemoveOption(highLightedSelectOptions);
361
+ } else {
362
+ this.handleRemoveOption(selectedOptions.slice(-1)); // this.setState({
363
+ // highLightedSelectOptions: selectedOptions.slice(-1)
364
+ // });
365
+ }
366
+ } else if (selectedOptions && keyCode === 65 && (ctrlKey || metaKey) && !searchStr.length) {
367
+ //ctrl+a key
368
+ this.setState({
369
+ highLightedSelectOptions: selectedOptions,
370
+ shiftKeyPressHighLighted: 0
371
+ });
372
+ } else if (keyCode === 39 && shiftKey && selectedOptions.length && !searchStr.length) {
373
+ //shift+right arrow=39
374
+ const lastHighLightedSelectOptionIndex = lastHighLightedSelectOption && selectedOptions.indexOf(lastHighLightedSelectOption) >= 0 ? selectedOptions.indexOf(lastHighLightedSelectOption) : 0;
375
+ const newShiftKeyPressHighLighted = shiftKeyPressHighLighted ? shiftKeyPressHighLighted : shiftKeyPressHighLighted + 1;
376
+ const newHighLightedSelectOption = lastHighLightedSelectOptionIndex !== null ? selectedOptions[lastHighLightedSelectOptionIndex + newShiftKeyPressHighLighted] : selectedOptions[0];
377
+
378
+ if (!getIsEmptyValue(newHighLightedSelectOption)) {
379
+ const newLastHighLightedSelectOption = lastHighLightedSelectOption ? lastHighLightedSelectOption : selectedOptions[0];
380
+ highLightedSelectOptions = !shiftKeyPressHighLighted ? [newLastHighLightedSelectOption] : highLightedSelectOptions;
381
+ const isRemove = highLightedSelectOptions.indexOf(newHighLightedSelectOption) >= 0 && newHighLightedSelectOption !== lastHighLightedSelectOption ? true : false;
382
+ const newHighLightedSelectOptions = isRemove ? highLightedSelectOptions.filter(option => option !== newHighLightedSelectOption) : [...highLightedSelectOptions, newHighLightedSelectOption];
383
+ this.setState({
384
+ highLightedSelectOptions: newHighLightedSelectOptions,
385
+ shiftKeyPressHighLighted: newShiftKeyPressHighLighted + 1,
386
+ lastHighLightedSelectOption: newLastHighLightedSelectOption
387
+ });
388
+ }
389
+ } else if (keyCode === 37 && shiftKey && selectedOptions.length && !searchStr.length) {
390
+ // shift+left arrow=37
391
+ const lastHighLightedSelectOptionIndex = lastHighLightedSelectOption ? selectedOptions.indexOf(lastHighLightedSelectOption) : selectedOptions.length - 1;
392
+ const newShiftKeyPressHighLighted = shiftKeyPressHighLighted !== 1 ? shiftKeyPressHighLighted : shiftKeyPressHighLighted - 1;
393
+ const newHighLightedSelectOption = selectedOptions[lastHighLightedSelectOptionIndex + newShiftKeyPressHighLighted - 1];
394
+
395
+ if (!getIsEmptyValue(newHighLightedSelectOption)) {
396
+ const newLastHighLightedSelectOption = lastHighLightedSelectOption ? lastHighLightedSelectOption : selectedOptions.slice(-1)[0];
397
+ highLightedSelectOptions = !shiftKeyPressHighLighted ? [newLastHighLightedSelectOption] : highLightedSelectOptions;
398
+ const isRemove = highLightedSelectOptions.indexOf(newHighLightedSelectOption) >= 0 && newHighLightedSelectOption !== lastHighLightedSelectOption ? true : false;
399
+ const newHighLightedSelectOptions = isRemove ? highLightedSelectOptions.filter(option => option !== newHighLightedSelectOption) : [...highLightedSelectOptions, newHighLightedSelectOption];
400
+ this.setState({
401
+ highLightedSelectOptions: newHighLightedSelectOptions,
402
+ shiftKeyPressHighLighted: newShiftKeyPressHighLighted - 1,
403
+ lastHighLightedSelectOption: newLastHighLightedSelectOption
404
+ });
405
+ }
406
+ } else if ((keyCode === 39 || keyCode === 37) && selectedOptions.length && !searchStr.length) {
407
+ const isRightArrow = keyCode === 39 ? true : false; // let isLefttArrow = keyCode === 37 ? true : false;
408
+
409
+ if (highLightedSelectOptions.length) {
410
+ const [lastHighLightedSelectOption] = highLightedSelectOptions.slice(-1);
411
+ const lastHighLightedSelectOptionIndex = selectedOptions.indexOf(lastHighLightedSelectOption);
412
+ const newLastHighLightedSelectOptionIndex = isRightArrow ? lastHighLightedSelectOptionIndex === selectedOptions.length - 1 ? lastHighLightedSelectOptionIndex : lastHighLightedSelectOptionIndex + 1 : lastHighLightedSelectOptionIndex - 1;
413
+ const newLastHighLightedSelectOption = selectedOptions[newLastHighLightedSelectOptionIndex];
414
+ const isEmptyHighlighted = isRightArrow && highLightedSelectOptions.length === 1 && selectedOptions.slice(-1)[0] === lastHighLightedSelectOption ? true : false;
415
+
416
+ if (!getIsEmptyValue(newLastHighLightedSelectOption)) {
417
+ this.setState({
418
+ lastHighLightedSelectOption: isEmptyHighlighted ? '' : newLastHighLightedSelectOption,
419
+ highLightedSelectOptions: isEmptyHighlighted ? [] : [newLastHighLightedSelectOption],
420
+ shiftKeyPressHighLighted: 0
421
+ });
422
+ }
423
+ } else {
424
+ const [newLastHighLightedSelectOption] = isRightArrow ? selectedOptions : selectedOptions.slice(-1);
425
+ this.setState({
426
+ lastHighLightedSelectOption: newLastHighLightedSelectOption,
427
+ highLightedSelectOptions: [newLastHighLightedSelectOption],
428
+ shiftKeyPressHighLighted: 0
429
+ });
430
+ }
431
+ } // eslint-disable-next-line
432
+ else if (keyCode === 27) {// this.handlePopupClose(e);
433
+ } else if (keyCode === 9) {
434
+ this.handlePopupClose(e);
435
+ }
436
+ }
437
+
438
+ handleSelectAll(e) {
439
+ e && e.preventDefault();
440
+ const suggestions = this.handleFilterSuggestions();
441
+ const {
442
+ selectedOptions
443
+ } = this.props;
444
+ const newSelectedOptions = [];
445
+ suggestions.forEach(option => {
446
+ const {
447
+ id
448
+ } = option;
449
+
450
+ if (selectedOptions.indexOf(id) === -1) {
451
+ newSelectedOptions.push(id);
452
+ }
453
+ });
454
+ this.handleChange([...selectedOptions, ...newSelectedOptions]); // this.handlePopupClose(e);
455
+ }
456
+
457
+ handleDeselectAll(e) {
458
+ e && e.preventDefault();
459
+ const {
460
+ removeClose
461
+ } = this.props;
462
+ const {
463
+ highLightedSelectOptions
464
+ } = this.state;
465
+
466
+ if (highLightedSelectOptions.length) {
467
+ this.setState({
468
+ highLightedSelectOptions: [],
469
+ lastHighLightedSelectOption: ''
470
+ });
471
+ }
472
+
473
+ removeClose(e);
474
+ this.handleChange([]);
475
+ }
476
+
477
+ handleSelectOption(option, value, index, e) {
478
+ const {
479
+ selectedOptions,
480
+ isSearchClearOnSelect,
481
+ keepSelectedOptions
482
+ } = this.props;
483
+ const {
484
+ searchStr
485
+ } = this.state;
486
+
487
+ if (searchStr.trim() != '' && isSearchClearOnSelect) {
488
+ this.handleSearch('');
489
+ }
490
+
491
+ if (keepSelectedOptions && selectedOptions.indexOf(option) != -1) {
492
+ let newSelectedOptions = selectedOptions.filter(id => {
493
+ return id != option;
494
+ });
495
+ this.handleChange(newSelectedOptions, e);
496
+ } else {
497
+ this.handleChange([...selectedOptions, option], e);
498
+ }
499
+ }
500
+
501
+ handleRemoveOption(options) {
502
+ const newOptions = !getIsEmptyValue(options) && !Array.isArray(options) ? [options] : options;
503
+ const {
504
+ selectedOptions,
505
+ isReadOnly
506
+ } = this.props;
507
+ const {
508
+ highLightedSelectOptions,
509
+ lastHighLightedSelectOption,
510
+ shiftKeyPressHighLighted
511
+ } = this.state;
512
+
513
+ if (newOptions.length && !isReadOnly) {
514
+ const newSelectedOptions = selectedOptions.filter(option => newOptions.indexOf(option) === -1);
515
+ const newHighLightedSelectOptions = highLightedSelectOptions.filter(option => newSelectedOptions.indexOf(option) >= 0);
516
+ let isHighlightedRemoved = false;
517
+ const newOptionsLen = newOptions.length;
518
+
519
+ for (let i = 0; i < newOptionsLen; i++) {
520
+ const removedOption = newOptions[i];
521
+
522
+ if (highLightedSelectOptions.indexOf(removedOption) >= 0) {
523
+ isHighlightedRemoved = true;
524
+ break;
525
+ }
526
+ }
527
+
528
+ this.setState({
529
+ lastHighLightedSelectOption: newSelectedOptions.indexOf(lastHighLightedSelectOption) >= 0 && !isHighlightedRemoved ? lastHighLightedSelectOption : '',
530
+ highLightedSelectOptions: isHighlightedRemoved ? [] : newHighLightedSelectOptions,
531
+ shiftKeyPressHighLighted: isHighlightedRemoved ? 0 : shiftKeyPressHighLighted
532
+ });
533
+ this.handleChange(newSelectedOptions);
534
+ }
535
+
536
+ this.moveFocusToTextbox();
537
+ }
538
+
539
+ handleMouseEnter(id, val, hoverOptionIndex, e) {
540
+ e && e.preventDefault();
541
+ const {
542
+ hoverOption
543
+ } = this.state;
544
+ const {
545
+ suggestionsOrder
546
+ } = this;
547
+ const newHoverIndex = suggestionsOrder.indexOf(id);
548
+
549
+ if (newHoverIndex !== hoverOption) {
550
+ this.setState({
551
+ hoverOption: newHoverIndex
552
+ });
553
+ }
554
+ }
555
+
556
+ handleFetchOptions() {
557
+ for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
558
+ args[_key] = arguments[_key];
559
+ }
560
+
561
+ const [APICall, searchStr] = args;
562
+ const {
563
+ isFetchingOptions
564
+ } = this.state;
565
+ const {
566
+ _isMounted
567
+ } = this;
568
+ const isForce = isFetchingOptions && searchStr ? true : false;
569
+
570
+ if (!isFetchingOptions && APICall || isForce) {
571
+ this.setState({
572
+ isFetchingOptions: true
573
+ });
574
+
575
+ try {
576
+ return APICall(searchStr).then(() => {
577
+ _isMounted && this.setState({
578
+ isFetchingOptions: false
579
+ });
580
+ }, () => {
581
+ _isMounted && this.setState({
582
+ isFetchingOptions: false
583
+ });
584
+ });
585
+ } catch (e) {
586
+ _isMounted && this.setState({
587
+ isFetchingOptions: false
588
+ });
589
+ }
590
+ }
591
+ }
592
+
593
+ handleSearchOptions() {
594
+ const {
595
+ onSearch
596
+ } = this.props;
597
+ const {
598
+ searchStr
599
+ } = this.state;
600
+ searchStr && this.handleFetchOptions(onSearch, searchStr);
601
+ }
602
+
603
+ handleSearch(value, e) {
604
+ const {
605
+ onSearch,
606
+ isPopupOpen
607
+ } = this.props;
608
+ !isPopupOpen && e && this.togglePopup(e);
609
+ const {
610
+ searchStr = ''
611
+ } = this.state;
612
+ const searchStrRegex = getSearchString(searchStr);
613
+ const valueStrRegex = getSearchString(value);
614
+ const isSearch = searchStrRegex !== valueStrRegex ? true : false;
615
+ this.setState({
616
+ searchStr: value
617
+ }, () => {
618
+ if (!value) {
619
+ onSearch && onSearch('');
620
+ } else if (isSearch && onSearch) {
621
+ this.handleSearchOptions();
622
+ }
623
+ });
624
+ }
625
+
626
+ handleClickSelectedOption() {
627
+ let id = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
628
+ let e = arguments.length > 1 ? arguments[1] : undefined;
629
+ const {
630
+ selectedOptions
631
+ } = this.props;
632
+ let {
633
+ highLightedSelectOptions,
634
+ lastHighLightedSelectOption
635
+ } = this.state;
636
+ const {
637
+ metaKey,
638
+ ctrlKey,
639
+ shiftKey
640
+ } = e;
641
+
642
+ if (e && shiftKey) {
643
+ //shift+click
644
+ let from = selectedOptions.indexOf(lastHighLightedSelectOption) >= 0 ? selectedOptions.indexOf(lastHighLightedSelectOption) : 0;
645
+ let to = id && selectedOptions.indexOf(id) >= 0 ? selectedOptions.indexOf(id) : null;
646
+
647
+ if (to >= 0 && to < from) {
648
+ [to] = [from, from = to];
649
+ }
650
+
651
+ to += 1;
652
+ const newSelectedHighlights = to ? selectedOptions.slice(from, to) : [];
653
+ to && this.setState({
654
+ highLightedSelectOptions: newSelectedHighlights,
655
+ lastHighLightedSelectOption: id
656
+ });
657
+ } else if (e && (ctrlKey || metaKey)) {
658
+ //ctrl+click
659
+ const isRemove = highLightedSelectOptions.indexOf(id) >= 0;
660
+ let newSelectedHighlights = [];
661
+
662
+ if (isRemove) {
663
+ lastHighLightedSelectOption = id === lastHighLightedSelectOption ? '' : lastHighLightedSelectOption;
664
+ newSelectedHighlights = highLightedSelectOptions.filter(option => option !== id);
665
+ } else {
666
+ lastHighLightedSelectOption = id;
667
+ newSelectedHighlights = [...highLightedSelectOptions, id];
668
+ }
669
+
670
+ this.setState({
671
+ highLightedSelectOptions: newSelectedHighlights,
672
+ lastHighLightedSelectOption
673
+ });
674
+ } else {
675
+ this.setState({
676
+ highLightedSelectOptions: [id],
677
+ lastHighLightedSelectOption: id
678
+ });
679
+ }
680
+
681
+ this.setState({
682
+ shiftKeyPressHighLighted: 0
683
+ });
684
+ this.moveFocusToTextbox();
685
+ }
686
+
687
+ handleScroll(e) {
688
+ let ele = e.target;
689
+ let isScrollReachedBottom = findScrollEnd(ele);
690
+ isScrollReachedBottom && this.handleScrollFuncCall();
691
+ }
692
+
693
+ handleScrollFuncCall() {
694
+ const {
695
+ getNextOptions,
696
+ isNextOptions
697
+ } = this.props;
698
+ const {
699
+ searchStr
700
+ } = this.state;
701
+ isNextOptions && getNextOptions && this.handleFetchOptions(getNextOptions, searchStr);
702
+ }
703
+
704
+ handleChange() {
705
+ let selectedOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
706
+ let e = arguments.length > 1 ? arguments[1] : undefined;
707
+ const {
708
+ optionsNormalize
709
+ } = this.state;
710
+ const {
711
+ onChange,
712
+ needToCloseOnSelect,
713
+ togglePopup,
714
+ selectedOptions: propSelectedOptions,
715
+ disabledOptions = dummyArray
716
+ } = this.props;
717
+ const {
718
+ newSelectedOptions
719
+ } = filterSelectedOptions({
720
+ selectedOptions,
721
+ propSelectedOptions,
722
+ disabledOptions
723
+ });
724
+ const selectedOptionsLen = newSelectedOptions.length;
725
+ const allSelectedOptionsDetails = [];
726
+
727
+ for (let i = 0; i < selectedOptionsLen; i++) {
728
+ const id = newSelectedOptions[i];
729
+ allSelectedOptionsDetails.push(optionsNormalize[id]);
730
+ }
731
+
732
+ onChange && onChange(newSelectedOptions, allSelectedOptionsDetails); // this.setState({ searchStr: '' });
733
+
734
+ this.moveFocusToTextbox();
735
+
736
+ if (needToCloseOnSelect) {
737
+ togglePopup(e);
738
+ }
739
+ }
740
+
741
+ togglePopup(e) {
742
+ const {
743
+ togglePopup,
744
+ defaultDropBoxPosition,
745
+ isReadOnly
746
+ } = this.props;
747
+ !isReadOnly && togglePopup(e, defaultDropBoxPosition ? `${defaultDropBoxPosition}` : null);
748
+ }
749
+
750
+ handlePopupClose(e) {
751
+ const {
752
+ closePopupOnly
753
+ } = this.props;
754
+ closePopupOnly(e);
755
+ }
756
+
757
+ searchInputRef(el) {
758
+ const {
759
+ getRef
760
+ } = this.props;
761
+ this.searchInput = el;
762
+ getRef && getRef(el);
763
+ }
764
+
765
+ selectedOptionContainerRef(el) {
766
+ const {
767
+ getTargetRef
768
+ } = this.props;
769
+ this.selectedOptionContainer = el;
770
+ getTargetRef(el);
771
+ }
772
+
773
+ selectedOptionRef(el, id) {
774
+ this[`selectedOption_${id}`] = el;
775
+ }
776
+
777
+ suggestionContainerRef(el) {
778
+ this.suggestionContainer = el;
779
+ }
780
+
781
+ suggestionItemRef(el, index, id) {
782
+ this[`suggestion_${id}`] = el;
783
+ }
784
+
785
+ handleActive(e) {
786
+ const {
787
+ searchStr,
788
+ isActive
789
+ } = this.state;
790
+
791
+ if (!isActive) {
792
+ this.setState({
793
+ isActive: true
794
+ });
795
+ }
796
+
797
+ const {
798
+ target
799
+ } = e || {};
800
+ target && target.setSelectionRange(target, 0);
801
+ const {
802
+ onFocus
803
+ } = this.props;
804
+ onFocus && onFocus(searchStr);
805
+ }
806
+
807
+ handleInactive() {
808
+ const {
809
+ isActive
810
+ } = this.state;
811
+
812
+ if (isActive) {
813
+ this.setState({
814
+ isActive: false
815
+ });
816
+ }
817
+ }
818
+
819
+ handleInputFocus() {
820
+ const {
821
+ isDisabled,
822
+ isReadOnly
823
+ } = this.props;
824
+ !isDisabled && !isReadOnly && this.moveFocusToTextbox();
825
+ }
826
+
827
+ moveFocusToTextbox() {
828
+ this.searchInput && this.searchInput.focus({
829
+ preventScroll: true
830
+ });
831
+ }
832
+
833
+ handleExposedPublicMethods() {
834
+ const {
835
+ getPublicMethods,
836
+ openPopupOnly
837
+ } = this.props;
838
+ getPublicMethods && getPublicMethods({
839
+ openPopupOnly
840
+ });
841
+ }
842
+
843
+ responsiveFunc(_ref) {
844
+ let {
845
+ mediaQueryOR
846
+ } = _ref;
847
+ return {
848
+ tabletMode: mediaQueryOR([{
849
+ maxWidth: 700
850
+ }])
851
+ };
852
+ }
853
+
854
+ getSelectionUI() {
855
+ let isResponsive = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
856
+ let {
857
+ size,
858
+ needBorder,
859
+ disableAction,
860
+ borderColor,
861
+ placeHolder,
862
+ textBoxSize,
863
+ variant,
864
+ textBoxClass,
865
+ needAutoFocus,
866
+ htmlId,
867
+ children,
868
+ customChildrenClass,
869
+ autoComplete,
870
+ a11y,
871
+ disabledOptions,
872
+ i18nKeys,
873
+ isReadOnly,
874
+ isDisabled,
875
+ palette,
876
+ dataId,
877
+ setAriaId,
878
+ isPopupOpen,
879
+ ariaErrorId
880
+ } = this.props;
881
+ let {
882
+ isActive,
883
+ selectedOptions,
884
+ highLightedSelectOptions,
885
+ searchStr
886
+ } = this.state;
887
+ const {
888
+ clearText = 'Clear all'
889
+ } = i18nKeys;
890
+ const {
891
+ clearLabel = 'Clear all',
892
+ ariaLabelledby
893
+ } = a11y;
894
+ let {
895
+ isShowClearIcon: isShowClear
896
+ } = this.getIsShowClearIcon({
897
+ selectedOptions,
898
+ disabledOptions
899
+ });
900
+ const isShowClearIcon = !isReadOnly && !isDisabled && !disableAction && isShowClear;
901
+ return /*#__PURE__*/React.createElement(Container, {
902
+ align: "vertical",
903
+ alignBox: "row",
904
+ className: `${style.container} ${style[size]} ${needBorder ? !disableAction ? style[`borderColor_${borderColor}`] : style.borderColor_transparent : ''} ${isActive && needBorder || isResponsive ? style.active : ''} ${textBoxClass} ${needBorder ? style.hasBorder : ''}`,
905
+ eleRef: this.selectedOptionContainerRef,
906
+ wrap: "wrap"
907
+ }, /*#__PURE__*/React.createElement(SelectedOptions, {
908
+ selectedOptions: selectedOptions,
909
+ highLightedSelectOptions: highLightedSelectOptions,
910
+ isReadOnly: isReadOnly,
911
+ getRef: this.selectedOptionRef,
912
+ onRemove: this.handleRemoveOption,
913
+ onSelect: this.handleClickSelectedOption,
914
+ size: size,
915
+ palette: palette
916
+ }), /*#__PURE__*/React.createElement(Box, {
917
+ flexible: true,
918
+ className: style.wrapper,
919
+ adjust: true,
920
+ shrink: true
921
+ }, /*#__PURE__*/React.createElement("span", {
922
+ className: ` ${style.custmSpan} ${textBoxSize === 'xmedium' ? style.custmSpanXmedium : style.custmSpanMedium} ${isShowClearIcon ? style.clearIconSpace : ''}
923
+ ${customChildrenClass ? customChildrenClass : ''}`
924
+ }, searchStr), /*#__PURE__*/React.createElement(TextBoxIcon, {
925
+ isDisabled: isDisabled,
926
+ inputRef: this.searchInputRef,
927
+ needBorder: false,
928
+ onBlur: this.handleInactive,
929
+ onChange: this.handleSearch,
930
+ onClick: !isResponsive ? this.handleInputCick : undefined,
931
+ onFocus: this.handleActive,
932
+ onKeyDown: this.handleKeyDown,
933
+ autofocus: needAutoFocus,
934
+ placeHolder: selectedOptions.length >= 1 ? '' : placeHolder,
935
+ size: textBoxSize,
936
+ value: searchStr,
937
+ variant: variant,
938
+ dataId: `${dataId}_textBox`,
939
+ isReadOnly: isReadOnly,
940
+ tabindex: isDisabled && '-1',
941
+ customClass: {
942
+ customTBoxWrap: style.custmInputWrapper
943
+ },
944
+ htmlId: htmlId,
945
+ a11y: {
946
+ role: 'combobox',
947
+ ariaOwns: setAriaId,
948
+ ariaControls: setAriaId,
949
+ ariaExpanded: !isReadOnly && !isDisabled && !disableAction && isPopupOpen ? true : false,
950
+ ariaHaspopup: true,
951
+ ariaRequired: true,
952
+ ariaDescribedby: ariaErrorId,
953
+ ariaLabelledby: ariaLabelledby
954
+ },
955
+ autoComplete: autoComplete
956
+ }, /*#__PURE__*/React.createElement(Container, {
957
+ alignBox: "row",
958
+ align: "vertical"
959
+ }, isShowClearIcon ? /*#__PURE__*/React.createElement(Box, {
960
+ className: `${style.delete} ${style[`${palette}Delete`]}`,
961
+ dataId: `${dataId}_clearIcon`,
962
+ "data-title": clearText,
963
+ onClick: this.handleDeselectAll,
964
+ tagName: "button",
965
+ "aria-label": clearLabel
966
+ }, /*#__PURE__*/React.createElement(Icon, {
967
+ name: "ZD-delete",
968
+ size: "15"
969
+ })) : null, children ? /*#__PURE__*/React.createElement(Box, {
970
+ dataId: `${dataId}_children`
971
+ }, children) : null))));
972
+ }
973
+
974
+ render() {
975
+ let {
976
+ isReadOnly,
977
+ searchEmptyMessage,
978
+ emptyMessage,
979
+ noMoreOptionsMessage,
980
+ dropBoxSize,
981
+ isPopupOpen,
982
+ isPopupReady,
983
+ position,
984
+ defaultDropBoxPosition,
985
+ getContainerRef,
986
+ removeClose,
987
+ isAnimate,
988
+ animationStyle,
989
+ isDisabled,
990
+ title,
991
+ needResponsive,
992
+ dataId,
993
+ dataSelectorId,
994
+ isSearching,
995
+ borderColor,
996
+ disableAction,
997
+ isBoxPaddingNeed,
998
+ palette,
999
+ i18nKeys,
1000
+ getFooter,
1001
+ needEffect,
1002
+ boxSize,
1003
+ isLoading,
1004
+ selectAllText,
1005
+ needSelectAll
1006
+ } = this.props;
1007
+ const {
1008
+ selectedOptions,
1009
+ searchStr,
1010
+ hoverOption,
1011
+ options,
1012
+ isFetchingOptions,
1013
+ selectedOptionIds
1014
+ } = this.state;
1015
+ const {
1016
+ searchText = 'Searching...'
1017
+ } = i18nKeys;
1018
+ const suggestions = this.handleFilterSuggestions();
1019
+ const setAriaId = this.getNextAriaId();
1020
+ const ariaErrorId = this.getNextAriaId();
1021
+ i18nKeys = Object.assign({}, MobileHeader_defaultProps.i18nKeys, i18nKeys, {
1022
+ emptyText: i18nKeys.emptyText || emptyMessage,
1023
+ searchEmptyText: i18nKeys.searchEmptyText || searchEmptyMessage,
1024
+ noMoreText: i18nKeys.noMoreText || noMoreOptionsMessage
1025
+ });
1026
+ return /*#__PURE__*/React.createElement("div", {
1027
+ className: `${style.wrapper} ${isDisabled ? style.disabled : ''} ${isReadOnly ? style.readOnly : ''} ${disableAction ? CssProvider('isBlock') : ''} ${borderColor === 'transparent' ? style.transparentContainer : ''} ${needEffect && !(isDisabled || isReadOnly) ? style.effect : ''}`,
1028
+ "data-id": `${isDisabled ? `${dataId}_disabled` : isReadOnly ? `${dataId}_readOnly` : dataId}`,
1029
+ "data-test-id": `${isDisabled ? `${dataId}_disabled` : isReadOnly ? `${dataId}_readOnly` : dataId}`,
1030
+ "data-title": isDisabled ? title : null,
1031
+ onClick: this.handleInputFocus,
1032
+ "data-selector-id": dataSelectorId
1033
+ }, this.getSelectionUI(), !isReadOnly && !isDisabled && !disableAction && isPopupOpen ? /*#__PURE__*/React.createElement(ResponsiveReceiver, {
1034
+ query: this.responsiveFunc,
1035
+ responsiveId: "Helmet"
1036
+ }, _ref2 => {
1037
+ let {
1038
+ tabletMode
1039
+ } = _ref2;
1040
+ return /*#__PURE__*/React.createElement(ResponsiveDropBox, {
1041
+ animationStyle: animationStyle,
1042
+ boxPosition: position || `${defaultDropBoxPosition}`,
1043
+ getRef: getContainerRef,
1044
+ isActive: isPopupReady,
1045
+ isAnimate: isAnimate,
1046
+ isArrow: false,
1047
+ onClick: removeClose,
1048
+ needResponsive: needResponsive,
1049
+ isPadding: false,
1050
+ isBoxPaddingNeed: isBoxPaddingNeed,
1051
+ palette: palette,
1052
+ htmlId: setAriaId,
1053
+ a11y: {
1054
+ role: 'listbox',
1055
+ ariaMultiselectable: true
1056
+ },
1057
+ size: boxSize,
1058
+ alignBox: "row",
1059
+ isResponsivePadding: getFooter ? false : true
1060
+ }, /*#__PURE__*/React.createElement(Box, {
1061
+ flexible: true
1062
+ }, /*#__PURE__*/React.createElement(Card, {
1063
+ customClass: `${style.box} ${style[`${palette}Box`]}`,
1064
+ onScroll: this.handleScroll
1065
+ }, tabletMode && /*#__PURE__*/React.createElement(MobileHeader, {
1066
+ selectedOptions: selectedOptions,
1067
+ i18nKeys: i18nKeys,
1068
+ onClick: this.handlePopupClose
1069
+ }, /*#__PURE__*/React.createElement("div", {
1070
+ className: style.effect
1071
+ }, this.getSelectionUI(true))), needSelectAll ? /*#__PURE__*/React.createElement(CardHeader, null, /*#__PURE__*/React.createElement(MultiSelectHeader, {
1072
+ onSelect: this.handleSelectAll,
1073
+ selectAllText: selectAllText,
1074
+ suggestions: suggestions,
1075
+ dataId: dataId
1076
+ })) : null, isLoading ? /*#__PURE__*/React.createElement(Container, {
1077
+ align: "both",
1078
+ className: style.loader
1079
+ }, /*#__PURE__*/React.createElement(Loader, null)) : /*#__PURE__*/React.createElement(CardContent, {
1080
+ shrink: true,
1081
+ customClass: !tabletMode && dropBoxSize ? style[dropBoxSize] : '',
1082
+ eleRef: this.suggestionContainerRef
1083
+ }, isSearching ? /*#__PURE__*/React.createElement("div", {
1084
+ className: style[palette]
1085
+ }, searchText) : suggestions.length ? /*#__PURE__*/React.createElement(Suggestions, {
1086
+ suggestions: suggestions,
1087
+ getRef: this.suggestionItemRef,
1088
+ hoverOption: hoverOption,
1089
+ onClick: this.handleSelectOption,
1090
+ onMouseEnter: this.handleMouseEnter,
1091
+ needBorder: false,
1092
+ dataId: `${dataId}_Options`,
1093
+ palette: palette,
1094
+ selectedOptions: selectedOptionIds,
1095
+ a11y: {
1096
+ role: 'option'
1097
+ }
1098
+ }) : /*#__PURE__*/React.createElement(EmptyState, {
1099
+ isLoading: isFetchingOptions,
1100
+ options: options,
1101
+ searchString: searchStr,
1102
+ suggestions: suggestions,
1103
+ dataId: dataId,
1104
+ palette: palette,
1105
+ i18nKeys: i18nKeys,
1106
+ htmlId: ariaErrorId
1107
+ }), isFetchingOptions && /*#__PURE__*/React.createElement(Container, {
1108
+ isCover: false,
1109
+ align: "both"
1110
+ }, /*#__PURE__*/React.createElement(Loader, null))), getFooter ? /*#__PURE__*/React.createElement(CardFooter, null, getFooter()) : null)));
1111
+ }) : null);
1112
+ }
1113
+
1114
+ }
1115
+ MultiSelectComponent.propTypes = MultiSelect_propTypes;
1116
+ MultiSelectComponent.defaultProps = MultiSelect_defaultProps;
1117
+ MultiSelectComponent.displayName = 'MultiSelect';
1118
+ const MultiSelect = Popup(MultiSelectComponent);
1119
+ MultiSelect.propTypes = MultiSelectComponent.propTypes;
1120
+ MultiSelect.defaultProps = MultiSelectComponent.defaultProps;
1121
+ export default MultiSelect;