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

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 (313) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/es/Accordion/Accordion.js +2 -2
  3. package/es/Accordion/AccordionItem.js +4 -4
  4. package/es/Accordion/__tests__/Accordion.spec.js +1 -1
  5. package/es/Accordion/__tests__/AccordionItem.spec.js +1 -1
  6. package/es/Accordion/index.js +2 -2
  7. package/es/Animation/Animation.js +3 -3
  8. package/es/Animation/__tests__/Animation.spec.js +1 -1
  9. package/es/Animation/utils.js +1 -1
  10. package/es/AppContainer/AppContainer.js +9 -9
  11. package/es/AppContainer/__tests__/AppContainer.spec.js +1 -1
  12. package/es/Avatar/Avatar.js +5 -5
  13. package/es/Avatar/__tests__/Avatar.spec.js +1 -1
  14. package/es/AvatarTeam/AvatarTeam.js +4 -4
  15. package/es/AvatarTeam/__tests__/AvatarTeam.spec.js +1 -1
  16. package/es/Button/Button.js +4 -4
  17. package/es/Button/__tests__/Button.spec.js +1 -1
  18. package/es/Button/index.js +2 -2
  19. package/es/Button/props/defaultProps.js +1 -1
  20. package/es/Buttongroup/Buttongroup.js +3 -3
  21. package/es/Buttongroup/__tests__/Buttongroup.spec.js +1 -1
  22. package/es/Card/Card.js +5 -5
  23. package/es/Card/__tests__/Card.spec.js +1 -1
  24. package/es/Card/index.js +4 -4
  25. package/es/CheckBox/CheckBox.js +6 -6
  26. package/es/CheckBox/__tests__/CheckBox.spec.js +1 -1
  27. package/es/DateTime/CalendarView.js +6 -6
  28. package/es/DateTime/DateTime.js +15 -15
  29. package/es/DateTime/DateTimePopupFooter.js +5 -5
  30. package/es/DateTime/DateTimePopupHeader.js +4 -4
  31. package/es/DateTime/DateWidget.js +17 -17
  32. package/es/DateTime/DaysRow.js +3 -3
  33. package/es/DateTime/Time.js +5 -5
  34. package/es/DateTime/YearView.js +6 -6
  35. package/es/DateTime/__tests__/CalendarView.spec.js +1 -1
  36. package/es/DateTime/__tests__/DateTime.spec.js +1 -1
  37. package/es/DateTime/__tests__/DateTimePopupFooter.spec.js +1 -1
  38. package/es/DateTime/__tests__/DateTimePopupHeader.spec.js +1 -1
  39. package/es/DateTime/__tests__/DateWidget.spec.js +1 -1
  40. package/es/DateTime/__tests__/DaysRow.spec.js +1 -1
  41. package/es/DateTime/__tests__/Time.spec.js +1 -1
  42. package/es/DateTime/__tests__/YearView.spec.js +1 -1
  43. package/es/DateTime/dateFormatUtils/dateFormat.js +4 -4
  44. package/es/DateTime/dateFormatUtils/dayChange.js +2 -2
  45. package/es/DateTime/dateFormatUtils/index.js +3 -3
  46. package/es/DateTime/dateFormatUtils/monthChange.js +2 -2
  47. package/es/DateTime/dateFormatUtils/timeChange.js +2 -2
  48. package/es/DateTime/dateFormatUtils/yearChange.js +2 -2
  49. package/es/DateTime/index.js +1 -1
  50. package/es/DateTime/props/propTypes.js +1 -1
  51. package/es/DateTime/validator.js +2 -2
  52. package/es/DropBox/DropBox.js +9 -9
  53. package/es/DropBox/DropBoxElement/DropBoxElement.js +6 -6
  54. package/es/DropBox/DropBoxElement/__tests__/DropBoxElement.spec.js +1 -1
  55. package/es/DropBox/DropBoxElement/css/cssJSLogic.js +1 -1
  56. package/es/DropBox/DropBoxElement/useDropboxPosCalc.js +1 -1
  57. package/es/DropBox/__tests__/DropBox.spec.js +1 -1
  58. package/es/DropBox/css/cssJSLogic.js +1 -1
  59. package/es/DropBox/props/defaultProps.js +1 -1
  60. package/es/DropBox/props/propTypes.js +1 -1
  61. package/es/DropBox/utils/isMobilePopover.js +1 -1
  62. package/es/DropDown/DropDown.js +4 -4
  63. package/es/DropDown/DropDownHeading.js +3 -3
  64. package/es/DropDown/DropDownItem.js +3 -3
  65. package/es/DropDown/DropDownSearch.js +4 -4
  66. package/es/DropDown/DropDownSeparator.js +2 -2
  67. package/es/DropDown/__tests__/DropDown.spec.js +1 -1
  68. package/es/DropDown/__tests__/DropDownHeading.spec.js +1 -1
  69. package/es/DropDown/__tests__/DropDownItem.spec.js +1 -1
  70. package/es/DropDown/__tests__/DropDownSearch.spec.js +1 -1
  71. package/es/DropDown/__tests__/DropDownSeparator.spec.js +1 -1
  72. package/es/DropDown/index.js +7 -7
  73. package/es/DropDown/props/propTypes.js +1 -1
  74. package/es/Heading/Heading.js +4 -4
  75. package/es/Heading/__tests__/Heading.spec.js +1 -1
  76. package/es/Label/Label.js +4 -4
  77. package/es/Label/__tests__/Label.spec.js +1 -1
  78. package/es/Layout/Box.js +4 -4
  79. package/es/Layout/Container.js +4 -4
  80. package/es/Layout/__tests__/Box.spec.js +1 -1
  81. package/es/Layout/__tests__/Container.spec.js +1 -1
  82. package/es/Layout/index.js +2 -2
  83. package/es/ListItem/ListContainer.js +6 -6
  84. package/es/ListItem/ListItem.js +5 -5
  85. package/es/ListItem/ListItemWithAvatar.js +7 -7
  86. package/es/ListItem/ListItemWithCheckBox.js +6 -6
  87. package/es/ListItem/ListItemWithIcon.js +5 -5
  88. package/es/ListItem/ListItemWithRadio.js +6 -6
  89. package/es/ListItem/__tests__/ListContainer.spec.js +1 -1
  90. package/es/ListItem/__tests__/ListItem.spec.js +1 -1
  91. package/es/ListItem/__tests__/ListItemWithAvatar.spec.js +1 -1
  92. package/es/ListItem/__tests__/ListItemWithCheckBox.spec.js +1 -1
  93. package/es/ListItem/__tests__/ListItemWithIcon.spec.js +1 -1
  94. package/es/ListItem/__tests__/ListItemWithRadio.spec.js +1 -1
  95. package/es/ListItem/index.js +6 -6
  96. package/es/Modal/Modal.js +3 -3
  97. package/es/Modal/__tests__/Modal.spec.js +1 -1
  98. package/es/MultiSelect/AdvancedGroupMultiSelect.js +17 -17
  99. package/es/MultiSelect/AdvancedMultiSelect.js +26 -18
  100. package/es/MultiSelect/EmptyState.js +3 -3
  101. package/es/MultiSelect/MobileHeader/MobileHeader.js +5 -5
  102. package/es/MultiSelect/MobileHeader/__tests__/MobileHeader.spec.js +1 -1
  103. package/es/MultiSelect/MultiSelect.js +20 -20
  104. package/es/MultiSelect/MultiSelectHeader.js +4 -4
  105. package/es/MultiSelect/MultiSelectWithAvatar.js +16 -16
  106. package/es/MultiSelect/SelectedOptions.js +5 -5
  107. package/es/MultiSelect/Suggestions.js +6 -6
  108. package/es/MultiSelect/__tests__/AdvancedGroupMultiSelect.spec.js +1 -1
  109. package/es/MultiSelect/__tests__/AdvancedMultiSelect.spec.js +1 -1
  110. package/es/MultiSelect/__tests__/EmptyState.spec.js +1 -1
  111. package/es/MultiSelect/__tests__/MultiSelect.spec.js +1 -1
  112. package/es/MultiSelect/__tests__/MultiSelectHeader.spec.js +1 -1
  113. package/es/MultiSelect/__tests__/MultiSelectWithAvatar.spec.js +1 -1
  114. package/es/MultiSelect/__tests__/SelectedOptions.spec.js +1 -1
  115. package/es/MultiSelect/__tests__/Suggestions.spec.js +1 -1
  116. package/es/MultiSelect/index.js +4 -4
  117. package/es/MultiSelect/props/defaultProps.js +3 -2
  118. package/es/MultiSelect/props/propTypes.js +5 -1
  119. package/es/PopOver/PopOver.js +6 -6
  120. package/es/PopOver/__tests__/PopOver.spec.js +1 -1
  121. package/es/PopOver/index.js +3 -3
  122. package/es/Popup/Popup.js +3 -3
  123. package/es/Provider/AvatarSize.js +1 -1
  124. package/es/Provider/CssProvider.js +1 -1
  125. package/es/Provider/IdProvider.js +2 -2
  126. package/es/Provider/LibraryContext.js +2 -2
  127. package/es/Provider/ZindexProvider.js +2 -2
  128. package/es/Provider/index.js +4 -4
  129. package/es/Radio/Radio.js +5 -5
  130. package/es/Radio/__tests__/Radio.spec.js +1 -1
  131. package/es/Responsive/CustomResponsive.js +7 -7
  132. package/es/Responsive/ResizeComponent.js +2 -2
  133. package/es/Responsive/Responsive.js +6 -6
  134. package/es/Responsive/index.js +3 -3
  135. package/es/Responsive/utils/index.js +1 -1
  136. package/es/Responsive/windowResizeObserver.js +1 -1
  137. package/es/ResponsiveDropBox/ResponsiveDropBox.js +6 -6
  138. package/es/ResponsiveDropBox/__tests__/ResponsiveDropBox.spec.js +1 -1
  139. package/es/ResponsiveDropBox/props/propTypes.js +1 -1
  140. package/es/Ribbon/Ribbon.js +3 -3
  141. package/es/Ribbon/__tests__/Ribbon.spec.js +1 -1
  142. package/es/RippleEffect/RippleEffect.js +4 -4
  143. package/es/RippleEffect/__tests__/RippleEffect.spec.js +1 -1
  144. package/es/Select/GroupSelect.js +16 -16
  145. package/es/Select/Select.js +15 -15
  146. package/es/Select/SelectWithAvatar.js +17 -17
  147. package/es/Select/SelectWithIcon.js +13 -13
  148. package/es/Select/__tests__/GroupSelect.spec.js +1 -1
  149. package/es/Select/__tests__/Select.spec.js +1 -1
  150. package/es/Select/__tests__/SelectWithAvatar.spec.js +1 -1
  151. package/es/Select/__tests__/SelectWithIcon.spec.js +1 -1
  152. package/es/Select/index.js +4 -4
  153. package/es/Select/props/defaultProps.js +1 -1
  154. package/es/Stencils/Stencils.js +3 -3
  155. package/es/Stencils/__tests__/Stencils.spec.js +1 -1
  156. package/es/Switch/Switch.js +5 -5
  157. package/es/Switch/__tests__/Switch.spec.js +1 -1
  158. package/es/Tab/Tab.js +5 -5
  159. package/es/Tab/TabContent.js +4 -4
  160. package/es/Tab/TabContentWrapper.js +3 -3
  161. package/es/Tab/TabWrapper.js +3 -3
  162. package/es/Tab/Tabs.js +13 -13
  163. package/es/Tab/__tests__/Tab.spec.js +1 -1
  164. package/es/Tab/__tests__/TabContent.spec.js +1 -1
  165. package/es/Tab/__tests__/TabContentWrapper.spec.js +1 -1
  166. package/es/Tab/__tests__/TabWrapper.spec.js +1 -1
  167. package/es/Tab/__tests__/Tabs.spec.js +1 -1
  168. package/es/Tab/index.js +5 -5
  169. package/es/Tag/Tag.js +7 -7
  170. package/es/Tag/__tests__/Tag.spec.js +1 -1
  171. package/es/TextBox/TextBox.js +3 -3
  172. package/es/TextBox/__tests__/TextBox.spec.js +1 -1
  173. package/es/TextBoxIcon/TextBoxIcon.js +6 -6
  174. package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +1 -1
  175. package/es/TextBoxIcon/props/propTypes.js +1 -1
  176. package/es/Textarea/Textarea.js +27 -154
  177. package/es/Textarea/Textarea.module.css +4 -55
  178. package/es/Textarea/__tests__/Textarea.spec.js +1 -1
  179. package/es/Textarea/props/propTypes.js +1 -4
  180. package/es/Tooltip/Tooltip.js +6 -6
  181. package/es/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
  182. package/es/VelocityAnimation/VelocityAnimation/__tests__/VelocityAnimation.spec.js +1 -1
  183. package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  184. package/es/VelocityAnimation/VelocityAnimationGroup/__tests__/VelocityAnimationGroup.spec.js +1 -1
  185. package/es/VelocityAnimation/index.js +2 -2
  186. package/es/css.js +37 -37
  187. package/es/deprecated/PortalLayer/PortalLayer.js +3 -3
  188. package/es/index.js +39 -39
  189. package/es/semantic/Button/Button.js +3 -3
  190. package/es/semantic/Button/__tests__/Button.spec.js +1 -1
  191. package/es/semantic/index.js +1 -1
  192. package/es/utils/Common.js +1 -1
  193. package/es/utils/ContextOptimizer.js +1 -1
  194. package/es/utils/cssUtils.js +1 -1
  195. package/es/utils/datetime/common.js +1 -1
  196. package/es/utils/dropDownUtils.js +1 -1
  197. package/es/utils/index.js +1 -1
  198. package/es/v1/Accordion/Accordion.js +2 -2
  199. package/es/v1/Accordion/AccordionItem.js +4 -4
  200. package/es/v1/Accordion/index.js +2 -2
  201. package/es/v1/Animation/Animation.js +3 -3
  202. package/es/v1/Animation/utils.js +1 -1
  203. package/es/v1/AppContainer/AppContainer.js +9 -9
  204. package/es/v1/Avatar/Avatar.js +5 -5
  205. package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
  206. package/es/v1/Button/Button.js +4 -4
  207. package/es/v1/Button/props/defaultProps.js +1 -1
  208. package/es/v1/Buttongroup/Buttongroup.js +3 -3
  209. package/es/v1/Card/Card.js +5 -5
  210. package/es/v1/Card/index.js +4 -4
  211. package/es/v1/CheckBox/CheckBox.js +6 -6
  212. package/es/v1/DateTime/CalendarView.js +7 -7
  213. package/es/v1/DateTime/DateTime.js +15 -15
  214. package/es/v1/DateTime/DateTimePopupFooter.js +5 -5
  215. package/es/v1/DateTime/DateTimePopupHeader.js +4 -4
  216. package/es/v1/DateTime/DateWidget.js +17 -17
  217. package/es/v1/DateTime/DaysRow.js +3 -3
  218. package/es/v1/DateTime/Time.js +5 -5
  219. package/es/v1/DateTime/YearView.js +6 -6
  220. package/es/v1/DateTime/index.js +1 -1
  221. package/es/v1/DateTime/props/propTypes.js +1 -1
  222. package/es/v1/DropBox/DropBox.js +9 -9
  223. package/es/v1/DropBox/DropBoxElement/DropBoxElement.js +6 -6
  224. package/es/v1/DropBox/props/defaultProps.js +1 -1
  225. package/es/v1/DropBox/props/propTypes.js +1 -1
  226. package/es/v1/DropBox/utils/isMobilePopover.js +1 -1
  227. package/es/v1/DropDown/DropDown.js +4 -4
  228. package/es/v1/DropDown/DropDownHeading.js +3 -3
  229. package/es/v1/DropDown/DropDownItem.js +3 -3
  230. package/es/v1/DropDown/DropDownSearch.js +4 -4
  231. package/es/v1/DropDown/DropDownSeparator.js +2 -2
  232. package/es/v1/DropDown/props/propTypes.js +1 -1
  233. package/es/v1/Heading/Heading.js +4 -4
  234. package/es/v1/Label/Label.js +4 -4
  235. package/es/v1/Layout/Box.js +4 -4
  236. package/es/v1/Layout/Container.js +4 -4
  237. package/es/v1/Layout/index.js +2 -2
  238. package/es/v1/ListItem/ListContainer.js +6 -6
  239. package/es/v1/ListItem/ListItem.js +5 -5
  240. package/es/v1/ListItem/ListItemWithAvatar.js +7 -7
  241. package/es/v1/ListItem/ListItemWithCheckBox.js +6 -6
  242. package/es/v1/ListItem/ListItemWithIcon.js +5 -5
  243. package/es/v1/ListItem/ListItemWithRadio.js +6 -6
  244. package/es/v1/ListItem/index.js +6 -6
  245. package/es/v1/Modal/Modal.js +3 -3
  246. package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +17 -17
  247. package/es/v1/MultiSelect/AdvancedMultiSelect.js +17 -17
  248. package/es/v1/MultiSelect/EmptyState.js +3 -3
  249. package/es/v1/MultiSelect/MobileHeader/MobileHeader.js +5 -5
  250. package/es/v1/MultiSelect/MultiSelect.js +19 -19
  251. package/es/v1/MultiSelect/MultiSelectHeader.js +4 -4
  252. package/es/v1/MultiSelect/MultiSelectWithAvatar.js +16 -16
  253. package/es/v1/MultiSelect/SelectedOptions.js +5 -5
  254. package/es/v1/MultiSelect/Suggestions.js +6 -6
  255. package/es/v1/MultiSelect/index.js +4 -4
  256. package/es/v1/MultiSelect/props/defaultProps.js +1 -1
  257. package/es/v1/PopOver/PopOver.js +6 -6
  258. package/es/v1/Popup/Popup.js +3 -3
  259. package/es/v1/Radio/Radio.js +5 -5
  260. package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +6 -6
  261. package/es/v1/ResponsiveDropBox/props/propTypes.js +1 -1
  262. package/es/v1/Ribbon/Ribbon.js +3 -3
  263. package/es/v1/RippleEffect/RippleEffect.js +4 -4
  264. package/es/v1/Select/GroupSelect.js +16 -16
  265. package/es/v1/Select/Select.js +15 -15
  266. package/es/v1/Select/SelectWithAvatar.js +17 -17
  267. package/es/v1/Select/SelectWithIcon.js +13 -13
  268. package/es/v1/Select/index.js +4 -4
  269. package/es/v1/Select/props/defaultProps.js +1 -1
  270. package/es/v1/Stencils/Stencils.js +3 -3
  271. package/es/v1/Switch/Switch.js +5 -5
  272. package/es/v1/Tab/Tab.js +5 -5
  273. package/es/v1/Tab/TabContent.js +4 -4
  274. package/es/v1/Tab/TabContentWrapper.js +3 -3
  275. package/es/v1/Tab/TabWrapper.js +3 -3
  276. package/es/v1/Tab/Tabs.js +13 -13
  277. package/es/v1/Tab/index.js +5 -5
  278. package/es/v1/Tag/Tag.js +7 -7
  279. package/es/v1/TextBox/TextBox.js +3 -3
  280. package/es/v1/TextBoxIcon/TextBoxIcon.js +6 -6
  281. package/es/v1/TextBoxIcon/props/propTypes.js +1 -1
  282. package/es/v1/Textarea/Textarea.js +3 -3
  283. package/es/v1/Tooltip/Tooltip.js +6 -6
  284. package/es/v1/Typography/Typography.js +4 -4
  285. package/es/v1/Typography/css/cssJSLogic.js +1 -1
  286. package/es/v1/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
  287. package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  288. package/es/v1/semantic/Button/Button.js +3 -3
  289. package/es/v1/semantic/index.js +1 -1
  290. package/lib/MultiSelect/AdvancedMultiSelect.js +10 -2
  291. package/lib/MultiSelect/props/defaultProps.js +2 -1
  292. package/lib/MultiSelect/props/propTypes.js +5 -1
  293. package/lib/Textarea/Textarea.js +43 -188
  294. package/lib/Textarea/Textarea.module.css +4 -55
  295. package/lib/Textarea/props/propTypes.js +1 -4
  296. package/package.json +4 -4
  297. package/result.json +1 -1
  298. package/es/Textarea/TextareaOne.js +0 -349
  299. package/es/Textarea/utils/calculateNodeHeight.js +0 -58
  300. package/es/Textarea/utils/calculateNodeHeightOne.js +0 -66
  301. package/es/Textarea/utils/debounce.js +0 -24
  302. package/es/Textarea/utils/getSizingData.js +0 -27
  303. package/es/Textarea/utils/ownerDocument.js +0 -5
  304. package/es/Textarea/utils/ownerWindow.js +0 -8
  305. package/es/Textarea/utils/updateState.js +0 -30
  306. package/lib/Textarea/TextareaOne.js +0 -422
  307. package/lib/Textarea/utils/calculateNodeHeight.js +0 -69
  308. package/lib/Textarea/utils/calculateNodeHeightOne.js +0 -74
  309. package/lib/Textarea/utils/debounce.js +0 -33
  310. package/lib/Textarea/utils/getSizingData.js +0 -37
  311. package/lib/Textarea/utils/ownerDocument.js +0 -13
  312. package/lib/Textarea/utils/ownerWindow.js +0 -18
  313. package/lib/Textarea/utils/updateState.js +0 -36
