Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
190 commits
Select commit Hold shift + click to select a range
c1e9c62
adding vite config files, updating package.json, updating main.js
prakhyatox Feb 13, 2025
70a4ae8
Merge branch 'dev' into vue3-migration-2492
prakhyatox Feb 13, 2025
a259576
updating theme.js, vite.config.mjs
prakhyatox Feb 13, 2025
9ea166d
rectifying NavigationDrawer.vue
prakhyatox Feb 17, 2025
60e80e9
Merge branch 'dev' into vue3-migration-2492
prakhyatox Feb 17, 2025
584216f
changed breakpoint to display, commented Highchart components in main…
prakhyatox Feb 19, 2025
9b5090b
updated Icon.vue, Jumbotron.vue, Home.vue
prakhyatox Feb 20, 2025
e847744
changed process.env to import.meta.env, replaced .icons to customIcon…
prakhyatox Feb 21, 2025
eb70cef
updated customIcons in InfoBlock.vue
prakhyatox Feb 21, 2025
66646a5
replaces v-tab-item with v-window-item
prakhyatox Feb 25, 2025
fce0cec
updated Footer, Home component name, replace VITE env variable in rou…
prakhyatox Feb 25, 2025
405b38c
added if condition in getFiltersStatisticCount getter in searchFilter…
prakhyatox Feb 25, 2025
e14e895
updated custom theme colors usage
prakhyatox Feb 25, 2025
32a055b
adding contain class, updating height property in v-app-bar
prakhyatox Feb 26, 2025
ab0c654
Merge branch 'dev' into vue3-migration-2492
prakhyatox Feb 26, 2025
3ebe44b
updated styling in the header components
prakhyatox Feb 26, 2025
6cdf41a
fixing tabs in Carousel.vue for the home page
prakhyatox Feb 27, 2025
106a4aa
Merge branch 'dev' into vue3-migration-2492
prakhyatox Feb 27, 2025
1ea8dd2
updating home page components
prakhyatox Feb 28, 2025
54cd73a
updated styling in homepage
prakhyatox Feb 28, 2025
edd5bf0
fixing styling for header in xl screens
prakhyatox Mar 3, 2025
ed073f1
fixing login popup on homepage
prakhyatox Mar 3, 2025
6932597
updated '/communities' page
prakhyatox Mar 3, 2025
a77cedd
updated fa-question-circle icon with fas fa-question-circle
prakhyatox Mar 5, 2025
d1aeead
adjusting styling for advanced search
prakhyatox Mar 12, 2025
11b5739
updating styling for advanced search v-select to v-combobox
prakhyatox Mar 12, 2025
fe7a1bb
updating advancedSearch UI
prakhyatox Mar 14, 2025
a6b5553
updated styling in AdvancedSearch Components
prakhyatox Mar 21, 2025
8a31924
Merge branch 'dev' into vue3-migration-2492
prakhyatox Mar 21, 2025
5bc08af
chip slot is not required in SelectComponent & Autocomplete component…
prakhyatox Mar 24, 2025
46a5da4
Merge branch 'dev' into vue3-migration-2492
prakhyatox Mar 24, 2025
8ba141a
fixing reopening of the advancedSearch after closing
prakhyatox Mar 24, 2025
8c2d1fe
fixing styling for advancedSearch results
prakhyatox Mar 27, 2025
2a13f33
Merge branch 'dev' into vue3-migration-2492
prakhyatox Mar 27, 2025
4a11d79
updating styling for resultTable header, footer, operator in selectio…
prakhyatox Mar 28, 2025
3bc2463
updating querybuilder components by removing tooltip component
prakhyatox Apr 1, 2025
9d07e47
updated redirect login to save search results of advanced search
prakhyatox Apr 1, 2025
e5c29a6
fixing savesearch stepper
prakhyatox Apr 3, 2025
07b3e78
Merge branch 'dev' into vue3-migration-2492
prakhyatox Apr 3, 2025
bd7758b
fixing savesearch stepper success and close functionality
prakhyatox Apr 3, 2025
13bef38
removing unnecessary radiocomponent from advancedSearch component
prakhyatox Apr 7, 2025
16af1a1
Merge branch 'dev' into vue3-migration-2492
prakhyatox Apr 7, 2025
794e572
allowing advancedsearch values with ()
prakhyatox Apr 7, 2025
b81c6c4
fixing search containing parenthesis on re-using url
prakhyatox Apr 8, 2025
507ca12
Merge branch 'dev' into vue3-migration-2492
prakhyatox Apr 8, 2025
3fb3a73
Merge branch 'dev' into vue3-migration-2492
prakhyatox Apr 9, 2025
fea2eab
updating advancedSearch Loader
prakhyatox Apr 9, 2025
0d97940
fixing user profile page
prakhyatox Apr 11, 2025
469a29e
fixing profile view page
prakhyatox Apr 11, 2025
faf3500
Merge branch 'dev' into vue3-migration-2492
prakhyatox Apr 11, 2025
e559bb0
fixing preview record popup in profile page
prakhyatox Apr 15, 2025
bf34b3a
fixing preview record dialog in /accounts/profile page
prakhyatox Apr 16, 2025
7a66ec9
fixing advancedSearch savesearch stepper for normail user
prakhyatox Apr 16, 2025
be4d434
fixing private profile page
prakhyatox Apr 16, 2025
d20b194
fixing userslist page
prakhyatox Apr 22, 2025
5beb29b
adding scroll to top button and removing the existing button
prakhyatox Apr 24, 2025
bed99dd
updated register page
prakhyatox Apr 24, 2025
892b2cd
updated communities page
prakhyatox Apr 24, 2025
2d7b4e6
fixing community champions page
prakhyatox Apr 25, 2025
74fad86
fixing community champions page
prakhyatox Apr 25, 2025
af840af
Merge branch 'dev' into vue3-migration-2492
prakhyatox Apr 29, 2025
4049e42
fixing loaders in all the components
prakhyatox Apr 29, 2025
e2031d1
updating search page components
prakhyatox Apr 29, 2025
c695847
fixing search page
prakhyatox Apr 30, 2025
dcbfa56
fixing search page output chips
prakhyatox May 8, 2025
cd5eaa1
Merge branch 'dev' into vue3-migration-2492
prakhyatox May 8, 2025
a9c3482
fixing meta title for search page
prakhyatox May 12, 2025
7316f84
Merge branch 'dev' into vue3-migration-2492
prakhyatox May 12, 2025
fe87c91
fix reset funcationality
prakhyatox May 13, 2025
a2a4a95
Merge branch 'dev' into vue3-migration-2492
prakhyatox May 20, 2025
e3a222a
Merge branch 'dev' into vue3-migration-2492
prakhyatox May 27, 2025
360d038
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jun 9, 2025
fda5d9e
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jun 10, 2025
5f234af
rebasing with dev
prakhyatox Jun 11, 2025
02130c4
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jun 11, 2025
a139e16
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jun 17, 2025
978a8da
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jun 18, 2025
eb7b6f8
fixing ObjectTypes component in advancedSearch
prakhyatox Jun 18, 2025
b841b94
fixing structure for recordData.js
prakhyatox Jun 19, 2025
610b5a3
updating Vue.set from vue2 to vue3 format
prakhyatox Jun 19, 2025
78cc44d
fix linting
prakhyatox Jun 24, 2025
6dbf7e4
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jun 24, 2025
a31b6e1
fixing countries, registry field in the edit record page
prakhyatox Jul 3, 2025
c8d3cf7
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jul 3, 2025
5a8098e
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jul 8, 2025
271505f
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jul 16, 2025
64a0824
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jul 21, 2025
f246e99
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jul 24, 2025
f95925d
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jul 24, 2025
007e1a1
linting fix
prakhyatox Aug 1, 2025
3acded5
Merge branch 'dev' into vue3-migration-2492
prakhyatox Sep 24, 2025
ca6822f
adding AccessMethod component in index.js
prakhyatox Sep 24, 2025
ae27245
Merge branch 'dev' into vue3-migration-2492
prakhyatox Sep 30, 2025
b00117f
Merge branch 'dev' into vue3-migration-2492
prakhyatox Oct 8, 2025
c3ef864
Merge branch 'dev' into vue3-migration-2492
prakhyatox Oct 9, 2025
5d34cba
fixing chip color
prakhyatox Oct 15, 2025
25f0e74
changing white--text to white--text and add maintainer popup in the e…
prakhyatox Oct 16, 2025
6369fbf
fixing UI for Add/edit tags section in record edit page
prakhyatox Oct 16, 2025
2159882
removing v-expand-transition, updating switch buttons in record edit …
prakhyatox Oct 17, 2025
9198acc
fixing loading icon behavior on save button on edit record form for g…
prakhyatox Oct 20, 2025
55d54c4
fixing licences in edit form
prakhyatox Oct 21, 2025
13b43e5
updatin UI for the chips in licences section of the edit record
prakhyatox Oct 23, 2025
9ac614f
fixing loader icon in licence section of the record form
prakhyatox Oct 23, 2025
2e90abc
updating publications section of edir record page
prakhyatox Oct 27, 2025
79f32bf
updating UI for Organisations and grants section of edit record
prakhyatox Oct 28, 2025
9f05201
fixing UI for the fields in add a new relationship popup in organisat…
prakhyatox Oct 30, 2025
3af21cb
Fixing UI for Available records section in edit relationship
prakhyatox Nov 3, 2025
f032320
updating UI for relations_to_other_records inedit record
prakhyatox Nov 4, 2025
e9ff160
updating UI for additional information tab in edit record
prakhyatox Nov 4, 2025
e36b209
updating UI for Additional information tab in edit record
prakhyatox Nov 5, 2025
c8ff551
excluding src folder from vitest temporarily
prakhyatox Nov 6, 2025
f62cf15
linting fix and removing all the files for test
prakhyatox Nov 6, 2025
92b7f22
Merge branch 'dev' into vue3-migration-2492
prakhyatox Nov 6, 2025
8815184
fixing codespell error and removing jsdoc-vuex-plugin from doc.config…
prakhyatox Nov 6, 2025
a3c489a
Autogenerated documentation files
prakhyatox Nov 6, 2025
d434d48
blank commit to generate netlify build
prakhyatox Nov 6, 2025
257c973
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 6, 2025
5bed811
fixing codespell error
prakhyatox Nov 6, 2025
487866b
fixing vite.config.mjs
prakhyatox Nov 6, 2025
d72723f
replacing vite-plugin-compress package with vite-plugin-compression p…
prakhyatox Nov 6, 2025
1971c95
fixing build issue
prakhyatox Nov 6, 2025
b9eaa1f
Autogenerated documentation files
prakhyatox Nov 6, 2025
2202d13
pausing tests temperorily
prakhyatox Nov 6, 2025
c068edd
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 6, 2025
a1d5623
replacing jsdom with happy-dom
prakhyatox Nov 6, 2025
929a805
updating node version to 20.x in workflows/*
prakhyatox Nov 6, 2025
650d8e1
removing unit_tests.yml, test script
prakhyatox Nov 7, 2025
7d747c9
Autogenerated documentation files
prakhyatox Nov 7, 2025
225c52f
adding commonjsOptions in vite.config.msj
prakhyatox Nov 7, 2025
0aee2a6
adding linkifyjs module
prakhyatox Nov 7, 2025
13ff53c
fix linting
prakhyatox Nov 7, 2025
7aaa3ed
Autogenerated documentation files
prakhyatox Nov 7, 2025
379cf88
removing codacy-coverage temporarily
prakhyatox Nov 7, 2025
9d9e20c
Merge branch 'dev' into vue3-migration-2492
prakhyatox Nov 13, 2025
0533a54
blank commit
prakhyatox Nov 14, 2025
e214d56
reverting the previous blank commit
prakhyatox Nov 14, 2025
a51f055
fixing linting issue
prakhyatox Nov 14, 2025
bd13849
Autogenerated documentation files
prakhyatox Nov 14, 2025
9f95bf6
linting fix in the Network.vue component
prakhyatox Nov 19, 2025
3908a28
Merge branch 'dev' into vue3-migration-2492
prakhyatox Nov 19, 2025
e0476ae
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 19, 2025
9fc5b64
Autogenerated documentation files
prakhyatox Nov 19, 2025
4b3e6bc
updating graphology package
prakhyatox Nov 20, 2025
3edb55f
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 20, 2025
51458e2
Autogenerated documentation files
prakhyatox Nov 20, 2025
4e6406e
fix where no error in console for webworker
prakhyatox Nov 21, 2025
aa0ac7e
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 21, 2025
f9b55ff
Autogenerated documentation files
prakhyatox Nov 21, 2025
bf2d0ea
fixing relation graph from record page
prakhyatox Nov 24, 2025
1bf2513
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 24, 2025
04b452f
Autogenerated documentation files
prakhyatox Nov 24, 2025
6354ddb
fixing loader for relation graph from record page
prakhyatox Nov 24, 2025
a0df224
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 24, 2025
4aac3e8
Autogenerated documentation files
prakhyatox Nov 24, 2025
66e1b29
Merge branch 'dev' into vue3-migration-2492
prakhyatox Nov 24, 2025
6910dfa
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 24, 2025
81b1895
Autogenerated documentation files
prakhyatox Nov 24, 2025
ca688bb
fixing gupri checkbox and its styling
prakhyatox Nov 24, 2025
76c0d5a
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 24, 2025
b16025e
fixing DOI copy functionality on record page
prakhyatox Nov 25, 2025
2516f15
Autogenerated documentation files
prakhyatox Nov 25, 2025
4de0768
fixing Educational.vue component
prakhyatox Nov 25, 2025
660d57a
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 25, 2025
8a6d760
fixing UI for communities page
prakhyatox Nov 25, 2025
14e05b4
Autogenerated documentation files
prakhyatox Nov 25, 2025
9a2699c
removing fa2Layout and commented code from NetworkGraph.vue
prakhyatox Nov 25, 2025
bb55809
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 25, 2025
9866be0
Autogenerated documentation files
prakhyatox Nov 25, 2025
d8a843a
fixing scrollTo hash behaviour in index.js and Community.vue
prakhyatox Nov 26, 2025
e1a319c
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 26, 2025
5b9ad16
Autogenerated documentation files
prakhyatox Nov 26, 2025
13780c8
linting fix in index.js
prakhyatox Nov 27, 2025
1c4cbbc
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Nov 27, 2025
8570c95
Autogenerated documentation files
prakhyatox Nov 27, 2025
4699b3f
Merge branch 'dev' into vue3-migration-2492
prakhyatox Jan 5, 2026
f59f5b0
Autogenerated documentation files
prakhyatox Jan 5, 2026
b63d43b
fixing UI for Basefield.vue and Educational.vue
prakhyatox Jan 6, 2026
f4465fa
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Jan 6, 2026
7bafcee
Autogenerated documentation files
prakhyatox Jan 6, 2026
5d9c635
updating view of OrganisationsList.vue
prakhyatox Jan 6, 2026
22305eb
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Jan 6, 2026
0bf8a31
Autogenerated documentation files
prakhyatox Jan 6, 2026
31381dd
fixing Add Content page in New.vue
prakhyatox Jan 6, 2026
efa268e
updating UI to create new record via add content menu link
prakhyatox Jan 7, 2026
70501e9
Autogenerated documentation files
prakhyatox Jan 7, 2026
2b1b18d
fixing height console error for Registry and type field in create rec…
prakhyatox Jan 8, 2026
31159e1
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Jan 8, 2026
dd8abae
Autogenerated documentation files
prakhyatox Jan 8, 2026
9764b48
updating UI for DatabaseWarning.vue
prakhyatox Jan 8, 2026
79db8ba
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/…
prakhyatox Jan 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
126 changes: 72 additions & 54 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,71 +2,89 @@ module.exports = {
root: true,
env: {
node: true,
jest: true
es2022: true,
},
"extends": [
"plugin:vue/recommended",
"eslint:recommended"
extends: [
"plugin:vue/vue3-recommended",
"eslint:recommended",
"plugin:vue/base",
"plugin:vuetify/base",
"prettier",
],
"plugins": ["simple-import-sort"],
rules: {
'no-console': process.env.NODE_ENV === "production" ? "error" : "off",
'no-debugger': process.env.NODE_ENV === "production" ? "error" : "off",
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
'vue/multi-word-component-names': "off",
"vue/order-in-components": ["error", {
"order": [
"el",
"name",
"key",
"parent",
"functional",
["delimiters", "comments"],
["components", "directives", "filters"],
"extends",
"mixins",
["provide", "inject"],
"ROUTER_GUARDS",
"layout",
"middleware",
"validate",
"scrollToTop",
"transition",
"loading",
"inheritAttrs",
"model",
["props", "propsData"],
"emits",
"setup",
"asyncData",
"data",
"fetch",
"head",
"computed",
"watch",
"watchQuery",
"LIFECYCLE_HOOKS",
"methods",
["template", "render"],
"renderError"
]
}
]
"no-console": process.env.VITE_NODE_ENV === "production" ? "error" : "off",
"no-debugger": process.env.VITE_NODE_ENV === "production" ? "error" : "off",
"vue/multi-word-component-names": "off",
"vue/order-in-components": [
"error",
{
order: [
"el",
"name",
"key",
"parent",
"functional",
["delimiters", "comments"],
["components", "directives", "filters"],
"extends",
"mixins",
["provide", "inject"],
"ROUTER_GUARDS",
"layout",
"middleware",
"validate",
"scrollToTop",
"transition",
"loading",
"inheritAttrs",
"model",
["props", "propsData"],
"emits",
"setup",
"asyncData",
"data",
"beforeRouteEnter",
"fetch",
"head",
"computed",
"watch",
"watchQuery",
"LIFECYCLE_HOOKS",
"methods",
["template", "render"],
"renderError",
],
},
],
"brace-style": [
"error",
"stroustrup",
{
allowSingleLine: true,
},
],
indent: ["error", 2],
"space-in-parens": ["error", "never"],
},
parser: "vue-eslint-parser",
parserOptions: {
parser: "@babel/eslint-parser"
// parser: '@babel/eslint-parser',
// babelOptions: {
// parserOpts: {
// plugins: ["jsx"]
// }
// }
},
overrides: [
{
files: [
"**/__tests__/*.{j,t}s?(x)",
"**/tests/unit/**/*.spec.{j,t}s?(x)"
"**/tests/unit/**/*.spec.{j,t}s?(x)",
],
env: {
jest: true
}
}
]
// jest: true
// vitest: true,
},
},
],
};
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
- name: Install Dependencies
run: npm install
- name: Run the documentation
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/unit_tests.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ docTemp
package-lock.json
coverage
out
yarn.lock

