@sbb-esta/lyne-elements-experimental 2.6.0 → 2.7.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.
Files changed (100) hide show
  1. package/core/datetime/date-helper.js +191 -0
  2. package/core/datetime.d.ts +3 -0
  3. package/core/datetime.d.ts.map +1 -1
  4. package/core/datetime.js +3 -189
  5. package/core/timetable/access-leg-helper.js +94 -0
  6. package/core/timetable/timetable-helper.js +13 -0
  7. package/core/timetable/timetable-properties.js +1 -0
  8. package/core/timetable.d.ts +3 -0
  9. package/core/timetable.d.ts.map +1 -1
  10. package/core/timetable.js +6 -102
  11. package/custom-elements.json +598 -439
  12. package/development/core/datetime/date-helper.js +285 -0
  13. package/development/core/datetime.d.ts +3 -0
  14. package/development/core/datetime.d.ts.map +1 -1
  15. package/development/core/datetime.js +2 -281
  16. package/development/core/timetable/access-leg-helper.js +128 -0
  17. package/development/core/timetable/timetable-helper.js +21 -0
  18. package/development/core/timetable/timetable-properties.js +2 -0
  19. package/development/core/timetable.d.ts +3 -0
  20. package/development/core/timetable.d.ts.map +1 -1
  21. package/development/core/timetable.js +3 -139
  22. package/development/{differenceInMinutes-Cmyza6nm.js → differenceInMinutes-CHSyWiQs.js} +2 -2
  23. package/development/{format-BU7bjY-L.js → format-D0-yhzi4.js} +3 -3
  24. package/development/{isValid-DO_pHwcW.js → isValid-Bo4R7iA7.js} +2 -2
  25. package/development/journey-summary/journey-summary.js +297 -0
  26. package/development/journey-summary.d.ts +3 -0
  27. package/development/journey-summary.d.ts.map +1 -1
  28. package/development/journey-summary.js +2 -294
  29. package/development/pearl-chain/pearl-chain.js +649 -0
  30. package/development/pearl-chain-time/pearl-chain-time.js +315 -0
  31. package/development/pearl-chain-time.d.ts +3 -0
  32. package/development/pearl-chain-time.d.ts.map +1 -1
  33. package/development/pearl-chain-time.js +2 -312
  34. package/development/pearl-chain-vertical/pearl-chain-vertical.js +45 -0
  35. package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.js +395 -0
  36. package/development/pearl-chain-vertical-item.d.ts +3 -0
  37. package/development/pearl-chain-vertical-item.d.ts.map +1 -1
  38. package/development/pearl-chain-vertical-item.js +2 -392
  39. package/development/pearl-chain-vertical.d.ts +3 -0
  40. package/development/pearl-chain-vertical.d.ts.map +1 -1
  41. package/development/pearl-chain-vertical.js +2 -42
  42. package/development/pearl-chain.d.ts +3 -0
  43. package/development/pearl-chain.d.ts.map +1 -1
  44. package/development/pearl-chain.js +2 -646
  45. package/development/timetable-duration/timetable-duration.js +119 -0
  46. package/development/timetable-duration.d.ts +3 -0
  47. package/development/timetable-duration.d.ts.map +1 -1
  48. package/development/timetable-duration.js +2 -116
  49. package/development/timetable-row/timetable-row.js +820 -0
  50. package/development/timetable-row.d.ts +3 -0
  51. package/development/timetable-row.d.ts.map +1 -1
  52. package/development/timetable-row.js +2 -810
  53. package/development/{toDate-B6IBgPYH.js → toDate-D_Vjps95.js} +5 -5
  54. package/{differenceInMinutes-BI2zjbtS.js → differenceInMinutes-BMqUZdhj.js} +1 -1
  55. package/{format-CUYwLzoN.js → format-Dg8rkk7h.js} +2 -2
  56. package/index.d.ts +7 -7
  57. package/index.js +7 -7
  58. package/{isValid-mroh13Xp.js → isValid-DJ69OMZJ.js} +6 -6
  59. package/journey-summary/journey-summary.js +190 -0
  60. package/journey-summary.d.ts +3 -0
  61. package/journey-summary.d.ts.map +1 -1
  62. package/journey-summary.js +2 -188
  63. package/package.json +3 -3
  64. package/pearl-chain/pearl-chain.js +177 -0
  65. package/pearl-chain-time/pearl-chain-time.js +153 -0
  66. package/pearl-chain-time.d.ts +3 -0
  67. package/pearl-chain-time.d.ts.map +1 -1
  68. package/pearl-chain-time.js +2 -151
  69. package/pearl-chain-vertical/pearl-chain-vertical.js +23 -0
  70. package/pearl-chain-vertical-item/pearl-chain-vertical-item.js +71 -0
  71. package/pearl-chain-vertical-item.d.ts +3 -0
  72. package/pearl-chain-vertical-item.d.ts.map +1 -1
  73. package/pearl-chain-vertical-item.js +2 -69
  74. package/pearl-chain-vertical.d.ts +3 -0
  75. package/pearl-chain-vertical.d.ts.map +1 -1
  76. package/pearl-chain-vertical.js +2 -21
  77. package/pearl-chain.d.ts +3 -0
  78. package/pearl-chain.d.ts.map +1 -1
  79. package/pearl-chain.js +2 -175
  80. package/timetable-duration/timetable-duration.js +55 -0
  81. package/timetable-duration.d.ts +3 -0
  82. package/timetable-duration.d.ts.map +1 -1
  83. package/timetable-duration.js +2 -53
  84. package/timetable-row/timetable-row.js +462 -0
  85. package/timetable-row.d.ts +3 -0
  86. package/timetable-row.d.ts.map +1 -1
  87. package/timetable-row.js +9 -460
  88. package/{toDate-DQg4ZFnf.js → toDate-BCXKL_wM.js} +4 -4
  89. package/development/pearl-chain/pearl-chain.sample-data.d.ts +0 -141
  90. package/development/pearl-chain/pearl-chain.sample-data.d.ts.map +0 -1
  91. package/development/timetable-duration/timetable-duration.sample-data.d.ts +0 -6
  92. package/development/timetable-duration/timetable-duration.sample-data.d.ts.map +0 -1
  93. package/development/timetable-row/timetable-row.sample-data.d.ts +0 -25
  94. package/development/timetable-row/timetable-row.sample-data.d.ts.map +0 -1
  95. package/pearl-chain/pearl-chain.sample-data.d.ts +0 -141
  96. package/pearl-chain/pearl-chain.sample-data.d.ts.map +0 -1
  97. package/timetable-duration/timetable-duration.sample-data.d.ts +0 -6
  98. package/timetable-duration/timetable-duration.sample-data.d.ts.map +0 -1
  99. package/timetable-row/timetable-row.sample-data.d.ts +0 -25
  100. package/timetable-row/timetable-row.sample-data.d.ts.map +0 -1
