@data-fair/app-dashboards 0.5.0 → 0.5.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.
@@ -170,7 +170,7 @@
170
170
  "title": "Large"
171
171
  }
172
172
  ],
173
- "default": 1
173
+ "default": 2
174
174
  }
175
175
  },
176
176
  "oneOf": [
@@ -216,7 +216,7 @@
216
216
  "valueMandatory": {
217
217
  "title": "Nécessite une valeur dans le filtre",
218
218
  "type": "boolean",
219
- "default": true
219
+ "default": false
220
220
  },
221
221
  "dataset": {
222
222
  "type": "object",
@@ -288,7 +288,7 @@
288
288
  "valueMandatory": {
289
289
  "title": "Nécessite une valeur dans le filtre",
290
290
  "type": "boolean",
291
- "default": true
291
+ "default": false
292
292
  },
293
293
  "application": {
294
294
  "type": "object",
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.5.0/dist/assets/index-f8ebd4c8.js"></script>
24
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.5.0/dist/assets/index-4e112434.css">
23
+ <script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.5.2/dist/assets/index-36a5e588.js"></script>
24
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@0.5.2/dist/assets/index-2b9ffa39.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.5.0",
3
+ "version": "0.5.2",
4
4
  "scripts": {
5
5
  "dev": "APP_URL=http://localhost:3000/app/ df-dev-server",
6
6
  "dev-src": "vite",
@@ -24,7 +24,7 @@
24
24
  "core-js": "^3.29.0",
25
25
  "ofetch": "^1.3.3",
26
26
  "vue": "^3.2.0",
27
- "vuetify": "^3.4.0"
27
+ "vuetify": "^3.4.10"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@data-fair/dev-server": "^1.11.0",