@sbb-esta/lyne-elements-experimental 3.0.0-next.2 → 3.0.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 (25) hide show
  1. package/custom-elements.json +327 -380
  2. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +1 -6
  3. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  4. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +12 -7
  5. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts +0 -3
  6. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  7. package/development/seat-reservation/seat-reservation/seat-reservation.component.js +1 -1
  8. package/development/seat-reservation/seat-reservation-navigation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +0 -7
  9. package/development/seat-reservation/seat-reservation-navigation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
  10. package/development/seat-reservation/seat-reservation-navigation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +7 -10
  11. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +1 -6
  12. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts.map +1 -1
  13. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +11 -9
  14. package/package.json +2 -2
  15. package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +1 -6
  16. package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  17. package/seat-reservation/seat-reservation/seat-reservation-base-element.js +48 -41
  18. package/seat-reservation/seat-reservation/seat-reservation.component.d.ts +0 -3
  19. package/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  20. package/seat-reservation/seat-reservation-navigation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +0 -7
  21. package/seat-reservation/seat-reservation-navigation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
  22. package/seat-reservation/seat-reservation-navigation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +47 -49
  23. package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +1 -6
  24. package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts.map +1 -1
  25. package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +44 -42
@@ -477,6 +477,219 @@
477
477
  }
478
478
  ]
479
479
  },