@@ -5,6 +5,157 @@
5
5
  {
6
6
  "kind": "javascript-module",
7
7
  "path": "journey-summary.js",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "js",
12
+ "name": "*",
13
+ "declaration": {
14
+ "name": "*",
15
+ "package": "./journey-summary/journey-summary.js"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "pearl-chain-time.js",
23
+ "declarations": [],
24
+ "exports": [
25
+ {
26
+ "kind": "js",
27
+ "name": "*",
28
+ "declaration": {
29
+ "name": "*",
30
+ "package": "./pearl-chain-time/pearl-chain-time.js"
31
+ }
32
+ }
33
+ ]
34
+ },
35
+ {
36
+ "kind": "javascript-module",
37
+ "path": "pearl-chain-vertical-item.js",
38
+ "declarations": [],
39
+ "exports": [
40
+ {
41
+ "kind": "js",
42
+ "name": "*",
43
+ "declaration": {
44
+ "name": "*",
45
+ "package": "./pearl-chain-vertical-item/pearl-chain-vertical-item.js"
46
+ }
47
+ }
48
+ ]
49
+ },
50
+ {
51
+ "kind": "javascript-module",
52
+ "path": "pearl-chain-vertical.js",
53
+ "declarations": [],
54
+ "exports": [
55
+ {
56
+ "kind": "js",
57
+ "name": "*",
58
+ "declaration": {
59
+ "name": "*",
60
+ "package": "./pearl-chain-vertical/pearl-chain-vertical.js"
61
+ }
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "kind": "javascript-module",
67
+ "path": "pearl-chain.js",
68
+ "declarations": [],
69
+ "exports": [
70
+ {
71
+ "kind": "js",
72
+ "name": "*",
73
+ "declaration": {
74
+ "name": "*",
75
+ "package": "./pearl-chain/pearl-chain.js"
76
+ }
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "kind": "javascript-module",
82
+ "path": "timetable-duration.js",
83
+ "declarations": [],
84
+ "exports": [
85
+ {
86
+ "kind": "js",
87
+ "name": "*",
88
+ "declaration": {
89
+ "name": "*",
90
+ "package": "./timetable-duration/timetable-duration.js"
91
+ }
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "kind": "javascript-module",
97
+ "path": "timetable-row.js",
98
+ "declarations": [],
99
+ "exports": [
100
+ {
101
+ "kind": "js",
102
+ "name": "*",
103
+ "declaration": {
104
+ "name": "*",
105
+ "package": "./timetable-row/timetable-row.js"
106
+ }
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "kind": "javascript-module",
112
+ "path": "core/datetime.js",
113
+ "declarations": [],
114
+ "exports": [
115
+ {
116
+ "kind": "js",
117
+ "name": "*",
118
+ "declaration": {
119
+ "name": "*",
120
+ "package": "./datetime/date-helper.js"
121
+ }
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "kind": "javascript-module",
127
+ "path": "core/timetable.js",
128
+ "declarations": [],
129
+ "exports": [
130
+ {
131
+ "kind": "js",
132
+ "name": "*",
133
+ "declaration": {
134
+ "name": "*",
135
+ "package": "./timetable/access-leg-helper.js"
136
+ }
137
+ },
138
+ {
139
+ "kind": "js",
140
+ "name": "*",
141
+ "declaration": {
142
+ "name": "*",
143
+ "package": "./timetable/timetable-helper.js"
144
+ }
145
+ },
146
+ {
147
+ "kind": "js",
148
+ "name": "*",
149
+ "declaration": {
150
+ "name": "*",
151
+ "package": "./timetable/timetable-properties.js"
152
+ }
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ "kind": "javascript-module",
158
+ "path": "journey-summary/journey-summary.js",
8
159
  "declarations": [
9
160
  {
10
161
  "kind": "class",
@@ -258,7 +409,7 @@
258
409
  "name": "SbbJourneySummaryElement",
259
410
  "declaration": {
260
411
  "name": "SbbJourneySummaryElement",
261
- "module": "journey-summary.js"
412
+ "module": "journey-summary/journey-summary.js"
262
413
  }
263
414
  },
264
415
  {
@@ -266,19 +417,19 @@
266
417
  "name": "sbb-journey-summary",
267
418
  "declaration": {
268
419
  "name": "SbbJourneySummaryElement",
269
- "module": "journey-summary.js"
420
+ "module": "journey-summary/journey-summary.js"
270
421
  }
271
422
  }
272
423
  ]
273
424
  },
274
425
  {
275
426
  "kind": "javascript-module",
276
- "path": "pearl-chain-time.js",
427
+ "path": "pearl-chain/pearl-chain.js",
277
428
  "declarations": [
278
429
  {
279
430
  "kind": "class",
280
- "description": "Combined with `sbb-pearl-chain`, it displays walk time information.",
281
- "name": "SbbPearlChainTimeElement",
431
+ "description": "It visually displays journey information.",
432
+ "name": "SbbPearlChainElement",
282
433
  "members": [
283
434
  {
284
435
  "kind": "field",
@@ -288,53 +439,9 @@
288
439
  },
289
440
  "privacy": "public",
290
441
  "default": "[]",
291
- "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%.",
442
+ "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%.",
292
443
  "attribute": "legs"
293
444
  },
294
- {
295
- "kind": "field",
296
- "name": "departureTime",
297
- "type": {
298
- "text": "string"
299
- },
300
- "privacy": "public",
301
- "default": "''",
302
- "description": "Prop to render the departure time - will be formatted as \"H:mm\"",
303
- "attribute": "departure-time"
304
- },
305
- {
306
- "kind": "field",
307
- "name": "arrivalTime",
308
- "type": {
309
- "text": "string"
310
- },
311
- "privacy": "public",
312
- "default": "''",
313
- "description": "Prop to render the arrival time - will be formatted as \"H:mm\"",
314
- "attribute": "arrival-time"
315
- },
316
- {
317
- "kind": "field",
318
- "name": "departureWalk",
319
- "type": {
320
- "text": "number"
321
- },
322
- "privacy": "public",
323
- "default": "NaN",
324
- "description": "Optional prop to render the walk time (in minutes) before departure",
325
- "attribute": "departure-walk"
326
- },
327
- {
328
- "kind": "field",
329
- "name": "arrivalWalk",
330
- "type": {
331
- "text": "number"
332
- },
333
- "privacy": "public",
334
- "default": "NaN",
335
- "description": "Optional prop to render the walk time (in minutes) after arrival",
336
- "attribute": "arrival-walk"
337
- },
338
445
  {
339
446
  "kind": "field",
340
447
  "name": "disableAnimation",
@@ -346,24 +453,13 @@
346
453
  "description": "Per default, the current location has a pulsating animation. You can\ndisable the animation with this property.",
347
454
  "attribute": "disable-animation"
348
455
  },
349
- {
350
- "kind": "field",
351
- "name": "a11yFootpath",
352
- "type": {
353
- "text": "boolean"
354
- },
355
- "privacy": "public",
356
- "default": "false",
357
- "description": "Optional prop to render wheelchair-small instead of walk-small",
358
- "attribute": "a11y-footpath"
359
- },
360
456
  {
361
457
  "kind": "field",
362
458
  "name": "now",
363
459
  "privacy": "public",
364
460
  "description": "A configured date which acts as the current date instead of the real current date. Recommended for testing purposes.",
365
461
  "type": {
366
- "text": "Date"
462
+ "text": "Date | null"
367
463
  },
368
464
  "attribute": "now",
369
465
  "default": "null"
@@ -378,81 +474,186 @@
378
474
  "default": "null"
379
475
  },
380
476
  {
381
- "kind": "field",
382
- "name": "_language",
477
+ "kind": "method",
478
+ "name": "_getAllDuration",
383
479
  "privacy": "private",
384
- "default": "new SbbLanguageController(this)"
385
- }
386
- ],
387
- "attributes": [
388
- {
389
- "name": "legs",
390
- "type": {
391
- "text": "(Leg | PtRideLeg)[]"
480
+ "return": {
481
+ "type": {
482
+ "text": "number"
483
+ }
392
484
  },
393
- "default": "[]",
394
- "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%.",
395
- "fieldName": "legs"
485
+ "parameters": [
486
+ {
487
+ "name": "legs",
488
+ "type": {
489
+ "text": "PtRideLeg[]"
490
+ }
491
+ }
492
+ ]
396
493
  },
397
494
  {
398
- "name": "departure-time",
399
- "type": {
400
- "text": "string"
495
+ "kind": "method",
496
+ "name": "_isAllCancelled",
497
+ "privacy": "private",
498
+ "return": {
499
+ "type": {
500
+ "text": "boolean"
501
+ }
401
502
  },
402
- "default": "''",
403
- "description": "Prop to render the departure time - will be formatted as \"H:mm\"",
404
- "fieldName": "departureTime"
503
+ "parameters": [
504
+ {
505
+ "name": "legs",
506
+ "type": {
507
+ "text": "PtRideLeg[]"
508
+ }
509
+ }
510
+ ]
405
511
  },
406
512
  {
407
- "name": "arrival-time",
408
- "type": {
409
- "text": "string"
513
+ "kind": "method",
514
+ "name": "_getRelativeDuration",
515
+ "privacy": "private",
516
+ "return": {
517
+ "type": {
518
+ "text": "number"
519
+ }
410
520
  },
411
- "default": "''",
412
- "description": "Prop to render the arrival time - will be formatted as \"H:mm\"",
413
- "fieldName": "arrivalTime"
521
+ "parameters": [
522
+ {
523
+ "name": "legs",
524
+ "type": {
525
+ "text": "PtRideLeg[]"
526
+ }
527
+ },
528
+ {
529
+ "name": "leg",
530
+ "type": {
531
+ "text": "PtRideLeg"
532
+ }
533
+ }
534
+ ]
414
535
  },
415
536
  {
416
- "name": "departure-walk",
417
- "type": {
418
- "text": "number"
537
+ "kind": "method",
538
+ "name": "_getProgress",
539
+ "privacy": "private",
540
+ "return": {
541
+ "type": {
542
+ "text": "number"
543
+ }
419
544
  },
420
- "default": "NaN",
421
- "description": "Optional prop to render the walk time (in minutes) before departure",
422
- "fieldName": "departureWalk"
545
+ "parameters": [
546
+ {
547
+ "name": "now",
548
+ "type": {
549
+ "text": "Date"
550
+ }
551
+ },
552
+ {
553
+ "name": "start",
554
+ "optional": true,
555
+ "type": {
556
+ "text": "Time"
557
+ }
558
+ },
559
+ {
560
+ "name": "end",
561
+ "optional": true,
562
+ "type": {
563
+ "text": "Time"
564
+ }
565
+ }
566
+ ]
423
567
  },
424
568
  {
425
- "name": "arrival-walk",
426
- "type": {
427
- "text": "number"
569
+ "kind": "method",
570
+ "name": "_getStatus",
571
+ "privacy": "private",
572
+ "return": {
573
+ "type": {
574
+ "text": "Status"
575
+ }
428
576
  },
429
- "default": "NaN",
430
- "description": "Optional prop to render the walk time (in minutes) after arrival",
431
- "fieldName": "arrivalWalk"
577
+ "parameters": [
578
+ {
579
+ "name": "now",
580
+ "type": {
581
+ "text": "Date"
582
+ }
583
+ },
584
+ {
585
+ "name": "start",
586
+ "optional": true,
587
+ "type": {
588
+ "text": "Time"
589
+ }
590
+ },
591
+ {
592
+ "name": "end",
593
+ "optional": true,
594
+ "type": {
595
+ "text": "Time"
596
+ }
597
+ }
598
+ ]
432
599
  },
433
600
  {
434
- "name": "disable-animation",
601
+ "kind": "method",
602
+ "name": "_renderPosition",
603
+ "privacy": "private",
604
+ "return": {
605
+ "type": {
606
+ "text": "TemplateResult | undefined"
607
+ }
608
+ },
609
+ "parameters": [
610
+ {
611
+ "name": "now",
612
+ "type": {
613
+ "text": "Date"
614
+ }
615
+ },
616
+ {
617
+ "name": "start",
618
+ "optional": true,
619
+ "type": {
620
+ "text": "Time"
621
+ }
622
+ },
623
+ {
624
+ "name": "end",
625
+ "optional": true,
626
+ "type": {
627
+ "text": "Time"
628
+ }
629
+ }
630
+ ]
631
+ }
632
+ ],
633
+ "attributes": [
634
+ {
635
+ "name": "legs",
435
636
  "type": {
436
- "text": "boolean"
637
+ "text": "(Leg | PtRideLeg)[]"
437
638
  },
438
- "default": "false",
439
- "description": "Per default, the current location has a pulsating animation. You can\ndisable the animation with this property.",
440
- "fieldName": "disableAnimation"
639
+ "default": "[]",
640
+ "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%.",
641
+ "fieldName": "legs"
441
642
  },
442
643
  {
443
- "name": "a11y-footpath",
644
+ "name": "disable-animation",
444
645
  "type": {
445
646
  "text": "boolean"
446
647
  },
447
648
  "default": "false",
448
- "description": "Optional prop to render wheelchair-small instead of walk-small",
449
- "fieldName": "a11yFootpath"
649
+ "description": "Per default, the current location has a pulsating animation. You can\ndisable the animation with this property.",
650
+ "fieldName": "disableAnimation"
450
651
  },
451
652
  {
452
653
  "name": "now",
453
654
  "description": "A configured date which acts as the current date instead of the real current date. Recommended for testing purposes.",
454
655
  "type": {
455
- "text": "Date"
656
+ "text": "Date | null"
456
657
  },
457
658
  "fieldName": "now"
458
659
  }
@@ -461,180 +662,92 @@
461
662
  "name": "LitElement",
462
663
  "package": "lit"
463
664
  },
464
- "tagName": "sbb-pearl-chain-time",
665
+ "tagName": "sbb-pearl-chain",
465
666
  "customElement": true
466
667
  }
467
668
  ],
468
669
  "exports": [
469
670
  {
470
671
  "kind": "js",
471
- "name": "SbbPearlChainTimeElement",
672
+ "name": "SbbPearlChainElement",
472
673
  "declaration": {
473
- "name": "SbbPearlChainTimeElement",
474
- "module": "pearl-chain-time.js"
674
+ "name": "SbbPearlChainElement",
675
+ "module": "pearl-chain/pearl-chain.js"
475
676
  }
476
677
  },
477
678
  {
478
679
  "kind": "custom-element-definition",
479
- "name": "sbb-pearl-chain-time",
680
+ "name": "sbb-pearl-chain",
480
681
  "declaration": {
481
- "name": "SbbPearlChainTimeElement",
482
- "module": "pearl-chain-time.js"
682
+ "name": "SbbPearlChainElement",
683
+ "module": "pearl-chain/pearl-chain.js"
483
684
  }
484
685
  }
485
686
  ]
486
687
  },
487
688
  {
488
689
  "kind": "javascript-module",
489
- "path": "pearl-chain-vertical-item.js",
690
+ "path": "pearl-chain-time/pearl-chain-time.js",
490
691
  "declarations": [
491
692
  {
492
693
  "kind": "class",
493
- "description": "It displays details about connection between stations.",
494
- "name": "SbbPearlChainVerticalItemElement",
495
- "slots": [
496
- {
497
- "description": "Content of the left side of the item",
498
- "name": "left"
499
- },
500
- {
501
- "description": "Content of the right side of the item",
502
- "name": "right"
503
- }
504
- ],
694
+ "description": "Combined with `sbb-pearl-chain`, it displays walk time information.",
695
+ "name": "SbbPearlChainTimeElement",
505
696
  "members": [
506
697
  {
507
698
  "kind": "field",
508
- "name": "pearlChainVerticalItemAttributes",
699
+ "name": "legs",
509
700
  "type": {
510
- "text": "PearlChainVerticalItemAttributes"
701
+ "text": "(Leg | PtRideLeg)[]"
511
702
  },
512
703
  "privacy": "public",
513
- "default": "null!",
514
- "description": "The pearlChainVerticalItemAttributes Prop for styling the bullets and line.",
515
- "attribute": "pearl-chain-vertical-item-attributes"
704
+ "default": "[]",
705
+ "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%.",
706
+ "attribute": "legs"
516
707
  },
517
708
  {
518
709
  "kind": "field",
519
- "name": "disableAnimation",
710
+ "name": "departureTime",
520
711
  "type": {
521
- "text": "boolean"
712
+ "text": "string"
522
713
  },
523
714
  "privacy": "public",
524
- "default": "false",
525
- "description": "If true, the position won't be animated.",
526
- "attribute": "disable-animation",
527
- "reflects": true
528
- }
529
- ],
530
- "attributes": [
715
+ "default": "''",
716
+ "description": "Prop to render the departure time - will be formatted as \"H:mm\"",
717
+ "attribute": "departure-time"
718
+ },
531
719
  {
532
- "name": "pearl-chain-vertical-item-attributes",
720
+ "kind": "field",
721
+ "name": "arrivalTime",
533
722
  "type": {
534
- "text": "PearlChainVerticalItemAttributes"
723
+ "text": "string"
535
724
  },
536
- "default": "null!",
537
- "description": "The pearlChainVerticalItemAttributes Prop for styling the bullets and line.",
538
- "fieldName": "pearlChainVerticalItemAttributes"
725
+ "privacy": "public",
726
+ "default": "''",
727
+ "description": "Prop to render the arrival time - will be formatted as \"H:mm\"",
728
+ "attribute": "arrival-time"
539
729
  },
540
730
  {
541
- "name": "disable-animation",
731
+ "kind": "field",
732
+ "name": "departureWalk",
542
733
  "type": {
543
- "text": "boolean"
734
+ "text": "number"
544
735
  },
545
- "default": "false",
546
- "description": "If true, the position won't be animated.",
547
- "fieldName": "disableAnimation"
548
- }
549
- ],
550
- "superclass": {
551
- "name": "LitElement",
552
- "package": "lit"
553
- },
554
- "tagName": "sbb-pearl-chain-vertical-item",
555
- "customElement": true
556
- }
557
- ],
558
- "exports": [
559
- {
560
- "kind": "js",
561
- "name": "SbbPearlChainVerticalItemElement",
562
- "declaration": {
563
- "name": "SbbPearlChainVerticalItemElement",
564
- "module": "pearl-chain-vertical-item.js"
565
- }
566
- },
567
- {
568
- "kind": "custom-element-definition",
569
- "name": "sbb-pearl-chain-vertical-item",
570
- "declaration": {
571
- "name": "SbbPearlChainVerticalItemElement",
572
- "module": "pearl-chain-vertical-item.js"
573
- }
574
- }
575
- ]
576
- },
577
- {
578
- "kind": "javascript-module",
579
- "path": "pearl-chain-vertical.js",
580
- "declarations": [
581
- {
582
- "kind": "class",
583
- "description": "It can be used as a container for the `sbb-pearl-chain-vertical-item` component.",
584
- "name": "SbbPearlChainVerticalElement",
585
- "slots": [
586
- {
587
- "description": "The unnamed slot is used for the `sbb-pearl-chain-vertical-item` component.",
588
- "name": ""
589
- }
590
- ],
591
- "members": [],
592
- "superclass": {
593
- "name": "LitElement",
594
- "package": "lit"
595
- },
596
- "tagName": "sbb-pearl-chain-vertical",
597
- "customElement": true
598
- }
599
- ],
600
- "exports": [
601
- {
602
- "kind": "js",
603
- "name": "SbbPearlChainVerticalElement",
604
- "declaration": {
605
- "name": "SbbPearlChainVerticalElement",
606
- "module": "pearl-chain-vertical.js"
607
- }
608
- },
609
- {
610
- "kind": "custom-element-definition",
611
- "name": "sbb-pearl-chain-vertical",
612
- "declaration": {
613
- "name": "SbbPearlChainVerticalElement",
614
- "module": "pearl-chain-vertical.js"
615
- }
616
- }
617
- ]
618
- },
619
- {
620
- "kind": "javascript-module",
621
- "path": "pearl-chain.js",
622
- "declarations": [
623
- {
624
- "kind": "class",
625
- "description": "It visually displays journey information.",
626
- "name": "SbbPearlChainElement",
627
- "members": [
736
+ "privacy": "public",
737
+ "default": "NaN",
738
+ "description": "Optional prop to render the walk time (in minutes) before departure",
739
+ "attribute": "departure-walk"
740
+ },
628
741
  {
629
742
  "kind": "field",
630
- "name": "legs",
743
+ "name": "arrivalWalk",
631
744
  "type": {
632
- "text": "(Leg | PtRideLeg)[]"
745
+ "text": "number"
633
746
  },
634
747
  "privacy": "public",
635
- "default": "[]",
636
- "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%.",
637
- "attribute": "legs"
748
+ "default": "NaN",
749
+ "description": "Optional prop to render the walk time (in minutes) after arrival",
750
+ "attribute": "arrival-walk"
638
751
  },
639
752
  {
640
753
  "kind": "field",
@@ -649,179 +762,40 @@
649
762
  },
650
763
  {
651
764
  "kind": "field",
652
- "name": "now",
653
- "privacy": "public",
654
- "description": "A configured date which acts as the current date instead of the real current date. Recommended for testing purposes.",
765
+ "name": "a11yFootpath",
655
766
  "type": {
656
- "text": "Date | null"
767
+ "text": "boolean"
657
768
  },
658
- "attribute": "now",
659
- "default": "null"
769
+ "privacy": "public",
770
+ "default": "false",
771
+ "description": "Optional prop to render wheelchair-small instead of walk-small",
772
+ "attribute": "a11y-footpath"
660
773
  },
661
774
  {
662
775
  "kind": "field",
663
- "name": "_now",
776
+ "name": "now",
777
+ "privacy": "public",
778
+ "description": "A configured date which acts as the current date instead of the real current date. Recommended for testing purposes.",
664
779
  "type": {
665
- "text": "Date | null"
666
- },
667
- "privacy": "private",
668
- "default": "null"
669
- },
670
- {
671
- "kind": "method",
672
- "name": "_getAllDuration",
673
- "privacy": "private",
674
- "return": {
675
- "type": {
676
- "text": "number"
677
- }
678
- },
679
- "parameters": [
680
- {
681
- "name": "legs",
682
- "type": {
683
- "text": "PtRideLeg[]"
684
- }
685
- }
686
- ]
687
- },
688
- {
689
- "kind": "method",
690
- "name": "_isAllCancelled",
691
- "privacy": "private",
692
- "return": {
693
- "type": {
694
- "text": "boolean"
695
- }
696
- },
697
- "parameters": [
698
- {
699
- "name": "legs",
700
- "type": {
701
- "text": "PtRideLeg[]"
702
- }
703
- }
704
- ]
705
- },
706
- {
707
- "kind": "method",
708
- "name": "_getRelativeDuration",
709
- "privacy": "private",
710
- "return": {
711
- "type": {
712
- "text": "number"
713
- }
714
- },
715
- "parameters": [
716
- {
717
- "name": "legs",
718
- "type": {
719
- "text": "PtRideLeg[]"
720
- }
721
- },
722
- {
723
- "name": "leg",
724
- "type": {
725
- "text": "PtRideLeg"
726
- }
727
- }
728
- ]
729
- },
730
- {
731
- "kind": "method",
732
- "name": "_getProgress",
733
- "privacy": "private",
734
- "return": {
735
- "type": {
736
- "text": "number"
737
- }
738
- },
739
- "parameters": [
740
- {
741
- "name": "now",
742
- "type": {
743
- "text": "Date"
744
- }
745
- },
746
- {
747
- "name": "start",
748
- "optional": true,
749
- "type": {
750
- "text": "Time"
751
- }
752
- },
753
- {
754
- "name": "end",
755
- "optional": true,
756
- "type": {
757
- "text": "Time"
758
- }
759
- }
760
- ]
761
- },
762
- {
763
- "kind": "method",
764
- "name": "_getStatus",
765
- "privacy": "private",
766
- "return": {
767
- "type": {
768
- "text": "Status"
769
- }
770
- },
771
- "parameters": [
772
- {
773
- "name": "now",
774
- "type": {
775
- "text": "Date"
776
- }
777
- },
778
- {
779
- "name": "start",
780
- "optional": true,
781
- "type": {
782
- "text": "Time"
783
- }
784
- },
785
- {
786
- "name": "end",
787
- "optional": true,
788
- "type": {
789
- "text": "Time"
790
- }
791
- }
792
- ]
780
+ "text": "Date"
781
+ },
782
+ "attribute": "now",
783
+ "default": "null"
793
784
  },
794
785
  {
795
- "kind": "method",
796
- "name": "_renderPosition",
797
- "privacy": "private",
798
- "return": {
799
- "type": {
800
- "text": "TemplateResult | undefined"
801
- }
786
+ "kind": "field",
787
+ "name": "_now",
788
+ "type": {
789
+ "text": "Date | null"
802
790
  },
803
- "parameters": [
804
- {
805
- "name": "now",
806
- "type": {
807
- "text": "Date"
808
- }
809
- },
810
- {
811
- "name": "start",
812
- "optional": true,
813
- "type": {
814
- "text": "Time"
815
- }
816
- },
817
- {
818
- "name": "end",
819
- "optional": true,
820
- "type": {
821
- "text": "Time"
822
- }
823
- }
824
- ]
791
+ "privacy": "private",
792
+ "default": "null"
793
+ },
794
+ {
795
+ "kind": "field",
796
+ "name": "_language",
797
+ "privacy": "private",
798
+ "default": "new SbbLanguageController(this)"
825
799
  }
826
800
  ],
827
801
  "attributes": [
@@ -831,9 +805,45 @@
831
805
  "text": "(Leg | PtRideLeg)[]"
832
806
  },
833
807
  "default": "[]",
834
- "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%.",
808
+ "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%.",
835
809
  "fieldName": "legs"
836
810
  },
811
+ {
812
+ "name": "departure-time",
813
+ "type": {
814
+ "text": "string"
815
+ },
816
+ "default": "''",
817
+ "description": "Prop to render the departure time - will be formatted as \"H:mm\"",
818
+ "fieldName": "departureTime"
819
+ },
820
+ {
821
+ "name": "arrival-time",
822
+ "type": {
823
+ "text": "string"
824
+ },
825
+ "default": "''",
826
+ "description": "Prop to render the arrival time - will be formatted as \"H:mm\"",
827
+ "fieldName": "arrivalTime"
828
+ },
829
+ {
830
+ "name": "departure-walk",
831
+ "type": {
832
+ "text": "number"
833
+ },
834
+ "default": "NaN",
835
+ "description": "Optional prop to render the walk time (in minutes) before departure",
836
+ "fieldName": "departureWalk"
837
+ },
838
+ {
839
+ "name": "arrival-walk",
840
+ "type": {
841
+ "text": "number"
842
+ },
843
+ "default": "NaN",
844
+ "description": "Optional prop to render the walk time (in minutes) after arrival",
845
+ "fieldName": "arrivalWalk"
846
+ },
837
847
  {
838
848
  "name": "disable-animation",
839
849
  "type": {
@@ -843,11 +853,20 @@
843
853
  "description": "Per default, the current location has a pulsating animation. You can\ndisable the animation with this property.",
844
854
  "fieldName": "disableAnimation"
845
855
  },
856
+ {
857
+ "name": "a11y-footpath",
858
+ "type": {
859
+ "text": "boolean"
860
+ },
861
+ "default": "false",
862
+ "description": "Optional prop to render wheelchair-small instead of walk-small",
863
+ "fieldName": "a11yFootpath"
864
+ },
846
865
  {
847
866
  "name": "now",
848
867
  "description": "A configured date which acts as the current date instead of the real current date. Recommended for testing purposes.",
849
868
  "type": {
850
- "text": "Date | null"
869
+ "text": "Date"
851
870
  },
852
871
  "fieldName": "now"
853
872
  }
@@ -856,32 +875,164 @@
856
875
  "name": "LitElement",
857
876
  "package": "lit"
858
877
  },
859
- "tagName": "sbb-pearl-chain",
878
+ "tagName": "sbb-pearl-chain-time",
860
879
  "customElement": true
861
880
  }
862
881
  ],
863
882
  "exports": [
864
883
  {
865
884
  "kind": "js",
866
- "name": "SbbPearlChainElement",
885
+ "name": "SbbPearlChainTimeElement",
867
886
  "declaration": {
868
- "name": "SbbPearlChainElement",
869
- "module": "pearl-chain.js"
887
+ "name": "SbbPearlChainTimeElement",
888
+ "module": "pearl-chain-time/pearl-chain-time.js"
870
889
  }
871
890
  },
872
891
  {
873
892
  "kind": "custom-element-definition",
874
- "name": "sbb-pearl-chain",
893
+ "name": "sbb-pearl-chain-time",
875
894
  "declaration": {
876
- "name": "SbbPearlChainElement",
877
- "module": "pearl-chain.js"
895
+ "name": "SbbPearlChainTimeElement",
896
+ "module": "pearl-chain-time/pearl-chain-time.js"
878
897
  }
879
898
  }
880
899
  ]
881
900
  },
882
901
  {
883
902
  "kind": "javascript-module",
884
- "path": "timetable-duration.js",
903
+ "path": "pearl-chain-vertical/pearl-chain-vertical.js",
904
+ "declarations": [
905
+ {
906
+ "kind": "class",
907
+ "description": "It can be used as a container for the `sbb-pearl-chain-vertical-item` component.",
908
+ "name": "SbbPearlChainVerticalElement",
909
+ "slots": [
910
+ {
911
+ "description": "The unnamed slot is used for the `sbb-pearl-chain-vertical-item` component.",
912
+ "name": ""
913
+ }
914
+ ],
915
+ "members": [],
916
+ "superclass": {
917
+ "name": "LitElement",
918
+ "package": "lit"
919
+ },
920
+ "tagName": "sbb-pearl-chain-vertical",
921
+ "customElement": true
922
+ }
923
+ ],
924
+ "exports": [
925
+ {
926
+ "kind": "js",
927
+ "name": "SbbPearlChainVerticalElement",
928
+ "declaration": {
929
+ "name": "SbbPearlChainVerticalElement",
930
+ "module": "pearl-chain-vertical/pearl-chain-vertical.js"
931
+ }
932
+ },
933
+ {
934
+ "kind": "custom-element-definition",
935
+ "name": "sbb-pearl-chain-vertical",
936
+ "declaration": {
937
+ "name": "SbbPearlChainVerticalElement",
938
+ "module": "pearl-chain-vertical/pearl-chain-vertical.js"
939
+ }
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "kind": "javascript-module",
945
+ "path": "pearl-chain-vertical-item/pearl-chain-vertical-item.js",
946
+ "declarations": [
947
+ {
948
+ "kind": "class",
949
+ "description": "It displays details about connection between stations.",
950
+ "name": "SbbPearlChainVerticalItemElement",
951
+ "slots": [
952
+ {
953
+ "description": "Content of the left side of the item",
954
+ "name": "left"
955
+ },
956
+ {
957
+ "description": "Content of the right side of the item",
958
+ "name": "right"
959
+ }
960
+ ],
961
+ "members": [
962
+ {
963
+ "kind": "field",
964
+ "name": "pearlChainVerticalItemAttributes",
965
+ "type": {
966
+ "text": "PearlChainVerticalItemAttributes"
967
+ },
968
+ "privacy": "public",
969
+ "default": "null!",
970
+ "description": "The pearlChainVerticalItemAttributes Prop for styling the bullets and line.",
971
+ "attribute": "pearl-chain-vertical-item-attributes"
972
+ },
973
+ {
974
+ "kind": "field",
975
+ "name": "disableAnimation",
976
+ "type": {
977
+ "text": "boolean"
978
+ },
979
+ "privacy": "public",
980
+ "default": "false",
981
+ "description": "If true, the position won't be animated.",
982
+ "attribute": "disable-animation",
983
+ "reflects": true
984
+ }
985
+ ],
986
+ "attributes": [
987
+ {
988
+ "name": "pearl-chain-vertical-item-attributes",
989
+ "type": {
990
+ "text": "PearlChainVerticalItemAttributes"
991
+ },
992
+ "default": "null!",
993
+ "description": "The pearlChainVerticalItemAttributes Prop for styling the bullets and line.",
994
+ "fieldName": "pearlChainVerticalItemAttributes"
995
+ },
996
+ {
997
+ "name": "disable-animation",
998
+ "type": {
999
+ "text": "boolean"
1000
+ },
1001
+ "default": "false",
1002
+ "description": "If true, the position won't be animated.",
1003
+ "fieldName": "disableAnimation"
1004
+ }
1005
+ ],
1006
+ "superclass": {
1007
+ "name": "LitElement",
1008
+ "package": "lit"
1009
+ },
1010
+ "tagName": "sbb-pearl-chain-vertical-item",
1011
+ "customElement": true
1012
+ }
1013
+ ],
1014
+ "exports": [
1015
+ {
1016
+ "kind": "js",
1017
+ "name": "SbbPearlChainVerticalItemElement",
1018
+ "declaration": {
1019
+ "name": "SbbPearlChainVerticalItemElement",
1020
+ "module": "pearl-chain-vertical-item/pearl-chain-vertical-item.js"
1021
+ }
1022
+ },
1023
+ {
1024
+ "kind": "custom-element-definition",
1025
+ "name": "sbb-pearl-chain-vertical-item",
1026
+ "declaration": {
1027
+ "name": "SbbPearlChainVerticalItemElement",
1028
+ "module": "pearl-chain-vertical-item/pearl-chain-vertical-item.js"
1029
+ }
1030
+ }
1031
+ ]
1032
+ },
1033
+ {
1034
+ "kind": "javascript-module",
1035
+ "path": "timetable-duration/timetable-duration.js",
885
1036
  "declarations": [
886
1037
  {
887
1038
  "kind": "class",
@@ -931,7 +1082,7 @@
931
1082
  "name": "SbbTimetableDurationElement",
932
1083
  "declaration": {
933
1084
  "name": "SbbTimetableDurationElement",
934
- "module": "timetable-duration.js"
1085
+ "module": "timetable-duration/timetable-duration.js"
935
1086
  }
936
1087
  },
937
1088
  {
@@ -939,14 +1090,14 @@
939
1090
  "name": "sbb-timetable-duration",
940
1091
  "declaration": {
941
1092
  "name": "SbbTimetableDurationElement",
942
- "module": "timetable-duration.js"
1093
+ "module": "timetable-duration/timetable-duration.js"
943
1094
  }
944
1095
  }
945
1096
  ]
946
1097
  },
947
1098
  {
948
1099
  "kind": "javascript-module",
949
- "path": "timetable-row.js",
1100
+ "path": "timetable-row/timetable-row.js",
950
1101
  "declarations": [
951
1102
  {
952
1103
  "kind": "function",
@@ -1421,7 +1572,7 @@
1421
1572
  "name": "renderIconProduct",
1422
1573
  "declaration": {
1423
1574
  "name": "renderIconProduct",
1424
- "module": "timetable-row.js"
1575
+ "module": "timetable-row/timetable-row.js"
1425
1576
  }
1426
1577
  },
1427
1578
  {
@@ -1429,7 +1580,7 @@
1429
1580
  "name": "renderStringProduct",
1430
1581
  "declaration": {
1431
1582
  "name": "renderStringProduct",
1432
- "module": "timetable-row.js"
1583
+ "module": "timetable-row/timetable-row.js"
1433
1584
  }
1434
1585
  },
1435
1586
  {
@@ -1437,7 +1588,7 @@
1437
1588
  "name": "sortSituation",
1438
1589
  "declaration": {
1439
1590
  "name": "sortSituation",
1440
- "module": "timetable-row.js"
1591
+ "module": "timetable-row/timetable-row.js"
1441
1592
  }
1442
1593
  },
1443
1594
  {
@@ -1445,7 +1596,7 @@
1445
1596
  "name": "getHimIcon",
1446
1597
  "declaration": {
1447
1598
  "name": "getHimIcon",
1448
- "module": "timetable-row.js"
1599
+ "module": "timetable-row/timetable-row.js"
1449
1600
  }
1450
1601
  },
1451
1602
  {
@@ -1453,7 +1604,7 @@
1453
1604
  "name": "getCus",
1454
1605
  "declaration": {
1455
1606
  "name": "getCus",
1456
- "module": "timetable-row.js"
1607
+ "module": "timetable-row/timetable-row.js"
1457
1608
  }
1458
1609
  },
1459
1610
  {
@@ -1461,7 +1612,7 @@
1461
1612
  "name": "filterNotices",
1462
1613
  "declaration": {
1463
1614
  "name": "filterNotices",
1464
- "module": "timetable-row.js"
1615
+ "module": "timetable-row/timetable-row.js"
1465
1616
  }
1466
1617
  },
1467
1618
  {
@@ -1469,7 +1620,7 @@
1469
1620
  "name": "handleNotices",
1470
1621
  "declaration": {
1471
1622
  "name": "handleNotices",
1472
- "module": "timetable-row.js"
1623
+ "module": "timetable-row/timetable-row.js"
1473
1624
  }
1474
1625
  },
1475
1626
  {
@@ -1477,7 +1628,7 @@
1477
1628
  "name": "SbbTimetableRowElement",
1478
1629
  "declaration": {
1479
1630
  "name": "SbbTimetableRowElement",
1480
- "module": "timetable-row.js"
1631
+ "module": "timetable-row/timetable-row.js"
1481
1632
  }
1482
1633
  },
1483
1634
  {
@@ -1485,14 +1636,14 @@
1485
1636
  "name": "sbb-timetable-row",
1486
1637
  "declaration": {
1487
1638
  "name": "SbbTimetableRowElement",
1488
- "module": "timetable-row.js"
1639
+ "module": "timetable-row/timetable-row.js"
1489
1640
  }
1490
1641
  }
1491
1642
  ]
1492
1643
  },
1493
1644
  {
1494
1645
  "kind": "javascript-module",
1495
- "path": "core/datetime.js",
1646
+ "path": "core/datetime/date-helper.js",
1496
1647
  "declarations": [
1497
1648
  {
1498
1649
  "kind": "function",
@@ -1548,7 +1699,7 @@
1548
1699
  "name": "removeTimezoneFromISOTimeString",
1549
1700
  "declaration": {
1550
1701
  "name": "removeTimezoneFromISOTimeString",
1551
- "module": "core/datetime.js"
1702
+ "module": "core/datetime/date-helper.js"
1552
1703
  }
1553
1704
  },
1554
1705
  {
@@ -1556,14 +1707,14 @@
1556
1707
  "name": "durationToTime",
1557
1708
  "declaration": {
1558
1709
  "name": "durationToTime",
1559
- "module": "core/datetime.js"
1710
+ "module": "core/datetime/date-helper.js"
1560
1711
  }
1561
1712
  }
1562
1713
  ]
1563
1714
  },
1564
1715
  {
1565
1716
  "kind": "javascript-module",
1566
- "path": "core/timetable.js",
1717
+ "path": "core/timetable/access-leg-helper.js",
1567
1718
  "declarations": [
1568
1719
  {
1569
1720
  "kind": "function",
@@ -1611,7 +1762,23 @@
1611
1762
  "description": ": Whether the a11y-icon should be shown."
1612
1763
  }
1613
1764
  ]
1614
- },
1765
+ }
1766
+ ],
1767
+ "exports": [
1768
+ {
1769
+ "kind": "js",
1770
+ "name": "getDepartureArrivalTimeAttribute",
1771
+ "declaration": {
1772
+ "name": "getDepartureArrivalTimeAttribute",
1773
+ "module": "core/timetable/access-leg-helper.js"
1774
+ }
1775
+ }
1776
+ ]
1777
+ },
1778
+ {
1779
+ "kind": "javascript-module",
1780
+ "path": "core/timetable/timetable-helper.js",
1781
+ "declarations": [
1615
1782
  {
1616
1783
  "kind": "function",
1617
1784
  "name": "isRideLeg",
@@ -1666,20 +1833,12 @@
1666
1833
  }
1667
1834
  ],
1668
1835
  "exports": [
1669
- {
1670
- "kind": "js",
1671
- "name": "getDepartureArrivalTimeAttribute",
1672
- "declaration": {
1673
- "name": "getDepartureArrivalTimeAttribute",
1674
- "module": "core/timetable.js"
1675
- }
1676
- },
1677
1836
  {
1678
1837
  "kind": "js",
1679
1838
  "name": "isRideLeg",
1680
1839
  "declaration": {
1681
1840
  "name": "isRideLeg",
1682
- "module": "core/timetable.js"
1841
+ "module": "core/timetable/timetable-helper.js"
1683
1842
  }
1684
1843
  },
1685
1844
  {
@@ -1687,7 +1846,7 @@
1687
1846
  "name": "isConnectionLeg",
1688
1847
  "declaration": {
1689
1848
  "name": "isConnectionLeg",
1690
- "module": "core/timetable.js"
1849
+ "module": "core/timetable/timetable-helper.js"
1691
1850
  }
1692
1851
  },
1693
1852
  {
@@ -1695,7 +1854,7 @@
1695
1854
  "name": "extractTimeAndStringFromNoticeText",
1696
1855
  "declaration": {
1697
1856
  "name": "extractTimeAndStringFromNoticeText",
1698
- "module": "core/timetable.js"
1857
+ "module": "core/timetable/timetable-helper.js"
1699
1858
  }
1700
1859
  }
1701
1860
  ]