@@ -1,5 +1,5 @@
1
- export { default as TabWrapper } from "./TabWrapper";
2
- export { default as TabContentWrapper } from "./TabContentWrapper";
3
- export { default as TabContent } from "./TabContent";
4
- export { default as Tabs } from "./Tabs";
5
- export { default as Tab } from "./Tab";
1
+ export { default as TabWrapper } from './TabWrapper';
2
+ export { default as TabContentWrapper } from './TabContentWrapper';
3
+ export { default as TabContent } from './TabContent';
4
+ export { default as Tabs } from './Tabs';
5
+ export { default as Tab } from './Tab';
package/es/v1/Tag/Tag.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import React, { memo } from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
4
  import { Icon } from '@zohodesk/icons';
5
- import Avatar from "../Avatar/Avatar";
6
- import { Container } from "../Layout";
7
- import Button from "../semantic/Button/Button";
8
- import { useUniqueId } from "../../Provider/IdProvider";
9
- import style from "../../Tag/Tag.module.css";
5
+ import Avatar from '../Avatar/Avatar';
6
+ import { Container } from '../Layout';
7
+ import Button from '../semantic/Button/Button';
8
+ import { useUniqueId } from '../../Provider/IdProvider';
9
+ import style from '../../Tag/Tag.module.css';
10
10
  /*
11
11
  * eslint css-modules/no-unused-class: [2, { markAsUsed: ['small', 'medium',
12
12
  * 'closedanger', 'closeprimary', 'default', 'danger', 'secondary',
@@ -1,7 +1,7 @@
1
1
  import React, { memo, useRef, useCallback } from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
4
- import style from "../../TextBox/TextBox.module.css";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
+ import style from '../../TextBox/TextBox.module.css';
5
5
 
6
6
  function TextBox(props) {
7
7
  let {
@@ -1,11 +1,11 @@
1
1
  import React, { useState, useRef, useCallback } from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
4
- import TextBox from "../TextBox/TextBox";
5
- import { Container, Box } from "../Layout";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
+ import TextBox from '../TextBox/TextBox';
5
+ import { Container, Box } from '../Layout';
6
6
  import { Icon } from '@zohodesk/icons';
7
- import btnStyle from "../../semantic/Button/semanticButton.module.css";
8
- import style from "../../TextBoxIcon/TextBoxIcon.module.css";
7
+ import btnStyle from '../../semantic/Button/semanticButton.module.css';
8
+ import style from '../../TextBoxIcon/TextBoxIcon.module.css';
9
9
  /* eslint-disable react/forbid-component-props */
