@zohodesk/components 1.0.0-temp-206.5 → 1.0.0-temp-207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (347) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +9 -0
  3. package/es/Accordion/Accordion.js +2 -2
  4. package/es/Accordion/AccordionItem.js +4 -4
  5. package/es/Accordion/__tests__/Accordion.spec.js +1 -1
  6. package/es/Accordion/__tests__/AccordionItem.spec.js +1 -1
  7. package/es/Accordion/index.js +2 -2
  8. package/es/Animation/Animation.js +3 -3
  9. package/es/Animation/__tests__/Animation.spec.js +1 -1
  10. package/es/Animation/utils.js +1 -1
  11. package/es/AppContainer/AppContainer.js +9 -9
  12. package/es/AppContainer/__tests__/AppContainer.spec.js +1 -1
  13. package/es/Avatar/Avatar.js +5 -5
  14. package/es/Avatar/__tests__/Avatar.spec.js +1 -1
  15. package/es/AvatarTeam/AvatarTeam.js +4 -4
  16. package/es/AvatarTeam/__tests__/AvatarTeam.spec.js +1 -1
  17. package/es/Button/Button.js +4 -4
  18. package/es/Button/__tests__/Button.spec.js +1 -1
  19. package/es/Button/index.js +2 -2
  20. package/es/Button/props/defaultProps.js +1 -1
  21. package/es/Buttongroup/Buttongroup.js +3 -3
  22. package/es/Buttongroup/__tests__/Buttongroup.spec.js +1 -1
  23. package/es/Card/Card.js +5 -5
  24. package/es/Card/__tests__/Card.spec.js +1 -1
  25. package/es/Card/index.js +4 -4
  26. package/es/CheckBox/CheckBox.js +6 -6
  27. package/es/CheckBox/__tests__/CheckBox.spec.js +1 -1
  28. package/es/DateTime/CalendarView.js +6 -6
  29. package/es/DateTime/DateTime.js +15 -15
  30. package/es/DateTime/DateTimePopupFooter.js +5 -5
  31. package/es/DateTime/DateTimePopupHeader.js +4 -4
  32. package/es/DateTime/DateWidget.js +17 -17
  33. package/es/DateTime/DaysRow.js +3 -3
  34. package/es/DateTime/Time.js +5 -5
  35. package/es/DateTime/YearView.js +6 -6
  36. package/es/DateTime/__tests__/CalendarView.spec.js +1 -1
  37. package/es/DateTime/__tests__/DateTime.spec.js +1 -1
  38. package/es/DateTime/__tests__/DateTimePopupFooter.spec.js +1 -1
  39. package/es/DateTime/__tests__/DateTimePopupHeader.spec.js +1 -1
  40. package/es/DateTime/__tests__/DateWidget.spec.js +1 -1
  41. package/es/DateTime/__tests__/DaysRow.spec.js +1 -1
  42. package/es/DateTime/__tests__/Time.spec.js +1 -1
  43. package/es/DateTime/__tests__/YearView.spec.js +1 -1
  44. package/es/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +1 -1
  45. package/es/DateTime/__tests__/__snapshots__/DateTimePopupHeader.spec.js.snap +1 -1
  46. package/es/DateTime/__tests__/__snapshots__/YearView.spec.js.snap +1 -1
  47. package/es/DateTime/dateFormatUtils/dateFormat.js +4 -4
  48. package/es/DateTime/dateFormatUtils/dayChange.js +2 -2
  49. package/es/DateTime/dateFormatUtils/index.js +3 -3
  50. package/es/DateTime/dateFormatUtils/monthChange.js +2 -2
  51. package/es/DateTime/dateFormatUtils/timeChange.js +2 -2
  52. package/es/DateTime/dateFormatUtils/yearChange.js +2 -2
  53. package/es/DateTime/index.js +1 -1
  54. package/es/DateTime/props/propTypes.js +1 -1
  55. package/es/DateTime/validator.js +2 -2
  56. package/es/DropBox/DropBox.js +9 -9
  57. package/es/DropBox/DropBoxElement/DropBoxElement.js +6 -6
  58. package/es/DropBox/DropBoxElement/__tests__/DropBoxElement.spec.js +1 -1
  59. package/es/DropBox/DropBoxElement/css/cssJSLogic.js +1 -1
  60. package/es/DropBox/DropBoxElement/useDropboxPosCalc.js +1 -1
  61. package/es/DropBox/__tests__/DropBox.spec.js +1 -1
  62. package/es/DropBox/css/cssJSLogic.js +1 -1
  63. package/es/DropBox/props/defaultProps.js +1 -1
  64. package/es/DropBox/props/propTypes.js +1 -1
  65. package/es/DropBox/utils/isMobilePopover.js +1 -1
  66. package/es/DropDown/DropDown.js +4 -4
  67. package/es/DropDown/DropDownHeading.js +3 -3
  68. package/es/DropDown/DropDownItem.js +3 -3
  69. package/es/DropDown/DropDownSearch.js +4 -4
  70. package/es/DropDown/DropDownSeparator.js +2 -2
  71. package/es/DropDown/__tests__/DropDown.spec.js +1 -1
  72. package/es/DropDown/__tests__/DropDownHeading.spec.js +1 -1
  73. package/es/DropDown/__tests__/DropDownItem.spec.js +1 -1
  74. package/es/DropDown/__tests__/DropDownSearch.spec.js +1 -1
  75. package/es/DropDown/__tests__/DropDownSeparator.spec.js +1 -1
  76. package/es/DropDown/index.js +7 -7
  77. package/es/DropDown/props/propTypes.js +1 -1
  78. package/es/Heading/Heading.js +8 -5
  79. package/es/Heading/__tests__/Heading.spec.js +10 -1
  80. package/es/Heading/__tests__/__snapshots__/Heading.spec.js.snap +55 -1
  81. package/es/Heading/props/propTypes.js +2 -1
  82. package/es/Label/Label.js +4 -4
  83. package/es/Label/__tests__/Label.spec.js +1 -1
  84. package/es/Layout/Box.js +4 -4
  85. package/es/Layout/Container.js +4 -4
  86. package/es/Layout/__tests__/Box.spec.js +1 -1
  87. package/es/Layout/__tests__/Container.spec.js +1 -1
  88. package/es/Layout/index.js +2 -2
  89. package/es/ListItem/ListContainer.js +6 -6
  90. package/es/ListItem/ListItem.js +5 -5
  91. package/es/ListItem/ListItemWithAvatar.js +7 -7
  92. package/es/ListItem/ListItemWithCheckBox.js +6 -6
  93. package/es/ListItem/ListItemWithIcon.js +5 -5
  94. package/es/ListItem/ListItemWithRadio.js +6 -6
  95. package/es/ListItem/__tests__/ListContainer.spec.js +1 -1
  96. package/es/ListItem/__tests__/ListItem.spec.js +1 -1
  97. package/es/ListItem/__tests__/ListItemWithAvatar.spec.js +1 -1
  98. package/es/ListItem/__tests__/ListItemWithCheckBox.spec.js +1 -1
  99. package/es/ListItem/__tests__/ListItemWithIcon.spec.js +1 -1
  100. package/es/ListItem/__tests__/ListItemWithRadio.spec.js +1 -1
  101. package/es/ListItem/index.js +6 -6
  102. package/es/Modal/Modal.js +3 -3
  103. package/es/Modal/__tests__/Modal.spec.js +1 -1
  104. package/es/MultiSelect/AdvancedGroupMultiSelect.js +17 -17
  105. package/es/MultiSelect/AdvancedMultiSelect.js +17 -17
  106. package/es/MultiSelect/EmptyState.js +3 -3
  107. package/es/MultiSelect/MobileHeader/MobileHeader.js +5 -5
  108. package/es/MultiSelect/MobileHeader/__tests__/MobileHeader.spec.js +1 -1
  109. package/es/MultiSelect/MultiSelect.js +20 -20
  110. package/es/MultiSelect/MultiSelectHeader.js +4 -4
  111. package/es/MultiSelect/MultiSelectWithAvatar.js +16 -16
  112. package/es/MultiSelect/SelectedOptions.js +5 -5
  113. package/es/MultiSelect/Suggestions.js +6 -6
  114. package/es/MultiSelect/__tests__/AdvancedGroupMultiSelect.spec.js +1 -1
  115. package/es/MultiSelect/__tests__/AdvancedMultiSelect.spec.js +1 -1
  116. package/es/MultiSelect/__tests__/EmptyState.spec.js +1 -1
  117. package/es/MultiSelect/__tests__/MultiSelect.spec.js +1 -1
  118. package/es/MultiSelect/__tests__/MultiSelectHeader.spec.js +1 -1
  119. package/es/MultiSelect/__tests__/MultiSelectWithAvatar.spec.js +1 -1
  120. package/es/MultiSelect/__tests__/SelectedOptions.spec.js +1 -1
  121. package/es/MultiSelect/__tests__/Suggestions.spec.js +1 -1
  122. package/es/MultiSelect/index.js +4 -4
  123. package/es/MultiSelect/props/defaultProps.js +1 -1
  124. package/es/PopOver/PopOver.js +6 -6
  125. package/es/PopOver/__tests__/PopOver.spec.js +1 -1
  126. package/es/PopOver/index.js +3 -3
  127. package/es/Popup/Popup.js +3 -3
  128. package/es/Provider/AvatarSize.js +1 -1
  129. package/es/Provider/CssProvider.js +1 -1
  130. package/es/Provider/IdProvider.js +2 -2
  131. package/es/Provider/LibraryContext.js +2 -2
  132. package/es/Provider/ZindexProvider.js +2 -2
  133. package/es/Provider/index.js +4 -4
  134. package/es/Radio/Radio.js +5 -5
  135. package/es/Radio/__tests__/Radio.spec.js +1 -1
  136. package/es/Responsive/CustomResponsive.js +12 -19
  137. package/es/Responsive/RefWrapper.js +1 -2
  138. package/es/Responsive/ResizeComponent.js +2 -2
  139. package/es/Responsive/Responsive.js +6 -6
  140. package/es/Responsive/index.js +3 -3
  141. package/es/Responsive/props/propTypes.js +1 -2
  142. package/es/Responsive/utils/index.js +1 -1
  143. package/es/Responsive/windowResizeObserver.js +1 -1
  144. package/es/ResponsiveDropBox/ResponsiveDropBox.js +6 -6
  145. package/es/ResponsiveDropBox/__tests__/ResponsiveDropBox.spec.js +1 -1
  146. package/es/ResponsiveDropBox/props/propTypes.js +1 -1
  147. package/es/Ribbon/Ribbon.js +3 -3
  148. package/es/Ribbon/__tests__/Ribbon.spec.js +1 -1
  149. package/es/RippleEffect/RippleEffect.js +4 -4
  150. package/es/RippleEffect/__tests__/RippleEffect.spec.js +1 -1
  151. package/es/Select/GroupSelect.js +16 -16
  152. package/es/Select/Select.js +15 -15
  153. package/es/Select/SelectWithAvatar.js +17 -17
  154. package/es/Select/SelectWithIcon.js +13 -13
  155. package/es/Select/__tests__/GroupSelect.spec.js +1 -1
  156. package/es/Select/__tests__/Select.spec.js +1 -1
  157. package/es/Select/__tests__/SelectWithAvatar.spec.js +1 -1
  158. package/es/Select/__tests__/SelectWithIcon.spec.js +1 -1
  159. package/es/Select/index.js +4 -4
  160. package/es/Select/props/defaultProps.js +1 -1
  161. package/es/Stencils/Stencils.js +3 -3
  162. package/es/Stencils/__tests__/Stencils.spec.js +1 -1
  163. package/es/Switch/Switch.js +5 -5
  164. package/es/Switch/__tests__/Switch.spec.js +1 -1
  165. package/es/Tab/Tab.js +5 -5
  166. package/es/Tab/TabContent.js +4 -4
  167. package/es/Tab/TabContentWrapper.js +3 -3
  168. package/es/Tab/TabWrapper.js +3 -3
  169. package/es/Tab/Tabs.js +16 -16
  170. package/es/Tab/Tabs.module.css +2 -2
  171. package/es/Tab/__tests__/Tab.spec.js +1 -1
  172. package/es/Tab/__tests__/TabContent.spec.js +1 -1
  173. package/es/Tab/__tests__/TabContentWrapper.spec.js +1 -1
  174. package/es/Tab/__tests__/TabWrapper.spec.js +1 -1
  175. package/es/Tab/__tests__/Tabs.spec.js +1 -1
  176. package/es/Tab/index.js +5 -5
  177. package/es/Tab/props/propTypes.js +2 -2
  178. package/es/Tag/Tag.js +7 -7
  179. package/es/Tag/__tests__/Tag.spec.js +1 -1
  180. package/es/TextBox/TextBox.js +3 -3
  181. package/es/TextBox/__tests__/TextBox.spec.js +1 -1
  182. package/es/TextBoxIcon/TextBoxIcon.js +6 -6
  183. package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +1 -1
  184. package/es/TextBoxIcon/props/propTypes.js +1 -1
  185. package/es/Textarea/Textarea.js +154 -27
  186. package/es/Textarea/Textarea.module.css +55 -4
  187. package/es/Textarea/TextareaOne.js +349 -0
  188. package/es/Textarea/__tests__/Textarea.spec.js +1 -1
  189. package/es/Textarea/props/propTypes.js +4 -1
  190. package/es/Textarea/utils/calculateNodeHeight.js +58 -0
  191. package/es/Textarea/utils/calculateNodeHeightOne.js +66 -0
  192. package/es/Textarea/utils/debounce.js +24 -0
  193. package/es/Textarea/utils/getSizingData.js +27 -0
  194. package/es/Textarea/utils/ownerDocument.js +5 -0
  195. package/es/Textarea/utils/ownerWindow.js +8 -0
  196. package/es/Textarea/utils/updateState.js +30 -0
  197. package/es/Tooltip/Tooltip.js +17 -7
  198. package/es/Tooltip/Tooltip.module.css +0 -8
  199. package/es/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
  200. package/es/VelocityAnimation/VelocityAnimation/__tests__/VelocityAnimation.spec.js +1 -1
  201. package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  202. package/es/VelocityAnimation/VelocityAnimationGroup/__tests__/VelocityAnimationGroup.spec.js +1 -1
  203. package/es/VelocityAnimation/index.js +2 -2
  204. package/es/common/common.module.css +24 -0
  205. package/es/css.js +37 -37
  206. package/es/deprecated/PortalLayer/PortalLayer.js +3 -3
  207. package/es/index.js +39 -39
  208. package/es/semantic/Button/Button.js +3 -3
  209. package/es/semantic/Button/__tests__/Button.spec.js +1 -1
  210. package/es/semantic/index.js +1 -1
  211. package/es/utils/Common.js +1 -1
  212. package/es/utils/ContextOptimizer.js +1 -1
  213. package/es/utils/cssUtils.js +11 -0
  214. package/es/utils/datetime/common.js +1 -1
  215. package/es/utils/dropDownUtils.js +1 -1
  216. package/es/utils/index.js +1 -1
  217. package/es/v1/Accordion/Accordion.js +2 -2
  218. package/es/v1/Accordion/AccordionItem.js +4 -4
  219. package/es/v1/Accordion/index.js +2 -2
  220. package/es/v1/Animation/Animation.js +3 -3
  221. package/es/v1/Animation/utils.js +1 -1
  222. package/es/v1/AppContainer/AppContainer.js +9 -9
  223. package/es/v1/Avatar/Avatar.js +5 -5
  224. package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
  225. package/es/v1/Button/Button.js +4 -4
  226. package/es/v1/Button/props/defaultProps.js +1 -1
  227. package/es/v1/Buttongroup/Buttongroup.js +3 -3
  228. package/es/v1/Card/Card.js +5 -5
  229. package/es/v1/Card/index.js +4 -4
  230. package/es/v1/CheckBox/CheckBox.js +6 -6
  231. package/es/v1/DateTime/CalendarView.js +7 -7
  232. package/es/v1/DateTime/DateTime.js +15 -15
  233. package/es/v1/DateTime/DateTimePopupFooter.js +5 -5
  234. package/es/v1/DateTime/DateTimePopupHeader.js +4 -4
  235. package/es/v1/DateTime/DateWidget.js +17 -17
  236. package/es/v1/DateTime/DaysRow.js +3 -3
  237. package/es/v1/DateTime/Time.js +5 -5
  238. package/es/v1/DateTime/YearView.js +6 -6
  239. package/es/v1/DateTime/index.js +1 -1
  240. package/es/v1/DateTime/props/propTypes.js +1 -1
  241. package/es/v1/DropBox/DropBox.js +9 -9
  242. package/es/v1/DropBox/DropBoxElement/DropBoxElement.js +6 -6
  243. package/es/v1/DropBox/props/defaultProps.js +1 -1
  244. package/es/v1/DropBox/props/propTypes.js +1 -1
  245. package/es/v1/DropBox/utils/isMobilePopover.js +1 -1
  246. package/es/v1/DropDown/DropDown.js +4 -4
  247. package/es/v1/DropDown/DropDownHeading.js +3 -3
  248. package/es/v1/DropDown/DropDownItem.js +3 -3
  249. package/es/v1/DropDown/DropDownSearch.js +4 -4
  250. package/es/v1/DropDown/DropDownSeparator.js +2 -2
  251. package/es/v1/DropDown/props/propTypes.js +1 -1
  252. package/es/v1/Heading/Heading.js +8 -5
  253. package/es/v1/Heading/props/propTypes.js +2 -1
  254. package/es/v1/Label/Label.js +4 -4
  255. package/es/v1/Layout/Box.js +4 -4
  256. package/es/v1/Layout/Container.js +4 -4
  257. package/es/v1/Layout/index.js +2 -2
  258. package/es/v1/ListItem/ListContainer.js +6 -6
  259. package/es/v1/ListItem/ListItem.js +5 -5
  260. package/es/v1/ListItem/ListItemWithAvatar.js +7 -7
  261. package/es/v1/ListItem/ListItemWithCheckBox.js +6 -6
  262. package/es/v1/ListItem/ListItemWithIcon.js +5 -5
  263. package/es/v1/ListItem/ListItemWithRadio.js +6 -6
  264. package/es/v1/ListItem/index.js +6 -6
  265. package/es/v1/Modal/Modal.js +3 -3
  266. package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +17 -17
  267. package/es/v1/MultiSelect/AdvancedMultiSelect.js +17 -17
  268. package/es/v1/MultiSelect/EmptyState.js +3 -3
  269. package/es/v1/MultiSelect/MobileHeader/MobileHeader.js +5 -5
  270. package/es/v1/MultiSelect/MultiSelect.js +19 -19
  271. package/es/v1/MultiSelect/MultiSelectHeader.js +4 -4
  272. package/es/v1/MultiSelect/MultiSelectWithAvatar.js +16 -16
  273. package/es/v1/MultiSelect/SelectedOptions.js +5 -5
  274. package/es/v1/MultiSelect/Suggestions.js +6 -6
  275. package/es/v1/MultiSelect/index.js +4 -4
  276. package/es/v1/MultiSelect/props/defaultProps.js +1 -1
  277. package/es/v1/PopOver/PopOver.js +6 -6
  278. package/es/v1/Popup/Popup.js +3 -3
  279. package/es/v1/Radio/Radio.js +5 -5
  280. package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +6 -6
  281. package/es/v1/ResponsiveDropBox/props/propTypes.js +1 -1
  282. package/es/v1/Ribbon/Ribbon.js +3 -3
  283. package/es/v1/RippleEffect/RippleEffect.js +4 -4
  284. package/es/v1/Select/GroupSelect.js +16 -16
  285. package/es/v1/Select/Select.js +15 -15
  286. package/es/v1/Select/SelectWithAvatar.js +17 -17
  287. package/es/v1/Select/SelectWithIcon.js +13 -13
  288. package/es/v1/Select/index.js +4 -4
  289. package/es/v1/Select/props/defaultProps.js +1 -1
  290. package/es/v1/Stencils/Stencils.js +3 -3
  291. package/es/v1/Switch/Switch.js +5 -5
  292. package/es/v1/Tab/Tab.js +5 -5
  293. package/es/v1/Tab/TabContent.js +4 -4
  294. package/es/v1/Tab/TabContentWrapper.js +3 -3
  295. package/es/v1/Tab/TabWrapper.js +3 -3
  296. package/es/v1/Tab/Tabs.js +16 -16
  297. package/es/v1/Tab/index.js +5 -5
  298. package/es/v1/Tab/props/propTypes.js +2 -2
  299. package/es/v1/Tab/v1Tabs.module.css +2 -2
  300. package/es/v1/Tag/Tag.js +7 -7
  301. package/es/v1/TextBox/TextBox.js +3 -3
  302. package/es/v1/TextBoxIcon/TextBoxIcon.js +6 -6
  303. package/es/v1/TextBoxIcon/props/propTypes.js +1 -1
  304. package/es/v1/Textarea/Textarea.js +3 -3
  305. package/es/v1/Tooltip/Tooltip.js +17 -7
  306. package/es/v1/Typography/Typography.js +4 -4
  307. package/es/v1/Typography/css/cssJSLogic.js +1 -1
  308. package/es/v1/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
  309. package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  310. package/es/v1/semantic/Button/Button.js +3 -3
  311. package/es/v1/semantic/index.js +1 -1
  312. package/lib/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +1 -1
  313. package/lib/DateTime/__tests__/__snapshots__/DateTimePopupHeader.spec.js.snap +1 -1
  314. package/lib/DateTime/__tests__/__snapshots__/YearView.spec.js.snap +1 -1
  315. package/lib/Heading/Heading.js +7 -3
  316. package/lib/Heading/__tests__/Heading.spec.js +9 -0
  317. package/lib/Heading/__tests__/__snapshots__/Heading.spec.js.snap +55 -1
  318. package/lib/Heading/props/propTypes.js +2 -1
  319. package/lib/Responsive/CustomResponsive.js +5 -12
  320. package/lib/Responsive/RefWrapper.js +3 -4
  321. package/lib/Responsive/props/propTypes.js +1 -2
  322. package/lib/Tab/Tabs.js +54 -53
  323. package/lib/Tab/Tabs.module.css +2 -2
  324. package/lib/Tab/props/propTypes.js +2 -2
  325. package/lib/Textarea/Textarea.js +188 -43
  326. package/lib/Textarea/Textarea.module.css +55 -4
  327. package/lib/Textarea/TextareaOne.js +422 -0
  328. package/lib/Textarea/props/propTypes.js +4 -1
  329. package/lib/Textarea/utils/calculateNodeHeight.js +69 -0
  330. package/lib/Textarea/utils/calculateNodeHeightOne.js +74 -0
  331. package/lib/Textarea/utils/debounce.js +33 -0
  332. package/lib/Textarea/utils/getSizingData.js +37 -0
  333. package/lib/Textarea/utils/ownerDocument.js +13 -0
  334. package/lib/Textarea/utils/ownerWindow.js +18 -0
  335. package/lib/Textarea/utils/updateState.js +36 -0
  336. package/lib/Tooltip/Tooltip.js +15 -4
  337. package/lib/Tooltip/Tooltip.module.css +0 -8
  338. package/lib/common/common.module.css +24 -0
  339. package/lib/utils/cssUtils.js +22 -0
  340. package/lib/v1/Heading/Heading.js +7 -3
  341. package/lib/v1/Heading/props/propTypes.js +2 -1
  342. package/lib/v1/Tab/Tabs.js +3 -3
  343. package/lib/v1/Tab/props/propTypes.js +2 -2
  344. package/lib/v1/Tab/v1Tabs.module.css +2 -2
  345. package/lib/v1/Tooltip/Tooltip.js +15 -4
  346. package/package.json +8 -8
  347. package/result.json +1 -1
