@zohodesk/components 1.0.0-temp-158 → 1.0.0-temp-160

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