@lab-anssi/ui-kit 1.53.0 → 1.53.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.
- package/dist/web-types.json +241 -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.1",
|
|
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",
|
|
@@ -1507,6 +1516,12 @@
|
|
|
1507
1516
|
}
|
|
1508
1517
|
]
|
|
1509
1518
|
},
|
|
1519
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-checkbox--docs",
|
|
1520
|
+
"events": [
|
|
1521
|
+
{
|
|
1522
|
+
"name": "valuechanged"
|
|
1523
|
+
}
|
|
1524
|
+
],
|
|
1510
1525
|
"slots": [
|
|
1511
1526
|
{
|
|
1512
1527
|
"name": "default",
|
|
@@ -1695,7 +1710,14 @@
|
|
|
1695
1710
|
"description": "detail: values"
|
|
1696
1711
|
}
|
|
1697
1712
|
]
|
|
1698
|
-
}
|
|
1713
|
+
},
|
|
1714
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-checkboxes-group--docs",
|
|
1715
|
+
"events": [
|
|
1716
|
+
{
|
|
1717
|
+
"name": "valueschanged",
|
|
1718
|
+
"description": "detail: values"
|
|
1719
|
+
}
|
|
1720
|
+
]
|
|
1699
1721
|
},
|
|
1700
1722
|
{
|
|
1701
1723
|
"name": "dsfr-connect",
|
|
@@ -1764,7 +1786,8 @@
|
|
|
1764
1786
|
"type": "boolean"
|
|
1765
1787
|
}
|
|
1766
1788
|
]
|
|
1767
|
-
}
|
|
1789
|
+
},
|
|
1790
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-connect-button--docs"
|
|
1768
1791
|
},
|
|
1769
1792
|
{
|
|
1770
1793
|
"name": "dsfr-container",
|
|
@@ -1786,6 +1809,7 @@
|
|
|
1786
1809
|
}
|
|
1787
1810
|
]
|
|
1788
1811
|
},
|
|
1812
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-container--docs",
|
|
1789
1813
|
"slots": [
|
|
1790
1814
|
{
|
|
1791
1815
|
"name": "default",
|
|
@@ -1933,6 +1957,7 @@
|
|
|
1933
1957
|
}
|
|
1934
1958
|
]
|
|
1935
1959
|
},
|
|
1960
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-content-media--docs",
|
|
1936
1961
|
"slots": [
|
|
1937
1962
|
{
|
|
1938
1963
|
"name": "image",
|
|
@@ -2094,6 +2119,13 @@
|
|
|
2094
2119
|
}
|
|
2095
2120
|
]
|
|
2096
2121
|
},
|
|
2122
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-dropdown--docs",
|
|
2123
|
+
"events": [
|
|
2124
|
+
{
|
|
2125
|
+
"name": "itemclicked",
|
|
2126
|
+
"description": "detail: { item, index }"
|
|
2127
|
+
}
|
|
2128
|
+
],
|
|
2097
2129
|
"slots": [
|
|
2098
2130
|
{
|
|
2099
2131
|
"name": "button",
|
|
@@ -2376,7 +2408,8 @@
|
|
|
2376
2408
|
"type": "boolean"
|
|
2377
2409
|
}
|
|
2378
2410
|
]
|
|
2379
|
-
}
|
|
2411
|
+
},
|
|
2412
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-footer--docs"
|
|
2380
2413
|
},
|
|
2381
2414
|
{
|
|
2382
2415
|
"name": "dsfr-header",
|
|
@@ -2848,6 +2881,13 @@
|
|
|
2848
2881
|
}
|
|
2849
2882
|
]
|
|
2850
2883
|
},
|
|
2884
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-header--docs",
|
|
2885
|
+
"events": [
|
|
2886
|
+
{
|
|
2887
|
+
"name": "toolLinkClick",
|
|
2888
|
+
"description": "detail: link"
|
|
2889
|
+
}
|
|
2890
|
+
],
|
|
2851
2891
|
"slots": [
|
|
2852
2892
|
{
|
|
2853
2893
|
"name": "beforenavbarbuttons",
|
|
@@ -2939,6 +2979,7 @@
|
|
|
2939
2979
|
}
|
|
2940
2980
|
]
|
|
2941
2981
|
},
|
|
2982
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-highlight--docs",
|
|
2942
2983
|
"slots": [
|
|
2943
2984
|
{
|
|
2944
2985
|
"name": "title",
|
|
@@ -3238,7 +3279,13 @@
|
|
|
3238
3279
|
"name": "valuechanged"
|
|
3239
3280
|
}
|
|
3240
3281
|
]
|
|
3241
|
-
}
|
|
3282
|
+
},
|
|
3283
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-input--docs",
|
|
3284
|
+
"events": [
|
|
3285
|
+
{
|
|
3286
|
+
"name": "valuechanged"
|
|
3287
|
+
}
|
|
3288
|
+
]
|
|
3242
3289
|
},
|
|
3243
3290
|
{
|
|
3244
3291
|
"name": "dsfr-link",
|
|
@@ -3427,7 +3474,8 @@
|
|
|
3427
3474
|
"type": "boolean"
|
|
3428
3475
|
}
|
|
3429
3476
|
]
|
|
3430
|
-
}
|
|
3477
|
+
},
|
|
3478
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-link--docs"
|
|
3431
3479
|
},
|
|
3432
3480
|
{
|
|
3433
3481
|
"name": "dsfr-logo",
|
|
@@ -3460,7 +3508,8 @@
|
|
|
3460
3508
|
"type": "'sm' | 'md' | 'lg'"
|
|
3461
3509
|
}
|
|
3462
3510
|
]
|
|
3463
|
-
}
|
|
3511
|
+
},
|
|
3512
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-logo--docs"
|
|
3464
3513
|
},
|
|
3465
3514
|
{
|
|
3466
3515
|
"name": "dsfr-messages-group",
|
|
@@ -3565,7 +3614,8 @@
|
|
|
3565
3614
|
"type": "'field' | 'fieldset'"
|
|
3566
3615
|
}
|
|
3567
3616
|
]
|
|
3568
|
-
}
|
|
3617
|
+
},
|
|
3618
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-messages-group--docs"
|
|
3569
3619
|
},
|
|
3570
3620
|
{
|
|
3571
3621
|
"name": "dsfr-navigation",
|
|
@@ -3610,7 +3660,8 @@
|
|
|
3610
3660
|
"type": "string"
|
|
3611
3661
|
}
|
|
3612
3662
|
]
|
|
3613
|
-
}
|
|
3663
|
+
},
|
|
3664
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-navigation--docs"
|
|
3614
3665
|
},
|
|
3615
3666
|
{
|
|
3616
3667
|
"name": "dsfr-notice",
|
|
@@ -3799,7 +3850,8 @@
|
|
|
3799
3850
|
"type": "string"
|
|
3800
3851
|
}
|
|
3801
3852
|
]
|
|
3802
|
-
}
|
|
3853
|
+
},
|
|
3854
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-notice--docs"
|
|
3803
3855
|
},
|
|
3804
3856
|
{
|
|
3805
3857
|
"name": "dsfr-pagination",
|
|
@@ -3940,7 +3992,8 @@
|
|
|
3940
3992
|
"type": "number"
|
|
3941
3993
|
}
|
|
3942
3994
|
]
|
|
3943
|
-
}
|
|
3995
|
+
},
|
|
3996
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-pagination--docs"
|
|
3944
3997
|
},
|
|
3945
3998
|
{
|
|
3946
3999
|
"name": "dsfr-quote",
|
|
@@ -4081,7 +4134,8 @@
|
|
|
4081
4134
|
"type": "string"
|
|
4082
4135
|
}
|
|
4083
4136
|
]
|
|
4084
|
-
}
|
|
4137
|
+
},
|
|
4138
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-quote--docs"
|
|
4085
4139
|
},
|
|
4086
4140
|
{
|
|
4087
4141
|
"name": "dsfr-radio",
|
|
@@ -4251,7 +4305,13 @@
|
|
|
4251
4305
|
"name": "valuechanged"
|
|
4252
4306
|
}
|
|
4253
4307
|
]
|
|
4254
|
-
}
|
|
4308
|
+
},
|
|
4309
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-radio--docs",
|
|
4310
|
+
"events": [
|
|
4311
|
+
{
|
|
4312
|
+
"name": "valuechanged"
|
|
4313
|
+
}
|
|
4314
|
+
]
|
|
4255
4315
|
},
|
|
4256
4316
|
{
|
|
4257
4317
|
"name": "dsfr-radios-group",
|
|
@@ -4434,7 +4494,14 @@
|
|
|
4434
4494
|
"description": "detail: value"
|
|
4435
4495
|
}
|
|
4436
4496
|
]
|
|
4437
|
-
}
|
|
4497
|
+
},
|
|
4498
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-radios-group--docs",
|
|
4499
|
+
"events": [
|
|
4500
|
+
{
|
|
4501
|
+
"name": "valuechanged",
|
|
4502
|
+
"description": "detail: value"
|
|
4503
|
+
}
|
|
4504
|
+
]
|
|
4438
4505
|
},
|
|
4439
4506
|
{
|
|
4440
4507
|
"name": "dsfr-range",
|
|
@@ -4716,6 +4783,15 @@
|
|
|
4716
4783
|
}
|
|
4717
4784
|
]
|
|
4718
4785
|
},
|
|
4786
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-range--docs",
|
|
4787
|
+
"events": [
|
|
4788
|
+
{
|
|
4789
|
+
"name": "valuechanged"
|
|
4790
|
+
},
|
|
4791
|
+
{
|
|
4792
|
+
"name": "value2changed"
|
|
4793
|
+
}
|
|
4794
|
+
],
|
|
4719
4795
|
"slots": [
|
|
4720
4796
|
{
|
|
4721
4797
|
"name": "messagesgroup",
|
|
@@ -4930,7 +5006,16 @@
|
|
|
4930
5006
|
"name": "search"
|
|
4931
5007
|
}
|
|
4932
5008
|
]
|
|
4933
|
-
}
|
|
5009
|
+
},
|
|
5010
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-search--docs",
|
|
5011
|
+
"events": [
|
|
5012
|
+
{
|
|
5013
|
+
"name": "valuechanged"
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
"name": "search"
|
|
5017
|
+
}
|
|
5018
|
+
]
|
|
4934
5019
|
},
|
|
4935
5020
|
{
|
|
4936
5021
|
"name": "dsfr-segmented",
|
|
@@ -5040,7 +5125,13 @@
|
|
|
5040
5125
|
"name": "valuechanged"
|
|
5041
5126
|
}
|
|
5042
5127
|
]
|
|
5043
|
-
}
|
|
5128
|
+
},
|
|
5129
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-segmented--docs",
|
|
5130
|
+
"events": [
|
|
5131
|
+
{
|
|
5132
|
+
"name": "valuechanged"
|
|
5133
|
+
}
|
|
5134
|
+
]
|
|
5044
5135
|
},
|
|
5045
5136
|
{
|
|
5046
5137
|
"name": "dsfr-select",
|
|
@@ -5271,6 +5362,12 @@
|
|
|
5271
5362
|
}
|
|
5272
5363
|
]
|
|
5273
5364
|
},
|
|
5365
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-select--docs",
|
|
5366
|
+
"events": [
|
|
5367
|
+
{
|
|
5368
|
+
"name": "valuechanged"
|
|
5369
|
+
}
|
|
5370
|
+
],
|
|
5274
5371
|
"slots": [
|
|
5275
5372
|
{
|
|
5276
5373
|
"name": "default",
|
|
@@ -5381,7 +5478,8 @@
|
|
|
5381
5478
|
"type": "string"
|
|
5382
5479
|
}
|
|
5383
5480
|
]
|
|
5384
|
-
}
|
|
5481
|
+
},
|
|
5482
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-side-menu--docs"
|
|
5385
5483
|
},
|
|
5386
5484
|
{
|
|
5387
5485
|
"name": "dsfr-skiplink",
|
|
@@ -5414,7 +5512,8 @@
|
|
|
5414
5512
|
"type": "string"
|
|
5415
5513
|
}
|
|
5416
5514
|
]
|
|
5417
|
-
}
|
|
5515
|
+
},
|
|
5516
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-skiplink--docs"
|
|
5418
5517
|
},
|
|
5419
5518
|
{
|
|
5420
5519
|
"name": "dsfr-stepper",
|
|
@@ -5495,7 +5594,8 @@
|
|
|
5495
5594
|
"type": "boolean"
|
|
5496
5595
|
}
|
|
5497
5596
|
]
|
|
5498
|
-
}
|
|
5597
|
+
},
|
|
5598
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-stepper--docs"
|
|
5499
5599
|
},
|
|
5500
5600
|
{
|
|
5501
5601
|
"name": "dsfr-table",
|
|
@@ -5891,6 +5991,21 @@
|
|
|
5891
5991
|
}
|
|
5892
5992
|
]
|
|
5893
5993
|
},
|
|
5994
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-table--docs",
|
|
5995
|
+
"events": [
|
|
5996
|
+
{
|
|
5997
|
+
"name": "rowsperpagechanged",
|
|
5998
|
+
"description": "detail: newValue"
|
|
5999
|
+
},
|
|
6000
|
+
{
|
|
6001
|
+
"name": "pagechanged",
|
|
6002
|
+
"description": "detail: page"
|
|
6003
|
+
},
|
|
6004
|
+
{
|
|
6005
|
+
"name": "selectionchanged",
|
|
6006
|
+
"description": "detail: { keys: updatedKeys, rows: updatedRows }"
|
|
6007
|
+
}
|
|
6008
|
+
],
|
|
5894
6009
|
"slots": [
|
|
5895
6010
|
{
|
|
5896
6011
|
"name": "headersegmented",
|
|
@@ -6003,7 +6118,14 @@
|
|
|
6003
6118
|
"description": "detail: { index, link }"
|
|
6004
6119
|
}
|
|
6005
6120
|
]
|
|
6006
|
-
}
|
|
6121
|
+
},
|
|
6122
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-tabnav--docs",
|
|
6123
|
+
"events": [
|
|
6124
|
+
{
|
|
6125
|
+
"name": "linkclicked",
|
|
6126
|
+
"description": "detail: { index, link }"
|
|
6127
|
+
}
|
|
6128
|
+
]
|
|
6007
6129
|
},
|
|
6008
6130
|
{
|
|
6009
6131
|
"name": "dsfr-tabs",
|
|
@@ -6066,7 +6188,14 @@
|
|
|
6066
6188
|
"description": "detail: { index, tab: tabs[index] }"
|
|
6067
6189
|
}
|
|
6068
6190
|
]
|
|
6069
|
-
}
|
|
6191
|
+
},
|
|
6192
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-tabs--docs",
|
|
6193
|
+
"events": [
|
|
6194
|
+
{
|
|
6195
|
+
"name": "tabchanged",
|
|
6196
|
+
"description": "detail: { index, tab: tabs[index] }"
|
|
6197
|
+
}
|
|
6198
|
+
]
|
|
6070
6199
|
},
|
|
6071
6200
|
{
|
|
6072
6201
|
"name": "dsfr-tag",
|
|
@@ -6219,7 +6348,8 @@
|
|
|
6219
6348
|
"type": "string"
|
|
6220
6349
|
}
|
|
6221
6350
|
]
|
|
6222
|
-
}
|
|
6351
|
+
},
|
|
6352
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-tag--docs"
|
|
6223
6353
|
},
|
|
6224
6354
|
{
|
|
6225
6355
|
"name": "dsfr-tags-group",
|
|
@@ -6288,7 +6418,8 @@
|
|
|
6288
6418
|
"type": "boolean"
|
|
6289
6419
|
}
|
|
6290
6420
|
]
|
|
6291
|
-
}
|
|
6421
|
+
},
|
|
6422
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-tagsgroup--docs"
|
|
6292
6423
|
},
|
|
6293
6424
|
{
|
|
6294
6425
|
"name": "dsfr-textarea",
|
|
@@ -6530,7 +6661,13 @@
|
|
|
6530
6661
|
"name": "valuechanged"
|
|
6531
6662
|
}
|
|
6532
6663
|
]
|
|
6533
|
-
}
|
|
6664
|
+
},
|
|
6665
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-textarea--docs",
|
|
6666
|
+
"events": [
|
|
6667
|
+
{
|
|
6668
|
+
"name": "valuechanged"
|
|
6669
|
+
}
|
|
6670
|
+
]
|
|
6534
6671
|
},
|
|
6535
6672
|
{
|
|
6536
6673
|
"name": "dsfr-tile",
|
|
@@ -6838,6 +6975,7 @@
|
|
|
6838
6975
|
}
|
|
6839
6976
|
]
|
|
6840
6977
|
},
|
|
6978
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-tile--docs",
|
|
6841
6979
|
"slots": [
|
|
6842
6980
|
{
|
|
6843
6981
|
"name": "description",
|
|
@@ -7025,7 +7163,13 @@
|
|
|
7025
7163
|
"name": "valuechanged"
|
|
7026
7164
|
}
|
|
7027
7165
|
]
|
|
7028
|
-
}
|
|
7166
|
+
},
|
|
7167
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-toggle--docs",
|
|
7168
|
+
"events": [
|
|
7169
|
+
{
|
|
7170
|
+
"name": "valuechanged"
|
|
7171
|
+
}
|
|
7172
|
+
]
|
|
7029
7173
|
},
|
|
7030
7174
|
{
|
|
7031
7175
|
"name": "dsfr-transcription",
|
|
@@ -7095,6 +7239,7 @@
|
|
|
7095
7239
|
}
|
|
7096
7240
|
]
|
|
7097
7241
|
},
|
|
7242
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-transcription--docs",
|
|
7098
7243
|
"slots": [
|
|
7099
7244
|
{
|
|
7100
7245
|
"name": "default",
|
|
@@ -7191,7 +7336,8 @@
|
|
|
7191
7336
|
"type": "'primary' | 'secondary' | 'tertiary' | 'tertiary-no-outline' | 'inverted-primary' | 'inverted-secondary'"
|
|
7192
7337
|
}
|
|
7193
7338
|
]
|
|
7194
|
-
}
|
|
7339
|
+
},
|
|
7340
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-translate--docs"
|
|
7195
7341
|
},
|
|
7196
7342
|
{
|
|
7197
7343
|
"name": "dsfr-user",
|
|
@@ -7366,6 +7512,16 @@
|
|
|
7366
7512
|
}
|
|
7367
7513
|
]
|
|
7368
7514
|
},
|
|
7515
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-dsfr-user--docs",
|
|
7516
|
+
"events": [
|
|
7517
|
+
{
|
|
7518
|
+
"name": "logout"
|
|
7519
|
+
},
|
|
7520
|
+
{
|
|
7521
|
+
"name": "linkclicked",
|
|
7522
|
+
"description": "detail: { link, index }"
|
|
7523
|
+
}
|
|
7524
|
+
],
|
|
7369
7525
|
"slots": [
|
|
7370
7526
|
{
|
|
7371
7527
|
"name": "logout",
|
|
@@ -7410,7 +7566,8 @@
|
|
|
7410
7566
|
"type": "boolean"
|
|
7411
7567
|
}
|
|
7412
7568
|
]
|
|
7413
|
-
}
|
|
7569
|
+
},
|
|
7570
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-alerte--docs"
|
|
7414
7571
|
},
|
|
7415
7572
|
{
|
|
7416
7573
|
"name": "lab-anssi-ancres",
|
|
@@ -7439,7 +7596,8 @@
|
|
|
7439
7596
|
"type": "number"
|
|
7440
7597
|
}
|
|
7441
7598
|
]
|
|
7442
|
-
}
|
|
7599
|
+
},
|
|
7600
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-ancres-parcours--docs"
|
|
7443
7601
|
},
|
|
7444
7602
|
{
|
|
7445
7603
|
"name": "lab-anssi-bandeau-page",
|
|
@@ -7569,6 +7727,7 @@
|
|
|
7569
7727
|
}
|
|
7570
7728
|
]
|
|
7571
7729
|
},
|
|
7730
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-bandeau-page--docs",
|
|
7572
7731
|
"slots": [
|
|
7573
7732
|
{
|
|
7574
7733
|
"name": "actions",
|
|
@@ -7625,7 +7784,8 @@
|
|
|
7625
7784
|
"type": "string"
|
|
7626
7785
|
}
|
|
7627
7786
|
]
|
|
7628
|
-
}
|
|
7787
|
+
},
|
|
7788
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-bandeautitre--docs"
|
|
7629
7789
|
},
|
|
7630
7790
|
{
|
|
7631
7791
|
"name": "lab-anssi-bouton",
|
|
@@ -7712,7 +7872,8 @@
|
|
|
7712
7872
|
"type": "boolean"
|
|
7713
7873
|
}
|
|
7714
7874
|
]
|
|
7715
|
-
}
|
|
7875
|
+
},
|
|
7876
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-bouton--docs"
|
|
7716
7877
|
},
|
|
7717
7878
|
{
|
|
7718
7879
|
"name": "lab-anssi-brique-contenu-a-deux-colonnes",
|
|
@@ -7781,7 +7942,8 @@
|
|
|
7781
7942
|
"type": "string"
|
|
7782
7943
|
}
|
|
7783
7944
|
]
|
|
7784
|
-
}
|
|
7945
|
+
},
|
|
7946
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-brique-contenu-a-deux-colonnes--docs"
|
|
7785
7947
|
},
|
|
7786
7948
|
{
|
|
7787
7949
|
"name": "lab-anssi-brique-hero",
|
|
@@ -7874,7 +8036,8 @@
|
|
|
7874
8036
|
"type": "string"
|
|
7875
8037
|
}
|
|
7876
8038
|
]
|
|
7877
|
-
}
|
|
8039
|
+
},
|
|
8040
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-brique-hero--docs"
|
|
7878
8041
|
},
|
|
7879
8042
|
{
|
|
7880
8043
|
"name": "lab-anssi-brique-rejoindre-la-communaute",
|
|
@@ -7931,7 +8094,8 @@
|
|
|
7931
8094
|
"type": "string"
|
|
7932
8095
|
}
|
|
7933
8096
|
]
|
|
7934
|
-
}
|
|
8097
|
+
},
|
|
8098
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-brique-rejoindre-la-communauté--docs"
|
|
7935
8099
|
},
|
|
7936
8100
|
{
|
|
7937
8101
|
"name": "lab-anssi-carrousel-tuiles",
|
|
@@ -7953,6 +8117,7 @@
|
|
|
7953
8117
|
}
|
|
7954
8118
|
]
|
|
7955
8119
|
},
|
|
8120
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-carrousel-de-tuiles--docs",
|
|
7956
8121
|
"slots": [
|
|
7957
8122
|
{
|
|
7958
8123
|
"name": "default",
|
|
@@ -8003,7 +8168,14 @@
|
|
|
8003
8168
|
"description": "detail: nouvelleValeur"
|
|
8004
8169
|
}
|
|
8005
8170
|
]
|
|
8006
|
-
}
|
|
8171
|
+
},
|
|
8172
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-filtres-catalogue--docs",
|
|
8173
|
+
"events": [
|
|
8174
|
+
{
|
|
8175
|
+
"name": "valeurachangee",
|
|
8176
|
+
"description": "detail: nouvelleValeur"
|
|
8177
|
+
}
|
|
8178
|
+
]
|
|
8007
8179
|
},
|
|
8008
8180
|
{
|
|
8009
8181
|
"name": "lab-anssi-icone",
|
|
@@ -8034,7 +8206,8 @@
|
|
|
8034
8206
|
"type": "string"
|
|
8035
8207
|
}
|
|
8036
8208
|
]
|
|
8037
|
-
}
|
|
8209
|
+
},
|
|
8210
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-icone--docs"
|
|
8038
8211
|
},
|
|
8039
8212
|
{
|
|
8040
8213
|
"name": "lab-anssi-lien",
|
|
@@ -8151,7 +8324,8 @@
|
|
|
8151
8324
|
"type": "boolean"
|
|
8152
8325
|
}
|
|
8153
8326
|
]
|
|
8154
|
-
}
|
|
8327
|
+
},
|
|
8328
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-lien--docs"
|
|
8155
8329
|
},
|
|
8156
8330
|
{
|
|
8157
8331
|
"name": "lab-anssi-liste-articles",
|
|
@@ -8196,7 +8370,8 @@
|
|
|
8196
8370
|
"type": "string"
|
|
8197
8371
|
}
|
|
8198
8372
|
]
|
|
8199
|
-
}
|
|
8373
|
+
},
|
|
8374
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-listearticles--docs"
|
|
8200
8375
|
},
|
|
8201
8376
|
{
|
|
8202
8377
|
"name": "lab-anssi-marelle",
|
|
@@ -8242,6 +8417,7 @@
|
|
|
8242
8417
|
}
|
|
8243
8418
|
]
|
|
8244
8419
|
},
|
|
8420
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-marelle--docs",
|
|
8245
8421
|
"slots": [
|
|
8246
8422
|
{
|
|
8247
8423
|
"name": "default",
|
|
@@ -8415,7 +8591,18 @@
|
|
|
8415
8591
|
"description": "detail: currentValues"
|
|
8416
8592
|
}
|
|
8417
8593
|
]
|
|
8418
|
-
}
|
|
8594
|
+
},
|
|
8595
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-multiselect--docs",
|
|
8596
|
+
"events": [
|
|
8597
|
+
{
|
|
8598
|
+
"name": "valuechanged",
|
|
8599
|
+
"description": "detail: currentValues"
|
|
8600
|
+
},
|
|
8601
|
+
{
|
|
8602
|
+
"name": "valueschanged",
|
|
8603
|
+
"description": "detail: currentValues"
|
|
8604
|
+
}
|
|
8605
|
+
]
|
|
8419
8606
|
},
|
|
8420
8607
|
{
|
|
8421
8608
|
"name": "lab-anssi-page-crisp",
|
|
@@ -8448,14 +8635,16 @@
|
|
|
8448
8635
|
"type": "string"
|
|
8449
8636
|
}
|
|
8450
8637
|
]
|
|
8451
|
-
}
|
|
8638
|
+
},
|
|
8639
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-pagecrisp--docs"
|
|
8452
8640
|
},
|
|
8453
8641
|
{
|
|
8454
8642
|
"name": "lab-anssi-presentation-anssi",
|
|
8455
8643
|
"attributes": [],
|
|
8456
8644
|
"js": {
|
|
8457
8645
|
"properties": []
|
|
8458
|
-
}
|
|
8646
|
+
},
|
|
8647
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-presentation-anssi--docs"
|
|
8459
8648
|
},
|
|
8460
8649
|
{
|
|
8461
8650
|
"name": "lab-anssi-reactions",
|
|
@@ -8512,7 +8701,8 @@
|
|
|
8512
8701
|
"type": "string"
|
|
8513
8702
|
}
|
|
8514
8703
|
]
|
|
8515
|
-
}
|
|
8704
|
+
},
|
|
8705
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-reactions--docs"
|
|
8516
8706
|
},
|
|
8517
8707
|
{
|
|
8518
8708
|
"name": "lab-anssi-tag",
|
|
@@ -8583,7 +8773,8 @@
|
|
|
8583
8773
|
"type": "boolean"
|
|
8584
8774
|
}
|
|
8585
8775
|
]
|
|
8586
|
-
}
|
|
8776
|
+
},
|
|
8777
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-tag--docs"
|
|
8587
8778
|
},
|
|
8588
8779
|
{
|
|
8589
8780
|
"name": "lab-anssi-temoignages",
|
|
@@ -8626,7 +8817,8 @@
|
|
|
8626
8817
|
"type": "'md' | 'lg' | 'xl'"
|
|
8627
8818
|
}
|
|
8628
8819
|
]
|
|
8629
|
-
}
|
|
8820
|
+
},
|
|
8821
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-temoignages--docs"
|
|
8630
8822
|
},
|
|
8631
8823
|
{
|
|
8632
8824
|
"name": "lab-anssi-titre-multimedia",
|
|
@@ -8659,7 +8851,8 @@
|
|
|
8659
8851
|
"type": "string"
|
|
8660
8852
|
}
|
|
8661
8853
|
]
|
|
8662
|
-
}
|
|
8854
|
+
},
|
|
8855
|
+
"doc-url": "https://betagouv.github.io/lab-anssi-ui-kit/?path=/docs/composants-anssi-brique-titre-multimedia--docs"
|
|
8663
8856
|
}
|
|
8664
8857
|
]
|
|
8665
8858
|
}
|