480
+ {
481
+ "kind": "javascript-module",
482
+ "path": "pearl-chain-time/pearl-chain-time.component.js",
483
+ "declarations": [
484
+ {
485
+ "kind": "class",
486
+ "description": "Combined with `sbb-pearl-chain`, it displays walk time information.",
487
+ "name": "SbbPearlChainTimeElement",
488
+ "members": [
489
+ {
490
+ "kind": "field",
491
+ "name": "legs",
492
+ "type": {
493
+ "text": "(Leg | PtRideLeg)[]"
494
+ },
495
+ "privacy": "public",
496
+ "default": "[]",
497
+ "description": "define the legs of the pearl-chain.\nFormat:\n`{\"legs\": [{\"duration\": 25}, ...]}`\n`duration` in minutes. Duration of the leg is relative\nto the total travel time. Example: departure 16:30, change at 16:40,\narrival at 17:00. So the change should have a duration of 33.33%.",
498
+ "attribute": "legs"
499
+ },
500
+ {
501
+ "kind": "field",
502
+ "name": "departureTime",
503
+ "type": {
504
+ "text": "string"
505
+ },
506
+ "privacy": "public",
507
+ "default": "''",
508
+ "description": "Prop to render the departure time - will be formatted as \"H:mm\"",
509
+ "attribute": "departure-time"
510
+ },
511
+ {
512
+ "kind": "field",
513
+ "name": "arrivalTime",
514
+ "type": {
515
+ "text": "string"
516
+ },
517
+ "privacy": "public",
518
+ "default": "''",
519
+ "description": "Prop to render the arrival time - will be formatted as \"H:mm\"",
520
+ "attribute": "arrival-time"
521
+ },
522
+ {
523
+ "kind": "field",
524
+ "name": "departureWalk",
525
+ "type": {
526
+ "text": "number"
527
+ },
528
+ "privacy": "public",
529
+ "default": "NaN",
530
+ "description": "Optional prop to render the walk time (in minutes) before departure",
531
+ "attribute": "departure-walk"
532
+ },
533
+ {
534
+ "kind": "field",
535
+ "name": "arrivalWalk",
536
+ "type": {
537
+ "text": "number"
538
+ },
539
+ "privacy": "public",
540
+ "default": "NaN",
541
+ "description": "Optional prop to render the walk time (in minutes) after arrival",
542
+ "attribute": "arrival-walk"
543
+ },
544
+ {
545
+ "kind": "field",
546
+ "name": "disableAnimation",
547
+ "type": {
548
+ "text": "boolean"
549
+ },
550
+ "privacy": "public",
551
+ "default": "false",
552
+ "description": "Per default, the current location has a pulsating animation. You can\ndisable the animation with this property.",
553
+ "attribute": "disable-animation"
554
+ },
555
+ {
556
+ "kind": "field",
557
+ "name": "a11yFootpath",
558
+ "type": {
559
+ "text": "boolean"
560
+ },
561
+ "privacy": "public",
562
+ "default": "false",
563
+ "description": "Optional prop to render wheelchair-small instead of walk-small",
564
+ "attribute": "a11y-footpath"
565
+ },
566
+ {
567
+ "kind": "field",
568
+ "name": "now",
569
+ "privacy": "public",
570
+ "description": "A configured date which acts as the current date instead of the real current date.\nOnly recommended for testing purposes.",
571
+ "type": {
572
+ "text": "Date"
573
+ },
574
+ "attribute": "now",
575
+ "default": "null"
576
+ },
577
+ {
578
+ "kind": "field",
579
+ "name": "_now",
580
+ "type": {
581
+ "text": "Date | null"
582
+ },
583
+ "privacy": "private",
584
+ "default": "null"
585
+ },
586
+ {
587
+ "kind": "field",
588
+ "name": "_language",
589
+ "privacy": "private",
590
+ "default": "new SbbLanguageController(this)"
591
+ }
592
+ ],
593
+ "attributes": [
594
+ {
595
+ "name": "legs",
596
+ "type": {
597
+ "text": "(Leg | PtRideLeg)[]"
598
+ },
599
+ "default": "[]",
600
+ "description": "define the legs of the pearl-chain.\nFormat:\n`{\"legs\": [{\"duration\": 25}, ...]}`\n`duration` in minutes. Duration of the leg is relative\nto the total travel time. Example: departure 16:30, change at 16:40,\narrival at 17:00. So the change should have a duration of 33.33%.",
601
+ "fieldName": "legs"
602
+ },
603
+ {
604
+ "name": "departure-time",
605
+ "type": {
606
+ "text": "string"
607
+ },
608
+ "default": "''",
609
+ "description": "Prop to render the departure time - will be formatted as \"H:mm\"",
610
+ "fieldName": "departureTime"
611
+ },
612
+ {
613
+ "name": "arrival-time",
614
+ "type": {
615
+ "text": "string"
616
+ },
617
+ "default": "''",
618
+ "description": "Prop to render the arrival time - will be formatted as \"H:mm\"",
619
+ "fieldName": "arrivalTime"
620
+ },
621
+ {
622
+ "name": "departure-walk",
623
+ "type": {
624
+ "text": "number"
625
+ },
626
+ "default": "NaN",
627
+ "description": "Optional prop to render the walk time (in minutes) before departure",
628
+ "fieldName": "departureWalk"
629
+ },
630
+ {
631
+ "name": "arrival-walk",
632
+ "type": {
633
+ "text": "number"
634
+ },
635
+ "default": "NaN",
636
+ "description": "Optional prop to render the walk time (in minutes) after arrival",
637
+ "fieldName": "arrivalWalk"
638
+ },
639
+ {
640
+ "name": "disable-animation",
641
+ "type": {
642
+ "text": "boolean"
643
+ },
644
+ "default": "false",
645
+ "description": "Per default, the current location has a pulsating animation. You can\ndisable the animation with this property.",
646
+ "fieldName": "disableAnimation"
647
+ },
648
+ {
649
+ "name": "a11y-footpath",
650
+ "type": {
651
+ "text": "boolean"
652
+ },
653
+ "default": "false",
654
+ "description": "Optional prop to render wheelchair-small instead of walk-small",
655
+ "fieldName": "a11yFootpath"
656
+ },
657
+ {
658
+ "name": "now",
659
+ "description": "A configured date which acts as the current date instead of the real current date.\nOnly recommended for testing purposes.",
660
+ "type": {
661
+ "text": "Date"
662
+ },
663
+ "fieldName": "now"
664
+ }
665
+ ],
666
+ "superclass": {
667
+ "name": "LitElement",
668
+ "package": "lit"
669
+ },
670
+ "tagName": "sbb-pearl-chain-time",
671
+ "customElement": true
672
+ }
673
+ ],
674
+ "exports": [
675
+ {
676
+ "kind": "js",
677
+ "name": "SbbPearlChainTimeElement",
678
+ "declaration": {
679
+ "name": "SbbPearlChainTimeElement",
680
+ "module": "pearl-chain-time/pearl-chain-time.component.js"
681
+ }
682
+ },
683
+ {
684
+ "kind": "custom-element-definition",
685
+ "name": "sbb-pearl-chain-time",
686
+ "declaration": {
687
+ "name": "SbbPearlChainTimeElement",
688
+ "module": "pearl-chain-time/pearl-chain-time.component.js"
689
+ }
690
+ }
691
+ ]
692
+ },
480
693
  {
481
694
  "kind": "javascript-module",
482
695
  "path": "pearl-chain/pearl-chain.component.js",
@@ -657,200 +870,32 @@
657
870
  "name": "_renderPosition",
658
871
  "privacy": "private",
659
872
  "return": {
660
- "type": {
661
- "text": "TemplateResult | undefined"
662
- }
663
- },
664
- "parameters": [
665
- {
666
- "name": "now",
667
- "type": {
668
- "text": "Date"
669
- }
670
- },
671
- {
672
- "name": "start",
673
- "optional": true,
674
- "type": {
675
- "text": "Time"
676
- }
677
- },
678
- {
679
- "name": "end",
680
- "optional": true,
681
- "type": {
682
- "text": "Time"
683
- }
684
- }
685
- ]
686
- }
687
- ],
688
- "attributes": [
689
- {
690
- "name": "legs",
691
- "type": {
692
- "text": "(Leg | PtRideLeg)[]"
693
- },
694
- "default": "[]",
695
- "description": "Define the legs of the pearl-chain.\nFormat:\n`{\"legs\": [{\"duration\": 25}, ...]}`\n`duration` in minutes. Duration of the leg is relative\nto the total travel time. Example: departure 16:30, change at 16:40,\narrival at 17:00. So the change should have a duration of 33.33%.",
696
- "fieldName": "legs"
697
- },
698
- {
699
- "name": "disable-animation",
700
- "type": {
701
- "text": "boolean"
702
- },
703
- "default": "false",
704
- "description": "Per default, the current location has a pulsating animation. You can\ndisable the animation with this property.",
705
- "fieldName": "disableAnimation"
706
- },
707
- {
708
- "name": "now",
709
- "description": "A configured date which acts as the current date instead of the real current date.\nOnly recommended for testing purposes.",
710
- "type": {
711
- "text": "Date | null"
712
- },
713
- "fieldName": "now"
714
- }
715
- ],
716
- "superclass": {
717
- "name": "LitElement",
718
- "package": "lit"
719
- },
720
- "tagName": "sbb-pearl-chain",
721
- "customElement": true
722
- }
723
- ],
724
- "exports": [
725
- {
726
- "kind": "js",
727
- "name": "SbbPearlChainElement",
728
- "declaration": {
729
- "name": "SbbPearlChainElement",
730
- "module": "pearl-chain/pearl-chain.component.js"
731
- }
732
- },
733
- {
734
- "kind": "custom-element-definition",
735
- "name": "sbb-pearl-chain",
736
- "declaration": {
737
- "name": "SbbPearlChainElement",
738
- "module": "pearl-chain/pearl-chain.component.js"
739
- }
740
- }
741
- ]
742
- },
743
- {
744
- "kind": "javascript-module",
745
- "path": "pearl-chain-time/pearl-chain-time.component.js",
746
- "declarations": [
747
- {
748
- "kind": "class",
749
- "description": "Combined with `sbb-pearl-chain`, it displays walk time information.",
750
- "name": "SbbPearlChainTimeElement",
751
- "members": [
752
- {
753
- "kind": "field",
754
- "name": "legs",
755
- "type": {
756
- "text": "(Leg | PtRideLeg)[]"
757
- },
758
- "privacy": "public",
759
- "default": "[]",
760
- "description": "define the legs of the pearl-chain.\nFormat:\n`{\"legs\": [{\"duration\": 25}, ...]}`\n`duration` in minutes. Duration of the leg is relative\nto the total travel time. Example: departure 16:30, change at 16:40,\narrival at 17:00. So the change should have a duration of 33.33%.",
761
- "attribute": "legs"
762
- },
763
- {
764
- "kind": "field",
765
- "name": "departureTime",
766
- "type": {
767
- "text": "string"
768
- },
769
- "privacy": "public",
770
- "default": "''",
771
- "description": "Prop to render the departure time - will be formatted as \"H:mm\"",
772
- "attribute": "departure-time"
773
- },
774
- {
775
- "kind": "field",
776
- "name": "arrivalTime",
777
- "type": {
778
- "text": "string"
779
- },
780
- "privacy": "public",
781
- "default": "''",
782
- "description": "Prop to render the arrival time - will be formatted as \"H:mm\"",
783
- "attribute": "arrival-time"
784
- },
785
- {
786
- "kind": "field",
787
- "name": "departureWalk",
788
- "type": {
789
- "text": "number"
790
- },
791
- "privacy": "public",
792
- "default": "NaN",
793
- "description": "Optional prop to render the walk time (in minutes) before departure",
794
- "attribute": "departure-walk"
795
- },
796
- {
797
- "kind": "field",
798
- "name": "arrivalWalk",
799
- "type": {
800
- "text": "number"
801
- },
802
- "privacy": "public",
803
- "default": "NaN",
804
- "description": "Optional prop to render the walk time (in minutes) after arrival",
805
- "attribute": "arrival-walk"
806
- },
807
- {
808
- "kind": "field",
809
- "name": "disableAnimation",
810
- "type": {
811
- "text": "boolean"
812
- },
813
- "privacy": "public",
814
- "default": "false",
815
- "description": "Per default, the current location has a pulsating animation. You can\ndisable the animation with this property.",
816
- "attribute": "disable-animation"
817
- },
818
- {
819
- "kind": "field",
820
- "name": "a11yFootpath",
821
- "type": {
822
- "text": "boolean"
823
- },
824
- "privacy": "public",
825
- "default": "false",
826
- "description": "Optional prop to render wheelchair-small instead of walk-small",
827
- "attribute": "a11y-footpath"
828
- },
829
- {
830
- "kind": "field",
831
- "name": "now",
832
- "privacy": "public",
833
- "description": "A configured date which acts as the current date instead of the real current date.\nOnly recommended for testing purposes.",
834
- "type": {
835
- "text": "Date"
836
- },
837
- "attribute": "now",
838
- "default": "null"
839
- },
840
- {
841
- "kind": "field",
842
- "name": "_now",
843
- "type": {
844
- "text": "Date | null"
845
- },
846
- "privacy": "private",
847
- "default": "null"
848
- },
849
- {
850
- "kind": "field",
851
- "name": "_language",
852
- "privacy": "private",
853
- "default": "new SbbLanguageController(this)"
873
+ "type": {
874
+ "text": "TemplateResult | undefined"
875
+ }
876
+ },
877
+ "parameters": [
878
+ {
879
+ "name": "now",
880
+ "type": {
881
+ "text": "Date"
882
+ }
883
+ },
884
+ {
885
+ "name": "start",
886
+ "optional": true,
887
+ "type": {
888
+ "text": "Time"
889
+ }
890
+ },
891
+ {
892
+ "name": "end",
893
+ "optional": true,
894
+ "type": {
895
+ "text": "Time"
896
+ }
897
+ }
898
+ ]
854
899
  }
855
900
  ],
856
901
  "attributes": [
@@ -860,45 +905,9 @@
860
905
  "text": "(Leg | PtRideLeg)[]"
861
906
  },
862
907
  "default": "[]",
863
- "description": "define the legs of the pearl-chain.\nFormat:\n`{\"legs\": [{\"duration\": 25}, ...]}`\n`duration` in minutes. Duration of the leg is relative\nto the total travel time. Example: departure 16:30, change at 16:40,\narrival at 17:00. So the change should have a duration of 33.33%.",
908
+ "description": "Define the legs of the pearl-chain.\nFormat:\n`{\"legs\": [{\"duration\": 25}, ...]}`\n`duration` in minutes. Duration of the leg is relative\nto the total travel time. Example: departure 16:30, change at 16:40,\narrival at 17:00. So the change should have a duration of 33.33%.",
864
909
  "fieldName": "legs"
865
910
  },
866
- {
867
- "name": "departure-time",
868
- "type": {
869
- "text": "string"
870
- },
871
- "default": "''",
872
- "description": "Prop to render the departure time - will be formatted as \"H:mm\"",
873
- "fieldName": "departureTime"
874
- },
875
- {
876
- "name": "arrival-time",
877
- "type": {
878
- "text": "string"
879
- },
880
- "default": "''",
881
- "description": "Prop to render the arrival time - will be formatted as \"H:mm\"",
882
- "fieldName": "arrivalTime"
883
- },
884
- {
885
- "name": "departure-walk",
886
- "type": {
887
- "text": "number"
888
- },
889
- "default": "NaN",
890
- "description": "Optional prop to render the walk time (in minutes) before departure",
891
- "fieldName": "departureWalk"
892
- },
893
- {
894
- "name": "arrival-walk",
895
- "type": {
896
- "text": "number"
897
- },
898
- "default": "NaN",
899
- "description": "Optional prop to render the walk time (in minutes) after arrival",
900
- "fieldName": "arrivalWalk"
901
- },
902
911
  {
903
912
  "name": "disable-animation",
904
913
  "type": {
@@ -908,20 +917,11 @@
908
917
  "description": "Per default, the current location has a pulsating animation. You can\ndisable the animation with this property.",
909
918
  "fieldName": "disableAnimation"
910
919
  },
911
- {
912
- "name": "a11y-footpath",
913
- "type": {
914
- "text": "boolean"
915
- },
916
- "default": "false",
917
- "description": "Optional prop to render wheelchair-small instead of walk-small",
918
- "fieldName": "a11yFootpath"
919
- },
920
920
  {
921
921
  "name": "now",
922
922
  "description": "A configured date which acts as the current date instead of the real current date.\nOnly recommended for testing purposes.",
923
923
  "type": {
924
- "text": "Date"
924
+ "text": "Date | null"
925
925
  },
926
926
  "fieldName": "now"
927
927
  }
@@ -930,25 +930,25 @@
930
930
  "name": "LitElement",
931
931
  "package": "lit"
932
932
  },
933
- "tagName": "sbb-pearl-chain-time",
933
+ "tagName": "sbb-pearl-chain",
934
934
  "customElement": true
935
935
  }
