@zohodesk/dot 1.5.5 → 1.6.0

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 (785) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +12 -0
  3. package/coverage/ActionButton/ActionButton.js.html +652 -0
  4. package/coverage/ActionButton/ActionButton.module.css.html +559 -0
  5. package/coverage/ActionButton/index.html +131 -0
  6. package/coverage/ActionButton/props/defaultProps.js.html +142 -0
  7. package/coverage/ActionButton/props/index.html +131 -0
  8. package/coverage/ActionButton/props/propTypes.js.html +199 -0
  9. package/coverage/AlphabeticList/AlphabeticList.js.html +424 -0
  10. package/coverage/AlphabeticList/AlphabeticList.module.css.html +247 -0
  11. package/coverage/AlphabeticList/index.html +131 -0
  12. package/coverage/AlphabeticList/props/defaultProps.js.html +124 -0
  13. package/coverage/AlphabeticList/props/index.html +131 -0
  14. package/coverage/AlphabeticList/props/propTypes.js.html +250 -0
  15. package/coverage/Attachment/Attachment.js.html +388 -0
  16. package/coverage/Attachment/Attachment.module.css.html +583 -0
  17. package/coverage/Attachment/index.html +131 -0
  18. package/coverage/Attachment/props/defaultProps.js.html +109 -0
  19. package/coverage/Attachment/props/index.html +131 -0
  20. package/coverage/Attachment/props/propTypes.js.html +142 -0
  21. package/coverage/AttachmentViewer/Attachment.js.html +193 -0
  22. package/coverage/AttachmentViewer/AttachmentImage.js.html +268 -0
  23. package/coverage/AttachmentViewer/AttachmentViewer.js.html +1576 -0
  24. package/coverage/AttachmentViewer/AttachmentViewer.module.css.html +955 -0
  25. package/coverage/AttachmentViewer/index.html +161 -0
  26. package/coverage/AttachmentViewer/props/defaultProps.js.html +121 -0
  27. package/coverage/AttachmentViewer/props/index.html +131 -0
  28. package/coverage/AttachmentViewer/props/propTypes.js.html +187 -0
  29. package/coverage/ChannelIcon/ChannelIcon.js.html +448 -0
  30. package/coverage/ChannelIcon/ChannelIcon.module.css.html +727 -0
  31. package/coverage/ChannelIcon/index.html +131 -0
  32. package/coverage/ChannelIcon/props/defaultProps.js.html +106 -0
  33. package/coverage/ChannelIcon/props/index.html +131 -0
  34. package/coverage/ChannelIcon/props/propTypes.js.html +163 -0
  35. package/coverage/Drawer/Drawer.js.html +1042 -0
  36. package/coverage/Drawer/Drawer.module.css.html +466 -0
  37. package/coverage/Drawer/index.html +131 -0
  38. package/coverage/Drawer/props/defaultProps.js.html +160 -0
  39. package/coverage/Drawer/props/index.html +131 -0
  40. package/coverage/Drawer/props/propTypes.js.html +283 -0
  41. package/coverage/ExternalLink/ExternalLink.js.html +229 -0
  42. package/coverage/ExternalLink/ExternalLink.module.css.html +94 -0
  43. package/coverage/ExternalLink/index.html +131 -0
  44. package/coverage/ExternalLink/props/defaultProps.js.html +100 -0
  45. package/coverage/ExternalLink/props/index.html +131 -0
  46. package/coverage/ExternalLink/props/propTypes.js.html +124 -0
  47. package/coverage/FlipCard/FlipCard.js.html +523 -0
  48. package/coverage/FlipCard/FlipCard.module.css.html +190 -0
  49. package/coverage/FlipCard/index.html +131 -0
  50. package/coverage/FlipCard/props/defaultProps.js.html +100 -0
  51. package/coverage/FlipCard/props/index.html +131 -0
  52. package/coverage/FlipCard/props/propTypes.js.html +199 -0
  53. package/coverage/FormAction/FormAction.js.html +391 -0
  54. package/coverage/FormAction/FormAction.module.css.html +292 -0
  55. package/coverage/FormAction/index.html +131 -0
  56. package/coverage/FormAction/props/defaultProps.js.html +100 -0
  57. package/coverage/FormAction/props/index.html +131 -0
  58. package/coverage/FormAction/props/propTypes.js.html +112 -0
  59. package/coverage/FreezeLayer/FreezeLayer.js.html +346 -0
  60. package/coverage/FreezeLayer/css/FreezeLayer.module.css.html +199 -0
  61. package/coverage/FreezeLayer/css/cssJSLogic.js.html +139 -0
  62. package/coverage/FreezeLayer/css/index.html +131 -0
  63. package/coverage/FreezeLayer/index.html +116 -0
  64. package/coverage/FreezeLayer/props/defaultProps.js.html +112 -0
  65. package/coverage/FreezeLayer/props/index.html +131 -0
  66. package/coverage/FreezeLayer/props/propTypes.js.html +151 -0
  67. package/coverage/Hooks/Dragger/css/Dragger.module.css.html +91 -0
  68. package/coverage/Hooks/Dragger/css/index.html +116 -0
  69. package/coverage/Hooks/Dragger/index.html +116 -0
  70. package/coverage/Hooks/Dragger/props/defaultProps.js.html +100 -0
  71. package/coverage/Hooks/Dragger/props/index.html +131 -0
  72. package/coverage/Hooks/Dragger/props/propTypes.js.html +124 -0
  73. package/coverage/Hooks/Dragger/useDragger.js.html +439 -0
  74. package/coverage/Hooks/Dragger/utils/DraggerUtil.js.html +133 -0
  75. package/coverage/Hooks/Dragger/utils/index.html +116 -0
  76. package/coverage/Hooks/index.html +116 -0
  77. package/coverage/Hooks/useFreezeLayer.js.html +247 -0
  78. package/coverage/IconButton/IconButton.js.html +466 -0
  79. package/coverage/IconButton/IconButton.module.css.html +151 -0
  80. package/coverage/IconButton/index.html +131 -0
  81. package/coverage/IconButton/props/defaultProps.js.html +136 -0
  82. package/coverage/IconButton/props/index.html +131 -0
  83. package/coverage/IconButton/props/propTypes.js.html +187 -0
  84. package/coverage/Image/Image.js.html +184 -0
  85. package/coverage/Image/Image.module.css.html +118 -0
  86. package/coverage/Image/index.html +131 -0
  87. package/coverage/Image/props/defaultProps.js.html +97 -0
  88. package/coverage/Image/props/index.html +131 -0
  89. package/coverage/Image/props/propTypes.js.html +127 -0
  90. package/coverage/ImportantNotes/ImportantNotes.js.html +223 -0
  91. package/coverage/ImportantNotes/ImportantNotes.module.css.html +133 -0
  92. package/coverage/ImportantNotes/index.html +131 -0
  93. package/coverage/ImportantNotes/props/defaultProps.js.html +103 -0
  94. package/coverage/ImportantNotes/props/index.html +131 -0
  95. package/coverage/ImportantNotes/props/propTypes.js.html +118 -0
  96. package/coverage/Link/Link.js.html +388 -0
  97. package/coverage/Link/Link.module.css.html +94 -0
  98. package/coverage/Link/LinkContext.js.html +112 -0
  99. package/coverage/Link/index.html +146 -0
  100. package/coverage/Link/props/defaultProps.js.html +100 -0
  101. package/coverage/Link/props/index.html +131 -0
  102. package/coverage/Link/props/propTypes.js.html +142 -0
  103. package/coverage/Loader/Loader.js.html +136 -0
  104. package/coverage/Loader/Loader.module.css.html +163 -0
  105. package/coverage/Loader/index.html +131 -0
  106. package/coverage/Message/Message.js.html +361 -0
  107. package/coverage/Message/Message.module.css.html +292 -0
  108. package/coverage/Message/index.html +131 -0
  109. package/coverage/Message/props/defaultProps.js.html +97 -0
  110. package/coverage/Message/props/index.html +131 -0
  111. package/coverage/Message/props/propTypes.js.html +157 -0
  112. package/coverage/MessageBanner/MessageBanner.js.html +244 -0
  113. package/coverage/MessageBanner/MessageBanner.module.css.html +199 -0
  114. package/coverage/MessageBanner/index.html +131 -0
  115. package/coverage/MessageBanner/props/defaultProps.js.html +106 -0
  116. package/coverage/MessageBanner/props/index.html +131 -0
  117. package/coverage/MessageBanner/props/propTypes.js.html +127 -0
  118. package/coverage/NewStar/NewStar.js.html +259 -0
  119. package/coverage/NewStar/NewStar.module.css.html +490 -0
  120. package/coverage/NewStar/index.html +131 -0
  121. package/coverage/NewStar/props/defaultProps.js.html +97 -0
  122. package/coverage/NewStar/props/index.html +131 -0
  123. package/coverage/NewStar/props/propTypes.js.html +121 -0
  124. package/coverage/PlusIcon/PlusIcon.js.html +190 -0
  125. package/coverage/PlusIcon/PlusIcon.module.css.html +139 -0
  126. package/coverage/PlusIcon/index.html +131 -0
  127. package/coverage/PlusIcon/props/defaultProps.js.html +109 -0
  128. package/coverage/PlusIcon/props/index.html +131 -0
  129. package/coverage/PlusIcon/props/propTypes.js.html +121 -0
  130. package/coverage/Provider/Config.js.html +136 -0
  131. package/coverage/Provider/index.html +116 -0
  132. package/coverage/Separator/Separator.js.html +286 -0
  133. package/coverage/Separator/Separator.module.css.html +187 -0
  134. package/coverage/Separator/index.html +131 -0
  135. package/coverage/Separator/props/defaultProps.js.html +118 -0
  136. package/coverage/Separator/props/index.html +131 -0
  137. package/coverage/Separator/props/propTypes.js.html +121 -0
  138. package/coverage/TagWithIcon/TagWithIcon.js.html +247 -0
  139. package/coverage/TagWithIcon/TagWithIcon.module.css.html +262 -0
  140. package/coverage/TagWithIcon/index.html +131 -0
  141. package/coverage/TagWithIcon/props/defaultProps.js.html +106 -0
  142. package/coverage/TagWithIcon/props/index.html +131 -0
  143. package/coverage/TagWithIcon/props/propTypes.js.html +124 -0
  144. package/coverage/ToastMessage/ToastMessage.js.html +751 -0
  145. package/coverage/ToastMessage/ToastMessage.module.css.html +859 -0
  146. package/coverage/ToastMessage/index.html +131 -0
  147. package/coverage/ToastMessage/props/defaultProps.js.html +139 -0
  148. package/coverage/ToastMessage/props/index.html +131 -0
  149. package/coverage/ToastMessage/props/propTypes.js.html +229 -0
  150. package/coverage/Upload/Upload.js.html +310 -0
  151. package/coverage/Upload/Upload.module.css.html +403 -0
  152. package/coverage/Upload/index.html +131 -0
  153. package/coverage/Upload/props/defaultProps.js.html +106 -0
  154. package/coverage/Upload/props/index.html +131 -0
  155. package/coverage/Upload/props/propTypes.js.html +139 -0
  156. package/coverage/actions/AutoClose.js.html +181 -0
  157. package/coverage/actions/index.html +116 -0
  158. package/coverage/actions/props/defaultProps.js.html +94 -0
  159. package/coverage/actions/props/index.html +131 -0
  160. package/coverage/actions/props/propTypes.js.html +112 -0
  161. package/coverage/alert/AlertHeader/AlertHeader.js.html +337 -0
  162. package/coverage/alert/AlertHeader/AlertHeader.module.css.html +271 -0
  163. package/coverage/alert/AlertHeader/index.html +131 -0
  164. package/coverage/alert/AlertHeader/props/defaultProps.js.html +109 -0
  165. package/coverage/alert/AlertHeader/props/index.html +131 -0
  166. package/coverage/alert/AlertHeader/props/propTypes.js.html +148 -0
  167. package/coverage/alert/AlertLookup/AlertLookup.js.html +472 -0
  168. package/coverage/alert/AlertLookup/AlertLookup.module.css.html +151 -0
  169. package/coverage/alert/AlertLookup/index.html +131 -0
  170. package/coverage/alert/AlertLookup/props/defaultProps.js.html +127 -0
  171. package/coverage/alert/AlertLookup/props/index.html +131 -0
  172. package/coverage/alert/AlertLookup/props/propTypes.js.html +193 -0
  173. package/coverage/avatar/AvatarClose/AvatarClose.js.html +190 -0
  174. package/coverage/avatar/AvatarClose/AvatarClose.module.css.html +178 -0
  175. package/coverage/avatar/AvatarClose/index.html +131 -0
  176. package/coverage/avatar/AvatarClose/props/defaultProps.js.html +106 -0
  177. package/coverage/avatar/AvatarClose/props/index.html +131 -0
  178. package/coverage/avatar/AvatarClose/props/propTypes.js.html +133 -0
  179. package/coverage/avatar/AvatarCollision/AvatarCollision.js.html +241 -0
  180. package/coverage/avatar/AvatarCollision/AvatarCollision.module.css.html +250 -0
  181. package/coverage/avatar/AvatarCollision/index.html +131 -0
  182. package/coverage/avatar/AvatarCollision/props/defaultProps.js.html +109 -0
  183. package/coverage/avatar/AvatarCollision/props/index.html +131 -0
  184. package/coverage/avatar/AvatarCollision/props/propTypes.js.html +139 -0
  185. package/coverage/avatar/AvatarIcon/AvatarIcon.js.html +256 -0
  186. package/coverage/avatar/AvatarIcon/AvatarIcon.module.css.html +262 -0
  187. package/coverage/avatar/AvatarIcon/index.html +131 -0
  188. package/coverage/avatar/AvatarIcon/props/defaultProps.js.html +127 -0
  189. package/coverage/avatar/AvatarIcon/props/index.html +131 -0
  190. package/coverage/avatar/AvatarIcon/props/propTypes.js.html +148 -0
  191. package/coverage/avatar/AvatarStatus/AvatarStatus.js.html +301 -0
  192. package/coverage/avatar/AvatarStatus/AvatarStatus.module.css.html +373 -0
  193. package/coverage/avatar/AvatarStatus/index.html +131 -0
  194. package/coverage/avatar/AvatarStatus/props/defaultProps.js.html +121 -0
  195. package/coverage/avatar/AvatarStatus/props/index.html +131 -0
  196. package/coverage/avatar/AvatarStatus/props/propTypes.js.html +166 -0
  197. package/coverage/avatar/AvatarThread/AvatarThread.js.html +367 -0
  198. package/coverage/avatar/AvatarThread/AvatarThread.module.css.html +439 -0
  199. package/coverage/avatar/AvatarThread/index.html +131 -0
  200. package/coverage/avatar/AvatarThread/props/defaultProps.js.html +112 -0
  201. package/coverage/avatar/AvatarThread/props/index.html +131 -0
  202. package/coverage/avatar/AvatarThread/props/propTypes.js.html +178 -0
  203. package/coverage/avatar/AvatarUser/AvatarUser.js.html +415 -0
  204. package/coverage/avatar/AvatarUser/AvatarUser.module.css.html +385 -0
  205. package/coverage/avatar/AvatarUser/index.html +131 -0
  206. package/coverage/avatar/AvatarUser/props/defaultProps.js.html +109 -0
  207. package/coverage/avatar/AvatarUser/props/index.html +131 -0
  208. package/coverage/avatar/AvatarUser/props/propTypes.js.html +193 -0
  209. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +448 -0
  210. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +133 -0
  211. package/coverage/avatar/AvatarWithTeam/index.html +131 -0
  212. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +112 -0
  213. package/coverage/avatar/AvatarWithTeam/props/index.html +131 -0
  214. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +163 -0
  215. package/coverage/base.css +224 -0
  216. package/coverage/block-navigation.js +87 -0
  217. package/coverage/coverage-final.json +490 -0
  218. package/coverage/coverage-summary.json +491 -0
  219. package/coverage/dropdown/ToggleDropDown/ToggleDropDown.js.html +2719 -0
  220. package/coverage/dropdown/ToggleDropDown/ToggleDropDown.module.css.html +346 -0
  221. package/coverage/dropdown/ToggleDropDown/index.html +131 -0
  222. package/coverage/dropdown/ToggleDropDown/props/defaultProps.js.html +172 -0
  223. package/coverage/dropdown/ToggleDropDown/props/index.html +131 -0
  224. package/coverage/dropdown/ToggleDropDown/props/propTypes.js.html +376 -0
  225. package/coverage/emptystate/CommonEmptyState/CommonEmptyState.js.html +334 -0
  226. package/coverage/emptystate/CommonEmptyState/CommonEmptyState.module.css.html +337 -0
  227. package/coverage/emptystate/CommonEmptyState/index.html +131 -0
  228. package/coverage/emptystate/CommonEmptyState/props/defaultProps.js.html +115 -0
  229. package/coverage/emptystate/CommonEmptyState/props/index.html +131 -0
  230. package/coverage/emptystate/CommonEmptyState/props/propTypes.js.html +151 -0
  231. package/coverage/emptystate/EditionPage/EditionPage.css.html +196 -0
  232. package/coverage/emptystate/EditionPage/EditionPage.js.html +229 -0
  233. package/coverage/emptystate/EditionPage/index.html +131 -0
  234. package/coverage/emptystate/EditionPage/props/defaultProps.js.html +100 -0
  235. package/coverage/emptystate/EditionPage/props/index.html +131 -0
  236. package/coverage/emptystate/EditionPage/props/propTypes.js.html +121 -0
  237. package/coverage/errorstate/EmptyStates.module.css.html +337 -0
  238. package/coverage/errorstate/Inconvenience/Inconvenience.js.html +349 -0
  239. package/coverage/errorstate/Inconvenience/Inconvenience.module.css.html +97 -0
  240. package/coverage/errorstate/Inconvenience/index.html +131 -0
  241. package/coverage/errorstate/Inconvenience/props/defaultProps.js.html +97 -0
  242. package/coverage/errorstate/Inconvenience/props/index.html +131 -0
  243. package/coverage/errorstate/Inconvenience/props/propTypes.js.html +121 -0
  244. package/coverage/errorstate/LinkText/LinkText.js.html +166 -0
  245. package/coverage/errorstate/LinkText/LinkText.module.css.html +103 -0
  246. package/coverage/errorstate/LinkText/index.html +131 -0
  247. package/coverage/errorstate/LinkText/props/defaultProps.js.html +97 -0
  248. package/coverage/errorstate/LinkText/props/index.html +131 -0
  249. package/coverage/errorstate/LinkText/props/propTypes.js.html +112 -0
  250. package/coverage/errorstate/NoRequestFound/NoRequestFound.js.html +349 -0
  251. package/coverage/errorstate/NoRequestFound/NoRequestFound.module.css.html +94 -0
  252. package/coverage/errorstate/NoRequestFound/index.html +131 -0
  253. package/coverage/errorstate/NoRequestFound/props/defaultProps.js.html +97 -0
  254. package/coverage/errorstate/NoRequestFound/props/index.html +131 -0
  255. package/coverage/errorstate/NoRequestFound/props/propTypes.js.html +121 -0
  256. package/coverage/errorstate/PermissionPlay/PermissionPlay.js.html +343 -0
  257. package/coverage/errorstate/PermissionPlay/PermissionPlay.module.css.html +187 -0
  258. package/coverage/errorstate/PermissionPlay/index.html +131 -0
  259. package/coverage/errorstate/PermissionPlay/props/defaultProps.js.html +97 -0
  260. package/coverage/errorstate/PermissionPlay/props/index.html +131 -0
  261. package/coverage/errorstate/PermissionPlay/props/propTypes.js.html +121 -0
  262. package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.js.html +349 -0
  263. package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css.html +94 -0
  264. package/coverage/errorstate/RequestUrlNotFound/index.html +131 -0
  265. package/coverage/errorstate/RequestUrlNotFound/props/defaultProps.js.html +97 -0
  266. package/coverage/errorstate/RequestUrlNotFound/props/index.html +131 -0
  267. package/coverage/errorstate/RequestUrlNotFound/props/propTypes.js.html +121 -0
  268. package/coverage/errorstate/UnableToProcess/UnableToProcess.js.html +337 -0
  269. package/coverage/errorstate/UnableToProcess/UnableToProcess.module.css.html +94 -0
  270. package/coverage/errorstate/UnableToProcess/index.html +131 -0
  271. package/coverage/errorstate/UnableToProcess/props/defaultProps.js.html +97 -0
  272. package/coverage/errorstate/UnableToProcess/props/index.html +131 -0
  273. package/coverage/errorstate/UnableToProcess/props/propTypes.js.html +121 -0
  274. package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +337 -0
  275. package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css.html +94 -0
  276. package/coverage/errorstate/UnauthorizedLogin/index.html +131 -0
  277. package/coverage/errorstate/UnauthorizedLogin/props/defaultProps.js.html +97 -0
  278. package/coverage/errorstate/UnauthorizedLogin/props/index.html +131 -0
  279. package/coverage/errorstate/UnauthorizedLogin/props/propTypes.js.html +121 -0
  280. package/coverage/errorstate/WillBack/WillBack.js.html +307 -0
  281. package/coverage/errorstate/WillBack/WillBack.module.css.html +193 -0
  282. package/coverage/errorstate/WillBack/index.html +131 -0
  283. package/coverage/errorstate/WillBack/props/defaultProps.js.html +97 -0
  284. package/coverage/errorstate/WillBack/props/index.html +131 -0
  285. package/coverage/errorstate/WillBack/props/propTypes.js.html +103 -0
  286. package/coverage/errorstate/index.html +116 -0
  287. package/coverage/favicon.png +0 -0
  288. package/coverage/form/fields/CheckBoxField/CheckBoxField.js.html +580 -0
  289. package/coverage/form/fields/CheckBoxField/index.html +116 -0
  290. package/coverage/form/fields/CheckBoxField/props/defaultProps.js.html +124 -0
  291. package/coverage/form/fields/CheckBoxField/props/index.html +131 -0
  292. package/coverage/form/fields/CheckBoxField/props/propTypes.js.html +178 -0
  293. package/coverage/form/fields/CurrencyField/CurrencyField.js.html +664 -0
  294. package/coverage/form/fields/CurrencyField/index.html +116 -0
  295. package/coverage/form/fields/CurrencyField/props/defaultProps.js.html +139 -0
  296. package/coverage/form/fields/CurrencyField/props/index.html +131 -0
  297. package/coverage/form/fields/CurrencyField/props/propTypes.js.html +208 -0
  298. package/coverage/form/fields/DateField/DateField.js.html +682 -0
  299. package/coverage/form/fields/DateField/index.html +116 -0
  300. package/coverage/form/fields/DateField/props/defaultProps.js.html +145 -0
  301. package/coverage/form/fields/DateField/props/index.html +131 -0
  302. package/coverage/form/fields/DateField/props/propTypes.js.html +208 -0
  303. package/coverage/form/fields/FieldContainer/FieldContainer.js.html +271 -0
  304. package/coverage/form/fields/FieldContainer/index.html +116 -0
  305. package/coverage/form/fields/FieldContainer/props/defaultProps.js.html +109 -0
  306. package/coverage/form/fields/FieldContainer/props/index.html +131 -0
  307. package/coverage/form/fields/FieldContainer/props/propTypes.js.html +166 -0
  308. package/coverage/form/fields/Fields.module.css.html +619 -0
  309. package/coverage/form/fields/MultiSelectField/MultiSelectField.js.html +745 -0
  310. package/coverage/form/fields/MultiSelectField/index.html +116 -0
  311. package/coverage/form/fields/MultiSelectField/props/defaultProps.js.html +139 -0
  312. package/coverage/form/fields/MultiSelectField/props/index.html +131 -0
  313. package/coverage/form/fields/MultiSelectField/props/propTypes.js.html +241 -0
  314. package/coverage/form/fields/PhoneField/PhoneField.js.html +619 -0
  315. package/coverage/form/fields/PhoneField/index.html +116 -0
  316. package/coverage/form/fields/PhoneField/props/defaultProps.js.html +133 -0
  317. package/coverage/form/fields/PhoneField/props/index.html +131 -0
  318. package/coverage/form/fields/PhoneField/props/propTypes.js.html +229 -0
  319. package/coverage/form/fields/RadioField/RadioField.js.html +493 -0
  320. package/coverage/form/fields/RadioField/index.html +116 -0
  321. package/coverage/form/fields/RadioField/props/defaultProps.js.html +121 -0
  322. package/coverage/form/fields/RadioField/props/index.html +131 -0
  323. package/coverage/form/fields/RadioField/props/propTypes.js.html +196 -0
  324. package/coverage/form/fields/SelectField/SelectField.js.html +697 -0
  325. package/coverage/form/fields/SelectField/index.html +116 -0
  326. package/coverage/form/fields/SelectField/props/defaultProps.js.html +142 -0
  327. package/coverage/form/fields/SelectField/props/index.html +131 -0
  328. package/coverage/form/fields/SelectField/props/propTypes.js.html +241 -0
  329. package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.js.html +1066 -0
  330. package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.module.css.html +382 -0
  331. package/coverage/form/fields/TagsMultiSelect/index.html +131 -0
  332. package/coverage/form/fields/TagsMultiSelect/props/defaultProps.js.html +133 -0
  333. package/coverage/form/fields/TagsMultiSelect/props/index.html +131 -0
  334. package/coverage/form/fields/TagsMultiSelect/props/propTypes.js.html +256 -0
  335. package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.js.html +868 -0
  336. package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css.html +103 -0
  337. package/coverage/form/fields/TagsMultiSelectField/index.html +131 -0
  338. package/coverage/form/fields/TagsMultiSelectField/props/defaultProps.js.html +157 -0
  339. package/coverage/form/fields/TagsMultiSelectField/props/index.html +131 -0
  340. package/coverage/form/fields/TagsMultiSelectField/props/propTypes.js.html +304 -0
  341. package/coverage/form/fields/TextBoxField/TextBoxField.js.html +634 -0
  342. package/coverage/form/fields/TextBoxField/index.html +116 -0
  343. package/coverage/form/fields/TextBoxField/props/defaultProps.js.html +139 -0
  344. package/coverage/form/fields/TextBoxField/props/index.html +131 -0
  345. package/coverage/form/fields/TextBoxField/props/propTypes.js.html +223 -0
  346. package/coverage/form/fields/TextEditor/TextEditor.js.html +1183 -0
  347. package/coverage/form/fields/TextEditor/TextEditor.module.css.html +2113 -0
  348. package/coverage/form/fields/TextEditor/index.html +131 -0
  349. package/coverage/form/fields/TextEditor/props/defaultProps.js.html +133 -0
  350. package/coverage/form/fields/TextEditor/props/index.html +131 -0
  351. package/coverage/form/fields/TextEditor/props/propTypes.js.html +268 -0
  352. package/coverage/form/fields/TextEditorField/TextEditorField.js.html +622 -0
  353. package/coverage/form/fields/TextEditorField/index.html +116 -0
  354. package/coverage/form/fields/TextEditorField/props/defaultProps.js.html +133 -0
  355. package/coverage/form/fields/TextEditorField/props/index.html +131 -0
  356. package/coverage/form/fields/TextEditorField/props/propTypes.js.html +268 -0
  357. package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.js.html +631 -0
  358. package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.module.css.html +163 -0
  359. package/coverage/form/fields/TextEditorWrapper/index.html +131 -0
  360. package/coverage/form/fields/TextEditorWrapper/props/defaultProps.js.html +112 -0
  361. package/coverage/form/fields/TextEditorWrapper/props/index.html +131 -0
  362. package/coverage/form/fields/TextEditorWrapper/props/propTypes.js.html +226 -0
  363. package/coverage/form/fields/TextareaField/TextareaField.js.html +622 -0
  364. package/coverage/form/fields/TextareaField/index.html +116 -0
  365. package/coverage/form/fields/TextareaField/props/defaultProps.js.html +136 -0
  366. package/coverage/form/fields/TextareaField/props/index.html +131 -0
  367. package/coverage/form/fields/TextareaField/props/propTypes.js.html +202 -0
  368. package/coverage/form/fields/ValidationMessage/ValidationMessage.js.html +232 -0
  369. package/coverage/form/fields/ValidationMessage/ValidationMessage.module.css.html +151 -0
  370. package/coverage/form/fields/ValidationMessage/index.html +131 -0
  371. package/coverage/form/fields/ValidationMessage/props/defaultProps.js.html +106 -0
  372. package/coverage/form/fields/ValidationMessage/props/index.html +131 -0
  373. package/coverage/form/fields/ValidationMessage/props/propTypes.js.html +136 -0
  374. package/coverage/form/fields/index.html +116 -0
  375. package/coverage/form/fields/props/FieldCommonDefaultProps.js.html +115 -0
  376. package/coverage/form/fields/props/FieldCommonPropTypes.js.html +130 -0
  377. package/coverage/form/fields/props/index.html +131 -0
  378. package/coverage/form/layout/Field/Field.js.html +184 -0
  379. package/coverage/form/layout/Field/Field.module.css.html +151 -0
  380. package/coverage/form/layout/Field/index.html +131 -0
  381. package/coverage/form/layout/Field/props/defaultProps.js.html +97 -0
  382. package/coverage/form/layout/Field/props/index.html +131 -0
  383. package/coverage/form/layout/Field/props/propTypes.js.html +118 -0
  384. package/coverage/form/layout/Section/ModuleFormSection.module.css.html +94 -0
  385. package/coverage/form/layout/Section/Section.js.html +175 -0
  386. package/coverage/form/layout/Section/index.html +131 -0
  387. package/coverage/form/layout/Section/props/index.html +116 -0
  388. package/coverage/form/layout/Section/props/propTypes.js.html +121 -0
  389. package/coverage/index.html +3866 -0
  390. package/coverage/layout/SetupDetailLayout/SetupDetailLayout.js.html +679 -0
  391. package/coverage/layout/SetupDetailLayout/SetupDetailLayout.module.css.html +433 -0
  392. package/coverage/layout/SetupDetailLayout/index.html +131 -0
  393. package/coverage/layout/SetupDetailLayout/props/defaultProps.js.html +154 -0
  394. package/coverage/layout/SetupDetailLayout/props/index.html +131 -0
  395. package/coverage/layout/SetupDetailLayout/props/propTypes.js.html +223 -0
  396. package/coverage/layout/SubtabLayout/SubtabLayout.js.html +577 -0
  397. package/coverage/layout/SubtabLayout/SubtabLayout.module.css.html +484 -0
  398. package/coverage/layout/SubtabLayout/index.html +131 -0
  399. package/coverage/layout/SubtabLayout/props/defaultProps.js.html +169 -0
  400. package/coverage/layout/SubtabLayout/props/index.html +131 -0
  401. package/coverage/layout/SubtabLayout/props/propTypes.js.html +217 -0
  402. package/coverage/list/AvatarFlip/AvatarFlip.js.html +325 -0
  403. package/coverage/list/AvatarFlip/AvatarFlip.module.css.html +94 -0
  404. package/coverage/list/AvatarFlip/index.html +131 -0
  405. package/coverage/list/AvatarFlip/props/defaultProps.js.html +103 -0
  406. package/coverage/list/AvatarFlip/props/index.html +131 -0
  407. package/coverage/list/AvatarFlip/props/propTypes.js.html +175 -0
  408. package/coverage/list/BluePrintStatus/BluePrintStatus.js.html +160 -0
  409. package/coverage/list/BluePrintStatus/BluePrintStatus.module.css.html +127 -0
  410. package/coverage/list/BluePrintStatus/index.html +131 -0
  411. package/coverage/list/BluePrintStatus/props/index.html +116 -0
  412. package/coverage/list/BluePrintStatus/props/propTypes.js.html +100 -0
  413. package/coverage/list/Comment/Comment.js.html +199 -0
  414. package/coverage/list/Comment/Comment.module.css.html +157 -0
  415. package/coverage/list/Comment/index.html +131 -0
  416. package/coverage/list/Comment/props/defaultProps.js.html +97 -0
  417. package/coverage/list/Comment/props/index.html +131 -0
  418. package/coverage/list/Comment/props/propTypes.js.html +109 -0
  419. package/coverage/list/DepartmentDropDown/DepartmentDropDown.js.html +358 -0
  420. package/coverage/list/DepartmentDropDown/DepartmentDropDown.module.css.html +112 -0
  421. package/coverage/list/DepartmentDropDown/index.html +131 -0
  422. package/coverage/list/DepartmentDropDown/props/defaultProps.js.html +106 -0
  423. package/coverage/list/DepartmentDropDown/props/index.html +131 -0
  424. package/coverage/list/DepartmentDropDown/props/propTypes.js.html +160 -0
  425. package/coverage/list/Dot/Dot.js.html +151 -0
  426. package/coverage/list/Dot/Dot.module.css.html +130 -0
  427. package/coverage/list/Dot/index.html +131 -0
  428. package/coverage/list/Dot/props/defaultProps.js.html +97 -0
  429. package/coverage/list/Dot/props/index.html +131 -0
  430. package/coverage/list/Dot/props/propTypes.js.html +103 -0
  431. package/coverage/list/DotNew/DotNew.js.html +154 -0
  432. package/coverage/list/DotNew/DotNew.module.css.html +157 -0
  433. package/coverage/list/DotNew/index.html +131 -0
  434. package/coverage/list/DotNew/props/defaultProps.js.html +94 -0
  435. package/coverage/list/DotNew/props/index.html +131 -0
  436. package/coverage/list/DotNew/props/propTypes.js.html +106 -0
  437. package/coverage/list/GridStencils/GridStencils.js.html +208 -0
  438. package/coverage/list/GridStencils/GridStencils.module.css.html +373 -0
  439. package/coverage/list/GridStencils/index.html +131 -0
  440. package/coverage/list/GridStencils/props/index.html +116 -0
  441. package/coverage/list/GridStencils/props/propTypes.js.html +112 -0
  442. package/coverage/list/Icons/AddNewIcon.js.html +154 -0
  443. package/coverage/list/Icons/CompleteIcon.js.html +151 -0
  444. package/coverage/list/Icons/DeleteIcon.js.html +157 -0
  445. package/coverage/list/Icons/EditIcon.js.html +157 -0
  446. package/coverage/list/Icons/FloatingIcons.js.html +166 -0
  447. package/coverage/list/Icons/Icons.module.css.html +133 -0
  448. package/coverage/list/Icons/ReadUnreadIcon.js.html +181 -0
  449. package/coverage/list/Icons/SmartIcon.js.html +160 -0
  450. package/coverage/list/Icons/index.html +221 -0
  451. package/coverage/list/Icons/props/defaultProps.js.html +106 -0
  452. package/coverage/list/Icons/props/index.html +131 -0
  453. package/coverage/list/Icons/props/propTypes.js.html +265 -0
  454. package/coverage/list/ListLayout/ListLayout.js.html +337 -0
  455. package/coverage/list/ListLayout/ListLayout.module.css.html +283 -0
  456. package/coverage/list/ListLayout/index.html +131 -0
  457. package/coverage/list/ListLayout/props/defaultProps.js.html +118 -0
  458. package/coverage/list/ListLayout/props/index.html +131 -0
  459. package/coverage/list/ListLayout/props/propTypes.js.html +175 -0
  460. package/coverage/list/ListStencils/ListStencils.js.html +223 -0
  461. package/coverage/list/ListStencils/ListStencils.module.css.html +271 -0
  462. package/coverage/list/ListStencils/index.html +131 -0
  463. package/coverage/list/ListStencils/props/defaultProps.js.html +94 -0
  464. package/coverage/list/ListStencils/props/index.html +131 -0
  465. package/coverage/list/ListStencils/props/propTypes.js.html +100 -0
  466. package/coverage/list/SecondaryText/AccountName.js.html +358 -0
  467. package/coverage/list/SecondaryText/ContactName.js.html +361 -0
  468. package/coverage/list/SecondaryText/DepartmentText.js.html +160 -0
  469. package/coverage/list/SecondaryText/Email.js.html +253 -0
  470. package/coverage/list/SecondaryText/HappinessRating.js.html +172 -0
  471. package/coverage/list/SecondaryText/PhoneNumber.js.html +262 -0
  472. package/coverage/list/SecondaryText/PriorityText.js.html +181 -0
  473. package/coverage/list/SecondaryText/SecondaryText.js.html +190 -0
  474. package/coverage/list/SecondaryText/SecondaryText.module.css.html +463 -0
  475. package/coverage/list/SecondaryText/StatusText.js.html +181 -0
  476. package/coverage/list/SecondaryText/TicketId.js.html +214 -0
  477. package/coverage/list/SecondaryText/Website.js.html +226 -0
  478. package/coverage/list/SecondaryText/index.html +296 -0
  479. package/coverage/list/SecondaryText/index.js.html +118 -0
  480. package/coverage/list/SecondaryText/props/defaultProps.js.html +241 -0
  481. package/coverage/list/SecondaryText/props/index.html +131 -0
  482. package/coverage/list/SecondaryText/props/propTypes.js.html +544 -0
  483. package/coverage/list/SecondryPanel/SecondryPanel.js.html +406 -0
  484. package/coverage/list/SecondryPanel/SecondryPanel.module.css.html +100 -0
  485. package/coverage/list/SecondryPanel/index.html +131 -0
  486. package/coverage/list/SecondryPanel/props/defaultProps.js.html +148 -0
  487. package/coverage/list/SecondryPanel/props/index.html +131 -0
  488. package/coverage/list/SecondryPanel/props/propTypes.js.html +178 -0
  489. package/coverage/list/SentimentStatus/SentimentStatus.js.html +175 -0
  490. package/coverage/list/SentimentStatus/SentimentStatus.module.css.html +112 -0
  491. package/coverage/list/SentimentStatus/index.html +131 -0
  492. package/coverage/list/SentimentStatus/props/index.html +116 -0
  493. package/coverage/list/SentimentStatus/props/propTypes.js.html +103 -0
  494. package/coverage/list/Subject/Subject.js.html +304 -0
  495. package/coverage/list/Subject/Subject.module.css.html +187 -0
  496. package/coverage/list/Subject/index.html +131 -0
  497. package/coverage/list/Subject/props/defaultProps.js.html +109 -0
  498. package/coverage/list/Subject/props/index.html +131 -0
  499. package/coverage/list/Subject/props/propTypes.js.html +148 -0
  500. package/coverage/list/TagNew/TagNew.js.html +181 -0
  501. package/coverage/list/TagNew/TagNew.module.css.html +412 -0
  502. package/coverage/list/TagNew/index.html +131 -0
  503. package/coverage/list/TagNew/props/defaultProps.js.html +97 -0
  504. package/coverage/list/TagNew/props/index.html +131 -0
  505. package/coverage/list/TagNew/props/propTypes.js.html +112 -0
  506. package/coverage/list/Thread/Thread.js.html +199 -0
  507. package/coverage/list/Thread/Thread.module.css.html +175 -0
  508. package/coverage/list/Thread/index.html +131 -0
  509. package/coverage/list/Thread/props/defaultProps.js.html +97 -0
  510. package/coverage/list/Thread/props/index.html +131 -0
  511. package/coverage/list/Thread/props/propTypes.js.html +112 -0
  512. package/coverage/list/status/StatusDropdown/StatusDropdown.js.html +1171 -0
  513. package/coverage/list/status/StatusDropdown/StatusDropdown.module.css.html +292 -0
  514. package/coverage/list/status/StatusDropdown/index.html +131 -0
  515. package/coverage/list/status/StatusDropdown/props/defaultProps.js.html +151 -0
  516. package/coverage/list/status/StatusDropdown/props/index.html +131 -0
  517. package/coverage/list/status/StatusDropdown/props/propTypes.js.html +331 -0
  518. package/coverage/list/status/StatusListItem/StatusListItem.js.html +424 -0
  519. package/coverage/list/status/StatusListItem/StatusListItem.module.css.html +352 -0
  520. package/coverage/list/status/StatusListItem/index.html +131 -0
  521. package/coverage/list/status/StatusListItem/props/defaultProps.js.html +133 -0
  522. package/coverage/list/status/StatusListItem/props/index.html +131 -0
  523. package/coverage/list/status/StatusListItem/props/propTypes.js.html +181 -0
  524. package/coverage/lookup/EmptyPage/EmptyPage.js.html +256 -0
  525. package/coverage/lookup/EmptyPage/LookupEmptyPage.module.css.html +121 -0
  526. package/coverage/lookup/EmptyPage/index.html +131 -0
  527. package/coverage/lookup/EmptyPage/props/defaultProps.js.html +97 -0
  528. package/coverage/lookup/EmptyPage/props/index.html +131 -0
  529. package/coverage/lookup/EmptyPage/props/propTypes.js.html +103 -0
  530. package/coverage/lookup/Lookup/Lookup.js.html +499 -0
  531. package/coverage/lookup/Lookup/Lookup.module.css.html +217 -0
  532. package/coverage/lookup/Lookup/index.html +131 -0
  533. package/coverage/lookup/Lookup/props/defaultProps.js.html +112 -0
  534. package/coverage/lookup/Lookup/props/index.html +131 -0
  535. package/coverage/lookup/Lookup/props/propTypes.js.html +160 -0
  536. package/coverage/lookup/Section/LookupSection.module.css.html +109 -0
  537. package/coverage/lookup/Section/Section.js.html +142 -0
  538. package/coverage/lookup/Section/index.html +131 -0
  539. package/coverage/lookup/Section/props/index.html +116 -0
  540. package/coverage/lookup/Section/props/propTypes.js.html +106 -0
  541. package/coverage/lookup/header/Close/Close.js.html +154 -0
  542. package/coverage/lookup/header/Close/index.html +116 -0
  543. package/coverage/lookup/header/Close/props/defaultProps.js.html +94 -0
  544. package/coverage/lookup/header/Close/props/index.html +131 -0
  545. package/coverage/lookup/header/Close/props/propTypes.js.html +106 -0
  546. package/coverage/lookup/header/ModuleHeader/ModuleHeader.js.html +367 -0
  547. package/coverage/lookup/header/ModuleHeader/index.html +116 -0
  548. package/coverage/lookup/header/ModuleHeader/props/defaultProps.js.html +97 -0
  549. package/coverage/lookup/header/ModuleHeader/props/index.html +131 -0
  550. package/coverage/lookup/header/ModuleHeader/props/propTypes.js.html +148 -0
  551. package/coverage/lookup/header/Search/LookupSearch.module.css.html +229 -0
  552. package/coverage/lookup/header/Search/Search.js.html +724 -0
  553. package/coverage/lookup/header/Search/index.html +131 -0
  554. package/coverage/lookup/header/Search/props/defaultProps.js.html +100 -0
  555. package/coverage/lookup/header/Search/props/index.html +131 -0
  556. package/coverage/lookup/header/Search/props/propTypes.js.html +175 -0
  557. package/coverage/lookup/header/TicketHeader/TicketHeader.js.html +433 -0
  558. package/coverage/lookup/header/TicketHeader/TicketHeader.module.css.html +142 -0
  559. package/coverage/lookup/header/TicketHeader/index.html +131 -0
  560. package/coverage/lookup/header/TicketHeader/props/defaultProps.js.html +100 -0
  561. package/coverage/lookup/header/TicketHeader/props/index.html +131 -0
  562. package/coverage/lookup/header/TicketHeader/props/propTypes.js.html +151 -0
  563. package/coverage/lookup/header/Title/LookupTitle.module.css.html +148 -0
  564. package/coverage/lookup/header/Title/Title.js.html +169 -0
  565. package/coverage/lookup/header/Title/index.html +131 -0
  566. package/coverage/lookup/header/Title/props/defaultProps.js.html +94 -0
  567. package/coverage/lookup/header/Title/props/index.html +131 -0
  568. package/coverage/lookup/header/Title/props/propTypes.js.html +106 -0
  569. package/coverage/lookup/header/ViewDropDown/ViewDropDown.js.html +634 -0
  570. package/coverage/lookup/header/ViewDropDown/ViewDropDown.module.css.html +220 -0
  571. package/coverage/lookup/header/ViewDropDown/index.html +131 -0
  572. package/coverage/lookup/header/ViewDropDown/props/defaultProps.js.html +115 -0
  573. package/coverage/lookup/header/ViewDropDown/props/index.html +131 -0
  574. package/coverage/lookup/header/ViewDropDown/props/propTypes.js.html +169 -0
  575. package/coverage/lookup/header/index.html +131 -0
  576. package/coverage/lookup/header/lookupHeaderCommon.module.css.html +178 -0
  577. package/coverage/lookup/header/lookupHeaderCommonResponsive.module.css.html +130 -0
  578. package/coverage/prettify.css +1 -0
  579. package/coverage/prettify.js +2 -0
  580. package/coverage/setup/header/Button/Button.js.html +169 -0
  581. package/coverage/setup/header/Button/HeaderButton.module.css.html +94 -0
  582. package/coverage/setup/header/Button/index.html +131 -0
  583. package/coverage/setup/header/Button/props/defaultProps.js.html +97 -0
  584. package/coverage/setup/header/Button/props/index.html +131 -0
  585. package/coverage/setup/header/Button/props/propTypes.js.html +109 -0
  586. package/coverage/setup/header/Link/HeaderLink.module.css.html +130 -0
  587. package/coverage/setup/header/Link/Link.js.html +193 -0
  588. package/coverage/setup/header/Link/index.html +131 -0
  589. package/coverage/setup/header/Link/props/defaultProps.js.html +97 -0
  590. package/coverage/setup/header/Link/props/index.html +131 -0
  591. package/coverage/setup/header/Link/props/propTypes.js.html +112 -0
  592. package/coverage/setup/header/Search/Search.js.html +280 -0
  593. package/coverage/setup/header/Search/Search.module.css.html +259 -0
  594. package/coverage/setup/header/Search/index.html +131 -0
  595. package/coverage/setup/header/Search/props/defaultProps.js.html +103 -0
  596. package/coverage/setup/header/Search/props/index.html +131 -0
  597. package/coverage/setup/header/Search/props/propTypes.js.html +124 -0
  598. package/coverage/setup/header/Views/Views.js.html +208 -0
  599. package/coverage/setup/header/Views/Views.module.css.html +169 -0
  600. package/coverage/setup/header/Views/index.html +131 -0
  601. package/coverage/setup/header/Views/props/defaultProps.js.html +103 -0
  602. package/coverage/setup/header/Views/props/index.html +131 -0
  603. package/coverage/setup/header/Views/props/propTypes.js.html +115 -0
  604. package/coverage/setup/helptips/Description/Description.js.html +148 -0
  605. package/coverage/setup/helptips/Description/HelpTipsDescription.module.css.html +103 -0
  606. package/coverage/setup/helptips/Description/index.html +131 -0
  607. package/coverage/setup/helptips/Description/props/index.html +116 -0
  608. package/coverage/setup/helptips/Description/props/propTypes.js.html +100 -0
  609. package/coverage/setup/helptips/Link/HelpTipsLink.module.css.html +103 -0
  610. package/coverage/setup/helptips/Link/Link.js.html +172 -0
  611. package/coverage/setup/helptips/Link/index.html +131 -0
  612. package/coverage/setup/helptips/Link/props/index.html +116 -0
  613. package/coverage/setup/helptips/Link/props/propTypes.js.html +109 -0
  614. package/coverage/setup/helptips/ListGroup/ListGroup.js.html +205 -0
  615. package/coverage/setup/helptips/ListGroup/ListGroup.module.css.html +136 -0
  616. package/coverage/setup/helptips/ListGroup/index.html +131 -0
  617. package/coverage/setup/helptips/ListGroup/props/index.html +116 -0
  618. package/coverage/setup/helptips/ListGroup/props/propTypes.js.html +103 -0
  619. package/coverage/setup/helptips/Title/HelpTipsTitle.module.css.html +100 -0
  620. package/coverage/setup/helptips/Title/Title.js.html +148 -0
  621. package/coverage/setup/helptips/Title/index.html +131 -0
  622. package/coverage/setup/helptips/Title/props/index.html +116 -0
  623. package/coverage/setup/helptips/Title/props/propTypes.js.html +100 -0
  624. package/coverage/setup/table/Table/Table.js.html +160 -0
  625. package/coverage/setup/table/Table/index.html +116 -0
  626. package/coverage/setup/table/Table/props/defaultProps.js.html +97 -0
  627. package/coverage/setup/table/Table/props/index.html +131 -0
  628. package/coverage/setup/table/Table/props/propTypes.js.html +106 -0
  629. package/coverage/setup/table/TableBody/TableBody.js.html +160 -0
  630. package/coverage/setup/table/TableBody/index.html +116 -0
  631. package/coverage/setup/table/TableBody/props/defaultProps.js.html +94 -0
  632. package/coverage/setup/table/TableBody/props/index.html +131 -0
  633. package/coverage/setup/table/TableBody/props/propTypes.js.html +109 -0
  634. package/coverage/setup/table/TableData/SetupTableData.module.css.html +193 -0
  635. package/coverage/setup/table/TableData/TableData.js.html +199 -0
  636. package/coverage/setup/table/TableData/index.html +131 -0
  637. package/coverage/setup/table/TableData/props/defaultProps.js.html +100 -0
  638. package/coverage/setup/table/TableData/props/index.html +131 -0
  639. package/coverage/setup/table/TableData/props/propTypes.js.html +121 -0
  640. package/coverage/setup/table/TableHead/SetupTableHead.module.css.html +109 -0
  641. package/coverage/setup/table/TableHead/TableHead.js.html +193 -0
  642. package/coverage/setup/table/TableHead/index.html +131 -0
  643. package/coverage/setup/table/TableHead/props/defaultProps.js.html +97 -0
  644. package/coverage/setup/table/TableHead/props/index.html +131 -0
  645. package/coverage/setup/table/TableHead/props/propTypes.js.html +112 -0
  646. package/coverage/setup/table/TableRow/SetupTableRow.module.css.html +115 -0
  647. package/coverage/setup/table/TableRow/TableRow.js.html +205 -0
  648. package/coverage/setup/table/TableRow/index.html +131 -0
  649. package/coverage/setup/table/TableRow/props/defaultProps.js.html +97 -0
  650. package/coverage/setup/table/TableRow/props/index.html +131 -0
  651. package/coverage/setup/table/TableRow/props/propTypes.js.html +121 -0
  652. package/coverage/setup/table/Text/TableText.module.css.html +196 -0
  653. package/coverage/setup/table/Text/Text.js.html +214 -0
  654. package/coverage/setup/table/Text/index.html +131 -0
  655. package/coverage/setup/table/Text/props/defaultProps.js.html +106 -0
  656. package/coverage/setup/table/Text/props/index.html +131 -0
  657. package/coverage/setup/table/Text/props/propTypes.js.html +127 -0
  658. package/coverage/sort-arrow-sprite.png +0 -0
  659. package/coverage/sorter.js +196 -0
  660. package/coverage/svg/PlusIcon.js.html +175 -0
  661. package/coverage/svg/SnippetIcon.js.html +196 -0
  662. package/coverage/svg/TemplateIcon.js.html +160 -0
  663. package/coverage/svg/index.html +146 -0
  664. package/coverage/svg/props/defaultProps.js.html +136 -0
  665. package/coverage/svg/props/index.html +131 -0
  666. package/coverage/svg/props/propTypes.js.html +142 -0
  667. package/coverage/utils/ChannelIconMapping.js.html +475 -0
  668. package/coverage/utils/General.js.html +208 -0
  669. package/coverage/utils/editorUtils.js.html +649 -0
  670. package/coverage/utils/index.html +146 -0
  671. package/coverage/version2/AlertClose/AlertClose.js.html +202 -0
  672. package/coverage/version2/AlertClose/AlertClose.module.css.html +211 -0
  673. package/coverage/version2/AlertClose/index.html +131 -0
  674. package/coverage/version2/AlertClose/props/index.html +116 -0
  675. package/coverage/version2/AlertClose/props/propTypes.js.html +112 -0
  676. package/coverage/version2/GlobalNotification/GlobalNotification.js.html +463 -0
  677. package/coverage/version2/GlobalNotification/GlobalNotification.module.css.html +466 -0
  678. package/coverage/version2/GlobalNotification/index.html +131 -0
  679. package/coverage/version2/GlobalNotification/props/defaultProps.js.html +103 -0
  680. package/coverage/version2/GlobalNotification/props/index.html +131 -0
  681. package/coverage/version2/GlobalNotification/props/propTypes.js.html +214 -0
  682. package/coverage/version2/alertIcons/AlarmAlertIcon.js.html +166 -0
  683. package/coverage/version2/alertIcons/AlertIcons.js.html +253 -0
  684. package/coverage/version2/alertIcons/AlertIcons.module.css.html +286 -0
  685. package/coverage/version2/alertIcons/DangerAlertIcon.js.html +166 -0
  686. package/coverage/version2/alertIcons/ErrorAlertIcon.js.html +169 -0
  687. package/coverage/version2/alertIcons/InfoAlertIcon.js.html +172 -0
  688. package/coverage/version2/alertIcons/NotificationAlertIcon.js.html +166 -0
  689. package/coverage/version2/alertIcons/SuccessAlertIcon.js.html +166 -0
  690. package/coverage/version2/alertIcons/WarningAlertIcon.js.html +163 -0
  691. package/coverage/version2/alertIcons/index.html +236 -0
  692. package/coverage/version2/alertIcons/props/defaultProps.js.html +187 -0
  693. package/coverage/version2/alertIcons/props/index.html +131 -0
  694. package/coverage/version2/alertIcons/props/propTypes.js.html +211 -0
  695. package/coverage/version2/errorstate/Inconvenience/Inconvenience.js.html +319 -0
  696. package/coverage/version2/errorstate/Inconvenience/index.html +116 -0
  697. package/coverage/version2/errorstate/Inconvenience/props/defaultProps.js.html +109 -0
  698. package/coverage/version2/errorstate/Inconvenience/props/index.html +131 -0
  699. package/coverage/version2/errorstate/Inconvenience/props/propTypes.js.html +136 -0
  700. package/coverage/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js.html +319 -0
  701. package/coverage/version2/errorstate/OopsSomethingMiss/index.html +116 -0
  702. package/coverage/version2/errorstate/OopsSomethingMiss/props/defaultProps.js.html +109 -0
  703. package/coverage/version2/errorstate/OopsSomethingMiss/props/index.html +131 -0
  704. package/coverage/version2/errorstate/OopsSomethingMiss/props/propTypes.js.html +136 -0
  705. package/coverage/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js.html +319 -0
  706. package/coverage/version2/errorstate/UnableToProcessRequest/index.html +116 -0
  707. package/coverage/version2/errorstate/UnableToProcessRequest/props/defaultProps.js.html +109 -0
  708. package/coverage/version2/errorstate/UnableToProcessRequest/props/index.html +131 -0
  709. package/coverage/version2/errorstate/UnableToProcessRequest/props/propTypes.js.html +136 -0
  710. package/coverage/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +319 -0
  711. package/coverage/version2/errorstate/UnauthorizedLogin/index.html +116 -0
  712. package/coverage/version2/errorstate/UnauthorizedLogin/props/defaultProps.js.html +112 -0
  713. package/coverage/version2/errorstate/UnauthorizedLogin/props/index.html +131 -0
  714. package/coverage/version2/errorstate/UnauthorizedLogin/props/propTypes.js.html +139 -0
  715. package/coverage/version2/errorstate/UrlNotFound/UrlNotFound.js.html +319 -0
  716. package/coverage/version2/errorstate/UrlNotFound/index.html +116 -0
  717. package/coverage/version2/errorstate/UrlNotFound/props/defaultProps.js.html +109 -0
  718. package/coverage/version2/errorstate/UrlNotFound/props/index.html +131 -0
  719. package/coverage/version2/errorstate/UrlNotFound/props/propTypes.js.html +136 -0
  720. package/coverage/version2/errorstate/V2_ErrorStates.module.css.html +223 -0
  721. package/coverage/version2/errorstate/WillBeRightBack/WillBeRightBack.js.html +319 -0
  722. package/coverage/version2/errorstate/WillBeRightBack/index.html +116 -0
  723. package/coverage/version2/errorstate/WillBeRightBack/props/defaultProps.js.html +109 -0
  724. package/coverage/version2/errorstate/WillBeRightBack/props/index.html +131 -0
  725. package/coverage/version2/errorstate/WillBeRightBack/props/propTypes.js.html +136 -0
  726. package/coverage/version2/errorstate/index.html +116 -0
  727. package/coverage/version2/lookup/AlertHeader/AlertHeader.js.html +316 -0
  728. package/coverage/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css.html +277 -0
  729. package/coverage/version2/lookup/AlertHeader/css/cssJSLogic.js.html +130 -0
  730. package/coverage/version2/lookup/AlertHeader/css/index.html +131 -0
  731. package/coverage/version2/lookup/AlertHeader/index.html +116 -0
  732. package/coverage/version2/lookup/AlertHeader/props/defaultProps.js.html +106 -0
  733. package/coverage/version2/lookup/AlertHeader/props/index.html +131 -0
  734. package/coverage/version2/lookup/AlertHeader/props/propTypes.js.html +166 -0
  735. package/coverage/version2/lookup/AlertLookup/AlertLookup.js.html +778 -0
  736. package/coverage/version2/lookup/AlertLookup/AlertLookupNew.module.css.html +202 -0
  737. package/coverage/version2/lookup/AlertLookup/index.html +131 -0
  738. package/coverage/version2/lookup/AlertLookup/props/defaultProps.js.html +124 -0
  739. package/coverage/version2/lookup/AlertLookup/props/index.html +131 -0
  740. package/coverage/version2/lookup/AlertLookup/props/propTypes.js.html +214 -0
  741. package/coverage/version2/notification/DesktopNotification/DesktopNotification.js.html +703 -0
  742. package/coverage/version2/notification/DesktopNotification/DesktopNotification.module.css.html +424 -0
  743. package/coverage/version2/notification/DesktopNotification/index.html +131 -0
  744. package/coverage/version2/notification/DesktopNotification/props/defaultProps.js.html +139 -0
  745. package/coverage/version2/notification/DesktopNotification/props/index.html +131 -0
  746. package/coverage/version2/notification/DesktopNotification/props/propTypes.js.html +217 -0
  747. package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js.html +361 -0
  748. package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css.html +370 -0
  749. package/coverage/version2/notification/DesktopNotificationHeader/index.html +131 -0
  750. package/coverage/version2/notification/DesktopNotificationHeader/props/defaultProps.js.html +109 -0
  751. package/coverage/version2/notification/DesktopNotificationHeader/props/index.html +131 -0
  752. package/coverage/version2/notification/DesktopNotificationHeader/props/propTypes.js.html +124 -0
  753. package/es/ImportantNotes/__tests__/ImportantNotes.spec.js +96 -0
  754. package/es/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +333 -0
  755. package/es/Upload/__tests__/Upload.spec.js +140 -0
  756. package/es/Upload/__tests__/__snapshots__/Upload.spec.js.snap +459 -0
  757. package/es/Upload/props/propTypes.js +1 -1
  758. package/es/form/fields/TextEditor/TextEditor.js +64 -64
  759. package/es/form/fields/TextEditor/TextEditor.module.css +73 -61
  760. package/es/form/fields/TextEditor/__tests__/__snapshots__/TextEditor.spec.js.snap +1 -1
  761. package/es/form/fields/TextEditor/props/defaultProps.js +4 -1
  762. package/es/form/fields/TextEditor/props/propTypes.js +10 -3
  763. package/es/utils/editorUtils.js +6 -6
  764. package/es/v1/form/fields/TextEditor/TextEditor.js +63 -64
  765. package/es/v1/form/fields/TextEditor/props/defaultProps.js +4 -1
  766. package/es/v1/form/fields/TextEditor/props/propTypes.js +10 -3
  767. package/es/v1/utils/editorUtils.js +6 -6
  768. package/lib/ImportantNotes/__tests__/ImportantNotes.spec.js +96 -0
  769. package/lib/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +333 -0
  770. package/lib/Upload/__tests__/Upload.spec.js +140 -0
  771. package/lib/Upload/__tests__/__snapshots__/Upload.spec.js.snap +459 -0
  772. package/lib/Upload/props/propTypes.js +1 -1
  773. package/lib/form/fields/TextEditor/TextEditor.js +74 -74
  774. package/lib/form/fields/TextEditor/TextEditor.module.css +73 -61
  775. package/lib/form/fields/TextEditor/__tests__/__snapshots__/TextEditor.spec.js.snap +1 -1
  776. package/lib/form/fields/TextEditor/props/defaultProps.js +4 -1
  777. package/lib/form/fields/TextEditor/props/propTypes.js +10 -3
  778. package/lib/utils/editorUtils.js +6 -5
  779. package/lib/v1/form/fields/TextEditor/TextEditor.js +73 -74
  780. package/lib/v1/form/fields/TextEditor/props/defaultProps.js +4 -1
  781. package/lib/v1/form/fields/TextEditor/props/propTypes.js +10 -3
  782. package/lib/v1/utils/editorUtils.js +6 -5
  783. package/package.json +2 -2
  784. package/result.json +1 -1
  785. package/unittest/index.html +2 -38
