@data-fair/app-dashboards 0.4.0 → 0.4.1

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.
@@ -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": "id",
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": "id",
182
+ "x-itemKey": "key",
183
183
  "x-itemTitle": "label",
184
184
  "items": {
185
185
  "title": "Colonne du filtre commun",
@@ -250,7 +250,7 @@
250
250
  "concepts": {
251
251
  "type": "array",
252
252
  "x-fromUrl": "{datasets.0.href}/schema?calculated=false&separator=false&concept=true",
253
- "x-itemKey": "id",
253
+ "x-itemKey": "key",
254
254
  "x-itemTitle": "label",
255
255
  "items": [{
256
256
  "title": "Colonne du filtre commun",
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.0/dist/assets/index-d44b6f42.js"></script>
24
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.4.0/dist/assets/index-4e112434.css">
23
+ <script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.4.1/dist/assets/index-d44b6f42.js"></script>
24
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.4.1/dist/assets/index-4e112434.css">
25
25
  </head>
26
26
 
27
27
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@data-fair/app-dashboards",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "scripts": {
5
5
  "dev": "APP_URL=http://localhost:3000/app/ df-dev-server",
6
6
  "dev-src": "vite",