@zohodesk/components 1.0.0-alpha-269 → 1.0.0-alpha-271

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 (434) hide show
  1. package/README.md +16 -0
  2. package/es/Accordion/Accordion.js +3 -7
  3. package/es/Accordion/AccordionItem.js +2 -4
  4. package/es/Animation/Animation.js +3 -3
  5. package/es/AppContainer/AppContainer.js +5 -13
  6. package/es/AppContainer/AppContainer.module.css +2 -2
  7. package/es/Avatar/Avatar.js +11 -23
  8. package/es/Avatar/Avatar.module.css +18 -18
  9. package/es/AvatarTeam/AvatarTeam.js +3 -3
  10. package/es/AvatarTeam/AvatarTeam.module.css +35 -35
  11. package/es/Button/Button.js +3 -4
  12. package/es/Button/css/Button.module.css +70 -70
  13. package/es/Buttongroup/Buttongroup.js +3 -3
  14. package/es/Buttongroup/Buttongroup.module.css +15 -14
  15. package/es/Card/Card.js +10 -21
  16. package/es/CheckBox/CheckBox.js +3 -5
  17. package/es/CheckBox/CheckBox.module.css +15 -15
  18. package/es/DateTime/CalendarView.js +20 -32
  19. package/es/DateTime/DateTime.js +6 -67
  20. package/es/DateTime/DateTime.module.css +39 -39
  21. package/es/DateTime/DateTimePopupFooter.js +2 -4
  22. package/es/DateTime/DateTimePopupHeader.js +2 -8
  23. package/es/DateTime/DateWidget.js +35 -98
  24. package/es/DateTime/DateWidget.module.css +5 -5
  25. package/es/DateTime/DaysRow.js +2 -4
  26. package/es/DateTime/Time.js +2 -10
  27. package/es/DateTime/YearView.js +4 -28
  28. package/es/DateTime/YearView.module.css +15 -15
  29. package/es/DateTime/__tests__/CalendarView.spec.js +0 -1
  30. package/es/DateTime/__tests__/DateTime.spec.js +0 -1
  31. package/es/DateTime/__tests__/DateWidget.spec.js +3 -2
  32. package/es/DateTime/common.js +0 -3
  33. package/es/DateTime/constants.js +0 -1
  34. package/es/DateTime/dateFormatUtils/dateFormat.js +30 -63
  35. package/es/DateTime/dateFormatUtils/dateFormats.js +1 -0
  36. package/es/DateTime/dateFormatUtils/dayChange.js +4 -13
  37. package/es/DateTime/dateFormatUtils/index.js +2 -32
  38. package/es/DateTime/dateFormatUtils/monthChange.js +0 -8
  39. package/es/DateTime/dateFormatUtils/timeChange.js +6 -22
  40. package/es/DateTime/dateFormatUtils/yearChange.js +2 -11
  41. package/es/DateTime/objectUtils.js +20 -14
  42. package/es/DateTime/typeChecker.js +0 -3
  43. package/es/DateTime/validator.js +6 -58
  44. package/es/DropBox/DropBox.js +5 -9
  45. package/es/DropBox/DropBoxElement/DropBoxElement.js +8 -13
  46. package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +85 -79
  47. package/es/DropBox/DropBoxElement/css/cssJSLogic.js +5 -7
  48. package/es/DropBox/DropBoxElement/props/propTypes.js +1 -1
  49. package/es/DropBox/DropBoxElement/useDropboxPosCalc.js +0 -3
  50. package/es/DropBox/__tests__/DropBox.spec.js +2 -2
  51. package/es/DropBox/css/DropBox.module.css +6 -6
  52. package/es/DropBox/props/defaultProps.js +2 -1
  53. package/es/DropBox/props/propTypes.js +2 -1
  54. package/es/DropDown/DropDown.js +4 -8
  55. package/es/DropDown/DropDown.module.css +2 -2
  56. package/es/DropDown/DropDownHeading.js +5 -4
  57. package/es/DropDown/DropDownHeading.module.css +6 -6
  58. package/es/DropDown/DropDownItem.js +0 -6
  59. package/es/DropDown/DropDownItem.module.css +12 -12
  60. package/es/DropDown/DropDownSearch.js +0 -4
  61. package/es/DropDown/DropDownSearch.module.css +3 -3
  62. package/es/DropDown/DropDownSeparator.js +0 -1
  63. package/es/DropDown/DropDownSeparator.module.css +2 -2
  64. package/es/DropDown/__tests__/DropDown.spec.js +2 -1
  65. package/es/Heading/Heading.js +3 -2
  66. package/es/Heading/Heading.module.css +2 -2
  67. package/es/Label/Label.js +3 -2
  68. package/es/Label/Label.module.css +5 -5
  69. package/es/Layout/Box.js +0 -13
  70. package/es/Layout/Container.js +1 -12
  71. package/es/Layout/Layout.module.css +15 -15
  72. package/es/Layout/index.js +2 -1
  73. package/es/ListItem/ListContainer.js +3 -8
  74. package/es/ListItem/ListItem.js +3 -9
  75. package/es/ListItem/ListItem.module.css +38 -38
  76. package/es/ListItem/ListItemWithAvatar.js +3 -9
  77. package/es/ListItem/ListItemWithCheckBox.js +2 -7
  78. package/es/ListItem/ListItemWithIcon.js +3 -8
  79. package/es/ListItem/ListItemWithRadio.js +3 -7
  80. package/es/Modal/Modal.js +11 -28
  81. package/es/MultiSelect/AdvancedGroupMultiSelect.js +13 -89
  82. package/es/MultiSelect/AdvancedMultiSelect.js +9 -32
  83. package/es/MultiSelect/EmptyState.js +0 -2
  84. package/es/MultiSelect/MultiSelect.js +32 -99
  85. package/es/MultiSelect/MultiSelect.module.css +31 -31
  86. package/es/MultiSelect/MultiSelectHeader.js +0 -3
  87. package/es/MultiSelect/MultiSelectWithAvatar.js +6 -12
  88. package/es/MultiSelect/SelectedOptions.js +3 -6
  89. package/es/MultiSelect/SelectedOptions.module.css +5 -5
  90. package/es/MultiSelect/Suggestions.js +3 -7
  91. package/es/MultiSelect/__tests__/MultiSelect.spec.js +6 -4
  92. package/es/MultiSelect/props/propTypes.js +0 -2
  93. package/es/PopOver/PopOver.js +2 -18
  94. package/es/PopOver/__tests__/PopOver.spec.js +1 -2
  95. package/es/Popup/Popup.js +24 -77
  96. package/es/Popup/__tests__/Popup.spec.js +5 -17
  97. package/es/Popup/viewPort.js +4 -16
  98. package/es/Provider/IdProvider.js +5 -10
  99. package/es/Provider/LibraryContext.js +4 -6
  100. package/es/Provider/NumberGenerator/NumberGenerator.js +7 -21
  101. package/es/Provider/ZindexProvider.js +2 -9
  102. package/es/Radio/Radio.js +2 -4
  103. package/es/Radio/Radio.module.css +9 -9
  104. package/es/Responsive/CustomResponsive.js +18 -30
  105. package/es/Responsive/RefWrapper.js +7 -6
  106. package/es/Responsive/ResizeComponent.js +25 -35
  107. package/es/Responsive/ResizeObserver.js +6 -26
  108. package/es/Responsive/Responsive.js +20 -34
  109. package/es/Responsive/index.js +3 -1
  110. package/es/Responsive/sizeObservers.js +7 -28
  111. package/es/Responsive/utils/index.js +5 -7
  112. package/es/Responsive/utils/shallowCompare.js +2 -7
  113. package/es/Responsive/windowResizeObserver.js +0 -7
  114. package/es/ResponsiveDropBox/ResponsiveDropBox.js +0 -4
  115. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
  116. package/es/Ribbon/Ribbon.js +2 -3
  117. package/es/Ribbon/Ribbon.module.css +48 -46
  118. package/es/RippleEffect/RippleEffect.js +3 -1
  119. package/es/Select/GroupSelect.js +14 -58
  120. package/es/Select/Select.js +33 -79
  121. package/es/Select/Select.module.css +23 -23
  122. package/es/Select/SelectWithAvatar.js +4 -17
  123. package/es/Select/SelectWithIcon.js +5 -46
  124. package/es/Select/__tests__/Select.spec.js +8 -6
  125. package/es/Select/props/propTypes.js +0 -1
  126. package/es/Stencils/Stencils.js +3 -3
  127. package/es/Stencils/Stencils.module.css +11 -11
  128. package/es/Switch/Switch.js +3 -5
  129. package/es/Switch/Switch.module.css +23 -23
  130. package/es/Tab/Tab.js +4 -4
  131. package/es/Tab/Tab.module.css +14 -14
  132. package/es/Tab/TabContent.js +0 -1
  133. package/es/Tab/TabContentWrapper.js +0 -2
  134. package/es/Tab/TabWrapper.js +2 -5
  135. package/es/Tab/Tabs.js +7 -54
  136. package/es/Tab/Tabs.module.css +30 -37
  137. package/es/Tab/__tests__/Tab.spec.js +3 -1
  138. package/es/Tab/__tests__/TabWrapper.spec.js +0 -1
  139. package/es/Tag/Tag.js +3 -6
  140. package/es/Tag/Tag.module.css +25 -25
  141. package/es/TextBox/TextBox.js +3 -15
  142. package/es/TextBox/TextBox.module.css +9 -9
  143. package/es/TextBox/__tests__/TextBox.spec.js +4 -1
  144. package/es/TextBoxIcon/TextBoxIcon.js +2 -9
  145. package/es/TextBoxIcon/TextBoxIcon.module.css +7 -7
  146. package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +7 -2
  147. package/es/Textarea/Textarea.js +3 -12
  148. package/es/Textarea/Textarea.module.css +21 -21
  149. package/es/Textarea/__tests__/Textarea.spec.js +2 -2
  150. package/es/Tooltip/Tooltip.js +14 -58
  151. package/es/Tooltip/Tooltip.module.css +5 -5
  152. package/es/Tooltip/__tests__/Tooltip.spec.js +0 -5
  153. package/es/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +2 -3
  154. package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +5 -7
  155. package/es/common/animation.module.css +8 -8
  156. package/es/common/avatarsizes.module.css +16 -16
  157. package/es/common/basicReset.module.css +3 -3
  158. package/es/common/common.module.css +24 -24
  159. package/es/common/customscroll.module.css +2 -2
  160. package/es/deprecated/AdvancedMultiSelect.module.css +18 -18
  161. package/es/deprecated/PortalLayer/PortalLayer.js +20 -25
  162. package/es/semantic/Button/Button.js +2 -3
  163. package/es/semantic/Button/semanticButton.module.css +1 -1
  164. package/es/utils/Common.js +13 -54
  165. package/es/utils/ContextOptimizer.js +5 -4
  166. package/es/utils/__tests__/debounce.spec.js +2 -2
  167. package/es/utils/constructFullName.js +0 -2
  168. package/es/utils/css/compileClassNames.js +0 -5
  169. package/es/utils/css/mergeStyle.js +7 -8
  170. package/es/utils/css/utils.js +0 -1
  171. package/es/utils/datetime/common.js +5 -16
  172. package/es/utils/debounce.js +1 -5
  173. package/es/utils/dropDownUtils.js +11 -68
  174. package/es/utils/getInitial.js +0 -4
  175. package/es/utils/shallowEqual.js +0 -6
  176. package/lib/Accordion/Accordion.js +18 -42
  177. package/lib/Accordion/AccordionItem.js +18 -40
  178. package/lib/Accordion/__tests__/Accordion.spec.js +0 -3
  179. package/lib/Accordion/index.js +0 -3
  180. package/lib/Accordion/props/propTypes.js +0 -3
  181. package/lib/Animation/Animation.js +18 -38
  182. package/lib/Animation/__tests__/Animation.spec.js +7 -11
  183. package/lib/Animation/props/propTypes.js +0 -3
  184. package/lib/AppContainer/AppContainer.js +21 -56
  185. package/lib/AppContainer/AppContainer.module.css +2 -2
  186. package/lib/AppContainer/props/propTypes.js +0 -3
  187. package/lib/Avatar/Avatar.js +38 -78
  188. package/lib/Avatar/Avatar.module.css +18 -18
  189. package/lib/Avatar/__tests__/Avatar.spec.js +0 -44
  190. package/lib/Avatar/props/propTypes.js +0 -3
  191. package/lib/AvatarTeam/AvatarTeam.js +30 -52
  192. package/lib/AvatarTeam/AvatarTeam.module.css +35 -35
  193. package/lib/AvatarTeam/__tests__/AvatarTeam.spec.js +0 -13
  194. package/lib/AvatarTeam/props/propTypes.js +0 -3
  195. package/lib/Button/Button.js +20 -31
  196. package/lib/Button/css/Button.module.css +70 -70
  197. package/lib/Button/css/cssJSLogic.js +17 -18
  198. package/lib/Button/index.js +0 -3
  199. package/lib/Button/props/defaultProps.js +0 -2
  200. package/lib/Button/props/propTypes.js +0 -3
  201. package/lib/Buttongroup/Buttongroup.js +12 -32
  202. package/lib/Buttongroup/Buttongroup.module.css +15 -14
  203. package/lib/Buttongroup/__test__/Buttongroup.spec.js +0 -10
  204. package/lib/Buttongroup/props/propTypes.js +0 -3
  205. package/lib/Card/Card.js +46 -102
  206. package/lib/Card/__tests__/Card.spec.js +1 -10
  207. package/lib/Card/index.js +0 -4
  208. package/lib/Card/props/propTypes.js +0 -3
  209. package/lib/CheckBox/CheckBox.js +47 -71
  210. package/lib/CheckBox/CheckBox.module.css +15 -15
  211. package/lib/CheckBox/__tests__/CheckBox.spec.js +0 -3
  212. package/lib/CheckBox/props/propTypes.js +0 -3
  213. package/lib/DateTime/CalendarView.js +42 -82
  214. package/lib/DateTime/DateTime.js +155 -239
  215. package/lib/DateTime/DateTime.module.css +39 -39
  216. package/lib/DateTime/DateTimePopupFooter.js +8 -31
  217. package/lib/DateTime/DateTimePopupHeader.js +17 -48
  218. package/lib/DateTime/DateWidget.js +250 -352
  219. package/lib/DateTime/DateWidget.module.css +5 -5
  220. package/lib/DateTime/DaysRow.js +5 -27
  221. package/lib/DateTime/Time.js +32 -73
  222. package/lib/DateTime/YearView.js +28 -77
  223. package/lib/DateTime/YearView.module.css +15 -15
  224. package/lib/DateTime/__tests__/CalendarView.spec.js +5 -13
  225. package/lib/DateTime/__tests__/DateTime.spec.js +37 -51
  226. package/lib/DateTime/__tests__/DateWidget.spec.js +8 -10
  227. package/lib/DateTime/common.js +0 -6
  228. package/lib/DateTime/constants.js +0 -1
  229. package/lib/DateTime/dateFormatUtils/dateFormat.js +122 -184
  230. package/lib/DateTime/dateFormatUtils/dateFormats.js +1 -0
  231. package/lib/DateTime/dateFormatUtils/dayChange.js +7 -14
  232. package/lib/DateTime/dateFormatUtils/index.js +16 -74
  233. package/lib/DateTime/dateFormatUtils/monthChange.js +9 -19
  234. package/lib/DateTime/dateFormatUtils/timeChange.js +22 -54
  235. package/lib/DateTime/dateFormatUtils/yearChange.js +11 -22
  236. package/lib/DateTime/index.js +0 -2
  237. package/lib/DateTime/objectUtils.js +20 -24
  238. package/lib/DateTime/props/propTypes.js +1 -11
  239. package/lib/DateTime/typeChecker.js +0 -4
  240. package/lib/DateTime/validator.js +10 -73
  241. package/lib/DropBox/DropBox.js +12 -36
  242. package/lib/DropBox/DropBoxElement/DropBoxElement.js +44 -63
  243. package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +85 -79
  244. package/lib/DropBox/DropBoxElement/css/cssJSLogic.js +35 -42
  245. package/lib/DropBox/DropBoxElement/props/propTypes.js +1 -4
  246. package/lib/DropBox/DropBoxElement/useDropboxPosCalc.js +9 -14
  247. package/lib/DropBox/__tests__/DropBox.spec.js +4 -8
  248. package/lib/DropBox/css/DropBox.module.css +6 -6
  249. package/lib/DropBox/css/cssJSLogic.js +1 -3
  250. package/lib/DropBox/props/defaultProps.js +4 -8
  251. package/lib/DropBox/props/propTypes.js +4 -10
  252. package/lib/DropDown/DropDown.js +8 -52
  253. package/lib/DropDown/DropDown.module.css +2 -2
  254. package/lib/DropDown/DropDownHeading.js +20 -39
  255. package/lib/DropDown/DropDownHeading.module.css +6 -6
  256. package/lib/DropDown/DropDownItem.js +20 -42
  257. package/lib/DropDown/DropDownItem.module.css +12 -12
  258. package/lib/DropDown/DropDownSearch.js +17 -40
  259. package/lib/DropDown/DropDownSearch.module.css +3 -3
  260. package/lib/DropDown/DropDownSeparator.js +4 -24
  261. package/lib/DropDown/DropDownSeparator.module.css +2 -2
  262. package/lib/DropDown/__tests__/DropDown.spec.js +9 -15
  263. package/lib/DropDown/__tests__/DropDownItem.spec.js +4 -9
  264. package/lib/DropDown/__tests__/DropDownSearch.spec.js +0 -3
  265. package/lib/DropDown/index.js +0 -9
  266. package/lib/DropDown/props/propTypes.js +4 -6
  267. package/lib/Heading/Heading.js +15 -37
  268. package/lib/Heading/Heading.module.css +2 -2
  269. package/lib/Heading/props/propTypes.js +0 -3
  270. package/lib/Label/Label.js +19 -39
  271. package/lib/Label/Label.module.css +5 -5
  272. package/lib/Label/__tests__/Label.spec.js +1 -14
  273. package/lib/Label/props/propTypes.js +0 -3
  274. package/lib/Layout/Box.js +11 -31
  275. package/lib/Layout/Container.js +10 -29
  276. package/lib/Layout/Layout.module.css +15 -15
  277. package/lib/Layout/__tests__/Box.spec.js +49 -65
  278. package/lib/Layout/__tests__/Container.spec.js +50 -67
  279. package/lib/Layout/index.js +0 -3
  280. package/lib/Layout/props/propTypes.js +0 -3
  281. package/lib/Layout/utils.js +0 -10
  282. package/lib/ListItem/ListContainer.js +27 -48
  283. package/lib/ListItem/ListItem.js +45 -69
  284. package/lib/ListItem/ListItem.module.css +38 -38
  285. package/lib/ListItem/ListItemWithAvatar.js +48 -75
  286. package/lib/ListItem/ListItemWithCheckBox.js +39 -64
  287. package/lib/ListItem/ListItemWithIcon.js +44 -68
  288. package/lib/ListItem/ListItemWithRadio.js +41 -65
  289. package/lib/ListItem/index.js +0 -7
  290. package/lib/ListItem/props/propTypes.js +4 -6
  291. package/lib/Modal/Modal.js +10 -45
  292. package/lib/Modal/props/propTypes.js +0 -3
  293. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +166 -294
  294. package/lib/MultiSelect/AdvancedMultiSelect.js +125 -202
  295. package/lib/MultiSelect/EmptyState.js +24 -45
  296. package/lib/MultiSelect/MultiSelect.js +206 -323
  297. package/lib/MultiSelect/MultiSelect.module.css +31 -31
  298. package/lib/MultiSelect/MultiSelectHeader.js +8 -30
  299. package/lib/MultiSelect/MultiSelectWithAvatar.js +63 -105
  300. package/lib/MultiSelect/SelectedOptions.js +17 -43
  301. package/lib/MultiSelect/SelectedOptions.module.css +5 -5
  302. package/lib/MultiSelect/Suggestions.js +32 -64
  303. package/lib/MultiSelect/__tests__/MultiSelect.spec.js +75 -86
  304. package/lib/MultiSelect/index.js +0 -5
  305. package/lib/MultiSelect/props/defaultProps.js +0 -2
  306. package/lib/MultiSelect/props/propTypes.js +0 -5
  307. package/lib/PopOver/PopOver.js +49 -95
  308. package/lib/PopOver/__tests__/PopOver.spec.js +1 -4
  309. package/lib/PopOver/index.js +0 -4
  310. package/lib/PopOver/props/propTypes.js +0 -3
  311. package/lib/Popup/Popup.js +81 -158
  312. package/lib/Popup/__tests__/Popup.spec.js +8 -43
  313. package/lib/Popup/viewPort.js +14 -28
  314. package/lib/Provider/AvatarSize.js +0 -4
  315. package/lib/Provider/Config.js +0 -2
  316. package/lib/Provider/CssProvider.js +0 -4
  317. package/lib/Provider/IdProvider.js +6 -17
  318. package/lib/Provider/LibraryContext.js +15 -35
  319. package/lib/Provider/LibraryContextInit.js +0 -4
  320. package/lib/Provider/NumberGenerator/NumberGenerator.js +15 -44
  321. package/lib/Provider/ZindexProvider.js +3 -15
  322. package/lib/Provider/index.js +0 -5
  323. package/lib/Radio/Radio.js +38 -61
  324. package/lib/Radio/Radio.module.css +9 -9
  325. package/lib/Radio/__tests__/Radiospec.js +5 -9
  326. package/lib/Radio/props/propTypes.js +0 -3
  327. package/lib/Responsive/CustomResponsive.js +29 -73
  328. package/lib/Responsive/RefWrapper.js +11 -17
  329. package/lib/Responsive/ResizeComponent.js +36 -62
  330. package/lib/Responsive/ResizeObserver.js +10 -24
  331. package/lib/Responsive/Responsive.js +30 -80
  332. package/lib/Responsive/index.js +0 -4
  333. package/lib/Responsive/props/propTypes.js +0 -3
  334. package/lib/Responsive/sizeObservers.js +17 -53
  335. package/lib/Responsive/utils/index.js +3 -11
  336. package/lib/Responsive/utils/shallowCompare.js +2 -11
  337. package/lib/Responsive/windowResizeObserver.js +0 -8
  338. package/lib/ResponsiveDropBox/ResponsiveDropBox.js +17 -45
  339. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
  340. package/lib/ResponsiveDropBox/props/propTypes.js +0 -3
  341. package/lib/Ribbon/Ribbon.js +13 -33
  342. package/lib/Ribbon/Ribbon.module.css +48 -46
  343. package/lib/Ribbon/__tests__/Ribbon.spec.js +0 -22
  344. package/lib/Ribbon/props/propTypes.js +0 -3
  345. package/lib/RippleEffect/RippleEffect.js +10 -18
  346. package/lib/RippleEffect/props/propTypes.js +0 -3
  347. package/lib/Select/GroupSelect.js +130 -229
  348. package/lib/Select/Select.js +209 -290
  349. package/lib/Select/Select.module.css +23 -23
  350. package/lib/Select/SelectWithAvatar.js +56 -102
  351. package/lib/Select/SelectWithIcon.js +76 -132
  352. package/lib/Select/__tests__/Select.spec.js +91 -133
  353. package/lib/Select/index.js +0 -5
  354. package/lib/Select/props/defaultProps.js +4 -5
  355. package/lib/Select/props/propTypes.js +0 -4
  356. package/lib/Stencils/Stencils.js +10 -29
  357. package/lib/Stencils/Stencils.module.css +11 -11
  358. package/lib/Stencils/__tests__/Stencils.spec.js +0 -12
  359. package/lib/Stencils/props/propTypes.js +0 -3
  360. package/lib/Switch/Switch.js +34 -57
  361. package/lib/Switch/Switch.module.css +23 -23
  362. package/lib/Switch/props/propTypes.js +0 -3
  363. package/lib/Tab/Tab.js +27 -40
  364. package/lib/Tab/Tab.module.css +14 -14
  365. package/lib/Tab/TabContent.js +5 -12
  366. package/lib/Tab/TabContentWrapper.js +6 -13
  367. package/lib/Tab/TabWrapper.js +19 -37
  368. package/lib/Tab/Tabs.js +91 -171
  369. package/lib/Tab/Tabs.module.css +30 -37
  370. package/lib/Tab/__tests__/Tab.spec.js +58 -67
  371. package/lib/Tab/__tests__/TabContent.spec.js +6 -10
  372. package/lib/Tab/__tests__/TabContentWrapper.spec.js +20 -28
  373. package/lib/Tab/__tests__/TabWrapper.spec.js +0 -12
  374. package/lib/Tab/__tests__/Tabs.spec.js +39 -53
  375. package/lib/Tab/index.js +0 -6
  376. package/lib/Tab/props/propTypes.js +0 -3
  377. package/lib/Tag/Tag.js +43 -72
  378. package/lib/Tag/Tag.module.css +25 -25
  379. package/lib/Tag/__tests__/Tag.spec.js +8 -14
  380. package/lib/Tag/props/propTypes.js +0 -3
  381. package/lib/TextBox/TextBox.js +59 -85
  382. package/lib/TextBox/TextBox.module.css +9 -9
  383. package/lib/TextBox/__tests__/TextBox.spec.js +4 -14
  384. package/lib/TextBox/props/propTypes.js +4 -6
  385. package/lib/TextBoxIcon/TextBoxIcon.js +52 -79
  386. package/lib/TextBoxIcon/TextBoxIcon.module.css +7 -7
  387. package/lib/TextBoxIcon/__tests__/TextBoxIcon.spec.js +5 -14
  388. package/lib/TextBoxIcon/props/propTypes.js +0 -3
  389. package/lib/Textarea/Textarea.js +29 -54
  390. package/lib/Textarea/Textarea.module.css +21 -21
  391. package/lib/Textarea/__tests__/Textarea.spec.js +2 -14
  392. package/lib/Textarea/props/propTypes.js +0 -3
  393. package/lib/Tooltip/Tooltip.js +31 -94
  394. package/lib/Tooltip/Tooltip.module.css +5 -5
  395. package/lib/Tooltip/__tests__/Tooltip.spec.js +3 -24
  396. package/lib/Tooltip/props/propTypes.js +0 -3
  397. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +16 -40
  398. package/lib/VelocityAnimation/VelocityAnimation/props/propTypes.js +0 -3
  399. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +25 -53
  400. package/lib/VelocityAnimation/VelocityAnimationGroup/props/propTypes.js +0 -3
  401. package/lib/VelocityAnimation/index.js +0 -3
  402. package/lib/common/animation.module.css +8 -8
  403. package/lib/common/avatarsizes.module.css +16 -16
  404. package/lib/common/basicReset.module.css +3 -3
  405. package/lib/common/common.module.css +24 -24
  406. package/lib/common/customscroll.module.css +2 -2
  407. package/lib/css.js +0 -40
  408. package/lib/deprecated/AdvancedMultiSelect.module.css +18 -18
  409. package/lib/deprecated/PortalLayer/PortalLayer.js +23 -46
  410. package/lib/deprecated/PortalLayer/props/propTypes.js +0 -3
  411. package/lib/index.js +0 -57
  412. package/lib/semantic/Button/Button.js +22 -42
  413. package/lib/semantic/Button/props/propTypes.js +0 -3
  414. package/lib/semantic/Button/semanticButton.module.css +1 -1
  415. package/lib/semantic/index.js +0 -2
  416. package/lib/utils/Common.js +25 -109
  417. package/lib/utils/ContextOptimizer.js +10 -16
  418. package/lib/utils/__tests__/constructFullName.spec.js +0 -1
  419. package/lib/utils/__tests__/debounce.spec.js +2 -3
  420. package/lib/utils/__tests__/getInitial.spec.js +0 -1
  421. package/lib/utils/constructFullName.js +4 -13
  422. package/lib/utils/css/compileClassNames.js +0 -6
  423. package/lib/utils/css/mergeStyle.js +8 -11
  424. package/lib/utils/css/utils.js +0 -8
  425. package/lib/utils/datetime/common.js +5 -32
  426. package/lib/utils/debounce.js +1 -6
  427. package/lib/utils/dropDownUtils.js +59 -175
  428. package/lib/utils/dummyFunction.js +0 -2
  429. package/lib/utils/getHTMLFontSize.js +0 -1
  430. package/lib/utils/getInitial.js +0 -6
  431. package/lib/utils/index.js +0 -4
  432. package/lib/utils/scrollTo.js +0 -2
  433. package/lib/utils/shallowEqual.js +0 -8
  434. package/package.json +1 -1
