@zohodesk/dot 1.0.0-temp-181.7 → 1.0.0-temp-183

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 (305) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +13 -0
  3. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  4. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  5. package/coverage/ExternalLink/index.html +1 -1
  6. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  7. package/coverage/ExternalLink/props/index.html +1 -1
  8. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  9. package/coverage/IconButton/IconButton.js.html +1 -1
  10. package/coverage/IconButton/IconButton.module.css.html +2 -5
  11. package/coverage/IconButton/index.html +1 -1
  12. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  13. package/coverage/IconButton/props/index.html +1 -1
  14. package/coverage/IconButton/props/propTypes.js.html +1 -1
  15. package/coverage/Image/Image.js.html +1 -1
  16. package/coverage/Image/Image.module.css.html +1 -1
  17. package/coverage/Image/index.html +1 -1
  18. package/coverage/Image/props/defaultProps.js.html +1 -1
  19. package/coverage/Image/props/index.html +1 -1
  20. package/coverage/Image/props/propTypes.js.html +1 -1
  21. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  22. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  23. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  26. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  27. package/coverage/coverage-final.json +16 -16
  28. package/coverage/coverage-summary.json +16 -16
  29. package/coverage/index.html +1 -1
  30. package/es/ActionButton/ActionButton.module.css +51 -4
  31. package/es/AlphabeticList/AlphabeticList.module.css +0 -2
  32. package/es/AttachmentViewer/AttachmentViewer.module.css +0 -2
  33. package/es/ChannelIcon/ChannelIcon.module.css +9 -4
  34. package/es/FormAction/FormAction.module.css +18 -1
  35. package/es/FreezeLayer/FreezeLayer.js +1 -1
  36. package/es/IconButton/IconButton.module.css +0 -1
  37. package/es/TagWithIcon/TagWithIcon.module.css +0 -3
  38. package/es/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
  39. package/es/common/dot_boxShadow.module.css +2 -0
  40. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +8 -0
  41. package/es/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  42. package/es/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  43. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
  44. package/es/form/fields/RadioField/RadioField.js +3 -0
  45. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +4 -3
  46. package/es/form/fields/TextareaField/TextareaField.js +2 -0
  47. package/es/form/fields/TextareaField/props/propTypes.js +1 -0
  48. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
  49. package/es/layout/SubtabLayout/SubtabLayout.module.css +0 -2
  50. package/es/list/Comment/Comment.module.css +0 -1
  51. package/es/list/DepartmentDropDown/DepartmentDropDown.js +9 -3
  52. package/es/list/DepartmentDropDown/props/defaultProps.js +2 -1
  53. package/es/list/DepartmentDropDown/props/propTypes.js +2 -1
  54. package/es/list/Dot/Dot.module.css +0 -1
  55. package/es/list/ListLayout/ListLayout.module.css +0 -6
  56. package/es/list/Subject/Subject.module.css +8 -1
  57. package/es/list/Thread/Thread.module.css +0 -1
  58. package/es/list/status/StatusListItem/StatusListItem.module.css +35 -5
  59. package/es/lookup/Lookup/Lookup.js +3 -2
  60. package/es/lookup/Lookup/Lookup.module.css +4 -1
  61. package/es/lookup/Lookup/props/propTypes.js +3 -2
  62. package/es/lookup/header/TicketHeader/TicketHeader.js +88 -73
  63. package/es/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  64. package/es/lookup/header/TicketHeader/props/propTypes.js +2 -1
  65. package/es/v1/ActionButton/ActionButton.js +1 -1
  66. package/es/v1/AttachmentViewer/AttachmentViewer.js +2 -2
  67. package/es/v1/Drawer/Drawer.js +2 -2
  68. package/es/v1/FlipCard/FlipCard.js +1 -1
  69. package/es/v1/FreezeLayer/FreezeLayer.js +2 -2
  70. package/es/v1/Loader/Loader.js +1 -1
  71. package/es/v1/ToastMessage/ToastMessage.js +2 -2
  72. package/es/v1/alert/AlertLookup/AlertLookup.js +1 -1
  73. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +1 -1
  74. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +11 -3
  75. package/es/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  76. package/es/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  77. package/es/v1/form/fields/CurrencyField/CurrencyField.js +1 -1
  78. package/es/v1/form/fields/DateField/DateField.js +1 -1
  79. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +1 -1
  80. package/es/v1/form/fields/RadioField/RadioField.js +3 -0
  81. package/es/v1/form/fields/SelectField/SelectField.js +1 -1
  82. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +1 -1
  83. package/es/v1/form/fields/TextBoxField/TextBoxField.js +1 -1
  84. package/es/v1/form/fields/TextareaField/TextareaField.js +3 -1
  85. package/es/v1/form/fields/TextareaField/props/propTypes.js +1 -0
  86. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  87. package/es/v1/list/status/StatusListItem/StatusListItem.js +1 -1
  88. package/es/v1/lookup/Lookup/Lookup.js +3 -2
  89. package/es/v1/lookup/Lookup/props/propTypes.js +3 -2
  90. package/es/v1/lookup/header/TicketHeader/TicketHeader.js +30 -12
  91. package/es/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  92. package/es/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
  93. package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  94. package/es/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
  95. package/es/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
  96. package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
  97. package/es/version2/GlobalNotification/GlobalNotification.module.css +0 -4
  98. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +0 -1
  99. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +0 -2
  100. package/lib/ActionButton/ActionButton.module.css +51 -4
  101. package/lib/AlphabeticList/AlphabeticList.module.css +0 -2
  102. package/lib/AttachmentViewer/AttachmentViewer.module.css +0 -2
  103. package/lib/ChannelIcon/ChannelIcon.module.css +9 -4
  104. package/lib/FormAction/FormAction.module.css +18 -1
  105. package/lib/FreezeLayer/FreezeLayer.js +1 -1
  106. package/lib/IconButton/IconButton.module.css +0 -1
  107. package/lib/TagWithIcon/TagWithIcon.module.css +0 -3
  108. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
  109. package/lib/common/dot_boxShadow.module.css +2 -0
  110. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +8 -0
  111. package/lib/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  112. package/lib/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  113. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
  114. package/lib/form/fields/RadioField/RadioField.js +3 -0
  115. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +5 -3
  116. package/lib/form/fields/TextareaField/TextareaField.js +2 -0
  117. package/lib/form/fields/TextareaField/props/propTypes.js +1 -0
  118. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
  119. package/lib/layout/SubtabLayout/SubtabLayout.module.css +0 -2
  120. package/lib/list/Comment/Comment.module.css +0 -1
  121. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +8 -3
  122. package/lib/list/DepartmentDropDown/props/defaultProps.js +2 -1
  123. package/lib/list/DepartmentDropDown/props/propTypes.js +1 -1
  124. package/lib/list/Dot/Dot.module.css +0 -1
  125. package/lib/list/ListLayout/ListLayout.module.css +0 -6
  126. package/lib/list/Subject/Subject.module.css +8 -1
  127. package/lib/list/Thread/Thread.module.css +0 -1
  128. package/lib/list/status/StatusListItem/StatusListItem.module.css +35 -5
  129. package/lib/lookup/Lookup/Lookup.js +3 -2
  130. package/lib/lookup/Lookup/Lookup.module.css +4 -1
  131. package/lib/lookup/Lookup/props/propTypes.js +3 -2
  132. package/lib/lookup/header/TicketHeader/TicketHeader.js +93 -106
  133. package/lib/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  134. package/lib/lookup/header/TicketHeader/props/propTypes.js +2 -1
  135. package/lib/v1/ActionButton/ActionButton.js +1 -1
  136. package/lib/v1/AttachmentViewer/AttachmentViewer.js +2 -2
  137. package/lib/v1/Drawer/Drawer.js +2 -2
  138. package/lib/v1/FlipCard/FlipCard.js +1 -1
  139. package/lib/v1/FreezeLayer/FreezeLayer.js +2 -2
  140. package/lib/v1/Loader/Loader.js +1 -1
  141. package/lib/v1/ToastMessage/ToastMessage.js +2 -2
  142. package/lib/v1/alert/AlertLookup/AlertLookup.js +1 -1
  143. package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +1 -1
  144. package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +11 -3
  145. package/lib/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  146. package/lib/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  147. package/lib/v1/form/fields/CurrencyField/CurrencyField.js +1 -1
  148. package/lib/v1/form/fields/DateField/DateField.js +1 -1
  149. package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +1 -1
  150. package/lib/v1/form/fields/RadioField/RadioField.js +3 -0
  151. package/lib/v1/form/fields/SelectField/SelectField.js +1 -1
  152. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +1 -1
  153. package/lib/v1/form/fields/TextBoxField/TextBoxField.js +1 -1
  154. package/lib/v1/form/fields/TextareaField/TextareaField.js +3 -1
  155. package/lib/v1/form/fields/TextareaField/props/propTypes.js +1 -0
  156. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  157. package/lib/v1/list/status/StatusListItem/StatusListItem.js +1 -1
  158. package/lib/v1/lookup/Lookup/Lookup.js +3 -2
  159. package/lib/v1/lookup/Lookup/props/propTypes.js +3 -2
  160. package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +37 -12
  161. package/lib/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  162. package/lib/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
  163. package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  164. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
  165. package/lib/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
  166. package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
  167. package/lib/version2/GlobalNotification/GlobalNotification.module.css +0 -4
  168. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +0 -1
  169. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +0 -2
  170. package/package.json +12 -13
  171. package/result.json +1 -1
  172. package/es/v1/DotWrapper/DotWrapper.js +0 -39
  173. package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -1
  174. package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -1
  175. package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -1
  176. package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -1
  177. package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -1
  178. package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -1
  179. package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -1
  180. package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -1
  181. package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -1
  182. package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -24
  183. package/es/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -1
  184. package/es/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -1
  185. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
  186. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
  187. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
  188. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
  189. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
  190. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
  191. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
  192. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
  193. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
  194. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
  195. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
  196. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
  197. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
  198. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
  199. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
  200. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
  201. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
  202. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
  203. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
  204. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
  205. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
  206. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
  207. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
  208. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
  209. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
  210. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
  211. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
  212. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
  213. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
  214. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
  215. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
  216. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
  217. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
  218. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
  219. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
  220. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
  221. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
  222. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
  223. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
  224. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
  225. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
  226. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
  227. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
  228. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
  229. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
  230. package/es/v1/DotWrapper/props/defaultProps.js +0 -6
  231. package/es/v1/DotWrapper/props/propTypes.js +0 -9
  232. package/es/v1/DotWrapper/utils/appearanceProperties.js +0 -46
  233. package/es/v1/DotWrapper/utils/errorMessage.js +0 -7
  234. package/es/v1/DotWrapper/utils/importFiles.js +0 -28
  235. package/es/v1/DotWrapper/utils/sizeProperties.js +0 -12
  236. package/es/v1/DotWrapper/utils/themeProperties.js +0 -220
  237. package/es/v1/Provider/Config.js +0 -20
  238. package/lib/v1/DotWrapper/DotWrapper.js +0 -64
  239. package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -3
  240. package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -3
  241. package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -3
  242. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -3
  243. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -3
  244. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -3
  245. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -3
  246. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -3
  247. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -3
  248. package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -43
  249. package/lib/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -3
  250. package/lib/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -3
  251. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
  252. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
  253. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
  254. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
  255. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
  256. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
  257. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
  258. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
  259. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
  260. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
  261. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
  262. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
  263. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
  264. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
  265. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
  266. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
  267. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
  268. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
  269. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
  270. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
  271. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
  272. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
  273. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
  274. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
  275. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
  276. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
  277. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
  278. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
  279. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
  280. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
  281. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
  282. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
  283. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
  284. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
  285. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
  286. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
  287. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
  288. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
  289. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
  290. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
  291. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
  292. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
  293. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
  294. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
  295. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
  296. package/lib/v1/DotWrapper/props/defaultProps.js +0 -13
  297. package/lib/v1/DotWrapper/props/propTypes.js +0 -20
  298. package/lib/v1/DotWrapper/utils/appearanceProperties.js +0 -79
  299. package/lib/v1/DotWrapper/utils/errorMessage.js +0 -14
  300. package/lib/v1/DotWrapper/utils/importFiles.js +0 -35
  301. package/lib/v1/DotWrapper/utils/sizeProperties.js +0 -31
  302. package/lib/v1/DotWrapper/utils/themeProperties.js +0 -325
  303. package/lib/v1/Provider/Config.js +0 -29
  304. /package/es/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
  305. /package/lib/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