936
936
  ],
937
937
  "exports": [
938
938
  {
939
939
  "kind": "js",
940
- "name": "SbbPearlChainTimeElement",
940
+ "name": "SbbPearlChainElement",
941
941
  "declaration": {
942
- "name": "SbbPearlChainTimeElement",
943
- "module": "pearl-chain-time/pearl-chain-time.component.js"
942
+ "name": "SbbPearlChainElement",
943
+ "module": "pearl-chain/pearl-chain.component.js"
944
944
  }
945
945
  },
946
946
  {
947
947
  "kind": "custom-element-definition",
948
- "name": "sbb-pearl-chain-time",
948
+ "name": "sbb-pearl-chain",
949
949
  "declaration": {
950
- "name": "SbbPearlChainTimeElement",
951
- "module": "pearl-chain-time/pearl-chain-time.component.js"
950
+ "name": "SbbPearlChainElement",
951
+ "module": "pearl-chain/pearl-chain.component.js"
952
952
  }
953
953
  }
954
954
  ]
@@ -2241,26 +2241,6 @@
2241
2241
  "privacy": "protected",
2242
2242
  "default": "-1"
2243
2243
  },
2244
- {
2245
- "kind": "field",
2246
- "name": "selectedPlaces",
2247
- "type": {
2248
- "text": "EventEmitter<SeatReservationSelectedPlacesEventDetails>"
2249
- },
2250
- "privacy": "protected",
2251
- "default": "new EventEmitter(this, SeatReservationBaseElement.events.selectedPlaces)",
2252
- "description": "Emits when a place was selected by user."
2253
- },
2254
- {
2255
- "kind": "field",
2256
- "name": "selectedCoach",
2257
- "type": {
2258
- "text": "EventEmitter<SeatReservationCoachSelection>"
2259
- },
2260
- "privacy": "protected",
2261
- "default": "new EventEmitter( this, SeatReservationBaseElement.events.selectedCoach, )",
2262
- "description": "Emits when a coach was selected by user."
2263
- },
2264
2244
  {
2265
2245
  "kind": "field",
2266
2246
  "name": "coachBorderPadding",
@@ -2948,6 +2928,22 @@
2948
2928
  }
