@para-ui/core 4.0.32 → 4.0.33
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/AutoButton/index.js +2 -2
- package/Card/index.js +2 -2
- package/Cascader/index.js +6 -5
- package/CollapseLayout/index.js +1 -1
- package/ComboSelect/index.js +8 -4
- package/CycleSelector/index.js +4 -1
- package/DatePicker/index.js +4 -1
- package/DynamicMultiBox/index.js +7 -6
- package/Form/index.js +9 -5
- package/FormItem/index.js +9 -5
- package/Image/index.js +3 -2
- package/Querying/index.js +4 -4
- package/QuickReply/index.js +1 -1
- package/README.md +5 -0
- package/Selector/index.js +281 -223
- package/SelectorPicker/index.js +4 -4
- package/SingleBox/index.js +2 -2
- package/SortBox/index.d.ts +0 -2
- package/SortBox/index.js +10 -10
- package/Stepper/index.js +1 -1
- package/Switch/index.js +2 -2
- package/Table/index.js +151 -30
- package/Table/interface.d.ts +9 -1
- package/Table/lang/en_US.d.ts +1 -0
- package/Table/lang/index.d.ts +2 -0
- package/Table/lang/zh_CN.d.ts +1 -0
- package/Table/tableBodyElement/index.d.ts +5 -0
- package/Table/tableBodyInterface.d.ts +4 -0
- package/Table/tableHeadInterface.d.ts +2 -0
- package/Tabs/index.js +2 -2
- package/Tag/index.js +82 -53
- package/TextEditor/index.js +3 -3
- package/TimePicker/index.js +4 -1
- package/Timeline/index.js +2 -1
- package/ToggleButton/index.js +25 -26
- package/Tree/index.js +6 -5
- package/Upload/index.js +5 -4
- package/_verture/{Portal-42560ff0.js → Portal-edd94cac.js} +2 -1
- package/_verture/{defineProperty-f0e15205.js → defineProperty-6f62bb2a.js} +2 -10
- package/_verture/{index-44152845.js → index-567b5779.js} +3 -2
- package/_verture/{index-519d0a1f.js → index-8752ccab.js} +4 -3
- package/_verture/{index-8ac46bd9.js → index-94e24006.js} +1 -1
- package/_verture/typeof-adeedc13.js +11 -0
- package/index.js +9 -8
- package/locale/en-US.d.ts +1 -0
- package/locale/index.d.ts +2 -0
- package/locale/index.js +4 -2
- package/locale/zh-CN.d.ts +1 -0
- package/package.json +2 -3
- package/umd/AutoButton.js +5 -5
- package/umd/CollapseLayout.js +1 -1
- package/umd/ComboSelect.js +19 -7
- package/umd/DynamicMultiBox.js +6 -6
- package/umd/Form.js +19 -7
- package/umd/FormItem.js +19 -7
- package/umd/SortBox.js +1 -1
- package/umd/Table.js +19 -7
- package/umd/locale.js +1 -1
- /package/_verture/{index-0f5ee6f7.js → index-c8cb6751.js} +0 -0
- /package/_verture/{index-b037486c.js → index-e229330e.js} +0 -0
- /package/_verture/{typeof-6ec38efd.js → typeof-4646b22c.js} +0 -0
package/index.js
CHANGED
|
@@ -7,7 +7,7 @@ export { Button } from './Button/index.js';
|
|
|
7
7
|
export { ButtonGroup } from './ButtonGroup/index.js';
|
|
8
8
|
export { Card } from './Card/index.js';
|
|
9
9
|
export { Carousel } from './Carousel/index.js';
|
|
10
|
-
export { C as Cascader } from './_verture/index-
|
|
10
|
+
export { C as Cascader } from './_verture/index-8752ccab.js';
|
|
11
11
|
export { Checkbox } from './Checkbox/index.js';
|
|
12
12
|
export { CheckboxGroup } from './CheckboxGroup/index.js';
|
|
13
13
|
export { Collapse } from './Collapse/index.js';
|
|
@@ -28,7 +28,7 @@ export { D as Dropdown } from './_verture/index-bde7aabe.js';
|
|
|
28
28
|
export { default as DynamicMultiBox } from './DynamicMultiBox/index.js';
|
|
29
29
|
export { default as Empty } from './Empty/index.js';
|
|
30
30
|
export { default as Form } from './Form/index.js';
|
|
31
|
-
export { F as FormItem } from './_verture/index-
|
|
31
|
+
export { F as FormItem } from './_verture/index-e229330e.js';
|
|
32
32
|
export { u as FunctionModal, F as FunctionModalProvider, a as useClose } from './_verture/modalContext-10f0c5aa.js';
|
|
33
33
|
export { G as GlobalContext, c as changeConfirmLocale, g as getConfirmLocale } from './_verture/index-ca413216.js';
|
|
34
34
|
export { default as Help } from './Help/index.js';
|
|
@@ -81,7 +81,7 @@ export { Title } from './Title/index.js';
|
|
|
81
81
|
export { ToggleButton, ToggleButtonGroup } from './ToggleButton/index.js';
|
|
82
82
|
export { Tooltip } from './Tooltip/index.js';
|
|
83
83
|
export { SSortablejs, Transfer } from './Transfer/index.js';
|
|
84
|
-
export { T as Tree } from './_verture/index-
|
|
84
|
+
export { T as Tree } from './_verture/index-567b5779.js';
|
|
85
85
|
export { default as Upload } from './Upload/index.js';
|
|
86
86
|
export { default as Utils, getDateYYYYMMddHHMM, pixelReplacement } from './Utils/index.js';
|
|
87
87
|
export { default as locale } from './locale/index.js';
|
|
@@ -103,12 +103,13 @@ import '@para-ui/icons/Forbid';
|
|
|
103
103
|
import 'react-slick';
|
|
104
104
|
import '@para-ui/icons/RightCircleF';
|
|
105
105
|
import '@para-ui/icons/LeftCircleF';
|
|
106
|
-
import './_verture/Portal-
|
|
106
|
+
import './_verture/Portal-edd94cac.js';
|
|
107
107
|
import './_verture/slicedToArray-75fa4188.js';
|
|
108
|
-
import './_verture/
|
|
108
|
+
import './_verture/typeof-adeedc13.js';
|
|
109
109
|
import './_verture/toConsumableArray-c7a8028f.js';
|
|
110
|
+
import './_verture/defineProperty-6f62bb2a.js';
|
|
110
111
|
import 'rc-motion';
|
|
111
|
-
import './_verture/typeof-
|
|
112
|
+
import './_verture/typeof-4646b22c.js';
|
|
112
113
|
import 'rc-tree/lib/utils/conductUtil';
|
|
113
114
|
import '@para-ui/icons/Right';
|
|
114
115
|
import '@para-ui/icons/CloseCircleF';
|
|
@@ -146,7 +147,7 @@ import '@para-ui/icons/Panel';
|
|
|
146
147
|
import '@para-ui/icons/PlusCircleF';
|
|
147
148
|
import '@para-ui/icons/Delete';
|
|
148
149
|
import '@para-ui/icons/Drag';
|
|
149
|
-
import './_verture/index-
|
|
150
|
+
import './_verture/index-c8cb6751.js';
|
|
150
151
|
import './_verture/sortable.esm-76fe46a4.js';
|
|
151
152
|
import '@para-ui/icons/LinkGroup';
|
|
152
153
|
import '@para-ui/icons/UploadFile';
|
|
@@ -174,7 +175,7 @@ import '@para-ui/icons/Plus';
|
|
|
174
175
|
import '@para-ui/icons/EditOutline';
|
|
175
176
|
import '@para-ui/icons/Message';
|
|
176
177
|
import '@para-ui/icons/Set';
|
|
177
|
-
import './_verture/index-
|
|
178
|
+
import './_verture/index-94e24006.js';
|
|
178
179
|
import 'rc-slider';
|
|
179
180
|
import './_verture/tinycolor-ece3542d.js';
|
|
180
181
|
import 'rc-steps';
|
package/locale/en-US.d.ts
CHANGED
package/locale/index.d.ts
CHANGED
|
@@ -252,6 +252,7 @@ declare const _default: {
|
|
|
252
252
|
refresh: string;
|
|
253
253
|
selectNum: string;
|
|
254
254
|
selectAll: string;
|
|
255
|
+
dragSort: string;
|
|
255
256
|
};
|
|
256
257
|
Tabs: {
|
|
257
258
|
confirmDelete: string;
|
|
@@ -540,6 +541,7 @@ declare const _default: {
|
|
|
540
541
|
refresh: string;
|
|
541
542
|
selectNum: string;
|
|
542
543
|
selectAll: string;
|
|
544
|
+
dragSort: string;
|
|
543
545
|
};
|
|
544
546
|
Tabs: {
|
|
545
547
|
confirmDelete: string;
|
package/locale/index.js
CHANGED
|
@@ -250,7 +250,8 @@ var enUS = {
|
|
|
250
250
|
"loadMore": "Load more",
|
|
251
251
|
"refresh": "Refresh",
|
|
252
252
|
"selectNum": "Selected {num} items",
|
|
253
|
-
"selectAll": "Select All"
|
|
253
|
+
"selectAll": "Select All",
|
|
254
|
+
"dragSort": "Drag Sort"
|
|
254
255
|
},
|
|
255
256
|
"Tabs": {
|
|
256
257
|
"confirmDelete": "Are you sure delete?"
|
|
@@ -539,7 +540,8 @@ var zhCN = {
|
|
|
539
540
|
"loadMore": "加载更多",
|
|
540
541
|
"refresh": "刷新",
|
|
541
542
|
"selectNum": "已选{num}项",
|
|
542
|
-
"selectAll": "全选"
|
|
543
|
+
"selectAll": "全选",
|
|
544
|
+
"dragSort": "拖动排序"
|
|
543
545
|
},
|
|
544
546
|
"Tabs": {
|
|
545
547
|
"confirmDelete": "确定删除吗?"
|
package/locale/zh-CN.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@para-ui/core",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.33",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"typings": "./index.d.ts",
|
|
7
7
|
"description": "Powered by Para FED",
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
"lint": "npm run lint:script && npm run lint:style",
|
|
24
24
|
"lint:script-all": "eslint --ext .js,.jsx,.ts,.tsx --fix src",
|
|
25
25
|
"lint:style-all": "stylelint 'src/**/*.{css,scss}' --fix",
|
|
26
|
-
"lint:all": "npm run lint:script-all && npm run lint:style-all"
|
|
27
|
-
"prepare": "if [ \"$CI\" != \"true\" ]; then npx husky install; fi"
|
|
26
|
+
"lint:all": "npm run lint:script-all && npm run lint:style-all"
|
|
28
27
|
},
|
|
29
28
|
"dependencies": {
|
|
30
29
|
"@monaco-editor/react": "^4.6.0",
|