@zohodesk/dot 1.0.0-beta.235 → 1.0.0-beta.238

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 (998) hide show
  1. package/README.md +22 -0
  2. package/assets/Appearance/dark/mode/dotDarkMode.module.css +2 -0
  3. package/assets/Appearance/default/mode/dotDefaultMode.module.css +2 -0
  4. package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +2 -0
  5. package/es/ActionButton/ActionButton.js +0 -3
  6. package/es/ActionButton/ActionButton.module.css +25 -9
  7. package/es/ActionButton/docs/ActionButton__default.docs.js +0 -2
  8. package/es/AlphabeticList/AlphabeticList.js +0 -10
  9. package/es/AlphabeticList/AlphabeticList.module.css +7 -4
  10. package/es/AlphabeticList/docs/AlphabeticList__default.docs.js +1 -4
  11. package/es/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +1 -5
  12. package/es/Attachment/Attachment.js +0 -2
  13. package/es/Attachment/Attachment.module.css +20 -9
  14. package/es/Attachment/docs/Attachment__default.docs.js +0 -2
  15. package/es/AttachmentViewer/Attachment.js +0 -1
  16. package/es/AttachmentViewer/AttachmentImage.js +0 -6
  17. package/es/AttachmentViewer/AttachmentViewer.js +0 -34
  18. package/es/AttachmentViewer/AttachmentViewer.module.css +89 -27
  19. package/es/AttachmentViewer/docs/AttachmentViewer__default.docs.js +0 -2
  20. package/es/AttachmentViewer/utils.js +0 -17
  21. package/es/ChannelIcon/ChannelIcon.js +0 -5
  22. package/es/ChannelIcon/ChannelIcon.module.css +30 -21
  23. package/es/ChannelIcon/docs/ChannelIcon__default.docs.js +13 -16
  24. package/es/Drawer/Drawer.js +0 -9
  25. package/es/Drawer/Drawer.module.css +59 -11
  26. package/es/Drawer/docs/Drawer__default.docs.js +0 -6
  27. package/es/Drawer/docs/Drawer__multiDrawer.docs.js +0 -9
  28. package/es/Drawer/docs/Drawer__noFreeze.docs.js +0 -3
  29. package/es/Drawer/docs/Drawer__withModal.docs.js +0 -6
  30. package/es/ExternalLink/ExternalLink.js +2 -8
  31. package/es/ExternalLink/docs/ExternalLink__default.docs.js +1 -3
  32. package/es/FlipCard/FlipCard.js +1 -8
  33. package/es/FlipCard/FlipCard.module.css +14 -5
  34. package/es/FlipCard/docs/FlipCard__default.docs.js +0 -3
  35. package/es/FormAction/FormAction.js +2 -4
  36. package/es/FormAction/FormAction.module.css +34 -9
  37. package/es/FormAction/docs/FormAction__default.docs.js +0 -2
  38. package/es/FreezeLayer/FreezeLayer.js +0 -10
  39. package/es/FreezeLayer/FreezeLayer.module.css +6 -2
  40. package/es/FreezeLayer/docs/FreezeLayer__dark.docs.js +0 -4
  41. package/es/FreezeLayer/docs/FreezeLayer__default.docs.js +0 -4
  42. package/es/IconButton/IconButton.js +0 -8
  43. package/es/IconButton/IconButton.module.css +1 -1
  44. package/es/IconButton/docs/IconButton__default.docs.js +0 -2
  45. package/es/Image/Image.js +0 -2
  46. package/es/Image/docs/Image__default.docs.js +0 -2
  47. package/es/ImportantNotes/ImportantNotes.js +0 -3
  48. package/es/ImportantNotes/ImportantNotes.module.css +7 -2
  49. package/es/ImportantNotes/docs/ImportantNotes__default.docs.js +0 -3
  50. package/es/Link/Link.js +3 -16
  51. package/es/Link/docs/Link__default.docs.js +0 -4
  52. package/es/Loader/Loader.js +0 -3
  53. package/es/Loader/Loader.module.css +25 -4
  54. package/es/Loader/docs/Loader__default.docs.js +0 -3
  55. package/es/Message/Message.js +1 -11
  56. package/es/Message/Message.module.css +42 -9
  57. package/es/Message/docs/Message__default.docs.js +0 -3
  58. package/es/MessageBanner/MessageBanner.js +0 -2
  59. package/es/MessageBanner/MessageBanner.module.css +12 -4
  60. package/es/MessageBanner/docs/MessageBanner__default.docs.js +0 -3
  61. package/es/NewStar/NewStar.js +0 -2
  62. package/es/NewStar/NewStar.module.css +42 -5
  63. package/es/NewStar/docs/NewStar__default.docs.js +0 -2
  64. package/es/PlusIcon/PlusIcon.js +0 -3
  65. package/es/PlusIcon/docs/PlusIcon__default.docs.js +0 -2
  66. package/es/Provider.js +0 -13
  67. package/es/ToastMessage/ToastMessage.js +8 -17
  68. package/es/ToastMessage/ToastMessage.module.css +96 -25
  69. package/es/ToastMessage/docs/ToastMessage__custom.docs.js +0 -7
  70. package/es/ToastMessage/docs/ToastMessage__information.docs.js +0 -2
  71. package/es/ToastMessage/docs/ToastMessage__primary.docs.js +0 -3
  72. package/es/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -2
  73. package/es/ToastMessage/docs/ToastMessage__success.docs.js +0 -2
  74. package/es/Upload/Upload.js +0 -2
  75. package/es/Upload/Upload.module.css +27 -8
  76. package/es/Upload/docs/Upload__default.docs.js +0 -2
  77. package/es/actions/AutoClose.js +0 -6
  78. package/es/actions/index.js +0 -3
  79. package/es/alert/AlertHeader/AlertHeader.js +0 -2
  80. package/es/alert/AlertHeader/AlertHeader.module.css +21 -3
  81. package/es/alert/AlertHeader/docs/AlertHeader__default.docs.js +0 -3
  82. package/es/alert/AlertLookup/AlertLookup.js +11 -14
  83. package/es/alert/AlertLookup/AlertLookup.module.css +6 -2
  84. package/es/alert/AlertLookup/docs/AlertLookup__default.docs.js +0 -7
  85. package/es/avatar/AvatarClose/AvatarClose.js +1 -5
  86. package/es/avatar/AvatarClose/AvatarClose.module.css +9 -3
  87. package/es/avatar/AvatarClose/docs/AvatarClose__default.docs.js +0 -3
  88. package/es/avatar/AvatarCollision/AvatarCollision.js +1 -5
  89. package/es/avatar/AvatarCollision/AvatarCollision.module.css +18 -4
  90. package/es/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +0 -3
  91. package/es/avatar/AvatarIcon/AvatarIcon.js +1 -4
  92. package/es/avatar/AvatarIcon/AvatarIcon.module.css +3 -4
  93. package/es/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +0 -3
  94. package/es/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +0 -3
  95. package/es/avatar/AvatarStatus/AvatarStatus.js +1 -5
  96. package/es/avatar/AvatarStatus/AvatarStatus.module.css +59 -9
  97. package/es/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -3
  98. package/es/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +0 -2
  99. package/es/avatar/AvatarThread/AvatarThread.js +1 -4
  100. package/es/avatar/AvatarThread/AvatarThread.module.css +59 -5
  101. package/es/avatar/AvatarThread/docs/AvatarThread__default.docs.js +19 -3
  102. package/es/avatar/AvatarThread/props/propTypes.js +1 -1
  103. package/es/avatar/AvatarUser/AvatarUser.js +1 -5
  104. package/es/avatar/AvatarUser/AvatarUser.module.css +81 -10
  105. package/es/avatar/AvatarUser/docs/AvatarUser__default.docs.js +0 -3
  106. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +1 -4
  107. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +10 -3
  108. package/es/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +0 -3
  109. package/es/common/dot_animation.module.css +16 -3
  110. package/es/deprecated/SelectDropdown/SelectDropdown.js +0 -9
  111. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -3
  112. package/es/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -3
  113. package/es/deprecated/utils/General.js +0 -2
  114. package/es/deprecated/utils/KeyboardApi.js +4 -45
  115. package/es/docs/generalDocs.js +3 -3
  116. package/es/docs/lookupDocs.js +5 -2
  117. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +66 -89
  118. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +19 -6
  119. package/es/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +0 -4
  120. package/es/emptystate/CommonEmptyState/CommonEmptyState.js +0 -2
  121. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +12 -4
  122. package/es/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +0 -6
  123. package/es/emptystate/EditionPage/EditionPage.css +9 -3
  124. package/es/emptystate/EditionPage/EditionPage.js +0 -3
  125. package/es/emptystate/EditionPage/docs/EditionPage__default.docs.js +0 -2
  126. package/es/errorstate/EmptyStates.module.css +13 -10
  127. package/es/errorstate/Inconvenience/Inconvenience.js +0 -4
  128. package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -0
  129. package/es/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -2
  130. package/es/errorstate/LinkText/LinkText.js +0 -2
  131. package/es/errorstate/LinkText/LinkText.module.css +1 -1
  132. package/es/errorstate/LinkText/docs/LinkText__default.docs.js +0 -2
  133. package/es/errorstate/NoRequestFound/NoRequestFound.js +0 -4
  134. package/es/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +0 -2
  135. package/es/errorstate/PermissionPlay/PermissionPlay.js +0 -4
  136. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +2 -2
  137. package/es/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +0 -2
  138. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -4
  139. package/es/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +0 -2
  140. package/es/errorstate/UnableToProcess/UnableToProcess.js +0 -4
  141. package/es/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +0 -2
  142. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -4
  143. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +0 -2
  144. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +0 -2
  145. package/es/errorstate/WillBack/WillBack.js +0 -4
  146. package/es/errorstate/WillBack/WillBack.module.css +1 -3
  147. package/es/errorstate/WillBack/docs/WillBack__default.docs.js +0 -2
  148. package/es/form/fields/CheckBoxField/CheckBoxField.js +3 -10
  149. package/es/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +0 -3
  150. package/es/form/fields/CurrencyField/CurrencyField.js +3 -13
  151. package/es/form/fields/CurrencyField/docs/CurrencyField__default.docs.js +0 -3
  152. package/es/form/fields/DateField/DateField.js +3 -16
  153. package/es/form/fields/DateField/docs/DateField__default.docs.js +0 -3
  154. package/es/form/fields/FieldContainer/FieldContainer.js +1 -6
  155. package/es/form/fields/FieldContainer/docs/FieldContainer__default.docs.js +0 -6
  156. package/es/form/fields/FieldContainer/props/defaultProps.js +2 -1
  157. package/es/form/fields/FieldContainer/props/propTypes.js +2 -1
  158. package/es/form/fields/Fields.module.css +49 -14
  159. package/es/form/fields/MultiSelectField/MultiSelectField.js +10 -16
  160. package/es/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +0 -4
  161. package/es/form/fields/PhoneField/PhoneField.js +3 -14
  162. package/es/form/fields/PhoneField/docs/PhoneField__default.docs.js +0 -3
  163. package/es/form/fields/RadioField/RadioField.js +3 -8
  164. package/es/form/fields/SelectField/SelectField.js +8 -12
  165. package/es/form/fields/SelectField/docs/SelectField__default.docs.js +0 -4
  166. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +3 -17
  167. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +19 -7
  168. package/es/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +0 -5
  169. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +2 -21
  170. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +4 -1
  171. package/es/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +0 -3
  172. package/es/form/fields/TextBoxField/TextBoxField.js +8 -12
  173. package/es/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +0 -6
  174. package/es/form/fields/TextEditor/TextEditor.js +11 -60
  175. package/es/form/fields/TextEditor/TextEditor.module.css +149 -72
  176. package/es/form/fields/TextEditorField/TextEditorField.js +3 -12
  177. package/es/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +1 -5
  178. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +5 -13
  179. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +13 -2
  180. package/es/form/fields/TextareaField/TextareaField.js +10 -14
  181. package/es/form/fields/TextareaField/docs/TextareaField__default.docs.js +0 -3
  182. package/es/form/fields/ValidationMessage/ValidationMessage.js +0 -2
  183. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +9 -4
  184. package/es/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +0 -3
  185. package/es/form/layout/Field/Field.js +0 -2
  186. package/es/form/layout/Field/docs/Field__default.docs.js +0 -3
  187. package/es/form/layout/Section/Section.js +0 -3
  188. package/es/form/layout/Section/docs/Section__default.docs.js +0 -3
  189. package/es/layout/SetupDetailLayout/SetupDetailLayout.js +0 -12
  190. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +52 -16
  191. package/es/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +0 -3
  192. package/es/layout/SubtabLayout/SubtabLayout.js +1 -7
  193. package/es/layout/SubtabLayout/SubtabLayout.module.css +55 -29
  194. package/es/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +0 -4
  195. package/es/list/AvatarFlip/AvatarFlip.js +0 -2
  196. package/es/list/AvatarFlip/docs/AvatarFlip__default.docs.js +0 -3
  197. package/es/list/BluePrintStatus/BluePrintStatus.js +0 -3
  198. package/es/list/BluePrintStatus/BluePrintStatus.module.css +4 -1
  199. package/es/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +0 -3
  200. package/es/list/Comment/Comment.js +0 -3
  201. package/es/list/Comment/Comment.module.css +5 -0
  202. package/es/list/Comment/docs/Comment__default.docs.js +0 -3
  203. package/es/list/DepartmentDropDown/DepartmentDropDown.js +0 -9
  204. package/es/list/Dot/Dot.js +0 -2
  205. package/es/list/DotNew/DotNew.js +0 -3
  206. package/es/list/DotNew/DotNew.module.css +3 -3
  207. package/es/list/DotNew/docs/DotNew__default.docs.js +0 -3
  208. package/es/list/GridStencils/GridStencils.js +0 -2
  209. package/es/list/GridStencils/GridStencils.module.css +66 -16
  210. package/es/list/GridStencils/docs/GridStencils__default.docs.js +0 -3
  211. package/es/list/Icons/AddNewIcon.js +0 -1
  212. package/es/list/Icons/CompleteIcon.js +0 -1
  213. package/es/list/Icons/DeleteIcon.js +0 -1
  214. package/es/list/Icons/EditIcon.js +0 -1
  215. package/es/list/Icons/FloatingIcons.js +0 -3
  216. package/es/list/Icons/Icons.module.css +1 -1
  217. package/es/list/Icons/ReadUnreadIcon.js +0 -1
  218. package/es/list/Icons/SmartIcon.js +0 -1
  219. package/es/list/Icons/docs/FloatingIcons__default.docs.js +0 -2
  220. package/es/list/ListLayout/ListLayout.js +1 -7
  221. package/es/list/ListLayout/ListLayout.module.css +22 -14
  222. package/es/list/ListLayout/docs/ListLayout__default.docs.js +0 -4
  223. package/es/list/ListStencils/ListStencils.js +1 -4
  224. package/es/list/ListStencils/ListStencils.module.css +11 -6
  225. package/es/list/ListStencils/docs/ListStencils__default.docs.js +0 -3
  226. package/es/list/SecondaryText/AccountName.js +3 -7
  227. package/es/list/SecondaryText/ContactName.js +1 -4
  228. package/es/list/SecondaryText/DepartmentText.js +0 -3
  229. package/es/list/SecondaryText/Email.js +3 -7
  230. package/es/list/SecondaryText/HappinessRating.js +1 -3
  231. package/es/list/SecondaryText/PhoneNumber.js +3 -7
  232. package/es/list/SecondaryText/PriorityText.js +0 -3
  233. package/es/list/SecondaryText/SecondaryText.js +1 -5
  234. package/es/list/SecondaryText/SecondaryText.module.css +13 -3
  235. package/es/list/SecondaryText/StatusText.js +0 -3
  236. package/es/list/SecondaryText/TicketId.js +1 -5
  237. package/es/list/SecondaryText/Website.js +2 -5
  238. package/es/list/SecondaryText/docs/SecondaryText__default.docs.js +0 -3
  239. package/es/list/SecondryPanel/SecondryPanel.js +5 -9
  240. package/es/list/SecondryPanel/docs/SecondryPanelDocs.module.css +2 -2
  241. package/es/list/SecondryPanel/docs/SecondryPanel__default.docs.js +0 -4
  242. package/es/list/SentimentStatus/SentimentStatus.js +0 -3
  243. package/es/list/SentimentStatus/SentimentStatus.module.css +4 -1
  244. package/es/list/SentimentStatus/docs/SentimentStatus__default.docs.js +0 -3
  245. package/es/list/Subject/Subject.js +1 -5
  246. package/es/list/Subject/docs/Subject__default.docs.js +0 -3
  247. package/es/list/TagNew/TagNew.js +0 -3
  248. package/es/list/TagNew/TagNew.module.css +14 -7
  249. package/es/list/TagNew/docs/TagNew__default.docs.js +0 -3
  250. package/es/list/Thread/Thread.js +0 -3
  251. package/es/list/Thread/Thread.module.css +13 -1
  252. package/es/list/Thread/docs/Thread__default.docs.js +0 -3
  253. package/es/list/UserTime/UserTime.js +0 -3
  254. package/es/list/UserTime/UserTime.module.css +6 -0
  255. package/es/list/UserTime/docs/UserTime__default.docs.js +0 -13
  256. package/es/list/listCommon.module.css +9 -1
  257. package/es/list/status/StatusDropdown/StatusDropdown.js +0 -33
  258. package/es/list/status/StatusDropdown/StatusDropdown.module.css +19 -6
  259. package/es/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -4
  260. package/es/list/status/StatusListItem/StatusListItem.js +1 -12
  261. package/es/list/status/StatusListItem/StatusListItem.module.css +38 -15
  262. package/es/list/status/StatusListItem/docs/StatusListItem__default.docs.js +0 -1
  263. package/es/lookup/EmptyPage/EmptyPage.js +0 -9
  264. package/es/lookup/EmptyPage/docs/EmptyPage__account.docs.js +1 -3
  265. package/es/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +1 -3
  266. package/es/lookup/EmptyPage/docs/EmptyPage__default.docs.js +1 -3
  267. package/es/lookup/EmptyPage/docs/EmptyPage__product.docs.js +1 -3
  268. package/es/lookup/Lookup/Lookup.js +3 -9
  269. package/es/lookup/Lookup/Lookup.module.css +2 -2
  270. package/es/lookup/Lookup/docs/Lookup__contact.docs.js +3 -13
  271. package/es/lookup/Lookup/docs/Lookup__default.docs.js +1 -7
  272. package/es/lookup/Section/LookupSection.module.css +2 -2
  273. package/es/lookup/Section/Section.js +0 -2
  274. package/es/lookup/header/Close/Close.js +1 -3
  275. package/es/lookup/header/Close/LookupClose.module.css +4 -4
  276. package/es/lookup/header/Close/docs/Close__default.docs.js +0 -3
  277. package/es/lookup/header/ModuleHeader/ModuleHeader.js +3 -4
  278. package/es/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +1 -5
  279. package/es/lookup/header/Search/LookupSearch.module.css +21 -12
  280. package/es/lookup/header/Search/Search.js +4 -23
  281. package/es/lookup/header/Search/docs/Search__default.docs.js +14 -19
  282. package/es/lookup/header/TicketHeader/TicketHeader.js +3 -4
  283. package/es/lookup/header/TicketHeader/TicketHeader.module.css +5 -2
  284. package/es/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +1 -6
  285. package/es/lookup/header/Title/Title.js +1 -3
  286. package/es/lookup/header/Title/docs/Title__default.docs.js +0 -3
  287. package/es/lookup/header/ViewDropDown/ViewDropDown.js +5 -14
  288. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +8 -3
  289. package/es/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +1 -5
  290. package/es/lookup/header/ViewDropDown/props/propTypes.js +0 -1
  291. package/es/lookup/header/lookupHeaderCommon.module.css +15 -5
  292. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +12 -3
  293. package/es/setup/header/Button/Button.js +0 -3
  294. package/es/setup/header/Button/HeaderButton.module.css +3 -1
  295. package/es/setup/header/Button/docs/Button__default.docs.js +0 -3
  296. package/es/setup/header/Link/HeaderLink.module.css +7 -1
  297. package/es/setup/header/Link/Link.js +0 -3
  298. package/es/setup/header/Link/docs/Link__default.docs.js +0 -3
  299. package/es/setup/header/Search/Search.js +0 -5
  300. package/es/setup/header/Search/Search.module.css +19 -8
  301. package/es/setup/header/Search/docs/Search__default.docs.js +0 -3
  302. package/es/setup/header/Views/Views.js +0 -3
  303. package/es/setup/header/Views/Views.module.css +15 -5
  304. package/es/setup/header/Views/docs/Views__default.docs.js +0 -3
  305. package/es/setup/helptips/Description/Description.js +0 -3
  306. package/es/setup/helptips/Description/docs/Description__default.docs.js +0 -3
  307. package/es/setup/helptips/Link/HelpTipsLink.module.css +1 -0
  308. package/es/setup/helptips/Link/Link.js +0 -5
  309. package/es/setup/helptips/Link/docs/Link__default.docs.js +0 -3
  310. package/es/setup/helptips/ListGroup/ListGroup.js +0 -5
  311. package/es/setup/helptips/ListGroup/ListGroup.module.css +6 -1
  312. package/es/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +0 -3
  313. package/es/setup/helptips/Title/Title.js +0 -3
  314. package/es/setup/helptips/Title/docs/Title__default.docs.js +0 -3
  315. package/es/setup/table/Table/Table.js +0 -2
  316. package/es/setup/table/Table/docs/Table__default.docs.js +0 -5
  317. package/es/setup/table/TableBody/TableBody.js +0 -2
  318. package/es/setup/table/TableData/SetupTableData.module.css +11 -3
  319. package/es/setup/table/TableData/TableData.js +0 -3
  320. package/es/setup/table/TableHead/SetupTableHead.module.css +4 -0
  321. package/es/setup/table/TableHead/TableHead.js +0 -3
  322. package/es/setup/table/TableRow/SetupTableRow.module.css +6 -2
  323. package/es/setup/table/TableRow/TableRow.js +0 -3
  324. package/es/setup/table/Text/Text.js +0 -4
  325. package/es/setup/table/Text/docs/Text__default.docs.js +0 -2
  326. package/es/svg/PlusIcon.js +0 -2
  327. package/es/svg/SnippetIcon.js +0 -2
  328. package/es/svg/TemplateIcon.js +0 -2
  329. package/es/svg/docs/SVG__default.docs.js +0 -2
  330. package/es/utils/General.js +0 -7
  331. package/es/utils/editorUtils.js +16 -40
  332. package/es/version2/AlertClose/AlertClose.js +0 -2
  333. package/es/version2/AlertClose/AlertClose.module.css +1 -1
  334. package/es/version2/AlertClose/docs/AlertClose__default.docs.js +0 -3
  335. package/es/version2/GlobalNotification/GlobalNotification.js +1 -13
  336. package/es/version2/GlobalNotification/GlobalNotification.module.css +44 -9
  337. package/es/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +0 -3
  338. package/es/version2/alertIcons/AlarmAlertIcon.js +0 -1
  339. package/es/version2/alertIcons/AlertIcons.js +0 -2
  340. package/es/version2/alertIcons/DangerAlertIcon.js +0 -1
  341. package/es/version2/alertIcons/ErrorAlertIcon.js +0 -1
  342. package/es/version2/alertIcons/InfoAlertIcon.js +0 -1
  343. package/es/version2/alertIcons/NotificationAlertIcon.js +0 -1
  344. package/es/version2/alertIcons/SuccessAlertIcon.js +0 -1
  345. package/es/version2/alertIcons/WarningAlertIcon.js +0 -1
  346. package/es/version2/alertIcons/docs/AlertIcons__default.docs.js +0 -3
  347. package/es/version2/errorstate/Inconvenience/Inconvenience.js +0 -4
  348. package/es/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -2
  349. package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +0 -4
  350. package/es/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +0 -2
  351. package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +0 -4
  352. package/es/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +0 -4
  353. package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -4
  354. package/es/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +0 -2
  355. package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +0 -4
  356. package/es/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +0 -2
  357. package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +0 -4
  358. package/es/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +0 -2
  359. package/es/version2/lookup/AlertHeader/AlertHeader.js +0 -2
  360. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +25 -2
  361. package/es/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +0 -3
  362. package/es/version2/lookup/AlertLookup/AlertLookup.js +11 -14
  363. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +7 -3
  364. package/es/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +0 -7
  365. package/es/version2/lookup/alertLookupCommonNew.module.css +8 -1
  366. package/es/version2/notification/DesktopNotification/DesktopNotification.js +1 -6
  367. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +26 -10
  368. package/es/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +0 -3
  369. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +0 -3
  370. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +47 -10
  371. package/es/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +0 -3
  372. package/lib/ActionButton/ActionButton.js +161 -0
  373. package/lib/ActionButton/ActionButton.module.css +136 -0
  374. package/lib/ActionButton/docs/ActionButton__default.docs.js +176 -0
  375. package/lib/ActionButton/props/defaultProps.js +24 -0
  376. package/lib/ActionButton/props/propTypes.js +39 -0
  377. package/lib/AlphabeticList/AlphabeticList.js +140 -0
  378. package/lib/AlphabeticList/AlphabeticList.module.css +57 -0
  379. package/lib/AlphabeticList/docs/AlphabeticList__default.docs.js +58 -0
  380. package/lib/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +66 -0
  381. package/lib/AlphabeticList/props/defaultProps.js +19 -0
  382. package/lib/AlphabeticList/props/propTypes.js +40 -0
  383. package/lib/Attachment/Attachment.js +112 -0
  384. package/lib/Attachment/Attachment.module.css +132 -0
  385. package/lib/Attachment/docs/Attachment__default.docs.js +81 -0
  386. package/lib/Attachment/props/defaultProps.js +13 -0
  387. package/lib/Attachment/props/propTypes.js +23 -0
  388. package/lib/AttachmentViewer/Attachment.js +24 -0
  389. package/lib/AttachmentViewer/AttachmentImage.js +95 -0
  390. package/lib/AttachmentViewer/AttachmentViewer.js +556 -0
  391. package/lib/AttachmentViewer/AttachmentViewer.module.css +354 -0
  392. package/lib/AttachmentViewer/docs/AttachmentViewer__default.docs.js +99 -0
  393. package/lib/AttachmentViewer/props/defaultProps.js +18 -0
  394. package/lib/AttachmentViewer/props/propTypes.js +40 -0
  395. package/lib/AttachmentViewer/utils.js +110 -0
  396. package/lib/ChannelIcon/ChannelIcon.js +122 -0
  397. package/lib/ChannelIcon/ChannelIcon.module.css +217 -0
  398. package/lib/ChannelIcon/docs/ChannelIcon__default.docs.js +86 -0
  399. package/lib/ChannelIcon/props/defaultProps.js +13 -0
  400. package/lib/ChannelIcon/props/propTypes.js +32 -0
  401. package/lib/Drawer/Drawer.js +301 -0
  402. package/lib/Drawer/Drawer.module.css +151 -0
  403. package/lib/Drawer/docs/Drawer__default.docs.js +116 -0
  404. package/lib/Drawer/docs/Drawer__multiDrawer.docs.js +144 -0
  405. package/lib/Drawer/docs/Drawer__noFreeze.docs.js +43 -0
  406. package/lib/Drawer/docs/Drawer__withModal.docs.js +103 -0
  407. package/lib/Drawer/props/defaultProps.js +29 -0
  408. package/lib/Drawer/props/propTypes.js +60 -0
  409. package/lib/ExternalLink/ExternalLink.js +74 -0
  410. package/lib/ExternalLink/ExternalLink.module.css +4 -0
  411. package/lib/ExternalLink/__tests__/ExternalLink.spec.js +30 -0
  412. package/lib/ExternalLink/docs/ExternalLink__default.docs.js +45 -0
  413. package/lib/ExternalLink/props/defaultProps.js +12 -0
  414. package/lib/ExternalLink/props/propTypes.js +20 -0
  415. package/lib/FlipCard/FlipCard.js +167 -0
  416. package/lib/FlipCard/FlipCard.module.css +44 -0
  417. package/lib/FlipCard/docs/FlipCard__default.docs.js +94 -0
  418. package/lib/FlipCard/props/defaultProps.js +12 -0
  419. package/lib/FlipCard/props/propTypes.js +45 -0
  420. package/lib/FormAction/FormAction.js +107 -0
  421. package/lib/FormAction/FormAction.module.css +82 -0
  422. package/lib/FormAction/docs/FormAction__default.docs.js +101 -0
  423. package/lib/FormAction/props/defaultProps.js +11 -0
  424. package/lib/FormAction/props/propTypes.js +15 -0
  425. package/lib/FreezeLayer/FreezeLayer.js +160 -0
  426. package/lib/FreezeLayer/FreezeLayer.module.css +42 -0
  427. package/lib/FreezeLayer/docs/FreezeLayer__dark.docs.js +77 -0
  428. package/lib/FreezeLayer/docs/FreezeLayer__default.docs.js +74 -0
  429. package/lib/FreezeLayer/props/defaultProps.js +15 -0
  430. package/lib/FreezeLayer/props/propTypes.js +25 -0
  431. package/lib/IconButton/IconButton.js +166 -0
  432. package/lib/IconButton/IconButton.module.css +22 -0
  433. package/lib/IconButton/docs/IconButton__default.docs.js +248 -0
  434. package/lib/IconButton/props/defaultProps.js +22 -0
  435. package/lib/IconButton/props/propTypes.js +37 -0
  436. package/lib/Image/Image.js +66 -0
  437. package/lib/Image/Image.module.css +11 -0
  438. package/lib/Image/docs/Image__default.docs.js +51 -0
  439. package/lib/Image/props/defaultProps.js +11 -0
  440. package/lib/Image/props/propTypes.js +21 -0
  441. package/lib/ImportantNotes/ImportantNotes.js +72 -0
  442. package/lib/ImportantNotes/ImportantNotes.module.css +20 -0
  443. package/lib/ImportantNotes/docs/ImportantNotes__default.docs.js +45 -0
  444. package/lib/ImportantNotes/props/defaultProps.js +13 -0
  445. package/lib/ImportantNotes/props/propTypes.js +18 -0
  446. package/lib/Link/Link.js +120 -0
  447. package/lib/Link/Link.module.css +4 -0
  448. package/lib/Link/LinkContext.js +19 -0
  449. package/lib/Link/docs/Link__default.docs.js +66 -0
  450. package/lib/Link/props/defaultProps.js +12 -0
  451. package/lib/Link/props/propTypes.js +22 -0
  452. package/lib/Loader/Loader.js +52 -0
  453. package/lib/Loader/Loader.module.css +46 -0
  454. package/lib/Loader/docs/Loader__default.docs.js +46 -0
  455. package/lib/Message/Message.js +130 -0
  456. package/lib/Message/Message.module.css +103 -0
  457. package/lib/Message/docs/Message__default.docs.js +78 -0
  458. package/lib/Message/props/defaultProps.js +10 -0
  459. package/lib/Message/props/propTypes.js +20 -0
  460. package/lib/MessageBanner/MessageBanner.js +87 -0
  461. package/lib/MessageBanner/MessageBanner.module.css +46 -0
  462. package/lib/MessageBanner/docs/MessageBanner__default.docs.js +109 -0
  463. package/lib/MessageBanner/props/defaultProps.js +13 -0
  464. package/lib/MessageBanner/props/propTypes.js +20 -0
  465. package/lib/NewStar/NewStar.js +95 -0
  466. package/lib/NewStar/NewStar.module.css +110 -0
  467. package/lib/NewStar/docs/NewStar__default.docs.js +89 -0
  468. package/lib/NewStar/props/defaultProps.js +11 -0
  469. package/lib/NewStar/props/propTypes.js +14 -0
  470. package/lib/PlusIcon/PlusIcon.js +67 -0
  471. package/lib/PlusIcon/PlusIcon.module.css +16 -0
  472. package/lib/PlusIcon/docs/PlusIcon__default.docs.js +45 -0
  473. package/lib/PlusIcon/props/defaultProps.js +15 -0
  474. package/lib/PlusIcon/props/propTypes.js +19 -0
  475. package/lib/Provider/Config.js +19 -0
  476. package/lib/Provider.js +169 -0
  477. package/lib/ToastMessage/ToastMessage.js +215 -0
  478. package/lib/ToastMessage/ToastMessage.module.css +328 -0
  479. package/lib/ToastMessage/docs/ToastMessage__custom.docs.js +123 -0
  480. package/lib/ToastMessage/docs/ToastMessage__information.docs.js +83 -0
  481. package/lib/ToastMessage/docs/ToastMessage__primary.docs.js +150 -0
  482. package/lib/ToastMessage/docs/ToastMessage__secondary.docs.js +66 -0
  483. package/lib/ToastMessage/docs/ToastMessage__success.docs.js +90 -0
  484. package/lib/ToastMessage/props/defaultProps.js +24 -0
  485. package/lib/ToastMessage/props/propTypes.js +46 -0
  486. package/lib/Upload/Upload.js +99 -0
  487. package/lib/Upload/Upload.module.css +125 -0
  488. package/lib/Upload/docs/Upload__default.docs.js +88 -0
  489. package/lib/Upload/props/defaultProps.js +13 -0
  490. package/lib/Upload/props/propTypes.js +24 -0
  491. package/lib/actions/AutoClose.js +58 -0
  492. package/lib/actions/index.js +32 -0
  493. package/lib/actions/props/defaultProps.js +10 -0
  494. package/lib/actions/props/propTypes.js +15 -0
  495. package/lib/alert/AlertHeader/AlertHeader.js +103 -0
  496. package/lib/alert/AlertHeader/AlertHeader.module.css +81 -0
  497. package/lib/alert/AlertHeader/docs/AlertHeader__default.docs.js +88 -0
  498. package/lib/alert/AlertHeader/props/defaultProps.js +15 -0
  499. package/lib/alert/AlertHeader/props/propTypes.js +23 -0
  500. package/lib/alert/AlertLookup/AlertLookup.js +183 -0
  501. package/lib/alert/AlertLookup/AlertLookup.module.css +27 -0
  502. package/lib/alert/AlertLookup/docs/AlertLookup__default.docs.js +162 -0
  503. package/lib/alert/AlertLookup/props/defaultProps.js +21 -0
  504. package/lib/alert/AlertLookup/props/propTypes.js +44 -0
  505. package/lib/avatar/AvatarClose/AvatarClose.js +74 -0
  506. package/lib/avatar/AvatarClose/AvatarClose.module.css +37 -0
  507. package/lib/avatar/AvatarClose/docs/AvatarClose__default.docs.js +49 -0
  508. package/lib/avatar/AvatarClose/props/defaultProps.js +12 -0
  509. package/lib/avatar/AvatarClose/props/propTypes.js +21 -0
  510. package/lib/avatar/AvatarCollision/AvatarCollision.js +82 -0
  511. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +69 -0
  512. package/lib/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +58 -0
  513. package/lib/avatar/AvatarCollision/props/defaultProps.js +14 -0
  514. package/lib/avatar/AvatarCollision/props/propTypes.js +24 -0
  515. package/lib/avatar/AvatarIcon/AvatarIcon.js +80 -0
  516. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -0
  517. package/lib/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +69 -0
  518. package/lib/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +73 -0
  519. package/lib/avatar/AvatarIcon/props/defaultProps.js +20 -0
  520. package/lib/avatar/AvatarIcon/props/propTypes.js +27 -0
  521. package/lib/avatar/AvatarStatus/AvatarStatus.js +88 -0
  522. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +146 -0
  523. package/lib/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +64 -0
  524. package/lib/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +78 -0
  525. package/lib/avatar/AvatarStatus/props/defaultProps.js +16 -0
  526. package/lib/avatar/AvatarStatus/props/propTypes.js +31 -0
  527. package/lib/avatar/AvatarThread/AvatarThread.js +102 -0
  528. package/lib/avatar/AvatarThread/AvatarThread.module.css +167 -0
  529. package/lib/avatar/AvatarThread/docs/AvatarThread__default.docs.js +191 -0
  530. package/lib/avatar/AvatarThread/props/defaultProps.js +15 -0
  531. package/lib/avatar/AvatarThread/props/propTypes.js +37 -0
  532. package/lib/avatar/AvatarUser/AvatarUser.js +133 -0
  533. package/lib/avatar/AvatarUser/AvatarUser.module.css +171 -0
  534. package/lib/avatar/AvatarUser/docs/AvatarUser__default.docs.js +198 -0
  535. package/lib/avatar/AvatarUser/props/defaultProps.js +14 -0
  536. package/lib/avatar/AvatarUser/props/propTypes.js +42 -0
  537. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +124 -0
  538. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -0
  539. package/lib/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +47 -0
  540. package/lib/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +49 -0
  541. package/lib/avatar/AvatarWithTeam/props/defaultProps.js +14 -0
  542. package/lib/avatar/AvatarWithTeam/props/propTypes.js +31 -0
  543. package/lib/common/dot_animation.module.css +27 -0
  544. package/lib/common/dot_common.module.css +4 -0
  545. package/lib/deprecated/SelectDropdown/SelectDropdown.js +173 -0
  546. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +56 -0
  547. package/lib/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +57 -0
  548. package/lib/deprecated/utils/General.js +24 -0
  549. package/lib/deprecated/utils/KeyboardApi.js +255 -0
  550. package/lib/docs/formDocs.js +216 -0
  551. package/lib/docs/generalDocs.js +930 -0
  552. package/lib/docs/lookupDocs.js +251 -0
  553. package/lib/docs/setupDocs.js +160 -0
  554. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +873 -0
  555. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +101 -0
  556. package/lib/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +254 -0
  557. package/lib/dropdown/ToggleDropDown/props/defaultProps.js +31 -0
  558. package/lib/dropdown/ToggleDropDown/props/propTypes.js +78 -0
  559. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +95 -0
  560. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +85 -0
  561. package/lib/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +141 -0
  562. package/lib/emptystate/CommonEmptyState/props/defaultProps.js +17 -0
  563. package/lib/emptystate/CommonEmptyState/props/propTypes.js +29 -0
  564. package/lib/emptystate/EditionPage/EditionPage.css +43 -0
  565. package/lib/emptystate/EditionPage/EditionPage.js +81 -0
  566. package/lib/emptystate/EditionPage/docs/EditionPage__default.docs.js +50 -0
  567. package/lib/emptystate/EditionPage/props/defaultProps.js +12 -0
  568. package/lib/emptystate/EditionPage/props/propTypes.js +15 -0
  569. package/lib/errorstate/EmptyStates.module.css +88 -0
  570. package/lib/errorstate/Inconvenience/Inconvenience.js +107 -0
  571. package/lib/errorstate/Inconvenience/Inconvenience.module.css +7 -0
  572. package/lib/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +46 -0
  573. package/lib/errorstate/Inconvenience/props/defaultProps.js +11 -0
  574. package/lib/errorstate/Inconvenience/props/propTypes.js +19 -0
  575. package/lib/errorstate/LinkText/LinkText.js +57 -0
  576. package/lib/errorstate/LinkText/LinkText.module.css +6 -0
  577. package/lib/errorstate/LinkText/docs/LinkText__default.docs.js +44 -0
  578. package/lib/errorstate/LinkText/props/defaultProps.js +11 -0
  579. package/lib/errorstate/LinkText/props/propTypes.js +16 -0
  580. package/lib/errorstate/NoRequestFound/NoRequestFound.js +107 -0
  581. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +3 -0
  582. package/lib/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +46 -0
  583. package/lib/errorstate/NoRequestFound/props/defaultProps.js +11 -0
  584. package/lib/errorstate/NoRequestFound/props/propTypes.js +19 -0
  585. package/lib/errorstate/PermissionPlay/PermissionPlay.js +106 -0
  586. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +34 -0
  587. package/lib/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +47 -0
  588. package/lib/errorstate/PermissionPlay/props/defaultProps.js +11 -0
  589. package/lib/errorstate/PermissionPlay/props/propTypes.js +19 -0
  590. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +107 -0
  591. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -0
  592. package/lib/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +46 -0
  593. package/lib/errorstate/RequestUrlNotFound/props/defaultProps.js +11 -0
  594. package/lib/errorstate/RequestUrlNotFound/props/propTypes.js +19 -0
  595. package/lib/errorstate/UnableToProcess/UnableToProcess.js +107 -0
  596. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +3 -0
  597. package/lib/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +46 -0
  598. package/lib/errorstate/UnableToProcess/props/defaultProps.js +11 -0
  599. package/lib/errorstate/UnableToProcess/props/propTypes.js +19 -0
  600. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +107 -0
  601. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -0
  602. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +47 -0
  603. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +46 -0
  604. package/lib/errorstate/UnauthorizedLogin/props/defaultProps.js +11 -0
  605. package/lib/errorstate/UnauthorizedLogin/props/propTypes.js +19 -0
  606. package/lib/errorstate/WillBack/WillBack.js +98 -0
  607. package/lib/errorstate/WillBack/WillBack.module.css +34 -0
  608. package/lib/errorstate/WillBack/docs/WillBack__default.docs.js +48 -0
  609. package/lib/errorstate/WillBack/props/defaultProps.js +11 -0
  610. package/lib/errorstate/WillBack/props/propTypes.js +13 -0
  611. package/lib/form/fields/CheckBoxField/CheckBoxField.js +162 -0
  612. package/lib/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +62 -0
  613. package/lib/form/fields/CheckBoxField/props/defaultProps.js +20 -0
  614. package/lib/form/fields/CheckBoxField/props/propTypes.js +37 -0
  615. package/lib/form/fields/CurrencyField/CurrencyField.js +199 -0
  616. package/lib/form/fields/CurrencyField/docs/CurrencyField__default.docs.js +61 -0
  617. package/lib/form/fields/CurrencyField/props/defaultProps.js +25 -0
  618. package/lib/form/fields/CurrencyField/props/propTypes.js +46 -0
  619. package/lib/form/fields/DateField/DateField.js +205 -0
  620. package/lib/form/fields/DateField/docs/DateField__default.docs.js +57 -0
  621. package/lib/form/fields/DateField/props/defaultProps.js +27 -0
  622. package/lib/form/fields/DateField/props/propTypes.js +49 -0
  623. package/lib/form/fields/FieldContainer/FieldContainer.js +89 -0
  624. package/lib/form/fields/FieldContainer/docs/FieldContainer__default.docs.js +79 -0
  625. package/lib/form/fields/FieldContainer/props/defaultProps.js +15 -0
  626. package/lib/form/fields/FieldContainer/props/propTypes.js +22 -0
  627. package/lib/form/fields/Fields.module.css +183 -0
  628. package/lib/form/fields/MultiSelectField/MultiSelectField.js +235 -0
  629. package/lib/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +81 -0
  630. package/lib/form/fields/MultiSelectField/props/defaultProps.js +25 -0
  631. package/lib/form/fields/MultiSelectField/props/propTypes.js +60 -0
  632. package/lib/form/fields/PhoneField/PhoneField.js +201 -0
  633. package/lib/form/fields/PhoneField/docs/PhoneField__default.docs.js +51 -0
  634. package/lib/form/fields/PhoneField/props/defaultProps.js +22 -0
  635. package/lib/form/fields/PhoneField/props/propTypes.js +48 -0
  636. package/lib/form/fields/RadioField/RadioField.js +137 -0
  637. package/lib/form/fields/RadioField/props/defaultProps.js +18 -0
  638. package/lib/form/fields/RadioField/props/propTypes.js +38 -0
  639. package/lib/form/fields/SelectField/SelectField.js +200 -0
  640. package/lib/form/fields/SelectField/docs/SelectField__default.docs.js +91 -0
  641. package/lib/form/fields/SelectField/props/defaultProps.js +26 -0
  642. package/lib/form/fields/SelectField/props/propTypes.js +60 -0
  643. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +303 -0
  644. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -0
  645. package/lib/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +102 -0
  646. package/lib/form/fields/TagsMultiSelect/props/defaultProps.js +17 -0
  647. package/lib/form/fields/TagsMultiSelect/props/propTypes.js +51 -0
  648. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +253 -0
  649. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -0
  650. package/lib/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +89 -0
  651. package/lib/form/fields/TagsMultiSelectField/props/defaultProps.js +27 -0
  652. package/lib/form/fields/TagsMultiSelectField/props/propTypes.js +62 -0
  653. package/lib/form/fields/TextBoxField/TextBoxField.js +181 -0
  654. package/lib/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +102 -0
  655. package/lib/form/fields/TextBoxField/props/defaultProps.js +25 -0
  656. package/lib/form/fields/TextBoxField/props/propTypes.js +47 -0
  657. package/lib/form/fields/TextEditor/TextEditor.js +395 -0
  658. package/lib/form/fields/TextEditor/TextEditor.module.css +666 -0
  659. package/lib/form/fields/TextEditor/props/defaultProps.js +19 -0
  660. package/lib/form/fields/TextEditor/props/propTypes.js +48 -0
  661. package/lib/form/fields/TextEditorField/TextEditorField.js +197 -0
  662. package/lib/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +75 -0
  663. package/lib/form/fields/TextEditorField/props/defaultProps.js +23 -0
  664. package/lib/form/fields/TextEditorField/props/propTypes.js +57 -0
  665. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +219 -0
  666. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +37 -0
  667. package/lib/form/fields/TextEditorWrapper/props/defaultProps.js +15 -0
  668. package/lib/form/fields/TextEditorWrapper/props/propTypes.js +47 -0
  669. package/lib/form/fields/TextareaField/TextareaField.js +180 -0
  670. package/lib/form/fields/TextareaField/docs/TextareaField__default.docs.js +58 -0
  671. package/lib/form/fields/TextareaField/props/defaultProps.js +23 -0
  672. package/lib/form/fields/TextareaField/props/propTypes.js +44 -0
  673. package/lib/form/fields/ValidationMessage/ValidationMessage.js +82 -0
  674. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -0
  675. package/lib/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +81 -0
  676. package/lib/form/fields/ValidationMessage/props/defaultProps.js +13 -0
  677. package/lib/form/fields/ValidationMessage/props/propTypes.js +22 -0
  678. package/lib/form/fields/props/FieldCommonDefaultProps.js +17 -0
  679. package/lib/form/fields/props/FieldCommonPropTypes.js +30 -0
  680. package/lib/form/layout/Field/Field.js +62 -0
  681. package/lib/form/layout/Field/Field.module.css +22 -0
  682. package/lib/form/layout/Field/docs/Field__default.docs.js +50 -0
  683. package/lib/form/layout/Field/props/defaultProps.js +11 -0
  684. package/lib/form/layout/Field/props/propTypes.js +18 -0
  685. package/lib/form/layout/Section/ModuleFormSection.module.css +3 -0
  686. package/lib/form/layout/Section/Section.js +61 -0
  687. package/lib/form/layout/Section/docs/Section__default.docs.js +46 -0
  688. package/lib/form/layout/Section/props/propTypes.js +17 -0
  689. package/lib/i18n.js +3413 -0
  690. package/lib/index.js +88 -0
  691. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +239 -0
  692. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -0
  693. package/lib/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +56 -0
  694. package/lib/layout/SetupDetailLayout/index.js +33 -0
  695. package/lib/layout/SetupDetailLayout/props/defaultProps.js +28 -0
  696. package/lib/layout/SetupDetailLayout/props/propTypes.js +44 -0
  697. package/lib/layout/SubtabLayout/SubtabLayout.js +198 -0
  698. package/lib/layout/SubtabLayout/SubtabLayout.module.css +146 -0
  699. package/lib/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +93 -0
  700. package/lib/layout/SubtabLayout/index.js +33 -0
  701. package/lib/layout/SubtabLayout/props/defaultProps.js +35 -0
  702. package/lib/layout/SubtabLayout/props/propTypes.js +51 -0
  703. package/lib/list/AvatarFlip/AvatarFlip.js +104 -0
  704. package/lib/list/AvatarFlip/AvatarFlip.module.css +3 -0
  705. package/lib/list/AvatarFlip/docs/AvatarFlip__default.docs.js +125 -0
  706. package/lib/list/AvatarFlip/props/defaultProps.js +12 -0
  707. package/lib/list/AvatarFlip/props/propTypes.js +36 -0
  708. package/lib/list/BluePrintStatus/BluePrintStatus.js +51 -0
  709. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +17 -0
  710. package/lib/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +42 -0
  711. package/lib/list/BluePrintStatus/props/propTypes.js +12 -0
  712. package/lib/list/Comment/Comment.js +68 -0
  713. package/lib/list/Comment/Comment.module.css +29 -0
  714. package/lib/list/Comment/docs/Comment__default.docs.js +51 -0
  715. package/lib/list/Comment/props/defaultProps.js +10 -0
  716. package/lib/list/Comment/props/propTypes.js +17 -0
  717. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +127 -0
  718. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -0
  719. package/lib/list/DepartmentDropDown/props/defaultProps.js +14 -0
  720. package/lib/list/DepartmentDropDown/props/propTypes.js +30 -0
  721. package/lib/list/Dot/Dot.js +47 -0
  722. package/lib/list/Dot/Dot.module.css +15 -0
  723. package/lib/list/Dot/props/defaultProps.js +11 -0
  724. package/lib/list/Dot/props/propTypes.js +13 -0
  725. package/lib/list/DotNew/DotNew.js +55 -0
  726. package/lib/list/DotNew/DotNew.module.css +22 -0
  727. package/lib/list/DotNew/docs/DotNew__default.docs.js +45 -0
  728. package/lib/list/DotNew/props/defaultProps.js +10 -0
  729. package/lib/list/DotNew/props/propTypes.js +14 -0
  730. package/lib/list/GridStencils/GridStencils.js +62 -0
  731. package/lib/list/GridStencils/GridStencils.module.css +147 -0
  732. package/lib/list/GridStencils/docs/GridStencils__default.docs.js +60 -0
  733. package/lib/list/GridStencils/props/propTypes.js +15 -0
  734. package/lib/list/Icons/AddNewIcon.js +53 -0
  735. package/lib/list/Icons/CompleteIcon.js +55 -0
  736. package/lib/list/Icons/DeleteIcon.js +55 -0
  737. package/lib/list/Icons/EditIcon.js +55 -0
  738. package/lib/list/Icons/FloatingIcons.js +61 -0
  739. package/lib/list/Icons/Icons.module.css +16 -0
  740. package/lib/list/Icons/ReadUnreadIcon.js +59 -0
  741. package/lib/list/Icons/SmartIcon.js +55 -0
  742. package/lib/list/Icons/docs/FloatingIcons__default.docs.js +53 -0
  743. package/lib/list/Icons/props/defaultProps.js +14 -0
  744. package/lib/list/Icons/props/propTypes.js +69 -0
  745. package/lib/list/ListLayout/ListLayout.js +110 -0
  746. package/lib/list/ListLayout/ListLayout.module.css +58 -0
  747. package/lib/list/ListLayout/docs/ListLayout__default.docs.js +86 -0
  748. package/lib/list/ListLayout/props/defaultProps.js +18 -0
  749. package/lib/list/ListLayout/props/propTypes.js +36 -0
  750. package/lib/list/ListStencils/ListStencils.js +71 -0
  751. package/lib/list/ListStencils/ListStencils.module.css +67 -0
  752. package/lib/list/ListStencils/docs/ListStencils__default.docs.js +45 -0
  753. package/lib/list/ListStencils/props/defaultProps.js +10 -0
  754. package/lib/list/ListStencils/props/propTypes.js +12 -0
  755. package/lib/list/SecondaryText/AccountName.js +107 -0
  756. package/lib/list/SecondaryText/ContactName.js +112 -0
  757. package/lib/list/SecondaryText/DepartmentText.js +55 -0
  758. package/lib/list/SecondaryText/Email.js +77 -0
  759. package/lib/list/SecondaryText/HappinessRating.js +58 -0
  760. package/lib/list/SecondaryText/PhoneNumber.js +81 -0
  761. package/lib/list/SecondaryText/PriorityText.js +58 -0
  762. package/lib/list/SecondaryText/SecondaryText.js +62 -0
  763. package/lib/list/SecondaryText/SecondaryText.module.css +136 -0
  764. package/lib/list/SecondaryText/StatusText.js +59 -0
  765. package/lib/list/SecondaryText/TicketId.js +77 -0
  766. package/lib/list/SecondaryText/Website.js +66 -0
  767. package/lib/list/SecondaryText/docs/SecondaryText__default.docs.js +138 -0
  768. package/lib/list/SecondaryText/index.js +83 -0
  769. package/lib/list/SecondaryText/props/defaultProps.js +59 -0
  770. package/lib/list/SecondaryText/props/propTypes.js +161 -0
  771. package/lib/list/SecondryPanel/SecondryPanel.js +159 -0
  772. package/lib/list/SecondryPanel/SecondryPanel.module.css +6 -0
  773. package/lib/list/SecondryPanel/docs/SecondryPanelDocs.module.css +37 -0
  774. package/lib/list/SecondryPanel/docs/SecondryPanel__default.docs.js +105 -0
  775. package/lib/list/SecondryPanel/props/defaultProps.js +28 -0
  776. package/lib/list/SecondryPanel/props/propTypes.js +38 -0
  777. package/lib/list/SentimentStatus/SentimentStatus.js +58 -0
  778. package/lib/list/SentimentStatus/SentimentStatus.module.css +12 -0
  779. package/lib/list/SentimentStatus/docs/SentimentStatus__default.docs.js +42 -0
  780. package/lib/list/SentimentStatus/props/propTypes.js +13 -0
  781. package/lib/list/Subject/Subject.js +81 -0
  782. package/lib/list/Subject/Subject.module.css +27 -0
  783. package/lib/list/Subject/docs/Subject__default.docs.js +69 -0
  784. package/lib/list/Subject/props/defaultProps.js +14 -0
  785. package/lib/list/Subject/props/propTypes.js +27 -0
  786. package/lib/list/TagNew/TagNew.js +58 -0
  787. package/lib/list/TagNew/TagNew.module.css +115 -0
  788. package/lib/list/TagNew/docs/TagNew__default.docs.js +48 -0
  789. package/lib/list/TagNew/props/defaultProps.js +11 -0
  790. package/lib/list/TagNew/props/propTypes.js +16 -0
  791. package/lib/list/Thread/Thread.js +66 -0
  792. package/lib/list/Thread/Thread.module.css +43 -0
  793. package/lib/list/Thread/docs/Thread__default.docs.js +47 -0
  794. package/lib/list/Thread/props/defaultProps.js +11 -0
  795. package/lib/list/Thread/props/propTypes.js +16 -0
  796. package/lib/list/UserTime/UserTime.js +106 -0
  797. package/lib/list/UserTime/UserTime.module.css +58 -0
  798. package/lib/list/UserTime/docs/UserTime__default.docs.js +162 -0
  799. package/lib/list/UserTime/props/defaultProps.js +10 -0
  800. package/lib/list/UserTime/props/propTypes.js +22 -0
  801. package/lib/list/listCommon.module.css +60 -0
  802. package/lib/list/status/StatusDropdown/StatusDropdown.js +472 -0
  803. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +92 -0
  804. package/lib/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +155 -0
  805. package/lib/list/status/StatusDropdown/props/defaultProps.js +25 -0
  806. package/lib/list/status/StatusDropdown/props/propTypes.js +29 -0
  807. package/lib/list/status/StatusListItem/StatusListItem.js +138 -0
  808. package/lib/list/status/StatusListItem/StatusListItem.module.css +104 -0
  809. package/lib/list/status/StatusListItem/docs/StatusListItem__default.docs.js +55 -0
  810. package/lib/list/status/StatusListItem/props/defaultProps.js +21 -0
  811. package/lib/list/status/StatusListItem/props/propTypes.js +36 -0
  812. package/lib/lookup/EmptyPage/EmptyPage.js +86 -0
  813. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +12 -0
  814. package/lib/lookup/EmptyPage/docs/EmptyPage__account.docs.js +46 -0
  815. package/lib/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +46 -0
  816. package/lib/lookup/EmptyPage/docs/EmptyPage__default.docs.js +43 -0
  817. package/lib/lookup/EmptyPage/docs/EmptyPage__product.docs.js +46 -0
  818. package/lib/lookup/EmptyPage/props/defaultProps.js +11 -0
  819. package/lib/lookup/EmptyPage/props/propTypes.js +13 -0
  820. package/lib/lookup/Lookup/Lookup.js +110 -0
  821. package/lib/lookup/Lookup/Lookup.module.css +26 -0
  822. package/lib/lookup/Lookup/docs/Lookup__contact.docs.js +219 -0
  823. package/lib/lookup/Lookup/docs/Lookup__default.docs.js +94 -0
  824. package/lib/lookup/Lookup/props/defaultProps.js +13 -0
  825. package/lib/lookup/Lookup/props/propTypes.js +25 -0
  826. package/lib/lookup/Section/LookupSection.module.css +8 -0
  827. package/lib/lookup/Section/Section.js +49 -0
  828. package/lib/lookup/Section/props/propTypes.js +14 -0
  829. package/lib/lookup/header/Close/Close.js +57 -0
  830. package/lib/lookup/header/Close/LookupClose.module.css +15 -0
  831. package/lib/lookup/header/Close/docs/Close__default.docs.js +44 -0
  832. package/lib/lookup/header/Close/props/defaultProps.js +10 -0
  833. package/lib/lookup/header/Close/props/propTypes.js +14 -0
  834. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +102 -0
  835. package/lib/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +74 -0
  836. package/lib/lookup/header/ModuleHeader/props/defaultProps.js +10 -0
  837. package/lib/lookup/header/ModuleHeader/props/propTypes.js +25 -0
  838. package/lib/lookup/header/Search/LookupSearch.module.css +57 -0
  839. package/lib/lookup/header/Search/Search.js +246 -0
  840. package/lib/lookup/header/Search/docs/Search__default.docs.js +149 -0
  841. package/lib/lookup/header/Search/props/defaultProps.js +12 -0
  842. package/lib/lookup/header/Search/props/propTypes.js +37 -0
  843. package/lib/lookup/header/TicketHeader/TicketHeader.js +119 -0
  844. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +23 -0
  845. package/lib/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +108 -0
  846. package/lib/lookup/header/TicketHeader/props/defaultProps.js +11 -0
  847. package/lib/lookup/header/TicketHeader/props/propTypes.js +28 -0
  848. package/lib/lookup/header/Title/LookupTitle.module.css +20 -0
  849. package/lib/lookup/header/Title/Title.js +54 -0
  850. package/lib/lookup/header/Title/docs/Title__default.docs.js +46 -0
  851. package/lib/lookup/header/Title/props/defaultProps.js +10 -0
  852. package/lib/lookup/header/Title/props/propTypes.js +14 -0
  853. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +184 -0
  854. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +50 -0
  855. package/lib/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +96 -0
  856. package/lib/lookup/header/ViewDropDown/props/defaultProps.js +14 -0
  857. package/lib/lookup/header/ViewDropDown/props/propTypes.js +34 -0
  858. package/lib/lookup/header/lookupHeaderCommon.module.css +41 -0
  859. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +24 -0
  860. package/lib/setup/header/Button/Button.js +60 -0
  861. package/lib/setup/header/Button/HeaderButton.module.css +5 -0
  862. package/lib/setup/header/Button/docs/Button__default.docs.js +45 -0
  863. package/lib/setup/header/Button/props/defaultProps.js +11 -0
  864. package/lib/setup/header/Button/props/propTypes.js +15 -0
  865. package/lib/setup/header/Link/HeaderLink.module.css +21 -0
  866. package/lib/setup/header/Link/Link.js +68 -0
  867. package/lib/setup/header/Link/docs/Link__default.docs.js +46 -0
  868. package/lib/setup/header/Link/props/defaultProps.js +11 -0
  869. package/lib/setup/header/Link/props/propTypes.js +16 -0
  870. package/lib/setup/header/Search/Search.js +101 -0
  871. package/lib/setup/header/Search/Search.module.css +68 -0
  872. package/lib/setup/header/Search/docs/Search__default.docs.js +67 -0
  873. package/lib/setup/header/Search/props/defaultProps.js +12 -0
  874. package/lib/setup/header/Search/props/propTypes.js +19 -0
  875. package/lib/setup/header/Views/Views.js +70 -0
  876. package/lib/setup/header/Views/Views.module.css +37 -0
  877. package/lib/setup/header/Views/docs/Views__default.docs.js +47 -0
  878. package/lib/setup/header/Views/props/defaultProps.js +13 -0
  879. package/lib/setup/header/Views/props/propTypes.js +17 -0
  880. package/lib/setup/helptips/Description/Description.js +47 -0
  881. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +6 -0
  882. package/lib/setup/helptips/Description/docs/Description__default.docs.js +49 -0
  883. package/lib/setup/helptips/Description/props/propTypes.js +12 -0
  884. package/lib/setup/helptips/Link/HelpTipsLink.module.css +7 -0
  885. package/lib/setup/helptips/Link/Link.js +64 -0
  886. package/lib/setup/helptips/Link/docs/Link__default.docs.js +50 -0
  887. package/lib/setup/helptips/Link/props/propTypes.js +15 -0
  888. package/lib/setup/helptips/ListGroup/ListGroup.js +65 -0
  889. package/lib/setup/helptips/ListGroup/ListGroup.module.css +22 -0
  890. package/lib/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +53 -0
  891. package/lib/setup/helptips/ListGroup/props/propTypes.js +13 -0
  892. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +5 -0
  893. package/lib/setup/helptips/Title/Title.js +47 -0
  894. package/lib/setup/helptips/Title/docs/Title__default.docs.js +49 -0
  895. package/lib/setup/helptips/Title/props/propTypes.js +12 -0
  896. package/lib/setup/table/Table/Table.js +53 -0
  897. package/lib/setup/table/Table/docs/Table__default.docs.js +208 -0
  898. package/lib/setup/table/Table/props/defaultProps.js +11 -0
  899. package/lib/setup/table/Table/props/propTypes.js +14 -0
  900. package/lib/setup/table/TableBody/TableBody.js +58 -0
  901. package/lib/setup/table/TableBody/props/defaultProps.js +10 -0
  902. package/lib/setup/table/TableBody/props/propTypes.js +15 -0
  903. package/lib/setup/table/TableData/SetupTableData.module.css +44 -0
  904. package/lib/setup/table/TableData/TableData.js +60 -0
  905. package/lib/setup/table/TableData/Tablehover.module.css +6 -0
  906. package/lib/setup/table/TableData/props/defaultProps.js +12 -0
  907. package/lib/setup/table/TableData/props/propTypes.js +18 -0
  908. package/lib/setup/table/TableHead/SetupTableHead.module.css +12 -0
  909. package/lib/setup/table/TableHead/TableHead.js +62 -0
  910. package/lib/setup/table/TableHead/props/defaultProps.js +11 -0
  911. package/lib/setup/table/TableHead/props/propTypes.js +15 -0
  912. package/lib/setup/table/TableRow/SetupTableRow.module.css +14 -0
  913. package/lib/setup/table/TableRow/TableRow.js +67 -0
  914. package/lib/setup/table/TableRow/props/defaultProps.js +11 -0
  915. package/lib/setup/table/TableRow/props/propTypes.js +19 -0
  916. package/lib/setup/table/Text/TableText.module.css +37 -0
  917. package/lib/setup/table/Text/Text.js +79 -0
  918. package/lib/setup/table/Text/docs/Text__default.docs.js +62 -0
  919. package/lib/setup/table/Text/props/defaultProps.js +14 -0
  920. package/lib/setup/table/Text/props/propTypes.js +21 -0
  921. package/lib/svg/PlusIcon.js +60 -0
  922. package/lib/svg/SnippetIcon.js +62 -0
  923. package/lib/svg/TemplateIcon.js +63 -0
  924. package/lib/svg/docs/SVG__default.docs.js +76 -0
  925. package/lib/svg/props/defaultProps.js +24 -0
  926. package/lib/svg/props/propTypes.js +26 -0
  927. package/lib/utils/ChannelIconMapping.js +136 -0
  928. package/lib/utils/General.js +47 -0
  929. package/lib/utils/editorUtils.js +188 -0
  930. package/lib/version2/AlertClose/AlertClose.js +68 -0
  931. package/lib/version2/AlertClose/AlertClose.module.css +43 -0
  932. package/lib/version2/AlertClose/docs/AlertClose__default.docs.js +72 -0
  933. package/lib/version2/AlertClose/props/propTypes.js +16 -0
  934. package/lib/version2/GlobalNotification/GlobalNotification.js +156 -0
  935. package/lib/version2/GlobalNotification/GlobalNotification.module.css +125 -0
  936. package/lib/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +119 -0
  937. package/lib/version2/GlobalNotification/props/defaultProps.js +10 -0
  938. package/lib/version2/GlobalNotification/props/propTypes.js +21 -0
  939. package/lib/version2/alertIcons/AlarmAlertIcon.js +97 -0
  940. package/lib/version2/alertIcons/AlertIcons.js +88 -0
  941. package/lib/version2/alertIcons/AlertIcons.module.css +67 -0
  942. package/lib/version2/alertIcons/DangerAlertIcon.js +97 -0
  943. package/lib/version2/alertIcons/ErrorAlertIcon.js +102 -0
  944. package/lib/version2/alertIcons/InfoAlertIcon.js +106 -0
  945. package/lib/version2/alertIcons/NotificationAlertIcon.js +102 -0
  946. package/lib/version2/alertIcons/SuccessAlertIcon.js +97 -0
  947. package/lib/version2/alertIcons/WarningAlertIcon.js +97 -0
  948. package/lib/version2/alertIcons/docs/AlertIcons__default.docs.js +163 -0
  949. package/lib/version2/alertIcons/props/defaultProps.js +40 -0
  950. package/lib/version2/alertIcons/props/propTypes.js +48 -0
  951. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +98 -0
  952. package/lib/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +45 -0
  953. package/lib/version2/errorstate/Inconvenience/props/defaultProps.js +15 -0
  954. package/lib/version2/errorstate/Inconvenience/props/propTypes.js +24 -0
  955. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +99 -0
  956. package/lib/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +47 -0
  957. package/lib/version2/errorstate/OopsSomethingMiss/props/defaultProps.js +15 -0
  958. package/lib/version2/errorstate/OopsSomethingMiss/props/propTypes.js +24 -0
  959. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +98 -0
  960. package/lib/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +56 -0
  961. package/lib/version2/errorstate/UnableToProcessRequest/props/defaultProps.js +15 -0
  962. package/lib/version2/errorstate/UnableToProcessRequest/props/propTypes.js +24 -0
  963. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +100 -0
  964. package/lib/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +45 -0
  965. package/lib/version2/errorstate/UnauthorizedLogin/props/defaultProps.js +16 -0
  966. package/lib/version2/errorstate/UnauthorizedLogin/props/propTypes.js +25 -0
  967. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +98 -0
  968. package/lib/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +47 -0
  969. package/lib/version2/errorstate/UrlNotFound/props/defaultProps.js +15 -0
  970. package/lib/version2/errorstate/UrlNotFound/props/propTypes.js +24 -0
  971. package/lib/version2/errorstate/V2_ErrorStates.module.css +46 -0
  972. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +98 -0
  973. package/lib/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +45 -0
  974. package/lib/version2/errorstate/WillBeRightBack/props/defaultProps.js +15 -0
  975. package/lib/version2/errorstate/WillBeRightBack/props/propTypes.js +24 -0
  976. package/lib/version2/lookup/AlertHeader/AlertHeader.js +92 -0
  977. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +87 -0
  978. package/lib/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +81 -0
  979. package/lib/version2/lookup/AlertHeader/props/defaultProps.js +13 -0
  980. package/lib/version2/lookup/AlertHeader/props/propTypes.js +20 -0
  981. package/lib/version2/lookup/AlertLookup/AlertLookup.js +238 -0
  982. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +44 -0
  983. package/lib/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +186 -0
  984. package/lib/version2/lookup/AlertLookup/props/defaultProps.js +20 -0
  985. package/lib/version2/lookup/AlertLookup/props/propTypes.js +44 -0
  986. package/lib/version2/lookup/alertLookupCommonNew.module.css +33 -0
  987. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +166 -0
  988. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +106 -0
  989. package/lib/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +117 -0
  990. package/lib/version2/notification/DesktopNotification/props/defaultProps.js +21 -0
  991. package/lib/version2/notification/DesktopNotification/props/propTypes.js +44 -0
  992. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +88 -0
  993. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +137 -0
  994. package/lib/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +82 -0
  995. package/lib/version2/notification/DesktopNotificationHeader/props/defaultProps.js +12 -0
  996. package/lib/version2/notification/DesktopNotificationHeader/props/propTypes.js +19 -0
  997. package/package.json +1 -1
  998. package/es/utils/Common.js +0 -24