2949
2929
  }
2950
2930
  ],
2931
+ "events": [
2932
+ {
2933
+ "name": "selectedPlaces",
2934
+ "type": {
2935
+ "text": "CustomEvent<SeatReservationSelectedPlacesEventDetails>"
2936
+ },
2937
+ "description": "Emits when a place was selected and returns a Place array with all selected places."
2938
+ },
2939
+ {
2940
+ "name": "selectedCoach",
2941
+ "type": {
2942
+ "text": "CustomEvent<SeatReservationCoachSelection>"
2943
+ },
2944
+ "description": "Emits when a coach was selected and returns a CoachSelection"
2945
+ }
2946
+ ],
2951
2947
  "attributes": [
2952
2948
  {
2953
2949
  "name": "seat-reservation",
@@ -3563,34 +3559,6 @@
3563
3559
  "module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
3564
3560
  }
3565
3561
  },
3566
- {
3567
- "kind": "field",
3568
- "name": "selectedPlaces",
3569
- "type": {
3570
- "text": "EventEmitter<SeatReservationSelectedPlacesEventDetails>"
3571
- },
3572
- "privacy": "protected",
3573
- "default": "new EventEmitter(this, SeatReservationBaseElement.events.selectedPlaces)",
3574
- "description": "Emits when a place was selected by user.",
3575
- "inheritedFrom": {
3576
- "name": "SeatReservationBaseElement",
3577
- "module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
3578
- }
3579
- },
3580
- {
3581
- "kind": "field",
3582
- "name": "selectedCoach",
3583
- "type": {
3584
- "text": "EventEmitter<SeatReservationCoachSelection>"
3585
- },
3586
- "privacy": "protected",
3587
- "default": "new EventEmitter( this, SeatReservationBaseElement.events.selectedCoach, )",
3588
- "description": "Emits when a coach was selected by user.",
3589
- "inheritedFrom": {
3590
- "name": "SeatReservationBaseElement",
3591
- "module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
3592
- }
3593
- },
3594
3562
  {
3595
3563
  "kind": "field",
3596
3564
  "name": "coachBorderPadding",
@@ -4474,22 +4442,6 @@
4474
4442
  }
