Commit db3fcdf4 by lei

1

parent dd213f2c
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
"amfe-flexible": "^2.2.1", "amfe-flexible": "^2.2.1",
"core-js": "^3.6.5", "core-js": "^3.6.5",
"echarts": "^5.3.2", "echarts": "^5.3.2",
"postcss-px2rem": "^0.3.0",
"tdesign-icons-vue-next": "^0.1.1", "tdesign-icons-vue-next": "^0.1.1",
"tdesign-vue-next": "^0.15.1", "tdesign-vue-next": "^0.15.1",
"vue": "^3.0.0", "vue": "^3.0.0",
...@@ -3953,6 +3952,7 @@ ...@@ -3953,6 +3952,7 @@
"version": "2.1.2", "version": "2.1.2",
"resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
"dev": true,
"bin": { "bin": {
"atob": "bin/atob.js" "atob": "bin/atob.js"
}, },
...@@ -5849,17 +5849,6 @@ ...@@ -5849,17 +5849,6 @@
"node": "*" "node": "*"
} }
}, },
"node_modules/css": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
"integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
"dependencies": {
"inherits": "^2.0.3",
"source-map": "^0.6.1",
"source-map-resolve": "^0.5.2",
"urix": "^0.1.0"
}
},
"node_modules/css-color-names": { "node_modules/css-color-names": {
"version": "0.0.4", "version": "0.0.4",
"resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz", "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
...@@ -6191,6 +6180,7 @@ ...@@ -6191,6 +6180,7 @@
"version": "0.2.0", "version": "0.2.0",
"resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
"integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
"dev": true,
"engines": { "engines": {
"node": ">=0.10" "node": ">=0.10"
} }
...@@ -6965,6 +6955,7 @@ ...@@ -6965,6 +6955,7 @@
"version": "1.0.5", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
"dev": true,
"engines": { "engines": {
"node": ">=0.8.0" "node": ">=0.8.0"
} }
...@@ -7692,7 +7683,8 @@ ...@@ -7692,7 +7683,8 @@
"node_modules/extend": { "node_modules/extend": {
"version": "3.0.2", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
"dev": true
}, },
"node_modules/extend-shallow": { "node_modules/extend-shallow": {
"version": "3.0.2", "version": "3.0.2",
...@@ -8489,7 +8481,8 @@ ...@@ -8489,7 +8481,8 @@
"node_modules/fs.realpath": { "node_modules/fs.realpath": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
"dev": true
}, },
"node_modules/fsevents": { "node_modules/fsevents": {
"version": "2.3.2", "version": "2.3.2",
...@@ -8626,6 +8619,7 @@ ...@@ -8626,6 +8619,7 @@
"version": "7.2.3", "version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
"dev": true,
"dependencies": { "dependencies": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
...@@ -8760,6 +8754,7 @@ ...@@ -8760,6 +8754,7 @@
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"dev": true,
"dependencies": { "dependencies": {
"ansi-regex": "^2.0.0" "ansi-regex": "^2.0.0"
}, },
...@@ -8771,6 +8766,7 @@ ...@@ -8771,6 +8766,7 @@
"version": "2.1.1", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
"dev": true,
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=0.10.0"
} }
...@@ -10123,11 +10119,6 @@ ...@@ -10123,11 +10119,6 @@
"integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==", "integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==",
"dev": true "dev": true
}, },
"node_modules/js-base64": {
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
"integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="
},
"node_modules/js-message": { "node_modules/js-message": {
"version": "1.0.7", "version": "1.0.7",
"resolved": "https://registry.npmjs.org/js-message/-/js-message-1.0.7.tgz", "resolved": "https://registry.npmjs.org/js-message/-/js-message-1.0.7.tgz",
...@@ -11225,12 +11216,6 @@ ...@@ -11225,12 +11216,6 @@
"dev": true, "dev": true,
"optional": true "optional": true
}, },
"node_modules/natives": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
"integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==",
"deprecated": "This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x."
},
"node_modules/natural-compare": { "node_modules/natural-compare": {
"version": "1.4.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
...@@ -12819,106 +12804,6 @@ ...@@ -12819,106 +12804,6 @@
"integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
"dev": true "dev": true
}, },
"node_modules/postcss-px2rem": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/postcss-px2rem/-/postcss-px2rem-0.3.0.tgz",
"integrity": "sha1-DfpOiiaPp0eCc/DEtHxhmDSJQEE=",
"dependencies": {
"postcss": "^5.0.0",
"px2rem": "~0.5.0"
}
},
"node_modules/postcss-px2rem/node_modules/ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/postcss-px2rem/node_modules/ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/postcss-px2rem/node_modules/chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
"dependencies": {
"ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/postcss-px2rem/node_modules/chalk/node_modules/supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/postcss-px2rem/node_modules/has-flag": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
"integrity": "sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA==",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/postcss-px2rem/node_modules/postcss": {
"version": "5.2.18",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
"integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
"dependencies": {
"chalk": "^1.1.3",
"js-base64": "^2.1.9",
"source-map": "^0.5.6",
"supports-color": "^3.2.3"
},
"engines": {
"node": ">=0.12"
}
},
"node_modules/postcss-px2rem/node_modules/source-map": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/postcss-px2rem/node_modules/strip-ansi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"dependencies": {
"ansi-regex": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/postcss-px2rem/node_modules/supports-color": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
"integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
"dependencies": {
"has-flag": "^1.0.0"
},
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/postcss-reduce-initial": { "node_modules/postcss-reduce-initial": {
"version": "4.0.3", "version": "4.0.3",
"resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz", "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz",
...@@ -13189,134 +13074,6 @@ ...@@ -13189,134 +13074,6 @@
"node": ">=6" "node": ">=6"
} }
}, },
"node_modules/px2rem": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/px2rem/-/px2rem-0.5.0.tgz",
"integrity": "sha1-JLOmz3TRSttO13byB4cdmJPkEOI=",
"dependencies": {
"chalk": "~0.5.1",
"commander": "~2.6.0",
"css": "~2.2.0",
"extend": "~3.0.0",
"fs-extra": "~0.16.3"
},
"bin": {
"px2rem": "bin/px2rem.js"
}
},
"node_modules/px2rem/node_modules/ansi-regex": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz",
"integrity": "sha512-sGwIGMjhYdW26/IhwK2gkWWI8DRCVO6uj3hYgHT+zD+QL1pa37tM3ujhyfcJIYSbsxp7Gxhy7zrRW/1AHm4BmA==",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/px2rem/node_modules/ansi-styles": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz",
"integrity": "sha512-f2PKUkN5QngiSemowa6Mrk9MPCdtFiOSmibjZ+j1qhLGHHYsqZwmBMRF3IRMVXo8sybDqx2fJl2d/8OphBoWkA==",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/px2rem/node_modules/chalk": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
"integrity": "sha512-bIKA54hP8iZhyDT81TOsJiQvR1gW+ZYSXFaZUAvoD4wCHdbHY2actmpTE4x344ZlFqHbvoxKOaESULTZN2gstg==",
"dependencies": {
"ansi-styles": "^1.1.0",
"escape-string-regexp": "^1.0.0",
"has-ansi": "^0.1.0",
"strip-ansi": "^0.3.0",
"supports-color": "^0.2.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/px2rem/node_modules/commander": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz",
"integrity": "sha512-PhbTMT+ilDXZKqH8xbvuUY2ZEQNef0Q7DKxgoEKb4ccytsdvVVJmYqR0sGbi96nxU6oGrwEIQnclpK2NBZuQlg==",
"engines": {
"node": ">= 0.6.x"
}
},
"node_modules/px2rem/node_modules/fs-extra": {
"version": "0.16.5",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz",
"integrity": "sha512-yb7ti8kVH+qboUQWYxUuOPj/qcMUA6lO68ErZoPQOTP+7qroCIN/1gZ1lLk/rs2p0gPFzrvPYujKGnHTu+HHxA==",
"dependencies": {
"graceful-fs": "^3.0.5",
"jsonfile": "^2.0.0",
"rimraf": "^2.2.8"
}
},
"node_modules/px2rem/node_modules/graceful-fs": {
"version": "3.0.12",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.12.tgz",
"integrity": "sha512-J55gaCS4iTTJfTXIxSVw3EMQckcqkpdRv3IR7gu6sq0+tbC363Zx6KH/SEwXASK9JRbhyZmVjJEVJIOxYsB3Qg==",
"dependencies": {
"natives": "^1.1.3"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/px2rem/node_modules/has-ansi": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
"integrity": "sha512-1YsTg1fk2/6JToQhtZkArMkurq8UoWU1Qe0aR3VUHjgij4nOylSWLWAtBXoZ4/dXOmugfLGm1c+QhuD0JyedFA==",
"dependencies": {
"ansi-regex": "^0.2.0"
},
"bin": {
"has-ansi": "cli.js"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/px2rem/node_modules/jsonfile": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
"integrity": "sha512-PKllAqbgLgxHaj8TElYymKCAgrASebJrWpTnEkOaTowt23VKXXN0sUeriJ+eh7y6ufb/CC5ap11pz71/cM0hUw==",
"optionalDependencies": {
"graceful-fs": "^4.1.6"
}
},
"node_modules/px2rem/node_modules/jsonfile/node_modules/graceful-fs": {
"version": "4.2.10",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
"integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
"optional": true
},
"node_modules/px2rem/node_modules/strip-ansi": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
"integrity": "sha1-JfSOoiynkYfzF0pNuHWTR7sSYiA=",
"dependencies": {
"ansi-regex": "^0.2.1"
},
"bin": {
"strip-ansi": "cli.js"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/px2rem/node_modules/supports-color": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz",
"integrity": "sha1-2S3iaU6z9nMjlz1649i1W0wiGQo=",
"bin": {
"supports-color": "cli.js"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/q": { "node_modules/q": {
"version": "1.5.1", "version": "1.5.1",
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
...@@ -13831,7 +13588,8 @@ ...@@ -13831,7 +13588,8 @@
"version": "0.2.1", "version": "0.2.1",
"resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
"integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
"deprecated": "https://github.com/lydell/resolve-url#deprecated" "deprecated": "https://github.com/lydell/resolve-url#deprecated",
"dev": true
}, },
"node_modules/restore-cursor": { "node_modules/restore-cursor": {
"version": "3.1.0", "version": "3.1.0",
...@@ -13890,6 +13648,7 @@ ...@@ -13890,6 +13648,7 @@
"version": "2.7.1", "version": "2.7.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
"dev": true,
"dependencies": { "dependencies": {
"glob": "^7.1.3" "glob": "^7.1.3"
}, },
...@@ -14646,6 +14405,7 @@ ...@@ -14646,6 +14405,7 @@
"resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
"integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
"deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
"dev": true,
"dependencies": { "dependencies": {
"atob": "^2.1.2", "atob": "^2.1.2",
"decode-uri-component": "^0.2.0", "decode-uri-component": "^0.2.0",
...@@ -14668,7 +14428,8 @@ ...@@ -14668,7 +14428,8 @@
"version": "0.4.1", "version": "0.4.1",
"resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
"integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
"deprecated": "See https://github.com/lydell/source-map-url#deprecated" "deprecated": "See https://github.com/lydell/source-map-url#deprecated",
"dev": true
}, },
"node_modules/sourcemap-codec": { "node_modules/sourcemap-codec": {
"version": "1.4.8", "version": "1.4.8",
...@@ -16186,7 +15947,8 @@ ...@@ -16186,7 +15947,8 @@
"version": "0.1.0", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
"integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
"deprecated": "Please see https://github.com/lydell/urix#deprecated" "deprecated": "Please see https://github.com/lydell/urix#deprecated",
"dev": true
}, },
"node_modules/url": { "node_modules/url": {
"version": "0.11.0", "version": "0.11.0",
...@@ -20984,7 +20746,8 @@ ...@@ -20984,7 +20746,8 @@
"atob": { "atob": {
"version": "2.1.2", "version": "2.1.2",
"resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
"dev": true
}, },
"autoprefixer": { "autoprefixer": {
"version": "9.8.8", "version": "9.8.8",
...@@ -22509,17 +22272,6 @@ ...@@ -22509,17 +22272,6 @@
"randomfill": "^1.0.3" "randomfill": "^1.0.3"
} }
}, },
"css": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
"integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
"requires": {
"inherits": "^2.0.3",
"source-map": "^0.6.1",
"source-map-resolve": "^0.5.2",
"urix": "^0.1.0"
}
},
"css-color-names": { "css-color-names": {
"version": "0.0.4", "version": "0.0.4",
"resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz", "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
...@@ -22773,7 +22525,8 @@ ...@@ -22773,7 +22525,8 @@
"decode-uri-component": { "decode-uri-component": {
"version": "0.2.0", "version": "0.2.0",
"resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
"integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
"dev": true
}, },
"deep-equal": { "deep-equal": {
"version": "1.1.1", "version": "1.1.1",
...@@ -23399,7 +23152,8 @@ ...@@ -23399,7 +23152,8 @@
"escape-string-regexp": { "escape-string-regexp": {
"version": "1.0.5", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
"dev": true
}, },
"eslint": { "eslint": {
"version": "6.8.0", "version": "6.8.0",
...@@ -23949,7 +23703,8 @@ ...@@ -23949,7 +23703,8 @@
"extend": { "extend": {
"version": "3.0.2", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
"dev": true
}, },
"extend-shallow": { "extend-shallow": {
"version": "3.0.2", "version": "3.0.2",
...@@ -24574,7 +24329,8 @@ ...@@ -24574,7 +24329,8 @@
"fs.realpath": { "fs.realpath": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
"dev": true
}, },
"fsevents": { "fsevents": {
"version": "2.3.2", "version": "2.3.2",
...@@ -24674,6 +24430,7 @@ ...@@ -24674,6 +24430,7 @@
"version": "7.2.3", "version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
"dev": true,
"requires": { "requires": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
...@@ -24782,6 +24539,7 @@ ...@@ -24782,6 +24539,7 @@
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"dev": true,
"requires": { "requires": {
"ansi-regex": "^2.0.0" "ansi-regex": "^2.0.0"
}, },
...@@ -24789,7 +24547,8 @@ ...@@ -24789,7 +24547,8 @@
"ansi-regex": { "ansi-regex": {
"version": "2.1.1", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
"dev": true
} }
} }
}, },
...@@ -25796,11 +25555,6 @@ ...@@ -25796,11 +25555,6 @@
"integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==", "integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==",
"dev": true "dev": true
}, },
"js-base64": {
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
"integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="
},
"js-message": { "js-message": {
"version": "1.0.7", "version": "1.0.7",
"resolved": "https://registry.npmjs.org/js-message/-/js-message-1.0.7.tgz", "resolved": "https://registry.npmjs.org/js-message/-/js-message-1.0.7.tgz",
...@@ -26703,11 +26457,6 @@ ...@@ -26703,11 +26457,6 @@
"dev": true, "dev": true,
"optional": true "optional": true
}, },
"natives": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
"integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA=="
},
"natural-compare": { "natural-compare": {
"version": "1.4.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
...@@ -28019,83 +27768,6 @@ ...@@ -28019,83 +27768,6 @@
} }
} }
}, },
"postcss-px2rem": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/postcss-px2rem/-/postcss-px2rem-0.3.0.tgz",
"integrity": "sha1-DfpOiiaPp0eCc/DEtHxhmDSJQEE=",
"requires": {
"postcss": "^5.0.0",
"px2rem": "~0.5.0"
},
"dependencies": {
"ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA=="
},
"ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA=="
},
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
"requires": {
"ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
},
"dependencies": {
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
}
}
},
"has-flag": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
"integrity": "sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA=="
},
"postcss": {
"version": "5.2.18",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
"integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
"requires": {
"chalk": "^1.1.3",
"js-base64": "^2.1.9",
"source-map": "^0.5.6",
"supports-color": "^3.2.3"
}
},
"source-map": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
},
"strip-ansi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"requires": {
"ansi-regex": "^2.0.0"
}
},
"supports-color": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
"integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
"requires": {
"has-flag": "^1.0.0"
}
}
}
},
"postcss-reduce-initial": { "postcss-reduce-initial": {
"version": "4.0.3", "version": "4.0.3",
"resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz", "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz",
...@@ -28329,102 +28001,6 @@ ...@@ -28329,102 +28001,6 @@
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
"dev": true "dev": true
}, },
"px2rem": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/px2rem/-/px2rem-0.5.0.tgz",
"integrity": "sha1-JLOmz3TRSttO13byB4cdmJPkEOI=",
"requires": {
"chalk": "~0.5.1",
"commander": "~2.6.0",
"css": "~2.2.0",
"extend": "~3.0.0",
"fs-extra": "~0.16.3"
},
"dependencies": {
"ansi-regex": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz",
"integrity": "sha512-sGwIGMjhYdW26/IhwK2gkWWI8DRCVO6uj3hYgHT+zD+QL1pa37tM3ujhyfcJIYSbsxp7Gxhy7zrRW/1AHm4BmA=="
},
"ansi-styles": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz",
"integrity": "sha512-f2PKUkN5QngiSemowa6Mrk9MPCdtFiOSmibjZ+j1qhLGHHYsqZwmBMRF3IRMVXo8sybDqx2fJl2d/8OphBoWkA=="
},
"chalk": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
"integrity": "sha512-bIKA54hP8iZhyDT81TOsJiQvR1gW+ZYSXFaZUAvoD4wCHdbHY2actmpTE4x344ZlFqHbvoxKOaESULTZN2gstg==",
"requires": {
"ansi-styles": "^1.1.0",
"escape-string-regexp": "^1.0.0",
"has-ansi": "^0.1.0",
"strip-ansi": "^0.3.0",
"supports-color": "^0.2.0"
}
},
"commander": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz",
"integrity": "sha512-PhbTMT+ilDXZKqH8xbvuUY2ZEQNef0Q7DKxgoEKb4ccytsdvVVJmYqR0sGbi96nxU6oGrwEIQnclpK2NBZuQlg=="
},
"fs-extra": {
"version": "0.16.5",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz",
"integrity": "sha512-yb7ti8kVH+qboUQWYxUuOPj/qcMUA6lO68ErZoPQOTP+7qroCIN/1gZ1lLk/rs2p0gPFzrvPYujKGnHTu+HHxA==",
"requires": {
"graceful-fs": "^3.0.5",
"jsonfile": "^2.0.0",
"rimraf": "^2.2.8"
}
},
"graceful-fs": {
"version": "3.0.12",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.12.tgz",
"integrity": "sha512-J55gaCS4iTTJfTXIxSVw3EMQckcqkpdRv3IR7gu6sq0+tbC363Zx6KH/SEwXASK9JRbhyZmVjJEVJIOxYsB3Qg==",
"requires": {
"natives": "^1.1.3"
}
},
"has-ansi": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
"integrity": "sha512-1YsTg1fk2/6JToQhtZkArMkurq8UoWU1Qe0aR3VUHjgij4nOylSWLWAtBXoZ4/dXOmugfLGm1c+QhuD0JyedFA==",
"requires": {
"ansi-regex": "^0.2.0"
}
},
"jsonfile": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
"integrity": "sha512-PKllAqbgLgxHaj8TElYymKCAgrASebJrWpTnEkOaTowt23VKXXN0sUeriJ+eh7y6ufb/CC5ap11pz71/cM0hUw==",
"requires": {
"graceful-fs": "^4.1.6"
},
"dependencies": {
"graceful-fs": {
"version": "4.2.10",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
"integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
"optional": true
}
}
},
"strip-ansi": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
"integrity": "sha1-JfSOoiynkYfzF0pNuHWTR7sSYiA=",
"requires": {
"ansi-regex": "^0.2.1"
}
},
"supports-color": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz",
"integrity": "sha1-2S3iaU6z9nMjlz1649i1W0wiGQo="
}
}
},
"q": { "q": {
"version": "1.5.1", "version": "1.5.1",
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
...@@ -28817,7 +28393,8 @@ ...@@ -28817,7 +28393,8 @@
"resolve-url": { "resolve-url": {
"version": "0.2.1", "version": "0.2.1",
"resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
"integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
"dev": true
}, },
"restore-cursor": { "restore-cursor": {
"version": "3.1.0", "version": "3.1.0",
...@@ -28863,6 +28440,7 @@ ...@@ -28863,6 +28440,7 @@
"version": "2.7.1", "version": "2.7.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
"dev": true,
"requires": { "requires": {
"glob": "^7.1.3" "glob": "^7.1.3"
} }
...@@ -29493,6 +29071,7 @@ ...@@ -29493,6 +29071,7 @@
"version": "0.5.3", "version": "0.5.3",
"resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
"integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
"dev": true,
"requires": { "requires": {
"atob": "^2.1.2", "atob": "^2.1.2",
"decode-uri-component": "^0.2.0", "decode-uri-component": "^0.2.0",
...@@ -29514,7 +29093,8 @@ ...@@ -29514,7 +29093,8 @@
"source-map-url": { "source-map-url": {
"version": "0.4.1", "version": "0.4.1",
"resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
"integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==" "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
"dev": true
}, },
"sourcemap-codec": { "sourcemap-codec": {
"version": "1.4.8", "version": "1.4.8",
...@@ -30728,7 +30308,8 @@ ...@@ -30728,7 +30308,8 @@
"urix": { "urix": {
"version": "0.1.0", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
"integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
"dev": true
}, },
"url": { "url": {
"version": "0.11.0", "version": "0.11.0",
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
"amfe-flexible": "^2.2.1", "amfe-flexible": "^2.2.1",
"core-js": "^3.6.5", "core-js": "^3.6.5",
"echarts": "^5.3.2", "echarts": "^5.3.2",
"postcss-px2rem": "^0.3.0",
"tdesign-icons-vue-next": "^0.1.1", "tdesign-icons-vue-next": "^0.1.1",
"tdesign-vue-next": "^0.15.1", "tdesign-vue-next": "^0.15.1",
"vue": "^3.0.0", "vue": "^3.0.0",
......
...@@ -60,9 +60,6 @@ const changeHandler = (active) => { ...@@ -60,9 +60,6 @@ const changeHandler = (active) => {
.Header-box { .Header-box {
width: 100%; width: 100%;
border-bottom: @box-border; border-bottom: @box-border;
:deep(.t-head-menu__inner) {
height: 0.3rem;
}
.log-box { .log-box {
width: 100%; width: 100%;
.logo { .logo {
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
v-for="(item, index) in twitterOptions" v-for="(item, index) in twitterOptions"
:key="index" :key="index"
:value="item.label" :value="item.label"
:class="{ active: monitoring(item.label, 1) }" :class="{ active: monitoring1(item.label) }"
@click="choose(item.label, 1)" @click="choose1(item.label)"
> >
{{ item.label }} {{ item.label }}
</t-radio-button> </t-radio-button>
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
v-for="(item, index) in AccountDate" v-for="(item, index) in AccountDate"
:key="index" :key="index"
:value="item.label" :value="item.label"
:class="{ active: monitoring(item.label, 2) }" :class="{ active: monitoring2(item.label) }"
@click="choose(item.label, 2)" @click="choose2(item.label)"
> >
{{ item.label }} {{ item.label }}
</t-radio-button> </t-radio-button>
...@@ -62,8 +62,8 @@ ...@@ -62,8 +62,8 @@
v-for="(item, index) in DiscordMember" v-for="(item, index) in DiscordMember"
:key="index" :key="index"
:value="item.label" :value="item.label"
:class="{ active: monitoring(item.label, 3) }" :class="{ active: monitoring3(item.label) }"
@click="choose(item.label, 3)" @click="choose3(item.label)"
> >
{{ item.label }} {{ item.label }}
</t-radio-button> </t-radio-button>
...@@ -83,8 +83,8 @@ ...@@ -83,8 +83,8 @@
v-for="(item, index) in DiscordOnline" v-for="(item, index) in DiscordOnline"
:key="index" :key="index"
:value="item.label" :value="item.label"
:class="{ active: monitoring(item.label, 4) }" :class="{ active: monitoring4(item.label) }"
@click="choose(item.label, 4)" @click="choose4(item.label)"
> >
{{ item.label }} {{ item.label }}
</t-radio-button> </t-radio-button>
...@@ -104,8 +104,8 @@ ...@@ -104,8 +104,8 @@
v-for="(item, index) in timeInterval" v-for="(item, index) in timeInterval"
:key="index" :key="index"
:value="item.label" :value="item.label"
:class="{ active: monitoring(item.label, 5) }" :class="{ active: monitoring5(item.label) }"
@click="choose(item.label, 5)" @click="choose5(item.label)"
> >
{{ item.label }} {{ item.label }}
</t-radio-button> </t-radio-button>
...@@ -125,8 +125,8 @@ ...@@ -125,8 +125,8 @@
v-for="(item, index) in TwitterGrowth" v-for="(item, index) in TwitterGrowth"
:key="index" :key="index"
:value="item.label" :value="item.label"
:class="{ active: monitoring(item.label, 6) }" :class="{ active: monitoring6(item.label) }"
@click="choose(item.label, 6)" @click="choose6(item.label)"
> >
{{ item.label }} {{ item.label }}
</t-radio-button> </t-radio-button>
...@@ -146,8 +146,8 @@ ...@@ -146,8 +146,8 @@
v-for="(item, index) in DiscordGrowth" v-for="(item, index) in DiscordGrowth"
:key="index" :key="index"
:value="item.label" :value="item.label"
:class="{ active: monitoring(item.label, 7) }" :class="{ active: monitoring7(item.label) }"
@click="choose(item.label, 7)" @click="choose7(item.label)"
> >
{{ item.label }} {{ item.label }}
</t-radio-button> </t-radio-button>
...@@ -168,8 +168,8 @@ ...@@ -168,8 +168,8 @@
v-for="(item, index) in TelegramMember" v-for="(item, index) in TelegramMember"
:key="index" :key="index"
:value="item.label" :value="item.label"
:class="{ active: monitoring(item.label, 8) }" :class="{ active: monitoring8(item.label) }"
@click="choose(item.label, 8)" @click="choose8(item.label)"
> >
{{ item.label }} {{ item.label }}
</t-radio-button> </t-radio-button>
...@@ -195,21 +195,85 @@ import { ...@@ -195,21 +195,85 @@ import {
TelegramMember, TelegramMember,
} from "../../utils/local/tokensession/tokeninfo.ts"; } from "../../utils/local/tokensession/tokeninfo.ts";
// 监听用户点击 // 监听用户点击
const monitoring = computed((value, title) => { const monitoring1 = computed((value) => {
return function (value, title) { return function (value) {
return formData.currentBtn === title + "-" + value; return formData.TW === value;
};
});
const monitoring2 = computed((value) => {
return function (value) {
return formData.ACD === value;
};
});
const monitoring3 = computed((value) => {
return function (value) {
return formData.DM === value;
};
});
const monitoring4 = computed((value) => {
return function (value) {
return formData.DOR === value;
};
});
const monitoring5 = computed((value) => {
return function (value) {
return formData.TR === value;
};
});
const monitoring6 = computed((value) => {
return function (value) {
return formData.TUG === value;
};
});
const monitoring7 = computed((value) => {
return function (value) {
return formData.DUG === value;
};
});
const monitoring8 = computed((value) => {
return function (value) {
return formData.TM === value;
}; };
}); });
const choose = (value, title) => { const choose1 = (value) => {
formData.currentBtn = title + "-" + value; formData.TW = value;
console.log(formData.currentBtn); };
const choose2 = (value) => {
formData.ACD = value;
};
const choose3 = (value) => {
formData.DM = value;
};
const choose4 = (value) => {
formData.DOR = value;
};
const choose5 = (value) => {
formData.TR = value;
};
const choose6 = (value) => {
formData.TUG = value;
};
const choose7 = (value) => {
formData.DUG = value;
};
const choose8 = (value) => {
formData.TM = value;
}; };
// 默认选择的字段 // 默认选择的字段
const formData = reactive({ const formData = reactive({
currentBtn: "1-1-500", TW: "1-500",
ACD:'1Day',
DM:'500',
DOR:'1-5%',
TR:'6H',
TUG:'0-50',
DUG:'0-50',
TM:'1-500'
}); });
// label 的宽度 // label 的宽度
const labelValue = ref(180); const labelValue = ref(180);
...@@ -219,8 +283,7 @@ const labelValue = ref(180); ...@@ -219,8 +283,7 @@ const labelValue = ref(180);
<style scoped lang="less"> <style scoped lang="less">
@import "../../utils/global/css/font.less"; @import "../../utils/global/css/font.less";
.menu-line-one { .menu-line-one {
width: 100%; height: 50px;
height: 0.3rem;
border-bottom: @box-border; border-bottom: @box-border;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -230,12 +293,11 @@ const labelValue = ref(180); ...@@ -230,12 +293,11 @@ const labelValue = ref(180);
font-weight: bold; font-weight: bold;
color: @smallLabelColor; color: @smallLabelColor;
font-size: @text2; font-size: @text2;
padding-left: 0.2rem; padding-left: 20px;
} }
} }
.list-box { .list-box {
width: 100%; width: 100%;
height: 1.37rem;
border-right: @box-border; border-right: @box-border;
display: flex; display: flex;
.last-line-menu { .last-line-menu {
...@@ -248,7 +310,6 @@ const labelValue = ref(180); ...@@ -248,7 +310,6 @@ const labelValue = ref(180);
.custom-group { .custom-group {
width: 100%; width: 100%;
.t-radio-button { .t-radio-button {
width: 17%;
border: none; border: none;
color: black; color: black;
font-size: @text5; font-size: @text5;
......
...@@ -49,7 +49,7 @@ const labelValue = ref(180); ...@@ -49,7 +49,7 @@ const labelValue = ref(180);
overflow: auto; overflow: auto;
.segmentation { .segmentation {
width: 100%; width: 100%;
height: 0.16rem; height: 26px;
border-bottom: @box-border; border-bottom: @box-border;
display: flex; display: flex;
justify-content: center; justify-content: center;
......
...@@ -19,17 +19,16 @@ ...@@ -19,17 +19,16 @@
<style scoped lang="less"> <style scoped lang="less">
@import '../utils/global/css/font.less'; @import '../utils/global/css/font.less';
.project-img { .project-img {
margin-top: 0.02rem; margin-top: 6px;
width: 100%; width: 100%;
height: 100%;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.img-box { .img-box {
border: @listSearchBorder; border: @listSearchBorder;
border-radius: 50%; border-radius: 50%;
width: 0.4rem; width: 80px;
height: 0.4rem; height: 80px;
.logo-item { .logo-item {
width: 100%; width: 100%;
height: 50%; height: 50%;
...@@ -38,7 +37,7 @@ ...@@ -38,7 +37,7 @@
display: block; display: block;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 20%; left: 20px;
color: @SearchColor; color: @SearchColor;
font-size: @text3; font-size: @text3;
} }
...@@ -50,7 +49,7 @@ ...@@ -50,7 +49,7 @@
border-radius: 16px; border-radius: 16px;
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: 0.04rem; margin-top: 8px;
span { span {
display: block; display: block;
color: white; color: white;
......
...@@ -121,45 +121,11 @@ ...@@ -121,45 +121,11 @@
</div> </div>
</div> </div>
</div> </div>
<!-- -->
<!-- 前往数据分析页 --> <!-- 前往数据分析页 -->
<div class="gotoAnalysis"> <div class="gotoAnalysis">
<t-button @click="gotoAnalysis">社媒数据分析</t-button> <t-button @click="gotoAnalysis">社媒数据分析</t-button>
</div> </div>
<div class="middle-content"> <div class="twitter-box"></div>
<div class="middle-line">
<span>Elvantis</span>
<span>@ElvantisGame</span>
</div>
<div class="middle-line">
<span>Elvantis</span>
<span>@ElvantisGame</span>
</div>
</div>
<!-- 详情部分 -->
<div
class="details-content-class"
v-for="(item, index) in 20"
:key="index"
>
<div class="detail-line">
<div class="detail-line-child">
<span
>ElvantisElvantisElvantisE lvantis ElvantisElvantisElvantisEl
va ntis
</span>
</div>
</div>
<div class="detail-line2">
<div class="detail-line-child">
<span>4:21PM·6,2022</span>
<span>Reply:864</span>
<span>Retweet:1429</span>
<span>likes:11.9k</span>
</div>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -264,78 +230,71 @@ const allfield = reactive([ ...@@ -264,78 +230,71 @@ const allfield = reactive([
z-index: 900; z-index: 900;
.details-box-child { .details-box-child {
width: 96%; width: 96%;
height: 100%; margin-top: 6px;
margin-top: 2%;
.detail-header { .detail-header {
height: 100%;
border-radius: 6px; border-radius: 6px;
border-left: @box-border; border-left: @box-border;
border-right: @box-border; border-right: @box-border;
.header-button { .header-button {
width: 100%; width: 100%;
height: 4%; height: 30px;
background: @SearchColor; background: @SearchColor;
border: none; border: none;
} }
.project-content1 { .project-content1 {
width: 100%; width: 100%;
height: 10%; height: 90px;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.project-content1-child { .project-content1-child {
width: 98%; width: 98%;
height: 100%;
display: flex; display: flex;
.content-left { .content-left {
width: 70%; width: 70%;
height: 100%;
.projectName { .projectName {
width: 100%; width: 100%;
height: 60%;
font-size: @text1; font-size: @text1;
white-space: nowrap; white-space: nowrap;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding-left: 0.08rem; padding-left: 12px;
span { span {
display: block; display: block;
} }
} }
.project-label { .project-label {
width: 100%; width: 100%;
height: 30%; height: 30px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
.label-text { .label-text {
display: block; display: block;
padding: 0.08rem; padding: 12px;
font-size: @text4; font-size: @text4;
white-space: nowrap; white-space: nowrap;
} }
.labelone { .labelone {
width: 26%; width: 26%;
height: 70%;
background: @labelBackgroundOne; background: @labelBackgroundOne;
border-radius: 0.5rem; border-radius: 6px;
color: white; color: white;
font-size: @text5; font-size: @text5;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-right: 0.02rem; margin-right: 6px;
span { span {
display: block; display: block;
} }
} }
.labeltwo { .labeltwo {
width: 26%; width: 26%;
height: 70%;
background: @labelBackgroundTwo; background: @labelBackgroundTwo;
color: white; color: white;
border-radius: 0.5rem; border-radius: 6px;
font-size: @text5; font-size: @text5;
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -349,116 +308,70 @@ const allfield = reactive([ ...@@ -349,116 +308,70 @@ const allfield = reactive([
} }
} }
.allfield-details { .allfield-details {
overflow: auto; // overflow: auto;
.allfielder { .allfielder {
border-bottom: @box-border; border-bottom: @box-border;
margin-top: 6px;
.content-allfield { .content-allfield {
width: 100%;
display: flex; display: flex;
padding: 0.04rem 0 0.04rem 0.1rem; justify-content: space-between;
padding: 1px 2px 6px 16px;
.title { .title {
width: 46%;
font-size: @text5; font-size: @text5;
color: @smallLabelColor; color: @smallLabelColor;
} }
.titleText { .titleText {
width: 70%; margin-right: 30px;
font-size: @text5; font-size: @text5;
} }
} }
} }
.gotoAnalysis { .gotoAnalysis {
width: 100%; width: 100%;
height: 0.4rem; height: 70px;
border-top: @box-border; border-top: @box-border;
border-bottom: @box-border; border-bottom: @box-border;
margin-top: 0.03rem; margin-top: 6px;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.t-button { .t-button {
width: 70%; width: 80%;
background: @SearchColor; background: @SearchColor;
height: 40px;
border: none; border: none;
border-radius: 0.02rem; border-radius: 6px;
}
}
.middle-content {
width: 100%;
border-bottom: @box-border;
border-right: @box-border;
.middle-line {
width: 100%;
height: 0.2rem;
display: flex;
justify-content: space-between;
color: @smallLabelColor;
font-size: @text4;
align-items: center;
span {
display: block;
padding: 0 0.16rem;
}
} }
} }
.details-content-class { .twitter-box {
width: 100%; width:100%;
border-bottom: @box-border; height: 348px;
border-right: @box-border; background: pink;
.detail-line {
width: 100%;
height: 0.2rem;
display: flex;
justify-content: center;
align-items: center;
.detail-line-child {
width: 93%;
height: 80%;
font-size: @text5;
}
}
.detail-line2 {
width: 100%;
height: 0.1rem;
display: flex;
justify-content: center;
.detail-line-child {
width: 92%;
height: 100%;
font-size: @text5;
display: flex;
justify-content: space-between;
align-items: center;
color: @detailscontentLineTwo;
span {
display: block;
}
}
}
} }
} }
.content-time { .content-time {
line-height: 8px;
width: 100%; width: 100%;
height: 6%; margin-top: -10px;
.content-timetext { .content-timetext {
font-size: @text5; font-size: @text5;
margin-left: 0.1rem; margin-left: 20px;
:nth-child(1) { :nth-child(1) {
color: @smallLabelColor; color: @smallLabelColor;
} }
:nth-child(2) { :nth-child(2) {
padding-left: 0.1rem; padding-left: 16px;
} }
} }
.content-address { .content-address {
font-size: @text5; font-size: @text5;
margin-left: 0.1rem; margin-left: 20px;
:nth-child(1) { :nth-child(1) {
color: @smallLabelColor; color: @smallLabelColor;
} }
:nth-child(2) { :nth-child(2) {
color: @SearchColor; color: @SearchColor;
padding-left: 0.1rem; padding-left: 16px;
} }
} }
} }
...@@ -466,11 +379,11 @@ const allfield = reactive([ ...@@ -466,11 +379,11 @@ const allfield = reactive([
width: 100%; width: 100%;
height: 2%; height: 2%;
display: flex; display: flex;
margin-top: 0.07rem; margin-top: 16px;
.title { .title {
width: 34%; width: 34%;
font-size: @text5; font-size: @text5;
padding-left: 0.1rem; // padding-left: 10px;
color: @smallLabelColor; color: @smallLabelColor;
white-space: nowrap; white-space: nowrap;
} }
...@@ -485,19 +398,17 @@ const allfield = reactive([ ...@@ -485,19 +398,17 @@ const allfield = reactive([
.buttons-box { .buttons-box {
display: flex; display: flex;
justify-content: center; justify-content: center;
height: 20%;
.t-button { .t-button {
width: 100%; width: 100%;
color: black; color: black;
height: 0.2rem; height: 36px;
margin: 0.01rem 0; margin-top: 6px;
border: @detailsLinkBorder; border: @detailsLinkBorder;
width: 92%; width: 92%;
.btn-svg-cl { .btn-svg-cl {
width: 0.16rem;
} }
span { span {
padding-left: 0.1rem; padding-left: 12px;
} }
} }
} }
......
...@@ -38,10 +38,12 @@ const MonitorHeight = () => { ...@@ -38,10 +38,12 @@ const MonitorHeight = () => {
let clName = document.documentElement.getElementsByClassName("header-nav"); let clName = document.documentElement.getElementsByClassName("header-nav");
menuDetail.value = document.body.clientHeight - clName[0].clientHeight; menuDetail.value = document.body.clientHeight - clName[0].clientHeight;
}; };
window.addEventListener("resize", () => { // window.addEventListener("resize", () => {
// if(document.body.clientWidth <= 768){
// }
// preventShake(MonitorHeight, 300); // preventShake(MonitorHeight, 300);
MonitorHeight(); // });
});
</script> </script>
...@@ -49,20 +51,17 @@ window.addEventListener("resize", () => { ...@@ -49,20 +51,17 @@ window.addEventListener("resize", () => {
@import "../utils/global/css/font.less"; @import "../utils/global/css/font.less";
@import "../utils/global/css/theme.less"; @import "../utils/global/css/theme.less";
.App-box { .App-box {
width: 100vw;
height: 100vh;
box-sizing: border-box; box-sizing: border-box;
overflow: hidden; overflow-y: auto;
background: @mainboxbackground; background: @mainboxbackground;
.title-box { .title-box {
width: 100%; height: 1080px;
height: 92%;
display: flex; display: flex;
.menu-box-cl { .menu-box-cl {
width: 80%; width: 80vw;
} }
.detail-box-cl { .detail-box-cl {
width: 20%; width: 370px;
} }
} }
} }
......
module.exports = { module.exports = {
// 基本路径 // 基本路径
publicPath: './', publicPath: './',
css: { // css: {
loaderOptions: { // loaderOptions: {
css: {}, // css: {},
postcss: { // postcss: {
plugins: [ // plugins: [
require("postcss-px2rem")({ // require("postcss-px2rem")({
remUnit: 192 // remUnit: 192
}) // })
] // ]
} // }
} // }
} // }
// 代理 // 代理
// devServer: { // devServer: {
// port: 8080, // port: 8080,
......
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