@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.
- package/.cli/propValidation_report.html +1 -1
- package/es/Accordion/Accordion.js +2 -2
- package/es/Accordion/AccordionItem.js +4 -4
- package/es/Accordion/__tests__/Accordion.spec.js +1 -1
- package/es/Accordion/__tests__/AccordionItem.spec.js +1 -1
- package/es/Accordion/index.js +2 -2
- package/es/Animation/Animation.js +3 -3
- package/es/Animation/__tests__/Animation.spec.js +1 -1
- package/es/Animation/utils.js +1 -1
- package/es/AppContainer/AppContainer.js +9 -9
- package/es/AppContainer/__tests__/AppContainer.spec.js +1 -1
- package/es/Avatar/Avatar.js +5 -5
- package/es/Avatar/__tests__/Avatar.spec.js +1 -1
- package/es/AvatarTeam/AvatarTeam.js +4 -4
- package/es/AvatarTeam/__tests__/AvatarTeam.spec.js +1 -1
- package/es/Button/Button.js +4 -4
- package/es/Button/__tests__/Button.spec.js +1 -1
- package/es/Button/index.js +2 -2
- package/es/Button/props/defaultProps.js +1 -1
- package/es/Buttongroup/Buttongroup.js +3 -3
- package/es/Buttongroup/__tests__/Buttongroup.spec.js +1 -1
- package/es/Card/Card.js +5 -5
- package/es/Card/__tests__/Card.spec.js +1 -1
- package/es/Card/index.js +4 -4
- package/es/CheckBox/CheckBox.js +6 -6
- package/es/CheckBox/__tests__/CheckBox.spec.js +1 -1
- package/es/DateTime/CalendarView.js +6 -6
- package/es/DateTime/DateTime.js +15 -15
- package/es/DateTime/DateTimePopupFooter.js +5 -5
- package/es/DateTime/DateTimePopupHeader.js +4 -4
- package/es/DateTime/DateWidget.js +17 -17
- package/es/DateTime/DaysRow.js +3 -3
- package/es/DateTime/Time.js +5 -5
- package/es/DateTime/YearView.js +6 -6
- package/es/DateTime/__tests__/CalendarView.spec.js +1 -1
- package/es/DateTime/__tests__/DateTime.spec.js +1 -1
- package/es/DateTime/__tests__/DateTimePopupFooter.spec.js +1 -1
- package/es/DateTime/__tests__/DateTimePopupHeader.spec.js +1 -1
- package/es/DateTime/__tests__/DateWidget.spec.js +1 -1
- package/es/DateTime/__tests__/DaysRow.spec.js +1 -1
- package/es/DateTime/__tests__/Time.spec.js +1 -1
- package/es/DateTime/__tests__/YearView.spec.js +1 -1
- package/es/DateTime/dateFormatUtils/dateFormat.js +4 -4
- package/es/DateTime/dateFormatUtils/dayChange.js +2 -2
- package/es/DateTime/dateFormatUtils/index.js +3 -3
- package/es/DateTime/dateFormatUtils/monthChange.js +2 -2
- package/es/DateTime/dateFormatUtils/timeChange.js +2 -2
- package/es/DateTime/dateFormatUtils/yearChange.js +2 -2
- package/es/DateTime/index.js +1 -1
- package/es/DateTime/props/propTypes.js +1 -1
- package/es/DateTime/validator.js +2 -2
- package/es/DropBox/DropBox.js +9 -9
- package/es/DropBox/DropBoxElement/DropBoxElement.js +6 -6
- package/es/DropBox/DropBoxElement/__tests__/DropBoxElement.spec.js +1 -1
- package/es/DropBox/DropBoxElement/css/cssJSLogic.js +1 -1
- package/es/DropBox/DropBoxElement/useDropboxPosCalc.js +1 -1
- package/es/DropBox/__tests__/DropBox.spec.js +1 -1
- package/es/DropBox/css/cssJSLogic.js +1 -1
- package/es/DropBox/props/defaultProps.js +1 -1
- package/es/DropBox/props/propTypes.js +1 -1
- package/es/DropBox/utils/isMobilePopover.js +1 -1
- package/es/DropDown/DropDown.js +4 -4
- package/es/DropDown/DropDownHeading.js +3 -3
- package/es/DropDown/DropDownItem.js +3 -3
- package/es/DropDown/DropDownSearch.js +4 -4
- package/es/DropDown/DropDownSeparator.js +2 -2
- package/es/DropDown/__tests__/DropDown.spec.js +1 -1
- package/es/DropDown/__tests__/DropDownHeading.spec.js +1 -1
- package/es/DropDown/__tests__/DropDownItem.spec.js +1 -1
- package/es/DropDown/__tests__/DropDownSearch.spec.js +1 -1
- package/es/DropDown/__tests__/DropDownSeparator.spec.js +1 -1
- package/es/DropDown/index.js +7 -7
- package/es/DropDown/props/propTypes.js +1 -1
- package/es/Heading/Heading.js +4 -4
- package/es/Heading/__tests__/Heading.spec.js +1 -1
- package/es/Label/Label.js +4 -4
- package/es/Label/__tests__/Label.spec.js +1 -1
- package/es/Layout/Box.js +4 -4
- package/es/Layout/Container.js +4 -4
- package/es/Layout/__tests__/Box.spec.js +1 -1
- package/es/Layout/__tests__/Container.spec.js +1 -1
- package/es/Layout/index.js +2 -2
- package/es/ListItem/ListContainer.js +6 -6
- package/es/ListItem/ListItem.js +5 -5
- package/es/ListItem/ListItemWithAvatar.js +7 -7
- package/es/ListItem/ListItemWithCheckBox.js +6 -6
- package/es/ListItem/ListItemWithIcon.js +5 -5
- package/es/ListItem/ListItemWithRadio.js +6 -6
- package/es/ListItem/__tests__/ListContainer.spec.js +1 -1
- package/es/ListItem/__tests__/ListItem.spec.js +1 -1
- package/es/ListItem/__tests__/ListItemWithAvatar.spec.js +1 -1
- package/es/ListItem/__tests__/ListItemWithCheckBox.spec.js +1 -1
- package/es/ListItem/__tests__/ListItemWithIcon.spec.js +1 -1
- package/es/ListItem/__tests__/ListItemWithRadio.spec.js +1 -1
- package/es/ListItem/index.js +6 -6
- package/es/Modal/Modal.js +3 -3
- package/es/Modal/__tests__/Modal.spec.js +1 -1
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +17 -17
- package/es/MultiSelect/AdvancedMultiSelect.js +26 -18
- package/es/MultiSelect/EmptyState.js +3 -3
- package/es/MultiSelect/MobileHeader/MobileHeader.js +5 -5
- package/es/MultiSelect/MobileHeader/__tests__/MobileHeader.spec.js +1 -1
- package/es/MultiSelect/MultiSelect.js +20 -20
- package/es/MultiSelect/MultiSelectHeader.js +4 -4
- package/es/MultiSelect/MultiSelectWithAvatar.js +16 -16
- package/es/MultiSelect/SelectedOptions.js +5 -5
- package/es/MultiSelect/Suggestions.js +6 -6
- package/es/MultiSelect/__tests__/AdvancedGroupMultiSelect.spec.js +1 -1
- package/es/MultiSelect/__tests__/AdvancedMultiSelect.spec.js +1 -1
- package/es/MultiSelect/__tests__/EmptyState.spec.js +1 -1
- package/es/MultiSelect/__tests__/MultiSelect.spec.js +1 -1
- package/es/MultiSelect/__tests__/MultiSelectHeader.spec.js +1 -1
- package/es/MultiSelect/__tests__/MultiSelectWithAvatar.spec.js +1 -1
- package/es/MultiSelect/__tests__/SelectedOptions.spec.js +1 -1
- package/es/MultiSelect/__tests__/Suggestions.spec.js +1 -1
- package/es/MultiSelect/index.js +4 -4
- package/es/MultiSelect/props/defaultProps.js +3 -2
- package/es/MultiSelect/props/propTypes.js +5 -1
- package/es/PopOver/PopOver.js +6 -6
- package/es/PopOver/__tests__/PopOver.spec.js +1 -1
- package/es/PopOver/index.js +3 -3
- package/es/Popup/Popup.js +3 -3
- package/es/Provider/AvatarSize.js +1 -1
- package/es/Provider/CssProvider.js +1 -1
- package/es/Provider/IdProvider.js +2 -2
- package/es/Provider/LibraryContext.js +2 -2
- package/es/Provider/ZindexProvider.js +2 -2
- package/es/Provider/index.js +4 -4
- package/es/Radio/Radio.js +5 -5
- package/es/Radio/__tests__/Radio.spec.js +1 -1
- package/es/Responsive/CustomResponsive.js +7 -7
- package/es/Responsive/ResizeComponent.js +2 -2
- package/es/Responsive/Responsive.js +6 -6
- package/es/Responsive/index.js +3 -3
- package/es/Responsive/utils/index.js +1 -1
- package/es/Responsive/windowResizeObserver.js +1 -1
- package/es/ResponsiveDropBox/ResponsiveDropBox.js +6 -6
- package/es/ResponsiveDropBox/__tests__/ResponsiveDropBox.spec.js +1 -1
- package/es/ResponsiveDropBox/props/propTypes.js +1 -1
- package/es/Ribbon/Ribbon.js +3 -3
- package/es/Ribbon/__tests__/Ribbon.spec.js +1 -1
- package/es/RippleEffect/RippleEffect.js +4 -4
- package/es/RippleEffect/__tests__/RippleEffect.spec.js +1 -1
- package/es/Select/GroupSelect.js +16 -16
- package/es/Select/Select.js +15 -15
- package/es/Select/SelectWithAvatar.js +17 -17
- package/es/Select/SelectWithIcon.js +13 -13
- package/es/Select/__tests__/GroupSelect.spec.js +1 -1
- package/es/Select/__tests__/Select.spec.js +1 -1
- package/es/Select/__tests__/SelectWithAvatar.spec.js +1 -1
- package/es/Select/__tests__/SelectWithIcon.spec.js +1 -1
- package/es/Select/index.js +4 -4
- package/es/Select/props/defaultProps.js +1 -1
- package/es/Stencils/Stencils.js +3 -3
- package/es/Stencils/__tests__/Stencils.spec.js +1 -1
- package/es/Switch/Switch.js +5 -5
- package/es/Switch/__tests__/Switch.spec.js +1 -1
- package/es/Tab/Tab.js +5 -5
- package/es/Tab/TabContent.js +4 -4
- package/es/Tab/TabContentWrapper.js +3 -3
- package/es/Tab/TabWrapper.js +3 -3
- package/es/Tab/Tabs.js +13 -13
- package/es/Tab/__tests__/Tab.spec.js +1 -1
- package/es/Tab/__tests__/TabContent.spec.js +1 -1
- package/es/Tab/__tests__/TabContentWrapper.spec.js +1 -1
- package/es/Tab/__tests__/TabWrapper.spec.js +1 -1
- package/es/Tab/__tests__/Tabs.spec.js +1 -1
- package/es/Tab/index.js +5 -5
- package/es/Tag/Tag.js +7 -7
- package/es/Tag/__tests__/Tag.spec.js +1 -1
- package/es/TextBox/TextBox.js +3 -3
- package/es/TextBox/__tests__/TextBox.spec.js +1 -1
- package/es/TextBoxIcon/TextBoxIcon.js +6 -6
- package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +1 -1
- package/es/TextBoxIcon/props/propTypes.js +1 -1
- package/es/Textarea/Textarea.js +27 -154
- package/es/Textarea/Textarea.module.css +4 -55
- package/es/Textarea/__tests__/Textarea.spec.js +1 -1
- package/es/Textarea/props/propTypes.js +1 -4
- package/es/Tooltip/Tooltip.js +6 -6
- package/es/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
- package/es/VelocityAnimation/VelocityAnimation/__tests__/VelocityAnimation.spec.js +1 -1
- package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
- package/es/VelocityAnimation/VelocityAnimationGroup/__tests__/VelocityAnimationGroup.spec.js +1 -1
- package/es/VelocityAnimation/index.js +2 -2
- package/es/css.js +37 -37
- package/es/deprecated/PortalLayer/PortalLayer.js +3 -3
- package/es/index.js +39 -39
- package/es/semantic/Button/Button.js +3 -3
- package/es/semantic/Button/__tests__/Button.spec.js +1 -1
- package/es/semantic/index.js +1 -1
- package/es/utils/Common.js +1 -1
- package/es/utils/ContextOptimizer.js +1 -1
- package/es/utils/cssUtils.js +1 -1
- package/es/utils/datetime/common.js +1 -1
- package/es/utils/dropDownUtils.js +1 -1
- package/es/utils/index.js +1 -1
- package/es/v1/Accordion/Accordion.js +2 -2
- package/es/v1/Accordion/AccordionItem.js +4 -4
- package/es/v1/Accordion/index.js +2 -2
- package/es/v1/Animation/Animation.js +3 -3
- package/es/v1/Animation/utils.js +1 -1
- package/es/v1/AppContainer/AppContainer.js +9 -9
- package/es/v1/Avatar/Avatar.js +5 -5
- package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
- package/es/v1/Button/Button.js +4 -4
- package/es/v1/Button/props/defaultProps.js +1 -1
- package/es/v1/Buttongroup/Buttongroup.js +3 -3
- package/es/v1/Card/Card.js +5 -5
- package/es/v1/Card/index.js +4 -4
- package/es/v1/CheckBox/CheckBox.js +6 -6
- package/es/v1/DateTime/CalendarView.js +7 -7
- package/es/v1/DateTime/DateTime.js +15 -15
- package/es/v1/DateTime/DateTimePopupFooter.js +5 -5
- package/es/v1/DateTime/DateTimePopupHeader.js +4 -4
- package/es/v1/DateTime/DateWidget.js +17 -17
- package/es/v1/DateTime/DaysRow.js +3 -3
- package/es/v1/DateTime/Time.js +5 -5
- package/es/v1/DateTime/YearView.js +6 -6
- package/es/v1/DateTime/index.js +1 -1
- package/es/v1/DateTime/props/propTypes.js +1 -1
- package/es/v1/DropBox/DropBox.js +9 -9
- package/es/v1/DropBox/DropBoxElement/DropBoxElement.js +6 -6
- package/es/v1/DropBox/props/defaultProps.js +1 -1
- package/es/v1/DropBox/props/propTypes.js +1 -1
- package/es/v1/DropBox/utils/isMobilePopover.js +1 -1
- package/es/v1/DropDown/DropDown.js +4 -4
- package/es/v1/DropDown/DropDownHeading.js +3 -3
- package/es/v1/DropDown/DropDownItem.js +3 -3
- package/es/v1/DropDown/DropDownSearch.js +4 -4
- package/es/v1/DropDown/DropDownSeparator.js +2 -2
- package/es/v1/DropDown/props/propTypes.js +1 -1
- package/es/v1/Heading/Heading.js +4 -4
- package/es/v1/Label/Label.js +4 -4
- package/es/v1/Layout/Box.js +4 -4
- package/es/v1/Layout/Container.js +4 -4
- package/es/v1/Layout/index.js +2 -2
- package/es/v1/ListItem/ListContainer.js +6 -6
- package/es/v1/ListItem/ListItem.js +5 -5
- package/es/v1/ListItem/ListItemWithAvatar.js +7 -7
- package/es/v1/ListItem/ListItemWithCheckBox.js +6 -6
- package/es/v1/ListItem/ListItemWithIcon.js +5 -5
- package/es/v1/ListItem/ListItemWithRadio.js +6 -6
- package/es/v1/ListItem/index.js +6 -6
- package/es/v1/Modal/Modal.js +3 -3
- package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +17 -17
- package/es/v1/MultiSelect/AdvancedMultiSelect.js +17 -17
- package/es/v1/MultiSelect/EmptyState.js +3 -3
- package/es/v1/MultiSelect/MobileHeader/MobileHeader.js +5 -5
- package/es/v1/MultiSelect/MultiSelect.js +19 -19
- package/es/v1/MultiSelect/MultiSelectHeader.js +4 -4
- package/es/v1/MultiSelect/MultiSelectWithAvatar.js +16 -16
- package/es/v1/MultiSelect/SelectedOptions.js +5 -5
- package/es/v1/MultiSelect/Suggestions.js +6 -6
- package/es/v1/MultiSelect/index.js +4 -4
- package/es/v1/MultiSelect/props/defaultProps.js +1 -1
- package/es/v1/PopOver/PopOver.js +6 -6
- package/es/v1/Popup/Popup.js +3 -3
- package/es/v1/Radio/Radio.js +5 -5
- package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +6 -6
- package/es/v1/ResponsiveDropBox/props/propTypes.js +1 -1
- package/es/v1/Ribbon/Ribbon.js +3 -3
- package/es/v1/RippleEffect/RippleEffect.js +4 -4
- package/es/v1/Select/GroupSelect.js +16 -16
- package/es/v1/Select/Select.js +15 -15
- package/es/v1/Select/SelectWithAvatar.js +17 -17
- package/es/v1/Select/SelectWithIcon.js +13 -13
- package/es/v1/Select/index.js +4 -4
- package/es/v1/Select/props/defaultProps.js +1 -1
- package/es/v1/Stencils/Stencils.js +3 -3
- package/es/v1/Switch/Switch.js +5 -5
- package/es/v1/Tab/Tab.js +5 -5
- package/es/v1/Tab/TabContent.js +4 -4
- package/es/v1/Tab/TabContentWrapper.js +3 -3
- package/es/v1/Tab/TabWrapper.js +3 -3
- package/es/v1/Tab/Tabs.js +13 -13
- package/es/v1/Tab/index.js +5 -5
- package/es/v1/Tag/Tag.js +7 -7
- package/es/v1/TextBox/TextBox.js +3 -3
- package/es/v1/TextBoxIcon/TextBoxIcon.js +6 -6
- package/es/v1/TextBoxIcon/props/propTypes.js +1 -1
- package/es/v1/Textarea/Textarea.js +3 -3
- package/es/v1/Tooltip/Tooltip.js +6 -6
- package/es/v1/Typography/Typography.js +4 -4
- package/es/v1/Typography/css/cssJSLogic.js +1 -1
- package/es/v1/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
- package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
- package/es/v1/semantic/Button/Button.js +3 -3
- package/es/v1/semantic/index.js +1 -1
- package/lib/MultiSelect/AdvancedMultiSelect.js +10 -2
- package/lib/MultiSelect/props/defaultProps.js +2 -1
- package/lib/MultiSelect/props/propTypes.js +5 -1
- package/lib/Textarea/Textarea.js +43 -188
- package/lib/Textarea/Textarea.module.css +4 -55
- package/lib/Textarea/props/propTypes.js +1 -4
- package/package.json +4 -4
- package/result.json +1 -1
- package/es/Textarea/TextareaOne.js +0 -349
- package/es/Textarea/utils/calculateNodeHeight.js +0 -58
- package/es/Textarea/utils/calculateNodeHeightOne.js +0 -66
- package/es/Textarea/utils/debounce.js +0 -24
- package/es/Textarea/utils/getSizingData.js +0 -27
- package/es/Textarea/utils/ownerDocument.js +0 -5
- package/es/Textarea/utils/ownerWindow.js +0 -8
- package/es/Textarea/utils/updateState.js +0 -30
- package/lib/Textarea/TextareaOne.js +0 -422
- package/lib/Textarea/utils/calculateNodeHeight.js +0 -69
- package/lib/Textarea/utils/calculateNodeHeightOne.js +0 -74
- package/lib/Textarea/utils/debounce.js +0 -33
- package/lib/Textarea/utils/getSizingData.js +0 -37
- package/lib/Textarea/utils/ownerDocument.js +0 -13
- package/lib/Textarea/utils/ownerWindow.js +0 -18
- package/lib/Textarea/utils/updateState.js +0 -36
package/es/v1/Tab/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as TabWrapper } from
|
|
2
|
-
export { default as TabContentWrapper } from
|
|
3
|
-
export { default as TabContent } from
|
|
4
|
-
export { default as Tabs } from
|
|
5
|
-
export { default as Tab } from
|
|
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
|
|
3
|
-
import { propTypes } from
|
|
2
|
+
import { defaultProps } from './props/defaultProps';
|
|
3
|
+
import { propTypes } from './props/propTypes';
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
|
-
import Avatar from
|
|
6
|
-
import { Container } from
|
|
7
|
-
import Button from
|
|
8
|
-
import { useUniqueId } from
|
|
9
|
-
import style from
|
|
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',
|
package/es/v1/TextBox/TextBox.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { memo, useRef, useCallback } from 'react';
|
|
2
|
-
import { defaultProps } from
|
|
3
|
-
import { propTypes } from
|
|
4
|
-
import style from
|
|
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
|
|
3
|
-
import { propTypes } from
|
|
4
|
-
import TextBox from
|
|
5
|
-
import { Container, Box } from
|
|
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
|
|
8
|
-
import style from
|
|
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
|
|
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
|
|
3
|
-
import { propTypes } from
|
|
4
|
-
import style from
|
|
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,
|
package/es/v1/Tooltip/Tooltip.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { defaultProps } from
|
|
3
|
-
import { propTypes } from
|
|
4
|
-
import { getLibraryConfig } from
|
|
5
|
-
import ResizeObserver from
|
|
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
|
|
8
|
-
import style from
|
|
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
|
|
3
|
-
import { propTypes } from
|
|
4
|
-
import cssJSLogic from
|
|
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
|
|
6
|
+
import defaultStyle from './css/Typography.module.css';
|
|
7
7
|
|
|
8
8
|
const Typography = props => {
|
|
9
9
|
const {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React, { useContext } from 'react';
|
|
2
|
-
import { defaultProps } from
|
|
3
|
-
import { propTypes } from
|
|
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
|
|
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
|
|
3
|
-
import { propTypes } from
|
|
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
|
|
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
|
|
3
|
-
import { propTypes } from
|
|
4
|
-
import style from
|
|
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,
|
package/es/v1/semantic/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as SemanticButton } from
|
|
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;
|
package/lib/Textarea/Textarea.js
CHANGED
|
@@ -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.
|
|
76
|
-
_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$
|
|
219
|
-
size = _this$
|
|
220
|
-
placeHolder = _this$
|
|
221
|
-
needBorder = _this$
|
|
222
|
-
text = _this$
|
|
223
|
-
isDisabled = _this$
|
|
224
|
-
resize = _this$
|
|
225
|
-
maxLength = _this$
|
|
226
|
-
animated = _this$
|
|
227
|
-
variant = _this$
|
|
228
|
-
getRef = _this$
|
|
229
|
-
onFocus = _this$
|
|
230
|
-
dataId = _this$
|
|
231
|
-
dataSelectorId = _this$
|
|
232
|
-
isReadOnly = _this$
|
|
233
|
-
needAppearance = _this$
|
|
234
|
-
needReadOnlyStyle = _this$
|
|
235
|
-
borderColor = _this$
|
|
236
|
-
needEffect = _this$
|
|
237
|
-
autoFocus = _this$
|
|
238
|
-
htmlId = _this$
|
|
239
|
-
a11y = _this$
|
|
240
|
-
customClass = _this$
|
|
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:
|
|
247
|
-
vertical:
|
|
248
|
-
both:
|
|
249
|
-
none:
|
|
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 =
|
|
116
|
+
options.readOnly = 'readOnly';
|
|
255
117
|
}
|
|
256
118
|
|
|
257
119
|
if (isDisabled) {
|
|
258
|
-
options.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")]) :
|
|
266
|
-
return /*#__PURE__*/_react["default"].createElement(
|
|
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 :
|
|
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:
|
|
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
|
}]);
|