@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.
- package/.cli/propValidation_report.html +1 -1
- package/README.md +9 -0
- 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/__tests__/__snapshots__/DateTime.spec.js.snap +1 -1
- package/es/DateTime/__tests__/__snapshots__/DateTimePopupHeader.spec.js.snap +1 -1
- package/es/DateTime/__tests__/__snapshots__/YearView.spec.js.snap +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 +8 -5
- package/es/Heading/__tests__/Heading.spec.js +10 -1
- package/es/Heading/__tests__/__snapshots__/Heading.spec.js.snap +55 -1
- package/es/Heading/props/propTypes.js +2 -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 +17 -17
- 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 +1 -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 +12 -19
- package/es/Responsive/RefWrapper.js +1 -2
- package/es/Responsive/ResizeComponent.js +2 -2
- package/es/Responsive/Responsive.js +6 -6
- package/es/Responsive/index.js +3 -3
- package/es/Responsive/props/propTypes.js +1 -2
- 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 +16 -16
- package/es/Tab/Tabs.module.css +2 -2
- 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/Tab/props/propTypes.js +2 -2
- 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 +154 -27
- package/es/Textarea/Textarea.module.css +55 -4
- package/es/Textarea/TextareaOne.js +349 -0
- package/es/Textarea/__tests__/Textarea.spec.js +1 -1
- package/es/Textarea/props/propTypes.js +4 -1
- package/es/Textarea/utils/calculateNodeHeight.js +58 -0
- package/es/Textarea/utils/calculateNodeHeightOne.js +66 -0
- package/es/Textarea/utils/debounce.js +24 -0
- package/es/Textarea/utils/getSizingData.js +27 -0
- package/es/Textarea/utils/ownerDocument.js +5 -0
- package/es/Textarea/utils/ownerWindow.js +8 -0
- package/es/Textarea/utils/updateState.js +30 -0
- package/es/Tooltip/Tooltip.js +17 -7
- package/es/Tooltip/Tooltip.module.css +0 -8
- 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/common/common.module.css +24 -0
- 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 +11 -0
- 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 +8 -5
- package/es/v1/Heading/props/propTypes.js +2 -1
- 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 +16 -16
- package/es/v1/Tab/index.js +5 -5
- package/es/v1/Tab/props/propTypes.js +2 -2
- package/es/v1/Tab/v1Tabs.module.css +2 -2
- 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 +17 -7
- 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/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +1 -1
- package/lib/DateTime/__tests__/__snapshots__/DateTimePopupHeader.spec.js.snap +1 -1
- package/lib/DateTime/__tests__/__snapshots__/YearView.spec.js.snap +1 -1
- package/lib/Heading/Heading.js +7 -3
- package/lib/Heading/__tests__/Heading.spec.js +9 -0
- package/lib/Heading/__tests__/__snapshots__/Heading.spec.js.snap +55 -1
- package/lib/Heading/props/propTypes.js +2 -1
- package/lib/Responsive/CustomResponsive.js +5 -12
- package/lib/Responsive/RefWrapper.js +3 -4
- package/lib/Responsive/props/propTypes.js +1 -2
- package/lib/Tab/Tabs.js +54 -53
- package/lib/Tab/Tabs.module.css +2 -2
- package/lib/Tab/props/propTypes.js +2 -2
- package/lib/Textarea/Textarea.js +188 -43
- package/lib/Textarea/Textarea.module.css +55 -4
- package/lib/Textarea/TextareaOne.js +422 -0
- package/lib/Textarea/props/propTypes.js +4 -1
- package/lib/Textarea/utils/calculateNodeHeight.js +69 -0
- package/lib/Textarea/utils/calculateNodeHeightOne.js +74 -0
- package/lib/Textarea/utils/debounce.js +33 -0
- package/lib/Textarea/utils/getSizingData.js +37 -0
- package/lib/Textarea/utils/ownerDocument.js +13 -0
- package/lib/Textarea/utils/ownerWindow.js +18 -0
- package/lib/Textarea/utils/updateState.js +36 -0
- package/lib/Tooltip/Tooltip.js +15 -4
- package/lib/Tooltip/Tooltip.module.css +0 -8
- package/lib/common/common.module.css +24 -0
- package/lib/utils/cssUtils.js +22 -0
- package/lib/v1/Heading/Heading.js +7 -3
- package/lib/v1/Heading/props/propTypes.js +2 -1
- package/lib/v1/Tab/Tabs.js +3 -3
- package/lib/v1/Tab/props/propTypes.js +2 -2
- package/lib/v1/Tab/v1Tabs.module.css +2 -2
- package/lib/v1/Tooltip/Tooltip.js +15 -4
- package/package.json +8 -8
- 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
|
-
|
|
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, [
|
|
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
|
-
},
|
|
128
|
+
}, /*#__PURE__*/_react["default"].createElement(_RefWrapper["default"], {
|
|
136
129
|
domRefKey: domRefKey,
|
|
137
130
|
ref: containerRef
|
|
138
|
-
}, 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 =
|
|
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
|
|
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
|
-
|
|
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$
|
|
467
|
-
boxPosition = _this$
|
|
468
|
-
togglePopup = _this$
|
|
469
|
-
align = _this$
|
|
470
|
-
removeClose = _this$
|
|
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$
|
|
551
|
-
selectedTab = _this$
|
|
552
|
-
moreButtonClass = _this$
|
|
553
|
-
moreButtonActiveClass = _this$
|
|
554
|
-
moreBoxClass = _this$
|
|
555
|
-
menuItemClass = _this$
|
|
556
|
-
itemClass = _this$
|
|
557
|
-
itemActiveClass = _this$
|
|
558
|
-
iconName = _this$
|
|
559
|
-
isPopupReady = _this$
|
|
560
|
-
isPopupOpen = _this$
|
|
561
|
-
getContainerRef = _this$
|
|
562
|
-
showTitleInMoreOptions = _this$
|
|
563
|
-
onSelect = _this$
|
|
564
|
-
moreContainerClass = _this$
|
|
565
|
-
align = _this$
|
|
566
|
-
type = _this$
|
|
567
|
-
isAnimate = _this$
|
|
568
|
-
needTabBorder = _this$
|
|
569
|
-
needAppearance = _this$
|
|
570
|
-
iconSize = _this$
|
|
571
|
-
getTargetRef = _this$
|
|
572
|
-
position = _this$
|
|
573
|
-
customProps = _this$
|
|
574
|
-
getCustomDropBoxHeaderPlaceHolder = _this$
|
|
575
|
-
dataSelectorId = _this$
|
|
576
|
-
dataId = _this$
|
|
577
|
-
placeHolderText = _this$
|
|
578
|
-
searchBoxSize = _this$
|
|
579
|
-
|
|
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$
|
|
714
|
-
style = _this$
|
|
715
|
-
className = _this$
|
|
716
|
-
dataId = _this$
|
|
717
|
-
highlightClass = _this$
|
|
718
|
-
type = _this$
|
|
719
|
-
isAnimate = _this$
|
|
720
|
-
needTabBorder = _this$
|
|
721
|
-
needBorder = _this$
|
|
722
|
-
needPadding = _this$
|
|
723
|
-
align = _this$
|
|
724
|
-
needAppearance = _this$
|
|
725
|
-
children = _this$
|
|
726
|
-
containerClass = _this$
|
|
727
|
-
dataSelectorId = _this$
|
|
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,
|
package/lib/Tab/Tabs.module.css
CHANGED
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
.emptyStateContainer {
|
|
144
|
-
padding-bottom: var(--
|
|
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)
|
|
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
|
-
|
|
110
|
-
|
|
109
|
+
searchErrorText: _propTypes["default"].string,
|
|
110
|
+
closePopupOnly: _propTypes["default"].func
|
|
111
111
|
};
|
|
112
112
|
exports.Tabs_propTypes = Tabs_propTypes;
|
|
113
113
|
var TabWrapper_propTypes = {
|
package/lib/Textarea/Textarea.js
CHANGED
|
@@ -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.
|
|
54
|
-
_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$
|
|
83
|
-
size = _this$
|
|
84
|
-
placeHolder = _this$
|
|
85
|
-
needBorder = _this$
|
|
86
|
-
text = _this$
|
|
87
|
-
isDisabled = _this$
|
|
88
|
-
resize = _this$
|
|
89
|
-
maxLength = _this$
|
|
90
|
-
animated = _this$
|
|
91
|
-
variant = _this$
|
|
92
|
-
getRef = _this$
|
|
93
|
-
onFocus = _this$
|
|
94
|
-
dataId = _this$
|
|
95
|
-
dataSelectorId = _this$
|
|
96
|
-
isReadOnly = _this$
|
|
97
|
-
needAppearance = _this$
|
|
98
|
-
needReadOnlyStyle = _this$
|
|
99
|
-
borderColor = _this$
|
|
100
|
-
needEffect = _this$
|
|
101
|
-
autoFocus = _this$
|
|
102
|
-
htmlId = _this$
|
|
103
|
-
a11y = _this$
|
|
104
|
-
customClass = _this$
|
|
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:
|
|
109
|
-
vertical:
|
|
110
|
-
both:
|
|
111
|
-
none:
|
|
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 =
|
|
254
|
+
options.readOnly = "readOnly";
|
|
117
255
|
}
|
|
118
256
|
|
|
119
257
|
if (isDisabled) {
|
|
120
|
-
options.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")]) :
|
|
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 :
|
|
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:
|
|
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
|
}]);
|