@@ -1,94 +1,56 @@
1
1
  "use strict";
2
2
 
3
3
  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); }
4
-
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports["default"] = void 0;
9
-
10
8
  var _react = _interopRequireDefault(require("react"));
11
-
12
9
  var _propTypes = require("./props/propTypes");
13
-
14
10
  var _defaultProps = require("./props/defaultProps");
15
-
16
11
  var _datetimejs = _interopRequireDefault(require("@zohodesk/datetimejs"));
17
-
18
12
  var _CalendarView = _interopRequireDefault(require("./CalendarView"));
19
-
20
13
  var _YearView = _interopRequireDefault(require("./YearView"));
21
-
22
14
  var _DateTimePopupHeader = _interopRequireDefault(require("./DateTimePopupHeader"));
23
-
24
15
  var _DateTimePopupFooter = _interopRequireDefault(require("./DateTimePopupFooter"));
25
-
26
16
  var _Time = _interopRequireDefault(require("./Time"));
27
-
28
17
  var _DateTimeModule = _interopRequireDefault(require("./DateTime.module.css"));
29
-
30
18
  var _common = require("../utils/datetime/common");
31
-
32
19
  var _Common = require("../utils/Common");
33
-
34
20
  var _constants = require("./constants");
35
-
36
21
  var _ResponsiveDropBox = _interopRequireDefault(require("../ResponsiveDropBox/ResponsiveDropBox"));