10
10
 
11
11
  export default function TextBoxIcon(props) {
@@ -1,5 +1,5 @@
1
1
  import PropTypes from 'prop-types';
2
- import { propTypes as TextBox_propTypes } from "../../TextBox/props/propTypes";
2
+ import { propTypes as TextBox_propTypes } from '../../TextBox/props/propTypes';
3
3
  export const propTypes = { ...TextBox_propTypes,
4
4
  borderColor: PropTypes.oneOf(['transparent', 'default', 'error']),
5
5
  children: PropTypes.node,
@@ -1,7 +1,7 @@
1
1
  import React, { useRef } from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
4
- import style from "../../Textarea/Textarea.module.css";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
+ import style from '../../Textarea/Textarea.module.css';
5
5
  export default function Textarea(props) {
6
6
  let {
7
7
  size,
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
4
- import { getLibraryConfig } from "../../Provider/Config";
5
- import ResizeObserver from "../../Responsive/ResizeObserver";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
+ import { getLibraryConfig } from '../../Provider/Config';
5
+ import ResizeObserver from '../../Responsive/ResizeObserver';
6
6
  import selectn from 'selectn';
7
- import { whiteSpaceClassMapping } from "../../utils/cssUtils";
8
- import style from "../../Tooltip/Tooltip.module.css";
7
+ import { whiteSpaceClassMapping } from '../../utils/cssUtils';
8
+ import style from '../../Tooltip/Tooltip.module.css';
9
9
  export default class Tooltip extends React.Component {
10
10
  constructor(props) {
11
11
  super(props);
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
4
- import cssJSLogic from "./css/cssJSLogic";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
+ import cssJSLogic from './css/cssJSLogic';
5
5
  import { mergeStyle } from '@zohodesk/utils';
6
- import defaultStyle from "./css/Typography.module.css";
6
+ import defaultStyle from './css/Typography.module.css';
7
7
 
8
8
  const Typography = props => {
9
9
  const {
@@ -1,5 +1,5 @@
1
1
  import { compileClassNames } from '@zohodesk/utils';
2
- import { letterspacingMapping, lineheightMapping } from "../utils";
2
+ import { letterspacingMapping, lineheightMapping } from '../utils';
3
3
  export default function cssJSLogic(_ref) {
4
4
  let {
5
5
  props,
@@ -1,9 +1,9 @@
1
1
  import React, { useContext } from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
4
  import { VelocityComponent } from 'velocity-react';
5
5
  import 'velocity-animate/velocity.ui';
6
- import LibraryContext from "../../../Provider/LibraryContextInit";
6
+ import LibraryContext from '../../../Provider/LibraryContextInit';
7
7
  export default function VelocityAnimation(props) {
8
8
  let {
9
9
  children,
@@ -1,9 +1,9 @@
1
1
  import React, { useContext } from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
4
  import { VelocityTransitionGroup } from 'velocity-react';
5
5
  import 'velocity-animate/velocity.ui';
6
- import LibraryContext from "../../../Provider/LibraryContextInit";
6
+ import LibraryContext from '../../../Provider/LibraryContextInit';
7
7
 
8
8
  function clearProps(props) {
9
9
  let newProps = Object.assign({}, props);
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
4
- import style from "../../../semantic/Button/semanticButton.module.css";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
+ import style from '../../../semantic/Button/semanticButton.module.css';
5
5
  export default function Button(props) {
6
6
  const {
7
7
  value,
@@ -1 +1 @@
1
- export { default as SemanticButton } from "./Button/Button";
1
+ export { default as SemanticButton } from './Button/Button';
@@ -436,7 +436,11 @@ var AdvancedMultiSelectComponent = /*#__PURE__*/function (_MultiSelectComponent)
436
436
  disabledOptions = _this$props5.disabledOptions,
437
437
  isLoading = _this$props5.isLoading,
438
438
  dataSelectorId = _this$props5.dataSelectorId,
439
- customClass = _this$props5.customClass;
439
+ customClass = _this$props5.customClass,
440
+ isAbsolutePositioningNeeded = _this$props5.isAbsolutePositioningNeeded,
441
+ positionsOffset = _this$props5.positionsOffset,
442
+ targetOffset = _this$props5.targetOffset,
443
+ isRestrictScroll = _this$props5.isRestrictScroll;
440
444
  var _customProps$Suggesti = customProps.SuggestionsProps,
441
445
  SuggestionsProps = _customProps$Suggesti === void 0 ? {} : _customProps$Suggesti,
442
446
  _customProps$DropBoxP = customProps.DropBoxProps,
@@ -569,7 +573,11 @@ var AdvancedMultiSelectComponent = /*#__PURE__*/function (_MultiSelectComponent)
569
573
  role: 'listbox',
570
574
  ariaMultiselectable: true
571
575
  },
572
- dataId: "".concat(dataIdMultiSelectComp, "_dropbox")
576
+ dataId: "".concat(dataIdMultiSelectComp, "_dropbox"),
577
+ isAbsolutePositioningNeeded: isAbsolutePositioningNeeded,
578
+ positionsOffset: positionsOffset,
579
+ targetOffset: targetOffset,
580
+ isRestrictScroll: isRestrictScroll
573
581
  }, DropBoxProps, {
574
582
  alignBox: "row",
575
583
  isResponsivePadding: getFooter ? false : true
@@ -76,7 +76,8 @@ var AdvancedMultiSelect_defaultProps = {
76
76
  needEffect: true,
77
77
  isLoading: false,
78
78
  dataSelectorId: 'advancedMultiSelect',
79
- customClass: {}
79
+ customClass: {},
80
+ isAbsolutePositioningNeeded: false
80
81
  };
81
82
  exports.AdvancedMultiSelect_defaultProps = AdvancedMultiSelect_defaultProps;
82
83
  var EmptyState_defaultProps = {
@@ -339,7 +339,11 @@ var AdvancedMultiSelect_propTypes = _objectSpread(_objectSpread({}, MultiSelect_
339
339
  }),
340
340
  isLoading: _propTypes["default"].bool,
341
341
  dataSelectorId: _propTypes["default"].string,
342
- customClass: _propTypes["default"].object
342
+ customClass: _propTypes["default"].object,
343
+ isAbsolutePositioningNeeded: _propTypes["default"].bool,
344
+ positionsOffset: _propTypes["default"].object,
345
+ targetOffset: _propTypes["default"].object,
346
+ isRestrictScroll: _propTypes["default"].bool
343
347
  });
344
348
 
345
349
  exports.AdvancedMultiSelect_propTypes = AdvancedMultiSelect_propTypes;
@@ -9,20 +9,10 @@ exports["default"] = void 0;
9
9
 
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
 
12
- var _reactDom = _interopRequireDefault(require("react-dom"));
13
-
14
12
  var _defaultProps = require("./props/defaultProps");
15
13
 
16
14
  var _propTypes = require("./props/propTypes");
17
15
 
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
-
26
16
  var _TextareaModule = _interopRequireDefault(require("./Textarea.module.css"));
27
17
 
28
18
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -60,26 +50,20 @@ var Textarea = /*#__PURE__*/function (_React$Component) {
60
50
  _classCallCheck(this, Textarea);
61
51
 
62
52
  _this = _super.call(this, props);
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;
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
53
  _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));
54
+ _this.onKeyDown = _this.onKeyDown.bind(_assertThisInitialized(_this));
55
+ _this.onBlur = _this.onBlur.bind(_assertThisInitialized(_this));
79
56
  return _this;
80
57
  }
81
58
 
82
59
  _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
+ }, {
83
67
  key: "onBlur",
84
68
  value: function onBlur(e) {
85
69
  e && e.preventDefault();
@@ -92,181 +76,59 @@ var Textarea = /*#__PURE__*/function (_React$Component) {
92
76
  var onKeyDown = this.props.onKeyDown;
93
77
  onKeyDown && onKeyDown(e);
94
78
  }
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
- }
215
79
  }, {
216
80
  key: "render",
217
81
  value: function render() {
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;
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;
243
105
  var ariaLabel = a11y.ariaLabel,
244
106
  ariaLabelledby = a11y.ariaLabelledby;
245
107
  var resizes = {
246
- horizontal: "resizeX",
247
- vertical: "resizeY",
248
- both: "resizeboth",
249
- none: "noresize"
108
+ horizontal: 'resizeX',
109
+ vertical: 'resizeY',
110
+ both: 'resizeboth',
111
+ none: 'noresize'
250
112
  };
251
113
  var options = {};
252
114
 
253
115
  if (isReadOnly) {
254
- options.readOnly = "readOnly";
116
+ options.readOnly = 'readOnly';
255
117
  }
256
118
 
257
119
  if (isDisabled) {
258
- options.disabled = "disabled";
120
+ options.disabled = 'disabled';
259
121
  }
260
122
 
261
123
  if (autoFocus) {
262
124
  options.autoFocus = true;
263
125
  }
264
126
 
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({
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({
267
129
  "aria-label": ariaLabel,
268
130
  "aria-labelledby": ariaLabelledby,
269
- className: "".concat(customClass, " ").concat(isReadOnly && needReadOnlyStyle ? _TextareaModule["default"].readonly : "", " ").concat(classList, " ").concat(_TextareaModule["default"]["borderColor_".concat(borderColor)]),
131
+ className: "".concat(customClass, " ").concat(isReadOnly && needReadOnlyStyle ? _TextareaModule["default"].readonly : '', " ").concat(classList, " ").concat(_TextareaModule["default"]["borderColor_".concat(borderColor)]),
270
132
  placeholder: placeHolder
271
133
  }, options, {
272
134
  "data-id": dataId,
@@ -276,17 +138,10 @@ var Textarea = /*#__PURE__*/function (_React$Component) {
276
138
  onKeyDown: this.onKeyDown,
277
139
  onFocus: onFocus,
278
140
  onBlur: this.onBlur,
279
- ref: this.inputRef,
141
+ ref: getRef,
280
142
  value: text,
281
143
  id: htmlId,
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)
144
+ "data-selector-id": dataSelectorId
290
145
  }));
291
146
  }
292
147
  }]);