@@ -0,0 +1,199 @@
1
+ "use strict";
2
+
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
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _defaultProps = require("./props/defaultProps");
10
+ var _propTypes = require("./props/propTypes");
11
+ var _Label = _interopRequireDefault(require("@zohodesk/components/lib/Label/Label"));
12
+ var _TextBox = _interopRequireDefault(require("@zohodesk/components/lib/TextBox/TextBox"));
13
+ var _ValidationMessage = _interopRequireDefault(require("../ValidationMessage/ValidationMessage"));
14
+ var _IdProvider = require("@zohodesk/components/lib/Provider/IdProvider");
15
+ var _FieldContainer = _interopRequireDefault(require("../FieldContainer/FieldContainer"));
16
+ var _FieldsModule = _interopRequireDefault(require("../Fields.module.css"));
17
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
20
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
21
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
22
+ 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); } }
23
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
24
+ 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); }
25
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
26
+ 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); }; }
27
+ 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); }
28
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
29
+ 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; } }
30
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
31
+ var CurrencyField = /*#__PURE__*/function (_PureComponent) {
32
+ _inherits(CurrencyField, _PureComponent);
33
+ var _super = _createSuper(CurrencyField);
34
+ function CurrencyField(props) {
35
+ var _this;
36
+ _classCallCheck(this, CurrencyField);
37
+ _this = _super.call(this, props);
38
+ _this.state = {
39
+ isActive: false
40
+ };
41
+ _this.handleChange = _this.handleChange.bind(_assertThisInitialized(_this));
42
+ _this.handleGetRef = _this.handleGetRef.bind(_assertThisInitialized(_this));
43
+ _this.getNextId = (0, _IdProvider.getUniqueId)(_assertThisInitialized(_this));
44
+ _this.onFocus = _this.onFocus.bind(_assertThisInitialized(_this));
45
+ _this.onBlur = _this.onBlur.bind(_assertThisInitialized(_this));
46
+ return _this;
47
+ }
48
+ _createClass(CurrencyField, [{
49
+ key: "handleChange",
50
+ value: function handleChange(value) {
51
+ var _this$props = this.props,
52
+ id = _this$props.id,
53
+ onChange = _this$props.onChange;
54
+ onChange && onChange(id, value);
55
+ }
56
+ }, {
57
+ key: "handleGetRef",
58
+ value: function handleGetRef(el) {
59
+ var _this$props2 = this.props,
60
+ getRef = _this$props2.getRef,
61
+ id = _this$props2.id;
62
+ this.textBox = el;
63
+ getRef && getRef(el, id);
64
+ }
65
+ }, {
66
+ key: "onFocus",
67
+ value: function onFocus() {
68
+ var onFocus = this.props.onFocus;
69
+ this.setState({
70
+ isActive: true
71
+ });
72
+ onFocus && onFocus();
73
+ }
74
+ }, {
75
+ key: "onBlur",
76
+ value: function onBlur() {
77
+ var onBlur = this.props.onBlur;
78
+ this.setState({
79
+ isActive: false
80
+ });
81
+ onBlur && onBlur();
82
+ }
83
+ }, {
84
+ key: "render",
85
+ value: function render() {
86
+ var _this$props3 = this.props,
87
+ labelName = _this$props3.labelName,
88
+ id = _this$props3.id,
89
+ textBoxSize = _this$props3.textBoxSize,
90
+ textBoxVariant = _this$props3.textBoxVariant,
91
+ textBoxType = _this$props3.textBoxType,
92
+ isMandatory = _this$props3.isMandatory,
93
+ validationMessage = _this$props3.validationMessage,
94
+ validationPalette = _this$props3.validationPalette,
95
+ maxLength = _this$props3.maxLength,
96
+ isReadOnly = _this$props3.isReadOnly,
97
+ value = _this$props3.value,
98
+ errorType = _this$props3.errorType,
99
+ isDisabled = _this$props3.isDisabled,
100
+ title = _this$props3.title,
101
+ dataId = _this$props3.dataId,
102
+ validationRuleMessage = _this$props3.validationRuleMessage,
103
+ validationRulePalette = _this$props3.validationRulePalette,
104
+ onKeyDown = _this$props3.onKeyDown,
105
+ placeHolder = _this$props3.placeHolder,
106
+ infoText = _this$props3.infoText,
107
+ borderColor = _this$props3.borderColor,
108
+ fieldSize = _this$props3.fieldSize,
109
+ labelPalette = _this$props3.labelPalette,
110
+ labelCustomClass = _this$props3.labelCustomClass,
111
+ htmlId = _this$props3.htmlId,
112
+ lockedInfoText = _this$props3.lockedInfoText,
113
+ isLocked = _this$props3.isLocked,
114
+ needReadOnlyStyle = _this$props3.needReadOnlyStyle,
115
+ isClickable = _this$props3.isClickable,
116
+ userCurrencyType = _this$props3.userCurrencyType,
117
+ customProps = _this$props3.customProps,
118
+ formatCurrency = _this$props3.formatCurrency,
119
+ renderLabelProps = _this$props3.renderLabelProps;
120
+ var _customProps$LabelPro = customProps.LabelProps,
121
+ LabelProps = _customProps$LabelPro === void 0 ? {} : _customProps$LabelPro,
122
+ _customProps$TextBoxP = customProps.TextBoxProps,
123
+ TextBoxProps = _customProps$TextBoxP === void 0 ? {} : _customProps$TextBoxP,
124
+ _customProps$Validati = customProps.ValidationMessageProps1,
125
+ ValidationMessageProps1 = _customProps$Validati === void 0 ? {} : _customProps$Validati,
126
+ _customProps$Validati2 = customProps.ValidationMessageProps2,
127
+ ValidationMessageProps2 = _customProps$Validati2 === void 0 ? {} : _customProps$Validati2;
128
+ var isActive = this.state.isActive;
129
+ var formatValue = value;
130
+ if (!isActive) {
131
+ formatValue = formatCurrency(value, userCurrencyType);
132
+ } else {
133
+ formatValue = value;
134
+ }
135
+ var uniqueId = htmlId ? htmlId : this.getNextId();
136
+ return /*#__PURE__*/_react["default"].createElement("div", {
137
+ className: "".concat(_FieldsModule["default"].container, " ").concat(isDisabled ? _FieldsModule["default"].disabled : isReadOnly ? _FieldsModule["default"].readonly : ''),
138
+ "data-title": isDisabled ? title : null
139
+ }, labelName && /*#__PURE__*/_react["default"].createElement(_FieldContainer["default"], {
140
+ infoText: infoText,
141
+ isLocked: isLocked,
142
+ lockedInfoText: lockedInfoText,
143
+ renderProps: renderLabelProps
144
+ }, /*#__PURE__*/_react["default"].createElement(_Label["default"], _extends({
145
+ text: labelName,
146
+ size: fieldSize === 'small' ? 'small' : 'medium',
147
+ palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
148
+ customClass: "".concat(_FieldsModule["default"].fieldLabel, " ").concat(labelCustomClass, " ").concat(isMandatory ? _FieldsModule["default"].labelMandatory : ''),
149
+ htmlFor: uniqueId,
150
+ dataId: isDisabled ? "".concat(dataId, "_label_disabled") : isMandatory ? "".concat(dataId, "_label_mandatory") : "".concat(dataId, "_label")
151
+ }, LabelProps))), /*#__PURE__*/_react["default"].createElement("div", {
152
+ className: "".concat(_FieldsModule["default"].fieldContainer, " ").concat(labelName ? _FieldsModule["default"]["fieldMargin_".concat(fieldSize)] : '')
153
+ }, /*#__PURE__*/_react["default"].createElement(_TextBox["default"], _extends({
154
+ htmlId: uniqueId,
155
+ id: id,
156
+ type: textBoxType,
157
+ variant: textBoxVariant,
158
+ size: fieldSize === 'medium' ? textBoxSize : 'xsmall',
159
+ maxLength: maxLength,
160
+ isReadOnly: isReadOnly,
161
+ inputRef: this.handleGetRef,
162
+ value: formatValue,
163
+ onChange: this.handleChange,
164
+ dataId: dataId,
165
+ onBlur: this.onBlur,
166
+ onFocus: this.onFocus,
167
+ onKeyDown: onKeyDown,
168
+ placeHolder: placeHolder,
169
+ borderColor: borderColor,
170
+ isDisabled: isDisabled,
171
+ needEffect: isReadOnly || isDisabled ? false : true,
172
+ isClickable: isClickable,
173
+ needReadOnlyStyle: needReadOnlyStyle
174
+ }, TextBoxProps)), validationMessage && /*#__PURE__*/_react["default"].createElement(_ValidationMessage["default"], _extends({
175
+ text: validationMessage,
176
+ palette: validationPalette,
177
+ type: errorType,
178
+ dataId: "".concat(dataId, "_ValidationMessage"),
179
+ htmlFor: uniqueId
180
+ }, ValidationMessageProps1)), validationRuleMessage && /*#__PURE__*/_react["default"].createElement(_ValidationMessage["default"], _extends({
181
+ text: validationRuleMessage,
182
+ palette: validationRulePalette,
183
+ type: errorType,
184
+ htmlFor: uniqueId,
185
+ dataId: "".concat(dataId, "_ValidationRuleMessage")
186
+ }, ValidationMessageProps2))));
187
+ }
188
+ }]);
189
+ return CurrencyField;
190
+ }(_react.PureComponent);
191
+ exports["default"] = CurrencyField;
192
+ CurrencyField.propTypes = _propTypes.propTypes;
193
+ CurrencyField.defaultProps = _defaultProps.defaultProps;
194
+ if (false) {
195
+ CurrencyField.docs = {
196
+ componentGroup: 'Form Fields',
197
+ folderName: 'General'
198
+ };
199
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+
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
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _CurrencyField = _interopRequireDefault(require("../CurrencyField"));
10
+ var _General = require("./../../../../deprecated/utils/General");
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
15
+ 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); } }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
+ 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); }
18
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
19
+ 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); }; }
20
+ 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); }
21
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
22
+ 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; } }
23
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
24
+ var CurrencyField__default = /*#__PURE__*/function (_Component) {
25
+ _inherits(CurrencyField__default, _Component);
26
+ var _super = _createSuper(CurrencyField__default);
27
+ function CurrencyField__default(props) {
28
+ _classCallCheck(this, CurrencyField__default);
29
+ return _super.call(this, props);
30
+ }
31
+ _createClass(CurrencyField__default, [{
32
+ key: "render",
33
+ value: function render() {
34
+ return /*#__PURE__*/_react["default"].createElement(_CurrencyField["default"], {
35
+ labelName: "Currency",
36
+ id: "sample",
37
+ textBoxSize: "xmedium",
38
+ textBoxVariant: "primary",
39
+ validationMessage: "Invalid Input",
40
+ infoText: "infoText",
41
+ value: "100",
42
+ isLocked: true,
43
+ ePhiData: {
44
+ ePhiTitle: 'ePhiTitle',
45
+ ePhiText: 'ePhiText',
46
+ ePhiStatus: true
47
+ },
48
+ formatCurrency: _General.formatCurrency,
49
+ userCurrencyType: "$"
50
+ });
51
+ }
52
+ }]);
53
+ return CurrencyField__default;
54
+ }(_react.Component);
55
+ exports["default"] = CurrencyField__default;
56
+ if (false) {
57
+ CurrencyField__default.docs = {
58
+ componentGroup: 'Form Fields',
59
+ folderName: 'General'
60
+ };
61
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.defaultProps = void 0;
7
+ var _FieldCommonDefaultProps = require("../../props/FieldCommonDefaultProps");
8
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
9
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
10
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
11
+ var defaultProps = _objectSpread({
12
+ errorType: 'primary',
13
+ textBoxSize: 'xmedium',
14
+ textBoxType: 'text',
15
+ textBoxVariant: 'primary',
16
+ borderColor: 'default',
17
+ fieldSize: 'medium',
18
+ labelPalette: 'default',
19
+ labelCustomClass: '',
20
+ isClickable: false,
21
+ needReadOnlyStyle: true,
22
+ customProps: {},
23
+ formatCurrency: function formatCurrency() {}
24
+ }, (0, _FieldCommonDefaultProps.FieldCommonDefaultProps)());
25
+ exports.defaultProps = defaultProps;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.propTypes = void 0;
7
+ var _propTypes = _interopRequireDefault(require("prop-types"));
8
+ var _FieldCommonPropTypes = require("../../props/FieldCommonPropTypes");
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
11
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
12
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
13
+ var propTypes = _objectSpread({
14
+ borderColor: _propTypes["default"].oneOf(['transparent', 'default']),
15
+ errorType: _propTypes["default"].oneOf(['primary', 'secondary']),
16
+ fieldSize: _propTypes["default"].oneOf(['small', 'medium']),
17
+ getRef: _propTypes["default"].func,
18
+ id: _propTypes["default"].string,
19
+ labelCustomClass: _propTypes["default"].string,
20
+ labelName: _propTypes["default"].string.isRequired,
21
+ labelPalette: _propTypes["default"].string,
22
+ maxLength: _propTypes["default"].number,
23
+ onBlur: _propTypes["default"].func,
24
+ onChange: _propTypes["default"].func,
25
+ onKeyDown: _propTypes["default"].func,
26
+ placeHolder: _propTypes["default"].string,
27
+ textBoxSize: _propTypes["default"].string,
28
+ textBoxType: _propTypes["default"].string,
29
+ textBoxVariant: _propTypes["default"].string,
30
+ title: _propTypes["default"].string,
31
+ validationMessage: _propTypes["default"].string,
32
+ validationPalette: _propTypes["default"].string,
33
+ validationRuleMessage: _propTypes["default"].string,
34
+ validationRulePalette: _propTypes["default"].string,
35
+ value: _propTypes["default"].string,
36
+ isClickable: _propTypes["default"].bool,
37
+ needReadOnlyStyle: _propTypes["default"].bool,
38
+ customProps: _propTypes["default"].shape({
39
+ LabelProps: _propTypes["default"].object,
40
+ TextBoxProps: _propTypes["default"].object,
41
+ ValidationMessageProps1: _propTypes["default"].object,
42
+ ValidationMessageProps2: _propTypes["default"].object
43
+ }),
44
+ formatCurrency: _propTypes["default"].func
45
+ }, (0, _FieldCommonPropTypes.FieldCommonPropTypes)());
46
+ exports.propTypes = propTypes;
@@ -0,0 +1,205 @@
1
+ "use strict";
2
+
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
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _defaultProps = require("./props/defaultProps");
10
+ var _propTypes = require("./props/propTypes");
11
+ var _Label = _interopRequireDefault(require("@zohodesk/components/lib/Label/Label"));
12
+ var _DateWidget = _interopRequireDefault(require("@zohodesk/components/lib/DateTime/DateWidget"));
13
+ var _ValidationMessage = _interopRequireDefault(require("../ValidationMessage/ValidationMessage"));
14
+ var _IdProvider = require("@zohodesk/components/lib/Provider/IdProvider");
15
+ var _FieldContainer = _interopRequireDefault(require("../FieldContainer/FieldContainer"));
16
+ var _FieldsModule = _interopRequireDefault(require("../Fields.module.css"));
17
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
20
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
21
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
22
+ 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); } }
23
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
24
+ 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); }
25
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
26
+ 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); }; }
27
+ 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); }
28
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
29
+ 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; } }
30
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
31
+ var DateField = /*#__PURE__*/function (_PureComponent) {
32
+ _inherits(DateField, _PureComponent);
33
+ var _super = _createSuper(DateField);
34
+ function DateField(props) {
35
+ var _this;
36
+ _classCallCheck(this, DateField);
37
+ _this = _super.call(this, props);
38
+ _this.handleChange = _this.handleChange.bind(_assertThisInitialized(_this));
39
+ _this.handleGetRef = _this.handleGetRef.bind(_assertThisInitialized(_this));
40
+ _this.handleLabelClick = _this.handleLabelClick.bind(_assertThisInitialized(_this));
41
+ _this.getNextId = (0, _IdProvider.getUniqueId)(_assertThisInitialized(_this));
42
+ _this.openPopup = _this.openPopup.bind(_assertThisInitialized(_this));
43
+ return _this;
44
+ }
45
+ _createClass(DateField, [{
46
+ key: "handleChange",
47
+ value: function handleChange(value) {
48
+ var _this$props = this.props,
49
+ id = _this$props.id,
50
+ onChange = _this$props.onChange;
51
+ onChange && onChange(id, value);
52
+ }
53
+ }, {
54
+ key: "handleGetRef",
55
+ value: function handleGetRef(el) {
56
+ var _this$props2 = this.props,
57
+ getRef = _this$props2.getRef,
58
+ id = _this$props2.id;
59
+ this.dateField = el;
60
+ getRef && getRef(el, id);
61
+ }
62
+ }, {
63
+ key: "componentDidMount",
64
+ value: function componentDidMount() {
65
+ this.openPopup();
66
+ }
67
+ }, {
68
+ key: "openPopup",
69
+ value: function openPopup() {
70
+ var _this2 = this;
71
+ var openPopupOnMount = this.props.openPopupOnMount;
72
+ if (openPopupOnMount) {
73
+ setTimeout(function () {
74
+ _this2.dateField && _this2.dateField.click && _this2.dateField.click();
75
+ _this2.handleLabelClick();
76
+ }, 100);
77
+ }
78
+ }
79
+ }, {
80
+ key: "componentDidUpdate",
81
+ value: function componentDidUpdate(prevProps) {
82
+ var prevOpenPopupOnMount = prevProps.openPopupOnMount;
83
+ var openPopupOnMount = this.props.openPopupOnMount;
84
+ if (openPopupOnMount !== prevOpenPopupOnMount) {
85
+ this.openPopup();
86
+ }
87
+ }
88
+ }, {
89
+ key: "handleLabelClick",
90
+ value: function handleLabelClick() {
91
+ var isFocusOnLabelClick = this.props.isFocusOnLabelClick;
92
+ if (isFocusOnLabelClick && this.dateField && this.dateField.focus) {
93
+ this.dateField.focus();
94
+ }
95
+ }
96
+ }, {
97
+ key: "render",
98
+ value: function render() {
99
+ var _this$props3 = this.props,
100
+ labelName = _this$props3.labelName,
101
+ isMandatory = _this$props3.isMandatory,
102
+ isDateTime = _this$props3.isDateTime,
103
+ validationMessage = _this$props3.validationMessage,
104
+ validationPalette = _this$props3.validationPalette,
105
+ textBoxSize = _this$props3.textBoxSize,
106
+ textBoxVariant = _this$props3.textBoxVariant,
107
+ isReadOnly = _this$props3.isReadOnly,
108
+ value = _this$props3.value,
109
+ errorType = _this$props3.errorType,
110
+ isDisabled = _this$props3.isDisabled,
111
+ title = _this$props3.title,
112
+ popupGroup = _this$props3.popupGroup,
113
+ dataId = _this$props3.dataId,
114
+ validationRuleMessage = _this$props3.validationRuleMessage,
115
+ validationRulePalette = _this$props3.validationRulePalette,
116
+ onKeyDown = _this$props3.onKeyDown,
117
+ infoText = _this$props3.infoText,
118
+ borderColor = _this$props3.borderColor,
119
+ fieldSize = _this$props3.fieldSize,
120
+ datePattern = _this$props3.datePattern,
121
+ isLocked = _this$props3.isLocked,
122
+ lockedInfoText = _this$props3.lockedInfoText,
123
+ lockedValueText = _this$props3.lockedValueText,
124
+ labelPalette = _this$props3.labelPalette,
125
+ labelCustomClass = _this$props3.labelCustomClass,
126
+ htmlId = _this$props3.htmlId,
127
+ timeZone = _this$props3.timeZone,
128
+ i18nKeys = _this$props3.i18nKeys,
129
+ iconOnHover = _this$props3.iconOnHover,
130
+ customProps = _this$props3.customProps,
131
+ renderLabelProps = _this$props3.renderLabelProps;
132
+ var _customProps$LabelPro = customProps.LabelProps,
133
+ LabelProps = _customProps$LabelPro === void 0 ? {} : _customProps$LabelPro,
134
+ _customProps$DateWidg = customProps.DateWidgetProps,
135
+ DateWidgetProps = _customProps$DateWidg === void 0 ? {} : _customProps$DateWidg,
136
+ _customProps$Validati = customProps.ValidationMessageProps1,
137
+ ValidationMessageProps1 = _customProps$Validati === void 0 ? {} : _customProps$Validati,
138
+ _customProps$Validati2 = customProps.ValidationMessageProps2,
139
+ ValidationMessageProps2 = _customProps$Validati2 === void 0 ? {} : _customProps$Validati2;
140
+ var getAriaId = htmlId ? htmlId : this.getNextId();
141
+ return /*#__PURE__*/_react["default"].createElement("div", {
142
+ className: "".concat(_FieldsModule["default"].container, " ").concat(isDisabled ? _FieldsModule["default"].disabled : isReadOnly ? _FieldsModule["default"].readonly : ''),
143
+ "data-title": isDisabled ? title : null
144
+ }, labelName && /*#__PURE__*/_react["default"].createElement(_FieldContainer["default"], {
145
+ infoText: infoText,
146
+ isLocked: isLocked,
147
+ lockedInfoText: lockedInfoText,
148
+ renderProps: renderLabelProps
149
+ }, /*#__PURE__*/_react["default"].createElement(_Label["default"], _extends({
150
+ text: labelName,
151
+ htmlFor: getAriaId,
152
+ size: fieldSize === 'small' ? 'small' : 'medium',
153
+ palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
154
+ onClick: isDisabled || isReadOnly ? null : this.handleLabelClick,
155
+ customClass: "".concat(_FieldsModule["default"].fieldLabel, " ").concat(labelCustomClass, " ").concat(isMandatory ? _FieldsModule["default"].labelMandatory : ''),
156
+ dataId: isDisabled ? "".concat(dataId, "_label_disabled") : isMandatory ? "".concat(dataId, "_label_mandatory") : "".concat(dataId, "_label")
157
+ }, LabelProps))), /*#__PURE__*/_react["default"].createElement("div", {
158
+ className: "".concat(_FieldsModule["default"].fieldContainer, " ").concat(labelName ? _FieldsModule["default"]["fieldMargin_".concat(fieldSize)] : '')
159
+ }, isLocked && lockedValueText ? /*#__PURE__*/_react["default"].createElement("div", {
160
+ className: _FieldsModule["default"].lockText
161
+ }, lockedValueText) : /*#__PURE__*/_react["default"].createElement(_DateWidget["default"], _extends({
162
+ textBoxSize: fieldSize === 'medium' ? textBoxSize : 'xsmall',
163
+ textBoxVariant: textBoxVariant,
164
+ isDateTime: isDateTime,
165
+ onSelect: this.handleChange,
166
+ timeZone: timeZone,
167
+ getRef: this.handleGetRef,
168
+ isReadOnly: isReadOnly,
169
+ value: value,
170
+ popupGroup: popupGroup,
171
+ dataId: "".concat(dataId, "(formatted_").concat(labelName, ")"),
172
+ onKeyDown: onKeyDown,
173
+ borderColor: borderColor,
174
+ isDisabled: isDisabled,
175
+ dateFormat: datePattern,
176
+ isEditable: true,
177
+ htmlId: getAriaId,
178
+ i18nKeys: i18nKeys,
179
+ iconOnHover: iconOnHover
180
+ }, DateWidgetProps)), validationMessage && /*#__PURE__*/_react["default"].createElement(_ValidationMessage["default"], _extends({
181
+ text: validationMessage,
182
+ palette: validationPalette,
183
+ type: errorType,
184
+ htmlFor: getAriaId,
185
+ dataId: "".concat(dataId, "_ValidationMessage")
186
+ }, ValidationMessageProps1)), validationRuleMessage && /*#__PURE__*/_react["default"].createElement(_ValidationMessage["default"], _extends({
187
+ text: validationRuleMessage,
188
+ palette: validationRulePalette,
189
+ type: errorType,
190
+ htmlFor: getAriaId,
191
+ dataId: "".concat(dataId, "_ValidationRuleMessage")
192
+ }, ValidationMessageProps2))));
193
+ }
194
+ }]);
195
+ return DateField;
196
+ }(_react.PureComponent);
197
+ exports["default"] = DateField;
198
+ DateField.propTypes = _propTypes.propTypes;
199
+ DateField.defaultProps = _defaultProps.defaultProps;
200
+ if (false) {
201
+ DateField.docs = {
202
+ componentGroup: 'Form Fields',
203
+ folderName: 'General'
204
+ };
205
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+
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
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _DateField = _interopRequireDefault(require("../DateField"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
12
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
13
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
14
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
15
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
16
+ function _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); }
17
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
18
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
19
+ 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); }
20
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
21
+ 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; } }
22
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
23
+ var DateField__default = /*#__PURE__*/function (_Component) {
24
+ _inherits(DateField__default, _Component);
25
+ var _super = _createSuper(DateField__default);
26
+ function DateField__default(props) {
27
+ _classCallCheck(this, DateField__default);
28
+ return _super.call(this, props);
29
+ }
30
+ _createClass(DateField__default, [{
31
+ key: "render",
32
+ value: function render() {
33
+ return /*#__PURE__*/_react["default"].createElement(_DateField["default"], {
34
+ labelName: "Date and Time",
35
+ id: "sample",
36
+ textBoxSize: "xmedium",
37
+ textBoxVariant: "primary",
38
+ validationMessage: "Invalid Input",
39
+ infoText: "infoText",
40
+ isLocked: true,
41
+ ePhiData: {
42
+ ePhiTitle: 'ePhiTitle',
43
+ ePhiText: 'ePhiText',
44
+ ePhiStatus: true
45
+ }
46
+ });
47
+ }
48
+ }]);
49
+ return DateField__default;
50
+ }(_react.Component);
51
+ exports["default"] = DateField__default;
52
+ if (false) {
53
+ DateField__default.docs = {
54
+ componentGroup: 'Form Fields',
55
+ folderName: 'General'
56
+ };
57
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.defaultProps = void 0;
7
+ var _FieldCommonDefaultProps = require("../../props/FieldCommonDefaultProps");
8
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
9
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
10
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
11
+ var defaultProps = _objectSpread({
12
+ errorType: 'primary',
13
+ openPopupOnMount: false,
14
+ isDateTime: true,
15
+ textBoxSize: 'xmedium',
16
+ textBoxVariant: 'primary',
17
+ borderColor: 'default',
18
+ fieldSize: 'medium',
19
+ isFocusOnLabelClick: true,
20
+ labelPalette: 'default',
21
+ labelCustomClass: '',
22
+ timeZone: null,
23
+ i18nKeys: {},
24
+ dataId: 'dateField',
25
+ customProps: {}
26
+ }, (0, _FieldCommonDefaultProps.FieldCommonDefaultProps)());
27
+ exports.defaultProps = defaultProps;