@zohodesk/components 1.0.0-temp-158 → 1.0.0-temp-159
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/es/Accordion/Accordion.js +3 -7
- package/es/Accordion/AccordionItem.js +2 -4
- package/es/Animation/Animation.js +3 -3
- package/es/AppContainer/AppContainer.js +5 -13
- package/es/Avatar/Avatar.js +11 -23
- package/es/AvatarTeam/AvatarTeam.js +3 -3
- package/es/Button/Button.js +3 -4
- package/es/Buttongroup/Buttongroup.js +3 -3
- package/es/Card/Card.js +10 -21
- package/es/CheckBox/CheckBox.js +3 -5
- package/es/DateTime/CalendarView.js +20 -32
- package/es/DateTime/DateTime.js +10 -75
- package/es/DateTime/DateTimePopupFooter.js +2 -4
- package/es/DateTime/DateTimePopupHeader.js +2 -8
- package/es/DateTime/DateWidget.js +35 -98
- package/es/DateTime/DaysRow.js +2 -4
- package/es/DateTime/Time.js +2 -10
- package/es/DateTime/YearView.js +4 -28
- package/es/DateTime/__tests__/CalendarView.spec.js +0 -1
- package/es/DateTime/__tests__/DateTime.spec.js +0 -1
- package/es/DateTime/__tests__/DateWidget.spec.js +3 -2
- package/es/DateTime/common.js +0 -3
- package/es/DateTime/constants.js +0 -1
- package/es/DateTime/dateFormatUtils/dateFormat.js +30 -63
- package/es/DateTime/dateFormatUtils/dateFormats.js +1 -0
- package/es/DateTime/dateFormatUtils/dayChange.js +4 -13
- package/es/DateTime/dateFormatUtils/index.js +2 -32
- package/es/DateTime/dateFormatUtils/monthChange.js +0 -8
- package/es/DateTime/dateFormatUtils/timeChange.js +6 -22
- package/es/DateTime/dateFormatUtils/yearChange.js +2 -11
- package/es/DateTime/objectUtils.js +20 -14
- package/es/DateTime/props/defaultProps.js +1 -2
- package/es/DateTime/typeChecker.js +0 -3
- package/es/DateTime/validator.js +6 -58
- package/es/DropBox/DropBox.js +2 -6
- package/es/DropBox/DropBoxElement/DropBoxElement.js +0 -7
- package/es/DropBox/DropBoxElement/css/cssJSLogic.js +3 -5
- package/es/DropBox/DropBoxElement/useDropboxPosCalc.js +0 -3
- package/es/DropBox/props/defaultProps.js +2 -1
- package/es/DropBox/props/propTypes.js +2 -1
- package/es/DropDown/DropDown.js +4 -8
- package/es/DropDown/DropDownHeading.js +5 -4
- package/es/DropDown/DropDownItem.js +0 -6
- package/es/DropDown/DropDownSearch.js +0 -4
- package/es/DropDown/DropDownSeparator.js +0 -1
- package/es/DropDown/__tests__/DropDown.spec.js +2 -1
- package/es/Heading/Heading.js +3 -2
- package/es/Label/Label.js +3 -2
- package/es/Layout/Box.js +0 -13
- package/es/Layout/Container.js +1 -12
- package/es/Layout/index.js +2 -1
- package/es/ListItem/ListContainer.js +3 -8
- package/es/ListItem/ListItem.js +3 -9
- package/es/ListItem/ListItemWithAvatar.js +3 -9
- package/es/ListItem/ListItemWithCheckBox.js +2 -7
- package/es/ListItem/ListItemWithIcon.js +3 -8
- package/es/ListItem/ListItemWithRadio.js +3 -7
- package/es/Modal/Modal.js +11 -28
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +13 -89
- package/es/MultiSelect/AdvancedMultiSelect.js +9 -32
- package/es/MultiSelect/EmptyState.js +0 -2
- package/es/MultiSelect/MultiSelect.js +32 -99
- package/es/MultiSelect/MultiSelectHeader.js +0 -3
- package/es/MultiSelect/MultiSelectWithAvatar.js +6 -12
- package/es/MultiSelect/SelectedOptions.js +3 -6
- package/es/MultiSelect/Suggestions.js +3 -7
- package/es/MultiSelect/__tests__/MultiSelect.spec.js +6 -4
- package/es/MultiSelect/props/propTypes.js +0 -2
- package/es/PopOver/PopOver.js +2 -18
- package/es/PopOver/__tests__/PopOver.spec.js +1 -2
- package/es/Popup/Popup.js +24 -77
- package/es/Popup/__tests__/Popup.spec.js +5 -17
- package/es/Popup/viewPort.js +4 -16
- package/es/Provider/IdProvider.js +5 -10
- package/es/Provider/LibraryContext.js +4 -6
- package/es/Provider/NumberGenerator/NumberGenerator.js +7 -21
- package/es/Provider/ZindexProvider.js +2 -9
- package/es/Radio/Radio.js +2 -4
- package/es/Responsive/CustomResponsive.js +18 -30
- package/es/Responsive/RefWrapper.js +7 -6
- package/es/Responsive/ResizeComponent.js +25 -35
- package/es/Responsive/ResizeObserver.js +6 -26
- package/es/Responsive/Responsive.js +20 -34
- package/es/Responsive/index.js +3 -1
- package/es/Responsive/sizeObservers.js +7 -28
- package/es/Responsive/utils/index.js +5 -7
- package/es/Responsive/utils/shallowCompare.js +2 -7
- package/es/Responsive/windowResizeObserver.js +0 -7
- package/es/ResponsiveDropBox/ResponsiveDropBox.js +0 -4
- package/es/Ribbon/Ribbon.js +2 -3
- package/es/RippleEffect/RippleEffect.js +3 -1
- package/es/Select/GroupSelect.js +14 -58
- package/es/Select/Select.js +33 -79
- package/es/Select/SelectWithAvatar.js +4 -17
- package/es/Select/SelectWithIcon.js +5 -46
- package/es/Select/__tests__/Select.spec.js +8 -6
- package/es/Select/props/propTypes.js +0 -1
- package/es/Stencils/Stencils.js +3 -3
- package/es/Switch/Switch.js +3 -5
- package/es/Tab/Tab.js +4 -4
- package/es/Tab/TabContent.js +0 -1
- package/es/Tab/TabContentWrapper.js +0 -2
- package/es/Tab/TabWrapper.js +2 -5
- package/es/Tab/Tabs.js +7 -54
- package/es/Tab/__tests__/Tab.spec.js +3 -1
- package/es/Tab/__tests__/TabWrapper.spec.js +0 -1
- package/es/Tag/Tag.js +3 -6
- package/es/TextBox/TextBox.js +3 -15
- package/es/TextBox/TextBox.module.css +8 -5
- package/es/TextBox/__tests__/TextBox.spec.js +4 -1
- package/es/TextBoxIcon/TextBoxIcon.js +2 -9
- package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +7 -2
- package/es/Textarea/Textarea.js +3 -12
- package/es/Textarea/Textarea.module.css +3 -4
- package/es/Textarea/__tests__/Textarea.spec.js +2 -2
- package/es/Tooltip/Tooltip.js +14 -58
- package/es/Tooltip/__tests__/Tooltip.spec.js +0 -5
- package/es/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +2 -3
- package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +5 -7
- package/es/deprecated/PortalLayer/PortalLayer.js +20 -25
- package/es/semantic/Button/Button.js +2 -3
- package/es/utils/Common.js +9 -54
- package/es/utils/ContextOptimizer.js +5 -4
- package/es/utils/__tests__/debounce.spec.js +2 -2
- package/es/utils/constructFullName.js +0 -2
- package/es/utils/css/compileClassNames.js +0 -5
- package/es/utils/css/mergeStyle.js +6 -7
- package/es/utils/css/utils.js +0 -1
- package/es/utils/datetime/common.js +7 -31
- package/es/utils/debounce.js +1 -5
- package/es/utils/dropDownUtils.js +11 -68
- package/es/utils/getInitial.js +0 -4
- package/es/utils/shallowEqual.js +0 -6
- package/lib/Accordion/Accordion.js +18 -42
- package/lib/Accordion/AccordionItem.js +18 -40
- package/lib/Accordion/__tests__/Accordion.spec.js +0 -3
- package/lib/Accordion/index.js +0 -3
- package/lib/Accordion/props/propTypes.js +0 -3
- package/lib/Animation/Animation.js +18 -38
- package/lib/Animation/__tests__/Animation.spec.js +7 -11
- package/lib/Animation/props/propTypes.js +0 -3
- package/lib/AppContainer/AppContainer.js +21 -56
- package/lib/AppContainer/props/propTypes.js +0 -3
- package/lib/Avatar/Avatar.js +38 -78
- package/lib/Avatar/__tests__/Avatar.spec.js +0 -44
- package/lib/Avatar/props/propTypes.js +0 -3
- package/lib/AvatarTeam/AvatarTeam.js +30 -52
- package/lib/AvatarTeam/__tests__/AvatarTeam.spec.js +0 -13
- package/lib/AvatarTeam/props/propTypes.js +0 -3
- package/lib/Button/Button.js +20 -31
- package/lib/Button/css/cssJSLogic.js +17 -18
- package/lib/Button/index.js +0 -3
- package/lib/Button/props/defaultProps.js +0 -2
- package/lib/Button/props/propTypes.js +0 -3
- package/lib/Buttongroup/Buttongroup.js +12 -32
- package/lib/Buttongroup/__test__/Buttongroup.spec.js +0 -10
- package/lib/Buttongroup/props/propTypes.js +0 -3
- package/lib/Card/Card.js +46 -102
- package/lib/Card/__tests__/Card.spec.js +1 -10
- package/lib/Card/index.js +0 -4
- package/lib/Card/props/propTypes.js +0 -3
- package/lib/CheckBox/CheckBox.js +47 -71
- package/lib/CheckBox/__tests__/CheckBox.spec.js +0 -3
- package/lib/CheckBox/props/propTypes.js +0 -3
- package/lib/DateTime/CalendarView.js +42 -82
- package/lib/DateTime/DateTime.js +159 -247
- package/lib/DateTime/DateTimePopupFooter.js +9 -32
- package/lib/DateTime/DateTimePopupHeader.js +18 -49
- package/lib/DateTime/DateWidget.js +251 -353
- package/lib/DateTime/DaysRow.js +6 -28
- package/lib/DateTime/Time.js +33 -74
- package/lib/DateTime/YearView.js +29 -78
- package/lib/DateTime/__tests__/CalendarView.spec.js +5 -13
- package/lib/DateTime/__tests__/DateTime.spec.js +37 -51
- package/lib/DateTime/__tests__/DateWidget.spec.js +8 -10
- package/lib/DateTime/common.js +0 -6
- package/lib/DateTime/constants.js +0 -1
- package/lib/DateTime/dateFormatUtils/dateFormat.js +122 -184
- package/lib/DateTime/dateFormatUtils/dateFormats.js +1 -0
- package/lib/DateTime/dateFormatUtils/dayChange.js +7 -14
- package/lib/DateTime/dateFormatUtils/index.js +16 -74
- package/lib/DateTime/dateFormatUtils/monthChange.js +9 -19
- package/lib/DateTime/dateFormatUtils/timeChange.js +23 -55
- package/lib/DateTime/dateFormatUtils/yearChange.js +11 -22
- package/lib/DateTime/index.js +0 -2
- package/lib/DateTime/objectUtils.js +20 -24
- package/lib/DateTime/props/defaultProps.js +1 -2
- package/lib/DateTime/props/propTypes.js +1 -11
- package/lib/DateTime/typeChecker.js +0 -4
- package/lib/DateTime/validator.js +10 -73
- package/lib/DropBox/DropBox.js +10 -34
- package/lib/DropBox/DropBoxElement/DropBoxElement.js +37 -58
- package/lib/DropBox/DropBoxElement/css/cssJSLogic.js +33 -41
- package/lib/DropBox/DropBoxElement/props/propTypes.js +0 -3
- package/lib/DropBox/DropBoxElement/useDropboxPosCalc.js +9 -14
- package/lib/DropBox/__tests__/DropBox.spec.js +2 -6
- package/lib/DropBox/css/cssJSLogic.js +1 -3
- package/lib/DropBox/props/defaultProps.js +4 -8
- package/lib/DropBox/props/propTypes.js +4 -10
- package/lib/DropDown/DropDown.js +8 -52
- package/lib/DropDown/DropDownHeading.js +20 -39
- package/lib/DropDown/DropDownItem.js +20 -42
- package/lib/DropDown/DropDownSearch.js +17 -40
- package/lib/DropDown/DropDownSeparator.js +4 -24
- package/lib/DropDown/__tests__/DropDown.spec.js +9 -15
- package/lib/DropDown/__tests__/DropDownItem.spec.js +4 -9
- package/lib/DropDown/__tests__/DropDownSearch.spec.js +0 -3
- package/lib/DropDown/index.js +0 -9
- package/lib/DropDown/props/propTypes.js +4 -6
- package/lib/Heading/Heading.js +15 -37
- package/lib/Heading/props/propTypes.js +0 -3
- package/lib/Label/Label.js +22 -40
- package/lib/Label/__tests__/Label.spec.js +1 -14
- package/lib/Label/props/propTypes.js +0 -3
- package/lib/Layout/Box.js +11 -31
- package/lib/Layout/Container.js +10 -29
- package/lib/Layout/__tests__/Box.spec.js +49 -65
- package/lib/Layout/__tests__/Container.spec.js +50 -67
- package/lib/Layout/index.js +0 -3
- package/lib/Layout/props/propTypes.js +0 -3
- package/lib/Layout/utils.js +0 -10
- package/lib/ListItem/ListContainer.js +28 -49
- package/lib/ListItem/ListItem.js +46 -70
- package/lib/ListItem/ListItemWithAvatar.js +49 -76
- package/lib/ListItem/ListItemWithCheckBox.js +39 -64
- package/lib/ListItem/ListItemWithIcon.js +45 -69
- package/lib/ListItem/ListItemWithRadio.js +41 -65
- package/lib/ListItem/index.js +0 -7
- package/lib/ListItem/props/propTypes.js +4 -6
- package/lib/Modal/Modal.js +11 -46
- package/lib/Modal/props/propTypes.js +0 -3
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +167 -295
- package/lib/MultiSelect/AdvancedMultiSelect.js +125 -203
- package/lib/MultiSelect/EmptyState.js +25 -46
- package/lib/MultiSelect/MultiSelect.js +206 -324
- package/lib/MultiSelect/MultiSelectHeader.js +9 -31
- package/lib/MultiSelect/MultiSelectWithAvatar.js +64 -106
- package/lib/MultiSelect/SelectedOptions.js +18 -44
- package/lib/MultiSelect/Suggestions.js +33 -65
- package/lib/MultiSelect/__tests__/MultiSelect.spec.js +75 -86
- package/lib/MultiSelect/index.js +0 -5
- package/lib/MultiSelect/props/defaultProps.js +0 -2
- package/lib/MultiSelect/props/propTypes.js +0 -5
- package/lib/PopOver/PopOver.js +49 -95
- package/lib/PopOver/__tests__/PopOver.spec.js +1 -4
- package/lib/PopOver/index.js +0 -4
- package/lib/PopOver/props/propTypes.js +0 -3
- package/lib/Popup/Popup.js +82 -159
- package/lib/Popup/__tests__/Popup.spec.js +9 -44
- package/lib/Popup/viewPort.js +14 -28
- package/lib/Provider/AvatarSize.js +0 -4
- package/lib/Provider/Config.js +0 -2
- package/lib/Provider/CssProvider.js +0 -4
- package/lib/Provider/IdProvider.js +6 -17
- package/lib/Provider/LibraryContext.js +15 -35
- package/lib/Provider/LibraryContextInit.js +0 -4
- package/lib/Provider/NumberGenerator/NumberGenerator.js +15 -44
- package/lib/Provider/ZindexProvider.js +3 -15
- package/lib/Provider/index.js +0 -5
- package/lib/Radio/Radio.js +39 -62
- package/lib/Radio/__tests__/Radiospec.js +5 -9
- package/lib/Radio/props/propTypes.js +0 -3
- package/lib/Responsive/CustomResponsive.js +28 -73
- package/lib/Responsive/RefWrapper.js +11 -17
- package/lib/Responsive/ResizeComponent.js +39 -63
- package/lib/Responsive/ResizeObserver.js +10 -24
- package/lib/Responsive/Responsive.js +31 -81
- package/lib/Responsive/index.js +0 -4
- package/lib/Responsive/props/propTypes.js +0 -3
- package/lib/Responsive/sizeObservers.js +17 -53
- package/lib/Responsive/utils/index.js +3 -11
- package/lib/Responsive/utils/shallowCompare.js +2 -11
- package/lib/Responsive/windowResizeObserver.js +0 -8
- package/lib/ResponsiveDropBox/ResponsiveDropBox.js +17 -45
- package/lib/ResponsiveDropBox/props/propTypes.js +0 -3
- package/lib/Ribbon/Ribbon.js +14 -34
- package/lib/Ribbon/__tests__/Ribbon.spec.js +0 -22
- package/lib/Ribbon/props/propTypes.js +0 -3
- package/lib/RippleEffect/RippleEffect.js +10 -18
- package/lib/RippleEffect/props/propTypes.js +0 -3
- package/lib/Select/GroupSelect.js +131 -230
- package/lib/Select/Select.js +209 -291
- package/lib/Select/SelectWithAvatar.js +57 -103
- package/lib/Select/SelectWithIcon.js +77 -133
- package/lib/Select/__tests__/Select.spec.js +92 -134
- package/lib/Select/index.js +0 -5
- package/lib/Select/props/defaultProps.js +4 -5
- package/lib/Select/props/propTypes.js +0 -4
- package/lib/Stencils/Stencils.js +11 -30
- package/lib/Stencils/__tests__/Stencils.spec.js +0 -12
- package/lib/Stencils/props/propTypes.js +0 -3
- package/lib/Switch/Switch.js +34 -57
- package/lib/Switch/props/propTypes.js +0 -3
- package/lib/Tab/Tab.js +28 -41
- package/lib/Tab/TabContent.js +5 -12
- package/lib/Tab/TabContentWrapper.js +6 -13
- package/lib/Tab/TabWrapper.js +19 -37
- package/lib/Tab/Tabs.js +98 -172
- package/lib/Tab/__tests__/Tab.spec.js +58 -67
- package/lib/Tab/__tests__/TabContent.spec.js +6 -10
- package/lib/Tab/__tests__/TabContentWrapper.spec.js +20 -28
- package/lib/Tab/__tests__/TabWrapper.spec.js +0 -12
- package/lib/Tab/__tests__/Tabs.spec.js +39 -53
- package/lib/Tab/index.js +0 -6
- package/lib/Tab/props/propTypes.js +0 -3
- package/lib/Tag/Tag.js +43 -72
- package/lib/Tag/__tests__/Tag.spec.js +8 -14
- package/lib/Tag/props/propTypes.js +0 -3
- package/lib/TextBox/TextBox.js +60 -86
- package/lib/TextBox/TextBox.module.css +8 -5
- package/lib/TextBox/__tests__/TextBox.spec.js +4 -14
- package/lib/TextBox/props/propTypes.js +4 -6
- package/lib/TextBoxIcon/TextBoxIcon.js +52 -79
- package/lib/TextBoxIcon/__tests__/TextBoxIcon.spec.js +4 -14
- package/lib/TextBoxIcon/props/propTypes.js +0 -3
- package/lib/Textarea/Textarea.js +30 -55
- package/lib/Textarea/Textarea.module.css +3 -4
- package/lib/Textarea/__tests__/Textarea.spec.js +2 -14
- package/lib/Textarea/props/propTypes.js +0 -3
- package/lib/Tooltip/Tooltip.js +31 -94
- package/lib/Tooltip/__tests__/Tooltip.spec.js +3 -24
- package/lib/Tooltip/props/propTypes.js +0 -3
- package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +16 -40
- package/lib/VelocityAnimation/VelocityAnimation/props/propTypes.js +0 -3
- package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +25 -53
- package/lib/VelocityAnimation/VelocityAnimationGroup/props/propTypes.js +0 -3
- package/lib/VelocityAnimation/index.js +0 -3
- package/lib/css.js +0 -40
- package/lib/deprecated/PortalLayer/PortalLayer.js +24 -47
- package/lib/deprecated/PortalLayer/props/propTypes.js +0 -3
- package/lib/index.js +0 -57
- package/lib/semantic/Button/Button.js +22 -42
- package/lib/semantic/Button/props/propTypes.js +0 -3
- package/lib/semantic/index.js +0 -2
- package/lib/utils/Common.js +18 -108
- package/lib/utils/ContextOptimizer.js +10 -16
- package/lib/utils/__tests__/constructFullName.spec.js +0 -1
- package/lib/utils/__tests__/debounce.spec.js +2 -3
- package/lib/utils/__tests__/getInitial.spec.js +0 -1
- package/lib/utils/constructFullName.js +4 -13
- package/lib/utils/css/compileClassNames.js +0 -6
- package/lib/utils/css/mergeStyle.js +7 -10
- package/lib/utils/css/utils.js +0 -8
- package/lib/utils/datetime/common.js +7 -52
- package/lib/utils/debounce.js +1 -6
- package/lib/utils/dropDownUtils.js +60 -176
- package/lib/utils/dummyFunction.js +0 -2
- package/lib/utils/getHTMLFontSize.js +0 -1
- package/lib/utils/getInitial.js +0 -6
- package/lib/utils/index.js +0 -4
- package/lib/utils/scrollTo.js +0 -2
- package/lib/utils/shallowEqual.js +0 -8
- package/package.json +2 -2
- package/es/utils/datetime/GMTZones.js +0 -48
- package/lib/utils/datetime/GMTZones.js +0 -55
|
@@ -1,86 +1,61 @@
|
|
|
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
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
6
|
exports.ResponsiveReceiver = ResponsiveReceiver;
|
|
9
7
|
exports.ResponsiveSender = ResponsiveSender;
|
|
10
8
|
exports.useResponsiveReceiver = useResponsiveReceiver;
|
|
11
|
-
|
|
12
9
|
var _react = _interopRequireWildcard(require("react"));
|
|
13
|
-
|
|
14
10
|
var _defaultProps = require("./props/defaultProps");
|
|
15
|
-
|
|
16
11
|
var _propTypes = require("./props/propTypes");
|
|
17
|
-
|
|
18
12
|
var _ResizeObserver = _interopRequireDefault(require("./ResizeObserver"));
|
|
19
|
-
|
|
20
13
|
var _RefWrapper = _interopRequireDefault(require("./RefWrapper"));
|
|
21
|
-
|
|
22
14
|
var _shallowCompare = _interopRequireDefault(require("./utils/shallowCompare"));
|
|
23
|
-
|
|
24
15
|
var _sizeObservers = require("./sizeObservers");
|
|
25
|
-
|
|
26
16
|
var _ContextOptimizer = require("../utils/ContextOptimizer");
|
|
27
|
-
|
|
28
17
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
|
-
|
|
30
18
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
31
|
-
|
|
32
19
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
33
|
-
|
|
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); }
|
|
34
21
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
35
|
-
|
|
36
22
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
37
|
-
|
|
38
23
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
39
|
-
|
|
40
|
-
function
|
|
41
|
-
|
|
42
|
-
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
43
|
-
|
|
24
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
25
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
44
26
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
45
|
-
|
|
46
27
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
47
|
-
|
|
48
28
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
49
|
-
|
|
50
|
-
function
|
|
51
|
-
|
|
29
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
30
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
31
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
52
32
|
// const commonBreakPoints = [ 480, 640, 768, 1024, 1440 ];
|
|
53
33
|
// const otherBreakPoints = [320, 360, 375, 720, 1280, 1600, 1920];
|
|
54
34
|
// defaultResponsiveId means if ResponsiveSender do not recive id This will be id
|
|
55
|
-
var defaultResponsiveId = 'parent_sender';
|
|
35
|
+
var defaultResponsiveId = 'parent_sender';
|
|
56
36
|
|
|
37
|
+
// validSizeResponsiveId means in some parent's height and with is caluclated ( readed )
|
|
57
38
|
var validSizeResponsiveId = 'valid_sender';
|
|
58
|
-
|
|
59
39
|
var ResponsiveContext = /*#__PURE__*/_react["default"].createContext(_defineProperty({}, validSizeResponsiveId, _sizeObservers.windowResizeObserver));
|
|
60
|
-
|
|
61
40
|
function ResponsiveSender(props) {
|
|
62
41
|
// variables
|
|
63
42
|
var children = props.children,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
43
|
+
domRefKey = props.domRefKey,
|
|
44
|
+
responsiveId = props.responsiveId;
|
|
67
45
|
function init() {
|
|
68
46
|
var size = {
|
|
69
47
|
height: 0,
|
|
70
48
|
width: 0
|
|
71
49
|
};
|
|
72
|
-
|
|
73
50
|
function getSize() {
|
|
74
51
|
return size;
|
|
75
52
|
}
|
|
76
|
-
|
|
77
53
|
var childContext = {
|
|
78
54
|
resize: new _sizeObservers.Subscribale(),
|
|
79
55
|
getSize: getSize,
|
|
80
56
|
// TODO: rename isParentSize ==> isSizeReaded (or) isMySize (or) isOriginalSize
|
|
81
57
|
isParentSize: false
|
|
82
58
|
};
|
|
83
|
-
|
|
84
59
|
function onResize(newSize) {
|
|
85
60
|
childContext.isParentSize = true;
|
|
86
61
|
size = newSize;
|
|
@@ -88,37 +63,28 @@ function ResponsiveSender(props) {
|
|
|
88
63
|
childContext.resize.dispatch(newSize);
|
|
89
64
|
});
|
|
90
65
|
}
|
|
91
|
-
|
|
92
66
|
var observer = new _ResizeObserver["default"](onResize);
|
|
93
|
-
|
|
94
67
|
function containerRef(node) {
|
|
95
68
|
observer.replaceObservationElement(node);
|
|
96
69
|
}
|
|
97
|
-
|
|
98
70
|
return {
|
|
99
71
|
containerRef: containerRef,
|
|
100
72
|
childContext: childContext
|
|
101
73
|
};
|
|
102
74
|
}
|
|
103
|
-
|
|
104
75
|
var _useMemo = (0, _react.useMemo)(init, []),
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
76
|
+
containerRef = _useMemo.containerRef,
|
|
77
|
+
childContext = _useMemo.childContext;
|
|
108
78
|
function contextSelector(context) {
|
|
109
79
|
var totalContext = _objectSpread({}, context);
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
80
|
+
totalContext[responsiveId] = childContext;
|
|
81
|
+
// NOTE: this for fallback of if responsive receiver id wrong or not avelable Responcive id
|
|
113
82
|
totalContext[defaultResponsiveId] = childContext;
|
|
114
|
-
|
|
115
83
|
if (childContext.isParentSize) {
|
|
116
84
|
totalContext[validSizeResponsiveId] = childContext;
|
|
117
85
|
}
|
|
118
|
-
|
|
119
86
|
return totalContext;
|
|
120
87
|
}
|
|
121
|
-
|
|
122
88
|
return /*#__PURE__*/_react["default"].createElement(_ContextOptimizer.ContextOptimizer, {
|
|
123
89
|
Context: ResponsiveContext,
|
|
124
90
|
calculation: contextSelector
|
|
@@ -131,28 +97,23 @@ function ResponsiveSender(props) {
|
|
|
131
97
|
}, children));
|
|
132
98
|
});
|
|
133
99
|
}
|
|
134
|
-
|
|
135
100
|
ResponsiveSender.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.CustomResponsiveSender_defaultProps), {}, {
|
|
136
101
|
responsiveId: defaultResponsiveId
|
|
137
102
|
});
|
|
138
103
|
ResponsiveSender.contextType = ResponsiveContext;
|
|
139
104
|
ResponsiveSender.propTypes = _propTypes.CustomResponsiveSender_propTypes;
|
|
140
|
-
|
|
141
105
|
function useResponsiveReceiver() {
|
|
142
106
|
var responsiveId = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : defaultResponsiveId;
|
|
143
107
|
var query = arguments.length > 1 ? arguments[1] : undefined;
|
|
144
|
-
|
|
145
108
|
var _useState = (0, _react.useState)(),
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
109
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
110
|
+
forceUpdate = _useState2[1];
|
|
149
111
|
var totalContextData = (0, _react.useContext)(ResponsiveContext);
|
|
150
112
|
var validSizeContextData = totalContextData[validSizeResponsiveId];
|
|
151
113
|
var contextData = totalContextData[responsiveId] || totalContextData[defaultResponsiveId] || validSizeContextData; // NOTE: this for fallback of if responsive receiver id wrong
|
|
152
114
|
|
|
153
115
|
var resizeHandlerRef = (0, _react.useRef)();
|
|
154
116
|
var data = (0, _react.useRef)();
|
|
155
|
-
|
|
156
117
|
function updateLatestData() {
|
|
157
118
|
var size = contextData.isParentSize ? contextData.getSize() : validSizeContextData.getSize();
|
|
158
119
|
var prevData = data.current;
|
|
@@ -163,43 +124,38 @@ function useResponsiveReceiver() {
|
|
|
163
124
|
mediaQueryOR: function mediaQueryOR(breakPointArray) {
|
|
164
125
|
return breakPointArray.some(function (breakPoint) {
|
|
165
126
|
var _isBreackPointMatched = (0, _sizeObservers.isBreackPointMatched)(breakPoint, size),
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
127
|
+
isHeight = _isBreackPointMatched.isHeight,
|
|
128
|
+
isWidth = _isBreackPointMatched.isWidth;
|
|
169
129
|
return isHeight || isWidth;
|
|
170
130
|
});
|
|
171
131
|
},
|
|
172
132
|
mediaQueryAND: function mediaQueryAND(breakPointArray) {
|
|
173
133
|
return breakPointArray.every(function (breakPoint) {
|
|
174
134
|
var _isBreackPointMatched2 = (0, _sizeObservers.isBreackPointMatched)(breakPoint, size),
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
135
|
+
isHeight = _isBreackPointMatched2.isHeight,
|
|
136
|
+
isWidth = _isBreackPointMatched2.isWidth;
|
|
178
137
|
return (isHeight === undefined ? true : isHeight) && (isWidth === undefined ? true : isWidth);
|
|
179
138
|
});
|
|
180
139
|
}
|
|
181
140
|
});
|
|
182
141
|
var isSameValues = (0, _shallowCompare["default"])(data.current, prevData);
|
|
183
|
-
|
|
184
142
|
if (isSameValues) {
|
|
185
143
|
data.current = prevData;
|
|
186
144
|
}
|
|
187
|
-
|
|
188
145
|
return isSameValues;
|
|
189
146
|
}
|
|
190
|
-
|
|
191
147
|
resizeHandlerRef.current = updateLatestData;
|
|
192
148
|
(0, _react.useEffect)(function () {
|
|
193
149
|
function handleResize(size) {
|
|
194
150
|
var isSameValues = resizeHandlerRef.current(size);
|
|
195
151
|
!isSameValues && forceUpdate({});
|
|
196
152
|
}
|
|
197
|
-
|
|
198
153
|
contextData.resize.subscribe(handleResize);
|
|
199
154
|
return function () {
|
|
200
155
|
return contextData.resize.unsubscribe(handleResize);
|
|
201
156
|
};
|
|
202
|
-
}, [contextData]);
|
|
157
|
+
}, [contextData]);
|
|
158
|
+
// const prevContextDataRef = useRef();
|
|
203
159
|
// function handleResize(size) {
|
|
204
160
|
// const prevData = data.current;
|
|
205
161
|
// resizeHandlerRef.current(size);
|
|
@@ -214,20 +170,20 @@ function useResponsiveReceiver() {
|
|
|
214
170
|
// contextData.resize.subscribe(handleResize);
|
|
215
171
|
// } else {
|
|
216
172
|
// windowResizeObserver.observe(handleResize);
|
|
173
|
+
|
|
217
174
|
// }
|
|
175
|
+
|
|
218
176
|
// }
|
|
219
177
|
// NOTE: this call for we must give updated value
|
|
220
|
-
|
|
221
178
|
updateLatestData();
|
|
222
179
|
return data.current;
|
|
223
180
|
}
|
|
224
|
-
|
|
225
181
|
function ResponsiveReceiver(_ref) {
|
|
226
182
|
var children = _ref.children,
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
183
|
+
responsiveId = _ref.responsiveId,
|
|
184
|
+
query = _ref.query,
|
|
185
|
+
eleRef = _ref.eleRef,
|
|
186
|
+
domRefKey = _ref.domRefKey;
|
|
231
187
|
var data = useResponsiveReceiver(responsiveId, query);
|
|
232
188
|
var child = children(data);
|
|
233
189
|
return eleRef ? /*#__PURE__*/_react["default"].createElement(_RefWrapper["default"], {
|
|
@@ -235,7 +191,6 @@ function ResponsiveReceiver(_ref) {
|
|
|
235
191
|
ref: eleRef
|
|
236
192
|
}, child) : child;
|
|
237
193
|
}
|
|
238
|
-
|
|
239
194
|
ResponsiveReceiver.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.CustomResponsiveReceiver_defaultProps), {}, {
|
|
240
195
|
responsiveId: defaultResponsiveId
|
|
241
196
|
});
|
|
@@ -1,24 +1,18 @@
|
|
|
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
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
6
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
7
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
8
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
-
|
|
16
10
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
17
|
-
|
|
18
11
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
19
|
-
|
|
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; }
|
|
21
|
-
|
|
12
|
+
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); }
|
|
13
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
14
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
15
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
16
|
function setRef(refFunc, value) {
|
|
23
17
|
if (typeof refFunc === 'function') {
|
|
24
18
|
refFunc(value);
|
|
@@ -26,23 +20,23 @@ function setRef(refFunc, value) {
|
|
|
26
20
|
refFunc.current = value;
|
|
27
21
|
}
|
|
28
22
|
}
|
|
29
|
-
|
|
30
23
|
var DOMRefWrapper = /*#__PURE__*/(0, _react.forwardRef)(function (props, refFunc) {
|
|
31
24
|
var ele = _react.Children.only(props.children);
|
|
32
|
-
|
|
33
25
|
var _props$domRefKey = props.domRefKey,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
var refKey = typeof ele.type !== 'string' ? domRefKey : 'ref'; // const setAttribute = useCallback(node => {
|
|
26
|
+
domRefKey = _props$domRefKey === void 0 ? 'eleRef' : _props$domRefKey;
|
|
37
27
|
|
|
28
|
+
// NOTE: need to check for forward Ref function, Because in Froward Ref case refKey is "ref"
|
|
29
|
+
var refKey = typeof ele.type !== 'string' ? domRefKey : 'ref';
|
|
30
|
+
// const setAttribute = useCallback(node => {
|
|
38
31
|
var eleRealRefFunc = ele.props[refKey];
|
|
39
32
|
var setAttribute = (0, _react.useCallback)(function (ref) {
|
|
40
33
|
setRef(refFunc, ref);
|
|
41
34
|
setRef(eleRealRefFunc, ref);
|
|
42
|
-
}, [refFunc, eleRealRefFunc]);
|
|
35
|
+
}, [refFunc, eleRealRefFunc]);
|
|
43
36
|
|
|
44
|
-
|
|
37
|
+
// let refKey = typeof ele.type === 'string' ? 'ref' : 'eleRef';
|
|
45
38
|
|
|
39
|
+
var childProps = _defineProperty({}, refKey, setAttribute);
|
|
46
40
|
return /*#__PURE__*/(0, _react.cloneElement)(ele, childProps);
|
|
47
41
|
});
|
|
48
42
|
DOMRefWrapper.defaultProps = {
|
|
@@ -1,63 +1,43 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
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
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
10
|
var _ResizeObserver = _interopRequireDefault(require("./ResizeObserver"));
|
|
15
|
-
|
|
16
11
|
var _Common = require("../utils/Common");
|
|
17
|
-
|
|
18
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
-
|
|
20
13
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
21
|
-
|
|
22
14
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
23
|
-
|
|
24
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
25
|
-
|
|
15
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
26
16
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
27
|
-
|
|
28
|
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
29
|
-
|
|
17
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
30
18
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
31
|
-
|
|
19
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
20
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
32
21
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
33
|
-
|
|
34
22
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
35
|
-
|
|
36
23
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
37
|
-
|
|
38
24
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
39
|
-
|
|
40
25
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
41
|
-
|
|
42
26
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
27
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable */ // QUestions to be discussed
|
|
28
|
+
//1) mutation.type === 'characterData' needed ???
|
|
29
|
+
// 2) debounce Mutation observer and resize observer
|
|
46
30
|
var ResizeComponent = /*#__PURE__*/function (_React$Component) {
|
|
47
31
|
_inherits(ResizeComponent, _React$Component);
|
|
48
|
-
|
|
49
32
|
var _super = _createSuper(ResizeComponent);
|
|
50
|
-
|
|
51
33
|
function ResizeComponent(props) {
|
|
52
34
|
var _this;
|
|
53
|
-
|
|
54
35
|
_classCallCheck(this, ResizeComponent);
|
|
55
|
-
|
|
56
36
|
_this = _super.call(this, props);
|
|
57
37
|
_this.noSpaceForChildren = false;
|
|
58
38
|
_this.childrenCurrentList = [];
|
|
59
|
-
_this.widthCheck = (0, _Common.debounce)(_this.widthCheck.bind(_assertThisInitialized(_this)), 10);
|
|
60
|
-
|
|
39
|
+
_this.widthCheck = (0, _Common.debounce)(_this.widthCheck.bind(_assertThisInitialized(_this)), 10);
|
|
40
|
+
// this.widthCheck = this.widthCheck.bind(this);
|
|
61
41
|
_this.onResize = _this.onResize.bind(_assertThisInitialized(_this));
|
|
62
42
|
_this.onResizeMutation = _this.onResizeMutation.bind(_assertThisInitialized(_this));
|
|
63
43
|
_this.tabsObserver = new _ResizeObserver["default"](_this.onResize);
|
|
@@ -67,7 +47,6 @@ var ResizeComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
67
47
|
_this.querySelector = _this.querySelector.bind(_assertThisInitialized(_this));
|
|
68
48
|
return _this;
|
|
69
49
|
}
|
|
70
|
-
|
|
71
50
|
_createClass(ResizeComponent, [{
|
|
72
51
|
key: "querySelector",
|
|
73
52
|
value: function querySelector() {
|
|
@@ -81,17 +60,13 @@ var ResizeComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
81
60
|
key: "onResizeMutation",
|
|
82
61
|
value: function onResizeMutation(mutations) {
|
|
83
62
|
var _this2 = this;
|
|
84
|
-
|
|
85
63
|
// console.log(mutations);
|
|
86
64
|
var childrenList = this.props.childrenList;
|
|
87
|
-
|
|
88
65
|
var _iterator = _createForOfIteratorHelper(mutations),
|
|
89
|
-
|
|
90
|
-
|
|
66
|
+
_step;
|
|
91
67
|
try {
|
|
92
|
-
|
|
68
|
+
var _loop = function _loop() {
|
|
93
69
|
var mutation = _step.value;
|
|
94
|
-
|
|
95
70
|
if (mutation.type === 'childList') {
|
|
96
71
|
if (mutation.addedNodes.length) {
|
|
97
72
|
var newAdded = false;
|
|
@@ -101,19 +76,27 @@ var ResizeComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
101
76
|
newAdded = true;
|
|
102
77
|
}
|
|
103
78
|
});
|
|
104
|
-
|
|
105
79
|
if (newAdded) {
|
|
106
80
|
//console.log('A child node has been added ', mutation);
|
|
107
|
-
|
|
81
|
+
|
|
82
|
+
_this2.onResize();
|
|
108
83
|
}
|
|
109
|
-
} else if (mutation.removedNodes.length) {
|
|
84
|
+
} else if (mutation.removedNodes.length) {
|
|
85
|
+
// ?? removed nodes ku check pannanum ah ??
|
|
110
86
|
// console.log('A child node has been removed ', mutation);
|
|
111
87
|
}
|
|
112
|
-
} else if (mutation.type === 'attributes') {
|
|
113
|
-
|
|
88
|
+
} else if (mutation.type === 'attributes') {
|
|
89
|
+
//console.log('The ' + mutation.attributeName + ' attribute was modified.', mutation);
|
|
90
|
+
} else if (mutation.type === 'characterData') {
|
|
91
|
+
// To Call While Changing InnerText, Remove Below line If Required. But It might affect Performance.
|
|
114
92
|
// this.onResize();
|
|
115
93
|
}
|
|
116
|
-
}
|
|
94
|
+
};
|
|
95
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
96
|
+
_loop();
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// mutations.forEach(mutation => {
|
|
117
100
|
// if (mutation.target === foo &&
|
|
118
101
|
// mutation.attributeName === 'style' &&
|
|
119
102
|
// oldWidth !== foo.style.width) {
|
|
@@ -122,7 +105,6 @@ var ResizeComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
122
105
|
// oldWidth = foo.style.width;
|
|
123
106
|
// }
|
|
124
107
|
// });
|
|
125
|
-
|
|
126
108
|
} catch (err) {
|
|
127
109
|
_iterator.e(err);
|
|
128
110
|
} finally {
|
|
@@ -162,11 +144,9 @@ var ResizeComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
162
144
|
this.childrenCurrentList = this.querySelector();
|
|
163
145
|
this.widthCheck();
|
|
164
146
|
}
|
|
165
|
-
|
|
166
147
|
if (this.props.resizeId !== prevProps.resizeId) {
|
|
167
148
|
// Completely reset the observers and set new observer if id is changed
|
|
168
149
|
this.reset();
|
|
169
|
-
|
|
170
150
|
if (this.props.wrapperDivRef && this.props.wrapperDivRef.current) {
|
|
171
151
|
this.tabsObserver.observe(this.props.wrapperDivRef.current);
|
|
172
152
|
this.tabObserver.observe(this.props.wrapperDivRef.current, {
|
|
@@ -184,45 +164,43 @@ var ResizeComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
184
164
|
value: function onResize() {
|
|
185
165
|
// if (this.childrenCurrentList.length !== 0) {
|
|
186
166
|
this.childrenCurrentList = [];
|
|
187
|
-
this.constructChildren(0, false);
|
|
188
|
-
|
|
167
|
+
this.constructChildren(0, false);
|
|
168
|
+
//}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
// shouldComponentUpdate() {
|
|
189
172
|
// return this.childrenCurrentList.length === 0
|
|
190
173
|
// }
|
|
191
|
-
|
|
192
174
|
}, {
|
|
193
175
|
key: "widthCheck",
|
|
194
176
|
value: function widthCheck() {
|
|
195
177
|
var wrapperDivRef = this.props.wrapperDivRef.current;
|
|
196
178
|
var moreDivRef = this.props.moreDivRef.current;
|
|
197
|
-
|
|
198
179
|
if (wrapperDivRef && this.childrenCurrentList.length > 0) {
|
|
199
|
-
var childrenWidthList = this.childrenCurrentList;
|
|
200
|
-
|
|
201
|
-
var moreWidth = (0, _Common.getElementSpace)(moreDivRef).neededSpace;
|
|
202
|
-
|
|
180
|
+
var childrenWidthList = this.childrenCurrentList;
|
|
181
|
+
// this.childrenCurrentList = childrenWidthList;
|
|
182
|
+
var moreWidth = (0, _Common.getElementSpace)(moreDivRef).neededSpace;
|
|
183
|
+
//console.log(moreWidth,'moreWidth');
|
|
203
184
|
var totalWidth = (0, _Common.getElementSpace)(wrapperDivRef).availableInsideSpace - moreWidth;
|
|
204
185
|
var _childrenTotalWidth = 0;
|
|
205
186
|
var dataCount = 0;
|
|
206
187
|
this.noSpaceForChildren = false;
|
|
207
|
-
|
|
208
188
|
if (totalWidth <= moreWidth) {
|
|
209
189
|
this.noSpaceForChildren = true;
|
|
210
190
|
} else {
|
|
211
191
|
for (var i = 0; i < childrenWidthList.length; i++) {
|
|
212
192
|
var currentWidth = (0, _Common.getElementSpace)(childrenWidthList[i]).neededSpace;
|
|
213
|
-
_childrenTotalWidth += currentWidth;
|
|
214
|
-
|
|
193
|
+
_childrenTotalWidth += currentWidth;
|
|
194
|
+
// console.log(_childrenTotalWidth, currentWidth, totalWidth)
|
|
215
195
|
if (i === childrenWidthList.length - 1 && moreWidth >= currentWidth) {
|
|
216
196
|
totalWidth += moreWidth;
|
|
217
197
|
}
|
|
218
|
-
|
|
219
198
|
if (totalWidth <= _childrenTotalWidth) {
|
|
220
199
|
dataCount = i;
|
|
221
200
|
break;
|
|
222
201
|
}
|
|
223
202
|
}
|
|
224
203
|
}
|
|
225
|
-
|
|
226
204
|
this.constructChildren(dataCount, true);
|
|
227
205
|
} else {
|
|
228
206
|
this.constructChildren(0, false);
|
|
@@ -234,9 +212,9 @@ var ResizeComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
234
212
|
var dataCount = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
|
|
235
213
|
var responsive = arguments.length > 1 ? arguments[1] : undefined;
|
|
236
214
|
var _this$props = this.props,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
215
|
+
childrenList = _this$props.childrenList,
|
|
216
|
+
getData = _this$props.getData;
|
|
217
|
+
// If the data count is zero we assume that we can render all the items - data count will be zero only when we want to calculate the whole list width
|
|
240
218
|
dataCount = dataCount || childrenList && childrenList.length;
|
|
241
219
|
getData({
|
|
242
220
|
responsiveHook: responsive,
|
|
@@ -249,10 +227,8 @@ var ResizeComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
249
227
|
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, this.props.children);
|
|
250
228
|
}
|
|
251
229
|
}]);
|
|
252
|
-
|
|
253
230
|
return ResizeComponent;
|
|
254
231
|
}(_react["default"].Component);
|
|
255
|
-
|
|
256
232
|
exports["default"] = ResizeComponent;
|
|
257
233
|
ResizeComponent.propTypes = {
|
|
258
234
|
children: _propTypes["default"].node,
|