Commit b37be099 authored by 郭志伟's avatar 郭志伟

chore(ui): 更新组件库

parent 9b6f9861
...@@ -3,6 +3,7 @@ declare var EASY_ENV_IS_BROWSER: boolean; ...@@ -3,6 +3,7 @@ declare var EASY_ENV_IS_BROWSER: boolean;
declare var __webpack_public_path__: string; declare var __webpack_public_path__: string;
type PlainObject<T = any> = { [key: string]: T }; type PlainObject<T = any> = { [key: string]: T };
interface Window { interface Window {
apollo: any;
__INITIAL_STATE__: string | any; __INITIAL_STATE__: string | any;
__POWERED_BY_QIANKUN__: string; __POWERED_BY_QIANKUN__: string;
__INJECTED_PUBLIC_PATH_BY_QIANKUN__: string; __INJECTED_PUBLIC_PATH_BY_QIANKUN__: string;
......
...@@ -1491,9 +1491,9 @@ ...@@ -1491,9 +1491,9 @@
"integrity": "sha512-uOCUKu5mvX3PWee+7ZFXQSNIR1V5SN2JVE2yANmW9/wQOgpEct291gXGok8VMw0009HlTWB4JATURPwyOP2DFg==" "integrity": "sha512-uOCUKu5mvX3PWee+7ZFXQSNIR1V5SN2JVE2yANmW9/wQOgpEct291gXGok8VMw0009HlTWB4JATURPwyOP2DFg=="
}, },
"@qg/cherry-ui": { "@qg/cherry-ui": {
"version": "2.20.19", "version": "2.20.20",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcherry-ui/-/cherry-ui-2.20.19.tgz", "resolved": "http://npmprivate.quantgroups.com/@qg%2fcherry-ui/-/cherry-ui-2.20.20.tgz",
"integrity": "sha512-lC4VNODjwwwm+NuaiZGlwi+Q9hiQ8KP7zV9Z8ZFDtOX8Mnfrak7BrMgxUxS94zOJM7Yzxks6lyNFc3l2YdPIVg==", "integrity": "sha512-gTSydwNq6lhMgBvYzGMO8cfM+45JN8LNaTAvPobjyUNJ+bY6JFM4kE7ZZeRs9gUsaVRhDOY15U8SUP7GgvxouA==",
"requires": { "requires": {
"@popperjs/core": "^2.5.4", "@popperjs/core": "^2.5.4",
"vue-lazyload": "^1.3.3", "vue-lazyload": "^1.3.3",
...@@ -1501,12 +1501,12 @@ ...@@ -1501,12 +1501,12 @@
} }
}, },
"@qg/citrus-ui": { "@qg/citrus-ui": {
"version": "0.1.4-beta4", "version": "0.1.6",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.1.4-beta4.tgz", "resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.1.6.tgz",
"integrity": "sha512-9Vv4bdrAQkti1tu3UfMqdK9O3j91naCWVQKiIjGijqRaw1omPLE58D6WTDcAgYXBG7KqfHNT4KNnuMxF4OXATg==", "integrity": "sha512-7+JFZcsLRaC7EvGOKXjxlFrlqCpzY9c7CbM1R8ef9VojpFIpEK7mCAKPGoIWbppawqvsC43ehPzjrzRO62bq+g==",
"requires": { "requires": {
"@better-scroll/core": "^2.1.1", "@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.20.19", "@qg/cherry-ui": "^2.20.20",
"@qg/js-bridge": "^1.1.11", "@qg/js-bridge": "^1.1.11",
"axios": "^0.21.1", "axios": "^0.21.1",
"intersection-observer": "^0.12.0", "intersection-observer": "^0.12.0",
...@@ -20135,9 +20135,9 @@ ...@@ -20135,9 +20135,9 @@
"integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w=" "integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w="
}, },
"rollup": { "rollup": {
"version": "2.50.1", "version": "2.50.5",
"resolved": "http://npmprivate.quantgroups.com/rollup/-/rollup-2.50.1.tgz", "resolved": "http://npmprivate.quantgroups.com/rollup/-/rollup-2.50.5.tgz",
"integrity": "sha512-3MQhSdGpms4xjYrtR3WNHMT+VrWWM4oqUxUC770MmLo1FWFR2pr/OL81HSPC/ifmiu0uMFk0qPGLmjkSMRIESw==", "integrity": "sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==",
"requires": { "requires": {
"fsevents": "~2.3.1" "fsevents": "~2.3.1"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment