Commit 37651059f7abdd8b91987a3aed5d0227a422c59f

Authored by 陈洋
1 parent 7837e946

feat: 新增 UI 依赖包

1 1 {
2   - "name": "@qx/common ",
3   - "version": "0.0.1",
  2 + "name": "@qx/common",
  3 + "version": "3.0.0",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8   - "name": "@qx/common ",
9   - "version": "0.0.1",
  8 + "name": "@qx/common",
  9 + "version": "3.0.0",
10 10 "license": "MIT",
11 11 "devDependencies": {
12 12 "@commitlint/cli": "^17.1.2",
13 13 "@commitlint/config-conventional": "^17.1.0",
  14 + "@types/lodash-es": "^4.17.8",
14 15 "@types/react": "^18.0.0",
15 16 "@types/react-dom": "^18.0.0",
16 17 "@umijs/lint": "^4.0.0",
... ... @@ -27,7 +28,10 @@
27 28 "stylelint": "^14.9.1"
28 29 },
29 30 "peerDependencies": {
  31 + "@ant-design/icons": "^5.2.5",
  32 + "@qx/ui": "0.0.3-beta.1",
30 33 "antd": ">=5.8.4",
  34 + "lodash-es": "^4.17.21",
31 35 "react": ">=16.9.0",
32 36 "react-dom": ">=16.9.0"
33 37 }
... ... @@ -4465,6 +4469,30 @@
4465 4469 }
4466 4470 }
4467 4471 },
  4472 + "node_modules/@qx/ui": {
  4473 + "version": "0.0.3-beta.1",
  4474 + "resolved": "http://registry.npm.qgutech.com/@qx/ui/download/@qx/ui-0.0.3-beta.1.tgz",
  4475 + "integrity": "sha512-Nr1Z6eYFVMsktQEKsAdw2U0LkulJCLU2kYwpW/ulCLkDkX4BQSg/TARI+Blosph+Gz6Dz4B9XqN2qXiBLuDrBg==",
  4476 + "license": "MIT",
  4477 + "peer": true,
  4478 + "dependencies": {
  4479 + "@ctrl/tinycolor": "3.6.0"
  4480 + },
  4481 + "peerDependencies": {
  4482 + "antd": "4.x",
  4483 + "react": ">=16.8.0",
  4484 + "react-cookies": "^0.1.1"
  4485 + }
  4486 + },
  4487 + "node_modules/@qx/ui/node_modules/@ctrl/tinycolor": {
  4488 + "version": "3.6.0",
  4489 + "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.0.tgz",
  4490 + "integrity": "sha512-/Z3l6pXthq0JvMYdUFyX9j0MaCltlIn6mfh9jLyQwg5aPKxkyNa0PTHtU1AlFXLNk55ZuAeJRcpvq+tmLfKmaQ==",
  4491 + "peer": true,
  4492 + "engines": {
  4493 + "node": ">=10"
  4494 + }
  4495 + },
4468 4496 "node_modules/@rc-component/color-picker": {
4469 4497 "version": "1.4.1",
4470 4498 "resolved": "https://registry.npmmirror.com/@rc-component/color-picker/-/color-picker-1.4.1.tgz",
... ... @@ -5367,6 +5395,21 @@
5367 5395 "@types/node": "*"
5368 5396 }
5369 5397 },
  5398 + "node_modules/@types/lodash": {
  5399 + "version": "4.14.197",
  5400 + "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.197.tgz",
  5401 + "integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==",
  5402 + "dev": true
  5403 + },
  5404 + "node_modules/@types/lodash-es": {
  5405 + "version": "4.17.9",
  5406 + "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.9.tgz",
  5407 + "integrity": "sha512-ZTcmhiI3NNU7dEvWLZJkzG6ao49zOIjEgIE0RgV7wbPxU0f2xT3VSAHw2gmst8swH6V0YkLRGp4qPlX/6I90MQ==",
  5408 + "dev": true,
  5409 + "dependencies": {
  5410 + "@types/lodash": "*"
  5411 + }
  5412 + },