@@ -3,121 +3,163 @@
3
3
  --buttonBorder: var(--zdt_actionButton_primary_border);
4
4
  --buttonSeparatorBorder: var(--zdt_actionButton_separator_border);
5
5
  }
6
+
6
7
  .container {
7
8
  composes: varClass;
8
9
  }
10
+
9
11
  .container:hover {
10
12
  --buttonSeparatorBorder: var(--zdt_actionButton_separator_hover_border);
11
13
  }
14
+
12
15
  .primaryFilledBox {
13
16
  --buttonText: var(--zdt_actionButton_primaryFilled_text);
14
17
  }
15
- .primaryFilledBtn, .primaryFilledArw {
18
+
19
+ .primaryFilledBtn,
20
+ .primaryFilledArw {
16
21
  /* css:theme-validation:ignore */
22
+ }
23
+
24
+ .primaryFilledBtn, .primaryFilledArw {
17
25
  background-color: var(--buttonBg);
18
26
  }
27
+
19
28
  .primaryBox {
20
29
  --buttonText: var(--zdt_actionButton_primary_text);
21
30
  }
22
- .primaryBtn, .primaryArw {
31
+
32
+ .primaryBtn,
33
+ .primaryArw {
23
34
  /* css:theme-validation:ignore */
35
+ }
36
+
37
+ .primaryBtn, .primaryArw {
24
38
  border: 1px solid var(--buttonBorder);
25
39
  }
40
+
26
41
  [dir=ltr] .primaryBtn {
27
42
  border-right: none;
28
43
  }
44
+
29
45
  [dir=rtl] .primaryBtn {
30
46
  border-left: none;
31
47
  }
48
+
32
49
  .contentBox,
33
50
  .arrowWrapper {
34
51
  transition: width var(--zd_transition3), padding var(--zd_transition3), background-color var(--zd_transition2), border-color var(--zd_transition2);
35
52
  }
53
+
36
54
  .contentBox, .arrowWrapper {
37
55
  margin: 0 ;
38
56
  }
57
+
39
58
  .clickable {
40
59
  cursor: pointer;
41
60
  }
61
+
42
62
  [dir=ltr] .contentBoxBdr {
43
63
  border-radius: var(--zd_size4) 0 0 var(--zd_size4);
44
64
  }
65
+
45
66
  [dir=rtl] .contentBoxBdr {
46
67
  border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
47
68
  }
69
+
48
70
  .contentBoxBdrRds {
49
71
  border-radius: var(--zd_size4);
50
72
  }
73
+
51
74
  .small {
52
75
  height: var(--zd_size28) ;
53
76
  }
77
+
54
78
  .medium,
55
79
  .large {
56
80
  height: var(--zd_size30) ;
57
81
  }
82
+
58
83
  .medium {
59
84
  min-width: var(--zd_size115) ;
60
85
  }
86
+
61
87
  .large {
62
88
  min-width: var(--zd_size135) ;
63
89
  }
90
+
64
91
  .small_btnBox {
65
92
  padding: 0 var(--zd_size8) ;
66
93
  }
94
+
67
95
  .medium_btnBox, .large_btnBox {
68
96
  padding: 0 var(--zd_size10) ;
69
97
  }
98
+
70
99
  .txt {
71
100
  font-size: var(--zd_font_size13) ;
72
101
  font-family: var(--zd_semibold);
73
102
  text-transform: capitalize;
74
103
  }
104
+
75
105
  .subTxt {
76
106
  font-size: var(--zd_font_size10) ;
77
107
  }
108
+
78
109
  .contentwrapper,
79
110
  .txt,
80
111
  .subTxt {
81
112
  max-width: 100% ;
82
113
  }
114
+
83
115
  .txt,
84
116
  .subTxt {
85
117
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
86
118
  /* css:theme-validation:ignore */
87
119
  color: var(--buttonText);
88
120
  }
121
+
89
122
  .arrowWrapper {
90
123
  position: relative;
91
124
  composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
92
125
  cursor: pointer;
93
126
  }
127
+
94
128
  [dir=ltr] .arrowWrapper {
95
129
  border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
96
130
  }
131
+
97
132
  [dir=rtl] .arrowWrapper {
98
133
  border-radius: var(--zd_size4) 0 0 var(--zd_size4);
99
134
  }
135
+
100
136
  .primaryFilledArw {
101
137
  /* css:theme-validation:ignore */
102
138
  }
139
+
103
140
  [dir=ltr] .primaryFilledArw {
104
141
  border-left: 1px solid var(--buttonSeparatorBorder);
105
142
  }
143
+
106
144
  [dir=rtl] .primaryFilledArw {
107
- border-right: 1px solid var(--buttonSeparatorBorder);
145
+ border-right: 1px solid var(--buttonSeparatorBorder);
108
146
  }
147
+
109
148
  .small_arrowBox {
110
149
  width: var(--zd_size20) ;
111
150
  }
151
+
112
152
  .medium_arrowBox {
113
153
  width: var(--zd_size26) ;
114
154
  }
155
+
115
156
  .primaryFilledArw:hover,
116
157
  .primaryFilledArw.arrowActive,
117
158
  .clickable.primaryFilledBtn:hover,
118
159
  .wholeDiv.primaryFilledBox:hover {
119
160
  --buttonBg: var(--zdt_actionButton_primaryFilled_hover_bg);
120
161
  }
162
+
121
163
  .primaryArw:hover,
122
164
  .primaryArw.arrowActive,
123
165
  .clickable.primaryBtn:hover,
@@ -125,22 +167,27 @@
125
167
  --buttonBorder: var(--zdt_actionButton_primary_hover_border);
126
168
  --buttonText: var(--zdt_actionButton_primary_hover_text);
127
169
  }
170
+
128
171
  .btn {
129
172
  height: 100% ;
130
173
  width: 100% ;
131
174
  }
175
+
132
176
  .popupWrapper {
133
177
  padding: var(--zd_size10) 0 ;
134
178
  margin: var(--zd_size5) 0 ;
135
179
  }
180
+
136
181
  .arrow,
137
182
  .iconClr {
138
183
  /* css:theme-validation:ignore */
139
184
  color: var(--buttonText);
140
185
  }
186
+
141
187
  [dir=ltr] .iconMrgn {
142
188
  margin-right: var(--zd_size6) ;
143
189
  }
190
+
144
191
  [dir=rtl] .iconMrgn {
145
192
  margin-left: var(--zd_size6) ;
146
- }
193
+ }
@@ -33,7 +33,6 @@
33
33
  .list {
34
34
  font-size: var(--zd_font_size11) ;
35
35
  flex-basis: var(--zd_size12) ;
36
- /* css:theme-validation:ignore */
37
36
  color: var(--textColor);
38
37
  text-align: center;
39
38
  cursor: pointer;
@@ -50,7 +49,6 @@
50
49
  }