@@ -62,8 +62,7 @@ function ResponsiveSender(props) {
62
62
  // variables
63
63
  var children = props.children,
64
64
  domRefKey = props.domRefKey,
65
- responsiveId = props.responsiveId,
66
- elementRef = props.elementRef;
65
+ responsiveId = props.responsiveId;
67
66
 
68
67
  function init() {
69
68
  var size = {
@@ -93,13 +92,7 @@ function ResponsiveSender(props) {
93
92
  var observer = new _ResizeObserver["default"](onResize);
94
93
 
95
94
  function containerRef(node) {
96
- if (!elementRef) {
97
- observer.replaceObservationElement(node);
98
- }
99
- }
100
-
101
- if (elementRef) {
102
- observer.replaceObservationElement(elementRef);
95
+ observer.replaceObservationElement(node);
103
96
  }
104
97
 
105
98
  return {
@@ -108,7 +101,7 @@ function ResponsiveSender(props) {
108
101
  };
109
102
  }
110
103
 
111
- var _useMemo = (0, _react.useMemo)(init, [elementRef]),
104
+ var _useMemo = (0, _react.useMemo)(init, []),
112
105
  containerRef = _useMemo.containerRef,
113
106
  childContext = _useMemo.childContext;
114
107
 
@@ -132,10 +125,10 @@ function ResponsiveSender(props) {
132
125
  }, function (totalContext) {
133
126
  return /*#__PURE__*/_react["default"].createElement(ResponsiveContext.Provider, {
134
127
  value: totalContext
135
- }, !elementRef ? /*#__PURE__*/_react["default"].createElement(_RefWrapper["default"], {
128
+ }, /*#__PURE__*/_react["default"].createElement(_RefWrapper["default"], {
136
129
  domRefKey: domRefKey,
137
130
  ref: containerRef
138
- }, children) : children);
131
+ }, children));
139
132
  });
140
133
  }
