summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-02 10:03:58 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-18 12:50:20 +0200
commit6539c328c29f9e865c4873d774a765490e8bad4f (patch)
treeeb594b1c50943ee1c417ea3250181fc09d84d20f
parent33c4413ddf98cfe4e436e8c64dbc698b440d9069 (diff)
Comply to new resizeable list feature
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--css/contacts.scss12
-rw-r--r--package-lock.json2902
-rw-r--r--src/components/AppContent/AppDetailsToggle.vue70
-rw-r--r--src/components/AppContent/CircleContent.vue101
-rw-r--r--src/components/AppContent/ContactsContent.vue95
-rw-r--r--src/components/ContactDetails.vue6
-rw-r--r--src/views/Contacts.vue23
7 files changed, 902 insertions, 2307 deletions
diff --git a/css/contacts.scss b/css/contacts.scss
index 6d411add..0b690d55 100644
--- a/css/contacts.scss
+++ b/css/contacts.scss
@@ -25,7 +25,6 @@ $grid-height-unit: 40px;
$grid-input-padding: 7px;
$grid-input-margin: 3px;
$grid-input-height-with-margin: $grid-height-unit - $grid-input-margin * 2;
-$list-width: 300px;
// components
@import 'SettingsSection';
@@ -42,19 +41,18 @@ $list-width: 300px;
// global design overrides
-#app-content-wrapper {
- display: flex;
+.app-content {
+ // center error messages
+ & > .empty-content {
+ margin: 40vh;
+ }
}
.app-content-details {
- // Starts shrinking at the same width as the list
- flex: 1 1 $list-width;
- min-width: 0;
padding: 0 80px 80px 80px;
}
.app-content-list {
- flex: 1 1 $list-width;
// Cancel scrolling
overflow: visible;
diff --git a/package-lock.json b/package-lock.json
index 633f9418..eb93f5fd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -59,109 +59,13 @@
"typescript": "^4.3.2"
},
"engines": {
- "node": ">=10.0.0"
- }
- },
- "../../../.nvm/versions/node/v14.17.0/lib/node_modules/@nextcloud/vue": {
- "version": "4.0.0",
- "extraneous": true,
- "license": "AGPL-3.0",
- "dependencies": {
- "@nextcloud/auth": "^1.2.3",
- "@nextcloud/axios": "^1.3.2",
- "@nextcloud/browser-storage": "^0.1.1",
- "@nextcloud/capabilities": "^1.0.2",
- "@nextcloud/dialogs": "^3.0.0",
- "@nextcloud/event-bus": "^2.0.0",
- "@nextcloud/l10n": "^1.2.3",
- "@nextcloud/router": "^2.0.0",
- "core-js": "^3.6.5",
- "debounce": "1.2.1",
- "emoji-mart-vue-fast": "^7.0.7",
- "escape-html": "^1.0.3",
- "hammerjs": "^2.0.8",
- "linkifyjs": "~2.1.9",
- "md5": "^2.2.1",
- "regenerator-runtime": "^0.13.5",
- "splitpanes": "^2.3.6",
- "string-length": "^5.0.0",
- "striptags": "^3.1.1",
- "style-loader": "^2.0.0",
- "tributejs": "^5.1.3",
- "v-click-outside": "^3.0.1",
- "v-tooltip": "^2.0.3",
- "vue": "^2.6.11",
- "vue-color": "^2.7.1",
- "vue-material-design-icons": "^4.11.0",
- "vue-multiselect": "^2.1.6",
- "vue-visible": "^1.0.2",
- "vue2-datepicker": "^3.6.3"
- },
- "devDependencies": {
- "@babel/core": "^7.9.0",
- "@babel/eslint-parser": "^7.13.10",
- "@babel/plugin-transform-modules-commonjs": "^7.13.8",
- "@babel/plugin-transform-shorthand-properties": "^7.12.13",
- "@babel/preset-env": "^7.9.5",
- "@nextcloud/babel-config": "^1.0.0-beta.1",
- "@nextcloud/browserslist-config": "^2.1.0",
- "@nextcloud/eslint-config": "^4.0.0",
- "@nextcloud/eslint-plugin": "^2.0.0",
- "@vue/test-utils": "^1.0.4",
- "babel-core": "^7.0.0-bridge.0",
- "babel-jest": "^27.0.1",
- "babel-loader": "^8.1.0",
- "babel-loader-exclude-node-modules-except": "^1.0.3",
- "css-loader": "^5.0.0",
- "cypress": "^6.5.0",
- "cypress-visual-regression": "^1.5.0",
- "cypress-vue-unit-test": "^3.5.1",
- "eslint": "^7.21.0",
- "eslint-config-standard": "^16.0.2",
- "eslint-loader": "^4.0.2",
- "eslint-plugin-cypress": "^2.11.1",
- "eslint-plugin-import": "^2.20.2",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.1",
- "eslint-plugin-vue": "^7.8.0",
- "eslint-webpack-plugin": "^2.5.3",
- "file-loader": "^6.0.0",
- "fontsource-roboto": "^4.0.0",
- "gettext-extractor": "^3.5.2",
- "gettext-parser": "^4.0.3",
- "glob": "^7.1.6",
- "jest": "^26.4.0",
- "jest-environment-jsdom-sixteen": "^2.0.0",
- "jest-serializer-vue": "^2.0.2",
- "jest-transform-stub": "^2.0.0",
- "node-sass": "^5.0.0",
- "raw-loader": "^4.0.1",
- "resolve-url-loader": "^3.1.2",
- "sanitize-filename": "^1.6.3",
- "sass-loader": "^10.0.5",
- "stylelint": "^13.6.1",
- "stylelint-config-recommended-scss": "^4.2.0",
- "stylelint-scss": "^3.18.0",
- "stylelint-webpack-plugin": "^2.1.0",
- "url-loader": "^4.1.0",
- "vue-eslint-parser": "^7.1.0",
- "vue-jest": "^3.0.5",
- "vue-loader": "^15.9.1",
- "vue-styleguidist": "^4.33.9",
- "vue-template-compiler": "^2.6.11",
- "webpack": "^4.42.1",
- "webpack-cli": "^4.0.0",
- "webpack-merge": "^5.0.8",
- "webpack-node-externals": "^3.0.0"
- },
- "engines": {
- "node": ">=10.0.0"
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
}
},
"node_modules/@babel/cli": {
"version": "7.14.5",
- "license": "MIT",
+ "integrity": "sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg==",
"dependencies": {
"commander": "^4.0.1",
"convert-source-map": "^1.1.0",
@@ -188,18 +92,18 @@
},
"node_modules/@babel/code-frame": {
"version": "7.12.13",
- "license": "MIT",
+ "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
"dependencies": {
"@babel/highlight": "^7.12.13"
}
},
"node_modules/@babel/compat-data": {
"version": "7.14.4",
- "license": "MIT"
+ "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ=="
},
"node_modules/@babel/core": {
"version": "7.14.3",
- "license": "MIT",
+ "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==",
"dependencies": {
"@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.14.3",
@@ -227,7 +131,7 @@
},
"node_modules/@babel/core/node_modules/@babel/generator": {
"version": "7.14.3",
- "license": "MIT",
+ "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==",
"dependencies": {
"@babel/types": "^7.14.2",
"jsesc": "^2.5.1",
@@ -236,7 +140,7 @@
},
"node_modules/@babel/core/node_modules/@babel/helper-function-name": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==",
"dependencies": {
"@babel/helper-get-function-arity": "^7.12.13",
"@babel/template": "^7.12.13",
@@ -245,11 +149,11 @@
},
"node_modules/@babel/core/node_modules/@babel/helper-validator-identifier": {
"version": "7.14.0",
- "license": "MIT"
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A=="
},
"node_modules/@babel/core/node_modules/@babel/parser": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==",
"bin": {
"parser": "bin/babel-parser.js"
},
@@ -259,7 +163,7 @@
},
"node_modules/@babel/core/node_modules/@babel/traverse": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==",
"dependencies": {
"@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.14.2",
@@ -273,7 +177,7 @@
},
"node_modules/@babel/core/node_modules/@babel/types": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
"dependencies": {
"@babel/helper-validator-identifier": "^7.14.0",
"to-fast-properties": "^2.0.0"
@@ -281,7 +185,7 @@
},
"node_modules/@babel/core/node_modules/debug": {
"version": "4.3.1",
- "license": "MIT",
+ "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
"dependencies": {
"ms": "2.1.2"
},
@@ -296,11 +200,10 @@
},
"node_modules/@babel/core/node_modules/ms": {
"version": "2.1.2",
- "license": "MIT"
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/@babel/eslint-parser": {
"version": "7.14.5",
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.5.tgz",
"integrity": "sha512-20BlOHuGf3UXS7z1QPyllM9Gz8SEgcp/UcKeUmdHIFZO6HF1n+3KaLpeyfwWvjY/Os/ynPX3k8qXE/nZ5dw/0g==",
"dev": true,
"peer": true,
@@ -319,7 +222,6 @@
},
"node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
"version": "2.1.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
"integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
"dev": true,
"peer": true,
@@ -329,7 +231,7 @@
},
"node_modules/@babel/generator": {
"version": "7.13.9",
- "license": "MIT",
+ "integrity": "sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==",
"dependencies": {
"@babel/types": "^7.13.0",
"jsesc": "^2.5.1",
@@ -338,14 +240,14 @@
},
"node_modules/@babel/helper-annotate-as-pure": {
"version": "7.12.13",
- "license": "MIT",
+ "integrity": "sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==",
"dependencies": {
"@babel/types": "^7.12.13"
}
},
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
"version": "7.12.13",
- "license": "MIT",
+ "integrity": "sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==",
"dependencies": {
"@babel/helper-explode-assignable-expression": "^7.12.13",
"@babel/types": "^7.12.13"
@@ -353,7 +255,7 @@
},
"node_modules/@babel/helper-compilation-targets": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==",
"dependencies": {
"@babel/compat-data": "^7.14.4",
"@babel/helper-validator-option": "^7.12.17",
@@ -366,7 +268,7 @@
},
"node_modules/@babel/helper-create-class-features-plugin": {
"version": "7.13.8",
- "license": "MIT",
+ "integrity": "sha512-qioaRrKHQbn4hkRKDHbnuQ6kAxmmOF+kzKGnIfxPK4j2rckSJCpKzr/SSTlohSCiE3uAQpNDJ9FIh4baeE8W+w==",
"dependencies": {
"@babel/helper-function-name": "^7.12.13",
"@babel/helper-member-expression-to-functions": "^7.13.0",
@@ -380,7 +282,7 @@
},
"node_modules/@babel/helper-create-regexp-features-plugin": {
"version": "7.14.3",
- "license": "MIT",
+ "integrity": "sha512-JIB2+XJrb7v3zceV2XzDhGIB902CmKGSpSl4q2C6agU9SNLG/2V1RtFRGPG1Ajh9STj3+q6zJMOC+N/pp2P9DA==",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.12.13",
"regexpu-core": "^4.7.1"
@@ -391,7 +293,7 @@
},
"node_modules/@babel/helper-define-polyfill-provider": {
"version": "0.2.3",
- "license": "MIT",
+ "integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==",
"dependencies": {
"@babel/helper-compilation-targets": "^7.13.0",
"@babel/helper-module-imports": "^7.12.13",
@@ -408,7 +310,7 @@
},
"node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": {
"version": "4.3.1",
- "license": "MIT",
+ "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
"dependencies": {
"ms": "2.1.2"
},
@@ -423,18 +325,18 @@
},
"node_modules/@babel/helper-define-polyfill-provider/node_modules/ms": {
"version": "2.1.2",
- "license": "MIT"
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/@babel/helper-explode-assignable-expression": {
"version": "7.13.0",
- "license": "MIT",
+ "integrity": "sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA==",
"dependencies": {
"@babel/types": "^7.13.0"
}
},
"node_modules/@babel/helper-function-name": {
"version": "7.12.13",
- "license": "MIT",
+ "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==",
"dependencies": {
"@babel/helper-get-function-arity": "^7.12.13",
"@babel/template": "^7.12.13",
@@ -443,14 +345,14 @@
},
"node_modules/@babel/helper-get-function-arity": {
"version": "7.12.13",
- "license": "MIT",
+ "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
"dependencies": {
"@babel/types": "^7.12.13"
}
},
"node_modules/@babel/helper-hoist-variables": {
"version": "7.13.16",
- "license": "MIT",
+ "integrity": "sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg==",
"dependencies": {
"@babel/traverse": "^7.13.15",
"@babel/types": "^7.13.16"
@@ -458,7 +360,7 @@
},
"node_modules/@babel/helper-hoist-variables/node_modules/@babel/generator": {
"version": "7.14.3",
- "license": "MIT",
+ "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==",
"dependencies": {
"@babel/types": "^7.14.2",
"jsesc": "^2.5.1",
@@ -467,7 +369,7 @@
},
"node_modules/@babel/helper-hoist-variables/node_modules/@babel/helper-function-name": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==",
"dependencies": {
"@babel/helper-get-function-arity": "^7.12.13",
"@babel/template": "^7.12.13",
@@ -476,11 +378,11 @@
},
"node_modules/@babel/helper-hoist-variables/node_modules/@babel/helper-validator-identifier": {
"version": "7.14.0",
- "license": "MIT"
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A=="
},
"node_modules/@babel/helper-hoist-variables/node_modules/@babel/parser": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==",
"bin": {
"parser": "bin/babel-parser.js"
},
@@ -490,7 +392,7 @@
},
"node_modules/@babel/helper-hoist-variables/node_modules/@babel/traverse": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==",
"dependencies": {
"@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.14.2",
@@ -504,7 +406,7 @@
},
"node_modules/@babel/helper-hoist-variables/node_modules/@babel/types": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
"dependencies": {
"@babel/helper-validator-identifier": "^7.14.0",
"to-fast-properties": "^2.0.0"
@@ -512,7 +414,7 @@
},
"node_modules/@babel/helper-hoist-variables/node_modules/debug": {
"version": "4.3.1",
- "license": "MIT",
+ "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
"dependencies": {
"ms": "2.1.2"
},
@@ -527,29 +429,29 @@
},
"node_modules/@babel/helper-hoist-variables/node_modules/ms": {
"version": "2.1.2",
- "license": "MIT"
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/@babel/helper-member-expression-to-functions": {
"version": "7.13.0",
- "license": "MIT",
+ "integrity": "sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ==",
"dependencies": {
"@babel/types": "^7.13.0"
}
},
"node_modules/@babel/helper-module-imports": {
"version": "7.13.12",
- "license": "MIT",
+ "integrity": "sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==",
"dependencies": {
"@babel/types": "^7.13.12"
}
},
"node_modules/@babel/helper-module-imports/node_modules/@babel/helper-validator-identifier": {
"version": "7.14.0",
- "license": "MIT"
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A=="
},
"node_modules/@babel/helper-module-imports/node_modules/@babel/types": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
"dependencies": {
"@babel/helper-validator-identifier": "^7.14.0",
"to-fast-properties": "^2.0.0"
@@ -557,7 +459,7 @@
},
"node_modules/@babel/helper-module-transforms": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==",
"dependencies": {
"@babel/helper-module-imports": "^7.13.12",
"@babel/helper-replace-supers": "^7.13.12",
@@ -571,7 +473,7 @@
},
"node_modules/@babel/helper-module-transforms/node_modules/@babel/generator": {
"version": "7.14.3",
- "license": "MIT",
+ "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==",
"dependencies": {
"@babel/types": "^7.14.2",
"jsesc": "^2.5.1",
@@ -580,7 +482,7 @@
},
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-function-name": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==",
"dependencies": {
"@babel/helper-get-function-arity": "^7.12.13",
"@babel/template": "^7.12.13",
@@ -589,14 +491,14 @@
},
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-member-expression-to-functions": {
"version": "7.13.12",
- "license": "MIT",
+ "integrity": "sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==",
"dependencies": {
"@babel/types": "^7.13.12"
}
},
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-replace-supers": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==",
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.13.12",
"@babel/helper-optimise-call-expression": "^7.12.13",
@@ -606,11 +508,11 @@
},
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-validator-identifier": {
"version": "7.14.0",
- "license": "MIT"
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A=="
},
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==",
"bin": {
"parser": "bin/babel-parser.js"
},
@@ -620,7 +522,7 @@
},
"node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==",
"dependencies": {
"@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.14.2",
@@ -634,7 +536,7 @@
},
"node_modules/@babel/helper-module-transforms/node_modules/@babel/types": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
"dependencies": {
"@babel/helper-validator-identifier": "^7.14.0",
"to-fast-properties": "^2.0.0"
@@ -642,7 +544,7 @@
},
"node_modules/@babel/helper-module-transforms/node_modules/debug": {
"version": "4.3.1",
- "license": "MIT",
+ "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
"dependencies": {
"ms": "2.1.2"
},
@@ -657,22 +559,22 @@
},
"node_modules/@babel/helper-module-transforms/node_modules/ms": {
"version": "2.1.2",
- "license": "MIT"
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/@babel/helper-optimise-call-expression": {
"version": "7.12.13",
- "license": "MIT",
+ "integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==",
"dependencies": {
"@babel/types": "^7.12.13"
}
},
"node_modules/@babel/helper-plugin-utils": {
"version": "7.13.0",
- "license": "MIT"
+ "integrity": "sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ=="
},
"node_modules/@babel/helper-remap-async-to-generator": {
"version": "7.13.0",
- "license": "MIT",
+ "integrity": "sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg==",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.12.13",
"@babel/helper-wrap-function": "^7.13.0",
@@ -681,7 +583,7 @@
},
"node_modules/@babel/helper-replace-supers": {
"version": "7.13.0",
- "license": "MIT",
+ "integrity": "sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw==",
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.13.0",
"@babel/helper-optimise-call-expression": "^7.12.13",
@@ -691,18 +593,18 @@
},
"node_modules/@babel/helper-simple-access": {
"version": "7.13.12",
- "license": "MIT",
+ "integrity": "sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==",
"dependencies": {
"@babel/types": "^7.13.12"
}
},
"node_modules/@babel/helper-simple-access/node_modules/@babel/helper-validator-identifier": {
"version": "7.14.0",
- "license": "MIT"
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A=="
},
"node_modules/@babel/helper-simple-access/node_modules/@babel/types": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
"dependencies": {
"@babel/helper-validator-identifier": "^7.14.0",
"to-fast-properties": "^2.0.0"
@@ -710,29 +612,29 @@
},
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
"version": "7.12.1",
- "license": "MIT",
+ "integrity": "sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==",
"dependencies": {
"@babel/types": "^7.12.1"
}
},
"node_modules/@babel/helper-split-export-declaration": {
"version": "7.12.13",
- "license": "MIT",
+ "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==",
"dependencies": {
"@babel/types": "^7.12.13"
}
},
"node_modules/@babel/helper-validator-identifier": {
"version": "7.12.11",
- "license": "MIT"
+ "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
},
"node_modules/@babel/helper-validator-option": {
"version": "7.12.17",
- "license": "MIT"
+ "integrity": "sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw=="
},
"node_modules/@babel/helper-wrap-function": {
"version": "7.13.0",
- "license": "MIT",
+ "integrity": "sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA==",
"dependencies": {
"@babel/helper-function-name": "^7.12.13",
"@babel/template": "^7.12.13",
@@ -742,7 +644,7 @@
},
"node_modules/@babel/helpers": {
"version": "7.14.0",
- "license": "MIT",
+ "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==",
"dependencies": {
"@babel/template": "^7.12.13",
"@babel/traverse": "^7.14.0",
@@ -751,7 +653,7 @@
},
"node_modules/@babel/helpers/node_modules/@babel/generator": {
"version": "7.14.3",
- "license": "MIT",
+ "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==",
"dependencies": {
"@babel/types": "^7.14.2",
"jsesc": "^2.5.1",
@@ -760,7 +662,7 @@
},
"node_modules/@babel/helpers/node_modules/@babel/helper-function-name": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==",
"dependencies": {
"@babel/helper-get-function-arity": "^7.12.13",
"@babel/template": "^7.12.13",
@@ -769,11 +671,11 @@
},
"node_modules/@babel/helpers/node_modules/@babel/helper-validator-identifier": {
"version": "7.14.0",
- "license": "MIT"
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A=="
},
"node_modules/@babel/helpers/node_modules/@babel/parser": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==",
"bin": {
"parser": "bin/babel-parser.js"
},
@@ -783,7 +685,7 @@
},
"node_modules/@babel/helpers/node_modules/@babel/traverse": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==",
"dependencies": {
"@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.14.2",
@@ -797,7 +699,7 @@
},
"node_modules/@babel/helpers/node_modules/@babel/types": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
"dependencies": {
"@babel/helper-validator-identifier": "^7.14.0",
"to-fast-properties": "^2.0.0"
@@ -805,7 +707,7 @@
},
"node_modules/@babel/helpers/node_modules/debug": {
"version": "4.3.1",
- "license": "MIT",
+ "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
"dependencies": {
"ms": "2.1.2"
},
@@ -820,11 +722,11 @@
},
"node_modules/@babel/helpers/node_modules/ms": {
"version": "2.1.2",
- "license": "MIT"
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/@babel/highlight": {
"version": "7.13.8",
- "license": "MIT",
+ "integrity": "sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw==",
"dependencies": {
"@babel/helper-validator-identifier": "^7.12.11",
"chalk": "^2.0.0",
@@ -833,7 +735,7 @@
},
"node_modules/@babel/parser": {
"version": "7.13.9",
- "license": "MIT",
+ "integrity": "sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==",
"bin": {
"parser": "bin/babel-parser.js"
},
@@ -843,7 +745,7 @@
},
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
"version": "7.13.12",
- "license": "MIT",
+ "integrity": "sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==",
"dependencies": {
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
@@ -855,7 +757,7 @@
},
"node_modules/@babel/plugin-proposal-async-generator-functions": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-b1AM4F6fwck4N8ItZ/AtC4FP/cqZqmKRQ4FaTDutwSYyjuhtvsGEMLK4N/ztV/ImP40BjIDyMgBQAeAMsQYVFQ==",
"dependencies": {
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-remap-async-to-generator": "^7.13.0",
@@ -867,7 +769,7 @@
},
"node_modules/@babel/plugin-proposal-class-properties": {
"version": "7.13.0",
- "license": "MIT",
+ "integrity": "sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==",
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.13.0",
"@babel/helper-plugin-utils": "^7.13.0"
@@ -878,7 +780,7 @@
},
"node_modules/@babel/plugin-proposal-class-static-block": {
"version": "7.14.3",
- "license": "MIT",
+ "integrity": "sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==",
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.14.3",
"@babel/helper-plugin-utils": "^7.13.0",
@@ -890,7 +792,7 @@
},
"node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/generator": {
"version": "7.14.3",
- "license": "MIT",
+ "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==",
"dependencies": {
"@babel/types": "^7.14.2",
"jsesc": "^2.5.1",
@@ -899,7 +801,7 @@
},
"node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/helper-create-class-features-plugin": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.12.13",
"@babel/helper-function-name": "^7.14.2",
@@ -914,7 +816,7 @@
},
"node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/helper-function-name": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==",
"dependencies": {
"@babel/helper-get-function-arity": "^7.12.13",
"@babel/template": "^7.12.13",
@@ -923,14 +825,14 @@
},
"node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/helper-member-expression-to-functions": {
"version": "7.13.12",
- "license": "MIT",
+ "integrity": "sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==",
"dependencies": {
"@babel/types": "^7.13.12"
}
},
"node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/helper-replace-supers": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==",
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.13.12",
"@babel/helper-optimise-call-expression": "^7.12.13",
@@ -940,11 +842,11 @@
},
"node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/helper-validator-identifier": {
"version": "7.14.0",
- "license": "MIT"
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A=="
},
"node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/parser": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==",
"bin": {
"parser": "bin/babel-parser.js"
},
@@ -954,7 +856,7 @@
},
"node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/traverse": {
"version": "7.14.2",
- "license": "MIT",
+ "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==",
"dependencies": {
"@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.14.2",
@@ -968,7 +870,7 @@
},
"node_modules/@babel/plugin-proposal-class-static-block/node_modules/@babel/types": {
"version": "7.14.4",
- "license": "MIT",
+ "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",
"dependencies": {
"@babel/helper-validator-identifier": "^7.14.0",
"to-fast-properties": "^2.0.0"
@@ -976,7 +878,7 @@
},
"node_modules/@babel/plugin-proposal-class-static-block/node_modules/debug": {
"version": "4.3.1",
- "license": "MIT",
+ "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
"dependencies": {
"ms": "2.1.2"
},
@@ -991,11 +893,11 @@