@para-ui/core 3.0.37 → 3.0.39
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.js +1 -1
- package/AutoTips/index.js +1 -1
- package/Breadcrumbs/index.js +2 -2
- package/Button/index.js +1 -1
- package/ButtonGroup/index.js +1 -1
- package/Cascader/index.js +16 -20
- package/Checkbox/index.js +1 -1
- package/CheckboxGroup/index.js +1 -1
- package/CollapseBox/index.js +1 -1
- package/CollapseLayout/index.js +1 -1
- package/ComboSelect/index.js +4 -4
- package/DatePicker/index.js +2 -2
- package/Desktop/index.js +2 -2
- package/DragVerify/index.d.ts +50 -0
- package/DragVerify/index.js +264 -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.js +4 -2
- package/DynamicMultiBox/formItem.d.ts +14 -0
- package/DynamicMultiBox/index.d.ts +5 -0
- package/DynamicMultiBox/index.js +1312 -0
- package/DynamicMultiBox/interface.d.ts +161 -0
- package/DynamicMultiBox/rowForm.d.ts +24 -0
- package/Form/index.js +5 -5
- package/FormItem/index.js +5 -5
- package/FunctionModal/index.js +5 -5
- package/Help/index.js +1 -1
- package/InputLang/index.js +2 -2
- package/InputNumber/index.js +1 -1
- package/Label/index.js +1 -1
- package/Menu/index.js +2 -2
- package/Modal/index.js +1 -1
- package/MultiBox/index.js +2 -2
- package/OperateBtn/index.js +43 -45
- package/PageHeader/index.js +2 -2
- package/Pagination/index.js +2 -2
- package/PopConfirm/index.js +1 -1
- package/Popover/index.js +2 -2
- package/README.md +13 -0
- package/Radio/index.js +1 -1
- package/RadioGroup/index.js +1 -1
- package/Search/index.js +1 -1
- package/Select/index.js +2 -2
- package/SelectInput/index.js +2 -2
- package/Selector/index.js +290 -306
- package/SelectorPicker/index.js +3 -3
- package/SingleBox/index.js +2 -2
- package/Slider/index.js +1 -1
- package/Split/index.js +1 -1
- package/Switch/index.js +1 -1
- package/Table/index.js +48 -50
- package/Table/interface.d.ts +1 -1
- package/Tabs/index.js +1 -1
- package/Tag/index.js +2 -2
- package/TextEditor/index.js +1 -1
- package/TextField/index.js +1 -1
- package/TimePicker/index.js +2 -2
- package/ToggleButton/index.js +1 -1
- package/Tooltip/index.js +1 -1
- package/Transfer/index.js +3 -3022
- package/Tree/index.js +5 -5
- package/Upload/index.js +345 -361
- package/_verture/{index-06fea29b.js → index-beef914f.js} +3 -9
- package/_verture/{index-c62ad493.js → index-c2a6ba28.js} +1 -1
- package/_verture/{index-257f53f9.js → index-da441266.js} +162 -168
- package/_verture/{modalContext-c749e1c6.js → modalContext-44e0b3ea.js} +28 -30
- package/_verture/{slicedToArray-77980792.js → slicedToArray-708dbb18.js} +2 -6
- package/_verture/sortable.esm-49896035.js +3791 -0
- package/_verture/{toConsumableArray-87c7d895.js → toConsumableArray-57dd2e23.js} +1 -1
- package/index.d.ts +4 -0
- package/index.js +11 -8
- package/package.json +3 -2
- package/umd/AutoBox.js +7 -7
- package/umd/AutoTips.js +3 -3
- package/umd/Breadcrumbs.js +7 -7
- package/umd/Button.js +6 -6
- package/umd/ButtonGroup.js +6 -6
- package/umd/Carousel.js +1 -1
- package/umd/Cascader.js +6 -6
- package/umd/Checkbox.js +6 -6
- package/umd/CheckboxGroup.js +6 -6
- package/umd/Collapse.js +3 -3
- package/umd/CollapseLayout.js +1 -1
- package/umd/ColorPicker.js +1 -1
- package/umd/ComboSelect.js +5 -5
- package/umd/Container.js +1 -1
- package/umd/DatePicker.js +6 -6
- package/umd/Desktop.js +7 -7
- package/umd/DragVerify.js +29 -0
- package/umd/Drawer.js +7 -7
- package/umd/Dropdown.js +3 -3
- package/umd/DynamicMultiBox.js +54 -0
- package/umd/Empty.js +2 -2
- package/umd/Form.js +5 -5
- package/umd/FormItem.js +5 -5
- package/umd/FunctionModal.js +5 -5
- package/umd/Help.js +6 -6
- package/umd/InputLang.js +7 -7
- package/umd/InputNumber.js +7 -7
- package/umd/Label.js +5 -5
- package/umd/Loading.js +1 -1
- package/umd/Menu.js +2 -2
- package/umd/Message.js +2 -2
- package/umd/Modal.js +5 -5
- package/umd/MultiBox.js +7 -7
- package/umd/Notification.js +3 -3
- package/umd/OperateBtn.js +7 -7
- package/umd/PageHeader.js +7 -7
- package/umd/Pagination.js +6 -6
- package/umd/ParauiProvider.js +1 -1
- package/umd/PasswordRules.js +1 -1
- package/umd/PopConfirm.js +7 -7
- package/umd/Popover.js +3 -3
- package/umd/Progress.js +1 -1
- package/umd/Querying.js +1 -1
- package/umd/Radio.js +5 -5
- package/umd/RadioGroup.js +6 -6
- package/umd/Search.js +7 -7
- package/umd/Select.js +5 -5
- package/umd/SelectInput.js +5 -5
- package/umd/Selector.js +6 -6
- package/umd/SelectorPicker.js +5 -5
- package/umd/SingleBox.js +7 -7
- package/umd/Slider.js +3 -3
- package/umd/Stepper.js +1 -1
- package/umd/Switch.js +5 -5
- package/umd/Table.js +5 -5
- package/umd/Tabs.js +6 -6
- package/umd/Tag.js +6 -6
- package/umd/TextEditor.js +19 -19
- package/umd/TextField.js +7 -7
- package/umd/TimePicker.js +6 -6
- package/umd/ToggleButton.js +7 -7
- package/umd/Tooltip.js +3 -3
- package/umd/Transfer.js +7 -7
- package/umd/Tree.js +7 -7
- package/umd/Upload.js +8 -8
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author luohq
|
|
3
|
+
* @date 2022/11/7 10:32 AM
|
|
4
|
+
* @description 多值框组件接口定义
|
|
5
|
+
*/
|
|
6
|
+
import { ReactNode } from "react";
|
|
7
|
+
import { TextFieldProps, SelectProps, SwitchProps, InputNumberProps, InputLangProps, ComboSelectProps, DatePickerProps } from "@para-ui/core";
|
|
8
|
+
/**组件类型:输入框,下拉框,开关,数字输入框,国际化输入框,日期框,时间选择框,组合选择器,自定义组件*/
|
|
9
|
+
export type IInputType = 'TextField' | 'Select' | 'Switch' | 'InputNumber' | 'InputLang' | 'ComboSelect' | 'DatePicker' | 'custom';
|
|
10
|
+
/** 配置项*/
|
|
11
|
+
export type IConfig = {
|
|
12
|
+
/** 字段名,用于匹配*/
|
|
13
|
+
name?: string;
|
|
14
|
+
/** 组件类型*/
|
|
15
|
+
inputType?: IInputType;
|
|
16
|
+
/** 渲染自定义组件*/
|
|
17
|
+
customRender?: (name: string, rowIndex: number, valueList: IValueList[], errors?: IErrors[]) => ReactNode;
|
|
18
|
+
/** 禁用置灰组件*/
|
|
19
|
+
isDisabled?: boolean | ((rowIndex: number, name: string, valueList?: IValueList) => boolean);
|
|
20
|
+
/** 固定字段, 不显示在筛选器中,*/
|
|
21
|
+
isFixed?: boolean;
|
|
22
|
+
/** 用于switch*/
|
|
23
|
+
text?: ReactNode | ((rowIndex: number, name: string, valueList: IValueList[]) => ReactNode);
|
|
24
|
+
/** 是否必填*/
|
|
25
|
+
required?: boolean;
|
|
26
|
+
/** 下拉列表数据,若某一列的每一行的下拉列表数据一致, 则只需传入数组,若需要自定义任意下拉列表数据,则传入函数*/
|
|
27
|
+
list?: ((rowIndex: number, id: string, name: string, valueList: IValueList[]) => any[]) | any[];
|
|
28
|
+
/** 其他*/
|
|
29
|
+
[name: string]: any;
|
|
30
|
+
} & (TextFieldProps | SelectProps | SwitchProps | InputNumberProps | InputLangProps | ComboSelectProps | DatePickerProps);
|
|
31
|
+
/** value集合*/
|
|
32
|
+
export interface IValueList {
|
|
33
|
+
/** id*/
|
|
34
|
+
id: string;
|
|
35
|
+
/** 每行value值集合, name映射configItem中的name*/
|
|
36
|
+
[name: string]: any;
|
|
37
|
+
}
|
|
38
|
+
export interface IErrors {
|
|
39
|
+
/** id*/
|
|
40
|
+
id: string;
|
|
41
|
+
/** 每行错误集合,name映射configItem中的name*/
|
|
42
|
+
[name: string]: any;
|
|
43
|
+
}
|
|
44
|
+
export interface ICurrentItem {
|
|
45
|
+
/** 表单名*/
|
|
46
|
+
name?: string;
|
|
47
|
+
/** 表单所处行id*/
|
|
48
|
+
id: string;
|
|
49
|
+
/** 表单值*/
|
|
50
|
+
value?: any;
|
|
51
|
+
/** 表单所处下标*/
|
|
52
|
+
rowIndex?: number;
|
|
53
|
+
}
|
|
54
|
+
/** 过滤回调出参*/
|
|
55
|
+
export interface IFilterParams {
|
|
56
|
+
/** 当前过滤操作项*/
|
|
57
|
+
name?: string;
|
|
58
|
+
/** 是否选中*/
|
|
59
|
+
checkedVal?: string[];
|
|
60
|
+
/** 更新后的valueList*/
|
|
61
|
+
valueList?: IValueList[];
|
|
62
|
+
/** 更新后的错误寄*/
|
|
63
|
+
errors?: IErrors[];
|
|
64
|
+
}
|
|
65
|
+
/** 主体接口定义*/
|
|
66
|
+
export interface IMultiValueProps {
|
|
67
|
+
/**
|
|
68
|
+
* 组件配置项
|
|
69
|
+
*/
|
|
70
|
+
config?: IConfig[];
|
|
71
|
+
/**
|
|
72
|
+
* 筛选配置
|
|
73
|
+
*/
|
|
74
|
+
filterConfig?: IConfig[];
|
|
75
|
+
/**
|
|
76
|
+
* @desc 回调
|
|
77
|
+
* @param valueList 整个value值集合
|
|
78
|
+
* @param currentItem 当前操作表单项
|
|
79
|
+
* */
|
|
80
|
+
onChange?: (valueList: IValueList[], currentItem?: ICurrentItem) => void;
|
|
81
|
+
/**
|
|
82
|
+
* @desc 新增, 如需要对新增的该条数据的value值或者其他特殊处理
|
|
83
|
+
* @param valueList 新增前valueList值集合
|
|
84
|
+
* @param addItem 新增项
|
|
85
|
+
* */
|
|
86
|
+
onAdd?: (valueList: IValueList[], errors: IErrors[]) => void;
|
|
87
|
+
/**
|
|
88
|
+
* @desc 删除,
|
|
89
|
+
* @param valueList 删除后整个valueList值集合
|
|
90
|
+
* @param deleteItem 删除项
|
|
91
|
+
*/
|
|
92
|
+
onDelete?: (valueList: IValueList[], errors: IErrors[]) => void;
|
|
93
|
+
/**
|
|
94
|
+
* @desc 筛选函数
|
|
95
|
+
* @param name 当前筛选项的name
|
|
96
|
+
* @param checked 是否选中, true选中, false反选
|
|
97
|
+
* @param valueList 筛选后的value
|
|
98
|
+
* */
|
|
99
|
+
onFilter?: (data: IFilterParams) => void;
|
|
100
|
+
/**
|
|
101
|
+
* @desc 排序
|
|
102
|
+
* @param newValueList
|
|
103
|
+
* @param swapIds 交换顺序的两个下标
|
|
104
|
+
* */
|
|
105
|
+
onSort?: (newValueList: IValueList[], swapIds?: number[]) => void;
|
|
106
|
+
/**
|
|
107
|
+
* @desc 筛选值的集合
|
|
108
|
+
* */
|
|
109
|
+
checkedValue?: string[];
|
|
110
|
+
/**
|
|
111
|
+
* 表单value集合
|
|
112
|
+
*/
|
|
113
|
+
valueList: IValueList[];
|
|
114
|
+
/**
|
|
115
|
+
* 表单错误集合
|
|
116
|
+
*/
|
|
117
|
+
errors?: IErrors[];
|
|
118
|
+
/**
|
|
119
|
+
* 是否需要支持排序,默认不支持
|
|
120
|
+
*/
|
|
121
|
+
isSort?: boolean;
|
|
122
|
+
/**
|
|
123
|
+
* 是否支持筛选组件,默认不支持
|
|
124
|
+
*/
|
|
125
|
+
isFilter?: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* 标题模式 none 不显示, single 只有第一列才显示, all 每列都显示
|
|
128
|
+
*/
|
|
129
|
+
titleMode?: 'none' | 'single' | 'all';
|
|
130
|
+
/**
|
|
131
|
+
* 禁用新增标识
|
|
132
|
+
*/
|
|
133
|
+
disabledAdd?: boolean;
|
|
134
|
+
/**
|
|
135
|
+
* 列之间icon
|
|
136
|
+
* */
|
|
137
|
+
icon?: ReactNode;
|
|
138
|
+
/**
|
|
139
|
+
* 隐藏删除icon, string[] 指定某些行隐藏删除按钮, 入参为valueList中的id集合
|
|
140
|
+
* */
|
|
141
|
+
deleteDisable?: string[];
|
|
142
|
+
/**
|
|
143
|
+
* 单个标题名称
|
|
144
|
+
* */
|
|
145
|
+
singleTitle?: {
|
|
146
|
+
label: ReactNode;
|
|
147
|
+
required: boolean;
|
|
148
|
+
};
|
|
149
|
+
/**
|
|
150
|
+
* 自定义类名
|
|
151
|
+
*/
|
|
152
|
+
className?: string;
|
|
153
|
+
/**
|
|
154
|
+
* 新增项行表单的默认值
|
|
155
|
+
*/
|
|
156
|
+
initValue?: Record<string, any>;
|
|
157
|
+
/**
|
|
158
|
+
* 筛选器弹出框样式
|
|
159
|
+
*/
|
|
160
|
+
popoverClassName?: string;
|
|
161
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
import { IConfig, IErrors, IValueList } from './interface';
|
|
3
|
+
export interface IRowForm {
|
|
4
|
+
/** 行数据*/
|
|
5
|
+
valueList?: IValueList[];
|
|
6
|
+
/**行错误数据 */
|
|
7
|
+
rowError?: IErrors;
|
|
8
|
+
/**行下标*/
|
|
9
|
+
rowIndex?: number;
|
|
10
|
+
/**列间图标*/
|
|
11
|
+
icon?: ReactNode;
|
|
12
|
+
/**组件配置*/
|
|
13
|
+
config?: IConfig[];
|
|
14
|
+
/**
|
|
15
|
+
* @desc 回调
|
|
16
|
+
* @param value 当前组件value值
|
|
17
|
+
* @param name 当前组件name
|
|
18
|
+
* */
|
|
19
|
+
onFormItemChange?: (name: string, id: string, value: any) => void;
|
|
20
|
+
/**其他*/
|
|
21
|
+
[name: string]: any;
|
|
22
|
+
}
|
|
23
|
+
declare const RowForm: (props: IRowForm) => JSX.Element;
|
|
24
|
+
export default RowForm;
|
package/Form/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-
|
|
2
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
1
|
+
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-57dd2e23.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import { DeepClone } from '@paraview/lib';
|
|
5
5
|
import React__default from 'react';
|
|
6
|
-
import { F as FormItem, v as validate } from '../_verture/index-
|
|
6
|
+
import { F as FormItem, v as validate } from '../_verture/index-c2a6ba28.js';
|
|
7
7
|
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
8
8
|
import '../TextField/index.js';
|
|
9
9
|
import '../_verture/typeof-498dd2b1.js';
|
|
@@ -55,7 +55,7 @@ import '@para-ui/icons/Minus';
|
|
|
55
55
|
import '@para-ui/icons/Plus';
|
|
56
56
|
import '../ComboSelect/index.js';
|
|
57
57
|
import '../Table/index.js';
|
|
58
|
-
import '../_verture/index-
|
|
58
|
+
import '../_verture/index-beef914f.js';
|
|
59
59
|
import '@para-ui/icons/ScreenF';
|
|
60
60
|
import '@para-ui/icons/UpTriangleF';
|
|
61
61
|
import '@para-ui/icons/DownTriangleF';
|
|
@@ -68,7 +68,7 @@ import '@para-ui/icons/Left';
|
|
|
68
68
|
import 'rc-pagination';
|
|
69
69
|
import '@para-ui/icons/Right';
|
|
70
70
|
import '@para-ui/icons/DoubleRight';
|
|
71
|
-
import '../_verture/index-
|
|
71
|
+
import '../_verture/index-da441266.js';
|
|
72
72
|
import 'rc-tree';
|
|
73
73
|
import '@para-ui/icons/Document';
|
|
74
74
|
import 'react-dom';
|
package/FormItem/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import 'react/jsx-runtime';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { F as default } from '../_verture/index-
|
|
3
|
+
export { F as default } from '../_verture/index-c2a6ba28.js';
|
|
4
4
|
import 'clsx';
|
|
5
5
|
import '../Label/index.js';
|
|
6
6
|
import '../_verture/constant-66aa48a1.js';
|
|
7
|
-
import '../_verture/slicedToArray-
|
|
7
|
+
import '../_verture/slicedToArray-708dbb18.js';
|
|
8
8
|
import '../TextField/index.js';
|
|
9
9
|
import '../_verture/typeof-498dd2b1.js';
|
|
10
10
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
@@ -32,7 +32,7 @@ import '../RadioGroup/index.js';
|
|
|
32
32
|
import '../Radio/index.js';
|
|
33
33
|
import '../Select/index.js';
|
|
34
34
|
import '../_verture/defineProperty-62acccfc.js';
|
|
35
|
-
import '../_verture/toConsumableArray-
|
|
35
|
+
import '../_verture/toConsumableArray-57dd2e23.js';
|
|
36
36
|
import '../Empty/index.js';
|
|
37
37
|
import '../_verture/useFormatMessage-703f8b20.js';
|
|
38
38
|
import '@para-ui/icons/Close';
|
|
@@ -55,7 +55,7 @@ import '@para-ui/icons/Minus';
|
|
|
55
55
|
import '@para-ui/icons/Plus';
|
|
56
56
|
import '../ComboSelect/index.js';
|
|
57
57
|
import '../Table/index.js';
|
|
58
|
-
import '../_verture/index-
|
|
58
|
+
import '../_verture/index-beef914f.js';
|
|
59
59
|
import '@para-ui/icons/ScreenF';
|
|
60
60
|
import '@para-ui/icons/UpTriangleF';
|
|
61
61
|
import '@para-ui/icons/DownTriangleF';
|
|
@@ -68,7 +68,7 @@ import '@para-ui/icons/Left';
|
|
|
68
68
|
import 'rc-pagination';
|
|
69
69
|
import '@para-ui/icons/Right';
|
|
70
70
|
import '@para-ui/icons/DoubleRight';
|
|
71
|
-
import '../_verture/index-
|
|
71
|
+
import '../_verture/index-da441266.js';
|
|
72
72
|
import 'rc-tree';
|
|
73
73
|
import '@para-ui/icons/Document';
|
|
74
74
|
import 'react-dom';
|
package/FunctionModal/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { u as useModal } from '../_verture/modalContext-
|
|
2
|
-
export { F as FunctionModalProvider, u as default, a as useClose } from '../_verture/modalContext-
|
|
3
|
-
import '../_verture/toConsumableArray-
|
|
4
|
-
import '../_verture/slicedToArray-
|
|
5
|
-
import '../_verture/index-
|
|
1
|
+
import { u as useModal } from '../_verture/modalContext-44e0b3ea.js';
|
|
2
|
+
export { F as FunctionModalProvider, u as default, a as useClose } from '../_verture/modalContext-44e0b3ea.js';
|
|
3
|
+
import '../_verture/toConsumableArray-57dd2e23.js';
|
|
4
|
+
import '../_verture/slicedToArray-708dbb18.js';
|
|
5
|
+
import '../_verture/index-beef914f.js';
|
|
6
6
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
7
7
|
import 'react/jsx-runtime';
|
|
8
8
|
import 'react';
|
package/Help/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import HelpIcon from '@para-ui/icons/Help';
|
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
7
7
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
8
|
-
import '../_verture/slicedToArray-
|
|
8
|
+
import '../_verture/slicedToArray-708dbb18.js';
|
|
9
9
|
import 'react';
|
|
10
10
|
import 'rc-tooltip';
|
|
11
11
|
import 'rc-tooltip/lib/placements';
|
package/InputLang/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-
|
|
2
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
1
|
+
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-57dd2e23.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
3
3
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
4
4
|
import { useState, useEffect, useMemo } from 'react';
|
|
5
5
|
import { TextField } from '../TextField/index.js';
|
package/InputNumber/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
2
2
|
import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
3
3
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
4
|
import { useState, useRef, useEffect, useMemo } from 'react';
|
package/Label/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
|
4
4
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
5
5
|
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
6
6
|
import '../Tooltip/index.js';
|
|
7
|
-
import '../_verture/slicedToArray-
|
|
7
|
+
import '../_verture/slicedToArray-708dbb18.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import 'rc-tooltip';
|
|
10
10
|
import 'rc-tooltip/lib/placements';
|
package/Menu/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
2
2
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import React__default, { useState, useEffect, useMemo, createElement, useRef } from 'react';
|
|
4
|
-
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-
|
|
4
|
+
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-57dd2e23.js';
|
|
5
5
|
import { createPortal } from 'react-dom';
|
|
6
6
|
import CollapseBox from '../CollapseBox/index.js';
|
|
7
7
|
import Down from '@para-ui/icons/Down';
|
package/Modal/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import WarningCircleF from '@para-ui/icons/WarningCircleF';
|
|
|
18
18
|
import { UUID } from '@paraview/lib';
|
|
19
19
|
import { getConfirmLocale } from '@para-ui/core/GlobalContext';
|
|
20
20
|
import '../_verture/typeof-498dd2b1.js';
|
|
21
|
-
import '../_verture/slicedToArray-
|
|
21
|
+
import '../_verture/slicedToArray-708dbb18.js';
|
|
22
22
|
import '@para-ui/icons/LoadingF';
|
|
23
23
|
import '@para-ui/icons/Forbid';
|
|
24
24
|
import '../Tooltip/index.js';
|
package/MultiBox/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _typeof } from '../_verture/typeof-498dd2b1.js';
|
|
2
|
-
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-
|
|
3
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
2
|
+
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-57dd2e23.js';
|
|
3
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
4
4
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
5
5
|
import { useState, useEffect } from 'react';
|
|
6
6
|
import { TextField } from '../TextField/index.js';
|
package/OperateBtn/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
2
|
-
import { r as regenerator } from '../_verture/index-
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
2
|
+
import { r as regenerator } from '../_verture/index-beef914f.js';
|
|
3
3
|
import { a as __awaiter } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
4
4
|
import { jsxs, jsx, Fragment as Fragment$1 } from 'react/jsx-runtime';
|
|
5
5
|
import { useState, Fragment } from 'react';
|
|
@@ -60,51 +60,49 @@ var OperateBtn = function OperateBtn(props) {
|
|
|
60
60
|
return __awaiter(void 0, void 0, void 0, /*#__PURE__*/regenerator.mark(function _callee() {
|
|
61
61
|
var handKey, loading, result;
|
|
62
62
|
return regenerator.wrap(function _callee$(_context) {
|
|
63
|
-
while (1) {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
63
|
+
while (1) switch (_context.prev = _context.next) {
|
|
64
|
+
case 0:
|
|
65
|
+
if (!(item.disabled || handLoadStatus(item, index))) {
|
|
66
|
+
_context.next = 2;
|
|
67
|
+
break;
|
|
68
|
+
}
|
|
69
|
+
return _context.abrupt("return");
|
|
70
|
+
case 2:
|
|
71
|
+
if (clickCloseMore) closeMore();
|
|
72
|
+
handKey = item[key];
|
|
73
|
+
loading = loadingMapping && loadingMapping[handKey]; // 不存在外部loading
|
|
74
|
+
if (loading === undefined) {
|
|
75
|
+
loadingInside[index] = true;
|
|
76
|
+
setLoadingInside(Object.assign({}, loadingInside));
|
|
77
|
+
}
|
|
78
|
+
if (!item.onClick) {
|
|
79
|
+
_context.next = 12;
|
|
80
|
+
break;
|
|
81
|
+
}
|
|
82
|
+
_context.next = 9;
|
|
83
|
+
return item.onClick(item, e);
|
|
84
|
+
case 9:
|
|
85
|
+
result = _context.sent;
|
|
86
|
+
_context.next = 16;
|
|
87
|
+
break;
|
|
88
|
+
case 12:
|
|
89
|
+
if (!onClick) {
|
|
87
90
|
_context.next = 16;
|
|
88
91
|
break;
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
case 17:
|
|
105
|
-
case "end":
|
|
106
|
-
return _context.stop();
|
|
107
|
-
}
|
|
92
|
+
}
|
|
93
|
+
_context.next = 15;
|
|
94
|
+
return onClick(item, e);
|
|
95
|
+
case 15:
|
|
96
|
+
result = _context.sent;
|
|
97
|
+
case 16:
|
|
98
|
+
// 不存在外部loading
|
|
99
|
+
if (loading === undefined) {
|
|
100
|
+
loadingInside[index] = result;
|
|
101
|
+
setLoadingInside(Object.assign({}, loadingInside));
|
|
102
|
+
}
|
|
103
|
+
case 17:
|
|
104
|
+
case "end":
|
|
105
|
+
return _context.stop();
|
|
108
106
|
}
|
|
109
107
|
}, _callee);
|
|
110
108
|
}));
|
package/PageHeader/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { useState, useEffect, useMemo, useCallback, useRef } from 'react';
|
|
3
|
-
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-
|
|
4
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
3
|
+
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-57dd2e23.js';
|
|
4
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
5
5
|
import { Popover } from '../Popover/index.js';
|
|
6
6
|
import Down from '@para-ui/icons/Down';
|
|
7
7
|
import * as iconList from '@para-ui/icons';
|
package/Pagination/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
2
2
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
3
3
|
import React__default, { useState, useRef, useEffect, useMemo } from 'react';
|
|
4
4
|
import GlobalContext from '@para-ui/core/GlobalContext';
|
|
@@ -35,7 +35,7 @@ import 'rc-dropdown';
|
|
|
35
35
|
import '../_verture/usePopupContainer-87febeb9.js';
|
|
36
36
|
import 'dayjs';
|
|
37
37
|
import '../_verture/defineProperty-62acccfc.js';
|
|
38
|
-
import '../_verture/toConsumableArray-
|
|
38
|
+
import '../_verture/toConsumableArray-57dd2e23.js';
|
|
39
39
|
import '../Empty/index.js';
|
|
40
40
|
import '@para-ui/icons/Close';
|
|
41
41
|
import '@para-ui/icons/Down';
|
package/PopConfirm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
2
2
|
import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
3
3
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
4
|
import React__default, { useState, useEffect } from 'react';
|
package/Popover/index.js
CHANGED
|
@@ -6,11 +6,11 @@ import { $ as $prefixCls, a as $rcPrefixCls } from '../_verture/constant-66aa48a
|
|
|
6
6
|
import { u as usePopupContainer } from '../_verture/usePopupContainer-87febeb9.js';
|
|
7
7
|
import clsx from 'clsx';
|
|
8
8
|
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
9
|
-
import '../_verture/slicedToArray-
|
|
9
|
+
import '../_verture/slicedToArray-708dbb18.js';
|
|
10
10
|
import 'rc-tooltip';
|
|
11
11
|
import 'rc-tooltip/lib/placements';
|
|
12
12
|
|
|
13
|
-
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2022/6/7 上午11:06\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-popover {\n color: rgb(46, 55, 67);\n font-size: 14px;\n font-variant: tabular-nums;\n line-height: 1.5715;\n list-style: none;\n font-feature-settings: \"tnum\";\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1500;\n font-weight: 400;\n white-space: normal;\n text-align: left;\n cursor: auto;\n user-select: text;\n}\n.paraui-v3-popover::after {\n position: absolute;\n background: rgba(255, 255, 255, 0.01);\n content: \"\";\n}\n.paraui-v3-popover.component-popover-hidden {\n display: none;\n}\n.paraui-v3-popover .component-popover-inner {\n background-color: rgb(255, 255, 255);\n background-clip: padding-box;\n border-radius: 4px;\n box-shadow: 0px 2px 8px 0px rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-popover .component-popover-title {\n
|
|
13
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2022/6/7 上午11:06\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-popover {\n color: rgb(46, 55, 67);\n font-size: 14px;\n font-variant: tabular-nums;\n line-height: 1.5715;\n list-style: none;\n font-feature-settings: \"tnum\";\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1500;\n font-weight: 400;\n white-space: normal;\n text-align: left;\n cursor: auto;\n user-select: text;\n}\n.paraui-v3-popover::after {\n position: absolute;\n background: rgba(255, 255, 255, 0.01);\n content: \"\";\n}\n.paraui-v3-popover.component-popover-hidden {\n display: none;\n}\n.paraui-v3-popover .component-popover-inner {\n background-color: rgb(255, 255, 255);\n background-clip: padding-box;\n border-radius: 4px;\n box-shadow: 0px 2px 8px 0px rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-popover .component-popover-title {\n margin: 0;\n padding: 0 24px;\n color: rgb(46, 55, 67);\n font-weight: 700;\n border-bottom: 1px solid #f0f0f0;\n min-height: 44px;\n display: flex;\n align-items: center;\n}\n.paraui-v3-popover .component-popover-inner-content {\n color: rgb(46, 55, 67);\n}\n.paraui-v3-popover .component-popover-buttons {\n margin-bottom: 4px;\n text-align: right;\n}\n.paraui-v3-popover .component-popover-buttons button {\n margin-left: 8px;\n}\n.paraui-v3-popover .component-popover-arrow {\n position: absolute;\n display: none;\n width: 16px;\n height: 16px;\n overflow: hidden;\n background: transparent;\n pointer-events: none;\n}\n.paraui-v3-popover .component-popover-arrow-content {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n display: block;\n width: 11.3137085px;\n height: 11.3137085px;\n margin: auto;\n background-color: rgb(255, 255, 255);\n content: \"\";\n border-radius: 0 0 4px;\n pointer-events: none;\n}\n.paraui-v3-popover .component-popover-arrow-content::before {\n position: absolute;\n top: -11.3137085px;\n left: -11.3137085px;\n width: 33.9411255px;\n height: 33.9411255px;\n background: rgb(255, 255, 255) -10px -10px no-repeat;\n content: \"\";\n -webkit-clip-path: path(\"M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z\");\n}\n.paraui-v3-popover.component-popover-placement-top .component-popover-arrow, .paraui-v3-popover.component-popover-placement-topLeft .component-popover-arrow, .paraui-v3-popover.component-popover-placement-topRight .component-popover-arrow {\n bottom: -0.6862915px;\n}\n.paraui-v3-popover.component-popover-placement-top .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-topLeft .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-topRight .component-popover-arrow-content {\n box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);\n transform: translateY(-1px) rotate(45deg);\n}\n.paraui-v3-popover.component-popover-placement-top .component-popover-arrow {\n left: 50%;\n transform: translateX(-50%);\n}\n.paraui-v3-popover.component-popover-placement-topLeft .component-popover-arrow {\n left: 16px;\n}\n.paraui-v3-popover.component-popover-placement-topRight .component-popover-arrow {\n right: 16px;\n}\n.paraui-v3-popover.component-popover-placement-right .component-popover-arrow, .paraui-v3-popover.component-popover-placement-rightTop .component-popover-arrow, .paraui-v3-popover.component-popover-placement-rightBottom .component-popover-arrow {\n left: -0.6862915px;\n}\n.paraui-v3-popover.component-popover-placement-right .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-rightTop .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-rightBottom .component-popover-arrow-content {\n box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);\n transform: translateX(1px) rotate(135deg);\n}\n.paraui-v3-popover.component-popover-placement-right .component-popover-arrow {\n top: 50%;\n transform: translateY(-50%);\n}\n.paraui-v3-popover.component-popover-placement-rightTop .component-popover-arrow {\n top: 12px;\n}\n.paraui-v3-popover.component-popover-placement-rightBottom .component-popover-arrow {\n bottom: 12px;\n}\n.paraui-v3-popover.component-popover-placement-bottom .component-popover-arrow, .paraui-v3-popover.component-popover-placement-bottomLeft .component-popover-arrow, .paraui-v3-popover.component-popover-placement-bottomRight .component-popover-arrow {\n top: -0.6862915px;\n}\n.paraui-v3-popover.component-popover-placement-bottom .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-bottomLeft .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-bottomRight .component-popover-arrow-content {\n box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);\n transform: translateY(1px) rotate(-135deg);\n}\n.paraui-v3-popover.component-popover-placement-bottom .component-popover-arrow {\n left: 50%;\n transform: translateX(-50%);\n}\n.paraui-v3-popover.component-popover-placement-bottomLeft .component-popover-arrow {\n left: 16px;\n}\n.paraui-v3-popover.component-popover-placement-bottomRight .component-popover-arrow {\n right: 16px;\n}\n.paraui-v3-popover.component-popover-placement-left .component-popover-arrow, .paraui-v3-popover.component-popover-placement-leftTop .component-popover-arrow, .paraui-v3-popover.component-popover-placement-leftBottom .component-popover-arrow {\n right: -0.6862915px;\n}\n.paraui-v3-popover.component-popover-placement-left .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-leftTop .component-popover-arrow-content, .paraui-v3-popover.component-popover-placement-leftBottom .component-popover-arrow-content {\n box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);\n transform: translateX(-1px) rotate(-45deg);\n}\n.paraui-v3-popover.component-popover-placement-left .component-popover-arrow {\n top: 50%;\n transform: translateY(-50%);\n}\n.paraui-v3-popover.component-popover-placement-leftTop .component-popover-arrow {\n top: 12px;\n}\n.paraui-v3-popover.component-popover-placement-leftBottom .component-popover-arrow {\n bottom: 12px;\n}\n\n.component-popover-zoom-big-enter,\n.component-popover-zoom-big-appear {\n animation-duration: 0.2s;\n animation-fill-mode: both;\n animation-play-state: paused;\n}\n\n.component-popover-zoom-big-leave {\n animation-duration: 0.2s;\n animation-fill-mode: both;\n animation-play-state: paused;\n}\n\n.component-popover-zoom-big-enter.component-popover-zoom-big-enter-active,\n.component-popover-zoom-big-appear.component-popover-zoom-big-appear-active {\n animation-name: componentPopoverZoomBigIn;\n animation-play-state: running;\n}\n\n.component-popover-zoom-big-leave.component-popover-zoom-big-leave-active {\n animation-name: componentPopoverZoomBigOut;\n animation-play-state: running;\n pointer-events: none;\n}\n\n.component-popover-zoom-big-enter,\n.component-popover-zoom-big-appear {\n transform: scale(0);\n opacity: 0;\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\n}\n\n.component-popover-zoom-big-enter-prepare,\n.component-popover-zoom-big-appear-prepare {\n transform: none;\n}\n\n.component-popover-zoom-big-leave {\n animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);\n}\n\n@keyframes componentPopoverZoomBigIn {\n 0% {\n transform: scale(0.8);\n opacity: 0;\n }\n 100% {\n transform: scale(1);\n opacity: 1;\n }\n}\n@keyframes componentPopoverZoomBigOut {\n 0% {\n transform: scale(1);\n }\n 100% {\n transform: scale(0.8);\n opacity: 0;\n }\n}";
|
|
14
14
|
styleInject(css_248z);
|
|
15
15
|
|
|
16
16
|
//popover
|
package/README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 版本: 3.0.39
|
|
2
|
+
|
|
3
|
+
para-ui/core@3.0.39 发布
|
|
4
|
+
【动态多值框-DynamicMultiBox】新增
|
|
5
|
+
【滑块验证-DragVerify】新增滑块验证组件
|
|
6
|
+
【抽屉-Drawer】组件重新渲染,导致事件执行阻塞修复
|
|
7
|
+
|
|
8
|
+
## 版本: 3.0.38
|
|
9
|
+
|
|
10
|
+
para-ui/core@3.0.38 发布
|
|
11
|
+
【表格-Table】修复表格自定义过滤,出参错误
|
|
12
|
+
【弹出框-Popover】修复弹出框title样式
|
|
13
|
+
|
|
1
14
|
## 版本: 3.0.37
|
|
2
15
|
|
|
3
16
|
para-ui/core@3.0.37 发布
|
package/Radio/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { useState, useEffect } from 'react';
|
|
4
4
|
import Label from '../Label/index.js';
|
package/RadioGroup/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
2
2
|
import { useState, useEffect, createElement } from 'react';
|
|
3
3
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
4
4
|
import { Radio } from '../Radio/index.js';
|
package/Search/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { useState, useEffect } from 'react';
|
|
4
4
|
import { TextField } from '../TextField/index.js';
|
package/Select/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../_verture/defineProperty-62acccfc.js';
|
|
2
|
-
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-
|
|
2
|
+
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-57dd2e23.js';
|
|
3
3
|
import { _ as _typeof } from '../_verture/typeof-498dd2b1.js';
|
|
4
|
-
import { _ as _slicedToArray } from '../_verture/slicedToArray-
|
|
4
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-708dbb18.js';
|
|
5
5
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
6
6
|
import React__default, { useRef, useState, useEffect, useMemo } from 'react';
|
|
7
7
|
import Empty from '../Empty/index.js';
|
package/SelectInput/index.js
CHANGED
|
@@ -3,8 +3,8 @@ import Select from '../Select/index.js';
|
|
|
3
3
|
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
4
4
|
import '../_verture/defineProperty-62acccfc.js';
|
|
5
5
|
import '../_verture/typeof-498dd2b1.js';
|
|
6
|
-
import '../_verture/toConsumableArray-
|
|
7
|
-
import '../_verture/slicedToArray-
|
|
6
|
+
import '../_verture/toConsumableArray-57dd2e23.js';
|
|
7
|
+
import '../_verture/slicedToArray-708dbb18.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import '../Empty/index.js';
|
|
10
10
|
import 'clsx';
|