4475
4443
  }
4476
4444
  ],
4477
- "events": [
4478
- {
4479
- "type": {
4480
- "text": "CustomEvent<SeatReservationSelectedPlacesEventDetails>"
4481
- },
4482
- "description": "Emits when a place was selected and returns a Place array with all selected places",
4483
- "name": "selectedPlaces"
4484
- },
4485
- {
4486
- "type": {
4487
- "text": "CustomEvent<SeatReservationCoachSelection>"
4488
- },
4489
- "description": "Emits when a coach was selected and returns a CoachSelection",
4490
- "name": "selectedCoach"
4491
- }
4492
- ],
4493
4445
  "attributes": [
4494
4446
  {
4495
4447
  "name": "seat-reservation",
@@ -4588,7 +4540,31 @@
4588
4540
  "module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
4589
4541
  },
4590
4542
  "tagName": "sbb-seat-reservation",
4591
- "customElement": true
4543
+ "customElement": true,
4544
+ "events": [
4545
+ {
4546
+ "name": "selectedPlaces",
4547
+ "type": {
4548
+ "text": "CustomEvent<SeatReservationSelectedPlacesEventDetails>"
4549
+ },
4550
+ "description": "Emits when a place was selected and returns a Place array with all selected places.",
4551
+ "inheritedFrom": {
4552
+ "name": "SeatReservationBaseElement",
4553
+ "module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
4554
+ }
4555
+ },
4556
+ {
4557
+ "name": "selectedCoach",
4558
+ "type": {
4559
+ "text": "CustomEvent<SeatReservationCoachSelection>"
4560
+ },
4561
+ "description": "Emits when a coach was selected and returns a CoachSelection",
4562
+ "inheritedFrom": {
4563
+ "name": "SeatReservationBaseElement",
4564
+ "module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
4565
+ }
4566
+ }
4567
+ ]
4592
4568
  }