51
50
  .list :hover,
52
51
  .selected {
53
- /* css:theme-validation:ignore */
54
52
  color: var(--textHoverColor);
55
53
  }
56
54
  .title {
@@ -154,7 +154,6 @@
154
154
  .imgItem {
155
155
  height: var(--zd_size60) ;
156
156
  min-width: var(--zd_size40) ;
157
- /* css:theme-validation:ignore */
158
157
  position: relative;
159
158
  transition: border var(--zd_transition3);
160
159
  border-width: 2px;
@@ -346,7 +345,6 @@
346
345
  }
347
346
 
348
347
  .btn {
349
- /* css:theme-validation:ignore */
350
348
  height: 100% ;
351
349
  width: 100% ;
352
350
  background-color: var(--dot_mirror);
@@ -4,12 +4,14 @@
4
4
  --topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
5
5
  --topIconBorderColor: var(--zdt_channelIcon_topIcon_border);
6
6
  }
7
+
7
8
  .container {
8
9
  position: relative;
9
10
  composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
10
11
  vertical-align: middle;
11
12
  composes: varClass;
12
13
  }
14
+
13
15
  .thread {
14
16
  composes: dflex alignVertical alignHorizontal rounded from '~@zohodesk/components/lib/common/common.module.css';
15
17
  position: absolute;
@@ -19,19 +21,21 @@
19
21
  /* css:theme-validation:ignore */
20
22
  background-color: var(--topIconBg);
21
23
  }
24
+
22
25
  [dir=ltr] .thread {
23
26
  right: calc( var(--zd_size1) * -1 ) ;
24
27
  }
28
+
25
29
  [dir=rtl] .thread {
26
30
  left: calc( var(--zd_size1) * -1 ) ;
27
31
  }
32
+
28
33
  .threadBorder {
29
- /* css:theme-validation:ignore */
30
34
  border: 1px solid var(--topIconBorderColor);
31
35
  }
36
+
32
37
  .iconStyle {
33
38
  position: relative;
34
- /* css:theme-validation:ignore */
35
39
  color: var(--iconColor);
36
40
  }
37
41
 
@@ -212,10 +216,11 @@
212
216
  .topic_olive {
213
217
  --topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
214
218
  }
219
+
215
220
  .topic_yellow3 {
216
221
  --topIconColor: var(--zdt_channelIcon_topIcon_iconYellow);
217
222
  }
223
+
218
224
  .topicIcon {
219
- /* css:theme-validation:ignore */
220
225
  color: var(--topIconColor);
221
- }
226
+ }
@@ -2,11 +2,13 @@
2
2
  --footerBg: var(--zdt_formAction_bg);
