@lab-anssi/ui-kit 1.41.4 → 1.43.0
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.
|
@@ -351,6 +351,28 @@ declare namespace JSX {
|
|
|
351
351
|
"error-message"?: string;
|
|
352
352
|
"valid-message"?: string;
|
|
353
353
|
};
|
|
354
|
+
"dsfr-range": {
|
|
355
|
+
id: string;
|
|
356
|
+
label?: string;
|
|
357
|
+
name?: string;
|
|
358
|
+
hint: string;
|
|
359
|
+
size?: string;
|
|
360
|
+
min: string;
|
|
361
|
+
max: string;
|
|
362
|
+
value: string;
|
|
363
|
+
step?: string;
|
|
364
|
+
prefix?: string;
|
|
365
|
+
suffix?: string;
|
|
366
|
+
disabled?: string;
|
|
367
|
+
"is-double"?: string;
|
|
368
|
+
value2: string;
|
|
369
|
+
"min-value-label": string;
|
|
370
|
+
"max-value-label": string;
|
|
371
|
+
"is-step"?: string;
|
|
372
|
+
indicators?: string;
|
|
373
|
+
status?: string;
|
|
374
|
+
"error-message"?: string;
|
|
375
|
+
};
|
|
354
376
|
"dsfr-search": {
|
|
355
377
|
"input-id": string;
|
|
356
378
|
"input-label": string;
|
|
@@ -491,6 +513,13 @@ declare namespace JSX {
|
|
|
491
513
|
form?: string;
|
|
492
514
|
required?: string;
|
|
493
515
|
};
|
|
516
|
+
"dsfr-transcription": {
|
|
517
|
+
id: string;
|
|
518
|
+
title?: string;
|
|
519
|
+
fullscreen?: string;
|
|
520
|
+
"fullscreen-aria-label"?: string;
|
|
521
|
+
"is-expanded"?: string;
|
|
522
|
+
};
|
|
494
523
|
"dsfr-translate": {
|
|
495
524
|
id: string;
|
|
496
525
|
"collapse-id": string;
|