# local env files
.env.local
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.16.0
16 changes: 16 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Ignore artifacts:
build
coverage

# Ignore all HTML files:
**/*.html
documentation/*
.eslintrc.js
.github/*
babel.config.js
package.json
README.md
vite.config.mjs
vitest.config.js
vue.config.js
webpack.config.js
12 changes: 12 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"plugins": ["stylelint-scss"],
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": [
true,
{
"ignoreAtRules": ["tailwind", "keyframes"]
}
]
}
}
1 change: 0 additions & 1 deletion documentation/doc.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"plugins": [
"node_modules/jsdoc-vuejs",
"jsdoc-vuex-plugin",
"plugins/markdown"
],
"source": {
Expand Down
6 changes: 3 additions & 3 deletions documentation/html/ExternalRESTClients.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h4 class="name" id="ExternalRESTClients"><span class="type-signature"></span>ne
<ul class="dummy">
<li>
<a href="lib_Client_ExternalClients.js.html">lib/Client/ExternalClients.js</a>,
<a href="lib_Client_ExternalClients.js.html#sunlight-1-line-9">line 9</a>
<a href="lib_Client_ExternalClients.js.html#sunlight-1-line-8">line 8</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -311,7 +311,7 @@ <h5>Parameters:</h5>
<ul class="dummy">
<li>
<a href="lib_Client_ExternalClients.js.html">lib/Client/ExternalClients.js</a>,
<a href="lib_Client_ExternalClients.js.html#sunlight-1-line-82">line 82</a>
<a href="lib_Client_ExternalClients.js.html#sunlight-1-line-83">line 83</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -414,7 +414,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>

on Mon Jan 5th 2026
on Thu Jan 8th 2026

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
12 changes: 6 additions & 6 deletions documentation/html/GraphQLClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h4 class="name" id="GraphQLClient"><span class="type-signature"></span>new Grap
<ul class="dummy">
<li>
<a href="lib_GraphClient_GraphClient.js.html">lib/GraphClient/GraphClient.js</a>,
<a href="lib_GraphClient_GraphClient.js.html#sunlight-1-line-11">line 11</a>
<a href="lib_GraphClient_GraphClient.js.html#sunlight-1-line-10">line 10</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -344,7 +344,7 @@ <h5>Parameters:</h5>
<ul class="dummy">
<li>
<a href="lib_GraphClient_GraphClient.js.html">lib/GraphClient/GraphClient.js</a>,
<a href="lib_GraphClient_GraphClient.js.html#sunlight-1-line-59">line 59</a>
<a href="lib_GraphClient_GraphClient.js.html#sunlight-1-line-58">line 58</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -507,7 +507,7 @@ <h5>Parameters:</h5>
<ul class="dummy">
<li>
<a href="lib_GraphClient_GraphClient.js.html">lib/GraphClient/GraphClient.js</a>,
<a href="lib_GraphClient_GraphClient.js.html#sunlight-1-line-26">line 26</a>
<a href="lib_GraphClient_GraphClient.js.html#sunlight-1-line-25">line 25</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -665,7 +665,7 @@ <h5>Parameters:</h5>
<ul class="dummy">
<li>
<a href="lib_GraphClient_GraphClient.js.html">lib/GraphClient/GraphClient.js</a>,
<a href="lib_GraphClient_GraphClient.js.html#sunlight-1-line-43">line 43</a>
<a href="lib_GraphClient_GraphClient.js.html#sunlight-1-line-42">line 42</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -829,7 +829,7 @@ <h5>Parameters:</h5>
<ul class="dummy">
<li>
<a href="lib_GraphClient_GraphClient.js.html">lib/GraphClient/GraphClient.js</a>,
<a href="lib_GraphClient_GraphClient.js.html#sunlight-1-line-133">line 133</a>
<a href="lib_GraphClient_GraphClient.js.html#sunlight-1-line-132">line 132</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -912,7 +912,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>

on Mon Jan 5th 2026
on Thu Jan 8th 2026

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/RESTClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -9053,7 +9053,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>

on Mon Jan 5th 2026
on Thu Jan 8th 2026

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
4 changes: 2 additions & 2 deletions documentation/html/Static.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h5>Type:</h5>
<ul class="dummy">
<li>
<a href="views_Static_Community_Community.vue.html">views/Static/Community/Community.vue</a>,
<a href="views_Static_Community_Community.vue.html#sunlight-1-line-11">line 11</a>
<a href="views_Static_Community_Community.vue.html#sunlight-1-line-22">line 22</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -391,7 +391,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>

on Mon Jan 5th 2026
on Thu Jan 8th 2026

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Loading
Loading