5370 5413 "node_modules/@types/mdast": {
5371 5414 "version": "3.0.12",
5372 5415 "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.12.tgz",
... ... @@ -8592,6 +8635,15 @@
8592 8635 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
8593 8636 "dev": true
8594 8637 },
  8638 + "node_modules/cookie": {
  8639 + "version": "0.3.1",
  8640 + "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.3.1.tgz",
  8641 + "integrity": "sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==",
  8642 + "peer": true,
  8643 + "engines": {
  8644 + "node": ">= 0.6"
  8645 + }
  8646 + },
8595 8647 "node_modules/copy-anything": {
8596 8648 "version": "2.0.6",
8597 8649 "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz",
... ... @@ -13895,6 +13947,12 @@
13895 13947 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
13896 13948 "dev": true
13897 13949 },
  13950 + "node_modules/lodash-es": {
  13951 + "version": "4.17.21",
  13952 + "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  13953 + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  13954 + "peer": true
  13955 + },
13898 13956 "node_modules/lodash.camelcase": {
13899 13957 "version": "4.3.0",
13900 13958 "resolved": "https://registry.npmmirror.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
... ... @@ -15568,7 +15626,6 @@
15568 15626 "version": "4.1.1",
15569 15627 "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
15570 15628 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
15571   - "dev": true,
15572 15629 "engines": {
15573 15630 "node": ">=0.10.0"
15574 15631 }
... ... @@ -18120,6 +18177,16 @@
18120 18177 "node": ">=0.10.0"
18121 18178 }
18122 18179 },
  18180 + "node_modules/react-cookies": {
  18181 + "version": "0.1.1",
  18182 + "resolved": "https://registry.npmmirror.com/react-cookies/-/react-cookies-0.1.1.tgz",
  18183 + "integrity": "sha512-PP75kJ4vtoHuuTdq0TAD3RmlAv7vuDQh9fkC4oDlhntgs9vX1DmREomO0Y1mcQKR9nMZ6/zxoflaMJ3MAmF5KQ==",
  18184 + "peer": true,
  18185 + "dependencies": {
  18186 + "cookie": "^0.3.1",
  18187 + "object-assign": "^4.1.1"
  18188 + }
  18189 + },
18123 18190 "node_modules/react-copy-to-clipboard": {
18124 18191 "version": "5.1.0",
18125 18192 "resolved": "https://registry.npmmirror.com/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz",
... ... @@ -25607,6 +25674,23 @@
25607 25674 "source-map": "^0.7.3"
25608 25675 }
25609 25676 },
  25677 + "@qx/ui": {
  25678 + "version": "0.0.3-beta.1",
  25679 + "resolved": "http://registry.npm.qgutech.com/@qx/ui/download/@qx/ui-0.0.3-beta.1.tgz",
  25680 + "integrity": "sha512-Nr1Z6eYFVMsktQEKsAdw2U0LkulJCLU2kYwpW/ulCLkDkX4BQSg/TARI+Blosph+Gz6Dz4B9XqN2qXiBLuDrBg==",
  25681 + "peer": true,
  25682 + "requires": {
  25683 + "@ctrl/tinycolor": "3.6.0"
  25684 + },
  25685 + "dependencies": {
  25686 + "@ctrl/tinycolor": {
  25687 + "version": "3.6.0",
  25688 + "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.0.tgz",
  25689 + "integrity": "sha512-/Z3l6pXthq0JvMYdUFyX9j0MaCltlIn6mfh9jLyQwg5aPKxkyNa0PTHtU1AlFXLNk55ZuAeJRcpvq+tmLfKmaQ==",
  25690 + "peer": true
  25691 + }
  25692 + }
  25693 + },
