@data-fair/app-dashboards 0.4.0 → 0.4.2
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 +5 -5
- package/dist/index.html +2 -2
- package/package.json +1 -1
package/dist/config-schema.json
CHANGED
@@ -47,7 +47,7 @@
|
|
47
47
|
"concepts": {
|
48
48
|
"type": "array",
|
49
49
|
"x-fromUrl": "{datasets.0.href}/schema?calculated=false&separator=false&concept=true",
|
50
|
-
"x-itemKey": "
|
50
|
+
"x-itemKey": "key",
|
51
51
|
"x-itemTitle": "label",
|
52
52
|
"items": {
|
53
53
|
"title": "Colonnes pour les valeurs du filtre",
|
@@ -179,7 +179,7 @@
|
|
179
179
|
"concepts": {
|
180
180
|
"type": "array",
|
181
181
|
"x-fromUrl": "{datasets.0.href}/schema?calculated=false&separator=false&concept=true",
|
182
|
-
"x-itemKey": "
|
182
|
+
"x-itemKey": "key",
|
183
183
|
"x-itemTitle": "label",
|
184
184
|
"items": {
|
185
185
|
"title": "Colonne du filtre commun",
|
@@ -250,9 +250,9 @@
|
|
250
250
|
"concepts": {
|
251
251
|
"type": "array",
|
252
252
|
"x-fromUrl": "{datasets.0.href}/schema?calculated=false&separator=false&concept=true",
|
253
|
-
"x-itemKey": "
|
253
|
+
"x-itemKey": "key",
|
254
254
|
"x-itemTitle": "label",
|
255
|
-
"items":
|
255
|
+
"items": {
|
256
256
|
"title": "Colonne du filtre commun",
|
257
257
|
"type": "object",
|
258
258
|
"properties": {
|
@@ -260,7 +260,7 @@
|
|
260
260
|
"label": {"type": "string"},
|
261
261
|
"x-concept": {"type": "object"}
|
262
262
|
}
|
263
|
-
}
|
263
|
+
}
|
264
264
|
},
|
265
265
|
"valueMandatory": {
|
266
266
|
"title": "Nécessite une valeur dans le filtre",
|
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.4.
|
24
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.4.
|
23
|
+
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.4.2/dist/assets/index-d44b6f42.js"></script>
|
24
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.4.2/dist/assets/index-4e112434.css">
|
25
25
|
</head>
|
26
26
|
|
27
27
|
<body>
|