@startinblox/components-ds4go 3.1.6 → 3.1.7
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
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "./index-
|
|
1
|
+
import "./index-VPaDWRHi.js";
|
package/package.json
CHANGED
|
@@ -164,7 +164,7 @@ export class SolidDsifExplorerPoc extends OrbitComponent {
|
|
|
164
164
|
"@type": "dcat:Catalog",
|
|
165
165
|
"dct:title": msg("All Catalogs"),
|
|
166
166
|
"dct:description": "",
|
|
167
|
-
"dcat:dataset": allDatasets,
|
|
167
|
+
"dcat:dataset": sort(allDatasets, "dct:title", "asc"),
|
|
168
168
|
};
|
|
169
169
|
|
|
170
170
|
return this.object;
|
|
@@ -213,6 +213,7 @@ export class SolidDsifExplorerPoc extends OrbitComponent {
|
|
|
213
213
|
}
|
|
214
214
|
return sort(this.catalogs, "catalogId", "asc");
|
|
215
215
|
}
|
|
216
|
+
|
|
216
217
|
return sort(this.sectors, "id", "asc");
|
|
217
218
|
},
|
|
218
219
|
args: () => [
|