141
134
 
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
 
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
3
5
  Object.defineProperty(exports, "__esModule", {
4
6
  value: true
5
7
  });
@@ -17,8 +19,6 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
17
19
 
18
20
  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; }
19
21
 
20
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
21
-
22
22
  function setRef(refFunc, value) {
23
23
  if (typeof refFunc === 'function') {
24
24
  refFunc(value);
@@ -35,8 +35,7 @@ var DOMRefWrapper = /*#__PURE__*/(0, _react.forwardRef)(function (props, refFunc
35
35
 
36
36
  var refKey = typeof ele.type !== 'string' ? domRefKey : 'ref'; // const setAttribute = useCallback(node => {
37
37
 
38
- var eleRealRefFunc = refKey == 'ref' ? ele.ref : ele.props[refKey];
39
- console.log(_typeof(ele.type), 'typeof ele.typetypeof ele.typetypeof ele.type', refKey, ele, eleRealRefFunc);
38
+ var eleRealRefFunc = ele.props[refKey];
40
39
  var setAttribute = (0, _react.useCallback)(function (ref) {
41
40
  setRef(refFunc, ref);
42
41
  setRef(eleRealRefFunc, ref);
@@ -12,8 +12,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
12
12
  var CustomResponsiveSender_propTypes = {
13
13
  children: _propTypes["default"].any.isRequired,
14
14
  domRefKey: _propTypes["default"].string,
15
- responsiveId: _propTypes["default"].string,
16
- elementRef: _propTypes["default"].element
15
+ responsiveId: _propTypes["default"].string
17
16
  };
18
17
  exports.CustomResponsiveSender_propTypes = CustomResponsiveSender_propTypes;
19
18
  var CustomResponsiveReceiver_propTypes = {
package/lib/Tab/Tabs.js CHANGED
@@ -442,7 +442,9 @@ var Tabs = /*#__PURE__*/function (_React$Component) {
442
442
  }, {
443
443
  key: "moreTabSelect",
444
444
  value: function moreTabSelect(tab, value, index, e) {
445
- var onSelect = this.props.onSelect;
445
+ var _this$props7 = this.props,
446
+ onSelect = _this$props7.onSelect,
447
+ closePopupOnly = _this$props7.closePopupOnly;
446
448
 
447
449
  if (e && e.target && e.target.parentElement.tagName === 'A' && (e.metaKey || e.altKey || e.ctrlKey || e.shiftKey)) {
448
450
  (0, _Common.cancelBubblingEffect)(e);
@@ -451,7 +453,7 @@ var Tabs = /*#__PURE__*/function (_React$Component) {
451
453
 
452
454
  e.preventDefault();
453
455
  onSelect(tab);
454
- this.togglePopup();
456
+ closePopupOnly();
455
457
  }
456
458
  }, {
457
459
  key: "onScroll",
@@ -463,11 +465,11 @@ var Tabs = /*#__PURE__*/function (_React$Component) {
463
465
  }, {
464
466
  key: "togglePopup",
465
467
  value: function togglePopup(e) {
466
- var _this$props7 = this.props,
467
- boxPosition = _this$props7.boxPosition,
468
- togglePopup = _this$props7.togglePopup,
469
- align = _this$props7.align,
470
- removeClose = _this$props7.removeClose;
468
+ var _this$props8 = this.props,
469
+ boxPosition = _this$props8.boxPosition,
470
+ togglePopup = _this$props8.togglePopup,
471
+ align = _this$props8.align,
472
+ removeClose = _this$props8.removeClose;
471
473
  removeClose && removeClose(e);
472
474
  var popupPosition = align === 'vertical' ? 'bottomLeft' : 'rightTop';
473
475
  boxPosition = boxPosition ? boxPosition : popupPosition;
@@ -547,37 +549,36 @@ var Tabs = /*#__PURE__*/function (_React$Component) {
547
549
  value: function renderTabs(mainTabs, moreTabs, isVirtual) {
548
550
  var _this8 = this;
549
551
 
550
- var _this$props8 = this.props,
551
- selectedTab = _this$props8.selectedTab,
552
- moreButtonClass = _this$props8.moreButtonClass,
553
- moreButtonActiveClass = _this$props8.moreButtonActiveClass,
554
- moreBoxClass = _this$props8.moreBoxClass,
555
- menuItemClass = _this$props8.menuItemClass,
556
- itemClass = _this$props8.itemClass,
557
- itemActiveClass = _this$props8.itemActiveClass,
558
- iconName = _this$props8.iconName,
559
- isPopupReady = _this$props8.isPopupReady,
560
- isPopupOpen = _this$props8.isPopupOpen,
561
- getContainerRef = _this$props8.getContainerRef,
562
- showTitleInMoreOptions = _this$props8.showTitleInMoreOptions,
563
- onSelect = _this$props8.onSelect,
564
- moreContainerClass = _this$props8.moreContainerClass,
565
- align = _this$props8.align,
566
- type = _this$props8.type,
567
- isAnimate = _this$props8.isAnimate,
568
- needTabBorder = _this$props8.needTabBorder,
569
- needAppearance = _this$props8.needAppearance,
570
- iconSize = _this$props8.iconSize,
571
- getTargetRef = _this$props8.getTargetRef,
572
- position = _this$props8.position,
573
- customProps = _this$props8.customProps,
574
- getCustomDropBoxHeaderPlaceHolder = _this$props8.getCustomDropBoxHeaderPlaceHolder,
575
- dataSelectorId = _this$props8.dataSelectorId,
576
- dataId = _this$props8.dataId,
577
- placeHolderText = _this$props8.placeHolderText,
578
- searchBoxSize = _this$props8.searchBoxSize,
579
- ariaTitleId = _this$props8.ariaTitleId,
580
- removeClose = _this$props8.removeClose;
552
+ var _this$props9 = this.props,
553
+ selectedTab = _this$props9.selectedTab,
554
+ moreButtonClass = _this$props9.moreButtonClass,
555
+ moreButtonActiveClass = _this$props9.moreButtonActiveClass,
556
+ moreBoxClass = _this$props9.moreBoxClass,
557
+ menuItemClass = _this$props9.menuItemClass,
558
+ itemClass = _this$props9.itemClass,
559
+ itemActiveClass = _this$props9.itemActiveClass,
560
+ iconName = _this$props9.iconName,
561
+ isPopupReady = _this$props9.isPopupReady,
562
+ isPopupOpen = _this$props9.isPopupOpen,
563
+ getContainerRef = _this$props9.getContainerRef,
564
+ showTitleInMoreOptions = _this$props9.showTitleInMoreOptions,
565
+ onSelect = _this$props9.onSelect,
566
+ moreContainerClass = _this$props9.moreContainerClass,
567
+ align = _this$props9.align,
568
+ type = _this$props9.type,
569
+ isAnimate = _this$props9.isAnimate,
570
+ needTabBorder = _this$props9.needTabBorder,
571
+ needAppearance = _this$props9.needAppearance,
572
+ iconSize = _this$props9.iconSize,
573
+ getTargetRef = _this$props9.getTargetRef,
574
+ position = _this$props9.position,
575
+ customProps = _this$props9.customProps,
576
+ getCustomDropBoxHeaderPlaceHolder = _this$props9.getCustomDropBoxHeaderPlaceHolder,
577
+ dataSelectorId = _this$props9.dataSelectorId,
578
+ dataId = _this$props9.dataId,
579
+ placeHolderText = _this$props9.placeHolderText,
580
+ searchBoxSize = _this$props9.searchBoxSize,
581
+ removeClose = _this$props9.removeClose;
581
582
  var searchValue = this.state.searchValue;
582
583
  var _customProps$DropBoxP = customProps.DropBoxProps,
583
584
  DropBoxProps = _customProps$DropBoxP === void 0 ? {} : _customProps$DropBoxP,
@@ -710,21 +711,21 @@ var Tabs = /*#__PURE__*/function (_React$Component) {
710
711
  }, {
711
712
  key: "render",
712
713
  value: function render() {
713
- var _this$props9 = this.props,
714
- style = _this$props9.style,
715
- className = _this$props9.className,
716
- dataId = _this$props9.dataId,
717
- highlightClass = _this$props9.highlightClass,
718
- type = _this$props9.type,
719
- isAnimate = _this$props9.isAnimate,
720
- needTabBorder = _this$props9.needTabBorder,
721
- needBorder = _this$props9.needBorder,
722
- needPadding = _this$props9.needPadding,
723
- align = _this$props9.align,
724
- needAppearance = _this$props9.needAppearance,
725
- children = _this$props9.children,
726
- containerClass = _this$props9.containerClass,
727
- dataSelectorId = _this$props9.dataSelectorId;
714
+ var _this$props10 = this.props,
715
+ style = _this$props10.style,
716
+ className = _this$props10.className,
717
+ dataId = _this$props10.dataId,
718
+ highlightClass = _this$props10.highlightClass,
719
+ type = _this$props10.type,
720
+ isAnimate = _this$props10.isAnimate,
721
+ needTabBorder = _this$props10.needTabBorder,
722
+ needBorder = _this$props10.needBorder,
723
+ needPadding = _this$props10.needPadding,
724
+ align = _this$props10.align,
725
+ needAppearance = _this$props10.needAppearance,
726
+ children = _this$props10.children,
727
+ containerClass = _this$props10.containerClass,
728
+ dataSelectorId = _this$props10.dataSelectorId;
728
729
  var _this$state2 = this.state,
729
730
  totalDimension = _this$state2.totalDimension,
730
731
  tabDimensions = _this$state2.tabDimensions,
@@ -141,7 +141,7 @@
141
141
  }
142
142
 
143
143
  .emptyStateContainer {
144
- padding-bottom: var(--zd_size25);
144
+ padding-bottom: var(--zd_size15) ;
145
145
  }
146
146
 
147
147
  .emptyStateTitle {
@@ -163,5 +163,5 @@
163
163
  }
164
164
 
165
165
  .listWrapper {
166
- padding: var(--zd_size10) 0 ;
166
+ padding-top: var(--zd_size10) ;
167
167
  }
@@ -106,8 +106,8 @@ var Tabs_propTypes = {
106
106
  dataSelectorId: _propTypes["default"].string,
107
107
  placeHolderText: _propTypes["default"].string,
108
108
  searchBoxSize: _propTypes["default"].string,
109
- ariaTitleId: _propTypes["default"].string,
110
- searchErrorText: _propTypes["default"].string
109
+ searchErrorText: _propTypes["default"].string,
110
+ closePopupOnly: _propTypes["default"].func
111
111
  };
112
112
  exports.Tabs_propTypes = Tabs_propTypes;
113
113
  var TabWrapper_propTypes = {
@@ -9,10 +9,20 @@ exports["default"] = void 0;
9
9
 
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
 
12
+ var _reactDom = _interopRequireDefault(require("react-dom"));
13
+
12
14
  var _defaultProps = require("./props/defaultProps");
13
15
 
14
16
  var _propTypes = require("./props/propTypes");
15
17
 
18
+ var _debounce = _interopRequireDefault(require("./utils/debounce"));
19
+
20
+ var _calculateNodeHeight2 = _interopRequireDefault(require("./utils/calculateNodeHeight"));
21
+
22
+ var _ownerWindow = _interopRequireDefault(require("./utils/ownerWindow"));
23
+
24
+ var _updateState = _interopRequireDefault(require("./utils/updateState"));
25
+
16
26
  var _TextareaModule = _interopRequireDefault(require("./Textarea.module.css"));
17
27
 
18
28
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -50,20 +60,26 @@ var Textarea = /*#__PURE__*/function (_React$Component) {
50
60
  _classCallCheck(this, Textarea);
51
61
 
52
62
  _this = _super.call(this, props);
53
- _this.onChange = _this.onChange.bind(_assertThisInitialized(_this));
54
- _this.onKeyDown = _this.onKeyDown.bind(_assertThisInitialized(_this));
63
+ _this.hiddenTextareaRef = /*#__PURE__*/_react["default"].createRef();
64
+ _this.rendersRef = /*#__PURE__*/_react["default"].createRef();
65
+ _this.sizingData = /*#__PURE__*/_react["default"].createRef(null);
66
+ _this.rAF = null;
67
+ _this.resizeObserver = null;
68
+ _this.debounceHandleResize = null;
55
69
  _this.onBlur = _this.onBlur.bind(_assertThisInitialized(_this));
70
+ _this.onKeyDown = _this.onKeyDown.bind(_assertThisInitialized(_this));
71
+ _this.inputRef = _this.inputRef.bind(_assertThisInitialized(_this));
72
+ _this.isEmpty = _this.isEmpty.bind(_assertThisInitialized(_this));
73
+ _this.syncHeight = _this.syncHeight.bind(_assertThisInitialized(_this));
74
+ _this.onChange = _this.onChange.bind(_assertThisInitialized(_this));
75
+ _this.handleResize = _this.handleResize.bind(_assertThisInitialized(_this));
76
+ _this.rAFHandleResize = _this.rAFHandleResize.bind(_assertThisInitialized(_this));
77
+ _this.mountingPhase = _this.mountingPhase.bind(_assertThisInitialized(_this));
78
+ _this.unMountingPhase = _this.unMountingPhase.bind(_assertThisInitialized(_this));
56
79
  return _this;
57
80
  }
58
81
 
59
82
  _createClass(Textarea, [{
60
- key: "onChange",
61
- value: function onChange(e) {
62
- e && e.preventDefault();
63
- var onChange = this.props.onChange;
64
- onChange && onChange(e.target.value, e);
65
- }
66
- }, {
67
83
  key: "onBlur",
68
84
  value: function onBlur(e) {
69
85
  e && e.preventDefault();
@@ -76,59 +92,181 @@ var Textarea = /*#__PURE__*/function (_React$Component) {
76
92
  var onKeyDown = this.props.onKeyDown;
77
93
  onKeyDown && onKeyDown(e);
78
94
  }
95
+ }, {
96
+ key: "inputRef",
97
+ value: function inputRef(e) {
98
+ var getRef = this.props.getRef;
99
+ this.textareaRef = e;
100
+ getRef && getRef(e);
101
+ }
102
+ }, {
103
+ key: "isEmpty",
104
+ value: function isEmpty(obj) {
105
+ return obj === undefined || obj === null || Object.keys(obj).length === 0 || obj.height === 0 && !obj.overflow;
106
+ }
107
+ }, {
108
+ key: "syncHeight",
109
+ value: function syncHeight() {
110
+ var _this$props = this.props,
111
+ minRows = _this$props.minRows,
112
+ maxRows = _this$props.maxRows;
113
+
114
+ var _calculateNodeHeight = (0, _calculateNodeHeight2["default"])({
115
+ minRows: minRows,
116
+ maxRows: maxRows,
117
+ textareaEle: this.textareaRef,
118
+ hiddenTextareaEle: this.hiddenTextareaRef.current
119
+ }),
120
+ height = _calculateNodeHeight.height,
121
+ overflow = _calculateNodeHeight.overflow;
122
+
123
+ var newState = {
124
+ height: height,
125
+ overflow: overflow
126
+ };
127
+
128
+ if (this.isEmpty(newState)) {
129
+ return;
130
+ }
131
+
132
+ this.sizingData.current = (0, _updateState["default"])(this.sizingData.current, newState, this.rendersRef); // this.textareaRef.style.setProperty('height',`${this.sizingData.current.height}px`);
133
+
134
+ this.textareaRef.style.height = "".concat(this.sizingData.current.height, "px");
135
+ this.textareaRef.style.overflowY = "".concat(this.sizingData.current.overflow ? 'hidden' : 'auto');
136
+ }
137
+ }, {
138
+ key: "onChange",
139
+ value: function onChange(e) {
140
+ var _this2 = this;
141
+
142
+ e && e.preventDefault();
143
+ var onChange = this.props.onChange;
144
+ this.rendersRef.current = 0;
145
+ onChange && onChange(e.target.value, e);
146
+ requestAnimationFrame(function () {
147
+ _this2.syncHeight();
148
+ });
149
+ }
150
+ }, {
151
+ key: "handleResize",
152
+ value: function handleResize() {
153
+ this.rendersRef.current = 0;
154
+ this.syncHeight();
155
+ }
156
+ }, {
157
+ key: "rAFHandleResize",
158
+ value: function rAFHandleResize() {
159
+ var _this3 = this;
160
+
161
+ cancelAnimationFrame(this.rAF);
162
+ this.rAF = requestAnimationFrame(function () {
163
+ _this3.handleResize();
164
+ });
165
+ }
166
+ }, {
167
+ key: "mountingPhase",
168
+ value: function mountingPhase() {
169
+ var input = this.textareaRef;
170
+ var containerWindow = (0, _ownerWindow["default"])(input);
171
+ this.debounceHandleResize = (0, _debounce["default"])(this.handleResize);
172
+ containerWindow.addEventListener("resize", this.debounceHandleResize);
173
+
174
+ if (typeof ResizeObserver !== "undefined") {
175
+ this.resizeObserver = new ResizeObserver(this.rAFHandleResize);
176
+ this.resizeObserver.observe(input);
177
+ }
178
+ }
179
+ }, {
180
+ key: "unMountingPhase",
181
+ value: function unMountingPhase() {
182
+ var input = this.textareaRef;
183
+ var containerWindow = (0, _ownerWindow["default"])(input);
184
+ this.debounceHandleResize.clear();
185
+ cancelAnimationFrame(this.rAF);
186
+ containerWindow.removeEventListener("resize", this.debounceHandleResize);
187
+
188
+ if (this.resizeObserver) {
189
+ this.resizeObserver.disconnect();
190
+ }
191
+ }
192
+ }, {
193
+ key: "componentDidMount",
194
+ value: function componentDidMount() {
195
+ this.sizingData.current = {
196
+ height: 0,
197
+ overflow: false
198
+ };
199
+ this.mountingPhase();
200
+ }
201
+ }, {
202
+ key: "componentWillUnmount",
203
+ value: function componentWillUnmount() {
204
+ this.sizingData.current = null;
205
+ this.unMountingPhase();
206
+ }
207
+ }, {
208
+ key: "componentDidUpdate",
209
+ value: function componentDidUpdate(prevProps) {
210
+ if (prevProps.text !== this.props.text) {
211
+ this.rendersRef.current = 0;
212
+ this.syncHeight();
213
+ }
214
+ }
79
215
  }, {
80
216
  key: "render",
81
217
  value: function render() {
82
- var _this$props = this.props,
83
- size = _this$props.size,
84
- placeHolder = _this$props.placeHolder,
85
- needBorder = _this$props.needBorder,
86
- text = _this$props.text,
87
- isDisabled = _this$props.isDisabled,
88
- resize = _this$props.resize,
89
- maxLength = _this$props.maxLength,
90
- animated = _this$props.animated,
91
- variant = _this$props.variant,
92
- getRef = _this$props.getRef,
93
- onFocus = _this$props.onFocus,
94
- dataId = _this$props.dataId,
95
- dataSelectorId = _this$props.dataSelectorId,
96
- isReadOnly = _this$props.isReadOnly,
97
- needAppearance = _this$props.needAppearance,
98
- needReadOnlyStyle = _this$props.needReadOnlyStyle,
99
- borderColor = _this$props.borderColor,
100
- needEffect = _this$props.needEffect,
101
- autoFocus = _this$props.autoFocus,
102
- htmlId = _this$props.htmlId,
103
- a11y = _this$props.a11y,
104
- customClass = _this$props.customClass;
218
+ var _this$props2 = this.props,
219
+ size = _this$props2.size,
220
+ placeHolder = _this$props2.placeHolder,
221
+ needBorder = _this$props2.needBorder,
222
+ text = _this$props2.text,
223
+ isDisabled = _this$props2.isDisabled,
224
+ resize = _this$props2.resize,
225
+ maxLength = _this$props2.maxLength,
226
+ animated = _this$props2.animated,
227
+ variant = _this$props2.variant,
228
+ getRef = _this$props2.getRef,
229
+ onFocus = _this$props2.onFocus,
230
+ dataId = _this$props2.dataId,
231
+ dataSelectorId = _this$props2.dataSelectorId,
232
+ isReadOnly = _this$props2.isReadOnly,
233
+ needAppearance = _this$props2.needAppearance,
234
+ needReadOnlyStyle = _this$props2.needReadOnlyStyle,
235
+ borderColor = _this$props2.borderColor,
236
+ needEffect = _this$props2.needEffect,
237
+ autoFocus = _this$props2.autoFocus,
238
+ htmlId = _this$props2.htmlId,
239
+ a11y = _this$props2.a11y,
240
+ customClass = _this$props2.customClass,
241
+ _this$props2$minRows = _this$props2.minRows,
242
+ minRows = _this$props2$minRows === void 0 ? 3 : _this$props2$minRows;
105
243
  var ariaLabel = a11y.ariaLabel,
106
244
  ariaLabelledby = a11y.ariaLabelledby;
107
245
  var resizes = {
108
- horizontal: 'resizeX',
109
- vertical: 'resizeY',
110
- both: 'resizeboth',
111
- none: 'noresize'
246
+ horizontal: "resizeX",
247
+ vertical: "resizeY",
248
+ both: "resizeboth",
249
+ none: "noresize"
112
250
  };
113
251
  var options = {};
114
252
 
115
253
  if (isReadOnly) {
116
- options.readOnly = 'readOnly';
254
+ options.readOnly = "readOnly";
117
255
  }
118
256
 
119
257
  if (isDisabled) {
120
- options.disabled = 'disabled';
258
+ options.disabled = "disabled";
121
259
  }
122
260
 
123
261
  if (autoFocus) {
124
262
  options.autoFocus = true;
125
263
  }
126
264
 
127
- var classList = needAppearance ? "".concat(_TextareaModule["default"].container, " ").concat(_TextareaModule["default"][size], " ").concat(_TextareaModule["default"][variant], " ").concat(needBorder ? _TextareaModule["default"].needBorder : _TextareaModule["default"].noBorder, " ").concat(resize ? _TextareaModule["default"][resizes[resize]] : _TextareaModule["default"][resizes.none], " ").concat(animated ? "".concat(_TextareaModule["default"]["".concat(size, "animated")]) : '', " ").concat(isDisabled && !needEffect || isReadOnly && !needEffect ? '' : _TextareaModule["default"].effect) : "".concat(_TextareaModule["default"].basic);
128
- return /*#__PURE__*/_react["default"].createElement("textarea", _extends({
265
+ var classList = needAppearance ? "".concat(_TextareaModule["default"].container, " ").concat(_TextareaModule["default"][size], " ").concat(_TextareaModule["default"][variant], " ").concat(needBorder ? _TextareaModule["default"].needBorder : _TextareaModule["default"].noBorder, " ").concat(resize ? _TextareaModule["default"][resizes[resize]] : _TextareaModule["default"][resizes.none], " ").concat(animated ? "".concat(_TextareaModule["default"]["".concat(size, "animated")]) : "", " ").concat(isDisabled && !needEffect || isReadOnly && !needEffect ? "" : _TextareaModule["default"].effect) : "".concat(_TextareaModule["default"].basic);
266
+ return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("textarea", _extends({
129
267
  "aria-label": ariaLabel,
130
268
  "aria-labelledby": ariaLabelledby,
131
- className: "".concat(customClass, " ").concat(isReadOnly && needReadOnlyStyle ? _TextareaModule["default"].readonly : '', " ").concat(classList, " ").concat(_TextareaModule["default"]["borderColor_".concat(borderColor)]),
269
+ className: "".concat(customClass, " ").concat(isReadOnly && needReadOnlyStyle ? _TextareaModule["default"].readonly : "", " ").concat(classList, " ").concat(_TextareaModule["default"]["borderColor_".concat(borderColor)]),
132
270
  placeholder: placeHolder
133
271
  }, options, {
134
272
  "data-id": dataId,
@@ -138,10 +276,17 @@ var Textarea = /*#__PURE__*/function (_React$Component) {
138
276
  onKeyDown: this.onKeyDown,
139
277
  onFocus: onFocus,
140
278
  onBlur: this.onBlur,
141
- ref: getRef,
279
+ ref: this.inputRef,
142
280
  value: text,
143
281
  id: htmlId,
144
- "data-selector-id": dataSelectorId
282
+ "data-selector-id": dataSelectorId,
283
+ rows: minRows
284
+ })), /*#__PURE__*/_react["default"].createElement("textarea", {
285
+ "aria-hidden": true,
286
+ readOnly: true,
287
+ ref: this.hiddenTextareaRef,
288
+ tabIndex: -1,
289
+ className: "".concat(customClass, " ").concat(isReadOnly && needReadOnlyStyle ? _TextareaModule["default"].readonly : "", " ").concat(classList, " ").concat(_TextareaModule["default"]["borderColor_".concat(borderColor)], " ").concat(_TextareaModule["default"].forceHiddenStyle)
145
290
  }));
146
291
  }
147
292
  }]);