3
3
  --footerBorder: var(--zdt_formAction_border);
4
4
  }
5
+
5
6
  .wrapperDiv {
6
7
  position: relative;
7
8
  z-index: 1;
8
9
  composes: varClass;
9
10
  }
11
+
10
12
  .footerParent {
11
13
  position: relative;
12
14
  /* css:theme-validation:ignore */
@@ -14,14 +16,17 @@
14
16
  background-color: var(--footerBg);
15
17
  border-top: solid 1px var(--footerBorder);
16
18
  }
19
+
17
20
  .largeFooter {
18
21
  padding-top: var(--zd_size24) ;
19
22
  padding-bottom: var(--zd_size24) ;
20
23
  }
24
+
21
25
  .mediumFooter {
22
26
  padding-top: var(--zd_size20) ;
23
27
  padding-bottom: var(--zd_size20) ;
24
28
  }
29
+
25
30
  .smallFooter {
26
31
  padding-top: var(--zd_size10) ;
27
32
  padding-bottom: var(--zd_size10) ;
@@ -34,27 +39,35 @@
34
39
  [dir=rtl] .largePadding {
35
40
  padding-right: var(--zd_size60) ;
36
41
  }
42
+
37
43
  [dir=ltr] .mediumPadding {
38
44
  padding-left: var(--zd_size50) ;
39
45
  }
46
+
40
47
  [dir=rtl] .mediumPadding {
41
48
  padding-right: var(--zd_size50) ;
42
49
  }
50
+
43
51
  [dir=ltr] .xmediumPadding {
44
52
  padding-left: var(--zd_size30) ;
45
53
  }
54
+
46
55
  [dir=rtl] .xmediumPadding {
47
56
  padding-right: var(--zd_size30) ;
48
57
  }
58
+
49
59
  [dir=ltr] .smallPadding {
50
60
  padding-left: var(--zd_size25) ;
51
61
  }
62
+
52
63
  [dir=rtl] .smallPadding {
53
64
  padding-right: var(--zd_size25) ;
54
65
  }
66
+
55
67
  [dir=ltr] .xsmallPadding {
56
68
  padding-left: var(--zd_size20) ;
57
69
  }
70
+
58
71
  [dir=rtl] .xsmallPadding {
59
72
  padding-right: var(--zd_size20) ;
60
73
  }
@@ -62,15 +75,19 @@
62
75
  .marginRight {
63
76
  composes: dinblk from '~@zohodesk/components/lib/common/common.module.css';
64
77
  }
78
+
65
79
  [dir=ltr] .largeFooter .marginRight, [dir=ltr] .mediumFooter .marginRight {
66
80
  margin-right: var(--zd_size15) ;
67
81
  }
82
+
68
83
  [dir=rtl] .largeFooter .marginRight, [dir=rtl] .mediumFooter .marginRight {
69
84
  margin-left: var(--zd_size15) ;
70
85
  }
86
+
71
87
  [dir=ltr] .smallFooter .marginRight {
72
88
  margin-right: var(--zd_size12) ;
73
89
  }
90
+
74
91
  [dir=rtl] .smallFooter .marginRight {
75
92
  margin-left: var(--zd_size12) ;
76
93
  }
@@ -81,4 +98,4 @@
81
98
 
82
99
  [dir=rtl] .marginRight:last-child {
83
100
  margin-left: 0 ;
84
- }
101
+ }
@@ -6,7 +6,7 @@ import { mergeStyle } from '@zohodesk/utils';
6
6
  import VelocityAnimationGroup from '@zohodesk/components/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup';
