@data-fair/app-dashboards 0.4.1 → 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 +2 -2
- package/dist/index.html +2 -2
- package/package.json +1 -1
package/dist/config-schema.json
CHANGED
@@ -252,7 +252,7 @@
|
|
252
252
|
"x-fromUrl": "{datasets.0.href}/schema?calculated=false&separator=false&concept=true",
|
253
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>
|