@sbb-esta/lyne-elements 3.3.0 → 3.4.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.
Files changed (147) hide show
  1. package/autocomplete/autocomplete-base-element.d.ts +3 -4
  2. package/autocomplete/autocomplete-base-element.d.ts.map +1 -1
  3. package/autocomplete/autocomplete-base-element.js +88 -83
  4. package/autocomplete/autocomplete.component.d.ts +0 -1
  5. package/autocomplete/autocomplete.component.d.ts.map +1 -1
  6. package/autocomplete/autocomplete.component.js +26 -26
  7. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +0 -2
  8. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
  9. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +34 -44
  10. package/checkbox/checkbox-panel/checkbox-panel.component.d.ts +3 -2
  11. package/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +1 -1
  12. package/checkbox/checkbox-panel/checkbox-panel.component.js +36 -33
  13. package/core/i18n/i18n.d.ts +5 -0
  14. package/core/i18n/i18n.d.ts.map +1 -1
  15. package/core/i18n/i18n.js +108 -84
  16. package/core/i18n.js +84 -80
  17. package/core/mixins/element-internals-mixin.js +1 -1
  18. package/core/mixins/form-associated-input-mixin.d.ts +1 -0
  19. package/core/mixins/form-associated-input-mixin.d.ts.map +1 -1
  20. package/core/mixins/form-associated-input-mixin.js +2 -2
  21. package/core/mixins/form-associated-mixin.d.ts.map +1 -1
  22. package/core/mixins/form-associated-mixin.js +22 -16
  23. package/core/styles/core/mediaqueries.scss +1 -1
  24. package/core/styles/core.scss +34 -1
  25. package/core/styles/mixins/typo.scss +88 -41
  26. package/core/styles/node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables.scss +530 -0
  27. package/core/styles/node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables_css--mixin.scss +1123 -0
  28. package/core.css +37 -7
  29. package/custom-elements.json +2063 -554
  30. package/date-input/date-input.component.d.ts +5 -0
  31. package/date-input/date-input.component.d.ts.map +1 -1
  32. package/date-input/date-input.component.js +7 -0
  33. package/development/autocomplete/autocomplete-base-element.d.ts +3 -4
  34. package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
  35. package/development/autocomplete/autocomplete-base-element.js +30 -15
  36. package/development/autocomplete/autocomplete.component.d.ts +0 -1
  37. package/development/autocomplete/autocomplete.component.d.ts.map +1 -1
  38. package/development/autocomplete/autocomplete.component.js +16 -21
  39. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +0 -2
  40. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
  41. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +26 -35
  42. package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts +3 -2
  43. package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +1 -1
  44. package/development/checkbox/checkbox-panel/checkbox-panel.component.js +10 -4
  45. package/development/core/i18n/i18n.d.ts +5 -0
  46. package/development/core/i18n/i18n.d.ts.map +1 -1
  47. package/development/core/i18n/i18n.js +38 -10
  48. package/development/core/i18n.js +5 -1
  49. package/development/core/mixins/element-internals-mixin.js +2 -2
  50. package/development/core/mixins/form-associated-input-mixin.d.ts +1 -0
  51. package/development/core/mixins/form-associated-input-mixin.d.ts.map +1 -1
  52. package/development/core/mixins/form-associated-input-mixin.js +3 -2
  53. package/development/core/mixins/form-associated-mixin.d.ts.map +1 -1
  54. package/development/core/mixins/form-associated-mixin.js +14 -7
  55. package/development/date-input/date-input.component.d.ts +5 -0
  56. package/development/date-input/date-input.component.d.ts.map +1 -1
  57. package/development/date-input/date-input.component.js +8 -1
  58. package/development/dialog/dialog-title/dialog-title.component.js +2 -6
  59. package/development/file-selector/common/file-selector-common.d.ts +2 -1
  60. package/development/file-selector/common/file-selector-common.d.ts.map +1 -1
  61. package/development/file-selector/common/file-selector-common.js +64 -19
  62. package/development/file-selector/common.js +1 -1
  63. package/development/file-selector/file-selector/file-selector.component.d.ts.map +1 -1
  64. package/development/file-selector/file-selector/file-selector.component.js +12 -17
  65. package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +0 -7
  66. package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
  67. package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +32 -76
  68. package/development/{file-selector-common-csww18o8.js → file-selector-common-BxXdRZxt.js} +3 -3
  69. package/development/file-selector.js +1 -1
  70. package/development/form-field/form-field/form-field.component.d.ts +6 -3
  71. package/development/form-field/form-field/form-field.component.d.ts.map +1 -1
  72. package/development/form-field/form-field/form-field.component.js +4 -6
  73. package/development/header/common/header-action-common.js +4 -1
  74. package/development/navigation/common/navigation-action-common.js +5 -8
  75. package/development/navigation/navigation/navigation.component.js +21 -4
  76. package/development/navigation/navigation-marker/navigation-marker.component.js +5 -8
  77. package/development/navigation/navigation-section/navigation-section.component.js +6 -19
  78. package/development/notification/notification.component.js +1 -1
  79. package/development/option/option/option-base-element.d.ts.map +1 -1
  80. package/development/option/option/option-base-element.js +2 -1
  81. package/development/paginator/common/paginator-common.d.ts +3 -0
  82. package/development/paginator/common/paginator-common.d.ts.map +1 -1
  83. package/development/paginator/common/paginator-common.js +68 -10
  84. package/development/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
  85. package/development/paginator/compact-paginator/compact-paginator.component.js +8 -3
  86. package/development/paginator/paginator/paginator.component.d.ts +5 -0
  87. package/development/paginator/paginator/paginator.component.d.ts.map +1 -1
  88. package/development/paginator/paginator/paginator.component.js +28 -6
  89. package/development/sbb-tokens-CVLcOi-S.js +1 -1
  90. package/development/sidebar/sidebar-title/sidebar-title.component.js +1 -1
  91. package/development/tabs/tab-group/tab-group.component.js +3 -4
  92. package/development/time-input/time-input.component.d.ts +5 -0
  93. package/development/time-input/time-input.component.d.ts.map +1 -1
  94. package/development/time-input/time-input.component.js +8 -1
  95. package/development/title/title-base.js +14 -67
  96. package/development/title/title.component.js +17 -14
  97. package/development/toast/toast.component.js +6 -9
  98. package/development/toggle-check/toggle-check.component.d.ts +2 -2
  99. package/development/toggle-check/toggle-check.component.d.ts.map +1 -1
  100. package/development/toggle-check/toggle-check.component.js +4 -4
  101. package/development/train/train-wagon/train-wagon.component.js +6 -9
  102. package/dialog/dialog-title/dialog-title.component.js +1 -1
  103. package/file-selector/common/file-selector-common.d.ts +2 -1
  104. package/file-selector/common/file-selector-common.d.ts.map +1 -1
  105. package/file-selector/common/file-selector-common.js +88 -63
  106. package/file-selector/common.js +1 -1
  107. package/file-selector/file-selector/file-selector.component.d.ts.map +1 -1
  108. package/file-selector/file-selector/file-selector.component.js +26 -31
  109. package/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +0 -7
  110. package/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
  111. package/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +50 -74
  112. package/file-selector-common-Cn6U8goV.js +5 -0
  113. package/file-selector.js +1 -1
  114. package/form-field/form-field/form-field.component.d.ts +6 -3
  115. package/form-field/form-field/form-field.component.d.ts.map +1 -1
  116. package/form-field/form-field/form-field.component.js +3 -5
  117. package/header/common/header-action-common.js +1 -1
  118. package/navigation/common/navigation-action-common.js +8 -8
  119. package/navigation/navigation/navigation.component.js +1 -1
  120. package/navigation/navigation-marker/navigation-marker.component.js +1 -1
  121. package/navigation/navigation-section/navigation-section.component.js +14 -14
  122. package/notification/notification.component.js +1 -1
  123. package/option/option/option-base-element.d.ts.map +1 -1
  124. package/option/option/option-base-element.js +18 -18
  125. package/package.json +1 -1
  126. package/paginator/common/paginator-common.d.ts +3 -0
  127. package/paginator/common/paginator-common.d.ts.map +1 -1
  128. package/paginator/common/paginator-common.js +103 -63
  129. package/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
  130. package/paginator/compact-paginator/compact-paginator.component.js +13 -8
  131. package/paginator/paginator/paginator.component.d.ts +5 -0
  132. package/paginator/paginator/paginator.component.d.ts.map +1 -1
  133. package/paginator/paginator/paginator.component.js +77 -61
  134. package/sidebar/sidebar-title/sidebar-title.component.js +14 -14
  135. package/standard-theme.css +37 -7
  136. package/tabs/tab-group/tab-group.component.js +7 -7
  137. package/time-input/time-input.component.d.ts +5 -0
  138. package/time-input/time-input.component.d.ts.map +1 -1
  139. package/time-input/time-input.component.js +10 -3
  140. package/title/title-base.js +33 -33
  141. package/title/title.component.js +9 -9
  142. package/toast/toast.component.js +1 -1
  143. package/toggle-check/toggle-check.component.d.ts +2 -2
  144. package/toggle-check/toggle-check.component.d.ts.map +1 -1
  145. package/toggle-check/toggle-check.component.js +28 -28
  146. package/train/train-wagon/train-wagon.component.js +6 -6
  147. package/file-selector-common-Dw5d8vA4.js +0 -5
