@para-ui/core 3.0.55 → 3.0.56
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/AutoBox/index.d.ts +34 -0
- package/AutoBox/index.js +277 -0
- package/AutoBox/protal.d.ts +17 -0
- package/AutoTips/autoTipsMultiline/index.d.ts +18 -0
- package/AutoTips/index.d.ts +35 -0
- package/AutoTips/index.js +271 -0
- package/Breadcrumbs/index.d.ts +53 -0
- package/Breadcrumbs/index.js +266 -0
- package/Breadcrumbs/lang/en_US.d.ts +4 -0
- package/Breadcrumbs/lang/index.d.ts +9 -0
- package/Breadcrumbs/lang/zh_CN.d.ts +4 -0
- package/Button/SplitButton.d.ts +64 -0
- package/Button/index.d.ts +79 -0
- package/Button/index.js +376 -0
- package/Button/lang/en_US.d.ts +4 -0
- package/Button/lang/index.d.ts +9 -0
- package/Button/lang/zh_CN.d.ts +4 -0
- package/ButtonGroup/index.d.ts +33 -0
- package/ButtonGroup/index.js +124 -0
- package/Carousel/index.d.ts +38 -0
- package/Carousel/index.js +78 -0
- package/Cascader/index.d.ts +54 -0
- package/Cascader/index.js +159 -0
- package/Cascader/lang/en_US.d.ts +4 -0
- package/Cascader/lang/index.d.ts +9 -0
- package/Cascader/lang/zh_CN.d.ts +4 -0
- package/Checkbox/index.d.ts +40 -0
- package/Checkbox/index.js +109 -0
- package/CheckboxGroup/index.d.ts +45 -0
- package/CheckboxGroup/index.js +142 -0
- package/Collapse/collapsePanel.d.ts +30 -0
- package/Collapse/index.d.ts +57 -0
- package/Collapse/index.js +152 -0
- package/Collapse/motion.d.ts +5 -0
- package/Collapse/util.d.ts +11 -0
- package/CollapseBox/index.d.ts +27 -0
- package/CollapseBox/index.js +148 -0
- package/CollapseBox/util.d.ts +5 -0
- package/CollapseLayout/index.d.ts +53 -0
- package/CollapseLayout/index.js +176 -0
- package/ColorPicker/index.d.ts +4 -0
- package/ColorPicker/index.js +4 -0
- package/ComboSelect/index.d.ts +6 -0
- package/ComboSelect/index.js +1049 -0
- package/ComboSelect/interface.d.ts +146 -0
- package/ComboSelect/lang/en_US.d.ts +9 -0
- package/ComboSelect/lang/index.d.ts +19 -0
- package/ComboSelect/lang/zh_CN.d.ts +9 -0
- package/ComboSelect/utils.d.ts +9 -0
- package/Container/index.d.ts +77 -0
- package/Container/index.js +232 -0
- package/DatePicker/PickerButton.d.ts +3 -0
- package/DatePicker/PickerTag.d.ts +3 -0
- package/DatePicker/generatePicker/generateRangePicker.d.ts +4 -0
- package/DatePicker/generatePicker/generateSinglePicker.d.ts +11 -0
- package/DatePicker/generatePicker/index.d.ts +95 -0
- package/DatePicker/index.d.ts +18 -0
- package/DatePicker/index.js +633 -0
- package/DatePicker/lang/en_US.d.ts +3 -0
- package/DatePicker/lang/index.d.ts +7 -0
- package/DatePicker/lang/zh_CN.d.ts +3 -0
- package/DatePicker/util.d.ts +22 -0
- package/Desktop/index.d.ts +57 -0
- package/Desktop/index.js +746 -0
- package/DragVerify/index.d.ts +36 -0
- package/DragVerify/index.js +385 -0
- package/DragVerify/lang/en_US.d.ts +5 -0
- package/DragVerify/lang/index.d.ts +11 -0
- package/DragVerify/lang/zh_CN.d.ts +5 -0
- package/Drawer/index.d.ts +11 -0
- package/Drawer/index.js +235 -0
- package/Drawer/interface.d.ts +92 -0
- package/Drawer/lang/en_US.d.ts +5 -0
- package/Drawer/lang/index.d.ts +11 -0
- package/Drawer/lang/zh_CN.d.ts +5 -0
- package/Dropdown/index.d.ts +40 -0
- package/Dropdown/index.js +10 -0
- package/DynamicMultiBox/formItem.d.ts +14 -0
- package/DynamicMultiBox/index.d.ts +5 -0
- package/DynamicMultiBox/index.js +1323 -0
- package/DynamicMultiBox/interface.d.ts +165 -0
- package/DynamicMultiBox/rowForm.d.ts +24 -0
- package/Empty/images/index.d.ts +3 -0
- package/Empty/index.d.ts +30 -0
- package/Empty/index.js +642 -0
- package/Empty/lang/en_US.d.ts +6 -0
- package/Empty/lang/index.d.ts +13 -0
- package/Empty/lang/zh_CN.d.ts +6 -0
- package/Form/index.d.ts +187 -0
- package/Form/index.js +355 -0
- package/FormItem/compoments/defaultCompoments/index.d.ts +19 -0
- package/FormItem/compoments/formCheckboxGroup/index.d.ts +8 -0
- package/FormItem/compoments/formFile/index.d.ts +38 -0
- package/FormItem/compoments/formRadioGroup/index.d.ts +8 -0
- package/FormItem/compoments/formSelect/index.d.ts +18 -0
- package/FormItem/errorTips.d.ts +12 -0
- package/FormItem/index.d.ts +152 -0
- package/FormItem/index.js +78 -0
- package/FormItem/itemType.d.ts +42 -0
- package/FormItem/validateFunction.d.ts +15 -0
- package/FunctionModal/dialog.d.ts +58 -0
- package/FunctionModal/index.d.ts +8 -0
- package/FunctionModal/index.js +43 -0
- package/FunctionModal/modalContext.d.ts +15 -0
- package/GlobalContext/componentsProps.d.ts +21 -0
- package/GlobalContext/confirmLocale.d.ts +7 -0
- package/GlobalContext/constant.d.ts +8 -0
- package/GlobalContext/index.d.ts +28 -0
- package/GlobalContext/index.js +41 -0
- package/GlobalContext/intl.d.ts +34 -0
- package/GlobalContext/useFormatMessage.d.ts +3 -0
- package/GlobalContext/usePopupContainer.d.ts +4 -0
- package/Help/index.d.ts +24 -0
- package/Help/index.js +41 -0
- package/HelperText/index.d.ts +27 -0
- package/HelperText/index.js +34 -0
- package/Hooks/useGlobalProps.d.ts +1 -0
- package/InputLang/index.d.ts +57 -0
- package/InputLang/index.js +355 -0
- package/InputNumber/index.d.ts +71 -0
- package/InputNumber/index.js +277 -0
- package/Label/index.d.ts +37 -0
- package/Label/index.js +85 -0
- package/Loading/index.d.ts +17 -0
- package/Loading/index.js +47 -0
- package/Menu/footerExpansion.d.ts +9 -0
- package/Menu/index.d.ts +10 -0
- package/Menu/index.js +1105 -0
- package/Menu/interface.d.ts +141 -0
- package/Menu/logo.d.ts +9 -0
- package/Menu/verticalMenuList.d.ts +14 -0
- package/Message/index.d.ts +99 -0
- package/Message/index.js +246 -0
- package/Modal/Confirm/index.d.ts +65 -0
- package/Modal/index.d.ts +99 -0
- package/Modal/index.js +421 -0
- package/Modal/lang/en_US.d.ts +5 -0
- package/Modal/lang/index.d.ts +11 -0
- package/Modal/lang/zh_CN.d.ts +5 -0
- package/MultiBox/index.d.ts +60 -0
- package/MultiBox/index.js +277 -0
- package/MultiBox/lang/en_US.d.ts +4 -0
- package/MultiBox/lang/index.d.ts +9 -0
- package/MultiBox/lang/zh_CN.d.ts +4 -0
- package/Notification/index.d.ts +74 -0
- package/Notification/index.js +252 -0
- package/OperateBtn/index.d.ts +59 -0
- package/OperateBtn/index.js +237 -0
- package/OperateBtn/lang/en_US.d.ts +4 -0
- package/OperateBtn/lang/index.d.ts +9 -0
- package/OperateBtn/lang/zh_CN.d.ts +4 -0
- package/PageHeader/horizontalMeun.d.ts +9 -0
- package/PageHeader/horizontalMeunRight.d.ts +9 -0
- package/PageHeader/index.d.ts +10 -0
- package/PageHeader/index.js +1050 -0
- package/PageHeader/interface.d.ts +169 -0
- package/Pagination/index.d.ts +46 -0
- package/Pagination/index.js +461 -0
- package/Pagination/lang/en_US.d.ts +8 -0
- package/Pagination/lang/index.d.ts +17 -0
- package/Pagination/lang/zh_CN.d.ts +8 -0
- package/ParauiProvider/index.d.ts +8 -0
- package/ParauiProvider/index.js +52 -0
- package/PasswordRules/index.d.ts +55 -0
- package/PasswordRules/index.js +144 -0
- package/PopConfirm/index.d.ts +61 -0
- package/PopConfirm/index.js +194 -0
- package/PopConfirm/lang/en_US.d.ts +5 -0
- package/PopConfirm/lang/index.d.ts +11 -0
- package/PopConfirm/lang/zh_CN.d.ts +5 -0
- package/Popover/index.d.ts +16 -0
- package/Popover/index.js +59 -0
- package/Progress/Line.d.ts +47 -0
- package/Progress/Steps.d.ts +17 -0
- package/Progress/index.d.ts +83 -0
- package/Progress/index.js +323 -0
- package/Progress/utils.d.ts +6 -0
- package/Querying/images/index.d.ts +3 -0
- package/Querying/index.d.ts +26 -0
- package/Querying/index.js +760 -0
- package/Querying/lang/en_US.d.ts +4 -0
- package/Querying/lang/index.d.ts +9 -0
- package/Querying/lang/zh_CN.d.ts +4 -0
- package/README.md +6 -0
- package/Radio/index.d.ts +38 -0
- package/Radio/index.js +97 -0
- package/RadioGroup/index.d.ts +46 -0
- package/RadioGroup/index.js +134 -0
- package/Search/index.d.ts +57 -0
- package/Search/index.js +208 -0
- package/Select/index.d.ts +93 -0
- package/Select/index.js +1146 -0
- package/Select/lang/en_US.d.ts +5 -0
- package/Select/lang/index.d.ts +11 -0
- package/Select/lang/zh_CN.d.ts +5 -0
- package/SelectInput/index.d.ts +12 -0
- package/SelectInput/index.js +55 -0
- package/Selector/index.d.ts +11 -0
- package/Selector/index.js +2175 -0
- package/Selector/interface.d.ts +432 -0
- package/Selector/lang/en_US.d.ts +11 -0
- package/Selector/lang/index.d.ts +23 -0
- package/Selector/lang/zh_CN.d.ts +11 -0
- package/Selector/selectorData/index.d.ts +10 -0
- package/Selector/selectorMain/index.d.ts +10 -0
- package/Selector/selectorNode/index.d.ts +10 -0
- package/Selector/util.d.ts +15 -0
- package/SelectorPicker/index.d.ts +53 -0
- package/SelectorPicker/index.js +444 -0
- package/SelectorPicker/lang/en_US.d.ts +5 -0
- package/SelectorPicker/lang/index.d.ts +11 -0
- package/SelectorPicker/lang/zh_CN.d.ts +5 -0
- package/SingleBox/index.d.ts +44 -0
- package/SingleBox/index.js +224 -0
- package/SingleBox/lang/en_US.d.ts +4 -0
- package/SingleBox/lang/index.d.ts +9 -0
- package/SingleBox/lang/zh_CN.d.ts +4 -0
- package/Slider/index.d.ts +14 -0
- package/Slider/index.js +119 -0
- package/Slider/interface.d.ts +102 -0
- package/Split/index.d.ts +7 -0
- package/Split/index.js +123 -0
- package/Status/index.d.ts +21 -0
- package/Status/index.js +37 -0
- package/Stepper/icons.d.ts +5 -0
- package/Stepper/index.d.ts +59 -0
- package/Stepper/index.js +97 -0
- package/Switch/index.d.ts +78 -0
- package/Switch/index.js +71 -0
- package/Table/index.d.ts +10 -0
- package/Table/index.js +3001 -0
- package/Table/interface.d.ts +346 -0
- package/Table/lang/en_US.d.ts +8 -0
- package/Table/lang/index.d.ts +17 -0
- package/Table/lang/zh_CN.d.ts +8 -0
- package/Table/tableBody.d.ts +9 -0
- package/Table/tableBodyElement/index.d.ts +15 -0
- package/Table/tableBodyInterface.d.ts +73 -0
- package/Table/tableContainer/index.d.ts +16 -0
- package/Table/tableElement/index.d.ts +17 -0
- package/Table/tableHead.d.ts +9 -0
- package/Table/tableHeadElement/index.d.ts +15 -0
- package/Table/tableHeadInterface.d.ts +37 -0
- package/Table/tablePagination.d.ts +9 -0
- package/Table/tablePaginationInterface.d.ts +27 -0
- package/Table/tdElement/index.d.ts +15 -0
- package/Table/thElement/index.d.ts +28 -0
- package/Table/trElement/index.d.ts +15 -0
- package/Table/util.d.ts +34 -0
- package/Tabs/index.d.ts +69 -0
- package/Tabs/index.js +205 -0
- package/Tabs/lang/en_US.d.ts +4 -0
- package/Tabs/lang/index.d.ts +9 -0
- package/Tabs/lang/zh_CN.d.ts +4 -0
- package/Tag/TagGroup.d.ts +66 -0
- package/Tag/index.d.ts +34 -0
- package/Tag/index.js +259 -0
- package/TextEditor/common.d.ts +11 -0
- package/TextEditor/index.d.ts +127 -0
- package/TextEditor/index.js +286 -0
- package/TextField/index.d.ts +90 -0
- package/TextField/index.js +611 -0
- package/TimePicker/index.d.ts +22 -0
- package/TimePicker/index.js +80 -0
- package/TimePicker/locale/en_US.d.ts +3 -0
- package/TimePicker/locale/zh_CN.d.ts +3 -0
- package/TimePicker/style/index.d.ts +1 -0
- package/Timeline/TimelineItem.d.ts +30 -0
- package/Timeline/index.d.ts +32 -0
- package/Timeline/index.js +148 -0
- package/Title/index.d.ts +30 -0
- package/Title/index.js +50 -0
- package/ToggleButton/ToggleButtonGroup.d.ts +49 -0
- package/ToggleButton/index.d.ts +49 -0
- package/ToggleButton/index.js +193 -0
- package/Tooltip/index.d.ts +11 -0
- package/Tooltip/index.js +368 -0
- package/Tooltip/interface.d.ts +35 -0
- package/Tooltip/utils.d.ts +18 -0
- package/Transfer/box.d.ts +38 -0
- package/Transfer/index.d.ts +32 -0
- package/Transfer/index.js +611 -0
- package/Transfer/lang/en_US.d.ts +10 -0
- package/Transfer/lang/index.d.ts +21 -0
- package/Transfer/lang/zh_CN.d.ts +10 -0
- package/Transfer/useClick.d.ts +3 -0
- package/Tree/OperateBar/index.d.ts +13 -0
- package/Tree/Tree.d.ts +4 -0
- package/Tree/index.d.ts +5 -0
- package/Tree/index.js +38 -0
- package/Tree/interface.d.ts +210 -0
- package/Tree/lang/en_US.d.ts +8 -0
- package/Tree/lang/index.d.ts +17 -0
- package/Tree/lang/zh_CN.d.ts +8 -0
- package/Tree/utils/closestPolyfill.d.ts +0 -0
- package/Tree/utils/tools.d.ts +25 -0
- package/Tree/utils/treeUtil.d.ts +15 -0
- package/Upload/Dragger/index.d.ts +10 -0
- package/Upload/ErroTip/index.d.ts +13 -0
- package/Upload/ImageUpload/index.d.ts +16 -0
- package/Upload/ImgCrop/EasyCrop.d.ts +17 -0
- package/Upload/ImgCrop/constants.d.ts +7 -0
- package/Upload/ImgCrop/index.d.ts +6 -0
- package/Upload/ImgCrop/interface.d.ts +48 -0
- package/Upload/UploadList/index.d.ts +5 -0
- package/Upload/index.d.ts +15 -0
- package/Upload/index.js +1446 -0
- package/Upload/interface.d.ts +136 -0
- package/Upload/lang/en_US.d.ts +12 -0
- package/Upload/lang/index.d.ts +25 -0
- package/Upload/lang/zh_CN.d.ts +12 -0
- package/_verture/constant-66aa48a1.js +10 -0
- package/_verture/defineProperty-62acccfc.js +34 -0
- package/_verture/index-74f820ba.js +1355 -0
- package/_verture/index-77f9e0fb.js +236 -0
- package/_verture/index-a369ca3f.js +4 -0
- package/_verture/index-beef914f.js +340 -0
- package/_verture/index-d03136d4.js +711 -0
- package/_verture/index-e2881a53.js +16 -0
- package/_verture/intl-5cbb940c.js +57 -0
- package/_verture/modalContext-92bb0e16.js +201 -0
- package/_verture/slicedToArray-76060636.js +43 -0
- package/_verture/sortable.esm-49896035.js +3791 -0
- package/_verture/style-inject.es-300983ab.js +28 -0
- package/_verture/toConsumableArray-81040c9e.js +19 -0
- package/_verture/tslib.es6-55ed4bd2.js +38 -0
- package/_verture/typeof-498dd2b1.js +11 -0
- package/_verture/unsupportedIterableToArray-cb478f24.js +16 -0
- package/_verture/useFormatMessage-703f8b20.js +20 -0
- package/_verture/useGlobalProps-1b846a65.js +11 -0
- package/_verture/usePopupContainer-87febeb9.js +68 -0
- package/_verture/util-7e1fb1e2.js +18 -0
- package/index.d.ts +144 -0
- package/index.js +180 -0
- package/package.json +1 -1
- package/umd/AutoBox.js +43 -0
- package/umd/AutoTips.js +15 -0
- package/umd/Breadcrumbs.js +42 -0
- package/umd/Button.js +43 -0
- package/umd/ButtonGroup.js +43 -0
- package/umd/Carousel.js +6 -0
- package/umd/Cascader.js +43 -0
- package/umd/Checkbox.js +42 -0
- package/umd/CheckboxGroup.js +42 -0
- package/umd/Collapse.js +43 -0
- package/umd/CollapseBox.js +1 -0
- package/umd/CollapseLayout.js +29 -0
- package/umd/ColorPicker.js +1 -0
- package/umd/ComboSelect.js +42 -0
- package/umd/Container.js +1 -0
- package/umd/DatePicker.js +42 -0
- package/umd/Desktop.js +42 -0
- package/umd/DragVerify.js +28 -0
- package/umd/Drawer.js +43 -0
- package/umd/Dropdown.js +15 -0
- package/umd/DynamicMultiBox.js +54 -0
- package/umd/Empty.js +15 -0
- package/umd/Form.js +42 -0
- package/umd/FormItem.js +42 -0
- package/umd/FunctionModal.js +42 -0
- package/umd/GlobalContext.js +1 -0
- package/umd/Help.js +42 -0
- package/umd/HelperText.js +1 -0
- package/umd/InputLang.js +42 -0
- package/umd/InputNumber.js +42 -0
- package/umd/Label.js +42 -0
- package/umd/Loading.js +29 -0
- package/umd/Menu.js +29 -0
- package/umd/Message.js +30 -0
- package/umd/Modal.js +42 -0
- package/umd/MultiBox.js +42 -0
- package/umd/Notification.js +43 -0
- package/umd/OperateBtn.js +42 -0
- package/umd/PageHeader.js +42 -0
- package/umd/Pagination.js +42 -0
- package/umd/ParauiProvider.js +15 -0
- package/umd/PasswordRules.js +29 -0
- package/umd/PopConfirm.js +42 -0
- package/umd/Popover.js +15 -0
- package/umd/Progress.js +35 -0
- package/umd/Querying.js +15 -0
- package/umd/Radio.js +42 -0
- package/umd/RadioGroup.js +42 -0
- package/umd/Search.js +42 -0
- package/umd/Select.js +42 -0
- package/umd/SelectInput.js +42 -0
- package/umd/Selector.js +42 -0
- package/umd/SelectorPicker.js +42 -0
- package/umd/SingleBox.js +42 -0
- package/umd/Slider.js +15 -0
- package/umd/Split.js +1 -0
- package/umd/Status.js +1 -0
- package/umd/Stepper.js +42 -0
- package/umd/Switch.js +42 -0
- package/umd/Table.js +42 -0
- package/umd/Tabs.js +42 -0
- package/umd/Tag.js +43 -0
- package/umd/TextEditor.js +205 -0
- package/umd/TextField.js +42 -0
- package/umd/TimePicker.js +42 -0
- package/umd/Timeline.js +1 -0
- package/umd/Title.js +1 -0
- package/umd/ToggleButton.js +43 -0
- package/umd/Tooltip.js +15 -0
- package/umd/Transfer.js +49 -0
- package/umd/Tree.js +42 -0
- package/umd/Upload.js +56 -0
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import RcDropdown from 'rc-dropdown';
|
|
4
|
+
import { a as $rcPrefixCls, $ as $prefixCls } from './constant-66aa48a1.js';
|
|
5
|
+
import { g as getNearestOverflowAncestor, u as usePopupContainer } from './usePopupContainer-87febeb9.js';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
|
+
import dayjs from 'dayjs';
|
|
8
|
+
import { UUID } from '@paraview/lib';
|
|
9
|
+
import { s as styleInject } from './style-inject.es-300983ab.js';
|
|
10
|
+
|
|
11
|
+
function getPlaceholder(picker, locale, customizePlaceholder) {
|
|
12
|
+
if (customizePlaceholder !== undefined) {
|
|
13
|
+
return customizePlaceholder;
|
|
14
|
+
}
|
|
15
|
+
if (picker === 'year' && locale.lang.yearPlaceholder) {
|
|
16
|
+
return locale.lang.yearPlaceholder;
|
|
17
|
+
}
|
|
18
|
+
if (picker === 'quarter' && locale.lang.quarterPlaceholder) {
|
|
19
|
+
return locale.lang.quarterPlaceholder;
|
|
20
|
+
}
|
|
21
|
+
if (picker === 'month' && locale.lang.monthPlaceholder) {
|
|
22
|
+
return locale.lang.monthPlaceholder;
|
|
23
|
+
}
|
|
24
|
+
if (picker === 'week' && locale.lang.weekPlaceholder) {
|
|
25
|
+
return locale.lang.weekPlaceholder;
|
|
26
|
+
}
|
|
27
|
+
if (picker === 'time' && locale.timePickerLocale.placeholder) {
|
|
28
|
+
return locale.timePickerLocale.placeholder;
|
|
29
|
+
}
|
|
30
|
+
return locale.lang.placeholder;
|
|
31
|
+
}
|
|
32
|
+
function getRangePlaceholder(picker, locale, customizePlaceholder) {
|
|
33
|
+
if (customizePlaceholder !== undefined) {
|
|
34
|
+
return customizePlaceholder;
|
|
35
|
+
}
|
|
36
|
+
if (picker === 'year' && locale.lang.yearPlaceholder) {
|
|
37
|
+
return locale.lang.rangeYearPlaceholder;
|
|
38
|
+
}
|
|
39
|
+
if (picker === 'month' && locale.lang.monthPlaceholder) {
|
|
40
|
+
return locale.lang.rangeMonthPlaceholder;
|
|
41
|
+
}
|
|
42
|
+
if (picker === 'week' && locale.lang.weekPlaceholder) {
|
|
43
|
+
return locale.lang.rangeWeekPlaceholder;
|
|
44
|
+
}
|
|
45
|
+
if (picker === 'time' && locale.timePickerLocale.placeholder) {
|
|
46
|
+
return locale.timePickerLocale.rangePlaceholder;
|
|
47
|
+
}
|
|
48
|
+
return locale.lang.rangePlaceholder;
|
|
49
|
+
}
|
|
50
|
+
function toArray(list) {
|
|
51
|
+
if (!list) {
|
|
52
|
+
return [];
|
|
53
|
+
}
|
|
54
|
+
return Array.isArray(list) ? list : [list];
|
|
55
|
+
}
|
|
56
|
+
function getTimeProps(props) {
|
|
57
|
+
var format = props.format,
|
|
58
|
+
picker = props.picker,
|
|
59
|
+
showHour = props.showHour,
|
|
60
|
+
showMinute = props.showMinute,
|
|
61
|
+
showSecond = props.showSecond,
|
|
62
|
+
use12Hours = props.use12Hours;
|
|
63
|
+
var firstFormat = toArray(format)[0];
|
|
64
|
+
var showTimeObj = Object.assign({}, props);
|
|
65
|
+
if (firstFormat && typeof firstFormat === 'string') {
|
|
66
|
+
if (!firstFormat.includes('s') && showSecond === undefined) {
|
|
67
|
+
showTimeObj.showSecond = false;
|
|
68
|
+
}
|
|
69
|
+
if (!firstFormat.includes('m') && showMinute === undefined) {
|
|
70
|
+
showTimeObj.showMinute = false;
|
|
71
|
+
}
|
|
72
|
+
if (!firstFormat.includes('H') && !firstFormat.includes('h') && showHour === undefined) {
|
|
73
|
+
showTimeObj.showHour = false;
|
|
74
|
+
}
|
|
75
|
+
if ((firstFormat.includes('a') || firstFormat.includes('A')) && use12Hours === undefined) {
|
|
76
|
+
showTimeObj.use12Hours = true;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
if (picker === 'time') {
|
|
80
|
+
return showTimeObj;
|
|
81
|
+
}
|
|
82
|
+
if (typeof firstFormat === 'function') {
|
|
83
|
+
delete showTimeObj.format;
|
|
84
|
+
}
|
|
85
|
+
return {
|
|
86
|
+
showTime: showTimeObj
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
function formatPickerValue(value, format) {
|
|
90
|
+
if (typeof value === 'string') {
|
|
91
|
+
if (value === '') return null;
|
|
92
|
+
if (format) {
|
|
93
|
+
if (dayjs(value, format).isValid()) return dayjs(value, format);
|
|
94
|
+
} else {
|
|
95
|
+
if (dayjs(value).isValid()) return dayjs(value);
|
|
96
|
+
}
|
|
97
|
+
return null;
|
|
98
|
+
}
|
|
99
|
+
return value;
|
|
100
|
+
}
|
|
101
|
+
function mergedLocale(locale, defaultLocale) {
|
|
102
|
+
var lang = Object.assign(Object.assign({}, defaultLocale === null || defaultLocale === void 0 ? void 0 : defaultLocale.lang), (locale === null || locale === void 0 ? void 0 : locale.lang) || {});
|
|
103
|
+
var timePickerLocale = Object.assign(Object.assign({}, defaultLocale === null || defaultLocale === void 0 ? void 0 : defaultLocale.timePickerLocale), (locale === null || locale === void 0 ? void 0 : locale.timeLang) || {});
|
|
104
|
+
return {
|
|
105
|
+
lang: lang,
|
|
106
|
+
timePickerLocale: timePickerLocale
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
//最近的绝对定位滚动元素
|
|
110
|
+
function getNearestAbsoluteAncestor(node, pos) {
|
|
111
|
+
var _a;
|
|
112
|
+
var parentNode = node.parentNode;
|
|
113
|
+
var nodeName = ((_a = parentNode === null || parentNode === void 0 ? void 0 : parentNode.nodeName) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || '';
|
|
114
|
+
if (['html', 'body', '#document'].includes(nodeName)) {
|
|
115
|
+
return null;
|
|
116
|
+
}
|
|
117
|
+
if (parentNode instanceof window.HTMLElement) {
|
|
118
|
+
var _window$getComputedSt = window.getComputedStyle(parentNode),
|
|
119
|
+
position = _window$getComputedSt.position;
|
|
120
|
+
if (new RegExp(pos).test(position)) return parentNode;
|
|
121
|
+
}
|
|
122
|
+
return getNearestAbsoluteAncestor(parentNode, pos);
|
|
123
|
+
}
|
|
124
|
+
//下拉弹出框关闭时,隔离dom污染
|
|
125
|
+
function isolationPopupPollution(open, uniqueCls) {
|
|
126
|
+
var popupDom = document.getElementsByClassName("".concat(uniqueCls))[0];
|
|
127
|
+
if (!popupDom) return;
|
|
128
|
+
var position = open ? 'fixed' : 'absolute';
|
|
129
|
+
var nearestDom = getNearestAbsoluteAncestor(popupDom, position);
|
|
130
|
+
if (!nearestDom) return;
|
|
131
|
+
if (!open) {
|
|
132
|
+
//关闭弹框
|
|
133
|
+
nearestDom.style.position = 'fixed';
|
|
134
|
+
nearestDom.style.left = '-9999px';
|
|
135
|
+
nearestDom.style.top = '-9999px';
|
|
136
|
+
} else {
|
|
137
|
+
//打开弹框
|
|
138
|
+
nearestDom.style.position = 'absolute';
|
|
139
|
+
nearestDom.style.left = '0';
|
|
140
|
+
nearestDom.style.top = '0';
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
//浮层渲染容器
|
|
144
|
+
function getPopupContainer(triggerNode, customizeContainer, that) {
|
|
145
|
+
var _a, _b;
|
|
146
|
+
var container;
|
|
147
|
+
if (!customizeContainer) {
|
|
148
|
+
var rootNode = that.wrapRef.current;
|
|
149
|
+
if (rootNode) {
|
|
150
|
+
container = getNearestOverflowAncestor(rootNode);
|
|
151
|
+
var scrollHeight = container.scrollHeight;
|
|
152
|
+
var clientHeight = container.clientHeight;
|
|
153
|
+
if (scrollHeight <= clientHeight) {
|
|
154
|
+
container = document.body;
|
|
155
|
+
}
|
|
156
|
+
} else {
|
|
157
|
+
container = document.body;
|
|
158
|
+
}
|
|
159
|
+
var nodeName = (_a = container.nodeName) === null || _a === void 0 ? void 0 : _a.toLowerCase();
|
|
160
|
+
if (nodeName !== 'body') {
|
|
161
|
+
if (((_b = window.getComputedStyle(container)) === null || _b === void 0 ? void 0 : _b.position) === 'static') {
|
|
162
|
+
container.style.position = 'relative';
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
that.popupRecord = container;
|
|
166
|
+
} else {
|
|
167
|
+
container = customizeContainer(triggerNode) || document.body;
|
|
168
|
+
}
|
|
169
|
+
return container;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2022/5/27 上午9:58\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-dropdown {\n position: absolute;\n left: -9999px;\n top: -9999px;\n z-index: 1500;\n display: block;\n font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;\n font-size: 14px;\n font-weight: 400;\n line-height: 1.5715;\n background-color: rgb(255, 255, 255);\n box-shadow: 0px 2px 8px 0px rgba(171, 176, 185, 0.4);\n border-radius: 4px;\n}\n.paraui-v3-dropdown.component-dropdown-hidden {\n display: none;\n}\n.paraui-v3-dropdown .component-dropdown-arrow {\n position: absolute;\n border-width: 4px;\n border-color: transparent;\n box-shadow: 0px 2px 8px 0px rgba(171, 176, 185, 0.4);\n border-style: solid;\n transform: rotate(45deg);\n}\n.paraui-v3-dropdown.component-dropdown-show-arrow.component-dropdown-placement-top, .paraui-v3-dropdown.component-dropdown-show-arrow.component-dropdown-placement-topLeft, .paraui-v3-dropdown.component-dropdown-show-arrow.component-dropdown-placement-topRight {\n padding-bottom: 6px;\n}\n.paraui-v3-dropdown.component-dropdown-show-arrow.component-dropdown-placement-bottom, .paraui-v3-dropdown.component-dropdown-show-arrow.component-dropdown-placement-bottomLeft, .paraui-v3-dropdown.component-dropdown-show-arrow.component-dropdown-placement-bottomRight {\n padding-top: 6px;\n}\n.paraui-v3-dropdown.component-dropdown-placement-top .component-dropdown-arrow, .paraui-v3-dropdown.component-dropdown-placement-topLeft .component-dropdown-arrow, .paraui-v3-dropdown.component-dropdown-placement-topRight .component-dropdown-arrow {\n bottom: 4px;\n border-top-color: rgb(255, 255, 255);\n}\n.paraui-v3-dropdown.component-dropdown-placement-top .component-dropdown-arrow {\n left: 50%;\n}\n.paraui-v3-dropdown.component-dropdown-placement-topLeft .component-dropdown-arrow {\n left: 15%;\n}\n.paraui-v3-dropdown.component-dropdown-placement-topRight .component-dropdown-arrow {\n right: 15%;\n}\n.paraui-v3-dropdown.component-dropdown-placement-bottom .component-dropdown-arrow, .paraui-v3-dropdown.component-dropdown-placement-bottomLeft .component-dropdown-arrow, .paraui-v3-dropdown.component-dropdown-placement-bottomRight .component-dropdown-arrow {\n top: 4px;\n border-bottom-color: rgb(255, 255, 255);\n}\n.paraui-v3-dropdown.component-dropdown-placement-bottom .component-dropdown-arrow {\n left: 50%;\n}\n.paraui-v3-dropdown.component-dropdown-placement-bottomLeft .component-dropdown-arrow {\n left: 15%;\n}\n.paraui-v3-dropdown.component-dropdown-placement-bottomRight .component-dropdown-arrow {\n right: 15%;\n}\n\n.component-dropdown-slide-up-enter,\n.component-dropdown-slide-up-appear {\n animation-duration: 0.3s;\n animation-fill-mode: both;\n transform-origin: 0 0;\n display: block !important;\n opacity: 0;\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\n animation-play-state: paused;\n}\n\n.component-dropdown-slide-up-leave {\n animation-duration: 0.3s;\n animation-fill-mode: both;\n transform-origin: 0 0;\n display: block !important;\n opacity: 1;\n animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);\n animation-play-state: paused;\n}\n\n.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-bottomLeft,\n.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-bottomLeft,\n.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-bottomCenter,\n.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-bottomCenter,\n.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-bottomRight,\n.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-bottomRight {\n animation-name: componentDropdownSlideUpIn;\n animation-play-state: running;\n}\n\n.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-topLeft,\n.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-topLeft,\n.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-topCenter,\n.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-topCenter,\n.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-topRight,\n.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-topRight {\n animation-name: componentDropdownSlideDownIn;\n animation-play-state: running;\n}\n\n.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-bottomLeft,\n.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-bottomCenter,\n.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-bottomRight {\n animation-name: componentDropdownSlideUpOut;\n animation-play-state: running;\n}\n\n.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-topLeft,\n.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-topCenter,\n.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-topRight {\n animation-name: componentDropdownSlideDownOut;\n animation-play-state: running;\n}\n\n@keyframes componentDropdownSlideUpIn {\n 0% {\n opacity: 0;\n transform-origin: 0% 0%;\n transform: scaleY(0);\n }\n 100% {\n opacity: 1;\n transform-origin: 0% 0%;\n transform: scaleY(1);\n }\n}\n@keyframes componentDropdownSlideUpOut {\n 0% {\n opacity: 1;\n transform-origin: 0% 0%;\n transform: scaleY(1);\n }\n 100% {\n opacity: 0;\n transform-origin: 0% 0%;\n transform: scaleY(0);\n }\n}\n@keyframes componentDropdownSlideDownIn {\n 0% {\n opacity: 0;\n transform-origin: 0% 100%;\n transform: scaleY(0);\n }\n 100% {\n opacity: 1;\n transform-origin: 0% 100%;\n transform: scaleY(1);\n }\n}\n@keyframes componentDropdownSlideDownOut {\n 0% {\n opacity: 1;\n transform-origin: 0% 100%;\n transform: scaleY(1);\n }\n 100% {\n opacity: 0;\n transform-origin: 0% 100%;\n transform: scaleY(0);\n }\n}";
|
|
173
|
+
styleInject(css_248z);
|
|
174
|
+
|
|
175
|
+
//dropdown偏移量
|
|
176
|
+
var getDropdownOffset = function getDropdownOffset(place) {
|
|
177
|
+
var _a, _b;
|
|
178
|
+
var offsetMap = {
|
|
179
|
+
top: {
|
|
180
|
+
offset: [0, -8]
|
|
181
|
+
},
|
|
182
|
+
topLeft: {
|
|
183
|
+
offset: [0, -8]
|
|
184
|
+
},
|
|
185
|
+
topRight: {
|
|
186
|
+
offset: [0, -8]
|
|
187
|
+
},
|
|
188
|
+
bottom: {
|
|
189
|
+
offset: [0, 8]
|
|
190
|
+
},
|
|
191
|
+
bottomRight: {
|
|
192
|
+
offset: [0, 8]
|
|
193
|
+
},
|
|
194
|
+
bottomLeft: {
|
|
195
|
+
offset: [0, 8]
|
|
196
|
+
}
|
|
197
|
+
};
|
|
198
|
+
return (_b = (_a = offsetMap[place]) === null || _a === void 0 ? void 0 : _a.offset) !== null && _b !== void 0 ? _b : [0, 0];
|
|
199
|
+
};
|
|
200
|
+
//dropdown
|
|
201
|
+
var Dropdown = function Dropdown(props) {
|
|
202
|
+
var wrapRef = React__default.useRef();
|
|
203
|
+
var getPopupContainer = usePopupContainer(wrapRef, props.getPopupContainer);
|
|
204
|
+
var uuidRef = React__default.useRef(UUID());
|
|
205
|
+
//visible change
|
|
206
|
+
var handleVisibleChange = function handleVisibleChange(visible) {
|
|
207
|
+
var _a;
|
|
208
|
+
(_a = props.onVisibleChange) === null || _a === void 0 ? void 0 : _a.call(props, visible);
|
|
209
|
+
if (props.isolationPopupOnHide) {
|
|
210
|
+
//关闭时隔离dom污染
|
|
211
|
+
isolationPopupPollution(visible, uuidRef.current);
|
|
212
|
+
}
|
|
213
|
+
};
|
|
214
|
+
return jsx(RcDropdown, Object.assign({}, props, {
|
|
215
|
+
prefixCls: "".concat($rcPrefixCls, "-dropdown"),
|
|
216
|
+
overlayClassName: clsx("".concat($prefixCls, "-dropdown"), props.overlayClassName, uuidRef.current),
|
|
217
|
+
animation: "slide-up",
|
|
218
|
+
align: {
|
|
219
|
+
offset: getDropdownOffset(props.placement)
|
|
220
|
+
},
|
|
221
|
+
getPopupContainer: getPopupContainer,
|
|
222
|
+
ref: wrapRef,
|
|
223
|
+
onVisibleChange: handleVisibleChange
|
|
224
|
+
}, {
|
|
225
|
+
children: props.children
|
|
226
|
+
}));
|
|
227
|
+
};
|
|
228
|
+
Dropdown.defaultProps = {
|
|
229
|
+
mouseEnterDelay: 0.15,
|
|
230
|
+
mouseLeaveDelay: 0.1,
|
|
231
|
+
trigger: ['hover'],
|
|
232
|
+
placement: 'bottomRight',
|
|
233
|
+
isolationPopupOnHide: false
|
|
234
|
+
};
|
|
235
|
+
|
|
236
|
+
export { Dropdown as D, getPlaceholder as a, getPopupContainer as b, getRangePlaceholder as c, formatPickerValue as f, getTimeProps as g, isolationPopupPollution as i, mergedLocale as m };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { s as styleInject } from './style-inject.es-300983ab.js';
|
|
2
|
+
|
|
3
|
+
var css_248z = ".sketch-picker, .chrome-picker,\n.swatches-picker, .compact-picker {\n box-sizing: content-box !important;\n}\n.sketch-picker *, .chrome-picker *,\n.swatches-picker *, .compact-picker * {\n box-sizing: content-box !important;\n}";
|
|
4
|
+
styleInject(css_248z);
|
|
@@ -0,0 +1,340 @@
|
|
|
1
|
+
var regeneratorRuntime$1 = {exports: {}};
|
|
2
|
+
|
|
3
|
+
var _typeof = {exports: {}};
|
|
4
|
+
|
|
5
|
+
(function (module) {
|
|
6
|
+
function _typeof(obj) {
|
|
7
|
+
"@babel/helpers - typeof";
|
|
8
|
+
|
|
9
|
+
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
10
|
+
return typeof obj;
|
|
11
|
+
} : function (obj) {
|
|
12
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
13
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
|
|
14
|
+
}
|
|
15
|
+
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
16
|
+
} (_typeof));
|
|
17
|
+
|
|
18
|
+
(function (module) {
|
|
19
|
+
var _typeof$1 = _typeof.exports["default"];
|
|
20
|
+
function _regeneratorRuntime() {
|
|
21
|
+
module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
|
|
22
|
+
return exports;
|
|
23
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
24
|
+
var exports = {},
|
|
25
|
+
Op = Object.prototype,
|
|
26
|
+
hasOwn = Op.hasOwnProperty,
|
|
27
|
+
defineProperty = Object.defineProperty || function (obj, key, desc) {
|
|
28
|
+
obj[key] = desc.value;
|
|
29
|
+
},
|
|
30
|
+
$Symbol = "function" == typeof Symbol ? Symbol : {},
|
|
31
|
+
iteratorSymbol = $Symbol.iterator || "@@iterator",
|
|
32
|
+
asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
|
|
33
|
+
toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
|
|
34
|
+
function define(obj, key, value) {
|
|
35
|
+
return Object.defineProperty(obj, key, {
|
|
36
|
+
value: value,
|
|
37
|
+
enumerable: !0,
|
|
38
|
+
configurable: !0,
|
|
39
|
+
writable: !0
|
|
40
|
+
}), obj[key];
|
|
41
|
+
}
|
|
42
|
+
try {
|
|
43
|
+
define({}, "");
|
|
44
|
+
} catch (err) {
|
|
45
|
+
define = function define(obj, key, value) {
|
|
46
|
+
return obj[key] = value;
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
function wrap(innerFn, outerFn, self, tryLocsList) {
|
|
50
|
+
var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
|
|
51
|
+
generator = Object.create(protoGenerator.prototype),
|
|
52
|
+
context = new Context(tryLocsList || []);
|
|
53
|
+
return defineProperty(generator, "_invoke", {
|
|
54
|
+
value: makeInvokeMethod(innerFn, self, context)
|
|
55
|
+
}), generator;
|
|
56
|
+
}
|
|
57
|
+
function tryCatch(fn, obj, arg) {
|
|
58
|
+
try {
|
|
59
|
+
return {
|
|
60
|
+
type: "normal",
|
|
61
|
+
arg: fn.call(obj, arg)
|
|
62
|
+
};
|
|
63
|
+
} catch (err) {
|
|
64
|
+
return {
|
|
65
|
+
type: "throw",
|
|
66
|
+
arg: err
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.wrap = wrap;
|
|
71
|
+
var ContinueSentinel = {};
|
|
72
|
+
function Generator() {}
|
|
73
|
+
function GeneratorFunction() {}
|
|
74
|
+
function GeneratorFunctionPrototype() {}
|
|
75
|
+
var IteratorPrototype = {};
|
|
76
|
+
define(IteratorPrototype, iteratorSymbol, function () {
|
|
77
|
+
return this;
|
|
78
|
+
});
|
|
79
|
+
var getProto = Object.getPrototypeOf,
|
|
80
|
+
NativeIteratorPrototype = getProto && getProto(getProto(values([])));
|
|
81
|
+
NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
|
|
82
|
+
var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
|
|
83
|
+
function defineIteratorMethods(prototype) {
|
|
84
|
+
["next", "throw", "return"].forEach(function (method) {
|
|
85
|
+
define(prototype, method, function (arg) {
|
|
86
|
+
return this._invoke(method, arg);
|
|
87
|
+
});
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
function AsyncIterator(generator, PromiseImpl) {
|
|
91
|
+
function invoke(method, arg, resolve, reject) {
|
|
92
|
+
var record = tryCatch(generator[method], generator, arg);
|
|
93
|
+
if ("throw" !== record.type) {
|
|
94
|
+
var result = record.arg,
|
|
95
|
+
value = result.value;
|
|
96
|
+
return value && "object" == _typeof$1(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
|
|
97
|
+
invoke("next", value, resolve, reject);
|
|
98
|
+
}, function (err) {
|
|
99
|
+
invoke("throw", err, resolve, reject);
|
|
100
|
+
}) : PromiseImpl.resolve(value).then(function (unwrapped) {
|
|
101
|
+
result.value = unwrapped, resolve(result);
|
|
102
|
+
}, function (error) {
|
|
103
|
+
return invoke("throw", error, resolve, reject);
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
reject(record.arg);
|
|
107
|
+
}
|
|
108
|
+
var previousPromise;
|
|
109
|
+
defineProperty(this, "_invoke", {
|
|
110
|
+
value: function value(method, arg) {
|
|
111
|
+
function callInvokeWithMethodAndArg() {
|
|
112
|
+
return new PromiseImpl(function (resolve, reject) {
|
|
113
|
+
invoke(method, arg, resolve, reject);
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
117
|
+
}
|
|
118
|
+
});
|
|
119
|
+
}
|
|
120
|
+
function makeInvokeMethod(innerFn, self, context) {
|
|
121
|
+
var state = "suspendedStart";
|
|
122
|
+
return function (method, arg) {
|
|
123
|
+
if ("executing" === state) throw new Error("Generator is already running");
|
|
124
|
+
if ("completed" === state) {
|
|
125
|
+
if ("throw" === method) throw arg;
|
|
126
|
+
return doneResult();
|
|
127
|
+
}
|
|
128
|
+
for (context.method = method, context.arg = arg;;) {
|
|
129
|
+
var delegate = context.delegate;
|
|
130
|
+
if (delegate) {
|
|
131
|
+
var delegateResult = maybeInvokeDelegate(delegate, context);
|
|
132
|
+
if (delegateResult) {
|
|
133
|
+
if (delegateResult === ContinueSentinel) continue;
|
|
134
|
+
return delegateResult;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
|
|
138
|
+
if ("suspendedStart" === state) throw state = "completed", context.arg;
|
|
139
|
+
context.dispatchException(context.arg);
|
|
140
|
+
} else "return" === context.method && context.abrupt("return", context.arg);
|
|
141
|
+
state = "executing";
|
|
142
|
+
var record = tryCatch(innerFn, self, context);
|
|
143
|
+
if ("normal" === record.type) {
|
|
144
|
+
if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
|
|
145
|
+
return {
|
|
146
|
+
value: record.arg,
|
|
147
|
+
done: context.done
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
"throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
|
|
151
|
+
}
|
|
152
|
+
};
|
|
153
|
+
}
|
|
154
|
+
function maybeInvokeDelegate(delegate, context) {
|
|
155
|
+
var methodName = context.method,
|
|
156
|
+
method = delegate.iterator[methodName];
|
|
157
|
+
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;
|
|
158
|
+
var record = tryCatch(method, delegate.iterator, context.arg);
|
|
159
|
+
if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
|
|
160
|
+
var info = record.arg;
|
|
161
|
+
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);
|
|
162
|
+
}
|
|
163
|
+
function pushTryEntry(locs) {
|
|
164
|
+
var entry = {
|
|
165
|
+
tryLoc: locs[0]
|
|
166
|
+
};
|
|
167
|
+
1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
|
|
168
|
+
}
|
|
169
|
+
function resetTryEntry(entry) {
|
|
170
|
+
var record = entry.completion || {};
|
|
171
|
+
record.type = "normal", delete record.arg, entry.completion = record;
|
|
172
|
+
}
|
|
173
|
+
function Context(tryLocsList) {
|
|
174
|
+
this.tryEntries = [{
|
|
175
|
+
tryLoc: "root"
|
|
176
|
+
}], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
|
|
177
|
+
}
|
|
178
|
+
function values(iterable) {
|
|
179
|
+
if (iterable) {
|
|
180
|
+
var iteratorMethod = iterable[iteratorSymbol];
|
|
181
|
+
if (iteratorMethod) return iteratorMethod.call(iterable);
|
|
182
|
+
if ("function" == typeof iterable.next) return iterable;
|
|
183
|
+
if (!isNaN(iterable.length)) {
|
|
184
|
+
var i = -1,
|
|
185
|
+
next = function next() {
|
|
186
|
+
for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
|
|
187
|
+
return next.value = undefined, next.done = !0, next;
|
|
188
|
+
};
|
|
189
|
+
return next.next = next;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
return {
|
|
193
|
+
next: doneResult
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
function doneResult() {
|
|
197
|
+
return {
|
|
198
|
+
value: undefined,
|
|
199
|
+
done: !0
|
|
200
|
+
};
|
|
201
|
+
}
|
|
202
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
|
|
203
|
+
value: GeneratorFunctionPrototype,
|
|
204
|
+
configurable: !0
|
|
205
|
+
}), defineProperty(GeneratorFunctionPrototype, "constructor", {
|
|
206
|
+
value: GeneratorFunction,
|
|
207
|
+
configurable: !0
|
|
208
|
+
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
|
|
209
|
+
var ctor = "function" == typeof genFun && genFun.constructor;
|
|
210
|
+
return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
|
|
211
|
+
}, exports.mark = function (genFun) {
|
|
212
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
|
|
213
|
+
}, exports.awrap = function (arg) {
|
|
214
|
+
return {
|
|
215
|
+
__await: arg
|
|
216
|
+
};
|
|
217
|
+
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
|
|
218
|
+
return this;
|
|
219
|
+
}), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
|
|
220
|
+
void 0 === PromiseImpl && (PromiseImpl = Promise);
|
|
221
|
+
var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
|
|
222
|
+
return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
|
|
223
|
+
return result.done ? result.value : iter.next();
|
|
224
|
+
});
|
|
225
|
+
}, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
|
|
226
|
+
return this;
|
|
227
|
+
}), define(Gp, "toString", function () {
|
|
228
|
+
return "[object Generator]";
|
|
229
|
+
}), exports.keys = function (val) {
|
|
230
|
+
var object = Object(val),
|
|
231
|
+
keys = [];
|
|
232
|
+
for (var key in object) keys.push(key);
|
|
233
|
+
return keys.reverse(), function next() {
|
|
234
|
+
for (; keys.length;) {
|
|
235
|
+
var key = keys.pop();
|
|
236
|
+
if (key in object) return next.value = key, next.done = !1, next;
|
|
237
|
+
}
|
|
238
|
+
return next.done = !0, next;
|
|
239
|
+
};
|
|
240
|
+
}, exports.values = values, Context.prototype = {
|
|
241
|
+
constructor: Context,
|
|
242
|
+
reset: function reset(skipTempReset) {
|
|
243
|
+
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);
|
|
244
|
+
},
|
|
245
|
+
stop: function stop() {
|
|
246
|
+
this.done = !0;
|
|
247
|
+
var rootRecord = this.tryEntries[0].completion;
|
|
248
|
+
if ("throw" === rootRecord.type) throw rootRecord.arg;
|
|
249
|
+
return this.rval;
|
|
250
|
+
},
|
|
251
|
+
dispatchException: function dispatchException(exception) {
|
|
252
|
+
if (this.done) throw exception;
|
|
253
|
+
var context = this;
|
|
254
|
+
function handle(loc, caught) {
|
|
255
|
+
return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
|
|
256
|
+
}
|
|
257
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
258
|
+
var entry = this.tryEntries[i],
|
|
259
|
+
record = entry.completion;
|
|
260
|
+
if ("root" === entry.tryLoc) return handle("end");
|
|
261
|
+
if (entry.tryLoc <= this.prev) {
|
|
262
|
+
var hasCatch = hasOwn.call(entry, "catchLoc"),
|
|
263
|
+
hasFinally = hasOwn.call(entry, "finallyLoc");
|
|
264
|
+
if (hasCatch && hasFinally) {
|
|
265
|
+
if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
|
|
266
|
+
if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
|
|
267
|
+
} else if (hasCatch) {
|
|
268
|
+
if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
|
|
269
|
+
} else {
|
|
270
|
+
if (!hasFinally) throw new Error("try statement without catch or finally");
|
|
271
|
+
if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
abrupt: function abrupt(type, arg) {
|
|
277
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
278
|
+
var entry = this.tryEntries[i];
|
|
279
|
+
if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
|
|
280
|
+
var finallyEntry = entry;
|
|
281
|
+
break;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
|
|
285
|
+
var record = finallyEntry ? finallyEntry.completion : {};
|
|
286
|
+
return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
|
|
287
|
+
},
|
|
288
|
+
complete: function complete(record, afterLoc) {
|
|
289
|
+
if ("throw" === record.type) throw record.arg;
|
|
290
|
+
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;
|
|
291
|
+
},
|
|
292
|
+
finish: function finish(finallyLoc) {
|
|
293
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
294
|
+
var entry = this.tryEntries[i];
|
|
295
|
+
if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"catch": function _catch(tryLoc) {
|
|
299
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
300
|
+
var entry = this.tryEntries[i];
|
|
301
|
+
if (entry.tryLoc === tryLoc) {
|
|
302
|
+
var record = entry.completion;
|
|
303
|
+
if ("throw" === record.type) {
|
|
304
|
+
var thrown = record.arg;
|
|
305
|
+
resetTryEntry(entry);
|
|
306
|
+
}
|
|
307
|
+
return thrown;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
throw new Error("illegal catch attempt");
|
|
311
|
+
},
|
|
312
|
+
delegateYield: function delegateYield(iterable, resultName, nextLoc) {
|
|
313
|
+
return this.delegate = {
|
|
314
|
+
iterator: values(iterable),
|
|
315
|
+
resultName: resultName,
|
|
316
|
+
nextLoc: nextLoc
|
|
317
|
+
}, "next" === this.method && (this.arg = undefined), ContinueSentinel;
|
|
318
|
+
}
|
|
319
|
+
}, exports;
|
|
320
|
+
}
|
|
321
|
+
module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
322
|
+
} (regeneratorRuntime$1));
|
|
323
|
+
|
|
324
|
+
// TODO(Babel 8): Remove this file.
|
|
325
|
+
|
|
326
|
+
var runtime = regeneratorRuntime$1.exports();
|
|
327
|
+
var regenerator = runtime;
|
|
328
|
+
|
|
329
|
+
// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
|
|
330
|
+
try {
|
|
331
|
+
regeneratorRuntime = runtime;
|
|
332
|
+
} catch (accidentalStrictMode) {
|
|
333
|
+
if (typeof globalThis === "object") {
|
|
334
|
+
globalThis.regeneratorRuntime = runtime;
|
|
335
|
+
} else {
|
|
336
|
+
Function("r", "regeneratorRuntime = r")(runtime);
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
export { regenerator as r };
|