@zohodesk/components 1.0.0-temp-136 → 1.0.0-temp-137

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 (329) hide show
  1. package/README.md +1168 -1164
  2. package/assets/Appearance/dark/mode/darkMode.module.css +185 -184
  3. package/assets/Appearance/dark/themes/blue/blueDarkCTAModifyCategory.module.css +102 -0
  4. package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +30 -30
  5. package/assets/Appearance/dark/themes/green/greenDarkCTAModifyCategory.module.css +102 -0
  6. package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +30 -30
  7. package/assets/Appearance/dark/themes/orange/orangeDarkCTAModifyCategory.module.css +102 -0
  8. package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +30 -30
  9. package/assets/Appearance/dark/themes/red/redDarkCTAModifyCategory.module.css +102 -0
  10. package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +30 -30
  11. package/assets/Appearance/dark/themes/yellow/yellowDarkCTAModifyCategory.module.css +102 -0
  12. package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +30 -30
  13. package/assets/Appearance/default/mode/defaultMode.module.css +181 -180
  14. package/assets/Appearance/default/themes/blue/blueDefaultCTAModifyCategory.module.css +102 -0
  15. package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +30 -30
  16. package/assets/Appearance/default/themes/green/greenDefaultCTAModifyCategory.module.css +102 -0
  17. package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +30 -30
  18. package/assets/Appearance/default/themes/orange/orangeDefaultCTAModifyCategory.module.css +102 -0
  19. package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +30 -30
  20. package/assets/Appearance/default/themes/red/redDefaultCTAModifyCategory.module.css +102 -0
  21. package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +30 -30
  22. package/assets/Appearance/default/themes/yellow/yellowDefaultCTAModifyCategory.module.css +102 -0
  23. package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +30 -30
  24. package/assets/Appearance/pureDark/mode/pureDarkMode.module.css +186 -185
  25. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTAModifyCategory.module.css +102 -0
  26. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +30 -30
  27. package/assets/Appearance/pureDark/themes/green/greenPureDarkCTAModifyCategory.module.css +102 -0
  28. package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +30 -30
  29. package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTAModifyCategory.module.css +102 -0
  30. package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +30 -30
  31. package/assets/Appearance/pureDark/themes/red/redPureDarkCTAModifyCategory.module.css +102 -0
  32. package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +30 -30
  33. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTAModifyCategory.module.css +102 -0
  34. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +30 -30
  35. package/assets/Contrast/darkContrastLightness.module.css +33 -0
  36. package/assets/Contrast/defaultContrastLightness.module.css +33 -0
  37. package/assets/Contrast/pureDarkContrastLightness.module.css +33 -0
  38. package/css_error.log +1 -0
  39. package/docs/external/active-line.js +72 -72
  40. package/docs/external/autorefresh.js +47 -47
  41. package/docs/external/codemirror.js +9681 -9681
  42. package/docs/external/css/hopscotch.css +576 -576
  43. package/docs/external/css/styleGuide.css +1100 -1100
  44. package/docs/external/css.js +466 -466
  45. package/docs/external/designTokens.js +1 -1
  46. package/docs/external/foldcode.js +151 -151
  47. package/docs/external/format.js +129 -129
  48. package/docs/external/htmlmixed.js +84 -84
  49. package/docs/external/index.html +127 -127
  50. package/docs/external/javascript.js +422 -422
  51. package/docs/external/jsx.js +147 -147
  52. package/docs/external/matchbrackets.js +145 -145
  53. package/docs/external/xml.js +322 -322
  54. package/docs/package.json +41 -41
  55. package/docs/src/index.js +1311 -1311
  56. package/es/AppContainer/AppContainer.js +1 -0
  57. package/es/AppContainer/AppContainer.module.css +18 -18
  58. package/es/Avatar/Avatar.js +9 -9
  59. package/es/Avatar/Avatar.module.css +176 -141
  60. package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -288
  61. package/es/AvatarTeam/AvatarTeam.js +7 -7
  62. package/es/AvatarTeam/AvatarTeam.module.css +188 -188
  63. package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -226
  64. package/es/Button/Button.js +4 -4
  65. package/es/Button/Button.module.css +543 -525
  66. package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -191
  67. package/es/Buttongroup/Buttongroup.js +1 -1
  68. package/es/Buttongroup/Buttongroup.module.css +107 -89
  69. package/es/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -146
  70. package/es/Card/Card.js +4 -4
  71. package/es/Card/Card.module.css +20 -20
  72. package/es/CheckBox/CheckBox.js +0 -0
  73. package/es/CheckBox/CheckBox.module.css +157 -157
  74. package/es/DateTime/CalendarView.js +0 -0
  75. package/es/DateTime/DateTime.js +0 -0
  76. package/es/DateTime/DateTime.module.css +235 -235
  77. package/es/DateTime/DateWidget.js +0 -0
  78. package/es/DateTime/DateWidget.module.css +38 -38
  79. package/es/DateTime/YearView.js +0 -0
  80. package/es/DateTime/YearView.module.css +98 -98
  81. package/es/DateTime/common.js +0 -0
  82. package/es/DateTime/index.js +0 -0
  83. package/es/DateTime/objectUtils.js +0 -0
  84. package/es/DateTime/typeChecker.js +0 -0
  85. package/es/DateTime/validator.js +0 -0
  86. package/es/DropBox/DropBox.js +0 -0
  87. package/es/DropBox/DropBox.module.css +489 -405
  88. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  89. package/es/DropDown/DropDown.js +0 -0
  90. package/es/DropDown/DropDown.module.css +5 -5
  91. package/es/DropDown/DropDownHeading.js +0 -0
  92. package/es/DropDown/DropDownHeading.module.css +53 -53
  93. package/es/DropDown/DropDownItem.js +0 -0
  94. package/es/DropDown/DropDownItem.module.css +94 -94
  95. package/es/DropDown/DropDownSearch.js +0 -0
  96. package/es/DropDown/DropDownSearch.module.css +14 -14
  97. package/es/DropDown/DropDownSeparator.js +0 -0
  98. package/es/DropDown/DropDownSeparator.module.css +7 -7
  99. package/es/Heading/Heading.module.css +4 -4
  100. package/es/Label/Label.js +2 -2
  101. package/es/Label/Label.module.css +52 -52
  102. package/es/Label/LabelColors.module.css +20 -20
  103. package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -101
  104. package/es/Layout/Box.js +0 -0
  105. package/es/Layout/Container.js +0 -0
  106. package/es/Layout/Layout.module.css +335 -335
  107. package/es/Layout/utils.js +0 -0
  108. package/es/ListItem/ListItem.js +2 -3
  109. package/es/ListItem/ListItem.module.css +209 -213
  110. package/es/ListItem/ListItemWithAvatar.js +2 -3
  111. package/es/ListItem/ListItemWithCheckBox.js +2 -3
  112. package/es/ListItem/ListItemWithIcon.js +2 -3
  113. package/es/ListItem/ListItemWithRadio.js +2 -3
  114. package/es/ListItem/props/defaultProps.js +6 -12
  115. package/es/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  116. package/es/MultiSelect/MultiSelect.js +5 -5
  117. package/es/MultiSelect/MultiSelect.module.css +205 -205
  118. package/es/MultiSelect/MultiSelectWithAvatar.js +0 -0
  119. package/es/MultiSelect/SelectedOptions.module.css +15 -15
  120. package/es/MultiSelect/__tests__/MultiSelect.spec.js +0 -0
  121. package/es/PopOver/PopOver.module.css +8 -8
  122. package/es/Popup/Popup.js +0 -0
  123. package/es/Popup/PositionMapping.json +73 -73
  124. package/es/Radio/Radio.js +0 -0
  125. package/es/Radio/Radio.module.css +112 -112
  126. package/es/Responsive/CustomResponsive.js +0 -0
  127. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  128. package/es/Ribbon/Ribbon.js +0 -0
  129. package/es/Ribbon/Ribbon.module.css +454 -376
  130. package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -163
  131. package/es/RippleEffect/RippleEffect.module.css +92 -92
  132. package/es/Select/GroupSelect.js +0 -0
  133. package/es/Select/Select.js +0 -0
  134. package/es/Select/Select.module.css +108 -108
  135. package/es/Select/SelectWithAvatar.js +0 -0
  136. package/es/Select/SelectWithIcon.js +0 -0
  137. package/es/Select/__tests__/Select.spec.js +0 -0
  138. package/es/Stencils/Stencils.js +0 -0
  139. package/es/Stencils/Stencils.module.css +96 -96
  140. package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -49
  141. package/es/Switch/Switch.js +0 -0
  142. package/es/Switch/Switch.module.css +127 -110
  143. package/es/Tab/Tab.module.css +100 -100
  144. package/es/Tab/TabContent.module.css +4 -4
  145. package/es/Tab/Tabs.js +17 -17
  146. package/es/Tab/Tabs.module.css +143 -139
  147. package/es/Tag/Tag.js +8 -8
  148. package/es/Tag/Tag.module.css +254 -254
  149. package/es/TextBox/TextBox.js +0 -0
  150. package/es/TextBox/TextBox.module.css +157 -157
  151. package/es/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -127
  152. package/es/TextBoxIcon/TextBoxIcon.js +0 -0
  153. package/es/TextBoxIcon/TextBoxIcon.module.css +78 -78
  154. package/es/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -334
  155. package/es/Textarea/Textarea.js +0 -0
  156. package/es/Textarea/Textarea.module.css +139 -139
  157. package/es/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -97
  158. package/es/Tooltip/Tooltip.module.css +134 -109
  159. package/es/common/a11y.module.css +3 -3
  160. package/es/common/animation.module.css +624 -624
  161. package/es/common/avatarsizes.module.css +48 -48
  162. package/es/common/basic.module.css +33 -33
  163. package/es/common/basicReset.module.css +40 -40
  164. package/es/common/boxShadow.module.css +71 -0
  165. package/es/common/common.module.css +524 -524
  166. package/es/common/customscroll.module.css +89 -89
  167. package/es/common/reset.module.css +12 -12
  168. package/es/common/transition.module.css +146 -146
  169. package/es/deprecated/AdvancedMultiSelect.module.css +126 -126
  170. package/es/semantic/Button/semanticButton.module.css +9 -9
  171. package/es/utils/Common.js +0 -0
  172. package/es/utils/dropDownUtils.js +0 -0
  173. package/install.md +10 -10
  174. package/lib/Accordion/Accordion.js +1 -3
  175. package/lib/Accordion/AccordionItem.js +1 -3
  176. package/lib/Animation/Animation.js +1 -3
  177. package/lib/AppContainer/AppContainer.js +2 -3
  178. package/lib/AppContainer/AppContainer.module.css +18 -18
  179. package/lib/Avatar/Avatar.js +11 -13
  180. package/lib/Avatar/Avatar.module.css +176 -141
  181. package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -288
  182. package/lib/AvatarTeam/AvatarTeam.js +8 -10
  183. package/lib/AvatarTeam/AvatarTeam.module.css +188 -188
  184. package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -226
  185. package/lib/Button/Button.js +5 -7
  186. package/lib/Button/Button.module.css +543 -525
  187. package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -191
  188. package/lib/Buttongroup/Buttongroup.js +3 -6
  189. package/lib/Buttongroup/Buttongroup.module.css +107 -89
  190. package/lib/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -146
  191. package/lib/Card/Card.js +5 -7
  192. package/lib/Card/Card.module.css +20 -20
  193. package/lib/CheckBox/CheckBox.js +1 -3
  194. package/lib/CheckBox/CheckBox.module.css +157 -157
  195. package/lib/DateTime/CalendarView.js +2 -5
  196. package/lib/DateTime/DateTime.js +3 -5
  197. package/lib/DateTime/DateTime.module.css +235 -235
  198. package/lib/DateTime/DateTimePopupFooter.js +1 -3
  199. package/lib/DateTime/DateTimePopupHeader.js +1 -3
  200. package/lib/DateTime/DateWidget.js +1 -3
  201. package/lib/DateTime/DateWidget.module.css +38 -38
  202. package/lib/DateTime/DaysRow.js +1 -3
  203. package/lib/DateTime/Time.js +1 -3
  204. package/lib/DateTime/YearView.js +1 -3
  205. package/lib/DateTime/YearView.module.css +98 -98
  206. package/lib/DateTime/common.js +0 -0
  207. package/lib/DateTime/dateFormatUtils/timeChange.js +2 -2
  208. package/lib/DateTime/index.js +0 -0
  209. package/lib/DateTime/objectUtils.js +0 -0
  210. package/lib/DateTime/typeChecker.js +0 -0
  211. package/lib/DateTime/validator.js +4 -4
  212. package/lib/DropBox/DropBox.js +1 -3
  213. package/lib/DropBox/DropBox.module.css +489 -405
  214. package/lib/DropBox/DropBoxPositionMapping.json +144 -144
  215. package/lib/DropDown/DropDown.js +2 -5
  216. package/lib/DropDown/DropDown.module.css +5 -5
  217. package/lib/DropDown/DropDownHeading.js +1 -3
  218. package/lib/DropDown/DropDownHeading.module.css +53 -53
  219. package/lib/DropDown/DropDownItem.js +1 -3
  220. package/lib/DropDown/DropDownItem.module.css +94 -94
  221. package/lib/DropDown/DropDownSearch.js +2 -5
  222. package/lib/DropDown/DropDownSearch.module.css +14 -14
  223. package/lib/DropDown/DropDownSeparator.js +1 -3
  224. package/lib/DropDown/DropDownSeparator.module.css +7 -7
  225. package/lib/DropDown/props/propTypes.js +1 -4
  226. package/lib/Heading/Heading.js +2 -4
  227. package/lib/Heading/Heading.module.css +4 -4
  228. package/lib/Label/Label.js +1 -3
  229. package/lib/Label/Label.module.css +52 -52
  230. package/lib/Label/LabelColors.module.css +20 -20
  231. package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -101
  232. package/lib/Layout/Box.js +0 -0
  233. package/lib/Layout/Container.js +0 -0
  234. package/lib/Layout/Layout.module.css +335 -335
  235. package/lib/Layout/utils.js +0 -0
  236. package/lib/ListItem/ListItem.js +3 -6
  237. package/lib/ListItem/ListItem.module.css +209 -213
  238. package/lib/ListItem/ListItemWithAvatar.js +3 -6
  239. package/lib/ListItem/ListItemWithCheckBox.js +3 -6
  240. package/lib/ListItem/ListItemWithIcon.js +3 -6
  241. package/lib/ListItem/ListItemWithRadio.js +3 -6
  242. package/lib/ListItem/props/defaultProps.js +6 -12
  243. package/lib/ListItem/props/propTypes.js +1 -4
  244. package/lib/Modal/Modal.js +1 -3
  245. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +9 -11
  246. package/lib/MultiSelect/AdvancedMultiSelect.js +2 -4
  247. package/lib/MultiSelect/EmptyState.js +1 -3
  248. package/lib/MultiSelect/MultiSelect.js +8 -10
  249. package/lib/MultiSelect/MultiSelect.module.css +205 -205
  250. package/lib/MultiSelect/MultiSelectHeader.js +1 -3
  251. package/lib/MultiSelect/MultiSelectWithAvatar.js +1 -3
  252. package/lib/MultiSelect/SelectedOptions.js +2 -5
  253. package/lib/MultiSelect/SelectedOptions.module.css +15 -15
  254. package/lib/MultiSelect/Suggestions.js +2 -4
  255. package/lib/MultiSelect/__tests__/MultiSelect.spec.js +0 -0
  256. package/lib/PopOver/PopOver.js +1 -3
  257. package/lib/PopOver/PopOver.module.css +8 -8
  258. package/lib/Popup/Popup.js +2 -4
  259. package/lib/Popup/PositionMapping.json +73 -73
  260. package/lib/Popup/__tests__/Popup.spec.js +1 -3
  261. package/lib/Provider/LibraryContext.js +3 -5
  262. package/lib/Provider/NumberGenerator/NumberGenerator.js +1 -1
  263. package/lib/Radio/Radio.js +1 -3
  264. package/lib/Radio/Radio.module.css +112 -112
  265. package/lib/Responsive/CustomResponsive.js +4 -6
  266. package/lib/Responsive/RefWrapper.js +2 -4
  267. package/lib/Responsive/ResizeComponent.js +4 -9
  268. package/lib/Responsive/ResizeObserver.js +1 -4
  269. package/lib/Responsive/Responsive.js +4 -6
  270. package/lib/Responsive/sizeObservers.js +2 -4
  271. package/lib/ResponsiveDropBox/ResponsiveDropBox.js +1 -3
  272. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  273. package/lib/Ribbon/Ribbon.js +1 -3
  274. package/lib/Ribbon/Ribbon.module.css +454 -376
  275. package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -163
  276. package/lib/RippleEffect/RippleEffect.module.css +92 -92
  277. package/lib/Select/GroupSelect.js +3 -5
  278. package/lib/Select/Select.js +1 -3
  279. package/lib/Select/Select.module.css +108 -108
  280. package/lib/Select/SelectWithAvatar.js +1 -3
  281. package/lib/Select/SelectWithIcon.js +1 -3
  282. package/lib/Select/__tests__/Select.spec.js +2 -2
  283. package/lib/Select/props/defaultProps.js +1 -4
  284. package/lib/Stencils/Stencils.js +1 -3
  285. package/lib/Stencils/Stencils.module.css +96 -96
  286. package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -49
  287. package/lib/Switch/Switch.js +1 -3
  288. package/lib/Switch/Switch.module.css +127 -110
  289. package/lib/Tab/Tab.module.css +100 -100
  290. package/lib/Tab/TabContent.module.css +4 -4
  291. package/lib/Tab/TabWrapper.js +2 -2
  292. package/lib/Tab/Tabs.js +13 -15
  293. package/lib/Tab/Tabs.module.css +143 -139
  294. package/lib/Tag/Tag.js +9 -11
  295. package/lib/Tag/Tag.module.css +254 -254
  296. package/lib/TextBox/TextBox.js +1 -3
  297. package/lib/TextBox/TextBox.module.css +157 -157
  298. package/lib/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -127
  299. package/lib/TextBox/props/propTypes.js +1 -4
  300. package/lib/TextBoxIcon/TextBoxIcon.js +2 -5
  301. package/lib/TextBoxIcon/TextBoxIcon.module.css +78 -78
  302. package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -334
  303. package/lib/Textarea/Textarea.js +1 -3
  304. package/lib/Textarea/Textarea.module.css +139 -139
  305. package/lib/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -97
  306. package/lib/Tooltip/Tooltip.js +1 -3
  307. package/lib/Tooltip/Tooltip.module.css +134 -109
  308. package/lib/Tooltip/__tests__/Tooltip.spec.js +1 -3
  309. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +1 -3
  310. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +2 -4
  311. package/lib/common/a11y.module.css +3 -3
  312. package/lib/common/animation.module.css +624 -624
  313. package/lib/common/avatarsizes.module.css +48 -48
  314. package/lib/common/basic.module.css +33 -33
  315. package/lib/common/basicReset.module.css +40 -40
  316. package/lib/common/boxShadow.module.css +71 -0
  317. package/lib/common/common.module.css +524 -524
  318. package/lib/common/customscroll.module.css +89 -89
  319. package/lib/common/reset.module.css +12 -12
  320. package/lib/common/transition.module.css +146 -146
  321. package/lib/deprecated/AdvancedMultiSelect.module.css +126 -126
  322. package/lib/deprecated/PortalLayer/PortalLayer.js +1 -3
  323. package/lib/semantic/Button/Button.js +1 -3
  324. package/lib/semantic/Button/semanticButton.module.css +9 -9
  325. package/lib/utils/Common.js +0 -0
  326. package/lib/utils/constructFullName.js +2 -2
  327. package/lib/utils/css/mergeStyle.js +1 -4
  328. package/lib/utils/dropDownUtils.js +3 -5
  329. package/package.json +102 -102