package/core/i18n/i18n.js CHANGED
@@ -61,7 +61,7 @@ const n = {
61
61
  en: "Closed train coach",
62
62
  fr: "Wagon du train fermé",
63
63
  it: "Carrozza del treno chiuso"
64
- }, g = {
64
+ }, f = {
65
65
  de: "Lokomotive",
66
66
  en: "Locomotive",
67
67
  fr: "Locomotive",
@@ -71,7 +71,7 @@ const n = {
71
71
  en: "Sleeping car",
72
72
  fr: "Voiture-lits",
73
73
  it: "Carrozza letti"
74
- }, f = {
74
+ }, g = {
75
75
  de: "Liegewagen",
76
76
  en: "Couchette car",
77
77
  fr: "Voiture-couchettes",
@@ -110,7 +110,7 @@ const n = {
110
110
  en: "Departure",
111
111
  fr: "Départ",
112
112
  it: "Partenza"
113
- }, z = {
113
+ }, S = {
114
114
  single: {
115
115
  long: {
116
116
  de: "Minute",
@@ -139,7 +139,7 @@ const n = {
139
139
  it: "mins"
140
140
  }
141
141
  }
142
- }, S = {
142
+ }, z = {
143
143
  single: {
144
144
  long: {
145
145
  de: "Stunde",
@@ -220,17 +220,17 @@ const n = {
220
220
  en: "new",
221
221
  fr: "nouveau",
222
222
  it: "nuovo"
223
- }, A = {
223
+ }, L = {
224
224
  de: "Auf",
225
225
  en: "on",
226
226
  fr: "sur",
227
227
  it: "su"
228
- }, E = {
228
+ }, A = {
229
229
  de: "Sparbillette",
230
230
  en: "Supersaver tickets",
231
231
  fr: "Billets dégriffés",
232
232
  it: "Biglietti risparmio"
233
- }, k = {
233
+ }, E = {
234
234
  none: {
235
235
  de: "Keine Belegungsprognose verfügbar",
236
236
  en: "No occupancy forecast available",
@@ -255,7 +255,7 @@ const n = {
255
255
  fr: "Taux d’occupation très élevé prévu",
256
256
  it: "È prevista un’occupazione molto elevata"
257
257
  }
258
- }, L = {
258
+ }, k = {
259
259
  funicular: {
260
260
  de: "Seilbahn/Zahnradbahn",
261
261
  en: "Funicular/Cog railway",
@@ -332,17 +332,17 @@ const n = {
332
332
  en: "Link target opens in a new window.",
333
333
  fr: "Le lien s'ouvre dans une nouvelle fenêtre.",
334
334
  it: "Il link si apre in una nuova finestra."
335
- }, R = {
335
+ }, F = {
336
336
  de: "Minuten Fussweg nach Ankunft:",
337
337
  en: "minutes of walking time after arrival:",
338
338
  fr: "minutes de trajet à pied après l’arrivée:",
339
339
  it: "minuti a piedi all’arrivo:"
340
- }, N = {
340
+ }, R = {
341
341
  de: "Minuten Fussweg vor Abfahrt:",
342
342
  en: "minutes of walking time before departure:",
343
343
  fr: "minutes de trajet à pied avant le départ:",
344
344
  it: "minuti a piedi prima della partenza:"
345
- }, F = {
345
+ }, N = {
346
346
  de: "Meldung schliessen",
347
347
  en: "Close message",
348
348
  fr: "Fermer le message",
@@ -367,12 +367,12 @@ const n = {
367
367
  en: "Close navigation",
368
368
  fr: "Fermer la navigation",
369
369
  it: "Chiudere la navigazione"
370
- }, V = {
370
+ }, q = {
371
371
  de: "Seitenleiste schliessen",
372
372
  en: "Close sidebar",
373
373
  fr: "Fermer la barre latérale",
374
374
  it: "Chiudere la barra laterale"
375
- }, q = {
375
+ }, V = {
376
376
  de: "Hinweis schliessen",
377
377
  en: "Close note",
378
378
  fr: "Fermer la note",
@@ -397,12 +397,12 @@ const n = {
397
397
  en: "Change to the previous month",
398
398
  fr: "Passer au mois précédent",
399
399
  it: "Passare al mese precedente"
400
- }, Y = {
400
+ }, O = {
401
401
  de: "Nächster Tag",
402
402
  en: "Next day",
403
403
  fr: "Le prochain jour",
404
404
  it: "Giorno successivo"
405
- }, O = {
405
+ }, Y = {
406
406
  de: "Vorheriger Tag",
407
407
  en: "Previous day",
408
408
  fr: "Jour précédent",
@@ -411,12 +411,12 @@ const n = {
411
411
  de: "Jahr und Monat auswählen",
412
412
  en: "Choose year and month",
413
413
  fr: "Choisir l’année et le mois",
414
- it: "Selezioni anno e mese"
414
+ it: "Seleziona anno e mese"
415
415
  }, _ = {
416
416
  de: "Datum auswählen",
417
417
  en: "Choose date",
418
418
  fr: "Choisir une date",
419
- it: "Selezioni una data"
419
+ it: "Seleziona una data"
420
420
  }, Q = (e) => ({
421
421
  de: `Wechsel zu den nächsten ${e} Jahren`,
422
422
  en: `Change to the next ${e} years`,
@@ -487,7 +487,7 @@ const n = {
487
487
  en: "collapsed",
488
488
  fr: "condensé",
489
489
  it: "compresso"
490
- }, ge = {
490
+ }, fe = {
491
491
  de: "Karte zeigen",
492
492
  en: "Show map",
493
493
  fr: "Afficher la carte",
@@ -497,7 +497,7 @@ const n = {
497
497
  en: "Show more breadcrumbs",
498
498
  fr: "Afficher plus breadcrumbs",
499
499
  it: "Mostra più breadcrumbs"
500
- }, fe = {
500
+ }, ge = {
501
501
  de: "Feldinhalt löschen",
502
502
  en: "Clear input value",
503
503
  fr: "Effacer la valeur d’entrée",
@@ -506,28 +506,38 @@ const n = {
506
506
  de: "Klicken Sie auf diese Karte für Details",
507
507
  en: "Click on this card for details",
508
508
  fr: "Cliquez sur cette carte pour plus de détails",
509
- it: "Clicchi su questa scheda per i dettagli"
509
+ it: "Clicca su questa scheda per i dettagli"
510
510
  }, me = {
511
511
  de: "Klicken Sie auf diese Karte, um zurück zur Zusammenfassung zu gelangen",
512
512
  en: "Click on this card to go back to the summary",
513
513
  fr: "Cliquez sur cette carte pour revenir au résumé",
514
- it: "Clicchi su questa scheda per tornare al sommario"
514
+ it: "Clicca su questa scheda per tornare al sommario"
515
515
  }, ve = {
516
516
  de: "Datei auswählen",
517
517
  en: "Choose a file",
518
518
  fr: "Choisissez un fichier",
519
- it: "Scelga un file"
519
+ it: "Scegli un file"
520
520
  }, Ce = {
521
+ de: "Dateien auswählen",
522
+ en: "Choose files",
523
+ fr: "Choisissez des fichiers",
524
+ it: "Scegli file"
525
+ }, Se = {
526
+ de: "Ziehen Sie Ihre Datei hier hin (Drag & Drop)",
527
+ en: "Drag & Drop your file here",
528
+ fr: "Faites glisser et déposez votre fichier ici",
529
+ it: "Trascina e rilascia il file qui"
530
+ }, ze = {
521
531
  de: "Ziehen Sie Ihre Dateien hier hin (Drag & Drop)",
522
532
  en: "Drag & Drop your files here",
523
533
  fr: "Faites glisser et déposez vos fichiers ici",
524
- it: "Trascini e rilasci i suoi file qui"
525
- }, ze = {
534
+ it: "Trascina e rilascia i file qui"
535
+ }, De = {
526
536
  de: "Datei entfernen",
527
537
  en: "Remove file",
528
538
  fr: "Effacer le fichier",
529
- it: "Rimuova il file"
530
- }, Se = (e) => e && e.length > 0 ? {
539
+ it: "Rimuovi il file"
540
+ }, be = (e) => e && e.length > 0 ? {
531
541
  de: `Aktuell ausgewählte Datei: ${e.join(", ")}.`,
532
542
  en: `Currently selected files: ${e.join(", ")}.`,
533
543
  fr: `Fichier actuellement sélectionné: ${e.join(", ")}.`,
@@ -537,92 +547,102 @@ const n = {
537
547
  en: "No files selected.",
538
548
  fr: "Nessun fichier sélectionné.",
539
549
  it: "Nessun file selezionato."
540
- }, De = {
550
+ }, Pe = {
541
551
  de: "Nächste Seite",
542
552
  en: "Next page",
543
553
  fr: "Prochaine page",
544
554
  it: "Pagina successiva"
545
- }, be = {
555
+ }, Te = {
546
556
  de: "Vorherige Seite",
547
557
  en: "Previous page",
548
558
  fr: "Page précédente",
549
559
  it: "Pagina precedente"
550
- }, Pe = {
560
+ }, we = {
551
561
  de: "Seite",
552
562
  en: "Page",
553
563
  fr: "Page",
554
564
  it: "Pagina"
555
- }, Te = {
565
+ }, Me = {
556
566
  de: "Einträge pro Seite",
557
567
  en: "Items per page",
558
568
  fr: "Entrées par page",
559
569
  it: "Elementi per pagina"
560
- }, we = (e) => ({
570
+ }, $e = (e) => ({
561
571
  de: `Seite ${e} ausgewählt.`,
562
572
  en: `Page ${e} selected.`,
563
573
  fr: `Page ${e} sélectionnée.`,
564
574
  it: `Pagina ${e} selezionata.`
565
- }), Me = {
575
+ }), Ie = {
576
+ de: "ausgewählt",
577
+ en: "selected",
578
+ fr: "sélectionnée",
579
+ it: "selezionata"
580
+ }, Le = {
581
+ de: "von",
582
+ en: "of",
583
+ fr: "sur",
584
+ it: "di"
585
+ }, Ae = {
566
586
  de: "Muss gesetzt sein.",
567
587
  en: "Must be checked.",
568
588
  fr: "Doit être défini.",
569
589
  it: "Deve essere impostato."
570
- }, $e = {
590
+ }, Ee = {
571
591
  de: "Auswahl erforderlich.",
572
592
  en: "Selection required.",
573
593
  fr: "Sélection requise.",
574
594
  it: "Selezione necessaria."
575
- }, Ie = {
595
+ }, ke = {
576
596
  de: "Eingabe erforderlich.",
577
597
  en: "Input required.",
578
598
  fr: "Entrée obligatoire.",
579
599
  it: "Inserimento necessario."
580
- }, Ae = {
600
+ }, xe = {
581
601
  de: "Bitte gültiges Datum eingeben.",
582
602
  en: "Please provide a valid date.",
583
603
  fr: "Veuillez saisir une date valide.",
584
604
  it: "Inserire una data valida."
585
- }, Ee = (e) => ({
605
+ }, ye = (e) => ({
586
606
  de: `Datum darf nicht vor ${e} sein.`,
587
607
  en: `Date must not be before ${e}.`,
588
608
  fr: `La date ne doit pas être antérieure au ${e}.`,
589
609
  it: `La data non deve essere anteriore al ${e}.`
590
- }), ke = (e) => ({
610
+ }), Fe = (e) => ({
591
611
  de: `Datum darf nicht nach ${e} sein.`,
592
612
  en: `Date must not be after ${e}.`,
593
613
  fr: `La date ne doit pas être postérieure au ${e}.`,
594
614
  it: `La data non deve essere successiva al ${e}.`
595
- }), Le = (e) => ({
615
+ }), Re = (e) => ({
596
616
  de: `Zeit geändert zu ${e}.`,
597
617
  en: `Time changed to ${e}.`,
598
618
  fr: `Heure modifiée: ${e}.`,
599
619
  it: `Orario modificata alle ${e}.`
600
- }), xe = {
620
+ }), Ne = {
601
621
  de: "Bitte gültige Zeit eingeben.",
602
622
  en: "Please provide a valid time.",
603
623
  fr: "Veuillez saisir une heure valide.",
604
- it: "Inserisca un orario valido."
605
- }, ye = {
624
+ it: "Inserisci un orario valido."
625
+ }, Ze = {
606
626
  de: "Zeit darf nicht nach 23:59 sein.",
607
627
  en: "Time must not be after 23:59.",
608
628
  fr: "L’heure ne doit pas être postérieure à 23h59.",
609
629
  it: "L’orario non può essere successivo alle 23.59."
610
- }, Re = {
630
+ }, We = {
611
631
  de: "Die Zeiteingabe darf nicht mehr als fünf Zeichen haben.",
612
632
  en: "The time input must not exceed five characters.",
613
633
  fr: "La saisie de l’heure ne doit pas comporter plus de cinq caractères.",
614
634
  it: "L’indicazione temporale non può contenere più di cinque caratteri."
615
- }, Ne = {
635
+ }, Be = {
616
636
  de: "Drücken Sie die Entfernen-Taste um den Chip zu löschen",
617
637
  en: "Press the Delete button to remove the chip",
618
638
  fr: "Appuyez sur la touche Del pour supprimer cette puce",
619
- it: "Prema il tasto Canc per rimuovere questa chip"
620
- }, Fe = {
639
+ it: "Premi il tasto Canc per rimuovere questa chip"
640
+ }, Je = {
621
641
  de: "Ausgewählte Elemente:",
622
642
  en: "Selected elements:",
623
643
  fr: "Éléments sélectionnés:",
624
644
  it: "Elementi selezionati:"
625
- }, Ze = {
645
+ }, qe = {
626
646
  de: "Woche",
627
647
  en: "Week",
628
648
  fr: "Semaine",
@@ -634,60 +654,64 @@ export {
634
654
  m as i18nBlockedPassage,
635
655
  he as i18nBreadcrumbEllipsisButtonLabel,
636
656
  _ as i18nCalendarDateSelection,
637
- Ze as i18nCalendarWeekNumber,
638
- Me as i18nCheckboxRequired,
639
- Ne as i18nChipDelete,
640
- Fe as i18nChipGroupInputDescription,
657
+ qe as i18nCalendarWeekNumber,
658
+ Ae as i18nCheckboxRequired,
659
+ Be as i18nChipDelete,
660
+ Je as i18nChipGroupInputDescription,
641
661
  r as i18nClass,
642
- fe as i18nClearInput,
643
- F as i18nCloseAlert,
662
+ ge as i18nClearInput,
663
+ N as i18nCloseAlert,
644
664
  B as i18nCloseDialog,
645
665
  J as i18nCloseNavigation,
646
666
  Z as i18nCloseNotification,
647
- q as i18nClosePopover,
648
- V as i18nCloseSidebar,
667
+ V as i18nClosePopover,
668
+ q as i18nCloseSidebar,
649
669
  d as i18nClosedCompartmentLabel,
650
670
  de as i18nCollapsed,
651
671
  se as i18nConnectionFrom,
652
672
  le as i18nConnectionRoundtrip,
653
673
  ce as i18nConnectionTo,
654
- f as i18nCouchetteWagonLabel,
674
+ g as i18nCouchetteWagonLabel,
655
675
  oe as i18nDateChangedTo,
656
- Ae as i18nDateInvalid,
657
- ke as i18nDateMax,
658
- Ee as i18nDateMin,
676
+ xe as i18nDateInvalid,
677
+ Fe as i18nDateMax,
678
+ ye as i18nDateMin,
659
679
  re as i18nDatePickerPlaceholder,
660
680
  C as i18nDeparture,
661
681
  W as i18nDialog,
662
682
  n as i18nDirection,
663
683
  D as i18nDurationDay,
664
- S as i18nDurationHour,
665
- z as i18nDurationMinute,
684
+ z as i18nDurationHour,
685
+ S as i18nDurationMinute,
666
686
  ue as i18nExpanded,
667
687
  ve as i18nFileSelectorButtonLabel,
668
- Se as i18nFileSelectorCurrentlySelected,
669
- ze as i18nFileSelectorDeleteFile,
670
- Ce as i18nFileSelectorSubtitleLabel,
688
+ Ce as i18nFileSelectorButtonLabelMultiple,
689
+ be as i18nFileSelectorCurrentlySelected,
690
+ De as i18nFileSelectorDeleteFile,
691
+ Se as i18nFileSelectorSubtitleLabel,
692
+ ze as i18nFileSelectorSubtitleLabelMultiple,
671
693
  pe as i18nFlipCard,
672
- A as i18nFromPlatform,
694
+ L as i18nFromPlatform,
673
695
  G as i18nGoBack,
674
- Ie as i18nInputRequired,
675
- Te as i18nItemsPerPage,
676
- g as i18nLocomotiveLabel,
677
- ge as i18nMapContainerButtonLabel,
678
- L as i18nMeansOfTransport,
696
+ ke as i18nInputRequired,
697
+ Me as i18nItemsPerPage,
698
+ f as i18nLocomotiveLabel,
699
+ fe as i18nMapContainerButtonLabel,
700
+ k as i18nMeansOfTransport,
679
701
  I as i18nNew,
680
- Y as i18nNextDay,
702
+ O as i18nNextDay,
681
703
  j as i18nNextMonth,
682
- De as i18nNextPage,
704
+ Pe as i18nNextPage,
683
705
  ee as i18nNextYear,
684
706
  Q as i18nNextYearRange,
685
- k as i18nOccupancy,
707
+ E as i18nOccupancy,
686
708
  x as i18nOptional,
687
- Pe as i18nPage,
688
- O as i18nPreviousDay,
709
+ we as i18nPage,
710
+ Le as i18nPaginatorOf,
711
+ Ie as i18nPaginatorSelected,
712
+ Y as i18nPreviousDay,
689
713
  H as i18nPreviousMonth,
690
- be as i18nPreviousPage,
714
+ Te as i18nPreviousPage,
691
715
  ne as i18nPreviousYear,
692
716
  U as i18nPreviousYearRange,
693
717
  w as i18nRealTimeInfo,
@@ -697,16 +721,16 @@ export {
697
721
  a as i18nSectorShort,
698
722
  ie as i18nSelectNextDay,
699
723
  te as i18nSelectPreviousDay,
700
- we as i18nSelectedPage,
701
- $e as i18nSelectionRequired,
724
+ $e as i18nSelectedPage,
725
+ Ee as i18nSelectionRequired,
702
726
  ae as i18nShowCalendar,
703
727
  h as i18nSleepingWagonLabel,
704
- E as i18nSupersaver,
728
+ A as i18nSupersaver,
705
729
  y as i18nTargetOpensInNewWindow,
706
- Le as i18nTimeInputChange,
707
- xe as i18nTimeInvalid,
708
- ye as i18nTimeMax,
709
- Re as i18nTimeMaxLength,
730
+ Re as i18nTimeInputChange,
731
+ Ne as i18nTimeInvalid,
732
+ Ze as i18nTimeMax,
733
+ We as i18nTimeMaxLength,
710
734
  K as i18nToday,
711
735
  o as i18nTrain,
712
736
  s as i18nTrains,
@@ -718,7 +742,7 @@ export {
718
742
  l as i18nWagonLabel,
719
743
  u as i18nWagonLabelNumber,
720
744
  c as i18nWagonsLabel,
721
- R as i18nWalkingDistanceArrival,
722
- N as i18nWalkingDistanceDeparture,
745
+ F as i18nWalkingDistanceArrival,
746
+ R as i18nWalkingDistanceDeparture,
723
747
  X as i18nYearMonthSelection
724
748
  };
package/core/i18n.js CHANGED
@@ -1,95 +1,99 @@
1
- import { i18nAdditionalWagonInformationHeading as i, i18nArrival as a, i18nBlockedPassage as o, i18nBreadcrumbEllipsisButtonLabel as r, i18nCalendarDateSelection as t, i18nCalendarWeekNumber as l, i18nCheckboxRequired as u, i18nChipDelete as s, i18nChipGroupInputDescription as c, i18nClass as d, i18nClearInput as C, i18nCloseAlert as g, i18nCloseDialog as p, i18nCloseNavigation as D, i18nCloseNotification as P, i18nClosePopover as S, i18nCloseSidebar as b, i18nClosedCompartmentLabel as m, i18nCollapsed as T, i18nConnectionFrom as v, i18nConnectionRoundtrip as h, i18nConnectionTo as L, i18nCouchetteWagonLabel as x, i18nDateChangedTo as N, i18nDateInvalid as W, i18nDateMax as I, i18nDateMin as M, i18nDatePickerPlaceholder as y, i18nDeparture as R, i18nDialog as f, i18nDirection as F, i18nDurationDay as k, i18nDurationHour as B, i18nDurationMinute as Y, i18nExpanded as w, i18nFileSelectorButtonLabel as A, i18nFileSelectorCurrentlySelected as O, i18nFileSelectorDeleteFile as q, i18nFileSelectorSubtitleLabel as E, i18nFlipCard as G, i18nFromPlatform as H, i18nGoBack as Q, i18nInputRequired as j, i18nItemsPerPage as z, i18nLocomotiveLabel as J, i18nMapContainerButtonLabel as K, i18nMeansOfTransport as U, i18nNew as V, i18nNextDay as X, i18nNextMonth as Z, i18nNextPage as _, i18nNextYear as $, i18nNextYearRange as nn, i18nOccupancy as en, i18nOptional as an, i18nPage as on, i18nPreviousDay as rn, i18nPreviousMonth as tn, i18nPreviousPage as ln, i18nPreviousYear as un, i18nPreviousYearRange as sn, i18nRealTimeInfo as cn, i18nRestaurantWagonLabel as dn, i18nReverseCard as Cn, i18nSector as gn, i18nSectorShort as pn, i18nSelectNextDay as Dn, i18nSelectPreviousDay as Pn, i18nSelectedPage as Sn, i18nSelectionRequired as bn, i18nShowCalendar as mn, i18nSleepingWagonLabel as Tn, i18nSupersaver as vn, i18nTargetOpensInNewWindow as hn, i18nTimeInputChange as Ln, i18nTimeInvalid as xn, i18nTimeMax as Nn, i18nTimeMaxLength as Wn, i18nToday as In, i18nTrain as Mn, i18nTrains as yn, i18nTransferProcedure as Rn, i18nTransferProcedures as fn, i18nTravelhints as Fn, i18nTripDuration as kn, i18nTripQuayChange as Bn, i18nWagonLabel as Yn, i18nWagonLabelNumber as wn, i18nWagonsLabel as An, i18nWalkingDistanceArrival as On, i18nWalkingDistanceDeparture as qn, i18nYearMonthSelection as En } from "./i18n/i18n.js";
1
+ import { i18nAdditionalWagonInformationHeading as i, i18nArrival as a, i18nBlockedPassage as o, i18nBreadcrumbEllipsisButtonLabel as t, i18nCalendarDateSelection as r, i18nCalendarWeekNumber as l, i18nCheckboxRequired as u, i18nChipDelete as c, i18nChipGroupInputDescription as s, i18nClass as d, i18nClearInput as g, i18nCloseAlert as p, i18nCloseDialog as C, i18nCloseNavigation as D, i18nCloseNotification as S, i18nClosePopover as b, i18nCloseSidebar as P, i18nClosedCompartmentLabel as m, i18nCollapsed as T, i18nConnectionFrom as v, i18nConnectionRoundtrip as L, i18nConnectionTo as h, i18nCouchetteWagonLabel as x, i18nDateChangedTo as M, i18nDateInvalid as N, i18nDateMax as W, i18nDateMin as F, i18nDatePickerPlaceholder as I, i18nDeparture as f, i18nDialog as y, i18nDirection as R, i18nDurationDay as k, i18nDurationHour as B, i18nDurationMinute as O, i18nExpanded as Y, i18nFileSelectorButtonLabel as w, i18nFileSelectorButtonLabelMultiple as A, i18nFileSelectorCurrentlySelected as q, i18nFileSelectorDeleteFile as E, i18nFileSelectorSubtitleLabel as G, i18nFileSelectorSubtitleLabelMultiple as H, i18nFlipCard as Q, i18nFromPlatform as j, i18nGoBack as z, i18nInputRequired as J, i18nItemsPerPage as K, i18nLocomotiveLabel as U, i18nMapContainerButtonLabel as V, i18nMeansOfTransport as X, i18nNew as Z, i18nNextDay as _, i18nNextMonth as $, i18nNextPage as ee, i18nNextYear as ne, i18nNextYearRange as ie, i18nOccupancy as ae, i18nOptional as oe, i18nPage as te, i18nPaginatorOf as re, i18nPaginatorSelected as le, i18nPreviousDay as ue, i18nPreviousMonth as ce, i18nPreviousPage as se, i18nPreviousYear as de, i18nPreviousYearRange as ge, i18nRealTimeInfo as pe, i18nRestaurantWagonLabel as Ce, i18nReverseCard as De, i18nSector as Se, i18nSectorShort as be, i18nSelectNextDay as Pe, i18nSelectPreviousDay as me, i18nSelectedPage as Te, i18nSelectionRequired as ve, i18nShowCalendar as Le, i18nSleepingWagonLabel as he, i18nSupersaver as xe, i18nTargetOpensInNewWindow as Me, i18nTimeInputChange as Ne, i18nTimeInvalid as We, i18nTimeMax as Fe, i18nTimeMaxLength as Ie, i18nToday as fe, i18nTrain as ye, i18nTrains as Re, i18nTransferProcedure as ke, i18nTransferProcedures as Be, i18nTravelhints as Oe, i18nTripDuration as Ye, i18nTripQuayChange as we, i18nWagonLabel as Ae, i18nWagonLabelNumber as qe, i18nWagonsLabel as Ee, i18nWalkingDistanceArrival as Ge, i18nWalkingDistanceDeparture as He, i18nYearMonthSelection as Qe } from "./i18n/i18n.js";
2
2
  export {
3
3
  i as i18nAdditionalWagonInformationHeading,
4
4
  a as i18nArrival,
5
5
  o as i18nBlockedPassage,
6
- r as i18nBreadcrumbEllipsisButtonLabel,
7
- t as i18nCalendarDateSelection,
6
+ t as i18nBreadcrumbEllipsisButtonLabel,
7
+ r as i18nCalendarDateSelection,
8
8
  l as i18nCalendarWeekNumber,
9
9
  u as i18nCheckboxRequired,
10
- s as i18nChipDelete,
11
- c as i18nChipGroupInputDescription,
10
+ c as i18nChipDelete,
11
+ s as i18nChipGroupInputDescription,
12
12
  d as i18nClass,
13
- C as i18nClearInput,
14
- g as i18nCloseAlert,
15
- p as i18nCloseDialog,
13
+ g as i18nClearInput,
14
+ p as i18nCloseAlert,
15
+ C as i18nCloseDialog,
16
16
  D as i18nCloseNavigation,
17
- P as i18nCloseNotification,
18
- S as i18nClosePopover,
19
- b as i18nCloseSidebar,
17
+ S as i18nCloseNotification,
18
+ b as i18nClosePopover,
19
+ P as i18nCloseSidebar,
20
20
  m as i18nClosedCompartmentLabel,
21
21
  T as i18nCollapsed,
22
22
  v as i18nConnectionFrom,
23
- h as i18nConnectionRoundtrip,
24
- L as i18nConnectionTo,
23
+ L as i18nConnectionRoundtrip,
24
+ h as i18nConnectionTo,
25
25
  x as i18nCouchetteWagonLabel,
26
- N as i18nDateChangedTo,
27
- W as i18nDateInvalid,
28
- I as i18nDateMax,
29
- M as i18nDateMin,
30
- y as i18nDatePickerPlaceholder,
31
- R as i18nDeparture,
32
- f as i18nDialog,
33
- F as i18nDirection,
26
+ M as i18nDateChangedTo,
27
+ N as i18nDateInvalid,
28
+ W as i18nDateMax,
29
+ F as i18nDateMin,
30
+ I as i18nDatePickerPlaceholder,
31
+ f as i18nDeparture,
32
+ y as i18nDialog,
33
+ R as i18nDirection,
34
34
  k as i18nDurationDay,
35
35
  B as i18nDurationHour,
36
- Y as i18nDurationMinute,
37
- w as i18nExpanded,
38
- A as i18nFileSelectorButtonLabel,
39
- O as i18nFileSelectorCurrentlySelected,
40
- q as i18nFileSelectorDeleteFile,
41
- E as i18nFileSelectorSubtitleLabel,
42
- G as i18nFlipCard,
43
- H as i18nFromPlatform,
44
- Q as i18nGoBack,
45
- j as i18nInputRequired,
46
- z as i18nItemsPerPage,
47
- J as i18nLocomotiveLabel,
48
- K as i18nMapContainerButtonLabel,
49
- U as i18nMeansOfTransport,
50
- V as i18nNew,
51
- X as i18nNextDay,
52
- Z as i18nNextMonth,
53
- _ as i18nNextPage,
54
- $ as i18nNextYear,
55
- nn as i18nNextYearRange,
56
- en as i18nOccupancy,
57
- an as i18nOptional,
58
- on as i18nPage,
59
- rn as i18nPreviousDay,
60
- tn as i18nPreviousMonth,
61
- ln as i18nPreviousPage,
62
- un as i18nPreviousYear,
63
- sn as i18nPreviousYearRange,
64
- cn as i18nRealTimeInfo,
65
- dn as i18nRestaurantWagonLabel,
66
- Cn as i18nReverseCard,
67
- gn as i18nSector,
68
- pn as i18nSectorShort,
69
- Dn as i18nSelectNextDay,
70
- Pn as i18nSelectPreviousDay,
71
- Sn as i18nSelectedPage,
72
- bn as i18nSelectionRequired,
73
- mn as i18nShowCalendar,
74
- Tn as i18nSleepingWagonLabel,
75
- vn as i18nSupersaver,
76
- hn as i18nTargetOpensInNewWindow,
77
- Ln as i18nTimeInputChange,
78
- xn as i18nTimeInvalid,
79
- Nn as i18nTimeMax,
80
- Wn as i18nTimeMaxLength,
81
- In as i18nToday,
82
- Mn as i18nTrain,
83
- yn as i18nTrains,
84
- Rn as i18nTransferProcedure,
85
- fn as i18nTransferProcedures,
86
- Fn as i18nTravelhints,
87
- kn as i18nTripDuration,
88
- Bn as i18nTripQuayChange,
89
- Yn as i18nWagonLabel,
90
- wn as i18nWagonLabelNumber,
91
- An as i18nWagonsLabel,
92
- On as i18nWalkingDistanceArrival,
93
- qn as i18nWalkingDistanceDeparture,
94
- En as i18nYearMonthSelection
36
+ O as i18nDurationMinute,
37
+ Y as i18nExpanded,
38
+ w as i18nFileSelectorButtonLabel,
39
+ A as i18nFileSelectorButtonLabelMultiple,
40
+ q as i18nFileSelectorCurrentlySelected,
41
+ E as i18nFileSelectorDeleteFile,
42
+ G as i18nFileSelectorSubtitleLabel,
43
+ H as i18nFileSelectorSubtitleLabelMultiple,
44
+ Q as i18nFlipCard,
45
+ j as i18nFromPlatform,
46
+ z as i18nGoBack,
47
+ J as i18nInputRequired,
48
+ K as i18nItemsPerPage,
49
+ U as i18nLocomotiveLabel,
50
+ V as i18nMapContainerButtonLabel,
51
+ X as i18nMeansOfTransport,
52
+ Z as i18nNew,
53
+ _ as i18nNextDay,
54
+ $ as i18nNextMonth,
55
+ ee as i18nNextPage,
56
+ ne as i18nNextYear,
57
+ ie as i18nNextYearRange,
58
+ ae as i18nOccupancy,
59
+ oe as i18nOptional,
60
+ te as i18nPage,
61
+ re as i18nPaginatorOf,
62
+ le as i18nPaginatorSelected,
63
+ ue as i18nPreviousDay,
64
+ ce as i18nPreviousMonth,
65
+ se as i18nPreviousPage,
66
+ de as i18nPreviousYear,
67
+ ge as i18nPreviousYearRange,
68
+ pe as i18nRealTimeInfo,
69
+ Ce as i18nRestaurantWagonLabel,
70
+ De as i18nReverseCard,
71
+ Se as i18nSector,
72
+ be as i18nSectorShort,
73
+ Pe as i18nSelectNextDay,
74
+ me as i18nSelectPreviousDay,
75
+ Te as i18nSelectedPage,
76
+ ve as i18nSelectionRequired,
77
+ Le as i18nShowCalendar,
78
+ he as i18nSleepingWagonLabel,
79
+ xe as i18nSupersaver,
80
+ Me as i18nTargetOpensInNewWindow,
81
+ Ne as i18nTimeInputChange,
82
+ We as i18nTimeInvalid,
83
+ Fe as i18nTimeMax,
84
+ Ie as i18nTimeMaxLength,
85
+ fe as i18nToday,
86
+ ye as i18nTrain,
87
+ Re as i18nTrains,
88
+ ke as i18nTransferProcedure,
89
+ Be as i18nTransferProcedures,
90
+ Oe as i18nTravelhints,
91
+ Ye as i18nTripDuration,
92
+ we as i18nTripQuayChange,
93
+ Ae as i18nWagonLabel,
94
+ qe as i18nWagonLabelNumber,
95
+ Ee as i18nWagonsLabel,
96
+ Ge as i18nWalkingDistanceArrival,
97
+ He as i18nWalkingDistanceDeparture,
98
+ Qe as i18nYearMonthSelection
95
99
  };
@@ -81,7 +81,7 @@ if (!g) {
81
81
  t = t?.filter((r, h, b) => b.indexOf(r) === h) ?? null;
82
82
  const n = i.get(s);
83
83
  if (n?.observer?.disconnect(), t === null)
84
- n && (delete n.elements[l.name], Object.keys(n).length ? Object.values(n.elements).reduce((r, h) => r.concat(h)).forEach((r) => n.observer.observe(r, a)) : i.delete(s));
84
+ n && (delete n.elements[l.name], Object.keys(n.elements).length ? Object.values(n.elements).reduce((r, h) => r.concat(h)).forEach((r) => n.observer.observe(r, a)) : i.delete(s));
85
85
  else if (n)
86
86
  n.elements[l.name] = t, f(s, o, n.elements), Object.values(n.elements).reduce((r, h) => r.concat(h)).forEach((r) => n.observer.observe(r, a));
87
87
  else {
@@ -4,6 +4,7 @@ import { AbstractConstructor } from './constructor.js';
4
4
  import { FormRestoreReason, FormRestoreState } from './form-associated-mixin.js';
5
5
  declare const SbbFormAssociatedInputMixinType_base: AbstractConstructor<import('./required-mixin.js').SbbRequiredMixinType> & AbstractConstructor<import('./form-associated-mixin.js').SbbFormAssociatedMixinType> & AbstractConstructor<import('./element-internals-mixin.js').SbbElementInternalsMixinType> & typeof LitElement & import('./element-internals-mixin.js').SbbElementInternalsConstructor;
6
6
  export declare abstract class SbbFormAssociatedInputMixinType extends SbbFormAssociatedInputMixinType_base {
7
+ static readonly formFieldAssociated = true;
7
8
  set value(value: string);
8
9
  get value(): string;
9
10
  set disabled(value: boolean);
@@ -1 +1 @@
1
- {"version":3,"file":"form-associated-input-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/form-associated-input-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,UAAU,EAGhB,MAAM,KAAK,CAAC;AAIb,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAI1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAG5D,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EAEtB,MAAM,4BAA4B,CAAC;;AAIpC,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,+BAAgC,SAAQ,oCAErE;IACC,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE;IAChC,IAAW,KAAK,IAAI,MAAM,CAAC;IAE3B,IAAW,QAAQ,CAAC,KAAK,EAAE,OAAO,EAAE;IACpC,IAAW,QAAQ,IAAI,OAAO,CAAC;IAE/B,IAAW,QAAQ,CAAC,KAAK,EAAE,OAAO,EAAE;IACpC,IAAW,QAAQ,IAAI,OAAO,CAAC;IAE/B,IAAW,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE;IACtC,IAAW,WAAW,IAAI,MAAM,CAAC;IAEjC;;;;OAIG;IACI,MAAM,IAAI,IAAI;IAEd,iBAAiB,IAAI,IAAI;IACzB,wBAAwB,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI,EAAE,MAAM,EAAE,iBAAiB,GAAG,IAAI;IAEhG,SAAS,CAAC,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IACjD,SAAS,CAAC,QAAQ,EAAE,qBAAqB,CAAC;CAC3C;AAgBD;;GAEG;AAEH,eAAO,MAAM,2BAA2B,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EACnF,YAAY,CAAC,KACZ,mBAAmB,CAAC,+BAA+B,CAAC,GAAG,CAkXzD,CAAC"}
1
+ {"version":3,"file":"form-associated-input-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/form-associated-input-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,UAAU,EAGhB,MAAM,KAAK,CAAC;AAIb,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAI1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAG5D,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EAEtB,MAAM,4BAA4B,CAAC;;AAIpC,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,+BAAgC,SAAQ,oCAErE;IACC,gBAAuB,mBAAmB,QAAQ;IAElD,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE;IAChC,IAAW,KAAK,IAAI,MAAM,CAAC;IAE3B,IAAW,QAAQ,CAAC,KAAK,EAAE,OAAO,EAAE;IACpC,IAAW,QAAQ,IAAI,OAAO,CAAC;IAE/B,IAAW,QAAQ,CAAC,KAAK,EAAE,OAAO,EAAE;IACpC,IAAW,QAAQ,IAAI,OAAO,CAAC;IAE/B,IAAW,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE;IACtC,IAAW,WAAW,IAAI,MAAM,CAAC;IAEjC;;;;OAIG;IACI,MAAM,IAAI,IAAI;IAEd,iBAAiB,IAAI,IAAI;IACzB,wBAAwB,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI,EAAE,MAAM,EAAE,iBAAiB,GAAG,IAAI;IAEhG,SAAS,CAAC,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IACjD,SAAS,CAAC,QAAQ,EAAE,qBAAqB,CAAC;CAC3C;AAgBD;;GAEG;AAEH,eAAO,MAAM,2BAA2B,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EACnF,YAAY,CAAC,KACZ,mBAAmB,CAAC,+BAA+B,CAAC,GAAG,CAqXzD,CAAC"}