7
7
  import { useZIndex } from '@zohodesk/components/lib/Provider/ZindexProvider';
8
8
  import cssJSLogic from './css/cssJSLogic';
9
- import useFreezeLayer from './useFreezeLayer';
9
+ import useFreezeLayer from '../Hooks/useFreezeLayer';
10
10
  import style from './css/FreezeLayer.module.css';
11
11
  export default function FreezeLayer(props) {
12
12
  let {
@@ -6,7 +6,6 @@
6
6
  width: var(--zd_size28) ;
7
7
  composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
8
8
  composes: varClass;
9
- /* css:theme-validation:ignore */
10
9
  color: var(--iconColor);
11
10
  cursor: pointer;
12
11
  }
@@ -8,15 +8,12 @@
8
8
 
9
9
  .wrapper {
10
10
  composes: varClass;
11
- /* css:theme-validation:ignore */
12
- /* css:theme-validation:ignore */
13
11
  color: var(--tag_text_color);
14
12
  background-color: var(--tag_bg_color);
15
13
  }
16
14
 
17
15
  .small,
18
16
  .large {
19
- /* css:theme-validation:ignore */
20
17
  max-width: 100% ;
21
18
  height: var(--zd_size18) ;
22
19
  }
@@ -6,16 +6,11 @@
6
6
  .container {
7
7
  vertical-align: middle;
8
8
  composes: varClass;
9
- /* css:theme-validation:ignore */
10
9
  border-width: 1px;
11
10
  border-style: solid;
12
11
  border-radius: 50%;
13
12
  border-color: var(--border_color)
14
13
  }
15
- .borderOnHover:hover,
16
- .borderOnActive {
17
- /* css:theme-validation:ignore */
18
- }
19
14
  .borderOnHover:hover, .borderOnActive {
20
15
  border-color: var(--border_hoverColor)
21
16
  }
@@ -40,7 +35,6 @@
40
35
  --border_hoverColor: var(--zdt_avatarIcon_danger_hover_border);
41
36
  }