@@ -17,8 +17,7 @@ var ListContainerDefaultProps = {
17
17
  a11y: {},
18
18
  customClass: '',
19
19
  customProps: {},
20
- dataSelectorId: 'listContainer',
21
- isMultiLineNeeded: false
20
+ dataSelectorId: 'listContainer'
22
21
  };
23
22
  exports.ListContainerDefaultProps = ListContainerDefaultProps;
24
23
  var ListItemDefaultProps = {
@@ -35,8 +34,7 @@ var ListItemDefaultProps = {
35
34
  a11y: {},
36
35
  customClass: {},
37
36
  customProps: {},
38
- dataSelectorId: 'listItem',
39
- isMultiLineNeeded: false
37
+ dataSelectorId: 'listItem'
40
38
  };
41
39
  exports.ListItemDefaultProps = ListItemDefaultProps;
42
40
  var ListItemWithAvatarDefaultProps = {
@@ -54,8 +52,7 @@ var ListItemWithAvatarDefaultProps = {
54
52
  a11y: {},
55
53
  customClass: {},
56
54
  customProps: {},
57
- dataSelectorId: 'listItemWithAvatar',
58
- isMultiLineNeeded: false
55
+ dataSelectorId: 'listItemWithAvatar'
59
56
  };
60
57
  exports.ListItemWithAvatarDefaultProps = ListItemWithAvatarDefaultProps;
61
58
  var ListItemWithCheckBoxDefaultProps = {
@@ -69,8 +66,7 @@ var ListItemWithCheckBoxDefaultProps = {
69
66
  a11y: {},
70
67
  customClass: {},
71
68
  customProps: {},
72
- dataSelectorId: 'listItemWithCheckBox',
73
- isMultiLineNeeded: false
69
+ dataSelectorId: 'listItemWithCheckBox'
74
70
  };
75
71
  exports.ListItemWithCheckBoxDefaultProps = ListItemWithCheckBoxDefaultProps;
76
72
  var ListItemWithIconDefaultProps = {
@@ -87,8 +83,7 @@ var ListItemWithIconDefaultProps = {
87
83
  a11y: {},
88
84
  customClass: '',
89
85
  customProps: {},
90
- dataSelectorId: 'listItemWithIcon',
91
- isMultiLineNeeded: false
86
+ dataSelectorId: 'listItemWithIcon'
92
87
  };
93
88
  exports.ListItemWithIconDefaultProps = ListItemWithIconDefaultProps;
94
89
  var ListItemWithRadioDefaultProps = {
@@ -103,7 +98,6 @@ var ListItemWithRadioDefaultProps = {
103
98
  a11y: {},
104
99
  customClass: {},
105
100
  customProps: {},
106
- dataSelectorId: 'listItemWithRadio',
107
- isMultiLineNeeded: false
101
+ dataSelectorId: 'listItemWithRadio'
108
102
  };
109
103
  exports.ListItemWithRadioDefaultProps = ListItemWithRadioDefaultProps;
@@ -7,10 +7,7 @@ exports.ListItem_Props = exports.ListItemWithRadio_Props = exports.ListItemWithI
7
7
  var _propTypes = _interopRequireDefault(require("prop-types"));
8
8
  var _ListItemWithAvatar_P;
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
11
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
12
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
13
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
10
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
11
  var ListContainer_Props = {
15
12
  active: _propTypes["default"].bool,
16
13
  autoHover: _propTypes["default"].bool,
@@ -13,10 +13,8 @@ var _AppContainerModule = _interopRequireDefault(require("../AppContainer/AppCon
13
13
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
14
14
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
15
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
16
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
16
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
18
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
19
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
20
18
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
21
19
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
22
20
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
@@ -30,20 +30,18 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
30
30
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
31
31
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
32
32
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
33
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
33
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
34
34
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
35
35
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
36
36
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
37
37
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
38
38
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
39
39
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
40
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
41
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
40
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
41
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
42
42
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
43
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
43
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
44
44
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
45
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
46
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
47
45
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
48
46
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
49
47
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
@@ -405,8 +403,8 @@ var AdvancedGroupMultiSelect = /*#__PURE__*/function (_React$Component) {
405
403
  var suggestionsLen = suggestions.length;
406
404
  if (suggestionsLen && isPopupOpen && keyCode === 38) {
407
405
  //up arrow
408
- /*if (hoverOption === 0) { //disable first to last option higlight
409
- !isNextOptions && this.setState({ hoverOption: suggestionsLen - 1 });
406
+ /*if (hoverOption === 0) { //disable first to last option higlight
407
+ !isNextOptions && this.setState({ hoverOption: suggestionsLen - 1 });
410
408
  }*/
411
409
  if (hoverIndex) {
412
410
  this.setState({
@@ -415,9 +413,9 @@ var AdvancedGroupMultiSelect = /*#__PURE__*/function (_React$Component) {
415
413
  }
416
414
  } else if (suggestionsLen && isPopupOpen && keyCode === 40) {
417
415
  //down arrow
418
- /*else if (hoverOption === suggestionsLen - 1 || hoverOption === null) {
419
- //disable last to first option higlight
420
- !isNextOptions && this.setState({ hoverOption: 0 });
416
+ /*else if (hoverOption === suggestionsLen - 1 || hoverOption === null) {
417
+ //disable last to first option higlight
418
+ !isNextOptions && this.setState({ hoverOption: 0 });
421
419
  }*/
422
420
  if (isNextOptions && suggestionsLen >= 5 && hoverIndex === suggestionsLen - 3) {
423
421
  getNextOptions && this.handleFetchOptions(getNextOptions, searchStr);
@@ -34,12 +34,10 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
34
34
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
35
35
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
36
36
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
37
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
37
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
38
38
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
39
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
39
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
40
40
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
41
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
42
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
43
41
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
44
42
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
45
43
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
@@ -11,10 +11,8 @@ var _defaultProps = require("./props/defaultProps");
11
11
  var _MultiSelectModule = _interopRequireDefault(require("./MultiSelect.module.css"));
12
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
13
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
14
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
14
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
15
15
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
16
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
17
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
18
16
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
19
17
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
20
18
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
@@ -31,19 +31,17 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
31
31
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
32
32
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
33
33
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
34
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
34
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
35
35
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
36
36
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
37
37
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
38
38
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
39
39
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
40
40
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
41
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
41
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
42
42
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
43
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
43
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
44
44
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
45
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
46
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
47
45
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
48
46
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
49
47
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
@@ -324,8 +322,8 @@ var MultiSelectComponent = /*#__PURE__*/function (_React$Component) {
324
322
  var suggestionsLen = suggestions.length;
325
323
  if (suggestionsLen && isPopupOpen && keyCode === 38) {
326
324
  //up arrow
327
- /*if (hoverOption === 0) { //disable first to last option higlight
328
- !isNextOptions && this.setState({ hoverOption: suggestionsLen - 1 });
325
+ /*if (hoverOption === 0) { //disable first to last option higlight
326
+ !isNextOptions && this.setState({ hoverOption: suggestionsLen - 1 });
329
327
  }*/
330
328
  if (hoverOption) {
331
329
  this.setState({
@@ -334,9 +332,9 @@ var MultiSelectComponent = /*#__PURE__*/function (_React$Component) {
334
332
  }
335
333
  } else if (suggestionsLen && isPopupOpen && keyCode === 40) {
336
334
  //down arrow
337
- /*else if (hoverOption === suggestionsLen - 1 || hoverOption === null) {
338
- //disable last to first option higlight
339
- !isNextOptions && this.setState({ hoverOption: 0 });
335
+ /*else if (hoverOption === suggestionsLen - 1 || hoverOption === null) {
336
+ //disable last to first option higlight
337
+ !isNextOptions && this.setState({ hoverOption: 0 });
340
338
  }*/
341
339
  if (isNextOptions && suggestionsLen >= 5 && hoverOption === suggestionsLen - 3) {
342
340
  getNextOptions && this.handleFetchOptions(getNextOptions, searchStr);
@@ -1,206 +1,206 @@
1
- .wrapper {
2
- position: relative;
3
- }
4
- .disabled, .readOnly {
5
- cursor: not-allowed;
6
- }
7
- .container {
8
- max-height: var(--zd_size120);
9
- composes: oflowy from '../common/common.module.css';
10
- }
11
- .hasBorder {
12
- transition: border var(--zd_transition2) linear 0s;
13
- border-bottom-style: solid;
14
- border-bottom-width: 1px;
15
- }
16
- .borderColor_transparent {
17
- border-bottom-color: var(--zdt_multiselect_transparent_border);
18
- }
19
- .effect .borderColor_transparent:hover {
20
- border-bottom-color: var(--zdt_multiselect_transparent_hover_border);
21
- }
22
- .effect .borderColor_transparent.active {
23
- border-bottom-color: var(--zdt_multiselect_transparent_active_border);
24
- }
25
- .borderColor_default {
26
- border-bottom-color: var(--zdt_multiselect_default_border);
27
- }
28
- .effect .borderColor_default:hover {
29
- border-bottom-color: var(--zdt_multiselect_default_hover_border);
30
- }
31
- .effect .borderColor_default.active {
32
- border-bottom-color: var(--zdt_multiselect_default_active_border);
33
- }
34
- .borderColor_dark {
35
- border-bottom-color: var(--zdt_multiselect_dark_border);
36
- }
37
- .effect .borderColor_dark:hover {
38
- border-bottom-color: var(--zdt_multiselect_dark_hover_border);
39
- }
40
- .effect .borderColor_dark.active {
41
- border-bottom-color: var(--zdt_multiselect_dark_active_border);
42
- }
43
-
44
- .container.medium {
45
- padding-bottom: var(--zd_size8);
46
- }
47
-
48
- .container.xmedium {
49
- min-height: var(--zd_size30);
50
- padding-bottom: var(--zd_size3);
51
- }
52
-
53
- .delete {
54
- font: inherit;
55
- padding: var(--zd_size2) var(--zd_size6);
56
- cursor: pointer;
57
- border: 0;
58
- background-color: var(--zdt_multiselect_delete_bg);
59
- }
60
- .delete,
61
- .defaultDelete {
62
- color: var(--zdt_multiselect_delete_text);
63
- }
64
- .darkDelete {
65
- color: var(--zdt_multiselect_darkdelete_text);
66
- }
67
-
68
- .delete:hover,
69
- .defaultDelete:hover {
70
- color: var(--zdt_multiselect_delete_hover_text);
71
- }
72
- .darkDelete:hover {
73
- color: var(--zdt_multiselect_darkdelete_hover_text);
74
- }
75
- .transparentContainer .delete {
76
- opacity: 0;
77
- visibility: hidden;
78
- }
79
- .transparentContainer:hover .delete {
80
- opacity: 1;
81
- visibility: visible;
82
- }
83
-
84
- .tag {
85
- max-width: 100%;
86
- }
87
-
88
- [dir=ltr] .container.xmedium .tag {
89
- margin: var(--zd_size2) var(--zd_size10) 0 0;
90
- }
91
-
92
- [dir=rtl] .container.xmedium .tag {
93
- margin: var(--zd_size2) 0 0 var(--zd_size10);
94
- }
95
-
96
- [dir=ltr] .container.medium .tag {
97
- margin: var(--zd_size5) var(--zd_size10) 0 0;
98
- }
99
-
100
- [dir=rtl] .container.medium .tag {
101
- margin: var(--zd_size5) 0 0 var(--zd_size10);
102
- }
103
- .responsiveParent{
104
- width: 100%;
105
- }
106
- .box {
107
- background: var(--zdt_multiselect_box_bg);
108
- }
109
-
110
- .selectAll:hover {
111
- color: var(--zdt_multiselect_selectall_text);
112
- }
113
-
114
- .small {
115
- max-height: var(--zd_size200);
116
- }
117
-
118
- .medium {
119
- max-height: var(--zd_size350);
120
- }
121
-
122
- .large {
123
- max-height: var(--zd_size400);
124
- }
125
-
126
- .commonMessage {
127
- font-size: var(--zd_font_size14);
128
- composes: semibold from '../common/common.module.css';
129
- padding: var(--zd_size12) var(--zd_size15);
130
- }
131
- .default,
132
- .dark {
133
- composes: commonMessage;
134
- }
135
- .default,
136
- .defaultBox {
137
- color: var(--zdt_multiselect_message_text);
138
- }
139
- .dark,
140
- .darkBox {
141
- color: var(--zdt_multiselect_darkmsg_text);
142
- }
143
- .dark, .darkBox {
144
- background: var(--zdt_multiselect_darkmsg_bg);
145
- }
146
-
147
- .hide {
148
- composes: vishidden from '../common/common.module.css';
149
- }
150
- .custmSpan {
151
- display: inline-block;
152
- vertical-align: middle;
153
- opacity: 0;
154
- overflow: hidden;
155
- text-overflow: ellipsis;
156
- white-space: nowrap;
157
- max-width: 100%;
158
- visibility: hidden;
159
- }
160
- .custmSpanMedium {
161
- height: var(--zd_size35);
162
- }
163
- .custmSpanXmedium {
164
- height: var(--zd_size28);
165
- }
166
- .custmInputWrapper {
167
- position: absolute;
168
- top: 0;
169
- width: 100%;
170
- }
171
- [dir=ltr] .custmInputWrapper {
172
- left: 0;
173
- }
174
- [dir=rtl] .custmInputWrapper {
175
- right: 0;
176
- }
177
- .title {
178
- margin-bottom: var(--zd_size6);
179
- }
180
- .groupTitle {
181
- margin: var(--zd_size6) 0;
182
- }
183
- .loader {
184
- padding: var(--zd_size10);
185
- }
186
- .iconContainer {
187
- padding-top: var(--zd_size3)
188
- }
189
- [dir=ltr] .clearIconSpace {
190
- padding-right: var(--zd_size37)
191
- }
192
- [dir=rtl] .clearIconSpace {
193
- padding-left: var(--zd_size37)
194
- }
195
- .search{
196
- padding: 0px 20px;
197
- }
198
- .more {
199
- font-size: var(--zd_font_size14);
200
- color: var(--zdt_multiselect_more_text);
201
- font-family: inherit;
202
- cursor: pointer;
203
- margin-top: var(--zd_size5);
204
- background-color: var(--zdt_multiselect_delete_bg);
205
- border: 0;
1
+ .wrapper {
2
+ position: relative;
3
+ }
4
+ .disabled, .readOnly {
5
+ cursor: not-allowed;
6
+ }
7
+ .container {
8
+ max-height: var(--zd_size120);
9
+ composes: oflowy from '../common/common.module.css';
10
+ }
11
+ .hasBorder {
12
+ transition: border var(--zd_transition2) linear 0s;
13
+ border-bottom-style: solid;
14
+ border-bottom-width: 1px;
15
+ }
16
+ .borderColor_transparent {
17
+ border-bottom-color: var(--zdt_multiselect_transparent_border);
18
+ }
19
+ .effect .borderColor_transparent:hover {
20
+ border-bottom-color: var(--zdt_multiselect_transparent_hover_border);
21
+ }
22
+ .effect .borderColor_transparent.active {
23
+ border-bottom-color: var(--zdt_multiselect_transparent_active_border);
24
+ }
25
+ .borderColor_default {
26
+ border-bottom-color: var(--zdt_multiselect_default_border);
27
+ }
28
+ .effect .borderColor_default:hover {
29
+ border-bottom-color: var(--zdt_multiselect_default_hover_border);
30
+ }
31
+ .effect .borderColor_default.active {
32
+ border-bottom-color: var(--zdt_multiselect_default_active_border);
33
+ }
34
+ .borderColor_dark {
35
+ border-bottom-color: var(--zdt_multiselect_dark_border);
36
+ }
37
+ .effect .borderColor_dark:hover {
38
+ border-bottom-color: var(--zdt_multiselect_dark_hover_border);
39
+ }
40
+ .effect .borderColor_dark.active {
41
+ border-bottom-color: var(--zdt_multiselect_dark_active_border);
42
+ }
43
+
44
+ .container.medium {
45
+ padding-bottom: var(--zd_size8);
46
+ }
47
+
48
+ .container.xmedium {
49
+ min-height: var(--zd_size30);
50
+ padding-bottom: var(--zd_size3);
51
+ }
52
+
53
+ .delete {
54
+ font: inherit;
55
+ padding: var(--zd_size2) var(--zd_size6);
56
+ cursor: pointer;
57
+ border: 0;
58
+ background-color: var(--zdt_multiselect_delete_bg);
59
+ }
60
+ .delete,
61
+ .defaultDelete {
62
+ color: var(--zdt_multiselect_delete_text);
63
+ }
64
+ .darkDelete {
65
+ color: var(--zdt_multiselect_darkdelete_text);
66
+ }
67
+
68
+ .delete:hover,
69
+ .defaultDelete:hover {
70
+ color: var(--zdt_multiselect_delete_hover_text);
71
+ }
72
+ .darkDelete:hover {
73
+ color: var(--zdt_multiselect_darkdelete_hover_text);
74
+ }
75
+ .transparentContainer .delete {
76
+ opacity: 0;
77
+ visibility: hidden;
78
+ }
79
+ .transparentContainer:hover .delete {
80
+ opacity: 1;
81
+ visibility: visible;
82
+ }
83
+
84
+ .tag {
85
+ max-width: 100%;
86
+ }
87
+
88
+ [dir=ltr] .container.xmedium .tag {
89
+ margin: var(--zd_size2) var(--zd_size10) 0 0;
90
+ }
91
+
92
+ [dir=rtl] .container.xmedium .tag {
93
+ margin: var(--zd_size2) 0 0 var(--zd_size10);
94
+ }
95
+
96
+ [dir=ltr] .container.medium .tag {
97
+ margin: var(--zd_size5) var(--zd_size10) 0 0;
98
+ }
99
+
100
+ [dir=rtl] .container.medium .tag {
101
+ margin: var(--zd_size5) 0 0 var(--zd_size10);
102
+ }
103
+ .responsiveParent{
104
+ width: 100%;
105
+ }
106
+ .box {
107
+ background: var(--zdt_multiselect_box_bg);
108
+ }
109
+
110
+ .selectAll:hover {
111
+ color: var(--zdt_multiselect_selectall_text);
112
+ }
113
+
114
+ .small {
115
+ max-height: var(--zd_size200);
116
+ }
117
+
118
+ .medium {
119
+ max-height: var(--zd_size350);
120
+ }
121
+
122
+ .large {
123
+ max-height: var(--zd_size400);
124
+ }
125
+
126
+ .commonMessage {
127
+ font-size: var(--zd_font_size14);
128
+ composes: semibold from '../common/common.module.css';
129
+ padding: var(--zd_size12) var(--zd_size15);
130
+ }
131
+ .default,
132
+ .dark {
133
+ composes: commonMessage;
134
+ }
135
+ .default,
136
+ .defaultBox {
137
+ color: var(--zdt_multiselect_message_text);
138
+ }
139
+ .dark,
140
+ .darkBox {
141
+ color: var(--zdt_multiselect_darkmsg_text);
142
+ }
143
+ .dark, .darkBox {
144
+ background: var(--zdt_multiselect_darkmsg_bg);
145
+ }
146
+
147
+ .hide {
148
+ composes: vishidden from '../common/common.module.css';
149
+ }
150
+ .custmSpan {
151
+ display: inline-block;
152
+ vertical-align: middle;
153
+ opacity: 0;
154
+ overflow: hidden;
155
+ text-overflow: ellipsis;
156
+ white-space: nowrap;
157
+ max-width: 100%;
158
+ visibility: hidden;
159
+ }
160
+ .custmSpanMedium {
161
+ height: var(--zd_size35);
162
+ }
163
+ .custmSpanXmedium {
164
+ height: var(--zd_size28);
165
+ }
166
+ .custmInputWrapper {
167
+ position: absolute;
168
+ top: 0;
169
+ width: 100%;
170
+ }
171
+ [dir=ltr] .custmInputWrapper {
172
+ left: 0;
173
+ }
174
+ [dir=rtl] .custmInputWrapper {
175
+ right: 0;
176
+ }
177
+ .title {
178
+ margin-bottom: var(--zd_size6);
179
+ }
180
+ .groupTitle {
181
+ margin: var(--zd_size6) 0;
182
+ }
183
+ .loader {
184
+ padding: var(--zd_size10);
185
+ }
186
+ .iconContainer {
187
+ padding-top: var(--zd_size3)
188
+ }
189
+ [dir=ltr] .clearIconSpace {
190
+ padding-right: var(--zd_size37)
191
+ }
192
+ [dir=rtl] .clearIconSpace {
193
+ padding-left: var(--zd_size37)
194
+ }
195
+ .search{
196
+ padding: 0px 20px;
197
+ }
198
+ .more {
199
+ font-size: var(--zd_font_size14);
200
+ color: var(--zdt_multiselect_more_text);
201
+ font-family: inherit;
202
+ cursor: pointer;
203
+ margin-top: var(--zd_size5);
204
+ background-color: var(--zdt_multiselect_delete_bg);
205
+ border: 0;
206
206
  }