25610 25694 "@rc-component/color-picker": {
25611 25695 "version": "1.4.1",
25612 25696 "resolved": "https://registry.npmmirror.com/@rc-component/color-picker/-/color-picker-1.4.1.tgz",
... ... @@ -26272,6 +26356,21 @@
26272 26356 "@types/node": "*"
26273 26357 }
26274 26358 },
  26359 + "@types/lodash": {
  26360 + "version": "4.14.197",
  26361 + "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.197.tgz",
  26362 + "integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==",
  26363 + "dev": true
  26364 + },
  26365 + "@types/lodash-es": {
  26366 + "version": "4.17.9",
  26367 + "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.9.tgz",
  26368 + "integrity": "sha512-ZTcmhiI3NNU7dEvWLZJkzG6ao49zOIjEgIE0RgV7wbPxU0f2xT3VSAHw2gmst8swH6V0YkLRGp4qPlX/6I90MQ==",
  26369 + "dev": true,
  26370 + "requires": {
  26371 + "@types/lodash": "*"
  26372 + }
  26373 + },
26275 26374 "@types/mdast": {
26276 26375 "version": "3.0.12",
26277 26376 "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.12.tgz",
... ... @@ -28994,6 +29093,12 @@
28994 29093 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
28995 29094 "dev": true
28996 29095 },
  29096 + "cookie": {
  29097 + "version": "0.3.1",
  29098 + "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.3.1.tgz",
  29099 + "integrity": "sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==",
  29100 + "peer": true
  29101 + },
28997 29102 "copy-anything": {
28998 29103 "version": "2.0.6",
28999 29104 "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz",
... ... @@ -33313,6 +33418,12 @@
33313 33418 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
33314 33419 "dev": true
33315 33420 },
  33421 + "lodash-es": {
  33422 + "version": "4.17.21",
  33423 + "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  33424 + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  33425 + "peer": true
  33426 + },
33316 33427 "lodash.camelcase": {
33317 33428 "version": "4.3.0",
33318 33429 "resolved": "https://registry.npmmirror.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
... ... @@ -34842,8 +34953,7 @@
34842 34953 "object-assign": {
34843 34954 "version": "4.1.1",
34844 34955 "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
34845   - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
34846   - "dev": true
  34956 + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="
34847 34957 },
34848 34958 "object-inspect": {
34849 34959 "version": "1.12.3",
... ... @@ -36789,6 +36899,16 @@
36789 36899 "loose-envify": "^1.1.0"
36790 36900 }
36791 36901 },
  36902 + "react-cookies": {
  36903 + "version": "0.1.1",
  36904 + "resolved": "https://registry.npmmirror.com/react-cookies/-/react-cookies-0.1.1.tgz",
  36905 + "integrity": "sha512-PP75kJ4vtoHuuTdq0TAD3RmlAv7vuDQh9fkC4oDlhntgs9vX1DmREomO0Y1mcQKR9nMZ6/zxoflaMJ3MAmF5KQ==",
  36906 + "peer": true,
  36907 + "requires": {
  36908 + "cookie": "^0.3.1",
  36909 + "object-assign": "^4.1.1"
  36910 + }
  36911 + },
36792 36912 "react-copy-to-clipboard": {
36793 36913 "version": "5.1.0",
36794 36914 "resolved": "https://registry.npmmirror.com/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz",
... ...
... ... @@ -64,6 +64,7 @@
64 64 },
65 65 "peerDependencies": {
66 66 "@ant-design/icons": "^5.2.5",
  67 + "@qx/ui": "0.0.3-beta.1",
67 68 "antd": ">=5.8.4",
68 69 "lodash-es": "^4.17.21",
69 70 "react": ">=16.9.0",
... ...
... ... @@ -13,6 +13,7 @@ import { createFromIconfontCN } from '@ant-design/icons';
13 13 */
14 14 export const QxBaseIcon = createFromIconfontCN({
15 15 scriptUrl: [
16   - 'https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/svg_28096_13.dd706b5c23d28b13b59353264ba38e10.js', // 基础图标
  16 + 'https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/svg_28096_13.dd706b5c23d28b13b59353264ba38e10.js', // 启效基础图标
  17 + 'https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/svg_27332_31.781256b6f9c4ac7ebdb3c69f019a2a61.js', // 启效表单组件图标
17 18 ],
18 19 });
... ...