42
37
  .iconColor {
43
- /* css:theme-validation:ignore */
44
38
  color: var(--icon_color);
45
39
  }
46
40
  .icon_danger {
@@ -35,4 +35,6 @@
35
35
 
36
36
  /* desktop notification */
37
37
  --zd_bs_desktopnotification_container: var(--zd_bs_contrast_outline, 0 4px 20px var(--zdt_desktopnotification_box_shadow));
38
+
39
+
38
40
  }
@@ -522,6 +522,10 @@ export class ToggleDropDown extends Component {
522
522
  getFooter,
523
523
  customProps,
524
524
  needMultiLineText,
525
+ isAbsolutePositioningNeeded,
526
+ positionsOffset,
527
+ targetOffset,
528
+ isRestrictScroll,
525
529
  customClass
526
530
  } = this.props;
527
531
  let {
@@ -624,6 +628,10 @@ export class ToggleDropDown extends Component {
624
628
  palette: palette,
625
629
  isResponsivePadding: true,
626
630
  needFocusScope: true,
631
+ isAbsolutePositioningNeeded: isAbsolutePositioningNeeded,
632
+ positionsOffset: positionsOffset,
633
+ targetOffset: targetOffset,
634
+ isRestrictScroll: isRestrictScroll,
627
635
  customProps: {
628
636
  focusScopeProps: {
629
637
  loadNextOptions: this.handleGetNextOptions,
@@ -23,5 +23,7 @@ export const defaultProps = {
23
23
  preventPopupClose: false,
24
24
  dataSelectorId: 'toggleDropdown',
25
25
  needMultiLineText: false,
26
+ isAbsolutePositioningNeeded: true,
27
+ isRestrictScroll: false,
26
28
  customClass: {}
27
29
  };
@@ -74,6 +74,10 @@ export const propTypes = {
74
74
  customListBox: PropTypes.string
75
75
  }),
76
76
  onSelectLabel: PropTypes.func,
77
+ isAbsolutePositioningNeeded: PropTypes.bool,
78
+ isRestrictScroll: PropTypes.bool,
79
+ positionsOffset: PropTypes.object,
80
+ targetOffset: PropTypes.object,
77
81
  from: PropTypes.string,
78
82
  top: PropTypes.number
79
83
  };
@@ -21,7 +21,6 @@
21
21
  }
22
22
  .title {
23
23
  font-family: var(--zd_semibold);
24
- /* css:theme-validation:ignore */
25
24
  color: var(--titleColor);
26
25
  word-wrap: break-word;
27
26
  }
@@ -33,7 +32,6 @@
33
32
  }
