@edifice.io/client 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3673,7 +3673,9 @@ class WikiBehaviour extends AbstractBehaviourService {
|
|
|
3673
3673
|
n(this, "RESOURCE", "wiki");
|
|
3674
3674
|
}
|
|
3675
3675
|
async loadResources() {
|
|
3676
|
-
return (await this.httpGet(
|
|
3676
|
+
return (await this.httpGet(
|
|
3677
|
+
"/wiki/listallpages?visible=true"
|
|
3678
|
+
)).map((s) => s.pages.map((r) => {
|
|
3677
3679
|
let i;
|
|
3678
3680
|
return typeof s.thumbnail > "u" || s.thumbnail === "" ? i = "/img/icons/glyphicons_036_file.png" : i = s.thumbnail + "?thumbnail=48x48", this.dataToResource({
|
|
3679
3681
|
title: r.title + " [" + s.title + "]",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/client",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Edifice TypeScript Client",
|
|
5
5
|
"homepage": "https://github.com/edificeio/edifice-frontend-framework/tree/main/packages/client#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"axios": "^1.7.7",
|
|
32
32
|
"core-js": "^3.35.1",
|
|
33
|
-
"@edifice.io/utilities": "2.0.
|
|
33
|
+
"@edifice.io/utilities": "2.0.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/jasmine": "5.1.4",
|