4593
4569
  ],
4594
4570
  "exports": [
@@ -4924,36 +4900,6 @@
4924
4900
  }
4925
4901
  ]
4926
4902
  },
4927
- {
4928
- "kind": "javascript-module",
4929
- "path": "seat-reservation/seat-reservation-navigation/seat-reservation-navigation-coach.js",
4930
- "declarations": [],
4931
- "exports": [
4932
- {
4933
- "kind": "js",
4934
- "name": "*",
4935
- "declaration": {
4936
- "name": "*",
4937
- "package": "./seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js"
4938
- }
4939
- }
4940
- ]
4941
- },
4942
- {
4943
- "kind": "javascript-module",
4944
- "path": "seat-reservation/seat-reservation-navigation/seat-reservation-navigation-services.js",
4945
- "declarations": [],
4946
- "exports": [
4947
- {
4948
- "kind": "js",
4949
- "name": "*",
4950
- "declaration": {
4951
- "name": "*",
4952
- "package": "./seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
4953
- }
4954
- }
4955
- ]
4956
- },
4957
4903
  {
4958
4904
  "kind": "javascript-module",
4959
4905
  "path": "seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js",
@@ -5095,16 +5041,6 @@
5095
5041
  "description": "Set the place focus outline style",
5096
5042
  "attribute": "keyfocus"
5097
5043
  },