@@ -15,8 +15,8 @@ exports.isImageFormat = isImageFormat;
15
15
  exports.loadResource = loadResource;
16
16
  exports.triggerKeyup = triggerKeyup;
17
17
  exports.validateEditorContentOnInsertHtml = validateEditorContentOnInsertHtml;
18
- var ATTACHMENT_FILE_NAME_SIZE_LIMIT = 200; // editorUtils
19
18
 
19
+ // editorUtils
20
20
  function editorContentValidate(editorObj) {
21
21
  var content = editorObj && editorObj.getContent && editorObj.getContent() || '';
22
22
 
@@ -67,13 +67,14 @@ function encodeForHtml(str) {
67
67
  } // attachment
68
68
 
69
69
 
70
- function isFileNameSizeInvalid(fileName) {
71
- return fileName.length > ATTACHMENT_FILE_NAME_SIZE_LIMIT;
70
+ function isFileNameSizeInvalid(fileName, fileNameMaxCharacters) {
71
+ return fileName.length > fileNameMaxCharacters;
72
72
  }
73
73
 
74
- function isImageFormat(fileName) {
74
+ function isImageFormat(fileName, allowedFileExtensions) {
75
75
  var extension = getExtensionFromFileName(fileName);
76
- return /jpeg|jpg|png|gif|bmp|ico/i.test(extension);
76
+ var isValidExtension = allowedFileExtensions.includes(extension);
77
+ return isValidExtension;
77
78
  }
78
79
 
79
80
  function getExtensionFromFileName(fileName) {
@@ -27,8 +27,6 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
27
27
 
28
28
  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; }
29
29
 
30
- 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; }
31
-
32
30
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
33
31
 
34
32
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
@@ -70,7 +68,8 @@ var TextEditor = /*#__PURE__*/function (_Component) {
70
68
  isResourceLoaded: false,
71
69
  isEditorShow: false
72
70
  };
73
- var methods = ['editorCallback', 'handleUpload', 'handleChange', 'focusCallback', 'handleInlineUpload', 'handleDropUpload', 'blurCallback', 'handleGetContent', 'initializeEditor', 'clearEditorData', 'plainTextSwitchCallback', 'onWindowClick', 'toggleEditor'];
71
+ var methods = ['editorCallback', 'handleUpload', 'handleChange', 'focusCallback', 'handleInlineUpload', // 'handleDropUpload',
72
+ 'blurCallback', 'handleGetContent', 'initializeEditor', 'clearEditorData', 'plainTextSwitchCallback', 'onWindowClick', 'toggleEditor'];
74
73
 
75
74
  _editorUtils.bind.apply(_assertThisInitialized(_this), methods);
76
75
 
@@ -109,22 +108,20 @@ var TextEditor = /*#__PURE__*/function (_Component) {
109
108
  editorOptions = _this$props$editorOpt === void 0 ? {} : _this$props$editorOpt,
110
109
  _this$props$needEdito = _this$props.needEditorFocus,
111
110
  needEditorFocus = _this$props$needEdito === void 0 ? true : _this$props$needEdito,
112
- handleDropUpload = _this$props.handleDropUpload,
113
111
  fontFamily = _this$props.fontFamily,
114
112
  fontSize = _this$props.fontSize,
115
113
  initCallback = _this$props.initCallback,
116
114
  handleAlertMessage = _this$props.handleAlertMessage,
117
- needInlineAttachment = _this$props.needInlineAttachment;
115
+ needInlineAttachment = _this$props.needInlineAttachment,
116
+ customInitOption = _this$props.customInitOption;
118
117
 
119
118
  if (id && global.ZohoDeskEditor) {
120
- var _defaultObj;
121
-
122
- var defaultObj = (_defaultObj = {
119
+ var defaultObj = {
123
120
  id: id,
124
121
  content: (0, _editorUtils.fixEncoding)(value),
125
122
  callback: this.editorCallback,
126
123
  imageuploadcallback: this.handleInlineUpload,
127
- handleInlineDropImage: handleDropUpload ? this.handleDropUpload : undefined,
124
+ // handleInlineDropImage: handleDropUpload ? this.handleDropUpload : undefined,
128
125
  contentChanged: this.handleChange,
129
126
  focusCallback: this.focusCallback,
130
127
  lineHeight: 'Normal',
@@ -137,18 +134,27 @@ var TextEditor = /*#__PURE__*/function (_Component) {
137
134
  mode: mode,
138
135
  handleAlertMessage: handleAlertMessage,
139
136
  plainTextSwitchCallback: this.plainTextSwitchCallback,
140
- imgAspect: true
141
- }, _defineProperty(_defaultObj, "handleInlineDropImage", needInlineAttachment ? this.handleInlineUpload : null), _defineProperty(_defaultObj, "needInlineAttachHandling", needInlineAttachment), _defineProperty(_defaultObj, "hookOnInsertHTML", _editorUtils.validateEditorContentOnInsertHtml), _defineProperty(_defaultObj, "needCustomPaste", function needCustomPaste(event, editorObj) {
142
- return true; // By default reply editor needs customPaste, so returning true.
143
- }), _defineProperty(_defaultObj, "htmlVersion", '<!Doctype html>'), _defaultObj);
137
+ imgAspect: true,
138
+ handleInlineDropImage: needInlineAttachment ? this.handleInlineUpload : null,
139
+ needInlineAttachHandling: needInlineAttachment,
140
+ hookOnInsertHTML: _editorUtils.validateEditorContentOnInsertHtml,
141
+ needCustomPaste: function needCustomPaste(event, editorObj) {
142
+ return true; // By default reply editor needs customPaste, so returning true.
143
+ },
144
+ htmlVersion: '<!Doctype html>'
145
+ };
146
+
147
+ if (!customInitOption) {
148
+ if (!ZohoDeskEditor_Init.init) {
149
+ global.editorInitialize && global.editorInitialize();
150
+ }
144
151
 
145
- if (!ZohoDeskEditor_Init.init) {
146
- global.editorInitialize && global.editorInitialize();
152
+ ZohoDeskEditor_Init.init(editorMode, fontFamily, initCallback, fontSize);
147
153
  }
148
154
 
149
155
  defaultObj = Object.assign(defaultObj, editorOptions);
150
- ZohoDeskEditor_Init.init(editorMode, fontFamily, initCallback, fontSize);
151
- ZohoDeskEditor.create && ZohoDeskEditor.create(defaultObj);
156
+ var globalEditor = global.ZohoDeskEditor;
157
+ globalEditor && typeof globalEditor.create == 'function' && globalEditor.create(defaultObj, customInitOption);
152
158
  }
153
159
  }
154
160
  }, {
@@ -172,8 +178,8 @@ var TextEditor = /*#__PURE__*/function (_Component) {
172
178
  getRef && getRef(null);
173
179
  }
174
180
  }, {
175
- key: "componentWillReceiveProps",
176
- value: function componentWillReceiveProps(np) {
181
+ key: "UNSAFE_componentWillReceiveProps",
182
+ value: function UNSAFE_componentWillReceiveProps(np) {
177
183
  var changeEditorContent = this.props.changeEditorContent;
178
184
  var id = np.id;
179
185
  var editorObj = global.editor ? global.editor[id] ? global.editor[id] : {} : {};
@@ -251,7 +257,8 @@ var TextEditor = /*#__PURE__*/function (_Component) {
251
257
  var _this$props5 = this.props,
252
258
  editorCallback = _this$props5.editorCallback,
253
259
  getRef = _this$props5.getRef,
254
- isCustomScroll = _this$props5.isCustomScroll;
260
+ isCustomScroll = _this$props5.isCustomScroll,
261
+ customCSS = _this$props5.customCSS;
255
262
  this.setState({
256
263
  isEditorLoad: true,
257
264
  isEditorShow: true
@@ -263,18 +270,6 @@ var TextEditor = /*#__PURE__*/function (_Component) {
263
270
  global.editor[id] = editorObj;
264
271
  }
265
272
 
266
- var css = 'pre {white-space: pre-wrap}',
267
- head = editorObj.doc.head || editorObj.doc.getElementsByTagName('head')[0],
268
- style = document.createElement('style');
269
- style.type = 'text/css';
270
-
271
- if (style.styleSheet) {
272
- style.styleSheet.cssText = css;
273
- } else {
274
- style.appendChild(editorObj.doc.createTextNode(css));
275
- }
276
-
277
- head.appendChild(style);
278
273
  editorCallback && editorCallback(editorObj);
279
274
  var iframe = (0, _selectn["default"])('iframe.contentDocument.body', editorObj) || null;
280
275
  var iframeHead = (0, _selectn["default"])('iframe.contentDocument.head', editorObj) || null;
@@ -292,9 +287,12 @@ var TextEditor = /*#__PURE__*/function (_Component) {
292
287
  iframe.classList.add('scroll');
293
288
  }
294
289
 
295
- var customFonts = document.createElement('style');
296
- customFonts.innerText = "@font-face {font-family: 'ZohoPuviRegular';src: url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2') format('woff2');font-style: normal;font-weight: normal;text-rendering: optimizeLegibility;font-display: swap}@font-face {font-family: Regular;src: url('https://static.zohocdn.com/webfonts/lato2regular/font.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap}@font-face {font-family: 'RobotoRegular';font-weight: 400;font-style: normal;font-display: swa;src: url('https://static.zohocdn.com/webfonts/robotoregular/font.woff2')}";
297
- iframeHead.appendChild(customFonts);
290
+ var customStyleTag = document.createElement('style');
291
+ customStyleTag.type = 'text/css';
292
+ var customizedCSS = "pre {white-space: pre-wrap} ".concat(customCSS);
293
+ var fontCSS = "@font-face {font-family: 'ZohoPuviRegular';src: url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2') format('woff2');font-style: normal;font-weight: normal;text-rendering: optimizeLegibility;font-display: swap}@font-face {font-family: Regular;src: url('https://static.zohocdn.com/webfonts/lato2regular/font.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap}@font-face {font-family: 'RobotoRegular';font-weight: 400;font-style: normal;font-display: swa;src: url('https://static.zohocdn.com/webfonts/robotoregular/font.woff2')}";
294
+ customStyleTag.textContent = "".concat(customizedCSS, " ").concat(fontCSS);
295
+ iframeHead.appendChild(customStyleTag);
298
296
  }
299
297
  }
300
298
  }, {
@@ -303,12 +301,24 @@ var TextEditor = /*#__PURE__*/function (_Component) {
303
301
  var _this$props6 = this.props,
304
302
  id = _this$props6.id,
305
303
  progress = _this$props6.setInlineAttachmentInProgress,
306
- i18nKeys = _this$props6.i18nKeys;
307
-
308
- if (!(0, _editorUtils.isFileNameSizeInvalid)(file.name)) {
304
+ i18nKeys = _this$props6.i18nKeys,
305
+ inlineImageProps = _this$props6.inlineImageProps;
306
+ var fileUploadError = i18nKeys.fileUploadError,
307
+ fileNotSupported = i18nKeys.fileNotSupported,
308
+ fileSizeLimitExceed = i18nKeys.fileSizeLimitExceed,
309
+ fileEmptyError = i18nKeys.fileEmptyError,
310
+ fileNameLimitExceed = i18nKeys.fileNameLimitExceed;
311
+ var _inlineImageProps$all = inlineImageProps.allowedFileExtensions,
312
+ allowedFileExtensions = _inlineImageProps$all === void 0 ? ["jpeg", "jpg", "png", "gif", "bmp", "ico"] : _inlineImageProps$all,
313
+ _inlineImageProps$fil = inlineImageProps.fileNameMaxCharacters,
314
+ fileNameMaxCharacters = _inlineImageProps$fil === void 0 ? 200 : _inlineImageProps$fil,
315
+ _inlineImageProps$fil2 = inlineImageProps.fileSizeMaxBytes,
316
+ fileSizeMaxBytes = _inlineImageProps$fil2 === void 0 ? 3 * 1024 * 1024 : _inlineImageProps$fil2;
317
+
318
+ if (!(0, _editorUtils.isFileNameSizeInvalid)(file.name, fileNameMaxCharacters)) {
309
319
  if (file.size != 0) {
310
- if (file.size <= 3 * 1024 * 1024) {
311
- if ((0, _editorUtils.isImageFormat)(file.name)) {
320
+ if (file.size <= fileSizeMaxBytes) {
321
+ if ((0, _editorUtils.isImageFormat)(file.name, allowedFileExtensions)) {
312
322
  progress && progress(true);
313
323
  this.handleUpload(file).then(function (res) {
314
324
  successCallback(res);
@@ -318,36 +328,33 @@ var TextEditor = /*#__PURE__*/function (_Component) {
318
328
  (0, _editorUtils.triggerKeyup)(editorObj.doc);
319
329
  }
320
330
  }, function () {
321
- failureCallback(i18nKeys.fileUploadError);
331
+ failureCallback(fileUploadError);
322
332
  });
323
333
  } else {
324
- failureCallback(i18nKeys.fileNotSupported);
334
+ failureCallback(fileNotSupported);
325
335
  }
326
336
  } else {
327
- failureCallback(i18nKeys.fileSizeLimitExceed);
337
+ failureCallback(fileSizeLimitExceed);
328
338
  }
329
339
  } else {
330
- failureCallback(i18nKeys.fileEmptyError);
340
+ failureCallback(fileEmptyError);
331
341
  }
332
342
  } else {
333
- failureCallback(i18nKeys.fileNameLimitExceed);
343
+ failureCallback(fileNameLimitExceed);
334
344
  }
335
- }
336
- }, {
337
- key: "handleDropUpload",
338
- value: function handleDropUpload(file, successCallback, failureCallback) {
339
- var e = {
340
- target: {
341
- files: [file]
342
- }
343
- };
344
- var handleDropUpload = this.props.handleDropUpload;
345
- handleDropUpload(e).then(function (res) {
346
- successCallback(res);
347
- }, function () {
348
- failureCallback();
349
- });
350
- }
345
+ } // handleDropUpload(file, successCallback, failureCallback) {
346
+ // let e = { target: { files: [file] } };
347
+ // let { handleDropUpload } = this.props;
348
+ // handleDropUpload(e).then(
349
+ // (res) => {
350
+ // successCallback(res);
351
+ // },
352
+ // () => {
353
+ // failureCallback();
354
+ // }
355
+ // );
356
+ // }
357
+
351
358
  }, {
352
359
  key: "blurCallback",
353
360
  value: function blurCallback() {
@@ -372,15 +379,7 @@ var TextEditor = /*#__PURE__*/function (_Component) {
372
379
  formData.append(getCSRFCookieName(), getCSRFCookie());
373
380
  }
374
381
 
375
- return onUpload(formData, file).then(function (res) {
376
- if (editorMode === 'TicketReply') {
377
- return "".concat(res.data, "&from=r");
378
- }
379
-
380
- return res.data;
381
- }, function (err) {
382
- throw err;
383
- });
382
+ return onUpload(formData, file);
384
383
  } catch (err) {
385
384
  return Promise.reject();
386
385
  }
@@ -399,7 +398,6 @@ var TextEditor = /*#__PURE__*/function (_Component) {
399
398
  var cont = value;
400
399
 
401
400
  if (typeof editor !== 'undefined') {
402
- // eslint-disable-next-line
403
401
  cont = editor['addFormEditor'] && editor['addFormEditor'].getContent();
404
402
  }
405
403
 
@@ -428,13 +426,14 @@ var TextEditor = /*#__PURE__*/function (_Component) {
428
426
  loadingComponent = _this$props9.loadingComponent,
429
427
  isNightMode = _this$props9.isNightMode,
430
428
  isReadOnly = _this$props9.isReadOnly,
431
- dataSelectorId = _this$props9.dataSelectorId;
429
+ dataSelectorId = _this$props9.dataSelectorId,
430
+ isDisabled = _this$props9.isDisabled;
432
431
  var _this$state = this.state,
433
432
  isEditorLoad = _this$state.isEditorLoad,
434
433
  isEditorShow = _this$state.isEditorShow;
435
434
  var editorDoc = ImgLazyLoad && global.editor && global.editor[id] ? global.editor[id].doc : null;
436
435
  return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
437
- className: "".concat(_TextEditorModule["default"].textEditor, " ").concat(_TextEditorModule["default"][type], " ").concat(_TextEditorModule["default"][border], "\n ").concat(isNightMode ? _TextEditorModule["default"].night : _TextEditorModule["default"].light, " ").concat(isReadOnly ? _TextEditorModule["default"].readOnly : '', " ").concat(!isEditorShow ? _TextEditorModule["default"].editorHide : ''),
436
+ className: "".concat(_TextEditorModule["default"].textEditor, " ").concat(_TextEditorModule["default"][type], " ").concat(_TextEditorModule["default"][border], "\n ").concat(isNightMode ? _TextEditorModule["default"].night : _TextEditorModule["default"].light, " ").concat(isReadOnly ? _TextEditorModule["default"].readOnly : '', " ").concat(isReadOnly || isDisabled ? _TextEditorModule["default"].disable : '', " ").concat(!isEditorShow ? _TextEditorModule["default"].editorHide : ''),
438
437
  dataId: dataId,
439
438
  "data-isEditor": true,
440
439
  dataSelectorId: dataSelectorId
@@ -444,7 +443,7 @@ var TextEditor = /*#__PURE__*/function (_Component) {
444
443
  dataId: dataId
445
444
  }), editorDoc && ImgLazyLoad ? /*#__PURE__*/_react["default"].createElement(ImgLazyLoad, {
446
445
  node: editorDoc
447
- }) : null, isReadOnly ? /*#__PURE__*/_react["default"].createElement("div", {
446
+ }) : null, isReadOnly || isDisabled ? /*#__PURE__*/_react["default"].createElement("div", {
448
447
  className: _TextEditorModule["default"].readOnlyMask
449
448
  }) : null);
450
449
  }
@@ -15,6 +15,9 @@ var defaultProps = {
15
15
  needInlineAttachment: false,
16
16
  isNightMode: false,
17
17
  isReadOnly: false,
18
- dataSelectorId: 'textEditor'
18
+ dataSelectorId: 'textEditor',
19
+ customCSS: '',
20
+ isDisabled: false,
21
+ inlineImageProps: {}
19
22
  };
20
23
  exports.defaultProps = defaultProps;
@@ -22,7 +22,6 @@ var propTypes = {
22
22
  fontSize: _propTypes["default"].string,
23
23
  getRef: _propTypes["default"].func,
24
24
  handleAlertMessage: _propTypes["default"].func,
25
- handleDropUpload: _propTypes["default"].func,
26
25
  i18nKeys: _propTypes["default"].shape({
27
26
  fileUploadError: _propTypes["default"].string,
28
27
  fileNotSupported: _propTypes["default"].string,
@@ -31,7 +30,7 @@ var propTypes = {
31
30
  fileSizeLimitExceed: _propTypes["default"].string
32
31
  }),
33
32
  id: _propTypes["default"].string,
34
- initCallback: _propTypes["default"].func.isRequired,
33
+ initCallback: _propTypes["default"].func,
35
34
  isCustomScroll: _propTypes["default"].bool,
36
35
  loadingComponent: _propTypes["default"].node,
37
36
  mode: _propTypes["default"].string,
@@ -52,6 +51,14 @@ var propTypes = {
52
51
  getCSRFCookie: _propTypes["default"].string,
53
52
  isEditorDefaultOpen: _propTypes["default"].bool,
54
53
  toggleEdit: _propTypes["default"].func,
55
- dataSelectorId: _propTypes["default"].string
54
+ dataSelectorId: _propTypes["default"].string,
55
+ customInitOption: _propTypes["default"].object,
56
+ customCSS: _propTypes["default"].string,
57
+ isDisabled: _propTypes["default"].bool,
58
+ inlineImageProps: _propTypes["default"].shape({
59
+ allowedFileExtensions: _propTypes["default"].array,
60
+ fileNameMaxCharacters: _propTypes["default"].number,
61
+ fileSizeMaxBytes: _propTypes["default"].number
62
+ })
56
63
  };
57
64
  exports.propTypes = propTypes;
@@ -15,8 +15,8 @@ exports.isImageFormat = isImageFormat;
15
15
  exports.loadResource = loadResource;
16
16
  exports.triggerKeyup = triggerKeyup;
17
17
  exports.validateEditorContentOnInsertHtml = validateEditorContentOnInsertHtml;
18
- var ATTACHMENT_FILE_NAME_SIZE_LIMIT = 200; // editorUtils
19
18
 
19
+ // editorUtils
20
20
  function editorContentValidate(editorObj) {
21
21
  var content = editorObj && editorObj.getContent && editorObj.getContent() || '';
22
22
 
@@ -67,13 +67,14 @@ function encodeForHtml(str) {
67
67
  } // attachment
68
68
 
69
69
 
70
- function isFileNameSizeInvalid(fileName) {
71
- return fileName.length > ATTACHMENT_FILE_NAME_SIZE_LIMIT;
70
+ function isFileNameSizeInvalid(fileName, fileNameMaxCharacters) {
71
+ return fileName.length > fileNameMaxCharacters;
72
72
  }
73
73
 
74
- function isImageFormat(fileName) {
74
+ function isImageFormat(fileName, allowedFileExtensions) {
75
75
  var extension = getExtensionFromFileName(fileName);
76
- return /jpeg|jpg|png|gif|bmp|ico/i.test(extension);
76
+ var isValidExtension = allowedFileExtensions.includes(extension);
77
+ return isValidExtension;
77
78
  }
78
79
 
79
80
  function getExtensionFromFileName(fileName) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.5.5",
3
+ "version": "1.6.0",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -37,7 +37,7 @@
37
37
  "sstest": "react-cli sstest",
38
38
  "common_package_build": "cd ../common && npm run build && cd ../dot",
39
39
  "docs": "npm run css:review && review:props && react-cli docs",
40
- "prepublishOnly": "node prePublish.js && npm run download && npm run css:review && npm run review:props",
40
+ "prepublishOnly": "node prePublish.js && npm run download && npm run test && npm run css:review && npm run review:props",
41
41
  "postpublish": "node postPublish.js",
42
42
  "test-clean": "react-cli clean coverage",
43
43
  "download": "react-cli clean ./node_modules ./package-lock.json && npm install",