@para-ui/core 3.0.29 → 3.0.31
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/Menu/index.js +31 -27
- package/MultiBox/index.js +1 -1
- package/README.md +820 -806
- package/Selector/index.js +2 -0
- package/SingleBox/index.js +1 -1
- package/Styles/form.scss +5 -5
- package/Styles/index.scss +37 -37
- package/Styles/normalize.scss +348 -348
- package/Styles/scrollbar.scss +223 -223
- package/Styles/theme.scss +74 -74
- package/Timeline/index.js +1 -1
- package/Transfer/index.js +42 -36
- package/index.d.ts +2 -4
- package/index.js +1 -2
- package/package.json +167 -167
- package/Test/index.d.ts +0 -3
- package/Test/index.js +0 -9
package/Transfer/index.js
CHANGED
|
@@ -3308,12 +3308,12 @@ var Transfer = function Transfer(props) {
|
|
|
3308
3308
|
setRightCount = _useState10[1];
|
|
3309
3309
|
var _useState11 = useState(),
|
|
3310
3310
|
_useState12 = _slicedToArray(_useState11, 2),
|
|
3311
|
-
fluctuationPosition = _useState12[0]
|
|
3312
|
-
|
|
3311
|
+
fluctuationPosition = _useState12[0];
|
|
3312
|
+
_useState12[1];
|
|
3313
3313
|
var _useState13 = useState(),
|
|
3314
3314
|
_useState14 = _slicedToArray(_useState13, 2),
|
|
3315
|
-
fluctuationOrther = _useState14[0]
|
|
3316
|
-
|
|
3315
|
+
fluctuationOrther = _useState14[0];
|
|
3316
|
+
_useState14[1];
|
|
3317
3317
|
var _useState15 = useState(false),
|
|
3318
3318
|
_useState16 = _slicedToArray(_useState15, 2),
|
|
3319
3319
|
animationsLock = _useState16[0],
|
|
@@ -3391,44 +3391,50 @@ var Transfer = function Transfer(props) {
|
|
|
3391
3391
|
// 上下移动
|
|
3392
3392
|
var fluctuation = function fluctuation(direction) {
|
|
3393
3393
|
setAnimationLock(true);
|
|
3394
|
+
console.log(rightCount);
|
|
3394
3395
|
if (direction == 'up') {
|
|
3395
|
-
setFluctuationPosition(rightCount[0] - 1)
|
|
3396
|
-
setFluctuationOrther(rightCount[0])
|
|
3397
|
-
setTimeout(
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
onChange === null || onChange === void 0 ? void 0 : onChange([].concat(rArr));
|
|
3409
|
-
return _toConsumableArray(pre);
|
|
3396
|
+
// setFluctuationPosition(rightCount[0] - 1)
|
|
3397
|
+
// setFluctuationOrther(rightCount[0])
|
|
3398
|
+
// setTimeout(() => {
|
|
3399
|
+
setRightData(function (pre) {
|
|
3400
|
+
// setFluctuationPosition(undefined)
|
|
3401
|
+
// setFluctuationOrther(undefined)
|
|
3402
|
+
rightCount.forEach(function (item) {
|
|
3403
|
+
pre.splice.apply(pre, [item - 1, 0].concat(_toConsumableArray(pre.splice(item, 1))));
|
|
3404
|
+
});
|
|
3405
|
+
setAnimationLock(false);
|
|
3406
|
+
var rArr = [];
|
|
3407
|
+
pre.forEach(function (item) {
|
|
3408
|
+
rArr.push(item[customKey]);
|
|
3410
3409
|
});
|
|
3411
|
-
|
|
3410
|
+
onSort === null || onSort === void 0 ? void 0 : onSort([].concat(rArr));
|
|
3411
|
+
onChange === null || onChange === void 0 ? void 0 : onChange([].concat(rArr));
|
|
3412
|
+
return _toConsumableArray(pre);
|
|
3413
|
+
});
|
|
3414
|
+
// }, 400)
|
|
3412
3415
|
} else {
|
|
3413
|
-
setFluctuationPosition(rightCount[0])
|
|
3414
|
-
setFluctuationOrther(rightCount[0] + 1)
|
|
3415
|
-
setTimeout(
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
var rArr = [];
|
|
3422
|
-
pre.forEach(function (item) {
|
|
3423
|
-
rArr.push(item[customKey]);
|
|
3424
|
-
});
|
|
3425
|
-
onSort === null || onSort === void 0 ? void 0 : onSort([].concat(rArr));
|
|
3426
|
-
onChange === null || onChange === void 0 ? void 0 : onChange([].concat(rArr));
|
|
3427
|
-
return _toConsumableArray(pre);
|
|
3416
|
+
// setFluctuationPosition(rightCount[0])
|
|
3417
|
+
// setFluctuationOrther(rightCount[0] + 1)
|
|
3418
|
+
// setTimeout(() => {
|
|
3419
|
+
setRightData(function (pre) {
|
|
3420
|
+
// setFluctuationPosition(undefined)
|
|
3421
|
+
// setFluctuationOrther(undefined)
|
|
3422
|
+
rightCount.forEach(function (item) {
|
|
3423
|
+
pre.splice.apply(pre, [item + 1, 0].concat(_toConsumableArray(pre.splice(item, 1))));
|
|
3428
3424
|
});
|
|
3429
|
-
|
|
3425
|
+
setAnimationLock(false);
|
|
3426
|
+
var rArr = [];
|
|
3427
|
+
pre.forEach(function (item) {
|
|
3428
|
+
rArr.push(item[customKey]);
|
|
3429
|
+
});
|
|
3430
|
+
onSort === null || onSort === void 0 ? void 0 : onSort([].concat(rArr));
|
|
3431
|
+
onChange === null || onChange === void 0 ? void 0 : onChange([].concat(rArr));
|
|
3432
|
+
return _toConsumableArray(pre);
|
|
3433
|
+
});
|
|
3434
|
+
// }, 400)
|
|
3430
3435
|
}
|
|
3431
3436
|
};
|
|
3437
|
+
|
|
3432
3438
|
var onSearch = function onSearch(e, direction) {
|
|
3433
3439
|
var str = trim ? e.toUpperCase().trim() : e.toUpperCase();
|
|
3434
3440
|
if (direction === 'left') {
|
package/index.d.ts
CHANGED
|
@@ -118,16 +118,14 @@ export { default as Tabs } from './Tabs';
|
|
|
118
118
|
export * from './Tabs';
|
|
119
119
|
export { default as Tag } from './Tag';
|
|
120
120
|
export * from './Tag';
|
|
121
|
-
export { default as Test } from './Test';
|
|
122
|
-
export * from './Test';
|
|
123
121
|
export { default as TextEditor } from './TextEditor';
|
|
124
122
|
export * from './TextEditor';
|
|
125
123
|
export { default as TextField } from './TextField';
|
|
126
124
|
export * from './TextField';
|
|
127
|
-
export { default as TimePicker } from './TimePicker';
|
|
128
|
-
export * from './TimePicker';
|
|
129
125
|
export { default as Timeline } from './Timeline';
|
|
130
126
|
export * from './Timeline';
|
|
127
|
+
export { default as TimePicker } from './TimePicker';
|
|
128
|
+
export * from './TimePicker';
|
|
131
129
|
export { default as Title } from './Title';
|
|
132
130
|
export * from './Title';
|
|
133
131
|
export { default as ToggleButton } from './ToggleButton';
|
package/index.js
CHANGED
|
@@ -59,11 +59,10 @@ export { Switch } from './Switch/index.js';
|
|
|
59
59
|
export { default as Table } from './Table/index.js';
|
|
60
60
|
export { Tabs } from './Tabs/index.js';
|
|
61
61
|
export { Tag, TagGroup } from './Tag/index.js';
|
|
62
|
-
export { Test } from './Test/index.js';
|
|
63
62
|
export { default as TextEditor } from './TextEditor/index.js';
|
|
64
63
|
export { TextField } from './TextField/index.js';
|
|
65
|
-
export { default as TimePicker } from './TimePicker/index.js';
|
|
66
64
|
export { Timeline } from './Timeline/index.js';
|
|
65
|
+
export { default as TimePicker } from './TimePicker/index.js';
|
|
67
66
|
export { Title } from './Title/index.js';
|
|
68
67
|
export { ToggleButton, ToggleButtonGroup } from './ToggleButton/index.js';
|
|
69
68
|
export { Tooltip } from './Tooltip/index.js';
|
package/package.json
CHANGED
|
@@ -1,167 +1,167 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@para-ui/core",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "3.0.
|
|
5
|
-
"main": "./index.js",
|
|
6
|
-
"typings": "./index.d.ts",
|
|
7
|
-
"description": "Powered by Para FED",
|
|
8
|
-
"author": "HKLMTT",
|
|
9
|
-
"license": "ParaView",
|
|
10
|
-
"scripts": {
|
|
11
|
-
"ci": "npm ci --unsafe-perm && npm run build",
|
|
12
|
-
"start": "node run dev && webpack serve --mode=development --config=./config/webpack.dev.config.js",
|
|
13
|
-
"build:docs": "node run && webpack --config=./config/webpack.dev.config.js",
|
|
14
|
-
"build": "rm -rf dist && rollup -c",
|
|
15
|
-
"npm:publish": "./publish.sh"
|
|
16
|
-
},
|
|
17
|
-
"dependencies": {
|
|
18
|
-
"@para-ui/core": "^3.0.0",
|
|
19
|
-
"@para-ui/icons": "^3.0.0",
|
|
20
|
-
"@paraview/lib": "^2.0.3",
|
|
21
|
-
"@wangeditor/editor": "^5.1.15",
|
|
22
|
-
"@wangeditor/editor-for-react": "^1.0.5",
|
|
23
|
-
"clsx": "1.1.1",
|
|
24
|
-
"dayjs": "^1.11.3",
|
|
25
|
-
"rc-cascader": "^3.8.0",
|
|
26
|
-
"rc-collapse": "3.1.2",
|
|
27
|
-
"rc-cropping": "1.0.1",
|
|
28
|
-
"rc-dialog": "8.9.0",
|
|
29
|
-
"rc-drawer": "^6.1.0",
|
|
30
|
-
"rc-dropdown": "3.6.2",
|
|
31
|
-
"rc-input-number": "7.3.4",
|
|
32
|
-
"rc-motion": "2.4.4",
|
|
33
|
-
"rc-notification": "4.5.7",
|
|
34
|
-
"rc-pagination": "3.1.9",
|
|
35
|
-
"rc-picker": "2.5.14",
|
|
36
|
-
"rc-progress": "^3.2.4",
|
|
37
|
-
"rc-slider": "9.7.4",
|
|
38
|
-
"rc-steps": "4.1.4",
|
|
39
|
-
"rc-switch": "3.2.2",
|
|
40
|
-
"rc-tabs": "11.16.0",
|
|
41
|
-
"rc-tooltip": "5.1.1",
|
|
42
|
-
"rc-tree": "4.2.2",
|
|
43
|
-
"rc-upload": "4.3.1",
|
|
44
|
-
"react": "^16.8.0 || ^17.0.0",
|
|
45
|
-
"react-color": "2.19.3",
|
|
46
|
-
"react-dom": "^16.8.0 || ^17.0.0",
|
|
47
|
-
"react-easy-crop": "4.1.4",
|
|
48
|
-
"react-intl-hooks": "^1.0.11",
|
|
49
|
-
"react-router-dom": "^5.3.0",
|
|
50
|
-
"react-slick": "0.28.1",
|
|
51
|
-
"react-transition-group": "4.4.2",
|
|
52
|
-
"sortablejs": "^1.15.0"
|
|
53
|
-
},
|
|
54
|
-
"devDependencies": {
|
|
55
|
-
"@babel/core": "^7.18.6",
|
|
56
|
-
"@babel/plugin-proposal-decorators": "^7.18.6",
|
|
57
|
-
"@babel/plugin-transform-runtime": "^7.18.6",
|
|
58
|
-
"@babel/preset-env": "^7.18.6",
|
|
59
|
-
"@babel/preset-react": "^7.18.6",
|
|
60
|
-
"@babel/preset-typescript": "^7.18.6",
|
|
61
|
-
"@para-snack/core": "^2.1.0",
|
|
62
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
63
|
-
"@rollup/plugin-babel": "^5.3.1",
|
|
64
|
-
"@rollup/plugin-commonjs": "^22.0.1",
|
|
65
|
-
"@rollup/plugin-json": "^4.1.0",
|
|
66
|
-
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
67
|
-
"@rollup/plugin-url": "^7.0.0",
|
|
68
|
-
"@swc/core": "^1.2.118",
|
|
69
|
-
"@types/react": "17.0.44",
|
|
70
|
-
"@types/react-color": "^3.0.6",
|
|
71
|
-
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
72
|
-
"@types/react-dom": "^17.0.2",
|
|
73
|
-
"@types/react-router-dom": "^5.1.7",
|
|
74
|
-
"@types/react-slick": "^0.23.8",
|
|
75
|
-
"@types/react-syntax-highlighter": "^13.5.2",
|
|
76
|
-
"@types/react-transition-group": "^4.4.4",
|
|
77
|
-
"@types/sortablejs": "^1.15.0",
|
|
78
|
-
"copy-webpack-plugin": "^11.0.0",
|
|
79
|
-
"core-js": "^3.21.1",
|
|
80
|
-
"css-loader": "^3.4.2",
|
|
81
|
-
"file-loader": "^5.1.0",
|
|
82
|
-
"fs-extra": "^8.1.0",
|
|
83
|
-
"html-webpack-plugin": "^5.5.0",
|
|
84
|
-
"mini-css-extract-plugin": "^2.6.1",
|
|
85
|
-
"minimist": "^1.2.6",
|
|
86
|
-
"postcss": "^8.4.14",
|
|
87
|
-
"postcss-import": "^14.1.0",
|
|
88
|
-
"react-app-polyfill": "^3.0.0",
|
|
89
|
-
"react-copy-to-clipboard": "^5.0.3",
|
|
90
|
-
"react-refresh": "^0.11.0",
|
|
91
|
-
"react-syntax-highlighter": "^15.4.4",
|
|
92
|
-
"rollup": "^2.76.0",
|
|
93
|
-
"rollup-plugin-copy": "^3.4.0",
|
|
94
|
-
"rollup-plugin-dts": "^4.2.2",
|
|
95
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
96
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
97
|
-
"rollup-plugin-typescript2": "^0.32.1",
|
|
98
|
-
"sass": "^1.52.1",
|
|
99
|
-
"sass-loader": "^8.0.2",
|
|
100
|
-
"style-loader": "^1.1.3",
|
|
101
|
-
"swc-loader": "^0.1.15",
|
|
102
|
-
"ts-loader": "^9.2.3",
|
|
103
|
-
"typescript": "^4.2.3",
|
|
104
|
-
"url-loader": "^4.1.1",
|
|
105
|
-
"webpack": "^5.65.0",
|
|
106
|
-
"webpack-cli": "^4.10.0",
|
|
107
|
-
"webpack-dev-server": "^4.6.0",
|
|
108
|
-
"webpack-merge": "^5.8.0"
|
|
109
|
-
},
|
|
110
|
-
"optionalDependencies": {
|
|
111
|
-
"@types/react": "17.0.44"
|
|
112
|
-
},
|
|
113
|
-
"peerDependencies": {
|
|
114
|
-
"@types/react": "^16.8.6 || ^17.0.0",
|
|
115
|
-
"@types/react-dom": "^16.8.6 || ^17.0.0",
|
|
116
|
-
"clsx": "1.1.1",
|
|
117
|
-
"dayjs": "^1.11.3",
|
|
118
|
-
"rc-collapse": "3.1.2",
|
|
119
|
-
"rc-cropping": "1.0.1",
|
|
120
|
-
"rc-dialog": "8.9.0",
|
|
121
|
-
"rc-drawer": "^6.1.0",
|
|
122
|
-
"rc-dropdown": "3.6.2",
|
|
123
|
-
"rc-input-number": "7.3.4",
|
|
124
|
-
"rc-motion": "2.4.4",
|
|
125
|
-
"rc-notification": "4.5.7",
|
|
126
|
-
"rc-pagination": "3.1.9",
|
|
127
|
-
"rc-picker": "2.5.14",
|
|
128
|
-
"rc-progress": "^3.2.4",
|
|
129
|
-
"rc-slider": "9.7.4",
|
|
130
|
-
"rc-steps": "4.1.4",
|
|
131
|
-
"rc-switch": "3.2.2",
|
|
132
|
-
"rc-tabs": "11.16.0",
|
|
133
|
-
"rc-tooltip": "5.1.1",
|
|
134
|
-
"rc-tree": "4.2.2",
|
|
135
|
-
"rc-upload": "4.3.1",
|
|
136
|
-
"react": "^16.8.0 || ^17.0.0",
|
|
137
|
-
"react-dom": "^16.8.0 || ^17.0.0"
|
|
138
|
-
},
|
|
139
|
-
"peerDependenciesMeta": {
|
|
140
|
-
"@types/react": {
|
|
141
|
-
"optional": true
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
"browserslist": {
|
|
145
|
-
"production": [
|
|
146
|
-
"ie > 10",
|
|
147
|
-
">0.2%",
|
|
148
|
-
"not dead",
|
|
149
|
-
"not op_mini all"
|
|
150
|
-
],
|
|
151
|
-
"development": [
|
|
152
|
-
"ie > 10",
|
|
153
|
-
"last 1 chrome version",
|
|
154
|
-
"last 1 firefox version",
|
|
155
|
-
"last 1 safari version"
|
|
156
|
-
]
|
|
157
|
-
},
|
|
158
|
-
"dev": {
|
|
159
|
-
"debug": [
|
|
160
|
-
"http://192.168.7.27",
|
|
161
|
-
"http://192.168.3.1:10000",
|
|
162
|
-
"http://192.168.2.83:10000",
|
|
163
|
-
"http://10.10.2.48:10000",
|
|
164
|
-
"http://10.10.2.252:80"
|
|
165
|
-
]
|
|
166
|
-
}
|
|
167
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@para-ui/core",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "3.0.31",
|
|
5
|
+
"main": "./index.js",
|
|
6
|
+
"typings": "./index.d.ts",
|
|
7
|
+
"description": "Powered by Para FED",
|
|
8
|
+
"author": "HKLMTT",
|
|
9
|
+
"license": "ParaView",
|
|
10
|
+
"scripts": {
|
|
11
|
+
"ci": "npm ci --unsafe-perm && npm run build",
|
|
12
|
+
"start": "node run dev && webpack serve --mode=development --config=./config/webpack.dev.config.js",
|
|
13
|
+
"build:docs": "node run && webpack --config=./config/webpack.dev.config.js",
|
|
14
|
+
"build": "rm -rf dist && rollup -c",
|
|
15
|
+
"npm:publish": "./publish.sh"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@para-ui/core": "^3.0.0",
|
|
19
|
+
"@para-ui/icons": "^3.0.0",
|
|
20
|
+
"@paraview/lib": "^2.0.3",
|
|
21
|
+
"@wangeditor/editor": "^5.1.15",
|
|
22
|
+
"@wangeditor/editor-for-react": "^1.0.5",
|
|
23
|
+
"clsx": "1.1.1",
|
|
24
|
+
"dayjs": "^1.11.3",
|
|
25
|
+
"rc-cascader": "^3.8.0",
|
|
26
|
+
"rc-collapse": "3.1.2",
|
|
27
|
+
"rc-cropping": "1.0.1",
|
|
28
|
+
"rc-dialog": "8.9.0",
|
|
29
|
+
"rc-drawer": "^6.1.0",
|
|
30
|
+
"rc-dropdown": "3.6.2",
|
|
31
|
+
"rc-input-number": "7.3.4",
|
|
32
|
+
"rc-motion": "2.4.4",
|
|
33
|
+
"rc-notification": "4.5.7",
|
|
34
|
+
"rc-pagination": "3.1.9",
|
|
35
|
+
"rc-picker": "2.5.14",
|
|
36
|
+
"rc-progress": "^3.2.4",
|
|
37
|
+
"rc-slider": "9.7.4",
|
|
38
|
+
"rc-steps": "4.1.4",
|
|
39
|
+
"rc-switch": "3.2.2",
|
|
40
|
+
"rc-tabs": "11.16.0",
|
|
41
|
+
"rc-tooltip": "5.1.1",
|
|
42
|
+
"rc-tree": "4.2.2",
|
|
43
|
+
"rc-upload": "4.3.1",
|
|
44
|
+
"react": "^16.8.0 || ^17.0.0",
|
|
45
|
+
"react-color": "2.19.3",
|
|
46
|
+
"react-dom": "^16.8.0 || ^17.0.0",
|
|
47
|
+
"react-easy-crop": "4.1.4",
|
|
48
|
+
"react-intl-hooks": "^1.0.11",
|
|
49
|
+
"react-router-dom": "^5.3.0",
|
|
50
|
+
"react-slick": "0.28.1",
|
|
51
|
+
"react-transition-group": "4.4.2",
|
|
52
|
+
"sortablejs": "^1.15.0"
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@babel/core": "^7.18.6",
|
|
56
|
+
"@babel/plugin-proposal-decorators": "^7.18.6",
|
|
57
|
+
"@babel/plugin-transform-runtime": "^7.18.6",
|
|
58
|
+
"@babel/preset-env": "^7.18.6",
|
|
59
|
+
"@babel/preset-react": "^7.18.6",
|
|
60
|
+
"@babel/preset-typescript": "^7.18.6",
|
|
61
|
+
"@para-snack/core": "^2.1.0",
|
|
62
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
63
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
64
|
+
"@rollup/plugin-commonjs": "^22.0.1",
|
|
65
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
66
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
67
|
+
"@rollup/plugin-url": "^7.0.0",
|
|
68
|
+
"@swc/core": "^1.2.118",
|
|
69
|
+
"@types/react": "17.0.44",
|
|
70
|
+
"@types/react-color": "^3.0.6",
|
|
71
|
+
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
72
|
+
"@types/react-dom": "^17.0.2",
|
|
73
|
+
"@types/react-router-dom": "^5.1.7",
|
|
74
|
+
"@types/react-slick": "^0.23.8",
|
|
75
|
+
"@types/react-syntax-highlighter": "^13.5.2",
|
|
76
|
+
"@types/react-transition-group": "^4.4.4",
|
|
77
|
+
"@types/sortablejs": "^1.15.0",
|
|
78
|
+
"copy-webpack-plugin": "^11.0.0",
|
|
79
|
+
"core-js": "^3.21.1",
|
|
80
|
+
"css-loader": "^3.4.2",
|
|
81
|
+
"file-loader": "^5.1.0",
|
|
82
|
+
"fs-extra": "^8.1.0",
|
|
83
|
+
"html-webpack-plugin": "^5.5.0",
|
|
84
|
+
"mini-css-extract-plugin": "^2.6.1",
|
|
85
|
+
"minimist": "^1.2.6",
|
|
86
|
+
"postcss": "^8.4.14",
|
|
87
|
+
"postcss-import": "^14.1.0",
|
|
88
|
+
"react-app-polyfill": "^3.0.0",
|
|
89
|
+
"react-copy-to-clipboard": "^5.0.3",
|
|
90
|
+
"react-refresh": "^0.11.0",
|
|
91
|
+
"react-syntax-highlighter": "^15.4.4",
|
|
92
|
+
"rollup": "^2.76.0",
|
|
93
|
+
"rollup-plugin-copy": "^3.4.0",
|
|
94
|
+
"rollup-plugin-dts": "^4.2.2",
|
|
95
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
96
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
97
|
+
"rollup-plugin-typescript2": "^0.32.1",
|
|
98
|
+
"sass": "^1.52.1",
|
|
99
|
+
"sass-loader": "^8.0.2",
|
|
100
|
+
"style-loader": "^1.1.3",
|
|
101
|
+
"swc-loader": "^0.1.15",
|
|
102
|
+
"ts-loader": "^9.2.3",
|
|
103
|
+
"typescript": "^4.2.3",
|
|
104
|
+
"url-loader": "^4.1.1",
|
|
105
|
+
"webpack": "^5.65.0",
|
|
106
|
+
"webpack-cli": "^4.10.0",
|
|
107
|
+
"webpack-dev-server": "^4.6.0",
|
|
108
|
+
"webpack-merge": "^5.8.0"
|
|
109
|
+
},
|
|
110
|
+
"optionalDependencies": {
|
|
111
|
+
"@types/react": "17.0.44"
|
|
112
|
+
},
|
|
113
|
+
"peerDependencies": {
|
|
114
|
+
"@types/react": "^16.8.6 || ^17.0.0",
|
|
115
|
+
"@types/react-dom": "^16.8.6 || ^17.0.0",
|
|
116
|
+
"clsx": "1.1.1",
|
|
117
|
+
"dayjs": "^1.11.3",
|
|
118
|
+
"rc-collapse": "3.1.2",
|
|
119
|
+
"rc-cropping": "1.0.1",
|
|
120
|
+
"rc-dialog": "8.9.0",
|
|
121
|
+
"rc-drawer": "^6.1.0",
|
|
122
|
+
"rc-dropdown": "3.6.2",
|
|
123
|
+
"rc-input-number": "7.3.4",
|
|
124
|
+
"rc-motion": "2.4.4",
|
|
125
|
+
"rc-notification": "4.5.7",
|
|
126
|
+
"rc-pagination": "3.1.9",
|
|
127
|
+
"rc-picker": "2.5.14",
|
|
128
|
+
"rc-progress": "^3.2.4",
|
|
129
|
+
"rc-slider": "9.7.4",
|
|
130
|
+
"rc-steps": "4.1.4",
|
|
131
|
+
"rc-switch": "3.2.2",
|
|
132
|
+
"rc-tabs": "11.16.0",
|
|
133
|
+
"rc-tooltip": "5.1.1",
|
|
134
|
+
"rc-tree": "4.2.2",
|
|
135
|
+
"rc-upload": "4.3.1",
|
|
136
|
+
"react": "^16.8.0 || ^17.0.0",
|
|
137
|
+
"react-dom": "^16.8.0 || ^17.0.0"
|
|
138
|
+
},
|
|
139
|
+
"peerDependenciesMeta": {
|
|
140
|
+
"@types/react": {
|
|
141
|
+
"optional": true
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"browserslist": {
|
|
145
|
+
"production": [
|
|
146
|
+
"ie > 10",
|
|
147
|
+
">0.2%",
|
|
148
|
+
"not dead",
|
|
149
|
+
"not op_mini all"
|
|
150
|
+
],
|
|
151
|
+
"development": [
|
|
152
|
+
"ie > 10",
|
|
153
|
+
"last 1 chrome version",
|
|
154
|
+
"last 1 firefox version",
|
|
155
|
+
"last 1 safari version"
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"dev": {
|
|
159
|
+
"debug": [
|
|
160
|
+
"http://192.168.7.27",
|
|
161
|
+
"http://192.168.3.1:10000",
|
|
162
|
+
"http://192.168.2.83:10000",
|
|
163
|
+
"http://10.10.2.48:10000",
|
|
164
|
+
"http://10.10.2.252:80"
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
}
|
package/Test/index.d.ts
DELETED