From 6cb72c79d680dd30f7d5f79f1fee9fa59687855b Mon Sep 17 00:00:00 2001 From: Milo Thurston Date: Thu, 3 Sep 2026 15:47:08 +0100 Subject: [PATCH 1/2] Added a tool, upgraded a few packages. --- package-lock.json | 87 +++++++------------- package.json | 4 +- public/assets/Community/tools/eosc_eden.png | Bin 0 -> 16240 bytes src/data/communityPageData.json | 29 +++++++ 4 files changed, 62 insertions(+), 58 deletions(-) create mode 100644 public/assets/Community/tools/eosc_eden.png diff --git a/package-lock.json b/package-lock.json index 8fc8655b07..4b29aa9151 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,11 +16,11 @@ "axios": "^1.16.0", "bibtex": "^0.9.0", "bootstrap": "^4.5.2", - "brace-expansion": "^1.1.18", + "brace-expansion": "^5.0.7", "deep-object-diff": "^1.1.0", "dompurify": "^3.4.12", "dotenv": "^16.0.3", - "fast-uri": "^3.1.5", + "fast-uri": "^3.1.6", "graphology": "^0.26.0", "graphology-layout": "^0.6.1", "graphology-layout-forceatlas2": "^0.10.1", @@ -6554,13 +6554,24 @@ } }, "node_modules/brace-expansion": { - "version": "1.1.18", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz", - "integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz", + "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==", "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/brace-expansion/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==", + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" } }, "node_modules/braces": { @@ -9467,9 +9478,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", - "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.6.tgz", + "integrity": "sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q==", "funding": [ { "type": "github", @@ -13226,6 +13237,16 @@ "node": "*" } }, + "node_modules/minimatch/node_modules/brace-expansion": { + "version": "1.1.18", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz", + "integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==", + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "node_modules/minimist": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", @@ -15547,29 +15568,6 @@ "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": "13.0.6", "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", @@ -18456,29 +18454,6 @@ "url": "https://github.com/sponsors/Boshen" } }, - "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", - "engines": { - "node": "18 || 20 || >=22" - } - }, - "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", - "dependencies": { - "balanced-match": "^4.0.2" - }, - "engines": { - "node": "18 || 20 || >=22" - } - }, "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", diff --git a/package.json b/package.json index bb21448f95..1ac5ed2ce6 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,11 @@ "axios": "^1.16.0", "bibtex": "^0.9.0", "bootstrap": "^4.5.2", - "brace-expansion": "^1.1.18", + "brace-expansion": "^5.0.7", "deep-object-diff": "^1.1.0", "dompurify": "^3.4.12", "dotenv": "^16.0.3", - "fast-uri": "^3.1.5", + "fast-uri": "^3.1.6", "graphology": "^0.26.0", "graphology-layout": "^0.6.1", "graphology-layout-forceatlas2": "^0.10.1", diff --git a/public/assets/Community/tools/eosc_eden.png b/public/assets/Community/tools/eosc_eden.png new file mode 100644 index 0000000000000000000000000000000000000000..e765ef30e2330a343e3db710b6aa274ab01bf9a8 GIT binary patch literal 16240 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 Vm~-J9@CrRh@2;VCg{JMx{|A Date: Thu, 3 Sep 2026 14:48:14 +0000 Subject: [PATCH 2/2] 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_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/lib_GraphClient_GraphClientSEO.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 +- .../utils_query-builder-vue-3_dist_query-builder-vue-3.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 +- 86 files changed, 86 insertions(+), 86 deletions(-) diff --git a/documentation/html/ExternalRESTClients.html b/documentation/html/ExternalRESTClients.html index 21bcf0c07d..7ef18399a4 100644 --- a/documentation/html/ExternalRESTClients.html +++ b/documentation/html/ExternalRESTClients.html @@ -414,7 +414,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/GraphQLClient.html b/documentation/html/GraphQLClient.html index f85ff941db..d34191f9d4 100644 --- a/documentation/html/GraphQLClient.html +++ b/documentation/html/GraphQLClient.html @@ -912,7 +912,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/RESTClient.html b/documentation/html/RESTClient.html index e0e74583cd..8264be9b24 100644 --- a/documentation/html/RESTClient.html +++ b/documentation/html/RESTClient.html @@ -10217,7 +10217,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/Static.html b/documentation/html/Static.html index b718c2c814..23116b7fe4 100644 --- a/documentation/html/Static.html +++ b/documentation/html/Static.html @@ -391,7 +391,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/classes.list.html b/documentation/html/classes.list.html index 7ff4a29bce..1b8c6be6ee 100644 --- a/documentation/html/classes.list.html +++ b/documentation/html/classes.list.html @@ -2984,7 +2984,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html index cf14b1b90e..1d047f6e98 100644 --- a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html @@ -833,7 +833,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 eeea0808fc..8f21569bf4 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 31e7200596..20aa6f1c92 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 c3cb101612..ed174ef23a 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 ebc8cacad1..7c5efdfc62 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 d33ece3b51..aa53edc858 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_HiddenRecords.vue.html b/documentation/html/components_Curators_HiddenRecords.vue.html index b066303ae0..356603e189 100644 --- a/documentation/html/components_Curators_HiddenRecords.vue.html +++ b/documentation/html/components_Curators_HiddenRecords.vue.html @@ -299,7 +299,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_IncompleteRecords.vue.html b/documentation/html/components_Curators_IncompleteRecords.vue.html index 0175e7911e..586b066bb9 100644 --- a/documentation/html/components_Curators_IncompleteRecords.vue.html +++ b/documentation/html/components_Curators_IncompleteRecords.vue.html @@ -385,7 +385,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_MaintenanceRequests.vue.html b/documentation/html/components_Curators_MaintenanceRequests.vue.html index 015ad0294f..fd3a6f7c61 100644 --- a/documentation/html/components_Curators_MaintenanceRequests.vue.html +++ b/documentation/html/components_Curators_MaintenanceRequests.vue.html @@ -672,7 +672,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_RecentCuratorCreation.vue.html b/documentation/html/components_Curators_RecentCuratorCreation.vue.html index 98bf18cee7..4771e98868 100644 --- a/documentation/html/components_Curators_RecentCuratorCreation.vue.html +++ b/documentation/html/components_Curators_RecentCuratorCreation.vue.html @@ -294,7 +294,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_SystemMessages.vue.html b/documentation/html/components_Curators_SystemMessages.vue.html index e276b06147..32fa683940 100644 --- a/documentation/html/components_Curators_SystemMessages.vue.html +++ b/documentation/html/components_Curators_SystemMessages.vue.html @@ -474,7 +474,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html index 92d4d3cdce..0246aed578 100644 --- a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html @@ -839,7 +839,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 be435568a1..96ff4e7f8c 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 1bd8699aa7..5b83c5a4ee 100644 --- a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html +++ b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html @@ -319,7 +319,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 8b0c03256a..ad646d6933 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 80566bfb13..822c813878 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 c9b1437223..90f3f8ca27 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 339bdd9bf9..738c906641 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 71e44013fd..ecfde1c613 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html @@ -487,7 +487,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 814b74c909..de0d7055f8 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 @@ -225,7 +225,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 b628c74511..f02ce471eb 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 @@ -218,7 +218,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 79a543f847..bc7af5e39f 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 @@ -218,7 +218,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 f67bdaf574..360809f5be 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 cfa2145c00..0fa5f47308 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 @@ -229,7 +229,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 8fee577b73..a429ef51c3 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 @@ -218,7 +218,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 7aed99e5a2..e9702854f7 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 @@ -224,7 +224,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 3f6b88627d..2748b2e0fb 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 @@ -224,7 +224,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 d9230d49dd..4a737baf8f 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 6998a8deff..74106dede7 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 6b7716615b..9bba3fdece 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 6526af885d..5d38f60177 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 c2b1e27e71..cd5c8a4a3b 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 c6d86f67fa..4a5d6417d8 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 02ea3ec45d..222ff222c7 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html @@ -676,7 +676,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 4aa5f7f549..99678b70a2 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 1875dd2b2a..e2f930fcf2 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 9cbdd7567b..d6fd659010 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 68a3e3496e..a09e5b4767 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 faa499729e..1107caba7a 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 a1648bf2ae..15170cd5dc 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 b71c04f514..452fac83e5 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 344d143d55..92fe65698d 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 55e554b1e0..4fa65f7110 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 0da72fd57d..22c0866b1e 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 c1e6329bd0..6558a6a538 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/global.html b/documentation/html/global.html index d8031c38cc..be3931adea 100644 --- a/documentation/html/global.html +++ b/documentation/html/global.html @@ -2964,7 +2964,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/index.html b/documentation/html/index.html index f1280e7eab..57e14b7e45 100644 --- a/documentation/html/index.html +++ b/documentation/html/index.html @@ -216,7 +216,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_ExternalClients.js.html b/documentation/html/lib_Client_ExternalClients.js.html index 0d6f25c8fe..848459b572 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_RESTClient.js.html b/documentation/html/lib_Client_RESTClient.js.html index a7b38a43cb..b978fc5368 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/lib_GraphClient_GraphClient.js.html b/documentation/html/lib_GraphClient_GraphClient.js.html index 2c74867dc7..a5b1897db2 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/lib_GraphClient_GraphClientSEO.js.html b/documentation/html/lib_GraphClient_GraphClientSEO.js.html index c5155920cf..45ca2f532b 100644 --- a/documentation/html/lib_GraphClient_GraphClientSEO.js.html +++ b/documentation/html/lib_GraphClient_GraphClientSEO.js.html @@ -286,7 +286,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Home.html b/documentation/html/module-Home.html index c61cac2441..d22b4cedb0 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Login.html b/documentation/html/module-Login.html index b60ff2b674..eda5371746 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-NewRecord.html b/documentation/html/module-NewRecord.html index d70d2fa1cd..53b6a07e07 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Pagination.html b/documentation/html/module-Pagination.html index b7c5d205b3..471f5f6d7c 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Signup.html b/documentation/html/module-Signup.html index 970e7b3a92..720624bfbc 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-User.html b/documentation/html/module-User.html index cc356f13c3..be8ea51511 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/modules.list.html b/documentation/html/modules.list.html index 9eda194f92..32055ab1f0 100644 --- a/documentation/html/modules.list.html +++ b/documentation/html/modules.list.html @@ -2984,7 +2984,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/namespaces.list.html b/documentation/html/namespaces.list.html index e88a5a6b39..a02b485c32 100644 --- a/documentation/html/namespaces.list.html +++ b/documentation/html/namespaces.list.html @@ -2984,7 +2984,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/router_hackSearch.js.html b/documentation/html/router_hackSearch.js.html index ebe69b9240..d3f0458310 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/store_introspector.js.html b/documentation/html/store_introspector.js.html index dd53e1e864..15f339a797 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/store_recordData.js.html b/documentation/html/store_recordData.js.html index a406635b3e..295acde670 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/store_recordSearch.js.html b/documentation/html/store_recordSearch.js.html index 7e61166878..7f55d4f8e8 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/store_searchFilters.js.html b/documentation/html/store_searchFilters.js.html index 92bc62afd5..4665f8e93e 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/utils_advancedSearchUtils.js.html b/documentation/html/utils_advancedSearchUtils.js.html index 31748deb03..6ecad5bd49 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/utils_query-builder-vue-3_dist_query-builder-vue-3.js.html b/documentation/html/utils_query-builder-vue-3_dist_query-builder-vue-3.js.html index c52b01dc88..f05f261ad2 100644 --- a/documentation/html/utils_query-builder-vue-3_dist_query-builder-vue-3.js.html +++ b/documentation/html/utils_query-builder-vue-3_dist_query-builder-vue-3.js.html @@ -3653,7 +3653,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/utils_recordTabUtils.js.html b/documentation/html/utils_recordTabUtils.js.html index 619bf3572d..4bdb4a0f42 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/utils_rules.js.html b/documentation/html/utils_rules.js.html index 3bee03a1cf..6e36dbe1d1 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html index afa6b8982a..2571632356 100644 --- a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html +++ b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html @@ -451,7 +451,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html index 2991cc7b32..1c7ddffbc5 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Browsers_OntologyBrowser.vue.html b/documentation/html/views_Browsers_OntologyBrowser.vue.html index 7cd742db9e..adfe5eb2b6 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_CreateRecord_NewRecord.vue.html b/documentation/html/views_CreateRecord_NewRecord.vue.html index 819a6c4138..3861f517e9 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Home_Home.vue.html b/documentation/html/views_Home_Home.vue.html index 694171c18d..056b1683ca 100644 --- a/documentation/html/views_Home_Home.vue.html +++ b/documentation/html/views_Home_Home.vue.html @@ -188,7 +188,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Organisations_Organisation.vue.html b/documentation/html/views_Organisations_Organisation.vue.html index 1846cbfca0..38342f8b68 100644 --- a/documentation/html/views_Organisations_Organisation.vue.html +++ b/documentation/html/views_Organisations_Organisation.vue.html @@ -991,7 +991,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_NetworkGraph.vue.html b/documentation/html/views_Records_NetworkGraph.vue.html index d72465bf73..8a3a404904 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Record.vue.html b/documentation/html/views_Records_Record.vue.html index d70143f3b7..1f07f3068c 100644 --- a/documentation/html/views_Records_Record.vue.html +++ b/documentation/html/views_Records_Record.vue.html @@ -1494,7 +1494,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Records.vue.html b/documentation/html/views_Records_Records.vue.html index 7c0047b9d8..a0132ba95b 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 5490bb4a9c..a09cf8ae20 100644 --- a/documentation/html/views_Static_Community_Community.vue.html +++ b/documentation/html/views_Static_Community_Community.vue.html @@ -999,7 +999,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 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 802ce261e9..3f930cadbc 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 Tue Aug 18th 2026 + on Thu Sep 3rd 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 d2bacd119a..632aba0c79 100644 --- a/documentation/html/views_Users_Login_Login.vue.html +++ b/documentation/html/views_Users_Login_Login.vue.html @@ -461,7 +461,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Users_Signup.vue.html b/documentation/html/views_Users_Signup.vue.html index a7bb1d8c03..78a3c95b6d 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 Tue Aug 18th 2026 + on Thu Sep 3rd 2026 using the DocStrap template.