From 575c04f5729686c33cc3b0557aa2788a87628f7b Mon Sep 17 00:00:00 2001 From: prakhyatox Date: Tue, 19 May 2026 11:37:04 +0100 Subject: [PATCH 01/94] adding vike-vue changes --- .eslintrc.cjs | 6 +- .prettierignore | 2 +- babel.config.js => babel.config.unused | 4 +- index.backup.html | 30 + index.html | 27 - package-lock.json | 3477 +++++++++++++---- package.json | 3 + .../AdditionalInformation/FieldInput.vue | 5 +- .../Editor/DataAccess/EditDataAccess.vue | 5 +- .../Editor/DataAccess/EditLicenceLinks.vue | 5 +- .../Editor/DataAccess/EditSupportLinks.vue | 5 +- src/components/Editor/EditPublications.vue | 47 +- src/components/Editor/EditRelationships.vue | 14 +- .../Editor/GeneralInformation/BaseFields.vue | 8 +- .../Editor/GeneralInformation/Contact.vue | 5 +- .../Editor/GeneralInformation/Maintainers.vue | 2 +- .../Editor/Organisations/LinkOverlay.vue | 79 +- .../Editor/Organisations/Organisations.vue | 8 +- src/components/Home/Carousel.vue | 62 +- src/components/Navigation/Header.vue | 174 +- src/components/Navigation/Jumbotron.vue | 119 +- .../Records/Record/AdditionalInfo.vue | 8 +- .../OtherDataProcesses.vue | 13 +- .../Record/GeneralInfo/Description.vue | 2 +- .../Records/Search/Header/FilterChips.vue | 5 +- .../Records/Search/Header/Pagination.vue | 13 +- .../Input/AdvancedSearch/AdvancedSearch.vue | 58 +- .../AdvancedSearchDialogBox.vue | 17 +- .../GroupCtrlSlot/DatabaseRule.vue | 2 +- .../GroupCtrlSlot/FairassistRule.vue | 2 +- .../GroupCtrlSlot/PolicyRule.vue | 2 +- .../UtilComponents/SelectComponent.vue | 2 +- .../Search/Input/FilterAutocomplete.vue | 11 +- .../Records/Search/Input/FilterButton.vue | 12 +- .../Records/Search/Input/StringSearch.vue | 158 +- .../Records/Search/Output/SearchLinkChips.vue | 11 +- src/{main.js => main.backup.js} | 19 +- src/{App.vue => pages/+Layout.vue} | 4 +- src/pages/+config.js | 13 + src/pages/+onCreateApp.js | 86 + src/pages/_error/+Page.vue | 1 + src/pages/all/+Page.vue | 5 + src/pages/all/+route.js | 1 + src/router/index.js | 361 +- .../advancedSearch.js | 32 +- src/store/editor.js | 15 +- src/store/index.js | 56 +- src/store/introspector.js | 26 +- src/store/recordData.js | 44 +- src/store/searchFilters.js | 2 +- src/utils/advancedSearchUtils.js | 4 +- src/utils/setupUtils.js | 26 +- .../AdvancedSearchRecordsView.vue | 12 +- src/views/Errors/404.vue | 6 +- src/views/Errors/500.vue | 2 +- src/views/Home/Home.vue | 37 +- src/views/Home/Home_backup.vue | 67 + src/views/Records/Records.vue | 5 +- src/views/Static/Community/Community.vue | 2 +- .../CommunityCuration/CommunityCuration.vue | 2 +- src/views/Static/Stats/Statistics.vue | 40 +- tests/unit/App.spec.js | 6 +- .../unit/components/Navigation/Header.spec.js | 5 +- .../AdvancedSearchDialogBox.spec.js | 2 +- tests/unit/main.spec.js | 6 +- tests/unit/utils/advancedSearchUtils.spec.js | 2 +- tests/unit/utils/setupUtils.spec.js | 2 +- vite.config.mjs | 31 +- vitest.config.mjs | 2 +- 69 files changed, 3800 insertions(+), 1527 deletions(-) rename babel.config.js => babel.config.unused (71%) create mode 100644 index.backup.html delete mode 100644 index.html rename src/{main.js => main.backup.js} (85%) rename src/{App.vue => pages/+Layout.vue} (94%) create mode 100644 src/pages/+config.js create mode 100644 src/pages/+onCreateApp.js create mode 100644 src/pages/_error/+Page.vue create mode 100644 src/pages/all/+Page.vue create mode 100644 src/pages/all/+route.js create mode 100644 src/views/Home/Home_backup.vue diff --git a/.eslintrc.cjs b/.eslintrc.cjs index dd0b8dee56..5b42841287 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -12,8 +12,8 @@ module.exports = { "prettier", ], rules: { - "no-console": import.meta.env.VITE_NODE_ENV === "production" ? "error" : "off", - "no-debugger": import.meta.env.VITE_NODE_ENV === "production" ? "error" : "off", + "no-console": process.env.NODE_ENV === "production" ? "error" : "off", + "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off", "vue/multi-word-component-names": "off", "quote-props": ["error", "as-needed"], "vue/order-in-components": [ @@ -58,7 +58,7 @@ module.exports = { }, ], "brace-style": [ - "error", + "warn", "stroustrup", { allowSingleLine: true, diff --git a/.prettierignore b/.prettierignore index c91371d1ef..77c14fe41f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,7 +7,7 @@ coverage documentation/* .eslintrc.cjs .github/* -babel.config.js +babel.config.unused package.json README.md vite.config.mjs diff --git a/babel.config.js b/babel.config.unused similarity index 71% rename from babel.config.js rename to babel.config.unused index feb9f75d6c..43d0857b0c 100644 --- a/babel.config.js +++ b/babel.config.unused @@ -10,7 +10,7 @@ module.exports = { ] ], plugins: [ - '@babel/plugin-proposal-class-properties', - '@babel/plugin-proposal-private-methods' + '@babel/plugin-transform-class-properties', + '@babel/plugin-transform-private-methods' ] }; diff --git a/index.backup.html b/index.backup.html new file mode 100644 index 0000000000..ecddd6d479 --- /dev/null +++ b/index.backup.html @@ -0,0 +1,30 @@ + + + + + + + + + FAIRsharing + + + + + +
+ + + + diff --git a/index.html b/index.html deleted file mode 100644 index 3f3e7f5e84..0000000000 --- a/index.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - FAIRsharing - - - - - -
- - - - diff --git a/package-lock.json b/package-lock.json index 4ff6727411..5daaec5535 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,6 +25,7 @@ "jquery": "^3.5.1", "json-to-graphql-query": "^2.2.5", "lodash": "^4.17.21", + "lodash-es": "^4.18.1", "moment": "^2.29.1", "query-builder-vue-3": "^1.0.1", "roboto-fontface": "*", @@ -32,6 +33,8 @@ "simple-analytics-vue": "^3.0.2", "trace-unhandled": "^2.0.1", "tsparticles": "^3.5.0", + "vike": "^0.4.259", + "vike-vue": "^0.9.11", "vue": "^3.4.35", "vue-3-sanitize": "^0.1.4", "vue-code-highlight": "^0.7.8", @@ -122,7 +125,6 @@ "version": "7.29.0", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.28.5", @@ -137,7 +139,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.6.tgz", "integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -147,7 +148,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.6.tgz", "integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.28.6", @@ -178,7 +178,6 @@ "version": "7.29.1", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/parser": "^7.29.0", @@ -208,7 +207,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", - "dev": true, "license": "MIT", "dependencies": { "@babel/compat-data": "^7.28.6", @@ -282,7 +280,6 @@ "version": "7.28.0", "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -306,7 +303,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/traverse": "^7.28.6", @@ -320,7 +316,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", - "dev": true, "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.28.6", @@ -429,7 +424,6 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -454,7 +448,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz", "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/template": "^7.28.6", @@ -1697,7 +1690,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", - "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.28.6", @@ -1712,7 +1704,6 @@ "version": "7.29.0", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", - "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.29.0", @@ -1750,6 +1741,34 @@ "node": ">=18" } }, + "node_modules/@brillout/import": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/@brillout/import/-/import-0.2.6.tgz", + "integrity": "sha512-1GUTmADc8trUC1YSW2lp9r6PmwluMoEyHajnE1kxVdbKGD0wJOlq/DvTWMUqLtBDCnQR+n//qgMtz6HwA/lotA==", + "license": "MIT" + }, + "node_modules/@brillout/json-serializer": { + "version": "0.5.23", + "resolved": "https://registry.npmjs.org/@brillout/json-serializer/-/json-serializer-0.5.23.tgz", + "integrity": "sha512-nM7okvu4UaoxYshKB+903s3/UpIBdkJl++iDT3gOLnHaSqY6HbhAXTsUTxrroAAcIt6RKQfShaKjCBlzR2A1Gg==", + "license": "MIT" + }, + "node_modules/@brillout/picocolors": { + "version": "1.0.30", + "resolved": "https://registry.npmjs.org/@brillout/picocolors/-/picocolors-1.0.30.tgz", + "integrity": "sha512-xJjdgyN1H0qh2nB2xlzazIipiDixuUd9oD5msh/Qv5bXJG9j8MSD/m4lREt6Z10ej6FF31b8vB4tdT7lDUbiyA==", + "license": "ISC" + }, + "node_modules/@brillout/vite-plugin-server-entry": { + "version": "0.7.18", + "resolved": "https://registry.npmjs.org/@brillout/vite-plugin-server-entry/-/vite-plugin-server-entry-0.7.18.tgz", + "integrity": "sha512-j3neG+vaIZ2AbP2/vGgaIyJwrFIxlK3xd3Ey2EGBswCvAGeI4QSSfXGbb7R3b3H8223PgTTsWOZuZH0Y8Ope2w==", + "license": "MIT", + "dependencies": { + "@brillout/import": "^0.2.6", + "@brillout/picocolors": "^1.0.26" + } + }, "node_modules/@cacheable/memory": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.7.tgz", @@ -1916,10 +1935,62 @@ "url": "https://github.com/sponsors/JounQin" } }, + "node_modules/@emnapi/core": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz", + "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==", + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/core/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD", + "optional": true + }, + "node_modules/@emnapi/runtime": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz", + "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==", + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/runtime/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD", + "optional": true + }, + "node_modules/@emnapi/wasi-threads": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", + "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==", + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/wasi-threads/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD", + "optional": true + }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", - "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.0.tgz", + "integrity": "sha512-lhRUCeuOyJQURhTxl4WkpFTjIsbDayJHih5kZC1giwE+MhIzAb7mEsQMqMf18rHLsrb5qI1tafG20mLxEWcWlA==", "cpu": [ "ppc64" ], @@ -1933,9 +2004,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", - "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.0.tgz", + "integrity": "sha512-wqh0ByljabXLKHeWXYLqoJ5jKC4XBaw6Hk08OfMrCRd2nP2ZQ5eleDZC41XHyCNgktBGYMbqnrJKq/K/lzPMSQ==", "cpu": [ "arm" ], @@ -1949,9 +2020,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", - "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.0.tgz", + "integrity": "sha512-+WzIXQOSaGs33tLEgYPYe/yQHf0WTU0X42Jca3y8NWMbUVhp7rUnw+vAsRC/QiDrdD31IszMrZy+qwPOPjd+rw==", "cpu": [ "arm64" ], @@ -1965,9 +2036,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", - "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.0.tgz", + "integrity": "sha512-+VJggoaKhk2VNNqVL7f6S189UzShHC/mR9EE8rDdSkdpN0KflSwWY/gWjDrNxxisg8Fp1ZCD9jLMo4m0OUfeUA==", "cpu": [ "x64" ], @@ -1981,9 +2052,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", - "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.0.tgz", + "integrity": "sha512-0T+A9WZm+bZ84nZBtk1ckYsOvyA3x7e2Acj1KdVfV4/2tdG4fzUp91YHx+GArWLtwqp77pBXVCPn2We7Letr0Q==", "cpu": [ "arm64" ], @@ -1997,9 +2068,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", - "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.0.tgz", + "integrity": "sha512-fyzLm/DLDl/84OCfp2f/XQ4flmORsjU7VKt8HLjvIXChJoFFOIL6pLJPH4Yhd1n1gGFF9mPwtlN5Wf82DZs+LQ==", "cpu": [ "x64" ], @@ -2013,9 +2084,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", - "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.0.tgz", + "integrity": "sha512-l9GeW5UZBT9k9brBYI+0WDffcRxgHQD8ShN2Ur4xWq/NFzUKm3k5lsH4PdaRgb2w7mI9u61nr2gI2mLI27Nh3Q==", "cpu": [ "arm64" ], @@ -2029,9 +2100,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", - "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.0.tgz", + "integrity": "sha512-BXoQai/A0wPO6Es3yFJ7APCiKGc1tdAEOgeTNy3SsB491S3aHn4S4r3e976eUnPdU+NbdtmBuLncYir2tMU9Nw==", "cpu": [ "x64" ], @@ -2045,9 +2116,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", - "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.0.tgz", + "integrity": "sha512-CjaaREJagqJp7iTaNQjjidaNbCKYcd4IDkzbwwxtSvjI7NZm79qiHc8HqciMddQ6CKvJT6aBd8lO9kN/ZudLlw==", "cpu": [ "arm" ], @@ -2061,9 +2132,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", - "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.0.tgz", + "integrity": "sha512-RVyzfb3FWsGA55n6WY0MEIEPURL1FcbhFE6BffZEMEekfCzCIMtB5yyDcFnVbTnwk+CLAgTujmV/Lgvih56W+A==", "cpu": [ "arm64" ], @@ -2077,9 +2148,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", - "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.0.tgz", + "integrity": "sha512-KBnSTt1kxl9x70q+ydterVdl+Cn0H18ngRMRCEQfrbqdUuntQQ0LoMZv47uB97NljZFzY6HcfqEZ2SAyIUTQBQ==", "cpu": [ "ia32" ], @@ -2093,9 +2164,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", - "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.0.tgz", + "integrity": "sha512-zpSlUce1mnxzgBADvxKXX5sl8aYQHo2ezvMNI8I0lbblJtp8V4odlm3Yzlj7gPyt3T8ReksE6bK+pT3WD+aJRg==", "cpu": [ "loong64" ], @@ -2109,9 +2180,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", - "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.0.tgz", + "integrity": "sha512-2jIfP6mmjkdmeTlsX/9vmdmhBmKADrWqN7zcdtHIeNSCH1SqIoNI63cYsjQR8J+wGa4Y5izRcSHSm8K3QWmk3w==", "cpu": [ "mips64el" ], @@ -2125,9 +2196,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", - "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.0.tgz", + "integrity": "sha512-bc0FE9wWeC0WBm49IQMPSPILRocGTQt3j5KPCA8os6VprfuJ7KD+5PzESSrJ6GmPIPJK965ZJHTUlSA6GNYEhg==", "cpu": [ "ppc64" ], @@ -2141,9 +2212,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", - "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.0.tgz", + "integrity": "sha512-SQPZOwoTTT/HXFXQJG/vBX8sOFagGqvZyXcgLA3NhIqcBv1BJU1d46c0rGcrij2B56Z2rNiSLaZOYW5cUk7yLQ==", "cpu": [ "riscv64" ], @@ -2157,9 +2228,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", - "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.0.tgz", + "integrity": "sha512-SCfR0HN8CEEjnYnySJTd2cw0k9OHB/YFzt5zgJEwa+wL/T/raGWYMBqwDNAC6dqFKmJYZoQBRfHjgwLHGSrn3Q==", "cpu": [ "s390x" ], @@ -2173,9 +2244,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", - "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.0.tgz", + "integrity": "sha512-us0dSb9iFxIi8srnpl931Nvs65it/Jd2a2K3qs7fz2WfGPHqzfzZTfec7oxZJRNPXPnNYZtanmRc4AL/JwVzHQ==", "cpu": [ "x64" ], @@ -2189,9 +2260,9 @@ } }, "node_modules/@esbuild/netbsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", - "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.0.tgz", + "integrity": "sha512-CR/RYotgtCKwtftMwJlUU7xCVNg3lMYZ0RzTmAHSfLCXw3NtZtNpswLEj/Kkf6kEL3Gw+BpOekRX0BYCtklhUw==", "cpu": [ "arm64" ], @@ -2205,9 +2276,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", - "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.0.tgz", + "integrity": "sha512-nU1yhmYutL+fQ71Kxnhg8uEOdC0pwEW9entHykTgEbna2pw2dkbFSMeqjjyHZoCmt8SBkOSvV+yNmm94aUrrqw==", "cpu": [ "x64" ], @@ -2221,9 +2292,9 @@ } }, "node_modules/@esbuild/openbsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", - "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.0.tgz", + "integrity": "sha512-cXb5vApOsRsxsEl4mcZ1XY3D4DzcoMxR/nnc4IyqYs0rTI8ZKmW6kyyg+11Z8yvgMfAEldKzP7AdP64HnSC/6g==", "cpu": [ "arm64" ], @@ -2237,9 +2308,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", - "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.0.tgz", + "integrity": "sha512-8wZM2qqtv9UP3mzy7HiGYNH/zjTA355mpeuA+859TyR+e+Tc08IHYpLJuMsfpDJwoLo1ikIJI8jC3GFjnRClzA==", "cpu": [ "x64" ], @@ -2253,9 +2324,9 @@ } }, "node_modules/@esbuild/openharmony-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", - "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.0.tgz", + "integrity": "sha512-FLGfyizszcef5C3YtoyQDACyg95+dndv79i2EekILBofh5wpCa1KuBqOWKrEHZg3zrL3t5ouE5jgr94vA+Wb2w==", "cpu": [ "arm64" ], @@ -2269,9 +2340,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", - "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.0.tgz", + "integrity": "sha512-1ZgjUoEdHZZl/YlV76TSCz9Hqj9h9YmMGAgAPYd+q4SicWNX3G5GCyx9uhQWSLcbvPW8Ni7lj4gDa1T40akdlw==", "cpu": [ "x64" ], @@ -2285,9 +2356,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", - "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.0.tgz", + "integrity": "sha512-Q9StnDmQ/enxnpxCCLSg0oo4+34B9TdXpuyPeTedN/6+iXBJ4J+zwfQI28u/Jl40nOYAxGoNi7mFP40RUtkmUA==", "cpu": [ "arm64" ], @@ -2301,9 +2372,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", - "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.0.tgz", + "integrity": "sha512-zF3ag/gfiCe6U2iczcRzSYJKH1DCI+ByzSENHlM2FcDbEeo5Zd2C86Aq0tKUYAJJ1obRP84ymxIAksZUcdztHA==", "cpu": [ "ia32" ], @@ -2317,9 +2388,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", - "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.0.tgz", + "integrity": "sha512-pEl1bO9mfAmIC+tW5btTmrKaujg3zGtUmWNdCw/xs70FBjwAL3o9OEKNHvNmnyylD6ubxUERiEhdsL0xBQ9efw==", "cpu": [ "x64" ], @@ -2554,7 +2625,6 @@ "version": "0.3.13", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", - "devOptional": true, "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", @@ -2565,7 +2635,6 @@ "version": "2.3.5", "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", - "dev": true, "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", @@ -2576,7 +2645,6 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "devOptional": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -2603,7 +2671,6 @@ "version": "0.3.31", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", - "devOptional": true, "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -2630,6 +2697,24 @@ "dev": true, "license": "MIT" }, + "node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz", + "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==", + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -2672,46 +2757,10 @@ "dev": true, "license": "MIT" }, - "node_modules/@parcel/watcher": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", - "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "dependencies": { - "detect-libc": "^1.0.3", - "is-glob": "^4.0.3", - "micromatch": "^4.0.5", - "node-addon-api": "^7.0.0" - }, - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "@parcel/watcher-android-arm64": "2.5.1", - "@parcel/watcher-darwin-arm64": "2.5.1", - "@parcel/watcher-darwin-x64": "2.5.1", - "@parcel/watcher-freebsd-x64": "2.5.1", - "@parcel/watcher-linux-arm-glibc": "2.5.1", - "@parcel/watcher-linux-arm-musl": "2.5.1", - "@parcel/watcher-linux-arm64-glibc": "2.5.1", - "@parcel/watcher-linux-arm64-musl": "2.5.1", - "@parcel/watcher-linux-x64-glibc": "2.5.1", - "@parcel/watcher-linux-x64-musl": "2.5.1", - "@parcel/watcher-win32-arm64": "2.5.1", - "@parcel/watcher-win32-ia32": "2.5.1", - "@parcel/watcher-win32-x64": "2.5.1" - } - }, - "node_modules/@parcel/watcher-android-arm64": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", - "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", + "node_modules/@oxc-parser/binding-android-arm64": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.104.0.tgz", + "integrity": "sha512-2a4tk6mtkPbGwT4Zi8pjOqMkmkrvc/Pussmas+uXoiCVv7sn7P7Jn93ATu/HK49dxIwvrvQCZ3BcS0KhAvKxlQ==", "cpu": [ "arm64" ], @@ -2721,17 +2770,13 @@ "android" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-darwin-arm64": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", - "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", + "node_modules/@oxc-parser/binding-darwin-arm64": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.104.0.tgz", + "integrity": "sha512-qprm6/Hr35TSCkJoo+huRHq3siyqRyMBtNVNJQkJorZAGcffQTzzdhmzJnA7TQc+WnN36/Jq56D7/INu0/2knQ==", "cpu": [ "arm64" ], @@ -2741,17 +2786,13 @@ "darwin" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-darwin-x64": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", - "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", + "node_modules/@oxc-parser/binding-darwin-x64": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.104.0.tgz", + "integrity": "sha512-Xpu0l/l2zCUeheIrpu7dz6FxQ96W0f8Dq9rhYE1yLtTqQpMGhefnEV5Lr8qd15clwniZiKWZO6FGQawQ7npt3Q==", "cpu": [ "x64" ], @@ -2761,17 +2802,13 @@ "darwin" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-freebsd-x64": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", - "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", + "node_modules/@oxc-parser/binding-freebsd-x64": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.104.0.tgz", + "integrity": "sha512-I++fE3ZrhjtLzA0mqFcC/GuA6+dWNa/QkJJfm7sS4NGGQhipQQ2vikCK6jZK1YGIsbDFDrSoQCfA3tQfeK6pqg==", "cpu": [ "x64" ], @@ -2781,17 +2818,13 @@ "freebsd" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-linux-arm-glibc": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", - "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", + "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.104.0.tgz", + "integrity": "sha512-JkvwCNZm3ZwVG1r+c3LrcrxpJ1YXAtYEbVwOcwe+wh6LnltGoxEEZk7Zo9259jch8GiWW6AfRGDQY2FxzWJT7A==", "cpu": [ "arm" ], @@ -2801,19 +2834,15 @@ "linux" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-linux-arm-musl": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", - "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", + "node_modules/@oxc-parser/binding-linux-arm64-gnu": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.104.0.tgz", + "integrity": "sha512-CD9Tzp3dfMtujHikS0JwTIOaDUCBWItvziUTDYsMXrfVHjfSaGGsaKqIQmNsG1Qg7QdmtMZtMW0pQcHGZQ2OoA==", "cpu": [ - "arm" + "arm64" ], "license": "MIT", "optional": true, @@ -2821,17 +2850,13 @@ "linux" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-linux-arm64-glibc": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", - "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", + "node_modules/@oxc-parser/binding-linux-arm64-musl": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.104.0.tgz", + "integrity": "sha512-lARUu7lrZ7CoAm2arLJQkq9Sem2NiC3DaphmPvlf2X+ngkWcYUCRxZanhe+++x/bVzKrwvxormC3IVaulP51mQ==", "cpu": [ "arm64" ], @@ -2841,19 +2866,15 @@ "linux" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-linux-arm64-musl": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", - "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", + "node_modules/@oxc-parser/binding-linux-riscv64-gnu": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.104.0.tgz", + "integrity": "sha512-hnPWrncj89/7AiMt19Juqpa04z8OpJrIf3/ToGkJafZ3A1ZN50atyNKQD5EmGs2/gdaFxF4hG3zUnLKhX9nTtQ==", "cpu": [ - "arm64" + "riscv64" ], "license": "MIT", "optional": true, @@ -2861,17 +2882,29 @@ "linux" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-linux-x64-glibc": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", - "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", + "node_modules/@oxc-parser/binding-linux-s390x-gnu": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.104.0.tgz", + "integrity": "sha512-VegcKzBgUoHQ/p5NyV+GrdEgJEXhX4AD+kCZng+viP/eNsZJgmp2K1jDBCeLSUZIdSmdldK5wlSma3Bf8MKcUQ==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-linux-x64-gnu": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.104.0.tgz", + "integrity": "sha512-nDtCJIwaNgVNLR1EOgb1Xsz7VL3TOASLRbQEC+wLZycs3CCETlGNQht5OqwXPNjbem61kl4l8dvuEavu8BRT/Q==", "cpu": [ "x64" ], @@ -2881,17 +2914,13 @@ "linux" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-linux-x64-musl": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", - "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", + "node_modules/@oxc-parser/binding-linux-x64-musl": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.104.0.tgz", + "integrity": "sha512-E98MNPE3d88D2xUABQYWH2cYqLA/mmOM4XL3CZHaG5dM68sN3fzCyV0ryK5skq4hVK1L2e6jk79z5oLArsCYyA==", "cpu": [ "x64" ], @@ -2900,25 +2929,132 @@ "os": [ "linux" ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-openharmony-arm64": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.104.0.tgz", + "integrity": "sha512-/FNOTg5tzlpB0hunjdI1AiJp2lC8NvBl0HpqMk0qp42KAK+yOe7nyw7XcNpMH7SvhmPe+R3oyJV8UQv953sCvA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-wasm32-wasi": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.104.0.tgz", + "integrity": "sha512-I+xnHDxkInzHBZV+YERIvvrt+GFwEBdgq/RUax5jLl8yHg5iPVq11qtGh3m+2v8zAjQXYPmBbcANNGWwgXqtWQ==", + "cpu": [ + "wasm32" + ], + "license": "MIT", + "optional": true, + "dependencies": { + "@napi-rs/wasm-runtime": "^1.1.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@oxc-parser/binding-win32-arm64-msvc": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.104.0.tgz", + "integrity": "sha512-EWHVWfllZGTJFWfjfBKzvS/0uuw6/Z3+o598VTvySamy5fz2f4P1mNElvTi4tGGhbm1sGTYnYRNRW8XBAnGUGg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-win32-x64-msvc": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.104.0.tgz", + "integrity": "sha512-Nj7zeywIvxBRRd0I6NrdGufOOdiwQcAKnkRwtWo5dejPTmR1XM+9iRHJztoKacejW5+VOdEwQrfCjpa8MdLJBQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-project/types": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.104.0.tgz", + "integrity": "sha512-We30k+29WpOerl3gCb1v8IFL4vmKTkghjist4TQ89yw7adGDCKFGf8+4mA4H3Ek5ajRzzBZ7BtGY8aIaOv9oFQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/Boshen" + } + }, + "node_modules/@parcel/watcher": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", + "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "dependencies": { + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" + }, "engines": { "node": ">= 10.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "@parcel/watcher-android-arm64": "2.5.1", + "@parcel/watcher-darwin-arm64": "2.5.1", + "@parcel/watcher-darwin-x64": "2.5.1", + "@parcel/watcher-freebsd-x64": "2.5.1", + "@parcel/watcher-linux-arm-glibc": "2.5.1", + "@parcel/watcher-linux-arm-musl": "2.5.1", + "@parcel/watcher-linux-arm64-glibc": "2.5.1", + "@parcel/watcher-linux-arm64-musl": "2.5.1", + "@parcel/watcher-linux-x64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-musl": "2.5.1", + "@parcel/watcher-win32-arm64": "2.5.1", + "@parcel/watcher-win32-ia32": "2.5.1", + "@parcel/watcher-win32-x64": "2.5.1" } }, - "node_modules/@parcel/watcher-win32-arm64": { + "node_modules/@parcel/watcher-android-arm64": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", - "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", + "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "android" ], "engines": { "node": ">= 10.0.0" @@ -2928,17 +3064,18 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/watcher-win32-ia32": { + "node_modules/@parcel/watcher-darwin-arm64": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", - "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", + "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", "cpu": [ - "ia32" + "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "darwin" ], "engines": { "node": ">= 10.0.0" @@ -2948,17 +3085,18 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/watcher-win32-x64": { + "node_modules/@parcel/watcher-darwin-x64": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", - "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", + "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "darwin" ], "engines": { "node": ">= 10.0.0" @@ -2968,225 +3106,317 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@pkgjs/parseargs": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "node_modules/@parcel/watcher-freebsd-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", + "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", + "cpu": [ + "x64" + ], "dev": true, "license": "MIT", "optional": true, + "os": [ + "freebsd" + ], "engines": { - "node": ">=14" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@polka/url": { - "version": "1.0.0-next.29", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz", - "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==", - "dev": true, - "license": "MIT" - }, - "node_modules/@rolldown/pluginutils": { - "version": "1.0.0-rc.13", - "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.13.tgz", - "integrity": "sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@rollup/plugin-inject": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz", - "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==", + "node_modules/@parcel/watcher-linux-arm-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", + "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", + "cpu": [ + "arm" + ], "dev": true, "license": "MIT", - "dependencies": { - "@rollup/pluginutils": "^5.0.1", - "estree-walker": "^2.0.2", - "magic-string": "^0.30.3" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + "node": ">= 10.0.0" }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@rollup/plugin-inject/node_modules/@rollup/pluginutils": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", - "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", + "node_modules/@parcel/watcher-linux-arm-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", + "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", + "cpu": [ + "arm" + ], "dev": true, "license": "MIT", - "dependencies": { - "@types/estree": "^1.0.0", - "estree-walker": "^2.0.2", - "picomatch": "^4.0.2" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + "node": ">= 10.0.0" }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@rollup/plugin-inject/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "node_modules/@parcel/watcher-linux-arm64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", + "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=12" + "node": ">= 10.0.0" }, "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } }, - "node_modules/@rollup/pluginutils": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", - "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", + "node_modules/@parcel/watcher-linux-arm64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", + "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", - "dependencies": { - "estree-walker": "^2.0.1", - "picomatch": "^2.2.2" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", + "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 8.0.0" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz", - "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==", + "node_modules/@parcel/watcher-linux-x64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", + "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", "cpu": [ - "arm" + "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "android" - ] + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz", - "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==", + "node_modules/@parcel/watcher-win32-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", + "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "android" - ] + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.1.tgz", - "integrity": "sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==", + "node_modules/@parcel/watcher-win32-ia32": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", + "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", "cpu": [ - "arm64" + "ia32" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "darwin" - ] + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz", - "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==", + "node_modules/@parcel/watcher-win32-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", + "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "darwin" - ] + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } }, - "node_modules/@rollup/rollup-freebsd-arm64": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz", - "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==", + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@polka/url": { + "version": "1.0.0-next.29", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz", + "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==", + "license": "MIT" + }, + "node_modules/@rolldown/binding-android-arm64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.1.tgz", + "integrity": "sha512-fJI3I0r3C3Oj/zdBCpaCmBRZYf07xpaq4yCfDDoSFm+beWNzbIl26puW8RraUdugoJw/95zerNOn6jasAhzSmg==", "cpu": [ "arm64" ], "license": "MIT", "optional": true, "os": [ - "freebsd" - ] + "android" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-freebsd-x64": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz", - "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==", + "node_modules/@rolldown/binding-darwin-arm64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.1.tgz", + "integrity": "sha512-cKnAhWEsV7TPcA/5EAteDp6KcJZBQ2G+BqE7zayMMi7kMvwRsbv7WT9aOnn0WNl4SKEIf43vjS31iUPu80nzXg==", "cpu": [ - "x64" + "arm64" ], "license": "MIT", "optional": true, "os": [ - "freebsd" - ] + "darwin" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz", - "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==", + "node_modules/@rolldown/binding-darwin-x64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.1.tgz", + "integrity": "sha512-YKrVwQjIRBPo+5G/u03wGjbdy4q7pyzCe93DK9VJ7zkVmeg8LJ7GbgsiHWdR4xSoe4CAXRD7Bcjgbtr64bkXNg==", "cpu": [ - "arm" + "x64" ], "license": "MIT", "optional": true, "os": [ - "linux" - ] + "darwin" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz", - "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==", + "node_modules/@rolldown/binding-freebsd-x64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.1.tgz", + "integrity": "sha512-z/oBsREo46SsFqBwYtFe0kpJeBijAT48O/WXLI4suiCLBkr03RTtTJMCzSdDd2znlh8VJizL09XVkQgk8IZonw==", "cpu": [ - "arm" + "x64" ], "license": "MIT", "optional": true, "os": [ - "linux" - ] + "freebsd" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz", - "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==", + "node_modules/@rolldown/binding-linux-arm-gnueabihf": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.1.tgz", + "integrity": "sha512-ik8q7GM11zxvYxFc2PeDcT6TBvhCQMaUxfph/M5l9sKuTs/Sjg3L+Byw0F7w0ZVLBZmx30P+gG0ECzzN+MFcmQ==", "cpu": [ - "arm64" + "arm" ], "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz", - "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==", + "node_modules/@rolldown/binding-linux-arm64-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.1.tgz", + "integrity": "sha512-QoSx2EkyrrdZ6kcyE8stqZ62t0Yra8Fs5ia9lOxJrh6TMQJK7gQKmscdTHf7pOXKREKrVwOtJcQG3qVSfc866A==", "cpu": [ "arm64" ], @@ -3194,205 +3424,589 @@ "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-loong64-gnu": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz", - "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==", + "node_modules/@rolldown/binding-linux-arm64-musl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.1.tgz", + "integrity": "sha512-uwNwFpwKeNiZawfAWBgg0VIztPTV3ihhh1vV334h9ivnNLorxnQMU6Fz8wG1Zb4Qh9LC1/MkcyT3YlDXG3Rsgg==", "cpu": [ - "loong64" + "arm64" ], "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-loong64-musl": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz", - "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==", + "node_modules/@rolldown/binding-linux-ppc64-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.1.tgz", + "integrity": "sha512-zY1bul7OWr7DFBiJ++wofXvnr8B45ce3QsQUhKrIhXsygAh7bTkwyeM1bi1a2g5C/yC/N8TZyGDEoMfm/l9mpg==", "cpu": [ - "loong64" + "ppc64" ], "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-ppc64-gnu": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz", - "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==", + "node_modules/@rolldown/binding-linux-s390x-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.1.tgz", + "integrity": "sha512-0frlsT/f4Ft6I7SMESTKnF3cZsdicQn1dCMkF/jT9wDLE+gGoiQfv1nmT9e+s7s/fekvvy6tZM2jHvI2tkbJDQ==", "cpu": [ - "ppc64" + "s390x" ], "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-ppc64-musl": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz", - "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==", + "node_modules/@rolldown/binding-linux-x64-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.1.tgz", + "integrity": "sha512-XABVmGp9Tg0WspTVvwduTc4fpqy6JnAUrSQe6OuyqD/03nI7r0O9OWUkMIwFrjKAIqolvqoA4ZrJppgwE0Gxmw==", "cpu": [ - "ppc64" + "x64" ], "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz", - "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==", + "node_modules/@rolldown/binding-linux-x64-musl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.1.tgz", + "integrity": "sha512-bV4fzswuzVcKD90o/VM6QqKxnxlDq0g2BISDLNVmxrnhpv1DDbyPhCIjYfvzYLV+MvkKKnQt2Q6AO86SEBULUQ==", "cpu": [ - "riscv64" + "x64" ], "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-riscv64-musl": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz", - "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==", + "node_modules/@rolldown/binding-openharmony-arm64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.1.tgz", + "integrity": "sha512-/Mh0Zhq3OP7fVs0kcQHZP6lZEthMGTaSf8UBQYSFEZDWGXXlEC+nJ6EqenaK2t4LBXMe3A+K/G2BVXXdtOr4PQ==", "cpu": [ - "riscv64" + "arm64" ], "license": "MIT", "optional": true, "os": [ - "linux" - ] + "openharmony" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { + "node_modules/@rolldown/binding-wasm32-wasi": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.1.tgz", + "integrity": "sha512-+1xc9X45l8ufsBAm6Gjvx2qDRIY9lTVt0cgWNcJ+1gdhXvkbxePA60yRTwSTuXL09CMhyJmjpV7E3NoyxbqFQQ==", + "cpu": [ + "wasm32" + ], + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "1.10.0", + "@emnapi/runtime": "1.10.0", + "@napi-rs/wasm-runtime": "^1.1.4" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@rolldown/binding-win32-arm64-msvc": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.1.tgz", + "integrity": "sha512-1D+UqZdfnuR+Jy1GgMJwi85bD40H21uNmOPRWQhw4oRSuolZ/B5rixZ45DK2KXOTCvmVCecauWgEhbw8bI7tOw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@rolldown/binding-win32-x64-msvc": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.1.tgz", + "integrity": "sha512-INAycaWuhlOK3wk4mRHGsdgwYWmd9cChdPdE9bwWmy6rn9VqVNYNFGhOdXrofXUxwHIncSiPNb8tNm8knDVIeQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@rolldown/pluginutils": { + "version": "1.0.0-rc.13", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.13.tgz", + "integrity": "sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@rollup/plugin-inject": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz", + "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rollup/pluginutils": "^5.0.1", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.3" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/plugin-inject/node_modules/@rollup/pluginutils": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", + "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^4.0.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/plugin-inject/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/@rollup/pluginutils": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", + "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "estree-walker": "^2.0.1", + "picomatch": "^2.2.2" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/@rollup/rollup-android-arm-eabi": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz", - "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz", + "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==", "cpu": [ - "s390x" + "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" + "android" ] }, - "node_modules/@rollup/rollup-linux-x64-gnu": { + "node_modules/@rollup/rollup-android-arm64": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz", - "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz", + "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==", "cpu": [ - "x64" + "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" + "android" ] }, - "node_modules/@rollup/rollup-linux-x64-musl": { + "node_modules/@rollup/rollup-darwin-arm64": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz", - "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.1.tgz", + "integrity": "sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==", "cpu": [ - "x64" + "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" + "darwin" ] }, - "node_modules/@rollup/rollup-openbsd-x64": { + "node_modules/@rollup/rollup-darwin-x64": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz", - "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz", + "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==", "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "openbsd" + "darwin" ] }, - "node_modules/@rollup/rollup-openharmony-arm64": { + "node_modules/@rollup/rollup-freebsd-arm64": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz", - "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz", + "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==", "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "openharmony" + "freebsd" ] }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { + "node_modules/@rollup/rollup-freebsd-x64": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz", - "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz", + "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==", "cpu": [ - "arm64" + "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "freebsd" ] }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz", - "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz", + "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==", "cpu": [ - "ia32" + "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ] }, - "node_modules/@rollup/rollup-win32-x64-gnu": { + "node_modules/@rollup/rollup-linux-arm-musleabihf": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz", - "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz", + "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==", "cpu": [ - "x64" + "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ] }, - "node_modules/@rollup/rollup-win32-x64-msvc": { + "node_modules/@rollup/rollup-linux-arm64-gnu": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz", - "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz", + "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==", "cpu": [ - "x64" + "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ] }, - "node_modules/@samverschueren/stream-to-observable": { - "version": "0.3.1", + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz", + "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz", + "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz", + "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz", + "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz", + "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz", + "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz", + "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz", + "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz", + "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz", + "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-openbsd-x64": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz", + "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ] + }, + "node_modules/@rollup/rollup-openharmony-arm64": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz", + "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz", + "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz", + "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz", + "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz", + "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@samverschueren/stream-to-observable": { + "version": "0.3.1", "resolved": "https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.1.tgz", "integrity": "sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ==", "dev": true, @@ -3488,6 +4102,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/basic/-/basic-3.9.1.tgz", "integrity": "sha512-ijr2dHMx0IQHqhKW3qA8tfwrR2XYbbWYdaJMQuBo2CkwBVIhZ76U+H20Y492j/NXpd1FUnt2aC0l4CEVGVGdeQ==", + "deprecated": "tsParticles v4 is out, please upgrade for better performances and more features", "funding": [ { "type": "github", @@ -3520,6 +4135,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/engine/-/engine-3.9.1.tgz", "integrity": "sha512-DpdgAhWMZ3Eh2gyxik8FXS6BKZ8vyea+Eu5BC4epsahqTGY9V3JGGJcXC6lRJx6cPMAx1A0FaQAojPF3v6rkmQ==", + "deprecated": "tsParticles v4 is out, please upgrade for better performances and more features", "funding": [ { "type": "github", @@ -3667,6 +4283,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/move-base/-/move-base-3.9.1.tgz", "integrity": "sha512-X4huBS27d8srpxwOxliWPUt+NtCwY+8q/cx1DvQxyqmTA8VFCGpcHNwtqiN+9JicgzOvSuaORVqUgwlsc7h4pQ==", + "deprecated": "this package was deprecated in tsparticles v4, replaced by @tsparticles/plugin-move", "license": "MIT", "dependencies": { "@tsparticles/engine": "3.9.1" @@ -3676,6 +4293,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/move-parallax/-/move-parallax-3.9.1.tgz", "integrity": "sha512-whlOR0bVeyh6J/hvxf/QM3DqvNnITMiAQ0kro6saqSDItAVqg4pYxBfEsSOKq7EhjxNvfhhqR+pFMhp06zoCVA==", + "deprecated": "this package was deprecated in tsparticles v4, replaced by @tsparticles/interaction-external-parallax", "license": "MIT", "dependencies": { "@tsparticles/engine": "3.9.1" @@ -3915,6 +4533,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/slim/-/slim-3.9.1.tgz", "integrity": "sha512-CL5cDmADU7sDjRli0So+hY61VMbdroqbArmR9Av+c1Fisa5ytr6QD7Jv62iwU2S6rvgicEe9OyRmSy5GIefwZw==", + "deprecated": "tsParticles v4 is out, please upgrade for better performances and more features", "funding": [ { "type": "github", @@ -3963,6 +4582,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/updater-color/-/updater-color-3.9.1.tgz", "integrity": "sha512-XGWdscrgEMA8L5E7exsE0f8/2zHKIqnTrZymcyuFBw2DCB6BIV+5z6qaNStpxrhq3DbIxxhqqcybqeOo7+Alpg==", + "deprecated": "this package was deprecated in tsparticles v4, replaced by @tsparticles/updater-paint", "license": "MIT", "dependencies": { "@tsparticles/engine": "3.9.1" @@ -4035,6 +4655,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/updater-stroke-color/-/updater-stroke-color-3.9.1.tgz", "integrity": "sha512-3x14+C2is9pZYTg9T2TiA/aM1YMq4wLdYaZDcHm3qO30DZu5oeQq0rm/6w+QOGKYY1Z3Htg9rlSUZkhTHn7eDA==", + "deprecated": "this package was deprecated in tsparticles v4, replaced by @tsparticles/updater-paint", "license": "MIT", "dependencies": { "@tsparticles/engine": "3.9.1" @@ -4091,6 +4712,23 @@ "vue": "^3.3.13" } }, + "node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz", + "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==", + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tybys/wasm-util/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD", + "optional": true + }, "node_modules/@types/chai": { "version": "5.2.3", "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz", @@ -4124,7 +4762,6 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", - "devOptional": true, "license": "MIT" }, "node_modules/@types/glob": { @@ -4250,31 +4887,118 @@ "deprecated": "Potential CWE-502 - Update to 1.3.1 or higher", "license": "ISC" }, - "node_modules/@vitejs/plugin-legacy": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-6.1.1.tgz", - "integrity": "sha512-BvusL+mYZ0q5qS5Rq3D70QxZBmhyiHRaXLtYJHH5AEsAmdSqJR4xe5KwMi1H3w8/9lVJwhkLYqFQ9vmWYWy6kA==", - "dev": true, + "node_modules/@universal-deploy/store": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@universal-deploy/store/-/store-0.2.1.tgz", + "integrity": "sha512-9CYaStacvufXAaVmaf8dxEVptqpcX5m9+vz1PIlN4gjYKlXfOdbZTuhv2xLwp3mj4jBR2/8VYdF5Vviw9cBYEA==", "license": "MIT", "dependencies": { - "@babel/core": "^7.26.10", - "@babel/preset-env": "^7.26.9", - "browserslist": "^4.24.4", - "browserslist-to-esbuild": "^2.1.1", - "core-js": "^3.41.0", - "magic-string": "^0.30.17", - "regenerator-runtime": "^0.14.1", - "systemjs": "^6.15.1" - }, - "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" + "rou3": "^0.8.1", + "srvx": "*" }, "peerDependencies": { - "terser": "^5.16.0", - "vite": "^6.0.0" + "srvx": "*" + }, + "peerDependenciesMeta": { + "srvx": { + "optional": true + } + } + }, + "node_modules/@universal-middleware/core": { + "version": "0.4.17", + "resolved": "https://registry.npmjs.org/@universal-middleware/core/-/core-0.4.17.tgz", + "integrity": "sha512-q+/nXW9DQ94RtmlghC57DhwEvjrqxX57EtU40iaM3U+eYTKc+FVnEdlpdrYX8kCAdEU7zVBLBlFgJre+VrXoUg==", + "license": "MIT", + "dependencies": { + "regexparam": "^3.0.0", + "tough-cookie": "^6.0.0" + }, + "peerDependencies": { + "@cloudflare/workers-types": "^4.20260302.0", + "@hattip/core": "^0.0.49", + "@types/express": "^4 || ^5", + "@webroute/route": "^0.8.0", + "elysia": "^1.4.25", + "fastify": "^5.7.4", + "h3": "^1.15.5", + "hono": "^4.11.9", + "srvx": ">=0.8" + }, + "peerDependenciesMeta": { + "@cloudflare/workers-types": { + "optional": true + }, + "@hattip/core": { + "optional": true + }, + "@types/express": { + "optional": true + }, + "@webroute/route": { + "optional": true + }, + "elysia": { + "optional": true + }, + "fastify": { + "optional": true + }, + "h3": { + "optional": true + }, + "hono": { + "optional": true + }, + "srvx": { + "optional": true + } + } + }, + "node_modules/@universal-middleware/express": { + "version": "0.4.26", + "resolved": "https://registry.npmjs.org/@universal-middleware/express/-/express-0.4.26.tgz", + "integrity": "sha512-zPtCWn4/kObx+Rd7UMpqjb1VP9qDzJEeb/oeN96nZv2b+wHvF9KKck9tftziuzeUYazjYrQ+Ug+aKVC6C7ndUw==", + "license": "MIT", + "dependencies": { + "@universal-middleware/core": "^0.4.17", + "@universal-middleware/node": "^0.1.0" + } + }, + "node_modules/@universal-middleware/node": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@universal-middleware/node/-/node-0.1.0.tgz", + "integrity": "sha512-I03mkOhw0Ka28MtALkpoGJYE8YYSJxmq/iambaqKGXxlFXgLI/VXlw0LmX9iansUzbolNq4hWFMfHyNp2xb4jA==", + "license": "MIT", + "dependencies": { + "@universal-middleware/core": "^0.4.17" + } + }, + "node_modules/@vitejs/plugin-legacy": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-6.1.1.tgz", + "integrity": "sha512-BvusL+mYZ0q5qS5Rq3D70QxZBmhyiHRaXLtYJHH5AEsAmdSqJR4xe5KwMi1H3w8/9lVJwhkLYqFQ9vmWYWy6kA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.26.10", + "@babel/preset-env": "^7.26.9", + "browserslist": "^4.24.4", + "browserslist-to-esbuild": "^2.1.1", + "core-js": "^3.41.0", + "magic-string": "^0.30.17", + "regenerator-runtime": "^0.14.1", + "systemjs": "^6.15.1" + }, + "engines": { + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "peerDependencies": { + "terser": "^5.16.0", + "vite": "^6.0.0" } }, "node_modules/@vitejs/plugin-vue": { @@ -4928,9 +5652,9 @@ } }, "node_modules/acorn": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", - "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", + "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -5356,7 +6080,6 @@ "version": "2.9.19", "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz", "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==", - "dev": true, "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.js" @@ -5518,7 +6241,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "fill-range": "^7.1.1" @@ -5706,7 +6429,6 @@ "version": "4.28.1", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", - "dev": true, "funding": [ { "type": "opencollective", @@ -5784,7 +6506,6 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "devOptional": true, "license": "MIT" }, "node_modules/buffer-xor": { @@ -5805,7 +6526,6 @@ "version": "6.7.14", "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", - "dev": true, "license": "MIT", "engines": { "node": ">=8" @@ -6110,7 +6830,6 @@ "version": "1.0.30001766", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz", "integrity": "sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==", - "dev": true, "funding": [ { "type": "opencollective", @@ -6546,6 +7265,12 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "license": "MIT" }, + "node_modules/confbox": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", + "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", + "license": "MIT" + }, "node_modules/config-chain": { "version": "1.1.13", "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", @@ -6624,11 +7349,16 @@ "dev": true, "license": "MIT" }, + "node_modules/convert-route": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/convert-route/-/convert-route-1.1.1.tgz", + "integrity": "sha512-FENJ90K52uyE/qpbjy0i0gbglgKaL50BweqXx2OPaSG/pby2woRrnAdSVcGCdFFVvb/u/UTGqKybohiqcFWCMQ==", + "license": "MIT" + }, "node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true, "license": "MIT" }, "node_modules/core-js": { @@ -7302,6 +8032,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "dev": true, "license": "Apache-2.0", "optional": true, "bin": { @@ -7628,7 +8359,6 @@ "version": "1.5.283", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.283.tgz", "integrity": "sha512-3vifjt1HgrGW/h76UEeny+adYApveS9dH2h3p57JYzBSXJIKUJAvtmIytDKjcSCt9xHfrNCFJ7gts6vkhuq++w==", - "dev": true, "license": "ISC" }, "node_modules/elegant-spinner": { @@ -7735,7 +8465,6 @@ "version": "1.7.0", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", - "dev": true, "license": "MIT" }, "node_modules/es-object-atoms": { @@ -7766,10 +8495,9 @@ } }, "node_modules/esbuild": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", - "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", - "devOptional": true, + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.0.tgz", + "integrity": "sha512-sNR9MHpXSUV/XB4zmsFKN+QgVG82Cc7+/aaxJ8Adi8hyOac+EXptIp45QBPaVyX3N70664wRbTcLTOemCAnyqw==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -7779,39 +8507,38 @@ "node": ">=18" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.12", - "@esbuild/android-arm": "0.25.12", - "@esbuild/android-arm64": "0.25.12", - "@esbuild/android-x64": "0.25.12", - "@esbuild/darwin-arm64": "0.25.12", - "@esbuild/darwin-x64": "0.25.12", - "@esbuild/freebsd-arm64": "0.25.12", - "@esbuild/freebsd-x64": "0.25.12", - "@esbuild/linux-arm": "0.25.12", - "@esbuild/linux-arm64": "0.25.12", - "@esbuild/linux-ia32": "0.25.12", - "@esbuild/linux-loong64": "0.25.12", - "@esbuild/linux-mips64el": "0.25.12", - "@esbuild/linux-ppc64": "0.25.12", - "@esbuild/linux-riscv64": "0.25.12", - "@esbuild/linux-s390x": "0.25.12", - "@esbuild/linux-x64": "0.25.12", - "@esbuild/netbsd-arm64": "0.25.12", - "@esbuild/netbsd-x64": "0.25.12", - "@esbuild/openbsd-arm64": "0.25.12", - "@esbuild/openbsd-x64": "0.25.12", - "@esbuild/openharmony-arm64": "0.25.12", - "@esbuild/sunos-x64": "0.25.12", - "@esbuild/win32-arm64": "0.25.12", - "@esbuild/win32-ia32": "0.25.12", - "@esbuild/win32-x64": "0.25.12" + "@esbuild/aix-ppc64": "0.28.0", + "@esbuild/android-arm": "0.28.0", + "@esbuild/android-arm64": "0.28.0", + "@esbuild/android-x64": "0.28.0", + "@esbuild/darwin-arm64": "0.28.0", + "@esbuild/darwin-x64": "0.28.0", + "@esbuild/freebsd-arm64": "0.28.0", + "@esbuild/freebsd-x64": "0.28.0", + "@esbuild/linux-arm": "0.28.0", + "@esbuild/linux-arm64": "0.28.0", + "@esbuild/linux-ia32": "0.28.0", + "@esbuild/linux-loong64": "0.28.0", + "@esbuild/linux-mips64el": "0.28.0", + "@esbuild/linux-ppc64": "0.28.0", + "@esbuild/linux-riscv64": "0.28.0", + "@esbuild/linux-s390x": "0.28.0", + "@esbuild/linux-x64": "0.28.0", + "@esbuild/netbsd-arm64": "0.28.0", + "@esbuild/netbsd-x64": "0.28.0", + "@esbuild/openbsd-arm64": "0.28.0", + "@esbuild/openbsd-x64": "0.28.0", + "@esbuild/openharmony-arm64": "0.28.0", + "@esbuild/sunos-x64": "0.28.0", + "@esbuild/win32-arm64": "0.28.0", + "@esbuild/win32-ia32": "0.28.0", + "@esbuild/win32-x64": "0.28.0" } }, "node_modules/escalade": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", - "dev": true, "license": "MIT", "engines": { "node": ">=6" @@ -8333,7 +9060,7 @@ "version": "7.1.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" @@ -8622,7 +9349,6 @@ "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -9958,7 +10684,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "devOptional": true, + "dev": true, "license": "MIT", "engines": { "node": ">=0.12.0" @@ -10279,20 +11005,19 @@ } }, "node_modules/js-cookie": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.7.tgz", - "integrity": "sha512-z/wZZgDrkNV1eA0ULjM/F9/50Ya8fbzgKneSpoPsXSGd0KnpdtHfOZWK+GcwLk+EZbS4F9RBhU+K2RgzuDaItw==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", + "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", "dev": true, "license": "MIT", "engines": { - "node": ">=20" + "node": ">=14" } }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true, "license": "MIT" }, "node_modules/js-yaml": { @@ -10378,7 +11103,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", - "dev": true, "license": "MIT", "bin": { "jsesc": "bin/jsesc" @@ -10429,7 +11153,6 @@ "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true, "license": "MIT", "bin": { "json5": "lib/cli.js" @@ -10520,96 +11243,354 @@ "node": ">= 0.8.0" } }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true, - "license": "MIT" - }, - "node_modules/linkify-html": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-3.0.5.tgz", - "integrity": "sha512-3O7HEYjkugX+C/G2C2wyBmIt8Mt0pmeaHNIxRHodCFeQQeSxSoZHR+5hC1pi0WrmoEvfnSemyZyYTM8w3lo9cA==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "linkifyjs": "^3.0.0" - } - }, - "node_modules/linkify-it": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", - "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", - "dev": true, - "license": "MIT", + "node_modules/lightningcss": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", + "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", + "license": "MPL-2.0", "dependencies": { - "uc.micro": "^2.0.0" + "detect-libc": "^2.0.3" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "lightningcss-android-arm64": "1.32.0", + "lightningcss-darwin-arm64": "1.32.0", + "lightningcss-darwin-x64": "1.32.0", + "lightningcss-freebsd-x64": "1.32.0", + "lightningcss-linux-arm-gnueabihf": "1.32.0", + "lightningcss-linux-arm64-gnu": "1.32.0", + "lightningcss-linux-arm64-musl": "1.32.0", + "lightningcss-linux-x64-gnu": "1.32.0", + "lightningcss-linux-x64-musl": "1.32.0", + "lightningcss-win32-arm64-msvc": "1.32.0", + "lightningcss-win32-x64-msvc": "1.32.0" + } + }, + "node_modules/lightningcss-android-arm64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", + "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/linkifyjs": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-3.0.5.tgz", - "integrity": "sha512-1Y9XQH65eQKA9p2xtk+zxvnTeQBG7rdAXSkUG97DmuI/Xhji9uaUzaWxRj6rf9YC0v8KKHkxav7tnLX82Sz5Fg==", - "dev": true, - "license": "MIT" - }, - "node_modules/lint-staged": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.5.0.tgz", - "integrity": "sha512-nawMob9cb/G1J98nb8v3VC/E8rcX1rryUYXVZ69aT9kde6YWX+uvNOEHY5yf2gcWcTJGiD0kqXmCnS3oD75GIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "chalk": "^2.4.2", - "commander": "^2.20.0", - "cosmiconfig": "^5.2.1", - "debug": "^4.1.1", - "dedent": "^0.7.0", - "del": "^5.0.0", - "execa": "^2.0.3", - "listr": "^0.14.3", - "log-symbols": "^3.0.0", - "micromatch": "^4.0.2", - "normalize-path": "^3.0.0", - "please-upgrade-node": "^3.1.1", - "string-argv": "^0.3.0", - "stringify-object": "^3.3.0" + "node_modules/lightningcss-darwin-arm64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", + "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" }, - "bin": { - "lint-staged": "bin/lint-staged" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/lint-staged/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^1.9.0" - }, + "node_modules/lightningcss-darwin-x64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", + "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=4" + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/lint-staged/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, + "node_modules/lightningcss-freebsd-x64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", + "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "freebsd" + ], "engines": { - "node": ">=4" + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/lint-staged/node_modules/color-convert": { - "version": "1.9.3", + "node_modules/lightningcss-linux-arm-gnueabihf": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", + "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", + "cpu": [ + "arm" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-gnu": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", + "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-musl": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", + "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-gnu": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", + "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-musl": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", + "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-arm64-msvc": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", + "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-x64-msvc": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", + "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss/node_modules/detect-libc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true, + "license": "MIT" + }, + "node_modules/linkify-html": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-3.0.5.tgz", + "integrity": "sha512-3O7HEYjkugX+C/G2C2wyBmIt8Mt0pmeaHNIxRHodCFeQQeSxSoZHR+5hC1pi0WrmoEvfnSemyZyYTM8w3lo9cA==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "linkifyjs": "^3.0.0" + } + }, + "node_modules/linkify-it": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "uc.micro": "^2.0.0" + } + }, + "node_modules/linkifyjs": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-3.0.5.tgz", + "integrity": "sha512-1Y9XQH65eQKA9p2xtk+zxvnTeQBG7rdAXSkUG97DmuI/Xhji9uaUzaWxRj6rf9YC0v8KKHkxav7tnLX82Sz5Fg==", + "dev": true, + "license": "MIT" + }, + "node_modules/lint-staged": { + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.5.0.tgz", + "integrity": "sha512-nawMob9cb/G1J98nb8v3VC/E8rcX1rryUYXVZ69aT9kde6YWX+uvNOEHY5yf2gcWcTJGiD0kqXmCnS3oD75GIA==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^2.4.2", + "commander": "^2.20.0", + "cosmiconfig": "^5.2.1", + "debug": "^4.1.1", + "dedent": "^0.7.0", + "del": "^5.0.0", + "execa": "^2.0.3", + "listr": "^0.14.3", + "log-symbols": "^3.0.0", + "micromatch": "^4.0.2", + "normalize-path": "^3.0.0", + "please-upgrade-node": "^3.1.1", + "string-argv": "^0.3.0", + "stringify-object": "^3.3.0" + }, + "bin": { + "lint-staged": "bin/lint-staged" + } + }, + "node_modules/lint-staged/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/lint-staged/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/lint-staged/node_modules/color-convert": { + "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, @@ -10990,6 +11971,12 @@ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, + "node_modules/lodash-es": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", + "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", + "license": "MIT" + }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", @@ -11205,12 +12192,35 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, "license": "ISC", "dependencies": { "yallist": "^3.0.2" } }, + "node_modules/magic-regexp": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/magic-regexp/-/magic-regexp-0.10.0.tgz", + "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==", + "license": "MIT", + "dependencies": { + "estree-walker": "^3.0.3", + "magic-string": "^0.30.12", + "mlly": "^1.7.2", + "regexp-tree": "^0.1.27", + "type-level-regexp": "~0.1.17", + "ufo": "^1.5.4", + "unplugin": "^2.0.0" + } + }, + "node_modules/magic-regexp/node_modules/estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0" + } + }, "node_modules/magic-string": { "version": "0.30.21", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", @@ -11409,7 +12419,7 @@ "version": "4.0.8", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "braces": "^3.0.3", @@ -11594,6 +12604,18 @@ "node": ">=10" } }, + "node_modules/mlly": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz", + "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==", + "license": "MIT", + "dependencies": { + "acorn": "^8.16.0", + "pathe": "^2.0.3", + "pkg-types": "^1.3.1", + "ufo": "^1.6.3" + } + }, "node_modules/mnemonist": { "version": "0.39.8", "resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.8.tgz", @@ -11616,7 +12638,6 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", - "dev": true, "license": "MIT", "engines": { "node": ">=10" @@ -11714,6 +12735,7 @@ "version": "7.1.1", "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", + "dev": true, "license": "MIT", "optional": true }, @@ -11821,7 +12843,6 @@ "version": "2.0.27", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", - "dev": true, "license": "MIT" }, "node_modules/node-stdlib-browser": { @@ -12387,6 +13408,50 @@ "node": ">=0.10.0" } }, + "node_modules/oxc-parser": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.104.0.tgz", + "integrity": "sha512-sIEpobLwe7KhW1JdTvBJkNDgjJarHNsx+Q37iRNyASvmlDOD+f8Qirvwp6nFNz7Q5q3JcsJ1dpKM+oMPTDF/dw==", + "license": "MIT", + "dependencies": { + "@oxc-project/types": "^0.104.0" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "funding": { + "url": "https://github.com/sponsors/Boshen" + }, + "optionalDependencies": { + "@oxc-parser/binding-android-arm64": "0.104.0", + "@oxc-parser/binding-darwin-arm64": "0.104.0", + "@oxc-parser/binding-darwin-x64": "0.104.0", + "@oxc-parser/binding-freebsd-x64": "0.104.0", + "@oxc-parser/binding-linux-arm-gnueabihf": "0.104.0", + "@oxc-parser/binding-linux-arm64-gnu": "0.104.0", + "@oxc-parser/binding-linux-arm64-musl": "0.104.0", + "@oxc-parser/binding-linux-riscv64-gnu": "0.104.0", + "@oxc-parser/binding-linux-s390x-gnu": "0.104.0", + "@oxc-parser/binding-linux-x64-gnu": "0.104.0", + "@oxc-parser/binding-linux-x64-musl": "0.104.0", + "@oxc-parser/binding-openharmony-arm64": "0.104.0", + "@oxc-parser/binding-wasm32-wasi": "0.104.0", + "@oxc-parser/binding-win32-arm64-msvc": "0.104.0", + "@oxc-parser/binding-win32-x64-msvc": "0.104.0" + } + }, + "node_modules/oxc-walker": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.6.0.tgz", + "integrity": "sha512-BA3hlxq5+Sgzp7TCQF52XDXCK5mwoIZuIuxv/+JuuTzOs2RXkLqWZgZ69d8pJDDjnL7wiREZTWHBzFp/UWH88Q==", + "license": "MIT", + "dependencies": { + "magic-regexp": "^0.10.0" + }, + "peerDependencies": { + "oxc-parser": ">=0.98.0" + } + }, "node_modules/p-cancelable": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", @@ -12680,7 +13745,6 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", - "dev": true, "license": "MIT" }, "node_modules/pathval": { @@ -12742,7 +13806,7 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "devOptional": true, + "dev": true, "license": "MIT", "engines": { "node": ">=8.6" @@ -12797,6 +13861,17 @@ "node": ">=10" } }, + "node_modules/pkg-types": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz", + "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==", + "license": "MIT", + "dependencies": { + "confbox": "^0.1.8", + "mlly": "^1.7.4", + "pathe": "^2.0.1" + } + }, "node_modules/please-upgrade-node": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", @@ -12830,9 +13905,9 @@ } }, "node_modules/postcss": { - "version": "8.5.10", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", - "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "funding": [ { "type": "opencollective", @@ -13464,6 +14539,24 @@ "dev": true, "license": "MIT" }, + "node_modules/regexp-tree": { + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz", + "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==", + "license": "MIT", + "bin": { + "regexp-tree": "bin/regexp-tree" + } + }, + "node_modules/regexparam": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/regexparam/-/regexparam-3.0.0.tgz", + "integrity": "sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/regexpu-core": { "version": "6.4.0", "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz", @@ -13852,7 +14945,55 @@ "integrity": "sha512-OlwfYEgA2RdboZohpldlvJ1xngOins5d7ejqnIBWr9KaMxsnBqotpptRXTyfNRLnFpqzX6sTDt+X+a+6udnU8g==", "license": "Apache-2.0" }, - "node_modules/rollup": { + "node_modules/rolldown": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.1.tgz", + "integrity": "sha512-X0KQHljNnEkWNqqiz9zJrGunh1B0HgOxLXvnFpCOcadzcy5qohZ3tqMEUg00vncoRovXuK3ZqCT9KnnKzoInFQ==", + "license": "MIT", + "dependencies": { + "@oxc-project/types": "=0.130.0", + "@rolldown/pluginutils": "^1.0.0" + }, + "bin": { + "rolldown": "bin/cli.mjs" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "optionalDependencies": { + "@rolldown/binding-android-arm64": "1.0.1", + "@rolldown/binding-darwin-arm64": "1.0.1", + "@rolldown/binding-darwin-x64": "1.0.1", + "@rolldown/binding-freebsd-x64": "1.0.1", + "@rolldown/binding-linux-arm-gnueabihf": "1.0.1", + "@rolldown/binding-linux-arm64-gnu": "1.0.1", + "@rolldown/binding-linux-arm64-musl": "1.0.1", + "@rolldown/binding-linux-ppc64-gnu": "1.0.1", + "@rolldown/binding-linux-s390x-gnu": "1.0.1", + "@rolldown/binding-linux-x64-gnu": "1.0.1", + "@rolldown/binding-linux-x64-musl": "1.0.1", + "@rolldown/binding-openharmony-arm64": "1.0.1", + "@rolldown/binding-wasm32-wasi": "1.0.1", + "@rolldown/binding-win32-arm64-msvc": "1.0.1", + "@rolldown/binding-win32-x64-msvc": "1.0.1" + } + }, + "node_modules/rolldown/node_modules/@oxc-project/types": { + "version": "0.130.0", + "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.130.0.tgz", + "integrity": "sha512-ibD2usx9JRu7f5pu2tMKMI4cpA4NgXJQoYRP4pQ7Pxmn1l6k/53qWtQWZayhYy3X4QZkt90Ot+mJEaeXouio6Q==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/Boshen" + } + }, + "node_modules/rolldown/node_modules/@rolldown/pluginutils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz", + "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==", + "license": "MIT" + }, + "node_modules/rollup": { "version": "4.57.1", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.57.1.tgz", "integrity": "sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==", @@ -14025,6 +15166,12 @@ "node": ">=12" } }, + "node_modules/rou3": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/rou3/-/rou3-0.8.1.tgz", + "integrity": "sha512-ePa+XGk00/3HuCqrEnK3LxJW7I0SdNg6EFzKUJG73hMAdDcOUC/i/aSz7LSDwLrGr33kal/rqOGydzwl6U7zBA==", + "license": "MIT" + }, "node_modules/run-async": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", @@ -14430,7 +15577,6 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz", "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==", - "dev": true, "license": "MIT", "dependencies": { "@polka/url": "^1.0.0-next.24", @@ -14490,7 +15636,6 @@ "version": "0.5.21", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "devOptional": true, "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", @@ -14501,7 +15646,6 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "devOptional": true, "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -14601,6 +15745,18 @@ "dev": true, "license": "BSD-3-Clause" }, + "node_modules/srvx": { + "version": "0.11.15", + "resolved": "https://registry.npmjs.org/srvx/-/srvx-0.11.15.tgz", + "integrity": "sha512-iXsux0UcOjdvs0LCMa2Ws3WwcDUozA3JN3BquNXkaFPP7TpRqgunKdEgoZ/uwb1J6xaYHfxtz9Twlh6yzwM6Tg==", + "license": "MIT", + "bin": { + "srvx": "bin/srvx.mjs" + }, + "engines": { + "node": ">=20.16.0" + } + }, "node_modules/stackback": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", @@ -15456,14 +16612,13 @@ "license": "MIT" }, "node_modules/tinyglobby": { - "version": "0.2.15", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", - "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", - "devOptional": true, + "version": "0.2.16", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", + "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", "license": "MIT", "dependencies": { "fdir": "^6.5.0", - "picomatch": "^4.0.3" + "picomatch": "^4.0.4" }, "engines": { "node": ">=12.0.0" @@ -15476,7 +16631,6 @@ "version": "6.5.0", "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", - "devOptional": true, "license": "MIT", "engines": { "node": ">=12.0.0" @@ -15491,10 +16645,9 @@ } }, "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "devOptional": true, + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "license": "MIT", "engines": { "node": ">=12" @@ -15533,6 +16686,24 @@ "node": ">=14.0.0" } }, + "node_modules/tldts": { + "version": "7.0.30", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.30.tgz", + "integrity": "sha512-ELrFxuqsDdHUwoh0XxDbxuLD3Wnz49Z57IFvTtvWy1hJdcMZjXLIuonjilCiWHlT2GbE4Wlv1wKVTzDFnXH1aw==", + "license": "MIT", + "dependencies": { + "tldts-core": "^7.0.30" + }, + "bin": { + "tldts": "bin/cli.js" + } + }, + "node_modules/tldts-core": { + "version": "7.0.30", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.30.tgz", + "integrity": "sha512-uiHN8PIB1VmWyS98eZYja4xzlYqeFZVjb4OuYlJQnZAuJhMw4PbKQOKgHKhBdJR3FE/t5mUQ1Kd80++B+qhD1Q==", + "license": "MIT" + }, "node_modules/tmp": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", @@ -15596,7 +16767,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "is-number": "^7.0.0" @@ -15609,12 +16780,23 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", - "dev": true, "license": "MIT", "engines": { "node": ">=6" } }, + "node_modules/tough-cookie": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.1.tgz", + "integrity": "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==", + "license": "BSD-3-Clause", + "dependencies": { + "tldts": "^7.0.5" + }, + "engines": { + "node": ">=16" + } + }, "node_modules/trace-unhandled": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/trace-unhandled/-/trace-unhandled-2.0.1.tgz", @@ -15651,6 +16833,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/tsparticles/-/tsparticles-3.9.1.tgz", "integrity": "sha512-Y780IGSL4qjkZj7+fI92PV/cziHqLR/s6nnYri4K6vH3NQRmDK5D6pfskDO8T4Y96ChCWHY3uxPtOb/hKQ83Qg==", + "deprecated": "tsParticles v4 is out, please upgrade for better performances and more features", "funding": [ { "type": "github", @@ -15723,6 +16906,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/type-level-regexp": { + "version": "0.1.17", + "resolved": "https://registry.npmjs.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz", + "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==", + "license": "MIT" + }, "node_modules/typed-array-buffer": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", @@ -15755,6 +16944,12 @@ "dev": true, "license": "MIT" }, + "node_modules/ufo": { + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz", + "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==", + "license": "MIT" + }, "node_modules/underscore": { "version": "1.13.7", "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz", @@ -15846,6 +17041,33 @@ "node": ">= 10.0.0" } }, + "node_modules/unplugin": { + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz", + "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==", + "license": "MIT", + "dependencies": { + "@jridgewell/remapping": "^2.3.5", + "acorn": "^8.15.0", + "picomatch": "^4.0.3", + "webpack-virtual-modules": "^0.6.2" + }, + "engines": { + "node": ">=18.12.0" + } + }, + "node_modules/unplugin/node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/upath": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz", @@ -15861,7 +17083,6 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", - "dev": true, "funding": [ { "type": "opencollective", @@ -15997,181 +17218,892 @@ "dev": true, "license": "ISC" }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/vike": { + "version": "0.4.259", + "resolved": "https://registry.npmjs.org/vike/-/vike-0.4.259.tgz", + "integrity": "sha512-5S+rgfLYfozCqXTlyZzr6P4FXOIoPcsSbqYO32keBK2Jun4AKR5BI/sQiP3w09Zq/WZkywEu0ofHFAAxtaIdSg==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.28.5", + "@babel/types": "^7.28.5", + "@brillout/import": "^0.2.6", + "@brillout/json-serializer": "^0.5.23", + "@brillout/picocolors": "^1.0.30", + "@brillout/vite-plugin-server-entry": "0.7.18", + "@universal-deploy/store": "^0.2.1", + "@universal-deploy/vite": "^0.1.9", + "@universal-middleware/core": "^0.4.17", + "@universal-middleware/node": "^0.1.0", + "cac": "^6.0.0", + "convert-route": "^1.1.1", + "es-module-lexer": "^1.0.0", + "esbuild": ">=0.19.0", + "json5": "^2.0.0", + "magic-string": "^0.30.17", + "picomatch": "^4.0.4", + "semver": "^7.7.4", + "sirv": "^3.0.2", + "source-map-support": "^0.5.0", + "tinyglobby": "^0.2.16", + "vite": ">=6.3.0", + "vite-plugin-wrapper": "^0.1.0" + }, + "bin": { + "vike": "bin.js" + }, + "engines": { + "node": ">=20.19.0" + }, + "peerDependencies": { + "react-streaming": ">=0.3.42", + "vite": ">=6.3.0" + }, + "peerDependenciesMeta": { + "react-streaming": { + "optional": true + }, + "vite": { + "optional": true + } + } + }, + "node_modules/vike-vue": { + "version": "0.9.11", + "resolved": "https://registry.npmjs.org/vike-vue/-/vike-vue-0.9.11.tgz", + "integrity": "sha512-Ujcu7NG/ZFsiAgEomA0PtuHFg0J/BMcol/QHiDzaIlov2JSiDfapyBLidrPVTrHwLHvmeCnxa4ruVqG+/Vj1XA==", + "license": "MIT", + "dependencies": { + "magic-string": "^0.30.21", + "oxc-parser": "^0.104.0", + "oxc-walker": "^0.6.0" + }, + "peerDependencies": { + "vike": ">=0.4.191", + "vue": ">=3.0.0" + } + }, + "node_modules/vike/node_modules/@universal-deploy/netlify": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@universal-deploy/netlify/-/netlify-0.2.2.tgz", + "integrity": "sha512-10JY+1z0aun66IegHhVdOBTgXioI0+hgA0IVc0zgZvm2C7g2eQWpv48wtqCZZsXyUxajKcIlxiYxIuhuRIdfrQ==", + "license": "MIT", + "dependencies": { + "@universal-deploy/store": "^0.2.1" + }, + "peerDependencies": { + "vite": ">=7.1" + } + }, + "node_modules/vike/node_modules/@universal-deploy/node": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@universal-deploy/node/-/node-0.1.6.tgz", + "integrity": "sha512-VcYUNiE596Mbm0fCX1TWK6fAXgJgOz4Msa+PORxZCPZrTLw+qDABeE031XWSfQ8bAF9d/DXtGywIA/RAi8oCXg==", + "license": "MIT", + "dependencies": { + "@universal-deploy/store": "^0.2.1", + "magic-string": "^0.30.21", + "srvx": "^0.11.9" + }, + "peerDependencies": { + "vite": ">=7.1" + }, + "peerDependenciesMeta": { + "vite": { + "optional": true + } + } + }, + "node_modules/vike/node_modules/@universal-deploy/vite": { + "version": "0.1.9", + "resolved": "https://registry.npmjs.org/@universal-deploy/vite/-/vite-0.1.9.tgz", + "integrity": "sha512-wKf9aP/3OJwr08JmWMa4ot69L+tA/61VzhqE1uh/YqXXl8HXugQPF11RcOIQRCgpRLvO2QDLLNNJ7K1LLxLu1A==", + "license": "MIT", + "dependencies": { + "@universal-deploy/netlify": "^0.2.2", + "@universal-deploy/node": "^0.1.6", + "@universal-deploy/store": "^0.2.1", + "@universal-middleware/express": "^0.4.26", + "magic-string": "^0.30.21", + "rou3": "^0.8.1" + }, + "peerDependencies": { + "vite": ">=7.1" + }, + "peerDependenciesMeta": { + "vite": { + "optional": true + } + } + }, + "node_modules/vike/node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/vike/node_modules/semver": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", + "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/vike/node_modules/vite": { + "version": "8.0.13", + "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.13.tgz", + "integrity": "sha512-MFtjBYgzmSxmgA4RAfjIyXWpGe1oALnjgUTzzV7QLx/TKxCzjtMH6Fd9/eVK+5Fg1qNoz5VAwsmMs/NofrmJvw==", + "license": "MIT", + "dependencies": { + "lightningcss": "^1.32.0", + "picomatch": "^4.0.4", + "postcss": "^8.5.14", + "rolldown": "1.0.1", + "tinyglobby": "^0.2.16" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^20.19.0 || >=22.12.0", + "@vitejs/devtools": "^0.1.18", + "esbuild": "^0.27.0 || ^0.28.0", + "jiti": ">=1.21.0", + "less": "^4.0.0", + "sass": "^1.70.0", + "sass-embedded": "^1.70.0", + "stylus": ">=0.54.8", + "sugarss": "^5.0.0", + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "@vitejs/devtools": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "jiti": { + "optional": true + }, + "less": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true + } + } + }, + "node_modules/vike/node_modules/vite-plugin-wrapper": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-wrapper/-/vite-plugin-wrapper-0.1.0.tgz", + "integrity": "sha512-orELI9PzoYKFRsI8TP4pTt05rL0oS68u8kJSANpJLZWdYdkqEsjEPrTLG1U/7x5PlACxIebmkbiBPaCg/oPSsw==", + "license": "MIT", + "peerDependencies": { + "vite": ">=7" + } + }, + "node_modules/vite": { + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", + "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "esbuild": "^0.25.0", + "fdir": "^6.4.4", + "picomatch": "^4.0.2", + "postcss": "^8.5.3", + "rollup": "^4.34.9", + "tinyglobby": "^0.2.13" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", + "jiti": ">=1.21.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "sass-embedded": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "jiti": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true + } + } + }, + "node_modules/vite-node": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz", + "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cac": "^6.7.14", + "debug": "^4.4.1", + "es-module-lexer": "^1.7.0", + "pathe": "^2.0.3", + "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" + }, + "bin": { + "vite-node": "vite-node.mjs" + }, + "engines": { + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/vite-plugin-compression": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/vite-plugin-compression/-/vite-plugin-compression-0.5.1.tgz", + "integrity": "sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.1.2", + "debug": "^4.3.3", + "fs-extra": "^10.0.0" + }, + "peerDependencies": { + "vite": ">=2.0.0" + } + }, + "node_modules/vite-plugin-eslint": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz", + "integrity": "sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rollup/pluginutils": "^4.2.1", + "@types/eslint": "^8.4.5", + "rollup": "^2.77.2" + }, + "peerDependencies": { + "eslint": ">=7", + "vite": ">=2" + } + }, + "node_modules/vite-plugin-node-polyfills": { + "version": "0.26.0", + "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.26.0.tgz", + "integrity": "sha512-BAe5YzJf368XGev02hDvioidx4uVH8dqEJlG73bjQSxM26/AQnGcKFomq9n3vGq5yqpSHKN4h1XQNxx9l98mBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rollup/plugin-inject": "^5.0.5", + "node-stdlib-browser": "^1.3.1" + }, + "funding": { + "url": "https://github.com/sponsors/davidmyersdev" + }, + "peerDependencies": { + "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/vite-plugin-vuetify": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/vite-plugin-vuetify/-/vite-plugin-vuetify-2.1.3.tgz", + "integrity": "sha512-Q4SC/4TqbNvaZIFb9YsfBqkGlYHbJJJ6uU3CnRBZqLUF3s5eCMVZAaV4GkTbehIH/bhSj42lMXztOwc71u6rVw==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "@vuetify/loader-shared": "^2.1.2", + "debug": "^4.3.3", + "upath": "^2.0.1" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "peerDependencies": { + "vite": ">=5", + "vue": "^3.0.0", + "vuetify": ">=3" + } + }, + "node_modules/vite/node_modules/@esbuild/aix-ppc64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", + "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", + "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", + "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", + "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", + "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", + "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", + "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", + "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", + "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", + "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ia32": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", + "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-loong64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", + "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-mips64el": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", + "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", + "cpu": [ + "mips64el" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ppc64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", + "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-riscv64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", + "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-s390x": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", + "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", + "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", + "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", + "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", + "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", + "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", + "cpu": [ + "x64" + ], "dev": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" } }, - "node_modules/vite": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", - "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", - "devOptional": true, + "node_modules/vite/node_modules/@esbuild/openharmony-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", + "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", + "cpu": [ + "arm64" + ], + "dev": true, "license": "MIT", - "dependencies": { - "esbuild": "^0.25.0", - "fdir": "^6.4.4", - "picomatch": "^4.0.2", - "postcss": "^8.5.3", - "rollup": "^4.34.9", - "tinyglobby": "^0.2.13" - }, - "bin": { - "vite": "bin/vite.js" - }, + "optional": true, + "os": [ + "openharmony" + ], "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", - "jiti": ">=1.21.0", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "sass-embedded": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.16.0", - "tsx": "^4.8.1", - "yaml": "^2.4.2" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "jiti": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - }, - "tsx": { - "optional": true - }, - "yaml": { - "optional": true - } + "node": ">=18" } }, - "node_modules/vite-node": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz", - "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==", + "node_modules/vite/node_modules/@esbuild/sunos-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", + "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", + "cpu": [ + "x64" + ], "dev": true, "license": "MIT", - "dependencies": { - "cac": "^6.7.14", - "debug": "^4.4.1", - "es-module-lexer": "^1.7.0", - "pathe": "^2.0.3", - "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" - }, - "bin": { - "vite-node": "vite-node.mjs" - }, + "optional": true, + "os": [ + "sunos" + ], "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" - }, - "funding": { - "url": "https://opencollective.com/vitest" + "node": ">=18" } }, - "node_modules/vite-plugin-compression": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/vite-plugin-compression/-/vite-plugin-compression-0.5.1.tgz", - "integrity": "sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==", + "node_modules/vite/node_modules/@esbuild/win32-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", + "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", - "dependencies": { - "chalk": "^4.1.2", - "debug": "^4.3.3", - "fs-extra": "^10.0.0" - }, - "peerDependencies": { - "vite": ">=2.0.0" + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" } }, - "node_modules/vite-plugin-eslint": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz", - "integrity": "sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==", + "node_modules/vite/node_modules/@esbuild/win32-ia32": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", + "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", + "cpu": [ + "ia32" + ], "dev": true, "license": "MIT", - "dependencies": { - "@rollup/pluginutils": "^4.2.1", - "@types/eslint": "^8.4.5", - "rollup": "^2.77.2" - }, - "peerDependencies": { - "eslint": ">=7", - "vite": ">=2" + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" } }, - "node_modules/vite-plugin-node-polyfills": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.26.0.tgz", - "integrity": "sha512-BAe5YzJf368XGev02hDvioidx4uVH8dqEJlG73bjQSxM26/AQnGcKFomq9n3vGq5yqpSHKN4h1XQNxx9l98mBg==", + "node_modules/vite/node_modules/@esbuild/win32-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", + "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", + "cpu": [ + "x64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@rollup/plugin-inject": "^5.0.5", - "node-stdlib-browser": "^1.3.1" - }, - "funding": { - "url": "https://github.com/sponsors/davidmyersdev" - }, - "peerDependencies": { - "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" } }, - "node_modules/vite-plugin-vuetify": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/vite-plugin-vuetify/-/vite-plugin-vuetify-2.1.3.tgz", - "integrity": "sha512-Q4SC/4TqbNvaZIFb9YsfBqkGlYHbJJJ6uU3CnRBZqLUF3s5eCMVZAaV4GkTbehIH/bhSj42lMXztOwc71u6rVw==", + "node_modules/vite/node_modules/esbuild": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", + "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", "devOptional": true, + "hasInstallScript": true, "license": "MIT", - "dependencies": { - "@vuetify/loader-shared": "^2.1.2", - "debug": "^4.3.3", - "upath": "^2.0.1" + "bin": { + "esbuild": "bin/esbuild" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": ">=18" }, - "peerDependencies": { - "vite": ">=5", - "vue": "^3.0.0", - "vuetify": ">=3" + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.25.12", + "@esbuild/android-arm": "0.25.12", + "@esbuild/android-arm64": "0.25.12", + "@esbuild/android-x64": "0.25.12", + "@esbuild/darwin-arm64": "0.25.12", + "@esbuild/darwin-x64": "0.25.12", + "@esbuild/freebsd-arm64": "0.25.12", + "@esbuild/freebsd-x64": "0.25.12", + "@esbuild/linux-arm": "0.25.12", + "@esbuild/linux-arm64": "0.25.12", + "@esbuild/linux-ia32": "0.25.12", + "@esbuild/linux-loong64": "0.25.12", + "@esbuild/linux-mips64el": "0.25.12", + "@esbuild/linux-ppc64": "0.25.12", + "@esbuild/linux-riscv64": "0.25.12", + "@esbuild/linux-s390x": "0.25.12", + "@esbuild/linux-x64": "0.25.12", + "@esbuild/netbsd-arm64": "0.25.12", + "@esbuild/netbsd-x64": "0.25.12", + "@esbuild/openbsd-arm64": "0.25.12", + "@esbuild/openbsd-x64": "0.25.12", + "@esbuild/openharmony-arm64": "0.25.12", + "@esbuild/sunos-x64": "0.25.12", + "@esbuild/win32-arm64": "0.25.12", + "@esbuild/win32-ia32": "0.25.12", + "@esbuild/win32-x64": "0.25.12" } }, "node_modules/vite/node_modules/fdir": { @@ -16711,6 +18643,12 @@ "defaults": "^1.0.3" } }, + "node_modules/webpack-virtual-modules": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz", + "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==", + "license": "MIT" + }, "node_modules/whatwg-mimetype": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", @@ -17051,7 +18989,6 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true, "license": "ISC" }, "node_modules/yaml": { diff --git a/package.json b/package.json index 745fc0e6ae..a98ace4458 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "jquery": "^3.5.1", "json-to-graphql-query": "^2.2.5", "lodash": "^4.17.21", + "lodash-es": "^4.18.1", "moment": "^2.29.1", "query-builder-vue-3": "^1.0.1", "roboto-fontface": "*", @@ -42,6 +43,8 @@ "simple-analytics-vue": "^3.0.2", "trace-unhandled": "^2.0.1", "tsparticles": "^3.5.0", + "vike": "^0.4.259", + "vike-vue": "^0.9.11", "vue": "^3.4.35", "vue-3-sanitize": "^0.1.4", "vue-code-highlight": "^0.7.8", diff --git a/src/components/Editor/AdditionalInformation/FieldInput.vue b/src/components/Editor/AdditionalInformation/FieldInput.vue index 7120a28583..3b90b41157 100644 --- a/src/components/Editor/AdditionalInformation/FieldInput.vue +++ b/src/components/Editor/AdditionalInformation/FieldInput.vue @@ -95,7 +95,7 @@ - - - - - - diff --git a/src/components/Records/Record/AdditionalInfo.vue b/src/components/Records/Record/AdditionalInfo.vue index 7f97f60867..6b77cbf52e 100644 --- a/src/components/Records/Record/AdditionalInfo.vue +++ b/src/components/Records/Record/AdditionalInfo.vue @@ -39,7 +39,7 @@ diff --git a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearchDialogBox.vue b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearchDialogBox.vue index ec11f5d8c4..33d4024d32 100644 --- a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearchDialogBox.vue +++ b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearchDialogBox.vue @@ -129,7 +129,7 @@ diff --git a/src/components/Records/Search/Output/SearchLinkChips.vue b/src/components/Records/Search/Output/SearchLinkChips.vue index ee15487c30..49086980e7 100644 --- a/src/components/Records/Search/Output/SearchLinkChips.vue +++ b/src/components/Records/Search/Output/SearchLinkChips.vue @@ -10,8 +10,8 @@ v-for="(chip, index) in chips" :key="chip.label + '_' + index" :color="getChipColor(chip)" - variant="flat" class="mr-2 my-1" + variant="flat" @click.prevent="updateSearchQuery(chip)" > {{ `+${remainTagCount} more tags` }} {{ `one more tag` }} @@ -47,7 +47,7 @@ diff --git a/src/pages/all/+route.js b/src/pages/all/+route.js new file mode 100644 index 0000000000..156aef7d58 --- /dev/null +++ b/src/pages/all/+route.js @@ -0,0 +1 @@ +export default "/*"; diff --git a/src/router/index.js b/src/router/index.js index 671e364c7c..a7ed25a3de 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,6 +1,6 @@ -import { createRouter, createWebHistory } from "vue-router"; +import {createMemoryHistory, createRouter, createWebHistory,} from "vue-router"; -import { hackSearch } from "@/router/hackSearch"; +import {hackSearch} from "@/router/hackSearch"; import store from "@/store"; import { @@ -52,9 +52,11 @@ let routes = [ name: "sitemap", path: "/sitemap.xml", redirect: () => { - window.location.assign( - import.meta.env.VITE_API_ENDPOINT + "/sitemap.xml", - ); + if (typeof window !== "undefined") { + window.location.assign( + import.meta.env.VITE_API_ENDPOINT + "/sitemap.xml", + ); + } }, }, { @@ -102,7 +104,8 @@ let routes = [ let [query, modified] = hackSearch(to.query); if (modified) { next({ name: "search", query: query }); - } else { + } + else { next(); } }, @@ -123,12 +126,14 @@ let routes = [ name: "fairassist", path: "/fairassist", redirect: () => { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=FAIRassist", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=FAIRassist", + ].join(""), + ); + } }, }, { @@ -144,7 +149,8 @@ let routes = [ page: 1, }, }; - } else if (to.params.name === "live_list_databases_in_policies") { + } + else if (to.params.name === "live_list_databases_in_policies") { return { name: "search", query: { @@ -153,7 +159,8 @@ let routes = [ page: 1, }, }; - } else if (to.params.name === "live_list_journal_policies") { + } + else if (to.params.name === "live_list_journal_policies") { return { name: "search", query: { @@ -162,7 +169,8 @@ let routes = [ page: 1, }, }; - } else { + } + else { return { path: "/" }; } }, @@ -172,9 +180,11 @@ let routes = [ name: "object_not_found_doi", path: "/FAIRsharing.NFOBJT", redirect: () => { - window.location.assign( - "https://fairsharing.gitbook.io/fairsharing/record-sections-and-fields/general-information/object-types", - ); + if (typeof window !== "undefined") { + window.location.assign( + "https://fairsharing.gitbook.io/fairsharing/record-sections-and-fields/general-information/object-types", + ); + } }, }, // Another redirection, from: https://github.com/FAIRsharing/fairsharing.github.io/issues/1741 @@ -182,18 +192,22 @@ let routes = [ name: "raw_srao_file", path: "/ontology/subject/SRAO.owl", redirect: () => { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology/raw/master/SRAO.owl", - ); + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology/raw/master/SRAO.owl", + ); + } }, }, { name: "raw_srao_file_by_version", path: "/ontology/subject/SRAO.owl/0.3.0", redirect: () => { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology/raw/master/releases/0.3.0/SRAO.owl", - ); + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology/raw/master/releases/0.3.0/SRAO.owl", + ); + } }, }, { @@ -201,14 +215,20 @@ let routes = [ path: "/ontology/:name", redirect: (to) => { if (to.params.name.toLowerCase() === "srao") { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology", - ); - } else if (to.params.name.toLowerCase() === "drao") { - window.location.assign( - "https://github.com/FAIRsharing/domain-ontology", - ); - } else { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology", + ); + } + } + else if (to.params.name.toLowerCase() === "drao") { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/domain-ontology", + ); + } + } + else { return { path: "/" }; } }, @@ -220,7 +240,9 @@ let routes = [ redirect: (to) => { const url = "https://www.ebi.ac.uk/ols/ontologies/srao/terms?iri=http://www.fairsharing.org/ontology/subject/"; - window.location.assign(url + to.params.id); + if (typeof window !== "undefined") { + window.location.assign(url + to.params.id); + } }, }, /* See: https://github.com/FAIRsharing/fairsharing.github.io/issues/1561 */ @@ -254,12 +276,14 @@ let routes = [ record name rather than parsed, and passing parameters means the searchAnd parameter isn't recognised until the page refreshes (it's not at all clear why). */ - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?isRecommended=true&page=1&searchAnd=false&fairsharingRegistry=database,standard", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?isRecommended=true&page=1&searchAnd=false&fairsharingRegistry=database,standard", + ].join(""), + ); + } }, }, /* Even more, from #1865 as well. */ @@ -268,12 +292,14 @@ let routes = [ path: "/databases/(repository|repositories)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=repository&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=repository&page=1", + ].join(""), + ); + } }, }, { @@ -281,12 +307,14 @@ let routes = [ path: "/databases/(knowledgebase|knowledgebases)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=knowledgebase&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=knowledgebase&page=1", + ].join(""), + ); + } }, }, { @@ -294,12 +322,14 @@ let routes = [ path: "/databases/(knowledgebase_and_repository|knowledgebases_and_repositories)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=knowledgebase_and_repository&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=knowledgebase_and_repository&page=1", + ].join(""), + ); + } }, }, { @@ -307,12 +337,14 @@ let routes = [ path: "/standards/(model_and_format|models_and_formats)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=model_and_format&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=model_and_format&page=1", + ].join(""), + ); + } }, }, { @@ -320,12 +352,14 @@ let routes = [ path: "/standards/(metric|metrics)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=metric&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=metric&page=1", + ].join(""), + ); + } }, }, { @@ -333,12 +367,14 @@ let routes = [ path: "/standards/(terminology_artefact|terminology_artefacts)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=terminology_artefact&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=terminology_artefact&page=1", + ].join(""), + ); + } }, }, { @@ -346,12 +382,14 @@ let routes = [ path: "/standards/(reporting_guideline|reporting_guidelines)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=reporting_guideline&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=reporting_guideline&page=1", + ].join(""), + ); + } }, }, { @@ -359,12 +397,14 @@ let routes = [ path: "/standards/(identifier_schema|identifier_schemas)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=identifier_schema&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=identifier_schema&page=1", + ].join(""), + ); + } }, }, { @@ -372,12 +412,14 @@ let routes = [ path: "/policies/(project|projects)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=project&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=project&page=1", + ].join(""), + ); + } }, }, { @@ -385,12 +427,14 @@ let routes = [ path: "/policies/(journal|journals)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=journal&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=journal&page=1", + ].join(""), + ); + } }, }, { @@ -398,12 +442,14 @@ let routes = [ path: "/policies/(institution|institutions)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=institution&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=institution&page=1", + ].join(""), + ); + } }, }, { @@ -411,12 +457,14 @@ let routes = [ path: "/policies/(society|societies)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=society&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=society&page=1", + ].join(""), + ); + } }, }, { @@ -424,12 +472,14 @@ let routes = [ path: "/policies/(journal_publisher|journal_publishers)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=journal_publisher&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=journal_publisher&page=1", + ].join(""), + ); + } }, }, { @@ -437,12 +487,14 @@ let routes = [ path: "/policies/(funder|funders)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=funder&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=funder&page=1", + ].join(""), + ); + } }, }, /* End of the hackery from #1865 */ @@ -541,12 +593,14 @@ let routes = [ name: "preservation_policy", path: "/preservation_policy", redirect: () => { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/sustainability_and_preservation", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/sustainability_and_preservation", + ].join(""), + ); + } }, }, { @@ -563,21 +617,25 @@ let routes = [ name: "old_community_curation", path: "/community_curation", redirect: () => { - window.location.assign( - [import.meta.env.VITE_HOSTNAME, "/community_champions"].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [import.meta.env.VITE_HOSTNAME, "/community_champions"].join(""), + ); + } }, }, { name: "old_our_curators", path: "/community_curation/our_curators", redirect: () => { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/community_champions/our_champions", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/community_champions/our_champions", + ].join(""), + ); + } }, }, // AUTHENTICATION AND USERS @@ -785,11 +843,17 @@ export function scrollBehavior(to, from, savedPosition) { return false; } -const router = createRouter({ - history: createWebHistory(), - routes, - scrollBehavior, -}); +export function createMyRouter() { + return createRouter({ + // Use WebHistory only if window exists, otherwise use MemoryHistory for SSR + history: + typeof window !== "undefined" + ? createWebHistory() + : createMemoryHistory(), + routes, + scrollBehavior, + }); +} export async function beforeEach(to, from, next, store) { if (to.path !== "/maintenance" && store.state.introspection.maintenanceMode) { @@ -808,7 +872,8 @@ export async function beforeEach(to, from, next, store) { export function isLoggedIn(to, from, next, store) { if (store.state.users.user().isLoggedIn) { next(); - } else { + } + else { const target = to.path; next({ name: "Login", // back to safety route // @@ -820,7 +885,8 @@ export function isLoggedIn(to, from, next, store) { export function isNotLoggedIn(to, from, next, store) { if (!store.state.users.user().isLoggedIn) { next(); - } else { + } + else { next(from); } } @@ -828,7 +894,8 @@ export function isNotLoggedIn(to, from, next, store) { export function isSuperCurator(to, from, next, store) { if (store.state.users.user().is_super_curator) { next(); - } else { + } + else { const target = to.path; next({ name: "Login", // back to safety route // @@ -844,4 +911,4 @@ export function isMaintenanceMode(to, from, next, store) { next(); } -export default router; +// export default router; diff --git a/src/store/AdvancedSearchComponents/advancedSearch.js b/src/store/AdvancedSearchComponents/advancedSearch.js index 106e5fd1ab..29f20d1655 100644 --- a/src/store/AdvancedSearchComponents/advancedSearch.js +++ b/src/store/AdvancedSearchComponents/advancedSearch.js @@ -1,5 +1,5 @@ import { jsonToGraphQLQuery } from "json-to-graphql-query"; -import { isBoolean, isObject } from "lodash"; +import { isBoolean, isObject } from "lodash-es"; import GraphClient from "@/lib/GraphClient/GraphClient.js"; import advancedQuery from "@/lib/GraphClient/queries/getAdvancedSearch.json"; @@ -57,31 +57,37 @@ const actions = { params["value"].forEach((item) => { if (isObject(item)) { valuesArr.push(item.value); - } else { + } + else { valuesArr.push(item); } }); fieldTypeValue.push(valuesArr); fieldTypeValue = fieldTypeValue.flatMap((value) => value); fieldValue = fieldTypeValue; - } else { + } + else { if (Array.isArray(params["value"])) { let valuesArr = []; params["value"].forEach((item) => { if (isObject(item)) { valuesArr.push(item.value); - } else { + } + else { valuesArr.push(item); } }); fieldValue = valuesArr; - } else if (isBoolean(params["value"])) { + } + else if (isBoolean(params["value"])) { fieldValue = params["value"]; - } else if (params["value"]) { + } + else if (params["value"]) { //When string is boolean value, convert to boolean format if (params["value"] === "true" || params["value"] === "false") { fieldValue = JSON.parse(params["value"]); - } else { + } + else { fieldValue = [params["value"]]; } } @@ -89,7 +95,8 @@ const actions = { if (fieldValue && fieldValue.length) { fieldValue = fieldValue.map((e) => e.toLowerCase()); fieldsObj[fieldKey] = fieldValue; - } else if (isBoolean(fieldValue)) { + } + else if (isBoolean(fieldValue)) { fieldsObj[fieldKey] = fieldValue; } }); @@ -121,7 +128,8 @@ const actions = { q: state.advancedSearchText, where: whereObj, }; - } else { + } + else { commit("setAdvancedSearchText", ""); ADVANCED_TAGS.queryParam = { where: whereObj, @@ -134,10 +142,12 @@ const actions = { if (!response["error"]) { commit("setError", false); commit("setAdvancedSearchResponse", response["advancedSearch"]); - } else { + } + else { commit("setError", true); } - } catch (error) { + } + catch (error) { /* istanbul ignore next */ commit("setError", true); } diff --git a/src/store/editor.js b/src/store/editor.js index 06a4701e80..641238a55c 100644 --- a/src/store/editor.js +++ b/src/store/editor.js @@ -154,7 +154,8 @@ let editorStore = { try { let countries = await graphClient.executeQuery(countriesQuery); state.commit("setCountries", countries?.searchCountries || []); - } catch (e) { + } + catch (e) { state.commit("setCountries", []); } }, @@ -184,7 +185,8 @@ let editorStore = { recordTypes.push({ divider: true }); } }); - } catch (e) { + } + catch (e) { recordTypes = []; } state.commit("setRecordTypes", recordTypes); @@ -196,7 +198,8 @@ let editorStore = { (data?.objectTypes?.records || []).forEach(function (type) { objectTypes.push(type); }); - } catch (e) { + } + catch (e) { objectTypes = []; } state.commit("setObjectTypes", objectTypes); @@ -211,7 +214,8 @@ let editorStore = { data: data?.searchTags || [], firstTime: first, }); - } catch (e) { + } + catch (e) { let first = !state.state.allTags; state.commit("setTags", { data: [], firstTime: first }); } @@ -293,7 +297,8 @@ let editorStore = { relationId: typeObject.id, }); }); - } else { + } + else { recordTypes.forEach((relationParent) => { if (!Object.keys(allowed).includes(relationParent)) { allowed[relationParent] = []; diff --git a/src/store/index.js b/src/store/index.js index 80ff41b9a3..7231c4f90d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -22,31 +22,33 @@ import searchFilters from "./searchFilters.js"; import uiController from "./uiController"; import users from "./users.js"; -// Create a new store instance. -const store = createStore({ - namespaced: true, - modules: { - searchFilters, - records, - record, - introspection, - users, - uiController, - editor, - messages, - ontologyBrowser: ontologyBrowser, - advancedSearch, - subjectSearch, - recordTypes, - organisationSearch, - objectTypes, - userDefinedTagsSearch, - domainsSearch, - taxonomiesSearch, - licencesSearch, - countriesSearch, - saveSearch, - }, -}); +export function createMyStore() { + // Create a new store instance. + return createStore({ + namespaced: true, + modules: { + searchFilters, + records, + record, + introspection, + users, + uiController, + editor, + messages, + ontologyBrowser: ontologyBrowser, + advancedSearch, + subjectSearch, + recordTypes, + organisationSearch, + objectTypes, + userDefinedTagsSearch, + domainsSearch, + taxonomiesSearch, + licencesSearch, + countriesSearch, + saveSearch, + }, + }); +} -export default store; +// export default store; diff --git a/src/store/introspector.js b/src/store/introspector.js index 75db52e069..a7520c432e 100644 --- a/src/store/introspector.js +++ b/src/store/introspector.js @@ -1,4 +1,4 @@ -import { isEqual } from "lodash"; +import {isEqual} from "lodash-es"; import Client from "../lib/GraphClient/GraphClient.js"; import introspectionQuery from "../lib/GraphClient/queries/introspection.json"; @@ -9,7 +9,8 @@ export const mutations = { try { if (Object.keys(data).includes("errors")) { state.error = data.errors[0].message; - } else { + } + else { localStorage.introspectionQuery = JSON.stringify(data); let queryParams = data.data["__schema"]["types"].filter( (param) => param.name === "Query", @@ -21,7 +22,8 @@ export const mutations = { localStorage.searchQueryParameters = JSON.stringify( state.searchQueryParameters, ); - } else { + } + else { if ( !isEqual( JSON.parse(localStorage.searchQueryParameters), @@ -31,14 +33,16 @@ export const mutations = { localStorage.searchQueryParameters = JSON.stringify( state.searchQueryParameters, ); - } else { + } + else { state.searchQueryParameters = JSON.parse( localStorage.searchQueryParameters, ); } } } - } catch (e) { + } + catch (e) { state.error = "Can't initialize application"; } }, @@ -67,7 +71,8 @@ export const actions = { if (expiration) { this.commit("introspection/setLocalStorageExpiryTime"); this.commit("introspection/setParameters", data.data); - } else { + } + else { this.commit( "introspection/setParameters", JSON.parse(localStorage.introspectionQuery), @@ -103,7 +108,8 @@ export const getters = { expectedTypeObject, params[1][param], ); - } else { + } + else { const currentVal = params[1][param]; const expectedType = expectedTypeObject["ofType"]["ofType"].name; queryParameters[param] = []; @@ -113,7 +119,8 @@ export const getters = { decodeURIComponent(parseParam(expectedType, val)), ); }); - } else { + } + else { queryParameters[param] = decodeURIComponent( parseParam(expectedType, currentVal), ); @@ -161,7 +168,8 @@ export default introspectionStore; const parseParam = function (param, paramVal) { if (param.name === "Int") { return parseFloat(paramVal); - } else if (param.name === "Boolean") { + } + else if (param.name === "Boolean") { return JSON.parse(paramVal); } return paramVal; diff --git a/src/store/recordData.js b/src/store/recordData.js index 229115de5c..513e8f7a33 100644 --- a/src/store/recordData.js +++ b/src/store/recordData.js @@ -1,4 +1,4 @@ -import { isEmpty, isEqual } from "lodash"; +import { isEmpty, isEqual } from "lodash-es"; // import Vue from "vue"; import RESTClient from "@/lib/Client/RESTClient.js"; @@ -119,7 +119,8 @@ let recordStore = { state.sections.additionalInformation.data[ additionalInformation.fieldName ] = additionalInformation.fieldValue; - } else { + } + else { state.sections.additionalInformation.data[ additionalInformation.fieldName ][additionalInformation.subfieldName] = @@ -131,7 +132,8 @@ let recordStore = { state.sections.additionalInformation.data[ additionalInformation.fieldName ][additionalInformation.id] = additionalInformation.fieldValue; - } else { + } + else { if ( !state.sections.additionalInformation.data[ additionalInformation.fieldName @@ -150,7 +152,8 @@ let recordStore = { ].length ] = additionalInformation.fieldValue; // eslint-disable-next-line no-empty - } catch (e) { + } + catch (e) { // TODO: Investigate comments below. // Github has been failing tests (which are fine locally) here for reasons which // have not so far been determined. @@ -328,7 +331,8 @@ let recordStore = { userDefinedTags.forEach((tag) => { if (Object.keys(tag).indexOf("id") === -1) { newTags.push(tag.label); - } else { + } + else { oldTags.push(tag.id); } }); @@ -340,7 +344,8 @@ let recordStore = { newTags.forEach((tag) => { if (!tag.error) { tags.push(tag.id); - } else { + } + else { commit("setSectionError", { section: "generalInformation", value: tag.error, @@ -380,7 +385,8 @@ let recordStore = { value: response.error, }); return response.error; - } else { + } + else { let newRecord = JSON.parse( JSON.stringify(state.sections.generalInformation.data), ); @@ -391,7 +397,8 @@ let recordStore = { tag.label = obj.label; })[0]; userDefinedTags.push(obj); - } else userDefinedTags.push(obj); + } + else userDefinedTags.push(obj); }); newRecord.userDefinedTags = userDefinedTags; commit("setGeneralInformation", { fairsharingRecord: newRecord }); @@ -425,7 +432,8 @@ let recordStore = { value: response.error, }); return response.error; - } else { + } + else { commit("setMessage", { target: "publications", value: "Record successfully updated!", @@ -508,7 +516,8 @@ let recordStore = { ); newRecord.metadata[field] = state.sections.additionalInformation.data[field]; - } else if (state.sections.additionalInformation.data[field] === null) { + } + else if (state.sections.additionalInformation.data[field] === null) { // if its the case that there is a single string textInput only state.sections.additionalInformation.data[field] = ""; newRecord.metadata[field] = @@ -526,7 +535,8 @@ let recordStore = { value: response.error, }); return response.error; - } else { + } + else { commit("setMessage", { target: "additionalInformation", value: "Record successfully updated!", @@ -564,7 +574,8 @@ let recordStore = { newLicence = prepareLicence(licence); if (!found) { toCreate.push(newLicence); - } else if (found && !isEqual(licence, found)) { + } + else if (found && !isEqual(licence, found)) { toUpdate.push(newLicence); } }); @@ -617,7 +628,8 @@ let recordStore = { record_assoc_label_id: association.recordAssocLabel.id, }; newAssociations.push(newAssociation); - } else { + } + else { // Using a combination of record_id and label_id as this should be unique. // Using only record_id produced: // https://github.com/FAIRsharing/fairsharing.github.io/issues/1620 @@ -683,7 +695,8 @@ let recordStore = { let response = await restClient.updateRecord(newRecord); if (response.error) { state.commit("setError", response.error.response); - } else { + } + else { state.commit("setNewRecord", response); } }, @@ -727,7 +740,8 @@ function prepareLicence(rawLicence) { if (rawLicence.licence.id) { preparedLicence.licence_id = rawLicence.licence.id; - } else { + } + else { preparedLicence.licence_attributes = rawLicence.licence; } return preparedLicence; diff --git a/src/store/searchFilters.js b/src/store/searchFilters.js index a540d52ee6..ef6a4b72db 100644 --- a/src/store/searchFilters.js +++ b/src/store/searchFilters.js @@ -1,4 +1,4 @@ -import { isEqual } from "lodash"; +import { isEqual } from "lodash-es"; import buttonOptions from "@/data/ButtonOptions.json"; import filterMapping from "@/data/FiltersLabelMapping.json"; diff --git a/src/utils/advancedSearchUtils.js b/src/utils/advancedSearchUtils.js index b763a70c78..9b6f52ac8b 100644 --- a/src/utils/advancedSearchUtils.js +++ b/src/utils/advancedSearchUtils.js @@ -1,5 +1,5 @@ -import { uniqWith } from "lodash"; -import { mapGetters } from "vuex"; +import {uniqWith} from "lodash-es"; +import {mapGetters} from "vuex"; /** * Removes duplicate values in a set and returns unique values diff --git a/src/utils/setupUtils.js b/src/utils/setupUtils.js index b599fd5a13..c3536957d4 100644 --- a/src/utils/setupUtils.js +++ b/src/utils/setupUtils.js @@ -1,28 +1,34 @@ -import store from "../store"; -import router from "../router"; - -export const bootstrapApp = async () => { +export const bootstrapApp = async (store, router) => { try { await store.dispatch("users/login"); await store.dispatch("introspection/fetchParameters"); await store.dispatch("searchFilters/assembleFilters"); await store.dispatch("messages/setMessages"); - } catch (error) { - if (error.response && error.response.status === 503) { + } + catch (error) { + if (store && error.response && error.response.status === 503) { store.commit("introspection/setMaintenanceMode"); - } else { + } + else if (router) { await router.replace("/error/500"); } + else { + console.error( + "Bootstrap failed and router instance was unavailable:", + error, + ); + } } }; export const globalFilters = { cleanString(str) { + if (!str) return ""; return str .replace(/_/g, " ") - .replace(/([A-Z])/g, "$1") // Note: This replacement currently keeps the char as-is. Did you mean " $1" to add a space? - .replace(/^./, function (str) { - return str.toUpperCase(); + .replace(/([A-Z])/g, " $1") + .replace(/^./, function (match) { + return match.toUpperCase(); }); }, capitalize(str) { diff --git a/src/views/AdvancedSearch/AdvancedSearchRecordsView.vue b/src/views/AdvancedSearch/AdvancedSearchRecordsView.vue index 36823151be..5ec4b31c33 100644 --- a/src/views/AdvancedSearch/AdvancedSearchRecordsView.vue +++ b/src/views/AdvancedSearch/AdvancedSearchRecordsView.vue @@ -1,14 +1,14 @@ diff --git a/src/views/Records/Records.vue b/src/views/Records/Records.vue index 15a07300c8..9567c93a1a 100644 --- a/src/views/Records/Records.vue +++ b/src/views/Records/Records.vue @@ -1,5 +1,5 @@ - diff --git a/src/components/Records/Record/GeneralInfo/SavedSearches.vue b/src/components/Records/Record/GeneralInfo/SavedSearches.vue index 7ba011f980..a79beb90d8 100644 --- a/src/components/Records/Record/GeneralInfo/SavedSearches.vue +++ b/src/components/Records/Record/GeneralInfo/SavedSearches.vue @@ -101,7 +101,7 @@ import { mapActions, mapGetters, mapState } from "vuex"; import RecordStatus from "@/components/Records/Shared/RecordStatus.vue"; import RestClient from "@/lib/Client/RESTClient.js"; -import saveSearch from "@/store"; +// import saveSearch from "@/store"; const restClient = new RestClient(); export default { @@ -162,7 +162,7 @@ export default { ); //Commit the updated result to store - saveSearch.commit( + this.$store.commit( "saveSearch/setSaveSearchResult", updatedSearchResult, ); diff --git a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue index 03aed39779..947a659e5b 100644 --- a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue +++ b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue @@ -33,7 +33,7 @@ diff --git a/src/pages/+onCreateApp.js b/src/pages/+onCreateApp.js index a839e73420..3fdecd8892 100644 --- a/src/pages/+onCreateApp.js +++ b/src/pages/+onCreateApp.js @@ -23,7 +23,7 @@ export default async (pageContext) => { // 1. Create unique, isolated instances for this specific request const store = createMyStore(); - const router = createMyRouter(); + const router = createMyRouter(store); app.use(store); app.use(router); diff --git a/src/router/index.js b/src/router/index.js index a7ed25a3de..cf72f8d8fe 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,8 +1,11 @@ -import {createMemoryHistory, createRouter, createWebHistory,} from "vue-router"; - -import {hackSearch} from "@/router/hackSearch"; -import store from "@/store"; +import { + createMemoryHistory, + createRouter, + createWebHistory, +} from "vue-router"; +import { hackSearch } from "@/router/hackSearch"; +// 1. FIXED: Static store import removed from here! import { AdvancedSearchRecords, APIDoc, @@ -47,773 +50,6 @@ import { UsersList, } from "./routes.js"; -let routes = [ - { - name: "sitemap", - path: "/sitemap.xml", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - import.meta.env.VITE_API_ENDPOINT + "/sitemap.xml", - ); - } - }, - }, - { - name: "Home", - path: "/", - component: Home, - }, - { - name: "Graph", - path: "/graph/:id", - component: Graph, - }, - { - name: "Standards", - path: "/standards", - component: Records, - }, - { - name: "Databases", - path: "/databases", - component: Records, - }, - { - name: "Policies", - path: "/policies", - component: Records, - }, - { - name: "Collections", - path: "/collections", - component: Records, - }, - { - name: "Organisations", - path: "/organisations", - component: OrganisationsList, - }, - { - name: "search", - path: "/search", - component: Records, - /* istanbul ignore next */ - // TODO: Find a means to test this function; see hackSearch.js for details. - beforeEnter(to, from, next) { - let [query, modified] = hackSearch(to.query); - if (modified) { - next({ name: "search", query: query }); - } - else { - next(); - } - }, - }, - { - name: "AdvancedSearchResult", - path: "/advancedsearch", - component: AdvancedSearchRecords, - }, - { - name: "Organisation", - path: "/organisations/:id", - component: Organisation, - }, - - /* VARIOUS REDIRECTIONS */ - { - name: "fairassist", - path: "/fairassist", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=FAIRassist", - ].join(""), - ); - } - }, - }, - { - name: "article", - path: "/article/:name", - redirect: (to) => { - if (to.params.name === "live_list_standards_in_policies") { - return { - name: "search", - query: { - fairsharingRegistry: "Standard", - isRecommended: true, - page: 1, - }, - }; - } - else if (to.params.name === "live_list_databases_in_policies") { - return { - name: "search", - query: { - fairsharingRegistry: "Database", - isRecommended: true, - page: 1, - }, - }; - } - else if (to.params.name === "live_list_journal_policies") { - return { - name: "search", - query: { - fairsharingRegistry: "Policy", - recordType: "journal", - page: 1, - }, - }; - } - else { - return { path: "/" }; - } - }, - }, - // A special DOI to designate an object type which isn't found. - { - name: "object_not_found_doi", - path: "/FAIRsharing.NFOBJT", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - "https://fairsharing.gitbook.io/fairsharing/record-sections-and-fields/general-information/object-types", - ); - } - }, - }, - // Another redirection, from: https://github.com/FAIRsharing/fairsharing.github.io/issues/1741 - { - name: "raw_srao_file", - path: "/ontology/subject/SRAO.owl", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology/raw/master/SRAO.owl", - ); - } - }, - }, - { - name: "raw_srao_file_by_version", - path: "/ontology/subject/SRAO.owl/0.3.0", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology/raw/master/releases/0.3.0/SRAO.owl", - ); - } - }, - }, - { - name: "ontology", - path: "/ontology/:name", - redirect: (to) => { - if (to.params.name.toLowerCase() === "srao") { - if (typeof window !== "undefined") { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology", - ); - } - } - else if (to.params.name.toLowerCase() === "drao") { - if (typeof window !== "undefined") { - window.location.assign( - "https://github.com/FAIRsharing/domain-ontology", - ); - } - } - else { - return { path: "/" }; - } - }, - }, - /* See: https://github.com/FAIRsharing/fairsharing.github.io/issues/1833 */ - { - name: "srao_term", - path: "/ontology/subject/:id", - redirect: (to) => { - const url = - "https://www.ebi.ac.uk/ols/ontologies/srao/terms?iri=http://www.fairsharing.org/ontology/subject/"; - if (typeof window !== "undefined") { - window.location.assign(url + to.params.id); - } - }, - }, - /* See: https://github.com/FAIRsharing/fairsharing.github.io/issues/1561 */ - { - name: "iso20691", - path: "/collection/ISOCD20691CollectionDRAFT", - redirect: "/3533", - }, - /* Yet more redirections: https://github.com/FAIRsharing/fairsharing.github.io/issues/1865 */ - { - name: "hupopsi", - path: "/HUPOPSI", - redirect: "/HUPO-PSI", - }, - { - name: "communities_activities", - path: "/communities/activities", - redirect: "/communities#activities", - }, - { - name: "licence_with_s", - path: "/license", - redirect: "/licence", - }, - { - name: "old_recommendations", - path: "/recommendations", - redirect: () => { - /* - This hack is necessary because simply redirecting to a search URL causes it to be interpreted as a - record name rather than parsed, and passing parameters means the searchAnd parameter isn't recognised - until the page refreshes (it's not at all clear why). - */ - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?isRecommended=true&page=1&searchAnd=false&fairsharingRegistry=database,standard", - ].join(""), - ); - } - }, - }, - /* Even more, from #1865 as well. */ - { - name: "old_databases_repository", - path: "/databases/(repository|repositories)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=repository&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_databases_knowledgebase", - path: "/databases/(knowledgebase|knowledgebases)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=knowledgebase&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_databases_knowledgebase_and_repsitory", - path: "/databases/(knowledgebase_and_repository|knowledgebases_and_repositories)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=knowledgebase_and_repository&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_standards_model_and_format", - path: "/standards/(model_and_format|models_and_formats)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=model_and_format&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_standards_metric", - path: "/standards/(metric|metrics)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=metric&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_standards_terminology_artefact", - path: "/standards/(terminology_artefact|terminology_artefacts)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=terminology_artefact&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_standards_reporting_guidelines", - path: "/standards/(reporting_guideline|reporting_guidelines)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=reporting_guideline&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_standards_identifier_schema", - path: "/standards/(identifier_schema|identifier_schemas)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=identifier_schema&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_project", - path: "/policies/(project|projects)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=project&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_journal", - path: "/policies/(journal|journals)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=journal&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_institution", - path: "/policies/(institution|institutions)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=institution&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_society", - path: "/policies/(society|societies)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=society&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_journal_publisher", - path: "/policies/(journal_publisher|journal_publishers)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=journal_publisher&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_funder", - path: "/policies/(funder|funders)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=funder&page=1", - ].join(""), - ); - } - }, - }, - /* End of the hackery from #1865 */ - /* OTHER MODES */ - { - name: "Maintenance", - path: "/maintenance", - component: Maintenance, - beforeEnter(to, from, next) { - isMaintenanceMode(to, from, next, store); - }, - }, - - /* CREATION */ - { - name: "New_content", - path: "/create", - component: NewRecord, - props: { fairassistOnly: false }, - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - }, - }, - { - name: "New_FAIRassist_content", - path: "/create-fairassist", - component: NewRecord, - props: { fairassistOnly: true }, - /* istanbul ignore next */ - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - }, - }, - /* Static pages */ - { - name: "New", - path: "/new", - component: New, - }, - { - name: "Statistics", - path: "/summary-statistics", - component: Stat, - }, - { - name: "Communities", - path: "/communities", - component: Community, - }, - { - name: "Community Champions", - path: "/community_champions", - component: CommunityCuration, - }, - { - name: "Our Champions", - path: "/community_champions/our_champions", - component: CuratorCohorts, - }, - { - name: "Community Curation", - path: "/communitycuration", - component: CommunityCuration, - }, - { - name: "Stakeholders", - path: "/stakeholders", - component: Stakeholders, - }, - { - name: "Timeline", - path: "/timeline", - component: Timeline, - }, - { - name: "Licence", - path: "/licence", - component: Licence, - }, - { - name: "Terms_of_use", - path: "/terms", - component: Terms, - }, - { - name: "Educational", - path: "/educational", - component: Educational, - }, - { - name: "Privacy", - path: "/privacy", - component: Privacy, - }, - { - name: "preservation_policy", - path: "/preservation_policy", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/sustainability_and_preservation", - ].join(""), - ); - } - }, - }, - { - name: "SustainabilityAndPreservation", - path: "/sustainability_and_preservation", - component: SustainabilityAndPreservation, - }, - { - name: "API Documentation", - path: "/API_doc", - component: APIDoc, - }, - { - name: "old_community_curation", - path: "/community_curation", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - [import.meta.env.VITE_HOSTNAME, "/community_champions"].join(""), - ); - } - }, - }, - { - name: "old_our_curators", - path: "/community_curation/our_curators", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/community_champions/our_champions", - ].join(""), - ); - } - }, - }, - // AUTHENTICATION AND USERS - { - name: "OAuth Login", - path: "/login_success", - component: OauthLogin, - }, - { - name: "OAuth Login Failure", - path: "/login_failure", - component: LoginFailure, - }, - { - name: "Login", - path: "/accounts/login", - component: Login, - beforeEnter(to, from, next) { - isNotLoggedIn(to, from, next, store); - }, - }, - { - name: "Register", - path: "/accounts/signup", - component: Signup, - beforeEnter(to, from, next) { - isNotLoggedIn(to, from, next, store); - }, - }, - { - name: "Confirm email", - path: "/users/confirmation", - component: ConfirmAccount, - }, - { - name: "Resend confirmation email", - path: "/users/resendConfirmation", - component: ResendConfirmation, - }, - { - name: "Request a new password", - path: "/accounts/forgotPassword", - component: RequestNewPassword, - }, - { - name: "Reset your password", - path: "/users/password/edit", - component: ResetPassword, - }, - { - name: "Send ORCID login email", - path: "/users/orcid/sendEmail", - component: SendOrcidLoginEmail, - }, - { - name: "User", - path: "/accounts/profile", - component: User, - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - }, - }, - { - name: "PublicProfile", - path: "/users/:id", - component: PublicProfile, - }, - { - name: "Edit profile", - path: "/profiles/edit", - component: EditProfile, - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - }, - }, - { - name: "EditPublicProfile", - path: "/profiles/editPublicProfile/:id", - component: EditPublicProfile, - beforeEnter(to, from, next) { - if (!store.state.users.user().isLoggedIn) { - return next("/login"); // Redirect and exit - } - if (!store.state.users.user().is_super_curator) { - next("/"); - } - // Only if both pass, call next() exactly once - next(); - // isLoggedIn(to, from, next, store); - // isSuperCurator(to, from, next, store); - }, - }, - { - name: "UsersList", - path: "/profiles/usersList", - component: UsersList, - beforeEnter(to, from, next) { - /** - * Commenting below method in order to avoid duplicacy of next() which is called in both methods - */ - //isLoggedIn(to, from, next, store); Only superCurators can access users list - isSuperCurator(to, from, next, store); - }, - }, - - // CURATORS - { - name: "Curator", - path: "/curator", - component: Curator, - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - // isCurator(to, from, next, store); - }, - }, - - // Ontology Browser - { - name: "Ontology Browser", - path: "/browse/:id", - component: OntologyBrowser, - }, - - /* - Careful, this has to be the very last base path !!!! - This component's page title is handled in the component itself as it needs the :id param - */ - { - name: "Edit Content", - path: "/:id/edit", - component: Editor, - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - }, - }, - /* To enable old links to collections to work */ - { - name: "CollectionRecord", - path: "/collection/:id", - redirect: "/:id", - }, - { - name: "RecordByDoi", - path: "/10.25504/:id", - component: Record, - }, - { - name: "Record", - path: "/:id", - component: Record, - }, - /* ERROR HANDLING */ - { - name: "Error 404", - path: "/error/404", - component: NotFound, - }, - /* ERROR HANDLING */ - { - name: "Error 500", - path: "/error/500", - component: ServerError, - }, - /* REDIRECTION */ - { - name: "*", - path: "/*/*", - component: NotFound, - }, -]; -routes.forEach(function (route) { - if (route.name !== "Record") { - route.meta = { - title: route.name.replace(/_/g, " "), - }; - } -}); - export async function afterEach(to) { if (to.name !== "Record") { window.scrollTo(0, 0); @@ -822,17 +58,13 @@ export async function afterEach(to) { export function scrollBehavior(to, from, savedPosition) { if (to.hash) { - // Return a Promise to delay the scroll return new Promise((resolve) => { setTimeout(() => { - resolve( - { - el: to.hash, - behavior: "smooth", - }, - 500, - ); // Wait 500ms (adjust based on your data loading speed) - }); + resolve({ + el: to.hash, + behavior: "smooth", + }); + }, 500); }); } @@ -843,9 +75,715 @@ export function scrollBehavior(to, from, savedPosition) { return false; } -export function createMyRouter() { - return createRouter({ - // Use WebHistory only if window exists, otherwise use MemoryHistory for SSR +// 2. FIXED: Turned createMyRouter into an explicitly store-aware factory +export function createMyRouter(store) { + // Moving routes inside ensures every guard accesses the isolated store instance via closure + let routes = [ + { + name: "sitemap", + path: "/sitemap.xml", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + import.meta.env.VITE_API_ENDPOINT + "/sitemap.xml", + ); + } + }, + }, + { + name: "Home", + path: "/", + component: Home, + }, + { + name: "Graph", + path: "/graph/:id", + component: Graph, + }, + { + name: "Standards", + path: "/standards", + component: Records, + }, + { + name: "Databases", + path: "/databases", + component: Records, + }, + { + name: "Policies", + path: "/policies", + component: Records, + }, + { + name: "Collections", + path: "/collections", + component: Records, + }, + { + name: "Organisations", + path: "/organisations", + component: OrganisationsList, + }, + { + name: "search", + path: "/search", + component: Records, + beforeEnter(to, from, next) { + let [query, modified] = hackSearch(to.query); + if (modified) { + next({ name: "search", query: query }); + } else { + next(); + } + }, + }, + { + name: "AdvancedSearchResult", + path: "/advancedsearch", + component: AdvancedSearchRecords, + }, + { + name: "Organisation", + path: "/organisations/:id", + component: Organisation, + }, + { + name: "fairassist", + path: "/fairassist", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=FAIRassist", + ].join(""), + ); + } + }, + }, + { + name: "article", + path: "/article/:name", + redirect: (to) => { + if (to.params.name === "live_list_standards_in_policies") { + return { + name: "search", + query: { + fairsharingRegistry: "Standard", + isRecommended: true, + page: 1, + }, + }; + } else if (to.params.name === "live_list_databases_in_policies") { + return { + name: "search", + query: { + fairsharingRegistry: "Database", + isRecommended: true, + page: 1, + }, + }; + } else if (to.params.name === "live_list_journal_policies") { + return { + name: "search", + query: { + fairsharingRegistry: "Policy", + recordType: "journal", + page: 1, + }, + }; + } else { + return { path: "/" }; + } + }, + }, + { + name: "object_not_found_doi", + path: "/FAIRsharing.NFOBJT", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + "https://fairsharing.gitbook.io/fairsharing/record-sections-and-fields/general-information/object-types", + ); + } + }, + }, + { + name: "raw_srao_file", + path: "/ontology/subject/SRAO.owl", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology/raw/master/SRAO.owl", + ); + } + }, + }, + { + name: "raw_srao_file_by_version", + path: "/ontology/subject/SRAO.owl/0.3.0", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology/raw/master/releases/0.3.0/SRAO.owl", + ); + } + }, + }, + { + name: "ontology", + path: "/ontology/:name", + redirect: (to) => { + if (to.params.name.toLowerCase() === "srao") { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology", + ); + } + } else if (to.params.name.toLowerCase() === "drao") { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/domain-ontology", + ); + } + } else { + return { path: "/" }; + } + }, + }, + { + name: "srao_term", + path: "/ontology/subject/:id", + redirect: (to) => { + const url = + "https://www.ebi.ac.uk/ols/ontologies/srao/terms?iri=http://www.fairsharing.org/ontology/subject/"; + if (typeof window !== "undefined") { + window.location.assign(url + to.params.id); + } + }, + }, + { + name: "iso20691", + path: "/collection/ISOCD20691CollectionDRAFT", + redirect: "/3533", + }, + { + name: "hupopsi", + path: "/HUPOPSI", + redirect: "/HUPO-PSI", + }, + { + name: "communities_activities", + path: "/communities/activities", + redirect: "/communities#activities", + }, + { + name: "licence_with_s", + path: "/license", + redirect: "/licence", + }, + { + name: "old_recommendations", + path: "/recommendations", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?isRecommended=true&page=1&searchAnd=false&fairsharingRegistry=database,standard", + ].join(""), + ); + } + }, + }, + { + name: "old_databases_repository", + path: "/databases/(repository|repositories)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=repository&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_databases_knowledgebase", + path: "/databases/(knowledgebase|knowledgebases)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=knowledgebase&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_databases_knowledgebase_and_repsitory", + path: "/databases/(knowledgebase_and_repository|knowledgebases_and_repositories)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=knowledgebase_and_repository&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_standards_model_and_format", + path: "/standards/(model_and_format|models_and_formats)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=model_and_format&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_standards_metric", + path: "/standards/(metric|metrics)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=metric&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_standards_terminology_artefact", + path: "/standards/(terminology_artefact|terminology_artefacts)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=terminology_artefact&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_standards_reporting_guidelines", + path: "/standards/(reporting_guideline|reporting_guidelines)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=reporting_guideline&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_standards_identifier_schema", + path: "/standards/(identifier_schema|identifier_schemas)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=identifier_schema&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_project", + path: "/policies/(project|projects)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=project&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_journal", + path: "/policies/(journal|journals)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=journal&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_institution", + path: "/policies/(institution|institutions)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=institution&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_society", + path: "/policies/(society|societies)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=society&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_journal_publisher", + path: "/policies/(journal_publisher|journal_publishers)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=journal_publisher&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_funder", + path: "/policies/(funder|funders)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=funder&page=1", + ].join(""), + ); + } + }, + }, + { + name: "Maintenance", + path: "/maintenance", + component: Maintenance, + beforeEnter(to, from, next) { + isMaintenanceMode(to, from, next, store); + }, + }, + { + name: "New_content", + path: "/create", + component: NewRecord, + props: { fairassistOnly: false }, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "New_FAIRassist_content", + path: "/create-fairassist", + component: NewRecord, + props: { fairassistOnly: true }, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "New", + path: "/new", + component: New, + }, + { + name: "Statistics", + path: "/summary-statistics", + component: Stat, + }, + { + name: "Communities", + path: "/communities", + component: Community, + }, + { + name: "Community Champions", + path: "/community_champions", + component: CommunityCuration, + }, + { + name: "Our Champions", + path: "/community_champions/our_champions", + component: CuratorCohorts, + }, + { + name: "Community Curation", + path: "/communitycuration", + component: CommunityCuration, + }, + { + name: "Stakeholders", + path: "/stakeholders", + component: Stakeholders, + }, + { + name: "Timeline", + path: "/timeline", + component: Timeline, + }, + { + name: "Licence", + path: "/licence", + component: Licence, + }, + { + name: "Terms_of_use", + path: "/terms", + component: Terms, + }, + { + name: "Educational", + path: "/educational", + component: Educational, + }, + { + name: "Privacy", + path: "/privacy", + component: Privacy, + }, + { + name: "preservation_policy", + path: "/preservation_policy", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/sustainability_and_preservation", + ].join(""), + ); + } + }, + }, + { + name: "SustainabilityAndPreservation", + path: "/sustainability_and_preservation", + component: SustainabilityAndPreservation, + }, + { + name: "API Documentation", + path: "/API_doc", + component: APIDoc, + }, + { + name: "old_community_curation", + path: "/community_curation", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [import.meta.env.VITE_HOSTNAME, "/community_champions"].join(""), + ); + } + }, + }, + { + name: "old_our_curators", + path: "/community_curation/our_curators", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/community_champions/our_champions", + ].join(""), + ); + } + }, + }, + { + name: "OAuth Login", + path: "/login_success", + component: OauthLogin, + }, + { + name: "OAuth Login Failure", + path: "/login_failure", + component: LoginFailure, + }, + { + name: "Login", + path: "/accounts/login", + component: Login, + beforeEnter(to, from, next) { + isNotLoggedIn(to, from, next, store); + }, + }, + { + name: "Register", + path: "/accounts/signup", + component: Signup, + beforeEnter(to, from, next) { + isNotLoggedIn(to, from, next, store); + }, + }, + { + name: "Confirm email", + path: "/users/confirmation", + component: ConfirmAccount, + }, + { + name: "Resend confirmation email", + path: "/users/resendConfirmation", + component: ResendConfirmation, + }, + { + name: "Request a new password", + path: "/accounts/forgotPassword", + component: RequestNewPassword, + }, + { + name: "Reset your password", + path: "/users/password/edit", + component: ResetPassword, + }, + { + name: "Send ORCID login email", + path: "/users/orcid/sendEmail", + component: SendOrcidLoginEmail, + }, + { + name: "User", + path: "/accounts/profile", + component: User, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "PublicProfile", + path: "/users/:id", + component: PublicProfile, + }, + { + name: "Edit profile", + path: "/profiles/edit", + component: EditProfile, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "EditPublicProfile", + path: "/profiles/editPublicProfile/:id", + component: EditPublicProfile, + beforeEnter(to, from, next) { + if (!store.state.users.user().isLoggedIn) { + return next("/login"); + } + if (!store.state.users.user().is_super_curator) { + next("/"); + } + next(); + }, + }, + { + name: "UsersList", + path: "/profiles/usersList", + component: UsersList, + beforeEnter(to, from, next) { + isSuperCurator(to, from, next, store); + }, + }, + { + name: "Curator", + path: "/curator", + component: Curator, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "Ontology Browser", + path: "/browse/:id", + component: OntologyBrowser, + }, + { + name: "Edit Content", + path: "/:id/edit", + component: Editor, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "CollectionRecord", + path: "/collection/:id", + redirect: "/:id", + }, + { + name: "RecordByDoi", + path: "/10.25504/:id", + component: Record, + }, + { + name: "Record", + path: "/:id", + component: Record, + }, + { + name: "Error 404", + path: "/error/404", + component: NotFound, + }, + { + name: "Error 500", + path: "/error/500", + component: ServerError, + }, + { + name: "*", + path: "/*/*", + component: NotFound, + }, + ]; + + routes.forEach(function (route) { + if (route.name !== "Record") { + route.meta = { + title: route.name.replace(/_/g, " "), + }; + } + }); + + const router = createRouter({ history: typeof window !== "undefined" ? createWebHistory() @@ -853,16 +791,25 @@ export function createMyRouter() { routes, scrollBehavior, }); + + // 3. FIXED: Intercept the global beforeEach lifecycle to enforce active store context + router.beforeEach((to, from, next) => beforeEach(to, from, next, store)); + + return router; } export async function beforeEach(to, from, next, store) { if (to.path !== "/maintenance" && store.state.introspection.maintenanceMode) { - next({ path: "maintenance" }); + return next({ path: "maintenance" }); } - document.title = - to.meta.title !== undefined - ? "FAIRsharing | " + to.meta.title - : "FAIRsharing"; + + if (typeof document !== "undefined") { + document.title = + to.meta.title !== undefined + ? "FAIRsharing | " + to.meta.title + : "FAIRsharing"; + } + if (store.state.users.user().isLoggedIn) { await store.dispatch("users/validateUserToken"); } @@ -872,11 +819,10 @@ export async function beforeEach(to, from, next, store) { export function isLoggedIn(to, from, next, store) { if (store.state.users.user().isLoggedIn) { next(); - } - else { + } else { const target = to.path; next({ - name: "Login", // back to safety route // + name: "Login", query: { goTo: target }, }); } @@ -885,8 +831,7 @@ export function isLoggedIn(to, from, next, store) { export function isNotLoggedIn(to, from, next, store) { if (!store.state.users.user().isLoggedIn) { next(); - } - else { + } else { next(from); } } @@ -894,11 +839,10 @@ export function isNotLoggedIn(to, from, next, store) { export function isSuperCurator(to, from, next, store) { if (store.state.users.user().is_super_curator) { next(); - } - else { + } else { const target = to.path; next({ - name: "Login", // back to safety route // + name: "Login", query: { goTo: target }, }); } @@ -910,5 +854,3 @@ export function isMaintenanceMode(to, from, next, store) { } next(); } - -// export default router; diff --git a/src/views/AdvancedSearch/AdvancedSearchButtons.vue b/src/views/AdvancedSearch/AdvancedSearchButtons.vue index d8c1925031..62f301f253 100644 --- a/src/views/AdvancedSearch/AdvancedSearchButtons.vue +++ b/src/views/AdvancedSearch/AdvancedSearchButtons.vue @@ -32,20 +32,17 @@ diff --git a/src/views/Home/Home.vue b/src/views/Home/Home.vue index 7201f26617..b74eeb4d71 100644 --- a/src/views/Home/Home.vue +++ b/src/views/Home/Home.vue @@ -1,23 +1,24 @@ @@ -29,13 +30,10 @@ import InfoBlock from "@/components/Home/InfoBlock"; import SearchBlock from "@/components/Home/SearchBlock"; import StatisticsBlock from "@/components/Home/StatisticsBlock"; import RestClient from "@/lib/Client/RESTClient.js"; -import { ClientOnly } from "vike-vue/ClientOnly"; const restClient = new RestClient(); -/** Component to handle the front page (landing page) - * - */ +/** Component to handle the front page (landing page) */ export default { name: "Home", components: { @@ -45,24 +43,33 @@ export default { CategoryBlock, StatisticsBlock, CommunityBlock, - ClientOnly, }, data() { return { JSONLD: {}, + isMounted: false, }; }, mounted() { this.getJsonld(); + this.isMounted = true; }, unmounted() { - if (typeof window !== "undefined" && this.$scrollTo) { - this.$scrollTo("body", 0, {}); + // Fixed: Native scroll since the global scroll plugin is disabled + if (typeof window !== "undefined") { + window.scrollTo({ + top: 0, + behavior: "instant", + }); } }, methods: { async getJsonld() { - this.JSONLD = await restClient.getHomepageJsonld(); + const data = await restClient.getHomepageJsonld(); + // Ensure we assign valid data so the script tag populates correctly + if (data) { + this.JSONLD = data; + } }, }, }; diff --git a/src/views/Organisations/Organisation.vue b/src/views/Organisations/Organisation.vue index 1c8982c5c0..f9424344dc 100644 --- a/src/views/Organisations/Organisation.vue +++ b/src/views/Organisations/Organisation.vue @@ -482,7 +482,7 @@ import SearchOrganisationRecords from "@/components/Organisations/SearchOrganisa import SectionTitle from "@/components/Records/Record/SectionTitle.vue"; import GraphClient from "@/lib/GraphClient/GraphClient.js"; import getOrganisationQuery from "@/lib/GraphClient/queries/Organisations/getOrganisation.json"; -import saveSearch from "@/store"; +// import saveSearch from "@/store"; import { isImage, isRequired, isUrl } from "@/utils/rules.js"; import stringUtils from "@/utils/stringUtils"; import NotFound from "@/views/Errors/404"; @@ -630,7 +630,8 @@ export default { this.error = false; } this.loading = false; - } catch (e) { + } + catch (e) { this.errors = e.message; this.loading = false; } @@ -653,7 +654,8 @@ export default { alt_names = this.editedOrganisation.alternativeNames .split(",") .map((item) => item.trim()); - } catch { + } + catch { alt_names = []; } this.logoLoading = true; @@ -731,7 +733,8 @@ export default { formatUser(user) { if (user.orcid) { return `${user.username} (${user.orcid})`; - } else { + } + else { return user.username; } }, @@ -826,7 +829,7 @@ export default { this.user().credentials.token, ); //Commit the updated result to store - saveSearch.commit( + this.$store.commit( "saveSearch/setSaveSearchResult", updatedSearchResult, ); diff --git a/vite.config.mjs b/vite.config.mjs index 07ddd6d85f..430878fbe4 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -22,6 +22,7 @@ export default defineConfig({ host: true, open: true, port: 8080, + sourcemap: true, }, preview: { host: true, @@ -69,6 +70,7 @@ export default defineConfig({ postcss: { plugins: [autoprefixer] }, + devSourcemap: true }, build: { assetsDir: 'assets', From 88ddb72e14e1578bd53edb344868e85fdbd3095c Mon Sep 17 00:00:00 2001 From: prakhyatox Date: Thu, 21 May 2026 09:45:26 +0100 Subject: [PATCH 03/94] adding metaData files --- src/components/Navigation/Jumbotron.vue | 48 +++++++-------- .../CollectionRecord/SearchCollection.vue | 58 ++++++++++--------- src/pages/+config.js | 5 -- src/pages/all/+data.js | 35 +++++++++++ src/pages/all/+description.js | 16 +++++ src/pages/all/+title.js | 12 ++++ src/store/recordData.js | 46 +++++---------- 7 files changed, 135 insertions(+), 85 deletions(-) create mode 100644 src/pages/all/+data.js create mode 100644 src/pages/all/+description.js create mode 100644 src/pages/all/+title.js diff --git a/src/components/Navigation/Jumbotron.vue b/src/components/Navigation/Jumbotron.vue index 4e7652ae37..db2c13b1d5 100644 --- a/src/components/Navigation/Jumbotron.vue +++ b/src/components/Navigation/Jumbotron.vue @@ -1,36 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/documentation/html/module-Login.html b/documentation/html/module-Login.html index 7e581fdf07..9dd1ed8c8b 100644 --- a/documentation/html/module-Login.html +++ b/documentation/html/module-Login.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-NewRecord.html b/documentation/html/module-NewRecord.html index 7e44d05e9a..6c26ade4d4 100644 --- a/documentation/html/module-NewRecord.html +++ b/documentation/html/module-NewRecord.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-Pagination.html b/documentation/html/module-Pagination.html index 3c81727121..57fc2f5041 100644 --- a/documentation/html/module-Pagination.html +++ b/documentation/html/module-Pagination.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -306,7 +306,7 @@
Parameters:
@@ -444,7 +444,7 @@
Parameters:
diff --git a/documentation/html/module-Signup.html b/documentation/html/module-Signup.html index 3c1e7064c0..5f3f3bda61 100644 --- a/documentation/html/module-Signup.html +++ b/documentation/html/module-Signup.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-User.html b/documentation/html/module-User.html index 5972c8f87b..3b3216b8f9 100644 --- a/documentation/html/module-User.html +++ b/documentation/html/module-User.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/modules.list.html b/documentation/html/modules.list.html index c5eaeb7945..89e7ba4e9f 100644 --- a/documentation/html/modules.list.html +++ b/documentation/html/modules.list.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -468,7 +468,7 @@
Type:
@@ -538,7 +538,7 @@

<constant> para @@ -925,7 +925,7 @@

Properties:
@@ -2469,7 +2469,7 @@
Parameters:
@@ -2535,6 +2535,158 @@
Example
+ + + + +
+
+

<async> recordPage(paramURL)

+ + +
+
+ + +
+

Record Page data

+
+ + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
paramURL + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ +
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + + + +
+
+ Type +
+
+ +Promise.<({record}|{record: null})> + + + +
+
+ + + + +
diff --git a/documentation/html/namespaces.list.html b/documentation/html/namespaces.list.html index 6edeb150ab..4ebe951fa5 100644 --- a/documentation/html/namespaces.list.html +++ b/documentation/html/namespaces.list.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -468,7 +468,7 @@
Type:
@@ -538,7 +538,7 @@

<constant> para @@ -925,7 +925,7 @@

Properties:
@@ -2469,7 +2469,7 @@
Parameters:
@@ -2535,6 +2535,158 @@
Example
+ + + + +
+
+

<async> recordPage(paramURL)

+ + +
+
+ + +
+

Record Page data

+
+ + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
paramURL + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ +
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + + + +
+
+ Type +
+
+ +Promise.<({record}|{record: null})> + + + +
+
+ + + + +
diff --git a/documentation/html/pages_all_+data.js.html b/documentation/html/pages_all_+data.js.html new file mode 100644 index 0000000000..50c3e097e8 --- /dev/null +++ b/documentation/html/pages_all_+data.js.html @@ -0,0 +1,271 @@ + + + + + + + FAIRsharing.org Source: pages/all/+data.js + + + + + + + + + + + + + +
+
+ + +
+ +
+ + +

Source: pages/all/+data.js

+ +
+
+
import Client from "@/lib/GraphClient/GraphClient.js";
+import recordQuery from "@/lib/GraphClient/queries/getRecordSEO.json";
+
+export async function data(pageContext) {
+  const paramURL = pageContext.routeParams["*"];
+
+  // Check for record page in id or DOI format
+  const FAIRsharingDOIregex = /FAIRsharing\.[a-zA-Z0-9]+/;
+  if (isNaN(paramURL) || !FAIRsharingDOIregex.test(paramURL)) {
+    return recordPage(paramURL);
+  }
+}
+
+/**
+ * Record Page data
+ * @param paramURL
+ * @return {Promise<{record}|{record: null}>}
+ */
+async function recordPage(paramURL) {
+  // Mirror the core execution logic from the recorddata.js action
+  const client = new Client();
+  recordQuery.queryParam = {
+    id: paramURL,
+  };
+
+  try {
+    const responseData = await client.executeQuery(recordQuery);
+    //Extract the clean data object out to Vike's pageContext
+    return {
+      record: responseData?.fairsharingRecord || null,
+    };
+  }
+  catch (error) {
+    console.error(
+      "Failed to execute server-side SEO query for ID:",
+      paramURL,
+      error,
+    );
+    return { record: null };
+  }
+}
+
+
+
+ + + + + +
+
+ +
+ + + +
+
+ + + + + +
+ + + + DocStrap Copyright © 2012-2015 The contributors to the JSDoc3 and DocStrap projects. + + + + Documentation generated by JSDoc 4.0.5 + + on Fri May 22nd 2026 + + using the DocStrap template. + +
+ + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/html/quicksearch.html b/documentation/html/quicksearch.html index 1db968366e..0f01b243d7 100644 --- a/documentation/html/quicksearch.html +++ b/documentation/html/quicksearch.html @@ -7,7 +7,7 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/html/views_Organisations_Organisation.vue.html b/documentation/html/views_Organisations_Organisation.vue.html index a0ff3de23e..fff8e98760 100644 --- a/documentation/html/views_Organisations_Organisation.vue.html +++ b/documentation/html/views_Organisations_Organisation.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -575,7 +575,7 @@

Source: views/Organisations/Organisation.vue

import SectionTitle from "@/components/Records/Record/SectionTitle.vue"; import GraphClient from "@/lib/GraphClient/GraphClient.js"; import getOrganisationQuery from "@/lib/GraphClient/queries/Organisations/getOrganisation.json"; -import saveSearch from "@/store"; +// import saveSearch from "@/store"; import { isImage, isRequired, isUrl } from "@/utils/rules.js"; import stringUtils from "@/utils/stringUtils"; import NotFound from "@/views/Errors/404"; @@ -723,7 +723,8 @@

Source: views/Organisations/Organisation.vue

this.error = false; } this.loading = false; - } catch (e) { + } + catch (e) { this.errors = e.message; this.loading = false; } @@ -746,7 +747,8 @@

Source: views/Organisations/Organisation.vue

alt_names = this.editedOrganisation.alternativeNames .split(",") .map((item) => item.trim()); - } catch { + } + catch { alt_names = []; } this.logoLoading = true; @@ -824,7 +826,8 @@

Source: views/Organisations/Organisation.vue

formatUser(user) { if (user.orcid) { return `${user.username} (${user.orcid})`; - } else { + } + else { return user.username; } }, @@ -919,7 +922,7 @@

Source: views/Organisations/Organisation.vue

this.user().credentials.token, ); //Commit the updated result to store - saveSearch.commit( + this.$store.commit( "saveSearch/setSaveSearchResult", updatedSearchResult, ); diff --git a/documentation/html/views_Records_NetworkGraph.vue.html b/documentation/html/views_Records_NetworkGraph.vue.html index 83138e41e8..fed21f96e8 100644 --- a/documentation/html/views_Records_NetworkGraph.vue.html +++ b/documentation/html/views_Records_NetworkGraph.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/views_Records_Record.vue.html b/documentation/html/views_Records_Record.vue.html index def22273b1..d40b9b7e77 100644 --- a/documentation/html/views_Records_Record.vue.html +++ b/documentation/html/views_Records_Record.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/views_Records_Records.vue.html b/documentation/html/views_Records_Records.vue.html index 50fcfa4e5b..2d55b70869 100644 --- a/documentation/html/views_Records_Records.vue.html +++ b/documentation/html/views_Records_Records.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -92,7 +92,7 @@

Source: views/Records/Records.vue

<template>
-  <v-main>
+  <div>
     <v-container class="pa-0" fluid>
       <!--  Content  -->
       <v-row no-gutters>
@@ -158,12 +158,13 @@ 

Source: views/Records/Records.vue

:absolute="false" class="align-center justify-center" opacity="0.8" + persistent > <Loaders /> </v-overlay> </div> </v-fade-transition> - </v-main> + </div> </template> <script> diff --git a/documentation/html/views_Static_Community_Community.vue.html b/documentation/html/views_Static_Community_Community.vue.html index 8367acbf56..e47d30a5ff 100644 --- a/documentation/html/views_Static_Community_Community.vue.html +++ b/documentation/html/views_Static_Community_Community.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -769,7 +769,7 @@

Source: views/Static/Community/Community.vue

* All static pages will be handle through this namespace * @namespace Static */ -import { isArray } from "lodash"; +import {isArray} from "lodash-es"; import Icon from "@/components/Icon"; import ActivitiesStaticTable from "@/components/Static/Community/ActivitiesStaticTable"; diff --git a/documentation/html/views_Static_Timeline_Timeline.vue.html b/documentation/html/views_Static_Timeline_Timeline.vue.html index 7f0b32ad1a..ba413db975 100644 --- a/documentation/html/views_Static_Timeline_Timeline.vue.html +++ b/documentation/html/views_Static_Timeline_Timeline.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/views_Users_Login_Login.vue.html b/documentation/html/views_Users_Login_Login.vue.html index d4d7d12ba3..a7b6d08321 100644 --- a/documentation/html/views_Users_Login_Login.vue.html +++ b/documentation/html/views_Users_Login_Login.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/views_Users_Signup.vue.html b/documentation/html/views_Users_Signup.vue.html index 5ffedd08f3..6c9c48c651 100644 --- a/documentation/html/views_Users_Signup.vue.html +++ b/documentation/html/views_Users_Signup.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ From 4cee21cb6b379acf1fc06b6eeca02c21a19acc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 11:30:39 +0000 Subject: [PATCH 08/94] docs: bump qs from 6.14.1 to 6.15.2 Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.15.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.15.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ff6727411..bbaf9230c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13098,9 +13098,9 @@ } }, "node_modules/qs": { - "version": "6.14.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz", - "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==", + "version": "6.15.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz", + "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { From 72f8a2b33255b5b6b4bbc87a05a8557044e08f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 11:31:19 +0000 Subject: [PATCH 09/94] docs: autogenerated documentation files --- documentation/html/ExternalRESTClients.html | 2 +- documentation/html/GraphQLClient.html | 2 +- documentation/html/RESTClient.html | 2 +- documentation/html/Static.html | 2 +- documentation/html/classes.list.html | 2 +- .../components_Curators_CuratorRecordsAwaitingApproval.vue.html | 2 +- ..._DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html | 2 +- ...rators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html | 2 +- ...ors_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html | 2 +- ...tors_DownLoadRecordsComponents_RecordsNeedingReview.vue.html | 2 +- ...rators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html | 2 +- documentation/html/components_Curators_HiddenRecords.vue.html | 2 +- .../html/components_Curators_IncompleteRecords.vue.html | 2 +- .../html/components_Curators_MaintenanceRequests.vue.html | 2 +- .../html/components_Curators_RecentCuratorCreation.vue.html | 2 +- documentation/html/components_Curators_SystemMessages.vue.html | 2 +- .../components_Curators_UserRecordsAwaitingApproval.vue.html | 2 +- .../html/components_Ontologies_OntologySunburst.vue.html | 2 +- .../html/components_Records_Record_Collections.vue.html | 2 +- ...components_Records_Record_GeneralInfo_SavedSearches.vue.html | 2 +- .../html/components_Records_Record_RelatedContent.vue.html | 2 +- .../html/components_Records_Search_Header_FilterChips.vue.html | 2 +- .../html/components_Records_Search_Header_Pagination.vue.html | 2 +- .../html/components_Records_Search_Header_Sorting.vue.html | 2 +- ...Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html | 2 +- ..._QueryBuilderComponents_GeneralComponents_Countries.vue.html | 2 +- ...ch_QueryBuilderComponents_GeneralComponents_Domains.vue.html | 2 +- ...h_QueryBuilderComponents_GeneralComponents_Licences.vue.html | 2 +- ...ueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html | 2 +- ...ryBuilderComponents_GeneralComponents_Organisations.vue.html | 2 +- ...ch_QueryBuilderComponents_GeneralComponents_Subject.vue.html | 2 +- ...QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html | 2 +- ...yBuilderComponents_GeneralComponents_UserDefinedTag.vue.html | 2 +- ...h_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html | 2 +- ...QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html | 2 +- ...ch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html | 2 +- ..._QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html | 2 +- ...rch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html | 2 +- ...h_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html | 2 +- ...ecords_Search_Input_AdvancedSearch_QueryBuilderView.vue.html | 2 +- .../components_Records_Search_Input_FilterAutocomplete.vue.html | 2 +- .../html/components_Records_Search_Input_FilterButton.vue.html | 2 +- .../html/components_Records_Search_Input_SearchInput.vue.html | 2 +- ...mponents_Records_Search_SaveSearch_SaveSearchButton.vue.html | 2 +- ...ponents_Records_Search_SaveSearch_SaveSearchStepper.vue.html | 2 +- ...ch_SaveSearch_StepperComponents_OrganisationStepper.vue.html | 2 +- ...s_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html | 2 +- ...ords_Search_SaveSearch_StepperComponents_ResultCard.vue.html | 2 +- ...ch_SaveSearch_StepperComponents_StepperDialogHeader.vue.html | 2 +- ...rds_Search_SaveSearch_StepperComponents_UserStepper.vue.html | 2 +- ...nents_Users_Profiles_Private_ViewSavedSearchesTable.vue.html | 2 +- documentation/html/global.html | 2 +- documentation/html/index.html | 2 +- documentation/html/lib_Client_ExternalClients.js.html | 2 +- documentation/html/lib_Client_RESTClient.js.html | 2 +- documentation/html/lib_GraphClient_GraphClient.js.html | 2 +- documentation/html/module-Home.html | 2 +- documentation/html/module-Login.html | 2 +- documentation/html/module-NewRecord.html | 2 +- documentation/html/module-Pagination.html | 2 +- documentation/html/module-Signup.html | 2 +- documentation/html/module-User.html | 2 +- documentation/html/modules.list.html | 2 +- documentation/html/namespaces.list.html | 2 +- documentation/html/router_hackSearch.js.html | 2 +- documentation/html/store_introspector.js.html | 2 +- documentation/html/store_recordData.js.html | 2 +- documentation/html/store_recordSearch.js.html | 2 +- documentation/html/store_searchFilters.js.html | 2 +- documentation/html/utils_advancedSearchUtils.js.html | 2 +- documentation/html/utils_recordTabUtils.js.html | 2 +- documentation/html/utils_rules.js.html | 2 +- .../views_AdvancedSearch_AdvancedSearchResultTable.vue.html | 2 +- .../html/views_AdvancedSearch_AdvancedSearchSelection.vue.html | 2 +- documentation/html/views_Browsers_OntologyBrowser.vue.html | 2 +- documentation/html/views_CreateRecord_NewRecord.vue.html | 2 +- documentation/html/views_Home_Home.vue.html | 2 +- documentation/html/views_Organisations_Organisation.vue.html | 2 +- documentation/html/views_Records_NetworkGraph.vue.html | 2 +- documentation/html/views_Records_Record.vue.html | 2 +- documentation/html/views_Records_Records.vue.html | 2 +- documentation/html/views_Static_Community_Community.vue.html | 2 +- documentation/html/views_Static_Timeline_Timeline.vue.html | 2 +- documentation/html/views_Users_Login_Login.vue.html | 2 +- documentation/html/views_Users_Signup.vue.html | 2 +- 85 files changed, 85 insertions(+), 85 deletions(-) diff --git a/documentation/html/ExternalRESTClients.html b/documentation/html/ExternalRESTClients.html index 52b03c1fc5..bb318a10f8 100644 --- a/documentation/html/ExternalRESTClients.html +++ b/documentation/html/ExternalRESTClients.html @@ -414,7 +414,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/GraphQLClient.html b/documentation/html/GraphQLClient.html index a26ea9f992..a21ab2f2eb 100644 --- a/documentation/html/GraphQLClient.html +++ b/documentation/html/GraphQLClient.html @@ -912,7 +912,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/RESTClient.html b/documentation/html/RESTClient.html index bd625ac625..f8e7988489 100644 --- a/documentation/html/RESTClient.html +++ b/documentation/html/RESTClient.html @@ -10217,7 +10217,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/Static.html b/documentation/html/Static.html index 62ce5338c0..e2770a0742 100644 --- a/documentation/html/Static.html +++ b/documentation/html/Static.html @@ -391,7 +391,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/classes.list.html b/documentation/html/classes.list.html index 0dbeeaeb45..363f7c405c 100644 --- a/documentation/html/classes.list.html +++ b/documentation/html/classes.list.html @@ -2879,7 +2879,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html index 000f31d561..392b35d4cc 100644 --- a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html @@ -815,7 +815,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html index 94eea10c11..afe585678f 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html @@ -199,7 +199,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html index 9772351dc8..5438265f3d 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html @@ -202,7 +202,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html index fc12990d1c..7eddf50651 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html @@ -204,7 +204,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html index e071708bfb..247bafd6eb 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html @@ -199,7 +199,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html index 78583371cb..bd7f691abb 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html @@ -205,7 +205,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_HiddenRecords.vue.html b/documentation/html/components_Curators_HiddenRecords.vue.html index 3e6ed56b5a..5406463a90 100644 --- a/documentation/html/components_Curators_HiddenRecords.vue.html +++ b/documentation/html/components_Curators_HiddenRecords.vue.html @@ -288,7 +288,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_IncompleteRecords.vue.html b/documentation/html/components_Curators_IncompleteRecords.vue.html index 338e21d6be..3c3a4c776e 100644 --- a/documentation/html/components_Curators_IncompleteRecords.vue.html +++ b/documentation/html/components_Curators_IncompleteRecords.vue.html @@ -380,7 +380,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_MaintenanceRequests.vue.html b/documentation/html/components_Curators_MaintenanceRequests.vue.html index 515e193b65..19e8ea2127 100644 --- a/documentation/html/components_Curators_MaintenanceRequests.vue.html +++ b/documentation/html/components_Curators_MaintenanceRequests.vue.html @@ -668,7 +668,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_RecentCuratorCreation.vue.html b/documentation/html/components_Curators_RecentCuratorCreation.vue.html index 686b07943b..6903e3380f 100644 --- a/documentation/html/components_Curators_RecentCuratorCreation.vue.html +++ b/documentation/html/components_Curators_RecentCuratorCreation.vue.html @@ -286,7 +286,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_SystemMessages.vue.html b/documentation/html/components_Curators_SystemMessages.vue.html index dcb76bebab..978520d00c 100644 --- a/documentation/html/components_Curators_SystemMessages.vue.html +++ b/documentation/html/components_Curators_SystemMessages.vue.html @@ -471,7 +471,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html index afe2ee1b38..33e3872dc1 100644 --- a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html @@ -831,7 +831,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Ontologies_OntologySunburst.vue.html b/documentation/html/components_Ontologies_OntologySunburst.vue.html index 6b7292d4d3..1bad29ad71 100644 --- a/documentation/html/components_Ontologies_OntologySunburst.vue.html +++ b/documentation/html/components_Ontologies_OntologySunburst.vue.html @@ -444,7 +444,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_Collections.vue.html b/documentation/html/components_Records_Record_Collections.vue.html index 7e320996de..2e7a73ccc1 100644 --- a/documentation/html/components_Records_Record_Collections.vue.html +++ b/documentation/html/components_Records_Record_Collections.vue.html @@ -462,7 +462,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html index 1822e52933..a61f36c937 100644 --- a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html +++ b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html @@ -320,7 +320,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_RelatedContent.vue.html b/documentation/html/components_Records_Record_RelatedContent.vue.html index 21e1008670..9c95964415 100644 --- a/documentation/html/components_Records_Record_RelatedContent.vue.html +++ b/documentation/html/components_Records_Record_RelatedContent.vue.html @@ -454,7 +454,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_FilterChips.vue.html b/documentation/html/components_Records_Search_Header_FilterChips.vue.html index 00eb61b9ff..21efe760c5 100644 --- a/documentation/html/components_Records_Search_Header_FilterChips.vue.html +++ b/documentation/html/components_Records_Search_Header_FilterChips.vue.html @@ -250,7 +250,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_Pagination.vue.html b/documentation/html/components_Records_Search_Header_Pagination.vue.html index 146a032145..a3efd2487a 100644 --- a/documentation/html/components_Records_Search_Header_Pagination.vue.html +++ b/documentation/html/components_Records_Search_Header_Pagination.vue.html @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_Sorting.vue.html b/documentation/html/components_Records_Search_Header_Sorting.vue.html index c26267d266..db0fab603d 100644 --- a/documentation/html/components_Records_Search_Header_Sorting.vue.html +++ b/documentation/html/components_Records_Search_Header_Sorting.vue.html @@ -219,7 +219,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html index 0c0f7687c3..3da5d9eedf 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html @@ -489,7 +489,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html index 9e6c36df85..7650054870 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html @@ -227,7 +227,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html index 382891b675..56ae898bab 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html @@ -221,7 +221,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html index 9aa65b9b3e..9d16251706 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html @@ -224,7 +224,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html index b7030e4bcd..a4e61ac1b4 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html @@ -221,7 +221,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html index aab662c81e..d201529517 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html @@ -231,7 +231,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html index 9b6827f1aa..908174c1f7 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html index baae0bd33b..12c357d551 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html @@ -227,7 +227,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html index 050daa1b2c..c957ad95af 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html @@ -227,7 +227,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html index 22eb5c856d..05fbfb8894 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html @@ -315,7 +315,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html index 47533f8072..d5ad959ac9 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html @@ -252,7 +252,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html index 280901e2db..0c1bfae858 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html @@ -272,7 +272,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html index 8f71d33962..db0fe2a0bc 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html @@ -199,7 +199,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html index 75a7a0de3c..7152f0d3fa 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html @@ -328,7 +328,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html index 407e6c9625..1730fdc86c 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html @@ -230,7 +230,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html index b67cf133ea..64c8c9c823 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html @@ -678,7 +678,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html index 889e9c7648..073f3837cc 100644 --- a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html @@ -373,7 +373,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_FilterButton.vue.html b/documentation/html/components_Records_Search_Input_FilterButton.vue.html index b809eb644c..5adf588b7e 100644 --- a/documentation/html/components_Records_Search_Input_FilterButton.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterButton.vue.html @@ -285,7 +285,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_SearchInput.vue.html b/documentation/html/components_Records_Search_Input_SearchInput.vue.html index d1039ae845..db4e4f8841 100644 --- a/documentation/html/components_Records_Search_Input_SearchInput.vue.html +++ b/documentation/html/components_Records_Search_Input_SearchInput.vue.html @@ -284,7 +284,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html index 539bdbb8c3..76ee18625b 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html @@ -182,7 +182,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html index 2d287fe700..97d812c1af 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html @@ -464,7 +464,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html index afae28eb6c..4e279da3e5 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html index 0ecbdf60df..e3baed4356 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html index 5fa157823c..35f8f19410 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html index 82dd0cbe5d..8637916a18 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html @@ -182,7 +182,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html index 50c8164c87..9cfc4a7d60 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html @@ -211,7 +211,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html index 0d43802ab0..277c9ed33e 100644 --- a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html +++ b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html @@ -510,7 +510,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/global.html b/documentation/html/global.html index 5c43d0a26c..20b6ed568a 100644 --- a/documentation/html/global.html +++ b/documentation/html/global.html @@ -2859,7 +2859,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/index.html b/documentation/html/index.html index 5dc44762a6..e2d9a9c9a3 100644 --- a/documentation/html/index.html +++ b/documentation/html/index.html @@ -175,7 +175,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_ExternalClients.js.html b/documentation/html/lib_Client_ExternalClients.js.html index 17dc9e3482..90cdd5c5e2 100644 --- a/documentation/html/lib_Client_ExternalClients.js.html +++ b/documentation/html/lib_Client_ExternalClients.js.html @@ -256,7 +256,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_RESTClient.js.html b/documentation/html/lib_Client_RESTClient.js.html index adb0fb581c..ab49de9c40 100644 --- a/documentation/html/lib_Client_RESTClient.js.html +++ b/documentation/html/lib_Client_RESTClient.js.html @@ -1284,7 +1284,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/lib_GraphClient_GraphClient.js.html b/documentation/html/lib_GraphClient_GraphClient.js.html index 996633027b..fda66b4f7d 100644 --- a/documentation/html/lib_GraphClient_GraphClient.js.html +++ b/documentation/html/lib_GraphClient_GraphClient.js.html @@ -285,7 +285,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Home.html b/documentation/html/module-Home.html index a9114a8bc7..5749b2dc42 100644 --- a/documentation/html/module-Home.html +++ b/documentation/html/module-Home.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Login.html b/documentation/html/module-Login.html index 7e581fdf07..15a5158221 100644 --- a/documentation/html/module-Login.html +++ b/documentation/html/module-Login.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/module-NewRecord.html b/documentation/html/module-NewRecord.html index 7e44d05e9a..1d41fb7a4f 100644 --- a/documentation/html/module-NewRecord.html +++ b/documentation/html/module-NewRecord.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Pagination.html b/documentation/html/module-Pagination.html index 3c81727121..ff4eddbd64 100644 --- a/documentation/html/module-Pagination.html +++ b/documentation/html/module-Pagination.html @@ -527,7 +527,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Signup.html b/documentation/html/module-Signup.html index 3c1e7064c0..5bbd86efb1 100644 --- a/documentation/html/module-Signup.html +++ b/documentation/html/module-Signup.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/module-User.html b/documentation/html/module-User.html index 5972c8f87b..c40ceacd91 100644 --- a/documentation/html/module-User.html +++ b/documentation/html/module-User.html @@ -228,7 +228,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/modules.list.html b/documentation/html/modules.list.html index c5eaeb7945..2e231a611b 100644 --- a/documentation/html/modules.list.html +++ b/documentation/html/modules.list.html @@ -2879,7 +2879,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/namespaces.list.html b/documentation/html/namespaces.list.html index 6edeb150ab..30d3eadefd 100644 --- a/documentation/html/namespaces.list.html +++ b/documentation/html/namespaces.list.html @@ -2879,7 +2879,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/router_hackSearch.js.html b/documentation/html/router_hackSearch.js.html index a41a70ae79..a0c75fa0a5 100644 --- a/documentation/html/router_hackSearch.js.html +++ b/documentation/html/router_hackSearch.js.html @@ -209,7 +209,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/store_introspector.js.html b/documentation/html/store_introspector.js.html index aec9ce4089..fcb3958013 100644 --- a/documentation/html/store_introspector.js.html +++ b/documentation/html/store_introspector.js.html @@ -317,7 +317,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/store_recordData.js.html b/documentation/html/store_recordData.js.html index 2aed1c0994..7ea85581a9 100644 --- a/documentation/html/store_recordData.js.html +++ b/documentation/html/store_recordData.js.html @@ -872,7 +872,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/store_recordSearch.js.html b/documentation/html/store_recordSearch.js.html index 52de6a2f87..a4060d6888 100644 --- a/documentation/html/store_recordSearch.js.html +++ b/documentation/html/store_recordSearch.js.html @@ -355,7 +355,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/store_searchFilters.js.html b/documentation/html/store_searchFilters.js.html index 1807e624ec..76481a03b6 100644 --- a/documentation/html/store_searchFilters.js.html +++ b/documentation/html/store_searchFilters.js.html @@ -301,7 +301,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/utils_advancedSearchUtils.js.html b/documentation/html/utils_advancedSearchUtils.js.html index d026dac19d..66338b2850 100644 --- a/documentation/html/utils_advancedSearchUtils.js.html +++ b/documentation/html/utils_advancedSearchUtils.js.html @@ -196,7 +196,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/utils_recordTabUtils.js.html b/documentation/html/utils_recordTabUtils.js.html index 56e536cedc..30d14f1d2d 100644 --- a/documentation/html/utils_recordTabUtils.js.html +++ b/documentation/html/utils_recordTabUtils.js.html @@ -270,7 +270,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/utils_rules.js.html b/documentation/html/utils_rules.js.html index 8890ef0349..02d68b49a8 100644 --- a/documentation/html/utils_rules.js.html +++ b/documentation/html/utils_rules.js.html @@ -293,7 +293,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html index ae5721e50d..665ddca3df 100644 --- a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html +++ b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html @@ -453,7 +453,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html index 961b8e7a3f..b6252a83a4 100644 --- a/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html +++ b/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html @@ -373,7 +373,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Browsers_OntologyBrowser.vue.html b/documentation/html/views_Browsers_OntologyBrowser.vue.html index eebf674bbb..49629afecb 100644 --- a/documentation/html/views_Browsers_OntologyBrowser.vue.html +++ b/documentation/html/views_Browsers_OntologyBrowser.vue.html @@ -697,7 +697,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_CreateRecord_NewRecord.vue.html b/documentation/html/views_CreateRecord_NewRecord.vue.html index ccc0f97850..13500e445b 100644 --- a/documentation/html/views_CreateRecord_NewRecord.vue.html +++ b/documentation/html/views_CreateRecord_NewRecord.vue.html @@ -401,7 +401,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Home_Home.vue.html b/documentation/html/views_Home_Home.vue.html index d1867f1c49..e02178e5f1 100644 --- a/documentation/html/views_Home_Home.vue.html +++ b/documentation/html/views_Home_Home.vue.html @@ -202,7 +202,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Organisations_Organisation.vue.html b/documentation/html/views_Organisations_Organisation.vue.html index a0ff3de23e..f17e3e0ba0 100644 --- a/documentation/html/views_Organisations_Organisation.vue.html +++ b/documentation/html/views_Organisations_Organisation.vue.html @@ -989,7 +989,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_NetworkGraph.vue.html b/documentation/html/views_Records_NetworkGraph.vue.html index 83138e41e8..d61c4ef422 100644 --- a/documentation/html/views_Records_NetworkGraph.vue.html +++ b/documentation/html/views_Records_NetworkGraph.vue.html @@ -734,7 +734,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Record.vue.html b/documentation/html/views_Records_Record.vue.html index def22273b1..681294904e 100644 --- a/documentation/html/views_Records_Record.vue.html +++ b/documentation/html/views_Records_Record.vue.html @@ -1497,7 +1497,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Records.vue.html b/documentation/html/views_Records_Records.vue.html index 50fcfa4e5b..1077118f75 100644 --- a/documentation/html/views_Records_Records.vue.html +++ b/documentation/html/views_Records_Records.vue.html @@ -449,7 +449,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Static_Community_Community.vue.html b/documentation/html/views_Static_Community_Community.vue.html index 8367acbf56..1fca76aaf8 100644 --- a/documentation/html/views_Static_Community_Community.vue.html +++ b/documentation/html/views_Static_Community_Community.vue.html @@ -990,7 +990,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Static_Timeline_Timeline.vue.html b/documentation/html/views_Static_Timeline_Timeline.vue.html index 7f0b32ad1a..ef550eb6b5 100644 --- a/documentation/html/views_Static_Timeline_Timeline.vue.html +++ b/documentation/html/views_Static_Timeline_Timeline.vue.html @@ -153,7 +153,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Users_Login_Login.vue.html b/documentation/html/views_Users_Login_Login.vue.html index d4d7d12ba3..1283a635ce 100644 --- a/documentation/html/views_Users_Login_Login.vue.html +++ b/documentation/html/views_Users_Login_Login.vue.html @@ -462,7 +462,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Users_Signup.vue.html b/documentation/html/views_Users_Signup.vue.html index 5ffedd08f3..de527ada08 100644 --- a/documentation/html/views_Users_Signup.vue.html +++ b/documentation/html/views_Users_Signup.vue.html @@ -150,7 +150,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Sat May 23rd 2026 using the DocStrap template. From 2142ff14e8a12a5bda371e12472f687d8c964de8 Mon Sep 17 00:00:00 2001 From: prakhyatox Date: Tue, 26 May 2026 10:05:00 +0100 Subject: [PATCH 10/94] fixing codespell errors --- src/pages/all/+description.js | 2 +- src/pages/all/+title.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/all/+description.js b/src/pages/all/+description.js index c7f2ce037c..c385546eb3 100644 --- a/src/pages/all/+description.js +++ b/src/pages/all/+description.js @@ -10,7 +10,7 @@ export default function description(pageContext) { ); } - //Communites Page + //Communities Page if (path === "/communities") { const communityTitles = { adopters: diff --git a/src/pages/all/+title.js b/src/pages/all/+title.js index 112173c970..633ab408ab 100644 --- a/src/pages/all/+title.js +++ b/src/pages/all/+title.js @@ -11,7 +11,7 @@ export default function title(pageContext) { return `${record.name} | FAIRsharing`; } - //Communites Page + //Communities Page if (path === "/communities") { const communityTitles = { adopters: "Adopters | Communities | FAIRsharing", From 0ea59873cff95f5e094283eb6b8c78fe513a21e1 Mon Sep 17 00:00:00 2001 From: prakhyatox <109139583+prakhyatox@users.noreply.github.com> Date: Tue, 26 May 2026 09:05:50 +0000 Subject: [PATCH 11/94] docs: autogenerated documentation files --- documentation/html/ExternalRESTClients.html | 2 +- documentation/html/GraphQLClient.html | 2 +- documentation/html/RESTClient.html | 2 +- documentation/html/Static.html | 2 +- documentation/html/classes.list.html | 2 +- .../components_Curators_CuratorRecordsAwaitingApproval.vue.html | 2 +- ..._DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html | 2 +- ...rators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html | 2 +- ...ors_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html | 2 +- ...tors_DownLoadRecordsComponents_RecordsNeedingReview.vue.html | 2 +- ...rators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html | 2 +- documentation/html/components_Curators_HiddenRecords.vue.html | 2 +- .../html/components_Curators_IncompleteRecords.vue.html | 2 +- .../html/components_Curators_MaintenanceRequests.vue.html | 2 +- .../html/components_Curators_RecentCuratorCreation.vue.html | 2 +- documentation/html/components_Curators_SystemMessages.vue.html | 2 +- .../components_Curators_UserRecordsAwaitingApproval.vue.html | 2 +- .../html/components_Ontologies_OntologySunburst.vue.html | 2 +- .../html/components_Records_Record_Collections.vue.html | 2 +- ...components_Records_Record_GeneralInfo_SavedSearches.vue.html | 2 +- .../html/components_Records_Record_RelatedContent.vue.html | 2 +- .../html/components_Records_Search_Header_FilterChips.vue.html | 2 +- .../html/components_Records_Search_Header_Pagination.vue.html | 2 +- .../html/components_Records_Search_Header_Sorting.vue.html | 2 +- ...Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html | 2 +- ..._QueryBuilderComponents_GeneralComponents_Countries.vue.html | 2 +- ...ch_QueryBuilderComponents_GeneralComponents_Domains.vue.html | 2 +- ...h_QueryBuilderComponents_GeneralComponents_Licences.vue.html | 2 +- ...ueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html | 2 +- ...ryBuilderComponents_GeneralComponents_Organisations.vue.html | 2 +- ...ch_QueryBuilderComponents_GeneralComponents_Subject.vue.html | 2 +- ...QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html | 2 +- ...yBuilderComponents_GeneralComponents_UserDefinedTag.vue.html | 2 +- ...h_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html | 2 +- ...QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html | 2 +- ...ch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html | 2 +- ..._QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html | 2 +- ...rch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html | 2 +- ...h_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html | 2 +- ...ecords_Search_Input_AdvancedSearch_QueryBuilderView.vue.html | 2 +- .../components_Records_Search_Input_FilterAutocomplete.vue.html | 2 +- .../html/components_Records_Search_Input_FilterButton.vue.html | 2 +- .../html/components_Records_Search_Input_SearchInput.vue.html | 2 +- ...mponents_Records_Search_SaveSearch_SaveSearchButton.vue.html | 2 +- ...ponents_Records_Search_SaveSearch_SaveSearchStepper.vue.html | 2 +- ...ch_SaveSearch_StepperComponents_OrganisationStepper.vue.html | 2 +- ...s_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html | 2 +- ...ords_Search_SaveSearch_StepperComponents_ResultCard.vue.html | 2 +- ...ch_SaveSearch_StepperComponents_StepperDialogHeader.vue.html | 2 +- ...rds_Search_SaveSearch_StepperComponents_UserStepper.vue.html | 2 +- ...nents_Users_Profiles_Private_ViewSavedSearchesTable.vue.html | 2 +- documentation/html/global.html | 2 +- documentation/html/index.html | 2 +- documentation/html/lib_Client_ExternalClients.js.html | 2 +- documentation/html/lib_Client_RESTClient.js.html | 2 +- documentation/html/lib_GraphClient_GraphClient.js.html | 2 +- documentation/html/module-Home.html | 2 +- documentation/html/module-Home_backup.html | 2 +- documentation/html/module-Login.html | 2 +- documentation/html/module-NewRecord.html | 2 +- documentation/html/module-Pagination.html | 2 +- documentation/html/module-Signup.html | 2 +- documentation/html/module-User.html | 2 +- documentation/html/modules.list.html | 2 +- documentation/html/namespaces.list.html | 2 +- documentation/html/pages_all_+data.js.html | 2 +- documentation/html/router_hackSearch.js.html | 2 +- documentation/html/store_introspector.js.html | 2 +- documentation/html/store_recordData.js.html | 2 +- documentation/html/store_recordSearch.js.html | 2 +- documentation/html/store_searchFilters.js.html | 2 +- documentation/html/utils_advancedSearchUtils.js.html | 2 +- documentation/html/utils_recordTabUtils.js.html | 2 +- documentation/html/utils_rules.js.html | 2 +- .../views_AdvancedSearch_AdvancedSearchResultTable.vue.html | 2 +- .../html/views_AdvancedSearch_AdvancedSearchSelection.vue.html | 2 +- documentation/html/views_Browsers_OntologyBrowser.vue.html | 2 +- documentation/html/views_CreateRecord_NewRecord.vue.html | 2 +- documentation/html/views_Home_Home.vue.html | 2 +- documentation/html/views_Home_Home_backup.vue.html | 2 +- documentation/html/views_Organisations_Organisation.vue.html | 2 +- documentation/html/views_Records_NetworkGraph.vue.html | 2 +- documentation/html/views_Records_Record.vue.html | 2 +- documentation/html/views_Records_Records.vue.html | 2 +- documentation/html/views_Static_Community_Community.vue.html | 2 +- documentation/html/views_Static_Timeline_Timeline.vue.html | 2 +- documentation/html/views_Users_Login_Login.vue.html | 2 +- documentation/html/views_Users_Signup.vue.html | 2 +- 88 files changed, 88 insertions(+), 88 deletions(-) diff --git a/documentation/html/ExternalRESTClients.html b/documentation/html/ExternalRESTClients.html index 7d72d18346..778c76e658 100644 --- a/documentation/html/ExternalRESTClients.html +++ b/documentation/html/ExternalRESTClients.html @@ -414,7 +414,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/GraphQLClient.html b/documentation/html/GraphQLClient.html index f750aa9b81..f7ab350938 100644 --- a/documentation/html/GraphQLClient.html +++ b/documentation/html/GraphQLClient.html @@ -912,7 +912,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/RESTClient.html b/documentation/html/RESTClient.html index c56df12b0f..2f113f9070 100644 --- a/documentation/html/RESTClient.html +++ b/documentation/html/RESTClient.html @@ -10217,7 +10217,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/Static.html b/documentation/html/Static.html index 6b64b9eb8c..42af093e41 100644 --- a/documentation/html/Static.html +++ b/documentation/html/Static.html @@ -391,7 +391,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/classes.list.html b/documentation/html/classes.list.html index 5b0a1c0feb..27d05aae3d 100644 --- a/documentation/html/classes.list.html +++ b/documentation/html/classes.list.html @@ -3031,7 +3031,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html index 778dfdeead..6352cc28e0 100644 --- a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html @@ -815,7 +815,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html index c6d2ca70c7..6301ba5566 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html @@ -199,7 +199,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html index 3a29d59e9f..53050453c3 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html @@ -202,7 +202,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html index ea1884a04b..d5bbcbbf3a 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html @@ -204,7 +204,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html index 260a69b370..52a16d6e1c 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html @@ -199,7 +199,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html index 50efedc260..265f2d32ba 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html @@ -205,7 +205,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_HiddenRecords.vue.html b/documentation/html/components_Curators_HiddenRecords.vue.html index 69f0f25e5b..b874413c1b 100644 --- a/documentation/html/components_Curators_HiddenRecords.vue.html +++ b/documentation/html/components_Curators_HiddenRecords.vue.html @@ -288,7 +288,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_IncompleteRecords.vue.html b/documentation/html/components_Curators_IncompleteRecords.vue.html index 613284e10a..36b0e25225 100644 --- a/documentation/html/components_Curators_IncompleteRecords.vue.html +++ b/documentation/html/components_Curators_IncompleteRecords.vue.html @@ -380,7 +380,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_MaintenanceRequests.vue.html b/documentation/html/components_Curators_MaintenanceRequests.vue.html index 3aa6f3933a..b5c039505e 100644 --- a/documentation/html/components_Curators_MaintenanceRequests.vue.html +++ b/documentation/html/components_Curators_MaintenanceRequests.vue.html @@ -668,7 +668,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_RecentCuratorCreation.vue.html b/documentation/html/components_Curators_RecentCuratorCreation.vue.html index 12856a1a4a..88bf299733 100644 --- a/documentation/html/components_Curators_RecentCuratorCreation.vue.html +++ b/documentation/html/components_Curators_RecentCuratorCreation.vue.html @@ -286,7 +286,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_SystemMessages.vue.html b/documentation/html/components_Curators_SystemMessages.vue.html index 1f67b6fcdf..253593c02a 100644 --- a/documentation/html/components_Curators_SystemMessages.vue.html +++ b/documentation/html/components_Curators_SystemMessages.vue.html @@ -471,7 +471,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html index 2136b35210..4b6f0e32ad 100644 --- a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html @@ -831,7 +831,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Ontologies_OntologySunburst.vue.html b/documentation/html/components_Ontologies_OntologySunburst.vue.html index 571a0472ac..3f3b30f58e 100644 --- a/documentation/html/components_Ontologies_OntologySunburst.vue.html +++ b/documentation/html/components_Ontologies_OntologySunburst.vue.html @@ -444,7 +444,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_Collections.vue.html b/documentation/html/components_Records_Record_Collections.vue.html index 68eea6a7a9..837e11c274 100644 --- a/documentation/html/components_Records_Record_Collections.vue.html +++ b/documentation/html/components_Records_Record_Collections.vue.html @@ -462,7 +462,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html index bb4714e019..854565c282 100644 --- a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html +++ b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html @@ -320,7 +320,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_RelatedContent.vue.html b/documentation/html/components_Records_Record_RelatedContent.vue.html index 3a9f4b2b3f..7820633fb6 100644 --- a/documentation/html/components_Records_Record_RelatedContent.vue.html +++ b/documentation/html/components_Records_Record_RelatedContent.vue.html @@ -454,7 +454,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_FilterChips.vue.html b/documentation/html/components_Records_Search_Header_FilterChips.vue.html index 9769601c13..4d7f9b0b82 100644 --- a/documentation/html/components_Records_Search_Header_FilterChips.vue.html +++ b/documentation/html/components_Records_Search_Header_FilterChips.vue.html @@ -251,7 +251,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_Pagination.vue.html b/documentation/html/components_Records_Search_Header_Pagination.vue.html index d62d5339ba..df1a552f16 100644 --- a/documentation/html/components_Records_Search_Header_Pagination.vue.html +++ b/documentation/html/components_Records_Search_Header_Pagination.vue.html @@ -262,7 +262,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_Sorting.vue.html b/documentation/html/components_Records_Search_Header_Sorting.vue.html index e882f03bb7..2b70817d37 100644 --- a/documentation/html/components_Records_Search_Header_Sorting.vue.html +++ b/documentation/html/components_Records_Search_Header_Sorting.vue.html @@ -219,7 +219,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html index 26b8d8a4f2..a8a88eba03 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html @@ -488,7 +488,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html index c55f324692..ff6ec9cfc5 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html @@ -226,7 +226,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html index 56a8c36706..633cb83a92 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html index 1b6a3d7e2a..1528745376 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html index 3864ec10d9..77e30d180f 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html index 5c38daccf0..e141e68493 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html @@ -230,7 +230,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html index e0d55d24a0..3639f0e292 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html @@ -219,7 +219,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html index a10a246e17..82cd4b7dfe 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html @@ -226,7 +226,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html index d39a89aea1..ba8153470c 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html @@ -226,7 +226,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html index 473b78f34a..367b8f7d1c 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html @@ -315,7 +315,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html index 1c64ebac22..0a2da4365f 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html @@ -252,7 +252,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html index a374ffd191..8a1d2b8a83 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html @@ -272,7 +272,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html index c343a9b387..7e0adda8f7 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html @@ -199,7 +199,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html index cdfdf3ece7..4507031a49 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html @@ -328,7 +328,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html index 0a4e352c9e..f2677ec5f8 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html @@ -230,7 +230,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html index cb20b687a5..0fc997710c 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html @@ -678,7 +678,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html index 56ef9c20bd..2d7146bbcb 100644 --- a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html @@ -376,7 +376,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_FilterButton.vue.html b/documentation/html/components_Records_Search_Input_FilterButton.vue.html index cf453f056c..ba92645889 100644 --- a/documentation/html/components_Records_Search_Input_FilterButton.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterButton.vue.html @@ -287,7 +287,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_SearchInput.vue.html b/documentation/html/components_Records_Search_Input_SearchInput.vue.html index 83dc8187b8..c91ee9d2c5 100644 --- a/documentation/html/components_Records_Search_Input_SearchInput.vue.html +++ b/documentation/html/components_Records_Search_Input_SearchInput.vue.html @@ -284,7 +284,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html index 3195a3a74a..e833f2d5b4 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html @@ -182,7 +182,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html index 51ea1d5269..d93940f417 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html @@ -464,7 +464,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html index 02f4089652..c368bfff75 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html index 242fa23322..0eac2c3b6e 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html index 748bbcf0a0..16dbd32980 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html index fc99ce96a6..6b1d84adc3 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html @@ -182,7 +182,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html index e72706dc65..cf99ec051b 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html @@ -211,7 +211,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html index 90aa0d1f41..3767dd6adc 100644 --- a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html +++ b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html @@ -509,7 +509,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/global.html b/documentation/html/global.html index ba244df2d8..87852c1587 100644 --- a/documentation/html/global.html +++ b/documentation/html/global.html @@ -3011,7 +3011,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/index.html b/documentation/html/index.html index a70735dbc1..e7d449bef1 100644 --- a/documentation/html/index.html +++ b/documentation/html/index.html @@ -175,7 +175,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_ExternalClients.js.html b/documentation/html/lib_Client_ExternalClients.js.html index 33ef251dd3..daa8856dde 100644 --- a/documentation/html/lib_Client_ExternalClients.js.html +++ b/documentation/html/lib_Client_ExternalClients.js.html @@ -256,7 +256,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_RESTClient.js.html b/documentation/html/lib_Client_RESTClient.js.html index 58d954687d..2ca1b01415 100644 --- a/documentation/html/lib_Client_RESTClient.js.html +++ b/documentation/html/lib_Client_RESTClient.js.html @@ -1284,7 +1284,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/lib_GraphClient_GraphClient.js.html b/documentation/html/lib_GraphClient_GraphClient.js.html index b926a757af..462fe223bb 100644 --- a/documentation/html/lib_GraphClient_GraphClient.js.html +++ b/documentation/html/lib_GraphClient_GraphClient.js.html @@ -285,7 +285,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/module-Home.html b/documentation/html/module-Home.html index ea98d15c94..f26e0a8ada 100644 --- a/documentation/html/module-Home.html +++ b/documentation/html/module-Home.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/module-Home_backup.html b/documentation/html/module-Home_backup.html index 4f7d77fb47..325acb4947 100644 --- a/documentation/html/module-Home_backup.html +++ b/documentation/html/module-Home_backup.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/module-Login.html b/documentation/html/module-Login.html index 9dd1ed8c8b..1f714de847 100644 --- a/documentation/html/module-Login.html +++ b/documentation/html/module-Login.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/module-NewRecord.html b/documentation/html/module-NewRecord.html index 6c26ade4d4..e0384fa08d 100644 --- a/documentation/html/module-NewRecord.html +++ b/documentation/html/module-NewRecord.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/module-Pagination.html b/documentation/html/module-Pagination.html index 57fc2f5041..bdd2ce0fc9 100644 --- a/documentation/html/module-Pagination.html +++ b/documentation/html/module-Pagination.html @@ -527,7 +527,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/module-Signup.html b/documentation/html/module-Signup.html index 5f3f3bda61..c01f5e49ac 100644 --- a/documentation/html/module-Signup.html +++ b/documentation/html/module-Signup.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/module-User.html b/documentation/html/module-User.html index 3b3216b8f9..953983f0db 100644 --- a/documentation/html/module-User.html +++ b/documentation/html/module-User.html @@ -228,7 +228,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/modules.list.html b/documentation/html/modules.list.html index 89e7ba4e9f..2d7743e5ff 100644 --- a/documentation/html/modules.list.html +++ b/documentation/html/modules.list.html @@ -3031,7 +3031,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/namespaces.list.html b/documentation/html/namespaces.list.html index 4ebe951fa5..35ae8eda21 100644 --- a/documentation/html/namespaces.list.html +++ b/documentation/html/namespaces.list.html @@ -3031,7 +3031,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/pages_all_+data.js.html b/documentation/html/pages_all_+data.js.html index 50c3e097e8..1eb6bbfd7d 100644 --- a/documentation/html/pages_all_+data.js.html +++ b/documentation/html/pages_all_+data.js.html @@ -177,7 +177,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/router_hackSearch.js.html b/documentation/html/router_hackSearch.js.html index b499d5fd2b..8342991743 100644 --- a/documentation/html/router_hackSearch.js.html +++ b/documentation/html/router_hackSearch.js.html @@ -209,7 +209,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/store_introspector.js.html b/documentation/html/store_introspector.js.html index 7ca7100bc7..105b2caf69 100644 --- a/documentation/html/store_introspector.js.html +++ b/documentation/html/store_introspector.js.html @@ -325,7 +325,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/store_recordData.js.html b/documentation/html/store_recordData.js.html index 1a235653f4..b6761dcb83 100644 --- a/documentation/html/store_recordData.js.html +++ b/documentation/html/store_recordData.js.html @@ -872,7 +872,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/store_recordSearch.js.html b/documentation/html/store_recordSearch.js.html index 8369908d6b..cb2735628c 100644 --- a/documentation/html/store_recordSearch.js.html +++ b/documentation/html/store_recordSearch.js.html @@ -355,7 +355,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/store_searchFilters.js.html b/documentation/html/store_searchFilters.js.html index fce0428fa6..2ac04f7c1a 100644 --- a/documentation/html/store_searchFilters.js.html +++ b/documentation/html/store_searchFilters.js.html @@ -301,7 +301,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/utils_advancedSearchUtils.js.html b/documentation/html/utils_advancedSearchUtils.js.html index 7dc26207ec..b07f0476a5 100644 --- a/documentation/html/utils_advancedSearchUtils.js.html +++ b/documentation/html/utils_advancedSearchUtils.js.html @@ -196,7 +196,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/utils_recordTabUtils.js.html b/documentation/html/utils_recordTabUtils.js.html index fd9f8381d6..2a0c6bb377 100644 --- a/documentation/html/utils_recordTabUtils.js.html +++ b/documentation/html/utils_recordTabUtils.js.html @@ -270,7 +270,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/utils_rules.js.html b/documentation/html/utils_rules.js.html index 0dd090c483..ec2ee602de 100644 --- a/documentation/html/utils_rules.js.html +++ b/documentation/html/utils_rules.js.html @@ -293,7 +293,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html index 2b09a6be10..b3a5dcbc1c 100644 --- a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html +++ b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html @@ -452,7 +452,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html index 39b9f71731..e0058a8822 100644 --- a/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html +++ b/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html @@ -373,7 +373,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_Browsers_OntologyBrowser.vue.html b/documentation/html/views_Browsers_OntologyBrowser.vue.html index f8a174adbb..66ae346d39 100644 --- a/documentation/html/views_Browsers_OntologyBrowser.vue.html +++ b/documentation/html/views_Browsers_OntologyBrowser.vue.html @@ -697,7 +697,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_CreateRecord_NewRecord.vue.html b/documentation/html/views_CreateRecord_NewRecord.vue.html index 7beb75d2fb..73193be71b 100644 --- a/documentation/html/views_CreateRecord_NewRecord.vue.html +++ b/documentation/html/views_CreateRecord_NewRecord.vue.html @@ -401,7 +401,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_Home_Home.vue.html b/documentation/html/views_Home_Home.vue.html index cc8aa66fb8..7176f5a3bf 100644 --- a/documentation/html/views_Home_Home.vue.html +++ b/documentation/html/views_Home_Home.vue.html @@ -212,7 +212,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_Home_Home_backup.vue.html b/documentation/html/views_Home_Home_backup.vue.html index c6a035b250..2982361ed0 100644 --- a/documentation/html/views_Home_Home_backup.vue.html +++ b/documentation/html/views_Home_Home_backup.vue.html @@ -203,7 +203,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_Organisations_Organisation.vue.html b/documentation/html/views_Organisations_Organisation.vue.html index fff8e98760..b770704c65 100644 --- a/documentation/html/views_Organisations_Organisation.vue.html +++ b/documentation/html/views_Organisations_Organisation.vue.html @@ -992,7 +992,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_NetworkGraph.vue.html b/documentation/html/views_Records_NetworkGraph.vue.html index fed21f96e8..2d08fcc7a5 100644 --- a/documentation/html/views_Records_NetworkGraph.vue.html +++ b/documentation/html/views_Records_NetworkGraph.vue.html @@ -734,7 +734,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Record.vue.html b/documentation/html/views_Records_Record.vue.html index d40b9b7e77..b396315882 100644 --- a/documentation/html/views_Records_Record.vue.html +++ b/documentation/html/views_Records_Record.vue.html @@ -1497,7 +1497,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Records.vue.html b/documentation/html/views_Records_Records.vue.html index 2d55b70869..d6a3c170f4 100644 --- a/documentation/html/views_Records_Records.vue.html +++ b/documentation/html/views_Records_Records.vue.html @@ -450,7 +450,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_Static_Community_Community.vue.html b/documentation/html/views_Static_Community_Community.vue.html index e47d30a5ff..13cd4bb93e 100644 --- a/documentation/html/views_Static_Community_Community.vue.html +++ b/documentation/html/views_Static_Community_Community.vue.html @@ -990,7 +990,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_Static_Timeline_Timeline.vue.html b/documentation/html/views_Static_Timeline_Timeline.vue.html index ba413db975..573f49f3dc 100644 --- a/documentation/html/views_Static_Timeline_Timeline.vue.html +++ b/documentation/html/views_Static_Timeline_Timeline.vue.html @@ -153,7 +153,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_Users_Login_Login.vue.html b/documentation/html/views_Users_Login_Login.vue.html index a7b6d08321..9b0c5b0c89 100644 --- a/documentation/html/views_Users_Login_Login.vue.html +++ b/documentation/html/views_Users_Login_Login.vue.html @@ -462,7 +462,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. diff --git a/documentation/html/views_Users_Signup.vue.html b/documentation/html/views_Users_Signup.vue.html index 6c9c48c651..284122dc19 100644 --- a/documentation/html/views_Users_Signup.vue.html +++ b/documentation/html/views_Users_Signup.vue.html @@ -150,7 +150,7 @@ Documentation generated by JSDoc 4.0.5 - on Fri May 22nd 2026 + on Tue May 26th 2026 using the DocStrap template. From 88bb00d985241c1413d39c285b30287921b42720 Mon Sep 17 00:00:00 2001 From: prakhyatox Date: Tue, 26 May 2026 10:27:04 +0100 Subject: [PATCH 12/94] removing commented store import --- .../AdditionalInformation/EditAdditionalInfo.vue | 13 ++++++++----- src/components/Navigation/Jumbotron.vue | 1 + .../Search/Input/AdvancedSearch/AdvancedSearch.vue | 1 - .../AdvancedSearch/AdvancedSearchDialogBox.vue | 1 - .../GeneralComponents/Countries.vue | 1 - .../GeneralComponents/Domains.vue | 2 -- .../GeneralComponents/Licences.vue | 2 -- .../GeneralComponents/Organisations.vue | 1 - .../GeneralComponents/Subject.vue | 1 - .../GeneralComponents/Taxonomies.vue | 2 -- .../GeneralComponents/UserDefinedTag.vue | 4 +--- .../Input/AdvancedSearch/QueryBuilderView.vue | 2 -- src/views/AdvancedSearch/AdvancedSearchButtons.vue | 2 -- .../AdvancedSearch/AdvancedSearchResultTable.vue | 1 - src/views/Organisations/Organisation.vue | 1 - 15 files changed, 10 insertions(+), 25 deletions(-) diff --git a/src/components/Editor/AdditionalInformation/EditAdditionalInfo.vue b/src/components/Editor/AdditionalInformation/EditAdditionalInfo.vue index 26411875bf..847cfcedb7 100644 --- a/src/components/Editor/AdditionalInformation/EditAdditionalInfo.vue +++ b/src/components/Editor/AdditionalInformation/EditAdditionalInfo.vue @@ -347,7 +347,6 @@ import stringUtils from "@/utils/stringUtils"; import Alerts from "../Alerts"; import FieldInput from "./FieldInput"; import { diff } from "deep-object-diff"; -// import record from "@/store"; export default { name: "EditAdditionalInfo", @@ -422,7 +421,8 @@ export default { !this.allowedFields.properties[fieldName].enum ) { output[fieldName] = this.allowedFields.properties[fieldName]; - } else if ( + } + else if ( type === "string" && this.allowedFields.properties[fieldName].enum ) { @@ -482,7 +482,8 @@ export default { Object.keys(template).forEach((field) => { if (field === "in_champion_registry") { this.overlay.fields[field] = false; - } else { + } + else { this.overlay.fields[field] = ""; } }); @@ -535,7 +536,8 @@ export default { if (item.textContent.trim() === "Save and continue") { this.continueLoader = true; this.exitLoader = false; - } else if (item.textContent.trim() === "Save and exit") { + } + else if (item.textContent.trim() === "Save and exit") { this.continueLoader = false; this.exitLoader = true; } @@ -548,7 +550,8 @@ export default { this.exitLoader = false; if (this.message.error || !redirect) { this.$scrollTo("#mainHeader"); - } else { + } + else { await this.$router.push({ path: "/" + this.$route.params.id }); } }, diff --git a/src/components/Navigation/Jumbotron.vue b/src/components/Navigation/Jumbotron.vue index db2c13b1d5..134fec23c1 100644 --- a/src/components/Navigation/Jumbotron.vue +++ b/src/components/Navigation/Jumbotron.vue @@ -43,6 +43,7 @@ const particlesInit = async (engine) => { await loadFull(engine); }; +// eslint-disable-next-line no-unused-vars const particlesLoaded = async (container) => {}; export default { diff --git a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue index 947a659e5b..f73a5942b9 100644 --- a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue +++ b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue @@ -33,7 +33,6 @@ From 1b91acde792c3d70876cbcde52d686fa903bbbd6 Mon Sep 17 00:00:00 2001 From: Milo Thurston Date: Tue, 26 May 2026 12:21:59 +0100 Subject: [PATCH 15/94] Fixed failure to build on Github. #2786 --- src/views/Static/APIDoc/APIDoc.vue | 39 +++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/src/views/Static/APIDoc/APIDoc.vue b/src/views/Static/APIDoc/APIDoc.vue index e59397a061..2cfd56ee73 100644 --- a/src/views/Static/APIDoc/APIDoc.vue +++ b/src/views/Static/APIDoc/APIDoc.vue @@ -1137,8 +1137,45 @@ data<-query_con$data - - diff --git a/package-lock.json b/package-lock.json index 5daaec5535..1113209f22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/vue-fontawesome": "^3.0.8", + "@mdi/font": "^7.4.47", "@tsparticles/vue3": "^3.0.1", "axios": "^1.15.2", "bibtex": "^0.9.0", @@ -28,7 +29,7 @@ "lodash-es": "^4.18.1", "moment": "^2.29.1", "query-builder-vue-3": "^1.0.1", - "roboto-fontface": "*", + "roboto-fontface": "^0.10.0", "sigma": "^2.4.0", "simple-analytics-vue": "^3.0.2", "trace-unhandled": "^2.0.1", @@ -2697,6 +2698,12 @@ "dev": true, "license": "MIT" }, + "node_modules/@mdi/font": { + "version": "7.4.47", + "resolved": "https://registry.npmjs.org/@mdi/font/-/font-7.4.47.tgz", + "integrity": "sha512-43MtGpd585SNzHZPcYowu/84Vz2a2g31TvPMTm9uTiCSWzaheQySUcSyUH/46fPnuPQWof2yd0pGBtzee/IQWw==", + "license": "Apache-2.0" + }, "node_modules/@napi-rs/wasm-runtime": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz", diff --git a/package.json b/package.json index a98ace4458..6476e74eef 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/vue-fontawesome": "^3.0.8", + "@mdi/font": "^7.4.47", "@tsparticles/vue3": "^3.0.1", "axios": "^1.15.2", "bibtex": "^0.9.0", @@ -38,7 +39,7 @@ "lodash-es": "^4.18.1", "moment": "^2.29.1", "query-builder-vue-3": "^1.0.1", - "roboto-fontface": "*", + "roboto-fontface": "^0.10.0", "sigma": "^2.4.0", "simple-analytics-vue": "^3.0.2", "trace-unhandled": "^2.0.1", diff --git a/src/main.backup.js b/src/main.backup.js deleted file mode 100644 index 6728ec8e35..0000000000 --- a/src/main.backup.js +++ /dev/null @@ -1,82 +0,0 @@ -/* import base */ -import "vue-code-highlight/themes/prism-twilight.css"; -import "vue-code-highlight/themes/window.css"; -import HighchartsVue from "highcharts-vue"; -import SimpleAnalytics from "simple-analytics-vue"; -import VueCodeHighlight from "vue-code-highlight"; -import VueGtag from "vue-gtag"; -/* import linkify to turn url within text into an actual url link */ -import linkify from "vue-3-linkify"; -import {createMetaManager} from "vue-meta"; -import Vue3Sanitize from "vue-3-sanitize"; -import VueScrollTo from "vue-scrollto"; -import Particles from "@tsparticles/vue3"; - -import AppBackup from "./App_backup.vue"; -import router, {afterEach, beforeEach} from "./router"; -import store from "./store"; -import "roboto-fontface/css/roboto/roboto-fontface.css"; -import "@fortawesome/fontawesome-free/css/all.css"; -import "vue-json-pretty/lib/styles.css"; -import {createApp} from "vue"; -import createVuetify from "../src/plugins/vuetify"; -import {loadFull} from "tsparticles"; -import Highcharts from "highcharts"; -import accessibilityInit from "highcharts/modules/accessibility"; -import {bootstrapApp, globalFilters} from "./utils/setupUtils"; -import {initColorFix} from "./utils/colorFix"; -import DOMPurify from "dompurify"; - -router.beforeEach( - async (to, from, next) => await beforeEach(to, from, next, store), -); - -router.afterEach(async (to) => await afterEach(to)); - -//Implement accessibility module for Highcharts -// check if accessibilityInit is a function, if not try .default -export function initHighchartsAccessibility( - accessibilityModule, - highchartsInstance, -) { - if (typeof accessibilityModule === "function") { - accessibilityModule(highchartsInstance); - } - else if ( - accessibilityModule && - typeof accessibilityModule.default === "function" - ) { - accessibilityModule.default(highchartsInstance); - } -} - -initHighchartsAccessibility(accessibilityInit, Highcharts); -initColorFix(); - -const app = createApp(AppBackup) - .use(createVuetify) - .use(router) - .use(store) - .use(Particles, { - init: async (engine) => { - await loadFull(engine); - }, - }) - .use(bootstrapApp) - .use(HighchartsVue) - .use(VueScrollTo) - .use(createMetaManager()) - .use(VueCodeHighlight) - .use(Vue3Sanitize) - .use(VueGtag, { - config: { id: import.meta.env.VUE_APP_ANALYTICS_ID }, - }) - .use(SimpleAnalytics, { - skip: import.meta.env.VITE_NODE_ENV !== "production", - }); -app.directive("linkified", linkify); -app.directive("safe-html", (el, binding) => { - el.innerHTML = DOMPurify.sanitize(binding.value, { ADD_ATTR: ["target"] }); -}); -app.mount("#app"); -app.config.globalProperties.$filters = globalFilters; diff --git a/src/pages/+Head.vue b/src/pages/+Head.vue new file mode 100644 index 0000000000..ad3970e761 --- /dev/null +++ b/src/pages/+Head.vue @@ -0,0 +1,13 @@ + diff --git a/src/pages/+Layout.vue b/src/pages/+Layout.vue index 5d38ed266c..b01cfc0c66 100644 --- a/src/pages/+Layout.vue +++ b/src/pages/+Layout.vue @@ -28,15 +28,16 @@ + + diff --git a/index.html b/index.html deleted file mode 100644 index 3f3e7f5e84..0000000000 --- a/index.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - FAIRsharing - - - - - -
- - - - diff --git a/package-lock.json b/package-lock.json index 1b9861aa21..5daaec5535 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,6 +25,7 @@ "jquery": "^3.5.1", "json-to-graphql-query": "^2.2.5", "lodash": "^4.17.21", + "lodash-es": "^4.18.1", "moment": "^2.29.1", "query-builder-vue-3": "^1.0.1", "roboto-fontface": "*", @@ -32,6 +33,8 @@ "simple-analytics-vue": "^3.0.2", "trace-unhandled": "^2.0.1", "tsparticles": "^3.5.0", + "vike": "^0.4.259", + "vike-vue": "^0.9.11", "vue": "^3.4.35", "vue-3-sanitize": "^0.1.4", "vue-code-highlight": "^0.7.8", @@ -122,7 +125,6 @@ "version": "7.29.0", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.28.5", @@ -137,7 +139,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.6.tgz", "integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -147,7 +148,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.6.tgz", "integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.28.6", @@ -178,7 +178,6 @@ "version": "7.29.1", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/parser": "^7.29.0", @@ -208,7 +207,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", - "dev": true, "license": "MIT", "dependencies": { "@babel/compat-data": "^7.28.6", @@ -282,7 +280,6 @@ "version": "7.28.0", "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -306,7 +303,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/traverse": "^7.28.6", @@ -320,7 +316,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", - "dev": true, "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.28.6", @@ -429,7 +424,6 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -454,7 +448,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz", "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/template": "^7.28.6", @@ -1697,7 +1690,6 @@ "version": "7.28.6", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", - "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.28.6", @@ -1712,7 +1704,6 @@ "version": "7.29.0", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", - "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.29.0", @@ -1750,6 +1741,34 @@ "node": ">=18" } }, + "node_modules/@brillout/import": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/@brillout/import/-/import-0.2.6.tgz", + "integrity": "sha512-1GUTmADc8trUC1YSW2lp9r6PmwluMoEyHajnE1kxVdbKGD0wJOlq/DvTWMUqLtBDCnQR+n//qgMtz6HwA/lotA==", + "license": "MIT" + }, + "node_modules/@brillout/json-serializer": { + "version": "0.5.23", + "resolved": "https://registry.npmjs.org/@brillout/json-serializer/-/json-serializer-0.5.23.tgz", + "integrity": "sha512-nM7okvu4UaoxYshKB+903s3/UpIBdkJl++iDT3gOLnHaSqY6HbhAXTsUTxrroAAcIt6RKQfShaKjCBlzR2A1Gg==", + "license": "MIT" + }, + "node_modules/@brillout/picocolors": { + "version": "1.0.30", + "resolved": "https://registry.npmjs.org/@brillout/picocolors/-/picocolors-1.0.30.tgz", + "integrity": "sha512-xJjdgyN1H0qh2nB2xlzazIipiDixuUd9oD5msh/Qv5bXJG9j8MSD/m4lREt6Z10ej6FF31b8vB4tdT7lDUbiyA==", + "license": "ISC" + }, + "node_modules/@brillout/vite-plugin-server-entry": { + "version": "0.7.18", + "resolved": "https://registry.npmjs.org/@brillout/vite-plugin-server-entry/-/vite-plugin-server-entry-0.7.18.tgz", + "integrity": "sha512-j3neG+vaIZ2AbP2/vGgaIyJwrFIxlK3xd3Ey2EGBswCvAGeI4QSSfXGbb7R3b3H8223PgTTsWOZuZH0Y8Ope2w==", + "license": "MIT", + "dependencies": { + "@brillout/import": "^0.2.6", + "@brillout/picocolors": "^1.0.26" + } + }, "node_modules/@cacheable/memory": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.7.tgz", @@ -1916,14 +1935,65 @@ "url": "https://github.com/sponsors/JounQin" } }, + "node_modules/@emnapi/core": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz", + "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==", + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/core/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD", + "optional": true + }, + "node_modules/@emnapi/runtime": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz", + "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==", + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/runtime/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD", + "optional": true + }, + "node_modules/@emnapi/wasi-threads": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", + "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==", + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/wasi-threads/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD", + "optional": true + }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", - "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.0.tgz", + "integrity": "sha512-lhRUCeuOyJQURhTxl4WkpFTjIsbDayJHih5kZC1giwE+MhIzAb7mEsQMqMf18rHLsrb5qI1tafG20mLxEWcWlA==", "cpu": [ "ppc64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1934,13 +2004,12 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", - "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.0.tgz", + "integrity": "sha512-wqh0ByljabXLKHeWXYLqoJ5jKC4XBaw6Hk08OfMrCRd2nP2ZQ5eleDZC41XHyCNgktBGYMbqnrJKq/K/lzPMSQ==", "cpu": [ "arm" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1951,13 +2020,12 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", - "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.0.tgz", + "integrity": "sha512-+WzIXQOSaGs33tLEgYPYe/yQHf0WTU0X42Jca3y8NWMbUVhp7rUnw+vAsRC/QiDrdD31IszMrZy+qwPOPjd+rw==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1968,13 +2036,12 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", - "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.0.tgz", + "integrity": "sha512-+VJggoaKhk2VNNqVL7f6S189UzShHC/mR9EE8rDdSkdpN0KflSwWY/gWjDrNxxisg8Fp1ZCD9jLMo4m0OUfeUA==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1985,13 +2052,12 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", - "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.0.tgz", + "integrity": "sha512-0T+A9WZm+bZ84nZBtk1ckYsOvyA3x7e2Acj1KdVfV4/2tdG4fzUp91YHx+GArWLtwqp77pBXVCPn2We7Letr0Q==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2002,13 +2068,12 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", - "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.0.tgz", + "integrity": "sha512-fyzLm/DLDl/84OCfp2f/XQ4flmORsjU7VKt8HLjvIXChJoFFOIL6pLJPH4Yhd1n1gGFF9mPwtlN5Wf82DZs+LQ==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2019,13 +2084,12 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", - "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.0.tgz", + "integrity": "sha512-l9GeW5UZBT9k9brBYI+0WDffcRxgHQD8ShN2Ur4xWq/NFzUKm3k5lsH4PdaRgb2w7mI9u61nr2gI2mLI27Nh3Q==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2036,13 +2100,12 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", - "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.0.tgz", + "integrity": "sha512-BXoQai/A0wPO6Es3yFJ7APCiKGc1tdAEOgeTNy3SsB491S3aHn4S4r3e976eUnPdU+NbdtmBuLncYir2tMU9Nw==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2053,13 +2116,12 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", - "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.0.tgz", + "integrity": "sha512-CjaaREJagqJp7iTaNQjjidaNbCKYcd4IDkzbwwxtSvjI7NZm79qiHc8HqciMddQ6CKvJT6aBd8lO9kN/ZudLlw==", "cpu": [ "arm" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2070,13 +2132,12 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", - "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.0.tgz", + "integrity": "sha512-RVyzfb3FWsGA55n6WY0MEIEPURL1FcbhFE6BffZEMEekfCzCIMtB5yyDcFnVbTnwk+CLAgTujmV/Lgvih56W+A==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2087,13 +2148,12 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", - "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.0.tgz", + "integrity": "sha512-KBnSTt1kxl9x70q+ydterVdl+Cn0H18ngRMRCEQfrbqdUuntQQ0LoMZv47uB97NljZFzY6HcfqEZ2SAyIUTQBQ==", "cpu": [ "ia32" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2104,13 +2164,12 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", - "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.0.tgz", + "integrity": "sha512-zpSlUce1mnxzgBADvxKXX5sl8aYQHo2ezvMNI8I0lbblJtp8V4odlm3Yzlj7gPyt3T8ReksE6bK+pT3WD+aJRg==", "cpu": [ "loong64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2121,13 +2180,12 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", - "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.0.tgz", + "integrity": "sha512-2jIfP6mmjkdmeTlsX/9vmdmhBmKADrWqN7zcdtHIeNSCH1SqIoNI63cYsjQR8J+wGa4Y5izRcSHSm8K3QWmk3w==", "cpu": [ "mips64el" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2138,13 +2196,12 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", - "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.0.tgz", + "integrity": "sha512-bc0FE9wWeC0WBm49IQMPSPILRocGTQt3j5KPCA8os6VprfuJ7KD+5PzESSrJ6GmPIPJK965ZJHTUlSA6GNYEhg==", "cpu": [ "ppc64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2155,13 +2212,12 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", - "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.0.tgz", + "integrity": "sha512-SQPZOwoTTT/HXFXQJG/vBX8sOFagGqvZyXcgLA3NhIqcBv1BJU1d46c0rGcrij2B56Z2rNiSLaZOYW5cUk7yLQ==", "cpu": [ "riscv64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2172,13 +2228,12 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", - "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.0.tgz", + "integrity": "sha512-SCfR0HN8CEEjnYnySJTd2cw0k9OHB/YFzt5zgJEwa+wL/T/raGWYMBqwDNAC6dqFKmJYZoQBRfHjgwLHGSrn3Q==", "cpu": [ "s390x" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2189,13 +2244,12 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", - "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.0.tgz", + "integrity": "sha512-us0dSb9iFxIi8srnpl931Nvs65it/Jd2a2K3qs7fz2WfGPHqzfzZTfec7oxZJRNPXPnNYZtanmRc4AL/JwVzHQ==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2206,13 +2260,12 @@ } }, "node_modules/@esbuild/netbsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", - "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.0.tgz", + "integrity": "sha512-CR/RYotgtCKwtftMwJlUU7xCVNg3lMYZ0RzTmAHSfLCXw3NtZtNpswLEj/Kkf6kEL3Gw+BpOekRX0BYCtklhUw==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2223,13 +2276,12 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", - "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.0.tgz", + "integrity": "sha512-nU1yhmYutL+fQ71Kxnhg8uEOdC0pwEW9entHykTgEbna2pw2dkbFSMeqjjyHZoCmt8SBkOSvV+yNmm94aUrrqw==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2240,13 +2292,12 @@ } }, "node_modules/@esbuild/openbsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", - "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.0.tgz", + "integrity": "sha512-cXb5vApOsRsxsEl4mcZ1XY3D4DzcoMxR/nnc4IyqYs0rTI8ZKmW6kyyg+11Z8yvgMfAEldKzP7AdP64HnSC/6g==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2257,13 +2308,12 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", - "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.0.tgz", + "integrity": "sha512-8wZM2qqtv9UP3mzy7HiGYNH/zjTA355mpeuA+859TyR+e+Tc08IHYpLJuMsfpDJwoLo1ikIJI8jC3GFjnRClzA==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2274,13 +2324,12 @@ } }, "node_modules/@esbuild/openharmony-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", - "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.0.tgz", + "integrity": "sha512-FLGfyizszcef5C3YtoyQDACyg95+dndv79i2EekILBofh5wpCa1KuBqOWKrEHZg3zrL3t5ouE5jgr94vA+Wb2w==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2291,13 +2340,12 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", - "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.0.tgz", + "integrity": "sha512-1ZgjUoEdHZZl/YlV76TSCz9Hqj9h9YmMGAgAPYd+q4SicWNX3G5GCyx9uhQWSLcbvPW8Ni7lj4gDa1T40akdlw==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2308,13 +2356,12 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", - "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.0.tgz", + "integrity": "sha512-Q9StnDmQ/enxnpxCCLSg0oo4+34B9TdXpuyPeTedN/6+iXBJ4J+zwfQI28u/Jl40nOYAxGoNi7mFP40RUtkmUA==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2325,13 +2372,12 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", - "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.0.tgz", + "integrity": "sha512-zF3ag/gfiCe6U2iczcRzSYJKH1DCI+ByzSENHlM2FcDbEeo5Zd2C86Aq0tKUYAJJ1obRP84ymxIAksZUcdztHA==", "cpu": [ "ia32" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2342,13 +2388,12 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", - "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.0.tgz", + "integrity": "sha512-pEl1bO9mfAmIC+tW5btTmrKaujg3zGtUmWNdCw/xs70FBjwAL3o9OEKNHvNmnyylD6ubxUERiEhdsL0xBQ9efw==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2580,7 +2625,6 @@ "version": "0.3.13", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", - "dev": true, "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", @@ -2591,7 +2635,6 @@ "version": "2.3.5", "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", - "dev": true, "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", @@ -2602,7 +2645,6 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -2612,7 +2654,7 @@ "version": "0.3.11", "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", @@ -2629,7 +2671,6 @@ "version": "0.3.31", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", - "dev": true, "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -2656,6 +2697,24 @@ "dev": true, "license": "MIT" }, + "node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz", + "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==", + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -2698,173 +2757,296 @@ "dev": true, "license": "MIT" }, - "node_modules/@parcel/watcher": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", - "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "dependencies": { - "detect-libc": "^1.0.3", - "is-glob": "^4.0.3", - "micromatch": "^4.0.5", - "node-addon-api": "^7.0.0" - }, - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "@parcel/watcher-android-arm64": "2.5.1", - "@parcel/watcher-darwin-arm64": "2.5.1", - "@parcel/watcher-darwin-x64": "2.5.1", - "@parcel/watcher-freebsd-x64": "2.5.1", - "@parcel/watcher-linux-arm-glibc": "2.5.1", - "@parcel/watcher-linux-arm-musl": "2.5.1", - "@parcel/watcher-linux-arm64-glibc": "2.5.1", - "@parcel/watcher-linux-arm64-musl": "2.5.1", - "@parcel/watcher-linux-x64-glibc": "2.5.1", - "@parcel/watcher-linux-x64-musl": "2.5.1", - "@parcel/watcher-win32-arm64": "2.5.1", - "@parcel/watcher-win32-ia32": "2.5.1", - "@parcel/watcher-win32-x64": "2.5.1" - } - }, - "node_modules/@parcel/watcher-android-arm64": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", - "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", + "node_modules/@oxc-parser/binding-android-arm64": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.104.0.tgz", + "integrity": "sha512-2a4tk6mtkPbGwT4Zi8pjOqMkmkrvc/Pussmas+uXoiCVv7sn7P7Jn93ATu/HK49dxIwvrvQCZ3BcS0KhAvKxlQ==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "android" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-darwin-arm64": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", - "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", + "node_modules/@oxc-parser/binding-darwin-arm64": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.104.0.tgz", + "integrity": "sha512-qprm6/Hr35TSCkJoo+huRHq3siyqRyMBtNVNJQkJorZAGcffQTzzdhmzJnA7TQc+WnN36/Jq56D7/INu0/2knQ==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "darwin" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-darwin-x64": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", - "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", + "node_modules/@oxc-parser/binding-darwin-x64": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.104.0.tgz", + "integrity": "sha512-Xpu0l/l2zCUeheIrpu7dz6FxQ96W0f8Dq9rhYE1yLtTqQpMGhefnEV5Lr8qd15clwniZiKWZO6FGQawQ7npt3Q==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "darwin" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-freebsd-x64": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", - "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", + "node_modules/@oxc-parser/binding-freebsd-x64": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.104.0.tgz", + "integrity": "sha512-I++fE3ZrhjtLzA0mqFcC/GuA6+dWNa/QkJJfm7sS4NGGQhipQQ2vikCK6jZK1YGIsbDFDrSoQCfA3tQfeK6pqg==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "freebsd" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-linux-arm-glibc": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", - "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", + "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.104.0.tgz", + "integrity": "sha512-JkvwCNZm3ZwVG1r+c3LrcrxpJ1YXAtYEbVwOcwe+wh6LnltGoxEEZk7Zo9259jch8GiWW6AfRGDQY2FxzWJT7A==", "cpu": [ "arm" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/@parcel/watcher-linux-arm-musl": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", - "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", + "node_modules/@oxc-parser/binding-linux-arm64-gnu": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.104.0.tgz", + "integrity": "sha512-CD9Tzp3dfMtujHikS0JwTIOaDUCBWItvziUTDYsMXrfVHjfSaGGsaKqIQmNsG1Qg7QdmtMZtMW0pQcHGZQ2OoA==", "cpu": [ - "arm" + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-linux-arm64-musl": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.104.0.tgz", + "integrity": "sha512-lARUu7lrZ7CoAm2arLJQkq9Sem2NiC3DaphmPvlf2X+ngkWcYUCRxZanhe+++x/bVzKrwvxormC3IVaulP51mQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-linux-riscv64-gnu": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.104.0.tgz", + "integrity": "sha512-hnPWrncj89/7AiMt19Juqpa04z8OpJrIf3/ToGkJafZ3A1ZN50atyNKQD5EmGs2/gdaFxF4hG3zUnLKhX9nTtQ==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-linux-s390x-gnu": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.104.0.tgz", + "integrity": "sha512-VegcKzBgUoHQ/p5NyV+GrdEgJEXhX4AD+kCZng+viP/eNsZJgmp2K1jDBCeLSUZIdSmdldK5wlSma3Bf8MKcUQ==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-linux-x64-gnu": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.104.0.tgz", + "integrity": "sha512-nDtCJIwaNgVNLR1EOgb1Xsz7VL3TOASLRbQEC+wLZycs3CCETlGNQht5OqwXPNjbem61kl4l8dvuEavu8BRT/Q==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-linux-x64-musl": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.104.0.tgz", + "integrity": "sha512-E98MNPE3d88D2xUABQYWH2cYqLA/mmOM4XL3CZHaG5dM68sN3fzCyV0ryK5skq4hVK1L2e6jk79z5oLArsCYyA==", + "cpu": [ + "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "linux" ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-openharmony-arm64": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.104.0.tgz", + "integrity": "sha512-/FNOTg5tzlpB0hunjdI1AiJp2lC8NvBl0HpqMk0qp42KAK+yOe7nyw7XcNpMH7SvhmPe+R3oyJV8UQv953sCvA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-wasm32-wasi": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.104.0.tgz", + "integrity": "sha512-I+xnHDxkInzHBZV+YERIvvrt+GFwEBdgq/RUax5jLl8yHg5iPVq11qtGh3m+2v8zAjQXYPmBbcANNGWwgXqtWQ==", + "cpu": [ + "wasm32" + ], + "license": "MIT", + "optional": true, + "dependencies": { + "@napi-rs/wasm-runtime": "^1.1.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@oxc-parser/binding-win32-arm64-msvc": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.104.0.tgz", + "integrity": "sha512-EWHVWfllZGTJFWfjfBKzvS/0uuw6/Z3+o598VTvySamy5fz2f4P1mNElvTi4tGGhbm1sGTYnYRNRW8XBAnGUGg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-parser/binding-win32-x64-msvc": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.104.0.tgz", + "integrity": "sha512-Nj7zeywIvxBRRd0I6NrdGufOOdiwQcAKnkRwtWo5dejPTmR1XM+9iRHJztoKacejW5+VOdEwQrfCjpa8MdLJBQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@oxc-project/types": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.104.0.tgz", + "integrity": "sha512-We30k+29WpOerl3gCb1v8IFL4vmKTkghjist4TQ89yw7adGDCKFGf8+4mA4H3Ek5ajRzzBZ7BtGY8aIaOv9oFQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/Boshen" + } + }, + "node_modules/@parcel/watcher": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", + "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "dependencies": { + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" + }, "engines": { "node": ">= 10.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "@parcel/watcher-android-arm64": "2.5.1", + "@parcel/watcher-darwin-arm64": "2.5.1", + "@parcel/watcher-darwin-x64": "2.5.1", + "@parcel/watcher-freebsd-x64": "2.5.1", + "@parcel/watcher-linux-arm-glibc": "2.5.1", + "@parcel/watcher-linux-arm-musl": "2.5.1", + "@parcel/watcher-linux-arm64-glibc": "2.5.1", + "@parcel/watcher-linux-arm64-musl": "2.5.1", + "@parcel/watcher-linux-x64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-musl": "2.5.1", + "@parcel/watcher-win32-arm64": "2.5.1", + "@parcel/watcher-win32-ia32": "2.5.1", + "@parcel/watcher-win32-x64": "2.5.1" } }, - "node_modules/@parcel/watcher-linux-arm64-glibc": { + "node_modules/@parcel/watcher-android-arm64": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", - "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", + "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", "cpu": [ "arm64" ], @@ -2872,7 +3054,7 @@ "license": "MIT", "optional": true, "os": [ - "linux" + "android" ], "engines": { "node": ">= 10.0.0" @@ -2882,10 +3064,10 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/watcher-linux-arm64-musl": { + "node_modules/@parcel/watcher-darwin-arm64": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", - "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", + "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", "cpu": [ "arm64" ], @@ -2893,7 +3075,7 @@ "license": "MIT", "optional": true, "os": [ - "linux" + "darwin" ], "engines": { "node": ">= 10.0.0" @@ -2903,10 +3085,10 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/watcher-linux-x64-glibc": { + "node_modules/@parcel/watcher-darwin-x64": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", - "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", + "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", "cpu": [ "x64" ], @@ -2914,7 +3096,7 @@ "license": "MIT", "optional": true, "os": [ - "linux" + "darwin" ], "engines": { "node": ">= 10.0.0" @@ -2924,10 +3106,10 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/watcher-linux-x64-musl": { + "node_modules/@parcel/watcher-freebsd-x64": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", - "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", + "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", "cpu": [ "x64" ], @@ -2935,7 +3117,7 @@ "license": "MIT", "optional": true, "os": [ - "linux" + "freebsd" ], "engines": { "node": ">= 10.0.0" @@ -2945,18 +3127,18 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/watcher-win32-arm64": { + "node_modules/@parcel/watcher-linux-arm-glibc": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", - "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", + "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", "cpu": [ - "arm64" + "arm" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ], "engines": { "node": ">= 10.0.0" @@ -2966,18 +3148,18 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/watcher-win32-ia32": { + "node_modules/@parcel/watcher-linux-arm-musl": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", - "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", + "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", "cpu": [ - "ia32" + "arm" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ], "engines": { "node": ">= 10.0.0" @@ -2987,18 +3169,18 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/watcher-win32-x64": { + "node_modules/@parcel/watcher-linux-arm64-glibc": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", - "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", + "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", "cpu": [ - "x64" + "arm64" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ], "engines": { "node": ">= 10.0.0" @@ -3008,374 +3190,517 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@pkgjs/parseargs": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "node_modules/@parcel/watcher-linux-arm64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", + "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=14" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@polka/url": { - "version": "1.0.0-next.29", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz", - "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==", - "dev": true, - "license": "MIT" - }, - "node_modules/@rolldown/pluginutils": { - "version": "1.0.0-rc.13", - "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.13.tgz", - "integrity": "sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@rollup/plugin-inject": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz", - "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==", + "node_modules/@parcel/watcher-linux-x64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", + "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", + "cpu": [ + "x64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@rollup/pluginutils": "^5.0.1", - "estree-walker": "^2.0.2", - "magic-string": "^0.30.3" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + "node": ">= 10.0.0" }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@rollup/plugin-inject/node_modules/@rollup/pluginutils": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", - "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", + "node_modules/@parcel/watcher-linux-x64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", + "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", + "cpu": [ + "x64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@types/estree": "^1.0.0", - "estree-walker": "^2.0.2", - "picomatch": "^4.0.2" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + "node": ">= 10.0.0" }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@rollup/plugin-inject/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "node_modules/@parcel/watcher-win32-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", + "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=12" + "node": ">= 10.0.0" }, "funding": { - "url": "https://github.com/sponsors/jonschlinkert" + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@rollup/pluginutils": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", - "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", + "node_modules/@parcel/watcher-win32-ia32": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", + "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", + "cpu": [ + "ia32" + ], "dev": true, "license": "MIT", - "dependencies": { - "estree-walker": "^2.0.1", - "picomatch": "^2.2.2" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">= 8.0.0" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz", - "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==", + "node_modules/@parcel/watcher-win32-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", + "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", "cpu": [ - "arm" + "x64" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "android" - ] + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz", - "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==", + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@polka/url": { + "version": "1.0.0-next.29", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz", + "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==", + "license": "MIT" + }, + "node_modules/@rolldown/binding-android-arm64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.1.tgz", + "integrity": "sha512-fJI3I0r3C3Oj/zdBCpaCmBRZYf07xpaq4yCfDDoSFm+beWNzbIl26puW8RraUdugoJw/95zerNOn6jasAhzSmg==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "android" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.1.tgz", - "integrity": "sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==", + "node_modules/@rolldown/binding-darwin-arm64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.1.tgz", + "integrity": "sha512-cKnAhWEsV7TPcA/5EAteDp6KcJZBQ2G+BqE7zayMMi7kMvwRsbv7WT9aOnn0WNl4SKEIf43vjS31iUPu80nzXg==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "darwin" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz", - "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==", + "node_modules/@rolldown/binding-darwin-x64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.1.tgz", + "integrity": "sha512-YKrVwQjIRBPo+5G/u03wGjbdy4q7pyzCe93DK9VJ7zkVmeg8LJ7GbgsiHWdR4xSoe4CAXRD7Bcjgbtr64bkXNg==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "darwin" - ] - }, - "node_modules/@rollup/rollup-freebsd-arm64": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz", - "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==", - "cpu": [ - "arm64" ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ] + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-freebsd-x64": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz", - "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==", + "node_modules/@rolldown/binding-freebsd-x64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.1.tgz", + "integrity": "sha512-z/oBsREo46SsFqBwYtFe0kpJeBijAT48O/WXLI4suiCLBkr03RTtTJMCzSdDd2znlh8VJizL09XVkQgk8IZonw==", "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "freebsd" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz", - "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==", + "node_modules/@rolldown/binding-linux-arm-gnueabihf": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.1.tgz", + "integrity": "sha512-ik8q7GM11zxvYxFc2PeDcT6TBvhCQMaUxfph/M5l9sKuTs/Sjg3L+Byw0F7w0ZVLBZmx30P+gG0ECzzN+MFcmQ==", "cpu": [ "arm" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz", - "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==", + "node_modules/@rolldown/binding-linux-arm64-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.1.tgz", + "integrity": "sha512-QoSx2EkyrrdZ6kcyE8stqZ62t0Yra8Fs5ia9lOxJrh6TMQJK7gQKmscdTHf7pOXKREKrVwOtJcQG3qVSfc866A==", "cpu": [ - "arm" + "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz", - "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==", + "node_modules/@rolldown/binding-linux-arm64-musl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.1.tgz", + "integrity": "sha512-uwNwFpwKeNiZawfAWBgg0VIztPTV3ihhh1vV334h9ivnNLorxnQMU6Fz8wG1Zb4Qh9LC1/MkcyT3YlDXG3Rsgg==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz", - "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==", + "node_modules/@rolldown/binding-linux-ppc64-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.1.tgz", + "integrity": "sha512-zY1bul7OWr7DFBiJ++wofXvnr8B45ce3QsQUhKrIhXsygAh7bTkwyeM1bi1a2g5C/yC/N8TZyGDEoMfm/l9mpg==", "cpu": [ - "arm64" + "ppc64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-loong64-gnu": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz", - "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==", + "node_modules/@rolldown/binding-linux-s390x-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.1.tgz", + "integrity": "sha512-0frlsT/f4Ft6I7SMESTKnF3cZsdicQn1dCMkF/jT9wDLE+gGoiQfv1nmT9e+s7s/fekvvy6tZM2jHvI2tkbJDQ==", "cpu": [ - "loong64" + "s390x" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-loong64-musl": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz", - "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==", + "node_modules/@rolldown/binding-linux-x64-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.1.tgz", + "integrity": "sha512-XABVmGp9Tg0WspTVvwduTc4fpqy6JnAUrSQe6OuyqD/03nI7r0O9OWUkMIwFrjKAIqolvqoA4ZrJppgwE0Gxmw==", "cpu": [ - "loong64" + "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-ppc64-gnu": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz", - "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==", + "node_modules/@rolldown/binding-linux-x64-musl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.1.tgz", + "integrity": "sha512-bV4fzswuzVcKD90o/VM6QqKxnxlDq0g2BISDLNVmxrnhpv1DDbyPhCIjYfvzYLV+MvkKKnQt2Q6AO86SEBULUQ==", "cpu": [ - "ppc64" + "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-ppc64-musl": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz", - "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==", + "node_modules/@rolldown/binding-openharmony-arm64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.1.tgz", + "integrity": "sha512-/Mh0Zhq3OP7fVs0kcQHZP6lZEthMGTaSf8UBQYSFEZDWGXXlEC+nJ6EqenaK2t4LBXMe3A+K/G2BVXXdtOr4PQ==", "cpu": [ - "ppc64" + "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" - ] + "openharmony" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz", - "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==", + "node_modules/@rolldown/binding-wasm32-wasi": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.1.tgz", + "integrity": "sha512-+1xc9X45l8ufsBAm6Gjvx2qDRIY9lTVt0cgWNcJ+1gdhXvkbxePA60yRTwSTuXL09CMhyJmjpV7E3NoyxbqFQQ==", "cpu": [ - "riscv64" + "wasm32" + ], + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "1.10.0", + "@emnapi/runtime": "1.10.0", + "@napi-rs/wasm-runtime": "^1.1.4" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@rolldown/binding-win32-arm64-msvc": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.1.tgz", + "integrity": "sha512-1D+UqZdfnuR+Jy1GgMJwi85bD40H21uNmOPRWQhw4oRSuolZ/B5rixZ45DK2KXOTCvmVCecauWgEhbw8bI7tOw==", + "cpu": [ + "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" - ] + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-riscv64-musl": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz", - "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==", + "node_modules/@rolldown/binding-win32-x64-msvc": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.1.tgz", + "integrity": "sha512-INAycaWuhlOK3wk4mRHGsdgwYWmd9cChdPdE9bwWmy6rn9VqVNYNFGhOdXrofXUxwHIncSiPNb8tNm8knDVIeQ==", "cpu": [ - "riscv64" + "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" - ] + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { + "node_modules/@rolldown/pluginutils": { + "version": "1.0.0-rc.13", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.13.tgz", + "integrity": "sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@rollup/plugin-inject": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz", + "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rollup/pluginutils": "^5.0.1", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.3" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/plugin-inject/node_modules/@rollup/pluginutils": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", + "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^4.0.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/plugin-inject/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/@rollup/pluginutils": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", + "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "estree-walker": "^2.0.1", + "picomatch": "^2.2.2" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/@rollup/rollup-android-arm-eabi": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz", - "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz", + "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==", "cpu": [ - "s390x" + "arm" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" + "android" ] }, - "node_modules/@rollup/rollup-linux-x64-gnu": { + "node_modules/@rollup/rollup-android-arm64": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz", - "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz", + "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==", "cpu": [ - "x64" + "arm64" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" + "android" ] }, - "node_modules/@rollup/rollup-linux-x64-musl": { + "node_modules/@rollup/rollup-darwin-arm64": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz", - "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.1.tgz", + "integrity": "sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==", "cpu": [ - "x64" + "arm64" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" + "darwin" ] }, - "node_modules/@rollup/rollup-openbsd-x64": { + "node_modules/@rollup/rollup-darwin-x64": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz", - "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz", + "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==", "cpu": [ "x64" ], @@ -3383,13 +3708,13 @@ "license": "MIT", "optional": true, "os": [ - "openbsd" + "darwin" ] }, - "node_modules/@rollup/rollup-openharmony-arm64": { + "node_modules/@rollup/rollup-freebsd-arm64": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz", - "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz", + "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==", "cpu": [ "arm64" ], @@ -3397,74 +3722,298 @@ "license": "MIT", "optional": true, "os": [ - "openharmony" + "freebsd" ] }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { + "node_modules/@rollup/rollup-freebsd-x64": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz", - "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz", + "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==", "cpu": [ - "arm64" + "x64" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "freebsd" ] }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz", - "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz", + "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==", "cpu": [ - "ia32" + "arm" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ] }, - "node_modules/@rollup/rollup-win32-x64-gnu": { + "node_modules/@rollup/rollup-linux-arm-musleabihf": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz", - "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz", + "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==", "cpu": [ - "x64" + "arm" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ] }, - "node_modules/@rollup/rollup-win32-x64-msvc": { + "node_modules/@rollup/rollup-linux-arm64-gnu": { "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz", - "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz", + "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==", "cpu": [ - "x64" + "arm64" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ] }, - "node_modules/@samverschueren/stream-to-observable": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.1.tgz", - "integrity": "sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "any-observable": "^0.3.0" - }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz", + "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz", + "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz", + "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz", + "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz", + "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz", + "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz", + "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz", + "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz", + "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz", + "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-openbsd-x64": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz", + "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ] + }, + "node_modules/@rollup/rollup-openharmony-arm64": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz", + "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz", + "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz", + "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz", + "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz", + "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@samverschueren/stream-to-observable": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.1.tgz", + "integrity": "sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "any-observable": "^0.3.0" + }, "engines": { "node": ">=6" }, @@ -3553,6 +4102,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/basic/-/basic-3.9.1.tgz", "integrity": "sha512-ijr2dHMx0IQHqhKW3qA8tfwrR2XYbbWYdaJMQuBo2CkwBVIhZ76U+H20Y492j/NXpd1FUnt2aC0l4CEVGVGdeQ==", + "deprecated": "tsParticles v4 is out, please upgrade for better performances and more features", "funding": [ { "type": "github", @@ -3585,6 +4135,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/engine/-/engine-3.9.1.tgz", "integrity": "sha512-DpdgAhWMZ3Eh2gyxik8FXS6BKZ8vyea+Eu5BC4epsahqTGY9V3JGGJcXC6lRJx6cPMAx1A0FaQAojPF3v6rkmQ==", + "deprecated": "tsParticles v4 is out, please upgrade for better performances and more features", "funding": [ { "type": "github", @@ -3732,6 +4283,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/move-base/-/move-base-3.9.1.tgz", "integrity": "sha512-X4huBS27d8srpxwOxliWPUt+NtCwY+8q/cx1DvQxyqmTA8VFCGpcHNwtqiN+9JicgzOvSuaORVqUgwlsc7h4pQ==", + "deprecated": "this package was deprecated in tsparticles v4, replaced by @tsparticles/plugin-move", "license": "MIT", "dependencies": { "@tsparticles/engine": "3.9.1" @@ -3741,6 +4293,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/move-parallax/-/move-parallax-3.9.1.tgz", "integrity": "sha512-whlOR0bVeyh6J/hvxf/QM3DqvNnITMiAQ0kro6saqSDItAVqg4pYxBfEsSOKq7EhjxNvfhhqR+pFMhp06zoCVA==", + "deprecated": "this package was deprecated in tsparticles v4, replaced by @tsparticles/interaction-external-parallax", "license": "MIT", "dependencies": { "@tsparticles/engine": "3.9.1" @@ -3980,6 +4533,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/slim/-/slim-3.9.1.tgz", "integrity": "sha512-CL5cDmADU7sDjRli0So+hY61VMbdroqbArmR9Av+c1Fisa5ytr6QD7Jv62iwU2S6rvgicEe9OyRmSy5GIefwZw==", + "deprecated": "tsParticles v4 is out, please upgrade for better performances and more features", "funding": [ { "type": "github", @@ -4028,6 +4582,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/updater-color/-/updater-color-3.9.1.tgz", "integrity": "sha512-XGWdscrgEMA8L5E7exsE0f8/2zHKIqnTrZymcyuFBw2DCB6BIV+5z6qaNStpxrhq3DbIxxhqqcybqeOo7+Alpg==", + "deprecated": "this package was deprecated in tsparticles v4, replaced by @tsparticles/updater-paint", "license": "MIT", "dependencies": { "@tsparticles/engine": "3.9.1" @@ -4100,6 +4655,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/@tsparticles/updater-stroke-color/-/updater-stroke-color-3.9.1.tgz", "integrity": "sha512-3x14+C2is9pZYTg9T2TiA/aM1YMq4wLdYaZDcHm3qO30DZu5oeQq0rm/6w+QOGKYY1Z3Htg9rlSUZkhTHn7eDA==", + "deprecated": "this package was deprecated in tsparticles v4, replaced by @tsparticles/updater-paint", "license": "MIT", "dependencies": { "@tsparticles/engine": "3.9.1" @@ -4156,6 +4712,23 @@ "vue": "^3.3.13" } }, + "node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz", + "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==", + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tybys/wasm-util/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD", + "optional": true + }, "node_modules/@types/chai": { "version": "5.2.3", "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz", @@ -4189,7 +4762,6 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", - "devOptional": true, "license": "MIT" }, "node_modules/@types/glob": { @@ -4264,7 +4836,7 @@ "version": "20.19.24", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.24.tgz", "integrity": "sha512-FE5u0ezmi6y9OZEzlJfg37mqqf6ZDSF2V/NLjUyGrR9uTZ7Sb9F7bLNZ03S4XVUNRWGA7Ck4c1kK+YnuWjl+DA==", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "undici-types": "~6.21.0" @@ -4315,20 +4887,107 @@ "deprecated": "Potential CWE-502 - Update to 1.3.1 or higher", "license": "ISC" }, - "node_modules/@vitejs/plugin-legacy": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-6.1.1.tgz", - "integrity": "sha512-BvusL+mYZ0q5qS5Rq3D70QxZBmhyiHRaXLtYJHH5AEsAmdSqJR4xe5KwMi1H3w8/9lVJwhkLYqFQ9vmWYWy6kA==", - "dev": true, + "node_modules/@universal-deploy/store": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@universal-deploy/store/-/store-0.2.1.tgz", + "integrity": "sha512-9CYaStacvufXAaVmaf8dxEVptqpcX5m9+vz1PIlN4gjYKlXfOdbZTuhv2xLwp3mj4jBR2/8VYdF5Vviw9cBYEA==", "license": "MIT", "dependencies": { - "@babel/core": "^7.26.10", - "@babel/preset-env": "^7.26.9", - "browserslist": "^4.24.4", - "browserslist-to-esbuild": "^2.1.1", - "core-js": "^3.41.0", - "magic-string": "^0.30.17", - "regenerator-runtime": "^0.14.1", + "rou3": "^0.8.1", + "srvx": "*" + }, + "peerDependencies": { + "srvx": "*" + }, + "peerDependenciesMeta": { + "srvx": { + "optional": true + } + } + }, + "node_modules/@universal-middleware/core": { + "version": "0.4.17", + "resolved": "https://registry.npmjs.org/@universal-middleware/core/-/core-0.4.17.tgz", + "integrity": "sha512-q+/nXW9DQ94RtmlghC57DhwEvjrqxX57EtU40iaM3U+eYTKc+FVnEdlpdrYX8kCAdEU7zVBLBlFgJre+VrXoUg==", + "license": "MIT", + "dependencies": { + "regexparam": "^3.0.0", + "tough-cookie": "^6.0.0" + }, + "peerDependencies": { + "@cloudflare/workers-types": "^4.20260302.0", + "@hattip/core": "^0.0.49", + "@types/express": "^4 || ^5", + "@webroute/route": "^0.8.0", + "elysia": "^1.4.25", + "fastify": "^5.7.4", + "h3": "^1.15.5", + "hono": "^4.11.9", + "srvx": ">=0.8" + }, + "peerDependenciesMeta": { + "@cloudflare/workers-types": { + "optional": true + }, + "@hattip/core": { + "optional": true + }, + "@types/express": { + "optional": true + }, + "@webroute/route": { + "optional": true + }, + "elysia": { + "optional": true + }, + "fastify": { + "optional": true + }, + "h3": { + "optional": true + }, + "hono": { + "optional": true + }, + "srvx": { + "optional": true + } + } + }, + "node_modules/@universal-middleware/express": { + "version": "0.4.26", + "resolved": "https://registry.npmjs.org/@universal-middleware/express/-/express-0.4.26.tgz", + "integrity": "sha512-zPtCWn4/kObx+Rd7UMpqjb1VP9qDzJEeb/oeN96nZv2b+wHvF9KKck9tftziuzeUYazjYrQ+Ug+aKVC6C7ndUw==", + "license": "MIT", + "dependencies": { + "@universal-middleware/core": "^0.4.17", + "@universal-middleware/node": "^0.1.0" + } + }, + "node_modules/@universal-middleware/node": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@universal-middleware/node/-/node-0.1.0.tgz", + "integrity": "sha512-I03mkOhw0Ka28MtALkpoGJYE8YYSJxmq/iambaqKGXxlFXgLI/VXlw0LmX9iansUzbolNq4hWFMfHyNp2xb4jA==", + "license": "MIT", + "dependencies": { + "@universal-middleware/core": "^0.4.17" + } + }, + "node_modules/@vitejs/plugin-legacy": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-6.1.1.tgz", + "integrity": "sha512-BvusL+mYZ0q5qS5Rq3D70QxZBmhyiHRaXLtYJHH5AEsAmdSqJR4xe5KwMi1H3w8/9lVJwhkLYqFQ9vmWYWy6kA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.26.10", + "@babel/preset-env": "^7.26.9", + "browserslist": "^4.24.4", + "browserslist-to-esbuild": "^2.1.1", + "core-js": "^3.41.0", + "magic-string": "^0.30.17", + "regenerator-runtime": "^0.14.1", "systemjs": "^6.15.1" }, "engines": { @@ -4993,9 +5652,9 @@ } }, "node_modules/acorn": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", - "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", + "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -5421,7 +6080,6 @@ "version": "2.9.19", "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz", "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==", - "dev": true, "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.js" @@ -5771,7 +6429,6 @@ "version": "4.28.1", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", - "dev": true, "funding": [ { "type": "opencollective", @@ -5849,7 +6506,6 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true, "license": "MIT" }, "node_modules/buffer-xor": { @@ -5870,7 +6526,6 @@ "version": "6.7.14", "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", - "dev": true, "license": "MIT", "engines": { "node": ">=8" @@ -6175,7 +6830,6 @@ "version": "1.0.30001766", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz", "integrity": "sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==", - "dev": true, "funding": [ { "type": "opencollective", @@ -6259,7 +6913,7 @@ "version": "4.0.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "readdirp": "^4.0.1" @@ -6275,7 +6929,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", - "dev": true, + "devOptional": true, "license": "MIT", "engines": { "node": ">= 14.18.0" @@ -6611,6 +7265,12 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "license": "MIT" }, + "node_modules/confbox": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", + "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", + "license": "MIT" + }, "node_modules/config-chain": { "version": "1.1.13", "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", @@ -6689,11 +7349,16 @@ "dev": true, "license": "MIT" }, + "node_modules/convert-route": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/convert-route/-/convert-route-1.1.1.tgz", + "integrity": "sha512-FENJ90K52uyE/qpbjy0i0gbglgKaL50BweqXx2OPaSG/pby2woRrnAdSVcGCdFFVvb/u/UTGqKybohiqcFWCMQ==", + "license": "MIT" + }, "node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true, "license": "MIT" }, "node_modules/core-js": { @@ -7694,7 +8359,6 @@ "version": "1.5.283", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.283.tgz", "integrity": "sha512-3vifjt1HgrGW/h76UEeny+adYApveS9dH2h3p57JYzBSXJIKUJAvtmIytDKjcSCt9xHfrNCFJ7gts6vkhuq++w==", - "dev": true, "license": "ISC" }, "node_modules/elegant-spinner": { @@ -7801,7 +8465,6 @@ "version": "1.7.0", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", - "dev": true, "license": "MIT" }, "node_modules/es-object-atoms": { @@ -7832,10 +8495,9 @@ } }, "node_modules/esbuild": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", - "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", - "devOptional": true, + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.0.tgz", + "integrity": "sha512-sNR9MHpXSUV/XB4zmsFKN+QgVG82Cc7+/aaxJ8Adi8hyOac+EXptIp45QBPaVyX3N70664wRbTcLTOemCAnyqw==", "hasInstallScript": true, "license": "MIT", "bin": { @@ -7845,39 +8507,38 @@ "node": ">=18" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.12", - "@esbuild/android-arm": "0.25.12", - "@esbuild/android-arm64": "0.25.12", - "@esbuild/android-x64": "0.25.12", - "@esbuild/darwin-arm64": "0.25.12", - "@esbuild/darwin-x64": "0.25.12", - "@esbuild/freebsd-arm64": "0.25.12", - "@esbuild/freebsd-x64": "0.25.12", - "@esbuild/linux-arm": "0.25.12", - "@esbuild/linux-arm64": "0.25.12", - "@esbuild/linux-ia32": "0.25.12", - "@esbuild/linux-loong64": "0.25.12", - "@esbuild/linux-mips64el": "0.25.12", - "@esbuild/linux-ppc64": "0.25.12", - "@esbuild/linux-riscv64": "0.25.12", - "@esbuild/linux-s390x": "0.25.12", - "@esbuild/linux-x64": "0.25.12", - "@esbuild/netbsd-arm64": "0.25.12", - "@esbuild/netbsd-x64": "0.25.12", - "@esbuild/openbsd-arm64": "0.25.12", - "@esbuild/openbsd-x64": "0.25.12", - "@esbuild/openharmony-arm64": "0.25.12", - "@esbuild/sunos-x64": "0.25.12", - "@esbuild/win32-arm64": "0.25.12", - "@esbuild/win32-ia32": "0.25.12", - "@esbuild/win32-x64": "0.25.12" + "@esbuild/aix-ppc64": "0.28.0", + "@esbuild/android-arm": "0.28.0", + "@esbuild/android-arm64": "0.28.0", + "@esbuild/android-x64": "0.28.0", + "@esbuild/darwin-arm64": "0.28.0", + "@esbuild/darwin-x64": "0.28.0", + "@esbuild/freebsd-arm64": "0.28.0", + "@esbuild/freebsd-x64": "0.28.0", + "@esbuild/linux-arm": "0.28.0", + "@esbuild/linux-arm64": "0.28.0", + "@esbuild/linux-ia32": "0.28.0", + "@esbuild/linux-loong64": "0.28.0", + "@esbuild/linux-mips64el": "0.28.0", + "@esbuild/linux-ppc64": "0.28.0", + "@esbuild/linux-riscv64": "0.28.0", + "@esbuild/linux-s390x": "0.28.0", + "@esbuild/linux-x64": "0.28.0", + "@esbuild/netbsd-arm64": "0.28.0", + "@esbuild/netbsd-x64": "0.28.0", + "@esbuild/openbsd-arm64": "0.28.0", + "@esbuild/openbsd-x64": "0.28.0", + "@esbuild/openharmony-arm64": "0.28.0", + "@esbuild/sunos-x64": "0.28.0", + "@esbuild/win32-arm64": "0.28.0", + "@esbuild/win32-ia32": "0.28.0", + "@esbuild/win32-x64": "0.28.0" } }, "node_modules/escalade": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", - "dev": true, "license": "MIT", "engines": { "node": ">=6" @@ -8688,7 +9349,6 @@ "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -9594,7 +10254,7 @@ "version": "5.1.4", "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz", "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==", - "dev": true, + "devOptional": true, "license": "MIT" }, "node_modules/import-fresh": { @@ -10345,20 +11005,19 @@ } }, "node_modules/js-cookie": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.7.tgz", - "integrity": "sha512-z/wZZgDrkNV1eA0ULjM/F9/50Ya8fbzgKneSpoPsXSGd0KnpdtHfOZWK+GcwLk+EZbS4F9RBhU+K2RgzuDaItw==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", + "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", "dev": true, "license": "MIT", "engines": { - "node": ">=20" + "node": ">=14" } }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true, "license": "MIT" }, "node_modules/js-yaml": { @@ -10444,7 +11103,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", - "dev": true, "license": "MIT", "bin": { "jsesc": "bin/jsesc" @@ -10495,7 +11153,6 @@ "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true, "license": "MIT", "bin": { "json5": "lib/cli.js" @@ -10586,92 +11243,350 @@ "node": ">= 0.8.0" } }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true, - "license": "MIT" - }, - "node_modules/linkify-html": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-3.0.5.tgz", - "integrity": "sha512-3O7HEYjkugX+C/G2C2wyBmIt8Mt0pmeaHNIxRHodCFeQQeSxSoZHR+5hC1pi0WrmoEvfnSemyZyYTM8w3lo9cA==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "linkifyjs": "^3.0.0" - } - }, - "node_modules/linkify-it": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", - "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", - "dev": true, - "license": "MIT", + "node_modules/lightningcss": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", + "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", + "license": "MPL-2.0", "dependencies": { - "uc.micro": "^2.0.0" + "detect-libc": "^2.0.3" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "lightningcss-android-arm64": "1.32.0", + "lightningcss-darwin-arm64": "1.32.0", + "lightningcss-darwin-x64": "1.32.0", + "lightningcss-freebsd-x64": "1.32.0", + "lightningcss-linux-arm-gnueabihf": "1.32.0", + "lightningcss-linux-arm64-gnu": "1.32.0", + "lightningcss-linux-arm64-musl": "1.32.0", + "lightningcss-linux-x64-gnu": "1.32.0", + "lightningcss-linux-x64-musl": "1.32.0", + "lightningcss-win32-arm64-msvc": "1.32.0", + "lightningcss-win32-x64-msvc": "1.32.0" + } + }, + "node_modules/lightningcss-android-arm64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", + "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/linkifyjs": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-3.0.5.tgz", - "integrity": "sha512-1Y9XQH65eQKA9p2xtk+zxvnTeQBG7rdAXSkUG97DmuI/Xhji9uaUzaWxRj6rf9YC0v8KKHkxav7tnLX82Sz5Fg==", - "dev": true, - "license": "MIT" - }, - "node_modules/lint-staged": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.5.0.tgz", - "integrity": "sha512-nawMob9cb/G1J98nb8v3VC/E8rcX1rryUYXVZ69aT9kde6YWX+uvNOEHY5yf2gcWcTJGiD0kqXmCnS3oD75GIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "chalk": "^2.4.2", - "commander": "^2.20.0", - "cosmiconfig": "^5.2.1", - "debug": "^4.1.1", - "dedent": "^0.7.0", - "del": "^5.0.0", - "execa": "^2.0.3", - "listr": "^0.14.3", - "log-symbols": "^3.0.0", - "micromatch": "^4.0.2", - "normalize-path": "^3.0.0", - "please-upgrade-node": "^3.1.1", - "string-argv": "^0.3.0", - "stringify-object": "^3.3.0" + "node_modules/lightningcss-darwin-arm64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", + "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" }, - "bin": { - "lint-staged": "bin/lint-staged" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/lint-staged/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^1.9.0" - }, + "node_modules/lightningcss-darwin-x64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", + "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=4" + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/lint-staged/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "node_modules/lightningcss-freebsd-x64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", + "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12.0.0" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm-gnueabihf": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", + "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", + "cpu": [ + "arm" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=4" + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-gnu": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", + "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-musl": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", + "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-gnu": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", + "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-musl": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", + "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-arm64-msvc": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", + "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-x64-msvc": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", + "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss/node_modules/detect-libc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true, + "license": "MIT" + }, + "node_modules/linkify-html": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/linkify-html/-/linkify-html-3.0.5.tgz", + "integrity": "sha512-3O7HEYjkugX+C/G2C2wyBmIt8Mt0pmeaHNIxRHodCFeQQeSxSoZHR+5hC1pi0WrmoEvfnSemyZyYTM8w3lo9cA==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "linkifyjs": "^3.0.0" + } + }, + "node_modules/linkify-it": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "uc.micro": "^2.0.0" + } + }, + "node_modules/linkifyjs": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-3.0.5.tgz", + "integrity": "sha512-1Y9XQH65eQKA9p2xtk+zxvnTeQBG7rdAXSkUG97DmuI/Xhji9uaUzaWxRj6rf9YC0v8KKHkxav7tnLX82Sz5Fg==", + "dev": true, + "license": "MIT" + }, + "node_modules/lint-staged": { + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.5.0.tgz", + "integrity": "sha512-nawMob9cb/G1J98nb8v3VC/E8rcX1rryUYXVZ69aT9kde6YWX+uvNOEHY5yf2gcWcTJGiD0kqXmCnS3oD75GIA==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^2.4.2", + "commander": "^2.20.0", + "cosmiconfig": "^5.2.1", + "debug": "^4.1.1", + "dedent": "^0.7.0", + "del": "^5.0.0", + "execa": "^2.0.3", + "listr": "^0.14.3", + "log-symbols": "^3.0.0", + "micromatch": "^4.0.2", + "normalize-path": "^3.0.0", + "please-upgrade-node": "^3.1.1", + "string-argv": "^0.3.0", + "stringify-object": "^3.3.0" + }, + "bin": { + "lint-staged": "bin/lint-staged" + } + }, + "node_modules/lint-staged/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/lint-staged/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" } }, "node_modules/lint-staged/node_modules/color-convert": { @@ -11056,6 +11971,12 @@ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, + "node_modules/lodash-es": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", + "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", + "license": "MIT" + }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", @@ -11271,12 +12192,35 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, "license": "ISC", "dependencies": { "yallist": "^3.0.2" } }, + "node_modules/magic-regexp": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/magic-regexp/-/magic-regexp-0.10.0.tgz", + "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==", + "license": "MIT", + "dependencies": { + "estree-walker": "^3.0.3", + "magic-string": "^0.30.12", + "mlly": "^1.7.2", + "regexp-tree": "^0.1.27", + "type-level-regexp": "~0.1.17", + "ufo": "^1.5.4", + "unplugin": "^2.0.0" + } + }, + "node_modules/magic-regexp/node_modules/estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0" + } + }, "node_modules/magic-string": { "version": "0.30.21", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", @@ -11660,6 +12604,18 @@ "node": ">=10" } }, + "node_modules/mlly": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz", + "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==", + "license": "MIT", + "dependencies": { + "acorn": "^8.16.0", + "pathe": "^2.0.3", + "pkg-types": "^1.3.1", + "ufo": "^1.6.3" + } + }, "node_modules/mnemonist": { "version": "0.39.8", "resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.8.tgz", @@ -11682,7 +12638,6 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", - "dev": true, "license": "MIT", "engines": { "node": ">=10" @@ -11888,7 +12843,6 @@ "version": "2.0.27", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", - "dev": true, "license": "MIT" }, "node_modules/node-stdlib-browser": { @@ -12454,6 +13408,50 @@ "node": ">=0.10.0" } }, + "node_modules/oxc-parser": { + "version": "0.104.0", + "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.104.0.tgz", + "integrity": "sha512-sIEpobLwe7KhW1JdTvBJkNDgjJarHNsx+Q37iRNyASvmlDOD+f8Qirvwp6nFNz7Q5q3JcsJ1dpKM+oMPTDF/dw==", + "license": "MIT", + "dependencies": { + "@oxc-project/types": "^0.104.0" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "funding": { + "url": "https://github.com/sponsors/Boshen" + }, + "optionalDependencies": { + "@oxc-parser/binding-android-arm64": "0.104.0", + "@oxc-parser/binding-darwin-arm64": "0.104.0", + "@oxc-parser/binding-darwin-x64": "0.104.0", + "@oxc-parser/binding-freebsd-x64": "0.104.0", + "@oxc-parser/binding-linux-arm-gnueabihf": "0.104.0", + "@oxc-parser/binding-linux-arm64-gnu": "0.104.0", + "@oxc-parser/binding-linux-arm64-musl": "0.104.0", + "@oxc-parser/binding-linux-riscv64-gnu": "0.104.0", + "@oxc-parser/binding-linux-s390x-gnu": "0.104.0", + "@oxc-parser/binding-linux-x64-gnu": "0.104.0", + "@oxc-parser/binding-linux-x64-musl": "0.104.0", + "@oxc-parser/binding-openharmony-arm64": "0.104.0", + "@oxc-parser/binding-wasm32-wasi": "0.104.0", + "@oxc-parser/binding-win32-arm64-msvc": "0.104.0", + "@oxc-parser/binding-win32-x64-msvc": "0.104.0" + } + }, + "node_modules/oxc-walker": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.6.0.tgz", + "integrity": "sha512-BA3hlxq5+Sgzp7TCQF52XDXCK5mwoIZuIuxv/+JuuTzOs2RXkLqWZgZ69d8pJDDjnL7wiREZTWHBzFp/UWH88Q==", + "license": "MIT", + "dependencies": { + "magic-regexp": "^0.10.0" + }, + "peerDependencies": { + "oxc-parser": ">=0.98.0" + } + }, "node_modules/p-cancelable": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", @@ -12747,7 +13745,6 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", - "dev": true, "license": "MIT" }, "node_modules/pathval": { @@ -12864,6 +13861,17 @@ "node": ">=10" } }, + "node_modules/pkg-types": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz", + "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==", + "license": "MIT", + "dependencies": { + "confbox": "^0.1.8", + "mlly": "^1.7.4", + "pathe": "^2.0.1" + } + }, "node_modules/please-upgrade-node": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", @@ -12897,9 +13905,9 @@ } }, "node_modules/postcss": { - "version": "8.5.10", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", - "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "funding": [ { "type": "opencollective", @@ -13165,9 +14173,9 @@ } }, "node_modules/qs": { - "version": "6.15.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz", - "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==", + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz", + "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -13531,6 +14539,24 @@ "dev": true, "license": "MIT" }, + "node_modules/regexp-tree": { + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz", + "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==", + "license": "MIT", + "bin": { + "regexp-tree": "bin/regexp-tree" + } + }, + "node_modules/regexparam": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/regexparam/-/regexparam-3.0.0.tgz", + "integrity": "sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/regexpu-core": { "version": "6.4.0", "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz", @@ -13919,6 +14945,54 @@ "integrity": "sha512-OlwfYEgA2RdboZohpldlvJ1xngOins5d7ejqnIBWr9KaMxsnBqotpptRXTyfNRLnFpqzX6sTDt+X+a+6udnU8g==", "license": "Apache-2.0" }, + "node_modules/rolldown": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.1.tgz", + "integrity": "sha512-X0KQHljNnEkWNqqiz9zJrGunh1B0HgOxLXvnFpCOcadzcy5qohZ3tqMEUg00vncoRovXuK3ZqCT9KnnKzoInFQ==", + "license": "MIT", + "dependencies": { + "@oxc-project/types": "=0.130.0", + "@rolldown/pluginutils": "^1.0.0" + }, + "bin": { + "rolldown": "bin/cli.mjs" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "optionalDependencies": { + "@rolldown/binding-android-arm64": "1.0.1", + "@rolldown/binding-darwin-arm64": "1.0.1", + "@rolldown/binding-darwin-x64": "1.0.1", + "@rolldown/binding-freebsd-x64": "1.0.1", + "@rolldown/binding-linux-arm-gnueabihf": "1.0.1", + "@rolldown/binding-linux-arm64-gnu": "1.0.1", + "@rolldown/binding-linux-arm64-musl": "1.0.1", + "@rolldown/binding-linux-ppc64-gnu": "1.0.1", + "@rolldown/binding-linux-s390x-gnu": "1.0.1", + "@rolldown/binding-linux-x64-gnu": "1.0.1", + "@rolldown/binding-linux-x64-musl": "1.0.1", + "@rolldown/binding-openharmony-arm64": "1.0.1", + "@rolldown/binding-wasm32-wasi": "1.0.1", + "@rolldown/binding-win32-arm64-msvc": "1.0.1", + "@rolldown/binding-win32-x64-msvc": "1.0.1" + } + }, + "node_modules/rolldown/node_modules/@oxc-project/types": { + "version": "0.130.0", + "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.130.0.tgz", + "integrity": "sha512-ibD2usx9JRu7f5pu2tMKMI4cpA4NgXJQoYRP4pQ7Pxmn1l6k/53qWtQWZayhYy3X4QZkt90Ot+mJEaeXouio6Q==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/Boshen" + } + }, + "node_modules/rolldown/node_modules/@rolldown/pluginutils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz", + "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==", + "license": "MIT" + }, "node_modules/rollup": { "version": "4.57.1", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.57.1.tgz", @@ -14092,6 +15166,12 @@ "node": ">=12" } }, + "node_modules/rou3": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/rou3/-/rou3-0.8.1.tgz", + "integrity": "sha512-ePa+XGk00/3HuCqrEnK3LxJW7I0SdNg6EFzKUJG73hMAdDcOUC/i/aSz7LSDwLrGr33kal/rqOGydzwl6U7zBA==", + "license": "MIT" + }, "node_modules/run-async": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", @@ -14222,7 +15302,7 @@ "version": "1.97.3", "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.3.tgz", "integrity": "sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "chokidar": "^4.0.0", @@ -14497,7 +15577,6 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz", "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==", - "dev": true, "license": "MIT", "dependencies": { "@polka/url": "^1.0.0-next.24", @@ -14557,7 +15636,6 @@ "version": "0.5.21", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dev": true, "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", @@ -14568,7 +15646,6 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -14668,6 +15745,18 @@ "dev": true, "license": "BSD-3-Clause" }, + "node_modules/srvx": { + "version": "0.11.15", + "resolved": "https://registry.npmjs.org/srvx/-/srvx-0.11.15.tgz", + "integrity": "sha512-iXsux0UcOjdvs0LCMa2Ws3WwcDUozA3JN3BquNXkaFPP7TpRqgunKdEgoZ/uwb1J6xaYHfxtz9Twlh6yzwM6Tg==", + "license": "MIT", + "bin": { + "srvx": "bin/srvx.mjs" + }, + "engines": { + "node": ">=20.16.0" + } + }, "node_modules/stackback": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", @@ -15399,7 +16488,7 @@ "version": "5.46.1", "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.1.tgz", "integrity": "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==", - "dev": true, + "devOptional": true, "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -15418,7 +16507,7 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true, + "devOptional": true, "license": "MIT" }, "node_modules/test-exclude": { @@ -15523,14 +16612,13 @@ "license": "MIT" }, "node_modules/tinyglobby": { - "version": "0.2.15", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", - "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", - "devOptional": true, + "version": "0.2.16", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", + "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", "license": "MIT", "dependencies": { "fdir": "^6.5.0", - "picomatch": "^4.0.3" + "picomatch": "^4.0.4" }, "engines": { "node": ">=12.0.0" @@ -15543,7 +16631,6 @@ "version": "6.5.0", "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", - "devOptional": true, "license": "MIT", "engines": { "node": ">=12.0.0" @@ -15558,10 +16645,9 @@ } }, "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "devOptional": true, + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "license": "MIT", "engines": { "node": ">=12" @@ -15600,6 +16686,24 @@ "node": ">=14.0.0" } }, + "node_modules/tldts": { + "version": "7.0.30", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.30.tgz", + "integrity": "sha512-ELrFxuqsDdHUwoh0XxDbxuLD3Wnz49Z57IFvTtvWy1hJdcMZjXLIuonjilCiWHlT2GbE4Wlv1wKVTzDFnXH1aw==", + "license": "MIT", + "dependencies": { + "tldts-core": "^7.0.30" + }, + "bin": { + "tldts": "bin/cli.js" + } + }, + "node_modules/tldts-core": { + "version": "7.0.30", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.30.tgz", + "integrity": "sha512-uiHN8PIB1VmWyS98eZYja4xzlYqeFZVjb4OuYlJQnZAuJhMw4PbKQOKgHKhBdJR3FE/t5mUQ1Kd80++B+qhD1Q==", + "license": "MIT" + }, "node_modules/tmp": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", @@ -15676,12 +16780,23 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", - "dev": true, "license": "MIT", "engines": { "node": ">=6" } }, + "node_modules/tough-cookie": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.1.tgz", + "integrity": "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==", + "license": "BSD-3-Clause", + "dependencies": { + "tldts": "^7.0.5" + }, + "engines": { + "node": ">=16" + } + }, "node_modules/trace-unhandled": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/trace-unhandled/-/trace-unhandled-2.0.1.tgz", @@ -15718,6 +16833,7 @@ "version": "3.9.1", "resolved": "https://registry.npmjs.org/tsparticles/-/tsparticles-3.9.1.tgz", "integrity": "sha512-Y780IGSL4qjkZj7+fI92PV/cziHqLR/s6nnYri4K6vH3NQRmDK5D6pfskDO8T4Y96ChCWHY3uxPtOb/hKQ83Qg==", + "deprecated": "tsParticles v4 is out, please upgrade for better performances and more features", "funding": [ { "type": "github", @@ -15790,6 +16906,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/type-level-regexp": { + "version": "0.1.17", + "resolved": "https://registry.npmjs.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz", + "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==", + "license": "MIT" + }, "node_modules/typed-array-buffer": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", @@ -15822,6 +16944,12 @@ "dev": true, "license": "MIT" }, + "node_modules/ufo": { + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz", + "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==", + "license": "MIT" + }, "node_modules/underscore": { "version": "1.13.7", "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz", @@ -15843,7 +16971,7 @@ "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", - "dev": true, + "devOptional": true, "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { @@ -15913,6 +17041,33 @@ "node": ">= 10.0.0" } }, + "node_modules/unplugin": { + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz", + "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==", + "license": "MIT", + "dependencies": { + "@jridgewell/remapping": "^2.3.5", + "acorn": "^8.15.0", + "picomatch": "^4.0.3", + "webpack-virtual-modules": "^0.6.2" + }, + "engines": { + "node": ">=18.12.0" + } + }, + "node_modules/unplugin/node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/upath": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz", @@ -15928,7 +17083,6 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", - "dev": true, "funding": [ { "type": "opencollective", @@ -16069,176 +17223,887 @@ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" + "license": "Apache-2.0", + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/vike": { + "version": "0.4.259", + "resolved": "https://registry.npmjs.org/vike/-/vike-0.4.259.tgz", + "integrity": "sha512-5S+rgfLYfozCqXTlyZzr6P4FXOIoPcsSbqYO32keBK2Jun4AKR5BI/sQiP3w09Zq/WZkywEu0ofHFAAxtaIdSg==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.28.5", + "@babel/types": "^7.28.5", + "@brillout/import": "^0.2.6", + "@brillout/json-serializer": "^0.5.23", + "@brillout/picocolors": "^1.0.30", + "@brillout/vite-plugin-server-entry": "0.7.18", + "@universal-deploy/store": "^0.2.1", + "@universal-deploy/vite": "^0.1.9", + "@universal-middleware/core": "^0.4.17", + "@universal-middleware/node": "^0.1.0", + "cac": "^6.0.0", + "convert-route": "^1.1.1", + "es-module-lexer": "^1.0.0", + "esbuild": ">=0.19.0", + "json5": "^2.0.0", + "magic-string": "^0.30.17", + "picomatch": "^4.0.4", + "semver": "^7.7.4", + "sirv": "^3.0.2", + "source-map-support": "^0.5.0", + "tinyglobby": "^0.2.16", + "vite": ">=6.3.0", + "vite-plugin-wrapper": "^0.1.0" + }, + "bin": { + "vike": "bin.js" + }, + "engines": { + "node": ">=20.19.0" + }, + "peerDependencies": { + "react-streaming": ">=0.3.42", + "vite": ">=6.3.0" + }, + "peerDependenciesMeta": { + "react-streaming": { + "optional": true + }, + "vite": { + "optional": true + } + } + }, + "node_modules/vike-vue": { + "version": "0.9.11", + "resolved": "https://registry.npmjs.org/vike-vue/-/vike-vue-0.9.11.tgz", + "integrity": "sha512-Ujcu7NG/ZFsiAgEomA0PtuHFg0J/BMcol/QHiDzaIlov2JSiDfapyBLidrPVTrHwLHvmeCnxa4ruVqG+/Vj1XA==", + "license": "MIT", + "dependencies": { + "magic-string": "^0.30.21", + "oxc-parser": "^0.104.0", + "oxc-walker": "^0.6.0" + }, + "peerDependencies": { + "vike": ">=0.4.191", + "vue": ">=3.0.0" + } + }, + "node_modules/vike/node_modules/@universal-deploy/netlify": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@universal-deploy/netlify/-/netlify-0.2.2.tgz", + "integrity": "sha512-10JY+1z0aun66IegHhVdOBTgXioI0+hgA0IVc0zgZvm2C7g2eQWpv48wtqCZZsXyUxajKcIlxiYxIuhuRIdfrQ==", + "license": "MIT", + "dependencies": { + "@universal-deploy/store": "^0.2.1" + }, + "peerDependencies": { + "vite": ">=7.1" + } + }, + "node_modules/vike/node_modules/@universal-deploy/node": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@universal-deploy/node/-/node-0.1.6.tgz", + "integrity": "sha512-VcYUNiE596Mbm0fCX1TWK6fAXgJgOz4Msa+PORxZCPZrTLw+qDABeE031XWSfQ8bAF9d/DXtGywIA/RAi8oCXg==", + "license": "MIT", + "dependencies": { + "@universal-deploy/store": "^0.2.1", + "magic-string": "^0.30.21", + "srvx": "^0.11.9" + }, + "peerDependencies": { + "vite": ">=7.1" + }, + "peerDependenciesMeta": { + "vite": { + "optional": true + } + } + }, + "node_modules/vike/node_modules/@universal-deploy/vite": { + "version": "0.1.9", + "resolved": "https://registry.npmjs.org/@universal-deploy/vite/-/vite-0.1.9.tgz", + "integrity": "sha512-wKf9aP/3OJwr08JmWMa4ot69L+tA/61VzhqE1uh/YqXXl8HXugQPF11RcOIQRCgpRLvO2QDLLNNJ7K1LLxLu1A==", + "license": "MIT", + "dependencies": { + "@universal-deploy/netlify": "^0.2.2", + "@universal-deploy/node": "^0.1.6", + "@universal-deploy/store": "^0.2.1", + "@universal-middleware/express": "^0.4.26", + "magic-string": "^0.30.21", + "rou3": "^0.8.1" + }, + "peerDependencies": { + "vite": ">=7.1" + }, + "peerDependenciesMeta": { + "vite": { + "optional": true + } + } + }, + "node_modules/vike/node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/vike/node_modules/semver": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", + "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/vike/node_modules/vite": { + "version": "8.0.13", + "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.13.tgz", + "integrity": "sha512-MFtjBYgzmSxmgA4RAfjIyXWpGe1oALnjgUTzzV7QLx/TKxCzjtMH6Fd9/eVK+5Fg1qNoz5VAwsmMs/NofrmJvw==", + "license": "MIT", + "dependencies": { + "lightningcss": "^1.32.0", + "picomatch": "^4.0.4", + "postcss": "^8.5.14", + "rolldown": "1.0.1", + "tinyglobby": "^0.2.16" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^20.19.0 || >=22.12.0", + "@vitejs/devtools": "^0.1.18", + "esbuild": "^0.27.0 || ^0.28.0", + "jiti": ">=1.21.0", + "less": "^4.0.0", + "sass": "^1.70.0", + "sass-embedded": "^1.70.0", + "stylus": ">=0.54.8", + "sugarss": "^5.0.0", + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "@vitejs/devtools": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "jiti": { + "optional": true + }, + "less": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true + } + } + }, + "node_modules/vike/node_modules/vite-plugin-wrapper": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-wrapper/-/vite-plugin-wrapper-0.1.0.tgz", + "integrity": "sha512-orELI9PzoYKFRsI8TP4pTt05rL0oS68u8kJSANpJLZWdYdkqEsjEPrTLG1U/7x5PlACxIebmkbiBPaCg/oPSsw==", + "license": "MIT", + "peerDependencies": { + "vite": ">=7" + } + }, + "node_modules/vite": { + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", + "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "esbuild": "^0.25.0", + "fdir": "^6.4.4", + "picomatch": "^4.0.2", + "postcss": "^8.5.3", + "rollup": "^4.34.9", + "tinyglobby": "^0.2.13" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", + "jiti": ">=1.21.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "sass-embedded": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "jiti": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true + } + } + }, + "node_modules/vite-node": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz", + "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cac": "^6.7.14", + "debug": "^4.4.1", + "es-module-lexer": "^1.7.0", + "pathe": "^2.0.3", + "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" + }, + "bin": { + "vite-node": "vite-node.mjs" + }, + "engines": { + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/vite-plugin-compression": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/vite-plugin-compression/-/vite-plugin-compression-0.5.1.tgz", + "integrity": "sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.1.2", + "debug": "^4.3.3", + "fs-extra": "^10.0.0" + }, + "peerDependencies": { + "vite": ">=2.0.0" + } + }, + "node_modules/vite-plugin-eslint": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz", + "integrity": "sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rollup/pluginutils": "^4.2.1", + "@types/eslint": "^8.4.5", + "rollup": "^2.77.2" + }, + "peerDependencies": { + "eslint": ">=7", + "vite": ">=2" + } + }, + "node_modules/vite-plugin-node-polyfills": { + "version": "0.26.0", + "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.26.0.tgz", + "integrity": "sha512-BAe5YzJf368XGev02hDvioidx4uVH8dqEJlG73bjQSxM26/AQnGcKFomq9n3vGq5yqpSHKN4h1XQNxx9l98mBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rollup/plugin-inject": "^5.0.5", + "node-stdlib-browser": "^1.3.1" + }, + "funding": { + "url": "https://github.com/sponsors/davidmyersdev" + }, + "peerDependencies": { + "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/vite-plugin-vuetify": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/vite-plugin-vuetify/-/vite-plugin-vuetify-2.1.3.tgz", + "integrity": "sha512-Q4SC/4TqbNvaZIFb9YsfBqkGlYHbJJJ6uU3CnRBZqLUF3s5eCMVZAaV4GkTbehIH/bhSj42lMXztOwc71u6rVw==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "@vuetify/loader-shared": "^2.1.2", + "debug": "^4.3.3", + "upath": "^2.0.1" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "peerDependencies": { + "vite": ">=5", + "vue": "^3.0.0", + "vuetify": ">=3" + } + }, + "node_modules/vite/node_modules/@esbuild/aix-ppc64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", + "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", + "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", + "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/android-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", + "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", + "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", + "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", + "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", + "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", + "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", + "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ia32": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", + "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-loong64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", + "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-mips64el": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", + "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", + "cpu": [ + "mips64el" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ppc64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", + "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-riscv64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", + "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-s390x": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", + "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", + "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", + "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", + "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", + "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", + "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" } }, - "node_modules/vite": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", - "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", - "devOptional": true, + "node_modules/vite/node_modules/@esbuild/openharmony-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", + "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", + "cpu": [ + "arm64" + ], + "dev": true, "license": "MIT", - "dependencies": { - "esbuild": "^0.25.0", - "fdir": "^6.4.4", - "picomatch": "^4.0.2", - "postcss": "^8.5.3", - "rollup": "^4.34.9", - "tinyglobby": "^0.2.13" - }, - "bin": { - "vite": "bin/vite.js" - }, + "optional": true, + "os": [ + "openharmony" + ], "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", - "jiti": ">=1.21.0", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "sass-embedded": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.16.0", - "tsx": "^4.8.1", - "yaml": "^2.4.2" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "jiti": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - }, - "tsx": { - "optional": true - }, - "yaml": { - "optional": true - } + "node": ">=18" } }, - "node_modules/vite-node": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz", - "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==", + "node_modules/vite/node_modules/@esbuild/sunos-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", + "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", + "cpu": [ + "x64" + ], "dev": true, "license": "MIT", - "dependencies": { - "cac": "^6.7.14", - "debug": "^4.4.1", - "es-module-lexer": "^1.7.0", - "pathe": "^2.0.3", - "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" - }, - "bin": { - "vite-node": "vite-node.mjs" - }, + "optional": true, + "os": [ + "sunos" + ], "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" - }, - "funding": { - "url": "https://opencollective.com/vitest" + "node": ">=18" } }, - "node_modules/vite-plugin-compression": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/vite-plugin-compression/-/vite-plugin-compression-0.5.1.tgz", - "integrity": "sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==", + "node_modules/vite/node_modules/@esbuild/win32-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", + "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", - "dependencies": { - "chalk": "^4.1.2", - "debug": "^4.3.3", - "fs-extra": "^10.0.0" - }, - "peerDependencies": { - "vite": ">=2.0.0" + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" } }, - "node_modules/vite-plugin-eslint": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz", - "integrity": "sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==", + "node_modules/vite/node_modules/@esbuild/win32-ia32": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", + "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", + "cpu": [ + "ia32" + ], "dev": true, "license": "MIT", - "dependencies": { - "@rollup/pluginutils": "^4.2.1", - "@types/eslint": "^8.4.5", - "rollup": "^2.77.2" - }, - "peerDependencies": { - "eslint": ">=7", - "vite": ">=2" + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" } }, - "node_modules/vite-plugin-node-polyfills": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.26.0.tgz", - "integrity": "sha512-BAe5YzJf368XGev02hDvioidx4uVH8dqEJlG73bjQSxM26/AQnGcKFomq9n3vGq5yqpSHKN4h1XQNxx9l98mBg==", + "node_modules/vite/node_modules/@esbuild/win32-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", + "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", + "cpu": [ + "x64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@rollup/plugin-inject": "^5.0.5", - "node-stdlib-browser": "^1.3.1" - }, - "funding": { - "url": "https://github.com/sponsors/davidmyersdev" - }, - "peerDependencies": { - "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" } }, - "node_modules/vite-plugin-vuetify": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/vite-plugin-vuetify/-/vite-plugin-vuetify-2.1.3.tgz", - "integrity": "sha512-Q4SC/4TqbNvaZIFb9YsfBqkGlYHbJJJ6uU3CnRBZqLUF3s5eCMVZAaV4GkTbehIH/bhSj42lMXztOwc71u6rVw==", + "node_modules/vite/node_modules/esbuild": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", + "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", "devOptional": true, + "hasInstallScript": true, "license": "MIT", - "dependencies": { - "@vuetify/loader-shared": "^2.1.2", - "debug": "^4.3.3", - "upath": "^2.0.1" + "bin": { + "esbuild": "bin/esbuild" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": ">=18" }, - "peerDependencies": { - "vite": ">=5", - "vue": "^3.0.0", - "vuetify": ">=3" + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.25.12", + "@esbuild/android-arm": "0.25.12", + "@esbuild/android-arm64": "0.25.12", + "@esbuild/android-x64": "0.25.12", + "@esbuild/darwin-arm64": "0.25.12", + "@esbuild/darwin-x64": "0.25.12", + "@esbuild/freebsd-arm64": "0.25.12", + "@esbuild/freebsd-x64": "0.25.12", + "@esbuild/linux-arm": "0.25.12", + "@esbuild/linux-arm64": "0.25.12", + "@esbuild/linux-ia32": "0.25.12", + "@esbuild/linux-loong64": "0.25.12", + "@esbuild/linux-mips64el": "0.25.12", + "@esbuild/linux-ppc64": "0.25.12", + "@esbuild/linux-riscv64": "0.25.12", + "@esbuild/linux-s390x": "0.25.12", + "@esbuild/linux-x64": "0.25.12", + "@esbuild/netbsd-arm64": "0.25.12", + "@esbuild/netbsd-x64": "0.25.12", + "@esbuild/openbsd-arm64": "0.25.12", + "@esbuild/openbsd-x64": "0.25.12", + "@esbuild/openharmony-arm64": "0.25.12", + "@esbuild/sunos-x64": "0.25.12", + "@esbuild/win32-arm64": "0.25.12", + "@esbuild/win32-ia32": "0.25.12", + "@esbuild/win32-x64": "0.25.12" } }, "node_modules/vite/node_modules/fdir": { @@ -16778,6 +18643,12 @@ "defaults": "^1.0.3" } }, + "node_modules/webpack-virtual-modules": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz", + "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==", + "license": "MIT" + }, "node_modules/whatwg-mimetype": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", @@ -17118,14 +18989,13 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true, "license": "ISC" }, "node_modules/yaml": { "version": "2.8.3", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", - "dev": true, + "devOptional": true, "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/package.json b/package.json index 745fc0e6ae..a98ace4458 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "jquery": "^3.5.1", "json-to-graphql-query": "^2.2.5", "lodash": "^4.17.21", + "lodash-es": "^4.18.1", "moment": "^2.29.1", "query-builder-vue-3": "^1.0.1", "roboto-fontface": "*", @@ -42,6 +43,8 @@ "simple-analytics-vue": "^3.0.2", "trace-unhandled": "^2.0.1", "tsparticles": "^3.5.0", + "vike": "^0.4.259", + "vike-vue": "^0.9.11", "vue": "^3.4.35", "vue-3-sanitize": "^0.1.4", "vue-code-highlight": "^0.7.8", diff --git a/src/components/Editor/AdditionalInformation/FieldInput.vue b/src/components/Editor/AdditionalInformation/FieldInput.vue index 7120a28583..3b90b41157 100644 --- a/src/components/Editor/AdditionalInformation/FieldInput.vue +++ b/src/components/Editor/AdditionalInformation/FieldInput.vue @@ -95,7 +95,7 @@ - - - - - - diff --git a/src/components/Records/Record/AdditionalInfo.vue b/src/components/Records/Record/AdditionalInfo.vue index 7f97f60867..6b77cbf52e 100644 --- a/src/components/Records/Record/AdditionalInfo.vue +++ b/src/components/Records/Record/AdditionalInfo.vue @@ -39,7 +39,7 @@ diff --git a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearchDialogBox.vue b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearchDialogBox.vue index ec11f5d8c4..33d4024d32 100644 --- a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearchDialogBox.vue +++ b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearchDialogBox.vue @@ -129,7 +129,7 @@ diff --git a/src/components/Records/Search/Output/SearchLinkChips.vue b/src/components/Records/Search/Output/SearchLinkChips.vue index ee15487c30..49086980e7 100644 --- a/src/components/Records/Search/Output/SearchLinkChips.vue +++ b/src/components/Records/Search/Output/SearchLinkChips.vue @@ -10,8 +10,8 @@ v-for="(chip, index) in chips" :key="chip.label + '_' + index" :color="getChipColor(chip)" - variant="flat" class="mr-2 my-1" + variant="flat" @click.prevent="updateSearchQuery(chip)" > {{ `+${remainTagCount} more tags` }} {{ `one more tag` }} @@ -47,7 +47,7 @@ diff --git a/src/pages/all/+route.js b/src/pages/all/+route.js new file mode 100644 index 0000000000..156aef7d58 --- /dev/null +++ b/src/pages/all/+route.js @@ -0,0 +1 @@ +export default "/*"; diff --git a/src/router/index.js b/src/router/index.js index 671e364c7c..a7ed25a3de 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,6 +1,6 @@ -import { createRouter, createWebHistory } from "vue-router"; +import {createMemoryHistory, createRouter, createWebHistory,} from "vue-router"; -import { hackSearch } from "@/router/hackSearch"; +import {hackSearch} from "@/router/hackSearch"; import store from "@/store"; import { @@ -52,9 +52,11 @@ let routes = [ name: "sitemap", path: "/sitemap.xml", redirect: () => { - window.location.assign( - import.meta.env.VITE_API_ENDPOINT + "/sitemap.xml", - ); + if (typeof window !== "undefined") { + window.location.assign( + import.meta.env.VITE_API_ENDPOINT + "/sitemap.xml", + ); + } }, }, { @@ -102,7 +104,8 @@ let routes = [ let [query, modified] = hackSearch(to.query); if (modified) { next({ name: "search", query: query }); - } else { + } + else { next(); } }, @@ -123,12 +126,14 @@ let routes = [ name: "fairassist", path: "/fairassist", redirect: () => { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=FAIRassist", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=FAIRassist", + ].join(""), + ); + } }, }, { @@ -144,7 +149,8 @@ let routes = [ page: 1, }, }; - } else if (to.params.name === "live_list_databases_in_policies") { + } + else if (to.params.name === "live_list_databases_in_policies") { return { name: "search", query: { @@ -153,7 +159,8 @@ let routes = [ page: 1, }, }; - } else if (to.params.name === "live_list_journal_policies") { + } + else if (to.params.name === "live_list_journal_policies") { return { name: "search", query: { @@ -162,7 +169,8 @@ let routes = [ page: 1, }, }; - } else { + } + else { return { path: "/" }; } }, @@ -172,9 +180,11 @@ let routes = [ name: "object_not_found_doi", path: "/FAIRsharing.NFOBJT", redirect: () => { - window.location.assign( - "https://fairsharing.gitbook.io/fairsharing/record-sections-and-fields/general-information/object-types", - ); + if (typeof window !== "undefined") { + window.location.assign( + "https://fairsharing.gitbook.io/fairsharing/record-sections-and-fields/general-information/object-types", + ); + } }, }, // Another redirection, from: https://github.com/FAIRsharing/fairsharing.github.io/issues/1741 @@ -182,18 +192,22 @@ let routes = [ name: "raw_srao_file", path: "/ontology/subject/SRAO.owl", redirect: () => { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology/raw/master/SRAO.owl", - ); + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology/raw/master/SRAO.owl", + ); + } }, }, { name: "raw_srao_file_by_version", path: "/ontology/subject/SRAO.owl/0.3.0", redirect: () => { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology/raw/master/releases/0.3.0/SRAO.owl", - ); + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology/raw/master/releases/0.3.0/SRAO.owl", + ); + } }, }, { @@ -201,14 +215,20 @@ let routes = [ path: "/ontology/:name", redirect: (to) => { if (to.params.name.toLowerCase() === "srao") { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology", - ); - } else if (to.params.name.toLowerCase() === "drao") { - window.location.assign( - "https://github.com/FAIRsharing/domain-ontology", - ); - } else { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology", + ); + } + } + else if (to.params.name.toLowerCase() === "drao") { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/domain-ontology", + ); + } + } + else { return { path: "/" }; } }, @@ -220,7 +240,9 @@ let routes = [ redirect: (to) => { const url = "https://www.ebi.ac.uk/ols/ontologies/srao/terms?iri=http://www.fairsharing.org/ontology/subject/"; - window.location.assign(url + to.params.id); + if (typeof window !== "undefined") { + window.location.assign(url + to.params.id); + } }, }, /* See: https://github.com/FAIRsharing/fairsharing.github.io/issues/1561 */ @@ -254,12 +276,14 @@ let routes = [ record name rather than parsed, and passing parameters means the searchAnd parameter isn't recognised until the page refreshes (it's not at all clear why). */ - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?isRecommended=true&page=1&searchAnd=false&fairsharingRegistry=database,standard", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?isRecommended=true&page=1&searchAnd=false&fairsharingRegistry=database,standard", + ].join(""), + ); + } }, }, /* Even more, from #1865 as well. */ @@ -268,12 +292,14 @@ let routes = [ path: "/databases/(repository|repositories)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=repository&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=repository&page=1", + ].join(""), + ); + } }, }, { @@ -281,12 +307,14 @@ let routes = [ path: "/databases/(knowledgebase|knowledgebases)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=knowledgebase&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=knowledgebase&page=1", + ].join(""), + ); + } }, }, { @@ -294,12 +322,14 @@ let routes = [ path: "/databases/(knowledgebase_and_repository|knowledgebases_and_repositories)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=knowledgebase_and_repository&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=knowledgebase_and_repository&page=1", + ].join(""), + ); + } }, }, { @@ -307,12 +337,14 @@ let routes = [ path: "/standards/(model_and_format|models_and_formats)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=model_and_format&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=model_and_format&page=1", + ].join(""), + ); + } }, }, { @@ -320,12 +352,14 @@ let routes = [ path: "/standards/(metric|metrics)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=metric&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=metric&page=1", + ].join(""), + ); + } }, }, { @@ -333,12 +367,14 @@ let routes = [ path: "/standards/(terminology_artefact|terminology_artefacts)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=terminology_artefact&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=terminology_artefact&page=1", + ].join(""), + ); + } }, }, { @@ -346,12 +382,14 @@ let routes = [ path: "/standards/(reporting_guideline|reporting_guidelines)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=reporting_guideline&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=reporting_guideline&page=1", + ].join(""), + ); + } }, }, { @@ -359,12 +397,14 @@ let routes = [ path: "/standards/(identifier_schema|identifier_schemas)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=identifier_schema&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=identifier_schema&page=1", + ].join(""), + ); + } }, }, { @@ -372,12 +412,14 @@ let routes = [ path: "/policies/(project|projects)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=project&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=project&page=1", + ].join(""), + ); + } }, }, { @@ -385,12 +427,14 @@ let routes = [ path: "/policies/(journal|journals)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=journal&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=journal&page=1", + ].join(""), + ); + } }, }, { @@ -398,12 +442,14 @@ let routes = [ path: "/policies/(institution|institutions)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=institution&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=institution&page=1", + ].join(""), + ); + } }, }, { @@ -411,12 +457,14 @@ let routes = [ path: "/policies/(society|societies)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=society&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=society&page=1", + ].join(""), + ); + } }, }, { @@ -424,12 +472,14 @@ let routes = [ path: "/policies/(journal_publisher|journal_publishers)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=journal_publisher&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=journal_publisher&page=1", + ].join(""), + ); + } }, }, { @@ -437,12 +487,14 @@ let routes = [ path: "/policies/(funder|funders)", redirect: () => { // See recommendations hack... - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=funder&page=1", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=funder&page=1", + ].join(""), + ); + } }, }, /* End of the hackery from #1865 */ @@ -541,12 +593,14 @@ let routes = [ name: "preservation_policy", path: "/preservation_policy", redirect: () => { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/sustainability_and_preservation", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/sustainability_and_preservation", + ].join(""), + ); + } }, }, { @@ -563,21 +617,25 @@ let routes = [ name: "old_community_curation", path: "/community_curation", redirect: () => { - window.location.assign( - [import.meta.env.VITE_HOSTNAME, "/community_champions"].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [import.meta.env.VITE_HOSTNAME, "/community_champions"].join(""), + ); + } }, }, { name: "old_our_curators", path: "/community_curation/our_curators", redirect: () => { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/community_champions/our_champions", - ].join(""), - ); + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/community_champions/our_champions", + ].join(""), + ); + } }, }, // AUTHENTICATION AND USERS @@ -785,11 +843,17 @@ export function scrollBehavior(to, from, savedPosition) { return false; } -const router = createRouter({ - history: createWebHistory(), - routes, - scrollBehavior, -}); +export function createMyRouter() { + return createRouter({ + // Use WebHistory only if window exists, otherwise use MemoryHistory for SSR + history: + typeof window !== "undefined" + ? createWebHistory() + : createMemoryHistory(), + routes, + scrollBehavior, + }); +} export async function beforeEach(to, from, next, store) { if (to.path !== "/maintenance" && store.state.introspection.maintenanceMode) { @@ -808,7 +872,8 @@ export async function beforeEach(to, from, next, store) { export function isLoggedIn(to, from, next, store) { if (store.state.users.user().isLoggedIn) { next(); - } else { + } + else { const target = to.path; next({ name: "Login", // back to safety route // @@ -820,7 +885,8 @@ export function isLoggedIn(to, from, next, store) { export function isNotLoggedIn(to, from, next, store) { if (!store.state.users.user().isLoggedIn) { next(); - } else { + } + else { next(from); } } @@ -828,7 +894,8 @@ export function isNotLoggedIn(to, from, next, store) { export function isSuperCurator(to, from, next, store) { if (store.state.users.user().is_super_curator) { next(); - } else { + } + else { const target = to.path; next({ name: "Login", // back to safety route // @@ -844,4 +911,4 @@ export function isMaintenanceMode(to, from, next, store) { next(); } -export default router; +// export default router; diff --git a/src/store/AdvancedSearchComponents/advancedSearch.js b/src/store/AdvancedSearchComponents/advancedSearch.js index 106e5fd1ab..29f20d1655 100644 --- a/src/store/AdvancedSearchComponents/advancedSearch.js +++ b/src/store/AdvancedSearchComponents/advancedSearch.js @@ -1,5 +1,5 @@ import { jsonToGraphQLQuery } from "json-to-graphql-query"; -import { isBoolean, isObject } from "lodash"; +import { isBoolean, isObject } from "lodash-es"; import GraphClient from "@/lib/GraphClient/GraphClient.js"; import advancedQuery from "@/lib/GraphClient/queries/getAdvancedSearch.json"; @@ -57,31 +57,37 @@ const actions = { params["value"].forEach((item) => { if (isObject(item)) { valuesArr.push(item.value); - } else { + } + else { valuesArr.push(item); } }); fieldTypeValue.push(valuesArr); fieldTypeValue = fieldTypeValue.flatMap((value) => value); fieldValue = fieldTypeValue; - } else { + } + else { if (Array.isArray(params["value"])) { let valuesArr = []; params["value"].forEach((item) => { if (isObject(item)) { valuesArr.push(item.value); - } else { + } + else { valuesArr.push(item); } }); fieldValue = valuesArr; - } else if (isBoolean(params["value"])) { + } + else if (isBoolean(params["value"])) { fieldValue = params["value"]; - } else if (params["value"]) { + } + else if (params["value"]) { //When string is boolean value, convert to boolean format if (params["value"] === "true" || params["value"] === "false") { fieldValue = JSON.parse(params["value"]); - } else { + } + else { fieldValue = [params["value"]]; } } @@ -89,7 +95,8 @@ const actions = { if (fieldValue && fieldValue.length) { fieldValue = fieldValue.map((e) => e.toLowerCase()); fieldsObj[fieldKey] = fieldValue; - } else if (isBoolean(fieldValue)) { + } + else if (isBoolean(fieldValue)) { fieldsObj[fieldKey] = fieldValue; } }); @@ -121,7 +128,8 @@ const actions = { q: state.advancedSearchText, where: whereObj, }; - } else { + } + else { commit("setAdvancedSearchText", ""); ADVANCED_TAGS.queryParam = { where: whereObj, @@ -134,10 +142,12 @@ const actions = { if (!response["error"]) { commit("setError", false); commit("setAdvancedSearchResponse", response["advancedSearch"]); - } else { + } + else { commit("setError", true); } - } catch (error) { + } + catch (error) { /* istanbul ignore next */ commit("setError", true); } diff --git a/src/store/editor.js b/src/store/editor.js index 06a4701e80..641238a55c 100644 --- a/src/store/editor.js +++ b/src/store/editor.js @@ -154,7 +154,8 @@ let editorStore = { try { let countries = await graphClient.executeQuery(countriesQuery); state.commit("setCountries", countries?.searchCountries || []); - } catch (e) { + } + catch (e) { state.commit("setCountries", []); } }, @@ -184,7 +185,8 @@ let editorStore = { recordTypes.push({ divider: true }); } }); - } catch (e) { + } + catch (e) { recordTypes = []; } state.commit("setRecordTypes", recordTypes); @@ -196,7 +198,8 @@ let editorStore = { (data?.objectTypes?.records || []).forEach(function (type) { objectTypes.push(type); }); - } catch (e) { + } + catch (e) { objectTypes = []; } state.commit("setObjectTypes", objectTypes); @@ -211,7 +214,8 @@ let editorStore = { data: data?.searchTags || [], firstTime: first, }); - } catch (e) { + } + catch (e) { let first = !state.state.allTags; state.commit("setTags", { data: [], firstTime: first }); } @@ -293,7 +297,8 @@ let editorStore = { relationId: typeObject.id, }); }); - } else { + } + else { recordTypes.forEach((relationParent) => { if (!Object.keys(allowed).includes(relationParent)) { allowed[relationParent] = []; diff --git a/src/store/index.js b/src/store/index.js index 80ff41b9a3..7231c4f90d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -22,31 +22,33 @@ import searchFilters from "./searchFilters.js"; import uiController from "./uiController"; import users from "./users.js"; -// Create a new store instance. -const store = createStore({ - namespaced: true, - modules: { - searchFilters, - records, - record, - introspection, - users, - uiController, - editor, - messages, - ontologyBrowser: ontologyBrowser, - advancedSearch, - subjectSearch, - recordTypes, - organisationSearch, - objectTypes, - userDefinedTagsSearch, - domainsSearch, - taxonomiesSearch, - licencesSearch, - countriesSearch, - saveSearch, - }, -}); +export function createMyStore() { + // Create a new store instance. + return createStore({ + namespaced: true, + modules: { + searchFilters, + records, + record, + introspection, + users, + uiController, + editor, + messages, + ontologyBrowser: ontologyBrowser, + advancedSearch, + subjectSearch, + recordTypes, + organisationSearch, + objectTypes, + userDefinedTagsSearch, + domainsSearch, + taxonomiesSearch, + licencesSearch, + countriesSearch, + saveSearch, + }, + }); +} -export default store; +// export default store; diff --git a/src/store/introspector.js b/src/store/introspector.js index 75db52e069..a7520c432e 100644 --- a/src/store/introspector.js +++ b/src/store/introspector.js @@ -1,4 +1,4 @@ -import { isEqual } from "lodash"; +import {isEqual} from "lodash-es"; import Client from "../lib/GraphClient/GraphClient.js"; import introspectionQuery from "../lib/GraphClient/queries/introspection.json"; @@ -9,7 +9,8 @@ export const mutations = { try { if (Object.keys(data).includes("errors")) { state.error = data.errors[0].message; - } else { + } + else { localStorage.introspectionQuery = JSON.stringify(data); let queryParams = data.data["__schema"]["types"].filter( (param) => param.name === "Query", @@ -21,7 +22,8 @@ export const mutations = { localStorage.searchQueryParameters = JSON.stringify( state.searchQueryParameters, ); - } else { + } + else { if ( !isEqual( JSON.parse(localStorage.searchQueryParameters), @@ -31,14 +33,16 @@ export const mutations = { localStorage.searchQueryParameters = JSON.stringify( state.searchQueryParameters, ); - } else { + } + else { state.searchQueryParameters = JSON.parse( localStorage.searchQueryParameters, ); } } } - } catch (e) { + } + catch (e) { state.error = "Can't initialize application"; } }, @@ -67,7 +71,8 @@ export const actions = { if (expiration) { this.commit("introspection/setLocalStorageExpiryTime"); this.commit("introspection/setParameters", data.data); - } else { + } + else { this.commit( "introspection/setParameters", JSON.parse(localStorage.introspectionQuery), @@ -103,7 +108,8 @@ export const getters = { expectedTypeObject, params[1][param], ); - } else { + } + else { const currentVal = params[1][param]; const expectedType = expectedTypeObject["ofType"]["ofType"].name; queryParameters[param] = []; @@ -113,7 +119,8 @@ export const getters = { decodeURIComponent(parseParam(expectedType, val)), ); }); - } else { + } + else { queryParameters[param] = decodeURIComponent( parseParam(expectedType, currentVal), ); @@ -161,7 +168,8 @@ export default introspectionStore; const parseParam = function (param, paramVal) { if (param.name === "Int") { return parseFloat(paramVal); - } else if (param.name === "Boolean") { + } + else if (param.name === "Boolean") { return JSON.parse(paramVal); } return paramVal; diff --git a/src/store/recordData.js b/src/store/recordData.js index 229115de5c..513e8f7a33 100644 --- a/src/store/recordData.js +++ b/src/store/recordData.js @@ -1,4 +1,4 @@ -import { isEmpty, isEqual } from "lodash"; +import { isEmpty, isEqual } from "lodash-es"; // import Vue from "vue"; import RESTClient from "@/lib/Client/RESTClient.js"; @@ -119,7 +119,8 @@ let recordStore = { state.sections.additionalInformation.data[ additionalInformation.fieldName ] = additionalInformation.fieldValue; - } else { + } + else { state.sections.additionalInformation.data[ additionalInformation.fieldName ][additionalInformation.subfieldName] = @@ -131,7 +132,8 @@ let recordStore = { state.sections.additionalInformation.data[ additionalInformation.fieldName ][additionalInformation.id] = additionalInformation.fieldValue; - } else { + } + else { if ( !state.sections.additionalInformation.data[ additionalInformation.fieldName @@ -150,7 +152,8 @@ let recordStore = { ].length ] = additionalInformation.fieldValue; // eslint-disable-next-line no-empty - } catch (e) { + } + catch (e) { // TODO: Investigate comments below. // Github has been failing tests (which are fine locally) here for reasons which // have not so far been determined. @@ -328,7 +331,8 @@ let recordStore = { userDefinedTags.forEach((tag) => { if (Object.keys(tag).indexOf("id") === -1) { newTags.push(tag.label); - } else { + } + else { oldTags.push(tag.id); } }); @@ -340,7 +344,8 @@ let recordStore = { newTags.forEach((tag) => { if (!tag.error) { tags.push(tag.id); - } else { + } + else { commit("setSectionError", { section: "generalInformation", value: tag.error, @@ -380,7 +385,8 @@ let recordStore = { value: response.error, }); return response.error; - } else { + } + else { let newRecord = JSON.parse( JSON.stringify(state.sections.generalInformation.data), ); @@ -391,7 +397,8 @@ let recordStore = { tag.label = obj.label; })[0]; userDefinedTags.push(obj); - } else userDefinedTags.push(obj); + } + else userDefinedTags.push(obj); }); newRecord.userDefinedTags = userDefinedTags; commit("setGeneralInformation", { fairsharingRecord: newRecord }); @@ -425,7 +432,8 @@ let recordStore = { value: response.error, }); return response.error; - } else { + } + else { commit("setMessage", { target: "publications", value: "Record successfully updated!", @@ -508,7 +516,8 @@ let recordStore = { ); newRecord.metadata[field] = state.sections.additionalInformation.data[field]; - } else if (state.sections.additionalInformation.data[field] === null) { + } + else if (state.sections.additionalInformation.data[field] === null) { // if its the case that there is a single string textInput only state.sections.additionalInformation.data[field] = ""; newRecord.metadata[field] = @@ -526,7 +535,8 @@ let recordStore = { value: response.error, }); return response.error; - } else { + } + else { commit("setMessage", { target: "additionalInformation", value: "Record successfully updated!", @@ -564,7 +574,8 @@ let recordStore = { newLicence = prepareLicence(licence); if (!found) { toCreate.push(newLicence); - } else if (found && !isEqual(licence, found)) { + } + else if (found && !isEqual(licence, found)) { toUpdate.push(newLicence); } }); @@ -617,7 +628,8 @@ let recordStore = { record_assoc_label_id: association.recordAssocLabel.id, }; newAssociations.push(newAssociation); - } else { + } + else { // Using a combination of record_id and label_id as this should be unique. // Using only record_id produced: // https://github.com/FAIRsharing/fairsharing.github.io/issues/1620 @@ -683,7 +695,8 @@ let recordStore = { let response = await restClient.updateRecord(newRecord); if (response.error) { state.commit("setError", response.error.response); - } else { + } + else { state.commit("setNewRecord", response); } }, @@ -727,7 +740,8 @@ function prepareLicence(rawLicence) { if (rawLicence.licence.id) { preparedLicence.licence_id = rawLicence.licence.id; - } else { + } + else { preparedLicence.licence_attributes = rawLicence.licence; } return preparedLicence; diff --git a/src/store/searchFilters.js b/src/store/searchFilters.js index a540d52ee6..ef6a4b72db 100644 --- a/src/store/searchFilters.js +++ b/src/store/searchFilters.js @@ -1,4 +1,4 @@ -import { isEqual } from "lodash"; +import { isEqual } from "lodash-es"; import buttonOptions from "@/data/ButtonOptions.json"; import filterMapping from "@/data/FiltersLabelMapping.json"; diff --git a/src/utils/advancedSearchUtils.js b/src/utils/advancedSearchUtils.js index b763a70c78..9b6f52ac8b 100644 --- a/src/utils/advancedSearchUtils.js +++ b/src/utils/advancedSearchUtils.js @@ -1,5 +1,5 @@ -import { uniqWith } from "lodash"; -import { mapGetters } from "vuex"; +import {uniqWith} from "lodash-es"; +import {mapGetters} from "vuex"; /** * Removes duplicate values in a set and returns unique values diff --git a/src/utils/setupUtils.js b/src/utils/setupUtils.js index b599fd5a13..c3536957d4 100644 --- a/src/utils/setupUtils.js +++ b/src/utils/setupUtils.js @@ -1,28 +1,34 @@ -import store from "../store"; -import router from "../router"; - -export const bootstrapApp = async () => { +export const bootstrapApp = async (store, router) => { try { await store.dispatch("users/login"); await store.dispatch("introspection/fetchParameters"); await store.dispatch("searchFilters/assembleFilters"); await store.dispatch("messages/setMessages"); - } catch (error) { - if (error.response && error.response.status === 503) { + } + catch (error) { + if (store && error.response && error.response.status === 503) { store.commit("introspection/setMaintenanceMode"); - } else { + } + else if (router) { await router.replace("/error/500"); } + else { + console.error( + "Bootstrap failed and router instance was unavailable:", + error, + ); + } } }; export const globalFilters = { cleanString(str) { + if (!str) return ""; return str .replace(/_/g, " ") - .replace(/([A-Z])/g, "$1") // Note: This replacement currently keeps the char as-is. Did you mean " $1" to add a space? - .replace(/^./, function (str) { - return str.toUpperCase(); + .replace(/([A-Z])/g, " $1") + .replace(/^./, function (match) { + return match.toUpperCase(); }); }, capitalize(str) { diff --git a/src/views/AdvancedSearch/AdvancedSearchRecordsView.vue b/src/views/AdvancedSearch/AdvancedSearchRecordsView.vue index 36823151be..5ec4b31c33 100644 --- a/src/views/AdvancedSearch/AdvancedSearchRecordsView.vue +++ b/src/views/AdvancedSearch/AdvancedSearchRecordsView.vue @@ -1,14 +1,14 @@ diff --git a/src/views/Records/Records.vue b/src/views/Records/Records.vue index 15a07300c8..9567c93a1a 100644 --- a/src/views/Records/Records.vue +++ b/src/views/Records/Records.vue @@ -1,5 +1,5 @@ - diff --git a/src/components/Records/Record/GeneralInfo/SavedSearches.vue b/src/components/Records/Record/GeneralInfo/SavedSearches.vue index 7ba011f980..a79beb90d8 100644 --- a/src/components/Records/Record/GeneralInfo/SavedSearches.vue +++ b/src/components/Records/Record/GeneralInfo/SavedSearches.vue @@ -101,7 +101,7 @@ import { mapActions, mapGetters, mapState } from "vuex"; import RecordStatus from "@/components/Records/Shared/RecordStatus.vue"; import RestClient from "@/lib/Client/RESTClient.js"; -import saveSearch from "@/store"; +// import saveSearch from "@/store"; const restClient = new RestClient(); export default { @@ -162,7 +162,7 @@ export default { ); //Commit the updated result to store - saveSearch.commit( + this.$store.commit( "saveSearch/setSaveSearchResult", updatedSearchResult, ); diff --git a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue index 03aed39779..947a659e5b 100644 --- a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue +++ b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue @@ -33,7 +33,7 @@ diff --git a/src/pages/+onCreateApp.js b/src/pages/+onCreateApp.js index a839e73420..3fdecd8892 100644 --- a/src/pages/+onCreateApp.js +++ b/src/pages/+onCreateApp.js @@ -23,7 +23,7 @@ export default async (pageContext) => { // 1. Create unique, isolated instances for this specific request const store = createMyStore(); - const router = createMyRouter(); + const router = createMyRouter(store); app.use(store); app.use(router); diff --git a/src/router/index.js b/src/router/index.js index a7ed25a3de..cf72f8d8fe 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,8 +1,11 @@ -import {createMemoryHistory, createRouter, createWebHistory,} from "vue-router"; - -import {hackSearch} from "@/router/hackSearch"; -import store from "@/store"; +import { + createMemoryHistory, + createRouter, + createWebHistory, +} from "vue-router"; +import { hackSearch } from "@/router/hackSearch"; +// 1. FIXED: Static store import removed from here! import { AdvancedSearchRecords, APIDoc, @@ -47,773 +50,6 @@ import { UsersList, } from "./routes.js"; -let routes = [ - { - name: "sitemap", - path: "/sitemap.xml", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - import.meta.env.VITE_API_ENDPOINT + "/sitemap.xml", - ); - } - }, - }, - { - name: "Home", - path: "/", - component: Home, - }, - { - name: "Graph", - path: "/graph/:id", - component: Graph, - }, - { - name: "Standards", - path: "/standards", - component: Records, - }, - { - name: "Databases", - path: "/databases", - component: Records, - }, - { - name: "Policies", - path: "/policies", - component: Records, - }, - { - name: "Collections", - path: "/collections", - component: Records, - }, - { - name: "Organisations", - path: "/organisations", - component: OrganisationsList, - }, - { - name: "search", - path: "/search", - component: Records, - /* istanbul ignore next */ - // TODO: Find a means to test this function; see hackSearch.js for details. - beforeEnter(to, from, next) { - let [query, modified] = hackSearch(to.query); - if (modified) { - next({ name: "search", query: query }); - } - else { - next(); - } - }, - }, - { - name: "AdvancedSearchResult", - path: "/advancedsearch", - component: AdvancedSearchRecords, - }, - { - name: "Organisation", - path: "/organisations/:id", - component: Organisation, - }, - - /* VARIOUS REDIRECTIONS */ - { - name: "fairassist", - path: "/fairassist", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=FAIRassist", - ].join(""), - ); - } - }, - }, - { - name: "article", - path: "/article/:name", - redirect: (to) => { - if (to.params.name === "live_list_standards_in_policies") { - return { - name: "search", - query: { - fairsharingRegistry: "Standard", - isRecommended: true, - page: 1, - }, - }; - } - else if (to.params.name === "live_list_databases_in_policies") { - return { - name: "search", - query: { - fairsharingRegistry: "Database", - isRecommended: true, - page: 1, - }, - }; - } - else if (to.params.name === "live_list_journal_policies") { - return { - name: "search", - query: { - fairsharingRegistry: "Policy", - recordType: "journal", - page: 1, - }, - }; - } - else { - return { path: "/" }; - } - }, - }, - // A special DOI to designate an object type which isn't found. - { - name: "object_not_found_doi", - path: "/FAIRsharing.NFOBJT", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - "https://fairsharing.gitbook.io/fairsharing/record-sections-and-fields/general-information/object-types", - ); - } - }, - }, - // Another redirection, from: https://github.com/FAIRsharing/fairsharing.github.io/issues/1741 - { - name: "raw_srao_file", - path: "/ontology/subject/SRAO.owl", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology/raw/master/SRAO.owl", - ); - } - }, - }, - { - name: "raw_srao_file_by_version", - path: "/ontology/subject/SRAO.owl/0.3.0", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology/raw/master/releases/0.3.0/SRAO.owl", - ); - } - }, - }, - { - name: "ontology", - path: "/ontology/:name", - redirect: (to) => { - if (to.params.name.toLowerCase() === "srao") { - if (typeof window !== "undefined") { - window.location.assign( - "https://github.com/FAIRsharing/subject-ontology", - ); - } - } - else if (to.params.name.toLowerCase() === "drao") { - if (typeof window !== "undefined") { - window.location.assign( - "https://github.com/FAIRsharing/domain-ontology", - ); - } - } - else { - return { path: "/" }; - } - }, - }, - /* See: https://github.com/FAIRsharing/fairsharing.github.io/issues/1833 */ - { - name: "srao_term", - path: "/ontology/subject/:id", - redirect: (to) => { - const url = - "https://www.ebi.ac.uk/ols/ontologies/srao/terms?iri=http://www.fairsharing.org/ontology/subject/"; - if (typeof window !== "undefined") { - window.location.assign(url + to.params.id); - } - }, - }, - /* See: https://github.com/FAIRsharing/fairsharing.github.io/issues/1561 */ - { - name: "iso20691", - path: "/collection/ISOCD20691CollectionDRAFT", - redirect: "/3533", - }, - /* Yet more redirections: https://github.com/FAIRsharing/fairsharing.github.io/issues/1865 */ - { - name: "hupopsi", - path: "/HUPOPSI", - redirect: "/HUPO-PSI", - }, - { - name: "communities_activities", - path: "/communities/activities", - redirect: "/communities#activities", - }, - { - name: "licence_with_s", - path: "/license", - redirect: "/licence", - }, - { - name: "old_recommendations", - path: "/recommendations", - redirect: () => { - /* - This hack is necessary because simply redirecting to a search URL causes it to be interpreted as a - record name rather than parsed, and passing parameters means the searchAnd parameter isn't recognised - until the page refreshes (it's not at all clear why). - */ - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?isRecommended=true&page=1&searchAnd=false&fairsharingRegistry=database,standard", - ].join(""), - ); - } - }, - }, - /* Even more, from #1865 as well. */ - { - name: "old_databases_repository", - path: "/databases/(repository|repositories)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=repository&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_databases_knowledgebase", - path: "/databases/(knowledgebase|knowledgebases)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=knowledgebase&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_databases_knowledgebase_and_repsitory", - path: "/databases/(knowledgebase_and_repository|knowledgebases_and_repositories)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Database&recordType=knowledgebase_and_repository&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_standards_model_and_format", - path: "/standards/(model_and_format|models_and_formats)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=model_and_format&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_standards_metric", - path: "/standards/(metric|metrics)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=metric&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_standards_terminology_artefact", - path: "/standards/(terminology_artefact|terminology_artefacts)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=terminology_artefact&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_standards_reporting_guidelines", - path: "/standards/(reporting_guideline|reporting_guidelines)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=reporting_guideline&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_standards_identifier_schema", - path: "/standards/(identifier_schema|identifier_schemas)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Standard&recordType=identifier_schema&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_project", - path: "/policies/(project|projects)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=project&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_journal", - path: "/policies/(journal|journals)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=journal&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_institution", - path: "/policies/(institution|institutions)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=institution&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_society", - path: "/policies/(society|societies)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=society&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_journal_publisher", - path: "/policies/(journal_publisher|journal_publishers)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=journal_publisher&page=1", - ].join(""), - ); - } - }, - }, - { - name: "old_policies_funder", - path: "/policies/(funder|funders)", - redirect: () => { - // See recommendations hack... - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/search?fairsharingRegistry=Policy&recordType=funder&page=1", - ].join(""), - ); - } - }, - }, - /* End of the hackery from #1865 */ - /* OTHER MODES */ - { - name: "Maintenance", - path: "/maintenance", - component: Maintenance, - beforeEnter(to, from, next) { - isMaintenanceMode(to, from, next, store); - }, - }, - - /* CREATION */ - { - name: "New_content", - path: "/create", - component: NewRecord, - props: { fairassistOnly: false }, - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - }, - }, - { - name: "New_FAIRassist_content", - path: "/create-fairassist", - component: NewRecord, - props: { fairassistOnly: true }, - /* istanbul ignore next */ - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - }, - }, - /* Static pages */ - { - name: "New", - path: "/new", - component: New, - }, - { - name: "Statistics", - path: "/summary-statistics", - component: Stat, - }, - { - name: "Communities", - path: "/communities", - component: Community, - }, - { - name: "Community Champions", - path: "/community_champions", - component: CommunityCuration, - }, - { - name: "Our Champions", - path: "/community_champions/our_champions", - component: CuratorCohorts, - }, - { - name: "Community Curation", - path: "/communitycuration", - component: CommunityCuration, - }, - { - name: "Stakeholders", - path: "/stakeholders", - component: Stakeholders, - }, - { - name: "Timeline", - path: "/timeline", - component: Timeline, - }, - { - name: "Licence", - path: "/licence", - component: Licence, - }, - { - name: "Terms_of_use", - path: "/terms", - component: Terms, - }, - { - name: "Educational", - path: "/educational", - component: Educational, - }, - { - name: "Privacy", - path: "/privacy", - component: Privacy, - }, - { - name: "preservation_policy", - path: "/preservation_policy", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/sustainability_and_preservation", - ].join(""), - ); - } - }, - }, - { - name: "SustainabilityAndPreservation", - path: "/sustainability_and_preservation", - component: SustainabilityAndPreservation, - }, - { - name: "API Documentation", - path: "/API_doc", - component: APIDoc, - }, - { - name: "old_community_curation", - path: "/community_curation", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - [import.meta.env.VITE_HOSTNAME, "/community_champions"].join(""), - ); - } - }, - }, - { - name: "old_our_curators", - path: "/community_curation/our_curators", - redirect: () => { - if (typeof window !== "undefined") { - window.location.assign( - [ - import.meta.env.VITE_HOSTNAME, - "/community_champions/our_champions", - ].join(""), - ); - } - }, - }, - // AUTHENTICATION AND USERS - { - name: "OAuth Login", - path: "/login_success", - component: OauthLogin, - }, - { - name: "OAuth Login Failure", - path: "/login_failure", - component: LoginFailure, - }, - { - name: "Login", - path: "/accounts/login", - component: Login, - beforeEnter(to, from, next) { - isNotLoggedIn(to, from, next, store); - }, - }, - { - name: "Register", - path: "/accounts/signup", - component: Signup, - beforeEnter(to, from, next) { - isNotLoggedIn(to, from, next, store); - }, - }, - { - name: "Confirm email", - path: "/users/confirmation", - component: ConfirmAccount, - }, - { - name: "Resend confirmation email", - path: "/users/resendConfirmation", - component: ResendConfirmation, - }, - { - name: "Request a new password", - path: "/accounts/forgotPassword", - component: RequestNewPassword, - }, - { - name: "Reset your password", - path: "/users/password/edit", - component: ResetPassword, - }, - { - name: "Send ORCID login email", - path: "/users/orcid/sendEmail", - component: SendOrcidLoginEmail, - }, - { - name: "User", - path: "/accounts/profile", - component: User, - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - }, - }, - { - name: "PublicProfile", - path: "/users/:id", - component: PublicProfile, - }, - { - name: "Edit profile", - path: "/profiles/edit", - component: EditProfile, - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - }, - }, - { - name: "EditPublicProfile", - path: "/profiles/editPublicProfile/:id", - component: EditPublicProfile, - beforeEnter(to, from, next) { - if (!store.state.users.user().isLoggedIn) { - return next("/login"); // Redirect and exit - } - if (!store.state.users.user().is_super_curator) { - next("/"); - } - // Only if both pass, call next() exactly once - next(); - // isLoggedIn(to, from, next, store); - // isSuperCurator(to, from, next, store); - }, - }, - { - name: "UsersList", - path: "/profiles/usersList", - component: UsersList, - beforeEnter(to, from, next) { - /** - * Commenting below method in order to avoid duplicacy of next() which is called in both methods - */ - //isLoggedIn(to, from, next, store); Only superCurators can access users list - isSuperCurator(to, from, next, store); - }, - }, - - // CURATORS - { - name: "Curator", - path: "/curator", - component: Curator, - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - // isCurator(to, from, next, store); - }, - }, - - // Ontology Browser - { - name: "Ontology Browser", - path: "/browse/:id", - component: OntologyBrowser, - }, - - /* - Careful, this has to be the very last base path !!!! - This component's page title is handled in the component itself as it needs the :id param - */ - { - name: "Edit Content", - path: "/:id/edit", - component: Editor, - beforeEnter(to, from, next) { - isLoggedIn(to, from, next, store); - }, - }, - /* To enable old links to collections to work */ - { - name: "CollectionRecord", - path: "/collection/:id", - redirect: "/:id", - }, - { - name: "RecordByDoi", - path: "/10.25504/:id", - component: Record, - }, - { - name: "Record", - path: "/:id", - component: Record, - }, - /* ERROR HANDLING */ - { - name: "Error 404", - path: "/error/404", - component: NotFound, - }, - /* ERROR HANDLING */ - { - name: "Error 500", - path: "/error/500", - component: ServerError, - }, - /* REDIRECTION */ - { - name: "*", - path: "/*/*", - component: NotFound, - }, -]; -routes.forEach(function (route) { - if (route.name !== "Record") { - route.meta = { - title: route.name.replace(/_/g, " "), - }; - } -}); - export async function afterEach(to) { if (to.name !== "Record") { window.scrollTo(0, 0); @@ -822,17 +58,13 @@ export async function afterEach(to) { export function scrollBehavior(to, from, savedPosition) { if (to.hash) { - // Return a Promise to delay the scroll return new Promise((resolve) => { setTimeout(() => { - resolve( - { - el: to.hash, - behavior: "smooth", - }, - 500, - ); // Wait 500ms (adjust based on your data loading speed) - }); + resolve({ + el: to.hash, + behavior: "smooth", + }); + }, 500); }); } @@ -843,9 +75,715 @@ export function scrollBehavior(to, from, savedPosition) { return false; } -export function createMyRouter() { - return createRouter({ - // Use WebHistory only if window exists, otherwise use MemoryHistory for SSR +// 2. FIXED: Turned createMyRouter into an explicitly store-aware factory +export function createMyRouter(store) { + // Moving routes inside ensures every guard accesses the isolated store instance via closure + let routes = [ + { + name: "sitemap", + path: "/sitemap.xml", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + import.meta.env.VITE_API_ENDPOINT + "/sitemap.xml", + ); + } + }, + }, + { + name: "Home", + path: "/", + component: Home, + }, + { + name: "Graph", + path: "/graph/:id", + component: Graph, + }, + { + name: "Standards", + path: "/standards", + component: Records, + }, + { + name: "Databases", + path: "/databases", + component: Records, + }, + { + name: "Policies", + path: "/policies", + component: Records, + }, + { + name: "Collections", + path: "/collections", + component: Records, + }, + { + name: "Organisations", + path: "/organisations", + component: OrganisationsList, + }, + { + name: "search", + path: "/search", + component: Records, + beforeEnter(to, from, next) { + let [query, modified] = hackSearch(to.query); + if (modified) { + next({ name: "search", query: query }); + } else { + next(); + } + }, + }, + { + name: "AdvancedSearchResult", + path: "/advancedsearch", + component: AdvancedSearchRecords, + }, + { + name: "Organisation", + path: "/organisations/:id", + component: Organisation, + }, + { + name: "fairassist", + path: "/fairassist", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=FAIRassist", + ].join(""), + ); + } + }, + }, + { + name: "article", + path: "/article/:name", + redirect: (to) => { + if (to.params.name === "live_list_standards_in_policies") { + return { + name: "search", + query: { + fairsharingRegistry: "Standard", + isRecommended: true, + page: 1, + }, + }; + } else if (to.params.name === "live_list_databases_in_policies") { + return { + name: "search", + query: { + fairsharingRegistry: "Database", + isRecommended: true, + page: 1, + }, + }; + } else if (to.params.name === "live_list_journal_policies") { + return { + name: "search", + query: { + fairsharingRegistry: "Policy", + recordType: "journal", + page: 1, + }, + }; + } else { + return { path: "/" }; + } + }, + }, + { + name: "object_not_found_doi", + path: "/FAIRsharing.NFOBJT", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + "https://fairsharing.gitbook.io/fairsharing/record-sections-and-fields/general-information/object-types", + ); + } + }, + }, + { + name: "raw_srao_file", + path: "/ontology/subject/SRAO.owl", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology/raw/master/SRAO.owl", + ); + } + }, + }, + { + name: "raw_srao_file_by_version", + path: "/ontology/subject/SRAO.owl/0.3.0", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology/raw/master/releases/0.3.0/SRAO.owl", + ); + } + }, + }, + { + name: "ontology", + path: "/ontology/:name", + redirect: (to) => { + if (to.params.name.toLowerCase() === "srao") { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/subject-ontology", + ); + } + } else if (to.params.name.toLowerCase() === "drao") { + if (typeof window !== "undefined") { + window.location.assign( + "https://github.com/FAIRsharing/domain-ontology", + ); + } + } else { + return { path: "/" }; + } + }, + }, + { + name: "srao_term", + path: "/ontology/subject/:id", + redirect: (to) => { + const url = + "https://www.ebi.ac.uk/ols/ontologies/srao/terms?iri=http://www.fairsharing.org/ontology/subject/"; + if (typeof window !== "undefined") { + window.location.assign(url + to.params.id); + } + }, + }, + { + name: "iso20691", + path: "/collection/ISOCD20691CollectionDRAFT", + redirect: "/3533", + }, + { + name: "hupopsi", + path: "/HUPOPSI", + redirect: "/HUPO-PSI", + }, + { + name: "communities_activities", + path: "/communities/activities", + redirect: "/communities#activities", + }, + { + name: "licence_with_s", + path: "/license", + redirect: "/licence", + }, + { + name: "old_recommendations", + path: "/recommendations", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?isRecommended=true&page=1&searchAnd=false&fairsharingRegistry=database,standard", + ].join(""), + ); + } + }, + }, + { + name: "old_databases_repository", + path: "/databases/(repository|repositories)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=repository&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_databases_knowledgebase", + path: "/databases/(knowledgebase|knowledgebases)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=knowledgebase&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_databases_knowledgebase_and_repsitory", + path: "/databases/(knowledgebase_and_repository|knowledgebases_and_repositories)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Database&recordType=knowledgebase_and_repository&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_standards_model_and_format", + path: "/standards/(model_and_format|models_and_formats)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=model_and_format&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_standards_metric", + path: "/standards/(metric|metrics)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=metric&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_standards_terminology_artefact", + path: "/standards/(terminology_artefact|terminology_artefacts)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=terminology_artefact&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_standards_reporting_guidelines", + path: "/standards/(reporting_guideline|reporting_guidelines)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=reporting_guideline&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_standards_identifier_schema", + path: "/standards/(identifier_schema|identifier_schemas)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Standard&recordType=identifier_schema&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_project", + path: "/policies/(project|projects)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=project&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_journal", + path: "/policies/(journal|journals)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=journal&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_institution", + path: "/policies/(institution|institutions)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=institution&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_society", + path: "/policies/(society|societies)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=society&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_journal_publisher", + path: "/policies/(journal_publisher|journal_publishers)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=journal_publisher&page=1", + ].join(""), + ); + } + }, + }, + { + name: "old_policies_funder", + path: "/policies/(funder|funders)", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/search?fairsharingRegistry=Policy&recordType=funder&page=1", + ].join(""), + ); + } + }, + }, + { + name: "Maintenance", + path: "/maintenance", + component: Maintenance, + beforeEnter(to, from, next) { + isMaintenanceMode(to, from, next, store); + }, + }, + { + name: "New_content", + path: "/create", + component: NewRecord, + props: { fairassistOnly: false }, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "New_FAIRassist_content", + path: "/create-fairassist", + component: NewRecord, + props: { fairassistOnly: true }, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "New", + path: "/new", + component: New, + }, + { + name: "Statistics", + path: "/summary-statistics", + component: Stat, + }, + { + name: "Communities", + path: "/communities", + component: Community, + }, + { + name: "Community Champions", + path: "/community_champions", + component: CommunityCuration, + }, + { + name: "Our Champions", + path: "/community_champions/our_champions", + component: CuratorCohorts, + }, + { + name: "Community Curation", + path: "/communitycuration", + component: CommunityCuration, + }, + { + name: "Stakeholders", + path: "/stakeholders", + component: Stakeholders, + }, + { + name: "Timeline", + path: "/timeline", + component: Timeline, + }, + { + name: "Licence", + path: "/licence", + component: Licence, + }, + { + name: "Terms_of_use", + path: "/terms", + component: Terms, + }, + { + name: "Educational", + path: "/educational", + component: Educational, + }, + { + name: "Privacy", + path: "/privacy", + component: Privacy, + }, + { + name: "preservation_policy", + path: "/preservation_policy", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/sustainability_and_preservation", + ].join(""), + ); + } + }, + }, + { + name: "SustainabilityAndPreservation", + path: "/sustainability_and_preservation", + component: SustainabilityAndPreservation, + }, + { + name: "API Documentation", + path: "/API_doc", + component: APIDoc, + }, + { + name: "old_community_curation", + path: "/community_curation", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [import.meta.env.VITE_HOSTNAME, "/community_champions"].join(""), + ); + } + }, + }, + { + name: "old_our_curators", + path: "/community_curation/our_curators", + redirect: () => { + if (typeof window !== "undefined") { + window.location.assign( + [ + import.meta.env.VITE_HOSTNAME, + "/community_champions/our_champions", + ].join(""), + ); + } + }, + }, + { + name: "OAuth Login", + path: "/login_success", + component: OauthLogin, + }, + { + name: "OAuth Login Failure", + path: "/login_failure", + component: LoginFailure, + }, + { + name: "Login", + path: "/accounts/login", + component: Login, + beforeEnter(to, from, next) { + isNotLoggedIn(to, from, next, store); + }, + }, + { + name: "Register", + path: "/accounts/signup", + component: Signup, + beforeEnter(to, from, next) { + isNotLoggedIn(to, from, next, store); + }, + }, + { + name: "Confirm email", + path: "/users/confirmation", + component: ConfirmAccount, + }, + { + name: "Resend confirmation email", + path: "/users/resendConfirmation", + component: ResendConfirmation, + }, + { + name: "Request a new password", + path: "/accounts/forgotPassword", + component: RequestNewPassword, + }, + { + name: "Reset your password", + path: "/users/password/edit", + component: ResetPassword, + }, + { + name: "Send ORCID login email", + path: "/users/orcid/sendEmail", + component: SendOrcidLoginEmail, + }, + { + name: "User", + path: "/accounts/profile", + component: User, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "PublicProfile", + path: "/users/:id", + component: PublicProfile, + }, + { + name: "Edit profile", + path: "/profiles/edit", + component: EditProfile, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "EditPublicProfile", + path: "/profiles/editPublicProfile/:id", + component: EditPublicProfile, + beforeEnter(to, from, next) { + if (!store.state.users.user().isLoggedIn) { + return next("/login"); + } + if (!store.state.users.user().is_super_curator) { + next("/"); + } + next(); + }, + }, + { + name: "UsersList", + path: "/profiles/usersList", + component: UsersList, + beforeEnter(to, from, next) { + isSuperCurator(to, from, next, store); + }, + }, + { + name: "Curator", + path: "/curator", + component: Curator, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "Ontology Browser", + path: "/browse/:id", + component: OntologyBrowser, + }, + { + name: "Edit Content", + path: "/:id/edit", + component: Editor, + beforeEnter(to, from, next) { + isLoggedIn(to, from, next, store); + }, + }, + { + name: "CollectionRecord", + path: "/collection/:id", + redirect: "/:id", + }, + { + name: "RecordByDoi", + path: "/10.25504/:id", + component: Record, + }, + { + name: "Record", + path: "/:id", + component: Record, + }, + { + name: "Error 404", + path: "/error/404", + component: NotFound, + }, + { + name: "Error 500", + path: "/error/500", + component: ServerError, + }, + { + name: "*", + path: "/*/*", + component: NotFound, + }, + ]; + + routes.forEach(function (route) { + if (route.name !== "Record") { + route.meta = { + title: route.name.replace(/_/g, " "), + }; + } + }); + + const router = createRouter({ history: typeof window !== "undefined" ? createWebHistory() @@ -853,16 +791,25 @@ export function createMyRouter() { routes, scrollBehavior, }); + + // 3. FIXED: Intercept the global beforeEach lifecycle to enforce active store context + router.beforeEach((to, from, next) => beforeEach(to, from, next, store)); + + return router; } export async function beforeEach(to, from, next, store) { if (to.path !== "/maintenance" && store.state.introspection.maintenanceMode) { - next({ path: "maintenance" }); + return next({ path: "maintenance" }); } - document.title = - to.meta.title !== undefined - ? "FAIRsharing | " + to.meta.title - : "FAIRsharing"; + + if (typeof document !== "undefined") { + document.title = + to.meta.title !== undefined + ? "FAIRsharing | " + to.meta.title + : "FAIRsharing"; + } + if (store.state.users.user().isLoggedIn) { await store.dispatch("users/validateUserToken"); } @@ -872,11 +819,10 @@ export async function beforeEach(to, from, next, store) { export function isLoggedIn(to, from, next, store) { if (store.state.users.user().isLoggedIn) { next(); - } - else { + } else { const target = to.path; next({ - name: "Login", // back to safety route // + name: "Login", query: { goTo: target }, }); } @@ -885,8 +831,7 @@ export function isLoggedIn(to, from, next, store) { export function isNotLoggedIn(to, from, next, store) { if (!store.state.users.user().isLoggedIn) { next(); - } - else { + } else { next(from); } } @@ -894,11 +839,10 @@ export function isNotLoggedIn(to, from, next, store) { export function isSuperCurator(to, from, next, store) { if (store.state.users.user().is_super_curator) { next(); - } - else { + } else { const target = to.path; next({ - name: "Login", // back to safety route // + name: "Login", query: { goTo: target }, }); } @@ -910,5 +854,3 @@ export function isMaintenanceMode(to, from, next, store) { } next(); } - -// export default router; diff --git a/src/views/AdvancedSearch/AdvancedSearchButtons.vue b/src/views/AdvancedSearch/AdvancedSearchButtons.vue index d8c1925031..62f301f253 100644 --- a/src/views/AdvancedSearch/AdvancedSearchButtons.vue +++ b/src/views/AdvancedSearch/AdvancedSearchButtons.vue @@ -32,20 +32,17 @@ diff --git a/src/views/Home/Home.vue b/src/views/Home/Home.vue index 7201f26617..b74eeb4d71 100644 --- a/src/views/Home/Home.vue +++ b/src/views/Home/Home.vue @@ -1,23 +1,24 @@ @@ -29,13 +30,10 @@ import InfoBlock from "@/components/Home/InfoBlock"; import SearchBlock from "@/components/Home/SearchBlock"; import StatisticsBlock from "@/components/Home/StatisticsBlock"; import RestClient from "@/lib/Client/RESTClient.js"; -import { ClientOnly } from "vike-vue/ClientOnly"; const restClient = new RestClient(); -/** Component to handle the front page (landing page) - * - */ +/** Component to handle the front page (landing page) */ export default { name: "Home", components: { @@ -45,24 +43,33 @@ export default { CategoryBlock, StatisticsBlock, CommunityBlock, - ClientOnly, }, data() { return { JSONLD: {}, + isMounted: false, }; }, mounted() { this.getJsonld(); + this.isMounted = true; }, unmounted() { - if (typeof window !== "undefined" && this.$scrollTo) { - this.$scrollTo("body", 0, {}); + // Fixed: Native scroll since the global scroll plugin is disabled + if (typeof window !== "undefined") { + window.scrollTo({ + top: 0, + behavior: "instant", + }); } }, methods: { async getJsonld() { - this.JSONLD = await restClient.getHomepageJsonld(); + const data = await restClient.getHomepageJsonld(); + // Ensure we assign valid data so the script tag populates correctly + if (data) { + this.JSONLD = data; + } }, }, }; diff --git a/src/views/Organisations/Organisation.vue b/src/views/Organisations/Organisation.vue index 1c8982c5c0..f9424344dc 100644 --- a/src/views/Organisations/Organisation.vue +++ b/src/views/Organisations/Organisation.vue @@ -482,7 +482,7 @@ import SearchOrganisationRecords from "@/components/Organisations/SearchOrganisa import SectionTitle from "@/components/Records/Record/SectionTitle.vue"; import GraphClient from "@/lib/GraphClient/GraphClient.js"; import getOrganisationQuery from "@/lib/GraphClient/queries/Organisations/getOrganisation.json"; -import saveSearch from "@/store"; +// import saveSearch from "@/store"; import { isImage, isRequired, isUrl } from "@/utils/rules.js"; import stringUtils from "@/utils/stringUtils"; import NotFound from "@/views/Errors/404"; @@ -630,7 +630,8 @@ export default { this.error = false; } this.loading = false; - } catch (e) { + } + catch (e) { this.errors = e.message; this.loading = false; } @@ -653,7 +654,8 @@ export default { alt_names = this.editedOrganisation.alternativeNames .split(",") .map((item) => item.trim()); - } catch { + } + catch { alt_names = []; } this.logoLoading = true; @@ -731,7 +733,8 @@ export default { formatUser(user) { if (user.orcid) { return `${user.username} (${user.orcid})`; - } else { + } + else { return user.username; } }, @@ -826,7 +829,7 @@ export default { this.user().credentials.token, ); //Commit the updated result to store - saveSearch.commit( + this.$store.commit( "saveSearch/setSaveSearchResult", updatedSearchResult, ); diff --git a/vite.config.mjs b/vite.config.mjs index 07ddd6d85f..430878fbe4 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -22,6 +22,7 @@ export default defineConfig({ host: true, open: true, port: 8080, + sourcemap: true, }, preview: { host: true, @@ -69,6 +70,7 @@ export default defineConfig({ postcss: { plugins: [autoprefixer] }, + devSourcemap: true }, build: { assetsDir: 'assets', From 76cf24207e540aa63d5e06f8175490f1d49f20dc Mon Sep 17 00:00:00 2001 From: prakhyatox Date: Thu, 21 May 2026 09:45:26 +0100 Subject: [PATCH 33/94] adding metaData files --- src/components/Navigation/Jumbotron.vue | 48 +++++++-------- .../CollectionRecord/SearchCollection.vue | 58 ++++++++++--------- src/pages/+config.js | 5 -- src/pages/all/+data.js | 35 +++++++++++ src/pages/all/+description.js | 16 +++++ src/pages/all/+title.js | 12 ++++ src/store/recordData.js | 46 +++++---------- 7 files changed, 135 insertions(+), 85 deletions(-) create mode 100644 src/pages/all/+data.js create mode 100644 src/pages/all/+description.js create mode 100644 src/pages/all/+title.js diff --git a/src/components/Navigation/Jumbotron.vue b/src/components/Navigation/Jumbotron.vue index 4e7652ae37..db2c13b1d5 100644 --- a/src/components/Navigation/Jumbotron.vue +++ b/src/components/Navigation/Jumbotron.vue @@ -1,36 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/documentation/html/module-Login.html b/documentation/html/module-Login.html index 28f8629bf9..00c334ab5e 100644 --- a/documentation/html/module-Login.html +++ b/documentation/html/module-Login.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-NewRecord.html b/documentation/html/module-NewRecord.html index 0813b13722..c8c2f401aa 100644 --- a/documentation/html/module-NewRecord.html +++ b/documentation/html/module-NewRecord.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-Pagination.html b/documentation/html/module-Pagination.html index b46b4518c2..2cee45abf4 100644 --- a/documentation/html/module-Pagination.html +++ b/documentation/html/module-Pagination.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -306,7 +306,7 @@
Parameters:
@@ -444,7 +444,7 @@
Parameters:
diff --git a/documentation/html/module-Signup.html b/documentation/html/module-Signup.html index 2987533e7e..c97902600f 100644 --- a/documentation/html/module-Signup.html +++ b/documentation/html/module-Signup.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-User.html b/documentation/html/module-User.html index dd8aa292f0..06b88918ab 100644 --- a/documentation/html/module-User.html +++ b/documentation/html/module-User.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/modules.list.html b/documentation/html/modules.list.html index e28b5570ff..f012bfcba9 100644 --- a/documentation/html/modules.list.html +++ b/documentation/html/modules.list.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -468,7 +468,7 @@
Type:
@@ -538,7 +538,7 @@

<constant> para @@ -925,7 +925,7 @@

Properties:
@@ -2469,7 +2469,7 @@
Parameters:
@@ -2535,6 +2535,158 @@
Example
+ + + + +
+
+

<async> recordPage(paramURL)

+ + +
+
+ + +
+

Record Page data

+
+ + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
paramURL + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ +
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + + + +
+
+ Type +
+
+ +Promise.<({record}|{record: null})> + + + +
+
+ + + + +
diff --git a/documentation/html/namespaces.list.html b/documentation/html/namespaces.list.html index 81abb7fdb9..70a6e5b68e 100644 --- a/documentation/html/namespaces.list.html +++ b/documentation/html/namespaces.list.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -468,7 +468,7 @@
Type:
@@ -538,7 +538,7 @@

<constant> para @@ -925,7 +925,7 @@

Properties:
@@ -2469,7 +2469,7 @@
Parameters:
@@ -2535,6 +2535,158 @@
Example
+ + + + +
+
+

<async> recordPage(paramURL)

+ + +
+
+ + +
+

Record Page data

+
+ + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
paramURL + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ +
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + + + +
+
+ Type +
+
+ +Promise.<({record}|{record: null})> + + + +
+
+ + + + +
diff --git a/documentation/html/pages_all_+data.js.html b/documentation/html/pages_all_+data.js.html new file mode 100644 index 0000000000..50c3e097e8 --- /dev/null +++ b/documentation/html/pages_all_+data.js.html @@ -0,0 +1,271 @@ + + + + + + + FAIRsharing.org Source: pages/all/+data.js + + + + + + + + + + + + + +
+
+ + +
+ +
+ + +

Source: pages/all/+data.js

+ +
+
+
import Client from "@/lib/GraphClient/GraphClient.js";
+import recordQuery from "@/lib/GraphClient/queries/getRecordSEO.json";
+
+export async function data(pageContext) {
+  const paramURL = pageContext.routeParams["*"];
+
+  // Check for record page in id or DOI format
+  const FAIRsharingDOIregex = /FAIRsharing\.[a-zA-Z0-9]+/;
+  if (isNaN(paramURL) || !FAIRsharingDOIregex.test(paramURL)) {
+    return recordPage(paramURL);
+  }
+}
+
+/**
+ * Record Page data
+ * @param paramURL
+ * @return {Promise<{record}|{record: null}>}
+ */
+async function recordPage(paramURL) {
+  // Mirror the core execution logic from the recorddata.js action
+  const client = new Client();
+  recordQuery.queryParam = {
+    id: paramURL,
+  };
+
+  try {
+    const responseData = await client.executeQuery(recordQuery);
+    //Extract the clean data object out to Vike's pageContext
+    return {
+      record: responseData?.fairsharingRecord || null,
+    };
+  }
+  catch (error) {
+    console.error(
+      "Failed to execute server-side SEO query for ID:",
+      paramURL,
+      error,
+    );
+    return { record: null };
+  }
+}
+
+
+
+ + + + + +
+
+ +
+ + + +
+
+ + + + + +
+ + + + DocStrap Copyright © 2012-2015 The contributors to the JSDoc3 and DocStrap projects. + + + + Documentation generated by JSDoc 4.0.5 + + on Fri May 22nd 2026 + + using the DocStrap template. + +
+ + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/html/quicksearch.html b/documentation/html/quicksearch.html index 1db968366e..0f01b243d7 100644 --- a/documentation/html/quicksearch.html +++ b/documentation/html/quicksearch.html @@ -7,7 +7,7 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/html/views_Organisations_Organisation.vue.html b/documentation/html/views_Organisations_Organisation.vue.html index b703699b91..9398449e63 100644 --- a/documentation/html/views_Organisations_Organisation.vue.html +++ b/documentation/html/views_Organisations_Organisation.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -575,7 +575,7 @@

Source: views/Organisations/Organisation.vue

import SectionTitle from "@/components/Records/Record/SectionTitle.vue"; import GraphClient from "@/lib/GraphClient/GraphClient.js"; import getOrganisationQuery from "@/lib/GraphClient/queries/Organisations/getOrganisation.json"; -import saveSearch from "@/store"; +// import saveSearch from "@/store"; import { isImage, isRequired, isUrl } from "@/utils/rules.js"; import stringUtils from "@/utils/stringUtils"; import NotFound from "@/views/Errors/404"; @@ -723,7 +723,8 @@

Source: views/Organisations/Organisation.vue

this.error = false; } this.loading = false; - } catch (e) { + } + catch (e) { this.errors = e.message; this.loading = false; } @@ -746,7 +747,8 @@

Source: views/Organisations/Organisation.vue

alt_names = this.editedOrganisation.alternativeNames .split(",") .map((item) => item.trim()); - } catch { + } + catch { alt_names = []; } this.logoLoading = true; @@ -824,7 +826,8 @@

Source: views/Organisations/Organisation.vue

formatUser(user) { if (user.orcid) { return `${user.username} (${user.orcid})`; - } else { + } + else { return user.username; } }, @@ -919,7 +922,7 @@

Source: views/Organisations/Organisation.vue

this.user().credentials.token, ); //Commit the updated result to store - saveSearch.commit( + this.$store.commit( "saveSearch/setSaveSearchResult", updatedSearchResult, ); diff --git a/documentation/html/views_Records_NetworkGraph.vue.html b/documentation/html/views_Records_NetworkGraph.vue.html index e2cdf450d4..f58ae1a37a 100644 --- a/documentation/html/views_Records_NetworkGraph.vue.html +++ b/documentation/html/views_Records_NetworkGraph.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/views_Records_Record.vue.html b/documentation/html/views_Records_Record.vue.html index ff69e18aad..4a2526c8cf 100644 --- a/documentation/html/views_Records_Record.vue.html +++ b/documentation/html/views_Records_Record.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/views_Records_Records.vue.html b/documentation/html/views_Records_Records.vue.html index 93e235e4db..09a657739e 100644 --- a/documentation/html/views_Records_Records.vue.html +++ b/documentation/html/views_Records_Records.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -92,7 +92,7 @@

Source: views/Records/Records.vue

<template>
-  <v-main>
+  <div>
     <v-container class="pa-0" fluid>
       <!--  Content  -->
       <v-row no-gutters>
@@ -158,12 +158,13 @@ 

Source: views/Records/Records.vue

:absolute="false" class="align-center justify-center" opacity="0.8" + persistent > <Loaders /> </v-overlay> </div> </v-fade-transition> - </v-main> + </div> </template> <script> diff --git a/documentation/html/views_Static_Community_Community.vue.html b/documentation/html/views_Static_Community_Community.vue.html index 8468f100d4..fc2c210b31 100644 --- a/documentation/html/views_Static_Community_Community.vue.html +++ b/documentation/html/views_Static_Community_Community.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ @@ -769,7 +769,7 @@

Source: views/Static/Community/Community.vue

* All static pages will be handle through this namespace * @namespace Static */ -import { isArray } from "lodash"; +import {isArray} from "lodash-es"; import Icon from "@/components/Icon"; import ActivitiesStaticTable from "@/components/Static/Community/ActivitiesStaticTable"; diff --git a/documentation/html/views_Static_Timeline_Timeline.vue.html b/documentation/html/views_Static_Timeline_Timeline.vue.html index 5a506250a4..53abe9052a 100644 --- a/documentation/html/views_Static_Timeline_Timeline.vue.html +++ b/documentation/html/views_Static_Timeline_Timeline.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/views_Users_Login_Login.vue.html b/documentation/html/views_Users_Login_Login.vue.html index ef40c26acb..4621d4e22d 100644 --- a/documentation/html/views_Users_Login_Login.vue.html +++ b/documentation/html/views_Users_Login_Login.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ diff --git a/documentation/html/views_Users_Signup.vue.html b/documentation/html/views_Users_Signup.vue.html index b5afc73489..fe1cf5f4bf 100644 --- a/documentation/html/views_Users_Signup.vue.html +++ b/documentation/html/views_Users_Signup.vue.html @@ -40,7 +40,7 @@ @@ -54,7 +54,7 @@ From e52176b4bb5d9c9e1ab8d5ff63a50f49806784a5 Mon Sep 17 00:00:00 2001 From: prakhyatox Date: Tue, 26 May 2026 10:27:04 +0100 Subject: [PATCH 39/94] removing commented store import --- .../AdditionalInformation/EditAdditionalInfo.vue | 13 ++++++++----- src/components/Navigation/Jumbotron.vue | 1 + .../Search/Input/AdvancedSearch/AdvancedSearch.vue | 1 - .../AdvancedSearch/AdvancedSearchDialogBox.vue | 1 - .../GeneralComponents/Countries.vue | 1 - .../GeneralComponents/Domains.vue | 2 -- .../GeneralComponents/Licences.vue | 2 -- .../GeneralComponents/Organisations.vue | 1 - .../GeneralComponents/Subject.vue | 1 - .../GeneralComponents/Taxonomies.vue | 2 -- .../GeneralComponents/UserDefinedTag.vue | 4 +--- .../Input/AdvancedSearch/QueryBuilderView.vue | 2 -- src/views/AdvancedSearch/AdvancedSearchButtons.vue | 2 -- .../AdvancedSearch/AdvancedSearchResultTable.vue | 1 - src/views/Organisations/Organisation.vue | 1 - 15 files changed, 10 insertions(+), 25 deletions(-) diff --git a/src/components/Editor/AdditionalInformation/EditAdditionalInfo.vue b/src/components/Editor/AdditionalInformation/EditAdditionalInfo.vue index 26411875bf..847cfcedb7 100644 --- a/src/components/Editor/AdditionalInformation/EditAdditionalInfo.vue +++ b/src/components/Editor/AdditionalInformation/EditAdditionalInfo.vue @@ -347,7 +347,6 @@ import stringUtils from "@/utils/stringUtils"; import Alerts from "../Alerts"; import FieldInput from "./FieldInput"; import { diff } from "deep-object-diff"; -// import record from "@/store"; export default { name: "EditAdditionalInfo", @@ -422,7 +421,8 @@ export default { !this.allowedFields.properties[fieldName].enum ) { output[fieldName] = this.allowedFields.properties[fieldName]; - } else if ( + } + else if ( type === "string" && this.allowedFields.properties[fieldName].enum ) { @@ -482,7 +482,8 @@ export default { Object.keys(template).forEach((field) => { if (field === "in_champion_registry") { this.overlay.fields[field] = false; - } else { + } + else { this.overlay.fields[field] = ""; } }); @@ -535,7 +536,8 @@ export default { if (item.textContent.trim() === "Save and continue") { this.continueLoader = true; this.exitLoader = false; - } else if (item.textContent.trim() === "Save and exit") { + } + else if (item.textContent.trim() === "Save and exit") { this.continueLoader = false; this.exitLoader = true; } @@ -548,7 +550,8 @@ export default { this.exitLoader = false; if (this.message.error || !redirect) { this.$scrollTo("#mainHeader"); - } else { + } + else { await this.$router.push({ path: "/" + this.$route.params.id }); } }, diff --git a/src/components/Navigation/Jumbotron.vue b/src/components/Navigation/Jumbotron.vue index db2c13b1d5..134fec23c1 100644 --- a/src/components/Navigation/Jumbotron.vue +++ b/src/components/Navigation/Jumbotron.vue @@ -43,6 +43,7 @@ const particlesInit = async (engine) => { await loadFull(engine); }; +// eslint-disable-next-line no-unused-vars const particlesLoaded = async (container) => {}; export default { diff --git a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue index 947a659e5b..f73a5942b9 100644 --- a/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue +++ b/src/components/Records/Search/Input/AdvancedSearch/AdvancedSearch.vue @@ -33,7 +33,6 @@ - - diff --git a/package-lock.json b/package-lock.json index 5daaec5535..1113209f22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/vue-fontawesome": "^3.0.8", + "@mdi/font": "^7.4.47", "@tsparticles/vue3": "^3.0.1", "axios": "^1.15.2", "bibtex": "^0.9.0", @@ -28,7 +29,7 @@ "lodash-es": "^4.18.1", "moment": "^2.29.1", "query-builder-vue-3": "^1.0.1", - "roboto-fontface": "*", + "roboto-fontface": "^0.10.0", "sigma": "^2.4.0", "simple-analytics-vue": "^3.0.2", "trace-unhandled": "^2.0.1", @@ -2697,6 +2698,12 @@ "dev": true, "license": "MIT" }, + "node_modules/@mdi/font": { + "version": "7.4.47", + "resolved": "https://registry.npmjs.org/@mdi/font/-/font-7.4.47.tgz", + "integrity": "sha512-43MtGpd585SNzHZPcYowu/84Vz2a2g31TvPMTm9uTiCSWzaheQySUcSyUH/46fPnuPQWof2yd0pGBtzee/IQWw==", + "license": "Apache-2.0" + }, "node_modules/@napi-rs/wasm-runtime": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz", diff --git a/package.json b/package.json index a98ace4458..6476e74eef 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/vue-fontawesome": "^3.0.8", + "@mdi/font": "^7.4.47", "@tsparticles/vue3": "^3.0.1", "axios": "^1.15.2", "bibtex": "^0.9.0", @@ -38,7 +39,7 @@ "lodash-es": "^4.18.1", "moment": "^2.29.1", "query-builder-vue-3": "^1.0.1", - "roboto-fontface": "*", + "roboto-fontface": "^0.10.0", "sigma": "^2.4.0", "simple-analytics-vue": "^3.0.2", "trace-unhandled": "^2.0.1", diff --git a/src/main.backup.js b/src/main.backup.js deleted file mode 100644 index f3531b5654..0000000000 --- a/src/main.backup.js +++ /dev/null @@ -1,80 +0,0 @@ -/* import base */ -import "vue-code-highlight/themes/prism-twilight.css"; -import "vue-code-highlight/themes/window.css"; -import HighchartsVue from "highcharts-vue"; -import SimpleAnalytics from "simple-analytics-vue"; -import VueGtag from "vue-gtag"; -/* import linkify to turn url within text into an actual url link */ -import linkify from "vue-3-linkify"; -import {createMetaManager} from "vue-meta"; -import Vue3Sanitize from "vue-3-sanitize"; -import VueScrollTo from "vue-scrollto"; -import Particles from "@tsparticles/vue3"; - -import AppBackup from "./App_backup.vue"; -import router, {afterEach, beforeEach} from "./router"; -import store from "./store"; -import "roboto-fontface/css/roboto/roboto-fontface.css"; -import "@fortawesome/fontawesome-free/css/all.css"; -import "vue-json-pretty/lib/styles.css"; -import {createApp} from "vue"; -import createVuetify from "../src/plugins/vuetify"; -import {loadFull} from "tsparticles"; -import Highcharts from "highcharts"; -import accessibilityInit from "highcharts/modules/accessibility"; -import {bootstrapApp, globalFilters} from "./utils/setupUtils"; -import {initColorFix} from "./utils/colorFix"; -import DOMPurify from "dompurify"; - -router.beforeEach( - async (to, from, next) => await beforeEach(to, from, next, store), -); - -router.afterEach(async (to) => await afterEach(to)); - -//Implement accessibility module for Highcharts -// check if accessibilityInit is a function, if not try .default -export function initHighchartsAccessibility( - accessibilityModule, - highchartsInstance, -) { - if (typeof accessibilityModule === "function") { - accessibilityModule(highchartsInstance); - } - else if ( - accessibilityModule && - typeof accessibilityModule.default === "function" - ) { - accessibilityModule.default(highchartsInstance); - } -} - -initHighchartsAccessibility(accessibilityInit, Highcharts); -initColorFix(); - -const app = createApp(AppBackup) - .use(createVuetify) - .use(router) - .use(store) - .use(Particles, { - init: async (engine) => { - await loadFull(engine); - }, - }) - .use(bootstrapApp) - .use(HighchartsVue) - .use(VueScrollTo) - .use(createMetaManager()) - .use(Vue3Sanitize) - .use(VueGtag, { - config: { id: import.meta.env.VUE_APP_ANALYTICS_ID }, - }) - .use(SimpleAnalytics, { - skip: import.meta.env.VITE_NODE_ENV !== "production", - }); -app.directive("linkified", linkify); -app.directive("safe-html", (el, binding) => { - el.innerHTML = DOMPurify.sanitize(binding.value, { ADD_ATTR: ["target"] }); -}); -app.mount("#app"); -app.config.globalProperties.$filters = globalFilters; diff --git a/src/pages/+Head.vue b/src/pages/+Head.vue new file mode 100644 index 0000000000..ad3970e761 --- /dev/null +++ b/src/pages/+Head.vue @@ -0,0 +1,13 @@ + diff --git a/src/pages/+Layout.vue b/src/pages/+Layout.vue index 5d38ed266c..b01cfc0c66 100644 --- a/src/pages/+Layout.vue +++ b/src/pages/+Layout.vue @@ -28,15 +28,16 @@ + + diff --git a/src/pages/+onCreateApp.js b/src/pages/+onCreateApp.js index be8fe3b614..1a4045531a 100644 --- a/src/pages/+onCreateApp.js +++ b/src/pages/+onCreateApp.js @@ -1,18 +1,14 @@ /* Directives & Plugins Imports */ -import "vue-code-highlight/themes/prism-twilight.css"; -import "vue-code-highlight/themes/window.css"; import linkify from "vue-3-linkify"; import {createMetaManager} from "vue-meta"; import Vue3Sanitize from "vue-3-sanitize"; import DOMPurify from "dompurify"; - -/* App Core Imports - CHANGE THESE TO FACTORY FUNCTIONS */ import {createMyRouter} from "@/router"; import {createMyStore} from "@/store"; import createVuetify from "@/plugins/vuetify"; import {bootstrapApp, globalFilters} from "@/utils/setupUtils"; - /* Styles */ +import CodeBlock from "@/components/Static/APIDoc/CodeBlock.vue"; import "roboto-fontface/css/roboto/roboto-fontface.css"; import "@fortawesome/fontawesome-free/css/all.css"; import "vue-json-pretty/lib/styles.css"; @@ -21,7 +17,7 @@ export default async (pageContext) => { const { app } = pageContext; const isServer = typeof window === "undefined"; - // 1. Create unique, isolated instances for this specific request + // Create unique, isolated instances for this specific request const store = createMyStore(); const router = createMyRouter(store); @@ -30,15 +26,19 @@ export default async (pageContext) => { await bootstrapApp(store, router); - // 2. Safely sync the unique router instance to the current URL + // Safely sync the unique router instance to the current URL if (isServer) { router.push(pageContext.urlPathname); } // 3. Plugins that are SAFE for both Server and Client - app.use(createVuetify).use(createMetaManager()).use(Vue3Sanitize); + const vuetifyPlugin = + typeof createVuetify === "function" ? createVuetify() : createVuetify; + app.use(vuetifyPlugin).use(createMetaManager()).use(Vue3Sanitize); + + app.component("CodeBlock", CodeBlock); - // 4. Plugins that MUST ONLY run in the Browser (Client) + // Plugins that MUST ONLY run in the Browser (Client) if (!isServer) { const { default: HighchartsVue } = await import("highcharts-vue"); const { default: Highcharts } = await import("highcharts"); @@ -47,7 +47,6 @@ export default async (pageContext) => { ); const { default: SimpleAnalytics } = await import("simple-analytics-vue"); // const { default: VueGtag } = await import("vue-gtag"); - const { default: VueCodeHighlight } = await import("vue-code-highlight"); const { default: VueScrollTo } = await import("vue-scrollto"); const { default: Particles } = await import("@tsparticles/vue3"); const { loadFull } = await import("tsparticles"); @@ -63,7 +62,6 @@ export default async (pageContext) => { }) .use(HighchartsVue) .use(VueScrollTo) - .use(VueCodeHighlight) // .use(VueGtag, { // config: { id: import.meta.env.VUE_APP_ANALYTICS_ID }, // }) @@ -81,6 +79,6 @@ export default async (pageContext) => { // Global Properties app.config.globalProperties.$filters = globalFilters; - // 5. Await the isolated router so the server waits for route components to resolve + // Await the isolated router so the server waits for route components to resolve await router.isReady(); }; diff --git a/src/router/routes.js b/src/router/routes.js index 1c11ce369d..b816af2443 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -5,7 +5,8 @@ export const Record = () => import("@/views/Records/Record"); export const Records = () => import("@/views/Records/Records"); export const NewRecord = () => import("@/views/CreateRecord/NewRecord"); export const Editor = () => import("@/views/CreateRecord/Editor"); -export const Login = () => import("@/views/Users/Login/Login"); +// export const Login = () => import("@/views/Users/Login/Login"); +export { default as Login } from "@/views/Users/Login/Login.vue"; export const Signup = () => import("@/views/Users/Signup"); export const ConfirmAccount = () => import("@/views/Users/ConfirmAccount.vue"); export const ResendConfirmation = () => diff --git a/src/utils/query-builder-vue-3/LICENSE b/src/utils/query-builder-vue-3/LICENSE new file mode 100644 index 0000000000..2423e3c9b6 --- /dev/null +++ b/src/utils/query-builder-vue-3/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Rudolf Tucek + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/src/utils/query-builder-vue-3/README.md b/src/utils/query-builder-vue-3/README.md new file mode 100644 index 0000000000..0af1990d05 --- /dev/null +++ b/src/utils/query-builder-vue-3/README.md @@ -0,0 +1,50 @@ +[![CI Testing](https://github.com/rtucek/vue-query-builder/actions/workflows/ci-testing.yml/badge.svg)](https://github.com/rtucek/vue-query-builder/actions/workflows/ci-testing.yml) +[![CI Build](https://github.com/rtucek/vue-query-builder/actions/workflows/ci-build.yml/badge.svg)](https://github.com/rtucek/vue-query-builder/actions/workflows/ci-build.yml) +[![Lint](https://github.com/rtucek/vue-query-builder/actions/workflows/lint.yml/badge.svg)](https://github.com/rtucek/vue-query-builder/actions/workflows/lint.yml) +[![npm version](https://img.shields.io/npm/v/query-builder-vue-3)](https://www.npmjs.com/package/query-builder-vue-3) +[![MIT LICENSE](https://img.shields.io/npm/l/query-builder-vue-3)](https://github.com/rtucek/vue-query-builder/blob/master/LICENSE) + +# Vue 3 Query Builder + +A query-builder for Vue ported to Vue 3. + + +## Demos + +Plenty of samples and use cases are covered in the +[documentation](https://rtucek.github.io/vue-query-builder/demos.html). + + +## Features + +Key features: + +- Re-ordering of rules and groups with drag'n'drop. +- Emphasizing groups with configurable colors. +- Control maximum depth of nested groups. +- Easy to customize with pure CSS and slots. +- Layout can be serialized and restored. +- Vuex compatible. +- TypeScript support. + + +## Installation + +```bash +yarn add query-builder-vue-3 +npm install query-builder-vue-3 +``` + +Follow the docs for [minimum +configuration](https://rtucek.github.io/vue-query-builder/getting-started.html#usage). + + +## Contribution + +[Contribution guidelines](https://rtucek.github.io/vue-query-builder/contributing.html) are located +in the documentation. + +## Major Props To + +- https://github.com/rtucek/vue-query-builder/pull/93 +- @kwesterfeld2 diff --git a/src/utils/query-builder-vue-3/dist/query-builder-vue-3.js b/src/utils/query-builder-vue-3/dist/query-builder-vue-3.js new file mode 100644 index 0000000000..d1d37e019f --- /dev/null +++ b/src/utils/query-builder-vue-3/dist/query-builder-vue-3.js @@ -0,0 +1,3517 @@ +var __defProp = Object.defineProperty; +var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; +var __publicField = (obj, key, value) => { + __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value); + return value; +}; +import { resolveComponent, TransitionGroup, defineComponent, h, nextTick, computed, openBlock, createElementBlock, unref, createCommentVNode, renderSlot, normalizeProps, mergeProps, Fragment, createElementVNode, toDisplayString, createBlock, resolveDynamicComponent, isRef, createSlots, renderList, withCtx, guardReactiveProps, withModifiers, pushScopeId, popScopeId, inject, watch, onMounted, ref, withDirectives, vModelSelect, createVNode, provide } from "vue"; +function isRule(param) { + if (typeof param !== "object" || param === null) { + return false; + } + if (typeof param.identifier !== "string") { + return false; + } + const { hasOwnProperty } = Object.prototype; + return hasOwnProperty.call(param, "value"); +} +function isRuleSet(param) { + if (typeof param !== "object" || param === null) { + return false; + } + if (typeof param.operatorIdentifier !== "string") { + return false; + } + return Array.isArray(param.children) && param.children.every((child) => isRule(child) || isRuleSet(child)); +} +function isOperatorDefinition(param) { + if (typeof param !== "object" || param === null) { + return false; + } + if (typeof param.identifier !== "string") { + return false; + } + return typeof param.name === "string"; +} +function isRuleDefinition(param) { + if (typeof param !== "object" || param === null) { + return false; + } + if (typeof param.identifier !== "string") { + return false; + } + if (typeof param.name !== "string") { + return false; + } + return ["function", "object", "string"].includes(typeof param.component); +} +function isQueryBuilderConfig(param) { + if (typeof param !== "object" || param === null) { + return false; + } + return Array.isArray(param.operators) && param.operators.every((operator) => isOperatorDefinition(operator)) && Array.isArray(param.rules) && param.rules.every((rule) => isRuleDefinition(rule)) && (!param.colors || Array.isArray(param.colors) && param.colors.every((color) => typeof color === "string")) && (typeof param.maxDepth === "undefined" || typeof param.maxDepth === "number" && param.maxDepth >= 0); +} +function mitt(n) { + return { all: n = n || /* @__PURE__ */ new Map(), on: function(t, e) { + var i = n.get(t); + i ? i.push(e) : n.set(t, [e]); + }, off: function(t, e) { + var i = n.get(t); + i && (e ? i.splice(i.indexOf(e) >>> 0, 1) : n.set(t, [])); + }, emit: function(t, e) { + var i = n.get(t); + i && i.slice().map(function(n2) { + n2(e); + }), (i = n.get("*")) && i.slice().map(function(n2) { + n2(t, e); + }); + } }; +} +const QueryBuilderGroupSym = Symbol("QueryBuilderGroup"); +function getNextGroup(group) { + if (group.depth < 1) { + return group; + } + let vm = group; + do { + vm = vm.$parent; + } while (vm.type !== QueryBuilderGroupSym); + return vm; +} +function getCommonAncestor(nodeA, nodeB) { + let a = nodeA; + let b = nodeB; + if (a.depth !== b.depth) { + let lower = a.depth > b.depth ? a : b; + const higher = a.depth < b.depth ? a : b; + while (lower.depth !== higher.depth) { + lower = getNextGroup(lower); + } + a = lower; + b = higher; + } + while (a !== b) { + a = getNextGroup(a); + b = getNextGroup(b); + } + return a; +} +function triggerUpdate(adder, remover) { + const commonAncestor = getCommonAncestor(adder.component, remover.component); + if (![adder.component, remover.component].includes(commonAncestor)) { + mergeViaParent(commonAncestor, adder, remover); + return; + } + mergeViaNode(commonAncestor, adder, remover); +} +function mergeViaParent(commonAncestor, adder, remover) { + let children = null; + commonAncestor.trap = (position, newChild) => { + if (children === null) { + children = [...commonAncestor.children]; + children.splice(position, 1, newChild); + return; + } + commonAncestor.trap = null; + children.splice(position, 1, newChild); + commonAncestor.$emit( + "query-update", + { + operatorIdentifier: commonAncestor.selectedOperator, + children + } + ); + }; + adder.component.$emit("query-update", adder.ev); + remover.component.$emit("query-update", remover.ev); +} +function mergeViaNode(parentEmitter, adder, remover) { + const childEmitter = parentEmitter === adder.component ? remover : adder; + const children = [...parentEmitter.children]; + parentEmitter.trap = (position, newChild) => { + parentEmitter.trap = null; + children.splice(position, 1, newChild); + if (parentEmitter === adder.component) { + children.splice(adder.affectedIdx, 0, adder.ev.children[adder.affectedIdx]); + } else { + children.splice(remover.affectedIdx, 1); + } + parentEmitter.$emit( + "query-update", + { + operatorIdentifier: parentEmitter.selectedOperator, + children + } + ); + }; + childEmitter.component.$emit("query-update", childEmitter.ev); +} +class MergeTrap { + constructor() { + __publicField(this, "eventBus"); + this.eventBus = mitt(); + Promise.all([ + new Promise((res) => this.eventBus.on("adder-registered", res)), + new Promise((res) => this.eventBus.on("remover-registered", res)) + ]).then((args) => triggerUpdate(args[0], args[1])).then(() => this.eventBus.all.clear()); + } + registerSortUpdate(update) { + if (update.adding) { + return this.registerAdder(update); + } + return this.registerRemover(update); + } + registerAdder(ev) { + this.eventBus.emit("adder-registered", ev); + } + registerRemover(ev) { + this.eventBus.emit("remover-registered", ev); + } +} +const _imports_0 = "data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJncmlwLXZlcnRpY2FsIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtZ3JpcC12ZXJ0aWNhbCBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9IiNCQkIiIGQ9Ik05NiAzMkgzMkMxNC4zMyAzMiAwIDQ2LjMzIDAgNjR2NjRjMCAxNy42NyAxNC4zMyAzMiAzMiAzMmg2NGMxNy42NyAwIDMyLTE0LjMzIDMyLTMyVjY0YzAtMTcuNjctMTQuMzMtMzItMzItMzJ6bTAgMTYwSDMyYy0xNy42NyAwLTMyIDE0LjMzLTMyIDMydjY0YzAgMTcuNjcgMTQuMzMgMzIgMzIgMzJoNjRjMTcuNjcgMCAzMi0xNC4zMyAzMi0zMnYtNjRjMC0xNy42Ny0xNC4zMy0zMi0zMi0zMnptMCAxNjBIMzJjLTE3LjY3IDAtMzIgMTQuMzMtMzIgMzJ2NjRjMCAxNy42NyAxNC4zMyAzMiAzMiAzMmg2NGMxNy42NyAwIDMyLTE0LjMzIDMyLTMydi02NGMwLTE3LjY3LTE0LjMzLTMyLTMyLTMyek0yODggMzJoLTY0Yy0xNy42NyAwLTMyIDE0LjMzLTMyIDMydjY0YzAgMTcuNjcgMTQuMzMgMzIgMzIgMzJoNjRjMTcuNjcgMCAzMi0xNC4zMyAzMi0zMlY2NGMwLTE3LjY3LTE0LjMzLTMyLTMyLTMyem0wIDE2MGgtNjRjLTE3LjY3IDAtMzIgMTQuMzMtMzIgMzJ2NjRjMCAxNy42NyAxNC4zMyAzMiAzMiAzMmg2NGMxNy42NyAwIDMyLTE0LjMzIDMyLTMydi02NGMwLTE3LjY3LTE0LjMzLTMyLTMyLTMyem0wIDE2MGgtNjRjLTE3LjY3IDAtMzIgMTQuMzMtMzIgMzJ2NjRjMCAxNy42NyAxNC4zMyAzMiAzMiAzMmg2NGMxNy42NyAwIDMyLTE0LjMzIDMyLTMydi02NGMwLTE3LjY3LTE0LjMzLTMyLTMyLTMyeiI+PC9wYXRoPjwvc3ZnPgo="; +/**! + * Sortable 1.14.0 + * @author RubaXa + * @author owenm + * @license MIT + */ +function ownKeys(object, enumerableOnly) { + var keys = Object.keys(object); + if (Object.getOwnPropertySymbols) { + var symbols = Object.getOwnPropertySymbols(object); + if (enumerableOnly) { + symbols = symbols.filter(function(sym) { + return Object.getOwnPropertyDescriptor(object, sym).enumerable; + }); + } + keys.push.apply(keys, symbols); + } + return keys; +} +function _objectSpread2(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? arguments[i] : {}; + if (i % 2) { + ownKeys(Object(source), true).forEach(function(key) { + _defineProperty(target, key, source[key]); + }); + } else if (Object.getOwnPropertyDescriptors) { + Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); + } else { + ownKeys(Object(source)).forEach(function(key) { + Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); + }); + } + } + return target; +} +function _typeof(obj) { + "@babel/helpers - typeof"; + if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { + _typeof = function(obj2) { + return typeof obj2; + }; + } else { + _typeof = function(obj2) { + return obj2 && typeof Symbol === "function" && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2; + }; + } + return _typeof(obj); +} +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + return obj; +} +function _extends() { + _extends = Object.assign || function(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i]; + for (var key in source) { + if (Object.prototype.hasOwnProperty.call(source, key)) { + target[key] = source[key]; + } + } + } + return target; + }; + return _extends.apply(this, arguments); +} +function _objectWithoutPropertiesLoose(source, excluded) { + if (source == null) + return {}; + var target = {}; + var sourceKeys = Object.keys(source); + var key, i; + for (i = 0; i < sourceKeys.length; i++) { + key = sourceKeys[i]; + if (excluded.indexOf(key) >= 0) + continue; + target[key] = source[key]; + } + return target; +} +function _objectWithoutProperties(source, excluded) { + if (source == null) + return {}; + var target = _objectWithoutPropertiesLoose(source, excluded); + var key, i; + if (Object.getOwnPropertySymbols) { + var sourceSymbolKeys = Object.getOwnPropertySymbols(source); + for (i = 0; i < sourceSymbolKeys.length; i++) { + key = sourceSymbolKeys[i]; + if (excluded.indexOf(key) >= 0) + continue; + if (!Object.prototype.propertyIsEnumerable.call(source, key)) + continue; + target[key] = source[key]; + } + } + return target; +} +var version = "1.14.0"; +function userAgent(pattern) { + if (typeof window !== "undefined" && window.navigator) { + return !!/* @__PURE__ */ navigator.userAgent.match(pattern); + } +} +var IE11OrLess = userAgent(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i); +var Edge = userAgent(/Edge/i); +var FireFox = userAgent(/firefox/i); +var Safari = userAgent(/safari/i) && !userAgent(/chrome/i) && !userAgent(/android/i); +var IOS = userAgent(/iP(ad|od|hone)/i); +var ChromeForAndroid = userAgent(/chrome/i) && userAgent(/android/i); +var captureMode = { + capture: false, + passive: false +}; +function on(el, event, fn) { + el.addEventListener(event, fn, !IE11OrLess && captureMode); +} +function off(el, event, fn) { + el.removeEventListener(event, fn, !IE11OrLess && captureMode); +} +function matches(el, selector) { + if (!selector) + return; + selector[0] === ">" && (selector = selector.substring(1)); + if (el) { + try { + if (el.matches) { + return el.matches(selector); + } else if (el.msMatchesSelector) { + return el.msMatchesSelector(selector); + } else if (el.webkitMatchesSelector) { + return el.webkitMatchesSelector(selector); + } + } catch (_) { + return false; + } + } + return false; +} +function getParentOrHost(el) { + return el.host && el !== document && el.host.nodeType ? el.host : el.parentNode; +} +function closest(el, selector, ctx, includeCTX) { + if (el) { + ctx = ctx || document; + do { + if (selector != null && (selector[0] === ">" ? el.parentNode === ctx && matches(el, selector) : matches(el, selector)) || includeCTX && el === ctx) { + return el; + } + if (el === ctx) + break; + } while (el = getParentOrHost(el)); + } + return null; +} +var R_SPACE = /\s+/g; +function toggleClass(el, name, state) { + if (el && name) { + if (el.classList) { + el.classList[state ? "add" : "remove"](name); + } else { + var className = (" " + el.className + " ").replace(R_SPACE, " ").replace(" " + name + " ", " "); + el.className = (className + (state ? " " + name : "")).replace(R_SPACE, " "); + } + } +} +function css(el, prop, val) { + var style = el && el.style; + if (style) { + if (val === void 0) { + if (document.defaultView && document.defaultView.getComputedStyle) { + val = document.defaultView.getComputedStyle(el, ""); + } else if (el.currentStyle) { + val = el.currentStyle; + } + return prop === void 0 ? val : val[prop]; + } else { + if (!(prop in style) && prop.indexOf("webkit") === -1) { + prop = "-webkit-" + prop; + } + style[prop] = val + (typeof val === "string" ? "" : "px"); + } + } +} +function matrix(el, selfOnly) { + var appliedTransforms = ""; + if (typeof el === "string") { + appliedTransforms = el; + } else { + do { + var transform = css(el, "transform"); + if (transform && transform !== "none") { + appliedTransforms = transform + " " + appliedTransforms; + } + } while (!selfOnly && (el = el.parentNode)); + } + var matrixFn = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix; + return matrixFn && new matrixFn(appliedTransforms); +} +function find(ctx, tagName, iterator) { + if (ctx) { + var list = ctx.getElementsByTagName(tagName), i = 0, n = list.length; + if (iterator) { + for (; i < n; i++) { + iterator(list[i], i); + } + } + return list; + } + return []; +} +function getWindowScrollingElement() { + var scrollingElement = document.scrollingElement; + if (scrollingElement) { + return scrollingElement; + } else { + return document.documentElement; + } +} +function getRect(el, relativeToContainingBlock, relativeToNonStaticParent, undoScale, container) { + if (!el.getBoundingClientRect && el !== window) + return; + var elRect, top, left, bottom, right, height, width; + if (el !== window && el.parentNode && el !== getWindowScrollingElement()) { + elRect = el.getBoundingClientRect(); + top = elRect.top; + left = elRect.left; + bottom = elRect.bottom; + right = elRect.right; + height = elRect.height; + width = elRect.width; + } else { + top = 0; + left = 0; + bottom = window.innerHeight; + right = window.innerWidth; + height = window.innerHeight; + width = window.innerWidth; + } + if ((relativeToContainingBlock || relativeToNonStaticParent) && el !== window) { + container = container || el.parentNode; + if (!IE11OrLess) { + do { + if (container && container.getBoundingClientRect && (css(container, "transform") !== "none" || relativeToNonStaticParent && css(container, "position") !== "static")) { + var containerRect = container.getBoundingClientRect(); + top -= containerRect.top + parseInt(css(container, "border-top-width")); + left -= containerRect.left + parseInt(css(container, "border-left-width")); + bottom = top + elRect.height; + right = left + elRect.width; + break; + } + } while (container = container.parentNode); + } + } + if (undoScale && el !== window) { + var elMatrix = matrix(container || el), scaleX = elMatrix && elMatrix.a, scaleY = elMatrix && elMatrix.d; + if (elMatrix) { + top /= scaleY; + left /= scaleX; + width /= scaleX; + height /= scaleY; + bottom = top + height; + right = left + width; + } + } + return { + top, + left, + bottom, + right, + width, + height + }; +} +function isScrolledPast(el, elSide, parentSide) { + var parent = getParentAutoScrollElement(el, true), elSideVal = getRect(el)[elSide]; + while (parent) { + var parentSideVal = getRect(parent)[parentSide], visible = void 0; + if (parentSide === "top" || parentSide === "left") { + visible = elSideVal >= parentSideVal; + } else { + visible = elSideVal <= parentSideVal; + } + if (!visible) + return parent; + if (parent === getWindowScrollingElement()) + break; + parent = getParentAutoScrollElement(parent, false); + } + return false; +} +function getChild(el, childNum, options, includeDragEl) { + var currentChild = 0, i = 0, children = el.children; + while (i < children.length) { + if (children[i].style.display !== "none" && children[i] !== Sortable.ghost && (includeDragEl || children[i] !== Sortable.dragged) && closest(children[i], options.draggable, el, false)) { + if (currentChild === childNum) { + return children[i]; + } + currentChild++; + } + i++; + } + return null; +} +function lastChild(el, selector) { + var last = el.lastElementChild; + while (last && (last === Sortable.ghost || css(last, "display") === "none" || selector && !matches(last, selector))) { + last = last.previousElementSibling; + } + return last || null; +} +function index(el, selector) { + var index2 = 0; + if (!el || !el.parentNode) { + return -1; + } + while (el = el.previousElementSibling) { + if (el.nodeName.toUpperCase() !== "TEMPLATE" && el !== Sortable.clone && (!selector || matches(el, selector))) { + index2++; + } + } + return index2; +} +function getRelativeScrollOffset(el) { + var offsetLeft = 0, offsetTop = 0, winScroller = getWindowScrollingElement(); + if (el) { + do { + var elMatrix = matrix(el), scaleX = elMatrix.a, scaleY = elMatrix.d; + offsetLeft += el.scrollLeft * scaleX; + offsetTop += el.scrollTop * scaleY; + } while (el !== winScroller && (el = el.parentNode)); + } + return [offsetLeft, offsetTop]; +} +function indexOfObject(arr, obj) { + for (var i in arr) { + if (!arr.hasOwnProperty(i)) + continue; + for (var key in obj) { + if (obj.hasOwnProperty(key) && obj[key] === arr[i][key]) + return Number(i); + } + } + return -1; +} +function getParentAutoScrollElement(el, includeSelf) { + if (!el || !el.getBoundingClientRect) + return getWindowScrollingElement(); + var elem = el; + var gotSelf = false; + do { + if (elem.clientWidth < elem.scrollWidth || elem.clientHeight < elem.scrollHeight) { + var elemCSS = css(elem); + if (elem.clientWidth < elem.scrollWidth && (elemCSS.overflowX == "auto" || elemCSS.overflowX == "scroll") || elem.clientHeight < elem.scrollHeight && (elemCSS.overflowY == "auto" || elemCSS.overflowY == "scroll")) { + if (!elem.getBoundingClientRect || elem === document.body) + return getWindowScrollingElement(); + if (gotSelf || includeSelf) + return elem; + gotSelf = true; + } + } + } while (elem = elem.parentNode); + return getWindowScrollingElement(); +} +function extend(dst, src) { + if (dst && src) { + for (var key in src) { + if (src.hasOwnProperty(key)) { + dst[key] = src[key]; + } + } + } + return dst; +} +function isRectEqual(rect1, rect2) { + return Math.round(rect1.top) === Math.round(rect2.top) && Math.round(rect1.left) === Math.round(rect2.left) && Math.round(rect1.height) === Math.round(rect2.height) && Math.round(rect1.width) === Math.round(rect2.width); +} +var _throttleTimeout; +function throttle(callback, ms) { + return function() { + if (!_throttleTimeout) { + var args = arguments, _this = this; + if (args.length === 1) { + callback.call(_this, args[0]); + } else { + callback.apply(_this, args); + } + _throttleTimeout = setTimeout(function() { + _throttleTimeout = void 0; + }, ms); + } + }; +} +function cancelThrottle() { + clearTimeout(_throttleTimeout); + _throttleTimeout = void 0; +} +function scrollBy(el, x, y) { + el.scrollLeft += x; + el.scrollTop += y; +} +function clone(el) { + var Polymer = window.Polymer; + var $ = window.jQuery || window.Zepto; + if (Polymer && Polymer.dom) { + return Polymer.dom(el).cloneNode(true); + } else if ($) { + return $(el).clone(true)[0]; + } else { + return el.cloneNode(true); + } +} +var expando = "Sortable" + new Date().getTime(); +function AnimationStateManager() { + var animationStates = [], animationCallbackId; + return { + captureAnimationState: function captureAnimationState() { + animationStates = []; + if (!this.options.animation) + return; + var children = [].slice.call(this.el.children); + children.forEach(function(child) { + if (css(child, "display") === "none" || child === Sortable.ghost) + return; + animationStates.push({ + target: child, + rect: getRect(child) + }); + var fromRect = _objectSpread2({}, animationStates[animationStates.length - 1].rect); + if (child.thisAnimationDuration) { + var childMatrix = matrix(child, true); + if (childMatrix) { + fromRect.top -= childMatrix.f; + fromRect.left -= childMatrix.e; + } + } + child.fromRect = fromRect; + }); + }, + addAnimationState: function addAnimationState(state) { + animationStates.push(state); + }, + removeAnimationState: function removeAnimationState(target) { + animationStates.splice(indexOfObject(animationStates, { + target + }), 1); + }, + animateAll: function animateAll(callback) { + var _this = this; + if (!this.options.animation) { + clearTimeout(animationCallbackId); + if (typeof callback === "function") + callback(); + return; + } + var animating = false, animationTime = 0; + animationStates.forEach(function(state) { + var time = 0, target = state.target, fromRect = target.fromRect, toRect = getRect(target), prevFromRect = target.prevFromRect, prevToRect = target.prevToRect, animatingRect = state.rect, targetMatrix = matrix(target, true); + if (targetMatrix) { + toRect.top -= targetMatrix.f; + toRect.left -= targetMatrix.e; + } + target.toRect = toRect; + if (target.thisAnimationDuration) { + if (isRectEqual(prevFromRect, toRect) && !isRectEqual(fromRect, toRect) && (animatingRect.top - toRect.top) / (animatingRect.left - toRect.left) === (fromRect.top - toRect.top) / (fromRect.left - toRect.left)) { + time = calculateRealTime(animatingRect, prevFromRect, prevToRect, _this.options); + } + } + if (!isRectEqual(toRect, fromRect)) { + target.prevFromRect = fromRect; + target.prevToRect = toRect; + if (!time) { + time = _this.options.animation; + } + _this.animate(target, animatingRect, toRect, time); + } + if (time) { + animating = true; + animationTime = Math.max(animationTime, time); + clearTimeout(target.animationResetTimer); + target.animationResetTimer = setTimeout(function() { + target.animationTime = 0; + target.prevFromRect = null; + target.fromRect = null; + target.prevToRect = null; + target.thisAnimationDuration = null; + }, time); + target.thisAnimationDuration = time; + } + }); + clearTimeout(animationCallbackId); + if (!animating) { + if (typeof callback === "function") + callback(); + } else { + animationCallbackId = setTimeout(function() { + if (typeof callback === "function") + callback(); + }, animationTime); + } + animationStates = []; + }, + animate: function animate(target, currentRect, toRect, duration) { + if (duration) { + css(target, "transition", ""); + css(target, "transform", ""); + var elMatrix = matrix(this.el), scaleX = elMatrix && elMatrix.a, scaleY = elMatrix && elMatrix.d, translateX = (currentRect.left - toRect.left) / (scaleX || 1), translateY = (currentRect.top - toRect.top) / (scaleY || 1); + target.animatingX = !!translateX; + target.animatingY = !!translateY; + css(target, "transform", "translate3d(" + translateX + "px," + translateY + "px,0)"); + this.forRepaintDummy = repaint(target); + css(target, "transition", "transform " + duration + "ms" + (this.options.easing ? " " + this.options.easing : "")); + css(target, "transform", "translate3d(0,0,0)"); + typeof target.animated === "number" && clearTimeout(target.animated); + target.animated = setTimeout(function() { + css(target, "transition", ""); + css(target, "transform", ""); + target.animated = false; + target.animatingX = false; + target.animatingY = false; + }, duration); + } + } + }; +} +function repaint(target) { + return target.offsetWidth; +} +function calculateRealTime(animatingRect, fromRect, toRect, options) { + return Math.sqrt(Math.pow(fromRect.top - animatingRect.top, 2) + Math.pow(fromRect.left - animatingRect.left, 2)) / Math.sqrt(Math.pow(fromRect.top - toRect.top, 2) + Math.pow(fromRect.left - toRect.left, 2)) * options.animation; +} +var plugins = []; +var defaults = { + initializeByDefault: true +}; +var PluginManager = { + mount: function mount(plugin) { + for (var option2 in defaults) { + if (defaults.hasOwnProperty(option2) && !(option2 in plugin)) { + plugin[option2] = defaults[option2]; + } + } + plugins.forEach(function(p) { + if (p.pluginName === plugin.pluginName) { + throw "Sortable: Cannot mount plugin ".concat(plugin.pluginName, " more than once"); + } + }); + plugins.push(plugin); + }, + pluginEvent: function pluginEvent(eventName, sortable, evt) { + var _this = this; + this.eventCanceled = false; + evt.cancel = function() { + _this.eventCanceled = true; + }; + var eventNameGlobal = eventName + "Global"; + plugins.forEach(function(plugin) { + if (!sortable[plugin.pluginName]) + return; + if (sortable[plugin.pluginName][eventNameGlobal]) { + sortable[plugin.pluginName][eventNameGlobal](_objectSpread2({ + sortable + }, evt)); + } + if (sortable.options[plugin.pluginName] && sortable[plugin.pluginName][eventName]) { + sortable[plugin.pluginName][eventName](_objectSpread2({ + sortable + }, evt)); + } + }); + }, + initializePlugins: function initializePlugins(sortable, el, defaults2, options) { + plugins.forEach(function(plugin) { + var pluginName = plugin.pluginName; + if (!sortable.options[pluginName] && !plugin.initializeByDefault) + return; + var initialized = new plugin(sortable, el, sortable.options); + initialized.sortable = sortable; + initialized.options = sortable.options; + sortable[pluginName] = initialized; + _extends(defaults2, initialized.defaults); + }); + for (var option2 in sortable.options) { + if (!sortable.options.hasOwnProperty(option2)) + continue; + var modified = this.modifyOption(sortable, option2, sortable.options[option2]); + if (typeof modified !== "undefined") { + sortable.options[option2] = modified; + } + } + }, + getEventProperties: function getEventProperties(name, sortable) { + var eventProperties = {}; + plugins.forEach(function(plugin) { + if (typeof plugin.eventProperties !== "function") + return; + _extends(eventProperties, plugin.eventProperties.call(sortable[plugin.pluginName], name)); + }); + return eventProperties; + }, + modifyOption: function modifyOption(sortable, name, value) { + var modifiedValue; + plugins.forEach(function(plugin) { + if (!sortable[plugin.pluginName]) + return; + if (plugin.optionListeners && typeof plugin.optionListeners[name] === "function") { + modifiedValue = plugin.optionListeners[name].call(sortable[plugin.pluginName], value); + } + }); + return modifiedValue; + } +}; +function dispatchEvent(_ref) { + var sortable = _ref.sortable, rootEl2 = _ref.rootEl, name = _ref.name, targetEl = _ref.targetEl, cloneEl2 = _ref.cloneEl, toEl = _ref.toEl, fromEl = _ref.fromEl, oldIndex2 = _ref.oldIndex, newIndex2 = _ref.newIndex, oldDraggableIndex2 = _ref.oldDraggableIndex, newDraggableIndex2 = _ref.newDraggableIndex, originalEvent = _ref.originalEvent, putSortable2 = _ref.putSortable, extraEventProperties = _ref.extraEventProperties; + sortable = sortable || rootEl2 && rootEl2[expando]; + if (!sortable) + return; + var evt, options = sortable.options, onName = "on" + name.charAt(0).toUpperCase() + name.substr(1); + if (window.CustomEvent && !IE11OrLess && !Edge) { + evt = new CustomEvent(name, { + bubbles: true, + cancelable: true + }); + } else { + evt = document.createEvent("Event"); + evt.initEvent(name, true, true); + } + evt.to = toEl || rootEl2; + evt.from = fromEl || rootEl2; + evt.item = targetEl || rootEl2; + evt.clone = cloneEl2; + evt.oldIndex = oldIndex2; + evt.newIndex = newIndex2; + evt.oldDraggableIndex = oldDraggableIndex2; + evt.newDraggableIndex = newDraggableIndex2; + evt.originalEvent = originalEvent; + evt.pullMode = putSortable2 ? putSortable2.lastPutMode : void 0; + var allEventProperties = _objectSpread2(_objectSpread2({}, extraEventProperties), PluginManager.getEventProperties(name, sortable)); + for (var option2 in allEventProperties) { + evt[option2] = allEventProperties[option2]; + } + if (rootEl2) { + rootEl2.dispatchEvent(evt); + } + if (options[onName]) { + options[onName].call(sortable, evt); + } +} +var _excluded = ["evt"]; +var pluginEvent2 = function pluginEvent3(eventName, sortable) { + var _ref = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, originalEvent = _ref.evt, data = _objectWithoutProperties(_ref, _excluded); + PluginManager.pluginEvent.bind(Sortable)(eventName, sortable, _objectSpread2({ + dragEl, + parentEl, + ghostEl, + rootEl, + nextEl, + lastDownEl, + cloneEl, + cloneHidden, + dragStarted: moved, + putSortable, + activeSortable: Sortable.active, + originalEvent, + oldIndex, + oldDraggableIndex, + newIndex, + newDraggableIndex, + hideGhostForTarget: _hideGhostForTarget, + unhideGhostForTarget: _unhideGhostForTarget, + cloneNowHidden: function cloneNowHidden() { + cloneHidden = true; + }, + cloneNowShown: function cloneNowShown() { + cloneHidden = false; + }, + dispatchSortableEvent: function dispatchSortableEvent(name) { + _dispatchEvent({ + sortable, + name, + originalEvent + }); + } + }, data)); +}; +function _dispatchEvent(info) { + dispatchEvent(_objectSpread2({ + putSortable, + cloneEl, + targetEl: dragEl, + rootEl, + oldIndex, + oldDraggableIndex, + newIndex, + newDraggableIndex + }, info)); +} +var dragEl, parentEl, ghostEl, rootEl, nextEl, lastDownEl, cloneEl, cloneHidden, oldIndex, newIndex, oldDraggableIndex, newDraggableIndex, activeGroup, putSortable, awaitingDragStarted = false, ignoreNextClick = false, sortables = [], tapEvt, touchEvt, lastDx, lastDy, tapDistanceLeft, tapDistanceTop, moved, lastTarget, lastDirection, pastFirstInvertThresh = false, isCircumstantialInvert = false, targetMoveDistance, ghostRelativeParent, ghostRelativeParentInitialScroll = [], _silent = false, savedInputChecked = []; +var documentExists = typeof document !== "undefined", PositionGhostAbsolutely = IOS, CSSFloatProperty = Edge || IE11OrLess ? "cssFloat" : "float", supportDraggable = documentExists && !ChromeForAndroid && !IOS && "draggable" in document.createElement("div"), supportCssPointerEvents = function() { + if (!documentExists) + return; + if (IE11OrLess) { + return false; + } + var el = document.createElement("x"); + el.style.cssText = "pointer-events:auto"; + return el.style.pointerEvents === "auto"; +}(), _detectDirection = function _detectDirection2(el, options) { + var elCSS = css(el), elWidth = parseInt(elCSS.width) - parseInt(elCSS.paddingLeft) - parseInt(elCSS.paddingRight) - parseInt(elCSS.borderLeftWidth) - parseInt(elCSS.borderRightWidth), child1 = getChild(el, 0, options), child2 = getChild(el, 1, options), firstChildCSS = child1 && css(child1), secondChildCSS = child2 && css(child2), firstChildWidth = firstChildCSS && parseInt(firstChildCSS.marginLeft) + parseInt(firstChildCSS.marginRight) + getRect(child1).width, secondChildWidth = secondChildCSS && parseInt(secondChildCSS.marginLeft) + parseInt(secondChildCSS.marginRight) + getRect(child2).width; + if (elCSS.display === "flex") { + return elCSS.flexDirection === "column" || elCSS.flexDirection === "column-reverse" ? "vertical" : "horizontal"; + } + if (elCSS.display === "grid") { + return elCSS.gridTemplateColumns.split(" ").length <= 1 ? "vertical" : "horizontal"; + } + if (child1 && firstChildCSS["float"] && firstChildCSS["float"] !== "none") { + var touchingSideChild2 = firstChildCSS["float"] === "left" ? "left" : "right"; + return child2 && (secondChildCSS.clear === "both" || secondChildCSS.clear === touchingSideChild2) ? "vertical" : "horizontal"; + } + return child1 && (firstChildCSS.display === "block" || firstChildCSS.display === "flex" || firstChildCSS.display === "table" || firstChildCSS.display === "grid" || firstChildWidth >= elWidth && elCSS[CSSFloatProperty] === "none" || child2 && elCSS[CSSFloatProperty] === "none" && firstChildWidth + secondChildWidth > elWidth) ? "vertical" : "horizontal"; +}, _dragElInRowColumn = function _dragElInRowColumn2(dragRect, targetRect, vertical) { + var dragElS1Opp = vertical ? dragRect.left : dragRect.top, dragElS2Opp = vertical ? dragRect.right : dragRect.bottom, dragElOppLength = vertical ? dragRect.width : dragRect.height, targetS1Opp = vertical ? targetRect.left : targetRect.top, targetS2Opp = vertical ? targetRect.right : targetRect.bottom, targetOppLength = vertical ? targetRect.width : targetRect.height; + return dragElS1Opp === targetS1Opp || dragElS2Opp === targetS2Opp || dragElS1Opp + dragElOppLength / 2 === targetS1Opp + targetOppLength / 2; +}, _detectNearestEmptySortable = function _detectNearestEmptySortable2(x, y) { + var ret; + sortables.some(function(sortable) { + var threshold = sortable[expando].options.emptyInsertThreshold; + if (!threshold || lastChild(sortable)) + return; + var rect = getRect(sortable), insideHorizontally = x >= rect.left - threshold && x <= rect.right + threshold, insideVertically = y >= rect.top - threshold && y <= rect.bottom + threshold; + if (insideHorizontally && insideVertically) { + return ret = sortable; + } + }); + return ret; +}, _prepareGroup = function _prepareGroup2(options) { + function toFn(value, pull) { + return function(to, from, dragEl2, evt) { + var sameGroup = to.options.group.name && from.options.group.name && to.options.group.name === from.options.group.name; + if (value == null && (pull || sameGroup)) { + return true; + } else if (value == null || value === false) { + return false; + } else if (pull && value === "clone") { + return value; + } else if (typeof value === "function") { + return toFn(value(to, from, dragEl2, evt), pull)(to, from, dragEl2, evt); + } else { + var otherGroup = (pull ? to : from).options.group.name; + return value === true || typeof value === "string" && value === otherGroup || value.join && value.indexOf(otherGroup) > -1; + } + }; + } + var group = {}; + var originalGroup = options.group; + if (!originalGroup || _typeof(originalGroup) != "object") { + originalGroup = { + name: originalGroup + }; + } + group.name = originalGroup.name; + group.checkPull = toFn(originalGroup.pull, true); + group.checkPut = toFn(originalGroup.put); + group.revertClone = originalGroup.revertClone; + options.group = group; +}, _hideGhostForTarget = function _hideGhostForTarget2() { + if (!supportCssPointerEvents && ghostEl) { + css(ghostEl, "display", "none"); + } +}, _unhideGhostForTarget = function _unhideGhostForTarget2() { + if (!supportCssPointerEvents && ghostEl) { + css(ghostEl, "display", ""); + } +}; +if (documentExists) { + document.addEventListener("click", function(evt) { + if (ignoreNextClick) { + evt.preventDefault(); + evt.stopPropagation && evt.stopPropagation(); + evt.stopImmediatePropagation && evt.stopImmediatePropagation(); + ignoreNextClick = false; + return false; + } + }, true); +} +var nearestEmptyInsertDetectEvent = function nearestEmptyInsertDetectEvent2(evt) { + if (dragEl) { + evt = evt.touches ? evt.touches[0] : evt; + var nearest = _detectNearestEmptySortable(evt.clientX, evt.clientY); + if (nearest) { + var event = {}; + for (var i in evt) { + if (evt.hasOwnProperty(i)) { + event[i] = evt[i]; + } + } + event.target = event.rootEl = nearest; + event.preventDefault = void 0; + event.stopPropagation = void 0; + nearest[expando]._onDragOver(event); + } + } +}; +var _checkOutsideTargetEl = function _checkOutsideTargetEl2(evt) { + if (dragEl) { + dragEl.parentNode[expando]._isOutsideThisEl(evt.target); + } +}; +function Sortable(el, options) { + if (!(el && el.nodeType && el.nodeType === 1)) { + throw "Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(el)); + } + this.el = el; + this.options = options = _extends({}, options); + el[expando] = this; + var defaults2 = { + group: null, + sort: true, + disabled: false, + store: null, + handle: null, + draggable: /^[uo]l$/i.test(el.nodeName) ? ">li" : ">*", + swapThreshold: 1, + invertSwap: false, + invertedSwapThreshold: null, + removeCloneOnHide: true, + direction: function direction() { + return _detectDirection(el, this.options); + }, + ghostClass: "sortable-ghost", + chosenClass: "sortable-chosen", + dragClass: "sortable-drag", + ignore: "a, img", + filter: null, + preventOnFilter: true, + animation: 0, + easing: null, + setData: function setData(dataTransfer, dragEl2) { + dataTransfer.setData("Text", dragEl2.textContent); + }, + dropBubble: false, + dragoverBubble: false, + dataIdAttr: "data-id", + delay: 0, + delayOnTouchOnly: false, + touchStartThreshold: (Number.parseInt ? Number : window).parseInt(window.devicePixelRatio, 10) || 1, + forceFallback: false, + fallbackClass: "sortable-fallback", + fallbackOnBody: false, + fallbackTolerance: 0, + fallbackOffset: { + x: 0, + y: 0 + }, + supportPointer: Sortable.supportPointer !== false && "PointerEvent" in window && !Safari, + emptyInsertThreshold: 5 + }; + PluginManager.initializePlugins(this, el, defaults2); + for (var name in defaults2) { + !(name in options) && (options[name] = defaults2[name]); + } + _prepareGroup(options); + for (var fn in this) { + if (fn.charAt(0) === "_" && typeof this[fn] === "function") { + this[fn] = this[fn].bind(this); + } + } + this.nativeDraggable = options.forceFallback ? false : supportDraggable; + if (this.nativeDraggable) { + this.options.touchStartThreshold = 1; + } + if (options.supportPointer) { + on(el, "pointerdown", this._onTapStart); + } else { + on(el, "mousedown", this._onTapStart); + on(el, "touchstart", this._onTapStart); + } + if (this.nativeDraggable) { + on(el, "dragover", this); + on(el, "dragenter", this); + } + sortables.push(this.el); + options.store && options.store.get && this.sort(options.store.get(this) || []); + _extends(this, AnimationStateManager()); +} +Sortable.prototype = { + constructor: Sortable, + _isOutsideThisEl: function _isOutsideThisEl(target) { + if (!this.el.contains(target) && target !== this.el) { + lastTarget = null; + } + }, + _getDirection: function _getDirection(evt, target) { + return typeof this.options.direction === "function" ? this.options.direction.call(this, evt, target, dragEl) : this.options.direction; + }, + _onTapStart: function _onTapStart(evt) { + if (!evt.cancelable) + return; + var _this = this, el = this.el, options = this.options, preventOnFilter = options.preventOnFilter, type = evt.type, touch = evt.touches && evt.touches[0] || evt.pointerType && evt.pointerType === "touch" && evt, target = (touch || evt).target, originalTarget = evt.target.shadowRoot && (evt.path && evt.path[0] || evt.composedPath && evt.composedPath()[0]) || target, filter = options.filter; + _saveInputCheckedState(el); + if (dragEl) { + return; + } + if (/mousedown|pointerdown/.test(type) && evt.button !== 0 || options.disabled) { + return; + } + if (originalTarget.isContentEditable) { + return; + } + if (!this.nativeDraggable && Safari && target && target.tagName.toUpperCase() === "SELECT") { + return; + } + target = closest(target, options.draggable, el, false); + if (target && target.animated) { + return; + } + if (lastDownEl === target) { + return; + } + oldIndex = index(target); + oldDraggableIndex = index(target, options.draggable); + if (typeof filter === "function") { + if (filter.call(this, evt, target, this)) { + _dispatchEvent({ + sortable: _this, + rootEl: originalTarget, + name: "filter", + targetEl: target, + toEl: el, + fromEl: el + }); + pluginEvent2("filter", _this, { + evt + }); + preventOnFilter && evt.cancelable && evt.preventDefault(); + return; + } + } else if (filter) { + filter = filter.split(",").some(function(criteria) { + criteria = closest(originalTarget, criteria.trim(), el, false); + if (criteria) { + _dispatchEvent({ + sortable: _this, + rootEl: criteria, + name: "filter", + targetEl: target, + fromEl: el, + toEl: el + }); + pluginEvent2("filter", _this, { + evt + }); + return true; + } + }); + if (filter) { + preventOnFilter && evt.cancelable && evt.preventDefault(); + return; + } + } + if (options.handle && !closest(originalTarget, options.handle, el, false)) { + return; + } + this._prepareDragStart(evt, touch, target); + }, + _prepareDragStart: function _prepareDragStart(evt, touch, target) { + var _this = this, el = _this.el, options = _this.options, ownerDocument = el.ownerDocument, dragStartFn; + if (target && !dragEl && target.parentNode === el) { + var dragRect = getRect(target); + rootEl = el; + dragEl = target; + parentEl = dragEl.parentNode; + nextEl = dragEl.nextSibling; + lastDownEl = target; + activeGroup = options.group; + Sortable.dragged = dragEl; + tapEvt = { + target: dragEl, + clientX: (touch || evt).clientX, + clientY: (touch || evt).clientY + }; + tapDistanceLeft = tapEvt.clientX - dragRect.left; + tapDistanceTop = tapEvt.clientY - dragRect.top; + this._lastX = (touch || evt).clientX; + this._lastY = (touch || evt).clientY; + dragEl.style["will-change"] = "all"; + dragStartFn = function dragStartFn2() { + pluginEvent2("delayEnded", _this, { + evt + }); + if (Sortable.eventCanceled) { + _this._onDrop(); + return; + } + _this._disableDelayedDragEvents(); + if (!FireFox && _this.nativeDraggable) { + dragEl.draggable = true; + } + _this._triggerDragStart(evt, touch); + _dispatchEvent({ + sortable: _this, + name: "choose", + originalEvent: evt + }); + toggleClass(dragEl, options.chosenClass, true); + }; + options.ignore.split(",").forEach(function(criteria) { + find(dragEl, criteria.trim(), _disableDraggable); + }); + on(ownerDocument, "dragover", nearestEmptyInsertDetectEvent); + on(ownerDocument, "mousemove", nearestEmptyInsertDetectEvent); + on(ownerDocument, "touchmove", nearestEmptyInsertDetectEvent); + on(ownerDocument, "mouseup", _this._onDrop); + on(ownerDocument, "touchend", _this._onDrop); + on(ownerDocument, "touchcancel", _this._onDrop); + if (FireFox && this.nativeDraggable) { + this.options.touchStartThreshold = 4; + dragEl.draggable = true; + } + pluginEvent2("delayStart", this, { + evt + }); + if (options.delay && (!options.delayOnTouchOnly || touch) && (!this.nativeDraggable || !(Edge || IE11OrLess))) { + if (Sortable.eventCanceled) { + this._onDrop(); + return; + } + on(ownerDocument, "mouseup", _this._disableDelayedDrag); + on(ownerDocument, "touchend", _this._disableDelayedDrag); + on(ownerDocument, "touchcancel", _this._disableDelayedDrag); + on(ownerDocument, "mousemove", _this._delayedDragTouchMoveHandler); + on(ownerDocument, "touchmove", _this._delayedDragTouchMoveHandler); + options.supportPointer && on(ownerDocument, "pointermove", _this._delayedDragTouchMoveHandler); + _this._dragStartTimer = setTimeout(dragStartFn, options.delay); + } else { + dragStartFn(); + } + } + }, + _delayedDragTouchMoveHandler: function _delayedDragTouchMoveHandler(e) { + var touch = e.touches ? e.touches[0] : e; + if (Math.max(Math.abs(touch.clientX - this._lastX), Math.abs(touch.clientY - this._lastY)) >= Math.floor(this.options.touchStartThreshold / (this.nativeDraggable && window.devicePixelRatio || 1))) { + this._disableDelayedDrag(); + } + }, + _disableDelayedDrag: function _disableDelayedDrag() { + dragEl && _disableDraggable(dragEl); + clearTimeout(this._dragStartTimer); + this._disableDelayedDragEvents(); + }, + _disableDelayedDragEvents: function _disableDelayedDragEvents() { + var ownerDocument = this.el.ownerDocument; + off(ownerDocument, "mouseup", this._disableDelayedDrag); + off(ownerDocument, "touchend", this._disableDelayedDrag); + off(ownerDocument, "touchcancel", this._disableDelayedDrag); + off(ownerDocument, "mousemove", this._delayedDragTouchMoveHandler); + off(ownerDocument, "touchmove", this._delayedDragTouchMoveHandler); + off(ownerDocument, "pointermove", this._delayedDragTouchMoveHandler); + }, + _triggerDragStart: function _triggerDragStart(evt, touch) { + touch = touch || evt.pointerType == "touch" && evt; + if (!this.nativeDraggable || touch) { + if (this.options.supportPointer) { + on(document, "pointermove", this._onTouchMove); + } else if (touch) { + on(document, "touchmove", this._onTouchMove); + } else { + on(document, "mousemove", this._onTouchMove); + } + } else { + on(dragEl, "dragend", this); + on(rootEl, "dragstart", this._onDragStart); + } + try { + if (document.selection) { + _nextTick(function() { + document.selection.empty(); + }); + } else { + window.getSelection().removeAllRanges(); + } + } catch (err) { + } + }, + _dragStarted: function _dragStarted(fallback, evt) { + awaitingDragStarted = false; + if (rootEl && dragEl) { + pluginEvent2("dragStarted", this, { + evt + }); + if (this.nativeDraggable) { + on(document, "dragover", _checkOutsideTargetEl); + } + var options = this.options; + !fallback && toggleClass(dragEl, options.dragClass, false); + toggleClass(dragEl, options.ghostClass, true); + Sortable.active = this; + fallback && this._appendGhost(); + _dispatchEvent({ + sortable: this, + name: "start", + originalEvent: evt + }); + } else { + this._nulling(); + } + }, + _emulateDragOver: function _emulateDragOver() { + if (touchEvt) { + this._lastX = touchEvt.clientX; + this._lastY = touchEvt.clientY; + _hideGhostForTarget(); + var target = document.elementFromPoint(touchEvt.clientX, touchEvt.clientY); + var parent = target; + while (target && target.shadowRoot) { + target = target.shadowRoot.elementFromPoint(touchEvt.clientX, touchEvt.clientY); + if (target === parent) + break; + parent = target; + } + dragEl.parentNode[expando]._isOutsideThisEl(target); + if (parent) { + do { + if (parent[expando]) { + var inserted = void 0; + inserted = parent[expando]._onDragOver({ + clientX: touchEvt.clientX, + clientY: touchEvt.clientY, + target, + rootEl: parent + }); + if (inserted && !this.options.dragoverBubble) { + break; + } + } + target = parent; + } while (parent = parent.parentNode); + } + _unhideGhostForTarget(); + } + }, + _onTouchMove: function _onTouchMove(evt) { + if (tapEvt) { + var options = this.options, fallbackTolerance = options.fallbackTolerance, fallbackOffset = options.fallbackOffset, touch = evt.touches ? evt.touches[0] : evt, ghostMatrix = ghostEl && matrix(ghostEl, true), scaleX = ghostEl && ghostMatrix && ghostMatrix.a, scaleY = ghostEl && ghostMatrix && ghostMatrix.d, relativeScrollOffset = PositionGhostAbsolutely && ghostRelativeParent && getRelativeScrollOffset(ghostRelativeParent), dx = (touch.clientX - tapEvt.clientX + fallbackOffset.x) / (scaleX || 1) + (relativeScrollOffset ? relativeScrollOffset[0] - ghostRelativeParentInitialScroll[0] : 0) / (scaleX || 1), dy = (touch.clientY - tapEvt.clientY + fallbackOffset.y) / (scaleY || 1) + (relativeScrollOffset ? relativeScrollOffset[1] - ghostRelativeParentInitialScroll[1] : 0) / (scaleY || 1); + if (!Sortable.active && !awaitingDragStarted) { + if (fallbackTolerance && Math.max(Math.abs(touch.clientX - this._lastX), Math.abs(touch.clientY - this._lastY)) < fallbackTolerance) { + return; + } + this._onDragStart(evt, true); + } + if (ghostEl) { + if (ghostMatrix) { + ghostMatrix.e += dx - (lastDx || 0); + ghostMatrix.f += dy - (lastDy || 0); + } else { + ghostMatrix = { + a: 1, + b: 0, + c: 0, + d: 1, + e: dx, + f: dy + }; + } + var cssMatrix = "matrix(".concat(ghostMatrix.a, ",").concat(ghostMatrix.b, ",").concat(ghostMatrix.c, ",").concat(ghostMatrix.d, ",").concat(ghostMatrix.e, ",").concat(ghostMatrix.f, ")"); + css(ghostEl, "webkitTransform", cssMatrix); + css(ghostEl, "mozTransform", cssMatrix); + css(ghostEl, "msTransform", cssMatrix); + css(ghostEl, "transform", cssMatrix); + lastDx = dx; + lastDy = dy; + touchEvt = touch; + } + evt.cancelable && evt.preventDefault(); + } + }, + _appendGhost: function _appendGhost() { + if (!ghostEl) { + var container = this.options.fallbackOnBody ? document.body : rootEl, rect = getRect(dragEl, true, PositionGhostAbsolutely, true, container), options = this.options; + if (PositionGhostAbsolutely) { + ghostRelativeParent = container; + while (css(ghostRelativeParent, "position") === "static" && css(ghostRelativeParent, "transform") === "none" && ghostRelativeParent !== document) { + ghostRelativeParent = ghostRelativeParent.parentNode; + } + if (ghostRelativeParent !== document.body && ghostRelativeParent !== document.documentElement) { + if (ghostRelativeParent === document) + ghostRelativeParent = getWindowScrollingElement(); + rect.top += ghostRelativeParent.scrollTop; + rect.left += ghostRelativeParent.scrollLeft; + } else { + ghostRelativeParent = getWindowScrollingElement(); + } + ghostRelativeParentInitialScroll = getRelativeScrollOffset(ghostRelativeParent); + } + ghostEl = dragEl.cloneNode(true); + toggleClass(ghostEl, options.ghostClass, false); + toggleClass(ghostEl, options.fallbackClass, true); + toggleClass(ghostEl, options.dragClass, true); + css(ghostEl, "transition", ""); + css(ghostEl, "transform", ""); + css(ghostEl, "box-sizing", "border-box"); + css(ghostEl, "margin", 0); + css(ghostEl, "top", rect.top); + css(ghostEl, "left", rect.left); + css(ghostEl, "width", rect.width); + css(ghostEl, "height", rect.height); + css(ghostEl, "opacity", "0.8"); + css(ghostEl, "position", PositionGhostAbsolutely ? "absolute" : "fixed"); + css(ghostEl, "zIndex", "100000"); + css(ghostEl, "pointerEvents", "none"); + Sortable.ghost = ghostEl; + container.appendChild(ghostEl); + css(ghostEl, "transform-origin", tapDistanceLeft / parseInt(ghostEl.style.width) * 100 + "% " + tapDistanceTop / parseInt(ghostEl.style.height) * 100 + "%"); + } + }, + _onDragStart: function _onDragStart(evt, fallback) { + var _this = this; + var dataTransfer = evt.dataTransfer; + var options = _this.options; + pluginEvent2("dragStart", this, { + evt + }); + if (Sortable.eventCanceled) { + this._onDrop(); + return; + } + pluginEvent2("setupClone", this); + if (!Sortable.eventCanceled) { + cloneEl = clone(dragEl); + cloneEl.draggable = false; + cloneEl.style["will-change"] = ""; + this._hideClone(); + toggleClass(cloneEl, this.options.chosenClass, false); + Sortable.clone = cloneEl; + } + _this.cloneId = _nextTick(function() { + pluginEvent2("clone", _this); + if (Sortable.eventCanceled) + return; + if (!_this.options.removeCloneOnHide) { + rootEl.insertBefore(cloneEl, dragEl); + } + _this._hideClone(); + _dispatchEvent({ + sortable: _this, + name: "clone" + }); + }); + !fallback && toggleClass(dragEl, options.dragClass, true); + if (fallback) { + ignoreNextClick = true; + _this._loopId = setInterval(_this._emulateDragOver, 50); + } else { + off(document, "mouseup", _this._onDrop); + off(document, "touchend", _this._onDrop); + off(document, "touchcancel", _this._onDrop); + if (dataTransfer) { + dataTransfer.effectAllowed = "move"; + options.setData && options.setData.call(_this, dataTransfer, dragEl); + } + on(document, "drop", _this); + css(dragEl, "transform", "translateZ(0)"); + } + awaitingDragStarted = true; + _this._dragStartId = _nextTick(_this._dragStarted.bind(_this, fallback, evt)); + on(document, "selectstart", _this); + moved = true; + if (Safari) { + css(document.body, "user-select", "none"); + } + }, + _onDragOver: function _onDragOver(evt) { + var el = this.el, target = evt.target, dragRect, targetRect, revert, options = this.options, group = options.group, activeSortable = Sortable.active, isOwner = activeGroup === group, canSort = options.sort, fromSortable = putSortable || activeSortable, vertical, _this = this, completedFired = false; + if (_silent) + return; + function dragOverEvent(name, extra) { + pluginEvent2(name, _this, _objectSpread2({ + evt, + isOwner, + axis: vertical ? "vertical" : "horizontal", + revert, + dragRect, + targetRect, + canSort, + fromSortable, + target, + completed, + onMove: function onMove(target2, after2) { + return _onMove(rootEl, el, dragEl, dragRect, target2, getRect(target2), evt, after2); + }, + changed + }, extra)); + } + function capture() { + dragOverEvent("dragOverAnimationCapture"); + _this.captureAnimationState(); + if (_this !== fromSortable) { + fromSortable.captureAnimationState(); + } + } + function completed(insertion) { + dragOverEvent("dragOverCompleted", { + insertion + }); + if (insertion) { + if (isOwner) { + activeSortable._hideClone(); + } else { + activeSortable._showClone(_this); + } + if (_this !== fromSortable) { + toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : activeSortable.options.ghostClass, false); + toggleClass(dragEl, options.ghostClass, true); + } + if (putSortable !== _this && _this !== Sortable.active) { + putSortable = _this; + } else if (_this === Sortable.active && putSortable) { + putSortable = null; + } + if (fromSortable === _this) { + _this._ignoreWhileAnimating = target; + } + _this.animateAll(function() { + dragOverEvent("dragOverAnimationComplete"); + _this._ignoreWhileAnimating = null; + }); + if (_this !== fromSortable) { + fromSortable.animateAll(); + fromSortable._ignoreWhileAnimating = null; + } + } + if (target === dragEl && !dragEl.animated || target === el && !target.animated) { + lastTarget = null; + } + if (!options.dragoverBubble && !evt.rootEl && target !== document) { + dragEl.parentNode[expando]._isOutsideThisEl(evt.target); + !insertion && nearestEmptyInsertDetectEvent(evt); + } + !options.dragoverBubble && evt.stopPropagation && evt.stopPropagation(); + return completedFired = true; + } + function changed() { + newIndex = index(dragEl); + newDraggableIndex = index(dragEl, options.draggable); + _dispatchEvent({ + sortable: _this, + name: "change", + toEl: el, + newIndex, + newDraggableIndex, + originalEvent: evt + }); + } + if (evt.preventDefault !== void 0) { + evt.cancelable && evt.preventDefault(); + } + target = closest(target, options.draggable, el, true); + dragOverEvent("dragOver"); + if (Sortable.eventCanceled) + return completedFired; + if (dragEl.contains(evt.target) || target.animated && target.animatingX && target.animatingY || _this._ignoreWhileAnimating === target) { + return completed(false); + } + ignoreNextClick = false; + if (activeSortable && !options.disabled && (isOwner ? canSort || (revert = parentEl !== rootEl) : putSortable === this || (this.lastPutMode = activeGroup.checkPull(this, activeSortable, dragEl, evt)) && group.checkPut(this, activeSortable, dragEl, evt))) { + vertical = this._getDirection(evt, target) === "vertical"; + dragRect = getRect(dragEl); + dragOverEvent("dragOverValid"); + if (Sortable.eventCanceled) + return completedFired; + if (revert) { + parentEl = rootEl; + capture(); + this._hideClone(); + dragOverEvent("revert"); + if (!Sortable.eventCanceled) { + if (nextEl) { + rootEl.insertBefore(dragEl, nextEl); + } else { + rootEl.appendChild(dragEl); + } + } + return completed(true); + } + var elLastChild = lastChild(el, options.draggable); + if (!elLastChild || _ghostIsLast(evt, vertical, this) && !elLastChild.animated) { + if (elLastChild === dragEl) { + return completed(false); + } + if (elLastChild && el === evt.target) { + target = elLastChild; + } + if (target) { + targetRect = getRect(target); + } + if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, !!target) !== false) { + capture(); + el.appendChild(dragEl); + parentEl = el; + changed(); + return completed(true); + } + } else if (elLastChild && _ghostIsFirst(evt, vertical, this)) { + var firstChild = getChild(el, 0, options, true); + if (firstChild === dragEl) { + return completed(false); + } + target = firstChild; + targetRect = getRect(target); + if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, false) !== false) { + capture(); + el.insertBefore(dragEl, firstChild); + parentEl = el; + changed(); + return completed(true); + } + } else if (target.parentNode === el) { + targetRect = getRect(target); + var direction = 0, targetBeforeFirstSwap, differentLevel = dragEl.parentNode !== el, differentRowCol = !_dragElInRowColumn(dragEl.animated && dragEl.toRect || dragRect, target.animated && target.toRect || targetRect, vertical), side1 = vertical ? "top" : "left", scrolledPastTop = isScrolledPast(target, "top", "top") || isScrolledPast(dragEl, "top", "top"), scrollBefore = scrolledPastTop ? scrolledPastTop.scrollTop : void 0; + if (lastTarget !== target) { + targetBeforeFirstSwap = targetRect[side1]; + pastFirstInvertThresh = false; + isCircumstantialInvert = !differentRowCol && options.invertSwap || differentLevel; + } + direction = _getSwapDirection(evt, target, targetRect, vertical, differentRowCol ? 1 : options.swapThreshold, options.invertedSwapThreshold == null ? options.swapThreshold : options.invertedSwapThreshold, isCircumstantialInvert, lastTarget === target); + var sibling; + if (direction !== 0) { + var dragIndex = index(dragEl); + do { + dragIndex -= direction; + sibling = parentEl.children[dragIndex]; + } while (sibling && (css(sibling, "display") === "none" || sibling === ghostEl)); + } + if (direction === 0 || sibling === target) { + return completed(false); + } + lastTarget = target; + lastDirection = direction; + var nextSibling = target.nextElementSibling, after = false; + after = direction === 1; + var moveVector = _onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, after); + if (moveVector !== false) { + if (moveVector === 1 || moveVector === -1) { + after = moveVector === 1; + } + _silent = true; + setTimeout(_unsilent, 30); + capture(); + if (after && !nextSibling) { + el.appendChild(dragEl); + } else { + target.parentNode.insertBefore(dragEl, after ? nextSibling : target); + } + if (scrolledPastTop) { + scrollBy(scrolledPastTop, 0, scrollBefore - scrolledPastTop.scrollTop); + } + parentEl = dragEl.parentNode; + if (targetBeforeFirstSwap !== void 0 && !isCircumstantialInvert) { + targetMoveDistance = Math.abs(targetBeforeFirstSwap - getRect(target)[side1]); + } + changed(); + return completed(true); + } + } + if (el.contains(dragEl)) { + return completed(false); + } + } + return false; + }, + _ignoreWhileAnimating: null, + _offMoveEvents: function _offMoveEvents() { + off(document, "mousemove", this._onTouchMove); + off(document, "touchmove", this._onTouchMove); + off(document, "pointermove", this._onTouchMove); + off(document, "dragover", nearestEmptyInsertDetectEvent); + off(document, "mousemove", nearestEmptyInsertDetectEvent); + off(document, "touchmove", nearestEmptyInsertDetectEvent); + }, + _offUpEvents: function _offUpEvents() { + var ownerDocument = this.el.ownerDocument; + off(ownerDocument, "mouseup", this._onDrop); + off(ownerDocument, "touchend", this._onDrop); + off(ownerDocument, "pointerup", this._onDrop); + off(ownerDocument, "touchcancel", this._onDrop); + off(document, "selectstart", this); + }, + _onDrop: function _onDrop(evt) { + var el = this.el, options = this.options; + newIndex = index(dragEl); + newDraggableIndex = index(dragEl, options.draggable); + pluginEvent2("drop", this, { + evt + }); + parentEl = dragEl && dragEl.parentNode; + newIndex = index(dragEl); + newDraggableIndex = index(dragEl, options.draggable); + if (Sortable.eventCanceled) { + this._nulling(); + return; + } + awaitingDragStarted = false; + isCircumstantialInvert = false; + pastFirstInvertThresh = false; + clearInterval(this._loopId); + clearTimeout(this._dragStartTimer); + _cancelNextTick(this.cloneId); + _cancelNextTick(this._dragStartId); + if (this.nativeDraggable) { + off(document, "drop", this); + off(el, "dragstart", this._onDragStart); + } + this._offMoveEvents(); + this._offUpEvents(); + if (Safari) { + css(document.body, "user-select", ""); + } + css(dragEl, "transform", ""); + if (evt) { + if (moved) { + evt.cancelable && evt.preventDefault(); + !options.dropBubble && evt.stopPropagation(); + } + ghostEl && ghostEl.parentNode && ghostEl.parentNode.removeChild(ghostEl); + if (rootEl === parentEl || putSortable && putSortable.lastPutMode !== "clone") { + cloneEl && cloneEl.parentNode && cloneEl.parentNode.removeChild(cloneEl); + } + if (dragEl) { + if (this.nativeDraggable) { + off(dragEl, "dragend", this); + } + _disableDraggable(dragEl); + dragEl.style["will-change"] = ""; + if (moved && !awaitingDragStarted) { + toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : this.options.ghostClass, false); + } + toggleClass(dragEl, this.options.chosenClass, false); + _dispatchEvent({ + sortable: this, + name: "unchoose", + toEl: parentEl, + newIndex: null, + newDraggableIndex: null, + originalEvent: evt + }); + if (rootEl !== parentEl) { + if (newIndex >= 0) { + _dispatchEvent({ + rootEl: parentEl, + name: "add", + toEl: parentEl, + fromEl: rootEl, + originalEvent: evt + }); + _dispatchEvent({ + sortable: this, + name: "remove", + toEl: parentEl, + originalEvent: evt + }); + _dispatchEvent({ + rootEl: parentEl, + name: "sort", + toEl: parentEl, + fromEl: rootEl, + originalEvent: evt + }); + _dispatchEvent({ + sortable: this, + name: "sort", + toEl: parentEl, + originalEvent: evt + }); + } + putSortable && putSortable.save(); + } else { + if (newIndex !== oldIndex) { + if (newIndex >= 0) { + _dispatchEvent({ + sortable: this, + name: "update", + toEl: parentEl, + originalEvent: evt + }); + _dispatchEvent({ + sortable: this, + name: "sort", + toEl: parentEl, + originalEvent: evt + }); + } + } + } + if (Sortable.active) { + if (newIndex == null || newIndex === -1) { + newIndex = oldIndex; + newDraggableIndex = oldDraggableIndex; + } + _dispatchEvent({ + sortable: this, + name: "end", + toEl: parentEl, + originalEvent: evt + }); + this.save(); + } + } + } + this._nulling(); + }, + _nulling: function _nulling() { + pluginEvent2("nulling", this); + rootEl = dragEl = parentEl = ghostEl = nextEl = cloneEl = lastDownEl = cloneHidden = tapEvt = touchEvt = moved = newIndex = newDraggableIndex = oldIndex = oldDraggableIndex = lastTarget = lastDirection = putSortable = activeGroup = Sortable.dragged = Sortable.ghost = Sortable.clone = Sortable.active = null; + savedInputChecked.forEach(function(el) { + el.checked = true; + }); + savedInputChecked.length = lastDx = lastDy = 0; + }, + handleEvent: function handleEvent(evt) { + switch (evt.type) { + case "drop": + case "dragend": + this._onDrop(evt); + break; + case "dragenter": + case "dragover": + if (dragEl) { + this._onDragOver(evt); + _globalDragOver(evt); + } + break; + case "selectstart": + evt.preventDefault(); + break; + } + }, + toArray: function toArray() { + var order = [], el, children = this.el.children, i = 0, n = children.length, options = this.options; + for (; i < n; i++) { + el = children[i]; + if (closest(el, options.draggable, this.el, false)) { + order.push(el.getAttribute(options.dataIdAttr) || _generateId(el)); + } + } + return order; + }, + sort: function sort(order, useAnimation) { + var items = {}, rootEl2 = this.el; + this.toArray().forEach(function(id, i) { + var el = rootEl2.children[i]; + if (closest(el, this.options.draggable, rootEl2, false)) { + items[id] = el; + } + }, this); + useAnimation && this.captureAnimationState(); + order.forEach(function(id) { + if (items[id]) { + rootEl2.removeChild(items[id]); + rootEl2.appendChild(items[id]); + } + }); + useAnimation && this.animateAll(); + }, + save: function save() { + var store = this.options.store; + store && store.set && store.set(this); + }, + closest: function closest$1(el, selector) { + return closest(el, selector || this.options.draggable, this.el, false); + }, + option: function option(name, value) { + var options = this.options; + if (value === void 0) { + return options[name]; + } else { + var modifiedValue = PluginManager.modifyOption(this, name, value); + if (typeof modifiedValue !== "undefined") { + options[name] = modifiedValue; + } else { + options[name] = value; + } + if (name === "group") { + _prepareGroup(options); + } + } + }, + destroy: function destroy() { + pluginEvent2("destroy", this); + var el = this.el; + el[expando] = null; + off(el, "mousedown", this._onTapStart); + off(el, "touchstart", this._onTapStart); + off(el, "pointerdown", this._onTapStart); + if (this.nativeDraggable) { + off(el, "dragover", this); + off(el, "dragenter", this); + } + Array.prototype.forEach.call(el.querySelectorAll("[draggable]"), function(el2) { + el2.removeAttribute("draggable"); + }); + this._onDrop(); + this._disableDelayedDragEvents(); + sortables.splice(sortables.indexOf(this.el), 1); + this.el = el = null; + }, + _hideClone: function _hideClone() { + if (!cloneHidden) { + pluginEvent2("hideClone", this); + if (Sortable.eventCanceled) + return; + css(cloneEl, "display", "none"); + if (this.options.removeCloneOnHide && cloneEl.parentNode) { + cloneEl.parentNode.removeChild(cloneEl); + } + cloneHidden = true; + } + }, + _showClone: function _showClone(putSortable2) { + if (putSortable2.lastPutMode !== "clone") { + this._hideClone(); + return; + } + if (cloneHidden) { + pluginEvent2("showClone", this); + if (Sortable.eventCanceled) + return; + if (dragEl.parentNode == rootEl && !this.options.group.revertClone) { + rootEl.insertBefore(cloneEl, dragEl); + } else if (nextEl) { + rootEl.insertBefore(cloneEl, nextEl); + } else { + rootEl.appendChild(cloneEl); + } + if (this.options.group.revertClone) { + this.animate(dragEl, cloneEl); + } + css(cloneEl, "display", ""); + cloneHidden = false; + } + } +}; +function _globalDragOver(evt) { + if (evt.dataTransfer) { + evt.dataTransfer.dropEffect = "move"; + } + evt.cancelable && evt.preventDefault(); +} +function _onMove(fromEl, toEl, dragEl2, dragRect, targetEl, targetRect, originalEvent, willInsertAfter) { + var evt, sortable = fromEl[expando], onMoveFn = sortable.options.onMove, retVal; + if (window.CustomEvent && !IE11OrLess && !Edge) { + evt = new CustomEvent("move", { + bubbles: true, + cancelable: true + }); + } else { + evt = document.createEvent("Event"); + evt.initEvent("move", true, true); + } + evt.to = toEl; + evt.from = fromEl; + evt.dragged = dragEl2; + evt.draggedRect = dragRect; + evt.related = targetEl || toEl; + evt.relatedRect = targetRect || getRect(toEl); + evt.willInsertAfter = willInsertAfter; + evt.originalEvent = originalEvent; + fromEl.dispatchEvent(evt); + if (onMoveFn) { + retVal = onMoveFn.call(sortable, evt, originalEvent); + } + return retVal; +} +function _disableDraggable(el) { + el.draggable = false; +} +function _unsilent() { + _silent = false; +} +function _ghostIsFirst(evt, vertical, sortable) { + var rect = getRect(getChild(sortable.el, 0, sortable.options, true)); + var spacer = 10; + return vertical ? evt.clientX < rect.left - spacer || evt.clientY < rect.top && evt.clientX < rect.right : evt.clientY < rect.top - spacer || evt.clientY < rect.bottom && evt.clientX < rect.left; +} +function _ghostIsLast(evt, vertical, sortable) { + var rect = getRect(lastChild(sortable.el, sortable.options.draggable)); + var spacer = 10; + return vertical ? evt.clientX > rect.right + spacer || evt.clientX <= rect.right && evt.clientY > rect.bottom && evt.clientX >= rect.left : evt.clientX > rect.right && evt.clientY > rect.top || evt.clientX <= rect.right && evt.clientY > rect.bottom + spacer; +} +function _getSwapDirection(evt, target, targetRect, vertical, swapThreshold, invertedSwapThreshold, invertSwap, isLastTarget) { + var mouseOnAxis = vertical ? evt.clientY : evt.clientX, targetLength = vertical ? targetRect.height : targetRect.width, targetS1 = vertical ? targetRect.top : targetRect.left, targetS2 = vertical ? targetRect.bottom : targetRect.right, invert = false; + if (!invertSwap) { + if (isLastTarget && targetMoveDistance < targetLength * swapThreshold) { + if (!pastFirstInvertThresh && (lastDirection === 1 ? mouseOnAxis > targetS1 + targetLength * invertedSwapThreshold / 2 : mouseOnAxis < targetS2 - targetLength * invertedSwapThreshold / 2)) { + pastFirstInvertThresh = true; + } + if (!pastFirstInvertThresh) { + if (lastDirection === 1 ? mouseOnAxis < targetS1 + targetMoveDistance : mouseOnAxis > targetS2 - targetMoveDistance) { + return -lastDirection; + } + } else { + invert = true; + } + } else { + if (mouseOnAxis > targetS1 + targetLength * (1 - swapThreshold) / 2 && mouseOnAxis < targetS2 - targetLength * (1 - swapThreshold) / 2) { + return _getInsertDirection(target); + } + } + } + invert = invert || invertSwap; + if (invert) { + if (mouseOnAxis < targetS1 + targetLength * invertedSwapThreshold / 2 || mouseOnAxis > targetS2 - targetLength * invertedSwapThreshold / 2) { + return mouseOnAxis > targetS1 + targetLength / 2 ? 1 : -1; + } + } + return 0; +} +function _getInsertDirection(target) { + if (index(dragEl) < index(target)) { + return 1; + } else { + return -1; + } +} +function _generateId(el) { + var str = el.tagName + el.className + el.src + el.href + el.textContent, i = str.length, sum = 0; + while (i--) { + sum += str.charCodeAt(i); + } + return sum.toString(36); +} +function _saveInputCheckedState(root) { + savedInputChecked.length = 0; + var inputs = root.getElementsByTagName("input"); + var idx = inputs.length; + while (idx--) { + var el = inputs[idx]; + el.checked && savedInputChecked.push(el); + } +} +function _nextTick(fn) { + return setTimeout(fn, 0); +} +function _cancelNextTick(id) { + return clearTimeout(id); +} +if (documentExists) { + on(document, "touchmove", function(evt) { + if ((Sortable.active || awaitingDragStarted) && evt.cancelable) { + evt.preventDefault(); + } + }); +} +Sortable.utils = { + on, + off, + css, + find, + is: function is(el, selector) { + return !!closest(el, selector, el, false); + }, + extend, + throttle, + closest, + toggleClass, + clone, + index, + nextTick: _nextTick, + cancelNextTick: _cancelNextTick, + detectDirection: _detectDirection, + getChild +}; +Sortable.get = function(element) { + return element[expando]; +}; +Sortable.mount = function() { + for (var _len = arguments.length, plugins2 = new Array(_len), _key = 0; _key < _len; _key++) { + plugins2[_key] = arguments[_key]; + } + if (plugins2[0].constructor === Array) + plugins2 = plugins2[0]; + plugins2.forEach(function(plugin) { + if (!plugin.prototype || !plugin.prototype.constructor) { + throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(plugin)); + } + if (plugin.utils) + Sortable.utils = _objectSpread2(_objectSpread2({}, Sortable.utils), plugin.utils); + PluginManager.mount(plugin); + }); +}; +Sortable.create = function(el, options) { + return new Sortable(el, options); +}; +Sortable.version = version; +var autoScrolls = [], scrollEl, scrollRootEl, scrolling = false, lastAutoScrollX, lastAutoScrollY, touchEvt$1, pointerElemChangedInterval; +function AutoScrollPlugin() { + function AutoScroll() { + this.defaults = { + scroll: true, + forceAutoScrollFallback: false, + scrollSensitivity: 30, + scrollSpeed: 10, + bubbleScroll: true + }; + for (var fn in this) { + if (fn.charAt(0) === "_" && typeof this[fn] === "function") { + this[fn] = this[fn].bind(this); + } + } + } + AutoScroll.prototype = { + dragStarted: function dragStarted(_ref) { + var originalEvent = _ref.originalEvent; + if (this.sortable.nativeDraggable) { + on(document, "dragover", this._handleAutoScroll); + } else { + if (this.options.supportPointer) { + on(document, "pointermove", this._handleFallbackAutoScroll); + } else if (originalEvent.touches) { + on(document, "touchmove", this._handleFallbackAutoScroll); + } else { + on(document, "mousemove", this._handleFallbackAutoScroll); + } + } + }, + dragOverCompleted: function dragOverCompleted(_ref2) { + var originalEvent = _ref2.originalEvent; + if (!this.options.dragOverBubble && !originalEvent.rootEl) { + this._handleAutoScroll(originalEvent); + } + }, + drop: function drop3() { + if (this.sortable.nativeDraggable) { + off(document, "dragover", this._handleAutoScroll); + } else { + off(document, "pointermove", this._handleFallbackAutoScroll); + off(document, "touchmove", this._handleFallbackAutoScroll); + off(document, "mousemove", this._handleFallbackAutoScroll); + } + clearPointerElemChangedInterval(); + clearAutoScrolls(); + cancelThrottle(); + }, + nulling: function nulling() { + touchEvt$1 = scrollRootEl = scrollEl = scrolling = pointerElemChangedInterval = lastAutoScrollX = lastAutoScrollY = null; + autoScrolls.length = 0; + }, + _handleFallbackAutoScroll: function _handleFallbackAutoScroll(evt) { + this._handleAutoScroll(evt, true); + }, + _handleAutoScroll: function _handleAutoScroll(evt, fallback) { + var _this = this; + var x = (evt.touches ? evt.touches[0] : evt).clientX, y = (evt.touches ? evt.touches[0] : evt).clientY, elem = document.elementFromPoint(x, y); + touchEvt$1 = evt; + if (fallback || this.options.forceAutoScrollFallback || Edge || IE11OrLess || Safari) { + autoScroll(evt, this.options, elem, fallback); + var ogElemScroller = getParentAutoScrollElement(elem, true); + if (scrolling && (!pointerElemChangedInterval || x !== lastAutoScrollX || y !== lastAutoScrollY)) { + pointerElemChangedInterval && clearPointerElemChangedInterval(); + pointerElemChangedInterval = setInterval(function() { + var newElem = getParentAutoScrollElement(document.elementFromPoint(x, y), true); + if (newElem !== ogElemScroller) { + ogElemScroller = newElem; + clearAutoScrolls(); + } + autoScroll(evt, _this.options, newElem, fallback); + }, 10); + lastAutoScrollX = x; + lastAutoScrollY = y; + } + } else { + if (!this.options.bubbleScroll || getParentAutoScrollElement(elem, true) === getWindowScrollingElement()) { + clearAutoScrolls(); + return; + } + autoScroll(evt, this.options, getParentAutoScrollElement(elem, false), false); + } + } + }; + return _extends(AutoScroll, { + pluginName: "scroll", + initializeByDefault: true + }); +} +function clearAutoScrolls() { + autoScrolls.forEach(function(autoScroll2) { + clearInterval(autoScroll2.pid); + }); + autoScrolls = []; +} +function clearPointerElemChangedInterval() { + clearInterval(pointerElemChangedInterval); +} +var autoScroll = throttle(function(evt, options, rootEl2, isFallback) { + if (!options.scroll) + return; + var x = (evt.touches ? evt.touches[0] : evt).clientX, y = (evt.touches ? evt.touches[0] : evt).clientY, sens = options.scrollSensitivity, speed = options.scrollSpeed, winScroller = getWindowScrollingElement(); + var scrollThisInstance = false, scrollCustomFn; + if (scrollRootEl !== rootEl2) { + scrollRootEl = rootEl2; + clearAutoScrolls(); + scrollEl = options.scroll; + scrollCustomFn = options.scrollFn; + if (scrollEl === true) { + scrollEl = getParentAutoScrollElement(rootEl2, true); + } + } + var layersOut = 0; + var currentParent = scrollEl; + do { + var el = currentParent, rect = getRect(el), top = rect.top, bottom = rect.bottom, left = rect.left, right = rect.right, width = rect.width, height = rect.height, canScrollX = void 0, canScrollY = void 0, scrollWidth = el.scrollWidth, scrollHeight = el.scrollHeight, elCSS = css(el), scrollPosX = el.scrollLeft, scrollPosY = el.scrollTop; + if (el === winScroller) { + canScrollX = width < scrollWidth && (elCSS.overflowX === "auto" || elCSS.overflowX === "scroll" || elCSS.overflowX === "visible"); + canScrollY = height < scrollHeight && (elCSS.overflowY === "auto" || elCSS.overflowY === "scroll" || elCSS.overflowY === "visible"); + } else { + canScrollX = width < scrollWidth && (elCSS.overflowX === "auto" || elCSS.overflowX === "scroll"); + canScrollY = height < scrollHeight && (elCSS.overflowY === "auto" || elCSS.overflowY === "scroll"); + } + var vx = canScrollX && (Math.abs(right - x) <= sens && scrollPosX + width < scrollWidth) - (Math.abs(left - x) <= sens && !!scrollPosX); + var vy = canScrollY && (Math.abs(bottom - y) <= sens && scrollPosY + height < scrollHeight) - (Math.abs(top - y) <= sens && !!scrollPosY); + if (!autoScrolls[layersOut]) { + for (var i = 0; i <= layersOut; i++) { + if (!autoScrolls[i]) { + autoScrolls[i] = {}; + } + } + } + if (autoScrolls[layersOut].vx != vx || autoScrolls[layersOut].vy != vy || autoScrolls[layersOut].el !== el) { + autoScrolls[layersOut].el = el; + autoScrolls[layersOut].vx = vx; + autoScrolls[layersOut].vy = vy; + clearInterval(autoScrolls[layersOut].pid); + if (vx != 0 || vy != 0) { + scrollThisInstance = true; + autoScrolls[layersOut].pid = setInterval(function() { + if (isFallback && this.layer === 0) { + Sortable.active._onTouchMove(touchEvt$1); + } + var scrollOffsetY = autoScrolls[this.layer].vy ? autoScrolls[this.layer].vy * speed : 0; + var scrollOffsetX = autoScrolls[this.layer].vx ? autoScrolls[this.layer].vx * speed : 0; + if (typeof scrollCustomFn === "function") { + if (scrollCustomFn.call(Sortable.dragged.parentNode[expando], scrollOffsetX, scrollOffsetY, evt, touchEvt$1, autoScrolls[this.layer].el) !== "continue") { + return; + } + } + scrollBy(autoScrolls[this.layer].el, scrollOffsetX, scrollOffsetY); + }.bind({ + layer: layersOut + }), 24); + } + } + layersOut++; + } while (options.bubbleScroll && currentParent !== winScroller && (currentParent = getParentAutoScrollElement(currentParent, false))); + scrolling = scrollThisInstance; +}, 30); +var drop = function drop2(_ref) { + var originalEvent = _ref.originalEvent, putSortable2 = _ref.putSortable, dragEl2 = _ref.dragEl, activeSortable = _ref.activeSortable, dispatchSortableEvent = _ref.dispatchSortableEvent, hideGhostForTarget = _ref.hideGhostForTarget, unhideGhostForTarget = _ref.unhideGhostForTarget; + if (!originalEvent) + return; + var toSortable = putSortable2 || activeSortable; + hideGhostForTarget(); + var touch = originalEvent.changedTouches && originalEvent.changedTouches.length ? originalEvent.changedTouches[0] : originalEvent; + var target = document.elementFromPoint(touch.clientX, touch.clientY); + unhideGhostForTarget(); + if (toSortable && !toSortable.el.contains(target)) { + dispatchSortableEvent("spill"); + this.onSpill({ + dragEl: dragEl2, + putSortable: putSortable2 + }); + } +}; +function Revert() { +} +Revert.prototype = { + startIndex: null, + dragStart: function dragStart(_ref2) { + var oldDraggableIndex2 = _ref2.oldDraggableIndex; + this.startIndex = oldDraggableIndex2; + }, + onSpill: function onSpill(_ref3) { + var dragEl2 = _ref3.dragEl, putSortable2 = _ref3.putSortable; + this.sortable.captureAnimationState(); + if (putSortable2) { + putSortable2.captureAnimationState(); + } + var nextSibling = getChild(this.sortable.el, this.startIndex, this.options); + if (nextSibling) { + this.sortable.el.insertBefore(dragEl2, nextSibling); + } else { + this.sortable.el.appendChild(dragEl2); + } + this.sortable.animateAll(); + if (putSortable2) { + putSortable2.animateAll(); + } + }, + drop +}; +_extends(Revert, { + pluginName: "revertOnSpill" +}); +function Remove() { +} +Remove.prototype = { + onSpill: function onSpill2(_ref4) { + var dragEl2 = _ref4.dragEl, putSortable2 = _ref4.putSortable; + var parentSortable = putSortable2 || this.sortable; + parentSortable.captureAnimationState(); + dragEl2.parentNode && dragEl2.parentNode.removeChild(dragEl2); + parentSortable.animateAll(); + }, + drop +}; +_extends(Remove, { + pluginName: "removeOnSpill" +}); +Sortable.mount(new AutoScrollPlugin()); +Sortable.mount(Remove, Revert); +function removeNode(node) { + if (node.parentElement !== null) { + node.parentElement.removeChild(node); + } +} +function insertNodeAt(fatherNode, node, position) { + const refNode = position === 0 ? fatherNode.children[0] : fatherNode.children[position - 1].nextSibling; + fatherNode.insertBefore(node, refNode); +} +function getConsole() { + if (typeof window !== "undefined") { + return window.console; + } + return global.console; +} +const console = getConsole(); +function cached(fn) { + const cache = /* @__PURE__ */ Object.create(null); + return function cachedFn(str) { + const hit = cache[str]; + return hit || (cache[str] = fn(str)); + }; +} +const regex = /-(\w)/g; +const camelize = cached((str) => str.replace(regex, (_, c) => c.toUpperCase())); +const manageAndEmit$1 = ["Start", "Add", "Remove", "Update", "End"]; +const emit$1 = ["Choose", "Unchoose", "Sort", "Filter", "Clone"]; +const manage$1 = ["Move"]; +const eventHandlerNames = [manage$1, manageAndEmit$1, emit$1].flatMap((events2) => events2).map((evt) => `on${evt}`); +const events = { + manage: manage$1, + manageAndEmit: manageAndEmit$1, + emit: emit$1 +}; +function isReadOnly(eventName) { + return eventHandlerNames.indexOf(eventName) !== -1; +} +const tags = [ + "a", + "abbr", + "address", + "area", + "article", + "aside", + "audio", + "b", + "base", + "bdi", + "bdo", + "blockquote", + "body", + "br", + "button", + "canvas", + "caption", + "cite", + "code", + "col", + "colgroup", + "data", + "datalist", + "dd", + "del", + "details", + "dfn", + "dialog", + "div", + "dl", + "dt", + "em", + "embed", + "fieldset", + "figcaption", + "figure", + "footer", + "form", + "h1", + "h2", + "h3", + "h4", + "h5", + "h6", + "head", + "header", + "hgroup", + "hr", + "html", + "i", + "iframe", + "img", + "input", + "ins", + "kbd", + "label", + "legend", + "li", + "link", + "main", + "map", + "mark", + "math", + "menu", + "menuitem", + "meta", + "meter", + "nav", + "noscript", + "object", + "ol", + "optgroup", + "option", + "output", + "p", + "param", + "picture", + "pre", + "progress", + "q", + "rb", + "rp", + "rt", + "rtc", + "ruby", + "s", + "samp", + "script", + "section", + "select", + "slot", + "small", + "source", + "span", + "strong", + "style", + "sub", + "summary", + "sup", + "svg", + "table", + "tbody", + "td", + "template", + "textarea", + "tfoot", + "th", + "thead", + "time", + "title", + "tr", + "track", + "u", + "ul", + "var", + "video", + "wbr" +]; +function isHtmlTag(name) { + return tags.includes(name); +} +function isTransition(name) { + return ["transition-group", "TransitionGroup"].includes(name); +} +function isHtmlAttribute(value) { + return ["id", "class", "role", "style"].includes(value) || value.startsWith("data-") || value.startsWith("aria-") || value.startsWith("on"); +} +function project(entries) { + return entries.reduce((res, [key, value]) => { + res[key] = value; + return res; + }, {}); +} +function getComponentAttributes({ $attrs, componentData = {} }) { + const attributes = project( + Object.entries($attrs).filter(([key, _]) => isHtmlAttribute(key)) + ); + return { + ...attributes, + ...componentData + }; +} +function createSortableOption({ $attrs, callBackBuilder }) { + const options = project(getValidSortableEntries($attrs)); + Object.entries(callBackBuilder).forEach(([eventType, eventBuilder]) => { + events[eventType].forEach((event) => { + options[`on${event}`] = eventBuilder(event); + }); + }); + const draggable = `[data-draggable]${options.draggable || ""}`; + return { + ...options, + draggable + }; +} +function getValidSortableEntries(value) { + return Object.entries(value).filter(([key, _]) => !isHtmlAttribute(key)).map(([key, value2]) => [camelize(key), value2]).filter(([key, _]) => !isReadOnly(key)); +} +const getHtmlElementFromNode = ({ el }) => el; +const addContext = (domElement, context) => domElement.__draggable_context = context; +const getContext = (domElement) => domElement.__draggable_context; +class ComponentStructure { + constructor({ + nodes: { header, default: defaultNodes, footer }, + root, + realList + }) { + this.defaultNodes = defaultNodes; + this.children = [...header, ...defaultNodes, ...footer]; + this.externalComponent = root.externalComponent; + this.rootTransition = root.transition; + this.tag = root.tag; + this.realList = realList; + } + get _isRootComponent() { + return this.externalComponent || this.rootTransition; + } + render(h2, attributes) { + const { tag, children, _isRootComponent } = this; + const option2 = !_isRootComponent ? children : { default: () => children }; + return h2(tag, attributes, option2); + } + updated() { + const { defaultNodes, realList } = this; + defaultNodes.forEach((node, index2) => { + addContext(getHtmlElementFromNode(node), { + element: realList[index2], + index: index2 + }); + }); + } + getUnderlyingVm(domElement) { + return getContext(domElement); + } + getVmIndexFromDomIndex(domIndex, element) { + const { defaultNodes } = this; + const { length } = defaultNodes; + const domChildren = element.children; + const domElement = domChildren.item(domIndex); + if (domElement === null) { + return length; + } + const context = getContext(domElement); + if (context) { + return context.index; + } + if (length === 0) { + return 0; + } + const firstDomListElement = getHtmlElementFromNode(defaultNodes[0]); + const indexFirstDomListElement = [...domChildren].findIndex( + (element2) => element2 === firstDomListElement + ); + return domIndex < indexFirstDomListElement ? 0 : length; + } +} +function getSlot(slots, key) { + const slotValue = slots[key]; + return slotValue ? slotValue() : []; +} +function computeNodes({ $slots, realList, getKey }) { + const normalizedList = realList || []; + const [header, footer] = ["header", "footer"].map( + (name) => getSlot($slots, name) + ); + const { item } = $slots; + if (!item) { + throw new Error("draggable element must have an item slot"); + } + const defaultNodes = normalizedList.flatMap( + (element, index2) => item({ element, index: index2 }).map((node) => { + node.key = getKey(element); + node.props = { ...node.props || {}, "data-draggable": true }; + return node; + }) + ); + if (defaultNodes.length !== normalizedList.length) { + throw new Error("Item slot must have only one child"); + } + return { + header, + footer, + default: defaultNodes + }; +} +function getRootInformation(tag) { + const transition = isTransition(tag); + const externalComponent = !isHtmlTag(tag) && !transition; + return { + transition, + externalComponent, + tag: externalComponent ? resolveComponent(tag) : transition ? TransitionGroup : tag + }; +} +function computeComponentStructure({ $slots, tag, realList, getKey }) { + const nodes = computeNodes({ $slots, realList, getKey }); + const root = getRootInformation(tag); + return new ComponentStructure({ nodes, root, realList }); +} +function emit(evtName, evtData) { + nextTick(() => this.$emit(evtName.toLowerCase(), evtData)); +} +function manage(evtName) { + return (evtData, originalElement) => { + if (this.realList !== null) { + return this[`onDrag${evtName}`](evtData, originalElement); + } + }; +} +function manageAndEmit(evtName) { + const delegateCallBack = manage.call(this, evtName); + return (evtData, originalElement) => { + delegateCallBack.call(this, evtData, originalElement); + emit.call(this, evtName, evtData); + }; +} +let draggingElement = null; +const props = { + list: { + type: Array, + required: false, + default: null + }, + modelValue: { + type: Array, + required: false, + default: null + }, + itemKey: { + type: [String, Function], + required: true + }, + clone: { + type: Function, + default: (original) => { + return original; + } + }, + tag: { + type: String, + default: "div" + }, + move: { + type: Function, + default: null + }, + componentData: { + type: Object, + required: false, + default: null + } +}; +const emits = [ + "update:modelValue", + "change", + ...[...events.manageAndEmit, ...events.emit].map((evt) => evt.toLowerCase()) +]; +const draggableComponent = defineComponent({ + name: "draggable", + inheritAttrs: false, + props, + emits, + data() { + return { + error: false + }; + }, + render() { + try { + this.error = false; + const { $slots, $attrs, tag, componentData, realList, getKey } = this; + const componentStructure = computeComponentStructure({ + $slots, + tag, + realList, + getKey + }); + this.componentStructure = componentStructure; + const attributes = getComponentAttributes({ $attrs, componentData }); + return componentStructure.render(h, attributes); + } catch (err) { + this.error = true; + return h("pre", { style: { color: "red" } }, err.stack); + } + }, + created() { + if (this.list !== null && this.modelValue !== null) { + console.error( + "modelValue and list props are mutually exclusive! Please set one or another." + ); + } + }, + mounted() { + if (this.error) { + return; + } + const { $attrs, $el, componentStructure } = this; + componentStructure.updated(); + const sortableOptions = createSortableOption({ + $attrs, + callBackBuilder: { + manageAndEmit: (event) => manageAndEmit.call(this, event), + emit: (event) => emit.bind(this, event), + manage: (event) => manage.call(this, event) + } + }); + const targetDomElement = $el.nodeType === 1 ? $el : $el.parentElement; + this._sortable = new Sortable(targetDomElement, sortableOptions); + this.targetDomElement = targetDomElement; + targetDomElement.__draggable_component__ = this; + }, + updated() { + this.componentStructure.updated(); + }, + beforeUnmount() { + if (this._sortable !== void 0) + this._sortable.destroy(); + }, + computed: { + realList() { + const { list } = this; + return list ? list : this.modelValue; + }, + getKey() { + const { itemKey } = this; + if (typeof itemKey === "function") { + return itemKey; + } + return (element) => element[itemKey]; + } + }, + watch: { + $attrs: { + handler(newOptionValue) { + const { _sortable } = this; + if (!_sortable) + return; + getValidSortableEntries(newOptionValue).forEach(([key, value]) => { + _sortable.option(key, value); + }); + }, + deep: true + } + }, + methods: { + getUnderlyingVm(domElement) { + return this.componentStructure.getUnderlyingVm(domElement) || null; + }, + getUnderlyingPotencialDraggableComponent(htmElement) { + return htmElement.__draggable_component__; + }, + emitChanges(evt) { + nextTick(() => this.$emit("change", evt)); + }, + alterList(onList) { + if (this.list) { + onList(this.list); + return; + } + const newList = [...this.modelValue]; + onList(newList); + this.$emit("update:modelValue", newList); + }, + spliceList() { + const spliceList = (list) => list.splice(...arguments); + this.alterList(spliceList); + }, + updatePosition(oldIndex2, newIndex2) { + const updatePosition = (list) => list.splice(newIndex2, 0, list.splice(oldIndex2, 1)[0]); + this.alterList(updatePosition); + }, + getRelatedContextFromMoveEvent({ to, related }) { + const component = this.getUnderlyingPotencialDraggableComponent(to); + if (!component) { + return { component }; + } + const list = component.realList; + const context = { list, component }; + if (to !== related && list) { + const destination = component.getUnderlyingVm(related) || {}; + return { ...destination, ...context }; + } + return context; + }, + getVmIndexFromDomIndex(domIndex) { + return this.componentStructure.getVmIndexFromDomIndex( + domIndex, + this.targetDomElement + ); + }, + onDragStart(evt) { + this.context = this.getUnderlyingVm(evt.item); + evt.item._underlying_vm_ = this.clone(this.context.element); + draggingElement = evt.item; + }, + onDragAdd(evt) { + const element = evt.item._underlying_vm_; + if (element === void 0) { + return; + } + removeNode(evt.item); + const newIndex2 = this.getVmIndexFromDomIndex(evt.newIndex); + this.spliceList(newIndex2, 0, element); + const added = { element, newIndex: newIndex2 }; + this.emitChanges({ added }); + }, + onDragRemove(evt) { + insertNodeAt(this.$el, evt.item, evt.oldIndex); + if (evt.pullMode === "clone") { + removeNode(evt.clone); + return; + } + const { index: oldIndex2, element } = this.context; + this.spliceList(oldIndex2, 1); + const removed = { element, oldIndex: oldIndex2 }; + this.emitChanges({ removed }); + }, + onDragUpdate(evt) { + removeNode(evt.item); + insertNodeAt(evt.from, evt.item, evt.oldIndex); + const oldIndex2 = this.context.index; + const newIndex2 = this.getVmIndexFromDomIndex(evt.newIndex); + this.updatePosition(oldIndex2, newIndex2); + const moved2 = { element: this.context.element, oldIndex: oldIndex2, newIndex: newIndex2 }; + this.emitChanges({ moved: moved2 }); + }, + computeFutureIndex(relatedContext, evt) { + if (!relatedContext.element) { + return 0; + } + const domChildren = [...evt.to.children].filter( + (el) => el.style["display"] !== "none" + ); + const currentDomIndex = domChildren.indexOf(evt.related); + const currentIndex = relatedContext.component.getVmIndexFromDomIndex( + currentDomIndex + ); + const draggedInList = domChildren.indexOf(draggingElement) !== -1; + return draggedInList || !evt.willInsertAfter ? currentIndex : currentIndex + 1; + }, + onDragMove(evt, originalEvent) { + const { move, realList } = this; + if (!move || !realList) { + return true; + } + const relatedContext = this.getRelatedContextFromMoveEvent(evt); + const futureIndex = this.computeFutureIndex(relatedContext, evt); + const draggedContext = { + ...this.context, + futureIndex + }; + const sendEvent = { + ...evt, + relatedContext, + draggedContext + }; + return move(sendEvent, originalEvent); + }, + onDragEnd() { + draggingElement = null; + } + } +}); +const _hoisted_1$2 = { class: "query-builder-rule" }; +const _hoisted_2$2 = { + key: 0, + class: "query-builder__draggable-handle", + src: _imports_0, + alt: "Drag element to target" +}; +const _hoisted_3$2 = ["textContent"]; +const _hoisted_4$1 = { class: "query-builder-rule__component-container" }; +const _sfc_main$3 = /* @__PURE__ */ defineComponent({ + __name: "QueryBuilderRule", + props: { + config: { + type: Object, + required: true, + validator: (param) => isQueryBuilderConfig(param) + }, + query: { + type: Object + } + }, + emits: ["query-update"], + setup(__props, { emit: emit2 }) { + const props2 = __props; + const definition = computed(() => { + const ruleDefinition = props2.config.rules.find((rule) => rule.identifier === props2.query.identifier); + if (ruleDefinition) { + return ruleDefinition; + } + throw new Error(`Invalid identifier "${props2.query.identifier}": no rule definition available.`); + }); + const component = computed(() => definition.value.component); + const ruleData = computed({ + get: () => props2.query.value, + set: (update) => { + ruleUpdate(update); + } + }); + const ruleSlotProps = computed(() => ({ + ruleComponent: component.value, + ruleData: props2.query.value, + ruleIdentifier: props2.query.identifier, + updateRuleData: (ruleDataParam) => ruleUpdate(ruleDataParam) + })); + function ruleUpdate(update) { + emit2( + "query-update", + { + identifier: props2.query.identifier, + value: update + } + ); + } + const showDragHandle = computed(() => { + if (props2.config.dragging) { + return !props2.config.dragging.disabled; + } + return false; + }); + return (_ctx, _cache) => { + return openBlock(), createElementBlock("div", _hoisted_1$2, [ + unref(showDragHandle) ? (openBlock(), createElementBlock("img", _hoisted_2$2)) : createCommentVNode("", true), + _ctx.$slots.rule ? renderSlot(_ctx.$slots, "rule", normalizeProps(mergeProps({ key: 1 }, unref(ruleSlotProps))), void 0, true) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [ + createElementVNode("span", { + class: "query-builder-rule__name", + textContent: toDisplayString(unref(definition).name) + }, null, 8, _hoisted_3$2), + createElementVNode("div", _hoisted_4$1, [ + (openBlock(), createBlock(resolveDynamicComponent(unref(component)), { + modelValue: unref(ruleData), + "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(ruleData) ? ruleData.value = $event : null) + }, null, 8, ["modelValue"])) + ]) + ], 64)) + ]); + }; + } +}); +const QueryBuilderRule_vue_vue_type_style_index_0_scoped_f61f07d1_lang = ""; +const _export_sfc = (sfc, props2) => { + const target = sfc.__vccOpts || sfc; + for (const [key, val] of props2) { + target[key] = val; + } + return target; +}; +const QueryBuilderRule = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-f61f07d1"]]); +const _withScopeId$1 = (n) => (pushScopeId("data-v-530acb3b"), n = n(), popScopeId(), n); +const _hoisted_1$1 = { class: "query-builder-child" }; +const _hoisted_2$1 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { "aria-hidden": "true" }, "\xD7", -1)); +const _hoisted_3$1 = [ + _hoisted_2$1 +]; +const _sfc_main$2 = /* @__PURE__ */ defineComponent({ + __name: "QueryBuilderChild", + props: { + query: { + type: Object, + required: true, + validator: (query) => isRule(query) || isRuleSet(query) + }, + config: { + type: Object, + required: true, + validator: (param) => isQueryBuilderConfig(param) + }, + depth: Number + }, + emits: ["query-update", "delete-child"], + setup(__props) { + const props2 = __props; + const isRule$1 = computed(() => isRule(props2.query)); + const isRuleSet$1 = computed(() => isRuleSet(props2.query)); + const ruleDefinition = computed(() => { + if (!isRule$1.value) { + return null; + } + const ruleDefinitionResult = props2.config.rules.find((definition2) => definition2.identifier === props2.query.identifier); + return ruleDefinitionResult || null; + }); + const component = computed(() => { + if (isRule$1.value && ruleDefinition.value) { + return QueryBuilderRule; + } + if (isRuleSet$1.value) { + return QueryBuilderGroup; + } + throw new Error("No component definition available."); + }); + computed(() => { + if (isRule$1.value && ruleDefinition.value) { + return ruleDefinition.value; + } + if (isRuleSet$1.value) { + return null; + } + throw new Error("No component definition available."); + }); + return (_ctx, _cache) => { + return openBlock(), createElementBlock("div", _hoisted_1$1, [ + (openBlock(), createBlock(resolveDynamicComponent(unref(component)), { + config: __props.config, + query: __props.query, + depth: __props.depth, + onQueryUpdate: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("query-update", $event)), + class: "query-builder-child__component" + }, createSlots({ _: 2 }, [ + renderList(_ctx.$slots, (_, slotName) => { + return { + name: slotName, + fn: withCtx((props22) => [ + renderSlot(_ctx.$slots, slotName, normalizeProps(guardReactiveProps(props22)), void 0, true) + ]) + }; + }) + ]), 1064, ["config", "query", "depth"])), + createElementVNode("button", { + "aria-label": "Close", + class: "query-builder-child__delete-child", + onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.$emit("delete-child"), ["stop", "prevent"])) + }, _hoisted_3$1) + ]); + }; + } +}); +const QueryBuilderChild_vue_vue_type_style_index_0_scoped_530acb3b_lang = ""; +const QueryBuilderChild = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-530acb3b"]]); +const _withScopeId = (n) => (pushScopeId("data-v-78d4affb"), n = n(), popScopeId(), n); +const _hoisted_1 = { class: "query-builder-group" }; +const _hoisted_2 = { class: "query-builder-group__control" }; +const _hoisted_3 = { + key: 0, + class: "query-builder-group__group-selection-slot" +}; +const _hoisted_4 = { + key: 0, + class: "query-builder__draggable-handle", + src: _imports_0, + alt: "Drag element to target" +}; +const _hoisted_5 = { + key: 1, + class: "query-builder-group__group-selection" +}; +const _hoisted_6 = { + key: 0, + class: "query-builder__draggable-handle", + src: _imports_0, + alt: "Drag element to target" +}; +const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "query-builder-group__group-operator" }, "Operator", -1)); +const _hoisted_8 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("option", { + disabled: "", + value: "" +}, "Select an operator", -1)); +const _hoisted_9 = ["value", "textContent"]; +const _hoisted_10 = { + key: 3, + class: "query-builder-group__group-control" +}; +const _hoisted_11 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("option", { + disabled: "", + value: "" +}, "Select a rule", -1)); +const _hoisted_12 = ["value", "textContent"]; +const _hoisted_13 = ["disabled"]; +const _hoisted_14 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "query-builder-group__spacer" }, null, -1)); +const _sfc_main$1 = /* @__PURE__ */ defineComponent({ + __name: "QueryBuilderGroup", + props: { + config: { + type: Object, + required: true, + validator: (param) => isQueryBuilderConfig(param) + }, + query: { + type: Object + }, + depth: { + type: Number + } + }, + emits: ["query-update"], + setup(__props, { expose, emit: emit2 }) { + const props2 = __props; + const getMergeTrap = inject("getMergeTrap"); + watch(() => props2.query, (n) => pruneChildren()); + watch(() => props2.config.maxDepth, (n) => pruneChildren()); + onMounted(() => pruneChildren()); + function pruneChildren() { + if (children.value.length === props2.query.children.length) { + return; + } + const childrenUpdate = [...children.value]; + emit2( + "query-update", + { + operatorIdentifier: selectedOperator.value, + children: childrenUpdate + } + ); + } + const selectedOperator = computed({ + get: () => props2.query.operatorIdentifier, + set: (operatorIdentifier) => { + emit2( + "query-update", + { + ...props2.query, + operatorIdentifier + } + ); + } + }); + const trap = ref(null); + const selectedRule = ref(""); + const type = QueryBuilderGroupSym; + const children = computed(() => { + if (maxDepthExeeded.value) { + return [...props2.query.children].filter(isRule); + } + return [...props2.query.children]; + }); + const childProxies = computed(() => children.value.map((item, index2) => ({ + __item: item, + __id: index2 + }))); + function updateSort(ev) { + if (ev.moved) { + moveSortedChild(ev.moved); + return; + } + if (ev.added) { + addSortedChild(ev.added); + return; + } + if (ev.removed) { + removeSortedChild(ev.removed); + } + } + function moveSortedChild(move) { + const childrenUpdate = [...children.value]; + childrenUpdate.splice(move.newIndex, 0, childrenUpdate.splice(move.oldIndex, 1)[0]); + emit2( + "query-update", + { + operatorIdentifier: selectedOperator.value, + children: childrenUpdate + } + ); + } + const draggableComponent$1 = ref(null); + function addSortedChild(added) { + var _a; + const childrenUpdate = [...children.value]; + childrenUpdate.splice(added.newIndex, 0, added.element.__item); + getMergeTrap().registerSortUpdate({ + component: (_a = draggableComponent$1.value) == null ? void 0 : _a.$parent, + ev: { + operatorIdentifier: selectedOperator.value, + children: childrenUpdate + }, + adding: true, + affectedIdx: added.newIndex + }); + } + function removeSortedChild(removed) { + var _a; + const childrenUpdate = [...children.value]; + childrenUpdate.splice(removed.oldIndex, 1); + getMergeTrap().registerSortUpdate({ + component: (_a = draggableComponent$1.value) == null ? void 0 : _a.$parent, + ev: { + operatorIdentifier: selectedOperator.value, + children: childrenUpdate + }, + adding: false, + affectedIdx: removed.oldIndex + }); + } + const operators = computed(() => props2.config.operators); + const rules = computed(() => props2.config.rules); + const childDepth = computed(() => props2.depth + 1); + const childDepthClass = computed(() => `query-builder-group__group-children--depth-${childDepth.value}`); + const hasMaxDepth = computed(() => typeof props2.config.maxDepth === "number"); + const maxDepthExeeded = computed(() => { + if (!hasMaxDepth.value) { + return false; + } + return props2.depth >= props2.config.maxDepth; + }); + const borderColor = computed(() => { + if (props2.config.colors && props2.config.colors.length > 0) { + return props2.config.colors[props2.depth % props2.config.colors.length]; + } + return ""; + }); + const getBorderStyle = computed(() => { + if (borderColor.value) { + return `border-color: ${borderColor.value}`; + } + return "border-left: 0"; + }); + const groupOperatorSlotProps = computed(() => ({ + currentOperator: selectedOperator.value, + operators: operators.value, + updateCurrentOperator: (newOperator) => { + emit2( + "query-update", + { + ...props2.query, + operatorIdentifier: newOperator + } + ); + } + })); + const groupControlSlotProps = computed(() => ({ + maxDepthExeeded: maxDepthExeeded.value, + rules: rules.value, + addRule: (newRule) => { + const currentRule = selectedRule.value; + selectedRule.value = newRule; + addRule(); + selectedRule.value = currentRule; + }, + newGroup: () => newGroup() + })); + const dragOptions = computed(() => { + if (!props2.config.dragging) { + return { + disabled: true + }; + } + if (!hasMaxDepth.value) { + return props2.config.dragging; + } + return { + ...props2.config.dragging, + group: { + name: props2.config.dragging.group, + put: (to, from, dragEl2) => { + const dragged = dragEl2 == null ? void 0 : dragEl2.__vue__; + const childDepthCurrent = calculateMaxDepth({ ...dragged.query }, 0); + return props2.depth + childDepthCurrent <= props2.config.maxDepth; + } + } + }; + }); + function calculateMaxDepth(query, depthCnt) { + if (isRule(query)) { + return depthCnt; + } + return query.children.reduce((cntPerChild, c) => Math.max( + cntPerChild, + calculateMaxDepth({ ...c }, depthCnt + 1) + ), depthCnt); + } + const showDragHandle = computed(() => !(dragOptions.value.disabled || props2.depth === 0)); + function addRule() { + const childrenUpdate = [...children.value]; + const selectedRuleFound = props2.config.rules.find((rule) => rule.identifier === selectedRule.value); + if (!selectedRuleFound) { + throw new Error(`Rule identifier "${selectedRule.value}" is invalid.`); + } + if (typeof selectedRuleFound.initialValue === "object" && selectedRuleFound.initialValue !== null) { + throw new Error(`"initialValue" of "${selectedRuleFound.identifier}" must not be an object - use a factory function!`); + } + let value = null; + if (typeof selectedRuleFound.initialValue !== "undefined") { + value = selectedRuleFound.initialValue; + } + if (typeof value === "function") { + value = value(); + } + childrenUpdate.push({ + identifier: selectedRuleFound.identifier, + value + }); + emit2( + "query-update", + { + operatorIdentifier: selectedOperator.value, + children: childrenUpdate + } + ); + selectedRule.value = ""; + } + function newGroup() { + if (maxDepthExeeded.value) { + return; + } + const childrenUpdate = [...children.value]; + childrenUpdate.push({ + operatorIdentifier: props2.config.operators[0].identifier, + children: [] + }); + emit2( + "query-update", + { + operatorIdentifier: selectedOperator.value, + children: childrenUpdate + } + ); + } + function updateChild(position, newChild) { + if (trap.value) { + trap.value(position, newChild); + return; + } + const childrenUpdate = [...children.value]; + childrenUpdate.splice(position, 1, newChild); + emit2( + "query-update", + { + operatorIdentifier: selectedOperator.value, + children: childrenUpdate + } + ); + } + function deleteChild(idx) { + const childrenUpdate = [...children.value]; + childrenUpdate.splice(idx, 1); + emit2( + "query-update", + { + operatorIdentifier: selectedOperator.value, + children: childrenUpdate + } + ); + } + expose({ + type, + children, + depth: computed(() => props2.depth), + selectedOperator, + trap + }); + return (_ctx, _cache) => { + return openBlock(), createElementBlock("div", _hoisted_1, [ + createElementVNode("div", _hoisted_2, [ + _ctx.$slots.groupOperator ? (openBlock(), createElementBlock("div", _hoisted_3, [ + unref(showDragHandle) ? (openBlock(), createElementBlock("img", _hoisted_4)) : createCommentVNode("", true), + renderSlot(_ctx.$slots, "groupOperator", normalizeProps(guardReactiveProps(unref(groupOperatorSlotProps))), void 0, true) + ])) : (openBlock(), createElementBlock("div", _hoisted_5, [ + unref(showDragHandle) ? (openBlock(), createElementBlock("img", _hoisted_6)) : createCommentVNode("", true), + _hoisted_7, + withDirectives(createElementVNode("select", { + "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(selectedOperator) ? selectedOperator.value = $event : null) + }, [ + _hoisted_8, + (openBlock(true), createElementBlock(Fragment, null, renderList(unref(operators), (operator) => { + return openBlock(), createElementBlock("option", { + key: operator.identifier, + value: operator.identifier, + textContent: toDisplayString(operator.name) + }, null, 8, _hoisted_9); + }), 128)) + ], 512), [ + [vModelSelect, unref(selectedOperator)] + ]) + ])), + _ctx.$slots.groupControl ? renderSlot(_ctx.$slots, "groupControl", normalizeProps(mergeProps({ key: 2 }, unref(groupControlSlotProps))), void 0, true) : (openBlock(), createElementBlock("div", _hoisted_10, [ + withDirectives(createElementVNode("select", { + "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => selectedRule.value = $event) + }, [ + _hoisted_11, + (openBlock(true), createElementBlock(Fragment, null, renderList(unref(rules), (rule) => { + return openBlock(), createElementBlock("option", { + key: rule.identifier, + value: rule.identifier, + textContent: toDisplayString(rule.name) + }, null, 8, _hoisted_12); + }), 128)) + ], 512), [ + [vModelSelect, selectedRule.value] + ]), + createElementVNode("button", { + disabled: selectedRule.value === "", + onClick: addRule, + class: "query-builder-group__rule-adding-button" + }, " Add Rule ", 8, _hoisted_13), + !unref(maxDepthExeeded) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [ + _hoisted_14, + createElementVNode("button", { + onClick: newGroup, + class: "query-builder-group__group-adding-button" + }, " Add Group ") + ], 64)) : createCommentVNode("", true) + ])) + ]), + createVNode(unref(draggableComponent), mergeProps({ + class: ["query-builder-group__group-children", unref(childDepthClass)], + style: unref(getBorderStyle), + modelValue: unref(childProxies), + onChange: updateSort, + "item-key": "__id", + tag: "div" + }, unref(dragOptions), { + ref_key: "draggableComponent", + ref: draggableComponent$1 + }), { + item: withCtx(({ element: child, index: idx }) => [ + (openBlock(), createBlock(QueryBuilderChild, { + key: idx, + config: __props.config, + query: child.__item, + depth: unref(childDepth), + onQueryUpdate: ($event) => updateChild(idx, $event), + onDeleteChild: ($event) => deleteChild(idx), + class: "query-builder-group__child" + }, createSlots({ _: 2 }, [ + renderList(_ctx.$slots, (_, slotName) => { + return { + name: slotName, + fn: withCtx((props22) => [ + renderSlot(_ctx.$slots, slotName, normalizeProps(guardReactiveProps(props22)), void 0, true) + ]) + }; + }) + ]), 1032, ["config", "query", "depth", "onQueryUpdate", "onDeleteChild"])) + ]), + _: 3 + }, 16, ["class", "style", "modelValue"]) + ]); + }; + } +}); +const QueryBuilderGroup_vue_vue_type_style_index_0_scoped_78d4affb_lang = ""; +const QueryBuilderGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-78d4affb"]]); +const _sfc_main = /* @__PURE__ */ defineComponent({ + __name: "QueryBuilder", + props: { + modelValue: { + type: Object, + required: false, + default: null, + validator: (query) => query === null || isRuleSet(query) + }, + config: { + type: Object, + required: true, + validator: (param) => isQueryBuilderConfig(param) + } + }, + emits: ["update:modelValue"], + setup(__props, { emit: emit2 }) { + const props2 = __props; + provide("getMergeTrap", provideMergeTrap); + let trap = null; + watch(() => props2.modelValue, () => { + trap = null; + }); + const ruleSet = computed(() => { + if (props2.modelValue) { + return props2.modelValue; + } + if (props2.config.operators.length === 0) { + return { + operatorIdentifier: "", + children: [] + }; + } + return { + operatorIdentifier: props2.config.operators[0].identifier, + children: [] + }; + }); + const queryBuiderConfig = computed(() => { + if (!props2.config.dragging) { + return props2.config; + } + return { + ...props2.config, + dragging: { + handle: ".query-builder__draggable-handle", + ...props2.config.dragging, + group: `${new Date().getTime() * Math.random()}` + } + }; + }); + function updateQuery(newQuery) { + trap = null; + emit2("update:modelValue", { ...newQuery }); + } + function provideMergeTrap() { + if (trap) { + return trap; + } + trap = new MergeTrap(); + return trap; + } + return (_ctx, _cache) => { + return openBlock(), createBlock(QueryBuilderGroup, { + config: unref(queryBuiderConfig), + query: unref(ruleSet), + depth: 0, + class: "query-builder__root", + onQueryUpdate: updateQuery + }, createSlots({ _: 2 }, [ + renderList(_ctx.$slots, (_, slotName) => { + return { + name: slotName, + fn: withCtx((props22) => [ + renderSlot(_ctx.$slots, slotName, normalizeProps(guardReactiveProps(props22)), void 0, true) + ]) + }; + }) + ]), 1032, ["config", "query"]); + }; + } +}); +const QueryBuilder_vue_vue_type_style_index_0_scoped_1676f0cb_lang = ""; +const ReExportQueryBuilder = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1676f0cb"]]); +export { + ReExportQueryBuilder as default +}; +//# sourceMappingURL=query-builder-vue-3.js.map diff --git a/src/utils/query-builder-vue-3/dist/query-builder-vue-3.js.map b/src/utils/query-builder-vue-3/dist/query-builder-vue-3.js.map new file mode 100644 index 0000000000..e208804b23 --- /dev/null +++ b/src/utils/query-builder-vue-3/dist/query-builder-vue-3.js.map @@ -0,0 +1 @@ +{"version":3,"file":"query-builder-vue-3.js","sources":["../src/guards.ts","../node_modules/mitt/dist/mitt.mjs","../src/types.ts","../src/MergeTrap.ts","../src/grip-vertical-solid.svg","../node_modules/vuedraggable/node_modules/sortablejs/modular/sortable.esm.js","../node_modules/vuedraggable/src/util/htmlHelper.js","../node_modules/vuedraggable/src/util/console.js","../node_modules/vuedraggable/src/util/string.js","../node_modules/vuedraggable/src/core/sortableEvents.js","../node_modules/vuedraggable/src/util/tags.js","../node_modules/vuedraggable/src/core/componentBuilderHelper.js","../node_modules/vuedraggable/src/core/componentStructure.js","../node_modules/vuedraggable/src/core/renderHelper.js","../node_modules/vuedraggable/src/vuedraggable.js","../src/QueryBuilderRule.vue","../src/QueryBuilderChild.vue","../src/QueryBuilderGroup.vue","../src/QueryBuilder.vue"],"sourcesContent":["import {\n Rule, RuleSet, QueryBuilderConfig, OperatorDefinition, RuleDefinition,\n} from '@/types';\n\nexport function isRule(param: any): param is Rule {\n if (typeof param !== 'object' || param === null) {\n return false;\n }\n\n if (typeof param.identifier !== 'string') {\n return false;\n }\n\n const { hasOwnProperty } = Object.prototype;\n\n return hasOwnProperty.call(param, 'value');\n}\n\nexport function isRuleSet(param: any): param is RuleSet {\n if (typeof param !== 'object' || param === null) {\n return false;\n }\n\n if (typeof param.operatorIdentifier !== 'string') {\n return false;\n }\n\n return Array.isArray(param.children)\n && param.children.every((child: any) => isRule(child) || isRuleSet(child));\n}\n\nexport function isOperatorDefinition(param: any): param is OperatorDefinition {\n if (typeof param !== 'object' || param === null) {\n return false;\n }\n\n if (typeof param.identifier !== 'string') {\n return false;\n }\n\n return typeof param.name === 'string';\n}\n\nexport function isRuleDefinition(param: any): param is RuleDefinition {\n if (typeof param !== 'object' || param === null) {\n return false;\n }\n\n if (typeof param.identifier !== 'string') {\n return false;\n }\n\n if (typeof param.name !== 'string') {\n return false;\n }\n\n return ['function', 'object', 'string'].includes(typeof param.component);\n}\n\nexport function isQueryBuilderConfig(param: any): param is QueryBuilderConfig {\n if (typeof param !== 'object' || param === null) {\n return false;\n }\n\n return Array.isArray(param.operators)\n && param.operators.every((operator: any) => isOperatorDefinition(operator))\n && Array.isArray(param.rules)\n && param.rules.every((rule: any) => isRuleDefinition(rule))\n && (\n !param.colors\n || (\n Array.isArray(param.colors)\n && param.colors.every((color: any) => typeof color === 'string')\n )\n )\n && (\n typeof param.maxDepth === 'undefined' // optional config value not present\n || (\n typeof param.maxDepth === 'number'\n && param.maxDepth >= 0\n )\n );\n}\n","export default function(n){return{all:n=n||new Map,on:function(t,e){var i=n.get(t);i?i.push(e):n.set(t,[e])},off:function(t,e){var i=n.get(t);i&&(e?i.splice(i.indexOf(e)>>>0,1):n.set(t,[]))},emit:function(t,e){var i=n.get(t);i&&i.slice().map(function(n){n(e)}),(i=n.get(\"*\"))&&i.slice().map(function(n){n(t,e)})}}}\n//# sourceMappingURL=mitt.mjs.map\n","import { Component as VueComponent, ComponentPublicInstance } from 'vue';\nimport { SortableOptions } from 'sortablejs';\n\nexport interface Rule {\n identifier: string,\n value: any,\n}\n\nexport interface RuleSet {\n operatorIdentifier: string,\n children: Array,\n}\n\nexport interface OperatorDefinition {\n identifier: string,\n name: string,\n}\n\nexport interface RuleDefinition {\n identifier: string,\n name: string,\n component: VueComponent | string,\n initialValue?: any,\n}\n\nexport interface QueryBuilderConfig {\n operators: OperatorDefinition[],\n rules: RuleDefinition[],\n maxDepth?: number,\n colors?: string[],\n dragging?: SortableOptions,\n}\n\nexport interface GroupOperatorSlotProps {\n currentOperator: string,\n operators: OperatorDefinition[],\n updateCurrentOperator: (newOperator: string) => void,\n}\n\nexport interface GroupCtrlSlotProps {\n maxDepthExeeded: boolean,\n rules: RuleDefinition[],\n addRule: (newRule: string) => void,\n newGroup: () => void,\n}\n\nexport interface RuleSlotProps {\n ruleComponent: VueComponent | string,\n ruleData: any,\n ruleIdentifier: string,\n updateRuleData: (newData: any) => void,\n}\n\nexport const QueryBuilderGroupSym = Symbol('QueryBuilderGroup');\n\nexport interface QueryBuilderGroup extends ComponentPublicInstance {\n selectedOperator: string,\n depth: number,\n trap: ((position: number, newChild: RuleSet | Rule) => void) | null,\n children: Array,\n type: Symbol,\n}\n\nexport interface ComponentRegistration {\n component: QueryBuilderGroup,\n ev: RuleSet,\n adding: boolean,\n affectedIdx: number,\n}\n\nexport interface MergeTrap {\n registerSortUpdate(update: ComponentRegistration): void,\n}\n","import { ComponentPublicInstance } from 'vue';\nimport mitt, { Emitter } from 'mitt';\nimport {\n QueryBuilderGroupSym,\n RuleSet, QueryBuilderGroup, ComponentRegistration, MergeTrap as MergeTrapInterface, Rule,\n} from './types';\n\nfunction getNextGroup(group: QueryBuilderGroup): QueryBuilderGroup {\n if (group.depth < 1) {\n return group;\n }\n\n let vm: ComponentPublicInstance | null | undefined = group;\n\n do {\n vm = vm.$parent;\n } while ((vm as QueryBuilderGroup).type !== QueryBuilderGroupSym);\n\n return vm as QueryBuilderGroup;\n}\n\nfunction getCommonAncestor(\n nodeA: QueryBuilderGroup,\n nodeB: QueryBuilderGroup,\n): QueryBuilderGroup {\n let a = nodeA;\n let b = nodeB;\n\n if (a.depth !== b.depth) {\n let lower: QueryBuilderGroup = a.depth > b.depth ? a : b;\n const higher: QueryBuilderGroup = a.depth < b.depth ? a : b;\n\n while (lower.depth !== higher.depth) {\n lower = getNextGroup(lower);\n }\n\n // Now both operate on the same level.\n a = lower;\n b = higher;\n }\n\n while (a !== b) {\n a = getNextGroup(a);\n b = getNextGroup(b);\n }\n\n return a;\n}\n\nfunction triggerUpdate(adder: ComponentRegistration, remover: ComponentRegistration): void {\n const commonAncestor = getCommonAncestor(adder.component, remover.component);\n\n if (![adder.component, remover.component].includes(commonAncestor)) {\n mergeViaParent(commonAncestor, adder, remover);\n\n return;\n }\n\n mergeViaNode(commonAncestor, adder, remover);\n}\n\nfunction mergeViaParent(\n commonAncestor: QueryBuilderGroup,\n adder: ComponentRegistration,\n remover: ComponentRegistration,\n): void {\n let children: Array | null = null;\n\n commonAncestor.trap = (position: number, newChild: RuleSet | Rule): void => {\n if (children === null) {\n children = [...commonAncestor.children];\n children.splice(position, 1, newChild);\n\n return;\n }\n\n commonAncestor.trap = null;\n\n children.splice(position, 1, newChild);\n\n commonAncestor.$emit(\n 'query-update',\n {\n operatorIdentifier: commonAncestor.selectedOperator,\n children,\n } as RuleSet,\n );\n };\n\n adder.component.$emit('query-update', adder.ev);\n remover.component.$emit('query-update', remover.ev);\n}\n\nfunction mergeViaNode(\n parentEmitter: QueryBuilderGroup,\n adder: ComponentRegistration,\n remover: ComponentRegistration,\n): void {\n const childEmitter = parentEmitter === adder.component ? remover : adder;\n const children = [...parentEmitter.children];\n\n parentEmitter.trap = (position: number, newChild: RuleSet | Rule): void => {\n parentEmitter.trap = null; // Release trap\n children.splice(position, 1, newChild); // First... accept the update from the child\n\n // Now we'd need to know if the update on the parent is an add or remove action.\n if (parentEmitter === adder.component) {\n // Parent emitter is adding and child is removing an item.\n //\n // First, use the event from the child to patch the current state (see above),\n // then use the state from the adder for inserting at the right idx.\n children.splice(adder.affectedIdx, 0, adder.ev.children[adder.affectedIdx]);\n } else {\n // Parent emitter is removing and child is adding an item.\n //\n // Use the event from the child to patch the current state (see above),\n // then use the state from the remover to remove the correct item.\n children.splice(remover.affectedIdx, 1);\n }\n\n parentEmitter.$emit(\n 'query-update',\n {\n operatorIdentifier: parentEmitter.selectedOperator,\n children,\n } as RuleSet,\n );\n };\n\n childEmitter.component.$emit('query-update', childEmitter.ev);\n}\n\nexport default class MergeTrap implements MergeTrapInterface {\n private eventBus: Emitter;\n\n constructor() {\n this.eventBus = mitt();\n\n Promise.all([\n new Promise(res => this.eventBus.on('adder-registered', res)),\n new Promise(res => this.eventBus.on('remover-registered', res)),\n ])\n .then((args: ComponentRegistration[]) => triggerUpdate(args[0], args[1]))\n .then(() => this.eventBus.all.clear());\n }\n\n public registerSortUpdate(update: ComponentRegistration): void {\n if (update.adding) {\n return this.registerAdder(update);\n }\n\n return this.registerRemover(update);\n }\n\n protected registerAdder(ev: ComponentRegistration): void {\n this.eventBus.emit('adder-registered', ev);\n }\n\n protected registerRemover(ev: ComponentRegistration): void {\n this.eventBus.emit('remover-registered', ev);\n }\n}\n","export default \"data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJncmlwLXZlcnRpY2FsIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtZ3JpcC12ZXJ0aWNhbCBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9IiNCQkIiIGQ9Ik05NiAzMkgzMkMxNC4zMyAzMiAwIDQ2LjMzIDAgNjR2NjRjMCAxNy42NyAxNC4zMyAzMiAzMiAzMmg2NGMxNy42NyAwIDMyLTE0LjMzIDMyLTMyVjY0YzAtMTcuNjctMTQuMzMtMzItMzItMzJ6bTAgMTYwSDMyYy0xNy42NyAwLTMyIDE0LjMzLTMyIDMydjY0YzAgMTcuNjcgMTQuMzMgMzIgMzIgMzJoNjRjMTcuNjcgMCAzMi0xNC4zMyAzMi0zMnYtNjRjMC0xNy42Ny0xNC4zMy0zMi0zMi0zMnptMCAxNjBIMzJjLTE3LjY3IDAtMzIgMTQuMzMtMzIgMzJ2NjRjMCAxNy42NyAxNC4zMyAzMiAzMiAzMmg2NGMxNy42NyAwIDMyLTE0LjMzIDMyLTMydi02NGMwLTE3LjY3LTE0LjMzLTMyLTMyLTMyek0yODggMzJoLTY0Yy0xNy42NyAwLTMyIDE0LjMzLTMyIDMydjY0YzAgMTcuNjcgMTQuMzMgMzIgMzIgMzJoNjRjMTcuNjcgMCAzMi0xNC4zMyAzMi0zMlY2NGMwLTE3LjY3LTE0LjMzLTMyLTMyLTMyem0wIDE2MGgtNjRjLTE3LjY3IDAtMzIgMTQuMzMtMzIgMzJ2NjRjMCAxNy42NyAxNC4zMyAzMiAzMiAzMmg2NGMxNy42NyAwIDMyLTE0LjMzIDMyLTMydi02NGMwLTE3LjY3LTE0LjMzLTMyLTMyLTMyem0wIDE2MGgtNjRjLTE3LjY3IDAtMzIgMTQuMzMtMzIgMzJ2NjRjMCAxNy42NyAxNC4zMyAzMiAzMiAzMmg2NGMxNy42NyAwIDMyLTE0LjMzIDMyLTMydi02NGMwLTE3LjY3LTE0LjMzLTMyLTMyLTMyeiI+PC9wYXRoPjwvc3ZnPgo=\"","/**!\n * Sortable 1.14.0\n * @author\tRubaXa \n * @author\towenm \n * @license MIT\n */\nfunction ownKeys(object, enumerableOnly) {\n var keys = Object.keys(object);\n\n if (Object.getOwnPropertySymbols) {\n var symbols = Object.getOwnPropertySymbols(object);\n\n if (enumerableOnly) {\n symbols = symbols.filter(function (sym) {\n return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n });\n }\n\n keys.push.apply(keys, symbols);\n }\n\n return keys;\n}\n\nfunction _objectSpread2(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i] != null ? arguments[i] : {};\n\n if (i % 2) {\n ownKeys(Object(source), true).forEach(function (key) {\n _defineProperty(target, key, source[key]);\n });\n } else if (Object.getOwnPropertyDescriptors) {\n Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));\n } else {\n ownKeys(Object(source)).forEach(function (key) {\n Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n });\n }\n }\n\n return target;\n}\n\nfunction _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") {\n _typeof = function (obj) {\n return typeof obj;\n };\n } else {\n _typeof = function (obj) {\n return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n };\n }\n\n return _typeof(obj);\n}\n\nfunction _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}\n\nfunction _extends() {\n _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n\n return _extends.apply(this, arguments);\n}\n\nfunction _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}\n\nfunction _objectWithoutProperties(source, excluded) {\n if (source == null) return {};\n\n var target = _objectWithoutPropertiesLoose(source, excluded);\n\n var key, i;\n\n if (Object.getOwnPropertySymbols) {\n var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n\n for (i = 0; i < sourceSymbolKeys.length; i++) {\n key = sourceSymbolKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n target[key] = source[key];\n }\n }\n\n return target;\n}\n\nfunction _toConsumableArray(arr) {\n return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();\n}\n\nfunction _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) return _arrayLikeToArray(arr);\n}\n\nfunction _iterableToArray(iter) {\n if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter);\n}\n\nfunction _unsupportedIterableToArray(o, minLen) {\n if (!o) return;\n if (typeof o === \"string\") return _arrayLikeToArray(o, minLen);\n var n = Object.prototype.toString.call(o).slice(8, -1);\n if (n === \"Object\" && o.constructor) n = o.constructor.name;\n if (n === \"Map\" || n === \"Set\") return Array.from(o);\n if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);\n}\n\nfunction _arrayLikeToArray(arr, len) {\n if (len == null || len > arr.length) len = arr.length;\n\n for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];\n\n return arr2;\n}\n\nfunction _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}\n\nvar version = \"1.14.0\";\n\nfunction userAgent(pattern) {\n if (typeof window !== 'undefined' && window.navigator) {\n return !! /*@__PURE__*/navigator.userAgent.match(pattern);\n }\n}\n\nvar IE11OrLess = userAgent(/(?:Trident.*rv[ :]?11\\.|msie|iemobile|Windows Phone)/i);\nvar Edge = userAgent(/Edge/i);\nvar FireFox = userAgent(/firefox/i);\nvar Safari = userAgent(/safari/i) && !userAgent(/chrome/i) && !userAgent(/android/i);\nvar IOS = userAgent(/iP(ad|od|hone)/i);\nvar ChromeForAndroid = userAgent(/chrome/i) && userAgent(/android/i);\n\nvar captureMode = {\n capture: false,\n passive: false\n};\n\nfunction on(el, event, fn) {\n el.addEventListener(event, fn, !IE11OrLess && captureMode);\n}\n\nfunction off(el, event, fn) {\n el.removeEventListener(event, fn, !IE11OrLess && captureMode);\n}\n\nfunction matches(\n/**HTMLElement*/\nel,\n/**String*/\nselector) {\n if (!selector) return;\n selector[0] === '>' && (selector = selector.substring(1));\n\n if (el) {\n try {\n if (el.matches) {\n return el.matches(selector);\n } else if (el.msMatchesSelector) {\n return el.msMatchesSelector(selector);\n } else if (el.webkitMatchesSelector) {\n return el.webkitMatchesSelector(selector);\n }\n } catch (_) {\n return false;\n }\n }\n\n return false;\n}\n\nfunction getParentOrHost(el) {\n return el.host && el !== document && el.host.nodeType ? el.host : el.parentNode;\n}\n\nfunction closest(\n/**HTMLElement*/\nel,\n/**String*/\nselector,\n/**HTMLElement*/\nctx, includeCTX) {\n if (el) {\n ctx = ctx || document;\n\n do {\n if (selector != null && (selector[0] === '>' ? el.parentNode === ctx && matches(el, selector) : matches(el, selector)) || includeCTX && el === ctx) {\n return el;\n }\n\n if (el === ctx) break;\n /* jshint boss:true */\n } while (el = getParentOrHost(el));\n }\n\n return null;\n}\n\nvar R_SPACE = /\\s+/g;\n\nfunction toggleClass(el, name, state) {\n if (el && name) {\n if (el.classList) {\n el.classList[state ? 'add' : 'remove'](name);\n } else {\n var className = (' ' + el.className + ' ').replace(R_SPACE, ' ').replace(' ' + name + ' ', ' ');\n el.className = (className + (state ? ' ' + name : '')).replace(R_SPACE, ' ');\n }\n }\n}\n\nfunction css(el, prop, val) {\n var style = el && el.style;\n\n if (style) {\n if (val === void 0) {\n if (document.defaultView && document.defaultView.getComputedStyle) {\n val = document.defaultView.getComputedStyle(el, '');\n } else if (el.currentStyle) {\n val = el.currentStyle;\n }\n\n return prop === void 0 ? val : val[prop];\n } else {\n if (!(prop in style) && prop.indexOf('webkit') === -1) {\n prop = '-webkit-' + prop;\n }\n\n style[prop] = val + (typeof val === 'string' ? '' : 'px');\n }\n }\n}\n\nfunction matrix(el, selfOnly) {\n var appliedTransforms = '';\n\n if (typeof el === 'string') {\n appliedTransforms = el;\n } else {\n do {\n var transform = css(el, 'transform');\n\n if (transform && transform !== 'none') {\n appliedTransforms = transform + ' ' + appliedTransforms;\n }\n /* jshint boss:true */\n\n } while (!selfOnly && (el = el.parentNode));\n }\n\n var matrixFn = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;\n /*jshint -W056 */\n\n return matrixFn && new matrixFn(appliedTransforms);\n}\n\nfunction find(ctx, tagName, iterator) {\n if (ctx) {\n var list = ctx.getElementsByTagName(tagName),\n i = 0,\n n = list.length;\n\n if (iterator) {\n for (; i < n; i++) {\n iterator(list[i], i);\n }\n }\n\n return list;\n }\n\n return [];\n}\n\nfunction getWindowScrollingElement() {\n var scrollingElement = document.scrollingElement;\n\n if (scrollingElement) {\n return scrollingElement;\n } else {\n return document.documentElement;\n }\n}\n/**\n * Returns the \"bounding client rect\" of given element\n * @param {HTMLElement} el The element whose boundingClientRect is wanted\n * @param {[Boolean]} relativeToContainingBlock Whether the rect should be relative to the containing block of (including) the container\n * @param {[Boolean]} relativeToNonStaticParent Whether the rect should be relative to the relative parent of (including) the contaienr\n * @param {[Boolean]} undoScale Whether the container's scale() should be undone\n * @param {[HTMLElement]} container The parent the element will be placed in\n * @return {Object} The boundingClientRect of el, with specified adjustments\n */\n\n\nfunction getRect(el, relativeToContainingBlock, relativeToNonStaticParent, undoScale, container) {\n if (!el.getBoundingClientRect && el !== window) return;\n var elRect, top, left, bottom, right, height, width;\n\n if (el !== window && el.parentNode && el !== getWindowScrollingElement()) {\n elRect = el.getBoundingClientRect();\n top = elRect.top;\n left = elRect.left;\n bottom = elRect.bottom;\n right = elRect.right;\n height = elRect.height;\n width = elRect.width;\n } else {\n top = 0;\n left = 0;\n bottom = window.innerHeight;\n right = window.innerWidth;\n height = window.innerHeight;\n width = window.innerWidth;\n }\n\n if ((relativeToContainingBlock || relativeToNonStaticParent) && el !== window) {\n // Adjust for translate()\n container = container || el.parentNode; // solves #1123 (see: https://stackoverflow.com/a/37953806/6088312)\n // Not needed on <= IE11\n\n if (!IE11OrLess) {\n do {\n if (container && container.getBoundingClientRect && (css(container, 'transform') !== 'none' || relativeToNonStaticParent && css(container, 'position') !== 'static')) {\n var containerRect = container.getBoundingClientRect(); // Set relative to edges of padding box of container\n\n top -= containerRect.top + parseInt(css(container, 'border-top-width'));\n left -= containerRect.left + parseInt(css(container, 'border-left-width'));\n bottom = top + elRect.height;\n right = left + elRect.width;\n break;\n }\n /* jshint boss:true */\n\n } while (container = container.parentNode);\n }\n }\n\n if (undoScale && el !== window) {\n // Adjust for scale()\n var elMatrix = matrix(container || el),\n scaleX = elMatrix && elMatrix.a,\n scaleY = elMatrix && elMatrix.d;\n\n if (elMatrix) {\n top /= scaleY;\n left /= scaleX;\n width /= scaleX;\n height /= scaleY;\n bottom = top + height;\n right = left + width;\n }\n }\n\n return {\n top: top,\n left: left,\n bottom: bottom,\n right: right,\n width: width,\n height: height\n };\n}\n/**\n * Checks if a side of an element is scrolled past a side of its parents\n * @param {HTMLElement} el The element who's side being scrolled out of view is in question\n * @param {String} elSide Side of the element in question ('top', 'left', 'right', 'bottom')\n * @param {String} parentSide Side of the parent in question ('top', 'left', 'right', 'bottom')\n * @return {HTMLElement} The parent scroll element that the el's side is scrolled past, or null if there is no such element\n */\n\n\nfunction isScrolledPast(el, elSide, parentSide) {\n var parent = getParentAutoScrollElement(el, true),\n elSideVal = getRect(el)[elSide];\n /* jshint boss:true */\n\n while (parent) {\n var parentSideVal = getRect(parent)[parentSide],\n visible = void 0;\n\n if (parentSide === 'top' || parentSide === 'left') {\n visible = elSideVal >= parentSideVal;\n } else {\n visible = elSideVal <= parentSideVal;\n }\n\n if (!visible) return parent;\n if (parent === getWindowScrollingElement()) break;\n parent = getParentAutoScrollElement(parent, false);\n }\n\n return false;\n}\n/**\n * Gets nth child of el, ignoring hidden children, sortable's elements (does not ignore clone if it's visible)\n * and non-draggable elements\n * @param {HTMLElement} el The parent element\n * @param {Number} childNum The index of the child\n * @param {Object} options Parent Sortable's options\n * @return {HTMLElement} The child at index childNum, or null if not found\n */\n\n\nfunction getChild(el, childNum, options, includeDragEl) {\n var currentChild = 0,\n i = 0,\n children = el.children;\n\n while (i < children.length) {\n if (children[i].style.display !== 'none' && children[i] !== Sortable.ghost && (includeDragEl || children[i] !== Sortable.dragged) && closest(children[i], options.draggable, el, false)) {\n if (currentChild === childNum) {\n return children[i];\n }\n\n currentChild++;\n }\n\n i++;\n }\n\n return null;\n}\n/**\n * Gets the last child in the el, ignoring ghostEl or invisible elements (clones)\n * @param {HTMLElement} el Parent element\n * @param {selector} selector Any other elements that should be ignored\n * @return {HTMLElement} The last child, ignoring ghostEl\n */\n\n\nfunction lastChild(el, selector) {\n var last = el.lastElementChild;\n\n while (last && (last === Sortable.ghost || css(last, 'display') === 'none' || selector && !matches(last, selector))) {\n last = last.previousElementSibling;\n }\n\n return last || null;\n}\n/**\n * Returns the index of an element within its parent for a selected set of\n * elements\n * @param {HTMLElement} el\n * @param {selector} selector\n * @return {number}\n */\n\n\nfunction index(el, selector) {\n var index = 0;\n\n if (!el || !el.parentNode) {\n return -1;\n }\n /* jshint boss:true */\n\n\n while (el = el.previousElementSibling) {\n if (el.nodeName.toUpperCase() !== 'TEMPLATE' && el !== Sortable.clone && (!selector || matches(el, selector))) {\n index++;\n }\n }\n\n return index;\n}\n/**\n * Returns the scroll offset of the given element, added with all the scroll offsets of parent elements.\n * The value is returned in real pixels.\n * @param {HTMLElement} el\n * @return {Array} Offsets in the format of [left, top]\n */\n\n\nfunction getRelativeScrollOffset(el) {\n var offsetLeft = 0,\n offsetTop = 0,\n winScroller = getWindowScrollingElement();\n\n if (el) {\n do {\n var elMatrix = matrix(el),\n scaleX = elMatrix.a,\n scaleY = elMatrix.d;\n offsetLeft += el.scrollLeft * scaleX;\n offsetTop += el.scrollTop * scaleY;\n } while (el !== winScroller && (el = el.parentNode));\n }\n\n return [offsetLeft, offsetTop];\n}\n/**\n * Returns the index of the object within the given array\n * @param {Array} arr Array that may or may not hold the object\n * @param {Object} obj An object that has a key-value pair unique to and identical to a key-value pair in the object you want to find\n * @return {Number} The index of the object in the array, or -1\n */\n\n\nfunction indexOfObject(arr, obj) {\n for (var i in arr) {\n if (!arr.hasOwnProperty(i)) continue;\n\n for (var key in obj) {\n if (obj.hasOwnProperty(key) && obj[key] === arr[i][key]) return Number(i);\n }\n }\n\n return -1;\n}\n\nfunction getParentAutoScrollElement(el, includeSelf) {\n // skip to window\n if (!el || !el.getBoundingClientRect) return getWindowScrollingElement();\n var elem = el;\n var gotSelf = false;\n\n do {\n // we don't need to get elem css if it isn't even overflowing in the first place (performance)\n if (elem.clientWidth < elem.scrollWidth || elem.clientHeight < elem.scrollHeight) {\n var elemCSS = css(elem);\n\n if (elem.clientWidth < elem.scrollWidth && (elemCSS.overflowX == 'auto' || elemCSS.overflowX == 'scroll') || elem.clientHeight < elem.scrollHeight && (elemCSS.overflowY == 'auto' || elemCSS.overflowY == 'scroll')) {\n if (!elem.getBoundingClientRect || elem === document.body) return getWindowScrollingElement();\n if (gotSelf || includeSelf) return elem;\n gotSelf = true;\n }\n }\n /* jshint boss:true */\n\n } while (elem = elem.parentNode);\n\n return getWindowScrollingElement();\n}\n\nfunction extend(dst, src) {\n if (dst && src) {\n for (var key in src) {\n if (src.hasOwnProperty(key)) {\n dst[key] = src[key];\n }\n }\n }\n\n return dst;\n}\n\nfunction isRectEqual(rect1, rect2) {\n return Math.round(rect1.top) === Math.round(rect2.top) && Math.round(rect1.left) === Math.round(rect2.left) && Math.round(rect1.height) === Math.round(rect2.height) && Math.round(rect1.width) === Math.round(rect2.width);\n}\n\nvar _throttleTimeout;\n\nfunction throttle(callback, ms) {\n return function () {\n if (!_throttleTimeout) {\n var args = arguments,\n _this = this;\n\n if (args.length === 1) {\n callback.call(_this, args[0]);\n } else {\n callback.apply(_this, args);\n }\n\n _throttleTimeout = setTimeout(function () {\n _throttleTimeout = void 0;\n }, ms);\n }\n };\n}\n\nfunction cancelThrottle() {\n clearTimeout(_throttleTimeout);\n _throttleTimeout = void 0;\n}\n\nfunction scrollBy(el, x, y) {\n el.scrollLeft += x;\n el.scrollTop += y;\n}\n\nfunction clone(el) {\n var Polymer = window.Polymer;\n var $ = window.jQuery || window.Zepto;\n\n if (Polymer && Polymer.dom) {\n return Polymer.dom(el).cloneNode(true);\n } else if ($) {\n return $(el).clone(true)[0];\n } else {\n return el.cloneNode(true);\n }\n}\n\nfunction setRect(el, rect) {\n css(el, 'position', 'absolute');\n css(el, 'top', rect.top);\n css(el, 'left', rect.left);\n css(el, 'width', rect.width);\n css(el, 'height', rect.height);\n}\n\nfunction unsetRect(el) {\n css(el, 'position', '');\n css(el, 'top', '');\n css(el, 'left', '');\n css(el, 'width', '');\n css(el, 'height', '');\n}\n\nvar expando = 'Sortable' + new Date().getTime();\n\nfunction AnimationStateManager() {\n var animationStates = [],\n animationCallbackId;\n return {\n captureAnimationState: function captureAnimationState() {\n animationStates = [];\n if (!this.options.animation) return;\n var children = [].slice.call(this.el.children);\n children.forEach(function (child) {\n if (css(child, 'display') === 'none' || child === Sortable.ghost) return;\n animationStates.push({\n target: child,\n rect: getRect(child)\n });\n\n var fromRect = _objectSpread2({}, animationStates[animationStates.length - 1].rect); // If animating: compensate for current animation\n\n\n if (child.thisAnimationDuration) {\n var childMatrix = matrix(child, true);\n\n if (childMatrix) {\n fromRect.top -= childMatrix.f;\n fromRect.left -= childMatrix.e;\n }\n }\n\n child.fromRect = fromRect;\n });\n },\n addAnimationState: function addAnimationState(state) {\n animationStates.push(state);\n },\n removeAnimationState: function removeAnimationState(target) {\n animationStates.splice(indexOfObject(animationStates, {\n target: target\n }), 1);\n },\n animateAll: function animateAll(callback) {\n var _this = this;\n\n if (!this.options.animation) {\n clearTimeout(animationCallbackId);\n if (typeof callback === 'function') callback();\n return;\n }\n\n var animating = false,\n animationTime = 0;\n animationStates.forEach(function (state) {\n var time = 0,\n target = state.target,\n fromRect = target.fromRect,\n toRect = getRect(target),\n prevFromRect = target.prevFromRect,\n prevToRect = target.prevToRect,\n animatingRect = state.rect,\n targetMatrix = matrix(target, true);\n\n if (targetMatrix) {\n // Compensate for current animation\n toRect.top -= targetMatrix.f;\n toRect.left -= targetMatrix.e;\n }\n\n target.toRect = toRect;\n\n if (target.thisAnimationDuration) {\n // Could also check if animatingRect is between fromRect and toRect\n if (isRectEqual(prevFromRect, toRect) && !isRectEqual(fromRect, toRect) && // Make sure animatingRect is on line between toRect & fromRect\n (animatingRect.top - toRect.top) / (animatingRect.left - toRect.left) === (fromRect.top - toRect.top) / (fromRect.left - toRect.left)) {\n // If returning to same place as started from animation and on same axis\n time = calculateRealTime(animatingRect, prevFromRect, prevToRect, _this.options);\n }\n } // if fromRect != toRect: animate\n\n\n if (!isRectEqual(toRect, fromRect)) {\n target.prevFromRect = fromRect;\n target.prevToRect = toRect;\n\n if (!time) {\n time = _this.options.animation;\n }\n\n _this.animate(target, animatingRect, toRect, time);\n }\n\n if (time) {\n animating = true;\n animationTime = Math.max(animationTime, time);\n clearTimeout(target.animationResetTimer);\n target.animationResetTimer = setTimeout(function () {\n target.animationTime = 0;\n target.prevFromRect = null;\n target.fromRect = null;\n target.prevToRect = null;\n target.thisAnimationDuration = null;\n }, time);\n target.thisAnimationDuration = time;\n }\n });\n clearTimeout(animationCallbackId);\n\n if (!animating) {\n if (typeof callback === 'function') callback();\n } else {\n animationCallbackId = setTimeout(function () {\n if (typeof callback === 'function') callback();\n }, animationTime);\n }\n\n animationStates = [];\n },\n animate: function animate(target, currentRect, toRect, duration) {\n if (duration) {\n css(target, 'transition', '');\n css(target, 'transform', '');\n var elMatrix = matrix(this.el),\n scaleX = elMatrix && elMatrix.a,\n scaleY = elMatrix && elMatrix.d,\n translateX = (currentRect.left - toRect.left) / (scaleX || 1),\n translateY = (currentRect.top - toRect.top) / (scaleY || 1);\n target.animatingX = !!translateX;\n target.animatingY = !!translateY;\n css(target, 'transform', 'translate3d(' + translateX + 'px,' + translateY + 'px,0)');\n this.forRepaintDummy = repaint(target); // repaint\n\n css(target, 'transition', 'transform ' + duration + 'ms' + (this.options.easing ? ' ' + this.options.easing : ''));\n css(target, 'transform', 'translate3d(0,0,0)');\n typeof target.animated === 'number' && clearTimeout(target.animated);\n target.animated = setTimeout(function () {\n css(target, 'transition', '');\n css(target, 'transform', '');\n target.animated = false;\n target.animatingX = false;\n target.animatingY = false;\n }, duration);\n }\n }\n };\n}\n\nfunction repaint(target) {\n return target.offsetWidth;\n}\n\nfunction calculateRealTime(animatingRect, fromRect, toRect, options) {\n return Math.sqrt(Math.pow(fromRect.top - animatingRect.top, 2) + Math.pow(fromRect.left - animatingRect.left, 2)) / Math.sqrt(Math.pow(fromRect.top - toRect.top, 2) + Math.pow(fromRect.left - toRect.left, 2)) * options.animation;\n}\n\nvar plugins = [];\nvar defaults = {\n initializeByDefault: true\n};\nvar PluginManager = {\n mount: function mount(plugin) {\n // Set default static properties\n for (var option in defaults) {\n if (defaults.hasOwnProperty(option) && !(option in plugin)) {\n plugin[option] = defaults[option];\n }\n }\n\n plugins.forEach(function (p) {\n if (p.pluginName === plugin.pluginName) {\n throw \"Sortable: Cannot mount plugin \".concat(plugin.pluginName, \" more than once\");\n }\n });\n plugins.push(plugin);\n },\n pluginEvent: function pluginEvent(eventName, sortable, evt) {\n var _this = this;\n\n this.eventCanceled = false;\n\n evt.cancel = function () {\n _this.eventCanceled = true;\n };\n\n var eventNameGlobal = eventName + 'Global';\n plugins.forEach(function (plugin) {\n if (!sortable[plugin.pluginName]) return; // Fire global events if it exists in this sortable\n\n if (sortable[plugin.pluginName][eventNameGlobal]) {\n sortable[plugin.pluginName][eventNameGlobal](_objectSpread2({\n sortable: sortable\n }, evt));\n } // Only fire plugin event if plugin is enabled in this sortable,\n // and plugin has event defined\n\n\n if (sortable.options[plugin.pluginName] && sortable[plugin.pluginName][eventName]) {\n sortable[plugin.pluginName][eventName](_objectSpread2({\n sortable: sortable\n }, evt));\n }\n });\n },\n initializePlugins: function initializePlugins(sortable, el, defaults, options) {\n plugins.forEach(function (plugin) {\n var pluginName = plugin.pluginName;\n if (!sortable.options[pluginName] && !plugin.initializeByDefault) return;\n var initialized = new plugin(sortable, el, sortable.options);\n initialized.sortable = sortable;\n initialized.options = sortable.options;\n sortable[pluginName] = initialized; // Add default options from plugin\n\n _extends(defaults, initialized.defaults);\n });\n\n for (var option in sortable.options) {\n if (!sortable.options.hasOwnProperty(option)) continue;\n var modified = this.modifyOption(sortable, option, sortable.options[option]);\n\n if (typeof modified !== 'undefined') {\n sortable.options[option] = modified;\n }\n }\n },\n getEventProperties: function getEventProperties(name, sortable) {\n var eventProperties = {};\n plugins.forEach(function (plugin) {\n if (typeof plugin.eventProperties !== 'function') return;\n\n _extends(eventProperties, plugin.eventProperties.call(sortable[plugin.pluginName], name));\n });\n return eventProperties;\n },\n modifyOption: function modifyOption(sortable, name, value) {\n var modifiedValue;\n plugins.forEach(function (plugin) {\n // Plugin must exist on the Sortable\n if (!sortable[plugin.pluginName]) return; // If static option listener exists for this option, call in the context of the Sortable's instance of this plugin\n\n if (plugin.optionListeners && typeof plugin.optionListeners[name] === 'function') {\n modifiedValue = plugin.optionListeners[name].call(sortable[plugin.pluginName], value);\n }\n });\n return modifiedValue;\n }\n};\n\nfunction dispatchEvent(_ref) {\n var sortable = _ref.sortable,\n rootEl = _ref.rootEl,\n name = _ref.name,\n targetEl = _ref.targetEl,\n cloneEl = _ref.cloneEl,\n toEl = _ref.toEl,\n fromEl = _ref.fromEl,\n oldIndex = _ref.oldIndex,\n newIndex = _ref.newIndex,\n oldDraggableIndex = _ref.oldDraggableIndex,\n newDraggableIndex = _ref.newDraggableIndex,\n originalEvent = _ref.originalEvent,\n putSortable = _ref.putSortable,\n extraEventProperties = _ref.extraEventProperties;\n sortable = sortable || rootEl && rootEl[expando];\n if (!sortable) return;\n var evt,\n options = sortable.options,\n onName = 'on' + name.charAt(0).toUpperCase() + name.substr(1); // Support for new CustomEvent feature\n\n if (window.CustomEvent && !IE11OrLess && !Edge) {\n evt = new CustomEvent(name, {\n bubbles: true,\n cancelable: true\n });\n } else {\n evt = document.createEvent('Event');\n evt.initEvent(name, true, true);\n }\n\n evt.to = toEl || rootEl;\n evt.from = fromEl || rootEl;\n evt.item = targetEl || rootEl;\n evt.clone = cloneEl;\n evt.oldIndex = oldIndex;\n evt.newIndex = newIndex;\n evt.oldDraggableIndex = oldDraggableIndex;\n evt.newDraggableIndex = newDraggableIndex;\n evt.originalEvent = originalEvent;\n evt.pullMode = putSortable ? putSortable.lastPutMode : undefined;\n\n var allEventProperties = _objectSpread2(_objectSpread2({}, extraEventProperties), PluginManager.getEventProperties(name, sortable));\n\n for (var option in allEventProperties) {\n evt[option] = allEventProperties[option];\n }\n\n if (rootEl) {\n rootEl.dispatchEvent(evt);\n }\n\n if (options[onName]) {\n options[onName].call(sortable, evt);\n }\n}\n\nvar _excluded = [\"evt\"];\n\nvar pluginEvent = function pluginEvent(eventName, sortable) {\n var _ref = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {},\n originalEvent = _ref.evt,\n data = _objectWithoutProperties(_ref, _excluded);\n\n PluginManager.pluginEvent.bind(Sortable)(eventName, sortable, _objectSpread2({\n dragEl: dragEl,\n parentEl: parentEl,\n ghostEl: ghostEl,\n rootEl: rootEl,\n nextEl: nextEl,\n lastDownEl: lastDownEl,\n cloneEl: cloneEl,\n cloneHidden: cloneHidden,\n dragStarted: moved,\n putSortable: putSortable,\n activeSortable: Sortable.active,\n originalEvent: originalEvent,\n oldIndex: oldIndex,\n oldDraggableIndex: oldDraggableIndex,\n newIndex: newIndex,\n newDraggableIndex: newDraggableIndex,\n hideGhostForTarget: _hideGhostForTarget,\n unhideGhostForTarget: _unhideGhostForTarget,\n cloneNowHidden: function cloneNowHidden() {\n cloneHidden = true;\n },\n cloneNowShown: function cloneNowShown() {\n cloneHidden = false;\n },\n dispatchSortableEvent: function dispatchSortableEvent(name) {\n _dispatchEvent({\n sortable: sortable,\n name: name,\n originalEvent: originalEvent\n });\n }\n }, data));\n};\n\nfunction _dispatchEvent(info) {\n dispatchEvent(_objectSpread2({\n putSortable: putSortable,\n cloneEl: cloneEl,\n targetEl: dragEl,\n rootEl: rootEl,\n oldIndex: oldIndex,\n oldDraggableIndex: oldDraggableIndex,\n newIndex: newIndex,\n newDraggableIndex: newDraggableIndex\n }, info));\n}\n\nvar dragEl,\n parentEl,\n ghostEl,\n rootEl,\n nextEl,\n lastDownEl,\n cloneEl,\n cloneHidden,\n oldIndex,\n newIndex,\n oldDraggableIndex,\n newDraggableIndex,\n activeGroup,\n putSortable,\n awaitingDragStarted = false,\n ignoreNextClick = false,\n sortables = [],\n tapEvt,\n touchEvt,\n lastDx,\n lastDy,\n tapDistanceLeft,\n tapDistanceTop,\n moved,\n lastTarget,\n lastDirection,\n pastFirstInvertThresh = false,\n isCircumstantialInvert = false,\n targetMoveDistance,\n // For positioning ghost absolutely\nghostRelativeParent,\n ghostRelativeParentInitialScroll = [],\n // (left, top)\n_silent = false,\n savedInputChecked = [];\n/** @const */\n\nvar documentExists = typeof document !== 'undefined',\n PositionGhostAbsolutely = IOS,\n CSSFloatProperty = Edge || IE11OrLess ? 'cssFloat' : 'float',\n // This will not pass for IE9, because IE9 DnD only works on anchors\nsupportDraggable = documentExists && !ChromeForAndroid && !IOS && 'draggable' in document.createElement('div'),\n supportCssPointerEvents = function () {\n if (!documentExists) return; // false when <= IE11\n\n if (IE11OrLess) {\n return false;\n }\n\n var el = document.createElement('x');\n el.style.cssText = 'pointer-events:auto';\n return el.style.pointerEvents === 'auto';\n}(),\n _detectDirection = function _detectDirection(el, options) {\n var elCSS = css(el),\n elWidth = parseInt(elCSS.width) - parseInt(elCSS.paddingLeft) - parseInt(elCSS.paddingRight) - parseInt(elCSS.borderLeftWidth) - parseInt(elCSS.borderRightWidth),\n child1 = getChild(el, 0, options),\n child2 = getChild(el, 1, options),\n firstChildCSS = child1 && css(child1),\n secondChildCSS = child2 && css(child2),\n firstChildWidth = firstChildCSS && parseInt(firstChildCSS.marginLeft) + parseInt(firstChildCSS.marginRight) + getRect(child1).width,\n secondChildWidth = secondChildCSS && parseInt(secondChildCSS.marginLeft) + parseInt(secondChildCSS.marginRight) + getRect(child2).width;\n\n if (elCSS.display === 'flex') {\n return elCSS.flexDirection === 'column' || elCSS.flexDirection === 'column-reverse' ? 'vertical' : 'horizontal';\n }\n\n if (elCSS.display === 'grid') {\n return elCSS.gridTemplateColumns.split(' ').length <= 1 ? 'vertical' : 'horizontal';\n }\n\n if (child1 && firstChildCSS[\"float\"] && firstChildCSS[\"float\"] !== 'none') {\n var touchingSideChild2 = firstChildCSS[\"float\"] === 'left' ? 'left' : 'right';\n return child2 && (secondChildCSS.clear === 'both' || secondChildCSS.clear === touchingSideChild2) ? 'vertical' : 'horizontal';\n }\n\n return child1 && (firstChildCSS.display === 'block' || firstChildCSS.display === 'flex' || firstChildCSS.display === 'table' || firstChildCSS.display === 'grid' || firstChildWidth >= elWidth && elCSS[CSSFloatProperty] === 'none' || child2 && elCSS[CSSFloatProperty] === 'none' && firstChildWidth + secondChildWidth > elWidth) ? 'vertical' : 'horizontal';\n},\n _dragElInRowColumn = function _dragElInRowColumn(dragRect, targetRect, vertical) {\n var dragElS1Opp = vertical ? dragRect.left : dragRect.top,\n dragElS2Opp = vertical ? dragRect.right : dragRect.bottom,\n dragElOppLength = vertical ? dragRect.width : dragRect.height,\n targetS1Opp = vertical ? targetRect.left : targetRect.top,\n targetS2Opp = vertical ? targetRect.right : targetRect.bottom,\n targetOppLength = vertical ? targetRect.width : targetRect.height;\n return dragElS1Opp === targetS1Opp || dragElS2Opp === targetS2Opp || dragElS1Opp + dragElOppLength / 2 === targetS1Opp + targetOppLength / 2;\n},\n\n/**\n * Detects first nearest empty sortable to X and Y position using emptyInsertThreshold.\n * @param {Number} x X position\n * @param {Number} y Y position\n * @return {HTMLElement} Element of the first found nearest Sortable\n */\n_detectNearestEmptySortable = function _detectNearestEmptySortable(x, y) {\n var ret;\n sortables.some(function (sortable) {\n var threshold = sortable[expando].options.emptyInsertThreshold;\n if (!threshold || lastChild(sortable)) return;\n var rect = getRect(sortable),\n insideHorizontally = x >= rect.left - threshold && x <= rect.right + threshold,\n insideVertically = y >= rect.top - threshold && y <= rect.bottom + threshold;\n\n if (insideHorizontally && insideVertically) {\n return ret = sortable;\n }\n });\n return ret;\n},\n _prepareGroup = function _prepareGroup(options) {\n function toFn(value, pull) {\n return function (to, from, dragEl, evt) {\n var sameGroup = to.options.group.name && from.options.group.name && to.options.group.name === from.options.group.name;\n\n if (value == null && (pull || sameGroup)) {\n // Default pull value\n // Default pull and put value if same group\n return true;\n } else if (value == null || value === false) {\n return false;\n } else if (pull && value === 'clone') {\n return value;\n } else if (typeof value === 'function') {\n return toFn(value(to, from, dragEl, evt), pull)(to, from, dragEl, evt);\n } else {\n var otherGroup = (pull ? to : from).options.group.name;\n return value === true || typeof value === 'string' && value === otherGroup || value.join && value.indexOf(otherGroup) > -1;\n }\n };\n }\n\n var group = {};\n var originalGroup = options.group;\n\n if (!originalGroup || _typeof(originalGroup) != 'object') {\n originalGroup = {\n name: originalGroup\n };\n }\n\n group.name = originalGroup.name;\n group.checkPull = toFn(originalGroup.pull, true);\n group.checkPut = toFn(originalGroup.put);\n group.revertClone = originalGroup.revertClone;\n options.group = group;\n},\n _hideGhostForTarget = function _hideGhostForTarget() {\n if (!supportCssPointerEvents && ghostEl) {\n css(ghostEl, 'display', 'none');\n }\n},\n _unhideGhostForTarget = function _unhideGhostForTarget() {\n if (!supportCssPointerEvents && ghostEl) {\n css(ghostEl, 'display', '');\n }\n}; // #1184 fix - Prevent click event on fallback if dragged but item not changed position\n\n\nif (documentExists) {\n document.addEventListener('click', function (evt) {\n if (ignoreNextClick) {\n evt.preventDefault();\n evt.stopPropagation && evt.stopPropagation();\n evt.stopImmediatePropagation && evt.stopImmediatePropagation();\n ignoreNextClick = false;\n return false;\n }\n }, true);\n}\n\nvar nearestEmptyInsertDetectEvent = function nearestEmptyInsertDetectEvent(evt) {\n if (dragEl) {\n evt = evt.touches ? evt.touches[0] : evt;\n\n var nearest = _detectNearestEmptySortable(evt.clientX, evt.clientY);\n\n if (nearest) {\n // Create imitation event\n var event = {};\n\n for (var i in evt) {\n if (evt.hasOwnProperty(i)) {\n event[i] = evt[i];\n }\n }\n\n event.target = event.rootEl = nearest;\n event.preventDefault = void 0;\n event.stopPropagation = void 0;\n\n nearest[expando]._onDragOver(event);\n }\n }\n};\n\nvar _checkOutsideTargetEl = function _checkOutsideTargetEl(evt) {\n if (dragEl) {\n dragEl.parentNode[expando]._isOutsideThisEl(evt.target);\n }\n};\n/**\n * @class Sortable\n * @param {HTMLElement} el\n * @param {Object} [options]\n */\n\n\nfunction Sortable(el, options) {\n if (!(el && el.nodeType && el.nodeType === 1)) {\n throw \"Sortable: `el` must be an HTMLElement, not \".concat({}.toString.call(el));\n }\n\n this.el = el; // root element\n\n this.options = options = _extends({}, options); // Export instance\n\n el[expando] = this;\n var defaults = {\n group: null,\n sort: true,\n disabled: false,\n store: null,\n handle: null,\n draggable: /^[uo]l$/i.test(el.nodeName) ? '>li' : '>*',\n swapThreshold: 1,\n // percentage; 0 <= x <= 1\n invertSwap: false,\n // invert always\n invertedSwapThreshold: null,\n // will be set to same as swapThreshold if default\n removeCloneOnHide: true,\n direction: function direction() {\n return _detectDirection(el, this.options);\n },\n ghostClass: 'sortable-ghost',\n chosenClass: 'sortable-chosen',\n dragClass: 'sortable-drag',\n ignore: 'a, img',\n filter: null,\n preventOnFilter: true,\n animation: 0,\n easing: null,\n setData: function setData(dataTransfer, dragEl) {\n dataTransfer.setData('Text', dragEl.textContent);\n },\n dropBubble: false,\n dragoverBubble: false,\n dataIdAttr: 'data-id',\n delay: 0,\n delayOnTouchOnly: false,\n touchStartThreshold: (Number.parseInt ? Number : window).parseInt(window.devicePixelRatio, 10) || 1,\n forceFallback: false,\n fallbackClass: 'sortable-fallback',\n fallbackOnBody: false,\n fallbackTolerance: 0,\n fallbackOffset: {\n x: 0,\n y: 0\n },\n supportPointer: Sortable.supportPointer !== false && 'PointerEvent' in window && !Safari,\n emptyInsertThreshold: 5\n };\n PluginManager.initializePlugins(this, el, defaults); // Set default options\n\n for (var name in defaults) {\n !(name in options) && (options[name] = defaults[name]);\n }\n\n _prepareGroup(options); // Bind all private methods\n\n\n for (var fn in this) {\n if (fn.charAt(0) === '_' && typeof this[fn] === 'function') {\n this[fn] = this[fn].bind(this);\n }\n } // Setup drag mode\n\n\n this.nativeDraggable = options.forceFallback ? false : supportDraggable;\n\n if (this.nativeDraggable) {\n // Touch start threshold cannot be greater than the native dragstart threshold\n this.options.touchStartThreshold = 1;\n } // Bind events\n\n\n if (options.supportPointer) {\n on(el, 'pointerdown', this._onTapStart);\n } else {\n on(el, 'mousedown', this._onTapStart);\n on(el, 'touchstart', this._onTapStart);\n }\n\n if (this.nativeDraggable) {\n on(el, 'dragover', this);\n on(el, 'dragenter', this);\n }\n\n sortables.push(this.el); // Restore sorting\n\n options.store && options.store.get && this.sort(options.store.get(this) || []); // Add animation state manager\n\n _extends(this, AnimationStateManager());\n}\n\nSortable.prototype =\n/** @lends Sortable.prototype */\n{\n constructor: Sortable,\n _isOutsideThisEl: function _isOutsideThisEl(target) {\n if (!this.el.contains(target) && target !== this.el) {\n lastTarget = null;\n }\n },\n _getDirection: function _getDirection(evt, target) {\n return typeof this.options.direction === 'function' ? this.options.direction.call(this, evt, target, dragEl) : this.options.direction;\n },\n _onTapStart: function _onTapStart(\n /** Event|TouchEvent */\n evt) {\n if (!evt.cancelable) return;\n\n var _this = this,\n el = this.el,\n options = this.options,\n preventOnFilter = options.preventOnFilter,\n type = evt.type,\n touch = evt.touches && evt.touches[0] || evt.pointerType && evt.pointerType === 'touch' && evt,\n target = (touch || evt).target,\n originalTarget = evt.target.shadowRoot && (evt.path && evt.path[0] || evt.composedPath && evt.composedPath()[0]) || target,\n filter = options.filter;\n\n _saveInputCheckedState(el); // Don't trigger start event when an element is been dragged, otherwise the evt.oldindex always wrong when set option.group.\n\n\n if (dragEl) {\n return;\n }\n\n if (/mousedown|pointerdown/.test(type) && evt.button !== 0 || options.disabled) {\n return; // only left button and enabled\n } // cancel dnd if original target is content editable\n\n\n if (originalTarget.isContentEditable) {\n return;\n } // Safari ignores further event handling after mousedown\n\n\n if (!this.nativeDraggable && Safari && target && target.tagName.toUpperCase() === 'SELECT') {\n return;\n }\n\n target = closest(target, options.draggable, el, false);\n\n if (target && target.animated) {\n return;\n }\n\n if (lastDownEl === target) {\n // Ignoring duplicate `down`\n return;\n } // Get the index of the dragged element within its parent\n\n\n oldIndex = index(target);\n oldDraggableIndex = index(target, options.draggable); // Check filter\n\n if (typeof filter === 'function') {\n if (filter.call(this, evt, target, this)) {\n _dispatchEvent({\n sortable: _this,\n rootEl: originalTarget,\n name: 'filter',\n targetEl: target,\n toEl: el,\n fromEl: el\n });\n\n pluginEvent('filter', _this, {\n evt: evt\n });\n preventOnFilter && evt.cancelable && evt.preventDefault();\n return; // cancel dnd\n }\n } else if (filter) {\n filter = filter.split(',').some(function (criteria) {\n criteria = closest(originalTarget, criteria.trim(), el, false);\n\n if (criteria) {\n _dispatchEvent({\n sortable: _this,\n rootEl: criteria,\n name: 'filter',\n targetEl: target,\n fromEl: el,\n toEl: el\n });\n\n pluginEvent('filter', _this, {\n evt: evt\n });\n return true;\n }\n });\n\n if (filter) {\n preventOnFilter && evt.cancelable && evt.preventDefault();\n return; // cancel dnd\n }\n }\n\n if (options.handle && !closest(originalTarget, options.handle, el, false)) {\n return;\n } // Prepare `dragstart`\n\n\n this._prepareDragStart(evt, touch, target);\n },\n _prepareDragStart: function _prepareDragStart(\n /** Event */\n evt,\n /** Touch */\n touch,\n /** HTMLElement */\n target) {\n var _this = this,\n el = _this.el,\n options = _this.options,\n ownerDocument = el.ownerDocument,\n dragStartFn;\n\n if (target && !dragEl && target.parentNode === el) {\n var dragRect = getRect(target);\n rootEl = el;\n dragEl = target;\n parentEl = dragEl.parentNode;\n nextEl = dragEl.nextSibling;\n lastDownEl = target;\n activeGroup = options.group;\n Sortable.dragged = dragEl;\n tapEvt = {\n target: dragEl,\n clientX: (touch || evt).clientX,\n clientY: (touch || evt).clientY\n };\n tapDistanceLeft = tapEvt.clientX - dragRect.left;\n tapDistanceTop = tapEvt.clientY - dragRect.top;\n this._lastX = (touch || evt).clientX;\n this._lastY = (touch || evt).clientY;\n dragEl.style['will-change'] = 'all';\n\n dragStartFn = function dragStartFn() {\n pluginEvent('delayEnded', _this, {\n evt: evt\n });\n\n if (Sortable.eventCanceled) {\n _this._onDrop();\n\n return;\n } // Delayed drag has been triggered\n // we can re-enable the events: touchmove/mousemove\n\n\n _this._disableDelayedDragEvents();\n\n if (!FireFox && _this.nativeDraggable) {\n dragEl.draggable = true;\n } // Bind the events: dragstart/dragend\n\n\n _this._triggerDragStart(evt, touch); // Drag start event\n\n\n _dispatchEvent({\n sortable: _this,\n name: 'choose',\n originalEvent: evt\n }); // Chosen item\n\n\n toggleClass(dragEl, options.chosenClass, true);\n }; // Disable \"draggable\"\n\n\n options.ignore.split(',').forEach(function (criteria) {\n find(dragEl, criteria.trim(), _disableDraggable);\n });\n on(ownerDocument, 'dragover', nearestEmptyInsertDetectEvent);\n on(ownerDocument, 'mousemove', nearestEmptyInsertDetectEvent);\n on(ownerDocument, 'touchmove', nearestEmptyInsertDetectEvent);\n on(ownerDocument, 'mouseup', _this._onDrop);\n on(ownerDocument, 'touchend', _this._onDrop);\n on(ownerDocument, 'touchcancel', _this._onDrop); // Make dragEl draggable (must be before delay for FireFox)\n\n if (FireFox && this.nativeDraggable) {\n this.options.touchStartThreshold = 4;\n dragEl.draggable = true;\n }\n\n pluginEvent('delayStart', this, {\n evt: evt\n }); // Delay is impossible for native DnD in Edge or IE\n\n if (options.delay && (!options.delayOnTouchOnly || touch) && (!this.nativeDraggable || !(Edge || IE11OrLess))) {\n if (Sortable.eventCanceled) {\n this._onDrop();\n\n return;\n } // If the user moves the pointer or let go the click or touch\n // before the delay has been reached:\n // disable the delayed drag\n\n\n on(ownerDocument, 'mouseup', _this._disableDelayedDrag);\n on(ownerDocument, 'touchend', _this._disableDelayedDrag);\n on(ownerDocument, 'touchcancel', _this._disableDelayedDrag);\n on(ownerDocument, 'mousemove', _this._delayedDragTouchMoveHandler);\n on(ownerDocument, 'touchmove', _this._delayedDragTouchMoveHandler);\n options.supportPointer && on(ownerDocument, 'pointermove', _this._delayedDragTouchMoveHandler);\n _this._dragStartTimer = setTimeout(dragStartFn, options.delay);\n } else {\n dragStartFn();\n }\n }\n },\n _delayedDragTouchMoveHandler: function _delayedDragTouchMoveHandler(\n /** TouchEvent|PointerEvent **/\n e) {\n var touch = e.touches ? e.touches[0] : e;\n\n if (Math.max(Math.abs(touch.clientX - this._lastX), Math.abs(touch.clientY - this._lastY)) >= Math.floor(this.options.touchStartThreshold / (this.nativeDraggable && window.devicePixelRatio || 1))) {\n this._disableDelayedDrag();\n }\n },\n _disableDelayedDrag: function _disableDelayedDrag() {\n dragEl && _disableDraggable(dragEl);\n clearTimeout(this._dragStartTimer);\n\n this._disableDelayedDragEvents();\n },\n _disableDelayedDragEvents: function _disableDelayedDragEvents() {\n var ownerDocument = this.el.ownerDocument;\n off(ownerDocument, 'mouseup', this._disableDelayedDrag);\n off(ownerDocument, 'touchend', this._disableDelayedDrag);\n off(ownerDocument, 'touchcancel', this._disableDelayedDrag);\n off(ownerDocument, 'mousemove', this._delayedDragTouchMoveHandler);\n off(ownerDocument, 'touchmove', this._delayedDragTouchMoveHandler);\n off(ownerDocument, 'pointermove', this._delayedDragTouchMoveHandler);\n },\n _triggerDragStart: function _triggerDragStart(\n /** Event */\n evt,\n /** Touch */\n touch) {\n touch = touch || evt.pointerType == 'touch' && evt;\n\n if (!this.nativeDraggable || touch) {\n if (this.options.supportPointer) {\n on(document, 'pointermove', this._onTouchMove);\n } else if (touch) {\n on(document, 'touchmove', this._onTouchMove);\n } else {\n on(document, 'mousemove', this._onTouchMove);\n }\n } else {\n on(dragEl, 'dragend', this);\n on(rootEl, 'dragstart', this._onDragStart);\n }\n\n try {\n if (document.selection) {\n // Timeout neccessary for IE9\n _nextTick(function () {\n document.selection.empty();\n });\n } else {\n window.getSelection().removeAllRanges();\n }\n } catch (err) {}\n },\n _dragStarted: function _dragStarted(fallback, evt) {\n\n awaitingDragStarted = false;\n\n if (rootEl && dragEl) {\n pluginEvent('dragStarted', this, {\n evt: evt\n });\n\n if (this.nativeDraggable) {\n on(document, 'dragover', _checkOutsideTargetEl);\n }\n\n var options = this.options; // Apply effect\n\n !fallback && toggleClass(dragEl, options.dragClass, false);\n toggleClass(dragEl, options.ghostClass, true);\n Sortable.active = this;\n fallback && this._appendGhost(); // Drag start event\n\n _dispatchEvent({\n sortable: this,\n name: 'start',\n originalEvent: evt\n });\n } else {\n this._nulling();\n }\n },\n _emulateDragOver: function _emulateDragOver() {\n if (touchEvt) {\n this._lastX = touchEvt.clientX;\n this._lastY = touchEvt.clientY;\n\n _hideGhostForTarget();\n\n var target = document.elementFromPoint(touchEvt.clientX, touchEvt.clientY);\n var parent = target;\n\n while (target && target.shadowRoot) {\n target = target.shadowRoot.elementFromPoint(touchEvt.clientX, touchEvt.clientY);\n if (target === parent) break;\n parent = target;\n }\n\n dragEl.parentNode[expando]._isOutsideThisEl(target);\n\n if (parent) {\n do {\n if (parent[expando]) {\n var inserted = void 0;\n inserted = parent[expando]._onDragOver({\n clientX: touchEvt.clientX,\n clientY: touchEvt.clientY,\n target: target,\n rootEl: parent\n });\n\n if (inserted && !this.options.dragoverBubble) {\n break;\n }\n }\n\n target = parent; // store last element\n }\n /* jshint boss:true */\n while (parent = parent.parentNode);\n }\n\n _unhideGhostForTarget();\n }\n },\n _onTouchMove: function _onTouchMove(\n /**TouchEvent*/\n evt) {\n if (tapEvt) {\n var options = this.options,\n fallbackTolerance = options.fallbackTolerance,\n fallbackOffset = options.fallbackOffset,\n touch = evt.touches ? evt.touches[0] : evt,\n ghostMatrix = ghostEl && matrix(ghostEl, true),\n scaleX = ghostEl && ghostMatrix && ghostMatrix.a,\n scaleY = ghostEl && ghostMatrix && ghostMatrix.d,\n relativeScrollOffset = PositionGhostAbsolutely && ghostRelativeParent && getRelativeScrollOffset(ghostRelativeParent),\n dx = (touch.clientX - tapEvt.clientX + fallbackOffset.x) / (scaleX || 1) + (relativeScrollOffset ? relativeScrollOffset[0] - ghostRelativeParentInitialScroll[0] : 0) / (scaleX || 1),\n dy = (touch.clientY - tapEvt.clientY + fallbackOffset.y) / (scaleY || 1) + (relativeScrollOffset ? relativeScrollOffset[1] - ghostRelativeParentInitialScroll[1] : 0) / (scaleY || 1); // only set the status to dragging, when we are actually dragging\n\n if (!Sortable.active && !awaitingDragStarted) {\n if (fallbackTolerance && Math.max(Math.abs(touch.clientX - this._lastX), Math.abs(touch.clientY - this._lastY)) < fallbackTolerance) {\n return;\n }\n\n this._onDragStart(evt, true);\n }\n\n if (ghostEl) {\n if (ghostMatrix) {\n ghostMatrix.e += dx - (lastDx || 0);\n ghostMatrix.f += dy - (lastDy || 0);\n } else {\n ghostMatrix = {\n a: 1,\n b: 0,\n c: 0,\n d: 1,\n e: dx,\n f: dy\n };\n }\n\n var cssMatrix = \"matrix(\".concat(ghostMatrix.a, \",\").concat(ghostMatrix.b, \",\").concat(ghostMatrix.c, \",\").concat(ghostMatrix.d, \",\").concat(ghostMatrix.e, \",\").concat(ghostMatrix.f, \")\");\n css(ghostEl, 'webkitTransform', cssMatrix);\n css(ghostEl, 'mozTransform', cssMatrix);\n css(ghostEl, 'msTransform', cssMatrix);\n css(ghostEl, 'transform', cssMatrix);\n lastDx = dx;\n lastDy = dy;\n touchEvt = touch;\n }\n\n evt.cancelable && evt.preventDefault();\n }\n },\n _appendGhost: function _appendGhost() {\n // Bug if using scale(): https://stackoverflow.com/questions/2637058\n // Not being adjusted for\n if (!ghostEl) {\n var container = this.options.fallbackOnBody ? document.body : rootEl,\n rect = getRect(dragEl, true, PositionGhostAbsolutely, true, container),\n options = this.options; // Position absolutely\n\n if (PositionGhostAbsolutely) {\n // Get relatively positioned parent\n ghostRelativeParent = container;\n\n while (css(ghostRelativeParent, 'position') === 'static' && css(ghostRelativeParent, 'transform') === 'none' && ghostRelativeParent !== document) {\n ghostRelativeParent = ghostRelativeParent.parentNode;\n }\n\n if (ghostRelativeParent !== document.body && ghostRelativeParent !== document.documentElement) {\n if (ghostRelativeParent === document) ghostRelativeParent = getWindowScrollingElement();\n rect.top += ghostRelativeParent.scrollTop;\n rect.left += ghostRelativeParent.scrollLeft;\n } else {\n ghostRelativeParent = getWindowScrollingElement();\n }\n\n ghostRelativeParentInitialScroll = getRelativeScrollOffset(ghostRelativeParent);\n }\n\n ghostEl = dragEl.cloneNode(true);\n toggleClass(ghostEl, options.ghostClass, false);\n toggleClass(ghostEl, options.fallbackClass, true);\n toggleClass(ghostEl, options.dragClass, true);\n css(ghostEl, 'transition', '');\n css(ghostEl, 'transform', '');\n css(ghostEl, 'box-sizing', 'border-box');\n css(ghostEl, 'margin', 0);\n css(ghostEl, 'top', rect.top);\n css(ghostEl, 'left', rect.left);\n css(ghostEl, 'width', rect.width);\n css(ghostEl, 'height', rect.height);\n css(ghostEl, 'opacity', '0.8');\n css(ghostEl, 'position', PositionGhostAbsolutely ? 'absolute' : 'fixed');\n css(ghostEl, 'zIndex', '100000');\n css(ghostEl, 'pointerEvents', 'none');\n Sortable.ghost = ghostEl;\n container.appendChild(ghostEl); // Set transform-origin\n\n css(ghostEl, 'transform-origin', tapDistanceLeft / parseInt(ghostEl.style.width) * 100 + '% ' + tapDistanceTop / parseInt(ghostEl.style.height) * 100 + '%');\n }\n },\n _onDragStart: function _onDragStart(\n /**Event*/\n evt,\n /**boolean*/\n fallback) {\n var _this = this;\n\n var dataTransfer = evt.dataTransfer;\n var options = _this.options;\n pluginEvent('dragStart', this, {\n evt: evt\n });\n\n if (Sortable.eventCanceled) {\n this._onDrop();\n\n return;\n }\n\n pluginEvent('setupClone', this);\n\n if (!Sortable.eventCanceled) {\n cloneEl = clone(dragEl);\n cloneEl.draggable = false;\n cloneEl.style['will-change'] = '';\n\n this._hideClone();\n\n toggleClass(cloneEl, this.options.chosenClass, false);\n Sortable.clone = cloneEl;\n } // #1143: IFrame support workaround\n\n\n _this.cloneId = _nextTick(function () {\n pluginEvent('clone', _this);\n if (Sortable.eventCanceled) return;\n\n if (!_this.options.removeCloneOnHide) {\n rootEl.insertBefore(cloneEl, dragEl);\n }\n\n _this._hideClone();\n\n _dispatchEvent({\n sortable: _this,\n name: 'clone'\n });\n });\n !fallback && toggleClass(dragEl, options.dragClass, true); // Set proper drop events\n\n if (fallback) {\n ignoreNextClick = true;\n _this._loopId = setInterval(_this._emulateDragOver, 50);\n } else {\n // Undo what was set in _prepareDragStart before drag started\n off(document, 'mouseup', _this._onDrop);\n off(document, 'touchend', _this._onDrop);\n off(document, 'touchcancel', _this._onDrop);\n\n if (dataTransfer) {\n dataTransfer.effectAllowed = 'move';\n options.setData && options.setData.call(_this, dataTransfer, dragEl);\n }\n\n on(document, 'drop', _this); // #1276 fix:\n\n css(dragEl, 'transform', 'translateZ(0)');\n }\n\n awaitingDragStarted = true;\n _this._dragStartId = _nextTick(_this._dragStarted.bind(_this, fallback, evt));\n on(document, 'selectstart', _this);\n moved = true;\n\n if (Safari) {\n css(document.body, 'user-select', 'none');\n }\n },\n // Returns true - if no further action is needed (either inserted or another condition)\n _onDragOver: function _onDragOver(\n /**Event*/\n evt) {\n var el = this.el,\n target = evt.target,\n dragRect,\n targetRect,\n revert,\n options = this.options,\n group = options.group,\n activeSortable = Sortable.active,\n isOwner = activeGroup === group,\n canSort = options.sort,\n fromSortable = putSortable || activeSortable,\n vertical,\n _this = this,\n completedFired = false;\n\n if (_silent) return;\n\n function dragOverEvent(name, extra) {\n pluginEvent(name, _this, _objectSpread2({\n evt: evt,\n isOwner: isOwner,\n axis: vertical ? 'vertical' : 'horizontal',\n revert: revert,\n dragRect: dragRect,\n targetRect: targetRect,\n canSort: canSort,\n fromSortable: fromSortable,\n target: target,\n completed: completed,\n onMove: function onMove(target, after) {\n return _onMove(rootEl, el, dragEl, dragRect, target, getRect(target), evt, after);\n },\n changed: changed\n }, extra));\n } // Capture animation state\n\n\n function capture() {\n dragOverEvent('dragOverAnimationCapture');\n\n _this.captureAnimationState();\n\n if (_this !== fromSortable) {\n fromSortable.captureAnimationState();\n }\n } // Return invocation when dragEl is inserted (or completed)\n\n\n function completed(insertion) {\n dragOverEvent('dragOverCompleted', {\n insertion: insertion\n });\n\n if (insertion) {\n // Clones must be hidden before folding animation to capture dragRectAbsolute properly\n if (isOwner) {\n activeSortable._hideClone();\n } else {\n activeSortable._showClone(_this);\n }\n\n if (_this !== fromSortable) {\n // Set ghost class to new sortable's ghost class\n toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : activeSortable.options.ghostClass, false);\n toggleClass(dragEl, options.ghostClass, true);\n }\n\n if (putSortable !== _this && _this !== Sortable.active) {\n putSortable = _this;\n } else if (_this === Sortable.active && putSortable) {\n putSortable = null;\n } // Animation\n\n\n if (fromSortable === _this) {\n _this._ignoreWhileAnimating = target;\n }\n\n _this.animateAll(function () {\n dragOverEvent('dragOverAnimationComplete');\n _this._ignoreWhileAnimating = null;\n });\n\n if (_this !== fromSortable) {\n fromSortable.animateAll();\n fromSortable._ignoreWhileAnimating = null;\n }\n } // Null lastTarget if it is not inside a previously swapped element\n\n\n if (target === dragEl && !dragEl.animated || target === el && !target.animated) {\n lastTarget = null;\n } // no bubbling and not fallback\n\n\n if (!options.dragoverBubble && !evt.rootEl && target !== document) {\n dragEl.parentNode[expando]._isOutsideThisEl(evt.target); // Do not detect for empty insert if already inserted\n\n\n !insertion && nearestEmptyInsertDetectEvent(evt);\n }\n\n !options.dragoverBubble && evt.stopPropagation && evt.stopPropagation();\n return completedFired = true;\n } // Call when dragEl has been inserted\n\n\n function changed() {\n newIndex = index(dragEl);\n newDraggableIndex = index(dragEl, options.draggable);\n\n _dispatchEvent({\n sortable: _this,\n name: 'change',\n toEl: el,\n newIndex: newIndex,\n newDraggableIndex: newDraggableIndex,\n originalEvent: evt\n });\n }\n\n if (evt.preventDefault !== void 0) {\n evt.cancelable && evt.preventDefault();\n }\n\n target = closest(target, options.draggable, el, true);\n dragOverEvent('dragOver');\n if (Sortable.eventCanceled) return completedFired;\n\n if (dragEl.contains(evt.target) || target.animated && target.animatingX && target.animatingY || _this._ignoreWhileAnimating === target) {\n return completed(false);\n }\n\n ignoreNextClick = false;\n\n if (activeSortable && !options.disabled && (isOwner ? canSort || (revert = parentEl !== rootEl) // Reverting item into the original list\n : putSortable === this || (this.lastPutMode = activeGroup.checkPull(this, activeSortable, dragEl, evt)) && group.checkPut(this, activeSortable, dragEl, evt))) {\n vertical = this._getDirection(evt, target) === 'vertical';\n dragRect = getRect(dragEl);\n dragOverEvent('dragOverValid');\n if (Sortable.eventCanceled) return completedFired;\n\n if (revert) {\n parentEl = rootEl; // actualization\n\n capture();\n\n this._hideClone();\n\n dragOverEvent('revert');\n\n if (!Sortable.eventCanceled) {\n if (nextEl) {\n rootEl.insertBefore(dragEl, nextEl);\n } else {\n rootEl.appendChild(dragEl);\n }\n }\n\n return completed(true);\n }\n\n var elLastChild = lastChild(el, options.draggable);\n\n if (!elLastChild || _ghostIsLast(evt, vertical, this) && !elLastChild.animated) {\n // Insert to end of list\n // If already at end of list: Do not insert\n if (elLastChild === dragEl) {\n return completed(false);\n } // if there is a last element, it is the target\n\n\n if (elLastChild && el === evt.target) {\n target = elLastChild;\n }\n\n if (target) {\n targetRect = getRect(target);\n }\n\n if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, !!target) !== false) {\n capture();\n el.appendChild(dragEl);\n parentEl = el; // actualization\n\n changed();\n return completed(true);\n }\n } else if (elLastChild && _ghostIsFirst(evt, vertical, this)) {\n // Insert to start of list\n var firstChild = getChild(el, 0, options, true);\n\n if (firstChild === dragEl) {\n return completed(false);\n }\n\n target = firstChild;\n targetRect = getRect(target);\n\n if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, false) !== false) {\n capture();\n el.insertBefore(dragEl, firstChild);\n parentEl = el; // actualization\n\n changed();\n return completed(true);\n }\n } else if (target.parentNode === el) {\n targetRect = getRect(target);\n var direction = 0,\n targetBeforeFirstSwap,\n differentLevel = dragEl.parentNode !== el,\n differentRowCol = !_dragElInRowColumn(dragEl.animated && dragEl.toRect || dragRect, target.animated && target.toRect || targetRect, vertical),\n side1 = vertical ? 'top' : 'left',\n scrolledPastTop = isScrolledPast(target, 'top', 'top') || isScrolledPast(dragEl, 'top', 'top'),\n scrollBefore = scrolledPastTop ? scrolledPastTop.scrollTop : void 0;\n\n if (lastTarget !== target) {\n targetBeforeFirstSwap = targetRect[side1];\n pastFirstInvertThresh = false;\n isCircumstantialInvert = !differentRowCol && options.invertSwap || differentLevel;\n }\n\n direction = _getSwapDirection(evt, target, targetRect, vertical, differentRowCol ? 1 : options.swapThreshold, options.invertedSwapThreshold == null ? options.swapThreshold : options.invertedSwapThreshold, isCircumstantialInvert, lastTarget === target);\n var sibling;\n\n if (direction !== 0) {\n // Check if target is beside dragEl in respective direction (ignoring hidden elements)\n var dragIndex = index(dragEl);\n\n do {\n dragIndex -= direction;\n sibling = parentEl.children[dragIndex];\n } while (sibling && (css(sibling, 'display') === 'none' || sibling === ghostEl));\n } // If dragEl is already beside target: Do not insert\n\n\n if (direction === 0 || sibling === target) {\n return completed(false);\n }\n\n lastTarget = target;\n lastDirection = direction;\n var nextSibling = target.nextElementSibling,\n after = false;\n after = direction === 1;\n\n var moveVector = _onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, after);\n\n if (moveVector !== false) {\n if (moveVector === 1 || moveVector === -1) {\n after = moveVector === 1;\n }\n\n _silent = true;\n setTimeout(_unsilent, 30);\n capture();\n\n if (after && !nextSibling) {\n el.appendChild(dragEl);\n } else {\n target.parentNode.insertBefore(dragEl, after ? nextSibling : target);\n } // Undo chrome's scroll adjustment (has no effect on other browsers)\n\n\n if (scrolledPastTop) {\n scrollBy(scrolledPastTop, 0, scrollBefore - scrolledPastTop.scrollTop);\n }\n\n parentEl = dragEl.parentNode; // actualization\n // must be done before animation\n\n if (targetBeforeFirstSwap !== undefined && !isCircumstantialInvert) {\n targetMoveDistance = Math.abs(targetBeforeFirstSwap - getRect(target)[side1]);\n }\n\n changed();\n return completed(true);\n }\n }\n\n if (el.contains(dragEl)) {\n return completed(false);\n }\n }\n\n return false;\n },\n _ignoreWhileAnimating: null,\n _offMoveEvents: function _offMoveEvents() {\n off(document, 'mousemove', this._onTouchMove);\n off(document, 'touchmove', this._onTouchMove);\n off(document, 'pointermove', this._onTouchMove);\n off(document, 'dragover', nearestEmptyInsertDetectEvent);\n off(document, 'mousemove', nearestEmptyInsertDetectEvent);\n off(document, 'touchmove', nearestEmptyInsertDetectEvent);\n },\n _offUpEvents: function _offUpEvents() {\n var ownerDocument = this.el.ownerDocument;\n off(ownerDocument, 'mouseup', this._onDrop);\n off(ownerDocument, 'touchend', this._onDrop);\n off(ownerDocument, 'pointerup', this._onDrop);\n off(ownerDocument, 'touchcancel', this._onDrop);\n off(document, 'selectstart', this);\n },\n _onDrop: function _onDrop(\n /**Event*/\n evt) {\n var el = this.el,\n options = this.options; // Get the index of the dragged element within its parent\n\n newIndex = index(dragEl);\n newDraggableIndex = index(dragEl, options.draggable);\n pluginEvent('drop', this, {\n evt: evt\n });\n parentEl = dragEl && dragEl.parentNode; // Get again after plugin event\n\n newIndex = index(dragEl);\n newDraggableIndex = index(dragEl, options.draggable);\n\n if (Sortable.eventCanceled) {\n this._nulling();\n\n return;\n }\n\n awaitingDragStarted = false;\n isCircumstantialInvert = false;\n pastFirstInvertThresh = false;\n clearInterval(this._loopId);\n clearTimeout(this._dragStartTimer);\n\n _cancelNextTick(this.cloneId);\n\n _cancelNextTick(this._dragStartId); // Unbind events\n\n\n if (this.nativeDraggable) {\n off(document, 'drop', this);\n off(el, 'dragstart', this._onDragStart);\n }\n\n this._offMoveEvents();\n\n this._offUpEvents();\n\n if (Safari) {\n css(document.body, 'user-select', '');\n }\n\n css(dragEl, 'transform', '');\n\n if (evt) {\n if (moved) {\n evt.cancelable && evt.preventDefault();\n !options.dropBubble && evt.stopPropagation();\n }\n\n ghostEl && ghostEl.parentNode && ghostEl.parentNode.removeChild(ghostEl);\n\n if (rootEl === parentEl || putSortable && putSortable.lastPutMode !== 'clone') {\n // Remove clone(s)\n cloneEl && cloneEl.parentNode && cloneEl.parentNode.removeChild(cloneEl);\n }\n\n if (dragEl) {\n if (this.nativeDraggable) {\n off(dragEl, 'dragend', this);\n }\n\n _disableDraggable(dragEl);\n\n dragEl.style['will-change'] = ''; // Remove classes\n // ghostClass is added in dragStarted\n\n if (moved && !awaitingDragStarted) {\n toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : this.options.ghostClass, false);\n }\n\n toggleClass(dragEl, this.options.chosenClass, false); // Drag stop event\n\n _dispatchEvent({\n sortable: this,\n name: 'unchoose',\n toEl: parentEl,\n newIndex: null,\n newDraggableIndex: null,\n originalEvent: evt\n });\n\n if (rootEl !== parentEl) {\n if (newIndex >= 0) {\n // Add event\n _dispatchEvent({\n rootEl: parentEl,\n name: 'add',\n toEl: parentEl,\n fromEl: rootEl,\n originalEvent: evt\n }); // Remove event\n\n\n _dispatchEvent({\n sortable: this,\n name: 'remove',\n toEl: parentEl,\n originalEvent: evt\n }); // drag from one list and drop into another\n\n\n _dispatchEvent({\n rootEl: parentEl,\n name: 'sort',\n toEl: parentEl,\n fromEl: rootEl,\n originalEvent: evt\n });\n\n _dispatchEvent({\n sortable: this,\n name: 'sort',\n toEl: parentEl,\n originalEvent: evt\n });\n }\n\n putSortable && putSortable.save();\n } else {\n if (newIndex !== oldIndex) {\n if (newIndex >= 0) {\n // drag & drop within the same list\n _dispatchEvent({\n sortable: this,\n name: 'update',\n toEl: parentEl,\n originalEvent: evt\n });\n\n _dispatchEvent({\n sortable: this,\n name: 'sort',\n toEl: parentEl,\n originalEvent: evt\n });\n }\n }\n }\n\n if (Sortable.active) {\n /* jshint eqnull:true */\n if (newIndex == null || newIndex === -1) {\n newIndex = oldIndex;\n newDraggableIndex = oldDraggableIndex;\n }\n\n _dispatchEvent({\n sortable: this,\n name: 'end',\n toEl: parentEl,\n originalEvent: evt\n }); // Save sorting\n\n\n this.save();\n }\n }\n }\n\n this._nulling();\n },\n _nulling: function _nulling() {\n pluginEvent('nulling', this);\n rootEl = dragEl = parentEl = ghostEl = nextEl = cloneEl = lastDownEl = cloneHidden = tapEvt = touchEvt = moved = newIndex = newDraggableIndex = oldIndex = oldDraggableIndex = lastTarget = lastDirection = putSortable = activeGroup = Sortable.dragged = Sortable.ghost = Sortable.clone = Sortable.active = null;\n savedInputChecked.forEach(function (el) {\n el.checked = true;\n });\n savedInputChecked.length = lastDx = lastDy = 0;\n },\n handleEvent: function handleEvent(\n /**Event*/\n evt) {\n switch (evt.type) {\n case 'drop':\n case 'dragend':\n this._onDrop(evt);\n\n break;\n\n case 'dragenter':\n case 'dragover':\n if (dragEl) {\n this._onDragOver(evt);\n\n _globalDragOver(evt);\n }\n\n break;\n\n case 'selectstart':\n evt.preventDefault();\n break;\n }\n },\n\n /**\n * Serializes the item into an array of string.\n * @returns {String[]}\n */\n toArray: function toArray() {\n var order = [],\n el,\n children = this.el.children,\n i = 0,\n n = children.length,\n options = this.options;\n\n for (; i < n; i++) {\n el = children[i];\n\n if (closest(el, options.draggable, this.el, false)) {\n order.push(el.getAttribute(options.dataIdAttr) || _generateId(el));\n }\n }\n\n return order;\n },\n\n /**\n * Sorts the elements according to the array.\n * @param {String[]} order order of the items\n */\n sort: function sort(order, useAnimation) {\n var items = {},\n rootEl = this.el;\n this.toArray().forEach(function (id, i) {\n var el = rootEl.children[i];\n\n if (closest(el, this.options.draggable, rootEl, false)) {\n items[id] = el;\n }\n }, this);\n useAnimation && this.captureAnimationState();\n order.forEach(function (id) {\n if (items[id]) {\n rootEl.removeChild(items[id]);\n rootEl.appendChild(items[id]);\n }\n });\n useAnimation && this.animateAll();\n },\n\n /**\n * Save the current sorting\n */\n save: function save() {\n var store = this.options.store;\n store && store.set && store.set(this);\n },\n\n /**\n * For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.\n * @param {HTMLElement} el\n * @param {String} [selector] default: `options.draggable`\n * @returns {HTMLElement|null}\n */\n closest: function closest$1(el, selector) {\n return closest(el, selector || this.options.draggable, this.el, false);\n },\n\n /**\n * Set/get option\n * @param {string} name\n * @param {*} [value]\n * @returns {*}\n */\n option: function option(name, value) {\n var options = this.options;\n\n if (value === void 0) {\n return options[name];\n } else {\n var modifiedValue = PluginManager.modifyOption(this, name, value);\n\n if (typeof modifiedValue !== 'undefined') {\n options[name] = modifiedValue;\n } else {\n options[name] = value;\n }\n\n if (name === 'group') {\n _prepareGroup(options);\n }\n }\n },\n\n /**\n * Destroy\n */\n destroy: function destroy() {\n pluginEvent('destroy', this);\n var el = this.el;\n el[expando] = null;\n off(el, 'mousedown', this._onTapStart);\n off(el, 'touchstart', this._onTapStart);\n off(el, 'pointerdown', this._onTapStart);\n\n if (this.nativeDraggable) {\n off(el, 'dragover', this);\n off(el, 'dragenter', this);\n } // Remove draggable attributes\n\n\n Array.prototype.forEach.call(el.querySelectorAll('[draggable]'), function (el) {\n el.removeAttribute('draggable');\n });\n\n this._onDrop();\n\n this._disableDelayedDragEvents();\n\n sortables.splice(sortables.indexOf(this.el), 1);\n this.el = el = null;\n },\n _hideClone: function _hideClone() {\n if (!cloneHidden) {\n pluginEvent('hideClone', this);\n if (Sortable.eventCanceled) return;\n css(cloneEl, 'display', 'none');\n\n if (this.options.removeCloneOnHide && cloneEl.parentNode) {\n cloneEl.parentNode.removeChild(cloneEl);\n }\n\n cloneHidden = true;\n }\n },\n _showClone: function _showClone(putSortable) {\n if (putSortable.lastPutMode !== 'clone') {\n this._hideClone();\n\n return;\n }\n\n if (cloneHidden) {\n pluginEvent('showClone', this);\n if (Sortable.eventCanceled) return; // show clone at dragEl or original position\n\n if (dragEl.parentNode == rootEl && !this.options.group.revertClone) {\n rootEl.insertBefore(cloneEl, dragEl);\n } else if (nextEl) {\n rootEl.insertBefore(cloneEl, nextEl);\n } else {\n rootEl.appendChild(cloneEl);\n }\n\n if (this.options.group.revertClone) {\n this.animate(dragEl, cloneEl);\n }\n\n css(cloneEl, 'display', '');\n cloneHidden = false;\n }\n }\n};\n\nfunction _globalDragOver(\n/**Event*/\nevt) {\n if (evt.dataTransfer) {\n evt.dataTransfer.dropEffect = 'move';\n }\n\n evt.cancelable && evt.preventDefault();\n}\n\nfunction _onMove(fromEl, toEl, dragEl, dragRect, targetEl, targetRect, originalEvent, willInsertAfter) {\n var evt,\n sortable = fromEl[expando],\n onMoveFn = sortable.options.onMove,\n retVal; // Support for new CustomEvent feature\n\n if (window.CustomEvent && !IE11OrLess && !Edge) {\n evt = new CustomEvent('move', {\n bubbles: true,\n cancelable: true\n });\n } else {\n evt = document.createEvent('Event');\n evt.initEvent('move', true, true);\n }\n\n evt.to = toEl;\n evt.from = fromEl;\n evt.dragged = dragEl;\n evt.draggedRect = dragRect;\n evt.related = targetEl || toEl;\n evt.relatedRect = targetRect || getRect(toEl);\n evt.willInsertAfter = willInsertAfter;\n evt.originalEvent = originalEvent;\n fromEl.dispatchEvent(evt);\n\n if (onMoveFn) {\n retVal = onMoveFn.call(sortable, evt, originalEvent);\n }\n\n return retVal;\n}\n\nfunction _disableDraggable(el) {\n el.draggable = false;\n}\n\nfunction _unsilent() {\n _silent = false;\n}\n\nfunction _ghostIsFirst(evt, vertical, sortable) {\n var rect = getRect(getChild(sortable.el, 0, sortable.options, true));\n var spacer = 10;\n return vertical ? evt.clientX < rect.left - spacer || evt.clientY < rect.top && evt.clientX < rect.right : evt.clientY < rect.top - spacer || evt.clientY < rect.bottom && evt.clientX < rect.left;\n}\n\nfunction _ghostIsLast(evt, vertical, sortable) {\n var rect = getRect(lastChild(sortable.el, sortable.options.draggable));\n var spacer = 10;\n return vertical ? evt.clientX > rect.right + spacer || evt.clientX <= rect.right && evt.clientY > rect.bottom && evt.clientX >= rect.left : evt.clientX > rect.right && evt.clientY > rect.top || evt.clientX <= rect.right && evt.clientY > rect.bottom + spacer;\n}\n\nfunction _getSwapDirection(evt, target, targetRect, vertical, swapThreshold, invertedSwapThreshold, invertSwap, isLastTarget) {\n var mouseOnAxis = vertical ? evt.clientY : evt.clientX,\n targetLength = vertical ? targetRect.height : targetRect.width,\n targetS1 = vertical ? targetRect.top : targetRect.left,\n targetS2 = vertical ? targetRect.bottom : targetRect.right,\n invert = false;\n\n if (!invertSwap) {\n // Never invert or create dragEl shadow when target movemenet causes mouse to move past the end of regular swapThreshold\n if (isLastTarget && targetMoveDistance < targetLength * swapThreshold) {\n // multiplied only by swapThreshold because mouse will already be inside target by (1 - threshold) * targetLength / 2\n // check if past first invert threshold on side opposite of lastDirection\n if (!pastFirstInvertThresh && (lastDirection === 1 ? mouseOnAxis > targetS1 + targetLength * invertedSwapThreshold / 2 : mouseOnAxis < targetS2 - targetLength * invertedSwapThreshold / 2)) {\n // past first invert threshold, do not restrict inverted threshold to dragEl shadow\n pastFirstInvertThresh = true;\n }\n\n if (!pastFirstInvertThresh) {\n // dragEl shadow (target move distance shadow)\n if (lastDirection === 1 ? mouseOnAxis < targetS1 + targetMoveDistance // over dragEl shadow\n : mouseOnAxis > targetS2 - targetMoveDistance) {\n return -lastDirection;\n }\n } else {\n invert = true;\n }\n } else {\n // Regular\n if (mouseOnAxis > targetS1 + targetLength * (1 - swapThreshold) / 2 && mouseOnAxis < targetS2 - targetLength * (1 - swapThreshold) / 2) {\n return _getInsertDirection(target);\n }\n }\n }\n\n invert = invert || invertSwap;\n\n if (invert) {\n // Invert of regular\n if (mouseOnAxis < targetS1 + targetLength * invertedSwapThreshold / 2 || mouseOnAxis > targetS2 - targetLength * invertedSwapThreshold / 2) {\n return mouseOnAxis > targetS1 + targetLength / 2 ? 1 : -1;\n }\n }\n\n return 0;\n}\n/**\n * Gets the direction dragEl must be swapped relative to target in order to make it\n * seem that dragEl has been \"inserted\" into that element's position\n * @param {HTMLElement} target The target whose position dragEl is being inserted at\n * @return {Number} Direction dragEl must be swapped\n */\n\n\nfunction _getInsertDirection(target) {\n if (index(dragEl) < index(target)) {\n return 1;\n } else {\n return -1;\n }\n}\n/**\n * Generate id\n * @param {HTMLElement} el\n * @returns {String}\n * @private\n */\n\n\nfunction _generateId(el) {\n var str = el.tagName + el.className + el.src + el.href + el.textContent,\n i = str.length,\n sum = 0;\n\n while (i--) {\n sum += str.charCodeAt(i);\n }\n\n return sum.toString(36);\n}\n\nfunction _saveInputCheckedState(root) {\n savedInputChecked.length = 0;\n var inputs = root.getElementsByTagName('input');\n var idx = inputs.length;\n\n while (idx--) {\n var el = inputs[idx];\n el.checked && savedInputChecked.push(el);\n }\n}\n\nfunction _nextTick(fn) {\n return setTimeout(fn, 0);\n}\n\nfunction _cancelNextTick(id) {\n return clearTimeout(id);\n} // Fixed #973:\n\n\nif (documentExists) {\n on(document, 'touchmove', function (evt) {\n if ((Sortable.active || awaitingDragStarted) && evt.cancelable) {\n evt.preventDefault();\n }\n });\n} // Export utils\n\n\nSortable.utils = {\n on: on,\n off: off,\n css: css,\n find: find,\n is: function is(el, selector) {\n return !!closest(el, selector, el, false);\n },\n extend: extend,\n throttle: throttle,\n closest: closest,\n toggleClass: toggleClass,\n clone: clone,\n index: index,\n nextTick: _nextTick,\n cancelNextTick: _cancelNextTick,\n detectDirection: _detectDirection,\n getChild: getChild\n};\n/**\n * Get the Sortable instance of an element\n * @param {HTMLElement} element The element\n * @return {Sortable|undefined} The instance of Sortable\n */\n\nSortable.get = function (element) {\n return element[expando];\n};\n/**\n * Mount a plugin to Sortable\n * @param {...SortablePlugin|SortablePlugin[]} plugins Plugins being mounted\n */\n\n\nSortable.mount = function () {\n for (var _len = arguments.length, plugins = new Array(_len), _key = 0; _key < _len; _key++) {\n plugins[_key] = arguments[_key];\n }\n\n if (plugins[0].constructor === Array) plugins = plugins[0];\n plugins.forEach(function (plugin) {\n if (!plugin.prototype || !plugin.prototype.constructor) {\n throw \"Sortable: Mounted plugin must be a constructor function, not \".concat({}.toString.call(plugin));\n }\n\n if (plugin.utils) Sortable.utils = _objectSpread2(_objectSpread2({}, Sortable.utils), plugin.utils);\n PluginManager.mount(plugin);\n });\n};\n/**\n * Create sortable instance\n * @param {HTMLElement} el\n * @param {Object} [options]\n */\n\n\nSortable.create = function (el, options) {\n return new Sortable(el, options);\n}; // Export\n\n\nSortable.version = version;\n\nvar autoScrolls = [],\n scrollEl,\n scrollRootEl,\n scrolling = false,\n lastAutoScrollX,\n lastAutoScrollY,\n touchEvt$1,\n pointerElemChangedInterval;\n\nfunction AutoScrollPlugin() {\n function AutoScroll() {\n this.defaults = {\n scroll: true,\n forceAutoScrollFallback: false,\n scrollSensitivity: 30,\n scrollSpeed: 10,\n bubbleScroll: true\n }; // Bind all private methods\n\n for (var fn in this) {\n if (fn.charAt(0) === '_' && typeof this[fn] === 'function') {\n this[fn] = this[fn].bind(this);\n }\n }\n }\n\n AutoScroll.prototype = {\n dragStarted: function dragStarted(_ref) {\n var originalEvent = _ref.originalEvent;\n\n if (this.sortable.nativeDraggable) {\n on(document, 'dragover', this._handleAutoScroll);\n } else {\n if (this.options.supportPointer) {\n on(document, 'pointermove', this._handleFallbackAutoScroll);\n } else if (originalEvent.touches) {\n on(document, 'touchmove', this._handleFallbackAutoScroll);\n } else {\n on(document, 'mousemove', this._handleFallbackAutoScroll);\n }\n }\n },\n dragOverCompleted: function dragOverCompleted(_ref2) {\n var originalEvent = _ref2.originalEvent;\n\n // For when bubbling is canceled and using fallback (fallback 'touchmove' always reached)\n if (!this.options.dragOverBubble && !originalEvent.rootEl) {\n this._handleAutoScroll(originalEvent);\n }\n },\n drop: function drop() {\n if (this.sortable.nativeDraggable) {\n off(document, 'dragover', this._handleAutoScroll);\n } else {\n off(document, 'pointermove', this._handleFallbackAutoScroll);\n off(document, 'touchmove', this._handleFallbackAutoScroll);\n off(document, 'mousemove', this._handleFallbackAutoScroll);\n }\n\n clearPointerElemChangedInterval();\n clearAutoScrolls();\n cancelThrottle();\n },\n nulling: function nulling() {\n touchEvt$1 = scrollRootEl = scrollEl = scrolling = pointerElemChangedInterval = lastAutoScrollX = lastAutoScrollY = null;\n autoScrolls.length = 0;\n },\n _handleFallbackAutoScroll: function _handleFallbackAutoScroll(evt) {\n this._handleAutoScroll(evt, true);\n },\n _handleAutoScroll: function _handleAutoScroll(evt, fallback) {\n var _this = this;\n\n var x = (evt.touches ? evt.touches[0] : evt).clientX,\n y = (evt.touches ? evt.touches[0] : evt).clientY,\n elem = document.elementFromPoint(x, y);\n touchEvt$1 = evt; // IE does not seem to have native autoscroll,\n // Edge's autoscroll seems too conditional,\n // MACOS Safari does not have autoscroll,\n // Firefox and Chrome are good\n\n if (fallback || this.options.forceAutoScrollFallback || Edge || IE11OrLess || Safari) {\n autoScroll(evt, this.options, elem, fallback); // Listener for pointer element change\n\n var ogElemScroller = getParentAutoScrollElement(elem, true);\n\n if (scrolling && (!pointerElemChangedInterval || x !== lastAutoScrollX || y !== lastAutoScrollY)) {\n pointerElemChangedInterval && clearPointerElemChangedInterval(); // Detect for pointer elem change, emulating native DnD behaviour\n\n pointerElemChangedInterval = setInterval(function () {\n var newElem = getParentAutoScrollElement(document.elementFromPoint(x, y), true);\n\n if (newElem !== ogElemScroller) {\n ogElemScroller = newElem;\n clearAutoScrolls();\n }\n\n autoScroll(evt, _this.options, newElem, fallback);\n }, 10);\n lastAutoScrollX = x;\n lastAutoScrollY = y;\n }\n } else {\n // if DnD is enabled (and browser has good autoscrolling), first autoscroll will already scroll, so get parent autoscroll of first autoscroll\n if (!this.options.bubbleScroll || getParentAutoScrollElement(elem, true) === getWindowScrollingElement()) {\n clearAutoScrolls();\n return;\n }\n\n autoScroll(evt, this.options, getParentAutoScrollElement(elem, false), false);\n }\n }\n };\n return _extends(AutoScroll, {\n pluginName: 'scroll',\n initializeByDefault: true\n });\n}\n\nfunction clearAutoScrolls() {\n autoScrolls.forEach(function (autoScroll) {\n clearInterval(autoScroll.pid);\n });\n autoScrolls = [];\n}\n\nfunction clearPointerElemChangedInterval() {\n clearInterval(pointerElemChangedInterval);\n}\n\nvar autoScroll = throttle(function (evt, options, rootEl, isFallback) {\n // Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=505521\n if (!options.scroll) return;\n var x = (evt.touches ? evt.touches[0] : evt).clientX,\n y = (evt.touches ? evt.touches[0] : evt).clientY,\n sens = options.scrollSensitivity,\n speed = options.scrollSpeed,\n winScroller = getWindowScrollingElement();\n var scrollThisInstance = false,\n scrollCustomFn; // New scroll root, set scrollEl\n\n if (scrollRootEl !== rootEl) {\n scrollRootEl = rootEl;\n clearAutoScrolls();\n scrollEl = options.scroll;\n scrollCustomFn = options.scrollFn;\n\n if (scrollEl === true) {\n scrollEl = getParentAutoScrollElement(rootEl, true);\n }\n }\n\n var layersOut = 0;\n var currentParent = scrollEl;\n\n do {\n var el = currentParent,\n rect = getRect(el),\n top = rect.top,\n bottom = rect.bottom,\n left = rect.left,\n right = rect.right,\n width = rect.width,\n height = rect.height,\n canScrollX = void 0,\n canScrollY = void 0,\n scrollWidth = el.scrollWidth,\n scrollHeight = el.scrollHeight,\n elCSS = css(el),\n scrollPosX = el.scrollLeft,\n scrollPosY = el.scrollTop;\n\n if (el === winScroller) {\n canScrollX = width < scrollWidth && (elCSS.overflowX === 'auto' || elCSS.overflowX === 'scroll' || elCSS.overflowX === 'visible');\n canScrollY = height < scrollHeight && (elCSS.overflowY === 'auto' || elCSS.overflowY === 'scroll' || elCSS.overflowY === 'visible');\n } else {\n canScrollX = width < scrollWidth && (elCSS.overflowX === 'auto' || elCSS.overflowX === 'scroll');\n canScrollY = height < scrollHeight && (elCSS.overflowY === 'auto' || elCSS.overflowY === 'scroll');\n }\n\n var vx = canScrollX && (Math.abs(right - x) <= sens && scrollPosX + width < scrollWidth) - (Math.abs(left - x) <= sens && !!scrollPosX);\n var vy = canScrollY && (Math.abs(bottom - y) <= sens && scrollPosY + height < scrollHeight) - (Math.abs(top - y) <= sens && !!scrollPosY);\n\n if (!autoScrolls[layersOut]) {\n for (var i = 0; i <= layersOut; i++) {\n if (!autoScrolls[i]) {\n autoScrolls[i] = {};\n }\n }\n }\n\n if (autoScrolls[layersOut].vx != vx || autoScrolls[layersOut].vy != vy || autoScrolls[layersOut].el !== el) {\n autoScrolls[layersOut].el = el;\n autoScrolls[layersOut].vx = vx;\n autoScrolls[layersOut].vy = vy;\n clearInterval(autoScrolls[layersOut].pid);\n\n if (vx != 0 || vy != 0) {\n scrollThisInstance = true;\n /* jshint loopfunc:true */\n\n autoScrolls[layersOut].pid = setInterval(function () {\n // emulate drag over during autoscroll (fallback), emulating native DnD behaviour\n if (isFallback && this.layer === 0) {\n Sortable.active._onTouchMove(touchEvt$1); // To move ghost if it is positioned absolutely\n\n }\n\n var scrollOffsetY = autoScrolls[this.layer].vy ? autoScrolls[this.layer].vy * speed : 0;\n var scrollOffsetX = autoScrolls[this.layer].vx ? autoScrolls[this.layer].vx * speed : 0;\n\n if (typeof scrollCustomFn === 'function') {\n if (scrollCustomFn.call(Sortable.dragged.parentNode[expando], scrollOffsetX, scrollOffsetY, evt, touchEvt$1, autoScrolls[this.layer].el) !== 'continue') {\n return;\n }\n }\n\n scrollBy(autoScrolls[this.layer].el, scrollOffsetX, scrollOffsetY);\n }.bind({\n layer: layersOut\n }), 24);\n }\n }\n\n layersOut++;\n } while (options.bubbleScroll && currentParent !== winScroller && (currentParent = getParentAutoScrollElement(currentParent, false)));\n\n scrolling = scrollThisInstance; // in case another function catches scrolling as false in between when it is not\n}, 30);\n\nvar drop = function drop(_ref) {\n var originalEvent = _ref.originalEvent,\n putSortable = _ref.putSortable,\n dragEl = _ref.dragEl,\n activeSortable = _ref.activeSortable,\n dispatchSortableEvent = _ref.dispatchSortableEvent,\n hideGhostForTarget = _ref.hideGhostForTarget,\n unhideGhostForTarget = _ref.unhideGhostForTarget;\n if (!originalEvent) return;\n var toSortable = putSortable || activeSortable;\n hideGhostForTarget();\n var touch = originalEvent.changedTouches && originalEvent.changedTouches.length ? originalEvent.changedTouches[0] : originalEvent;\n var target = document.elementFromPoint(touch.clientX, touch.clientY);\n unhideGhostForTarget();\n\n if (toSortable && !toSortable.el.contains(target)) {\n dispatchSortableEvent('spill');\n this.onSpill({\n dragEl: dragEl,\n putSortable: putSortable\n });\n }\n};\n\nfunction Revert() {}\n\nRevert.prototype = {\n startIndex: null,\n dragStart: function dragStart(_ref2) {\n var oldDraggableIndex = _ref2.oldDraggableIndex;\n this.startIndex = oldDraggableIndex;\n },\n onSpill: function onSpill(_ref3) {\n var dragEl = _ref3.dragEl,\n putSortable = _ref3.putSortable;\n this.sortable.captureAnimationState();\n\n if (putSortable) {\n putSortable.captureAnimationState();\n }\n\n var nextSibling = getChild(this.sortable.el, this.startIndex, this.options);\n\n if (nextSibling) {\n this.sortable.el.insertBefore(dragEl, nextSibling);\n } else {\n this.sortable.el.appendChild(dragEl);\n }\n\n this.sortable.animateAll();\n\n if (putSortable) {\n putSortable.animateAll();\n }\n },\n drop: drop\n};\n\n_extends(Revert, {\n pluginName: 'revertOnSpill'\n});\n\nfunction Remove() {}\n\nRemove.prototype = {\n onSpill: function onSpill(_ref4) {\n var dragEl = _ref4.dragEl,\n putSortable = _ref4.putSortable;\n var parentSortable = putSortable || this.sortable;\n parentSortable.captureAnimationState();\n dragEl.parentNode && dragEl.parentNode.removeChild(dragEl);\n parentSortable.animateAll();\n },\n drop: drop\n};\n\n_extends(Remove, {\n pluginName: 'removeOnSpill'\n});\n\nvar lastSwapEl;\n\nfunction SwapPlugin() {\n function Swap() {\n this.defaults = {\n swapClass: 'sortable-swap-highlight'\n };\n }\n\n Swap.prototype = {\n dragStart: function dragStart(_ref) {\n var dragEl = _ref.dragEl;\n lastSwapEl = dragEl;\n },\n dragOverValid: function dragOverValid(_ref2) {\n var completed = _ref2.completed,\n target = _ref2.target,\n onMove = _ref2.onMove,\n activeSortable = _ref2.activeSortable,\n changed = _ref2.changed,\n cancel = _ref2.cancel;\n if (!activeSortable.options.swap) return;\n var el = this.sortable.el,\n options = this.options;\n\n if (target && target !== el) {\n var prevSwapEl = lastSwapEl;\n\n if (onMove(target) !== false) {\n toggleClass(target, options.swapClass, true);\n lastSwapEl = target;\n } else {\n lastSwapEl = null;\n }\n\n if (prevSwapEl && prevSwapEl !== lastSwapEl) {\n toggleClass(prevSwapEl, options.swapClass, false);\n }\n }\n\n changed();\n completed(true);\n cancel();\n },\n drop: function drop(_ref3) {\n var activeSortable = _ref3.activeSortable,\n putSortable = _ref3.putSortable,\n dragEl = _ref3.dragEl;\n var toSortable = putSortable || this.sortable;\n var options = this.options;\n lastSwapEl && toggleClass(lastSwapEl, options.swapClass, false);\n\n if (lastSwapEl && (options.swap || putSortable && putSortable.options.swap)) {\n if (dragEl !== lastSwapEl) {\n toSortable.captureAnimationState();\n if (toSortable !== activeSortable) activeSortable.captureAnimationState();\n swapNodes(dragEl, lastSwapEl);\n toSortable.animateAll();\n if (toSortable !== activeSortable) activeSortable.animateAll();\n }\n }\n },\n nulling: function nulling() {\n lastSwapEl = null;\n }\n };\n return _extends(Swap, {\n pluginName: 'swap',\n eventProperties: function eventProperties() {\n return {\n swapItem: lastSwapEl\n };\n }\n });\n}\n\nfunction swapNodes(n1, n2) {\n var p1 = n1.parentNode,\n p2 = n2.parentNode,\n i1,\n i2;\n if (!p1 || !p2 || p1.isEqualNode(n2) || p2.isEqualNode(n1)) return;\n i1 = index(n1);\n i2 = index(n2);\n\n if (p1.isEqualNode(p2) && i1 < i2) {\n i2++;\n }\n\n p1.insertBefore(n2, p1.children[i1]);\n p2.insertBefore(n1, p2.children[i2]);\n}\n\nvar multiDragElements = [],\n multiDragClones = [],\n lastMultiDragSelect,\n // for selection with modifier key down (SHIFT)\nmultiDragSortable,\n initialFolding = false,\n // Initial multi-drag fold when drag started\nfolding = false,\n // Folding any other time\ndragStarted = false,\n dragEl$1,\n clonesFromRect,\n clonesHidden;\n\nfunction MultiDragPlugin() {\n function MultiDrag(sortable) {\n // Bind all private methods\n for (var fn in this) {\n if (fn.charAt(0) === '_' && typeof this[fn] === 'function') {\n this[fn] = this[fn].bind(this);\n }\n }\n\n if (sortable.options.supportPointer) {\n on(document, 'pointerup', this._deselectMultiDrag);\n } else {\n on(document, 'mouseup', this._deselectMultiDrag);\n on(document, 'touchend', this._deselectMultiDrag);\n }\n\n on(document, 'keydown', this._checkKeyDown);\n on(document, 'keyup', this._checkKeyUp);\n this.defaults = {\n selectedClass: 'sortable-selected',\n multiDragKey: null,\n setData: function setData(dataTransfer, dragEl) {\n var data = '';\n\n if (multiDragElements.length && multiDragSortable === sortable) {\n multiDragElements.forEach(function (multiDragElement, i) {\n data += (!i ? '' : ', ') + multiDragElement.textContent;\n });\n } else {\n data = dragEl.textContent;\n }\n\n dataTransfer.setData('Text', data);\n }\n };\n }\n\n MultiDrag.prototype = {\n multiDragKeyDown: false,\n isMultiDrag: false,\n delayStartGlobal: function delayStartGlobal(_ref) {\n var dragged = _ref.dragEl;\n dragEl$1 = dragged;\n },\n delayEnded: function delayEnded() {\n this.isMultiDrag = ~multiDragElements.indexOf(dragEl$1);\n },\n setupClone: function setupClone(_ref2) {\n var sortable = _ref2.sortable,\n cancel = _ref2.cancel;\n if (!this.isMultiDrag) return;\n\n for (var i = 0; i < multiDragElements.length; i++) {\n multiDragClones.push(clone(multiDragElements[i]));\n multiDragClones[i].sortableIndex = multiDragElements[i].sortableIndex;\n multiDragClones[i].draggable = false;\n multiDragClones[i].style['will-change'] = '';\n toggleClass(multiDragClones[i], this.options.selectedClass, false);\n multiDragElements[i] === dragEl$1 && toggleClass(multiDragClones[i], this.options.chosenClass, false);\n }\n\n sortable._hideClone();\n\n cancel();\n },\n clone: function clone(_ref3) {\n var sortable = _ref3.sortable,\n rootEl = _ref3.rootEl,\n dispatchSortableEvent = _ref3.dispatchSortableEvent,\n cancel = _ref3.cancel;\n if (!this.isMultiDrag) return;\n\n if (!this.options.removeCloneOnHide) {\n if (multiDragElements.length && multiDragSortable === sortable) {\n insertMultiDragClones(true, rootEl);\n dispatchSortableEvent('clone');\n cancel();\n }\n }\n },\n showClone: function showClone(_ref4) {\n var cloneNowShown = _ref4.cloneNowShown,\n rootEl = _ref4.rootEl,\n cancel = _ref4.cancel;\n if (!this.isMultiDrag) return;\n insertMultiDragClones(false, rootEl);\n multiDragClones.forEach(function (clone) {\n css(clone, 'display', '');\n });\n cloneNowShown();\n clonesHidden = false;\n cancel();\n },\n hideClone: function hideClone(_ref5) {\n var _this = this;\n\n var sortable = _ref5.sortable,\n cloneNowHidden = _ref5.cloneNowHidden,\n cancel = _ref5.cancel;\n if (!this.isMultiDrag) return;\n multiDragClones.forEach(function (clone) {\n css(clone, 'display', 'none');\n\n if (_this.options.removeCloneOnHide && clone.parentNode) {\n clone.parentNode.removeChild(clone);\n }\n });\n cloneNowHidden();\n clonesHidden = true;\n cancel();\n },\n dragStartGlobal: function dragStartGlobal(_ref6) {\n var sortable = _ref6.sortable;\n\n if (!this.isMultiDrag && multiDragSortable) {\n multiDragSortable.multiDrag._deselectMultiDrag();\n }\n\n multiDragElements.forEach(function (multiDragElement) {\n multiDragElement.sortableIndex = index(multiDragElement);\n }); // Sort multi-drag elements\n\n multiDragElements = multiDragElements.sort(function (a, b) {\n return a.sortableIndex - b.sortableIndex;\n });\n dragStarted = true;\n },\n dragStarted: function dragStarted(_ref7) {\n var _this2 = this;\n\n var sortable = _ref7.sortable;\n if (!this.isMultiDrag) return;\n\n if (this.options.sort) {\n // Capture rects,\n // hide multi drag elements (by positioning them absolute),\n // set multi drag elements rects to dragRect,\n // show multi drag elements,\n // animate to rects,\n // unset rects & remove from DOM\n sortable.captureAnimationState();\n\n if (this.options.animation) {\n multiDragElements.forEach(function (multiDragElement) {\n if (multiDragElement === dragEl$1) return;\n css(multiDragElement, 'position', 'absolute');\n });\n var dragRect = getRect(dragEl$1, false, true, true);\n multiDragElements.forEach(function (multiDragElement) {\n if (multiDragElement === dragEl$1) return;\n setRect(multiDragElement, dragRect);\n });\n folding = true;\n initialFolding = true;\n }\n }\n\n sortable.animateAll(function () {\n folding = false;\n initialFolding = false;\n\n if (_this2.options.animation) {\n multiDragElements.forEach(function (multiDragElement) {\n unsetRect(multiDragElement);\n });\n } // Remove all auxiliary multidrag items from el, if sorting enabled\n\n\n if (_this2.options.sort) {\n removeMultiDragElements();\n }\n });\n },\n dragOver: function dragOver(_ref8) {\n var target = _ref8.target,\n completed = _ref8.completed,\n cancel = _ref8.cancel;\n\n if (folding && ~multiDragElements.indexOf(target)) {\n completed(false);\n cancel();\n }\n },\n revert: function revert(_ref9) {\n var fromSortable = _ref9.fromSortable,\n rootEl = _ref9.rootEl,\n sortable = _ref9.sortable,\n dragRect = _ref9.dragRect;\n\n if (multiDragElements.length > 1) {\n // Setup unfold animation\n multiDragElements.forEach(function (multiDragElement) {\n sortable.addAnimationState({\n target: multiDragElement,\n rect: folding ? getRect(multiDragElement) : dragRect\n });\n unsetRect(multiDragElement);\n multiDragElement.fromRect = dragRect;\n fromSortable.removeAnimationState(multiDragElement);\n });\n folding = false;\n insertMultiDragElements(!this.options.removeCloneOnHide, rootEl);\n }\n },\n dragOverCompleted: function dragOverCompleted(_ref10) {\n var sortable = _ref10.sortable,\n isOwner = _ref10.isOwner,\n insertion = _ref10.insertion,\n activeSortable = _ref10.activeSortable,\n parentEl = _ref10.parentEl,\n putSortable = _ref10.putSortable;\n var options = this.options;\n\n if (insertion) {\n // Clones must be hidden before folding animation to capture dragRectAbsolute properly\n if (isOwner) {\n activeSortable._hideClone();\n }\n\n initialFolding = false; // If leaving sort:false root, or already folding - Fold to new location\n\n if (options.animation && multiDragElements.length > 1 && (folding || !isOwner && !activeSortable.options.sort && !putSortable)) {\n // Fold: Set all multi drag elements's rects to dragEl's rect when multi-drag elements are invisible\n var dragRectAbsolute = getRect(dragEl$1, false, true, true);\n multiDragElements.forEach(function (multiDragElement) {\n if (multiDragElement === dragEl$1) return;\n setRect(multiDragElement, dragRectAbsolute); // Move element(s) to end of parentEl so that it does not interfere with multi-drag clones insertion if they are inserted\n // while folding, and so that we can capture them again because old sortable will no longer be fromSortable\n\n parentEl.appendChild(multiDragElement);\n });\n folding = true;\n } // Clones must be shown (and check to remove multi drags) after folding when interfering multiDragElements are moved out\n\n\n if (!isOwner) {\n // Only remove if not folding (folding will remove them anyways)\n if (!folding) {\n removeMultiDragElements();\n }\n\n if (multiDragElements.length > 1) {\n var clonesHiddenBefore = clonesHidden;\n\n activeSortable._showClone(sortable); // Unfold animation for clones if showing from hidden\n\n\n if (activeSortable.options.animation && !clonesHidden && clonesHiddenBefore) {\n multiDragClones.forEach(function (clone) {\n activeSortable.addAnimationState({\n target: clone,\n rect: clonesFromRect\n });\n clone.fromRect = clonesFromRect;\n clone.thisAnimationDuration = null;\n });\n }\n } else {\n activeSortable._showClone(sortable);\n }\n }\n }\n },\n dragOverAnimationCapture: function dragOverAnimationCapture(_ref11) {\n var dragRect = _ref11.dragRect,\n isOwner = _ref11.isOwner,\n activeSortable = _ref11.activeSortable;\n multiDragElements.forEach(function (multiDragElement) {\n multiDragElement.thisAnimationDuration = null;\n });\n\n if (activeSortable.options.animation && !isOwner && activeSortable.multiDrag.isMultiDrag) {\n clonesFromRect = _extends({}, dragRect);\n var dragMatrix = matrix(dragEl$1, true);\n clonesFromRect.top -= dragMatrix.f;\n clonesFromRect.left -= dragMatrix.e;\n }\n },\n dragOverAnimationComplete: function dragOverAnimationComplete() {\n if (folding) {\n folding = false;\n removeMultiDragElements();\n }\n },\n drop: function drop(_ref12) {\n var evt = _ref12.originalEvent,\n rootEl = _ref12.rootEl,\n parentEl = _ref12.parentEl,\n sortable = _ref12.sortable,\n dispatchSortableEvent = _ref12.dispatchSortableEvent,\n oldIndex = _ref12.oldIndex,\n putSortable = _ref12.putSortable;\n var toSortable = putSortable || this.sortable;\n if (!evt) return;\n var options = this.options,\n children = parentEl.children; // Multi-drag selection\n\n if (!dragStarted) {\n if (options.multiDragKey && !this.multiDragKeyDown) {\n this._deselectMultiDrag();\n }\n\n toggleClass(dragEl$1, options.selectedClass, !~multiDragElements.indexOf(dragEl$1));\n\n if (!~multiDragElements.indexOf(dragEl$1)) {\n multiDragElements.push(dragEl$1);\n dispatchEvent({\n sortable: sortable,\n rootEl: rootEl,\n name: 'select',\n targetEl: dragEl$1,\n originalEvt: evt\n }); // Modifier activated, select from last to dragEl\n\n if (evt.shiftKey && lastMultiDragSelect && sortable.el.contains(lastMultiDragSelect)) {\n var lastIndex = index(lastMultiDragSelect),\n currentIndex = index(dragEl$1);\n\n if (~lastIndex && ~currentIndex && lastIndex !== currentIndex) {\n // Must include lastMultiDragSelect (select it), in case modified selection from no selection\n // (but previous selection existed)\n var n, i;\n\n if (currentIndex > lastIndex) {\n i = lastIndex;\n n = currentIndex;\n } else {\n i = currentIndex;\n n = lastIndex + 1;\n }\n\n for (; i < n; i++) {\n if (~multiDragElements.indexOf(children[i])) continue;\n toggleClass(children[i], options.selectedClass, true);\n multiDragElements.push(children[i]);\n dispatchEvent({\n sortable: sortable,\n rootEl: rootEl,\n name: 'select',\n targetEl: children[i],\n originalEvt: evt\n });\n }\n }\n } else {\n lastMultiDragSelect = dragEl$1;\n }\n\n multiDragSortable = toSortable;\n } else {\n multiDragElements.splice(multiDragElements.indexOf(dragEl$1), 1);\n lastMultiDragSelect = null;\n dispatchEvent({\n sortable: sortable,\n rootEl: rootEl,\n name: 'deselect',\n targetEl: dragEl$1,\n originalEvt: evt\n });\n }\n } // Multi-drag drop\n\n\n if (dragStarted && this.isMultiDrag) {\n folding = false; // Do not \"unfold\" after around dragEl if reverted\n\n if ((parentEl[expando].options.sort || parentEl !== rootEl) && multiDragElements.length > 1) {\n var dragRect = getRect(dragEl$1),\n multiDragIndex = index(dragEl$1, ':not(.' + this.options.selectedClass + ')');\n if (!initialFolding && options.animation) dragEl$1.thisAnimationDuration = null;\n toSortable.captureAnimationState();\n\n if (!initialFolding) {\n if (options.animation) {\n dragEl$1.fromRect = dragRect;\n multiDragElements.forEach(function (multiDragElement) {\n multiDragElement.thisAnimationDuration = null;\n\n if (multiDragElement !== dragEl$1) {\n var rect = folding ? getRect(multiDragElement) : dragRect;\n multiDragElement.fromRect = rect; // Prepare unfold animation\n\n toSortable.addAnimationState({\n target: multiDragElement,\n rect: rect\n });\n }\n });\n } // Multi drag elements are not necessarily removed from the DOM on drop, so to reinsert\n // properly they must all be removed\n\n\n removeMultiDragElements();\n multiDragElements.forEach(function (multiDragElement) {\n if (children[multiDragIndex]) {\n parentEl.insertBefore(multiDragElement, children[multiDragIndex]);\n } else {\n parentEl.appendChild(multiDragElement);\n }\n\n multiDragIndex++;\n }); // If initial folding is done, the elements may have changed position because they are now\n // unfolding around dragEl, even though dragEl may not have his index changed, so update event\n // must be fired here as Sortable will not.\n\n if (oldIndex === index(dragEl$1)) {\n var update = false;\n multiDragElements.forEach(function (multiDragElement) {\n if (multiDragElement.sortableIndex !== index(multiDragElement)) {\n update = true;\n return;\n }\n });\n\n if (update) {\n dispatchSortableEvent('update');\n }\n }\n } // Must be done after capturing individual rects (scroll bar)\n\n\n multiDragElements.forEach(function (multiDragElement) {\n unsetRect(multiDragElement);\n });\n toSortable.animateAll();\n }\n\n multiDragSortable = toSortable;\n } // Remove clones if necessary\n\n\n if (rootEl === parentEl || putSortable && putSortable.lastPutMode !== 'clone') {\n multiDragClones.forEach(function (clone) {\n clone.parentNode && clone.parentNode.removeChild(clone);\n });\n }\n },\n nullingGlobal: function nullingGlobal() {\n this.isMultiDrag = dragStarted = false;\n multiDragClones.length = 0;\n },\n destroyGlobal: function destroyGlobal() {\n this._deselectMultiDrag();\n\n off(document, 'pointerup', this._deselectMultiDrag);\n off(document, 'mouseup', this._deselectMultiDrag);\n off(document, 'touchend', this._deselectMultiDrag);\n off(document, 'keydown', this._checkKeyDown);\n off(document, 'keyup', this._checkKeyUp);\n },\n _deselectMultiDrag: function _deselectMultiDrag(evt) {\n if (typeof dragStarted !== \"undefined\" && dragStarted) return; // Only deselect if selection is in this sortable\n\n if (multiDragSortable !== this.sortable) return; // Only deselect if target is not item in this sortable\n\n if (evt && closest(evt.target, this.options.draggable, this.sortable.el, false)) return; // Only deselect if left click\n\n if (evt && evt.button !== 0) return;\n\n while (multiDragElements.length) {\n var el = multiDragElements[0];\n toggleClass(el, this.options.selectedClass, false);\n multiDragElements.shift();\n dispatchEvent({\n sortable: this.sortable,\n rootEl: this.sortable.el,\n name: 'deselect',\n targetEl: el,\n originalEvt: evt\n });\n }\n },\n _checkKeyDown: function _checkKeyDown(evt) {\n if (evt.key === this.options.multiDragKey) {\n this.multiDragKeyDown = true;\n }\n },\n _checkKeyUp: function _checkKeyUp(evt) {\n if (evt.key === this.options.multiDragKey) {\n this.multiDragKeyDown = false;\n }\n }\n };\n return _extends(MultiDrag, {\n // Static methods & properties\n pluginName: 'multiDrag',\n utils: {\n /**\n * Selects the provided multi-drag item\n * @param {HTMLElement} el The element to be selected\n */\n select: function select(el) {\n var sortable = el.parentNode[expando];\n if (!sortable || !sortable.options.multiDrag || ~multiDragElements.indexOf(el)) return;\n\n if (multiDragSortable && multiDragSortable !== sortable) {\n multiDragSortable.multiDrag._deselectMultiDrag();\n\n multiDragSortable = sortable;\n }\n\n toggleClass(el, sortable.options.selectedClass, true);\n multiDragElements.push(el);\n },\n\n /**\n * Deselects the provided multi-drag item\n * @param {HTMLElement} el The element to be deselected\n */\n deselect: function deselect(el) {\n var sortable = el.parentNode[expando],\n index = multiDragElements.indexOf(el);\n if (!sortable || !sortable.options.multiDrag || !~index) return;\n toggleClass(el, sortable.options.selectedClass, false);\n multiDragElements.splice(index, 1);\n }\n },\n eventProperties: function eventProperties() {\n var _this3 = this;\n\n var oldIndicies = [],\n newIndicies = [];\n multiDragElements.forEach(function (multiDragElement) {\n oldIndicies.push({\n multiDragElement: multiDragElement,\n index: multiDragElement.sortableIndex\n }); // multiDragElements will already be sorted if folding\n\n var newIndex;\n\n if (folding && multiDragElement !== dragEl$1) {\n newIndex = -1;\n } else if (folding) {\n newIndex = index(multiDragElement, ':not(.' + _this3.options.selectedClass + ')');\n } else {\n newIndex = index(multiDragElement);\n }\n\n newIndicies.push({\n multiDragElement: multiDragElement,\n index: newIndex\n });\n });\n return {\n items: _toConsumableArray(multiDragElements),\n clones: [].concat(multiDragClones),\n oldIndicies: oldIndicies,\n newIndicies: newIndicies\n };\n },\n optionListeners: {\n multiDragKey: function multiDragKey(key) {\n key = key.toLowerCase();\n\n if (key === 'ctrl') {\n key = 'Control';\n } else if (key.length > 1) {\n key = key.charAt(0).toUpperCase() + key.substr(1);\n }\n\n return key;\n }\n }\n });\n}\n\nfunction insertMultiDragElements(clonesInserted, rootEl) {\n multiDragElements.forEach(function (multiDragElement, i) {\n var target = rootEl.children[multiDragElement.sortableIndex + (clonesInserted ? Number(i) : 0)];\n\n if (target) {\n rootEl.insertBefore(multiDragElement, target);\n } else {\n rootEl.appendChild(multiDragElement);\n }\n });\n}\n/**\n * Insert multi-drag clones\n * @param {[Boolean]} elementsInserted Whether the multi-drag elements are inserted\n * @param {HTMLElement} rootEl\n */\n\n\nfunction insertMultiDragClones(elementsInserted, rootEl) {\n multiDragClones.forEach(function (clone, i) {\n var target = rootEl.children[clone.sortableIndex + (elementsInserted ? Number(i) : 0)];\n\n if (target) {\n rootEl.insertBefore(clone, target);\n } else {\n rootEl.appendChild(clone);\n }\n });\n}\n\nfunction removeMultiDragElements() {\n multiDragElements.forEach(function (multiDragElement) {\n if (multiDragElement === dragEl$1) return;\n multiDragElement.parentNode && multiDragElement.parentNode.removeChild(multiDragElement);\n });\n}\n\nSortable.mount(new AutoScrollPlugin());\nSortable.mount(Remove, Revert);\n\nexport default Sortable;\nexport { MultiDragPlugin as MultiDrag, Sortable, SwapPlugin as Swap };\n","function removeNode(node) {\r\n if (node.parentElement !== null) {\r\n node.parentElement.removeChild(node);\r\n }\r\n}\r\n\r\nfunction insertNodeAt(fatherNode, node, position) {\r\n const refNode =\r\n position === 0\r\n ? fatherNode.children[0]\r\n : fatherNode.children[position - 1].nextSibling;\r\n fatherNode.insertBefore(node, refNode);\r\n}\r\n\r\nexport { insertNodeAt, removeNode };\r\n","function getConsole() {\r\n if (typeof window !== \"undefined\") {\r\n return window.console;\r\n }\r\n return global.console;\r\n}\r\nconst console = getConsole();\r\n\r\nexport { console };\r\n","function cached(fn) {\r\n const cache = Object.create(null);\r\n return function cachedFn(str) {\r\n const hit = cache[str];\r\n return hit || (cache[str] = fn(str));\r\n };\r\n}\r\n\r\nconst regex = /-(\\w)/g;\r\nconst camelize = cached(str => str.replace(regex, (_, c) => c.toUpperCase()));\r\n\r\nexport { camelize };\r\n","const manageAndEmit = [\"Start\", \"Add\", \"Remove\", \"Update\", \"End\"];\r\nconst emit = [\"Choose\", \"Unchoose\", \"Sort\", \"Filter\", \"Clone\"];\r\nconst manage = [\"Move\"];\r\nconst eventHandlerNames = [manage, manageAndEmit, emit]\r\n .flatMap(events => events)\r\n .map(evt => `on${evt}`);\r\n\r\nconst events = {\r\n manage,\r\n manageAndEmit,\r\n emit\r\n};\r\n\r\nfunction isReadOnly(eventName) {\r\n return eventHandlerNames.indexOf(eventName) !== -1;\r\n}\r\n\r\nexport { events, isReadOnly };\r\n","const tags = [\r\n \"a\",\r\n \"abbr\",\r\n \"address\",\r\n \"area\",\r\n \"article\",\r\n \"aside\",\r\n \"audio\",\r\n \"b\",\r\n \"base\",\r\n \"bdi\",\r\n \"bdo\",\r\n \"blockquote\",\r\n \"body\",\r\n \"br\",\r\n \"button\",\r\n \"canvas\",\r\n \"caption\",\r\n \"cite\",\r\n \"code\",\r\n \"col\",\r\n \"colgroup\",\r\n \"data\",\r\n \"datalist\",\r\n \"dd\",\r\n \"del\",\r\n \"details\",\r\n \"dfn\",\r\n \"dialog\",\r\n \"div\",\r\n \"dl\",\r\n \"dt\",\r\n \"em\",\r\n \"embed\",\r\n \"fieldset\",\r\n \"figcaption\",\r\n \"figure\",\r\n \"footer\",\r\n \"form\",\r\n \"h1\",\r\n \"h2\",\r\n \"h3\",\r\n \"h4\",\r\n \"h5\",\r\n \"h6\",\r\n \"head\",\r\n \"header\",\r\n \"hgroup\",\r\n \"hr\",\r\n \"html\",\r\n \"i\",\r\n \"iframe\",\r\n \"img\",\r\n \"input\",\r\n \"ins\",\r\n \"kbd\",\r\n \"label\",\r\n \"legend\",\r\n \"li\",\r\n \"link\",\r\n \"main\",\r\n \"map\",\r\n \"mark\",\r\n \"math\",\r\n \"menu\",\r\n \"menuitem\",\r\n \"meta\",\r\n \"meter\",\r\n \"nav\",\r\n \"noscript\",\r\n \"object\",\r\n \"ol\",\r\n \"optgroup\",\r\n \"option\",\r\n \"output\",\r\n \"p\",\r\n \"param\",\r\n \"picture\",\r\n \"pre\",\r\n \"progress\",\r\n \"q\",\r\n \"rb\",\r\n \"rp\",\r\n \"rt\",\r\n \"rtc\",\r\n \"ruby\",\r\n \"s\",\r\n \"samp\",\r\n \"script\",\r\n \"section\",\r\n \"select\",\r\n \"slot\",\r\n \"small\",\r\n \"source\",\r\n \"span\",\r\n \"strong\",\r\n \"style\",\r\n \"sub\",\r\n \"summary\",\r\n \"sup\",\r\n \"svg\",\r\n \"table\",\r\n \"tbody\",\r\n \"td\",\r\n \"template\",\r\n \"textarea\",\r\n \"tfoot\",\r\n \"th\",\r\n \"thead\",\r\n \"time\",\r\n \"title\",\r\n \"tr\",\r\n \"track\",\r\n \"u\",\r\n \"ul\",\r\n \"var\",\r\n \"video\",\r\n \"wbr\"\r\n];\r\n\r\nfunction isHtmlTag(name) {\r\n return tags.includes(name);\r\n}\r\n\r\nfunction isTransition(name) {\r\n return [\"transition-group\", \"TransitionGroup\"].includes(name);\r\n}\r\n\r\nfunction isHtmlAttribute(value) {\r\n return (\r\n [\"id\", \"class\", \"role\", \"style\"].includes(value) ||\r\n value.startsWith(\"data-\") ||\r\n value.startsWith(\"aria-\") ||\r\n value.startsWith(\"on\")\r\n );\r\n}\r\n\r\nexport { isHtmlTag, isHtmlAttribute, isTransition };\r\n","import { camelize } from \"../util/string\";\r\nimport { events, isReadOnly } from \"./sortableEvents\";\r\nimport { isHtmlAttribute } from \"../util/tags\";\r\n\r\nfunction project(entries) {\r\n return entries.reduce((res, [key, value]) => {\r\n res[key] = value;\r\n return res;\r\n }, {});\r\n}\r\n\r\nfunction getComponentAttributes({ $attrs, componentData = {} }) {\r\n const attributes = project(\r\n Object.entries($attrs).filter(([key, _]) => isHtmlAttribute(key))\r\n );\r\n return {\r\n ...attributes,\r\n ...componentData\r\n };\r\n}\r\n\r\nfunction createSortableOption({ $attrs, callBackBuilder }) {\r\n const options = project(getValidSortableEntries($attrs));\r\n Object.entries(callBackBuilder).forEach(([eventType, eventBuilder]) => {\r\n events[eventType].forEach(event => {\r\n options[`on${event}`] = eventBuilder(event);\r\n });\r\n });\r\n const draggable = `[data-draggable]${options.draggable || \"\"}`;\r\n return {\r\n ...options,\r\n draggable\r\n };\r\n}\r\n\r\nfunction getValidSortableEntries(value) {\r\n return Object.entries(value)\r\n .filter(([key, _]) => !isHtmlAttribute(key))\r\n .map(([key, value]) => [camelize(key), value])\r\n .filter(([key, _]) => !isReadOnly(key));\r\n}\r\n\r\nexport {\r\n getComponentAttributes,\r\n createSortableOption,\r\n getValidSortableEntries\r\n};\r\n","const getHtmlElementFromNode = ({ el }) => el;\r\nconst addContext = (domElement, context) =>\r\n (domElement.__draggable_context = context);\r\nconst getContext = domElement => domElement.__draggable_context;\r\n\r\nclass ComponentStructure {\r\n constructor({\r\n nodes: { header, default: defaultNodes, footer },\r\n root,\r\n realList\r\n }) {\r\n this.defaultNodes = defaultNodes;\r\n this.children = [...header, ...defaultNodes, ...footer];\r\n this.externalComponent = root.externalComponent;\r\n this.rootTransition = root.transition;\r\n this.tag = root.tag;\r\n this.realList = realList;\r\n }\r\n\r\n get _isRootComponent() {\r\n return this.externalComponent || this.rootTransition;\r\n }\r\n\r\n render(h, attributes) {\r\n const { tag, children, _isRootComponent } = this;\r\n const option = !_isRootComponent ? children : { default: () => children };\r\n return h(tag, attributes, option);\r\n }\r\n\r\n updated() {\r\n const { defaultNodes, realList } = this;\r\n defaultNodes.forEach((node, index) => {\r\n addContext(getHtmlElementFromNode(node), {\r\n element: realList[index],\r\n index\r\n });\r\n });\r\n }\r\n\r\n getUnderlyingVm(domElement) {\r\n return getContext(domElement);\r\n }\r\n\r\n getVmIndexFromDomIndex(domIndex, element) {\r\n const { defaultNodes } = this;\r\n const { length } = defaultNodes;\r\n const domChildren = element.children;\r\n const domElement = domChildren.item(domIndex);\r\n\r\n if (domElement === null) {\r\n return length;\r\n }\r\n const context = getContext(domElement);\r\n if (context) {\r\n return context.index;\r\n }\r\n\r\n if (length === 0) {\r\n return 0;\r\n }\r\n const firstDomListElement = getHtmlElementFromNode(defaultNodes[0]);\r\n const indexFirstDomListElement = [...domChildren].findIndex(\r\n element => element === firstDomListElement\r\n );\r\n return domIndex < indexFirstDomListElement ? 0 : length;\r\n }\r\n}\r\n\r\nexport { ComponentStructure };\r\n","import { ComponentStructure } from \"./componentStructure\";\r\nimport { isHtmlTag, isTransition } from \"../util/tags\";\r\nimport { resolveComponent, TransitionGroup } from \"vue\";\r\n\r\nfunction getSlot(slots, key) {\r\n const slotValue = slots[key];\r\n return slotValue ? slotValue() : [];\r\n}\r\n\r\nfunction computeNodes({ $slots, realList, getKey }) {\r\n const normalizedList = realList || [];\r\n const [header, footer] = [\"header\", \"footer\"].map(name =>\r\n getSlot($slots, name)\r\n );\r\n const { item } = $slots;\r\n if (!item) {\r\n throw new Error(\"draggable element must have an item slot\");\r\n }\r\n const defaultNodes = normalizedList.flatMap((element, index) =>\r\n item({ element, index }).map(node => {\r\n node.key = getKey(element);\r\n node.props = { ...(node.props || {}), \"data-draggable\": true };\r\n return node;\r\n })\r\n );\r\n if (defaultNodes.length !== normalizedList.length) {\r\n throw new Error(\"Item slot must have only one child\");\r\n }\r\n return {\r\n header,\r\n footer,\r\n default: defaultNodes\r\n };\r\n}\r\n\r\nfunction getRootInformation(tag) {\r\n const transition = isTransition(tag);\r\n const externalComponent = !isHtmlTag(tag) && !transition;\r\n return {\r\n transition,\r\n externalComponent,\r\n tag: externalComponent\r\n ? resolveComponent(tag)\r\n : transition\r\n ? TransitionGroup\r\n : tag\r\n };\r\n}\r\n\r\nfunction computeComponentStructure({ $slots, tag, realList, getKey }) {\r\n const nodes = computeNodes({ $slots, realList, getKey });\r\n const root = getRootInformation(tag);\r\n return new ComponentStructure({ nodes, root, realList });\r\n}\r\n\r\nexport { computeComponentStructure };\r\n","import Sortable from \"sortablejs\";\r\nimport { insertNodeAt, removeNode } from \"./util/htmlHelper\";\r\nimport { console } from \"./util/console\";\r\nimport {\r\n getComponentAttributes,\r\n createSortableOption,\r\n getValidSortableEntries\r\n} from \"./core/componentBuilderHelper\";\r\nimport { computeComponentStructure } from \"./core/renderHelper\";\r\nimport { events } from \"./core/sortableEvents\";\r\nimport { h, defineComponent, nextTick } from \"vue\";\r\n\r\nfunction emit(evtName, evtData) {\r\n nextTick(() => this.$emit(evtName.toLowerCase(), evtData));\r\n}\r\n\r\nfunction manage(evtName) {\r\n return (evtData, originalElement) => {\r\n if (this.realList !== null) {\r\n return this[`onDrag${evtName}`](evtData, originalElement);\r\n }\r\n };\r\n}\r\n\r\nfunction manageAndEmit(evtName) {\r\n const delegateCallBack = manage.call(this, evtName);\r\n return (evtData, originalElement) => {\r\n delegateCallBack.call(this, evtData, originalElement);\r\n emit.call(this, evtName, evtData);\r\n };\r\n}\r\n\r\nlet draggingElement = null;\r\n\r\nconst props = {\r\n list: {\r\n type: Array,\r\n required: false,\r\n default: null\r\n },\r\n modelValue: {\r\n type: Array,\r\n required: false,\r\n default: null\r\n },\r\n itemKey: {\r\n type: [String, Function],\r\n required: true\r\n },\r\n clone: {\r\n type: Function,\r\n default: original => {\r\n return original;\r\n }\r\n },\r\n tag: {\r\n type: String,\r\n default: \"div\"\r\n },\r\n move: {\r\n type: Function,\r\n default: null\r\n },\r\n componentData: {\r\n type: Object,\r\n required: false,\r\n default: null\r\n }\r\n};\r\n\r\nconst emits = [\r\n \"update:modelValue\",\r\n \"change\",\r\n ...[...events.manageAndEmit, ...events.emit].map(evt => evt.toLowerCase())\r\n];\r\n\r\nconst draggableComponent = defineComponent({\r\n name: \"draggable\",\r\n\r\n inheritAttrs: false,\r\n\r\n props,\r\n\r\n emits,\r\n\r\n data() {\r\n return {\r\n error: false\r\n };\r\n },\r\n\r\n render() {\r\n try {\r\n this.error = false;\r\n const { $slots, $attrs, tag, componentData, realList, getKey } = this;\r\n const componentStructure = computeComponentStructure({\r\n $slots,\r\n tag,\r\n realList,\r\n getKey\r\n });\r\n this.componentStructure = componentStructure;\r\n const attributes = getComponentAttributes({ $attrs, componentData });\r\n return componentStructure.render(h, attributes);\r\n } catch (err) {\r\n this.error = true;\r\n return h(\"pre\", { style: { color: \"red\" } }, err.stack);\r\n }\r\n },\r\n\r\n created() {\r\n if (this.list !== null && this.modelValue !== null) {\r\n console.error(\r\n \"modelValue and list props are mutually exclusive! Please set one or another.\"\r\n );\r\n }\r\n },\r\n\r\n mounted() {\r\n if (this.error) {\r\n return;\r\n }\r\n\r\n const { $attrs, $el, componentStructure } = this;\r\n componentStructure.updated();\r\n\r\n const sortableOptions = createSortableOption({\r\n $attrs,\r\n callBackBuilder: {\r\n manageAndEmit: event => manageAndEmit.call(this, event),\r\n emit: event => emit.bind(this, event),\r\n manage: event => manage.call(this, event)\r\n }\r\n });\r\n const targetDomElement = $el.nodeType === 1 ? $el : $el.parentElement;\r\n this._sortable = new Sortable(targetDomElement, sortableOptions);\r\n this.targetDomElement = targetDomElement;\r\n targetDomElement.__draggable_component__ = this;\r\n },\r\n\r\n updated() {\r\n this.componentStructure.updated();\r\n },\r\n\r\n beforeUnmount() {\r\n if (this._sortable !== undefined) this._sortable.destroy();\r\n },\r\n\r\n computed: {\r\n realList() {\r\n const { list } = this;\r\n return list ? list : this.modelValue;\r\n },\r\n\r\n getKey() {\r\n const { itemKey } = this;\r\n if (typeof itemKey === \"function\") {\r\n return itemKey;\r\n }\r\n return element => element[itemKey];\r\n }\r\n },\r\n\r\n watch: {\r\n $attrs: {\r\n handler(newOptionValue) {\r\n const { _sortable } = this;\r\n if (!_sortable) return;\r\n getValidSortableEntries(newOptionValue).forEach(([key, value]) => {\r\n _sortable.option(key, value);\r\n });\r\n },\r\n deep: true\r\n }\r\n },\r\n\r\n methods: {\r\n getUnderlyingVm(domElement) {\r\n return this.componentStructure.getUnderlyingVm(domElement) || null;\r\n },\r\n\r\n getUnderlyingPotencialDraggableComponent(htmElement) {\r\n //TODO check case where you need to see component children\r\n return htmElement.__draggable_component__;\r\n },\r\n\r\n emitChanges(evt) {\r\n nextTick(() => this.$emit(\"change\", evt));\r\n },\r\n\r\n alterList(onList) {\r\n if (this.list) {\r\n onList(this.list);\r\n return;\r\n }\r\n const newList = [...this.modelValue];\r\n onList(newList);\r\n this.$emit(\"update:modelValue\", newList);\r\n },\r\n\r\n spliceList() {\r\n const spliceList = list => list.splice(...arguments);\r\n this.alterList(spliceList);\r\n },\r\n\r\n updatePosition(oldIndex, newIndex) {\r\n const updatePosition = list =>\r\n list.splice(newIndex, 0, list.splice(oldIndex, 1)[0]);\r\n this.alterList(updatePosition);\r\n },\r\n\r\n getRelatedContextFromMoveEvent({ to, related }) {\r\n const component = this.getUnderlyingPotencialDraggableComponent(to);\r\n if (!component) {\r\n return { component };\r\n }\r\n const list = component.realList;\r\n const context = { list, component };\r\n if (to !== related && list) {\r\n const destination = component.getUnderlyingVm(related) || {};\r\n return { ...destination, ...context };\r\n }\r\n return context;\r\n },\r\n\r\n getVmIndexFromDomIndex(domIndex) {\r\n return this.componentStructure.getVmIndexFromDomIndex(\r\n domIndex,\r\n this.targetDomElement\r\n );\r\n },\r\n\r\n onDragStart(evt) {\r\n this.context = this.getUnderlyingVm(evt.item);\r\n evt.item._underlying_vm_ = this.clone(this.context.element);\r\n draggingElement = evt.item;\r\n },\r\n\r\n onDragAdd(evt) {\r\n const element = evt.item._underlying_vm_;\r\n if (element === undefined) {\r\n return;\r\n }\r\n removeNode(evt.item);\r\n const newIndex = this.getVmIndexFromDomIndex(evt.newIndex);\r\n this.spliceList(newIndex, 0, element);\r\n const added = { element, newIndex };\r\n this.emitChanges({ added });\r\n },\r\n\r\n onDragRemove(evt) {\r\n insertNodeAt(this.$el, evt.item, evt.oldIndex);\r\n if (evt.pullMode === \"clone\") {\r\n removeNode(evt.clone);\r\n return;\r\n }\r\n const { index: oldIndex, element } = this.context;\r\n this.spliceList(oldIndex, 1);\r\n const removed = { element, oldIndex };\r\n this.emitChanges({ removed });\r\n },\r\n\r\n onDragUpdate(evt) {\r\n removeNode(evt.item);\r\n insertNodeAt(evt.from, evt.item, evt.oldIndex);\r\n const oldIndex = this.context.index;\r\n const newIndex = this.getVmIndexFromDomIndex(evt.newIndex);\r\n this.updatePosition(oldIndex, newIndex);\r\n const moved = { element: this.context.element, oldIndex, newIndex };\r\n this.emitChanges({ moved });\r\n },\r\n\r\n computeFutureIndex(relatedContext, evt) {\r\n if (!relatedContext.element) {\r\n return 0;\r\n }\r\n const domChildren = [...evt.to.children].filter(\r\n el => el.style[\"display\"] !== \"none\"\r\n );\r\n const currentDomIndex = domChildren.indexOf(evt.related);\r\n const currentIndex = relatedContext.component.getVmIndexFromDomIndex(\r\n currentDomIndex\r\n );\r\n const draggedInList = domChildren.indexOf(draggingElement) !== -1;\r\n return draggedInList || !evt.willInsertAfter\r\n ? currentIndex\r\n : currentIndex + 1;\r\n },\r\n\r\n onDragMove(evt, originalEvent) {\r\n const { move, realList } = this;\r\n if (!move || !realList) {\r\n return true;\r\n }\r\n\r\n const relatedContext = this.getRelatedContextFromMoveEvent(evt);\r\n const futureIndex = this.computeFutureIndex(relatedContext, evt);\r\n const draggedContext = {\r\n ...this.context,\r\n futureIndex\r\n };\r\n const sendEvent = {\r\n ...evt,\r\n relatedContext,\r\n draggedContext\r\n };\r\n return move(sendEvent, originalEvent);\r\n },\r\n\r\n onDragEnd() {\r\n draggingElement = null;\r\n }\r\n }\r\n});\r\n\r\nexport default draggableComponent;\r\n","\n\n\n\n\n","\n\n\n \n \n ×\n \n \n\n\n\n","\n\n\n\n \n \n\n\n\n","\n\n\n \n\n\n\n"],"names":["n","obj","index","option","defaults","rootEl","cloneEl","oldIndex","newIndex","oldDraggableIndex","newDraggableIndex","putSortable","pluginEvent","_detectDirection","_dragElInRowColumn","_detectNearestEmptySortable","_prepareGroup","dragEl","_hideGhostForTarget","_unhideGhostForTarget","nearestEmptyInsertDetectEvent","_checkOutsideTargetEl","dragStartFn","target","after","el","plugins","drop","autoScroll","onSpill","manageAndEmit","emit","manage","events","value","h","element","moved","props","isRule","isRuleParam","isRuleSet","isRuleSetParam","definition","draggableComponent"],"mappings":"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"} \ No newline at end of file diff --git a/src/utils/query-builder-vue-3/dist/style.css b/src/utils/query-builder-vue-3/dist/style.css new file mode 100644 index 0000000000..65ab6229e3 --- /dev/null +++ b/src/utils/query-builder-vue-3/dist/style.css @@ -0,0 +1,137 @@ +.query-builder-rule[data-v-f61f07d1] { + position: relative; + background-color: hsl(0deg, 0%, 95%); + padding: 16px; + padding-right: 32px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; +} +.query-builder-rule .query-builder__draggable-handle[data-v-f61f07d1] { + display: none; + position: absolute; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + left: 4px; + width: 8px; + cursor: move; +} +.query-builder-rule:hover .query-builder__draggable-handle[data-v-f61f07d1] { + display: block; +} +.query-builder-rule__name[data-v-f61f07d1] { + margin-right: 16px; + font-weight: bold; +} +.query-builder-rule__component-container[data-v-f61f07d1] { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; +}.query-builder-child[data-v-530acb3b] { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row; + flex-flow: row; + position: relative; +} +.query-builder-child__component[data-v-530acb3b] { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; +} +.query-builder-child__delete-child[data-v-530acb3b] { + position: absolute; + top: 16px; + right: 8px; + font-size: 1.5rem; + font-weight: 700; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: 0.5; + padding: 0; + background-color: transparent; + border: 0; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + cursor: pointer; +}.query-builder-group[data-v-78d4affb] { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} +.query-builder-group__group-selection[data-v-78d4affb] { + padding: 16px; + background-color: hsl(0deg, 0%, 95%); +} +.query-builder-group__group-selection[data-v-78d4affb], +.query-builder-group__group-selection-slot[data-v-78d4affb] { + position: relative; +} +.query-builder-group__group-selection .query-builder__draggable-handle[data-v-78d4affb], +.query-builder-group__group-selection-slot .query-builder__draggable-handle[data-v-78d4affb] { + display: none; + position: absolute; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + left: 4px; + width: 8px; + cursor: move; +} +.query-builder-group__group-selection:hover .query-builder__draggable-handle[data-v-78d4affb], +.query-builder-group__group-selection-slot:hover .query-builder__draggable-handle[data-v-78d4affb] { + display: block; +} +.query-builder-group__group-operator[data-v-78d4affb] { + margin-right: 16px; + font-weight: bold; +} +.query-builder-group__group-control[data-v-78d4affb] { + padding: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; +} +.query-builder-group__rule-adding-button[data-v-78d4affb] { + margin-left: 8px; +} +.query-builder-group__spacer[data-v-78d4affb] { + width: 0; + margin: auto 12px; + border-left: 1px solid hsl(0deg, 0%, 75%); +} +.query-builder-group__group-children[data-v-78d4affb] { + margin: 8px 0 8px 16px; + margin-bottom: 0; + border-left-width: 2px; + border-left-style: solid; +} +.query-builder-group__child[data-v-78d4affb]:not(:last-child) { + margin-bottom: 12px; +}.query-builder__root[data-v-1676f0cb] { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; +} \ No newline at end of file diff --git a/src/utils/query-builder-vue-3/package.json b/src/utils/query-builder-vue-3/package.json new file mode 100644 index 0000000000..050945dd31 --- /dev/null +++ b/src/utils/query-builder-vue-3/package.json @@ -0,0 +1,78 @@ +{ + "name": "query-builder-vue-3", + "version": "1.0.1", + "license": "MIT", + "repository": "https://github.com/kwesterfeld2/vue-query-builder/tree/vue3-composition", + "description": "A query-builder library for Vue.js ported to Vue 3 by kwesterfeld2", + "author": { + "name": "kwesterfeld2", + "url": "https://github.com/kwesterfeld2/" + }, + "keywords": [ + "drag'n'drop", + "Query Builder", + "themeable", + "TypeScript", + "Vue", + "Vuex support", + "Vue 3" + ], + "scripts": { + "preversion-test": "echo \"Running tests for version $npm_package_version...\" && yarn run test:unit", + "preversion": "yarn run preversion-test", + "serve": "vite serve", + "build": "vite build", + "test:unit": "vitest run", + "lint": "eslint src/ tests/ dev/", + "docs:dev": "vuepress dev docs", + "docs:build": "vuepress build docs" + }, + "main": "./dist/query-builder-vue-3.umd.js", + "module": "./dist/query-builder-vue-3.js", + "type": "module", + "types": "./types/index.d.ts", + "files": [ + "/dist/*.js", + "/dist/*.js.map", + "/dist/*.css", + "/types/*.d.ts" + ], + "dependencies": { + "mitt": "^3.0.0", + "sortablejs": "^1.14.0", + "vuedraggable": "^4.1.0" + }, + "peerDependencies": { + "vue": "^3.2.20" + }, + "devDependencies": { + "@types/jest": "^27.0.1", + "@types/sortablejs": "^1.10.2", + "@typescript-eslint/eslint-plugin": "^5.42.0", + "@typescript-eslint/parser": "^5.42.0", + "@vitejs/plugin-vue": "^3.2.0", + "@vue/eslint-config-airbnb": "^7.0.0", + "@vue/eslint-config-typescript": "^11.0.2", + "@vue/test-utils": "^2.2.3", + "autoprefixer": "^10.4.13", + "eslint": "^8.26.0", + "eslint-import-resolver-alias": "^1.1.2", + "eslint-plugin-vue": "^9.7.0", + "jsdom": "^20.0.2", + "lint-staged": "^11.1.2", + "postcss": "^8.4.18", + "sass": "^1.49.9", + "typescript": "^4.5.4", + "vite": "^3.2.2", + "vitest": "^0.24.5", + "vue": "^3.2.20" + }, + "gitHooks": { + "pre-commit": "lint-staged" + }, + "lint-staged": { + "*.{js,vue,ts}": [ + "npx eslint" + ] + } +} \ No newline at end of file diff --git a/src/utils/query-builder-vue-3/types/index.d.ts b/src/utils/query-builder-vue-3/types/index.d.ts new file mode 100644 index 0000000000..3dc510ed56 --- /dev/null +++ b/src/utils/query-builder-vue-3/types/index.d.ts @@ -0,0 +1,52 @@ +import { Component } from 'vue'; +import { SortableOptions } from 'sortablejs'; + +export interface Rule { + identifier: string, + value: any, +} + +export interface RuleSet { + operatorIdentifier: string, + children: Array, +} + +export interface OperatorDefinition { + identifier: string, + name: string, +} + +export interface RuleDefinition { + identifier: string, + name: string, + component: Component | string, + initialValue?: any, +} + +export interface QueryBuilderConfig { + operators: OperatorDefinition[], + rules: RuleDefinition[], + maxDepth?: number, + colors?: string[], + dragging?: SortableOptions, +} + +export interface GroupOperatorSlotProps { + currentOperator: string, + operators: OperatorDefinition[], + updateCurrentOperator: (newOperator: string) => void, +} + +export interface GroupCtrlSlotProps { + maxDepthExeeded: boolean, + rules: RuleDefinition[], + addRule: (newRule: string) => void, + newGroup: () => void, +} + +export interface RuleSlotProps { + ruleComponent: Component | string, + ruleData: any, + ruleIdentifier: string, + updateRuleData: (newData: any) => void, +} diff --git a/src/views/Static/APIDoc/APIDoc.vue b/src/views/Static/APIDoc/APIDoc.vue index 2cfd56ee73..ac75d89c0c 100644 --- a/src/views/Static/APIDoc/APIDoc.vue +++ b/src/views/Static/APIDoc/APIDoc.vue @@ -64,7 +64,7 @@

- +
 {
    "user":
@@ -75,7 +75,7 @@
 }
  
-
+

+

 {
    "success": true,
@@ -105,7 +105,7 @@
 }
  
- +

+

 {
    "Accept": "application/json",
@@ -127,7 +127,7 @@
 }
  
- +

+

 curl --location --request POST '{{ loginUrl }}' \
 --header 'Accept: application/json' \
@@ -158,7 +158,7 @@ curl --location --request GET '{{ recordExampleUrl }}' \
 --header 'Authorization: Bearer your_jwt_goes_here'
  
- +

+

 
 import requests
@@ -201,7 +201,7 @@ response = requests.request("GET", url, headers=headers)
 print(response.text)
  
- +

+

 
 require "uri"
@@ -243,7 +243,7 @@ response = http.request(request)
 puts response.read_body
 
- +

+

 #1. load packages
 library(RCurl)
@@ -288,7 +288,7 @@ query_con<-fromJSON(rawToChar(get_res$content))
 #4. see results
 data<-query_con$data
       
- +

Available queries

- +

 {
     "fairsharing_record":
@@ -380,7 +380,7 @@ data<-query_con$data
     }
 }
       
- +

FAIRsharing Record schema @@ -414,8 +414,8 @@ data<-query_con$data

  • Database schema @@ -423,10 +423,10 @@ data<-query_con$data
    • Pure knowledgebase schema @@ -434,10 +434,10 @@ data<-query_con$data
    • Pure repository schema @@ -445,12 +445,12 @@ data<-query_con$data
    • Combined repository/knowledgebase schema @@ -460,8 +460,8 @@ data<-query_con$data
    • Standard schema @@ -469,10 +469,10 @@ data<-query_con$data
      • Identifier schema @@ -480,8 +480,8 @@ data<-query_con$data
      • Metric schema @@ -489,8 +489,8 @@ data<-query_con$data
      • Model/format schema @@ -498,10 +498,10 @@ data<-query_con$data
      • Reporting guideline schema @@ -509,10 +509,10 @@ data<-query_con$data
      • Terminology artifact schema @@ -522,8 +522,8 @@ data<-query_con$data
      • Policy schema @@ -531,8 +531,8 @@ data<-query_con$data
        • Funder schema @@ -540,8 +540,8 @@ data<-query_con$data
        • Journal schema @@ -549,8 +549,8 @@ data<-query_con$data
        • Publisher schema @@ -560,8 +560,8 @@ data<-query_con$data
        • Collection schema @@ -569,8 +569,8 @@ data<-query_con$data
        • FAIRassist schema @@ -578,10 +578,10 @@ data<-query_con$data
          • Benchmark schema @@ -589,10 +589,10 @@ data<-query_con$data
          • Metric schema @@ -641,7 +641,7 @@ data<-query_con$data the following data would remove subject 3 from the record created in the previous step (by sending only 1 and 2).

            - +
             {
                 "fairsharing_record":
            @@ -650,7 +650,7 @@ data<-query_con$data
                 }
             }
                   
            -
            +

            +

             
             /search/domains
            @@ -673,7 +673,7 @@ data<-query_con$data
             /search/publications
             /search/record_types
                   
            - +

            +

                     curl --location --request POST '{{ adhdChinaDatabaseSearchUrl }}'
                     --header 'Accept: application/json'
                     --header 'Content-Type: application/json'
                     --header 'Authorization: Bearer your_jwt_goes_here'
                   
            - +

            Complex parameters

            The IDs for these may be found as above:

            - +
             
             /search/licences
            @@ -783,7 +783,7 @@ data<-query_con$data
             /search/grants
             /search/fairsharing_records
                   
            -
            +

            Licences:

            +

             {
               "licence_link":
            @@ -804,7 +804,7 @@ data<-query_con$data
               }
             }
                   
            - +

            +

             {
               "organisation_link":
            @@ -875,7 +875,7 @@ data<-query_con$data
                }
             }
                   
            - +

            +

             {
               "grant": {
            @@ -923,7 +923,7 @@ data<-query_con$data
                   }
             }
                   
            - +

            +

             {
               "organisation": {
            @@ -960,7 +960,7 @@ data<-query_con$data
               }
             }
                   
            - +

            +

             {
               "record_association": {
            @@ -1008,7 +1008,7 @@ data<-query_con$data
               }
             }
                   
            - +

            +

             {
               "record_association_attributes": [
            @@ -1063,7 +1063,7 @@ data<-query_con$data
               ]
             }
                   
            - +

            +

                      curl -i -H "Accept: application/ld+json" "https://fairsharing.org/FAIRsharing.vr52p3"
                   
            - +

            Contact

            code").forEach((element) => { - element.className = element.className - .split(/\s+/) - .filter( - (className) => className && !className.startsWith("language-"), - ) - .concat(languageClass) - .join(" "); - }); - }, - }, - render() { - return h("div", { ref: "codeBlock" }, this.$slots.default?.()); - }, -}; - -export default { - name: "APIDoc", - components: { VueCodeHighlight }, - mixins: [getHostname], - computed: { - apiEndpoint() { - return import.meta.env.VITE_API_ENDPOINT; - }, - adhdChinaDatabaseSearchUrl() { - return this.apiUrl( - "/search/fairsharing_records?q=ADHD&fairsharing_registry=database&countries=china", - ); - }, - chinaDatabaseSearchUrl() { - return this.apiUrl( - "/search/fairsharing_records?fairsharing_registry=database&countries=china&page[number]=1&page[size]=3600", - ); - }, - loginUrl() { - return this.apiUrl("/users/sign_in"); - }, - recordExampleUrl() { - return this.apiUrl("/fairsharing_records/1"); - }, - }, data: () => { return { tables: { @@ -1368,6 +1318,33 @@ export default { }, }; }, + computed: { + apiEndpoint() { + return import.meta.env.VITE_API_ENDPOINT; + }, + adhdChinaDatabaseSearchUrl() { + return this.apiUrl( + "/search/fairsharing_records?q=ADHD&fairsharing_registry=database&countries=china", + ); + }, + chinaDatabaseSearchUrl() { + return this.apiUrl( + "/search/fairsharing_records?fairsharing_registry=database&countries=china&page[number]=1&page[size]=3600", + ); + }, + loginUrl() { + return this.apiUrl("/users/sign_in"); + }, + recordExampleUrl() { + return this.apiUrl("/fairsharing_records/1"); + }, + }, + mounted() { + this.applyLanguageClass(); + }, + updated() { + this.applyLanguageClass(); + }, methods: { apiUrl(path) { const endpoint = String(this.apiEndpoint || "").replace(/\/$/, ""); @@ -1377,6 +1354,24 @@ export default { schemaDocumenterUrl(path) { return `https://fairsharing.github.io/JSONschema-documenter/?schema_url=${this.apiUrl(path)}`; }, + applyLanguageClass() { + const codeBlock = this.$refs.codeBlock; + if (!codeBlock) return; + + const languageClass = `language-${this.language}`; + codeBlock.querySelectorAll("pre, pre > code").forEach((element) => { + element.className = element.className + .split(/\s+/) + .filter( + (className) => className && !className.startsWith("language-"), + ) + .concat(languageClass) + .join(" "); + }); + }, + }, + render() { + return h("div", { ref: "codeBlock" }, this.$slots.default?.()); }, }; diff --git a/tests/unit/views/Static/CommunityCuration/CommunityCuration.spec.js b/tests/unit/views/Static/CommunityCuration/CommunityCuration.spec.js index 6ae4685476..88b1a1a26d 100644 --- a/tests/unit/views/Static/CommunityCuration/CommunityCuration.spec.js +++ b/tests/unit/views/Static/CommunityCuration/CommunityCuration.spec.js @@ -1,5 +1,4 @@ import { shallowMount } from "@vue/test-utils"; -import VueCodeHighlight from "vue-code-highlight"; import { createVuetify } from "vuetify"; import CommunityCuration from "@/views/Static/CommunityCuration/CommunityCuration"; @@ -13,9 +12,6 @@ describe("CommunityCuration.vue", function () { wrapper = shallowMount(CommunityCuration, { global: { plugins: [vuetify], - components: { - VueCodeHighlight, - }, stubs: { PieChart: true, }, diff --git a/vite.config.mjs b/vite.config.mjs index e368535357..4c83d01553 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -44,7 +44,7 @@ export default defineConfig({ alias: { "@": fileURLToPath(new URL("./src", import.meta.url)), "source-map-js": "source-map", - 'query-builder-vue-3': path.resolve(__dirname, 'node_modules/query-builder-vue-3/dist/query-builder-vue-3.js'), + 'query-builder-vue-3': path.resolve(__dirname, 'src/utils/query-builder-vue-3/dist/query-builder-vue-3.js'), }, extensions: [".mjs", ".js", ".ts", ".jsx", ".tsx", ".json", ".vue", ".svg"], }, @@ -81,17 +81,16 @@ export default defineConfig({ include: [/vue-code-highlight/, /node_modules/] }, rollupOptions: { + // onwarn(warning, warn) { + // if (warning.code === 'COMMONJS_VARIABLE_IN_ESM') return; + // warn(warning); + // }, output: { format: "es", inlineDynamicImports: false, - manualChunks(id) { - if (id.includes('node_modules')) { - if (id.includes('highcharts')) return 'vendor-charts'; - if (id.includes('vuetify') || id.includes('@mdi')) return 'vendor-ui'; - if (id.includes('vue-code-highlight') || id.includes('prism')) return 'vendor-highlight'; - return 'vendor-core'; // All other node_modules go here - } - } + // manualChunks: { + // 'vendor-vuetify': ['vuetify'], + // }, }, }, modulePreload: false, From 31014b04ccbc5e7d54b9d5b160e5a681c054222a Mon Sep 17 00:00:00 2001 From: prakhyatox <109139583+prakhyatox@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:39:14 +0000 Subject: [PATCH 83/94] docs: autogenerated documentation files --- documentation/html/ExternalRESTClients.html | 4 +- documentation/html/GraphQLClient.html | 4 +- documentation/html/RESTClient.html | 4 +- documentation/html/Static.html | 4 +- documentation/html/classes.list.html | 109 +- ...rs_CuratorRecordsAwaitingApproval.vue.html | 4 +- ...mponents_CuratorSummaryStatistics.vue.html | 4 +- ...ordsComponents_RecordEditsByMonth.vue.html | 4 +- ...sComponents_RecordsCreatedByMonth.vue.html | 4 +- ...dsComponents_RecordsNeedingReview.vue.html | 4 +- ...ordsComponents_RecordsWithoutDois.vue.html | 4 +- ...components_Curators_HiddenRecords.vue.html | 4 +- ...onents_Curators_IncompleteRecords.vue.html | 4 +- ...ents_Curators_MaintenanceRequests.vue.html | 4 +- ...ts_Curators_RecentCuratorCreation.vue.html | 4 +- ...omponents_Curators_SystemMessages.vue.html | 4 +- ...ators_UserRecordsAwaitingApproval.vue.html | 4 +- ...onents_Records_Record_Collections.vue.html | 4 +- ..._Record_GeneralInfo_SavedSearches.vue.html | 4 +- ...nts_Records_Record_RelatedContent.vue.html | 4 +- ...Records_Search_Header_FilterChips.vue.html | 4 +- ..._Records_Search_Header_Pagination.vue.html | 4 +- ...nts_Records_Search_Header_Sorting.vue.html | 4 +- ...cedSearch_AdvancedSearchDialogBox.vue.html | 4 +- ...nents_GeneralComponents_Countries.vue.html | 4 +- ...ponents_GeneralComponents_Domains.vue.html | 4 +- ...onents_GeneralComponents_Licences.vue.html | 4 +- ...nts_GeneralComponents_ObjectTypes.vue.html | 4 +- ...s_GeneralComponents_Organisations.vue.html | 4 +- ...ponents_GeneralComponents_Subject.vue.html | 4 +- ...ents_GeneralComponents_Taxonomies.vue.html | 4 +- ..._GeneralComponents_UserDefinedTag.vue.html | 4 +- ...onents_GroupCtrlSlot_DatabaseRule.vue.html | 4 +- ...ents_GroupCtrlSlot_FairassistRule.vue.html | 4 +- ...ponents_GroupCtrlSlot_GeneralRule.vue.html | 4 +- ...nents_GroupCtrlSlot_GroupCtrlSlot.vue.html | 4 +- ...mponents_GroupCtrlSlot_PolicyRule.vue.html | 4 +- ...onents_GroupCtrlSlot_StandardRule.vue.html | 4 +- ...t_AdvancedSearch_QueryBuilderView.vue.html | 4 +- ...s_Search_Input_FilterAutocomplete.vue.html | 4 +- ...Records_Search_Input_FilterButton.vue.html | 4 +- ..._Records_Search_Input_SearchInput.vue.html | 4 +- ...earch_SaveSearch_SaveSearchButton.vue.html | 4 +- ...arch_SaveSearch_SaveSearchStepper.vue.html | 4 +- ...perComponents_OrganisationStepper.vue.html | 4 +- ...h_StepperComponents_PolicyStepper.vue.html | 4 +- ...arch_StepperComponents_ResultCard.vue.html | 4 +- ...perComponents_StepperDialogHeader.vue.html | 4 +- ...rch_StepperComponents_UserStepper.vue.html | 4 +- ...es_Private_ViewSavedSearchesTable.vue.html | 4 +- documentation/html/global.html | 109 +- documentation/html/index.html | 4 +- .../html/lib_Client_ExternalClients.js.html | 4 +- .../html/lib_Client_RESTClient.js.html | 4 +- .../html/lib_GraphClient_GraphClient.js.html | 4 +- documentation/html/module-Home.html | 4 +- documentation/html/module-Home_backup.html | 4 +- documentation/html/module-Login.html | 4 +- documentation/html/module-NewRecord.html | 4 +- documentation/html/module-Pagination.html | 4 +- documentation/html/module-Signup.html | 4 +- documentation/html/module-User.html | 4 +- documentation/html/modules.list.html | 109 +- documentation/html/namespaces.list.html | 109 +- documentation/html/pages_all_+data.js.html | 4 +- documentation/html/quicksearch.html | 2 +- documentation/html/router_hackSearch.js.html | 4 +- documentation/html/store_introspector.js.html | 4 +- documentation/html/store_recordData.js.html | 4 +- documentation/html/store_recordSearch.js.html | 4 +- .../html/store_searchFilters.js.html | 4 +- .../html/utils_advancedSearchUtils.js.html | 4 +- ...der-vue-3_dist_query-builder-vue-3.js.html | 3747 +++++++++++++++++ .../html/utils_recordTabUtils.js.html | 4 +- documentation/html/utils_rules.js.html | 4 +- ...dSearch_AdvancedSearchResultTable.vue.html | 4 +- ...cedSearch_AdvancedSearchSelection.vue.html | 4 +- .../views_Browsers_OntologyBrowser.vue.html | 4 +- .../views_CreateRecord_NewRecord.vue.html | 4 +- documentation/html/views_Home_Home.vue.html | 4 +- .../html/views_Home_Home_backup.vue.html | 4 +- .../views_Organisations_Organisation.vue.html | 4 +- .../html/views_Records_NetworkGraph.vue.html | 4 +- .../html/views_Records_Record.vue.html | 4 +- .../html/views_Records_Records.vue.html | 4 +- .../views_Static_Community_Community.vue.html | 4 +- .../views_Static_Timeline_Timeline.vue.html | 4 +- .../html/views_Users_Login_Login.vue.html | 4 +- .../html/views_Users_Signup.vue.html | 4 +- 89 files changed, 4342 insertions(+), 175 deletions(-) create mode 100644 documentation/html/utils_query-builder-vue-3_dist_query-builder-vue-3.js.html diff --git a/documentation/html/ExternalRESTClients.html b/documentation/html/ExternalRESTClients.html index 89158b3d64..77f6a9a020 100644 --- a/documentation/html/ExternalRESTClients.html +++ b/documentation/html/ExternalRESTClients.html @@ -54,7 +54,7 @@

          • @@ -414,7 +414,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/GraphQLClient.html b/documentation/html/GraphQLClient.html index 56d405ad96..c5f53955d3 100644 --- a/documentation/html/GraphQLClient.html +++ b/documentation/html/GraphQLClient.html @@ -54,7 +54,7 @@ @@ -912,7 +912,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/RESTClient.html b/documentation/html/RESTClient.html index 4641bb18ff..ff096bad01 100644 --- a/documentation/html/RESTClient.html +++ b/documentation/html/RESTClient.html @@ -54,7 +54,7 @@ @@ -10217,7 +10217,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/Static.html b/documentation/html/Static.html index 5d1bf0b1e3..aa940eb8eb 100644 --- a/documentation/html/Static.html +++ b/documentation/html/Static.html @@ -54,7 +54,7 @@ @@ -391,7 +391,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/classes.list.html b/documentation/html/classes.list.html index 53d45f3fbd..c19cbbe43e 100644 --- a/documentation/html/classes.list.html +++ b/documentation/html/classes.list.html @@ -54,7 +54,7 @@ @@ -2334,6 +2334,111 @@
            Returns:
            + + + + +
            +
            +

            ownKeys()

            + + +
            +
            + + +
            +

            ! +Sortable 1.14.0

            +
            + + + + + + + + + + +
            + + + + + + + + + + + + + + + + + + + +
            Author:
            +
            + +
            + + + + + +
            License:
            +
            +
              +
            • MIT
            • +
            +
            + + + + + + + +
            Source:
            +
            + +
            + + + + + + + +
            + + + + + + + + + + + + + + +
            @@ -3031,7 +3136,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html index e16ede2667..a6ec447265 100644 --- a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html @@ -54,7 +54,7 @@ @@ -815,7 +815,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html index 9835bb63d0..ade7e01d08 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html @@ -54,7 +54,7 @@ @@ -199,7 +199,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html index 8313a5a30a..5699d0eff9 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html @@ -54,7 +54,7 @@ @@ -202,7 +202,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html index 9e53cd2ce2..0c9338b689 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html @@ -54,7 +54,7 @@ @@ -204,7 +204,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html index d45d89325d..a347846227 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html @@ -54,7 +54,7 @@ @@ -199,7 +199,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html index 2483820dab..f5b8b78b39 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html @@ -54,7 +54,7 @@ @@ -205,7 +205,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_HiddenRecords.vue.html b/documentation/html/components_Curators_HiddenRecords.vue.html index 07154bb4e4..b451cc9791 100644 --- a/documentation/html/components_Curators_HiddenRecords.vue.html +++ b/documentation/html/components_Curators_HiddenRecords.vue.html @@ -54,7 +54,7 @@ @@ -288,7 +288,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_IncompleteRecords.vue.html b/documentation/html/components_Curators_IncompleteRecords.vue.html index 5e12cd2a7e..0d1fe67c34 100644 --- a/documentation/html/components_Curators_IncompleteRecords.vue.html +++ b/documentation/html/components_Curators_IncompleteRecords.vue.html @@ -54,7 +54,7 @@ @@ -380,7 +380,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_MaintenanceRequests.vue.html b/documentation/html/components_Curators_MaintenanceRequests.vue.html index 5cbe22d46f..6f4c0feedf 100644 --- a/documentation/html/components_Curators_MaintenanceRequests.vue.html +++ b/documentation/html/components_Curators_MaintenanceRequests.vue.html @@ -54,7 +54,7 @@ @@ -668,7 +668,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_RecentCuratorCreation.vue.html b/documentation/html/components_Curators_RecentCuratorCreation.vue.html index 49aaa07486..52e8006ca6 100644 --- a/documentation/html/components_Curators_RecentCuratorCreation.vue.html +++ b/documentation/html/components_Curators_RecentCuratorCreation.vue.html @@ -54,7 +54,7 @@ @@ -286,7 +286,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_SystemMessages.vue.html b/documentation/html/components_Curators_SystemMessages.vue.html index 3f2660ac5a..83387e52d4 100644 --- a/documentation/html/components_Curators_SystemMessages.vue.html +++ b/documentation/html/components_Curators_SystemMessages.vue.html @@ -54,7 +54,7 @@ @@ -471,7 +471,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html index 8529009881..e9ad6c8dce 100644 --- a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html @@ -54,7 +54,7 @@ @@ -831,7 +831,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_Collections.vue.html b/documentation/html/components_Records_Record_Collections.vue.html index dd2fe74242..8c5690a1f9 100644 --- a/documentation/html/components_Records_Record_Collections.vue.html +++ b/documentation/html/components_Records_Record_Collections.vue.html @@ -54,7 +54,7 @@ @@ -462,7 +462,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html index 9afede8a97..310ba22961 100644 --- a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html +++ b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html @@ -54,7 +54,7 @@ @@ -319,7 +319,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_RelatedContent.vue.html b/documentation/html/components_Records_Record_RelatedContent.vue.html index a8cb302295..79f7ed7215 100644 --- a/documentation/html/components_Records_Record_RelatedContent.vue.html +++ b/documentation/html/components_Records_Record_RelatedContent.vue.html @@ -54,7 +54,7 @@ @@ -454,7 +454,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_FilterChips.vue.html b/documentation/html/components_Records_Search_Header_FilterChips.vue.html index d5b971b610..01892999df 100644 --- a/documentation/html/components_Records_Search_Header_FilterChips.vue.html +++ b/documentation/html/components_Records_Search_Header_FilterChips.vue.html @@ -54,7 +54,7 @@ @@ -251,7 +251,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_Pagination.vue.html b/documentation/html/components_Records_Search_Header_Pagination.vue.html index c56e71bb5d..ee2e2ed882 100644 --- a/documentation/html/components_Records_Search_Header_Pagination.vue.html +++ b/documentation/html/components_Records_Search_Header_Pagination.vue.html @@ -54,7 +54,7 @@ @@ -262,7 +262,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_Sorting.vue.html b/documentation/html/components_Records_Search_Header_Sorting.vue.html index 28c285053a..429a9a39bb 100644 --- a/documentation/html/components_Records_Search_Header_Sorting.vue.html +++ b/documentation/html/components_Records_Search_Header_Sorting.vue.html @@ -54,7 +54,7 @@ @@ -219,7 +219,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html index 5e3f88b50c..2aa8770a9f 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html @@ -54,7 +54,7 @@ @@ -487,7 +487,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html index 9995940ef5..0dbb3ffd77 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html @@ -54,7 +54,7 @@ @@ -225,7 +225,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html index d824322f07..9fc1c7ccac 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html @@ -54,7 +54,7 @@ @@ -218,7 +218,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html index 247cc2b78c..131bc59be7 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html @@ -54,7 +54,7 @@ @@ -218,7 +218,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html index e30dfeb016..052973d1e5 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html @@ -54,7 +54,7 @@ @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html index d7d47474c7..43bb7a63cc 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html @@ -54,7 +54,7 @@ @@ -229,7 +229,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html index 269c65cc1e..a9cab98a31 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html @@ -54,7 +54,7 @@ @@ -218,7 +218,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html index f2d2de867c..8d29223f31 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html @@ -54,7 +54,7 @@ @@ -224,7 +224,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html index 2529cb97b1..d87b2cb6b0 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html @@ -54,7 +54,7 @@ @@ -224,7 +224,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html index 0dc0e35bc1..a2e8faa9f8 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html @@ -54,7 +54,7 @@ @@ -315,7 +315,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html index 845e4885cc..62988d5c43 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html @@ -54,7 +54,7 @@ @@ -252,7 +252,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html index d442bbb101..53482c7bf9 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html @@ -54,7 +54,7 @@ @@ -272,7 +272,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html index 401d36a9b7..7b501bdf12 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html @@ -54,7 +54,7 @@ @@ -199,7 +199,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html index bb7b6a8c6a..3be6fcc433 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html @@ -54,7 +54,7 @@ @@ -328,7 +328,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html index a3ea997cd9..455423cabf 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html @@ -54,7 +54,7 @@ @@ -230,7 +230,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html index 8b2597cab4..7193d1f789 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html @@ -54,7 +54,7 @@ @@ -676,7 +676,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html index 1479d6aa19..e6b24e56a1 100644 --- a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html @@ -54,7 +54,7 @@ @@ -376,7 +376,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_FilterButton.vue.html b/documentation/html/components_Records_Search_Input_FilterButton.vue.html index 7061467b57..c73b5978e4 100644 --- a/documentation/html/components_Records_Search_Input_FilterButton.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterButton.vue.html @@ -54,7 +54,7 @@ @@ -287,7 +287,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_SearchInput.vue.html b/documentation/html/components_Records_Search_Input_SearchInput.vue.html index 24306d96ad..febdc60f34 100644 --- a/documentation/html/components_Records_Search_Input_SearchInput.vue.html +++ b/documentation/html/components_Records_Search_Input_SearchInput.vue.html @@ -54,7 +54,7 @@ @@ -284,7 +284,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html index 367bf097c8..a582355fc9 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html @@ -54,7 +54,7 @@ @@ -182,7 +182,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html index e0780ac983..7c608333ef 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html @@ -54,7 +54,7 @@ @@ -464,7 +464,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html index 97d8f795cc..36334d8cca 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html @@ -54,7 +54,7 @@ @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html index faaf384878..f87e39bdfc 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html @@ -54,7 +54,7 @@ @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html index 6f82df3beb..6a1da679f3 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html @@ -54,7 +54,7 @@ @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html index c58f4899c0..62637ef545 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html @@ -54,7 +54,7 @@ @@ -182,7 +182,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html index d3b189c2a6..388d81c891 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html @@ -54,7 +54,7 @@ @@ -211,7 +211,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html index 450478ccd9..2e5a59b9dc 100644 --- a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html +++ b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html @@ -54,7 +54,7 @@ @@ -509,7 +509,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/global.html b/documentation/html/global.html index 8b98157f94..7005f8a1db 100644 --- a/documentation/html/global.html +++ b/documentation/html/global.html @@ -54,7 +54,7 @@ @@ -2314,6 +2314,111 @@
            Returns:
            + + + + +
            +
            +

            ownKeys()

            + + +
            +
            + + +
            +

            ! +Sortable 1.14.0

            +
            + + + + + + + + + + +
            + + + + + + + + + + + + + + + + + + + +
            Author:
            +
            + +
            + + + + + +
            License:
            +
            +
              +
            • MIT
            • +
            +
            + + + + + + + +
            Source:
            +
            + +
            + + + + + + + +
            + + + + + + + + + + + + + + +
            @@ -3011,7 +3116,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/index.html b/documentation/html/index.html index 84ce2ccc03..c90cc4a9c4 100644 --- a/documentation/html/index.html +++ b/documentation/html/index.html @@ -54,7 +54,7 @@ @@ -175,7 +175,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_ExternalClients.js.html b/documentation/html/lib_Client_ExternalClients.js.html index 3d65be7182..befd195f47 100644 --- a/documentation/html/lib_Client_ExternalClients.js.html +++ b/documentation/html/lib_Client_ExternalClients.js.html @@ -54,7 +54,7 @@ @@ -256,7 +256,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_RESTClient.js.html b/documentation/html/lib_Client_RESTClient.js.html index a0bdbe8275..49ad82e104 100644 --- a/documentation/html/lib_Client_RESTClient.js.html +++ b/documentation/html/lib_Client_RESTClient.js.html @@ -54,7 +54,7 @@ @@ -1284,7 +1284,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/lib_GraphClient_GraphClient.js.html b/documentation/html/lib_GraphClient_GraphClient.js.html index fac3c7e7bb..9b51062f53 100644 --- a/documentation/html/lib_GraphClient_GraphClient.js.html +++ b/documentation/html/lib_GraphClient_GraphClient.js.html @@ -54,7 +54,7 @@ @@ -285,7 +285,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/module-Home.html b/documentation/html/module-Home.html index 549261abe4..c55bf9c087 100644 --- a/documentation/html/module-Home.html +++ b/documentation/html/module-Home.html @@ -54,7 +54,7 @@ @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/module-Home_backup.html b/documentation/html/module-Home_backup.html index 68036abf8c..f68dd17cd3 100644 --- a/documentation/html/module-Home_backup.html +++ b/documentation/html/module-Home_backup.html @@ -54,7 +54,7 @@ @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/module-Login.html b/documentation/html/module-Login.html index cdf767dc12..d1740051ec 100644 --- a/documentation/html/module-Login.html +++ b/documentation/html/module-Login.html @@ -54,7 +54,7 @@ @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/module-NewRecord.html b/documentation/html/module-NewRecord.html index 3b9ed9571a..d9513b2fc9 100644 --- a/documentation/html/module-NewRecord.html +++ b/documentation/html/module-NewRecord.html @@ -54,7 +54,7 @@ @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/module-Pagination.html b/documentation/html/module-Pagination.html index ec290cb480..d14999a6f9 100644 --- a/documentation/html/module-Pagination.html +++ b/documentation/html/module-Pagination.html @@ -54,7 +54,7 @@ @@ -527,7 +527,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/module-Signup.html b/documentation/html/module-Signup.html index b8ddeb25a1..611785b1b2 100644 --- a/documentation/html/module-Signup.html +++ b/documentation/html/module-Signup.html @@ -54,7 +54,7 @@ @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/module-User.html b/documentation/html/module-User.html index dbe4a8c234..d6b043e44c 100644 --- a/documentation/html/module-User.html +++ b/documentation/html/module-User.html @@ -54,7 +54,7 @@ @@ -228,7 +228,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/modules.list.html b/documentation/html/modules.list.html index f0758681a9..cc7081196a 100644 --- a/documentation/html/modules.list.html +++ b/documentation/html/modules.list.html @@ -54,7 +54,7 @@ @@ -2334,6 +2334,111 @@
            Returns:
            + + + + +
            +
            +

            ownKeys()

            + + +
            +
            + + +
            +

            ! +Sortable 1.14.0

            +
            + + + + + + + + + + +
            + + + + + + + + + + + + + + + + + + + +
            Author:
            +
            + +
            + + + + + +
            License:
            +
            +
              +
            • MIT
            • +
            +
            + + + + + + + +
            Source:
            +
            + +
            + + + + + + + +
            + + + + + + + + + + + + + + +
            @@ -3031,7 +3136,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/namespaces.list.html b/documentation/html/namespaces.list.html index 5e507808d7..473a2b9d2f 100644 --- a/documentation/html/namespaces.list.html +++ b/documentation/html/namespaces.list.html @@ -54,7 +54,7 @@ @@ -2334,6 +2334,111 @@
            Returns:
            + + + + +
            +
            +

            ownKeys()

            + + +
            +
            + + +
            +

            ! +Sortable 1.14.0

            +
            + + + + + + + + + + +
            + + + + + + + + + + + + + + + + + + + +
            Author:
            +
            + +
            + + + + + +
            License:
            +
            +
              +
            • MIT
            • +
            +
            + + + + + + + +
            Source:
            +
            + +
            + + + + + + + +
            + + + + + + + + + + + + + + +
            @@ -3031,7 +3136,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/pages_all_+data.js.html b/documentation/html/pages_all_+data.js.html index 2a8c585819..90099ee072 100644 --- a/documentation/html/pages_all_+data.js.html +++ b/documentation/html/pages_all_+data.js.html @@ -54,7 +54,7 @@ @@ -182,7 +182,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/quicksearch.html b/documentation/html/quicksearch.html index f6d100c3cc..76c1d84d0a 100644 --- a/documentation/html/quicksearch.html +++ b/documentation/html/quicksearch.html @@ -7,7 +7,7 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/html/utils_recordTabUtils.js.html b/documentation/html/utils_recordTabUtils.js.html index e77c0c70d6..0e91cf09eb 100644 --- a/documentation/html/utils_recordTabUtils.js.html +++ b/documentation/html/utils_recordTabUtils.js.html @@ -54,7 +54,7 @@ @@ -270,7 +270,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/utils_rules.js.html b/documentation/html/utils_rules.js.html index 9be3cd75b5..ab6d1a9e9c 100644 --- a/documentation/html/utils_rules.js.html +++ b/documentation/html/utils_rules.js.html @@ -54,7 +54,7 @@ @@ -293,7 +293,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html index 84c40c27bf..6d6c53b7d7 100644 --- a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html +++ b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html @@ -54,7 +54,7 @@ @@ -451,7 +451,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html index da2c891758..e67efdaf34 100644 --- a/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html +++ b/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html @@ -54,7 +54,7 @@ @@ -373,7 +373,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_Browsers_OntologyBrowser.vue.html b/documentation/html/views_Browsers_OntologyBrowser.vue.html index 3e28c330e7..ff0067ab6d 100644 --- a/documentation/html/views_Browsers_OntologyBrowser.vue.html +++ b/documentation/html/views_Browsers_OntologyBrowser.vue.html @@ -54,7 +54,7 @@ @@ -697,7 +697,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_CreateRecord_NewRecord.vue.html b/documentation/html/views_CreateRecord_NewRecord.vue.html index a9f81e2c7c..c3bb305fc9 100644 --- a/documentation/html/views_CreateRecord_NewRecord.vue.html +++ b/documentation/html/views_CreateRecord_NewRecord.vue.html @@ -54,7 +54,7 @@ @@ -401,7 +401,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_Home_Home.vue.html b/documentation/html/views_Home_Home.vue.html index db4132e6b3..b684571816 100644 --- a/documentation/html/views_Home_Home.vue.html +++ b/documentation/html/views_Home_Home.vue.html @@ -54,7 +54,7 @@ @@ -212,7 +212,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_Home_Home_backup.vue.html b/documentation/html/views_Home_Home_backup.vue.html index ddd6a454ac..93a09c0cee 100644 --- a/documentation/html/views_Home_Home_backup.vue.html +++ b/documentation/html/views_Home_Home_backup.vue.html @@ -54,7 +54,7 @@ @@ -203,7 +203,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_Organisations_Organisation.vue.html b/documentation/html/views_Organisations_Organisation.vue.html index 9331693030..1d88ddb19c 100644 --- a/documentation/html/views_Organisations_Organisation.vue.html +++ b/documentation/html/views_Organisations_Organisation.vue.html @@ -54,7 +54,7 @@ @@ -991,7 +991,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_NetworkGraph.vue.html b/documentation/html/views_Records_NetworkGraph.vue.html index 323a51b803..c0c60b7cad 100644 --- a/documentation/html/views_Records_NetworkGraph.vue.html +++ b/documentation/html/views_Records_NetworkGraph.vue.html @@ -54,7 +54,7 @@ @@ -734,7 +734,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Record.vue.html b/documentation/html/views_Records_Record.vue.html index 98503bde9e..f447062b95 100644 --- a/documentation/html/views_Records_Record.vue.html +++ b/documentation/html/views_Records_Record.vue.html @@ -54,7 +54,7 @@ @@ -1497,7 +1497,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Records.vue.html b/documentation/html/views_Records_Records.vue.html index 360f078a1d..e3874d6f29 100644 --- a/documentation/html/views_Records_Records.vue.html +++ b/documentation/html/views_Records_Records.vue.html @@ -54,7 +54,7 @@ @@ -450,7 +450,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_Static_Community_Community.vue.html b/documentation/html/views_Static_Community_Community.vue.html index c149a3dac5..85f7175880 100644 --- a/documentation/html/views_Static_Community_Community.vue.html +++ b/documentation/html/views_Static_Community_Community.vue.html @@ -54,7 +54,7 @@ @@ -990,7 +990,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_Static_Timeline_Timeline.vue.html b/documentation/html/views_Static_Timeline_Timeline.vue.html index 3275a6e8d6..2871bb93e4 100644 --- a/documentation/html/views_Static_Timeline_Timeline.vue.html +++ b/documentation/html/views_Static_Timeline_Timeline.vue.html @@ -54,7 +54,7 @@ @@ -153,7 +153,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_Users_Login_Login.vue.html b/documentation/html/views_Users_Login_Login.vue.html index 10919fa431..7f30ccb599 100644 --- a/documentation/html/views_Users_Login_Login.vue.html +++ b/documentation/html/views_Users_Login_Login.vue.html @@ -54,7 +54,7 @@ @@ -462,7 +462,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. diff --git a/documentation/html/views_Users_Signup.vue.html b/documentation/html/views_Users_Signup.vue.html index 125802300e..015cdca83f 100644 --- a/documentation/html/views_Users_Signup.vue.html +++ b/documentation/html/views_Users_Signup.vue.html @@ -54,7 +54,7 @@ @@ -150,7 +150,7 @@ Documentation generated by JSDoc 4.0.5 - on Mon Jun 1st 2026 + on Tue Jun 2nd 2026 using the DocStrap template. From 391f37bbbfbe01f1ba25220dc0c4f47022e60a2c Mon Sep 17 00:00:00 2001 From: prakhyatox Date: Wed, 3 Jun 2026 13:08:20 +0100 Subject: [PATCH 84/94] updating package versions --- package-lock.json | 947 ++++++++++++++++++++-------------------------- package.json | 12 +- vite.config.mjs | 20 +- 3 files changed, 439 insertions(+), 540 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4f1cedf50..511cc63ed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "vue-meta": "^3.0.0-alpha.10", "vue-router": "^4.4.3", "vue-scrollto": "^2.20.0", - "vuetify": "^3.6.14", + "vuetify": "^4.1.0", "vuex": "^4.1.0" }, "devDependencies": { @@ -61,7 +61,7 @@ "@blocksquaredev/vite-plugin-node-polyfills": "^0.25.4", "@fortawesome/fontawesome-free": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0", - "@vitejs/plugin-legacy": "^6.1.1", + "@vitejs/plugin-legacy": "^8.0.2", "@vitejs/plugin-vue": "^6.0.6", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", @@ -95,7 +95,8 @@ "stylelint-scss": "^6.10.0", "taffydb": "^2.7.3", "terser": "^5.46.1", - "vite": "^6.4.2", + "vite": "^8.0.16", + "vite-plugin-cjs-interop": "^4.0.2", "vite-plugin-compression2": "^2.5.3", "vite-plugin-eslint": "^1.8.1", "vite-plugin-vuetify": "^2.1.3", @@ -2820,6 +2821,23 @@ "dev": true, "license": "MIT" }, + "node_modules/@oxc-parser/binding-android-arm-eabi": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.133.0.tgz", + "integrity": "sha512-l/44caGse+VpnY9gx0yvvc5QnnG3yG1FO3KZgYvNL1GZrfK86zIwAOgGEVlxDyRymzrU/KHiblPFpevKOmJmUA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, "node_modules/@oxc-parser/binding-android-arm64": { "version": "0.104.0", "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.104.0.tgz", @@ -2900,6 +2918,23 @@ "node": "^20.19.0 || >=22.12.0" } }, + "node_modules/@oxc-parser/binding-linux-arm-musleabihf": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.133.0.tgz", + "integrity": "sha512-yuZO533Ftonxn/iyoqQzURzLQHMspvsIyfiCSNi1t/ER4eIQaR0SsmUOUm5b/lmSig7IWIUa5/BrbEkAPwcilQ==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, "node_modules/@oxc-parser/binding-linux-arm64-gnu": { "version": "0.104.0", "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.104.0.tgz", @@ -2932,6 +2967,23 @@ "node": "^20.19.0 || >=22.12.0" } }, + "node_modules/@oxc-parser/binding-linux-ppc64-gnu": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.133.0.tgz", + "integrity": "sha512-Koaz32/O5+abIfrNGdyndgRvdOZ9jEf5/z3Ep9h3h2QWpdDiUQpVwgH0OcMXCs+l9aXxPLtkupqyVig9W6FDKw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, "node_modules/@oxc-parser/binding-linux-riscv64-gnu": { "version": "0.104.0", "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.104.0.tgz", @@ -2948,6 +3000,23 @@ "node": "^20.19.0 || >=22.12.0" } }, + "node_modules/@oxc-parser/binding-linux-riscv64-musl": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.133.0.tgz", + "integrity": "sha512-iwgBNUTHiMdxARLYuM0SBlnYeb19iw1Ea5M+4ERZupCsBMLArti6FyZ6UfFjJxIiTDr2oW2DGQFxlQVQ/dW9rA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, "node_modules/@oxc-parser/binding-linux-s390x-gnu": { "version": "0.104.0", "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.104.0.tgz", @@ -3044,6 +3113,23 @@ "node": "^20.19.0 || >=22.12.0" } }, + "node_modules/@oxc-parser/binding-win32-ia32-msvc": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.133.0.tgz", + "integrity": "sha512-Una1bNYv9zCavQrfnDR9wuZVB3itLjCEH4Oz7i6CwAJN/Xq9b+zbbcxmvdkKvvJt4Ngc/MBmIYlbLo3zS4TQ0A==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, "node_modules/@oxc-parser/binding-win32-x64-msvc": { "version": "0.104.0", "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.104.0.tgz", @@ -3073,7 +3159,6 @@ "version": "2.5.6", "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz", "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, @@ -3113,7 +3198,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3134,7 +3218,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3155,7 +3238,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3176,7 +3258,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3197,7 +3278,6 @@ "cpu": [ "arm" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3218,7 +3298,6 @@ "cpu": [ "arm" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3239,7 +3318,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3260,7 +3338,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3281,7 +3358,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3302,7 +3378,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3323,7 +3398,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3344,7 +3418,6 @@ "cpu": [ "ia32" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -3365,7 +3438,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5078,6 +5150,37 @@ "integrity": "sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==", "license": "ISC" }, + "node_modules/@universal-deploy/netlify": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@universal-deploy/netlify/-/netlify-0.2.2.tgz", + "integrity": "sha512-10JY+1z0aun66IegHhVdOBTgXioI0+hgA0IVc0zgZvm2C7g2eQWpv48wtqCZZsXyUxajKcIlxiYxIuhuRIdfrQ==", + "license": "MIT", + "dependencies": { + "@universal-deploy/store": "^0.2.1" + }, + "peerDependencies": { + "vite": ">=7.1" + } + }, + "node_modules/@universal-deploy/node": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/@universal-deploy/node/-/node-0.1.7.tgz", + "integrity": "sha512-HxSiVZ2CYGX0M9RFl7cxf7Pfaz+vAA3ZfHJ6Yvflv04Gtyfyus2Z6xGSOluy3c8OxAyVu8fvhoXinU0ziHmaGA==", + "license": "MIT", + "dependencies": { + "@universal-deploy/store": "^0.2.1", + "magic-string": "^0.30.21", + "srvx": "^0.11.9" + }, + "peerDependencies": { + "vite": ">=7.1" + }, + "peerDependenciesMeta": { + "vite": { + "optional": true + } + } + }, "node_modules/@universal-deploy/store": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/@universal-deploy/store/-/store-0.2.1.tgz", @@ -5096,6 +5199,28 @@ } } }, + "node_modules/@universal-deploy/vite": { + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/@universal-deploy/vite/-/vite-0.1.10.tgz", + "integrity": "sha512-fORNv7+cTgWT1iS2ywUvwaxVkn7QCUHwXwZjfEEv9tL//MoTdwmosq7z2vB4tyN8ERGgWKU7MaQN+YNxfg/68g==", + "license": "MIT", + "dependencies": { + "@universal-deploy/netlify": "^0.2.2", + "@universal-deploy/node": "^0.1.7", + "@universal-deploy/store": "^0.2.1", + "@universal-middleware/express": "^0.4.26", + "magic-string": "^0.30.21", + "rou3": "^0.8.1" + }, + "peerDependencies": { + "vite": ">=7.1" + }, + "peerDependenciesMeta": { + "vite": { + "optional": true + } + } + }, "node_modules/@universal-middleware/core": { "version": "0.4.17", "resolved": "https://registry.npmjs.org/@universal-middleware/core/-/core-0.4.17.tgz", @@ -5175,30 +5300,34 @@ } }, "node_modules/@vitejs/plugin-legacy": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-6.1.1.tgz", - "integrity": "sha512-BvusL+mYZ0q5qS5Rq3D70QxZBmhyiHRaXLtYJHH5AEsAmdSqJR4xe5KwMi1H3w8/9lVJwhkLYqFQ9vmWYWy6kA==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-8.0.2.tgz", + "integrity": "sha512-+n6znc/hTsuD2v/qWX3nfR6UFWFKwpL+XS+SPyiPuEwAvR24iRvLkJQDh18u0XrHPEwuwxPmw0VopvlmLSg66Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/core": "^7.26.10", - "@babel/preset-env": "^7.26.9", - "browserslist": "^4.24.4", + "@babel/core": "^7.29.0", + "@babel/plugin-transform-dynamic-import": "^7.27.1", + "@babel/plugin-transform-modules-systemjs": "^7.29.4", + "@babel/preset-env": "^7.29.5", + "babel-plugin-polyfill-corejs3": "^0.14.2", + "babel-plugin-polyfill-regenerator": "^0.6.8", + "browserslist": "^4.28.2", "browserslist-to-esbuild": "^2.1.1", - "core-js": "^3.41.0", - "magic-string": "^0.30.17", + "core-js": "^3.49.0", + "magic-string": "^0.30.21", "regenerator-runtime": "^0.14.1", "systemjs": "^6.15.1" }, "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" + "node": "^20.19.0 || >=22.12.0" }, "funding": { "url": "https://github.com/vitejs/vite?sponsor=1" }, "peerDependencies": { "terser": "^5.16.0", - "vite": "^6.0.0" + "vite": "^8.0.0" } }, "node_modules/@vitejs/plugin-vue": { @@ -13193,7 +13322,6 @@ "version": "7.1.1", "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", - "dev": true, "license": "MIT", "optional": true }, @@ -15458,7 +15586,7 @@ "version": "4.61.0", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.61.0.tgz", "integrity": "sha512-T9mWdbWfQtp0B5lv/HX+wrhYsmXRlcWnXXmJbXqKJhlRaoS6KMhq0gpyzW4UJfclcxrEdLnTgjT2NjruLONu0g==", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "@types/estree": "1.0.9" @@ -17804,59 +17932,6 @@ "vue": ">=3.0.0" } }, - "node_modules/vike/node_modules/@universal-deploy/netlify": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@universal-deploy/netlify/-/netlify-0.2.2.tgz", - "integrity": "sha512-10JY+1z0aun66IegHhVdOBTgXioI0+hgA0IVc0zgZvm2C7g2eQWpv48wtqCZZsXyUxajKcIlxiYxIuhuRIdfrQ==", - "license": "MIT", - "dependencies": { - "@universal-deploy/store": "^0.2.1" - }, - "peerDependencies": { - "vite": ">=7.1" - } - }, - "node_modules/vike/node_modules/@universal-deploy/node": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/@universal-deploy/node/-/node-0.1.7.tgz", - "integrity": "sha512-HxSiVZ2CYGX0M9RFl7cxf7Pfaz+vAA3ZfHJ6Yvflv04Gtyfyus2Z6xGSOluy3c8OxAyVu8fvhoXinU0ziHmaGA==", - "license": "MIT", - "dependencies": { - "@universal-deploy/store": "^0.2.1", - "magic-string": "^0.30.21", - "srvx": "^0.11.9" - }, - "peerDependencies": { - "vite": ">=7.1" - }, - "peerDependenciesMeta": { - "vite": { - "optional": true - } - } - }, - "node_modules/vike/node_modules/@universal-deploy/vite": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/@universal-deploy/vite/-/vite-0.1.10.tgz", - "integrity": "sha512-fORNv7+cTgWT1iS2ywUvwaxVkn7QCUHwXwZjfEEv9tL//MoTdwmosq7z2vB4tyN8ERGgWKU7MaQN+YNxfg/68g==", - "license": "MIT", - "dependencies": { - "@universal-deploy/netlify": "^0.2.2", - "@universal-deploy/node": "^0.1.7", - "@universal-deploy/store": "^0.2.1", - "@universal-middleware/express": "^0.4.26", - "magic-string": "^0.30.21", - "rou3": "^0.8.1" - }, - "peerDependencies": { - "vite": ">=7.1" - }, - "peerDependenciesMeta": { - "vite": { - "optional": true - } - } - }, "node_modules/vike/node_modules/semver": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz", @@ -17869,7 +17944,7 @@ "node": ">=10" } }, - "node_modules/vike/node_modules/vite": { + "node_modules/vite": { "version": "8.0.16", "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.16.tgz", "integrity": "sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==", @@ -17946,225 +18021,52 @@ } } }, - "node_modules/vike/node_modules/vite-plugin-wrapper": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/vite-plugin-wrapper/-/vite-plugin-wrapper-0.1.0.tgz", - "integrity": "sha512-orELI9PzoYKFRsI8TP4pTt05rL0oS68u8kJSANpJLZWdYdkqEsjEPrTLG1U/7x5PlACxIebmkbiBPaCg/oPSsw==", - "license": "MIT", - "peerDependencies": { - "vite": ">=7" - } - }, - "node_modules/vite": { - "version": "6.4.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.3.tgz", - "integrity": "sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==", - "devOptional": true, + "node_modules/vite-node": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz", + "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==", + "dev": true, "license": "MIT", "dependencies": { - "esbuild": "^0.25.0", - "fdir": "^6.4.4", - "picomatch": "^4.0.2", - "postcss": "^8.5.3", - "rollup": "^4.34.9", - "tinyglobby": "^0.2.13" + "cac": "^6.7.14", + "debug": "^4.4.1", + "es-module-lexer": "^1.7.0", + "pathe": "^2.0.3", + "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" }, "bin": { - "vite": "bin/vite.js" + "vite-node": "vite-node.mjs" }, "engines": { "node": "^18.0.0 || ^20.0.0 || >=22.0.0" }, "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/vite-plugin-cjs-interop": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/vite-plugin-cjs-interop/-/vite-plugin-cjs-interop-4.0.2.tgz", + "integrity": "sha512-S8Cztn8TuypDhvKM9KaDFWiua3vJnxksfD4J9xMkAhr5YjlyGdA60exijR5h9jvMYtDCzHfZ0R8DWPUcuczL6g==", + "dev": true, + "license": "MIT", + "dependencies": { + "estree-walker": "^3.0.3", + "magic-string": "^0.30.21", + "minimatch": "^10.2.5", + "oxc-parser": "^0.133.0" }, - "optionalDependencies": { - "fsevents": "~2.3.3" + "engines": { + "node": "22 || 24 || 25 || 26" }, "peerDependencies": { - "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", - "jiti": ">=1.21.0", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "sass-embedded": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.16.0", - "tsx": "^4.8.1", - "yaml": "^2.4.2" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "jiti": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - }, - "tsx": { - "optional": true - }, - "yaml": { - "optional": true - } - } - }, - "node_modules/vite-node": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz", - "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==", - "dev": true, - "license": "MIT", - "dependencies": { - "cac": "^6.7.14", - "debug": "^4.4.1", - "es-module-lexer": "^1.7.0", - "pathe": "^2.0.3", - "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" - }, - "bin": { - "vite-node": "vite-node.mjs" - }, - "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" - }, - "funding": { - "url": "https://opencollective.com/vitest" - } - }, - "node_modules/vite-plugin-compression2": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/vite-plugin-compression2/-/vite-plugin-compression2-2.5.3.tgz", - "integrity": "sha512-ItPgqQWkcnBbVw7is9OKwiZ8v6+ju9rYROl5Lp6QfQDEx/d55AwJQb/KLpsQqsU9HoigYBsZ8tK6I02UwJNvEw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@rollup/pluginutils": "^5.1.0", - "tar-mini": "^0.2.0" - } - }, - "node_modules/vite-plugin-eslint": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz", - "integrity": "sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==", - "dev": true, - "license": "MIT", - "dependencies": { - "@rollup/pluginutils": "^4.2.1", - "@types/eslint": "^8.4.5", - "rollup": "^2.77.2" - }, - "peerDependencies": { - "eslint": ">=7", - "vite": ">=2" - } - }, - "node_modules/vite-plugin-eslint/node_modules/@rollup/pluginutils": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", - "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "estree-walker": "^2.0.1", - "picomatch": "^2.2.2" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/vite-plugin-eslint/node_modules/picomatch": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", - "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/vite-plugin-vuetify": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/vite-plugin-vuetify/-/vite-plugin-vuetify-2.1.3.tgz", - "integrity": "sha512-Q4SC/4TqbNvaZIFb9YsfBqkGlYHbJJJ6uU3CnRBZqLUF3s5eCMVZAaV4GkTbehIH/bhSj42lMXztOwc71u6rVw==", - "devOptional": true, - "license": "MIT", - "dependencies": { - "@vuetify/loader-shared": "^2.1.2", - "debug": "^4.3.3", - "upath": "^2.0.1" - }, - "engines": { - "node": "^18.0.0 || >=20.0.0" - }, - "peerDependencies": { - "vite": ">=5", - "vue": "^3.0.0", - "vuetify": ">=3" - } - }, - "node_modules/vite/node_modules/@esbuild/aix-ppc64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", - "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=18" + "vite": "~6.4 || ~7.3 || 8" } }, - "node_modules/vite/node_modules/@esbuild/android-arm": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", - "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/vite/node_modules/@esbuild/android-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", - "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-android-arm64": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.133.0.tgz", + "integrity": "sha512-KUHmPMziLBp4u+zbrLdB7iWS7KshuZe+RAp7ELnY9SI9nNXBZ+dp8fiBqWOxhXqn+FQg3a4UcQhwmsJOKV8Jjg==", "cpu": [ "arm64" ], @@ -18175,30 +18077,13 @@ "android" ], "engines": { - "node": ">=18" - } - }, - "node_modules/vite/node_modules/@esbuild/android-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", - "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/darwin-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", - "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-darwin-arm64": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.133.0.tgz", + "integrity": "sha512-q8dWmnU/8ea2tga9w2f1PinQ5rcMPDUGkF64T189b65YMjUomET4oy5oRldOr4AwOQkneOG/Zttnz1Dvrc62wg==", "cpu": [ "arm64" ], @@ -18209,13 +18094,13 @@ "darwin" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/darwin-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", - "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-darwin-x64": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.133.0.tgz", + "integrity": "sha512-cOKeIELIB2bJnCKwqx4Rdj+1Lss/U6uCbLxRySZrhyOOQa1flKhwZFjEHRHxk8fU1NKmhK5OnTdPQ4CpjuFuVw==", "cpu": [ "x64" ], @@ -18226,30 +18111,13 @@ "darwin" ], "engines": { - "node": ">=18" - } - }, - "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", - "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/freebsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", - "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-freebsd-x64": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.133.0.tgz", + "integrity": "sha512-OpaSv4pW3KgFrMYQxTaS0aOE4T1DQF3qZE/4B6uqqv1KgPWWd4UQhJALi8PJPX1RRV5K7ThKXRfF7qGg2+3l1A==", "cpu": [ "x64" ], @@ -18260,13 +18128,13 @@ "freebsd" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/linux-arm": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", - "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-linux-arm-gnueabihf": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.133.0.tgz", + "integrity": "sha512-JGK1wlGrGwxBIlVSF7KWTX1/ru6BEtf28fRROztDRkLfiW+Kxa4onnriezMIiogfn9hVw2KzYcKiLjkLR2ns8A==", "cpu": [ "arm" ], @@ -18277,13 +18145,13 @@ "linux" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/linux-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", - "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-linux-arm64-gnu": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.133.0.tgz", + "integrity": "sha512-hvpbqT5pN2rR+3+xtWeizwfR/aZ0vGceg6TqYMl+ToxMpk9/tmnX7kSvQnfEUkoua8mhogzvIKsAkn0wxgblBA==", "cpu": [ "arm64" ], @@ -18294,15 +18162,15 @@ "linux" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/linux-ia32": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", - "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-linux-arm64-musl": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.133.0.tgz", + "integrity": "sha512-wJQGamIosQBoJHW9+S5XxrtKRo3eyJxsnS1XCPrqN0LHi8uw1pTqqTfn3t/NVuvbBg7Pumn4ez9Eidgcn0xbEg==", "cpu": [ - "ia32" + "arm64" ], "dev": true, "license": "MIT", @@ -18311,15 +18179,15 @@ "linux" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/linux-loong64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", - "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-linux-riscv64-gnu": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.133.0.tgz", + "integrity": "sha512-R4vOjWzxhnNWHnVLeiB6jNuIifdy9vcMXZGPc7StXcxBovI+U2zg1QhZ9o8OjV80oGivs1lX5NfPLzk4IPqlRA==", "cpu": [ - "loong64" + "riscv64" ], "dev": true, "license": "MIT", @@ -18328,15 +18196,15 @@ "linux" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/linux-mips64el": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", - "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-linux-s390x-gnu": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.133.0.tgz", + "integrity": "sha512-ZwZNo8FZmB/gVfboQl+wXilBigGl+6nQQs+nITOeAP/HcAOjiHl6XZJL9F/KXNEspODQcbjAiyjUbeCJd9a0fA==", "cpu": [ - "mips64el" + "s390x" ], "dev": true, "license": "MIT", @@ -18345,15 +18213,15 @@ "linux" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/linux-ppc64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", - "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-linux-x64-gnu": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.133.0.tgz", + "integrity": "sha512-govCvWx1dBlED3uu4qXctxpRcouu9I8Kn+DBktGCl760JtlGJzc9l/OmPJKlYWSbrRqKkMZehNeZ/4Wfma7uSA==", "cpu": [ - "ppc64" + "x64" ], "dev": true, "license": "MIT", @@ -18362,15 +18230,15 @@ "linux" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/linux-riscv64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", - "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-linux-x64-musl": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.133.0.tgz", + "integrity": "sha512-ssTlpXD5Mq9uCssDJPzlRWqBt4Y7Zzd9i+XZhWmK/9Y6KUIuAxVYTYiI8lxcGWi0+3/Cz4A8q9UrD4NK9Y2j7g==", "cpu": [ - "riscv64" + "x64" ], "dev": true, "license": "MIT", @@ -18379,47 +18247,49 @@ "linux" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/linux-s390x": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", - "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-openharmony-arm64": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.133.0.tgz", + "integrity": "sha512-51aByfXhPtLEdWG4a2Ihdw6cPWV1ei1AarALpFdDP8MLWDLE2NuUMgbo3DERR2Kt8fT/ok1GUvBiLxVGke9uUQ==", "cpu": [ - "s390x" + "arm64" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" + "openharmony" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/linux-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", - "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-wasm32-wasi": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.133.0.tgz", + "integrity": "sha512-2e16tkKp+wDO2GTAmXfxbBcCmGEaFPIJEIRBBmVKNVXSc8/fJsSIaBGyFTPHM9ST5GNWgJcYIt94rDTks+PLwA==", "cpu": [ - "x64" + "wasm32" ], "dev": true, "license": "MIT", "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@emnapi/core": "1.10.0", + "@emnapi/runtime": "1.10.0", + "@napi-rs/wasm-runtime": "^1.1.4" + }, "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/netbsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", - "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-win32-arm64-msvc": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.133.0.tgz", + "integrity": "sha512-KPTNDKbxH1cglrqTyVeXHb4Pk4oksz8EcE1/v8zqU7N4UXbiHfA/IwtXZ2U77fnRAWBbgVkl/lZbL7o3hRdejg==", "cpu": [ "arm64" ], @@ -18427,16 +18297,16 @@ "license": "MIT", "optional": true, "os": [ - "netbsd" + "win32" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/netbsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", - "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-parser/binding-win32-x64-msvc": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.133.0.tgz", + "integrity": "sha512-kjBhCiOGSYTwDJQuuZa7a94JbP8htWu7J0X1KwH74kV2K5eYf6eyJRYmkpCDvr0XEL8tMxYI4WU1VekblFCLgg==", "cpu": [ "x64" ], @@ -18444,171 +18314,190 @@ "license": "MIT", "optional": true, "os": [ - "netbsd" + "win32" ], "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" } }, - "node_modules/vite/node_modules/@esbuild/openbsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", - "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", - "cpu": [ - "arm64" - ], + "node_modules/vite-plugin-cjs-interop/node_modules/@oxc-project/types": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.133.0.tgz", + "integrity": "sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==", "dev": true, "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" + "funding": { + "url": "https://github.com/sponsors/Boshen" } }, - "node_modules/vite/node_modules/@esbuild/openbsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", - "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", - "cpu": [ - "x64" - ], + "node_modules/vite-plugin-cjs-interop/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", "dev": true, "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], "engines": { - "node": ">=18" + "node": "18 || 20 || >=22" } }, - "node_modules/vite/node_modules/@esbuild/openharmony-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", - "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", - "cpu": [ - "arm64" - ], + "node_modules/vite-plugin-cjs-interop/node_modules/brace-expansion": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", + "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==", "dev": true, "license": "MIT", - "optional": true, - "os": [ - "openharmony" - ], + "dependencies": { + "balanced-match": "^4.0.2" + }, "engines": { - "node": ">=18" + "node": "18 || 20 || >=22" } }, - "node_modules/vite/node_modules/@esbuild/sunos-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", - "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", - "cpu": [ - "x64" - ], + "node_modules/vite-plugin-cjs-interop/node_modules/estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", "dev": true, "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], + "dependencies": { + "@types/estree": "^1.0.0" + } + }, + "node_modules/vite-plugin-cjs-interop/node_modules/minimatch": { + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.5" + }, "engines": { - "node": ">=18" + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/vite/node_modules/@esbuild/win32-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", - "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", - "cpu": [ - "arm64" - ], + "node_modules/vite-plugin-cjs-interop/node_modules/oxc-parser": { + "version": "0.133.0", + "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.133.0.tgz", + "integrity": "sha512-661RSx+ZcjBmjBYid+Fpp/2F5EbtildpeoZh5HdgnGs+jZ03nqQEQW8yGkt4BGyOC3OMPDQQRl8M5kqD2/g6jw==", "dev": true, "license": "MIT", - "optional": true, - "os": [ - "win32" - ], + "dependencies": { + "@oxc-project/types": "^0.133.0" + }, "engines": { - "node": ">=18" + "node": "^20.19.0 || >=22.12.0" + }, + "funding": { + "url": "https://github.com/sponsors/Boshen" + }, + "optionalDependencies": { + "@oxc-parser/binding-android-arm-eabi": "0.133.0", + "@oxc-parser/binding-android-arm64": "0.133.0", + "@oxc-parser/binding-darwin-arm64": "0.133.0", + "@oxc-parser/binding-darwin-x64": "0.133.0", + "@oxc-parser/binding-freebsd-x64": "0.133.0", + "@oxc-parser/binding-linux-arm-gnueabihf": "0.133.0", + "@oxc-parser/binding-linux-arm-musleabihf": "0.133.0", + "@oxc-parser/binding-linux-arm64-gnu": "0.133.0", + "@oxc-parser/binding-linux-arm64-musl": "0.133.0", + "@oxc-parser/binding-linux-ppc64-gnu": "0.133.0", + "@oxc-parser/binding-linux-riscv64-gnu": "0.133.0", + "@oxc-parser/binding-linux-riscv64-musl": "0.133.0", + "@oxc-parser/binding-linux-s390x-gnu": "0.133.0", + "@oxc-parser/binding-linux-x64-gnu": "0.133.0", + "@oxc-parser/binding-linux-x64-musl": "0.133.0", + "@oxc-parser/binding-openharmony-arm64": "0.133.0", + "@oxc-parser/binding-wasm32-wasi": "0.133.0", + "@oxc-parser/binding-win32-arm64-msvc": "0.133.0", + "@oxc-parser/binding-win32-ia32-msvc": "0.133.0", + "@oxc-parser/binding-win32-x64-msvc": "0.133.0" } }, - "node_modules/vite/node_modules/@esbuild/win32-ia32": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", - "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", - "cpu": [ - "ia32" - ], + "node_modules/vite-plugin-compression2": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/vite-plugin-compression2/-/vite-plugin-compression2-2.5.3.tgz", + "integrity": "sha512-ItPgqQWkcnBbVw7is9OKwiZ8v6+ju9rYROl5Lp6QfQDEx/d55AwJQb/KLpsQqsU9HoigYBsZ8tK6I02UwJNvEw==", "dev": true, "license": "MIT", - "optional": true, - "os": [ - "win32" - ], + "dependencies": { + "@rollup/pluginutils": "^5.1.0", + "tar-mini": "^0.2.0" + } + }, + "node_modules/vite-plugin-eslint": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz", + "integrity": "sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rollup/pluginutils": "^4.2.1", + "@types/eslint": "^8.4.5", + "rollup": "^2.77.2" + }, + "peerDependencies": { + "eslint": ">=7", + "vite": ">=2" + } + }, + "node_modules/vite-plugin-eslint/node_modules/@rollup/pluginutils": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", + "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "estree-walker": "^2.0.1", + "picomatch": "^2.2.2" + }, "engines": { - "node": ">=18" + "node": ">= 8.0.0" } }, - "node_modules/vite/node_modules/@esbuild/win32-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", - "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", - "cpu": [ - "x64" - ], + "node_modules/vite-plugin-eslint/node_modules/picomatch": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", "dev": true, "license": "MIT", - "optional": true, - "os": [ - "win32" - ], "engines": { - "node": ">=18" + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/vite/node_modules/esbuild": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", - "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", + "node_modules/vite-plugin-vuetify": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/vite-plugin-vuetify/-/vite-plugin-vuetify-2.1.3.tgz", + "integrity": "sha512-Q4SC/4TqbNvaZIFb9YsfBqkGlYHbJJJ6uU3CnRBZqLUF3s5eCMVZAaV4GkTbehIH/bhSj42lMXztOwc71u6rVw==", "devOptional": true, - "hasInstallScript": true, "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" + "dependencies": { + "@vuetify/loader-shared": "^2.1.2", + "debug": "^4.3.3", + "upath": "^2.0.1" }, "engines": { - "node": ">=18" + "node": "^18.0.0 || >=20.0.0" }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.12", - "@esbuild/android-arm": "0.25.12", - "@esbuild/android-arm64": "0.25.12", - "@esbuild/android-x64": "0.25.12", - "@esbuild/darwin-arm64": "0.25.12", - "@esbuild/darwin-x64": "0.25.12", - "@esbuild/freebsd-arm64": "0.25.12", - "@esbuild/freebsd-x64": "0.25.12", - "@esbuild/linux-arm": "0.25.12", - "@esbuild/linux-arm64": "0.25.12", - "@esbuild/linux-ia32": "0.25.12", - "@esbuild/linux-loong64": "0.25.12", - "@esbuild/linux-mips64el": "0.25.12", - "@esbuild/linux-ppc64": "0.25.12", - "@esbuild/linux-riscv64": "0.25.12", - "@esbuild/linux-s390x": "0.25.12", - "@esbuild/linux-x64": "0.25.12", - "@esbuild/netbsd-arm64": "0.25.12", - "@esbuild/netbsd-x64": "0.25.12", - "@esbuild/openbsd-arm64": "0.25.12", - "@esbuild/openbsd-x64": "0.25.12", - "@esbuild/openharmony-arm64": "0.25.12", - "@esbuild/sunos-x64": "0.25.12", - "@esbuild/win32-arm64": "0.25.12", - "@esbuild/win32-ia32": "0.25.12", - "@esbuild/win32-x64": "0.25.12" + "peerDependencies": { + "vite": ">=5", + "vue": "^3.0.0", + "vuetify": ">=3" + } + }, + "node_modules/vite-plugin-wrapper": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-wrapper/-/vite-plugin-wrapper-0.1.0.tgz", + "integrity": "sha512-orELI9PzoYKFRsI8TP4pTt05rL0oS68u8kJSANpJLZWdYdkqEsjEPrTLG1U/7x5PlACxIebmkbiBPaCg/oPSsw==", + "license": "MIT", + "peerDependencies": { + "vite": ">=7" } }, "node_modules/vitest": { @@ -18936,9 +18825,9 @@ } }, "node_modules/vuetify": { - "version": "3.12.8", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.12.8.tgz", - "integrity": "sha512-gvmOWeLd6CG7LVh2Qonft5YrIb7MpbKZglRjg0ItEloSbu6hfUII2RZmRSVxGKYdiXTf7J1hI3BRSHr8J9LkxA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.0.tgz", + "integrity": "sha512-Pq05N76NMM1TVM6z2wWlV0XhQcwuNSjevlr8xhnNYpBkLZC3yjTGzHYbE1rXE4ircf1SImRcJ8khwKE3Xb2Glg==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 64437fbc1b..75e70519ff 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint:fix": "prettier . --write", "doc:full": "jsdoc -c documentation/doc.conf.json -R README.md", "doc:dev": "jsdoc -c documentation/doc.conf.json -d docTemp", - "stats": "vite build --mode production && open stats.html", + "stats": "vike build --mode production && open stats.html", "generate-coverage-report": "generate-coverage-report -p ./coverage/badges" }, "dependencies": { @@ -55,7 +55,7 @@ "vue-meta": "^3.0.0-alpha.10", "vue-router": "^4.4.3", "vue-scrollto": "^2.20.0", - "vuetify": "^3.6.14", + "vuetify": "^4.1.0", "vuex": "^4.1.0" }, "devDependencies": { @@ -71,7 +71,7 @@ "@blocksquaredev/vite-plugin-node-polyfills": "^0.25.4", "@fortawesome/fontawesome-free": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0", - "@vitejs/plugin-legacy": "^6.1.1", + "@vitejs/plugin-legacy": "^8.0.2", "@vitejs/plugin-vue": "^6.0.6", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", @@ -105,7 +105,8 @@ "stylelint-scss": "^6.10.0", "taffydb": "^2.7.3", "terser": "^5.46.1", - "vite": "^6.4.2", + "vite": "^8.0.16", + "vite-plugin-cjs-interop": "^4.0.2", "vite-plugin-compression2": "^2.5.3", "vite-plugin-eslint": "^1.8.1", "vite-plugin-vuetify": "^2.1.3", @@ -117,7 +118,8 @@ "fsevents": "^2.3.2" }, "overrides": { - "rollup": "^4.0.0" + "rollup": "^4.0.0", + "vite": "^8.0.16" }, "browserslist": [ "> 0.25%", diff --git a/vite.config.mjs b/vite.config.mjs index 4c83d01553..4829099d5c 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -8,6 +8,7 @@ import {nodePolyfills} from "@blocksquaredev/vite-plugin-node-polyfills"; import autoprefixer from "autoprefixer"; import vike from "vike/plugin"; import {compression} from "vite-plugin-compression2"; +import {cjsInterop} from "vite-plugin-cjs-interop"; dns.setDefaultResultOrder("verbatim"); @@ -33,6 +34,9 @@ export default defineConfig({ vuetify({ autoImport: true, }), + cjsInterop({ + dependencies: ['highcharts', 'highcharts-vue'] + }), nodePolyfills({exclude: ['module']}), compression({ include: /\.(html|xml|css|json|js|mjs|svg)$/i, @@ -49,12 +53,15 @@ export default defineConfig({ extensions: [".mjs", ".js", ".ts", ".jsx", ".tsx", ".json", ".vue", ".svg"], }, optimizeDeps: { - include: ['vue-code-highlight', 'highcharts', 'highcharts-vue'], - }, - ssr: { - // Crucial for Vike + Vuetify to prevent SSR module resolution errors - noExternal: ['vue-code-highlight', 'highcharts', 'highcharts-vue', 'vuetify'], + // include: ['highcharts', 'highcharts-vue', 'vuetify'], + include: ['highcharts', 'highcharts-vue'], }, + // ssr: { + // // Crucial for Vike + Vuetify to prevent SSR module resolution errors + // // noExternal: ['highcharts', 'highcharts-vue', 'vuetify'], + // // noExternal: [/^vuetify/, '@mdi/font'] + // noExternal: true, + // }, define: { 'module.exports': '{}' }, @@ -81,13 +88,14 @@ export default defineConfig({ include: [/vue-code-highlight/, /node_modules/] }, rollupOptions: { + preserveEntrySignatures: 'strict', // onwarn(warning, warn) { // if (warning.code === 'COMMONJS_VARIABLE_IN_ESM') return; // warn(warning); // }, output: { format: "es", - inlineDynamicImports: false, + // inlineDynamicImports: false, // manualChunks: { // 'vendor-vuetify': ['vuetify'], // }, From e7c9fd30f8c0ce8b25571b85624e0b38a0af5fa9 Mon Sep 17 00:00:00 2001 From: prakhyatox Date: Fri, 5 Jun 2026 15:47:57 +0100 Subject: [PATCH 85/94] fixing build --- package-lock.json | 574 ++++++++++++------ package.json | 6 +- .../Editor/GeneralInformation/BaseFields.vue | 18 +- src/components/Navigation/Jumbotron.vue | 10 +- .../Ontologies/OntologySunburst.vue | 18 +- src/components/Static/Statistics/BarChart.vue | 105 ++-- src/components/Static/Statistics/PieChart.vue | 89 +-- src/pages/+config.js | 6 +- src/pages/+onCreateApp.js | 3 +- src/plugins/vuetify.js | 1 + vite.config.mjs | 158 +++-- 11 files changed, 610 insertions(+), 378 deletions(-) diff --git a/package-lock.json b/package-lock.json index 511cc63ed3..efae5da6b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/vue-fontawesome": "^3.0.8", + "@manderley/vike-vue-vuetify": "^0.1.3", "@mdi/font": "^7.4.47", "@tsparticles/vue3": "^3.0.1", "axios": "^1.15.2", @@ -45,7 +46,7 @@ "vue-meta": "^3.0.0-alpha.10", "vue-router": "^4.4.3", "vue-scrollto": "^2.20.0", - "vuetify": "^4.1.0", + "vuetify": "^3.6.14", "vuex": "^4.1.0" }, "devDependencies": { @@ -88,6 +89,7 @@ "postcss": "^8.4.21", "prettier": "3.4.2", "resize-observer-polyfill": "^1.5.1", + "rimraf": "^6.1.3", "rollup-plugin-visualizer": "^6.0.11", "sass": "^1.77.8", "sinon": "^18.0.0", @@ -1904,9 +1906,9 @@ } }, "node_modules/@csstools/css-syntax-patches-for-csstree": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.4.tgz", - "integrity": "sha512-wgsqt92b7C7tQhIdPNxj0n9zuUbQlvAuI1exyzeNrOKOi62SD7ren8zqszmpVREjAOqg8cD2FqYhQfAuKjk4sw==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.5.tgz", + "integrity": "sha512-oNjBvzLq2GPZtJphCjLqXow/cHySHSgtxvKZb7OqSZ/xHgw6NWNhfad+6AB9cLeVm6eA9d/qMll3JdEHjy6M+A==", "dev": true, "funding": [ { @@ -2755,6 +2757,19 @@ "dev": true, "license": "MIT" }, + "node_modules/@manderley/vike-vue-vuetify": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@manderley/vike-vue-vuetify/-/vike-vue-vuetify-0.1.3.tgz", + "integrity": "sha512-W4aiHp8o/cpXMv2N0J3d1hnhf18c7kt1RI2qaeHumyjS7/bL3loH6Gbc6/fbZTJDbfuP3YvTgZvUUxE9zryFig==", + "license": "MIT", + "peerDependencies": { + "vike": ">=0.4.249", + "vike-vue": ">=0.7.0", + "vite-plugin-vuetify": ">=2.0.0", + "vue": ">=3.0.0", + "vuetify": ">=3.0.0" + } + }, "node_modules/@mdi/font": { "version": "7.4.47", "resolved": "https://registry.npmjs.org/@mdi/font/-/font-7.4.47.tgz", @@ -3763,9 +3778,9 @@ } }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.61.0.tgz", - "integrity": "sha512-dnxczajOqt0gesZlN5pGQ1s1imQVrsmCw5G2Ci4oM+0WvNz3pyRnlWrT7McoZIb8VlFwCawdmbWRmxRn7HI+VQ==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.61.1.tgz", + "integrity": "sha512-JnBB8MdXj45cajvTuO5FmPlvFVJRQgvrz1uSEl3NwqFnReAPGwb8EanbGi4z2nRaqLzjJSv5/JmycoTKlRZxHA==", "cpu": [ "arm" ], @@ -3777,9 +3792,9 @@ ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.61.0.tgz", - "integrity": "sha512-Bp3JpGP00Vu3f238ivRrjf7z3xSzVPXqCmaJYA9t2c+c8vKYvOzmXF7LkkeUalTEGd6cZcSWe+PFIP3Vy48fRg==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.61.1.tgz", + "integrity": "sha512-Jx2g7iSjw4AOT0HDPHM9RV3GNjRXwybWtSFZiZAYUTjUwjVrYIwq3kBf+LnhqJlzXFAqTAh2F7IGI+O568exPw==", "cpu": [ "arm64" ], @@ -3791,9 +3806,9 @@ ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.61.0.tgz", - "integrity": "sha512-zaYIpr670mUmmZ1tVzUFplbQbG7h3Gugx3L5FoqhsC2m/YnLlR1a7zVLmXNPy+iY1tFPEbNG+HHBXZGyId0G5w==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.61.1.tgz", + "integrity": "sha512-0F1L/Z3Eqv8mT2n3dCpeO8GcTvHvVqkP5/t6DMsn0KzhYVcg+s7Ncl5DS8qjKYEeio6Az0Gt6nyBORay5qIlCA==", "cpu": [ "arm64" ], @@ -3805,9 +3820,9 @@ ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.61.0.tgz", - "integrity": "sha512-+P49fvkv2dSoeevUW+lgZ/I2JHSsJCK1Lyjj7Cu6E4UHG4tS9XIefzIjo5qhgELjAclnen1rLzK2PMKJdo+Dyg==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.61.1.tgz", + "integrity": "sha512-qLttcH871ujY4YcVfUSShhOw+CsoTatYz8gRbHO7Bb92QH059/P0y5do1KMs41fY0BpD2x4AJH/gID0zFiqVKQ==", "cpu": [ "x64" ], @@ -3819,9 +3834,9 @@ ] }, "node_modules/@rollup/rollup-freebsd-arm64": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.61.0.tgz", - "integrity": "sha512-l3FAAOyKJXH2ea6KNFN+MMgC/rnE94YGLXs2ehYqDcCoHt1DpvgWX75BhUJxN38XojP7Ul+4H8PRn7EdyqSDrw==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.61.1.tgz", + "integrity": "sha512-fUI4RapGE0Oh3mb8mgfvC1O2nU1RpDZUKnDQm3xB1Ipg7C2wTs5Kstz7G2uWK99a8S2yTMq8/P4uycwNa0nJyw==", "cpu": [ "arm64" ], @@ -3833,9 +3848,9 @@ ] }, "node_modules/@rollup/rollup-freebsd-x64": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.61.0.tgz", - "integrity": "sha512-VokPN3TSctKj65cyCNPaUh4vMFA8awxOot/0sp+4J7ZlNRKQEhXhawqPwajoi8H5ZFt61i0ugZJuTKXBjGJ17Q==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.61.1.tgz", + "integrity": "sha512-H5YrdvJaDtI/U9/emrD4b++xkvp3y/JvOe4rizHbxvkyMfRS/CiRYdji+Pl8D0brEaNFWUh1drQxgAGIl6Xudw==", "cpu": [ "x64" ], @@ -3847,9 +3862,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.61.0.tgz", - "integrity": "sha512-DxH0P3wxm+Yzs/p3zrk9dw1rURu8p0Nv5+MRK/L7OtnLNg5rLZraSBFZ8iUXOd9f2BlhJyEpIZUH/emjq4UJ4g==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.61.1.tgz", + "integrity": "sha512-Q8CBCCQtDFrYtXoeUXSrnFXKOnyUhx6bz+SkL6A0E7V8kAiCJ5pamq1WtbfpVGhR5TSpXY6ak3avmDc5fHTyJA==", "cpu": [ "arm" ], @@ -3861,9 +3876,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.61.0.tgz", - "integrity": "sha512-T6ZvMNe84kAz6TBWHC7hGAoEtzP1LWYw/AqayGWEF6uISt3Abk/st06LqRD9THd7Xz3NxzurUpzAuEAUbZf+nw==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.61.1.tgz", + "integrity": "sha512-nwnhk1581l0FBVellGcVCAT0Oi06onEA3WB53sf01VO3I0UPBkMH9sXONYME2K0ovXcNayJfNtHfm6mpJElatQ==", "cpu": [ "arm" ], @@ -3875,9 +3890,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.61.0.tgz", - "integrity": "sha512-q/4hzvQkDs8b4jIBab1pnLiiM0ayTZsN2amBFPDzuyZxjEd4wDwx0UJFYM3cOZzSf5Kw8fnWSprJzIBMkcR44Q==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.61.1.tgz", + "integrity": "sha512-x5Xr49hwt3hdW75UOZm3395YwwzPyauktslv29KpWL/T+vVAzoT3azLcTWv0eMciBNrx+DYjH4paehHoLpPvpg==", "cpu": [ "arm64" ], @@ -3889,9 +3904,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.61.0.tgz", - "integrity": "sha512-vvYWX3akdEAY6km+9wAqFDnk6pQsbJKVnj7xawcvs/+fdlYBGp+U+Qq/lLfpIxYIZvZLHMAKD9HLdacSx/r3dw==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.61.1.tgz", + "integrity": "sha512-unMS3H73DpaoPyyEVPjGKleM/s0mkmsauTENpw4INQY8y4+IuLNjkueQ5QCtC0D3N38Y38yhAU8OoZ20S2Tm6w==", "cpu": [ "arm64" ], @@ -3903,9 +3918,9 @@ ] }, "node_modules/@rollup/rollup-linux-loong64-gnu": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.61.0.tgz", - "integrity": "sha512-DePa5cqOxDP/Zp0VOXpeWaGew5iIv5DXp9NYbzkX5PFQyWVX9184WCTh3hvr/7lhXo8ZVlbFLkz8+o/q1dU6gA==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.61.1.tgz", + "integrity": "sha512-zNZzGRnAhwjFEYmvphJRV5XaQGjs62cCmeYYHUT//NbvEnHauw+I85nGG+SiVg5ld4GX8D1IbKIX+ozITQnhMQ==", "cpu": [ "loong64" ], @@ -3917,9 +3932,9 @@ ] }, "node_modules/@rollup/rollup-linux-loong64-musl": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.61.0.tgz", - "integrity": "sha512-LV8aWMB8UChglMCEzs7RkN0GsH29RJaLLqwm9fCIjlqwxQTiWAqNcc7wjBkH31hV0PU/yVxGYvrYsgfea2qw6g==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.61.1.tgz", + "integrity": "sha512-LdpWGL8X209B2SIvWjqlc8VZgM6PKfontSerGepuldQmHYrAOtnMCXeJkxXGbC+PPZVOuu5czJo7fNV6aeW8rQ==", "cpu": [ "loong64" ], @@ -3931,9 +3946,9 @@ ] }, "node_modules/@rollup/rollup-linux-ppc64-gnu": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.61.0.tgz", - "integrity": "sha512-QoNSnwQtaeNu5grdBbsL0tt1uyl5EnS8DA8Mr3nluMXbhdQNyhN+G4tBax7VCdxLKj8YJ0/4OO9Ho84jMnJtKA==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.61.1.tgz", + "integrity": "sha512-EC5kTtNaNGOmbMGqar8dvJy6y/hg99GAwjfBz++pxZhQATXGcRjd6c5en5wcbru0vkRmiMGsQKdMJOOf6sza4g==", "cpu": [ "ppc64" ], @@ -3945,9 +3960,9 @@ ] }, "node_modules/@rollup/rollup-linux-ppc64-musl": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.61.0.tgz", - "integrity": "sha512-/zZp5MKapIIApE8trN8qLGNSiRN9TUoaUZ1cmVu4XnVdd5LQLOXTtyi+vtfUbNnT3iyjzpPqYeKXmvJ+gJGYWw==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.61.1.tgz", + "integrity": "sha512-8hiwp6D4acEcNK78I4rP0/XtS1sknWIAMJBPdR4l6zUtyTm5KiTDr5bXmWt4foY7nAN7AThDHgkLIEZOWKbzWw==", "cpu": [ "ppc64" ], @@ -3959,9 +3974,9 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.61.0.tgz", - "integrity": "sha512-RbrzcD3aJ1k3UbtMRRBNwojdVVyXjuVAFTfn/xPa6EEl6GE9Sm/akPgFTb9aAC9pMKGJ6CtWxaGrqWcabH+ySg==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.61.1.tgz", + "integrity": "sha512-10dh/h/BqA7DuMPWSxkR8uks18FRwnwOEqr5zOTEl+NOwP/OMzKX8OFR/Of9xxDA7D5qef1Nzar5WDD2kCCr1g==", "cpu": [ "riscv64" ], @@ -3973,9 +3988,9 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-musl": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.61.0.tgz", - "integrity": "sha512-ZF+onDsBso8PJf1XaG9lB+O9RnBpKGnY6OrzC4CSHrtC1jb6jWLTKK4bRqdoCXHd22gyr2hiYmEAm8Wns/BOCw==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.61.1.tgz", + "integrity": "sha512-YKJ5lg35DP17gcAOggnihe+APw9HLyj1Xn7gsmGumBJAUDa6NGXNixJzmkWLhcK9TOuuyQjdamzvJefkO7qHZQ==", "cpu": [ "riscv64" ], @@ -3987,9 +4002,9 @@ ] }, "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.61.0.tgz", - "integrity": "sha512-Atk0aSIk5Zx2Wuh9dgRQgLP0Koc8hOeYpbWryMXyk8G8/HmPkwPPkMqIIDhrXHHYqfUzSJA/I7IWSBv8xSmRBA==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.61.1.tgz", + "integrity": "sha512-Mlil5G2Jj6a7B3LWGctg+XPL9vdXYuzCtNXfxOQ0nPjc2m6ueUktocPGH9bnAM0bNRKb/bAWTujUU7IJQdQA+g==", "cpu": [ "s390x" ], @@ -4001,9 +4016,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.61.0.tgz", - "integrity": "sha512-0uMOcf3eZ5K+K4cYHkdxShFMPlPXCOdfDFEFn9dNYAEEd2cVvmOfH7zFgRVoDgmtQ1m9k5q7qfrHzyMAubKYUA==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.61.1.tgz", + "integrity": "sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q==", "cpu": [ "x64" ], @@ -4015,9 +4030,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.61.0.tgz", - "integrity": "sha512-mvFtE4A/t/7hRJ7X8Ozmu8FsIkAUat2nzl12pgU337BRmq87AQUJztwHz2Zv5/tjo9/C95E66CK03SI/ToEDJw==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.61.1.tgz", + "integrity": "sha512-qy5pBvZbqNFheBz61R1rzsezjm0J7O2oNGoWtGoY89SZYLUfxAJTBAqDChqAIdB4rCiIbi9nF7yZ83GnNiLwSw==", "cpu": [ "x64" ], @@ -4029,9 +4044,9 @@ ] }, "node_modules/@rollup/rollup-openbsd-x64": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.61.0.tgz", - "integrity": "sha512-z9b9+aTxvt8n2rNltMPvyaUfB8NJ+CVyOrGK/MdIKHx7B+lXmZpm/XbRsU7Rpf3fRqJ2uS6mBJiJveCtq8LHDg==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.61.1.tgz", + "integrity": "sha512-E83TXjI4zm0+5f2qO+UOudaCYIhYwpJ5jq6YCZNIZ+6CbfhKrkAGezeiASBL9ElxAxFsRS9ZhESv8mfnj6TKeg==", "cpu": [ "x64" ], @@ -4043,9 +4058,9 @@ ] }, "node_modules/@rollup/rollup-openharmony-arm64": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.61.0.tgz", - "integrity": "sha512-jXaXFqKMehsOc+g8R6oo33RRC6w07G9jDBxAE5eAKX7mOcCbZloYIPNhfG9Wl+P9O9IWHFO4OJgPi1Ml2qkt7w==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.61.1.tgz", + "integrity": "sha512-fbWnKqVkjrJN38vNe3ahkbk6iejS/3b0Nt7EEtPpE6RBacZcGXNKbzfHN3GUUlXOPghUg0j6XUGrtjX9z1sIvA==", "cpu": [ "arm64" ], @@ -4057,9 +4072,9 @@ ] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.61.0.tgz", - "integrity": "sha512-OXNWVFocS2IA4+QplhTZZ2a+8hPZR7T8KuozsNmJKK8y7cp83StHvGksfHzPG3wczWTczyWHVQuqeiTUbjiyBg==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.61.1.tgz", + "integrity": "sha512-ArMl38iVAbk0New1ogihQNY6iphLi4ZaRsa037gUzv5yeKPY8TD3Dmy4x2RNC1VztU/uqm+G+/RwFrSka3Oy2g==", "cpu": [ "arm64" ], @@ -4071,9 +4086,9 @@ ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.61.0.tgz", - "integrity": "sha512-AlAbNtBO637LxSldqV43z0FfXoGfl2TW1DgAg/bs7aQswFbDewz2SJm3BUhiGfbOVtW571xbc9p+REdxhyN/Eg==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.61.1.tgz", + "integrity": "sha512-0mYtjHS9ucAbcATycCNK9IGBk/cCe/ma7EmSLGZdsxnOA8cjRIyU04wDpVAD9NiOfLUR9KTxdiO53uOkherqjQ==", "cpu": [ "ia32" ], @@ -4085,9 +4100,9 @@ ] }, "node_modules/@rollup/rollup-win32-x64-gnu": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.61.0.tgz", - "integrity": "sha512-QRSrQXyJ1M4tjNXdR0/G/IgV6lzfQQJYBjlWIEYkY2Xs86DRl/iEpQ4blMDjJxSl7n19eDKKXMg0AmuBVYy8pQ==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.61.1.tgz", + "integrity": "sha512-gK1iCEPfpoSG9wfBihXxvBMi8ZfcWffYkEsC/Eih+iFENTaewvNcrEQ69lIOWYO5pePHKLHHO7nq5AILGO/HQQ==", "cpu": [ "x64" ], @@ -4099,9 +4114,9 @@ ] }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.61.0.tgz", - "integrity": "sha512-tkuFxhvKO/HlGd0VsINF6vHSYH8AF8W0TcNxKDK6JZmrehngFj78pToc8iemtnvwilDjs2G/qSzYFhe9U8q+fw==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.61.1.tgz", + "integrity": "sha512-X+zaP2x+j4RXGfbp/seSoRHWnPxzApilDszisZxbYH5C/jTxFhCtDNdPGZb9lJyYPs24wGxruPF7Y+sIXt9Gzw==", "cpu": [ "x64" ], @@ -4134,13 +4149,13 @@ } }, "node_modules/@shikijs/core": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.1.0.tgz", - "integrity": "sha512-jLJtSJeuFffqX6/inRE1zqU5aFv2hrszvYgq3OjbAgFRZiWv7abKMDdQzYxuSDfmUPQozZvI/kuy6VMTvnvqTQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.2.0.tgz", + "integrity": "sha512-Hc87Ab1Ld/vEbZRCbwx344I5v+4RU8CVToUTRkqXL1+TjbuOp9U5Xa0M23V4GEWHxVn+yO5otb+HkQVm3ptWQQ==", "license": "MIT", "dependencies": { - "@shikijs/primitive": "4.1.0", - "@shikijs/types": "4.1.0", + "@shikijs/primitive": "4.2.0", + "@shikijs/types": "4.2.0", "@shikijs/vscode-textmate": "^10.0.2", "@types/hast": "^3.0.4", "hast-util-to-html": "^9.0.5" @@ -4150,12 +4165,12 @@ } }, "node_modules/@shikijs/engine-javascript": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.1.0.tgz", - "integrity": "sha512-YquhawCUgaBfhsS72e2Y/dI59gCBNPHu3fEO/tvLaXrTssxZrY5ddjtNLTwndrMgPo8b3IscE+xoICDzpTmlFQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.2.0.tgz", + "integrity": "sha512-fjETeq1k5ffyXqRgS6+3hpvqseLalp1kjNfRbXpUgWR8FpZ1CmQfiNHovc5lncYjt/Vg5JK/WJEmLahjwMa0og==", "license": "MIT", "dependencies": { - "@shikijs/types": "4.1.0", + "@shikijs/types": "4.2.0", "@shikijs/vscode-textmate": "^10.0.2", "oniguruma-to-es": "^4.3.6" }, @@ -4164,12 +4179,12 @@ } }, "node_modules/@shikijs/engine-oniguruma": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.1.0.tgz", - "integrity": "sha512-axLpjVs45YBvvINa+dJF+NPW+KtFkNXsFr4SDw2BMj9GdeMnGxVB9PQb2xXlJYovslt/nz6giedAyOANkfc7hg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.2.0.tgz", + "integrity": "sha512-hTorK1dffPkpbMUk6Z+828PgRo7d07HbnizoP0hNPFjhxMHctj0Px/qoHeGMYafc6ju+u9iMldN4JbVzNQM++g==", "license": "MIT", "dependencies": { - "@shikijs/types": "4.1.0", + "@shikijs/types": "4.2.0", "@shikijs/vscode-textmate": "^10.0.2" }, "engines": { @@ -4177,24 +4192,24 @@ } }, "node_modules/@shikijs/langs": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.1.0.tgz", - "integrity": "sha512-nwOMruEkbgdZfQ/b8CgpNBVOpvG1k0N5tbmgiFeqsan401+x3ILqlzZJowSla4Agmq4hG2Uf2wh5jLTEhR8VSg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.2.0.tgz", + "integrity": "sha512-bwrVRlJ0wUhZxAbVdvBbv2TTC9yLsh4C/IO5Ofz0T8MQntgDvyVnkbjw9vi50r1kx7RCIJdnJnjZAwmAsXFLZQ==", "license": "MIT", "dependencies": { - "@shikijs/types": "4.1.0" + "@shikijs/types": "4.2.0" }, "engines": { "node": ">=20" } }, "node_modules/@shikijs/primitive": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.1.0.tgz", - "integrity": "sha512-zx2/2Uwj2q9X3KSyYREEhXO23xBw5WUhP4orK2lE4r+t9JGITmEe0JH+wPmJhqHpOT2bRRs6lAL945+LDvOAGw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.2.0.tgz", + "integrity": "sha512-NOq+DtUkVBJtZMVXL5A0vI0Xk8nvDYaXetFHSJFlOqjDZIVhIPRYFdGkSoElDqNuegikcc3A76SNUa8dTqtAYA==", "license": "MIT", "dependencies": { - "@shikijs/types": "4.1.0", + "@shikijs/types": "4.2.0", "@shikijs/vscode-textmate": "^10.0.2", "@types/hast": "^3.0.4" }, @@ -4203,21 +4218,21 @@ } }, "node_modules/@shikijs/themes": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.1.0.tgz", - "integrity": "sha512-emCcTnUM7yO2wltYbaxm+yLvcCI4+h8XBKc4KmJ7EZUXoSGjcCHifkI//R4OFit9ewpg7H2/9tjOuXrT2v/Knw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.2.0.tgz", + "integrity": "sha512-RX8IHYeLv8Cu2W6ruc3RxUqWn0IYCqSrMBzi/uRGAmfyDNOnNO5BF/Px7o97n4XTpmFTo5GbRaazuOWj+2ak2w==", "license": "MIT", "dependencies": { - "@shikijs/types": "4.1.0" + "@shikijs/types": "4.2.0" }, "engines": { "node": ">=20" } }, "node_modules/@shikijs/types": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.1.0.tgz", - "integrity": "sha512-3EQWX54fMpniOrDblzAhiwiJwpiTMW6+B9DWyUd9ska483tbayFYuw47UxwuPknI31bKnySfVQ/QW+jFL4rFdA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.2.0.tgz", + "integrity": "sha512-VT/MKtlpOhEPZloSH3Pb9WCZEBDoQVMa9jedp5UAwmJOar1DVc9DRODAxmYPW9M93IK4ryuqRejFfmlvlVDemw==", "license": "MIT", "dependencies": { "@shikijs/vscode-textmate": "^10.0.2", @@ -5899,7 +5914,6 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/@vuetify/loader-shared/-/loader-shared-2.1.2.tgz", "integrity": "sha512-X+1jBLmXHkpQEnC0vyOb4rtX2QSkBiFhaFXz8yhQqN2A4vQ6k2nChxN4Ol7VAY5KoqMdFoRMnmNdp/1qYXDQig==", - "devOptional": true, "license": "MIT", "dependencies": { "upath": "^2.0.1" @@ -6259,9 +6273,9 @@ } }, "node_modules/axios": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.1.tgz", - "integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.17.0.tgz", + "integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", @@ -6759,6 +6773,19 @@ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "license": "MIT" }, + "node_modules/buffer-image-size": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/buffer-image-size/-/buffer-image-size-0.6.4.tgz", + "integrity": "sha512-nEh+kZOPY1w+gcCMobZ6ETUp9WfibndnosbpwB1iJk/8Gt5ZF2bhS6+B6bPYz424KtwsR6Rflc3tCz1/ghX2dQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + }, + "engines": { + "node": ">=4.0" + } + }, "node_modules/buffer-xor": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", @@ -8097,6 +8124,45 @@ "node": ">=8" } }, + "node_modules/del/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "dev": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/del/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dev": true, + "license": "ISC", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", @@ -8472,9 +8538,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.7.tgz", - "integrity": "sha512-2jBxDJY4RR06tQNy4w5FlFH7kfxsQZlufd0sbv+chfHCxeJwrFw2baUDsSwvBISD4K4RDbd0PTfy3uNXsR6siA==", + "version": "3.4.8", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.8.tgz", + "integrity": "sha512-yb1cEmaOum7wFvOCSQxyfgVlv5D47Rc30iZWoMpbDIWTnJ6grDDQyu2KFJzB2k7u0pMuJcQ1zphH//fFnw2tjQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" @@ -8649,9 +8715,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.365", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.365.tgz", - "integrity": "sha512-xfip4u1QF1s+URFqpA6N+OeFpDGpN7VJz1f3MO3bVL0QYBjpGiZ5/Of7kugvM+o8TTqmanUlviHN3c8M9vYWCw==", + "version": "1.5.367", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.367.tgz", + "integrity": "sha512-4Mk/mrynCNQ+atY40D3UpmhLWB6AHMbYMlIrPhHcMF6x0L7O0b052FCAsxw1LlaR++UFuNg3D/A6XCuGDa0guQ==", "license": "ISC" }, "node_modules/elegant-spinner": { @@ -8990,9 +9056,9 @@ } }, "node_modules/eslint-plugin-vuetify/node_modules/eslint-plugin-vue": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.9.1.tgz", - "integrity": "sha512-cHB0Tf4Duvzwecwd/AqWzZvF/QszE13BhjVUpVXWCy9AeMR5GjkAjP3i85vqgLgOuTmkHR1OJ5oMeqLHtuw8zg==", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.9.2.tgz", + "integrity": "sha512-4g7ZP3pYcuqd7Zp0pzUKcos0W+RkjBz4EGdhJ92FcYk6v03Ti/GK5NwjgsjxHK+98eXDbHeK7VtX1az7/8doZA==", "dev": true, "license": "MIT", "dependencies": { @@ -9642,6 +9708,43 @@ "node": "^10.12.0 || >=12.0.0" } }, + "node_modules/flat-cache/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/flat-cache/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "license": "ISC", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/flatted": { "version": "3.4.2", "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz", @@ -10172,15 +10275,16 @@ } }, "node_modules/happy-dom": { - "version": "20.9.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.9.0.tgz", - "integrity": "sha512-GZZ9mKe8r646NUAf/zemnGbjYh4Bt8/MqASJY+pSm5ZDtc3YQox+4gsLI7yi1hba6o+eCsGxpHn5+iEVn31/FQ==", + "version": "20.10.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.10.1.tgz", + "integrity": "sha512-awPoqPjx8CgjapJllyDlgzgVHjBExcitKK5ZJkxwhQJyQpHFkyS2bEcqCm7IeW20cQvuCI0cz2Ifq79CJKqtiw==", "dev": true, "license": "MIT", "dependencies": { "@types/node": ">=20.0.0", "@types/whatwg-mimetype": "^3.0.2", "@types/ws": "^8.18.1", + "buffer-image-size": "^0.6.4", "entities": "^7.0.1", "whatwg-mimetype": "^3.0.0", "ws": "^8.18.3" @@ -15421,37 +15525,104 @@ } }, "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", - "license": "ISC", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.1.3.tgz", + "integrity": "sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==", + "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { - "glob": "^7.1.3" + "glob": "^13.0.3", + "package-json-from-dist": "^1.0.1" }, "bin": { - "rimraf": "bin.js" + "rimraf": "dist/esm/bin.mjs" + }, + "engines": { + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/rimraf/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/rimraf/node_modules/brace-expansion": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", + "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, "node_modules/rimraf/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", - "license": "ISC", + "version": "13.0.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", + "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==", + "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "minimatch": "^10.2.2", + "minipass": "^7.1.3", + "path-scurry": "^2.0.2" }, "engines": { - "node": "*" + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rimraf/node_modules/lru-cache": { + "version": "11.5.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", + "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", + "dev": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/rimraf/node_modules/minimatch": { + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.5" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rimraf/node_modules/path-scurry": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz", + "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^11.0.0", + "minipass": "^7.1.2" + }, + "engines": { + "node": "18 || 20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -15583,9 +15754,9 @@ } }, "node_modules/rollup": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.61.0.tgz", - "integrity": "sha512-T9mWdbWfQtp0B5lv/HX+wrhYsmXRlcWnXXmJbXqKJhlRaoS6KMhq0gpyzW4UJfclcxrEdLnTgjT2NjruLONu0g==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.61.1.tgz", + "integrity": "sha512-I4KW6iuRpuu2uHBLraZ1wNZe0DP7lnRha+VJ9tNaYVaVgKhW0aI3h4RYnoRPeql0flHm/Co55b7snEDcOfOJrA==", "dev": true, "license": "MIT", "dependencies": { @@ -15599,31 +15770,31 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.61.0", - "@rollup/rollup-android-arm64": "4.61.0", - "@rollup/rollup-darwin-arm64": "4.61.0", - "@rollup/rollup-darwin-x64": "4.61.0", - "@rollup/rollup-freebsd-arm64": "4.61.0", - "@rollup/rollup-freebsd-x64": "4.61.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.61.0", - "@rollup/rollup-linux-arm-musleabihf": "4.61.0", - "@rollup/rollup-linux-arm64-gnu": "4.61.0", - "@rollup/rollup-linux-arm64-musl": "4.61.0", - "@rollup/rollup-linux-loong64-gnu": "4.61.0", - "@rollup/rollup-linux-loong64-musl": "4.61.0", - "@rollup/rollup-linux-ppc64-gnu": "4.61.0", - "@rollup/rollup-linux-ppc64-musl": "4.61.0", - "@rollup/rollup-linux-riscv64-gnu": "4.61.0", - "@rollup/rollup-linux-riscv64-musl": "4.61.0", - "@rollup/rollup-linux-s390x-gnu": "4.61.0", - "@rollup/rollup-linux-x64-gnu": "4.61.0", - "@rollup/rollup-linux-x64-musl": "4.61.0", - "@rollup/rollup-openbsd-x64": "4.61.0", - "@rollup/rollup-openharmony-arm64": "4.61.0", - "@rollup/rollup-win32-arm64-msvc": "4.61.0", - "@rollup/rollup-win32-ia32-msvc": "4.61.0", - "@rollup/rollup-win32-x64-gnu": "4.61.0", - "@rollup/rollup-win32-x64-msvc": "4.61.0", + "@rollup/rollup-android-arm-eabi": "4.61.1", + "@rollup/rollup-android-arm64": "4.61.1", + "@rollup/rollup-darwin-arm64": "4.61.1", + "@rollup/rollup-darwin-x64": "4.61.1", + "@rollup/rollup-freebsd-arm64": "4.61.1", + "@rollup/rollup-freebsd-x64": "4.61.1", + "@rollup/rollup-linux-arm-gnueabihf": "4.61.1", + "@rollup/rollup-linux-arm-musleabihf": "4.61.1", + "@rollup/rollup-linux-arm64-gnu": "4.61.1", + "@rollup/rollup-linux-arm64-musl": "4.61.1", + "@rollup/rollup-linux-loong64-gnu": "4.61.1", + "@rollup/rollup-linux-loong64-musl": "4.61.1", + "@rollup/rollup-linux-ppc64-gnu": "4.61.1", + "@rollup/rollup-linux-ppc64-musl": "4.61.1", + "@rollup/rollup-linux-riscv64-gnu": "4.61.1", + "@rollup/rollup-linux-riscv64-musl": "4.61.1", + "@rollup/rollup-linux-s390x-gnu": "4.61.1", + "@rollup/rollup-linux-x64-gnu": "4.61.1", + "@rollup/rollup-linux-x64-musl": "4.61.1", + "@rollup/rollup-openbsd-x64": "4.61.1", + "@rollup/rollup-openharmony-arm64": "4.61.1", + "@rollup/rollup-win32-arm64-msvc": "4.61.1", + "@rollup/rollup-win32-ia32-msvc": "4.61.1", + "@rollup/rollup-win32-x64-gnu": "4.61.1", + "@rollup/rollup-win32-x64-msvc": "4.61.1", "fsevents": "~2.3.2" } }, @@ -16006,17 +16177,17 @@ } }, "node_modules/shiki": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-4.1.0.tgz", - "integrity": "sha512-l/ABZPUR5v70jI10EzqfMS/I96vjSGv2y0ihUV+WYFzv0EfvW4s54m0Lg8wCrrL+2IkwBzFTuxkZjPf8b2NX9Q==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-4.2.0.tgz", + "integrity": "sha512-hjNax6o/ylDy9lefQEaSDtzaT3iVNtZ3WmpQnbuQNoG4xvnSKf2kSKbihZVO4JRG1TTMejs7CmNRYlWgAL66pQ==", "license": "MIT", "dependencies": { - "@shikijs/core": "4.1.0", - "@shikijs/engine-javascript": "4.1.0", - "@shikijs/engine-oniguruma": "4.1.0", - "@shikijs/langs": "4.1.0", - "@shikijs/themes": "4.1.0", - "@shikijs/types": "4.1.0", + "@shikijs/core": "4.2.0", + "@shikijs/engine-javascript": "4.2.0", + "@shikijs/engine-oniguruma": "4.2.0", + "@shikijs/langs": "4.2.0", + "@shikijs/themes": "4.2.0", + "@shikijs/types": "4.2.0", "@shikijs/vscode-textmate": "^10.0.2", "@types/hast": "^3.0.4" }, @@ -16273,6 +16444,27 @@ "node": ">=8.0.0" } }, + "node_modules/spawn-wrap/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/spawn-wrap/node_modules/make-dir": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", @@ -16288,6 +16480,22 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/spawn-wrap/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "license": "ISC", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/spawn-wrap/node_modules/signal-exit": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", @@ -17684,7 +17892,6 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz", "integrity": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==", - "devOptional": true, "license": "MIT", "engines": { "node": ">=4", @@ -18475,7 +18682,6 @@ "version": "2.1.3", "resolved": "https://registry.npmjs.org/vite-plugin-vuetify/-/vite-plugin-vuetify-2.1.3.tgz", "integrity": "sha512-Q4SC/4TqbNvaZIFb9YsfBqkGlYHbJJJ6uU3CnRBZqLUF3s5eCMVZAaV4GkTbehIH/bhSj42lMXztOwc71u6rVw==", - "devOptional": true, "license": "MIT", "dependencies": { "@vuetify/loader-shared": "^2.1.2", @@ -18825,9 +19031,9 @@ } }, "node_modules/vuetify": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.0.tgz", - "integrity": "sha512-Pq05N76NMM1TVM6z2wWlV0XhQcwuNSjevlr8xhnNYpBkLZC3yjTGzHYbE1rXE4ircf1SImRcJ8khwKE3Xb2Glg==", + "version": "3.12.8", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.12.8.tgz", + "integrity": "sha512-gvmOWeLd6CG7LVh2Qonft5YrIb7MpbKZglRjg0ItEloSbu6hfUII2RZmRSVxGKYdiXTf7J1hI3BRSHr8J9LkxA==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 75e70519ff..3ca2d90d5f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vike dev", "preview": "vike preview", - "build": "vike build", + "build": "vike build && rimraf dist/server", "test": "vitest run", "test:ui": "vitest --ui --coverage.enabled=true", "test:coverage": "vitest run --coverage", @@ -20,6 +20,7 @@ "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/vue-fontawesome": "^3.0.8", + "@manderley/vike-vue-vuetify": "^0.1.3", "@mdi/font": "^7.4.47", "@tsparticles/vue3": "^3.0.1", "axios": "^1.15.2", @@ -55,7 +56,7 @@ "vue-meta": "^3.0.0-alpha.10", "vue-router": "^4.4.3", "vue-scrollto": "^2.20.0", - "vuetify": "^4.1.0", + "vuetify": "^3.6.14", "vuex": "^4.1.0" }, "devDependencies": { @@ -98,6 +99,7 @@ "postcss": "^8.4.21", "prettier": "3.4.2", "resize-observer-polyfill": "^1.5.1", + "rimraf": "^6.1.3", "rollup-plugin-visualizer": "^6.0.11", "sass": "^1.77.8", "sinon": "^18.0.0", diff --git a/src/components/Editor/GeneralInformation/BaseFields.vue b/src/components/Editor/GeneralInformation/BaseFields.vue index 0470686da5..4cef574acd 100644 --- a/src/components/Editor/GeneralInformation/BaseFields.vue +++ b/src/components/Editor/GeneralInformation/BaseFields.vue @@ -573,16 +573,16 @@ diff --git a/src/pages/+config.js b/src/pages/+config.js index 49b71d9e9c..98fc58c715 100644 --- a/src/pages/+config.js +++ b/src/pages/+config.js @@ -12,6 +12,8 @@ export default { }, favicon: "/assets/favicon.ico", title: "FAIRsharing", + description: + "A curated, informative and educational resource on data and metadata standards, databases and policies.", viewport: "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no", }; diff --git a/src/pages/all/+data.js b/src/pages/all/+data.js deleted file mode 100644 index b0b637df32..0000000000 --- a/src/pages/all/+data.js +++ /dev/null @@ -1,46 +0,0 @@ -import Client from "@/lib/GraphClient/GraphClient.js"; -import recordQuery from "@/lib/GraphClient/queries/getRecordSEO.json"; - -export async function data(pageContext) { - const paramURL = pageContext.routeParams["*"]; - - if (!paramURL || paramURL.trim() === "" || paramURL === "index") { - return { record: null }; - } - - // Check for record page in id or DOI format - const FAIRsharingDOIregex = /FAIRsharing\.[a-zA-Z0-9]+/; - if (!isNaN(paramURL) || FAIRsharingDOIregex.test(paramURL)) { - return recordPage(paramURL); - } -} - -/** - * Record Page data - * @param paramURL - * @return {Promise<{record}|{record: null}>} - */ -async function recordPage(paramURL) { - // Mirror the core execution logic from the recorddata.js action - const client = new Client(); - const individualizedQuery = { ...recordQuery }; - individualizedQuery.queryParam = { - id: paramURL, - }; - - try { - const responseData = await client.executeQuery(individualizedQuery); - //Extract the clean data object out to Vike's pageContext - return { - record: responseData?.fairsharingRecord || null, - }; - } - catch (error) { - console.error( - "Failed to execute server-side SEO query for ID:", - paramURL, - error, - ); - return { record: null }; - } -} diff --git a/src/pages/all/+description.js b/src/pages/all/+description.js deleted file mode 100644 index 98f0559ea9..0000000000 --- a/src/pages/all/+description.js +++ /dev/null @@ -1,89 +0,0 @@ -export default function description(pageContext) { - const path = pageContext.urlPathname; - //Record pages (Most dynamic, checked first) - const record = pageContext.data?.record; - if (record) { - return ( - record.description || - `View the full registry profile for ${record.name || "this resource"} on FAIRsharing.` - ); - } - - //Static Route Descriptions - const staticDescriptions = { - "/advancedsearch": - "Advanced filtering and searching for FAIRsharing records", - "/organisations": "List of Organisations", - "/summary-statistics": - "A selection of charts describing the standards, databases and data policies stored within the FAIRsharing registries", - "/new": - "Describe your standard, database or data policy with us to make it more discoverable, more widely adopted and cited.", - "/stakeholders": "FAIRsharing stakeholders", - "/licence": "Using FAIRsharing content through the web or through our API", - "/terms": "Acceptable Use Policy and Conditions of Use", - "/educational": - "Infographics and factsheets by the FAIRsharing Team and our Community Champions, covering content and functionalities for all stakeholders", - "/community_champions": - "Put your expertise into action and get credited by joining our Community Champions programme.", - "/community_champions/our_champions": "Community Champions", - "/privacy": - "FAIRsharing.org (“This site”) is operated by the University of Oxford. We are committed to protecting the privacy and security of your personal information (‘personal data’).", - "/sustainability_and_preservation": - "Since 2011, FAIRsharing is a sustainable service operating with and for the international researcher community and other stakeholders involved in the research life cycle. The FAIRsharing resource, along its core operational team, are based at the University of Oxford, UK.", - "/standards": - "A registry of terminology artefacts, models/formats, reporting guidelines, and identifier schemas.", - "/databases": - "A registry of knowledgebases and repositories of data and other digital assets.", - "/policies": - "A registry of data preservation, management and sharing policies from international funding agencies, regulators, journals, and other organisations.", - "/collections": - 'Collections group together one or more types of resource (standard, database or policy) by domain, project or organisation."', - "/fairassist": - 'FAIRsharing provides a registry that stores records relating to FAIR assistance and evaluation, initially developed as part of the OSTrails project but open to all assessment tools. The types of records within this registry are defined here, as well as how those record types align with community-developed frameworks and standards."', - "/browse/subject": - "Subject Browser helps you navigate the subjects hierarchy and find the standards, repositories, and policies relevant to you.", - "/communities": - "FAIRsharing is a community-driven resource with users and collaborators across all disciplines. We work together with our stakeholders to enable the FAIR Principles by promoting the value and the use of standards, databases and policies.", - "/api_doc": - "How to use the FAIRsharing REST API for for querying and modifying records", - }; - - if (staticDescriptions[path]) { - return staticDescriptions[path]; - } - - // Search pages (Robust URL query extraction via URLSearchParams) - const searchParams = new URLSearchParams(pageContext.urlParsed?.search || ""); - if (path === "/search") { - const registry = searchParams.get("fairsharingRegistry"); - const allowedRegistries = [ - "standard", - "database", - "policy", - "collection", - "fairassist", - ]; - const defaultSearchTitle = "Search | FAIRsharing"; - - if (registry) { - const normalizedRegistry = registry.toLowerCase(); - - // heck if the param is one of your specific keys - if (allowedRegistries.includes(normalizedRegistry)) { - const registryTitles = { - standard: "Standards | FAIRsharing", - database: "Databases | FAIRsharing", - policy: "Policies | FAIRsharing", - collection: "Collections | FAIRsharing", - fairassist: "Fairassist | FAIRsharing", - }; - - return registryTitles[normalizedRegistry]; - } - } - return defaultSearchTitle; - } - - //Global Fallback - return "A curated, informative and educational resource on data and metadata standards, databases and policies."; -} diff --git a/src/pages/all/+title.js b/src/pages/all/+title.js deleted file mode 100644 index fca02b8edb..0000000000 --- a/src/pages/all/+title.js +++ /dev/null @@ -1,71 +0,0 @@ -export default function title(pageContext) { - const path = pageContext.urlPathname; - - //Record pages - const record = pageContext.data?.record; - if (record && record.name) { - return `${record.name} | FAIRsharing`; - } - - const staticTitles = { - "/advancedsearch": "AdvancedSearch | FAIRsharing", - "/organisations": "Organisations | FAIRsharing", - "/summary-statistics": "Summary Statistics | FAIRsharing", - "/new": "Adding content in FAIRsharing | FAIRsharing", - "/stakeholders": "Using FAIRsharing & stakeholders | FAIRsharing", - "/licence": "Licence | FAIRsharing", - "/terms": "Terms | FAIRsharing", - "/educational": "Educational | FAIRsharing", - "/community_champions": - "FAIRsharing Community Champions Programme | FAIRsharing", - "/community_champions/our_champions": "Community Champions | FAIRsharing", - "/privacy": "Privacy Policy | FAIRsharing", - "/sustainability_and_preservation": - "FAIRsharing Sustainability | FAIRsharing", - "/standards": "Standards | FAIRsharing", - "/databases": "Databases | FAIRsharing", - "/policies": "Policies | FAIRsharing", - "/collections": "Collections | FAIRsharing", - "/fairassist": "Fairassist | FAIRsharing", - "/browse/subject": "Subject Browser| FAIRsharing", - "/communities": "Communities| FAIRsharing", - "/api_doc": "API DOC| FAIRsharing", - }; - - if (staticTitles[path]) { - return staticTitles[path]; - } - - const searchParams = new URLSearchParams(pageContext.urlParsed?.search || ""); - if (path === "/search") { - const registry = searchParams.get("fairsharingRegistry"); - const allowedRegistries = [ - "standard", - "database", - "policy", - "collection", - "fairassist", - ]; - const defaultSearchTitle = "Search | FAIRsharing"; - - if (registry) { - const normalizedRegistry = registry.toLowerCase(); - - // heck if the param is one of your specific keys - if (allowedRegistries.includes(normalizedRegistry)) { - const registryTitles = { - standard: "Standards | FAIRsharing", - database: "Databases | FAIRsharing", - policy: "Policies | FAIRsharing", - collection: "Collections | FAIRsharing", - fairassist: "Fairassist | FAIRsharing", - }; - - return registryTitles[normalizedRegistry]; - } - } - return defaultSearchTitle; - } - - return "FAIRsharing"; -} From 71c08a41aa067ff04a17d4a79ca6589d0fe4d747 Mon Sep 17 00:00:00 2001 From: prakhyatox <109139583+prakhyatox@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:58:02 +0000 Subject: [PATCH 90/94] docs: autogenerated documentation files --- documentation/html/ExternalRESTClients.html | 2 +- documentation/html/GraphQLClient.html | 2 +- documentation/html/RESTClient.html | 2 +- documentation/html/Static.html | 2 +- documentation/html/classes.list.html | 154 +----------------- ...rs_CuratorRecordsAwaitingApproval.vue.html | 2 +- ...mponents_CuratorSummaryStatistics.vue.html | 2 +- ...ordsComponents_RecordEditsByMonth.vue.html | 2 +- ...sComponents_RecordsCreatedByMonth.vue.html | 2 +- ...dsComponents_RecordsNeedingReview.vue.html | 2 +- ...ordsComponents_RecordsWithoutDois.vue.html | 2 +- ...components_Curators_HiddenRecords.vue.html | 2 +- ...onents_Curators_IncompleteRecords.vue.html | 2 +- ...ents_Curators_MaintenanceRequests.vue.html | 2 +- ...ts_Curators_RecentCuratorCreation.vue.html | 2 +- ...omponents_Curators_SystemMessages.vue.html | 2 +- ...ators_UserRecordsAwaitingApproval.vue.html | 2 +- ...onents_Records_Record_Collections.vue.html | 2 +- ..._Record_GeneralInfo_SavedSearches.vue.html | 2 +- ...nts_Records_Record_RelatedContent.vue.html | 2 +- ...Records_Search_Header_FilterChips.vue.html | 2 +- ..._Records_Search_Header_Pagination.vue.html | 2 +- ...nts_Records_Search_Header_Sorting.vue.html | 2 +- ...cedSearch_AdvancedSearchDialogBox.vue.html | 2 +- ...nents_GeneralComponents_Countries.vue.html | 2 +- ...ponents_GeneralComponents_Domains.vue.html | 2 +- ...onents_GeneralComponents_Licences.vue.html | 2 +- ...nts_GeneralComponents_ObjectTypes.vue.html | 2 +- ...s_GeneralComponents_Organisations.vue.html | 2 +- ...ponents_GeneralComponents_Subject.vue.html | 2 +- ...ents_GeneralComponents_Taxonomies.vue.html | 2 +- ..._GeneralComponents_UserDefinedTag.vue.html | 2 +- ...onents_GroupCtrlSlot_DatabaseRule.vue.html | 2 +- ...ents_GroupCtrlSlot_FairassistRule.vue.html | 2 +- ...ponents_GroupCtrlSlot_GeneralRule.vue.html | 2 +- ...nents_GroupCtrlSlot_GroupCtrlSlot.vue.html | 2 +- ...mponents_GroupCtrlSlot_PolicyRule.vue.html | 2 +- ...onents_GroupCtrlSlot_StandardRule.vue.html | 2 +- ...t_AdvancedSearch_QueryBuilderView.vue.html | 2 +- ...s_Search_Input_FilterAutocomplete.vue.html | 2 +- ...Records_Search_Input_FilterButton.vue.html | 2 +- ..._Records_Search_Input_SearchInput.vue.html | 2 +- ...earch_SaveSearch_SaveSearchButton.vue.html | 2 +- ...arch_SaveSearch_SaveSearchStepper.vue.html | 2 +- ...perComponents_OrganisationStepper.vue.html | 2 +- ...h_StepperComponents_PolicyStepper.vue.html | 2 +- ...arch_StepperComponents_ResultCard.vue.html | 2 +- ...perComponents_StepperDialogHeader.vue.html | 2 +- ...rch_StepperComponents_UserStepper.vue.html | 2 +- ...es_Private_ViewSavedSearchesTable.vue.html | 2 +- documentation/html/global.html | 154 +----------------- documentation/html/index.html | 2 +- .../html/lib_Client_ExternalClients.js.html | 2 +- .../html/lib_Client_RESTClient.js.html | 2 +- .../html/lib_GraphClient_GraphClient.js.html | 2 +- documentation/html/module-Home.html | 2 +- documentation/html/module-Home_backup.html | 2 +- documentation/html/module-Login.html | 2 +- documentation/html/module-NewRecord.html | 2 +- documentation/html/module-Pagination.html | 2 +- documentation/html/module-Signup.html | 2 +- documentation/html/module-User.html | 2 +- documentation/html/modules.list.html | 154 +----------------- documentation/html/namespaces.list.html | 154 +----------------- documentation/html/quicksearch.html | 2 +- documentation/html/router_hackSearch.js.html | 2 +- documentation/html/store_introspector.js.html | 2 +- documentation/html/store_recordData.js.html | 2 +- documentation/html/store_recordSearch.js.html | 2 +- .../html/store_searchFilters.js.html | 2 +- .../html/utils_advancedSearchUtils.js.html | 2 +- ...der-vue-3_dist_query-builder-vue-3.js.html | 2 +- .../html/utils_recordTabUtils.js.html | 2 +- documentation/html/utils_rules.js.html | 2 +- ...dSearch_AdvancedSearchResultTable.vue.html | 2 +- ...cedSearch_AdvancedSearchSelection.vue.html | 2 +- .../views_Browsers_OntologyBrowser.vue.html | 2 +- .../views_CreateRecord_NewRecord.vue.html | 2 +- documentation/html/views_Home_Home.vue.html | 2 +- .../html/views_Home_Home_backup.vue.html | 2 +- .../views_Organisations_Organisation.vue.html | 2 +- .../html/views_Records_NetworkGraph.vue.html | 2 +- .../html/views_Records_Record.vue.html | 2 +- .../html/views_Records_Records.vue.html | 2 +- .../views_Static_Community_Community.vue.html | 2 +- .../views_Static_Timeline_Timeline.vue.html | 2 +- .../html/views_Users_Login_Login.vue.html | 2 +- .../html/views_Users_Signup.vue.html | 2 +- 88 files changed, 88 insertions(+), 696 deletions(-) diff --git a/documentation/html/ExternalRESTClients.html b/documentation/html/ExternalRESTClients.html index 6cb0c9404b..95868fe815 100644 --- a/documentation/html/ExternalRESTClients.html +++ b/documentation/html/ExternalRESTClients.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/GraphQLClient.html b/documentation/html/GraphQLClient.html index 29489690ee..e19d8682d7 100644 --- a/documentation/html/GraphQLClient.html +++ b/documentation/html/GraphQLClient.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/RESTClient.html b/documentation/html/RESTClient.html index 8cf7abd6b6..bffe0eef02 100644 --- a/documentation/html/RESTClient.html +++ b/documentation/html/RESTClient.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/Static.html b/documentation/html/Static.html index eea52ff7a7..00ec00191b 100644 --- a/documentation/html/Static.html +++ b/documentation/html/Static.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/classes.list.html b/documentation/html/classes.list.html index d88c64d596..63fa7b652c 100644 --- a/documentation/html/classes.list.html +++ b/documentation/html/classes.list.html @@ -54,7 +54,7 @@ @@ -2640,158 +2640,6 @@
            Example
            - - - - -
            -
            -

            <async> recordPage(paramURL)

            - - -
            -
            - - -
            -

            Record Page data

            -
            - - - - - - - - -
            Parameters:
            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            NameTypeDescription
            paramURL - -
            - - - - -
            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Source:
            -
            - -
            - - - - - - - -
            - - - - - - - - - - - - - -
            Returns:
            - - - - -
            -
            - Type -
            -
            - -Promise.<({record}|{record: null})> - - - -
            -
            - - - - -
            diff --git a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html index 5da62aa552..890aaaf83b 100644 --- a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html index feeded4929..c942079022 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html index dc05d0f47e..f97b3db55d 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html index f8039816b2..0f5c1f644e 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html index 682f053955..aaae4d72fd 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html index 7d1db3c3ab..24bd8f929d 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Curators_HiddenRecords.vue.html b/documentation/html/components_Curators_HiddenRecords.vue.html index b916564cf3..e53ba115e4 100644 --- a/documentation/html/components_Curators_HiddenRecords.vue.html +++ b/documentation/html/components_Curators_HiddenRecords.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Curators_IncompleteRecords.vue.html b/documentation/html/components_Curators_IncompleteRecords.vue.html index 9f1d1f7048..399de8aad5 100644 --- a/documentation/html/components_Curators_IncompleteRecords.vue.html +++ b/documentation/html/components_Curators_IncompleteRecords.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Curators_MaintenanceRequests.vue.html b/documentation/html/components_Curators_MaintenanceRequests.vue.html index 2aea669bba..2426961cbc 100644 --- a/documentation/html/components_Curators_MaintenanceRequests.vue.html +++ b/documentation/html/components_Curators_MaintenanceRequests.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Curators_RecentCuratorCreation.vue.html b/documentation/html/components_Curators_RecentCuratorCreation.vue.html index 1dcfdb8311..f2cadf1793 100644 --- a/documentation/html/components_Curators_RecentCuratorCreation.vue.html +++ b/documentation/html/components_Curators_RecentCuratorCreation.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Curators_SystemMessages.vue.html b/documentation/html/components_Curators_SystemMessages.vue.html index 703974873d..a7dd8088f0 100644 --- a/documentation/html/components_Curators_SystemMessages.vue.html +++ b/documentation/html/components_Curators_SystemMessages.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html index e0a4f4de8a..68f2515bf7 100644 --- a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Record_Collections.vue.html b/documentation/html/components_Records_Record_Collections.vue.html index 35ff20f8b6..f38c7425a7 100644 --- a/documentation/html/components_Records_Record_Collections.vue.html +++ b/documentation/html/components_Records_Record_Collections.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html index 2146afd62b..e64f90b144 100644 --- a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html +++ b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Record_RelatedContent.vue.html b/documentation/html/components_Records_Record_RelatedContent.vue.html index 1d6a769abd..14644d6783 100644 --- a/documentation/html/components_Records_Record_RelatedContent.vue.html +++ b/documentation/html/components_Records_Record_RelatedContent.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Header_FilterChips.vue.html b/documentation/html/components_Records_Search_Header_FilterChips.vue.html index fbb88fd208..56116b3546 100644 --- a/documentation/html/components_Records_Search_Header_FilterChips.vue.html +++ b/documentation/html/components_Records_Search_Header_FilterChips.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Header_Pagination.vue.html b/documentation/html/components_Records_Search_Header_Pagination.vue.html index bc77697330..6fc2163a71 100644 --- a/documentation/html/components_Records_Search_Header_Pagination.vue.html +++ b/documentation/html/components_Records_Search_Header_Pagination.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Header_Sorting.vue.html b/documentation/html/components_Records_Search_Header_Sorting.vue.html index 8ee479d770..374493baa0 100644 --- a/documentation/html/components_Records_Search_Header_Sorting.vue.html +++ b/documentation/html/components_Records_Search_Header_Sorting.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html index 819679121a..183dcf4425 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html index bd4400ec82..2a74023c62 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html index fa023249e8..d4cb7174b7 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html index 4d123a7f0d..d462ded6c6 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html index 57f64a1269..dbc1cac550 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html index 4560a12f46..825d71f4f0 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html index a8c0be3299..8e2bc3fb12 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html index 9f340f3bfe..f30b45e15b 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html index efa7eec53e..6144630274 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html index e4af99c7db..8ee7fba06f 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html index 7e410e63e1..9a78f897d9 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_FairassistRule.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html index 586d4c14d9..c66c4eefa3 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html index 05aa219e51..a61937dd7d 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html index 80d77d9369..cbc82c4299 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html index bb4855da69..53258deca9 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html index c2d7d9b415..32736d9561 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html index 7197380b9a..b490919bf7 100644 --- a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_FilterButton.vue.html b/documentation/html/components_Records_Search_Input_FilterButton.vue.html index 25340cf20e..d325973120 100644 --- a/documentation/html/components_Records_Search_Input_FilterButton.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterButton.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_Input_SearchInput.vue.html b/documentation/html/components_Records_Search_Input_SearchInput.vue.html index 8d7b1129b4..01902b9382 100644 --- a/documentation/html/components_Records_Search_Input_SearchInput.vue.html +++ b/documentation/html/components_Records_Search_Input_SearchInput.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html index 62b97d8078..a4cf08bc6b 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html index 33c3b39e21..20ffd575fd 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html index 0a9ab82fe2..377f034e21 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html index 0a462b9931..65a125bfb6 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html index 71b6b36a25..af0d46bf40 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html index f6ecc931e6..9513368d3b 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html index f1968aaded..2cf82e1bfc 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html index fdd968a9d0..6e2abaebd4 100644 --- a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html +++ b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/global.html b/documentation/html/global.html index b25c1fb572..089523ee27 100644 --- a/documentation/html/global.html +++ b/documentation/html/global.html @@ -54,7 +54,7 @@ @@ -2620,158 +2620,6 @@
            Example
            - - - - -
            -
            -

            <async> recordPage(paramURL)

            - - -
            -
            - - -
            -

            Record Page data

            -
            - - - - - - - - -
            Parameters:
            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            NameTypeDescription
            paramURL - -
            - - - - -
            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Source:
            -
            - -
            - - - - - - - -
            - - - - - - - - - - - - - -
            Returns:
            - - - - -
            -
            - Type -
            -
            - -Promise.<({record}|{record: null})> - - - -
            -
            - - - - -
            diff --git a/documentation/html/index.html b/documentation/html/index.html index be5b448640..77835bb895 100644 --- a/documentation/html/index.html +++ b/documentation/html/index.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/lib_Client_ExternalClients.js.html b/documentation/html/lib_Client_ExternalClients.js.html index a6c0d18866..e93596859a 100644 --- a/documentation/html/lib_Client_ExternalClients.js.html +++ b/documentation/html/lib_Client_ExternalClients.js.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/lib_Client_RESTClient.js.html b/documentation/html/lib_Client_RESTClient.js.html index 5e02f074c0..81048f2d5d 100644 --- a/documentation/html/lib_Client_RESTClient.js.html +++ b/documentation/html/lib_Client_RESTClient.js.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/lib_GraphClient_GraphClient.js.html b/documentation/html/lib_GraphClient_GraphClient.js.html index 9fe75d4b7f..a8d1ba6c98 100644 --- a/documentation/html/lib_GraphClient_GraphClient.js.html +++ b/documentation/html/lib_GraphClient_GraphClient.js.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-Home.html b/documentation/html/module-Home.html index 5cd8caf6bb..7e1e93e1d1 100644 --- a/documentation/html/module-Home.html +++ b/documentation/html/module-Home.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-Home_backup.html b/documentation/html/module-Home_backup.html index d1b7302db2..6ba8c50e9d 100644 --- a/documentation/html/module-Home_backup.html +++ b/documentation/html/module-Home_backup.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-Login.html b/documentation/html/module-Login.html index 533bed16f4..a38d7592a9 100644 --- a/documentation/html/module-Login.html +++ b/documentation/html/module-Login.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-NewRecord.html b/documentation/html/module-NewRecord.html index 2d9a33cd23..403e46da29 100644 --- a/documentation/html/module-NewRecord.html +++ b/documentation/html/module-NewRecord.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-Pagination.html b/documentation/html/module-Pagination.html index a55d63999f..448c81e1e7 100644 --- a/documentation/html/module-Pagination.html +++ b/documentation/html/module-Pagination.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-Signup.html b/documentation/html/module-Signup.html index 85e07bb34b..3a5a3fa3d4 100644 --- a/documentation/html/module-Signup.html +++ b/documentation/html/module-Signup.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/module-User.html b/documentation/html/module-User.html index 1b6637c9ef..aeaa384b7e 100644 --- a/documentation/html/module-User.html +++ b/documentation/html/module-User.html @@ -54,7 +54,7 @@ diff --git a/documentation/html/modules.list.html b/documentation/html/modules.list.html index 302c6266a1..1cdaacfb7a 100644 --- a/documentation/html/modules.list.html +++ b/documentation/html/modules.list.html @@ -54,7 +54,7 @@ @@ -2640,158 +2640,6 @@
            Example
            - - - - -
            -
            -

            <async> recordPage(paramURL)

            - - -
            -
            - - -
            -

            Record Page data

            -
            - - - - - - - - -
            Parameters:
            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            NameTypeDescription
            paramURL - -
            - - - - -
            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Source:
            -
            - -
            - - - - - - - -
            - - - - - - - - - - - - - -
            Returns:
            - - - - -
            -
            - Type -
            -
            - -Promise.<({record}|{record: null})> - - - -
            -
            - - - - -
            diff --git a/documentation/html/namespaces.list.html b/documentation/html/namespaces.list.html index 5e9369a921..b529a7e96d 100644 --- a/documentation/html/namespaces.list.html +++ b/documentation/html/namespaces.list.html @@ -54,7 +54,7 @@ @@ -2640,158 +2640,6 @@
            Example
            - - - - -
            -
            -

            <async> recordPage(paramURL)

            - - -
            -
            - - -
            -

            Record Page data

            -
            - - - - - - - - -
            Parameters:
            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            NameTypeDescription
            paramURL - -
            - - - - -
            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Source:
            -
            - -
            - - - - - - - -
            - - - - - - - - - - - - - -
            Returns:
            - - - - -
            -
            - Type -
            -
            - -Promise.<({record}|{record: null})> - - - -
            -
            - - - - -
            diff --git a/documentation/html/quicksearch.html b/documentation/html/quicksearch.html index 76c1d84d0a..f6b3534b11 100644 --- a/documentation/html/quicksearch.html +++ b/documentation/html/quicksearch.html @@ -7,7 +7,7 @@