@data-fair/app-dashboards 1.0.3 → 1.0.4
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/assets/index-BCvueJOZ.js +31 -0
- package/dist/config-schema.json +140 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/dist/assets/index-lLFxvMjy.js +0 -31
package/dist/config-schema.json
CHANGED
|
@@ -711,6 +711,14 @@
|
|
|
711
711
|
{
|
|
712
712
|
"const": "right",
|
|
713
713
|
"title": "A droite"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"const": "top",
|
|
717
|
+
"title": "En haut"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"const": "bottom",
|
|
721
|
+
"title": "En bas"
|
|
714
722
|
}
|
|
715
723
|
],
|
|
716
724
|
"default": "none"
|
|
@@ -776,6 +784,33 @@
|
|
|
776
784
|
},
|
|
777
785
|
"if": "parent.data.valueMandatory"
|
|
778
786
|
}
|
|
787
|
+
},
|
|
788
|
+
"description": {
|
|
789
|
+
"title": "Affichage de la description",
|
|
790
|
+
"type": "string",
|
|
791
|
+
"oneOf": [
|
|
792
|
+
{
|
|
793
|
+
"const": "none",
|
|
794
|
+
"title": "Aucun affichage"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"const": "left",
|
|
798
|
+
"title": "A gauche"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"const": "right",
|
|
802
|
+
"title": "A droite"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"const": "top",
|
|
806
|
+
"title": "En haut"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"const": "bottom",
|
|
810
|
+
"title": "En bas"
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
"default": "none"
|
|
779
814
|
}
|
|
780
815
|
}
|
|
781
816
|
}
|
|
@@ -1118,6 +1153,14 @@
|
|
|
1118
1153
|
{
|
|
1119
1154
|
"const": "right",
|
|
1120
1155
|
"title": "A droite"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"const": "top",
|
|
1159
|
+
"title": "En haut"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"const": "bottom",
|
|
1163
|
+
"title": "En bas"
|
|
1121
1164
|
}
|
|
1122
1165
|
],
|
|
1123
1166
|
"default": "none"
|
|
@@ -1183,6 +1226,33 @@
|
|
|
1183
1226
|
},
|
|
1184
1227
|
"if": "parent.data.valueMandatory"
|
|
1185
1228
|
}
|
|
1229
|
+
},
|
|
1230
|
+
"description": {
|
|
1231
|
+
"title": "Affichage de la description",
|
|
1232
|
+
"type": "string",
|
|
1233
|
+
"oneOf": [
|
|
1234
|
+
{
|
|
1235
|
+
"const": "none",
|
|
1236
|
+
"title": "Aucun affichage"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"const": "left",
|
|
1240
|
+
"title": "A gauche"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"const": "right",
|
|
1244
|
+
"title": "A droite"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"const": "top",
|
|
1248
|
+
"title": "En haut"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"const": "bottom",
|
|
1252
|
+
"title": "En bas"
|
|
1253
|
+
}
|
|
1254
|
+
],
|
|
1255
|
+
"default": "none"
|
|
1186
1256
|
}
|
|
1187
1257
|
}
|
|
1188
1258
|
}
|
|
@@ -2038,6 +2108,14 @@
|
|
|
2038
2108
|
{
|
|
2039
2109
|
"const": "right",
|
|
2040
2110
|
"title": "A droite"
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"const": "top",
|
|
2114
|
+
"title": "En haut"
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"const": "bottom",
|
|
2118
|
+
"title": "En bas"
|
|
2041
2119
|
}
|
|
2042
2120
|
],
|
|
2043
2121
|
"default": "none"
|
|
@@ -2103,6 +2181,33 @@
|
|
|
2103
2181
|
},
|
|
2104
2182
|
"if": "parent.data.valueMandatory"
|
|
2105
2183
|
}
|
|
2184
|
+
},
|
|
2185
|
+
"description": {
|
|
2186
|
+
"title": "Affichage de la description",
|
|
2187
|
+
"type": "string",
|
|
2188
|
+
"oneOf": [
|
|
2189
|
+
{
|
|
2190
|
+
"const": "none",
|
|
2191
|
+
"title": "Aucun affichage"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"const": "left",
|
|
2195
|
+
"title": "A gauche"
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"const": "right",
|
|
2199
|
+
"title": "A droite"
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"const": "top",
|
|
2203
|
+
"title": "En haut"
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"const": "bottom",
|
|
2207
|
+
"title": "En bas"
|
|
2208
|
+
}
|
|
2209
|
+
],
|
|
2210
|
+
"default": "none"
|
|
2106
2211
|
}
|
|
2107
2212
|
}
|
|
2108
2213
|
}
|
|
@@ -2480,6 +2585,14 @@
|
|
|
2480
2585
|
{
|
|
2481
2586
|
"const": "right",
|
|
2482
2587
|
"title": "A droite"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"const": "top",
|
|
2591
|
+
"title": "En haut"
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
"const": "bottom",
|
|
2595
|
+
"title": "En bas"
|
|
2483
2596
|
}
|
|
2484
2597
|
],
|
|
2485
2598
|
"default": "none"
|
|
@@ -2545,6 +2658,33 @@
|
|
|
2545
2658
|
},
|
|
2546
2659
|
"if": "parent.data.valueMandatory"
|
|
2547
2660
|
}
|
|
2661
|
+
},
|
|
2662
|
+
"description": {
|
|
2663
|
+
"title": "Affichage de la description",
|
|
2664
|
+
"type": "string",
|
|
2665
|
+
"oneOf": [
|
|
2666
|
+
{
|
|
2667
|
+
"const": "none",
|
|
2668
|
+
"title": "Aucun affichage"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"const": "left",
|
|
2672
|
+
"title": "A gauche"
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"const": "right",
|
|
2676
|
+
"title": "A droite"
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"const": "top",
|
|
2680
|
+
"title": "En haut"
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"const": "bottom",
|
|
2684
|
+
"title": "En bas"
|
|
2685
|
+
}
|
|
2686
|
+
],
|
|
2687
|
+
"default": "none"
|
|
2548
2688
|
}
|
|
2549
2689
|
}
|
|
2550
2690
|
}
|
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.4/dist/assets/index-BCvueJOZ.js"></script>
|
|
29
|
+
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@data-fair/app-dashboards@1.0.4/dist/assets/index-DJda6TuR.css">
|
|
30
30
|
</head>
|
|
31
31
|
|
|
32
32
|
<body>
|