@data-fair/app-dashboards 1.0.0 → 1.0.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
CHANGED
|
@@ -1299,29 +1299,6 @@
|
|
|
1299
1299
|
}
|
|
1300
1300
|
}
|
|
1301
1301
|
},
|
|
1302
|
-
"sectionsGroup": {
|
|
1303
|
-
"title": "Rendu des sections",
|
|
1304
|
-
"type": "string",
|
|
1305
|
-
"oneOf": [
|
|
1306
|
-
{
|
|
1307
|
-
"const": "accordion",
|
|
1308
|
-
"title": "En accordéon"
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"const": "tabs-tab",
|
|
1312
|
-
"title": "Dans des onglets"
|
|
1313
|
-
},
|
|
1314
|
-
{
|
|
1315
|
-
"const": "tabs-button",
|
|
1316
|
-
"title": "Dans des onglets (sélection par boutton)"
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
"const": "flow",
|
|
1320
|
-
"title": "Les unes à la suite des autres"
|
|
1321
|
-
}
|
|
1322
|
-
],
|
|
1323
|
-
"default": "accordion"
|
|
1324
|
-
},
|
|
1325
1302
|
"showSources": {
|
|
1326
1303
|
"title": "Afficher les liens vers les sources des données",
|
|
1327
1304
|
"type": "boolean",
|
|
@@ -1426,7 +1403,10 @@
|
|
|
1426
1403
|
"default": false
|
|
1427
1404
|
},
|
|
1428
1405
|
"color": {
|
|
1429
|
-
"type":
|
|
1406
|
+
"type": [
|
|
1407
|
+
"string",
|
|
1408
|
+
"null"
|
|
1409
|
+
],
|
|
1430
1410
|
"title": "Couleur du texte",
|
|
1431
1411
|
"default": null,
|
|
1432
1412
|
"oneOf": [
|
|
@@ -1534,6 +1514,29 @@
|
|
|
1534
1514
|
}
|
|
1535
1515
|
}
|
|
1536
1516
|
},
|
|
1517
|
+
"sectionsGroup": {
|
|
1518
|
+
"title": "Rendu des sections",
|
|
1519
|
+
"type": "string",
|
|
1520
|
+
"oneOf": [
|
|
1521
|
+
{
|
|
1522
|
+
"const": "accordion",
|
|
1523
|
+
"title": "En accordéon"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"const": "tabs-tab",
|
|
1527
|
+
"title": "Dans des onglets"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"const": "tabs-button",
|
|
1531
|
+
"title": "Dans des onglets (sélection par boutton)"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"const": "flow",
|
|
1535
|
+
"title": "Les unes à la suite des autres"
|
|
1536
|
+
}
|
|
1537
|
+
],
|
|
1538
|
+
"default": "accordion"
|
|
1539
|
+
},
|
|
1537
1540
|
"sectionsTitleStyle": {
|
|
1538
1541
|
"title": "Style des titres de sections",
|
|
1539
1542
|
"description": "Style appliqué à tous les libellés de sections",
|
|
@@ -1548,6 +1551,9 @@
|
|
|
1548
1551
|
"color": "primary"
|
|
1549
1552
|
}
|
|
1550
1553
|
},
|
|
1554
|
+
"layout": {
|
|
1555
|
+
"if": "rootData.sectionsGroup === 'flow'"
|
|
1556
|
+
},
|
|
1551
1557
|
"type": "object",
|
|
1552
1558
|
"properties": {
|
|
1553
1559
|
"tag": {
|
|
@@ -1615,7 +1621,10 @@
|
|
|
1615
1621
|
"default": false
|
|
1616
1622
|
},
|
|
1617
1623
|
"color": {
|
|
1618
|
-
"type":
|
|
1624
|
+
"type": [
|
|
1625
|
+
"string",
|
|
1626
|
+
"null"
|
|
1627
|
+
],
|
|
1619
1628
|
"title": "Couleur du texte",
|
|
1620
1629
|
"default": null,
|
|
1621
1630
|
"oneOf": [
|
|
@@ -2826,7 +2835,10 @@
|
|
|
2826
2835
|
"default": false
|
|
2827
2836
|
},
|
|
2828
2837
|
"color": {
|
|
2829
|
-
"type":
|
|
2838
|
+
"type": [
|
|
2839
|
+
"string",
|
|
2840
|
+
"null"
|
|
2841
|
+
],
|
|
2830
2842
|
"title": "Couleur du texte",
|
|
2831
2843
|
"default": null,
|
|
2832
2844
|
"oneOf": [
|
package/dist/index.html
CHANGED
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
|
|
26
26
|
<!-- Capture a global variable defined by data-fair's reverse proxy. -->
|
|
27
27
|
<script type="text/javascript">window.APPLICATION=%APPLICATION%;</script>
|
|
28
|
-
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@1.0.
|
|
29
|
-
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@1.0.
|
|
28
|
+
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@1.0.2/dist/assets/index-BhlIK2g3.js"></script>
|
|
29
|
+
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@1.0.2/dist/assets/index-B300Ftha.css">
|
|
30
30
|
</head>
|
|
31
31
|
|
|
32
32
|
<body>
|