37
-
38
22
  var _Layout = require("../Layout");
39
-
40
23
  var _dateFormatUtils = require("./dateFormatUtils");
41
-
42
24
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
43
-
44
25
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
45
-
46
26
  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."); }
47
-
48
27
  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); }
49
-
50
- 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; }
51
-
52
- 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; }
53
-
28
+ 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; }
29
+ 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; } }
54
30
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
55
-
56
31
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
57
-
58
- 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); } }
59
-
32
+ 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); } }
60
33
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
61
-
34
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
35
+ 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); }
62
36
  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); }
63
-
64
37
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
65
-
66
38
  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); }; }
67
-
68
39
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
69
-
70
40
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
71
-
72
41
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
73
-
74
42
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
75
-
76
43
  function title(date, year, month) {
77
44
  var monthNames = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : [];
78
45
  var HeadingText = "".concat(monthNames[month] || '', " ").concat(year);
79
46
  return HeadingText;
80
47
  }
81
-
82
48
  var DateTime = /*#__PURE__*/function (_React$PureComponent) {
83
49
  _inherits(DateTime, _React$PureComponent);
84
-
85
50
  var _super = _createSuper(DateTime);
86
-
87
51
  function DateTime(props) {
88
52
  var _this;
89
-
90
53
  _classCallCheck(this, DateTime);
91
-
92
54
  _this = _super.call(this, props);
93
55
  _this.getHours = _this.getHours.bind(_assertThisInitialized(_this));
94
56
  _this.amPmSelect = _this.amPmSelect.bind(_assertThisInitialized(_this));
@@ -110,8 +72,7 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
110
72
  _this.handleGetStateValues = _this.handleGetStateValues.bind(_assertThisInitialized(_this));
111
73
  _this.handleYearViewToggle = _this.handleYearViewToggle.bind(_assertThisInitialized(_this));
112
74
  var _props$i18nKeys$ampmT = props.i18nKeys.ampmText,
113
- ampmText = _props$i18nKeys$ampmT === void 0 ? _constants.ampmTextDefault : _props$i18nKeys$ampmT;
114
-
75
+ ampmText = _props$i18nKeys$ampmT === void 0 ? _constants.ampmTextDefault : _props$i18nKeys$ampmT;
115
76
  _this.ampmSuggestions = function () {
116
77
  var ampmSuggestions = [];
117
78
  ampmText.forEach(function (text, index) {
@@ -129,16 +90,13 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
129
90
  });
130
91
  return ampmSuggestions;
131
92
  }();
132
-
133
93
  var initalStateObj = _this.getStateFromProps(props);
134
-
135
94
  _this.state = Object.assign({}, initalStateObj, {
136
95
  isYearView: false,
137
96
  isMonthOpen: false
138
97
  });
139
98
  return _this;
140
99
  }
141
-
142
100
  _createClass(DateTime, [{
143
101
  key: "componentDidMount",
144
102
  value: function componentDidMount() {
@@ -148,14 +106,12 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
148
106
  key: "componentDidUpdate",
149
107
  value: function componentDidUpdate(prevProps) {
150
108
  var _this$props = this.props,
151
- value = _this$props.value,
152
- isActive = _this$props.isActive,
153
- is24Hour = _this$props.is24Hour;
154
-
109
+ value = _this$props.value,
110
+ isActive = _this$props.isActive,
111
+ is24Hour = _this$props.is24Hour;
155
112
  if (prevProps.value !== value || is24Hour !== prevProps.is24Hour) {
156
113
  this.setState(this.getStateFromProps(this.props));
157
114
  }
158
-
159
115
  if (prevProps.isActive !== isActive && !isActive) {
160
116
  this.setState({
161
117
  isYearView: false,
@@ -173,31 +129,26 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
173
129
  value: function getStateFromProps(props) {
174
130
  var date, month, year, hours, mins, amPm;
175
131
  var value = props.value,
176
- timeZone = props.timeZone,
177
- defaultTime = props.defaultTime,
178
- needDefaultTime = props.needDefaultTime,
179
- isDateTimeField = props.isDateTimeField,
180
- is24Hour = props.is24Hour; //defaultTime --> 12:00:PM
181
-
132
+ timeZone = props.timeZone,
133
+ defaultTime = props.defaultTime,
134
+ needDefaultTime = props.needDefaultTime,
135
+ isDateTimeField = props.isDateTimeField,
136
+ is24Hour = props.is24Hour; //defaultTime --> 12:00:PM
182
137
  defaultTime = needDefaultTime ? defaultTime ? defaultTime : '12:00:PM' : '';
183
138
  var defaultHour, defaultMin, defaultAmPm;
184
139
  var todayObj = new Date();
185
140
  var todayDate = todayObj.getDate();
186
141
  var todayMonth = todayObj.getMonth();
187
142
  var todayYear = todayObj.getFullYear();
188
-
189
143
  if (!value) {
190
144
  var _ref = defaultTime ? defaultTime.split(':') : [];
191
-
192
145
  var _ref2 = _slicedToArray(_ref, 3);
193
-
194
146
  defaultHour = _ref2[0];
195
147
  defaultMin = _ref2[1];
196
148
  defaultAmPm = _ref2[2];
197
149
  defaultHour = parseInt(defaultHour);
198
150
  defaultMin = parseInt(defaultMin);
199
151
  }
200
-
201
152
  var dateObj = isDateTimeField ? _datetimejs["default"].toDate(_datetimejs["default"].tz.utcToTz(value, timeZone)) : value ? _datetimejs["default"].toDate(value) : todayObj;
202
153
  date = dateObj.getDate();
203
154
  month = dateObj.getMonth();
@@ -223,7 +174,6 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
223
174
  key: "getHours",
224
175
  value: function getHours(hoursParam, is24Hour) {
225
176
  var hours = hoursParam;
226
-
227
177
  if (!is24Hour) {
228
178
  if (hours === 0) {
229
179
  hours = 12;
@@ -231,7 +181,6 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
231
181
  hours -= 12;
232
182
  }
233
183
  }
234
-
235
184
  hours = (0, _dateFormatUtils.addZeroIfNeeded)(hours);
236
185
  return hours;
237
186
  }
@@ -240,37 +189,33 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
240
189
  value: function handleGetSelectedDate() {
241
190
  var selectedInfo = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
242
191
  var _this$props2 = this.props,
243
- min = _this$props2.min,
244
- max = _this$props2.max,
245
- timeZone = _this$props2.timeZone,
246
- isDateTimeField = _this$props2.isDateTimeField,
247
- dateFormat = _this$props2.dateFormat,
248
- is24Hour = _this$props2.is24Hour;
192
+ min = _this$props2.min,
193
+ max = _this$props2.max,
194
+ timeZone = _this$props2.timeZone,
195
+ isDateTimeField = _this$props2.isDateTimeField,
196
+ dateFormat = _this$props2.dateFormat,
197
+ is24Hour = _this$props2.is24Hour;
249
198
  var year = selectedInfo.year,
250
- month = selectedInfo.month,
251
- date = selectedInfo.date,
252
- hours = selectedInfo.hours,
253
- mins = selectedInfo.mins,
254
- amPm = selectedInfo.amPm;
255
-
199
+ month = selectedInfo.month,
200
+ date = selectedInfo.date,
201
+ hours = selectedInfo.hours,
202
+ mins = selectedInfo.mins,
203
+ amPm = selectedInfo.amPm;
256
204
  if (!is24Hour) {
257
205
  if (parseInt(hours) === 12) {
258
206
  hours = amPm === 'AM' ? 0 : 12;
259
207
  }
260
-
261
208
  if (amPm === 'PM') {
262
209
  if (hours < 12) {
263
210
  hours = parseInt(hours) + 12;
264
211
  }
265
212
  }
266
213
  }
267
-
268
214
  var minInMillis = min ? _datetimejs["default"].millis(min) : null,
269
- maxInMillis = max ? _datetimejs["default"].millis(max) : null,
270
- selectedInMillis,
271
- selectedValue = '',
272
- formattedValue;
273
-
215
+ maxInMillis = max ? _datetimejs["default"].millis(max) : null,
216
+ selectedInMillis,
217
+ selectedValue = '',
218
+ formattedValue;
274
219
  if (isDateTimeField) {
275
220
  selectedInMillis = _datetimejs["default"].tz.tzToUtc(Date.UTC(year, month, date, hours, mins), timeZone);
276
221
  selectedValue = _datetimejs["default"].ISO(selectedInMillis);
@@ -280,10 +225,8 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
280
225
  selectedValue = (0, _common.formatDate)(new Date(year, month, date), 'YYYY-MM-DD');
281
226
  formattedValue = (0, _common.formatDate)(new Date(year, month, date), dateFormat);
282
227
  }
283
-
284
228
  var isError = false;
285
229
  var errorType = '';
286
-
287
230
  if (minInMillis && minInMillis > selectedInMillis) {
288
231
  isError = true;
289
232
  errorType = 'MIN';
@@ -291,7 +234,6 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
291
234
  isError = true;
292
235
  errorType = 'MAX';
293
236
  }
294
-
295
237
  return {
296
238
  isError: isError,
297
239
  errorType: errorType,
@@ -304,31 +246,29 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
304
246
  value: function handleSelect(e) {
305
247
  e && e.preventDefault();
306
248
  var _this$props3 = this.props,
307
- onError = _this$props3.onError,
308
- onSelect = _this$props3.onSelect,
309
- minErrorText = _this$props3.minErrorText,
310
- maxErrorText = _this$props3.maxErrorText;
249
+ onError = _this$props3.onError,
250
+ onSelect = _this$props3.onSelect,
251
+ minErrorText = _this$props3.minErrorText,
252
+ maxErrorText = _this$props3.maxErrorText;
311
253
  var _this$state = this.state,
312
- year = _this$state.year,
313
- month = _this$state.month,
314
- date = _this$state.date,
315
- hours = _this$state.hours,
316
- mins = _this$state.mins,
317
- amPm = _this$state.amPm;
318
-
254
+ year = _this$state.year,
255
+ month = _this$state.month,
256
+ date = _this$state.date,
257
+ hours = _this$state.hours,
258
+ mins = _this$state.mins,
259
+ amPm = _this$state.amPm;
319
260
  var _this$handleGetSelect = this.handleGetSelectedDate({
320
- year: year,
321
- month: month,
322
- date: date,
323
- hours: hours,
324
- mins: mins,
325
- amPm: amPm
326
- }),
327
- isError = _this$handleGetSelect.isError,
328
- errorType = _this$handleGetSelect.errorType,
329
- selectedValue = _this$handleGetSelect.selectedValue,
330
- formattedValue = _this$handleGetSelect.formattedValue;
331
-
261
+ year: year,
262
+ month: month,
263
+ date: date,
264
+ hours: hours,
265
+ mins: mins,
266
+ amPm: amPm
267
+ }),
268
+ isError = _this$handleGetSelect.isError,
269
+ errorType = _this$handleGetSelect.errorType,
270
+ selectedValue = _this$handleGetSelect.selectedValue,
271
+ formattedValue = _this$handleGetSelect.formattedValue;
332
272
  if (isError) {
333
273
  if (errorType === 'MIN') {
334
274
  onError && onError(minErrorText, true);
@@ -344,23 +284,23 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
344
284
  value: function handleChange() {
345
285
  var selectedInfo = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
346
286
  var _this$props4 = this.props,
347
- onError = _this$props4.onError,
348
- onChange = _this$props4.onChange,
349
- minErrorText = _this$props4.minErrorText,
350
- maxErrorText = _this$props4.maxErrorText;
287
+ onError = _this$props4.onError,
288
+ onChange = _this$props4.onChange,
289
+ minErrorText = _this$props4.minErrorText,
290
+ maxErrorText = _this$props4.maxErrorText;
351
291
  var _this$state2 = this.state,
352
- oldYear = _this$state2.year,
353
- oldMonth = _this$state2.month,
354
- oldDate = _this$state2.date,
355
- oldHours = _this$state2.hours,
356
- oldMins = _this$state2.mins,
357
- oldAMPM = _this$state2.amPm;
292
+ oldYear = _this$state2.year,
293
+ oldMonth = _this$state2.month,
294
+ oldDate = _this$state2.date,
295
+ oldHours = _this$state2.hours,
296
+ oldMins = _this$state2.mins,
297
+ oldAMPM = _this$state2.amPm;
358
298
  var year = selectedInfo.year,
359
- month = selectedInfo.month,
360
- date = selectedInfo.date,
361
- hours = selectedInfo.hours,
362
- mins = selectedInfo.mins,
363
- amPm = selectedInfo.amPm;
299
+ month = selectedInfo.month,
300
+ date = selectedInfo.date,
301
+ hours = selectedInfo.hours,
302
+ mins = selectedInfo.mins,
303
+ amPm = selectedInfo.amPm;
364
304
  var newSelectedInfo = {
365
305
  year: (0, _Common.getIsEmptyValue)(year) ? oldYear : year,
366
306
  month: (0, _Common.getIsEmptyValue)(month) ? oldMonth : month,
@@ -369,14 +309,12 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
369
309
  mins: (0, _Common.getIsEmptyValue)(mins) ? oldMins : mins,
370
310
  amPm: (0, _Common.getIsEmptyValue)(amPm) ? oldAMPM : amPm
371
311
  };
372
-
373
312
  if (onChange) {
374
313
  var _this$handleGetSelect2 = this.handleGetSelectedDate(newSelectedInfo),
375
- isError = _this$handleGetSelect2.isError,
376
- errorType = _this$handleGetSelect2.errorType,
377
- selectedValue = _this$handleGetSelect2.selectedValue,
378
- formattedValue = _this$handleGetSelect2.formattedValue;
379
-
314
+ isError = _this$handleGetSelect2.isError,
315
+ errorType = _this$handleGetSelect2.errorType,
316
+ selectedValue = _this$handleGetSelect2.selectedValue,
317
+ formattedValue = _this$handleGetSelect2.formattedValue;
380
318
  if (isError) {
381
319
  if (errorType === 'MIN') {
382
320
  onError && onError(minErrorText, true);
@@ -395,9 +333,8 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
395
333
  key: "handleClear",
396
334
  value: function handleClear(e) {
397
335
  var _this$props5 = this.props,
398
- onSelect = _this$props5.onSelect,
399
- onClear = _this$props5.onClear;
400
-
336
+ onSelect = _this$props5.onSelect,
337
+ onClear = _this$props5.onClear;
401
338
  if (onClear) {
402
339
  onClear(e);
403
340
  } else {
@@ -414,28 +351,26 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
414
351
  });
415
352
  e && e.preventDefault();
416
353
  var _this$props6 = this.props,
417
- onError = _this$props6.onError,
418
- onDateSelect = _this$props6.onDateSelect,
419
- minErrorText = _this$props6.minErrorText,
420
- maxErrorText = _this$props6.maxErrorText;
354
+ onError = _this$props6.onError,
355
+ onDateSelect = _this$props6.onDateSelect,
356
+ minErrorText = _this$props6.minErrorText,
357
+ maxErrorText = _this$props6.maxErrorText;
421
358
  var _this$state3 = this.state,
422
- hours = _this$state3.hours,
423
- mins = _this$state3.mins,
424
- amPm = _this$state3.amPm;
425
-
359
+ hours = _this$state3.hours,
360
+ mins = _this$state3.mins,
361
+ amPm = _this$state3.amPm;
426
362
  var _this$handleGetSelect3 = this.handleGetSelectedDate({
427
- year: year,
428
- month: month,
429
- date: date,
430
- hours: hours,
431
- mins: mins,
432
- amPm: amPm
433
- }),
434
- isError = _this$handleGetSelect3.isError,
435
- errorType = _this$handleGetSelect3.errorType,
436
- selectedValue = _this$handleGetSelect3.selectedValue,
437
- formattedValue = _this$handleGetSelect3.formattedValue;
438
-
363
+ year: year,
364
+ month: month,
365
+ date: date,
366
+ hours: hours,
367
+ mins: mins,
368
+ amPm: amPm
369
+ }),
370
+ isError = _this$handleGetSelect3.isError,
371
+ errorType = _this$handleGetSelect3.errorType,
372
+ selectedValue = _this$handleGetSelect3.selectedValue,
373
+ formattedValue = _this$handleGetSelect3.formattedValue;
439
374
  if (isError) {
440
375
  if (errorType === 'MIN') {
441
376
  onError && onError(minErrorText, true);
@@ -467,8 +402,8 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
467
402
  amPm: amPm
468
403
  });
469
404
  }
470
- /*global closeGroupPopups*/
471
405
 
406
+ /*global closeGroupPopups*/
472
407
  }, {
473
408
  key: "closePopup",
474
409
  value: function closePopup() {
@@ -478,17 +413,15 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
478
413
  key: "handleCalendarNavigation",
479
414
  value: function handleCalendarNavigation(type, selectedInfo) {
480
415
  var stateYear = selectedInfo.year,
481
- stateMonth = selectedInfo.month,
482
- stateDate = selectedInfo.date;
416
+ stateMonth = selectedInfo.month,
417
+ stateDate = selectedInfo.date;
483
418
  var date = stateDate;
484
419
  var month = stateMonth;
485
420
  var year = stateYear;
486
-
487
421
  var getDate = function getDate(month, year) {
488
422
  var monthEnd = (0, _common.getMonthEnd)(month, year);
489
423
  return monthEnd >= parseInt(date) ? date : monthEnd;
490
424
  };
491
-
492
425
  var modifyCalendarRecursion = function modifyCalendarRecursion(recursionType) {
493
426
  if (recursionType === 'nextYear') {
494
427
  //Click next year icon
@@ -501,7 +434,6 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
501
434
  } else if (recursionType === 'previousYear') {
502
435
  //Click previous year icon
503
436
  var _newYear = year - 1;
504
-
505
437
  return {
506
438
  date: getDate(month, _newYear),
507
439
  month: month,
@@ -513,7 +445,6 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
513
445
  month = 0;
514
446
  return modifyCalendarRecursion('nextYear');
515
447
  }
516
-
517
448
  var newMonth = month + 1;
518
449
  return {
519
450
  date: getDate(newMonth, year),
@@ -526,9 +457,7 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
526
457
  month = 11;
527
458
  return modifyCalendarRecursion('previousYear');
528
459
  }
529
-
530
460
  var _newMonth = month - 1;
531
-
532
461
  return {
533
462
  date: getDate(_newMonth, year),
534
463
  month: _newMonth,
@@ -536,12 +465,10 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
536
465
  };
537
466
  } else if (recursionType === 'nextDate') {
538
467
  var monthEnd = (0, _common.getMonthEnd)(month, year);
539
-
540
468
  if (date === monthEnd) {
541
469
  date = 1;
542
470
  return modifyCalendarRecursion('nextMonth');
543
471
  }
544
-
545
472
  var newDate = parseInt(date) + 1;
546
473
  return {
547
474
  date: newDate,
@@ -553,9 +480,7 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
553
480
  date = month === 0 ? (0, _common.getMonthEnd)(11, year - 1) : (0, _common.getMonthEnd)(month - 1, year);
554
481
  return modifyCalendarRecursion('previousMonth');
555
482
  }
556
-
557
483
  var _newDate = parseInt(date) - 1;
558
-
559
484
  return {
560
485
  date: _newDate,
561
486
  month: month,
@@ -563,16 +488,15 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
563
488
  };
564
489
  }
565
490
  };
566
-
567
491
  return modifyCalendarRecursion(type);
568
492
  }
569
493
  }, {
570
494
  key: "modifyCalendar",
571
495
  value: function modifyCalendar(type) {
572
496
  var _this$state4 = this.state,
573
- year = _this$state4.year,
574
- month = _this$state4.month,
575
- date = _this$state4.date;
497
+ year = _this$state4.year,
498
+ month = _this$state4.month,
499
+ date = _this$state4.date;
576
500
  return this.handleChange(this.handleCalendarNavigation(type, {
577
501
  year: year,
578
502
  month: month,
@@ -589,8 +513,8 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
589
513
  value: function handleGetStateValues() {
590
514
  var isActive = this.props.isActive;
591
515
  var _this$state5 = this.state,
592
- isYearView = _this$state5.isYearView,
593
- isMonthOpen = _this$state5.isMonthOpen;
516
+ isYearView = _this$state5.isYearView,
517
+ isMonthOpen = _this$state5.isMonthOpen;
594
518
  return {
595
519
  isActive: isActive,
596
520
  isYearView: isYearView,
@@ -610,7 +534,6 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
610
534
  value: function handleExposeMethods(isMount) {
611
535
  var getMethods = this.props.getMethods;
612
536
  var methods = {};
613
-
614
537
  if (isMount) {
615
538
  methods = {
616
539
  resetLocalDate: this.handleDateReset,
@@ -624,15 +547,14 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
624
547
  toggleYearView: null
625
548
  };
626
549
  }
627
-
628
550
  getMethods && getMethods(methods);
629
551
  }
630
552
  }, {
631
553
  key: "handleOpenYearView",
632
554
  value: function handleOpenYearView() {
633
555
  var _this$state6 = this.state,
634
- isYearView = _this$state6.isYearView,
635
- isMonthOpen = _this$state6.isMonthOpen;
556
+ isYearView = _this$state6.isYearView,
557
+ isMonthOpen = _this$state6.isMonthOpen;
636
558
  this.setState({
637
559
  isYearView: !isYearView,
638
560
  isMonthOpen: !isMonthOpen
@@ -650,15 +572,13 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
650
572
  key: "handleSelectMonth",
651
573
  value: function handleSelectMonth(month) {
652
574
  var _this$state7 = this.state,
653
- date = _this$state7.date,
654
- year = _this$state7.year;
575
+ date = _this$state7.date,
576
+ year = _this$state7.year;
655
577
  var monthEnd = (0, _common.getMonthEnd)(month, year);
656
578
  var newDate = date;
657
-
658
579
  if (date > monthEnd) {
659
580
  newDate = monthEnd;
660
581
  }
661
-
662
582
  this.setState({
663
583
  month: month,
664
584
  date: newDate
@@ -677,64 +597,63 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
677
597
  key: "render",
678
598
  value: function render() {
679
599
  var _this$state8 = this.state,
680
- date = _this$state8.date,
681
- month = _this$state8.month,
682
- year = _this$state8.year,
683
- hours = _this$state8.hours,
684
- mins = _this$state8.mins,
685
- amPm = _this$state8.amPm,
686
- isYearView = _this$state8.isYearView,
687
- isMonthOpen = _this$state8.isMonthOpen,
688
- todayDate = _this$state8.todayDate,
689
- todayMonth = _this$state8.todayMonth,
690
- todayYear = _this$state8.todayYear;
600
+ date = _this$state8.date,
601
+ month = _this$state8.month,
602
+ year = _this$state8.year,
603
+ hours = _this$state8.hours,
604
+ mins = _this$state8.mins,
605
+ amPm = _this$state8.amPm,
606
+ isYearView = _this$state8.isYearView,
607
+ isMonthOpen = _this$state8.isMonthOpen,
608
+ todayDate = _this$state8.todayDate,
609
+ todayMonth = _this$state8.todayMonth,
610
+ todayYear = _this$state8.todayYear;
691
611
  var _this$props7 = this.props,
692
- isDateTimeField = _this$props7.isDateTimeField,
693
- isActive = _this$props7.isActive,
694
- position = _this$props7.position,
695
- isReady = _this$props7.isReady,
696
- getRef = _this$props7.getRef,
697
- onClick = _this$props7.onClick,
698
- dataId = _this$props7.dataId,
699
- needResponsive = _this$props7.needResponsive,
700
- isAbsolute = _this$props7.isAbsolute,
701
- isAnimate = _this$props7.isAnimate,
702
- needAction = _this$props7.needAction,
703
- boxSize = _this$props7.boxSize,
704
- className = _this$props7.className,
705
- innerClass = _this$props7.innerClass,
706
- isPadding = _this$props7.isPadding,
707
- i18nKeys = _this$props7.i18nKeys,
708
- is24Hour = _this$props7.is24Hour,
709
- isDefaultPosition = _this$props7.isDefaultPosition,
710
- positionsOffset = _this$props7.positionsOffset,
711
- targetOffset = _this$props7.targetOffset,
712
- isRestrictScroll = _this$props7.isRestrictScroll,
713
- dropBoxPortalId = _this$props7.dropBoxPortalId;
612
+ isDateTimeField = _this$props7.isDateTimeField,
613
+ isActive = _this$props7.isActive,
614
+ position = _this$props7.position,
615
+ isReady = _this$props7.isReady,
616
+ getRef = _this$props7.getRef,
617
+ onClick = _this$props7.onClick,
618
+ dataId = _this$props7.dataId,
619
+ needResponsive = _this$props7.needResponsive,
620
+ isAbsolute = _this$props7.isAbsolute,
621
+ isAnimate = _this$props7.isAnimate,
622
+ needAction = _this$props7.needAction,
623
+ boxSize = _this$props7.boxSize,
624
+ className = _this$props7.className,
625
+ innerClass = _this$props7.innerClass,
626
+ isPadding = _this$props7.isPadding,
627
+ i18nKeys = _this$props7.i18nKeys,
628
+ is24Hour = _this$props7.is24Hour,
629
+ isDefaultPosition = _this$props7.isDefaultPosition,
630
+ positionsOffset = _this$props7.positionsOffset,
631
+ targetOffset = _this$props7.targetOffset,
632
+ isRestrictScroll = _this$props7.isRestrictScroll,
633
+ dropBoxPortalId = _this$props7.dropBoxPortalId;
714
634
  var _i18nKeys$timeText = i18nKeys.timeText,
715
- timeText = _i18nKeys$timeText === void 0 ? 'Time' : _i18nKeys$timeText,
716
- _i18nKeys$submitText = i18nKeys.submitText,
717
- submitText = _i18nKeys$submitText === void 0 ? 'Set' : _i18nKeys$submitText,
718
- _i18nKeys$cancelText = i18nKeys.cancelText,
719
- cancelText = _i18nKeys$cancelText === void 0 ? 'Clear' : _i18nKeys$cancelText,
720
- _i18nKeys$hourEmptyTe = i18nKeys.hourEmptyText,
721
- hourEmptyText = _i18nKeys$hourEmptyTe === void 0 ? 'No search results' : _i18nKeys$hourEmptyTe,
722
- _i18nKeys$minuteEmpty = i18nKeys.minuteEmptyText,
723
- minuteEmptyText = _i18nKeys$minuteEmpty === void 0 ? 'No search results' : _i18nKeys$minuteEmpty,
724
- _i18nKeys$nextMonthTi = i18nKeys.nextMonthTitleText,
725
- nextMonthTitleText = _i18nKeys$nextMonthTi === void 0 ? 'Next month' : _i18nKeys$nextMonthTi,
726
- _i18nKeys$prevMonthTi = i18nKeys.prevMonthTitleText,
727
- prevMonthTitleText = _i18nKeys$prevMonthTi === void 0 ? 'Prev month' : _i18nKeys$prevMonthTi,
728
- _i18nKeys$monthNames = i18nKeys.monthNames,
729
- monthNames = _i18nKeys$monthNames === void 0 ? _constants.monthNamesDefault : _i18nKeys$monthNames,
730
- _i18nKeys$monthNamesS = i18nKeys.monthNamesShort,
731
- monthNamesShort = _i18nKeys$monthNamesS === void 0 ? _constants.monthNamesShortDefault : _i18nKeys$monthNamesS,
732
- _i18nKeys$dayNames = i18nKeys.dayNames,
733
- dayNames = _i18nKeys$dayNames === void 0 ? _constants.dayNamesDefault : _i18nKeys$dayNames,
734
- _i18nKeys$dayNamesSho = i18nKeys.dayNamesShort,
735
- dayNamesShort = _i18nKeys$dayNamesSho === void 0 ? _constants.dayNamesShortDefault : _i18nKeys$dayNamesSho;
635
+ timeText = _i18nKeys$timeText === void 0 ? 'Time' : _i18nKeys$timeText,
636
+ _i18nKeys$submitText = i18nKeys.submitText,
637
+ submitText = _i18nKeys$submitText === void 0 ? 'Set' : _i18nKeys$submitText,
638
+ _i18nKeys$cancelText = i18nKeys.cancelText,
639
+ cancelText = _i18nKeys$cancelText === void 0 ? 'Clear' : _i18nKeys$cancelText,
640
+ _i18nKeys$hourEmptyTe = i18nKeys.hourEmptyText,
641
+ hourEmptyText = _i18nKeys$hourEmptyTe === void 0 ? 'No search results' : _i18nKeys$hourEmptyTe,
642
+ _i18nKeys$minuteEmpty = i18nKeys.minuteEmptyText,
643
+ minuteEmptyText = _i18nKeys$minuteEmpty === void 0 ? 'No search results' : _i18nKeys$minuteEmpty,
644
+ _i18nKeys$nextMonthTi = i18nKeys.nextMonthTitleText,
645
+ nextMonthTitleText = _i18nKeys$nextMonthTi === void 0 ? 'Next month' : _i18nKeys$nextMonthTi,
646
+ _i18nKeys$prevMonthTi = i18nKeys.prevMonthTitleText,
647
+ prevMonthTitleText = _i18nKeys$prevMonthTi === void 0 ? 'Prev month' : _i18nKeys$prevMonthTi,
648
+ _i18nKeys$monthNames = i18nKeys.monthNames,
649
+ monthNames = _i18nKeys$monthNames === void 0 ? _constants.monthNamesDefault : _i18nKeys$monthNames,
650
+ _i18nKeys$monthNamesS = i18nKeys.monthNamesShort,
651
+ monthNamesShort = _i18nKeys$monthNamesS === void 0 ? _constants.monthNamesShortDefault : _i18nKeys$monthNamesS,
652
+ _i18nKeys$dayNames = i18nKeys.dayNames,
653
+ dayNames = _i18nKeys$dayNames === void 0 ? _constants.dayNamesDefault : _i18nKeys$dayNames,
654
+ _i18nKeys$dayNamesSho = i18nKeys.dayNamesShort,
655
+ dayNamesShort = _i18nKeys$dayNamesSho === void 0 ? _constants.dayNamesShortDefault : _i18nKeys$dayNamesSho;
736
656
  var showmonthtxt = title(date, year, month, monthNames);
737
-
738
657
  var childEle = /*#__PURE__*/_react["default"].createElement("div", {
739
658
  className: "".concat(_DateTimeModule["default"].container, " ").concat(innerClass),
740
659
  "data-id": "".concat(dataId, "_Calendar"),
@@ -793,7 +712,6 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
793
712
  monthNamesShort: monthNamesShort,
794
713
  isMonthOpen: isMonthOpen
795
714
  })) : null));
796
-
797
715
  return isDefaultPosition ? /*#__PURE__*/_react["default"].createElement("div", {
798
716
  className: "".concat(_DateTimeModule["default"].dropBox, " ").concat(className),
799
717
  "data-id": "".concat(dataId, "_dateBoxContainer")
@@ -820,10 +738,8 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
820
738
  }, /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, childEle)) : null;
821
739
  }
822
740
  }]);
823
-
824
741
  return DateTime;
825
742
  }(_react["default"].PureComponent);
826
-
827
743
  exports["default"] = DateTime;
828
744
  DateTime.propTypes = _propTypes.DateTime_propTypes;
829
745
  DateTime.defaultProps = _defaultProps.DateTime_defaultProps;