@lab-anssi/ui-kit 1.53.0 → 1.53.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/web-types.json +517 -48
- package/package.json +1 -1
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@lab-anssi/ui-kit",
|
|
4
|
-
"version": "1.53.
|
|
4
|
+
"version": "1.53.2",
|
|
5
5
|
"framework-config": {
|
|
6
6
|
"enable-when": {
|
|
7
7
|
"file-extensions": [
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
}
|
|
84
84
|
]
|
|
85
85
|
},
|
|
86
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-accordion--docs",
|
|
86
87
|
"slots": [
|
|
87
88
|
{
|
|
88
89
|
"name": "default",
|
|
@@ -198,6 +199,7 @@
|
|
|
198
199
|
}
|
|
199
200
|
]
|
|
200
201
|
},
|
|
202
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-alert--docs",
|
|
201
203
|
"slots": [
|
|
202
204
|
{
|
|
203
205
|
"name": "description",
|
|
@@ -292,7 +294,8 @@
|
|
|
292
294
|
"type": "'default' | 'accent' | 'status'"
|
|
293
295
|
}
|
|
294
296
|
]
|
|
295
|
-
}
|
|
297
|
+
},
|
|
298
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-badge--docs"
|
|
296
299
|
},
|
|
297
300
|
{
|
|
298
301
|
"name": "dsfr-badges-group",
|
|
@@ -337,7 +340,8 @@
|
|
|
337
340
|
"type": "'div' | 'ul'"
|
|
338
341
|
}
|
|
339
342
|
]
|
|
340
|
-
}
|
|
343
|
+
},
|
|
344
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-badges-group--docs"
|
|
341
345
|
},
|
|
342
346
|
{
|
|
343
347
|
"name": "dsfr-breadcrumb",
|
|
@@ -430,7 +434,8 @@
|
|
|
430
434
|
"type": "boolean"
|
|
431
435
|
}
|
|
432
436
|
]
|
|
433
|
-
}
|
|
437
|
+
},
|
|
438
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-breadcrumb--docs"
|
|
434
439
|
},
|
|
435
440
|
{
|
|
436
441
|
"name": "dsfr-button",
|
|
@@ -620,6 +625,7 @@
|
|
|
620
625
|
}
|
|
621
626
|
]
|
|
622
627
|
},
|
|
628
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-button--docs",
|
|
623
629
|
"slots": [
|
|
624
630
|
{
|
|
625
631
|
"name": "default",
|
|
@@ -742,7 +748,8 @@
|
|
|
742
748
|
"type": "string"
|
|
743
749
|
}
|
|
744
750
|
]
|
|
745
|
-
}
|
|
751
|
+
},
|
|
752
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-buttons-group--docs"
|
|
746
753
|
},
|
|
747
754
|
{
|
|
748
755
|
"name": "dsfr-callout",
|
|
@@ -872,6 +879,7 @@
|
|
|
872
879
|
}
|
|
873
880
|
]
|
|
874
881
|
},
|
|
882
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-callout--docs",
|
|
875
883
|
"slots": [
|
|
876
884
|
{
|
|
877
885
|
"name": "button",
|
|
@@ -1295,6 +1303,7 @@
|
|
|
1295
1303
|
}
|
|
1296
1304
|
]
|
|
1297
1305
|
},
|
|
1306
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-card--docs",
|
|
1298
1307
|
"slots": [
|
|
1299
1308
|
{
|
|
1300
1309
|
"name": "badgesgroup",
|
|
@@ -1426,6 +1435,12 @@
|
|
|
1426
1435
|
"value": {
|
|
1427
1436
|
"type": "boolean"
|
|
1428
1437
|
}
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"name": "onvaluechanged",
|
|
1441
|
+
"value": {
|
|
1442
|
+
"type": "(event: CustomEvent) => void"
|
|
1443
|
+
}
|
|
1429
1444
|
}
|
|
1430
1445
|
],
|
|
1431
1446
|
"js": {
|
|
@@ -1499,6 +1514,10 @@
|
|
|
1499
1514
|
"name": "indeterminate",
|
|
1500
1515
|
"description": "Attribut indeterminate de la checkbox",
|
|
1501
1516
|
"type": "boolean"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "onvaluechanged",
|
|
1520
|
+
"type": "(event: CustomEvent) => void"
|
|
1502
1521
|
}
|
|
1503
1522
|
],
|
|
1504
1523
|
"events": [
|
|
@@ -1507,6 +1526,12 @@
|
|
|
1507
1526
|
}
|
|
1508
1527
|
]
|
|
1509
1528
|
},
|
|
1529
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-checkbox--docs",
|
|
1530
|
+
"events": [
|
|
1531
|
+
{
|
|
1532
|
+
"name": "valuechanged"
|
|
1533
|
+
}
|
|
1534
|
+
],
|
|
1510
1535
|
"slots": [
|
|
1511
1536
|
{
|
|
1512
1537
|
"name": "default",
|
|
@@ -1614,6 +1639,13 @@
|
|
|
1614
1639
|
"value": {
|
|
1615
1640
|
"type": "boolean"
|
|
1616
1641
|
}
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "onvalueschanged",
|
|
1645
|
+
"description": "detail: values",
|
|
1646
|
+
"value": {
|
|
1647
|
+
"type": "(event: CustomEvent) => void"
|
|
1648
|
+
}
|
|
1617
1649
|
}
|
|
1618
1650
|
],
|
|
1619
1651
|
"js": {
|
|
@@ -1687,6 +1719,11 @@
|
|
|
1687
1719
|
"name": "required",
|
|
1688
1720
|
"description": "Rend le groupe de checkboxes obligatoire (au moins une sélection requise)",
|
|
1689
1721
|
"type": "boolean"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"name": "onvalueschanged",
|
|
1725
|
+
"description": "detail: values",
|
|
1726
|
+
"type": "(event: CustomEvent) => void"
|
|
1690
1727
|
}
|
|
1691
1728
|
],
|
|
1692
1729
|
"events": [
|
|
@@ -1695,7 +1732,14 @@
|
|
|
1695
1732
|
"description": "detail: values"
|
|
1696
1733
|
}
|
|
1697
1734
|
]
|
|
1698
|
-
}
|
|
1735
|
+
},
|
|
1736
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-checkboxes-group--docs",
|
|
1737
|
+
"events": [
|
|
1738
|
+
{
|
|
1739
|
+
"name": "valueschanged",
|
|
1740
|
+
"description": "detail: values"
|
|
1741
|
+
}
|
|
1742
|
+
]
|
|
1699
1743
|
},
|
|
1700
1744
|
{
|
|
1701
1745
|
"name": "dsfr-connect",
|
|
@@ -1764,7 +1808,8 @@
|
|
|
1764
1808
|
"type": "boolean"
|
|
1765
1809
|
}
|
|
1766
1810
|
]
|
|
1767
|
-
}
|
|
1811
|
+
},
|
|
1812
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-connect-button--docs"
|
|
1768
1813
|
},
|
|
1769
1814
|
{
|
|
1770
1815
|
"name": "dsfr-container",
|
|
@@ -1786,6 +1831,7 @@
|
|
|
1786
1831
|
}
|
|
1787
1832
|
]
|
|
1788
1833
|
},
|
|
1834
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-container--docs",
|
|
1789
1835
|
"slots": [
|
|
1790
1836
|
{
|
|
1791
1837
|
"name": "default",
|
|
@@ -1933,6 +1979,7 @@
|
|
|
1933
1979
|
}
|
|
1934
1980
|
]
|
|
1935
1981
|
},
|
|
1982
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-content-media--docs",
|
|
1936
1983
|
"slots": [
|
|
1937
1984
|
{
|
|
1938
1985
|
"name": "image",
|
|
@@ -2027,6 +2074,13 @@
|
|
|
2027
2074
|
"value": {
|
|
2028
2075
|
"type": "string"
|
|
2029
2076
|
}
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"name": "onitemclicked",
|
|
2080
|
+
"description": "detail: { item, index }",
|
|
2081
|
+
"value": {
|
|
2082
|
+
"type": "(event: CustomEvent) => void"
|
|
2083
|
+
}
|
|
2030
2084
|
}
|
|
2031
2085
|
],
|
|
2032
2086
|
"js": {
|
|
@@ -2085,6 +2139,11 @@
|
|
|
2085
2139
|
"name": "items",
|
|
2086
2140
|
"description": "Items du menu",
|
|
2087
2141
|
"type": "string"
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"name": "onitemclicked",
|
|
2145
|
+
"description": "detail: { item, index }",
|
|
2146
|
+
"type": "(event: CustomEvent) => void"
|
|
2088
2147
|
}
|
|
2089
2148
|
],
|
|
2090
2149
|
"events": [
|
|
@@ -2094,6 +2153,13 @@
|
|
|
2094
2153
|
}
|
|
2095
2154
|
]
|
|
2096
2155
|
},
|
|
2156
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-dropdown--docs",
|
|
2157
|
+
"events": [
|
|
2158
|
+
{
|
|
2159
|
+
"name": "itemclicked",
|
|
2160
|
+
"description": "detail: { item, index }"
|
|
2161
|
+
}
|
|
2162
|
+
],
|
|
2097
2163
|
"slots": [
|
|
2098
2164
|
{
|
|
2099
2165
|
"name": "button",
|
|
@@ -2376,7 +2442,8 @@
|
|
|
2376
2442
|
"type": "boolean"
|
|
2377
2443
|
}
|
|
2378
2444
|
]
|
|
2379
|
-
}
|
|
2445
|
+
},
|
|
2446
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-footer--docs"
|
|
2380
2447
|
},
|
|
2381
2448
|
{
|
|
2382
2449
|
"name": "dsfr-header",
|
|
@@ -2646,6 +2713,13 @@
|
|
|
2646
2713
|
"value": {
|
|
2647
2714
|
"type": "boolean"
|
|
2648
2715
|
}
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"name": "ontoolLinkClick",
|
|
2719
|
+
"description": "detail: link",
|
|
2720
|
+
"value": {
|
|
2721
|
+
"type": "(event: CustomEvent) => void"
|
|
2722
|
+
}
|
|
2649
2723
|
}
|
|
2650
2724
|
],
|
|
2651
2725
|
"js": {
|
|
@@ -2839,6 +2913,11 @@
|
|
|
2839
2913
|
"name": "fluid",
|
|
2840
2914
|
"description": "Permet de définir le conteneur comme \"fluide\" ou non",
|
|
2841
2915
|
"type": "boolean"
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"name": "ontoolLinkClick",
|
|
2919
|
+
"description": "detail: link",
|
|
2920
|
+
"type": "(event: CustomEvent) => void"
|
|
2842
2921
|
}
|
|
2843
2922
|
],
|
|
2844
2923
|
"events": [
|
|
@@ -2848,6 +2927,13 @@
|
|
|
2848
2927
|
}
|
|
2849
2928
|
]
|
|
2850
2929
|
},
|
|
2930
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-header--docs",
|
|
2931
|
+
"events": [
|
|
2932
|
+
{
|
|
2933
|
+
"name": "toolLinkClick",
|
|
2934
|
+
"description": "detail: link"
|
|
2935
|
+
}
|
|
2936
|
+
],
|
|
2851
2937
|
"slots": [
|
|
2852
2938
|
{
|
|
2853
2939
|
"name": "beforenavbarbuttons",
|
|
@@ -2939,6 +3025,7 @@
|
|
|
2939
3025
|
}
|
|
2940
3026
|
]
|
|
2941
3027
|
},
|
|
3028
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-highlight--docs",
|
|
2942
3029
|
"slots": [
|
|
2943
3030
|
{
|
|
2944
3031
|
"name": "title",
|
|
@@ -3113,6 +3200,12 @@
|
|
|
3113
3200
|
"value": {
|
|
3114
3201
|
"type": "number"
|
|
3115
3202
|
}
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"name": "onvaluechanged",
|
|
3206
|
+
"value": {
|
|
3207
|
+
"type": "(event: CustomEvent) => void"
|
|
3208
|
+
}
|
|
3116
3209
|
}
|
|
3117
3210
|
],
|
|
3118
3211
|
"js": {
|
|
@@ -3231,6 +3324,10 @@
|
|
|
3231
3324
|
"name": "step",
|
|
3232
3325
|
"description": "Valeur de l'attribut step du champs de saisie _(valable uniquement dans ce composant pour les champs de type \"date\" et \"number\")_",
|
|
3233
3326
|
"type": "number"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"name": "onvaluechanged",
|
|
3330
|
+
"type": "(event: CustomEvent) => void"
|
|
3234
3331
|
}
|
|
3235
3332
|
],
|
|
3236
3333
|
"events": [
|
|
@@ -3238,7 +3335,13 @@
|
|
|
3238
3335
|
"name": "valuechanged"
|
|
3239
3336
|
}
|
|
3240
3337
|
]
|
|
3241
|
-
}
|
|
3338
|
+
},
|
|
3339
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-input--docs",
|
|
3340
|
+
"events": [
|
|
3341
|
+
{
|
|
3342
|
+
"name": "valuechanged"
|
|
3343
|
+
}
|
|
3344
|
+
]
|
|
3242
3345
|
},
|
|
3243
3346
|
{
|
|
3244
3347
|
"name": "dsfr-link",
|
|
@@ -3427,7 +3530,8 @@
|
|
|
3427
3530
|
"type": "boolean"
|
|
3428
3531
|
}
|
|
3429
3532
|
]
|
|
3430
|
-
}
|
|
3533
|
+
},
|
|
3534
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-link--docs"
|
|
3431
3535
|
},
|
|
3432
3536
|
{
|
|
3433
3537
|
"name": "dsfr-logo",
|
|
@@ -3460,7 +3564,8 @@
|
|
|
3460
3564
|
"type": "'sm' | 'md' | 'lg'"
|
|
3461
3565
|
}
|
|
3462
3566
|
]
|
|
3463
|
-
}
|
|
3567
|
+
},
|
|
3568
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-logo--docs"
|
|
3464
3569
|
},
|
|
3465
3570
|
{
|
|
3466
3571
|
"name": "dsfr-messages-group",
|
|
@@ -3565,7 +3670,8 @@
|
|
|
3565
3670
|
"type": "'field' | 'fieldset'"
|
|
3566
3671
|
}
|
|
3567
3672
|
]
|
|
3568
|
-
}
|
|
3673
|
+
},
|
|
3674
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-messages-group--docs"
|
|
3569
3675
|
},
|
|
3570
3676
|
{
|
|
3571
3677
|
"name": "dsfr-navigation",
|
|
@@ -3610,7 +3716,8 @@
|
|
|
3610
3716
|
"type": "string"
|
|
3611
3717
|
}
|
|
3612
3718
|
]
|
|
3613
|
-
}
|
|
3719
|
+
},
|
|
3720
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-navigation--docs"
|
|
3614
3721
|
},
|
|
3615
3722
|
{
|
|
3616
3723
|
"name": "dsfr-notice",
|
|
@@ -3799,7 +3906,8 @@
|
|
|
3799
3906
|
"type": "string"
|
|
3800
3907
|
}
|
|
3801
3908
|
]
|
|
3802
|
-
}
|
|
3909
|
+
},
|
|
3910
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-notice--docs"
|
|
3803
3911
|
},
|
|
3804
3912
|
{
|
|
3805
3913
|
"name": "dsfr-pagination",
|
|
@@ -3940,7 +4048,8 @@
|
|
|
3940
4048
|
"type": "number"
|
|
3941
4049
|
}
|
|
3942
4050
|
]
|
|
3943
|
-
}
|
|
4051
|
+
},
|
|
4052
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-pagination--docs"
|
|
3944
4053
|
},
|
|
3945
4054
|
{
|
|
3946
4055
|
"name": "dsfr-quote",
|
|
@@ -4081,7 +4190,8 @@
|
|
|
4081
4190
|
"type": "string"
|
|
4082
4191
|
}
|
|
4083
4192
|
]
|
|
4084
|
-
}
|
|
4193
|
+
},
|
|
4194
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-quote--docs"
|
|
4085
4195
|
},
|
|
4086
4196
|
{
|
|
4087
4197
|
"name": "dsfr-radio",
|
|
@@ -4176,6 +4286,12 @@
|
|
|
4176
4286
|
"value": {
|
|
4177
4287
|
"type": "boolean"
|
|
4178
4288
|
}
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"name": "onvaluechanged",
|
|
4292
|
+
"value": {
|
|
4293
|
+
"type": "(event: CustomEvent) => void"
|
|
4294
|
+
}
|
|
4179
4295
|
}
|
|
4180
4296
|
],
|
|
4181
4297
|
"js": {
|
|
@@ -4244,6 +4360,10 @@
|
|
|
4244
4360
|
"name": "required",
|
|
4245
4361
|
"description": "Attribut required du composant",
|
|
4246
4362
|
"type": "boolean"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"name": "onvaluechanged",
|
|
4366
|
+
"type": "(event: CustomEvent) => void"
|
|
4247
4367
|
}
|
|
4248
4368
|
],
|
|
4249
4369
|
"events": [
|
|
@@ -4251,7 +4371,13 @@
|
|
|
4251
4371
|
"name": "valuechanged"
|
|
4252
4372
|
}
|
|
4253
4373
|
]
|
|
4254
|
-
}
|
|
4374
|
+
},
|
|
4375
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-radio--docs",
|
|
4376
|
+
"events": [
|
|
4377
|
+
{
|
|
4378
|
+
"name": "valuechanged"
|
|
4379
|
+
}
|
|
4380
|
+
]
|
|
4255
4381
|
},
|
|
4256
4382
|
{
|
|
4257
4383
|
"name": "dsfr-radios-group",
|
|
@@ -4353,6 +4479,13 @@
|
|
|
4353
4479
|
"value": {
|
|
4354
4480
|
"type": "boolean"
|
|
4355
4481
|
}
|
|
4482
|
+
},
|
|
4483
|
+
{
|
|
4484
|
+
"name": "onvaluechanged",
|
|
4485
|
+
"description": "detail: value",
|
|
4486
|
+
"value": {
|
|
4487
|
+
"type": "(event: CustomEvent) => void"
|
|
4488
|
+
}
|
|
4356
4489
|
}
|
|
4357
4490
|
],
|
|
4358
4491
|
"js": {
|
|
@@ -4426,6 +4559,11 @@
|
|
|
4426
4559
|
"name": "required",
|
|
4427
4560
|
"description": "Attribut required du composant",
|
|
4428
4561
|
"type": "boolean"
|
|
4562
|
+
},
|
|
4563
|
+
{
|
|
4564
|
+
"name": "onvaluechanged",
|
|
4565
|
+
"description": "detail: value",
|
|
4566
|
+
"type": "(event: CustomEvent) => void"
|
|
4429
4567
|
}
|
|
4430
4568
|
],
|
|
4431
4569
|
"events": [
|
|
@@ -4434,7 +4572,14 @@
|
|
|
4434
4572
|
"description": "detail: value"
|
|
4435
4573
|
}
|
|
4436
4574
|
]
|
|
4437
|
-
}
|
|
4575
|
+
},
|
|
4576
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-radios-group--docs",
|
|
4577
|
+
"events": [
|
|
4578
|
+
{
|
|
4579
|
+
"name": "valuechanged",
|
|
4580
|
+
"description": "detail: value"
|
|
4581
|
+
}
|
|
4582
|
+
]
|
|
4438
4583
|
},
|
|
4439
4584
|
{
|
|
4440
4585
|
"name": "dsfr-range",
|
|
@@ -4592,6 +4737,18 @@
|
|
|
4592
4737
|
"value": {
|
|
4593
4738
|
"type": "boolean"
|
|
4594
4739
|
}
|
|
4740
|
+
},
|
|
4741
|
+
{
|
|
4742
|
+
"name": "onvaluechanged",
|
|
4743
|
+
"value": {
|
|
4744
|
+
"type": "(event: CustomEvent) => void"
|
|
4745
|
+
}
|
|
4746
|
+
},
|
|
4747
|
+
{
|
|
4748
|
+
"name": "onvalue2changed",
|
|
4749
|
+
"value": {
|
|
4750
|
+
"type": "(event: CustomEvent) => void"
|
|
4751
|
+
}
|
|
4595
4752
|
}
|
|
4596
4753
|
],
|
|
4597
4754
|
"js": {
|
|
@@ -4705,6 +4862,14 @@
|
|
|
4705
4862
|
"name": "hideOutputLabel",
|
|
4706
4863
|
"description": "Permet de masquer le texte de l'élément 'output'",
|
|
4707
4864
|
"type": "boolean"
|
|
4865
|
+
},
|
|
4866
|
+
{
|
|
4867
|
+
"name": "onvaluechanged",
|
|
4868
|
+
"type": "(event: CustomEvent) => void"
|
|
4869
|
+
},
|
|
4870
|
+
{
|
|
4871
|
+
"name": "onvalue2changed",
|
|
4872
|
+
"type": "(event: CustomEvent) => void"
|
|
4708
4873
|
}
|
|
4709
4874
|
],
|
|
4710
4875
|
"events": [
|
|
@@ -4716,6 +4881,15 @@
|
|
|
4716
4881
|
}
|
|
4717
4882
|
]
|
|
4718
4883
|
},
|
|
4884
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-range--docs",
|
|
4885
|
+
"events": [
|
|
4886
|
+
{
|
|
4887
|
+
"name": "valuechanged"
|
|
4888
|
+
},
|
|
4889
|
+
{
|
|
4890
|
+
"name": "value2changed"
|
|
4891
|
+
}
|
|
4892
|
+
],
|
|
4719
4893
|
"slots": [
|
|
4720
4894
|
{
|
|
4721
4895
|
"name": "messagesgroup",
|
|
@@ -4837,6 +5011,18 @@
|
|
|
4837
5011
|
"value": {
|
|
4838
5012
|
"type": "boolean"
|
|
4839
5013
|
}
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
"name": "onvaluechanged",
|
|
5017
|
+
"value": {
|
|
5018
|
+
"type": "(event: CustomEvent) => void"
|
|
5019
|
+
}
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"name": "onsearch",
|
|
5023
|
+
"value": {
|
|
5024
|
+
"type": "(event: CustomEvent) => void"
|
|
5025
|
+
}
|
|
4840
5026
|
}
|
|
4841
5027
|
],
|
|
4842
5028
|
"js": {
|
|
@@ -4920,6 +5106,14 @@
|
|
|
4920
5106
|
"name": "required",
|
|
4921
5107
|
"description": "Rend le champ de saisie obligatoire",
|
|
4922
5108
|
"type": "boolean"
|
|
5109
|
+
},
|
|
5110
|
+
{
|
|
5111
|
+
"name": "onvaluechanged",
|
|
5112
|
+
"type": "(event: CustomEvent) => void"
|
|
5113
|
+
},
|
|
5114
|
+
{
|
|
5115
|
+
"name": "onsearch",
|
|
5116
|
+
"type": "(event: CustomEvent) => void"
|
|
4923
5117
|
}
|
|
4924
5118
|
],
|
|
4925
5119
|
"events": [
|
|
@@ -4930,7 +5124,16 @@
|
|
|
4930
5124
|
"name": "search"
|
|
4931
5125
|
}
|
|
4932
5126
|
]
|
|
4933
|
-
}
|
|
5127
|
+
},
|
|
5128
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-search--docs",
|
|
5129
|
+
"events": [
|
|
5130
|
+
{
|
|
5131
|
+
"name": "valuechanged"
|
|
5132
|
+
},
|
|
5133
|
+
{
|
|
5134
|
+
"name": "search"
|
|
5135
|
+
}
|
|
5136
|
+
]
|
|
4934
5137
|
},
|
|
4935
5138
|
{
|
|
4936
5139
|
"name": "dsfr-segmented",
|
|
@@ -4990,6 +5193,12 @@
|
|
|
4990
5193
|
"value": {
|
|
4991
5194
|
"type": "string"
|
|
4992
5195
|
}
|
|
5196
|
+
},
|
|
5197
|
+
{
|
|
5198
|
+
"name": "onvaluechanged",
|
|
5199
|
+
"value": {
|
|
5200
|
+
"type": "(event: CustomEvent) => void"
|
|
5201
|
+
}
|
|
4993
5202
|
}
|
|
4994
5203
|
],
|
|
4995
5204
|
"js": {
|
|
@@ -5033,6 +5242,10 @@
|
|
|
5033
5242
|
"name": "value",
|
|
5034
5243
|
"description": "Valeur des segments",
|
|
5035
5244
|
"type": "string"
|
|
5245
|
+
},
|
|
5246
|
+
{
|
|
5247
|
+
"name": "onvaluechanged",
|
|
5248
|
+
"type": "(event: CustomEvent) => void"
|
|
5036
5249
|
}
|
|
5037
5250
|
],
|
|
5038
5251
|
"events": [
|
|
@@ -5040,7 +5253,13 @@
|
|
|
5040
5253
|
"name": "valuechanged"
|
|
5041
5254
|
}
|
|
5042
5255
|
]
|
|
5043
|
-
}
|
|
5256
|
+
},
|
|
5257
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-segmented--docs",
|
|
5258
|
+
"events": [
|
|
5259
|
+
{
|
|
5260
|
+
"name": "valuechanged"
|
|
5261
|
+
}
|
|
5262
|
+
]
|
|
5044
5263
|
},
|
|
5045
5264
|
{
|
|
5046
5265
|
"name": "dsfr-select",
|
|
@@ -5170,6 +5389,12 @@
|
|
|
5170
5389
|
"value": {
|
|
5171
5390
|
"type": "string"
|
|
5172
5391
|
}
|
|
5392
|
+
},
|
|
5393
|
+
{
|
|
5394
|
+
"name": "onvaluechanged",
|
|
5395
|
+
"value": {
|
|
5396
|
+
"type": "(event: CustomEvent) => void"
|
|
5397
|
+
}
|
|
5173
5398
|
}
|
|
5174
5399
|
],
|
|
5175
5400
|
"js": {
|
|
@@ -5263,6 +5488,10 @@
|
|
|
5263
5488
|
"name": "name",
|
|
5264
5489
|
"description": "Attribut name du champs de saisie",
|
|
5265
5490
|
"type": "string"
|
|
5491
|
+
},
|
|
5492
|
+
{
|
|
5493
|
+
"name": "onvaluechanged",
|
|
5494
|
+
"type": "(event: CustomEvent) => void"
|
|
5266
5495
|
}
|
|
5267
5496
|
],
|
|
5268
5497
|
"events": [
|
|
@@ -5271,6 +5500,12 @@
|
|
|
5271
5500
|
}
|
|
5272
5501
|
]
|
|
5273
5502
|
},
|
|
5503
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-select--docs",
|
|
5504
|
+
"events": [
|
|
5505
|
+
{
|
|
5506
|
+
"name": "valuechanged"
|
|
5507
|
+
}
|
|
5508
|
+
],
|
|
5274
5509
|
"slots": [
|
|
5275
5510
|
{
|
|
5276
5511
|
"name": "default",
|
|
@@ -5381,7 +5616,8 @@
|
|
|
5381
5616
|
"type": "string"
|
|
5382
5617
|
}
|
|
5383
5618
|
]
|
|
5384
|
-
}
|
|
5619
|
+
},
|
|
5620
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-side-menu--docs"
|
|
5385
5621
|
},
|
|
5386
5622
|
{
|
|
5387
5623
|
"name": "dsfr-skiplink",
|
|
@@ -5414,7 +5650,8 @@
|
|
|
5414
5650
|
"type": "string"
|
|
5415
5651
|
}
|
|
5416
5652
|
]
|
|
5417
|
-
}
|
|
5653
|
+
},
|
|
5654
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-skiplink--docs"
|
|
5418
5655
|
},
|
|
5419
5656
|
{
|
|
5420
5657
|
"name": "dsfr-stepper",
|
|
@@ -5495,7 +5732,8 @@
|
|
|
5495
5732
|
"type": "boolean"
|
|
5496
5733
|
}
|
|
5497
5734
|
]
|
|
5498
|
-
}
|
|
5735
|
+
},
|
|
5736
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-stepper--docs"
|
|
5499
5737
|
},
|
|
5500
5738
|
{
|
|
5501
5739
|
"name": "dsfr-table",
|
|
@@ -5716,6 +5954,27 @@
|
|
|
5716
5954
|
"value": {
|
|
5717
5955
|
"type": "string"
|
|
5718
5956
|
}
|
|
5957
|
+
},
|
|
5958
|
+
{
|
|
5959
|
+
"name": "onrowsperpagechanged",
|
|
5960
|
+
"description": "detail: newValue",
|
|
5961
|
+
"value": {
|
|
5962
|
+
"type": "(event: CustomEvent) => void"
|
|
5963
|
+
}
|
|
5964
|
+
},
|
|
5965
|
+
{
|
|
5966
|
+
"name": "onpagechanged",
|
|
5967
|
+
"description": "detail: page",
|
|
5968
|
+
"value": {
|
|
5969
|
+
"type": "(event: CustomEvent) => void"
|
|
5970
|
+
}
|
|
5971
|
+
},
|
|
5972
|
+
{
|
|
5973
|
+
"name": "onselectionchanged",
|
|
5974
|
+
"description": "detail: { keys: updatedKeys, rows: updatedRows }",
|
|
5975
|
+
"value": {
|
|
5976
|
+
"type": "(event: CustomEvent) => void"
|
|
5977
|
+
}
|
|
5719
5978
|
}
|
|
5720
5979
|
],
|
|
5721
5980
|
"js": {
|
|
@@ -5874,6 +6133,21 @@
|
|
|
5874
6133
|
"name": "selectedRowKeys",
|
|
5875
6134
|
"description": "Clés des lignes sélectionnées (mode contrôlé).\nSi fourni, le composant utilise cette valeur ; sinon, il gère sa propre sélection en interne.",
|
|
5876
6135
|
"type": "string"
|
|
6136
|
+
},
|
|
6137
|
+
{
|
|
6138
|
+
"name": "onrowsperpagechanged",
|
|
6139
|
+
"description": "detail: newValue",
|
|
6140
|
+
"type": "(event: CustomEvent) => void"
|
|
6141
|
+
},
|
|
6142
|
+
{
|
|
6143
|
+
"name": "onpagechanged",
|
|
6144
|
+
"description": "detail: page",
|
|
6145
|
+
"type": "(event: CustomEvent) => void"
|
|
6146
|
+
},
|
|
6147
|
+
{
|
|
6148
|
+
"name": "onselectionchanged",
|
|
6149
|
+
"description": "detail: { keys: updatedKeys, rows: updatedRows }",
|
|
6150
|
+
"type": "(event: CustomEvent) => void"
|
|
5877
6151
|
}
|
|
5878
6152
|
],
|
|
5879
6153
|
"events": [
|
|
@@ -5891,6 +6165,21 @@
|
|
|
5891
6165
|
}
|
|
5892
6166
|
]
|
|
5893
6167
|
},
|
|
6168
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-table--docs",
|
|
6169
|
+
"events": [
|
|
6170
|
+
{
|
|
6171
|
+
"name": "rowsperpagechanged",
|
|
6172
|
+
"description": "detail: newValue"
|
|
6173
|
+
},
|
|
6174
|
+
{
|
|
6175
|
+
"name": "pagechanged",
|
|
6176
|
+
"description": "detail: page"
|
|
6177
|
+
},
|
|
6178
|
+
{
|
|
6179
|
+
"name": "selectionchanged",
|
|
6180
|
+
"description": "detail: { keys: updatedKeys, rows: updatedRows }"
|
|
6181
|
+
}
|
|
6182
|
+
],
|
|
5894
6183
|
"slots": [
|
|
5895
6184
|
{
|
|
5896
6185
|
"name": "headersegmented",
|
|
@@ -5967,6 +6256,13 @@
|
|
|
5967
6256
|
"value": {
|
|
5968
6257
|
"type": "number"
|
|
5969
6258
|
}
|
|
6259
|
+
},
|
|
6260
|
+
{
|
|
6261
|
+
"name": "onlinkclicked",
|
|
6262
|
+
"description": "detail: { index, link }",
|
|
6263
|
+
"value": {
|
|
6264
|
+
"type": "(event: CustomEvent) => void"
|
|
6265
|
+
}
|
|
5970
6266
|
}
|
|
5971
6267
|
],
|
|
5972
6268
|
"js": {
|
|
@@ -5995,6 +6291,11 @@
|
|
|
5995
6291
|
"name": "activeIndex",
|
|
5996
6292
|
"description": "Index du lien actif. Prend le dessus sur `links[i].current` si fourni.\nPermet un contrôle externe de l'état actif sans reconstruire le tableau `links`.",
|
|
5997
6293
|
"type": "number"
|
|
6294
|
+
},
|
|
6295
|
+
{
|
|
6296
|
+
"name": "onlinkclicked",
|
|
6297
|
+
"description": "detail: { index, link }",
|
|
6298
|
+
"type": "(event: CustomEvent) => void"
|
|
5998
6299
|
}
|
|
5999
6300
|
],
|
|
6000
6301
|
"events": [
|
|
@@ -6003,7 +6304,14 @@
|
|
|
6003
6304
|
"description": "detail: { index, link }"
|
|
6004
6305
|
}
|
|
6005
6306
|
]
|
|
6006
|
-
}
|
|
6307
|
+
},
|
|
6308
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-tabnav--docs",
|
|
6309
|
+
"events": [
|
|
6310
|
+
{
|
|
6311
|
+
"name": "linkclicked",
|
|
6312
|
+
"description": "detail: { index, link }"
|
|
6313
|
+
}
|
|
6314
|
+
]
|
|
6007
6315
|
},
|
|
6008
6316
|
{
|
|
6009
6317
|
"name": "dsfr-tabs",
|
|
@@ -6035,6 +6343,13 @@
|
|
|
6035
6343
|
"value": {
|
|
6036
6344
|
"type": "number"
|
|
6037
6345
|
}
|
|
6346
|
+
},
|
|
6347
|
+
{
|
|
6348
|
+
"name": "ontabchanged",
|
|
6349
|
+
"description": "detail: { index, tab: tabs[index] }",
|
|
6350
|
+
"value": {
|
|
6351
|
+
"type": "(event: CustomEvent) => void"
|
|
6352
|
+
}
|
|
6038
6353
|
}
|
|
6039
6354
|
],
|
|
6040
6355
|
"js": {
|
|
@@ -6058,6 +6373,11 @@
|
|
|
6058
6373
|
"name": "activeTabIndex",
|
|
6059
6374
|
"description": "Index de l'onglet actif à l'initialisation",
|
|
6060
6375
|
"type": "number"
|
|
6376
|
+
},
|
|
6377
|
+
{
|
|
6378
|
+
"name": "ontabchanged",
|
|
6379
|
+
"description": "detail: { index, tab: tabs[index] }",
|
|
6380
|
+
"type": "(event: CustomEvent) => void"
|
|
6061
6381
|
}
|
|
6062
6382
|
],
|
|
6063
6383
|
"events": [
|
|
@@ -6066,7 +6386,14 @@
|
|
|
6066
6386
|
"description": "detail: { index, tab: tabs[index] }"
|
|
6067
6387
|
}
|
|
6068
6388
|
]
|
|
6069
|
-
}
|
|
6389
|
+
},
|
|
6390
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-tabs--docs",
|
|
6391
|
+
"events": [
|
|
6392
|
+
{
|
|
6393
|
+
"name": "tabchanged",
|
|
6394
|
+
"description": "detail: { index, tab: tabs[index] }"
|
|
6395
|
+
}
|
|
6396
|
+
]
|
|
6070
6397
|
},
|
|
6071
6398
|
{
|
|
6072
6399
|
"name": "dsfr-tag",
|
|
@@ -6219,7 +6546,8 @@
|
|
|
6219
6546
|
"type": "string"
|
|
6220
6547
|
}
|
|
6221
6548
|
]
|
|
6222
|
-
}
|
|
6549
|
+
},
|
|
6550
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-tag--docs"
|
|
6223
6551
|
},
|
|
6224
6552
|
{
|
|
6225
6553
|
"name": "dsfr-tags-group",
|
|
@@ -6288,7 +6616,8 @@
|
|
|
6288
6616
|
"type": "boolean"
|
|
6289
6617
|
}
|
|
6290
6618
|
]
|
|
6291
|
-
}
|
|
6619
|
+
},
|
|
6620
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-tagsgroup--docs"
|
|
6292
6621
|
},
|
|
6293
6622
|
{
|
|
6294
6623
|
"name": "dsfr-textarea",
|
|
@@ -6425,6 +6754,12 @@
|
|
|
6425
6754
|
"value": {
|
|
6426
6755
|
"type": "boolean"
|
|
6427
6756
|
}
|
|
6757
|
+
},
|
|
6758
|
+
{
|
|
6759
|
+
"name": "onvaluechanged",
|
|
6760
|
+
"value": {
|
|
6761
|
+
"type": "(event: CustomEvent) => void"
|
|
6762
|
+
}
|
|
6428
6763
|
}
|
|
6429
6764
|
],
|
|
6430
6765
|
"js": {
|
|
@@ -6523,6 +6858,10 @@
|
|
|
6523
6858
|
"name": "required",
|
|
6524
6859
|
"description": "Rend le champs de saisie obligatoire",
|
|
6525
6860
|
"type": "boolean"
|
|
6861
|
+
},
|
|
6862
|
+
{
|
|
6863
|
+
"name": "onvaluechanged",
|
|
6864
|
+
"type": "(event: CustomEvent) => void"
|
|
6526
6865
|
}
|
|
6527
6866
|
],
|
|
6528
6867
|
"events": [
|
|
@@ -6530,7 +6869,13 @@
|
|
|
6530
6869
|
"name": "valuechanged"
|
|
6531
6870
|
}
|
|
6532
6871
|
]
|
|
6533
|
-
}
|
|
6872
|
+
},
|
|
6873
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-textarea--docs",
|
|
6874
|
+
"events": [
|
|
6875
|
+
{
|
|
6876
|
+
"name": "valuechanged"
|
|
6877
|
+
}
|
|
6878
|
+
]
|
|
6534
6879
|
},
|
|
6535
6880
|
{
|
|
6536
6881
|
"name": "dsfr-tile",
|
|
@@ -6838,6 +7183,7 @@
|
|
|
6838
7183
|
}
|
|
6839
7184
|
]
|
|
6840
7185
|
},
|
|
7186
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-tile--docs",
|
|
6841
7187
|
"slots": [
|
|
6842
7188
|
{
|
|
6843
7189
|
"name": "description",
|
|
@@ -6950,6 +7296,12 @@
|
|
|
6950
7296
|
"value": {
|
|
6951
7297
|
"type": "boolean"
|
|
6952
7298
|
}
|
|
7299
|
+
},
|
|
7300
|
+
{
|
|
7301
|
+
"name": "onvaluechanged",
|
|
7302
|
+
"value": {
|
|
7303
|
+
"type": "(event: CustomEvent) => void"
|
|
7304
|
+
}
|
|
6953
7305
|
}
|
|
6954
7306
|
],
|
|
6955
7307
|
"js": {
|
|
@@ -7018,6 +7370,10 @@
|
|
|
7018
7370
|
"name": "required",
|
|
7019
7371
|
"description": "Attribut required de la checkbox",
|
|
7020
7372
|
"type": "boolean"
|
|
7373
|
+
},
|
|
7374
|
+
{
|
|
7375
|
+
"name": "onvaluechanged",
|
|
7376
|
+
"type": "(event: CustomEvent) => void"
|
|
7021
7377
|
}
|
|
7022
7378
|
],
|
|
7023
7379
|
"events": [
|
|
@@ -7025,7 +7381,13 @@
|
|
|
7025
7381
|
"name": "valuechanged"
|
|
7026
7382
|
}
|
|
7027
7383
|
]
|
|
7028
|
-
}
|
|
7384
|
+
},
|
|
7385
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-toggle--docs",
|
|
7386
|
+
"events": [
|
|
7387
|
+
{
|
|
7388
|
+
"name": "valuechanged"
|
|
7389
|
+
}
|
|
7390
|
+
]
|
|
7029
7391
|
},
|
|
7030
7392
|
{
|
|
7031
7393
|
"name": "dsfr-transcription",
|
|
@@ -7095,6 +7457,7 @@
|
|
|
7095
7457
|
}
|
|
7096
7458
|
]
|
|
7097
7459
|
},
|
|
7460
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-transcription--docs",
|
|
7098
7461
|
"slots": [
|
|
7099
7462
|
{
|
|
7100
7463
|
"name": "default",
|
|
@@ -7191,7 +7554,8 @@
|
|
|
7191
7554
|
"type": "'primary' | 'secondary' | 'tertiary' | 'tertiary-no-outline' | 'inverted-primary' | 'inverted-secondary'"
|
|
7192
7555
|
}
|
|
7193
7556
|
]
|
|
7194
|
-
}
|
|
7557
|
+
},
|
|
7558
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-translate--docs"
|
|
7195
7559
|
},
|
|
7196
7560
|
{
|
|
7197
7561
|
"name": "dsfr-user",
|
|
@@ -7286,6 +7650,19 @@
|
|
|
7286
7650
|
"value": {
|
|
7287
7651
|
"type": "string"
|
|
7288
7652
|
}
|
|
7653
|
+
},
|
|
7654
|
+
{
|
|
7655
|
+
"name": "onlogout",
|
|
7656
|
+
"value": {
|
|
7657
|
+
"type": "(event: CustomEvent) => void"
|
|
7658
|
+
}
|
|
7659
|
+
},
|
|
7660
|
+
{
|
|
7661
|
+
"name": "onlinkclicked",
|
|
7662
|
+
"description": "detail: { link, index }",
|
|
7663
|
+
"value": {
|
|
7664
|
+
"type": "(event: CustomEvent) => void"
|
|
7665
|
+
}
|
|
7289
7666
|
}
|
|
7290
7667
|
],
|
|
7291
7668
|
"js": {
|
|
@@ -7354,6 +7731,15 @@
|
|
|
7354
7731
|
"name": "logoutLabel",
|
|
7355
7732
|
"description": "Libellé du bouton de déconnexion",
|
|
7356
7733
|
"type": "string"
|
|
7734
|
+
},
|
|
7735
|
+
{
|
|
7736
|
+
"name": "onlogout",
|
|
7737
|
+
"type": "(event: CustomEvent) => void"
|
|
7738
|
+
},
|
|
7739
|
+
{
|
|
7740
|
+
"name": "onlinkclicked",
|
|
7741
|
+
"description": "detail: { link, index }",
|
|
7742
|
+
"type": "(event: CustomEvent) => void"
|
|
7357
7743
|
}
|
|
7358
7744
|
],
|
|
7359
7745
|
"events": [
|
|
@@ -7366,6 +7752,16 @@
|
|
|
7366
7752
|
}
|
|
7367
7753
|
]
|
|
7368
7754
|
},
|
|
7755
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-user--docs",
|
|
7756
|
+
"events": [
|
|
7757
|
+
{
|
|
7758
|
+
"name": "logout"
|
|
7759
|
+
},
|
|
7760
|
+
{
|
|
7761
|
+
"name": "linkclicked",
|
|
7762
|
+
"description": "detail: { link, index }"
|
|
7763
|
+
}
|
|
7764
|
+
],
|
|
7369
7765
|
"slots": [
|
|
7370
7766
|
{
|
|
7371
7767
|
"name": "logout",
|
|
@@ -7410,7 +7806,8 @@
|
|
|
7410
7806
|
"type": "boolean"
|
|
7411
7807
|
}
|
|
7412
7808
|
]
|
|
7413
|
-
}
|
|
7809
|
+
},
|
|
7810
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-alerte--docs"
|
|
7414
7811
|
},
|
|
7415
7812
|
{
|
|
7416
7813
|
"name": "lab-anssi-ancres",
|
|
@@ -7439,7 +7836,8 @@
|
|
|
7439
7836
|
"type": "number"
|
|
7440
7837
|
}
|
|
7441
7838
|
]
|
|
7442
|
-
}
|
|
7839
|
+
},
|
|
7840
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-ancres-parcours--docs"
|
|
7443
7841
|
},
|
|
7444
7842
|
{
|
|
7445
7843
|
"name": "lab-anssi-bandeau-page",
|
|
@@ -7569,6 +7967,7 @@
|
|
|
7569
7967
|
}
|
|
7570
7968
|
]
|
|
7571
7969
|
},
|
|
7970
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-bandeau-page--docs",
|
|
7572
7971
|
"slots": [
|
|
7573
7972
|
{
|
|
7574
7973
|
"name": "actions",
|
|
@@ -7625,7 +8024,8 @@
|
|
|
7625
8024
|
"type": "string"
|
|
7626
8025
|
}
|
|
7627
8026
|
]
|
|
7628
|
-
}
|
|
8027
|
+
},
|
|
8028
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-bandeautitre--docs"
|
|
7629
8029
|
},
|
|
7630
8030
|
{
|
|
7631
8031
|
"name": "lab-anssi-bouton",
|
|
@@ -7712,7 +8112,8 @@
|
|
|
7712
8112
|
"type": "boolean"
|
|
7713
8113
|
}
|
|
7714
8114
|
]
|
|
7715
|
-
}
|
|
8115
|
+
},
|
|
8116
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-bouton--docs"
|
|
7716
8117
|
},
|
|
7717
8118
|
{
|
|
7718
8119
|
"name": "lab-anssi-brique-contenu-a-deux-colonnes",
|
|
@@ -7781,7 +8182,8 @@
|
|
|
7781
8182
|
"type": "string"
|
|
7782
8183
|
}
|
|
7783
8184
|
]
|
|
7784
|
-
}
|
|
8185
|
+
},
|
|
8186
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-brique-contenu-a-deux-colonnes--docs"
|
|
7785
8187
|
},
|
|
7786
8188
|
{
|
|
7787
8189
|
"name": "lab-anssi-brique-hero",
|
|
@@ -7874,7 +8276,8 @@
|
|
|
7874
8276
|
"type": "string"
|
|
7875
8277
|
}
|
|
7876
8278
|
]
|
|
7877
|
-
}
|
|
8279
|
+
},
|
|
8280
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-brique-hero--docs"
|
|
7878
8281
|
},
|
|
7879
8282
|
{
|
|
7880
8283
|
"name": "lab-anssi-brique-rejoindre-la-communaute",
|
|
@@ -7931,7 +8334,8 @@
|
|
|
7931
8334
|
"type": "string"
|
|
7932
8335
|
}
|
|
7933
8336
|
]
|
|
7934
|
-
}
|
|
8337
|
+
},
|
|
8338
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-brique-rejoindre-la-communauté--docs"
|
|
7935
8339
|
},
|
|
7936
8340
|
{
|
|
7937
8341
|
"name": "lab-anssi-carrousel-tuiles",
|
|
@@ -7953,6 +8357,7 @@
|
|
|
7953
8357
|
}
|
|
7954
8358
|
]
|
|
7955
8359
|
},
|
|
8360
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-carrousel-de-tuiles--docs",
|
|
7956
8361
|
"slots": [
|
|
7957
8362
|
{
|
|
7958
8363
|
"name": "default",
|
|
@@ -7980,6 +8385,13 @@
|
|
|
7980
8385
|
"value": {
|
|
7981
8386
|
"type": "string"
|
|
7982
8387
|
}
|
|
8388
|
+
},
|
|
8389
|
+
{
|
|
8390
|
+
"name": "onvaleurachangee",
|
|
8391
|
+
"description": "detail: nouvelleValeur",
|
|
8392
|
+
"value": {
|
|
8393
|
+
"type": "(event: CustomEvent) => void"
|
|
8394
|
+
}
|
|
7983
8395
|
}
|
|
7984
8396
|
],
|
|
7985
8397
|
"js": {
|
|
@@ -7995,6 +8407,11 @@
|
|
|
7995
8407
|
{
|
|
7996
8408
|
"name": "valeur",
|
|
7997
8409
|
"type": "string"
|
|
8410
|
+
},
|
|
8411
|
+
{
|
|
8412
|
+
"name": "onvaleurachangee",
|
|
8413
|
+
"description": "detail: nouvelleValeur",
|
|
8414
|
+
"type": "(event: CustomEvent) => void"
|
|
7998
8415
|
}
|
|
7999
8416
|
],
|
|
8000
8417
|
"events": [
|
|
@@ -8003,7 +8420,14 @@
|
|
|
8003
8420
|
"description": "detail: nouvelleValeur"
|
|
8004
8421
|
}
|
|
8005
8422
|
]
|
|
8006
|
-
}
|
|
8423
|
+
},
|
|
8424
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-filtres-catalogue--docs",
|
|
8425
|
+
"events": [
|
|
8426
|
+
{
|
|
8427
|
+
"name": "valeurachangee",
|
|
8428
|
+
"description": "detail: nouvelleValeur"
|
|
8429
|
+
}
|
|
8430
|
+
]
|
|
8007
8431
|
},
|
|
8008
8432
|
{
|
|
8009
8433
|
"name": "lab-anssi-icone",
|
|
@@ -8034,7 +8458,8 @@
|
|
|
8034
8458
|
"type": "string"
|
|
8035
8459
|
}
|
|
8036
8460
|
]
|
|
8037
|
-
}
|
|
8461
|
+
},
|
|
8462
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-icone--docs"
|
|
8038
8463
|
},
|
|
8039
8464
|
{
|
|
8040
8465
|
"name": "lab-anssi-lien",
|
|
@@ -8151,7 +8576,8 @@
|
|
|
8151
8576
|
"type": "boolean"
|
|
8152
8577
|
}
|
|
8153
8578
|
]
|
|
8154
|
-
}
|
|
8579
|
+
},
|
|
8580
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-lien--docs"
|
|
8155
8581
|
},
|
|
8156
8582
|
{
|
|
8157
8583
|
"name": "lab-anssi-liste-articles",
|
|
@@ -8196,7 +8622,8 @@
|
|
|
8196
8622
|
"type": "string"
|
|
8197
8623
|
}
|
|
8198
8624
|
]
|
|
8199
|
-
}
|
|
8625
|
+
},
|
|
8626
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-listearticles--docs"
|
|
8200
8627
|
},
|
|
8201
8628
|
{
|
|
8202
8629
|
"name": "lab-anssi-marelle",
|
|
@@ -8242,6 +8669,7 @@
|
|
|
8242
8669
|
}
|
|
8243
8670
|
]
|
|
8244
8671
|
},
|
|
8672
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-marelle--docs",
|
|
8245
8673
|
"slots": [
|
|
8246
8674
|
{
|
|
8247
8675
|
"name": "default",
|
|
@@ -8350,6 +8778,20 @@
|
|
|
8350
8778
|
"value": {
|
|
8351
8779
|
"type": "string"
|
|
8352
8780
|
}
|
|
8781
|
+
},
|
|
8782
|
+
{
|
|
8783
|
+
"name": "onvaluechanged",
|
|
8784
|
+
"description": "detail: currentValues",
|
|
8785
|
+
"value": {
|
|
8786
|
+
"type": "(event: CustomEvent) => void"
|
|
8787
|
+
}
|
|
8788
|
+
},
|
|
8789
|
+
{
|
|
8790
|
+
"name": "onvalueschanged",
|
|
8791
|
+
"description": "detail: currentValues",
|
|
8792
|
+
"value": {
|
|
8793
|
+
"type": "(event: CustomEvent) => void"
|
|
8794
|
+
}
|
|
8353
8795
|
}
|
|
8354
8796
|
],
|
|
8355
8797
|
"js": {
|
|
@@ -8403,6 +8845,16 @@
|
|
|
8403
8845
|
"name": "validMessage",
|
|
8404
8846
|
"description": "Texte du message de succès",
|
|
8405
8847
|
"type": "string"
|
|
8848
|
+
},
|
|
8849
|
+
{
|
|
8850
|
+
"name": "onvaluechanged",
|
|
8851
|
+
"description": "detail: currentValues",
|
|
8852
|
+
"type": "(event: CustomEvent) => void"
|
|
8853
|
+
},
|
|
8854
|
+
{
|
|
8855
|
+
"name": "onvalueschanged",
|
|
8856
|
+
"description": "detail: currentValues",
|
|
8857
|
+
"type": "(event: CustomEvent) => void"
|
|
8406
8858
|
}
|
|
8407
8859
|
],
|
|
8408
8860
|
"events": [
|
|
@@ -8415,7 +8867,18 @@
|
|
|
8415
8867
|
"description": "detail: currentValues"
|
|
8416
8868
|
}
|
|
8417
8869
|
]
|
|
8418
|
-
}
|
|
8870
|
+
},
|
|
8871
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-multiselect--docs",
|
|
8872
|
+
"events": [
|
|
8873
|
+
{
|
|
8874
|
+
"name": "valuechanged",
|
|
8875
|
+
"description": "detail: currentValues"
|
|
8876
|
+
},
|
|
8877
|
+
{
|
|
8878
|
+
"name": "valueschanged",
|
|
8879
|
+
"description": "detail: currentValues"
|
|
8880
|
+
}
|
|
8881
|
+
]
|
|
8419
8882
|
},
|
|
8420
8883
|
{
|
|
8421
8884
|
"name": "lab-anssi-page-crisp",
|
|
@@ -8448,14 +8911,16 @@
|
|
|
8448
8911
|
"type": "string"
|
|
8449
8912
|
}
|
|
8450
8913
|
]
|
|
8451
|
-
}
|
|
8914
|
+
},
|
|
8915
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-pagecrisp--docs"
|
|
8452
8916
|
},
|
|
8453
8917
|
{
|
|
8454
8918
|
"name": "lab-anssi-presentation-anssi",
|
|
8455
8919
|
"attributes": [],
|
|
8456
8920
|
"js": {
|
|
8457
8921
|
"properties": []
|
|
8458
|
-
}
|
|
8922
|
+
},
|
|
8923
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-presentation-anssi--docs"
|
|
8459
8924
|
},
|
|
8460
8925
|
{
|
|
8461
8926
|
"name": "lab-anssi-reactions",
|
|
@@ -8512,7 +8977,8 @@
|
|
|
8512
8977
|
"type": "string"
|
|
8513
8978
|
}
|
|
8514
8979
|
]
|
|
8515
|
-
}
|
|
8980
|
+
},
|
|
8981
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-reactions--docs"
|
|
8516
8982
|
},
|
|
8517
8983
|
{
|
|
8518
8984
|
"name": "lab-anssi-tag",
|
|
@@ -8583,7 +9049,8 @@
|
|
|
8583
9049
|
"type": "boolean"
|
|
8584
9050
|
}
|
|
8585
9051
|
]
|
|
8586
|
-
}
|
|
9052
|
+
},
|
|
9053
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-tag--docs"
|
|
8587
9054
|
},
|
|
8588
9055
|
{
|
|
8589
9056
|
"name": "lab-anssi-temoignages",
|
|
@@ -8626,7 +9093,8 @@
|
|
|
8626
9093
|
"type": "'md' | 'lg' | 'xl'"
|
|
8627
9094
|
}
|
|
8628
9095
|
]
|
|
8629
|
-
}
|
|
9096
|
+
},
|
|
9097
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-temoignages--docs"
|
|
8630
9098
|
},
|
|
8631
9099
|
{
|
|
8632
9100
|
"name": "lab-anssi-titre-multimedia",
|
|
@@ -8659,7 +9127,8 @@
|
|
|
8659
9127
|
"type": "string"
|
|
8660
9128
|
}
|
|
8661
9129
|
]
|
|
8662
|
-
}
|
|
9130
|
+
},
|
|
9131
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-brique-titre-multimedia--docs"
|
|
8663
9132
|
}
|
|
8664
9133
|
]
|
|
8665
9134
|
}
|