34
33
  .linkWrapper,
35
34
  .linkDescWrapper {
36
- /* css:theme-validation:ignore */
37
35
  color: var(--descriptionColor);
38
36
  }
39
37
  .small .linkWrapper,
@@ -69,13 +67,11 @@
69
67
  line-height: 1.358;
70
68
  }
71
69
  .link {
72
- /* css:theme-validation:ignore */
73
70
  color: var(--linkColor);
74
71
  display: inline-block;
75
72
  cursor: pointer;
76
73
  }
77
74
  .link:hover {
78
- /* css:theme-validation:ignore */
79
75
  color: var(--linkHoverColor);
80
76
  }
81
77
  .children {
@@ -76,6 +76,7 @@ export default class RadioField extends PureComponent {
76
76
  text,
77
77
  value,
78
78
  disabled = false,
79
+ tooltip,
79
80
  infoTooltip
80
81
  } = option;
81
82
  return /*#__PURE__*/React.createElement("span", {
@@ -90,6 +91,8 @@ export default class RadioField extends PureComponent {
90
91
  labelSize: labelSize,
91
92
  active: isActive,
92
93
  disabled: disabled || isDisabled,
94
+ disabledTitle: tooltip,
95
+ title: tooltip,
93
96
  onChange: this.handleChange,
94
97
  size: size,
95
98
  checked: selectedValue == value,
@@ -162,7 +162,8 @@ export default class TagsMultiSelect extends React.Component {
162
162
  const {
163
163
  TextBoxIconProps = {},
164
164
  TagWrapperProps = {},
165
- TagProps = {}
165
+ TagProps = {},
166
+ listProps = {}
166
167
  } = customProps;
167
168
  return /*#__PURE__*/React.createElement("div", {
168
169
  className: `${style.container} ${!isReadOnly ? ` ${needBorder ? style.hasBorder : ''}
@@ -274,7 +275,7 @@ export default class TagsMultiSelect extends React.Component {
274
275
  isNew,
275
276
  listItemProps
276
277
  } = item;
277
- return /*#__PURE__*/React.createElement(React.Fragment, null, searchList.length > 1 && isNew ? /*#__PURE__*/React.createElement(DropDownSeparator, null) : null, /*#__PURE__*/React.createElement(ListItem, {
278
+ return /*#__PURE__*/React.createElement(React.Fragment, null, searchList.length > 1 && isNew ? /*#__PURE__*/React.createElement(DropDownSeparator, null) : null, /*#__PURE__*/React.createElement(ListItem, _extends({
278
279
  key: index,
279
280
  index: index,
280
281
  autoHover: true,
@@ -287,7 +288,7 @@ export default class TagsMultiSelect extends React.Component {
287
288
  isDisabled: listDisabled,
288
289
  customProps: listItemProps,
289
290
  customClass: listItemClass
290
- }, isNew ? /*#__PURE__*/React.createElement(Container, {
291
+ }, listProps), isNew ? /*#__PURE__*/React.createElement(Container, {
291
292
  alignBox: "row",
292
293
  align: "vertical"
293
294
  }, /*#__PURE__*/React.createElement(Box, {
@@ -77,6 +77,7 @@ export default class TextareaField extends PureComponent {
77
77
  validationRuleMessage,
78
78
  validationRulePalette,
79
79
  // onKeyDown,
80
+ onFocus,
80
81
  infoText,
81
82
  borderColor,
82
83
  fieldSize,
@@ -126,6 +127,7 @@ export default class TextareaField extends PureComponent {
126
127
  text: value,
127
128
  placeHolder: placeHolder,
128
129
  dataId: `property(${dataId})`,
130
+ onFocus: onFocus,
129
131
  onBlur: this.handleBlur,
130
132
  borderColor: borderColor,
131
133
  needEffect: isReadOnly || isDisabled ? false : true,
@@ -12,6 +12,7 @@ export const propTypes = {
12
12
  labelName: PropTypes.string,
13
13
  labelPalette: PropTypes.string,
14
14
  maxLength: PropTypes.number,
15
+ onFocus: PropTypes.func,
15
16
  onBlur: PropTypes.func,
16
17
  onChange: PropTypes.func,
17
18
  placeHolder: PropTypes.string,
@@ -5,7 +5,6 @@
5
5
  display: inline;
6
6
  }
7
7
  .icon{
8
- /* css:theme-validation:ignore */
9
8
  color:var(--label_text_color);
10
9
  display: inline-block;
11
10
  margin: 0 var(--zd_size5) ;
@@ -48,7 +48,6 @@
48
48
  }
49
49
 
50
50
  .tertiary_borderStyle {
51
- /* css:theme-validation:ignore */
52
51
  border-bottom: 1px solid var(--borderColor);
53
52
  }
54
53
 
@@ -150,7 +149,6 @@
150
149
 
151
150
  .footer {
152
151
  composes: varClass;
153
- /* css:theme-validation:ignore */
154
152
  border-top: 1px solid var(--borderColor);
155
153
  }
156
154
 
@@ -5,7 +5,6 @@
5
5
  composes: varClass;
6
6
  composes: inlineBlockMiddle from '../listCommon.module.css';
7
7
  position: relative;
8
- /* css:theme-validation:ignore */
9
8
  color: var(--icon_color);
10
9
  padding: 0 var(--zd_size2) ;
11
10
  cursor: pointer;
@@ -1,3 +1,5 @@
1
+ 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); }
2
+
1
3
  import React, { Component } from 'react';
2
4
  import { defaultProps } from './props/defaultProps';
3
5
  import { propTypes } from './props/propTypes';
@@ -48,15 +50,19 @@ class DepartmentDropDown extends Component {
48
50
  onSearch,
49
51
  needSearchFetching,
50
52
  searchStr,
51
- i18nKeys
53
+ i18nKeys,
54
+ customProps
52
55
  } = this.props;
56
+ const {
57
+ toggleDropDownProps = {}
58
+ } = customProps;
53
59
  let {
54
60
  title = 'Move Department',
55
61
  searchEmptyText = 'No results found',
56
62
  searchErrorText = 'No results',
57
63
  placeholder = 'Search Department'
58
64
  } = i18nKeys;
59
- return /*#__PURE__*/React.createElement(ToggleDropDown, {
65
+ return /*#__PURE__*/React.createElement(ToggleDropDown, _extends({
60
66
  title: title,
61
67
  options: departmentList,
62
68
  value: /*#__PURE__*/React.createElement(DepartmentText, {
@@ -85,7 +91,7 @@ class DepartmentDropDown extends Component {
85
91
  isNextOptions: isNextOptions,
86
92
  onSearch: onSearch,
87
93
  needSearchFetching: needSearchFetching
88
- });
94
+ }, toggleDropDownProps));
89
95
  }
90
96
 
91
97
  }
@@ -3,5 +3,6 @@ export const defaultProps = {
3
3
  isPopupActive: true,
4
4
  isNextOptions: false,
5
5
  searchStr: '',
6
- i18nKeys: {}
6
+ i18nKeys: {},
7
+ customProps: {}
7
8
  };
@@ -20,5 +20,6 @@ export const propTypes = {
20
20
  searchEmptyText: PropTypes.string,
21
21
  searchErrorText: PropTypes.string,
22
22
  placeholder: PropTypes.string
23
- })
23
+ }),
24
+ customProps: PropTypes.string
24
25
  };
@@ -4,7 +4,6 @@
4
4
  .dot {
5
5
  composes: varClass;
6
6
  font-size: var(--zd_font_size16) ;
7
- /* css:theme-validation:ignore */
8
7
  color: var(--dotColor);
9
8
  transform: perspective(1px);
10
9
  }