@data-fair/app-dashboards 0.5.2 → 0.6.0
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/config-schema.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
"items": [{
|
7
7
|
"title": "Source des valeurs pour les filtres",
|
8
8
|
"type": "object",
|
9
|
-
"x-fromUrl": "api/v1/datasets?status=finalized&q={q}&select=id,title,schema&owner={context.owner.type}:{context.owner.id}",
|
9
|
+
"x-fromUrl": "api/v1/datasets?status=finalized&q={q}&select=id,title,schema,timePeriod&owner={context.owner.type}:{context.owner.id}",
|
10
10
|
"x-itemsProp": "results",
|
11
11
|
"x-itemTitle": "title",
|
12
12
|
"x-itemKey": "href",
|
@@ -22,6 +22,9 @@
|
|
22
22
|
},
|
23
23
|
"schema": {
|
24
24
|
"type": "array"
|
25
|
+
},
|
26
|
+
"timePeriod": {
|
27
|
+
"type": "object"
|
25
28
|
}
|
26
29
|
}
|
27
30
|
}]
|
package/dist/index.html
CHANGED
@@ -20,8 +20,8 @@
|
|
20
20
|
|
21
21
|
<!-- Capture a global variable defined by data-fair's reverse proxy. -->
|
22
22
|
<script type="text/javascript">window.APPLICATION=%APPLICATION%;</script>
|
23
|
-
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.
|
24
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.
|
23
|
+
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.6.0/dist/assets/index-f83426a3.js"></script>
|
24
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.6.0/dist/assets/index-4e112434.css">
|
25
25
|
</head>
|
26
26
|
|
27
27
|
<body>
|