funda-ui 4.7.620 → 4.7.624
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/.gitattributes +2 -0
- package/README.md +116 -2
- package/README_PUBLISH.md +328 -0
- package/lib/cjs/DynamicFields/index.js +11 -3
- package/lib/esm/DynamicFields/index.tsx +9 -4
- package/logo.png +0 -0
- package/package.json +591 -1
- package/preview.png +0 -0
- package/{DynamicFields → publish/DynamicFields}/index.js +11 -3
- package/publish/LICENSE +21 -0
- package/publish/README.md +328 -0
- package/publish/lib/cjs/Accordion/index.d.ts +2 -0
- package/publish/lib/cjs/Accordion/index.js +667 -0
- package/publish/lib/cjs/BackToTop/index.d.ts +17 -0
- package/publish/lib/cjs/BackToTop/index.js +904 -0
- package/publish/lib/cjs/CascadingSelect/index.d.ts +80 -0
- package/publish/lib/cjs/CascadingSelect/index.js +3383 -0
- package/publish/lib/cjs/CascadingSelectE2E/index.d.ts +91 -0
- package/publish/lib/cjs/CascadingSelectE2E/index.js +3988 -0
- package/publish/lib/cjs/Chatbox/index.d.ts +101 -0
- package/publish/lib/cjs/Chatbox/index.js +7037 -0
- package/publish/lib/cjs/Checkbox/index.d.ts +28 -0
- package/publish/lib/cjs/Checkbox/index.js +673 -0
- package/publish/lib/cjs/ColorPicker/index.d.ts +27 -0
- package/publish/lib/cjs/ColorPicker/index.js +662 -0
- package/publish/lib/cjs/Date/index.d.ts +70 -0
- package/publish/lib/cjs/Date/index.js +6368 -0
- package/publish/lib/cjs/DigitalClock/index.d.ts +7 -0
- package/publish/lib/cjs/DigitalClock/index.js +402 -0
- package/publish/lib/cjs/DragDropList/index.d.ts +45 -0
- package/publish/lib/cjs/DragDropList/index.js +1586 -0
- package/publish/lib/cjs/DropdownMenu/index.d.ts +38 -0
- package/publish/lib/cjs/DropdownMenu/index.js +1507 -0
- package/publish/lib/cjs/DynamicFields/index.d.ts +40 -0
- package/publish/lib/cjs/DynamicFields/index.js +818 -0
- package/publish/lib/cjs/EventCalendar/index.d.ts +61 -0
- package/publish/lib/cjs/EventCalendar/index.js +3789 -0
- package/publish/lib/cjs/EventCalendarTimeline/index.d.ts +100 -0
- package/publish/lib/cjs/EventCalendarTimeline/index.js +6141 -0
- package/publish/lib/cjs/File/index.d.ts +40 -0
- package/publish/lib/cjs/File/index.js +1751 -0
- package/publish/lib/cjs/HorizontalScrollContent/index.d.ts +14 -0
- package/publish/lib/cjs/HorizontalScrollContent/index.js +426 -0
- package/publish/lib/cjs/Input/index.d.ts +59 -0
- package/publish/lib/cjs/Input/index.js +1486 -0
- package/publish/lib/cjs/LiveSearch/index.d.ts +70 -0
- package/publish/lib/cjs/LiveSearch/index.js +4180 -0
- package/publish/lib/cjs/MasonryLayout/index.d.ts +14 -0
- package/publish/lib/cjs/MasonryLayout/index.js +689 -0
- package/publish/lib/cjs/ModalDialog/index.d.ts +83 -0
- package/publish/lib/cjs/ModalDialog/index.js +1719 -0
- package/publish/lib/cjs/ModeSwitch/index.d.ts +17 -0
- package/publish/lib/cjs/ModeSwitch/index.js +202 -0
- package/publish/lib/cjs/MultilevelDropdownMenu/index.d.ts +20 -0
- package/publish/lib/cjs/MultilevelDropdownMenu/index.js +930 -0
- package/publish/lib/cjs/MultipleCheckboxes/index.d.ts +66 -0
- package/publish/lib/cjs/MultipleCheckboxes/index.js +2337 -0
- package/publish/lib/cjs/MultipleSelect/index.d.ts +65 -0
- package/publish/lib/cjs/MultipleSelect/index.js +4197 -0
- package/publish/lib/cjs/NativeSelect/index.d.ts +37 -0
- package/publish/lib/cjs/NativeSelect/index.js +2052 -0
- package/publish/lib/cjs/NumberInput/index.d.ts +40 -0
- package/publish/lib/cjs/NumberInput/index.js +1191 -0
- package/publish/lib/cjs/Pagination/index.d.ts +51 -0
- package/publish/lib/cjs/Pagination/index.js +612 -0
- package/publish/lib/cjs/Radio/index.d.ts +45 -0
- package/publish/lib/cjs/Radio/index.js +1838 -0
- package/publish/lib/cjs/RangeSlider/index.d.ts +22 -0
- package/publish/lib/cjs/RangeSlider/index.js +2696 -0
- package/publish/lib/cjs/Refresher/index.d.ts +22 -0
- package/publish/lib/cjs/Refresher/index.js +564 -0
- package/publish/lib/cjs/RootPortal/index.d.ts +9 -0
- package/publish/lib/cjs/RootPortal/index.js +148 -0
- package/publish/lib/cjs/ScrollReveal/index.d.ts +21 -0
- package/publish/lib/cjs/ScrollReveal/index.js +401 -0
- package/publish/lib/cjs/Scrollbar/index.d.ts +17 -0
- package/publish/lib/cjs/Scrollbar/index.js +1107 -0
- package/publish/lib/cjs/SearchBar/index.d.ts +41 -0
- package/publish/lib/cjs/SearchBar/index.js +701 -0
- package/publish/lib/cjs/Select/index.d.ts +107 -0
- package/publish/lib/cjs/Select/index.js +6540 -0
- package/publish/lib/cjs/ShowMoreLess/index.d.ts +36 -0
- package/publish/lib/cjs/ShowMoreLess/index.js +387 -0
- package/publish/lib/cjs/SplitterPanel/index.d.ts +20 -0
- package/publish/lib/cjs/SplitterPanel/index.js +800 -0
- package/publish/lib/cjs/Stepper/index.d.ts +26 -0
- package/publish/lib/cjs/Stepper/index.js +568 -0
- package/publish/lib/cjs/Switch/index.d.ts +25 -0
- package/publish/lib/cjs/Switch/index.js +630 -0
- package/publish/lib/cjs/Table/index.d.ts +12 -0
- package/publish/lib/cjs/Table/index.js +2311 -0
- package/publish/lib/cjs/Tabs/index.d.ts +3 -0
- package/publish/lib/cjs/Tabs/index.js +771 -0
- package/publish/lib/cjs/TagInput/index.d.ts +37 -0
- package/publish/lib/cjs/TagInput/index.js +1227 -0
- package/publish/lib/cjs/Textarea/index.d.ts +50 -0
- package/publish/lib/cjs/Textarea/index.js +1795 -0
- package/publish/lib/cjs/Toast/index.d.ts +3 -0
- package/publish/lib/cjs/Toast/index.js +1345 -0
- package/publish/lib/cjs/Tooltip/index.d.ts +38 -0
- package/publish/lib/cjs/Tooltip/index.js +1778 -0
- package/publish/lib/cjs/Tree/index.d.ts +78 -0
- package/publish/lib/cjs/Tree/index.js +2330 -0
- package/publish/lib/cjs/Utils/anim.d.ts +11 -0
- package/publish/lib/cjs/Utils/anim.js +846 -0
- package/publish/lib/cjs/Utils/bodyScrollLock.d.ts +8 -0
- package/publish/lib/cjs/Utils/bodyScrollLock.js +311 -0
- package/publish/lib/cjs/Utils/buffer.d.ts +67 -0
- package/publish/lib/cjs/Utils/buffer.js +343 -0
- package/publish/lib/cjs/Utils/cls.d.ts +15 -0
- package/publish/lib/cjs/Utils/cls.js +124 -0
- package/publish/lib/cjs/Utils/convert.d.ts +25 -0
- package/publish/lib/cjs/Utils/convert.js +109 -0
- package/publish/lib/cjs/Utils/date.d.ts +227 -0
- package/publish/lib/cjs/Utils/date.js +587 -0
- package/publish/lib/cjs/Utils/dom.d.ts +13 -0
- package/publish/lib/cjs/Utils/dom.js +215 -0
- package/publish/lib/cjs/Utils/easing.d.ts +29 -0
- package/publish/lib/cjs/Utils/easing.js +221 -0
- package/publish/lib/cjs/Utils/extract.d.ts +66 -0
- package/publish/lib/cjs/Utils/extract.js +195 -0
- package/publish/lib/cjs/Utils/format-string.d.ts +65 -0
- package/publish/lib/cjs/Utils/format-string.js +167 -0
- package/publish/lib/cjs/Utils/formdata.d.ts +13 -0
- package/publish/lib/cjs/Utils/formdata.js +131 -0
- package/publish/lib/cjs/Utils/getElementProperty.d.ts +52 -0
- package/publish/lib/cjs/Utils/getElementProperty.js +189 -0
- package/publish/lib/cjs/Utils/guid.d.ts +7 -0
- package/publish/lib/cjs/Utils/guid.js +67 -0
- package/publish/lib/cjs/Utils/initDefaultOptions.d.ts +10 -0
- package/publish/lib/cjs/Utils/initDefaultOptions.js +607 -0
- package/publish/lib/cjs/Utils/inputsCalculation.d.ts +28 -0
- package/publish/lib/cjs/Utils/inputsCalculation.js +188 -0
- package/publish/lib/cjs/Utils/math.d.ts +77 -0
- package/publish/lib/cjs/Utils/math.js +305 -0
- package/publish/lib/cjs/Utils/object.d.ts +18 -0
- package/publish/lib/cjs/Utils/object.js +120 -0
- package/publish/lib/cjs/Utils/os.d.ts +2 -0
- package/publish/lib/cjs/Utils/os.js +104 -0
- package/publish/lib/cjs/Utils/performance.d.ts +3 -0
- package/publish/lib/cjs/Utils/performance.js +94 -0
- package/publish/lib/cjs/Utils/sanitize.d.ts +14 -0
- package/publish/lib/cjs/Utils/sanitize.js +87 -0
- package/publish/lib/cjs/Utils/time.d.ts +40 -0
- package/publish/lib/cjs/Utils/time.js +177 -0
- package/publish/lib/cjs/Utils/tree.d.ts +40 -0
- package/publish/lib/cjs/Utils/tree.js +195 -0
- package/publish/lib/cjs/Utils/useAutosizeTextArea.d.ts +10 -0
- package/publish/lib/cjs/Utils/useAutosizeTextArea.js +231 -0
- package/publish/lib/cjs/Utils/useBoundedDrag.d.ts +125 -0
- package/publish/lib/cjs/Utils/useBoundedDrag.js +380 -0
- package/publish/lib/cjs/Utils/useClickOutside.d.ts +33 -0
- package/publish/lib/cjs/Utils/useClickOutside.js +166 -0
- package/publish/lib/cjs/Utils/useComId.d.ts +6 -0
- package/publish/lib/cjs/Utils/useComId.js +114 -0
- package/publish/lib/cjs/Utils/useDebounce.d.ts +20 -0
- package/publish/lib/cjs/Utils/useDebounce.js +138 -0
- package/publish/lib/cjs/Utils/useDragDropPosition.d.ts +166 -0
- package/publish/lib/cjs/Utils/useDragDropPosition.js +453 -0
- package/publish/lib/cjs/Utils/useDraggable.d.ts +62 -0
- package/publish/lib/cjs/Utils/useDraggable.js +348 -0
- package/publish/lib/cjs/Utils/useHistoryTracker.d.ts +166 -0
- package/publish/lib/cjs/Utils/useHistoryTracker.js +649 -0
- package/publish/lib/cjs/Utils/useInterval.d.ts +5 -0
- package/publish/lib/cjs/Utils/useInterval.js +168 -0
- package/publish/lib/cjs/Utils/useIsMobile.d.ts +2 -0
- package/publish/lib/cjs/Utils/useIsMobile.js +232 -0
- package/publish/lib/cjs/Utils/useKeyPress.d.ts +44 -0
- package/publish/lib/cjs/Utils/useKeyPress.js +200 -0
- package/publish/lib/cjs/Utils/useSessionStorageListener.d.ts +2 -0
- package/publish/lib/cjs/Utils/useSessionStorageListener.js +157 -0
- package/publish/lib/cjs/Utils/useStreamController.d.ts +71 -0
- package/publish/lib/cjs/Utils/useStreamController.js +494 -0
- package/publish/lib/cjs/Utils/useThrottle.d.ts +2 -0
- package/publish/lib/cjs/Utils/useThrottle.js +136 -0
- package/publish/lib/cjs/Utils/useWindowScroll.d.ts +12 -0
- package/publish/lib/cjs/Utils/useWindowScroll.js +217 -0
- package/publish/lib/cjs/Utils/validate.d.ts +53 -0
- package/publish/lib/cjs/Utils/validate.js +536 -0
- package/publish/lib/cjs/Utils/viewport.d.ts +7 -0
- package/publish/lib/cjs/Utils/viewport.js +64 -0
- package/publish/lib/cjs/index.d.ts +49 -0
- package/publish/lib/cjs/index.js +50 -0
- package/publish/lib/css/BackToTop/index.css +34 -0
- package/publish/lib/css/CascadingSelect/index.css +245 -0
- package/publish/lib/css/CascadingSelectE2E/index.css +245 -0
- package/publish/lib/css/Chatbox/index.css +774 -0
- package/publish/lib/css/ColorPicker/index.css +58 -0
- package/publish/lib/css/Date/index.css +434 -0
- package/publish/lib/css/DragDropList/index.css +188 -0
- package/publish/lib/css/DropdownMenu/index.css +151 -0
- package/publish/lib/css/EventCalendar/index.css +300 -0
- package/publish/lib/css/EventCalendarTimeline/index.css +694 -0
- package/publish/lib/css/HorizontalScrollContent/index.css +70 -0
- package/publish/lib/css/LiveSearch/index.css +88 -0
- package/publish/lib/css/MultilevelDropdownMenu/index.css +38 -0
- package/publish/lib/css/MultipleSelect/index.css +313 -0
- package/publish/lib/css/RangeSlider/index.css +150 -0
- package/publish/lib/css/Scrollbar/index.css +176 -0
- package/publish/lib/css/Select/index.css +434 -0
- package/publish/lib/css/ShowMoreLess/index.css +23 -0
- package/publish/lib/css/SplitterPanel/index.css +63 -0
- package/publish/lib/css/Stepper/index.css +250 -0
- package/publish/lib/css/Table/index.css +584 -0
- package/publish/lib/css/TagInput/index.css +91 -0
- package/publish/lib/css/Toast/index.css +149 -0
- package/publish/lib/css/Tooltip/index.css +198 -0
- package/publish/lib/css/Tree/index.css +237 -0
- package/publish/lib/esm/Accordion/Accordion.tsx +185 -0
- package/publish/lib/esm/Accordion/AccordionItem.tsx +248 -0
- package/publish/lib/esm/Accordion/index.tsx +2 -0
- package/publish/lib/esm/BackToTop/index.scss +47 -0
- package/publish/lib/esm/BackToTop/index.tsx +177 -0
- package/publish/lib/esm/CascadingSelect/Group.tsx +83 -0
- package/publish/lib/esm/CascadingSelect/index.scss +330 -0
- package/publish/lib/esm/CascadingSelect/index.tsx +1397 -0
- package/publish/lib/esm/CascadingSelectE2E/Group.tsx +87 -0
- package/publish/lib/esm/CascadingSelectE2E/index.scss +333 -0
- package/publish/lib/esm/CascadingSelectE2E/index.tsx +1684 -0
- package/publish/lib/esm/Chatbox/PureLoader.tsx +47 -0
- package/publish/lib/esm/Chatbox/TypingEffect.tsx +56 -0
- package/publish/lib/esm/Chatbox/index.scss +966 -0
- package/publish/lib/esm/Chatbox/index.tsx +1742 -0
- package/publish/lib/esm/Chatbox/utils/func.ts +180 -0
- package/publish/lib/esm/Checkbox/index.tsx +206 -0
- package/publish/lib/esm/ColorPicker/index.scss +91 -0
- package/publish/lib/esm/ColorPicker/index.tsx +204 -0
- package/publish/lib/esm/Date/Calendar.tsx +723 -0
- package/publish/lib/esm/Date/index.scss +567 -0
- package/publish/lib/esm/Date/index.tsx +1797 -0
- package/publish/lib/esm/Date/localization/en_US.js +13 -0
- package/publish/lib/esm/Date/localization/zh_CN.js +12 -0
- package/publish/lib/esm/DigitalClock/index.tsx +74 -0
- package/publish/lib/esm/DragDropList/index.scss +245 -0
- package/publish/lib/esm/DragDropList/index.tsx +504 -0
- package/publish/lib/esm/DropdownMenu/Option.tsx +55 -0
- package/publish/lib/esm/DropdownMenu/index.scss +205 -0
- package/publish/lib/esm/DropdownMenu/index.tsx +378 -0
- package/publish/lib/esm/DynamicFields/index.tsx +409 -0
- package/publish/lib/esm/EventCalendar/index.scss +407 -0
- package/publish/lib/esm/EventCalendar/index.tsx +1005 -0
- package/publish/lib/esm/EventCalendarTimeline/index.scss +926 -0
- package/publish/lib/esm/EventCalendarTimeline/index.tsx +2686 -0
- package/publish/lib/esm/File/index.tsx +477 -0
- package/publish/lib/esm/HorizontalScrollContent/index.scss +87 -0
- package/publish/lib/esm/HorizontalScrollContent/index.tsx +171 -0
- package/publish/lib/esm/Input/index.tsx +641 -0
- package/publish/lib/esm/LiveSearch/index.scss +129 -0
- package/publish/lib/esm/LiveSearch/index.tsx +1058 -0
- package/publish/lib/esm/MasonryLayout/index.tsx +326 -0
- package/publish/lib/esm/ModalDialog/index.tsx +572 -0
- package/publish/lib/esm/ModeSwitch/index.tsx +82 -0
- package/publish/lib/esm/MultilevelDropdownMenu/ItemList.tsx +265 -0
- package/publish/lib/esm/MultilevelDropdownMenu/index.scss +79 -0
- package/publish/lib/esm/MultilevelDropdownMenu/index.tsx +77 -0
- package/publish/lib/esm/MultipleCheckboxes/index.tsx +849 -0
- package/publish/lib/esm/MultipleSelect/index.scss +398 -0
- package/publish/lib/esm/MultipleSelect/index.tsx +769 -0
- package/publish/lib/esm/MultipleSelect/utils/func.ts +63 -0
- package/publish/lib/esm/NativeSelect/index.tsx +396 -0
- package/publish/lib/esm/NativeSelect/utils/func.ts +51 -0
- package/publish/lib/esm/NumberInput/index.tsx +425 -0
- package/publish/lib/esm/Pagination/index.tsx +286 -0
- package/publish/lib/esm/Pagination/pagination-navigators.tsx +60 -0
- package/publish/lib/esm/Radio/index.tsx +694 -0
- package/publish/lib/esm/RangeSlider/index.scss +186 -0
- package/publish/lib/esm/RangeSlider/index.tsx +241 -0
- package/publish/lib/esm/Refresher/index.tsx +121 -0
- package/publish/lib/esm/RootPortal/index.tsx +59 -0
- package/publish/lib/esm/ScrollReveal/index.tsx +148 -0
- package/publish/lib/esm/Scrollbar/index.scss +221 -0
- package/publish/lib/esm/Scrollbar/index.tsx +561 -0
- package/publish/lib/esm/SearchBar/index.tsx +252 -0
- package/publish/lib/esm/Select/index.scss +639 -0
- package/publish/lib/esm/Select/index.tsx +3104 -0
- package/publish/lib/esm/Select/utils/func.ts +98 -0
- package/publish/lib/esm/ShowMoreLess/index.scss +27 -0
- package/publish/lib/esm/ShowMoreLess/index.tsx +145 -0
- package/publish/lib/esm/SplitterPanel/index.scss +82 -0
- package/publish/lib/esm/SplitterPanel/index.tsx +174 -0
- package/publish/lib/esm/Stepper/index.scss +315 -0
- package/publish/lib/esm/Stepper/index.tsx +325 -0
- package/publish/lib/esm/Switch/index.tsx +149 -0
- package/publish/lib/esm/Table/Table.tsx +351 -0
- package/publish/lib/esm/Table/TableBody.tsx +41 -0
- package/publish/lib/esm/Table/TableCaption.tsx +34 -0
- package/publish/lib/esm/Table/TableCell.tsx +126 -0
- package/publish/lib/esm/Table/TableColgroup.tsx +38 -0
- package/publish/lib/esm/Table/TableContext.tsx +26 -0
- package/publish/lib/esm/Table/TableFoot.tsx +28 -0
- package/publish/lib/esm/Table/TableHead.tsx +28 -0
- package/publish/lib/esm/Table/TableRow.tsx +76 -0
- package/publish/lib/esm/Table/index.scss +418 -0
- package/publish/lib/esm/Table/index.tsx +14 -0
- package/publish/lib/esm/Table/utils/DragHandleSprite.tsx +46 -0
- package/publish/lib/esm/Table/utils/SortSprite.tsx +63 -0
- package/publish/lib/esm/Table/utils/TableFilter.tsx +56 -0
- package/publish/lib/esm/Table/utils/ToggleSelection.tsx +255 -0
- package/publish/lib/esm/Table/utils/func.ts +182 -0
- package/publish/lib/esm/Table/utils/hooks/useTableDraggable.tsx +342 -0
- package/publish/lib/esm/Table/utils/hooks/useTableKeyPress.tsx +255 -0
- package/publish/lib/esm/Table/utils/hooks/useTableResponsive.tsx +92 -0
- package/publish/lib/esm/Table/utils/hooks/useTableSort.tsx +187 -0
- package/publish/lib/esm/Tabs/TabList.tsx +50 -0
- package/publish/lib/esm/Tabs/TabPanel.tsx +44 -0
- package/publish/lib/esm/Tabs/Tabs.tsx +282 -0
- package/publish/lib/esm/Tabs/index.tsx +3 -0
- package/publish/lib/esm/TagInput/index.scss +126 -0
- package/publish/lib/esm/TagInput/index.tsx +379 -0
- package/publish/lib/esm/Textarea/index.tsx +621 -0
- package/publish/lib/esm/Toast/Item.tsx +165 -0
- package/publish/lib/esm/Toast/Toast.tsx +391 -0
- package/publish/lib/esm/Toast/ToastContext.tsx +104 -0
- package/publish/lib/esm/Toast/__toast.vanilla.js +422 -0
- package/publish/lib/esm/Toast/index.scss +197 -0
- package/publish/lib/esm/Toast/index.tsx +3 -0
- package/publish/lib/esm/Toast/types.ts +60 -0
- package/publish/lib/esm/Toast/useToast.tsx +72 -0
- package/publish/lib/esm/Tooltip/index.scss +272 -0
- package/publish/lib/esm/Tooltip/index.tsx +416 -0
- package/publish/lib/esm/Tree/TreeList.tsx +600 -0
- package/publish/lib/esm/Tree/index.scss +384 -0
- package/publish/lib/esm/Tree/index.tsx +661 -0
- package/publish/lib/esm/Tree/init-height.tsx +40 -0
- package/publish/lib/esm/Tree/utils/func.ts +15 -0
- package/publish/lib/esm/Utils/hooks/useAutosizeTextArea.tsx +131 -0
- package/publish/lib/esm/Utils/hooks/useBoundedDrag.tsx +301 -0
- package/publish/lib/esm/Utils/hooks/useClickOutside.tsx +69 -0
- package/publish/lib/esm/Utils/hooks/useComId.tsx +13 -0
- package/publish/lib/esm/Utils/hooks/useDebounce.tsx +40 -0
- package/publish/lib/esm/Utils/hooks/useDragDropPosition.tsx +417 -0
- package/publish/lib/esm/Utils/hooks/useDraggable.tsx +265 -0
- package/publish/lib/esm/Utils/hooks/useHistoryTracker.tsx +554 -0
- package/publish/lib/esm/Utils/hooks/useInterval.tsx +74 -0
- package/publish/lib/esm/Utils/hooks/useIsMobile.tsx +139 -0
- package/publish/lib/esm/Utils/hooks/useKeyPress.tsx +104 -0
- package/publish/lib/esm/Utils/hooks/useSessionStorageListener.tsx +45 -0
- package/publish/lib/esm/Utils/hooks/useStreamController.tsx +277 -0
- package/publish/lib/esm/Utils/hooks/useThrottle.tsx +39 -0
- package/publish/lib/esm/Utils/hooks/useWindowScroll.tsx +83 -0
- package/publish/lib/esm/Utils/libs/anim.ts +96 -0
- package/publish/lib/esm/Utils/libs/buffer.ts +262 -0
- package/publish/lib/esm/Utils/libs/cls.ts +64 -0
- package/publish/lib/esm/Utils/libs/convert.ts +59 -0
- package/publish/lib/esm/Utils/libs/date.ts +598 -0
- package/publish/lib/esm/Utils/libs/dom.ts +150 -0
- package/publish/lib/esm/Utils/libs/easing.ts +201 -0
- package/publish/lib/esm/Utils/libs/extract.ts +160 -0
- package/publish/lib/esm/Utils/libs/format-string.ts +116 -0
- package/publish/lib/esm/Utils/libs/formdata.ts +93 -0
- package/publish/lib/esm/Utils/libs/getElementProperty.ts +150 -0
- package/publish/lib/esm/Utils/libs/guid.ts +16 -0
- package/publish/lib/esm/Utils/libs/initDefaultOptions.ts +43 -0
- package/publish/lib/esm/Utils/libs/inputsCalculation.ts +160 -0
- package/publish/lib/esm/Utils/libs/math.ts +276 -0
- package/publish/lib/esm/Utils/libs/object.ts +68 -0
- package/publish/lib/esm/Utils/libs/os.ts +63 -0
- package/publish/lib/esm/Utils/libs/performance.ts +47 -0
- package/publish/lib/esm/Utils/libs/sanitize.ts +55 -0
- package/publish/lib/esm/Utils/libs/time.ts +139 -0
- package/publish/lib/esm/Utils/libs/tree.ts +119 -0
- package/publish/lib/esm/Utils/libs/validate.ts +434 -0
- package/publish/lib/esm/Utils/libs/viewport.ts +20 -0
- package/publish/lib/esm/Utils/plugins/bodyScrollLock.ts +286 -0
- package/publish/lib/esm/index.js +47 -0
- package/publish/package.json +1 -0
- /package/{Accordion → publish/Accordion}/index.d.ts +0 -0
- /package/{Accordion → publish/Accordion}/index.js +0 -0
- /package/{BackToTop → publish/BackToTop}/index.css +0 -0
- /package/{BackToTop → publish/BackToTop}/index.d.ts +0 -0
- /package/{BackToTop → publish/BackToTop}/index.js +0 -0
- /package/{CascadingSelect → publish/CascadingSelect}/index.css +0 -0
- /package/{CascadingSelect → publish/CascadingSelect}/index.d.ts +0 -0
- /package/{CascadingSelect → publish/CascadingSelect}/index.js +0 -0
- /package/{CascadingSelectE2E → publish/CascadingSelectE2E}/index.css +0 -0
- /package/{CascadingSelectE2E → publish/CascadingSelectE2E}/index.d.ts +0 -0
- /package/{CascadingSelectE2E → publish/CascadingSelectE2E}/index.js +0 -0
- /package/{Chatbox → publish/Chatbox}/index.css +0 -0
- /package/{Chatbox → publish/Chatbox}/index.d.ts +0 -0
- /package/{Chatbox → publish/Chatbox}/index.js +0 -0
- /package/{Checkbox → publish/Checkbox}/index.d.ts +0 -0
- /package/{Checkbox → publish/Checkbox}/index.js +0 -0
- /package/{ColorPicker → publish/ColorPicker}/index.css +0 -0
- /package/{ColorPicker → publish/ColorPicker}/index.d.ts +0 -0
- /package/{ColorPicker → publish/ColorPicker}/index.js +0 -0
- /package/{Date → publish/Date}/index.css +0 -0
- /package/{Date → publish/Date}/index.d.ts +0 -0
- /package/{Date → publish/Date}/index.js +0 -0
- /package/{DigitalClock → publish/DigitalClock}/index.d.ts +0 -0
- /package/{DigitalClock → publish/DigitalClock}/index.js +0 -0
- /package/{DragDropList → publish/DragDropList}/index.css +0 -0
- /package/{DragDropList → publish/DragDropList}/index.d.ts +0 -0
- /package/{DragDropList → publish/DragDropList}/index.js +0 -0
- /package/{DropdownMenu → publish/DropdownMenu}/index.css +0 -0
- /package/{DropdownMenu → publish/DropdownMenu}/index.d.ts +0 -0
- /package/{DropdownMenu → publish/DropdownMenu}/index.js +0 -0
- /package/{DynamicFields → publish/DynamicFields}/index.d.ts +0 -0
- /package/{EventCalendar → publish/EventCalendar}/index.css +0 -0
- /package/{EventCalendar → publish/EventCalendar}/index.d.ts +0 -0
- /package/{EventCalendar → publish/EventCalendar}/index.js +0 -0
- /package/{EventCalendarTimeline → publish/EventCalendarTimeline}/index.css +0 -0
- /package/{EventCalendarTimeline → publish/EventCalendarTimeline}/index.d.ts +0 -0
- /package/{EventCalendarTimeline → publish/EventCalendarTimeline}/index.js +0 -0
- /package/{File → publish/File}/index.d.ts +0 -0
- /package/{File → publish/File}/index.js +0 -0
- /package/{HorizontalScrollContent → publish/HorizontalScrollContent}/index.css +0 -0
- /package/{HorizontalScrollContent → publish/HorizontalScrollContent}/index.d.ts +0 -0
- /package/{HorizontalScrollContent → publish/HorizontalScrollContent}/index.js +0 -0
- /package/{Input → publish/Input}/index.d.ts +0 -0
- /package/{Input → publish/Input}/index.js +0 -0
- /package/{LiveSearch → publish/LiveSearch}/index.css +0 -0
- /package/{LiveSearch → publish/LiveSearch}/index.d.ts +0 -0
- /package/{LiveSearch → publish/LiveSearch}/index.js +0 -0
- /package/{MasonryLayout → publish/MasonryLayout}/index.d.ts +0 -0
- /package/{MasonryLayout → publish/MasonryLayout}/index.js +0 -0
- /package/{ModalDialog → publish/ModalDialog}/index.d.ts +0 -0
- /package/{ModalDialog → publish/ModalDialog}/index.js +0 -0
- /package/{ModeSwitch → publish/ModeSwitch}/index.d.ts +0 -0
- /package/{ModeSwitch → publish/ModeSwitch}/index.js +0 -0
- /package/{MultilevelDropdownMenu → publish/MultilevelDropdownMenu}/index.css +0 -0
- /package/{MultilevelDropdownMenu → publish/MultilevelDropdownMenu}/index.d.ts +0 -0
- /package/{MultilevelDropdownMenu → publish/MultilevelDropdownMenu}/index.js +0 -0
- /package/{MultipleCheckboxes → publish/MultipleCheckboxes}/index.d.ts +0 -0
- /package/{MultipleCheckboxes → publish/MultipleCheckboxes}/index.js +0 -0
- /package/{MultipleSelect → publish/MultipleSelect}/index.css +0 -0
- /package/{MultipleSelect → publish/MultipleSelect}/index.d.ts +0 -0
- /package/{MultipleSelect → publish/MultipleSelect}/index.js +0 -0
- /package/{NativeSelect → publish/NativeSelect}/index.d.ts +0 -0
- /package/{NativeSelect → publish/NativeSelect}/index.js +0 -0
- /package/{NumberInput → publish/NumberInput}/index.d.ts +0 -0
- /package/{NumberInput → publish/NumberInput}/index.js +0 -0
- /package/{Pagination → publish/Pagination}/index.d.ts +0 -0
- /package/{Pagination → publish/Pagination}/index.js +0 -0
- /package/{Radio → publish/Radio}/index.d.ts +0 -0
- /package/{Radio → publish/Radio}/index.js +0 -0
- /package/{RangeSlider → publish/RangeSlider}/index.css +0 -0
- /package/{RangeSlider → publish/RangeSlider}/index.d.ts +0 -0
- /package/{RangeSlider → publish/RangeSlider}/index.js +0 -0
- /package/{Refresher → publish/Refresher}/index.d.ts +0 -0
- /package/{Refresher → publish/Refresher}/index.js +0 -0
- /package/{RootPortal → publish/RootPortal}/index.d.ts +0 -0
- /package/{RootPortal → publish/RootPortal}/index.js +0 -0
- /package/{ScrollReveal → publish/ScrollReveal}/index.d.ts +0 -0
- /package/{ScrollReveal → publish/ScrollReveal}/index.js +0 -0
- /package/{Scrollbar → publish/Scrollbar}/index.css +0 -0
- /package/{Scrollbar → publish/Scrollbar}/index.d.ts +0 -0
- /package/{Scrollbar → publish/Scrollbar}/index.js +0 -0
- /package/{SearchBar → publish/SearchBar}/index.d.ts +0 -0
- /package/{SearchBar → publish/SearchBar}/index.js +0 -0
- /package/{Select → publish/Select}/index.css +0 -0
- /package/{Select → publish/Select}/index.d.ts +0 -0
- /package/{Select → publish/Select}/index.js +0 -0
- /package/{ShowMoreLess → publish/ShowMoreLess}/index.css +0 -0
- /package/{ShowMoreLess → publish/ShowMoreLess}/index.d.ts +0 -0
- /package/{ShowMoreLess → publish/ShowMoreLess}/index.js +0 -0
- /package/{SplitterPanel → publish/SplitterPanel}/index.css +0 -0
- /package/{SplitterPanel → publish/SplitterPanel}/index.d.ts +0 -0
- /package/{SplitterPanel → publish/SplitterPanel}/index.js +0 -0
- /package/{Stepper → publish/Stepper}/index.css +0 -0
- /package/{Stepper → publish/Stepper}/index.d.ts +0 -0
- /package/{Stepper → publish/Stepper}/index.js +0 -0
- /package/{Switch → publish/Switch}/index.d.ts +0 -0
- /package/{Switch → publish/Switch}/index.js +0 -0
- /package/{Table → publish/Table}/index.css +0 -0
- /package/{Table → publish/Table}/index.d.ts +0 -0
- /package/{Table → publish/Table}/index.js +0 -0
- /package/{Tabs → publish/Tabs}/index.d.ts +0 -0
- /package/{Tabs → publish/Tabs}/index.js +0 -0
- /package/{TagInput → publish/TagInput}/index.css +0 -0
- /package/{TagInput → publish/TagInput}/index.d.ts +0 -0
- /package/{TagInput → publish/TagInput}/index.js +0 -0
- /package/{Textarea → publish/Textarea}/index.d.ts +0 -0
- /package/{Textarea → publish/Textarea}/index.js +0 -0
- /package/{Toast → publish/Toast}/index.css +0 -0
- /package/{Toast → publish/Toast}/index.d.ts +0 -0
- /package/{Toast → publish/Toast}/index.js +0 -0
- /package/{Tooltip → publish/Tooltip}/index.css +0 -0
- /package/{Tooltip → publish/Tooltip}/index.d.ts +0 -0
- /package/{Tooltip → publish/Tooltip}/index.js +0 -0
- /package/{Tree → publish/Tree}/index.css +0 -0
- /package/{Tree → publish/Tree}/index.d.ts +0 -0
- /package/{Tree → publish/Tree}/index.js +0 -0
- /package/{Utils → publish/Utils}/anim.d.ts +0 -0
- /package/{Utils → publish/Utils}/anim.js +0 -0
- /package/{Utils → publish/Utils}/bodyScrollLock.d.ts +0 -0
- /package/{Utils → publish/Utils}/bodyScrollLock.js +0 -0
- /package/{Utils → publish/Utils}/buffer.d.ts +0 -0
- /package/{Utils → publish/Utils}/buffer.js +0 -0
- /package/{Utils → publish/Utils}/cls.d.ts +0 -0
- /package/{Utils → publish/Utils}/cls.js +0 -0
- /package/{Utils → publish/Utils}/convert.d.ts +0 -0
- /package/{Utils → publish/Utils}/convert.js +0 -0
- /package/{Utils → publish/Utils}/date.d.ts +0 -0
- /package/{Utils → publish/Utils}/date.js +0 -0
- /package/{Utils → publish/Utils}/dom.d.ts +0 -0
- /package/{Utils → publish/Utils}/dom.js +0 -0
- /package/{Utils → publish/Utils}/easing.d.ts +0 -0
- /package/{Utils → publish/Utils}/easing.js +0 -0
- /package/{Utils → publish/Utils}/extract.d.ts +0 -0
- /package/{Utils → publish/Utils}/extract.js +0 -0
- /package/{Utils → publish/Utils}/format-string.d.ts +0 -0
- /package/{Utils → publish/Utils}/format-string.js +0 -0
- /package/{Utils → publish/Utils}/formdata.d.ts +0 -0
- /package/{Utils → publish/Utils}/formdata.js +0 -0
- /package/{Utils → publish/Utils}/getElementProperty.d.ts +0 -0
- /package/{Utils → publish/Utils}/getElementProperty.js +0 -0
- /package/{Utils → publish/Utils}/guid.d.ts +0 -0
- /package/{Utils → publish/Utils}/guid.js +0 -0
- /package/{Utils → publish/Utils}/initDefaultOptions.d.ts +0 -0
- /package/{Utils → publish/Utils}/initDefaultOptions.js +0 -0
- /package/{Utils → publish/Utils}/inputsCalculation.d.ts +0 -0
- /package/{Utils → publish/Utils}/inputsCalculation.js +0 -0
- /package/{Utils → publish/Utils}/math.d.ts +0 -0
- /package/{Utils → publish/Utils}/math.js +0 -0
- /package/{Utils → publish/Utils}/object.d.ts +0 -0
- /package/{Utils → publish/Utils}/object.js +0 -0
- /package/{Utils → publish/Utils}/os.d.ts +0 -0
- /package/{Utils → publish/Utils}/os.js +0 -0
- /package/{Utils → publish/Utils}/performance.d.ts +0 -0
- /package/{Utils → publish/Utils}/performance.js +0 -0
- /package/{Utils → publish/Utils}/sanitize.d.ts +0 -0
- /package/{Utils → publish/Utils}/sanitize.js +0 -0
- /package/{Utils → publish/Utils}/time.d.ts +0 -0
- /package/{Utils → publish/Utils}/time.js +0 -0
- /package/{Utils → publish/Utils}/tree.d.ts +0 -0
- /package/{Utils → publish/Utils}/tree.js +0 -0
- /package/{Utils → publish/Utils}/useAutosizeTextArea.d.ts +0 -0
- /package/{Utils → publish/Utils}/useAutosizeTextArea.js +0 -0
- /package/{Utils → publish/Utils}/useBoundedDrag.d.ts +0 -0
- /package/{Utils → publish/Utils}/useBoundedDrag.js +0 -0
- /package/{Utils → publish/Utils}/useClickOutside.d.ts +0 -0
- /package/{Utils → publish/Utils}/useClickOutside.js +0 -0
- /package/{Utils → publish/Utils}/useComId.d.ts +0 -0
- /package/{Utils → publish/Utils}/useComId.js +0 -0
- /package/{Utils → publish/Utils}/useDebounce.d.ts +0 -0
- /package/{Utils → publish/Utils}/useDebounce.js +0 -0
- /package/{Utils → publish/Utils}/useDragDropPosition.d.ts +0 -0
- /package/{Utils → publish/Utils}/useDragDropPosition.js +0 -0
- /package/{Utils → publish/Utils}/useDraggable.d.ts +0 -0
- /package/{Utils → publish/Utils}/useDraggable.js +0 -0
- /package/{Utils → publish/Utils}/useHistoryTracker.d.ts +0 -0
- /package/{Utils → publish/Utils}/useHistoryTracker.js +0 -0
- /package/{Utils → publish/Utils}/useInterval.d.ts +0 -0
- /package/{Utils → publish/Utils}/useInterval.js +0 -0
- /package/{Utils → publish/Utils}/useIsMobile.d.ts +0 -0
- /package/{Utils → publish/Utils}/useIsMobile.js +0 -0
- /package/{Utils → publish/Utils}/useKeyPress.d.ts +0 -0
- /package/{Utils → publish/Utils}/useKeyPress.js +0 -0
- /package/{Utils → publish/Utils}/useSessionStorageListener.d.ts +0 -0
- /package/{Utils → publish/Utils}/useSessionStorageListener.js +0 -0
- /package/{Utils → publish/Utils}/useStreamController.d.ts +0 -0
- /package/{Utils → publish/Utils}/useStreamController.js +0 -0
- /package/{Utils → publish/Utils}/useThrottle.d.ts +0 -0
- /package/{Utils → publish/Utils}/useThrottle.js +0 -0
- /package/{Utils → publish/Utils}/useWindowScroll.d.ts +0 -0
- /package/{Utils → publish/Utils}/useWindowScroll.js +0 -0
- /package/{Utils → publish/Utils}/validate.d.ts +0 -0
- /package/{Utils → publish/Utils}/validate.js +0 -0
- /package/{Utils → publish/Utils}/viewport.d.ts +0 -0
- /package/{Utils → publish/Utils}/viewport.js +0 -0
- /package/{all.d.ts → publish/all.d.ts} +0 -0
- /package/{all.js → publish/all.js} +0 -0
|
@@ -0,0 +1,2330 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("react"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define(["react"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["RPB"] = factory(require("react"));
|
|
8
|
+
else
|
|
9
|
+
root["RPB"] = factory(root["React"]);
|
|
10
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE__787__) => {
|
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
|
12
|
+
/******/ var __webpack_modules__ = ({
|
|
13
|
+
|
|
14
|
+
/***/ 188:
|
|
15
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
16
|
+
|
|
17
|
+
/* module decorator */ module = __webpack_require__.nmd(module);
|
|
18
|
+
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;function _typeof2(obj) { "@babel/helpers - typeof"; return _typeof2 = "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; }, _typeof2(obj); }
|
|
19
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
20
|
+
if (( false ? 0 : _typeof2(exports)) === 'object' && ( false ? 0 : _typeof2(module)) === 'object') module.exports = factory();else if (true) !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
21
|
+
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
22
|
+
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
23
|
+
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));else {}
|
|
24
|
+
})(this, function () {
|
|
25
|
+
return (/******/function () {
|
|
26
|
+
// webpackBootstrap
|
|
27
|
+
/******/
|
|
28
|
+
"use strict";
|
|
29
|
+
|
|
30
|
+
/******/ // The require scope
|
|
31
|
+
/******/
|
|
32
|
+
var __nested_webpack_require_993__ = {};
|
|
33
|
+
/******/
|
|
34
|
+
/************************************************************************/
|
|
35
|
+
/******/ /* webpack/runtime/define property getters */
|
|
36
|
+
/******/
|
|
37
|
+
(function () {
|
|
38
|
+
/******/ // define getter functions for harmony exports
|
|
39
|
+
/******/__nested_webpack_require_993__.d = function (exports, definition) {
|
|
40
|
+
/******/for (var key in definition) {
|
|
41
|
+
/******/if (__nested_webpack_require_993__.o(definition, key) && !__nested_webpack_require_993__.o(exports, key)) {
|
|
42
|
+
/******/Object.defineProperty(exports, key, {
|
|
43
|
+
enumerable: true,
|
|
44
|
+
get: definition[key]
|
|
45
|
+
});
|
|
46
|
+
/******/
|
|
47
|
+
}
|
|
48
|
+
/******/
|
|
49
|
+
}
|
|
50
|
+
/******/
|
|
51
|
+
};
|
|
52
|
+
/******/
|
|
53
|
+
})();
|
|
54
|
+
/******/
|
|
55
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
56
|
+
/******/
|
|
57
|
+
(function () {
|
|
58
|
+
/******/__nested_webpack_require_993__.o = function (obj, prop) {
|
|
59
|
+
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
60
|
+
};
|
|
61
|
+
/******/
|
|
62
|
+
})();
|
|
63
|
+
/******/
|
|
64
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
65
|
+
/******/
|
|
66
|
+
(function () {
|
|
67
|
+
/******/ // define __esModule on exports
|
|
68
|
+
/******/__nested_webpack_require_993__.r = function (exports) {
|
|
69
|
+
/******/if (typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
70
|
+
/******/Object.defineProperty(exports, Symbol.toStringTag, {
|
|
71
|
+
value: 'Module'
|
|
72
|
+
});
|
|
73
|
+
/******/
|
|
74
|
+
}
|
|
75
|
+
/******/
|
|
76
|
+
Object.defineProperty(exports, '__esModule', {
|
|
77
|
+
value: true
|
|
78
|
+
});
|
|
79
|
+
/******/
|
|
80
|
+
};
|
|
81
|
+
/******/
|
|
82
|
+
})();
|
|
83
|
+
/******/
|
|
84
|
+
/************************************************************************/
|
|
85
|
+
var __webpack_exports__ = {};
|
|
86
|
+
__nested_webpack_require_993__.r(__webpack_exports__);
|
|
87
|
+
/* harmony export */
|
|
88
|
+
__nested_webpack_require_993__.d(__webpack_exports__, {
|
|
89
|
+
/* harmony export */"clsWrite": function clsWrite() {
|
|
90
|
+
return (/* binding */_clsWrite
|
|
91
|
+
);
|
|
92
|
+
},
|
|
93
|
+
/* harmony export */"combinedCls": function combinedCls() {
|
|
94
|
+
return (/* binding */_combinedCls
|
|
95
|
+
);
|
|
96
|
+
}
|
|
97
|
+
/* harmony export */
|
|
98
|
+
});
|
|
99
|
+
function _slicedToArray(arr, i) {
|
|
100
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
101
|
+
}
|
|
102
|
+
function _nonIterableRest() {
|
|
103
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
104
|
+
}
|
|
105
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
106
|
+
if (!o) return;
|
|
107
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
108
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
109
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
110
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
111
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
112
|
+
}
|
|
113
|
+
function _arrayLikeToArray(arr, len) {
|
|
114
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
115
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
|
116
|
+
return arr2;
|
|
117
|
+
}
|
|
118
|
+
function _iterableToArrayLimit(arr, i) {
|
|
119
|
+
var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
|
|
120
|
+
if (null != _i) {
|
|
121
|
+
var _s,
|
|
122
|
+
_e,
|
|
123
|
+
_x,
|
|
124
|
+
_r,
|
|
125
|
+
_arr = [],
|
|
126
|
+
_n = !0,
|
|
127
|
+
_d = !1;
|
|
128
|
+
try {
|
|
129
|
+
if (_x = (_i = _i.call(arr)).next, 0 === i) {
|
|
130
|
+
if (Object(_i) !== _i) return;
|
|
131
|
+
_n = !1;
|
|
132
|
+
} else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
|
|
133
|
+
} catch (err) {
|
|
134
|
+
_d = !0, _e = err;
|
|
135
|
+
} finally {
|
|
136
|
+
try {
|
|
137
|
+
if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return;
|
|
138
|
+
} finally {
|
|
139
|
+
if (_d) throw _e;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
return _arr;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
function _arrayWithHoles(arr) {
|
|
146
|
+
if (Array.isArray(arr)) return arr;
|
|
147
|
+
}
|
|
148
|
+
function _typeof(obj) {
|
|
149
|
+
"@babel/helpers - typeof";
|
|
150
|
+
|
|
151
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
152
|
+
return typeof obj;
|
|
153
|
+
} : function (obj) {
|
|
154
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
155
|
+
}, _typeof(obj);
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* Output of class name
|
|
159
|
+
* @param {*} s - Any
|
|
160
|
+
* @param {String} defaultCls - Default string
|
|
161
|
+
* @param {?*} targetCls - Any
|
|
162
|
+
* @returns {*}
|
|
163
|
+
*/
|
|
164
|
+
function _clsWrite(s, defaultCls) {
|
|
165
|
+
var targetCls = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : undefined;
|
|
166
|
+
return s || s === '' ? typeof targetCls === 'undefined' ? s : targetCls : defaultCls;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Combined classnames
|
|
171
|
+
* @param {*} args
|
|
172
|
+
* @returns {String|undefined}
|
|
173
|
+
*/
|
|
174
|
+
/* Usage:
|
|
175
|
+
|
|
176
|
+
console.log(combinedCls('a-1', 'a-2', 'a-3', {
|
|
177
|
+
'p-1': null,
|
|
178
|
+
'p-2': undefined,
|
|
179
|
+
'p-3': true,
|
|
180
|
+
'p-4': false,
|
|
181
|
+
'p-5': 'kkk',
|
|
182
|
+
'p-6': 0,
|
|
183
|
+
'p-7': 1,
|
|
184
|
+
'p-8': '',
|
|
185
|
+
undefined
|
|
186
|
+
})); // a-1 a-2 a-3 p-3 p-5 p-7
|
|
187
|
+
*/
|
|
188
|
+
function _combinedCls() {
|
|
189
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
190
|
+
args[_key] = arguments[_key];
|
|
191
|
+
}
|
|
192
|
+
if (args) {
|
|
193
|
+
var classes = [];
|
|
194
|
+
for (var i = 0; i < args.length; i++) {
|
|
195
|
+
var className = args[i];
|
|
196
|
+
if (!className) {
|
|
197
|
+
continue;
|
|
198
|
+
}
|
|
199
|
+
var type = _typeof(className);
|
|
200
|
+
if (type === 'string' || type === 'number') {
|
|
201
|
+
classes.push(className);
|
|
202
|
+
} else if (type === 'object') {
|
|
203
|
+
var _classes = Array.isArray(className) ? className : Object.entries(className).map(function (_ref) {
|
|
204
|
+
var _ref2 = _slicedToArray(_ref, 2),
|
|
205
|
+
key = _ref2[0],
|
|
206
|
+
value = _ref2[1];
|
|
207
|
+
return value ? key : null;
|
|
208
|
+
});
|
|
209
|
+
classes = _classes.length ? classes.concat(_classes.filter(function (c) {
|
|
210
|
+
return !!c;
|
|
211
|
+
})) : classes;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
return classes.join(' ').trim();
|
|
215
|
+
}
|
|
216
|
+
return undefined;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/******/
|
|
220
|
+
return __webpack_exports__;
|
|
221
|
+
/******/
|
|
222
|
+
}()
|
|
223
|
+
);
|
|
224
|
+
});
|
|
225
|
+
|
|
226
|
+
/***/ }),
|
|
227
|
+
|
|
228
|
+
/***/ 997:
|
|
229
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
230
|
+
|
|
231
|
+
/* module decorator */ module = __webpack_require__.nmd(module);
|
|
232
|
+
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;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); }
|
|
233
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
234
|
+
if (( false ? 0 : _typeof(exports)) === 'object' && ( false ? 0 : _typeof(module)) === 'object') module.exports = factory();else if (true) !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
235
|
+
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
236
|
+
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
237
|
+
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));else {}
|
|
238
|
+
})(this, function () {
|
|
239
|
+
return (/******/function () {
|
|
240
|
+
// webpackBootstrap
|
|
241
|
+
/******/
|
|
242
|
+
"use strict";
|
|
243
|
+
|
|
244
|
+
/******/ // The require scope
|
|
245
|
+
/******/
|
|
246
|
+
var __nested_webpack_require_987__ = {};
|
|
247
|
+
/******/
|
|
248
|
+
/************************************************************************/
|
|
249
|
+
/******/ /* webpack/runtime/define property getters */
|
|
250
|
+
/******/
|
|
251
|
+
(function () {
|
|
252
|
+
/******/ // define getter functions for harmony exports
|
|
253
|
+
/******/__nested_webpack_require_987__.d = function (exports, definition) {
|
|
254
|
+
/******/for (var key in definition) {
|
|
255
|
+
/******/if (__nested_webpack_require_987__.o(definition, key) && !__nested_webpack_require_987__.o(exports, key)) {
|
|
256
|
+
/******/Object.defineProperty(exports, key, {
|
|
257
|
+
enumerable: true,
|
|
258
|
+
get: definition[key]
|
|
259
|
+
});
|
|
260
|
+
/******/
|
|
261
|
+
}
|
|
262
|
+
/******/
|
|
263
|
+
}
|
|
264
|
+
/******/
|
|
265
|
+
};
|
|
266
|
+
/******/
|
|
267
|
+
})();
|
|
268
|
+
/******/
|
|
269
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
270
|
+
/******/
|
|
271
|
+
(function () {
|
|
272
|
+
/******/__nested_webpack_require_987__.o = function (obj, prop) {
|
|
273
|
+
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
274
|
+
};
|
|
275
|
+
/******/
|
|
276
|
+
})();
|
|
277
|
+
/******/
|
|
278
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
279
|
+
/******/
|
|
280
|
+
(function () {
|
|
281
|
+
/******/ // define __esModule on exports
|
|
282
|
+
/******/__nested_webpack_require_987__.r = function (exports) {
|
|
283
|
+
/******/if (typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
284
|
+
/******/Object.defineProperty(exports, Symbol.toStringTag, {
|
|
285
|
+
value: 'Module'
|
|
286
|
+
});
|
|
287
|
+
/******/
|
|
288
|
+
}
|
|
289
|
+
/******/
|
|
290
|
+
Object.defineProperty(exports, '__esModule', {
|
|
291
|
+
value: true
|
|
292
|
+
});
|
|
293
|
+
/******/
|
|
294
|
+
};
|
|
295
|
+
/******/
|
|
296
|
+
})();
|
|
297
|
+
/******/
|
|
298
|
+
/************************************************************************/
|
|
299
|
+
var __webpack_exports__ = {};
|
|
300
|
+
__nested_webpack_require_987__.r(__webpack_exports__);
|
|
301
|
+
/* harmony export */
|
|
302
|
+
__nested_webpack_require_987__.d(__webpack_exports__, {
|
|
303
|
+
/* harmony export */"getAllSiblings": function getAllSiblings() {
|
|
304
|
+
return (/* binding */_getAllSiblings
|
|
305
|
+
);
|
|
306
|
+
},
|
|
307
|
+
/* harmony export */"getChildren": function getChildren() {
|
|
308
|
+
return (/* binding */_getChildren
|
|
309
|
+
);
|
|
310
|
+
},
|
|
311
|
+
/* harmony export */"getDocument": function getDocument() {
|
|
312
|
+
return (/* binding */_getDocument
|
|
313
|
+
);
|
|
314
|
+
},
|
|
315
|
+
/* harmony export */"getNextSiblings": function getNextSiblings() {
|
|
316
|
+
return (/* binding */_getNextSiblings
|
|
317
|
+
);
|
|
318
|
+
},
|
|
319
|
+
/* harmony export */"getParents": function getParents() {
|
|
320
|
+
return (/* binding */_getParents
|
|
321
|
+
);
|
|
322
|
+
},
|
|
323
|
+
/* harmony export */"getPreviousSiblings": function getPreviousSiblings() {
|
|
324
|
+
return (/* binding */_getPreviousSiblings
|
|
325
|
+
);
|
|
326
|
+
},
|
|
327
|
+
/* harmony export */"isElement": function isElement() {
|
|
328
|
+
return (/* binding */_isElement
|
|
329
|
+
);
|
|
330
|
+
},
|
|
331
|
+
/* harmony export */"isHTMLElement": function isHTMLElement() {
|
|
332
|
+
return (/* binding */_isHTMLElement
|
|
333
|
+
);
|
|
334
|
+
},
|
|
335
|
+
/* harmony export */"isNode": function isNode() {
|
|
336
|
+
return (/* binding */_isNode
|
|
337
|
+
);
|
|
338
|
+
},
|
|
339
|
+
/* harmony export */"isRootElement": function isRootElement() {
|
|
340
|
+
return (/* binding */_isRootElement
|
|
341
|
+
);
|
|
342
|
+
},
|
|
343
|
+
/* harmony export */"isShadowRoot": function isShadowRoot() {
|
|
344
|
+
return (/* binding */_isShadowRoot
|
|
345
|
+
);
|
|
346
|
+
},
|
|
347
|
+
/* harmony export */"nodeContains": function nodeContains() {
|
|
348
|
+
return (/* binding */_nodeContains
|
|
349
|
+
);
|
|
350
|
+
}
|
|
351
|
+
/* harmony export */
|
|
352
|
+
});
|
|
353
|
+
function _createForOfIteratorHelper(o, allowArrayLike) {
|
|
354
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
355
|
+
if (!it) {
|
|
356
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
|
|
357
|
+
if (it) o = it;
|
|
358
|
+
var i = 0;
|
|
359
|
+
var F = function F() {};
|
|
360
|
+
return {
|
|
361
|
+
s: F,
|
|
362
|
+
n: function n() {
|
|
363
|
+
if (i >= o.length) return {
|
|
364
|
+
done: true
|
|
365
|
+
};
|
|
366
|
+
return {
|
|
367
|
+
done: false,
|
|
368
|
+
value: o[i++]
|
|
369
|
+
};
|
|
370
|
+
},
|
|
371
|
+
e: function e(_e) {
|
|
372
|
+
throw _e;
|
|
373
|
+
},
|
|
374
|
+
f: F
|
|
375
|
+
};
|
|
376
|
+
}
|
|
377
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
378
|
+
}
|
|
379
|
+
var normalCompletion = true,
|
|
380
|
+
didErr = false,
|
|
381
|
+
err;
|
|
382
|
+
return {
|
|
383
|
+
s: function s() {
|
|
384
|
+
it = it.call(o);
|
|
385
|
+
},
|
|
386
|
+
n: function n() {
|
|
387
|
+
var step = it.next();
|
|
388
|
+
normalCompletion = step.done;
|
|
389
|
+
return step;
|
|
390
|
+
},
|
|
391
|
+
e: function e(_e2) {
|
|
392
|
+
didErr = true;
|
|
393
|
+
err = _e2;
|
|
394
|
+
},
|
|
395
|
+
f: function f() {
|
|
396
|
+
try {
|
|
397
|
+
if (!normalCompletion && it["return"] != null) it["return"]();
|
|
398
|
+
} finally {
|
|
399
|
+
if (didErr) throw err;
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
};
|
|
403
|
+
}
|
|
404
|
+
function _toConsumableArray(arr) {
|
|
405
|
+
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
|
406
|
+
}
|
|
407
|
+
function _nonIterableSpread() {
|
|
408
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
409
|
+
}
|
|
410
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
411
|
+
if (!o) return;
|
|
412
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
413
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
414
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
415
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
416
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
417
|
+
}
|
|
418
|
+
function _iterableToArray(iter) {
|
|
419
|
+
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
420
|
+
}
|
|
421
|
+
function _arrayWithoutHoles(arr) {
|
|
422
|
+
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
|
423
|
+
}
|
|
424
|
+
function _arrayLikeToArray(arr, len) {
|
|
425
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
426
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
|
427
|
+
return arr2;
|
|
428
|
+
}
|
|
429
|
+
/**
|
|
430
|
+
* Dom Utilities
|
|
431
|
+
* @param {HTMLElement} el - Element
|
|
432
|
+
* @param {?String} filter - A filter string
|
|
433
|
+
* @returns HtmlElementCollection
|
|
434
|
+
*/
|
|
435
|
+
function matches(el, filter) {
|
|
436
|
+
if (el && el.nodeType === 1) {
|
|
437
|
+
if (filter) {
|
|
438
|
+
return el.matches(filter);
|
|
439
|
+
}
|
|
440
|
+
return true;
|
|
441
|
+
}
|
|
442
|
+
return false;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// the next siblings
|
|
446
|
+
function _getNextSiblings(el) {
|
|
447
|
+
var filter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
448
|
+
var sibs = [];
|
|
449
|
+
while (el = el.nextSibling) {
|
|
450
|
+
if (matches(el, filter)) {
|
|
451
|
+
sibs.push(el);
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
return sibs;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
// previous siblings
|
|
458
|
+
function _getPreviousSiblings(el) {
|
|
459
|
+
var filter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
460
|
+
var sibs = [];
|
|
461
|
+
while (el = el.previousSibling) {
|
|
462
|
+
if (matches(el, filter)) {
|
|
463
|
+
sibs.push(el);
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
return sibs;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
// parent and get all the siblings
|
|
470
|
+
function _getAllSiblings(el) {
|
|
471
|
+
var filter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
472
|
+
var sibs = [];
|
|
473
|
+
el = el.parentNode.firstChild;
|
|
474
|
+
while (el = el.nextSibling) {
|
|
475
|
+
if (matches(el, filter)) {
|
|
476
|
+
sibs.push(el);
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
return sibs;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
// all parent nodes
|
|
483
|
+
function _getParents(el) {
|
|
484
|
+
var filter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
485
|
+
var parents = [];
|
|
486
|
+
while (el = el.parentNode) {
|
|
487
|
+
if (matches(el, filter)) {
|
|
488
|
+
parents.push(el);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
return parents;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
// all child nodes
|
|
495
|
+
function _getChildren(el) {
|
|
496
|
+
var filter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
497
|
+
var all = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
|
|
498
|
+
all.push.apply(all, _toConsumableArray(el.childNodes));
|
|
499
|
+
var _iterator = _createForOfIteratorHelper(el.childNodes),
|
|
500
|
+
_step;
|
|
501
|
+
try {
|
|
502
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
503
|
+
var child = _step.value;
|
|
504
|
+
_getChildren(child, filter, all);
|
|
505
|
+
}
|
|
506
|
+
} catch (err) {
|
|
507
|
+
_iterator.e(err);
|
|
508
|
+
} finally {
|
|
509
|
+
_iterator.f();
|
|
510
|
+
}
|
|
511
|
+
var res = all.filter(function (item) {
|
|
512
|
+
return matches(item, filter);
|
|
513
|
+
});
|
|
514
|
+
return res;
|
|
515
|
+
}
|
|
516
|
+
function _isRootElement(element) {
|
|
517
|
+
return element.matches('html,body');
|
|
518
|
+
}
|
|
519
|
+
function _getDocument(node) {
|
|
520
|
+
if (typeof node === 'undefined') {
|
|
521
|
+
return document;
|
|
522
|
+
} else {
|
|
523
|
+
return node.ownerDocument;
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
function _isNode(value) {
|
|
527
|
+
return value instanceof Node;
|
|
528
|
+
}
|
|
529
|
+
function _isElement(value) {
|
|
530
|
+
return value instanceof Element;
|
|
531
|
+
}
|
|
532
|
+
function _isHTMLElement(value) {
|
|
533
|
+
return value instanceof HTMLElement;
|
|
534
|
+
}
|
|
535
|
+
function _isShadowRoot(value) {
|
|
536
|
+
// Browsers without `ShadowRoot` support.
|
|
537
|
+
if (typeof ShadowRoot === 'undefined') {
|
|
538
|
+
return false;
|
|
539
|
+
}
|
|
540
|
+
return value instanceof ShadowRoot;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
/* console.log(nodeContains(document.body, document.getElementById('obj'))) */
|
|
544
|
+
function _nodeContains(parent, child) {
|
|
545
|
+
var _child$getRootNode;
|
|
546
|
+
if (!parent || !child) {
|
|
547
|
+
return false;
|
|
548
|
+
}
|
|
549
|
+
var rootNode = (_child$getRootNode = child.getRootNode) === null || _child$getRootNode === void 0 ? void 0 : _child$getRootNode.call(child);
|
|
550
|
+
|
|
551
|
+
// First, attempt with faster native method
|
|
552
|
+
if (parent.contains(child)) {
|
|
553
|
+
return true;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
// then fallback to custom implementation with Shadow DOM support
|
|
557
|
+
if (rootNode && _isShadowRoot(rootNode)) {
|
|
558
|
+
var next = child;
|
|
559
|
+
while (next) {
|
|
560
|
+
if (parent === next) {
|
|
561
|
+
return true;
|
|
562
|
+
}
|
|
563
|
+
// @ts-ignore
|
|
564
|
+
next = next.parentNode || next.host;
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
// Give up, the result is false
|
|
569
|
+
return false;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
/******/
|
|
573
|
+
return __webpack_exports__;
|
|
574
|
+
/******/
|
|
575
|
+
}()
|
|
576
|
+
);
|
|
577
|
+
});
|
|
578
|
+
|
|
579
|
+
/***/ }),
|
|
580
|
+
|
|
581
|
+
/***/ 575:
|
|
582
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
583
|
+
|
|
584
|
+
/* module decorator */ module = __webpack_require__.nmd(module);
|
|
585
|
+
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;function _typeof2(obj) { "@babel/helpers - typeof"; return _typeof2 = "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; }, _typeof2(obj); }
|
|
586
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
587
|
+
if (( false ? 0 : _typeof2(exports)) === 'object' && ( false ? 0 : _typeof2(module)) === 'object') module.exports = factory();else if (true) !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
588
|
+
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
589
|
+
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
590
|
+
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));else {}
|
|
591
|
+
})(this, function () {
|
|
592
|
+
return (/******/function () {
|
|
593
|
+
// webpackBootstrap
|
|
594
|
+
/******/
|
|
595
|
+
"use strict";
|
|
596
|
+
|
|
597
|
+
/******/ // The require scope
|
|
598
|
+
/******/
|
|
599
|
+
var __nested_webpack_require_993__ = {};
|
|
600
|
+
/******/
|
|
601
|
+
/************************************************************************/
|
|
602
|
+
/******/ /* webpack/runtime/define property getters */
|
|
603
|
+
/******/
|
|
604
|
+
(function () {
|
|
605
|
+
/******/ // define getter functions for harmony exports
|
|
606
|
+
/******/__nested_webpack_require_993__.d = function (exports, definition) {
|
|
607
|
+
/******/for (var key in definition) {
|
|
608
|
+
/******/if (__nested_webpack_require_993__.o(definition, key) && !__nested_webpack_require_993__.o(exports, key)) {
|
|
609
|
+
/******/Object.defineProperty(exports, key, {
|
|
610
|
+
enumerable: true,
|
|
611
|
+
get: definition[key]
|
|
612
|
+
});
|
|
613
|
+
/******/
|
|
614
|
+
}
|
|
615
|
+
/******/
|
|
616
|
+
}
|
|
617
|
+
/******/
|
|
618
|
+
};
|
|
619
|
+
/******/
|
|
620
|
+
})();
|
|
621
|
+
/******/
|
|
622
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
623
|
+
/******/
|
|
624
|
+
(function () {
|
|
625
|
+
/******/__nested_webpack_require_993__.o = function (obj, prop) {
|
|
626
|
+
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
627
|
+
};
|
|
628
|
+
/******/
|
|
629
|
+
})();
|
|
630
|
+
/******/
|
|
631
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
632
|
+
/******/
|
|
633
|
+
(function () {
|
|
634
|
+
/******/ // define __esModule on exports
|
|
635
|
+
/******/__nested_webpack_require_993__.r = function (exports) {
|
|
636
|
+
/******/if (typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
637
|
+
/******/Object.defineProperty(exports, Symbol.toStringTag, {
|
|
638
|
+
value: 'Module'
|
|
639
|
+
});
|
|
640
|
+
/******/
|
|
641
|
+
}
|
|
642
|
+
/******/
|
|
643
|
+
Object.defineProperty(exports, '__esModule', {
|
|
644
|
+
value: true
|
|
645
|
+
});
|
|
646
|
+
/******/
|
|
647
|
+
};
|
|
648
|
+
/******/
|
|
649
|
+
})();
|
|
650
|
+
/******/
|
|
651
|
+
/************************************************************************/
|
|
652
|
+
var __webpack_exports__ = {};
|
|
653
|
+
__nested_webpack_require_993__.r(__webpack_exports__);
|
|
654
|
+
/* harmony export */
|
|
655
|
+
__nested_webpack_require_993__.d(__webpack_exports__, {
|
|
656
|
+
/* harmony export */"deepClone": function deepClone() {
|
|
657
|
+
return (/* binding */_deepClone
|
|
658
|
+
);
|
|
659
|
+
},
|
|
660
|
+
/* harmony export */"flatData": function flatData() {
|
|
661
|
+
return (/* binding */_flatData
|
|
662
|
+
);
|
|
663
|
+
},
|
|
664
|
+
/* harmony export */"removeArrDuplicateItems": function removeArrDuplicateItems() {
|
|
665
|
+
return (/* binding */_removeArrDuplicateItems
|
|
666
|
+
);
|
|
667
|
+
}
|
|
668
|
+
/* harmony export */
|
|
669
|
+
});
|
|
670
|
+
function _typeof(obj) {
|
|
671
|
+
"@babel/helpers - typeof";
|
|
672
|
+
|
|
673
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
674
|
+
return typeof obj;
|
|
675
|
+
} : function (obj) {
|
|
676
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
677
|
+
}, _typeof(obj);
|
|
678
|
+
}
|
|
679
|
+
/**
|
|
680
|
+
* Remove Duplicate objects from JSON Array
|
|
681
|
+
* @param {Array} obj
|
|
682
|
+
* @param {String} fieldName
|
|
683
|
+
*/
|
|
684
|
+
function _removeArrDuplicateItems(obj, fieldName) {
|
|
685
|
+
if (!Array.isArray(obj)) return [];
|
|
686
|
+
var clean = obj.filter(function (item, index, self) {
|
|
687
|
+
return index === self.findIndex(function (t) {
|
|
688
|
+
return t[fieldName] === item[fieldName];
|
|
689
|
+
});
|
|
690
|
+
});
|
|
691
|
+
return clean;
|
|
692
|
+
}
|
|
693
|
+
;
|
|
694
|
+
|
|
695
|
+
/**
|
|
696
|
+
* Deep clone
|
|
697
|
+
* @param {*} obj
|
|
698
|
+
*/
|
|
699
|
+
function _deepClone(obj) {
|
|
700
|
+
if (Array.isArray(obj)) {
|
|
701
|
+
return obj.map(function (item) {
|
|
702
|
+
return _deepClone(item);
|
|
703
|
+
});
|
|
704
|
+
} else if (_typeof(obj) === 'object' && obj !== null) {
|
|
705
|
+
var clone = {};
|
|
706
|
+
for (var key in obj) {
|
|
707
|
+
if (obj.hasOwnProperty(key)) {
|
|
708
|
+
clone[key] = _deepClone(obj[key]);
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
return clone;
|
|
712
|
+
} else {
|
|
713
|
+
return obj;
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
/**
|
|
718
|
+
* Flat Data
|
|
719
|
+
* @param {*} data
|
|
720
|
+
* @returns
|
|
721
|
+
*/
|
|
722
|
+
function _flatData(data) {
|
|
723
|
+
var result = [];
|
|
724
|
+
var iterate = function iterate(obj) {
|
|
725
|
+
if (!obj) {
|
|
726
|
+
return;
|
|
727
|
+
}
|
|
728
|
+
obj.forEach(function (item) {
|
|
729
|
+
result.push(item);
|
|
730
|
+
if (item.children) {
|
|
731
|
+
iterate(item.children);
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
// delete current item children
|
|
735
|
+
delete item.children;
|
|
736
|
+
});
|
|
737
|
+
};
|
|
738
|
+
iterate(data);
|
|
739
|
+
return result;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
/******/
|
|
743
|
+
return __webpack_exports__;
|
|
744
|
+
/******/
|
|
745
|
+
}()
|
|
746
|
+
);
|
|
747
|
+
});
|
|
748
|
+
|
|
749
|
+
/***/ }),
|
|
750
|
+
|
|
751
|
+
/***/ 85:
|
|
752
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
753
|
+
|
|
754
|
+
/* module decorator */ module = __webpack_require__.nmd(module);
|
|
755
|
+
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;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); }
|
|
756
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
757
|
+
if (( false ? 0 : _typeof(exports)) === 'object' && ( false ? 0 : _typeof(module)) === 'object') module.exports = factory(__webpack_require__(787));else if (true) !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(787)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
758
|
+
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
759
|
+
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
760
|
+
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));else {}
|
|
761
|
+
})(this, function (__WEBPACK_EXTERNAL_MODULE__787__) {
|
|
762
|
+
return (/******/function () {
|
|
763
|
+
// webpackBootstrap
|
|
764
|
+
/******/
|
|
765
|
+
"use strict";
|
|
766
|
+
|
|
767
|
+
/******/
|
|
768
|
+
var __webpack_modules__ = {
|
|
769
|
+
/***/787: /***/function _(module) {
|
|
770
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__787__;
|
|
771
|
+
|
|
772
|
+
/***/
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
/******/
|
|
776
|
+
};
|
|
777
|
+
/************************************************************************/
|
|
778
|
+
/******/ // The module cache
|
|
779
|
+
/******/
|
|
780
|
+
var __webpack_module_cache__ = {};
|
|
781
|
+
/******/
|
|
782
|
+
/******/ // The require function
|
|
783
|
+
/******/
|
|
784
|
+
function __nested_webpack_require_1465__(moduleId) {
|
|
785
|
+
/******/ // Check if module is in cache
|
|
786
|
+
/******/var cachedModule = __webpack_module_cache__[moduleId];
|
|
787
|
+
/******/
|
|
788
|
+
if (cachedModule !== undefined) {
|
|
789
|
+
/******/return cachedModule.exports;
|
|
790
|
+
/******/
|
|
791
|
+
}
|
|
792
|
+
/******/ // Create a new module (and put it into the cache)
|
|
793
|
+
/******/
|
|
794
|
+
var module = __webpack_module_cache__[moduleId] = {
|
|
795
|
+
/******/ // no module.id needed
|
|
796
|
+
/******/ // no module.loaded needed
|
|
797
|
+
/******/exports: {}
|
|
798
|
+
/******/
|
|
799
|
+
};
|
|
800
|
+
/******/
|
|
801
|
+
/******/ // Execute the module function
|
|
802
|
+
/******/
|
|
803
|
+
__webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1465__);
|
|
804
|
+
/******/
|
|
805
|
+
/******/ // Return the exports of the module
|
|
806
|
+
/******/
|
|
807
|
+
return module.exports;
|
|
808
|
+
/******/
|
|
809
|
+
}
|
|
810
|
+
/******/
|
|
811
|
+
/************************************************************************/
|
|
812
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
813
|
+
/******/
|
|
814
|
+
(function () {
|
|
815
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
816
|
+
/******/__nested_webpack_require_1465__.n = function (module) {
|
|
817
|
+
/******/var getter = module && module.__esModule ? /******/function () {
|
|
818
|
+
return module['default'];
|
|
819
|
+
} : /******/function () {
|
|
820
|
+
return module;
|
|
821
|
+
};
|
|
822
|
+
/******/
|
|
823
|
+
__nested_webpack_require_1465__.d(getter, {
|
|
824
|
+
a: getter
|
|
825
|
+
});
|
|
826
|
+
/******/
|
|
827
|
+
return getter;
|
|
828
|
+
/******/
|
|
829
|
+
};
|
|
830
|
+
/******/
|
|
831
|
+
})();
|
|
832
|
+
/******/
|
|
833
|
+
/******/ /* webpack/runtime/define property getters */
|
|
834
|
+
/******/
|
|
835
|
+
(function () {
|
|
836
|
+
/******/ // define getter functions for harmony exports
|
|
837
|
+
/******/__nested_webpack_require_1465__.d = function (exports, definition) {
|
|
838
|
+
/******/for (var key in definition) {
|
|
839
|
+
/******/if (__nested_webpack_require_1465__.o(definition, key) && !__nested_webpack_require_1465__.o(exports, key)) {
|
|
840
|
+
/******/Object.defineProperty(exports, key, {
|
|
841
|
+
enumerable: true,
|
|
842
|
+
get: definition[key]
|
|
843
|
+
});
|
|
844
|
+
/******/
|
|
845
|
+
}
|
|
846
|
+
/******/
|
|
847
|
+
}
|
|
848
|
+
/******/
|
|
849
|
+
};
|
|
850
|
+
/******/
|
|
851
|
+
})();
|
|
852
|
+
/******/
|
|
853
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
854
|
+
/******/
|
|
855
|
+
(function () {
|
|
856
|
+
/******/__nested_webpack_require_1465__.o = function (obj, prop) {
|
|
857
|
+
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
858
|
+
};
|
|
859
|
+
/******/
|
|
860
|
+
})();
|
|
861
|
+
/******/
|
|
862
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
863
|
+
/******/
|
|
864
|
+
(function () {
|
|
865
|
+
/******/ // define __esModule on exports
|
|
866
|
+
/******/__nested_webpack_require_1465__.r = function (exports) {
|
|
867
|
+
/******/if (typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
868
|
+
/******/Object.defineProperty(exports, Symbol.toStringTag, {
|
|
869
|
+
value: 'Module'
|
|
870
|
+
});
|
|
871
|
+
/******/
|
|
872
|
+
}
|
|
873
|
+
/******/
|
|
874
|
+
Object.defineProperty(exports, '__esModule', {
|
|
875
|
+
value: true
|
|
876
|
+
});
|
|
877
|
+
/******/
|
|
878
|
+
};
|
|
879
|
+
/******/
|
|
880
|
+
})();
|
|
881
|
+
/******/
|
|
882
|
+
/************************************************************************/
|
|
883
|
+
var __webpack_exports__ = {};
|
|
884
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
885
|
+
(function () {
|
|
886
|
+
__nested_webpack_require_1465__.r(__webpack_exports__);
|
|
887
|
+
/* harmony export */
|
|
888
|
+
__nested_webpack_require_1465__.d(__webpack_exports__, {
|
|
889
|
+
/* harmony export */"default": function _default() {
|
|
890
|
+
return __WEBPACK_DEFAULT_EXPORT__;
|
|
891
|
+
}
|
|
892
|
+
/* harmony export */
|
|
893
|
+
});
|
|
894
|
+
/* harmony import */
|
|
895
|
+
var react__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1465__(787);
|
|
896
|
+
/* harmony import */
|
|
897
|
+
var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1465__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
898
|
+
/**
|
|
899
|
+
* Create an available ID
|
|
900
|
+
*
|
|
901
|
+
*/
|
|
902
|
+
|
|
903
|
+
var useComId = function useComId() {
|
|
904
|
+
return "ID-".concat((0, react__WEBPACK_IMPORTED_MODULE_0__.useId)().replace(/\:/g, "-"));
|
|
905
|
+
};
|
|
906
|
+
/* harmony default export */
|
|
907
|
+
var __WEBPACK_DEFAULT_EXPORT__ = useComId;
|
|
908
|
+
})();
|
|
909
|
+
|
|
910
|
+
/******/
|
|
911
|
+
return __webpack_exports__;
|
|
912
|
+
/******/
|
|
913
|
+
}()
|
|
914
|
+
);
|
|
915
|
+
});
|
|
916
|
+
|
|
917
|
+
/***/ }),
|
|
918
|
+
|
|
919
|
+
/***/ 787:
|
|
920
|
+
/***/ ((module) => {
|
|
921
|
+
|
|
922
|
+
"use strict";
|
|
923
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__787__;
|
|
924
|
+
|
|
925
|
+
/***/ })
|
|
926
|
+
|
|
927
|
+
/******/ });
|
|
928
|
+
/************************************************************************/
|
|
929
|
+
/******/ // The module cache
|
|
930
|
+
/******/ var __webpack_module_cache__ = {};
|
|
931
|
+
/******/
|
|
932
|
+
/******/ // The require function
|
|
933
|
+
/******/ function __webpack_require__(moduleId) {
|
|
934
|
+
/******/ // Check if module is in cache
|
|
935
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
936
|
+
/******/ if (cachedModule !== undefined) {
|
|
937
|
+
/******/ return cachedModule.exports;
|
|
938
|
+
/******/ }
|
|
939
|
+
/******/ // Create a new module (and put it into the cache)
|
|
940
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
941
|
+
/******/ id: moduleId,
|
|
942
|
+
/******/ loaded: false,
|
|
943
|
+
/******/ exports: {}
|
|
944
|
+
/******/ };
|
|
945
|
+
/******/
|
|
946
|
+
/******/ // Execute the module function
|
|
947
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
948
|
+
/******/
|
|
949
|
+
/******/ // Flag the module as loaded
|
|
950
|
+
/******/ module.loaded = true;
|
|
951
|
+
/******/
|
|
952
|
+
/******/ // Return the exports of the module
|
|
953
|
+
/******/ return module.exports;
|
|
954
|
+
/******/ }
|
|
955
|
+
/******/
|
|
956
|
+
/************************************************************************/
|
|
957
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
958
|
+
/******/ (() => {
|
|
959
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
960
|
+
/******/ __webpack_require__.n = (module) => {
|
|
961
|
+
/******/ var getter = module && module.__esModule ?
|
|
962
|
+
/******/ () => (module['default']) :
|
|
963
|
+
/******/ () => (module);
|
|
964
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
965
|
+
/******/ return getter;
|
|
966
|
+
/******/ };
|
|
967
|
+
/******/ })();
|
|
968
|
+
/******/
|
|
969
|
+
/******/ /* webpack/runtime/define property getters */
|
|
970
|
+
/******/ (() => {
|
|
971
|
+
/******/ // define getter functions for harmony exports
|
|
972
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
973
|
+
/******/ for(var key in definition) {
|
|
974
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
975
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
976
|
+
/******/ }
|
|
977
|
+
/******/ }
|
|
978
|
+
/******/ };
|
|
979
|
+
/******/ })();
|
|
980
|
+
/******/
|
|
981
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
982
|
+
/******/ (() => {
|
|
983
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
984
|
+
/******/ })();
|
|
985
|
+
/******/
|
|
986
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
987
|
+
/******/ (() => {
|
|
988
|
+
/******/ // define __esModule on exports
|
|
989
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
990
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
991
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
992
|
+
/******/ }
|
|
993
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
994
|
+
/******/ };
|
|
995
|
+
/******/ })();
|
|
996
|
+
/******/
|
|
997
|
+
/******/ /* webpack/runtime/node module decorator */
|
|
998
|
+
/******/ (() => {
|
|
999
|
+
/******/ __webpack_require__.nmd = (module) => {
|
|
1000
|
+
/******/ module.paths = [];
|
|
1001
|
+
/******/ if (!module.children) module.children = [];
|
|
1002
|
+
/******/ return module;
|
|
1003
|
+
/******/ };
|
|
1004
|
+
/******/ })();
|
|
1005
|
+
/******/
|
|
1006
|
+
/************************************************************************/
|
|
1007
|
+
var __webpack_exports__ = {};
|
|
1008
|
+
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
1009
|
+
(() => {
|
|
1010
|
+
"use strict";
|
|
1011
|
+
// ESM COMPAT FLAG
|
|
1012
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1013
|
+
|
|
1014
|
+
// EXPORTS
|
|
1015
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
1016
|
+
"default": () => (/* binding */ src)
|
|
1017
|
+
});
|
|
1018
|
+
|
|
1019
|
+
// EXTERNAL MODULE: external {"root":"React","commonjs2":"react","commonjs":"react","amd":"react"}
|
|
1020
|
+
var external_root_React_commonjs2_react_commonjs_react_amd_react_ = __webpack_require__(787);
|
|
1021
|
+
var external_root_React_commonjs2_react_commonjs_react_amd_react_default = /*#__PURE__*/__webpack_require__.n(external_root_React_commonjs2_react_commonjs_react_amd_react_);
|
|
1022
|
+
// EXTERNAL MODULE: ../Utils/dist/cjs/useComId.js
|
|
1023
|
+
var useComId = __webpack_require__(85);
|
|
1024
|
+
var useComId_default = /*#__PURE__*/__webpack_require__.n(useComId);
|
|
1025
|
+
// EXTERNAL MODULE: ../Utils/dist/cjs/object.js
|
|
1026
|
+
var object = __webpack_require__(575);
|
|
1027
|
+
// EXTERNAL MODULE: ../Utils/dist/cjs/dom.js
|
|
1028
|
+
var dom = __webpack_require__(997);
|
|
1029
|
+
// EXTERNAL MODULE: ../Utils/dist/cjs/cls.js
|
|
1030
|
+
var cls = __webpack_require__(188);
|
|
1031
|
+
;// CONCATENATED MODULE: ./src/init-height.tsx
|
|
1032
|
+
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); }
|
|
1033
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
1034
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
1035
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
1036
|
+
var initUlHeight = function initUlHeight(inputUl) {
|
|
1037
|
+
[].slice.call(inputUl).forEach(function (el) {
|
|
1038
|
+
// Check whether the parent node has "active"
|
|
1039
|
+
/*
|
|
1040
|
+
Fixed:
|
|
1041
|
+
|
|
1042
|
+
1. After asynchronously loading child nodes (after "initDefaultValue()"), manually collapse the node
|
|
1043
|
+
2. When clicking other nodes, the child node ul height of the previously collapsed node is not correctly reset to 0
|
|
1044
|
+
3. It causes the visual display to be expanded, but the arrow is actually collapsed
|
|
1045
|
+
*/
|
|
1046
|
+
var parentLi = el.parentElement;
|
|
1047
|
+
if (!parentLi || !parentLi.classList.contains('active')) {
|
|
1048
|
+
// If the parent node does not have an active class, keep maxHeight to 0
|
|
1049
|
+
return;
|
|
1050
|
+
}
|
|
1051
|
+
if (typeof el.dataset.maxheight === 'undefined') {
|
|
1052
|
+
var _li = [].slice.call(el.querySelectorAll('li'));
|
|
1053
|
+
var _allHeight = 0;
|
|
1054
|
+
_li.forEach(function (li) {
|
|
1055
|
+
_allHeight += li.scrollHeight;
|
|
1056
|
+
});
|
|
1057
|
+
el.dataset.maxheight = "".concat(_allHeight, "px");
|
|
1058
|
+
el.style.maxHeight = "".concat(_allHeight, "px");
|
|
1059
|
+
} else {
|
|
1060
|
+
el.style.maxHeight = el.dataset.maxheight;
|
|
1061
|
+
}
|
|
1062
|
+
});
|
|
1063
|
+
};
|
|
1064
|
+
var initAsyncItems = /*#__PURE__*/function () {
|
|
1065
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(inputUl) {
|
|
1066
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
1067
|
+
while (1) switch (_context.prev = _context.next) {
|
|
1068
|
+
case 0:
|
|
1069
|
+
[].slice.call(inputUl).forEach(function (el) {
|
|
1070
|
+
el.removeAttribute('data-maxheight');
|
|
1071
|
+
});
|
|
1072
|
+
case 1:
|
|
1073
|
+
case "end":
|
|
1074
|
+
return _context.stop();
|
|
1075
|
+
}
|
|
1076
|
+
}, _callee);
|
|
1077
|
+
}));
|
|
1078
|
+
return function initAsyncItems(_x) {
|
|
1079
|
+
return _ref.apply(this, arguments);
|
|
1080
|
+
};
|
|
1081
|
+
}();
|
|
1082
|
+
|
|
1083
|
+
;// CONCATENATED MODULE: ./src/utils/func.ts
|
|
1084
|
+
var removeItemOnce = function removeItemOnce(arr, key) {
|
|
1085
|
+
return arr.filter(function (item) {
|
|
1086
|
+
return item.key !== key;
|
|
1087
|
+
});
|
|
1088
|
+
};
|
|
1089
|
+
var activeClass = function activeClass(el, mode) {
|
|
1090
|
+
var classname = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'active';
|
|
1091
|
+
if (mode === 'add') {
|
|
1092
|
+
el.classList.add(classname);
|
|
1093
|
+
} else {
|
|
1094
|
+
el.classList.remove(classname);
|
|
1095
|
+
}
|
|
1096
|
+
};
|
|
1097
|
+
;// CONCATENATED MODULE: ./src/TreeList.tsx
|
|
1098
|
+
function TreeList_typeof(obj) { "@babel/helpers - typeof"; return TreeList_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; }, TreeList_typeof(obj); }
|
|
1099
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
1100
|
+
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."); }
|
|
1101
|
+
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; } }
|
|
1102
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
1103
|
+
function TreeList_regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ TreeList_regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == TreeList_typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
1104
|
+
function TreeList_asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
1105
|
+
function TreeList_asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { TreeList_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { TreeList_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
1106
|
+
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 (_e2) { function e(_x2) { return _e2.apply(this, arguments); } e.toString = function () { return _e2.toString(); }; return e; }(function (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 (_e3) { function e(_x3) { return _e3.apply(this, arguments); } e.toString = function () { return _e3.toString(); }; return e; }(function (e) { didErr = true; err = e; }), f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
1107
|
+
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); }
|
|
1108
|
+
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; }
|
|
1109
|
+
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; }
|
|
1110
|
+
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; }
|
|
1111
|
+
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; }
|
|
1112
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return TreeList_typeof(key) === "symbol" ? key : String(key); }
|
|
1113
|
+
function _toPrimitive(input, hint) { if (TreeList_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (TreeList_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
1114
|
+
|
|
1115
|
+
|
|
1116
|
+
// HAS CHECKBOX
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
function TreeList(props) {
|
|
1123
|
+
var rootNode = props.rootNode,
|
|
1124
|
+
checkboxNamePrefix = props.checkboxNamePrefix,
|
|
1125
|
+
alternateCollapse = props.alternateCollapse,
|
|
1126
|
+
renderOption = props.renderOption,
|
|
1127
|
+
first = props.first,
|
|
1128
|
+
disableArrow = props.disableArrow,
|
|
1129
|
+
disableCollapse = props.disableCollapse,
|
|
1130
|
+
arrow = props.arrow,
|
|
1131
|
+
arrowIcons = props.arrowIcons,
|
|
1132
|
+
childClassName = props.childClassName,
|
|
1133
|
+
orginalData = props.orginalData,
|
|
1134
|
+
data = props.data,
|
|
1135
|
+
getCheckedPrint = props.getCheckedPrint,
|
|
1136
|
+
updateCheckedPrint = props.updateCheckedPrint,
|
|
1137
|
+
getCheckedData = props.getCheckedData,
|
|
1138
|
+
updategetCheckedData = props.updategetCheckedData,
|
|
1139
|
+
expandedMap = props.expandedMap,
|
|
1140
|
+
onSelect = props.onSelect,
|
|
1141
|
+
onDoubleSelect = props.onDoubleSelect,
|
|
1142
|
+
onCheck = props.onCheck,
|
|
1143
|
+
evCollapse = props.evCollapse,
|
|
1144
|
+
evInitValue = props.evInitValue;
|
|
1145
|
+
var rootRef = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useRef)(null);
|
|
1146
|
+
var mergedData = data === null ? [] : data.map(function (item) {
|
|
1147
|
+
var _expandedMap$itemData;
|
|
1148
|
+
var itemData = typeof item === 'string' ? JSON.parse(item) : item;
|
|
1149
|
+
return _objectSpread(_objectSpread({}, itemData), {}, {
|
|
1150
|
+
isExpanded: (_expandedMap$itemData = expandedMap === null || expandedMap === void 0 ? void 0 : expandedMap[itemData.key]) !== null && _expandedMap$itemData !== void 0 ? _expandedMap$itemData : false
|
|
1151
|
+
});
|
|
1152
|
+
});
|
|
1153
|
+
var customIcon = /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("var", {
|
|
1154
|
+
className: "default-icon"
|
|
1155
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("svg", {
|
|
1156
|
+
width: "0.75em",
|
|
1157
|
+
height: "0.75em",
|
|
1158
|
+
viewBox: "0 0 20 20",
|
|
1159
|
+
fill: "none"
|
|
1160
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("path", {
|
|
1161
|
+
d: "M15.795 11.272L7.795 16.272C6.79593 16.8964 5.5 16.1782 5.5 15L5.5 5.00002C5.5 3.82186 6.79593 3.1036 7.795 3.72802L15.795 8.72802C16.735 9.31552 16.735 10.6845 15.795 11.272Z",
|
|
1162
|
+
fill: "currentColor"
|
|
1163
|
+
})));
|
|
1164
|
+
var loadingIcon = /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("var", {
|
|
1165
|
+
className: "loading-icon"
|
|
1166
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("svg", {
|
|
1167
|
+
width: "1em",
|
|
1168
|
+
height: "1em",
|
|
1169
|
+
viewBox: "0 0 512 512"
|
|
1170
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("g", null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("path", {
|
|
1171
|
+
fill: "currentColor",
|
|
1172
|
+
d: "M256,0c-23.357,0-42.297,18.932-42.297,42.288c0,23.358,18.94,42.288,42.297,42.288c23.357,0,42.279-18.93,42.279-42.288C298.279,18.932,279.357,0,256,0z"
|
|
1173
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("path", {
|
|
1174
|
+
fill: "currentColor",
|
|
1175
|
+
d: "M256,427.424c-23.357,0-42.297,18.931-42.297,42.288C213.703,493.07,232.643,512,256,512c23.357,0,42.279-18.93,42.279-42.288C298.279,446.355,279.357,427.424,256,427.424z"
|
|
1176
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("path", {
|
|
1177
|
+
fill: "currentColor",
|
|
1178
|
+
d: "M74.974,74.983c-16.52,16.511-16.52,43.286,0,59.806c16.52,16.52,43.287,16.52,59.806,0c16.52-16.511,16.52-43.286,0-59.806C118.261,58.463,91.494,58.463,74.974,74.983z"
|
|
1179
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("path", {
|
|
1180
|
+
fill: "currentColor",
|
|
1181
|
+
d: "M377.203,377.211c-16.503,16.52-16.503,43.296,0,59.815c16.519,16.52,43.304,16.52,59.806,0c16.52-16.51,16.52-43.295,0-59.815C420.489,360.692,393.722,360.7,377.203,377.211z"
|
|
1182
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("path", {
|
|
1183
|
+
fill: "currentColor",
|
|
1184
|
+
d: "M84.567,256c0.018-23.348-18.922-42.279-42.279-42.279c-23.357-0.009-42.297,18.932-42.279,42.288c-0.018,23.348,18.904,42.279,42.279,42.279C65.645,298.288,84.567,279.358,84.567,256z"
|
|
1185
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("path", {
|
|
1186
|
+
fill: "currentColor",
|
|
1187
|
+
d: "M469.712,213.712c-23.357,0-42.279,18.941-42.297,42.288c0,23.358,18.94,42.288,42.297,42.297c23.357,0,42.297-18.94,42.279-42.297C512.009,232.652,493.069,213.712,469.712,213.712z"
|
|
1188
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("path", {
|
|
1189
|
+
fill: "currentColor",
|
|
1190
|
+
d: "M74.991,377.22c-16.519,16.511-16.519,43.296,0,59.806c16.503,16.52,43.27,16.52,59.789,0c16.52-16.519,16.52-43.295,0-59.815C118.278,360.692,91.511,360.692,74.991,377.22z"
|
|
1191
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("path", {
|
|
1192
|
+
fill: "currentColor",
|
|
1193
|
+
d: "M437.026,134.798c16.52-16.52,16.52-43.304,0-59.824c-16.519-16.511-43.304-16.52-59.823,0c-16.52,16.52-16.503,43.295,0,59.815C393.722,151.309,420.507,151.309,437.026,134.798z"
|
|
1194
|
+
}))));
|
|
1195
|
+
var formatCheckboxControlVal = function formatCheckboxControlVal(el) {
|
|
1196
|
+
var _el$dataset$name;
|
|
1197
|
+
return {
|
|
1198
|
+
name: (_el$dataset$name = el.dataset.name) === null || _el$dataset$name === void 0 ? void 0 : _el$dataset$name.replace(/-label$/, ''),
|
|
1199
|
+
key: el.dataset.key,
|
|
1200
|
+
slug: el.value,
|
|
1201
|
+
link: el.dataset.link
|
|
1202
|
+
};
|
|
1203
|
+
};
|
|
1204
|
+
var setCheckboxCheckedData = function setCheckboxCheckedData(arr, key, val) {
|
|
1205
|
+
arr.forEach(function (item, index) {
|
|
1206
|
+
if (item.key === key) arr[index].checked = val;
|
|
1207
|
+
});
|
|
1208
|
+
};
|
|
1209
|
+
|
|
1210
|
+
// check whether the node is in the Indeterminate state
|
|
1211
|
+
var isIndeterminate = function isIndeterminate(node) {
|
|
1212
|
+
if (!node.children || node.children.length === 0) {
|
|
1213
|
+
return false;
|
|
1214
|
+
}
|
|
1215
|
+
var hasChecked = false;
|
|
1216
|
+
var hasUnchecked = false;
|
|
1217
|
+
var _iterator = _createForOfIteratorHelper(node.children),
|
|
1218
|
+
_step;
|
|
1219
|
+
try {
|
|
1220
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
1221
|
+
var child = _step.value;
|
|
1222
|
+
if (isIndeterminate(child)) {
|
|
1223
|
+
return true;
|
|
1224
|
+
}
|
|
1225
|
+
if (child.checked) {
|
|
1226
|
+
hasChecked = true;
|
|
1227
|
+
} else {
|
|
1228
|
+
hasUnchecked = true;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
// If there are some selected and some unchecked, the node is Indeterminate
|
|
1232
|
+
if (hasChecked && hasUnchecked) {
|
|
1233
|
+
return true;
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
// If all child nodes are the same, it is not Indeterminate
|
|
1238
|
+
} catch (err) {
|
|
1239
|
+
_iterator.e(err);
|
|
1240
|
+
} finally {
|
|
1241
|
+
_iterator.f();
|
|
1242
|
+
}
|
|
1243
|
+
return false;
|
|
1244
|
+
};
|
|
1245
|
+
var updateTreeCheckedItems = function updateTreeCheckedItems(arr, flatArr) {
|
|
1246
|
+
if (!Array.isArray(arr)) return;
|
|
1247
|
+
var _loop = function _loop() {
|
|
1248
|
+
var orginalDataKey = arr[i].key;
|
|
1249
|
+
var targetItem = flatArr.find(function (v) {
|
|
1250
|
+
return v.key === orginalDataKey;
|
|
1251
|
+
});
|
|
1252
|
+
if (typeof targetItem !== 'undefined') {
|
|
1253
|
+
// update value of checked
|
|
1254
|
+
arr[i].checked = targetItem.checked;
|
|
1255
|
+
}
|
|
1256
|
+
if (arr[i].children) updateTreeCheckedItems(arr[i].children, flatArr);
|
|
1257
|
+
};
|
|
1258
|
+
for (var i = 0; i < arr.length; i++) {
|
|
1259
|
+
_loop();
|
|
1260
|
+
}
|
|
1261
|
+
};
|
|
1262
|
+
var updateIndeterminateData = function updateIndeterminateData(arr, flatArr) {
|
|
1263
|
+
if (!Array.isArray(arr)) return;
|
|
1264
|
+
var _loop2 = function _loop2() {
|
|
1265
|
+
var orginalDataKey = arr[i].key;
|
|
1266
|
+
var targetItem = flatArr.find(function (v) {
|
|
1267
|
+
return v.key === orginalDataKey;
|
|
1268
|
+
});
|
|
1269
|
+
if (typeof targetItem !== 'undefined') {
|
|
1270
|
+
// update indeterminate of item
|
|
1271
|
+
targetItem.indeterminate = isIndeterminate(arr[i]);
|
|
1272
|
+
}
|
|
1273
|
+
if (arr[i].children) updateIndeterminateData(arr[i].children, flatArr);
|
|
1274
|
+
};
|
|
1275
|
+
for (var i = 0; i < arr.length; i++) {
|
|
1276
|
+
_loop2();
|
|
1277
|
+
}
|
|
1278
|
+
};
|
|
1279
|
+
var setCheckboxIndeterminateStatus = function setCheckboxIndeterminateStatus(checkedData, printData, el) {
|
|
1280
|
+
// update checked items from orginal data
|
|
1281
|
+
updateTreeCheckedItems(orginalData, checkedData);
|
|
1282
|
+
|
|
1283
|
+
// check whether the node is in the Indeterminate state
|
|
1284
|
+
updateIndeterminateData(orginalData, checkedData);
|
|
1285
|
+
return [checkedData, printData];
|
|
1286
|
+
};
|
|
1287
|
+
function handleSelect(e) {
|
|
1288
|
+
e.preventDefault();
|
|
1289
|
+
e.stopPropagation();
|
|
1290
|
+
var hyperlink = e.currentTarget;
|
|
1291
|
+
if (hyperlink.classList.contains('selected')) {
|
|
1292
|
+
activeClass(hyperlink, 'remove', 'selected');
|
|
1293
|
+
} else {
|
|
1294
|
+
var wrapper = hyperlink.closest('.tree-diagram__wrapper');
|
|
1295
|
+
if (wrapper) {
|
|
1296
|
+
[].slice.call(wrapper.querySelectorAll('li > div.nav-link')).forEach(function (node) {
|
|
1297
|
+
activeClass(node, 'remove', 'selected');
|
|
1298
|
+
});
|
|
1299
|
+
}
|
|
1300
|
+
activeClass(hyperlink, 'add', 'selected');
|
|
1301
|
+
}
|
|
1302
|
+
onSelect === null || onSelect === void 0 ? void 0 : onSelect(e, {
|
|
1303
|
+
key: hyperlink.dataset.key,
|
|
1304
|
+
slug: hyperlink.dataset.slug,
|
|
1305
|
+
link: hyperlink.dataset.link,
|
|
1306
|
+
optiondata: hyperlink.dataset.optiondata
|
|
1307
|
+
}, /*#__PURE__*/TreeList_asyncToGenerator( /*#__PURE__*/TreeList_regeneratorRuntime().mark(function _callee() {
|
|
1308
|
+
return TreeList_regeneratorRuntime().wrap(function _callee$(_context) {
|
|
1309
|
+
while (1) switch (_context.prev = _context.next) {
|
|
1310
|
+
case 0:
|
|
1311
|
+
if (!(typeof evInitValue === 'function')) {
|
|
1312
|
+
_context.next = 3;
|
|
1313
|
+
break;
|
|
1314
|
+
}
|
|
1315
|
+
_context.next = 3;
|
|
1316
|
+
return evInitValue(hyperlink.dataset.key, null);
|
|
1317
|
+
case 3:
|
|
1318
|
+
case "end":
|
|
1319
|
+
return _context.stop();
|
|
1320
|
+
}
|
|
1321
|
+
}, _callee);
|
|
1322
|
+
})));
|
|
1323
|
+
if (disableArrow) {
|
|
1324
|
+
evCollapse === null || evCollapse === void 0 ? void 0 : evCollapse(e);
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
function handleDoubleSelect(e) {
|
|
1328
|
+
e.preventDefault();
|
|
1329
|
+
e.stopPropagation();
|
|
1330
|
+
var hyperlink = e.currentTarget;
|
|
1331
|
+
if (hyperlink.classList.contains('selected')) {
|
|
1332
|
+
activeClass(hyperlink, 'remove', 'selected');
|
|
1333
|
+
} else {
|
|
1334
|
+
[].slice.call(hyperlink.closest('.tree-diagram__wrapper').querySelectorAll('li > div.nav-link')).forEach(function (node) {
|
|
1335
|
+
activeClass(node, 'remove', 'selected');
|
|
1336
|
+
});
|
|
1337
|
+
activeClass(hyperlink, 'add', 'selected');
|
|
1338
|
+
}
|
|
1339
|
+
onDoubleSelect === null || onDoubleSelect === void 0 ? void 0 : onDoubleSelect(e, {
|
|
1340
|
+
key: hyperlink.dataset.key,
|
|
1341
|
+
slug: hyperlink.dataset.slug,
|
|
1342
|
+
link: hyperlink.dataset.link,
|
|
1343
|
+
optiondata: hyperlink.dataset.optiondata
|
|
1344
|
+
}, /*#__PURE__*/TreeList_asyncToGenerator( /*#__PURE__*/TreeList_regeneratorRuntime().mark(function _callee2() {
|
|
1345
|
+
return TreeList_regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
1346
|
+
while (1) switch (_context2.prev = _context2.next) {
|
|
1347
|
+
case 0:
|
|
1348
|
+
if (!(typeof evInitValue === 'function')) {
|
|
1349
|
+
_context2.next = 3;
|
|
1350
|
+
break;
|
|
1351
|
+
}
|
|
1352
|
+
_context2.next = 3;
|
|
1353
|
+
return evInitValue(hyperlink.dataset.key, null);
|
|
1354
|
+
case 3:
|
|
1355
|
+
case "end":
|
|
1356
|
+
return _context2.stop();
|
|
1357
|
+
}
|
|
1358
|
+
}, _callee2);
|
|
1359
|
+
})));
|
|
1360
|
+
if (disableArrow) {
|
|
1361
|
+
evCollapse === null || evCollapse === void 0 ? void 0 : evCollapse(e);
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1364
|
+
function titleArrowGenerator() {
|
|
1365
|
+
return disableArrow ? loadingIcon : null;
|
|
1366
|
+
}
|
|
1367
|
+
function arrowGenerator() {
|
|
1368
|
+
if (arrowIcons && Array.isArray(arrowIcons)) {
|
|
1369
|
+
return arrowIcons.length > 1 ? /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("var", {
|
|
1370
|
+
className: "default-icon"
|
|
1371
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("span", null, arrowIcons[0]), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("span", null, arrowIcons[1])), loadingIcon) : /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("var", {
|
|
1372
|
+
className: "default-icon"
|
|
1373
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("span", null, arrowIcons[0]), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("span", null, arrowIcons[0])), loadingIcon);
|
|
1374
|
+
} else {
|
|
1375
|
+
return arrow ? arrow : /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null, customIcon, loadingIcon);
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
function checkedAct(el, val) {
|
|
1379
|
+
if (el === null) return;
|
|
1380
|
+
var _curKey = el.dataset.key;
|
|
1381
|
+
var _checkedData = getCheckedData;
|
|
1382
|
+
var _res = getCheckedPrint;
|
|
1383
|
+
|
|
1384
|
+
// STEP 1:
|
|
1385
|
+
// Current checkbox
|
|
1386
|
+
//-----------
|
|
1387
|
+
if (val === true) {
|
|
1388
|
+
_res.push(formatCheckboxControlVal(el));
|
|
1389
|
+
setCheckboxCheckedData(_checkedData, _curKey, true);
|
|
1390
|
+
} else {
|
|
1391
|
+
setCheckboxCheckedData(_checkedData, _curKey, false);
|
|
1392
|
+
_res = removeItemOnce(_res, _curKey);
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
// STEP 2:
|
|
1396
|
+
// All child checkboxes
|
|
1397
|
+
//-----------
|
|
1398
|
+
[].slice.call((0,dom.getChildren)(el.closest('li'), '[type="checkbox"]')).forEach(function (node) {
|
|
1399
|
+
if (val === true) {
|
|
1400
|
+
if (node.dataset.key !== _curKey) {
|
|
1401
|
+
setCheckboxCheckedData(_checkedData, node.dataset.key, true);
|
|
1402
|
+
_res.push(formatCheckboxControlVal(node));
|
|
1403
|
+
}
|
|
1404
|
+
} else {
|
|
1405
|
+
setCheckboxCheckedData(_checkedData, node.dataset.key, false);
|
|
1406
|
+
_res = removeItemOnce(_res, node.dataset.key);
|
|
1407
|
+
}
|
|
1408
|
+
});
|
|
1409
|
+
|
|
1410
|
+
// STEP 3:
|
|
1411
|
+
// ALl parent checkboxes
|
|
1412
|
+
//-----------
|
|
1413
|
+
var _setCheckboxIndetermi = setCheckboxIndeterminateStatus(_checkedData, _res, el),
|
|
1414
|
+
_setCheckboxIndetermi2 = _slicedToArray(_setCheckboxIndetermi, 2),
|
|
1415
|
+
updatedCheckedData = _setCheckboxIndetermi2[0],
|
|
1416
|
+
updatedPrintData = _setCheckboxIndetermi2[1];
|
|
1417
|
+
var _updatedCheckedData = updatedCheckedData;
|
|
1418
|
+
var _updatedPrintData = updatedPrintData;
|
|
1419
|
+
|
|
1420
|
+
// STEP 4:
|
|
1421
|
+
// Update checked data
|
|
1422
|
+
//-----------
|
|
1423
|
+
updategetCheckedData(_updatedCheckedData);
|
|
1424
|
+
|
|
1425
|
+
// STEP 5:
|
|
1426
|
+
// Array deduplication
|
|
1427
|
+
//-----------
|
|
1428
|
+
_updatedPrintData = _updatedPrintData.filter(function (item, index, self) {
|
|
1429
|
+
return index === self.findIndex(function (t) {
|
|
1430
|
+
return t.key === item.key;
|
|
1431
|
+
});
|
|
1432
|
+
});
|
|
1433
|
+
|
|
1434
|
+
// STEP 6:
|
|
1435
|
+
// Update checked print
|
|
1436
|
+
//-----------
|
|
1437
|
+
updateCheckedPrint(_updatedPrintData);
|
|
1438
|
+
|
|
1439
|
+
// STEP 7:
|
|
1440
|
+
// callback
|
|
1441
|
+
//-----------
|
|
1442
|
+
onCheck === null || onCheck === void 0 ? void 0 : onCheck(_updatedPrintData);
|
|
1443
|
+
}
|
|
1444
|
+
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
|
|
1445
|
+
// Activate current item
|
|
1446
|
+
//=====================
|
|
1447
|
+
var allItems = rootRef.current ? [].slice.call(document.querySelectorAll(".".concat(childClassName, " div.nav-link"))).map(function (item) {
|
|
1448
|
+
var _item$parentNode$clas;
|
|
1449
|
+
return {
|
|
1450
|
+
href: item.dataset.href,
|
|
1451
|
+
el: item,
|
|
1452
|
+
actived: (_item$parentNode$clas = item.parentNode.classList) !== null && _item$parentNode$clas !== void 0 && _item$parentNode$clas.contains('active') ? true : false,
|
|
1453
|
+
expandedLink: document.body.contains(item.parentNode.parentNode.previousSibling) ? item.parentNode.parentNode.previousSibling : false
|
|
1454
|
+
};
|
|
1455
|
+
}) : [];
|
|
1456
|
+
allItems.forEach(function (hyperlink) {
|
|
1457
|
+
// Expand the currently active item by default
|
|
1458
|
+
if (hyperlink.actived) {
|
|
1459
|
+
hyperlink.el.setAttribute('aria-expanded', 'true');
|
|
1460
|
+
if (hyperlink.expandedLink) {
|
|
1461
|
+
var expandedLink = hyperlink.expandedLink; // <a>
|
|
1462
|
+
activeClass(expandedLink.parentNode, 'add');
|
|
1463
|
+
expandedLink.setAttribute('aria-expanded', true);
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
// init <ul> height
|
|
1467
|
+
var ul = (0,dom.getNextSiblings)(hyperlink.el, 'ul');
|
|
1468
|
+
initUlHeight(ul);
|
|
1469
|
+
}
|
|
1470
|
+
});
|
|
1471
|
+
|
|
1472
|
+
// Initialize indeterminate status of all checkboxes
|
|
1473
|
+
//=====================
|
|
1474
|
+
setCheckboxIndeterminateStatus(getCheckedData, getCheckedPrint, null);
|
|
1475
|
+
}, [data]);
|
|
1476
|
+
if (data) {
|
|
1477
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("ul", {
|
|
1478
|
+
className: (0,cls.combinedCls)(childClassName, {
|
|
1479
|
+
'first': first
|
|
1480
|
+
}),
|
|
1481
|
+
ref: rootRef,
|
|
1482
|
+
style: !first ? {
|
|
1483
|
+
maxHeight: '0px'
|
|
1484
|
+
} : {}
|
|
1485
|
+
}, mergedData.map(function (item, i) {
|
|
1486
|
+
var _filter$, _filter$2;
|
|
1487
|
+
var _async = item.childrenAsync ? 'async-ready' : '';
|
|
1488
|
+
var _cusIcons = arrowIcons ? 'custom-icons' : '';
|
|
1489
|
+
var optiondata = typeof item.optiondata !== 'undefined' ? item.optiondata : '{}';
|
|
1490
|
+
if (item.heading) return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("li", {
|
|
1491
|
+
className: (0,cls.combinedCls)('nav-item', {
|
|
1492
|
+
'first': first
|
|
1493
|
+
}),
|
|
1494
|
+
key: item.key
|
|
1495
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("a", {
|
|
1496
|
+
tabIndex: -1,
|
|
1497
|
+
className: "nav-link disabled",
|
|
1498
|
+
href: "#",
|
|
1499
|
+
"aria-disabled": "true",
|
|
1500
|
+
"data-link": item.link,
|
|
1501
|
+
"data-slug": item.slug,
|
|
1502
|
+
"data-key": item.key,
|
|
1503
|
+
"data-optiondata": JSON.stringify(item)
|
|
1504
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("span", null, item.icon ? item.icon.indexOf('</svg>') < 0 ? /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("i", {
|
|
1505
|
+
className: item.icon
|
|
1506
|
+
}), " ") : /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("var", {
|
|
1507
|
+
dangerouslySetInnerHTML: {
|
|
1508
|
+
__html: "".concat(item.icon)
|
|
1509
|
+
}
|
|
1510
|
+
}) : null, typeof renderOption === 'function' ? /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null, renderOption(item, item.key)) : /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("i", {
|
|
1511
|
+
dangerouslySetInnerHTML: {
|
|
1512
|
+
__html: "".concat(item.title)
|
|
1513
|
+
}
|
|
1514
|
+
})))));
|
|
1515
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("li", {
|
|
1516
|
+
className: (0,cls.combinedCls)('nav-item', {
|
|
1517
|
+
'first': first,
|
|
1518
|
+
'active': item.active
|
|
1519
|
+
}),
|
|
1520
|
+
key: item.key,
|
|
1521
|
+
onMouseEnter: typeof item.itemMouseEnterCallback !== 'undefined' ? item.itemMouseEnterCallback : function () {
|
|
1522
|
+
return void 0;
|
|
1523
|
+
},
|
|
1524
|
+
onMouseLeave: typeof item.itemMouseLeaveCallback !== 'undefined' ? item.itemMouseLeaveCallback : function () {
|
|
1525
|
+
return void 0;
|
|
1526
|
+
}
|
|
1527
|
+
}, item.children && item.children.length || item.childrenAsync ? /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("span", {
|
|
1528
|
+
"aria-expanded": JSON.parse(optiondata).isExpanded || item.active ? 'true' : 'false',
|
|
1529
|
+
className: item.active ? "arrow active ".concat(_async, " ").concat(_cusIcons) : "arrow ".concat(_async, " ").concat(_cusIcons),
|
|
1530
|
+
onClick: evCollapse,
|
|
1531
|
+
"data-link": item.link,
|
|
1532
|
+
"data-slug": item.slug,
|
|
1533
|
+
"data-key": item.key,
|
|
1534
|
+
"data-optiondata": JSON.stringify(item)
|
|
1535
|
+
}, arrowGenerator()) : '', /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("span", {
|
|
1536
|
+
className: "checkbox-trigger"
|
|
1537
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("div", {
|
|
1538
|
+
className: "form-check__wrapper"
|
|
1539
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("div", {
|
|
1540
|
+
className: "form-check d-inline-block"
|
|
1541
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("input", {
|
|
1542
|
+
type: "checkbox",
|
|
1543
|
+
className: (0,cls.combinedCls)('form-check-input', {
|
|
1544
|
+
'indeterminate': (_filter$ = getCheckedData.filter(function (cur) {
|
|
1545
|
+
return cur.key === item.key;
|
|
1546
|
+
})[0]) === null || _filter$ === void 0 ? void 0 : _filter$.indeterminate
|
|
1547
|
+
}),
|
|
1548
|
+
name: "checkbox-".concat(checkboxNamePrefix, "-").concat(item.key),
|
|
1549
|
+
tabIndex: -1,
|
|
1550
|
+
"data-name": "checkbox-".concat(checkboxNamePrefix, "-").concat(item.key),
|
|
1551
|
+
"data-key": item.key,
|
|
1552
|
+
"data-link": item.link,
|
|
1553
|
+
value: item.slug,
|
|
1554
|
+
checked: (_filter$2 = getCheckedData.filter(function (cur) {
|
|
1555
|
+
return cur.key === item.key;
|
|
1556
|
+
})[0]) === null || _filter$2 === void 0 ? void 0 : _filter$2.checked,
|
|
1557
|
+
onChange: function onChange(e) {
|
|
1558
|
+
var _filter$3;
|
|
1559
|
+
checkedAct(e.target, !((_filter$3 = getCheckedData.filter(function (cur) {
|
|
1560
|
+
return cur.key === item.key;
|
|
1561
|
+
})[0]) !== null && _filter$3 !== void 0 && _filter$3.checked));
|
|
1562
|
+
}
|
|
1563
|
+
})))), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("div", {
|
|
1564
|
+
tabIndex: -1,
|
|
1565
|
+
className: (0,cls.combinedCls)('nav-link', _async, {
|
|
1566
|
+
'selected': item.selected,
|
|
1567
|
+
'active': item.active,
|
|
1568
|
+
'disabled': item.disabled
|
|
1569
|
+
}),
|
|
1570
|
+
"data-href": item.link === '#' ? "".concat(item.link, "-").concat(i) : item.link,
|
|
1571
|
+
"aria-expanded": "false",
|
|
1572
|
+
onClick: handleSelect,
|
|
1573
|
+
onDoubleClick: handleDoubleSelect,
|
|
1574
|
+
"data-link": item.link,
|
|
1575
|
+
"data-slug": item.slug,
|
|
1576
|
+
"data-key": item.key,
|
|
1577
|
+
"data-optiondata": JSON.stringify(item),
|
|
1578
|
+
onMouseEnter: typeof item.itemLinkMouseEnterCallback !== 'undefined' ? item.itemLinkMouseEnterCallback : function () {
|
|
1579
|
+
return void 0;
|
|
1580
|
+
},
|
|
1581
|
+
onMouseLeave: typeof item.itemLinkMouseLeaveCallback !== 'undefined' ? item.itemLinkMouseLeaveCallback : function () {
|
|
1582
|
+
return void 0;
|
|
1583
|
+
}
|
|
1584
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("span", null, item.icon ? item.icon.indexOf('</svg>') < 0 ? /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("i", {
|
|
1585
|
+
className: item.icon
|
|
1586
|
+
}), " ") : /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("var", {
|
|
1587
|
+
dangerouslySetInnerHTML: {
|
|
1588
|
+
__html: "".concat(item.icon)
|
|
1589
|
+
}
|
|
1590
|
+
}) : null, typeof renderOption === 'function' ? /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null, renderOption(item, item.key)) : /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("i", {
|
|
1591
|
+
dangerouslySetInnerHTML: {
|
|
1592
|
+
__html: "".concat(item.title)
|
|
1593
|
+
}
|
|
1594
|
+
})), titleArrowGenerator()), item.customContentToHyperlink), item.customContentToLiTag, item.children && item.children.length > 0 && /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement(TreeList, {
|
|
1595
|
+
rootNode: rootNode,
|
|
1596
|
+
renderOption: renderOption,
|
|
1597
|
+
checkboxNamePrefix: checkboxNamePrefix,
|
|
1598
|
+
orginalData: orginalData,
|
|
1599
|
+
data: item.children,
|
|
1600
|
+
first: false,
|
|
1601
|
+
arrow: arrow,
|
|
1602
|
+
onSelect: onSelect,
|
|
1603
|
+
onDoubleSelect: onDoubleSelect,
|
|
1604
|
+
onCheck: onCheck,
|
|
1605
|
+
disableArrow: disableArrow,
|
|
1606
|
+
disableCollapse: disableCollapse,
|
|
1607
|
+
arrowIcons: arrowIcons,
|
|
1608
|
+
evInitValue: evInitValue,
|
|
1609
|
+
getCheckedPrint: getCheckedPrint,
|
|
1610
|
+
updateCheckedPrint: updateCheckedPrint,
|
|
1611
|
+
getCheckedData: getCheckedData,
|
|
1612
|
+
updategetCheckedData: updategetCheckedData
|
|
1613
|
+
|
|
1614
|
+
// Collapse
|
|
1615
|
+
,
|
|
1616
|
+
expandedMap: expandedMap,
|
|
1617
|
+
evCollapse: evCollapse
|
|
1618
|
+
}));
|
|
1619
|
+
})));
|
|
1620
|
+
} else {
|
|
1621
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null);
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
;// CONCATENATED MODULE: ./src/index.tsx
|
|
1625
|
+
function src_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = src_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 (_e2) { function e(_x10) { return _e2.apply(this, arguments); } e.toString = function () { return _e2.toString(); }; return e; }(function (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 (_e3) { function e(_x11) { return _e3.apply(this, arguments); } e.toString = function () { return _e3.toString(); }; return e; }(function (e) { didErr = true; err = e; }), f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
1626
|
+
function src_typeof(obj) { "@babel/helpers - typeof"; return src_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; }, src_typeof(obj); }
|
|
1627
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || src_unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
1628
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
1629
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
1630
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return src_arrayLikeToArray(arr); }
|
|
1631
|
+
function src_regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ src_regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == src_typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
1632
|
+
function src_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; }
|
|
1633
|
+
function src_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? src_ownKeys(Object(source), !0).forEach(function (key) { src_defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : src_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
1634
|
+
function src_defineProperty(obj, key, value) { key = src_toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1635
|
+
function src_toPropertyKey(arg) { var key = src_toPrimitive(arg, "string"); return src_typeof(key) === "symbol" ? key : String(key); }
|
|
1636
|
+
function src_toPrimitive(input, hint) { if (src_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (src_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
1637
|
+
function src_asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
1638
|
+
function src_asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { src_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { src_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
1639
|
+
function src_slicedToArray(arr, i) { return src_arrayWithHoles(arr) || src_iterableToArrayLimit(arr, i) || src_unsupportedIterableToArray(arr, i) || src_nonIterableRest(); }
|
|
1640
|
+
function src_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."); }
|
|
1641
|
+
function src_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return src_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 src_arrayLikeToArray(o, minLen); }
|
|
1642
|
+
function src_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; }
|
|
1643
|
+
function src_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; } }
|
|
1644
|
+
function src_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
var Tree = /*#__PURE__*/(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.forwardRef)(function (props, ref) {
|
|
1653
|
+
var id = props.id,
|
|
1654
|
+
checkable = props.checkable,
|
|
1655
|
+
showLine = props.showLine,
|
|
1656
|
+
lineStyle = props.lineStyle,
|
|
1657
|
+
alternateCollapse = props.alternateCollapse,
|
|
1658
|
+
renderOption = props.renderOption,
|
|
1659
|
+
disableArrow = props.disableArrow,
|
|
1660
|
+
disableCollapse = props.disableCollapse,
|
|
1661
|
+
arrow = props.arrow,
|
|
1662
|
+
arrowIcons = props.arrowIcons,
|
|
1663
|
+
treeClassName = props.treeClassName,
|
|
1664
|
+
childClassName = props.childClassName,
|
|
1665
|
+
data = props.data,
|
|
1666
|
+
retrieveData = props.retrieveData,
|
|
1667
|
+
onSelect = props.onSelect,
|
|
1668
|
+
onDoubleSelect = props.onDoubleSelect,
|
|
1669
|
+
onCollapse = props.onCollapse,
|
|
1670
|
+
onCheck = props.onCheck;
|
|
1671
|
+
var uniqueID = useComId_default()();
|
|
1672
|
+
var idRes = id || uniqueID;
|
|
1673
|
+
var rootRef = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useRef)(null);
|
|
1674
|
+
var _useState = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useState)(null),
|
|
1675
|
+
_useState2 = src_slicedToArray(_useState, 2),
|
|
1676
|
+
orginalData = _useState2[0],
|
|
1677
|
+
setOrginalData = _useState2[1];
|
|
1678
|
+
var _useState3 = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useState)(null),
|
|
1679
|
+
_useState4 = src_slicedToArray(_useState3, 2),
|
|
1680
|
+
list = _useState4[0],
|
|
1681
|
+
setList = _useState4[1];
|
|
1682
|
+
var _useState5 = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useState)([]),
|
|
1683
|
+
_useState6 = src_slicedToArray(_useState5, 2),
|
|
1684
|
+
flatList = _useState6[0],
|
|
1685
|
+
setFlatList = _useState6[1];
|
|
1686
|
+
var _useState7 = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useState)([]),
|
|
1687
|
+
_useState8 = src_slicedToArray(_useState7, 2),
|
|
1688
|
+
checkedPrint = _useState8[0],
|
|
1689
|
+
setCheckedPrint = _useState8[1];
|
|
1690
|
+
var _useState9 = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useState)([]),
|
|
1691
|
+
_useState10 = src_slicedToArray(_useState9, 2),
|
|
1692
|
+
checkedData = _useState10[0],
|
|
1693
|
+
setCheckedData = _useState10[1];
|
|
1694
|
+
var expandClassName = "".concat(showLine ? 'show-line' : '', " ").concat(disableArrow ? 'hide-arrow' : '', " ").concat(disableCollapse ? 'collapse-disabled' : '', " ").concat(lineStyle ? "line--".concat(lineStyle) : '', " ").concat(checkable ? 'has-checkbox' : '');
|
|
1695
|
+
var _useState11 = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useState)({}),
|
|
1696
|
+
_useState12 = src_slicedToArray(_useState11, 2),
|
|
1697
|
+
expandedMap = _useState12[0],
|
|
1698
|
+
setExpandedMap = _useState12[1]; // { [key]: true/false }
|
|
1699
|
+
|
|
1700
|
+
// Handle DOM operations
|
|
1701
|
+
var handleDOMOperations = function handleDOMOperations() {
|
|
1702
|
+
// loading status
|
|
1703
|
+
[].slice.call(rootRef.current.querySelectorAll('.arrow.async-ready, .nav-link.async-ready')).forEach(function (node) {
|
|
1704
|
+
node.classList.remove('loading');
|
|
1705
|
+
if (node.parentElement.querySelector('ul') !== null) {
|
|
1706
|
+
node.classList.remove('async-ready');
|
|
1707
|
+
node.click();
|
|
1708
|
+
}
|
|
1709
|
+
});
|
|
1710
|
+
|
|
1711
|
+
// init <ul> height
|
|
1712
|
+
// Initialize async items
|
|
1713
|
+
var ul = [].slice.call(rootRef.current.querySelectorAll('ul'));
|
|
1714
|
+
initAsyncItems(ul).then(function () {
|
|
1715
|
+
initUlHeight(ul);
|
|
1716
|
+
});
|
|
1717
|
+
};
|
|
1718
|
+
var observeDOMChanges = function observeDOMChanges() {
|
|
1719
|
+
if (!rootRef.current) return;
|
|
1720
|
+
var observer = new MutationObserver(function (mutations) {
|
|
1721
|
+
// Check whether any new ul elements have been added
|
|
1722
|
+
// Changes of <li> are captured by changes in their parent <ul>
|
|
1723
|
+
var hasNewUL = mutations.some(function (mutation) {
|
|
1724
|
+
return Array.from(mutation.addedNodes).some(function (node) {
|
|
1725
|
+
return node.nodeName === 'UL';
|
|
1726
|
+
});
|
|
1727
|
+
});
|
|
1728
|
+
if (hasNewUL) {
|
|
1729
|
+
observer.disconnect();
|
|
1730
|
+
handleDOMOperations();
|
|
1731
|
+
}
|
|
1732
|
+
});
|
|
1733
|
+
observer.observe(rootRef.current, {
|
|
1734
|
+
childList: true,
|
|
1735
|
+
// Observe the addition or deletion of child nodes
|
|
1736
|
+
subtree: true,
|
|
1737
|
+
// Observe all descendant nodes
|
|
1738
|
+
attributes: false,
|
|
1739
|
+
// Do not observe attribute changes
|
|
1740
|
+
characterData: false // Do not observe text content changes
|
|
1741
|
+
});
|
|
1742
|
+
};
|
|
1743
|
+
|
|
1744
|
+
var updateTreeData = /*#__PURE__*/function () {
|
|
1745
|
+
var _ref = src_asyncToGenerator( /*#__PURE__*/src_regeneratorRuntime().mark(function _callee2(list, key, children) {
|
|
1746
|
+
var updatedList;
|
|
1747
|
+
return src_regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
1748
|
+
while (1) switch (_context2.prev = _context2.next) {
|
|
1749
|
+
case 0:
|
|
1750
|
+
if (list) {
|
|
1751
|
+
_context2.next = 2;
|
|
1752
|
+
break;
|
|
1753
|
+
}
|
|
1754
|
+
return _context2.abrupt("return", []);
|
|
1755
|
+
case 2:
|
|
1756
|
+
_context2.next = 4;
|
|
1757
|
+
return Promise.all(list.map( /*#__PURE__*/function () {
|
|
1758
|
+
var _ref2 = src_asyncToGenerator( /*#__PURE__*/src_regeneratorRuntime().mark(function _callee(node) {
|
|
1759
|
+
return src_regeneratorRuntime().wrap(function _callee$(_context) {
|
|
1760
|
+
while (1) switch (_context.prev = _context.next) {
|
|
1761
|
+
case 0:
|
|
1762
|
+
if (!(node.key === key)) {
|
|
1763
|
+
_context.next = 2;
|
|
1764
|
+
break;
|
|
1765
|
+
}
|
|
1766
|
+
return _context.abrupt("return", src_objectSpread(src_objectSpread({}, node), {}, {
|
|
1767
|
+
children: children
|
|
1768
|
+
}));
|
|
1769
|
+
case 2:
|
|
1770
|
+
if (!node.children) {
|
|
1771
|
+
_context.next = 11;
|
|
1772
|
+
break;
|
|
1773
|
+
}
|
|
1774
|
+
_context.t0 = src_objectSpread;
|
|
1775
|
+
_context.t1 = src_objectSpread({}, node);
|
|
1776
|
+
_context.t2 = {};
|
|
1777
|
+
_context.next = 8;
|
|
1778
|
+
return updateTreeData(node.children, key, children);
|
|
1779
|
+
case 8:
|
|
1780
|
+
_context.t3 = _context.sent;
|
|
1781
|
+
_context.t4 = {
|
|
1782
|
+
children: _context.t3
|
|
1783
|
+
};
|
|
1784
|
+
return _context.abrupt("return", (0, _context.t0)(_context.t1, _context.t2, _context.t4));
|
|
1785
|
+
case 11:
|
|
1786
|
+
return _context.abrupt("return", node);
|
|
1787
|
+
case 12:
|
|
1788
|
+
case "end":
|
|
1789
|
+
return _context.stop();
|
|
1790
|
+
}
|
|
1791
|
+
}, _callee);
|
|
1792
|
+
}));
|
|
1793
|
+
return function (_x5) {
|
|
1794
|
+
return _ref2.apply(this, arguments);
|
|
1795
|
+
};
|
|
1796
|
+
}()));
|
|
1797
|
+
case 4:
|
|
1798
|
+
updatedList = _context2.sent;
|
|
1799
|
+
return _context2.abrupt("return", updatedList);
|
|
1800
|
+
case 6:
|
|
1801
|
+
case "end":
|
|
1802
|
+
return _context2.stop();
|
|
1803
|
+
}
|
|
1804
|
+
}, _callee2);
|
|
1805
|
+
}));
|
|
1806
|
+
return function updateTreeData(_x2, _x3, _x4) {
|
|
1807
|
+
return _ref.apply(this, arguments);
|
|
1808
|
+
};
|
|
1809
|
+
}();
|
|
1810
|
+
var closeChild = function closeChild(hyperlink, ul) {
|
|
1811
|
+
if (ul.length === 0) return;
|
|
1812
|
+
activeClass(hyperlink, 'remove');
|
|
1813
|
+
hyperlink.setAttribute('aria-expanded', 'false');
|
|
1814
|
+
activeClass(hyperlink.parentNode, 'remove');
|
|
1815
|
+
|
|
1816
|
+
//to close
|
|
1817
|
+
[].slice.call(ul).forEach(function (element) {
|
|
1818
|
+
element.style.maxHeight = 0;
|
|
1819
|
+
});
|
|
1820
|
+
};
|
|
1821
|
+
var openChild = function openChild(hyperlink, ul) {
|
|
1822
|
+
if (ul.length === 0) return;
|
|
1823
|
+
activeClass(hyperlink, 'add');
|
|
1824
|
+
hyperlink.setAttribute('aria-expanded', 'true');
|
|
1825
|
+
activeClass(hyperlink.parentNode, 'add');
|
|
1826
|
+
|
|
1827
|
+
// init <ul> height
|
|
1828
|
+
initUlHeight(ul);
|
|
1829
|
+
};
|
|
1830
|
+
function handleCollapse(e, slug) {
|
|
1831
|
+
if (disableCollapse) return;
|
|
1832
|
+
if (e) {
|
|
1833
|
+
e.preventDefault();
|
|
1834
|
+
e.stopPropagation();
|
|
1835
|
+
}
|
|
1836
|
+
var hyperlink;
|
|
1837
|
+
if (e) {
|
|
1838
|
+
hyperlink = e.currentTarget;
|
|
1839
|
+
} else if (slug && rootRef.current) {
|
|
1840
|
+
// Find the hyperlink element by slug
|
|
1841
|
+
var linkElement = rootRef.current.querySelector("[data-slug=\"".concat(slug, "\"]"));
|
|
1842
|
+
if (!linkElement) return;
|
|
1843
|
+
hyperlink = linkElement;
|
|
1844
|
+
} else {
|
|
1845
|
+
return;
|
|
1846
|
+
}
|
|
1847
|
+
var url = hyperlink.dataset.href;
|
|
1848
|
+
var subElement = (0,dom.getNextSiblings)(hyperlink, 'ul');
|
|
1849
|
+
var asyncReqReady = hyperlink.classList.contains('async-ready');
|
|
1850
|
+
|
|
1851
|
+
// loading
|
|
1852
|
+
//=====================
|
|
1853
|
+
if (asyncReqReady) {
|
|
1854
|
+
activeClass(hyperlink, 'add', 'loading');
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
// calback
|
|
1858
|
+
//=====================
|
|
1859
|
+
var fetchFunc = asyncReqReady ? typeof initDefaultValue !== 'function' ? /*#__PURE__*/src_asyncToGenerator( /*#__PURE__*/src_regeneratorRuntime().mark(function _callee3() {
|
|
1860
|
+
return src_regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
1861
|
+
while (1) switch (_context3.prev = _context3.next) {
|
|
1862
|
+
case 0:
|
|
1863
|
+
return _context3.abrupt("return", void 0);
|
|
1864
|
+
case 1:
|
|
1865
|
+
case "end":
|
|
1866
|
+
return _context3.stop();
|
|
1867
|
+
}
|
|
1868
|
+
}, _callee3);
|
|
1869
|
+
})) : initDefaultValue : /*#__PURE__*/src_asyncToGenerator( /*#__PURE__*/src_regeneratorRuntime().mark(function _callee4() {
|
|
1870
|
+
return src_regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
1871
|
+
while (1) switch (_context4.prev = _context4.next) {
|
|
1872
|
+
case 0:
|
|
1873
|
+
return _context4.abrupt("return", void 0);
|
|
1874
|
+
case 1:
|
|
1875
|
+
case "end":
|
|
1876
|
+
return _context4.stop();
|
|
1877
|
+
}
|
|
1878
|
+
}, _callee4);
|
|
1879
|
+
}));
|
|
1880
|
+
var optiondata = typeof hyperlink.dataset.optiondata !== 'undefined' ? hyperlink.dataset.optiondata : '{}';
|
|
1881
|
+
onCollapse === null || onCollapse === void 0 ? void 0 : onCollapse(e, {
|
|
1882
|
+
key: hyperlink.dataset.key,
|
|
1883
|
+
slug: hyperlink.dataset.slug,
|
|
1884
|
+
link: hyperlink.dataset.link,
|
|
1885
|
+
optiondata: optiondata
|
|
1886
|
+
}, fetchFunc, JSON.parse(optiondata).isExpanded);
|
|
1887
|
+
|
|
1888
|
+
// update expanded status
|
|
1889
|
+
//=====================
|
|
1890
|
+
var isExpanded = hyperlink.getAttribute('aria-expanded') === 'true';
|
|
1891
|
+
setExpandedMap(function (prev) {
|
|
1892
|
+
return src_objectSpread(src_objectSpread({}, prev), {}, src_defineProperty({}, hyperlink.dataset.key, !isExpanded));
|
|
1893
|
+
});
|
|
1894
|
+
|
|
1895
|
+
// hide child if expandedLink doesn't exist, on the contrary
|
|
1896
|
+
//=====================
|
|
1897
|
+
if (hyperlink.classList.contains('loading')) return;
|
|
1898
|
+
if (hyperlink.getAttribute('aria-expanded') === 'false' || hyperlink.getAttribute('aria-expanded') === null) {
|
|
1899
|
+
//Hide all other siblings of the selected <ul>
|
|
1900
|
+
if (alternateCollapse) {
|
|
1901
|
+
[].slice.call(rootRef.current.firstChild.children).forEach(function (li) {
|
|
1902
|
+
activeClass(li, 'remove');
|
|
1903
|
+
var _li = li.firstChild;
|
|
1904
|
+
activeClass(_li, 'remove');
|
|
1905
|
+
_li.setAttribute('aria-expanded', false);
|
|
1906
|
+
[].slice.call((0,dom.getNextSiblings)(_li, 'ul')).forEach(function (element) {
|
|
1907
|
+
element.style.maxHeight = 0;
|
|
1908
|
+
});
|
|
1909
|
+
});
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
//open current
|
|
1913
|
+
openChild(hyperlink, subElement);
|
|
1914
|
+
} else {
|
|
1915
|
+
//close current
|
|
1916
|
+
closeChild(hyperlink, subElement);
|
|
1917
|
+
}
|
|
1918
|
+
}
|
|
1919
|
+
var observeElement = function observeElement(ancestorNode) {
|
|
1920
|
+
return new Promise(function (resolve) {
|
|
1921
|
+
var observer = new MutationObserver(function (mutations) {
|
|
1922
|
+
// Check whether any new ul elements have been added
|
|
1923
|
+
// It is necessary to listen for <li> because <li> may be added dynamically in the business
|
|
1924
|
+
var hasNewUL = mutations.some(function (mutation) {
|
|
1925
|
+
return Array.from(mutation.addedNodes).some(function (node) {
|
|
1926
|
+
return node.nodeName === 'UL' || node.nodeName === 'LI';
|
|
1927
|
+
});
|
|
1928
|
+
});
|
|
1929
|
+
if (hasNewUL) {
|
|
1930
|
+
observer.disconnect();
|
|
1931
|
+
var ul = [].slice.call(ancestorNode.querySelectorAll('ul'));
|
|
1932
|
+
initAsyncItems(ul).then(function () {
|
|
1933
|
+
initUlHeight(ul);
|
|
1934
|
+
});
|
|
1935
|
+
resolve();
|
|
1936
|
+
}
|
|
1937
|
+
});
|
|
1938
|
+
observer.observe(ancestorNode, {
|
|
1939
|
+
childList: true,
|
|
1940
|
+
// Observe the addition or deletion of child nodes
|
|
1941
|
+
subtree: true,
|
|
1942
|
+
// Observe all descendant nodes
|
|
1943
|
+
attributes: false,
|
|
1944
|
+
// Do not observe attribute changes
|
|
1945
|
+
characterData: false // Do not observe text content changes
|
|
1946
|
+
});
|
|
1947
|
+
});
|
|
1948
|
+
};
|
|
1949
|
+
|
|
1950
|
+
// exposes the following methods
|
|
1951
|
+
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useImperativeHandle)(ref, function () {
|
|
1952
|
+
return {
|
|
1953
|
+
collapse: function collapse(slug) {
|
|
1954
|
+
handleCollapse(undefined, slug);
|
|
1955
|
+
},
|
|
1956
|
+
updateParentTreeHeights: function () {
|
|
1957
|
+
var _updateParentTreeHeights = src_asyncToGenerator( /*#__PURE__*/src_regeneratorRuntime().mark(function _callee5(targetElement) {
|
|
1958
|
+
var _ancestorNode;
|
|
1959
|
+
return src_regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
1960
|
+
while (1) switch (_context5.prev = _context5.next) {
|
|
1961
|
+
case 0:
|
|
1962
|
+
if (!(targetElement !== null)) {
|
|
1963
|
+
_context5.next = 11;
|
|
1964
|
+
break;
|
|
1965
|
+
}
|
|
1966
|
+
// Find the topmost node, in order to fix the subtree height under this node
|
|
1967
|
+
_ancestorNode = targetElement.closest('.nav-item.first');
|
|
1968
|
+
if (!(_ancestorNode !== null)) {
|
|
1969
|
+
_context5.next = 11;
|
|
1970
|
+
break;
|
|
1971
|
+
}
|
|
1972
|
+
_context5.prev = 3;
|
|
1973
|
+
_context5.next = 6;
|
|
1974
|
+
return observeElement(_ancestorNode);
|
|
1975
|
+
case 6:
|
|
1976
|
+
_context5.next = 11;
|
|
1977
|
+
break;
|
|
1978
|
+
case 8:
|
|
1979
|
+
_context5.prev = 8;
|
|
1980
|
+
_context5.t0 = _context5["catch"](3);
|
|
1981
|
+
console.warn('Failed to update ul height:', _context5.t0);
|
|
1982
|
+
case 11:
|
|
1983
|
+
case "end":
|
|
1984
|
+
return _context5.stop();
|
|
1985
|
+
}
|
|
1986
|
+
}, _callee5, null, [[3, 8]]);
|
|
1987
|
+
}));
|
|
1988
|
+
function updateParentTreeHeights(_x6) {
|
|
1989
|
+
return _updateParentTreeHeights.apply(this, arguments);
|
|
1990
|
+
}
|
|
1991
|
+
return updateParentTreeHeights;
|
|
1992
|
+
}()
|
|
1993
|
+
};
|
|
1994
|
+
}, [rootRef.current, onCollapse]); // !Required "onCollapse"
|
|
1995
|
+
function fetchData(_x7, _x8) {
|
|
1996
|
+
return _fetchData.apply(this, arguments);
|
|
1997
|
+
}
|
|
1998
|
+
function _fetchData() {
|
|
1999
|
+
_fetchData = src_asyncToGenerator( /*#__PURE__*/src_regeneratorRuntime().mark(function _callee6(fetch, params) {
|
|
2000
|
+
var _fetch$fetchFuncAsync, response, _ORGIN_DATA;
|
|
2001
|
+
return src_regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
2002
|
+
while (1) switch (_context6.prev = _context6.next) {
|
|
2003
|
+
case 0:
|
|
2004
|
+
if (!(src_typeof(fetch.fetchFuncAsync) === 'object')) {
|
|
2005
|
+
_context6.next = 14;
|
|
2006
|
+
break;
|
|
2007
|
+
}
|
|
2008
|
+
_context6.next = 3;
|
|
2009
|
+
return (_fetch$fetchFuncAsync = fetch.fetchFuncAsync)["".concat(fetch.fetchFuncMethod)].apply(_fetch$fetchFuncAsync, _toConsumableArray(params.split(',')));
|
|
2010
|
+
case 3:
|
|
2011
|
+
response = _context6.sent;
|
|
2012
|
+
_ORGIN_DATA = response.data;
|
|
2013
|
+
if (!(Array.isArray(_ORGIN_DATA) && _ORGIN_DATA.length > 0)) {
|
|
2014
|
+
_context6.next = 11;
|
|
2015
|
+
break;
|
|
2016
|
+
}
|
|
2017
|
+
// reset data structure
|
|
2018
|
+
if (typeof fetch.fetchCallback === 'function') {
|
|
2019
|
+
_ORGIN_DATA = fetch.fetchCallback(_ORGIN_DATA);
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
// Determine whether the data structure matches
|
|
2023
|
+
if (_ORGIN_DATA.length > 0 && typeof _ORGIN_DATA[0].title === 'undefined') {
|
|
2024
|
+
console.warn('The data structure does not match, please refer to the example in the component documentation.');
|
|
2025
|
+
_ORGIN_DATA = [];
|
|
2026
|
+
}
|
|
2027
|
+
return _context6.abrupt("return", _ORGIN_DATA);
|
|
2028
|
+
case 11:
|
|
2029
|
+
return _context6.abrupt("return", []);
|
|
2030
|
+
case 12:
|
|
2031
|
+
_context6.next = 15;
|
|
2032
|
+
break;
|
|
2033
|
+
case 14:
|
|
2034
|
+
return _context6.abrupt("return", []);
|
|
2035
|
+
case 15:
|
|
2036
|
+
case "end":
|
|
2037
|
+
return _context6.stop();
|
|
2038
|
+
}
|
|
2039
|
+
}, _callee6);
|
|
2040
|
+
}));
|
|
2041
|
+
return _fetchData.apply(this, arguments);
|
|
2042
|
+
}
|
|
2043
|
+
function updateShowProp(obj, retrieveData) {
|
|
2044
|
+
var val = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : undefined;
|
|
2045
|
+
obj.forEach(function (item, index) {
|
|
2046
|
+
if (retrieveData.length === 0) {
|
|
2047
|
+
item.show = true;
|
|
2048
|
+
} else {
|
|
2049
|
+
if (typeof val !== 'undefined') {
|
|
2050
|
+
item.show = val;
|
|
2051
|
+
} else {
|
|
2052
|
+
var _item$title;
|
|
2053
|
+
if (retrieveData.map(function (v) {
|
|
2054
|
+
var _v$title;
|
|
2055
|
+
return (_v$title = v.title) === null || _v$title === void 0 ? void 0 : _v$title.toLowerCase();
|
|
2056
|
+
}).includes((_item$title = item.title) === null || _item$title === void 0 ? void 0 : _item$title.toLowerCase())) {
|
|
2057
|
+
item.show = true;
|
|
2058
|
+
} else {
|
|
2059
|
+
item.show = false;
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
//
|
|
2065
|
+
if (item.children) {
|
|
2066
|
+
updateShowProp(item.children, retrieveData, val);
|
|
2067
|
+
}
|
|
2068
|
+
});
|
|
2069
|
+
}
|
|
2070
|
+
function addKey(obj, depth, init) {
|
|
2071
|
+
obj.forEach(function (item, index) {
|
|
2072
|
+
item.key = "".concat(depth, "-").concat(index).substring(1);
|
|
2073
|
+
if (item.children) {
|
|
2074
|
+
addKey(item.children, "".concat(depth, "-").concat(index), init + 1);
|
|
2075
|
+
}
|
|
2076
|
+
});
|
|
2077
|
+
}
|
|
2078
|
+
function initCheckboxesVal(obj) {
|
|
2079
|
+
obj.forEach(function (item) {
|
|
2080
|
+
if (item.checked === true) setCheckedPrint(function (prevState) {
|
|
2081
|
+
return [{
|
|
2082
|
+
name: "checkbox-".concat(idRes, "-").concat(item.key),
|
|
2083
|
+
key: item.key,
|
|
2084
|
+
slug: item.slug,
|
|
2085
|
+
link: item.link
|
|
2086
|
+
}].concat(_toConsumableArray(prevState));
|
|
2087
|
+
});
|
|
2088
|
+
if (item.children) {
|
|
2089
|
+
initCheckboxesVal(item.children);
|
|
2090
|
+
}
|
|
2091
|
+
});
|
|
2092
|
+
}
|
|
2093
|
+
function initCheckboxesData(obj) {
|
|
2094
|
+
obj.forEach(function (item) {
|
|
2095
|
+
setCheckedData(function (prevState) {
|
|
2096
|
+
return [{
|
|
2097
|
+
key: item.key,
|
|
2098
|
+
checked: item.checked === true,
|
|
2099
|
+
show: true,
|
|
2100
|
+
indeterminate: false
|
|
2101
|
+
}].concat(_toConsumableArray(prevState));
|
|
2102
|
+
});
|
|
2103
|
+
if (item.children) {
|
|
2104
|
+
initCheckboxesData(item.children);
|
|
2105
|
+
}
|
|
2106
|
+
});
|
|
2107
|
+
}
|
|
2108
|
+
function initDefaultValue(_x9) {
|
|
2109
|
+
return _initDefaultValue.apply(this, arguments);
|
|
2110
|
+
}
|
|
2111
|
+
function _initDefaultValue() {
|
|
2112
|
+
_initDefaultValue = src_asyncToGenerator( /*#__PURE__*/src_regeneratorRuntime().mark(function _callee7(key) {
|
|
2113
|
+
var fetch,
|
|
2114
|
+
firstRender,
|
|
2115
|
+
retrieveData,
|
|
2116
|
+
_clone,
|
|
2117
|
+
_newData,
|
|
2118
|
+
_params,
|
|
2119
|
+
response,
|
|
2120
|
+
_childrenData,
|
|
2121
|
+
findAndUpdateNode,
|
|
2122
|
+
_clone2,
|
|
2123
|
+
_findAndUpdateNode,
|
|
2124
|
+
_args7 = arguments;
|
|
2125
|
+
return src_regeneratorRuntime().wrap(function _callee7$(_context7) {
|
|
2126
|
+
while (1) switch (_context7.prev = _context7.next) {
|
|
2127
|
+
case 0:
|
|
2128
|
+
fetch = _args7.length > 1 && _args7[1] !== undefined ? _args7[1] : null;
|
|
2129
|
+
firstRender = _args7.length > 2 && _args7[2] !== undefined ? _args7[2] : false;
|
|
2130
|
+
retrieveData = _args7.length > 3 && _args7[3] !== undefined ? _args7[3] : [];
|
|
2131
|
+
if (!firstRender) {
|
|
2132
|
+
_context7.next = 11;
|
|
2133
|
+
break;
|
|
2134
|
+
}
|
|
2135
|
+
addKey(data, '', 0);
|
|
2136
|
+
|
|
2137
|
+
// filter showing items
|
|
2138
|
+
if (Array.isArray(retrieveData)) {
|
|
2139
|
+
updateShowProp(data, retrieveData);
|
|
2140
|
+
} else {
|
|
2141
|
+
updateShowProp(data, retrieveData, true);
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
// Initialize default value of checkboxes
|
|
2145
|
+
if (checkable) {
|
|
2146
|
+
initCheckboxesVal(data);
|
|
2147
|
+
initCheckboxesData(data);
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
// update list
|
|
2151
|
+
setList(data);
|
|
2152
|
+
|
|
2153
|
+
// update retrive list
|
|
2154
|
+
_clone = (0,object.deepClone)(data);
|
|
2155
|
+
setFlatList((0,object.flatData)(_clone));
|
|
2156
|
+
return _context7.abrupt("return", data);
|
|
2157
|
+
case 11:
|
|
2158
|
+
if (!(fetch && src_typeof(fetch.fetchFuncAsync) === 'object')) {
|
|
2159
|
+
_context7.next = 34;
|
|
2160
|
+
break;
|
|
2161
|
+
}
|
|
2162
|
+
_newData = list; //
|
|
2163
|
+
_params = fetch.fetchFuncMethodParams || [];
|
|
2164
|
+
_context7.next = 16;
|
|
2165
|
+
return fetchData(fetch, _params.join(','));
|
|
2166
|
+
case 16:
|
|
2167
|
+
response = _context7.sent;
|
|
2168
|
+
_childrenData = response;
|
|
2169
|
+
if (!(_childrenData.length > 0)) {
|
|
2170
|
+
_context7.next = 31;
|
|
2171
|
+
break;
|
|
2172
|
+
}
|
|
2173
|
+
_context7.next = 21;
|
|
2174
|
+
return updateTreeData(list, key ? key : '', _childrenData);
|
|
2175
|
+
case 21:
|
|
2176
|
+
_newData = _context7.sent;
|
|
2177
|
+
// set its childrenAsync property to false and active to true since we've successfully loaded its children
|
|
2178
|
+
if (key) {
|
|
2179
|
+
findAndUpdateNode = function findAndUpdateNode(nodes) {
|
|
2180
|
+
var _iterator = src_createForOfIteratorHelper(nodes),
|
|
2181
|
+
_step;
|
|
2182
|
+
try {
|
|
2183
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
2184
|
+
var node = _step.value;
|
|
2185
|
+
if (node.key === key) {
|
|
2186
|
+
node.childrenAsync = false;
|
|
2187
|
+
node.active = true; // Add this line to set active to true
|
|
2188
|
+
break;
|
|
2189
|
+
}
|
|
2190
|
+
if (node.children) {
|
|
2191
|
+
findAndUpdateNode(node.children);
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
2194
|
+
} catch (err) {
|
|
2195
|
+
_iterator.e(err);
|
|
2196
|
+
} finally {
|
|
2197
|
+
_iterator.f();
|
|
2198
|
+
}
|
|
2199
|
+
};
|
|
2200
|
+
findAndUpdateNode(_newData);
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
// update data
|
|
2204
|
+
addKey(_newData, '', 0);
|
|
2205
|
+
|
|
2206
|
+
// filter showing items
|
|
2207
|
+
if (Array.isArray(retrieveData)) {
|
|
2208
|
+
updateShowProp(_newData, retrieveData);
|
|
2209
|
+
} else {
|
|
2210
|
+
updateShowProp(_newData, retrieveData, true);
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
// Initialize default value of checkboxes
|
|
2214
|
+
if (checkable) {
|
|
2215
|
+
_childrenData.forEach(function (newitem) {
|
|
2216
|
+
setCheckedData(function (prevState) {
|
|
2217
|
+
return [{
|
|
2218
|
+
key: newitem.key,
|
|
2219
|
+
checked: newitem.checked === true,
|
|
2220
|
+
show: true,
|
|
2221
|
+
indeterminate: false
|
|
2222
|
+
}].concat(_toConsumableArray(prevState));
|
|
2223
|
+
});
|
|
2224
|
+
});
|
|
2225
|
+
}
|
|
2226
|
+
|
|
2227
|
+
// update list
|
|
2228
|
+
setList(_newData);
|
|
2229
|
+
|
|
2230
|
+
// update retrive list
|
|
2231
|
+
_clone2 = (0,object.deepClone)(_newData);
|
|
2232
|
+
setFlatList((0,object.flatData)(_clone2));
|
|
2233
|
+
_context7.next = 32;
|
|
2234
|
+
break;
|
|
2235
|
+
case 31:
|
|
2236
|
+
// If empty response, remove loading state and set childrenAsync to false
|
|
2237
|
+
if (key) {
|
|
2238
|
+
_findAndUpdateNode = function _findAndUpdateNode(nodes) {
|
|
2239
|
+
var _iterator2 = src_createForOfIteratorHelper(nodes),
|
|
2240
|
+
_step2;
|
|
2241
|
+
try {
|
|
2242
|
+
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
2243
|
+
var node = _step2.value;
|
|
2244
|
+
if (node.key === key) {
|
|
2245
|
+
var _rootRef$current;
|
|
2246
|
+
node.childrenAsync = false;
|
|
2247
|
+
// Remove loading class from the hyperlink element
|
|
2248
|
+
var linkElement = (_rootRef$current = rootRef.current) === null || _rootRef$current === void 0 ? void 0 : _rootRef$current.querySelector("[data-key=\"".concat(key, "\"]"));
|
|
2249
|
+
if (linkElement) {
|
|
2250
|
+
activeClass(linkElement, 'remove', 'loading');
|
|
2251
|
+
}
|
|
2252
|
+
break;
|
|
2253
|
+
}
|
|
2254
|
+
if (node.children) {
|
|
2255
|
+
_findAndUpdateNode(node.children);
|
|
2256
|
+
}
|
|
2257
|
+
}
|
|
2258
|
+
} catch (err) {
|
|
2259
|
+
_iterator2.e(err);
|
|
2260
|
+
} finally {
|
|
2261
|
+
_iterator2.f();
|
|
2262
|
+
}
|
|
2263
|
+
};
|
|
2264
|
+
_findAndUpdateNode(_newData);
|
|
2265
|
+
}
|
|
2266
|
+
case 32:
|
|
2267
|
+
// dom init
|
|
2268
|
+
observeDOMChanges();
|
|
2269
|
+
return _context7.abrupt("return", _newData);
|
|
2270
|
+
case 34:
|
|
2271
|
+
case "end":
|
|
2272
|
+
return _context7.stop();
|
|
2273
|
+
}
|
|
2274
|
+
}, _callee7);
|
|
2275
|
+
}));
|
|
2276
|
+
return _initDefaultValue.apply(this, arguments);
|
|
2277
|
+
}
|
|
2278
|
+
function filterRetriveData(flatData, retrieveData) {
|
|
2279
|
+
return flatData.filter(function (item) {
|
|
2280
|
+
var _item$title2;
|
|
2281
|
+
return retrieveData.map(function (v) {
|
|
2282
|
+
var _v$title2;
|
|
2283
|
+
return (_v$title2 = v.title) === null || _v$title2 === void 0 ? void 0 : _v$title2.toLowerCase();
|
|
2284
|
+
}).includes((_item$title2 = item.title) === null || _item$title2 === void 0 ? void 0 : _item$title2.toLowerCase());
|
|
2285
|
+
});
|
|
2286
|
+
}
|
|
2287
|
+
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
|
|
2288
|
+
initDefaultValue(null, null, true, retrieveData);
|
|
2289
|
+
setOrginalData(data);
|
|
2290
|
+
}, [data, retrieveData]);
|
|
2291
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("nav", {
|
|
2292
|
+
tabIndex: 0,
|
|
2293
|
+
id: idRes,
|
|
2294
|
+
ref: rootRef,
|
|
2295
|
+
className: treeClassName ? "tree-diagram__wrapper ".concat(treeClassName, " ").concat(expandClassName) : "tree-diagram__wrapper tree-diagram-default ".concat(expandClassName)
|
|
2296
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement(TreeList, {
|
|
2297
|
+
rootNode: rootRef,
|
|
2298
|
+
checkboxNamePrefix: idRes,
|
|
2299
|
+
alternateCollapse: alternateCollapse,
|
|
2300
|
+
renderOption: renderOption,
|
|
2301
|
+
first: true,
|
|
2302
|
+
disableArrow: disableArrow,
|
|
2303
|
+
disableCollapse: disableCollapse,
|
|
2304
|
+
arrow: arrow,
|
|
2305
|
+
arrowIcons: arrowIcons,
|
|
2306
|
+
orginalData: orginalData,
|
|
2307
|
+
data: Array.isArray(retrieveData) && retrieveData.length > 0 ? filterRetriveData(flatList, retrieveData) : list,
|
|
2308
|
+
childClassName: childClassName || 'tree-diagram-default-nav',
|
|
2309
|
+
onSelect: onSelect,
|
|
2310
|
+
onDoubleSelect: onDoubleSelect,
|
|
2311
|
+
onCheck: onCheck,
|
|
2312
|
+
evInitValue: initDefaultValue,
|
|
2313
|
+
updateCheckedPrint: setCheckedPrint,
|
|
2314
|
+
getCheckedPrint: checkedPrint,
|
|
2315
|
+
updategetCheckedData: setCheckedData,
|
|
2316
|
+
getCheckedData: checkedData
|
|
2317
|
+
|
|
2318
|
+
// Collapse
|
|
2319
|
+
,
|
|
2320
|
+
expandedMap: expandedMap,
|
|
2321
|
+
evCollapse: handleCollapse
|
|
2322
|
+
})));
|
|
2323
|
+
});
|
|
2324
|
+
/* harmony default export */ const src = (Tree);
|
|
2325
|
+
})();
|
|
2326
|
+
|
|
2327
|
+
/******/ return __webpack_exports__;
|
|
2328
|
+
/******/ })()
|
|
2329
|
+
;
|
|
2330
|
+
});
|