@sbb-esta/lyne-elements-experimental-dev 0.0.0 → 4.5.1-dev.1771859300
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +55 -0
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +86 -0
- package/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +54 -0
- package/autocomplete-grid/autocomplete-grid-button.js +4 -0
- package/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +25 -0
- package/autocomplete-grid/autocomplete-grid-cell.js +4 -0
- package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +29 -0
- package/autocomplete-grid/autocomplete-grid-optgroup.js +4 -0
- package/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +41 -0
- package/autocomplete-grid/autocomplete-grid-option.js +5 -0
- package/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +28 -0
- package/autocomplete-grid/autocomplete-grid-row.js +4 -0
- package/autocomplete-grid/autocomplete-grid.js +4 -0
- package/autocomplete-grid.js +15 -0
- package/core/datetime/date-helper.js +191 -0
- package/core/datetime.js +5 -0
- package/core/timetable/access-leg-helper.js +91 -0
- package/core/timetable/timetable-helper.js +12 -0
- package/core/timetable/timetable-properties.js +1 -0
- package/core/timetable.js +8 -0
- package/custom-elements.json +8211 -0
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +39 -0
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +141 -0
- package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts +31 -0
- package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +82 -0
- package/development/autocomplete-grid/autocomplete-grid-button.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid-button.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-button.js +5 -0
- package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts +19 -0
- package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +40 -0
- package/development/autocomplete-grid/autocomplete-grid-cell.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid-cell.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-cell.js +5 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts +19 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +40 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup.js +5 -0
- package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts +26 -0
- package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +134 -0
- package/development/autocomplete-grid/autocomplete-grid-option.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid-option.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-option.js +6 -0
- package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts +20 -0
- package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +115 -0
- package/development/autocomplete-grid/autocomplete-grid-row.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid-row.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-row.js +5 -0
- package/development/autocomplete-grid/autocomplete-grid.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid.js +5 -0
- package/development/autocomplete-grid.d.ts +10 -0
- package/development/autocomplete-grid.d.ts.map +1 -0
- package/development/autocomplete-grid.js +16 -0
- package/development/core/datetime/date-helper.d.ts +27 -0
- package/development/core/datetime/date-helper.d.ts.map +1 -0
- package/development/core/datetime/date-helper.js +285 -0
- package/development/core/datetime.d.ts +5 -0
- package/development/core/datetime.d.ts.map +1 -0
- package/development/core/datetime.js +6 -0
- package/development/core/timetable/access-leg-helper.d.ts +26 -0
- package/development/core/timetable/access-leg-helper.d.ts.map +1 -0
- package/development/core/timetable/access-leg-helper.js +125 -0
- package/development/core/timetable/timetable-helper.d.ts +12 -0
- package/development/core/timetable/timetable-helper.d.ts.map +1 -0
- package/development/core/timetable/timetable-helper.js +20 -0
- package/development/core/timetable/timetable-properties.d.ts +308 -0
- package/development/core/timetable/timetable-properties.d.ts.map +1 -0
- package/development/core/timetable/timetable-properties.js +2 -0
- package/development/core/timetable.d.ts +7 -0
- package/development/core/timetable.d.ts.map +1 -0
- package/development/core/timetable.js +9 -0
- package/development/differenceInMinutes-B0dawX-5.js +26 -0
- package/development/format-BMkeaqaF.js +1433 -0
- package/development/isValid-BYRch7pV.js +53 -0
- package/development/journey-summary/journey-summary.component.d.ts +65 -0
- package/development/journey-summary/journey-summary.component.d.ts.map +1 -0
- package/development/journey-summary/journey-summary.component.js +294 -0
- package/development/journey-summary.d.ts +5 -0
- package/development/journey-summary.d.ts.map +1 -0
- package/development/journey-summary.js +5 -0
- package/development/pearl-chain/pearl-chain.component.d.ts +42 -0
- package/development/pearl-chain/pearl-chain.component.d.ts.map +1 -0
- package/development/pearl-chain/pearl-chain.component.js +639 -0
- package/development/pearl-chain-time/pearl-chain-time.component.d.ts +47 -0
- package/development/pearl-chain-time/pearl-chain-time.component.d.ts.map +1 -0
- package/development/pearl-chain-time/pearl-chain-time.component.js +312 -0
- package/development/pearl-chain-time.d.ts +5 -0
- package/development/pearl-chain-time.d.ts.map +1 -0
- package/development/pearl-chain-time.js +5 -0
- package/development/pearl-chain-vertical/pearl-chain-vertical.component.d.ts +16 -0
- package/development/pearl-chain-vertical/pearl-chain-vertical.component.d.ts.map +1 -0
- package/development/pearl-chain-vertical/pearl-chain-vertical.component.js +40 -0
- package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.component.d.ts +34 -0
- package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.component.d.ts.map +1 -0
- package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.component.js +398 -0
- package/development/pearl-chain-vertical-item.d.ts +5 -0
- package/development/pearl-chain-vertical-item.d.ts.map +1 -0
- package/development/pearl-chain-vertical-item.js +5 -0
- package/development/pearl-chain-vertical.d.ts +5 -0
- package/development/pearl-chain-vertical.d.ts.map +1 -0
- package/development/pearl-chain-vertical.js +5 -0
- package/development/pearl-chain.d.ts +5 -0
- package/development/pearl-chain.d.ts.map +1 -0
- package/development/pearl-chain.js +5 -0
- package/development/seat-reservation/common/mapper/icon-mapper.d.ts +106 -0
- package/development/seat-reservation/common/mapper/icon-mapper.d.ts.map +1 -0
- package/development/seat-reservation/common/mapper/icon-mapper.js +72 -0
- package/development/seat-reservation/common/mapper/mapper.d.ts +34 -0
- package/development/seat-reservation/common/mapper/mapper.d.ts.map +1 -0
- package/development/seat-reservation/common/mapper/mapper.js +129 -0
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +372 -0
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -0
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.js +31673 -0
- package/development/seat-reservation/common/mapper.d.ts +3 -0
- package/development/seat-reservation/common/mapper.d.ts.map +1 -0
- package/development/seat-reservation/common/mapper.js +10 -0
- package/development/seat-reservation/common/svgs.d.ts +24 -0
- package/development/seat-reservation/common/svgs.d.ts.map +1 -0
- package/development/seat-reservation/common/svgs.js +46 -0
- package/development/seat-reservation/common/translations/i18n.d.ts +28 -0
- package/development/seat-reservation/common/translations/i18n.d.ts.map +1 -0
- package/development/seat-reservation/common/translations/i18n.js +871 -0
- package/development/seat-reservation/common/translations.d.ts +2 -0
- package/development/seat-reservation/common/translations.d.ts.map +1 -0
- package/development/seat-reservation/common/translations.js +5 -0
- package/development/seat-reservation/common/types.d.ts +97 -0
- package/development/seat-reservation/common/types.d.ts.map +1 -0
- package/development/seat-reservation/common/types.js +2 -0
- package/development/seat-reservation/common.d.ts +8 -0
- package/development/seat-reservation/common.d.ts.map +1 -0
- package/development/seat-reservation/common.js +14 -0
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +273 -0
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +1171 -0
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts +75 -0
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation/seat-reservation.component.js +832 -0
- package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.d.ts +18 -0
- package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +112 -0
- package/development/seat-reservation/seat-reservation-area.d.ts +5 -0
- package/development/seat-reservation/seat-reservation-area.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-area.js +5 -0
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.d.ts +9 -0
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +303 -0
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts +20 -0
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +167 -0
- package/development/seat-reservation/seat-reservation-graphic.d.ts +5 -0
- package/development/seat-reservation/seat-reservation-graphic.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-graphic.js +5 -0
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +65 -0
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +798 -0
- package/development/seat-reservation/seat-reservation-navigation-coach.d.ts +5 -0
- package/development/seat-reservation/seat-reservation-navigation-coach.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-navigation-coach.js +5 -0
- package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.d.ts +21 -0
- package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +120 -0
- package/development/seat-reservation/seat-reservation-navigation-services.d.ts +5 -0
- package/development/seat-reservation/seat-reservation-navigation-services.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-navigation-services.js +5 -0
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +42 -0
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +462 -0
- package/development/seat-reservation/seat-reservation-place-control.d.ts +5 -0
- package/development/seat-reservation/seat-reservation-place-control.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-place-control.js +5 -0
- package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts +14 -0
- package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +34 -0
- package/development/seat-reservation/seat-reservation-scoped.d.ts +5 -0
- package/development/seat-reservation/seat-reservation-scoped.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation-scoped.js +5 -0
- package/development/seat-reservation/seat-reservation.d.ts +6 -0
- package/development/seat-reservation/seat-reservation.d.ts.map +1 -0
- package/development/seat-reservation/seat-reservation.js +7 -0
- package/development/seat-reservation.d.ts +12 -0
- package/development/seat-reservation.d.ts.map +1 -0
- package/development/seat-reservation.js +30 -0
- package/development/timetable-duration/timetable-duration.component.d.ts +22 -0
- package/development/timetable-duration/timetable-duration.component.d.ts.map +1 -0
- package/development/timetable-duration/timetable-duration.component.js +114 -0
- package/development/timetable-duration.d.ts +5 -0
- package/development/timetable-duration.d.ts.map +1 -0
- package/development/timetable-duration.js +5 -0
- package/development/timetable-row/timetable-row.component.d.ts +87 -0
- package/development/timetable-row/timetable-row.component.d.ts.map +1 -0
- package/development/timetable-row/timetable-row.component.js +787 -0
- package/development/timetable-row.d.ts +5 -0
- package/development/timetable-row.d.ts.map +1 -0
- package/development/timetable-row.js +12 -0
- package/development/toDate-BWb6Z1JD.js +24 -0
- package/differenceInMinutes-COvvdYsJ.js +23 -0
- package/format-CmKROkbc.js +1186 -0
- package/index.d.ts +44 -0
- package/index.js +43 -0
- package/isValid-m3_OsPaB.js +45 -0
- package/journey-summary/journey-summary.component.js +193 -0
- package/journey-summary.js +4 -0
- package/package.json +161 -1
- package/pearl-chain/pearl-chain.component.js +164 -0
- package/pearl-chain-time/pearl-chain-time.component.js +156 -0
- package/pearl-chain-time.js +4 -0
- package/pearl-chain-vertical/pearl-chain-vertical.component.js +24 -0
- package/pearl-chain-vertical-item/pearl-chain-vertical-item.component.js +76 -0
- package/pearl-chain-vertical-item.js +4 -0
- package/pearl-chain-vertical.js +4 -0
- package/pearl-chain.js +4 -0
- package/seat-reservation/common/mapper/icon-mapper.js +71 -0
- package/seat-reservation/common/mapper/mapper.js +89 -0
- package/seat-reservation/common/mapper/seat-reservation-sample-data.js +31668 -0
- package/seat-reservation/common/mapper.js +9 -0
- package/seat-reservation/common/svgs.js +243 -0
- package/seat-reservation/common/translations/i18n.js +861 -0
- package/seat-reservation/common/translations.js +4 -0
- package/seat-reservation/common/types.js +1 -0
- package/seat-reservation/common.js +13 -0
- package/seat-reservation/seat-reservation/seat-reservation-base-element.js +756 -0
- package/seat-reservation/seat-reservation/seat-reservation.component.js +410 -0
- package/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +50 -0
- package/seat-reservation/seat-reservation-area.js +4 -0
- package/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +292 -0
- package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +73 -0
- package/seat-reservation/seat-reservation-graphic.js +4 -0
- package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +277 -0
- package/seat-reservation/seat-reservation-navigation-coach.js +4 -0
- package/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +73 -0
- package/seat-reservation/seat-reservation-navigation-services.js +4 -0
- package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +167 -0
- package/seat-reservation/seat-reservation-place-control.js +4 -0
- package/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +20 -0
- package/seat-reservation/seat-reservation-scoped.js +4 -0
- package/seat-reservation/seat-reservation.js +6 -0
- package/seat-reservation.js +29 -0
- package/timetable-duration/timetable-duration.component.js +56 -0
- package/timetable-duration.js +4 -0
- package/timetable-row/timetable-row.component.js +426 -0
- package/timetable-row.js +11 -0
- package/toDate-Bw2KTWeq.js +15 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { SbbJourneySummaryElement } from "./journey-summary/journey-summary.component.js";
|
|
2
|
+
import { SbbPearlChainElement } from "./pearl-chain/pearl-chain.component.js";
|
|
3
|
+
import { SbbPearlChainTimeElement } from "./pearl-chain-time/pearl-chain-time.component.js";
|
|
4
|
+
import { SbbPearlChainVerticalElement } from "./pearl-chain-vertical/pearl-chain-vertical.component.js";
|
|
5
|
+
import { SbbPearlChainVerticalItemElement } from "./pearl-chain-vertical-item/pearl-chain-vertical-item.component.js";
|
|
6
|
+
import { SbbTimetableDurationElement } from "./timetable-duration/timetable-duration.component.js";
|
|
7
|
+
import { SbbTimetableRowElement } from "./timetable-row/timetable-row.component.js";
|
|
8
|
+
import { SbbAutocompleteGridElement } from "./autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js";
|
|
9
|
+
import { SbbAutocompleteGridButtonElement } from "./autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js";
|
|
10
|
+
import { SbbAutocompleteGridCellElement } from "./autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js";
|
|
11
|
+
import { SbbAutocompleteGridOptgroupElement } from "./autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js";
|
|
12
|
+
import { SbbAutocompleteGridOptionElement } from "./autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js";
|
|
13
|
+
import { SbbAutocompleteGridRowElement } from "./autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js";
|
|
14
|
+
import { SbbSeatReservationElement } from "./seat-reservation/seat-reservation/seat-reservation.component.js";
|
|
15
|
+
import { SbbSeatReservationAreaElement } from "./seat-reservation/seat-reservation-area/seat-reservation-area.component.js";
|
|
16
|
+
import { SbbSeatReservationGraphicElement } from "./seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js";
|
|
17
|
+
import { SbbSeatReservationNavigationCoachElement } from "./seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js";
|
|
18
|
+
import { SbbSeatReservationNavigationServicesElement } from "./seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js";
|
|
19
|
+
import { SbbSeatReservationPlaceControlElement } from "./seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js";
|
|
20
|
+
import { SbbSeatReservationScopedElement } from "./seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js";
|
|
21
|
+
declare global {
|
|
22
|
+
var SbbAutocompleteGridButtonElement: SbbAutocompleteGridButtonElement;
|
|
23
|
+
var SbbAutocompleteGridCellElement: SbbAutocompleteGridCellElement;
|
|
24
|
+
var SbbAutocompleteGridElement: SbbAutocompleteGridElement;
|
|
25
|
+
var SbbAutocompleteGridOptgroupElement: SbbAutocompleteGridOptgroupElement;
|
|
26
|
+
var SbbAutocompleteGridOptionElement: SbbAutocompleteGridOptionElement;
|
|
27
|
+
var SbbAutocompleteGridRowElement: SbbAutocompleteGridRowElement;
|
|
28
|
+
var SbbJourneySummaryElement: SbbJourneySummaryElement;
|
|
29
|
+
var SbbPearlChainElement: SbbPearlChainElement;
|
|
30
|
+
var SbbPearlChainTimeElement: SbbPearlChainTimeElement;
|
|
31
|
+
var SbbPearlChainVerticalElement: SbbPearlChainVerticalElement;
|
|
32
|
+
var SbbPearlChainVerticalItemElement: SbbPearlChainVerticalItemElement;
|
|
33
|
+
var SbbSeatReservationAreaElement: SbbSeatReservationAreaElement;
|
|
34
|
+
var SbbSeatReservationElement: SbbSeatReservationElement;
|
|
35
|
+
var SbbSeatReservationGraphicElement: SbbSeatReservationGraphicElement;
|
|
36
|
+
var SbbSeatReservationNavigationCoachElement: SbbSeatReservationNavigationCoachElement;
|
|
37
|
+
var SbbSeatReservationNavigationServicesElement: SbbSeatReservationNavigationServicesElement;
|
|
38
|
+
var SbbSeatReservationPlaceControlElement: SbbSeatReservationPlaceControlElement;
|
|
39
|
+
var SbbSeatReservationScopedElement: SbbSeatReservationScopedElement;
|
|
40
|
+
var SbbTimetableDurationElement: SbbTimetableDurationElement;
|
|
41
|
+
var SbbTimetableRowElement: SbbTimetableRowElement;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export {}
|
package/index.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { SbbJourneySummaryElement } from "./journey-summary/journey-summary.component.js";
|
|
2
|
+
import { SbbPearlChainElement } from "./pearl-chain/pearl-chain.component.js";
|
|
3
|
+
import { SbbPearlChainTimeElement } from "./pearl-chain-time/pearl-chain-time.component.js";
|
|
4
|
+
import { SbbPearlChainVerticalElement } from "./pearl-chain-vertical/pearl-chain-vertical.component.js";
|
|
5
|
+
import { SbbPearlChainVerticalItemElement } from "./pearl-chain-vertical-item/pearl-chain-vertical-item.component.js";
|
|
6
|
+
import { SbbTimetableDurationElement } from "./timetable-duration/timetable-duration.component.js";
|
|
7
|
+
import { SbbTimetableRowElement } from "./timetable-row/timetable-row.component.js";
|
|
8
|
+
import { SbbAutocompleteGridElement } from "./autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js";
|
|
9
|
+
import { SbbAutocompleteGridButtonElement } from "./autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js";
|
|
10
|
+
import { SbbAutocompleteGridCellElement } from "./autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js";
|
|
11
|
+
import { SbbAutocompleteGridOptgroupElement } from "./autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js";
|
|
12
|
+
import { SbbAutocompleteGridOptionElement } from "./autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js";
|
|
13
|
+
import { SbbAutocompleteGridRowElement } from "./autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js";
|
|
14
|
+
import { SbbSeatReservationElement } from "./seat-reservation/seat-reservation/seat-reservation.component.js";
|
|
15
|
+
import { SbbSeatReservationAreaElement } from "./seat-reservation/seat-reservation-area/seat-reservation-area.component.js";
|
|
16
|
+
import { SbbSeatReservationGraphicElement } from "./seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js";
|
|
17
|
+
import { SbbSeatReservationNavigationCoachElement } from "./seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js";
|
|
18
|
+
import { SbbSeatReservationNavigationServicesElement } from "./seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js";
|
|
19
|
+
import { SbbSeatReservationPlaceControlElement } from "./seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js";
|
|
20
|
+
import { SbbSeatReservationScopedElement } from "./seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js";
|
|
21
|
+
|
|
22
|
+
globalThis.SbbAutocompleteGridButtonElement = SbbAutocompleteGridButtonElement;
|
|
23
|
+
globalThis.SbbAutocompleteGridCellElement = SbbAutocompleteGridCellElement;
|
|
24
|
+
globalThis.SbbAutocompleteGridElement = SbbAutocompleteGridElement;
|
|
25
|
+
globalThis.SbbAutocompleteGridOptgroupElement = SbbAutocompleteGridOptgroupElement;
|
|
26
|
+
globalThis.SbbAutocompleteGridOptionElement = SbbAutocompleteGridOptionElement;
|
|
27
|
+
globalThis.SbbAutocompleteGridRowElement = SbbAutocompleteGridRowElement;
|
|
28
|
+
globalThis.SbbJourneySummaryElement = SbbJourneySummaryElement;
|
|
29
|
+
globalThis.SbbPearlChainElement = SbbPearlChainElement;
|
|
30
|
+
globalThis.SbbPearlChainTimeElement = SbbPearlChainTimeElement;
|
|
31
|
+
globalThis.SbbPearlChainVerticalElement = SbbPearlChainVerticalElement;
|
|
32
|
+
globalThis.SbbPearlChainVerticalItemElement = SbbPearlChainVerticalItemElement;
|
|
33
|
+
globalThis.SbbSeatReservationAreaElement = SbbSeatReservationAreaElement;
|
|
34
|
+
globalThis.SbbSeatReservationElement = SbbSeatReservationElement;
|
|
35
|
+
globalThis.SbbSeatReservationGraphicElement = SbbSeatReservationGraphicElement;
|
|
36
|
+
globalThis.SbbSeatReservationNavigationCoachElement = SbbSeatReservationNavigationCoachElement;
|
|
37
|
+
globalThis.SbbSeatReservationNavigationServicesElement = SbbSeatReservationNavigationServicesElement;
|
|
38
|
+
globalThis.SbbSeatReservationPlaceControlElement = SbbSeatReservationPlaceControlElement;
|
|
39
|
+
globalThis.SbbSeatReservationScopedElement = SbbSeatReservationScopedElement;
|
|
40
|
+
globalThis.SbbTimetableDurationElement = SbbTimetableDurationElement;
|
|
41
|
+
globalThis.SbbTimetableRowElement = SbbTimetableRowElement;
|
|
42
|
+
|
|
43
|
+
export {}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { t as o, c as D, a as m } from "./toDate-Bw2KTWeq.js";
|
|
2
|
+
function i(t) {
|
|
3
|
+
const e = o(t), n = new Date(
|
|
4
|
+
Date.UTC(
|
|
5
|
+
e.getFullYear(),
|
|
6
|
+
e.getMonth(),
|
|
7
|
+
e.getDate(),
|
|
8
|
+
e.getHours(),
|
|
9
|
+
e.getMinutes(),
|
|
10
|
+
e.getSeconds(),
|
|
11
|
+
e.getMilliseconds()
|
|
12
|
+
)
|
|
13
|
+
);
|
|
14
|
+
return n.setUTCFullYear(e.getFullYear()), +t - +n;
|
|
15
|
+
}
|
|
16
|
+
function g(t, ...e) {
|
|
17
|
+
const n = D.bind(
|
|
18
|
+
null,
|
|
19
|
+
e.find((a) => typeof a == "object")
|
|
20
|
+
);
|
|
21
|
+
return e.map(n);
|
|
22
|
+
}
|
|
23
|
+
function c(t, e) {
|
|
24
|
+
const n = o(t, e?.in);
|
|
25
|
+
return n.setHours(0, 0, 0, 0), n;
|
|
26
|
+
}
|
|
27
|
+
function y(t, e, n) {
|
|
28
|
+
const [a, l] = g(
|
|
29
|
+
n?.in,
|
|
30
|
+
t,
|
|
31
|
+
e
|
|
32
|
+
), r = c(a), s = c(l), u = +r - i(r), f = +s - i(s);
|
|
33
|
+
return Math.round((u - f) / m);
|
|
34
|
+
}
|
|
35
|
+
function p(t) {
|
|
36
|
+
return t instanceof Date || typeof t == "object" && Object.prototype.toString.call(t) === "[object Date]";
|
|
37
|
+
}
|
|
38
|
+
function b(t) {
|
|
39
|
+
return !(!p(t) && typeof t != "number" || isNaN(+o(t)));
|
|
40
|
+
}
|
|
41
|
+
export {
|
|
42
|
+
y as d,
|
|
43
|
+
b as i,
|
|
44
|
+
g as n
|
|
45
|
+
};
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
var K = (i) => {
|
|
2
|
+
throw TypeError(i);
|
|
3
|
+
};
|
|
4
|
+
var Q = (i, s, o) => s.has(i) || K("Cannot " + o);
|
|
5
|
+
var u = (i, s, o) => (Q(i, s, "read from private field"), o ? o.call(i) : s.get(i)), b = (i, s, o) => s.has(i) ? K("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(i) : s.set(i, o), l = (i, s, o, c) => (Q(i, s, "write to private field"), c ? c.call(i, o) : s.set(i, o), o);
|
|
6
|
+
import { __runInitializers as n, __esDecorate as p } from "tslib";
|
|
7
|
+
import { SbbLanguageController as Z } from "@sbb-esta/lyne-elements/core/controllers.js";
|
|
8
|
+
import { defaultDateAdapter as x } from "@sbb-esta/lyne-elements/core/datetime.js";
|
|
9
|
+
import { forceType as w } from "@sbb-esta/lyne-elements/core/decorators.js";
|
|
10
|
+
import { i18nTripDuration as tt } from "@sbb-esta/lyne-elements/core/i18n.js";
|
|
11
|
+
import { boxSizingStyles as et } from "@sbb-esta/lyne-elements/core/styles.js";
|
|
12
|
+
import { css as at, LitElement as it, nothing as m, html as d } from "lit";
|
|
13
|
+
import { customElement as st, property as _ } from "lit/decorators.js";
|
|
14
|
+
import { durationToTime as rt, removeTimezoneFromISOTimeString as nt } from "../core/datetime.js";
|
|
15
|
+
import "@sbb-esta/lyne-elements/divider.js";
|
|
16
|
+
import "@sbb-esta/lyne-elements/screen-reader-only.js";
|
|
17
|
+
import "@sbb-esta/lyne-elements/journey-header.js";
|
|
18
|
+
import "../pearl-chain-time.js";
|
|
19
|
+
import { i as ot } from "../isValid-m3_OsPaB.js";
|
|
20
|
+
import { f as R } from "../format-CmKROkbc.js";
|
|
21
|
+
const lt = at`:host{display:block}.sbb-journey-summary{--sbb-text-font-size: var(--sbb-text-font-size-s);font-family:var(--sbb-typo-font-family);font-weight:400;line-height:var(--sbb-typo-line-height-text);letter-spacing:var(--sbb-typo-letter-spacing-text);font-size:var(--sbb-text-font-size);color:var(--sbb-color-4);display:flex;flex-direction:column}.sbb-journey-summary__via-block{display:flex}.sbb-journey-summary__vias{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-block:0;padding-inline-start:var(--sbb-spacing-fixed-1x)}.sbb-journey-summary__date{margin-block-end:var(--sbb-spacing-fixed-2x)}.sbb-journey-summary__via{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sbb-journey-summary__divider{margin-block:var(--sbb-spacing-fixed-6x)}ul li{list-style:none;display:inline}`;
|
|
22
|
+
let jt = (() => {
|
|
23
|
+
var y, v, f, g, k, $, r;
|
|
24
|
+
let i = [st("sbb-journey-summary")], s, o = [], c, z = it, j = [], S, T = [], B = [], A, F = [], I = [], L, J = [], D = [], O, C = [], V = [], E, W = [], q = [], M, N = [], P = [], G;
|
|
25
|
+
return r = class extends z {
|
|
26
|
+
constructor() {
|
|
27
|
+
super(...arguments);
|
|
28
|
+
b(this, y);
|
|
29
|
+
b(this, v);
|
|
30
|
+
b(this, f);
|
|
31
|
+
b(this, g);
|
|
32
|
+
b(this, k);
|
|
33
|
+
b(this, $);
|
|
34
|
+
l(this, y, (n(this, j), n(this, T, null))), l(this, v, (n(this, B), n(this, F, null))), l(this, f, (n(this, I), n(this, J, !1))), l(this, g, (n(this, D), n(this, C, "3"))), l(this, k, (n(this, V), n(this, W, !1))), l(this, $, (n(this, q), n(this, N, !1))), this._now = (n(this, P), null), this._hasContentSlot = !1, this._language = new Z(this);
|
|
35
|
+
}
|
|
36
|
+
/** The trip prop */
|
|
37
|
+
get trip() {
|
|
38
|
+
return u(this, y);
|
|
39
|
+
}
|
|
40
|
+
set trip(e) {
|
|
41
|
+
l(this, y, e);
|
|
42
|
+
}
|
|
43
|
+
/** The tripBack prop */
|
|
44
|
+
get tripBack() {
|
|
45
|
+
return u(this, v);
|
|
46
|
+
}
|
|
47
|
+
set tripBack(e) {
|
|
48
|
+
l(this, v, e);
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* The RoundTrip prop. This prop controls if one or two arrows are displayed in the header.
|
|
52
|
+
*/
|
|
53
|
+
get roundTrip() {
|
|
54
|
+
return u(this, f);
|
|
55
|
+
}
|
|
56
|
+
set roundTrip(e) {
|
|
57
|
+
l(this, f, e);
|
|
58
|
+
}
|
|
59
|
+
/** Heading level of the journey header element (e.g. h1-h6). */
|
|
60
|
+
get headerLevel() {
|
|
61
|
+
return u(this, g);
|
|
62
|
+
}
|
|
63
|
+
set headerLevel(e) {
|
|
64
|
+
l(this, g, e);
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Per default, the current location has a pulsating animation. You can
|
|
68
|
+
* disable the animation with this property.
|
|
69
|
+
*/
|
|
70
|
+
get disableAnimation() {
|
|
71
|
+
return u(this, k);
|
|
72
|
+
}
|
|
73
|
+
set disableAnimation(e) {
|
|
74
|
+
l(this, k, e);
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* The Footpath attribute for rendering different icons
|
|
78
|
+
* true: render a11y-icon
|
|
79
|
+
* false: render walk-icon
|
|
80
|
+
* default: render walk-icon
|
|
81
|
+
*/
|
|
82
|
+
get a11yFootpath() {
|
|
83
|
+
return u(this, $);
|
|
84
|
+
}
|
|
85
|
+
set a11yFootpath(e) {
|
|
86
|
+
l(this, $, e);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* A configured date which acts as the current date instead of the real current date.
|
|
90
|
+
* Only recommended for testing purposes.
|
|
91
|
+
*/
|
|
92
|
+
set now(e) {
|
|
93
|
+
this._now = x.getValidDateOrNull(x.deserialize(e));
|
|
94
|
+
}
|
|
95
|
+
get now() {
|
|
96
|
+
return this._now ?? /* @__PURE__ */ new Date();
|
|
97
|
+
}
|
|
98
|
+
connectedCallback() {
|
|
99
|
+
super.connectedCallback(), this._hasContentSlot = !!this.querySelector?.('[slot="content"]');
|
|
100
|
+
}
|
|
101
|
+
/** renders the date of the journey or if it is the current or next day */
|
|
102
|
+
_renderJourneyStart(e, t) {
|
|
103
|
+
const a = x, h = t ? rt(t, this._language.current) : null;
|
|
104
|
+
if (ot(e))
|
|
105
|
+
return d`
|
|
106
|
+
<time datetime=${R(e, "d") + " " + R(e, "M")}>
|
|
107
|
+
${a.format(e).replace(",", ".")}</time
|
|
108
|
+
>${t && t > 0 ? d`,<time>
|
|
109
|
+
<sbb-screen-reader-only>
|
|
110
|
+
${tt[this._language.current]} ${h.long}
|
|
111
|
+
</sbb-screen-reader-only>
|
|
112
|
+
<span aria-hidden="true">${h.short}</span>
|
|
113
|
+
</time>` : m}
|
|
114
|
+
`;
|
|
115
|
+
}
|
|
116
|
+
_renderJourneyVias(e) {
|
|
117
|
+
const t = e.slice(0, 5);
|
|
118
|
+
return d`
|
|
119
|
+
<div class="sbb-journey-summary__via-block">
|
|
120
|
+
<span class="sbb-journey-summary__via-text">Via</span>
|
|
121
|
+
<ul class="sbb-journey-summary__vias" role=${e.length <= 1 ? "presentation" : m}>
|
|
122
|
+
${t.map((a, h) => d`<li class="sbb-journey-summary__via">
|
|
123
|
+
${a}${h !== t.length - 1 && h < 4 ? d`<span>,</span>` : m}
|
|
124
|
+
</li>`)}
|
|
125
|
+
</ul>
|
|
126
|
+
</div>
|
|
127
|
+
`;
|
|
128
|
+
}
|
|
129
|
+
_renderJourneyInformation(e) {
|
|
130
|
+
const { vias: t, duration: a, departureWalk: h, departure: H, arrivalWalk: U, arrival: X, legs: Y } = e || {};
|
|
131
|
+
return d`
|
|
132
|
+
<div>
|
|
133
|
+
${t && t.length > 0 ? this._renderJourneyVias(t) : m}
|
|
134
|
+
<div class="sbb-journey-summary__date">
|
|
135
|
+
${this._renderJourneyStart(nt(H), a)}
|
|
136
|
+
</div>
|
|
137
|
+
<sbb-pearl-chain-time
|
|
138
|
+
.arrivalTime=${X}
|
|
139
|
+
.departureTime=${H}
|
|
140
|
+
.departureWalk=${h}
|
|
141
|
+
.arrivalWalk=${U}
|
|
142
|
+
.legs=${Y}
|
|
143
|
+
.disableAnimation=${this.disableAnimation}
|
|
144
|
+
.a11yFootpath=${this.a11yFootpath}
|
|
145
|
+
.now=${this.now}
|
|
146
|
+
></sbb-pearl-chain-time>
|
|
147
|
+
</div>
|
|
148
|
+
`;
|
|
149
|
+
}
|
|
150
|
+
render() {
|
|
151
|
+
const { origin: e, destination: t } = this.trip || {};
|
|
152
|
+
return d`
|
|
153
|
+
<div class="sbb-journey-summary">
|
|
154
|
+
${e ? d`<sbb-journey-header
|
|
155
|
+
size="l"
|
|
156
|
+
.level=${this.headerLevel || m}
|
|
157
|
+
.origin=${e}
|
|
158
|
+
.destination=${t}
|
|
159
|
+
.roundTrip=${this.roundTrip ?? m}
|
|
160
|
+
></sbb-journey-header>` : m}
|
|
161
|
+
${this._renderJourneyInformation(this.trip)}
|
|
162
|
+
${this.tripBack ? d`<div>
|
|
163
|
+
<sbb-divider class="sbb-journey-summary__divider"></sbb-divider>
|
|
164
|
+
${this._renderJourneyInformation(this.tripBack)}
|
|
165
|
+
</div>` : m}
|
|
166
|
+
${this._hasContentSlot ? d` <div class="sbb-journey-summary__slot">
|
|
167
|
+
<slot name="content"></slot>
|
|
168
|
+
</div>` : m}
|
|
169
|
+
</div>
|
|
170
|
+
`;
|
|
171
|
+
}
|
|
172
|
+
}, y = new WeakMap(), v = new WeakMap(), f = new WeakMap(), g = new WeakMap(), k = new WeakMap(), $ = new WeakMap(), c = r, (() => {
|
|
173
|
+
const e = typeof Symbol == "function" && Symbol.metadata ? Object.create(z[Symbol.metadata] ?? null) : void 0;
|
|
174
|
+
S = [_({ type: Object })], A = [_({ attribute: "trip-back", type: Object })], L = [w(), _({ attribute: "round-trip", type: Boolean })], O = [_({ attribute: "header-level" })], E = [w(), _({ attribute: "disable-animation", type: Boolean })], M = [w(), _({ attribute: "a11y-footpath", type: Boolean })], G = [_()], p(r, null, S, { kind: "accessor", name: "trip", static: !1, private: !1, access: { has: (t) => "trip" in t, get: (t) => t.trip, set: (t, a) => {
|
|
175
|
+
t.trip = a;
|
|
176
|
+
} }, metadata: e }, T, B), p(r, null, A, { kind: "accessor", name: "tripBack", static: !1, private: !1, access: { has: (t) => "tripBack" in t, get: (t) => t.tripBack, set: (t, a) => {
|
|
177
|
+
t.tripBack = a;
|
|
178
|
+
} }, metadata: e }, F, I), p(r, null, L, { kind: "accessor", name: "roundTrip", static: !1, private: !1, access: { has: (t) => "roundTrip" in t, get: (t) => t.roundTrip, set: (t, a) => {
|
|
179
|
+
t.roundTrip = a;
|
|
180
|
+
} }, metadata: e }, J, D), p(r, null, O, { kind: "accessor", name: "headerLevel", static: !1, private: !1, access: { has: (t) => "headerLevel" in t, get: (t) => t.headerLevel, set: (t, a) => {
|
|
181
|
+
t.headerLevel = a;
|
|
182
|
+
} }, metadata: e }, C, V), p(r, null, E, { kind: "accessor", name: "disableAnimation", static: !1, private: !1, access: { has: (t) => "disableAnimation" in t, get: (t) => t.disableAnimation, set: (t, a) => {
|
|
183
|
+
t.disableAnimation = a;
|
|
184
|
+
} }, metadata: e }, W, q), p(r, null, M, { kind: "accessor", name: "a11yFootpath", static: !1, private: !1, access: { has: (t) => "a11yFootpath" in t, get: (t) => t.a11yFootpath, set: (t, a) => {
|
|
185
|
+
t.a11yFootpath = a;
|
|
186
|
+
} }, metadata: e }, N, P), p(r, null, G, { kind: "setter", name: "now", static: !1, private: !1, access: { has: (t) => "now" in t, set: (t, a) => {
|
|
187
|
+
t.now = a;
|
|
188
|
+
} }, metadata: e }, null, j), p(null, s = { value: c }, i, { kind: "class", name: c.name, metadata: e }, null, o), c = s.value, e && Object.defineProperty(c, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: e });
|
|
189
|
+
})(), r.styles = [et, lt], n(c, o), c;
|
|
190
|
+
})();
|
|
191
|
+
export {
|
|
192
|
+
jt as SbbJourneySummaryElement
|
|
193
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,167 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-experimental-dev",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.5.1-dev.1771859300",
|
|
4
|
+
"description": "Lyne Design System",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"design system",
|
|
7
|
+
"web components",
|
|
8
|
+
"lit",
|
|
9
|
+
"storybook",
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/246919d44a05775f7eea376dd6e722cc393783da"
|
|
11
|
+
],
|
|
12
|
+
"type": "module",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./index.d.ts",
|
|
16
|
+
"default": "./index.js"
|
|
17
|
+
},
|
|
18
|
+
"./package.json": {
|
|
19
|
+
"default": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
"./autocomplete-grid.js": {
|
|
22
|
+
"types": "./development/autocomplete-grid.d.ts",
|
|
23
|
+
"development": "./development/autocomplete-grid.js",
|
|
24
|
+
"default": "./autocomplete-grid.js"
|
|
25
|
+
},
|
|
26
|
+
"./autocomplete-grid/autocomplete-grid.js": {
|
|
27
|
+
"types": "./development/autocomplete-grid/autocomplete-grid.d.ts",
|
|
28
|
+
"development": "./development/autocomplete-grid/autocomplete-grid.js",
|
|
29
|
+
"default": "./autocomplete-grid/autocomplete-grid.js"
|
|
30
|
+
},
|
|
31
|
+
"./autocomplete-grid/autocomplete-grid-button.js": {
|
|
32
|
+
"types": "./development/autocomplete-grid/autocomplete-grid-button.d.ts",
|
|
33
|
+
"development": "./development/autocomplete-grid/autocomplete-grid-button.js",
|
|
34
|
+
"default": "./autocomplete-grid/autocomplete-grid-button.js"
|
|
35
|
+
},
|
|
36
|
+
"./autocomplete-grid/autocomplete-grid-cell.js": {
|
|
37
|
+
"types": "./development/autocomplete-grid/autocomplete-grid-cell.d.ts",
|
|
38
|
+
"development": "./development/autocomplete-grid/autocomplete-grid-cell.js",
|
|
39
|
+
"default": "./autocomplete-grid/autocomplete-grid-cell.js"
|
|
40
|
+
},
|
|
41
|
+
"./autocomplete-grid/autocomplete-grid-optgroup.js": {
|
|
42
|
+
"types": "./development/autocomplete-grid/autocomplete-grid-optgroup.d.ts",
|
|
43
|
+
"development": "./development/autocomplete-grid/autocomplete-grid-optgroup.js",
|
|
44
|
+
"default": "./autocomplete-grid/autocomplete-grid-optgroup.js"
|
|
45
|
+
},
|
|
46
|
+
"./autocomplete-grid/autocomplete-grid-option.js": {
|
|
47
|
+
"types": "./development/autocomplete-grid/autocomplete-grid-option.d.ts",
|
|
48
|
+
"development": "./development/autocomplete-grid/autocomplete-grid-option.js",
|
|
49
|
+
"default": "./autocomplete-grid/autocomplete-grid-option.js"
|
|
50
|
+
},
|
|
51
|
+
"./autocomplete-grid/autocomplete-grid-row.js": {
|
|
52
|
+
"types": "./development/autocomplete-grid/autocomplete-grid-row.d.ts",
|
|
53
|
+
"development": "./development/autocomplete-grid/autocomplete-grid-row.js",
|
|
54
|
+
"default": "./autocomplete-grid/autocomplete-grid-row.js"
|
|
55
|
+
},
|
|
56
|
+
"./core/datetime.js": {
|
|
57
|
+
"types": "./development/core/datetime.d.ts",
|
|
58
|
+
"development": "./development/core/datetime.js",
|
|
59
|
+
"default": "./core/datetime.js"
|
|
60
|
+
},
|
|
61
|
+
"./core/timetable.js": {
|
|
62
|
+
"types": "./development/core/timetable.d.ts",
|
|
63
|
+
"development": "./development/core/timetable.js",
|
|
64
|
+
"default": "./core/timetable.js"
|
|
65
|
+
},
|
|
66
|
+
"./journey-summary.js": {
|
|
67
|
+
"types": "./development/journey-summary.d.ts",
|
|
68
|
+
"development": "./development/journey-summary.js",
|
|
69
|
+
"default": "./journey-summary.js"
|
|
70
|
+
},
|
|
71
|
+
"./pearl-chain.js": {
|
|
72
|
+
"types": "./development/pearl-chain.d.ts",
|
|
73
|
+
"development": "./development/pearl-chain.js",
|
|
74
|
+
"default": "./pearl-chain.js"
|
|
75
|
+
},
|
|
76
|
+
"./pearl-chain-time.js": {
|
|
77
|
+
"types": "./development/pearl-chain-time.d.ts",
|
|
78
|
+
"development": "./development/pearl-chain-time.js",
|
|
79
|
+
"default": "./pearl-chain-time.js"
|
|
80
|
+
},
|
|
81
|
+
"./pearl-chain-vertical.js": {
|
|
82
|
+
"types": "./development/pearl-chain-vertical.d.ts",
|
|
83
|
+
"development": "./development/pearl-chain-vertical.js",
|
|
84
|
+
"default": "./pearl-chain-vertical.js"
|
|
85
|
+
},
|
|
86
|
+
"./pearl-chain-vertical-item.js": {
|
|
87
|
+
"types": "./development/pearl-chain-vertical-item.d.ts",
|
|
88
|
+
"development": "./development/pearl-chain-vertical-item.js",
|
|
89
|
+
"default": "./pearl-chain-vertical-item.js"
|
|
90
|
+
},
|
|
91
|
+
"./seat-reservation.js": {
|
|
92
|
+
"types": "./development/seat-reservation.d.ts",
|
|
93
|
+
"development": "./development/seat-reservation.js",
|
|
94
|
+
"default": "./seat-reservation.js"
|
|
95
|
+
},
|
|
96
|
+
"./seat-reservation/common.js": {
|
|
97
|
+
"types": "./development/seat-reservation/common.d.ts",
|
|
98
|
+
"development": "./development/seat-reservation/common.js",
|
|
99
|
+
"default": "./seat-reservation/common.js"
|
|
100
|
+
},
|
|
101
|
+
"./seat-reservation/seat-reservation.js": {
|
|
102
|
+
"types": "./development/seat-reservation/seat-reservation.d.ts",
|
|
103
|
+
"development": "./development/seat-reservation/seat-reservation.js",
|
|
104
|
+
"default": "./seat-reservation/seat-reservation.js"
|
|
105
|
+
},
|
|
106
|
+
"./seat-reservation/seat-reservation-area.js": {
|
|
107
|
+
"types": "./development/seat-reservation/seat-reservation-area.d.ts",
|
|
108
|
+
"development": "./development/seat-reservation/seat-reservation-area.js",
|
|
109
|
+
"default": "./seat-reservation/seat-reservation-area.js"
|
|
110
|
+
},
|
|
111
|
+
"./seat-reservation/seat-reservation-graphic.js": {
|
|
112
|
+
"types": "./development/seat-reservation/seat-reservation-graphic.d.ts",
|
|
113
|
+
"development": "./development/seat-reservation/seat-reservation-graphic.js",
|
|
114
|
+
"default": "./seat-reservation/seat-reservation-graphic.js"
|
|
115
|
+
},
|
|
116
|
+
"./seat-reservation/seat-reservation-navigation-coach.js": {
|
|
117
|
+
"types": "./development/seat-reservation/seat-reservation-navigation-coach.d.ts",
|
|
118
|
+
"development": "./development/seat-reservation/seat-reservation-navigation-coach.js",
|
|
119
|
+
"default": "./seat-reservation/seat-reservation-navigation-coach.js"
|
|
120
|
+
},
|
|
121
|
+
"./seat-reservation/seat-reservation-navigation-services.js": {
|
|
122
|
+
"types": "./development/seat-reservation/seat-reservation-navigation-services.d.ts",
|
|
123
|
+
"development": "./development/seat-reservation/seat-reservation-navigation-services.js",
|
|
124
|
+
"default": "./seat-reservation/seat-reservation-navigation-services.js"
|
|
125
|
+
},
|
|
126
|
+
"./seat-reservation/seat-reservation-place-control.js": {
|
|
127
|
+
"types": "./development/seat-reservation/seat-reservation-place-control.d.ts",
|
|
128
|
+
"development": "./development/seat-reservation/seat-reservation-place-control.js",
|
|
129
|
+
"default": "./seat-reservation/seat-reservation-place-control.js"
|
|
130
|
+
},
|
|
131
|
+
"./seat-reservation/seat-reservation-scoped.js": {
|
|
132
|
+
"types": "./development/seat-reservation/seat-reservation-scoped.d.ts",
|
|
133
|
+
"development": "./development/seat-reservation/seat-reservation-scoped.js",
|
|
134
|
+
"default": "./seat-reservation/seat-reservation-scoped.js"
|
|
135
|
+
},
|
|
136
|
+
"./timetable-duration.js": {
|
|
137
|
+
"types": "./development/timetable-duration.d.ts",
|
|
138
|
+
"development": "./development/timetable-duration.js",
|
|
139
|
+
"default": "./timetable-duration.js"
|
|
140
|
+
},
|
|
141
|
+
"./timetable-row.js": {
|
|
142
|
+
"types": "./development/timetable-row.d.ts",
|
|
143
|
+
"development": "./development/timetable-row.js",
|
|
144
|
+
"default": "./timetable-row.js"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"customElements": "custom-elements.json",
|
|
148
|
+
"peerDependencies": {
|
|
149
|
+
"@sbb-esta/lyne-elements": "4.5.1"
|
|
150
|
+
},
|
|
151
|
+
"dependencies": {
|
|
152
|
+
"lit": "^3.3.2",
|
|
153
|
+
"tslib": "^2.8.1"
|
|
154
|
+
},
|
|
4
155
|
"publishConfig": {
|
|
5
156
|
"access": "public"
|
|
157
|
+
},
|
|
158
|
+
"author": "Lyne Team",
|
|
159
|
+
"license": "MIT",
|
|
160
|
+
"repository": {
|
|
161
|
+
"type": "git",
|
|
162
|
+
"url": "https://github.com/sbb-design-systems/lyne-components.git"
|
|
163
|
+
},
|
|
164
|
+
"bugs": {
|
|
165
|
+
"url": "https://github.com/sbb-design-systems/lyne-components/issues"
|
|
6
166
|
}
|
|
7
167
|
}
|