5098
- {
5099
- "kind": "field",
5100
- "name": "placeSelected",
5101
- "type": {
5102
- "text": "EventEmitter<PlaceSelection>"
5103
- },
5104
- "privacy": "protected",
5105
- "default": "new EventEmitter( this, SbbSeatReservationPlaceControlElement.events.selectPlace, )",
5106
- "description": "Emits when a place was selected by user."
5107
- },
5108
5044
  {
5109
5045
  "kind": "field",
5110
5046
  "name": "_language",
@@ -5159,11 +5095,11 @@
5159
5095
  ],
5160
5096
  "events": [
5161
5097
  {
5098
+ "name": "selectPlace",
5162
5099
  "type": {
5163
5100
  "text": "CustomEvent<PlaceSelection>"
5164
5101
  },
5165
- "description": "Emits when a place was selected and returns a PlaceSelection object with necessary place information",
5166
- "name": "selectPlace"
5102
+ "description": "Emits when a place was selected via user interaction and returns a\nPlaceSelection object with necessary place information."
5167
5103
  }
5168
5104
  ],
5169
5105
  "attributes": [
@@ -5294,6 +5230,36 @@
5294
5230
  }
5295
5231
  ]
5296
5232
  },
5233
+ {
5234
+ "kind": "javascript-module",
5235
+ "path": "seat-reservation/seat-reservation-navigation/seat-reservation-navigation-coach.js",
5236
+ "declarations": [],
5237
+ "exports": [
5238
+ {
5239
+ "kind": "js",
5240
+ "name": "*",
5241
+ "declaration": {
5242
+ "name": "*",
5243
+ "package": "./seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js"
5244
+ }
5245
+ }
5246
+ ]
5247
+ },
5248
+ {
5249
+ "kind": "javascript-module",
5250
+ "path": "seat-reservation/seat-reservation-navigation/seat-reservation-navigation-services.js",
5251
+ "declarations": [],
5252
+ "exports": [
5253
+ {
5254
+ "kind": "js",
5255
+ "name": "*",
5256
+ "declaration": {
5257
+ "name": "*",
5258
+ "package": "./seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
5259
+ }
5260
+ }
5261
+ ]
5262
+ },
5297
5263
  {
5298
5264
  "kind": "javascript-module",
5299
5265
  "path": "seat-reservation/common/mapper/icon-mapper.js",
@@ -5881,25 +5847,6 @@
5881
5847
  "privacy": "private",
5882
5848
  "default": "new SbbLanguageController(this)"
5883
5849
  },
5884
- {
5885
- "kind": "field",
5886
- "name": "selectNavCoach",
5887
- "type": {
5888
- "text": "EventEmitter<SelectCoachEventDetails>"
5889
- },
5890
- "privacy": "protected",
5891
- "default": "new EventEmitter( this, SbbSeatReservationNavigationCoachElement.events.selectCoach, )",
5892
- "description": "Emits when a coach within the navigation was selected"
5893
- },
5894
- {
5895
- "kind": "field",
5896
- "name": "focusNavCoach",
5897
- "type": {
5898
- "text": "EventEmitter<void>"
5899
- },
5900
- "privacy": "protected",
5901
- "default": "new EventEmitter( this, SbbSeatReservationNavigationCoachElement.events.focusCoach, )"
5902
- },
5903
5850
  {
5904
5851
  "kind": "method",
5905
5852
  "name": "_getNavigationButton",
@@ -5988,18 +5935,18 @@
5988
5935
  ],
5989
5936
  "events": [
5990
5937
  {
5938
+ "name": "focusCoach",
5991
5939
  "type": {
5992
- "text": "CustomEvent<SelectCoachEventDetails>"
5940
+ "text": "Event"
5993
5941
  },
5994
- "description": "Emits when a coach within the navigation was selected and returns the clicked coach nav index",
5995
- "name": "selectCoach"
5942
+ "description": "Emits when a nav coach has the focus"
5996
5943
  },
5997
5944
  {
5945
+ "name": "selectCoach",
5998
5946
  "type": {
5999
- "text": "CustomEvent<void>"
5947
+ "text": "CustomEvent<SelectCoachEventDetails>"
6000
5948
  },
6001
- "description": "Emits when a nav coach has the focus",
6002
- "name": "focusCoach"
5949
+ "description": "Emits when a coach within the navigation was selected and returns the clicked coach nav index."
6003
5950
  }
6004
5951
  ],
6005
5952
  "attributes": [