@sbb-esta/lyne-elements-experimental-dev 4.7.0-dev.1773149682 → 4.7.0-dev.1773159924
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/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +74 -82
- package/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +9 -10
- package/autocomplete-grid/autocomplete-grid-button.js +5 -2
- package/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +11 -19
- package/autocomplete-grid/autocomplete-grid-cell.js +5 -2
- package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +20 -27
- package/autocomplete-grid/autocomplete-grid-optgroup.js +5 -2
- package/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +30 -38
- package/autocomplete-grid/autocomplete-grid-option.js +5 -1
- package/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +16 -22
- package/autocomplete-grid/autocomplete-grid-row.js +5 -2
- package/autocomplete-grid/autocomplete-grid.js +5 -2
- package/autocomplete-grid.js +20 -13
- package/autocomplete-grid.pure.js +15 -0
- package/custom-elements.json +486 -261
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +2 -1
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +109 -122
- package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts +3 -2
- package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +3 -4
- package/development/autocomplete-grid/autocomplete-grid-button.d.ts +0 -3
- package/development/autocomplete-grid/autocomplete-grid-button.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-button.js +4 -1
- package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts +4 -4
- package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +12 -24
- package/development/autocomplete-grid/autocomplete-grid-cell.d.ts +0 -3
- package/development/autocomplete-grid/autocomplete-grid-cell.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-cell.js +4 -1
- package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts +3 -2
- package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +21 -36
- package/development/autocomplete-grid/autocomplete-grid-optgroup.d.ts +0 -3
- package/development/autocomplete-grid/autocomplete-grid-optgroup.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-optgroup.js +4 -1
- package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts +1 -0
- package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +32 -44
- package/development/autocomplete-grid/autocomplete-grid-option.d.ts +0 -3
- package/development/autocomplete-grid/autocomplete-grid-option.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-option.js +6 -2
- package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts +4 -4
- package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +16 -28
- package/development/autocomplete-grid/autocomplete-grid-row.d.ts +0 -3
- package/development/autocomplete-grid/autocomplete-grid-row.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-row.js +4 -1
- package/development/autocomplete-grid/autocomplete-grid.d.ts +0 -3
- package/development/autocomplete-grid/autocomplete-grid.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid.js +4 -1
- package/development/autocomplete-grid.d.ts +1 -9
- package/development/autocomplete-grid.d.ts.map +1 -1
- package/development/autocomplete-grid.js +10 -3
- package/development/autocomplete-grid.pure.d.ts +8 -0
- package/development/autocomplete-grid.pure.d.ts.map +1 -0
- package/development/autocomplete-grid.pure.js +16 -0
- package/development/core/datetime.d.ts +1 -3
- package/development/core/datetime.d.ts.map +1 -1
- package/development/core/timetable/timetable-properties.d.ts +30 -30
- package/development/core/timetable/timetable-properties.d.ts.map +1 -1
- package/development/core/timetable.d.ts +1 -3
- package/development/core/timetable.d.ts.map +1 -1
- package/development/journey-summary/journey-summary.component.d.ts +4 -2
- package/development/journey-summary/journey-summary.component.d.ts.map +1 -1
- package/development/journey-summary/journey-summary.component.js +9 -15
- package/development/journey-summary.d.ts +1 -4
- package/development/journey-summary.d.ts.map +1 -1
- package/development/journey-summary.js +2 -1
- package/development/journey-summary.pure.d.ts +3 -0
- package/development/journey-summary.pure.d.ts.map +1 -0
- package/development/journey-summary.pure.js +5 -0
- package/development/pearl-chain/pearl-chain.component.d.ts +4 -2
- package/development/pearl-chain/pearl-chain.component.d.ts.map +1 -1
- package/development/pearl-chain/pearl-chain.component.js +9 -15
- package/development/pearl-chain-time/pearl-chain-time.component.d.ts +4 -2
- package/development/pearl-chain-time/pearl-chain-time.component.d.ts.map +1 -1
- package/development/pearl-chain-time/pearl-chain-time.component.js +9 -15
- package/development/pearl-chain-time.d.ts +1 -4
- package/development/pearl-chain-time.d.ts.map +1 -1
- package/development/pearl-chain-time.js +2 -1
- package/development/pearl-chain-time.pure.d.ts +3 -0
- package/development/pearl-chain-time.pure.d.ts.map +1 -0
- package/development/pearl-chain-time.pure.js +5 -0
- package/development/pearl-chain-vertical/pearl-chain-vertical.component.d.ts +4 -2
- package/development/pearl-chain-vertical/pearl-chain-vertical.component.d.ts.map +1 -1
- package/development/pearl-chain-vertical/pearl-chain-vertical.component.js +11 -23
- package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.component.d.ts +4 -2
- package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.component.d.ts.map +1 -1
- package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.component.js +9 -15
- package/development/pearl-chain-vertical-item.d.ts +1 -4
- package/development/pearl-chain-vertical-item.d.ts.map +1 -1
- package/development/pearl-chain-vertical-item.js +2 -1
- package/development/pearl-chain-vertical-item.pure.d.ts +3 -0
- package/development/pearl-chain-vertical-item.pure.d.ts.map +1 -0
- package/development/pearl-chain-vertical-item.pure.js +5 -0
- package/development/pearl-chain-vertical.d.ts +1 -4
- package/development/pearl-chain-vertical.d.ts.map +1 -1
- package/development/pearl-chain-vertical.js +2 -1
- package/development/pearl-chain-vertical.pure.d.ts +3 -0
- package/development/pearl-chain-vertical.pure.d.ts.map +1 -0
- package/development/pearl-chain-vertical.pure.js +5 -0
- package/development/pearl-chain.d.ts +1 -4
- package/development/pearl-chain.d.ts.map +1 -1
- package/development/pearl-chain.js +2 -1
- package/development/pearl-chain.pure.d.ts +3 -0
- package/development/pearl-chain.pure.d.ts.map +1 -0
- package/development/pearl-chain.pure.js +5 -0
- package/development/seat-reservation/common/mapper/icon-mapper.d.ts +2 -2
- package/development/seat-reservation/common/mapper/icon-mapper.d.ts.map +1 -1
- package/development/seat-reservation/common/mapper/icon-mapper.js +1 -1
- package/development/seat-reservation/common/types.d.ts +22 -22
- package/development/seat-reservation/common/types.d.ts.map +1 -1
- package/development/seat-reservation/common.d.ts +1 -3
- package/development/seat-reservation/common.d.ts.map +1 -1
- package/development/seat-reservation/common.js +3 -1
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +4 -3
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +4 -3
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts +1 -0
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation.component.js +344 -352
- package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.d.ts +4 -2
- package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +9 -15
- package/development/seat-reservation/seat-reservation-area.d.ts +0 -3
- package/development/seat-reservation/seat-reservation-area.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-area.js +4 -1
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +6 -4
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts +4 -2
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +11 -16
- package/development/seat-reservation/seat-reservation-graphic.d.ts +0 -3
- package/development/seat-reservation/seat-reservation-graphic.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-graphic.js +4 -1
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +5 -3
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +12 -17
- package/development/seat-reservation/seat-reservation-navigation-coach.d.ts +0 -3
- package/development/seat-reservation/seat-reservation-navigation-coach.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-navigation-coach.js +4 -1
- package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.d.ts +4 -2
- package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +12 -17
- package/development/seat-reservation/seat-reservation-navigation-services.d.ts +0 -3
- package/development/seat-reservation/seat-reservation-navigation-services.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-navigation-services.js +4 -1
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +2 -1
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +10 -16
- package/development/seat-reservation/seat-reservation-place-control.d.ts +0 -3
- package/development/seat-reservation/seat-reservation-place-control.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-place-control.js +4 -1
- package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts +4 -2
- package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +11 -23
- package/development/seat-reservation/seat-reservation-scoped.d.ts +0 -3
- package/development/seat-reservation/seat-reservation-scoped.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-scoped.js +4 -1
- package/development/seat-reservation/seat-reservation.d.ts +0 -3
- package/development/seat-reservation/seat-reservation.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation.js +4 -1
- package/development/seat-reservation.d.ts +1 -11
- package/development/seat-reservation.d.ts.map +1 -1
- package/development/seat-reservation.js +13 -3
- package/development/seat-reservation.pure.d.ts +15 -0
- package/development/seat-reservation.pure.d.ts.map +1 -0
- package/development/seat-reservation.pure.js +33 -0
- package/development/timetable-duration/timetable-duration.component.d.ts +4 -2
- package/development/timetable-duration/timetable-duration.component.d.ts.map +1 -1
- package/development/timetable-duration/timetable-duration.component.js +9 -15
- package/development/timetable-duration.d.ts +1 -4
- package/development/timetable-duration.d.ts.map +1 -1
- package/development/timetable-duration.js +2 -1
- package/development/timetable-duration.pure.d.ts +3 -0
- package/development/timetable-duration.pure.d.ts.map +1 -0
- package/development/timetable-duration.pure.js +5 -0
- package/development/timetable-row/timetable-row.component.d.ts +4 -2
- package/development/timetable-row/timetable-row.component.d.ts.map +1 -1
- package/development/timetable-row/timetable-row.component.js +9 -15
- package/development/timetable-row.d.ts +1 -4
- package/development/timetable-row.d.ts.map +1 -1
- package/development/timetable-row.js +4 -2
- package/development/timetable-row.pure.d.ts +3 -0
- package/development/timetable-row.pure.d.ts.map +1 -0
- package/development/timetable-row.pure.js +12 -0
- package/index.d.ts +9 -20
- package/index.js +9 -20
- package/journey-summary/journey-summary.component.js +88 -87
- package/journey-summary.js +3 -2
- package/journey-summary.pure.js +4 -0
- package/package.json +47 -2
- package/pearl-chain/pearl-chain.component.js +74 -73
- package/pearl-chain-time/pearl-chain-time.component.js +64 -63
- package/pearl-chain-time.js +3 -2
- package/pearl-chain-time.pure.js +4 -0
- package/pearl-chain-vertical/pearl-chain-vertical.component.js +11 -18
- package/pearl-chain-vertical-item/pearl-chain-vertical-item.component.js +39 -38
- package/pearl-chain-vertical-item.js +3 -2
- package/pearl-chain-vertical-item.pure.js +4 -0
- package/pearl-chain-vertical.js +3 -2
- package/pearl-chain-vertical.pure.js +4 -0
- package/pearl-chain.js +3 -2
- package/pearl-chain.pure.js +4 -0
- package/seat-reservation/common.js +10 -8
- package/seat-reservation/seat-reservation/seat-reservation-base-element.js +4 -3
- package/seat-reservation/seat-reservation/seat-reservation.component.js +261 -263
- package/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +32 -31
- package/seat-reservation/seat-reservation-area.js +5 -2
- package/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +18 -16
- package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +42 -40
- package/seat-reservation/seat-reservation-graphic.js +5 -2
- package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +117 -115
- package/seat-reservation/seat-reservation-navigation-coach.js +5 -2
- package/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +53 -51
- package/seat-reservation/seat-reservation-navigation-services.js +5 -2
- package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +79 -78
- package/seat-reservation/seat-reservation-place-control.js +5 -2
- package/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +11 -18
- package/seat-reservation/seat-reservation-scoped.js +5 -2
- package/seat-reservation/seat-reservation.js +5 -2
- package/seat-reservation.js +37 -27
- package/seat-reservation.pure.js +32 -0
- package/timetable-duration/timetable-duration.component.js +29 -28
- package/timetable-duration.js +3 -2
- package/timetable-duration.pure.js +4 -0
- package/timetable-row/timetable-row.component.js +152 -151
- package/timetable-row.js +11 -9
- package/timetable-row.pure.js +11 -0
package/index.d.ts
CHANGED
|
@@ -1,23 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
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";
|
|
1
|
+
import { SbbAutocompleteGridButtonElement, SbbAutocompleteGridCellElement, SbbAutocompleteGridElement, SbbAutocompleteGridOptgroupElement, SbbAutocompleteGridOptionElement, SbbAutocompleteGridRowElement } from "./autocomplete-grid.js";
|
|
2
|
+
import { SbbJourneySummaryElement } from "./journey-summary.js";
|
|
3
|
+
import { SbbPearlChainElement } from "./pearl-chain.js";
|
|
4
|
+
import { SbbPearlChainTimeElement } from "./pearl-chain-time.js";
|
|
5
|
+
import { SbbPearlChainVerticalElement } from "./pearl-chain-vertical.js";
|
|
6
|
+
import { SbbPearlChainVerticalItemElement } from "./pearl-chain-vertical-item.js";
|
|
7
|
+
import { SbbSeatReservationAreaElement, SbbSeatReservationElement, SbbSeatReservationGraphicElement, SbbSeatReservationNavigationCoachElement, SbbSeatReservationNavigationServicesElement, SbbSeatReservationPlaceControlElement, SbbSeatReservationScopedElement } from "./seat-reservation.js";
|
|
8
|
+
import { SbbTimetableDurationElement } from "./timetable-duration.js";
|
|
9
|
+
import { SbbTimetableRowElement } from "./timetable-row.js";
|
|
21
10
|
declare global {
|
|
22
11
|
var SbbAutocompleteGridButtonElement: SbbAutocompleteGridButtonElement;
|
|
23
12
|
var SbbAutocompleteGridCellElement: SbbAutocompleteGridCellElement;
|
package/index.js
CHANGED
|
@@ -1,23 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
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";
|
|
1
|
+
import { SbbAutocompleteGridButtonElement, SbbAutocompleteGridCellElement, SbbAutocompleteGridElement, SbbAutocompleteGridOptgroupElement, SbbAutocompleteGridOptionElement, SbbAutocompleteGridRowElement } from "./autocomplete-grid.js";
|
|
2
|
+
import { SbbJourneySummaryElement } from "./journey-summary.js";
|
|
3
|
+
import { SbbPearlChainElement } from "./pearl-chain.js";
|
|
4
|
+
import { SbbPearlChainTimeElement } from "./pearl-chain-time.js";
|
|
5
|
+
import { SbbPearlChainVerticalElement } from "./pearl-chain-vertical.js";
|
|
6
|
+
import { SbbPearlChainVerticalItemElement } from "./pearl-chain-vertical-item.js";
|
|
7
|
+
import { SbbSeatReservationAreaElement, SbbSeatReservationElement, SbbSeatReservationGraphicElement, SbbSeatReservationNavigationCoachElement, SbbSeatReservationNavigationServicesElement, SbbSeatReservationPlaceControlElement, SbbSeatReservationScopedElement } from "./seat-reservation.js";
|
|
8
|
+
import { SbbTimetableDurationElement } from "./timetable-duration.js";
|
|
9
|
+
import { SbbTimetableRowElement } from "./timetable-row.js";
|
|
21
10
|
|
|
22
11
|
globalThis.SbbAutocompleteGridButtonElement = SbbAutocompleteGridButtonElement;
|
|
23
12
|
globalThis.SbbAutocompleteGridCellElement = SbbAutocompleteGridCellElement;
|
|
@@ -1,77 +1,78 @@
|
|
|
1
|
-
var
|
|
2
|
-
throw TypeError(
|
|
1
|
+
var G = (a) => {
|
|
2
|
+
throw TypeError(a);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
import { __runInitializers as
|
|
7
|
-
import {
|
|
4
|
+
var H = (a, s, o) => s.has(a) || G("Cannot " + o);
|
|
5
|
+
var h = (a, s, o) => (H(a, s, "read from private field"), o ? o.call(a) : s.get(a)), m = (a, s, o) => s.has(a) ? G("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(a) : s.set(a, o), n = (a, s, o, $) => (H(a, s, "write to private field"), $ ? $.call(a, o) : s.set(a, o), o);
|
|
6
|
+
import { __runInitializers as l, __esDecorate as u } from "tslib";
|
|
7
|
+
import { SbbElement as X } from "@sbb-esta/lyne-elements/core/base-elements.js";
|
|
8
|
+
import { SbbLanguageController as Y } from "@sbb-esta/lyne-elements/core/controllers.js";
|
|
8
9
|
import { defaultDateAdapter as x } from "@sbb-esta/lyne-elements/core/datetime.js";
|
|
9
10
|
import { forceType as w } from "@sbb-esta/lyne-elements/core/decorators.js";
|
|
10
|
-
import { i18nTripDuration as
|
|
11
|
-
import { boxSizingStyles as
|
|
12
|
-
import { css as
|
|
13
|
-
import {
|
|
14
|
-
import { durationToTime as
|
|
11
|
+
import { i18nTripDuration as Z } from "@sbb-esta/lyne-elements/core/i18n.js";
|
|
12
|
+
import { boxSizingStyles as J } from "@sbb-esta/lyne-elements/core/styles.js";
|
|
13
|
+
import { css as E, nothing as d, html as c } from "lit";
|
|
14
|
+
import { property as b } from "lit/decorators.js";
|
|
15
|
+
import { durationToTime as tt, removeTimezoneFromISOTimeString as et } from "../core/datetime.js";
|
|
15
16
|
import "@sbb-esta/lyne-elements/divider.js";
|
|
16
17
|
import "@sbb-esta/lyne-elements/screen-reader-only.js";
|
|
17
18
|
import "@sbb-esta/lyne-elements/journey-header.js";
|
|
18
19
|
import "../pearl-chain-time.js";
|
|
19
|
-
import { i as
|
|
20
|
-
import { f as
|
|
21
|
-
const
|
|
22
|
-
let
|
|
23
|
-
var
|
|
24
|
-
let
|
|
25
|
-
return r = class extends
|
|
20
|
+
import { i as it } from "../isValid-m3_OsPaB.js";
|
|
21
|
+
import { f as K } from "../format-CmKROkbc.js";
|
|
22
|
+
const at = E`: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}`;
|
|
23
|
+
let $t = (() => {
|
|
24
|
+
var _, y, f, v, g, k, r;
|
|
25
|
+
let a = X, s = [], o, $ = [], j = [], z, T = [], B = [], A, F = [], I = [], L, O = [], C = [], V, D = [], W = [], N, q = [], M = [], P;
|
|
26
|
+
return r = class extends a {
|
|
26
27
|
constructor() {
|
|
27
28
|
super(...arguments);
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
m(this, _);
|
|
30
|
+
m(this, y);
|
|
31
|
+
m(this, f);
|
|
32
|
+
m(this, v);
|
|
33
|
+
m(this, g);
|
|
34
|
+
m(this, k);
|
|
35
|
+
n(this, _, (l(this, s), l(this, $, null))), n(this, y, (l(this, j), l(this, T, null))), n(this, f, (l(this, B), l(this, F, !1))), n(this, v, (l(this, I), l(this, O, "3"))), n(this, g, (l(this, C), l(this, D, !1))), n(this, k, (l(this, W), l(this, q, !1))), this._now = (l(this, M), null), this._hasContentSlot = !1, this._language = new Y(this);
|
|
35
36
|
}
|
|
36
37
|
/** The trip prop */
|
|
37
38
|
get trip() {
|
|
38
|
-
return
|
|
39
|
+
return h(this, _);
|
|
39
40
|
}
|
|
40
41
|
set trip(e) {
|
|
41
|
-
|
|
42
|
+
n(this, _, e);
|
|
42
43
|
}
|
|
43
44
|
/** The tripBack prop */
|
|
44
45
|
get tripBack() {
|
|
45
|
-
return
|
|
46
|
+
return h(this, y);
|
|
46
47
|
}
|
|
47
48
|
set tripBack(e) {
|
|
48
|
-
|
|
49
|
+
n(this, y, e);
|
|
49
50
|
}
|
|
50
51
|
/**
|
|
51
52
|
* The RoundTrip prop. This prop controls if one or two arrows are displayed in the header.
|
|
52
53
|
*/
|
|
53
54
|
get roundTrip() {
|
|
54
|
-
return
|
|
55
|
+
return h(this, f);
|
|
55
56
|
}
|
|
56
57
|
set roundTrip(e) {
|
|
57
|
-
|
|
58
|
+
n(this, f, e);
|
|
58
59
|
}
|
|
59
60
|
/** Heading level of the journey header element (e.g. h1-h6). */
|
|
60
61
|
get headerLevel() {
|
|
61
|
-
return
|
|
62
|
+
return h(this, v);
|
|
62
63
|
}
|
|
63
64
|
set headerLevel(e) {
|
|
64
|
-
|
|
65
|
+
n(this, v, e);
|
|
65
66
|
}
|
|
66
67
|
/**
|
|
67
68
|
* Per default, the current location has a pulsating animation. You can
|
|
68
69
|
* disable the animation with this property.
|
|
69
70
|
*/
|
|
70
71
|
get disableAnimation() {
|
|
71
|
-
return
|
|
72
|
+
return h(this, g);
|
|
72
73
|
}
|
|
73
74
|
set disableAnimation(e) {
|
|
74
|
-
|
|
75
|
+
n(this, g, e);
|
|
75
76
|
}
|
|
76
77
|
/**
|
|
77
78
|
* The Footpath attribute for rendering different icons
|
|
@@ -80,10 +81,10 @@ let jt = (() => {
|
|
|
80
81
|
* default: render walk-icon
|
|
81
82
|
*/
|
|
82
83
|
get a11yFootpath() {
|
|
83
|
-
return
|
|
84
|
+
return h(this, k);
|
|
84
85
|
}
|
|
85
86
|
set a11yFootpath(e) {
|
|
86
|
-
|
|
87
|
+
n(this, k, e);
|
|
87
88
|
}
|
|
88
89
|
/**
|
|
89
90
|
* A configured date which acts as the current date instead of the real current date.
|
|
@@ -100,46 +101,46 @@ let jt = (() => {
|
|
|
100
101
|
}
|
|
101
102
|
/** renders the date of the journey or if it is the current or next day */
|
|
102
103
|
_renderJourneyStart(e, t) {
|
|
103
|
-
const
|
|
104
|
-
if (
|
|
105
|
-
return
|
|
106
|
-
<time datetime=${
|
|
107
|
-
${
|
|
108
|
-
>${t && t > 0 ?
|
|
104
|
+
const i = x, p = t ? tt(t, this._language.current) : null;
|
|
105
|
+
if (it(e))
|
|
106
|
+
return c`
|
|
107
|
+
<time datetime=${K(e, "d") + " " + K(e, "M")}>
|
|
108
|
+
${i.format(e).replace(",", ".")}</time
|
|
109
|
+
>${t && t > 0 ? c`,<time>
|
|
109
110
|
<sbb-screen-reader-only>
|
|
110
|
-
${
|
|
111
|
+
${Z[this._language.current]} ${p.long}
|
|
111
112
|
</sbb-screen-reader-only>
|
|
112
|
-
<span aria-hidden="true">${
|
|
113
|
-
</time>` :
|
|
113
|
+
<span aria-hidden="true">${p.short}</span>
|
|
114
|
+
</time>` : d}
|
|
114
115
|
`;
|
|
115
116
|
}
|
|
116
117
|
_renderJourneyVias(e) {
|
|
117
118
|
const t = e.slice(0, 5);
|
|
118
|
-
return
|
|
119
|
+
return c`
|
|
119
120
|
<div class="sbb-journey-summary__via-block">
|
|
120
121
|
<span class="sbb-journey-summary__via-text">Via</span>
|
|
121
|
-
<ul class="sbb-journey-summary__vias" role=${e.length <= 1 ? "presentation" :
|
|
122
|
-
${t.map((
|
|
123
|
-
${
|
|
122
|
+
<ul class="sbb-journey-summary__vias" role=${e.length <= 1 ? "presentation" : d}>
|
|
123
|
+
${t.map((i, p) => c`<li class="sbb-journey-summary__via">
|
|
124
|
+
${i}${p !== t.length - 1 && p < 4 ? c`<span>,</span>` : d}
|
|
124
125
|
</li>`)}
|
|
125
126
|
</ul>
|
|
126
127
|
</div>
|
|
127
128
|
`;
|
|
128
129
|
}
|
|
129
130
|
_renderJourneyInformation(e) {
|
|
130
|
-
const { vias: t, duration:
|
|
131
|
-
return
|
|
131
|
+
const { vias: t, duration: i, departureWalk: p, departure: S, arrivalWalk: Q, arrival: R, legs: U } = e || {};
|
|
132
|
+
return c`
|
|
132
133
|
<div>
|
|
133
|
-
${t && t.length > 0 ? this._renderJourneyVias(t) :
|
|
134
|
+
${t && t.length > 0 ? this._renderJourneyVias(t) : d}
|
|
134
135
|
<div class="sbb-journey-summary__date">
|
|
135
|
-
${this._renderJourneyStart(
|
|
136
|
+
${this._renderJourneyStart(et(S), i)}
|
|
136
137
|
</div>
|
|
137
138
|
<sbb-pearl-chain-time
|
|
138
|
-
.arrivalTime=${
|
|
139
|
-
.departureTime=${
|
|
140
|
-
.departureWalk=${
|
|
141
|
-
.arrivalWalk=${
|
|
142
|
-
.legs=${
|
|
139
|
+
.arrivalTime=${R}
|
|
140
|
+
.departureTime=${S}
|
|
141
|
+
.departureWalk=${p}
|
|
142
|
+
.arrivalWalk=${Q}
|
|
143
|
+
.legs=${U}
|
|
143
144
|
.disableAnimation=${this.disableAnimation}
|
|
144
145
|
.a11yFootpath=${this.a11yFootpath}
|
|
145
146
|
.now=${this.now}
|
|
@@ -149,45 +150,45 @@ let jt = (() => {
|
|
|
149
150
|
}
|
|
150
151
|
render() {
|
|
151
152
|
const { origin: e, destination: t } = this.trip || {};
|
|
152
|
-
return
|
|
153
|
+
return c`
|
|
153
154
|
<div class="sbb-journey-summary">
|
|
154
|
-
${e ?
|
|
155
|
+
${e ? c`<sbb-journey-header
|
|
155
156
|
size="l"
|
|
156
|
-
.level=${this.headerLevel ||
|
|
157
|
+
.level=${this.headerLevel || d}
|
|
157
158
|
.origin=${e}
|
|
158
159
|
.destination=${t}
|
|
159
|
-
.roundTrip=${this.roundTrip ??
|
|
160
|
-
></sbb-journey-header>` :
|
|
160
|
+
.roundTrip=${this.roundTrip ?? d}
|
|
161
|
+
></sbb-journey-header>` : d}
|
|
161
162
|
${this._renderJourneyInformation(this.trip)}
|
|
162
|
-
${this.tripBack ?
|
|
163
|
+
${this.tripBack ? c`<div>
|
|
163
164
|
<sbb-divider class="sbb-journey-summary__divider"></sbb-divider>
|
|
164
165
|
${this._renderJourneyInformation(this.tripBack)}
|
|
165
|
-
</div>` :
|
|
166
|
-
${this._hasContentSlot ?
|
|
166
|
+
</div>` : d}
|
|
167
|
+
${this._hasContentSlot ? c` <div class="sbb-journey-summary__slot">
|
|
167
168
|
<slot name="content"></slot>
|
|
168
|
-
</div>` :
|
|
169
|
+
</div>` : d}
|
|
169
170
|
</div>
|
|
170
171
|
`;
|
|
171
172
|
}
|
|
172
|
-
},
|
|
173
|
-
const e = typeof Symbol == "function" && Symbol.metadata ? Object.create(
|
|
174
|
-
|
|
175
|
-
t.trip =
|
|
176
|
-
} }, metadata: e },
|
|
177
|
-
t.tripBack =
|
|
178
|
-
} }, metadata: e },
|
|
179
|
-
t.roundTrip =
|
|
180
|
-
} }, metadata: e },
|
|
181
|
-
t.headerLevel =
|
|
182
|
-
} }, metadata: e },
|
|
183
|
-
t.disableAnimation =
|
|
184
|
-
} }, metadata: e },
|
|
185
|
-
t.a11yFootpath =
|
|
186
|
-
} }, metadata: e },
|
|
187
|
-
t.now =
|
|
188
|
-
} }, metadata: e }, null,
|
|
189
|
-
})(), r.styles = [
|
|
173
|
+
}, _ = new WeakMap(), y = new WeakMap(), f = new WeakMap(), v = new WeakMap(), g = new WeakMap(), k = new WeakMap(), (() => {
|
|
174
|
+
const e = typeof Symbol == "function" && Symbol.metadata ? Object.create(a[Symbol.metadata] ?? null) : void 0;
|
|
175
|
+
o = [b({ type: Object })], z = [b({ attribute: "trip-back", type: Object })], A = [w(), b({ attribute: "round-trip", type: Boolean })], L = [b({ attribute: "header-level" })], V = [w(), b({ attribute: "disable-animation", type: Boolean })], N = [w(), b({ attribute: "a11y-footpath", type: Boolean })], P = [b()], u(r, null, o, { kind: "accessor", name: "trip", static: !1, private: !1, access: { has: (t) => "trip" in t, get: (t) => t.trip, set: (t, i) => {
|
|
176
|
+
t.trip = i;
|
|
177
|
+
} }, metadata: e }, $, j), u(r, null, z, { kind: "accessor", name: "tripBack", static: !1, private: !1, access: { has: (t) => "tripBack" in t, get: (t) => t.tripBack, set: (t, i) => {
|
|
178
|
+
t.tripBack = i;
|
|
179
|
+
} }, metadata: e }, T, B), u(r, null, A, { kind: "accessor", name: "roundTrip", static: !1, private: !1, access: { has: (t) => "roundTrip" in t, get: (t) => t.roundTrip, set: (t, i) => {
|
|
180
|
+
t.roundTrip = i;
|
|
181
|
+
} }, metadata: e }, F, I), u(r, null, L, { kind: "accessor", name: "headerLevel", static: !1, private: !1, access: { has: (t) => "headerLevel" in t, get: (t) => t.headerLevel, set: (t, i) => {
|
|
182
|
+
t.headerLevel = i;
|
|
183
|
+
} }, metadata: e }, O, C), u(r, null, V, { kind: "accessor", name: "disableAnimation", static: !1, private: !1, access: { has: (t) => "disableAnimation" in t, get: (t) => t.disableAnimation, set: (t, i) => {
|
|
184
|
+
t.disableAnimation = i;
|
|
185
|
+
} }, metadata: e }, D, W), u(r, null, N, { kind: "accessor", name: "a11yFootpath", static: !1, private: !1, access: { has: (t) => "a11yFootpath" in t, get: (t) => t.a11yFootpath, set: (t, i) => {
|
|
186
|
+
t.a11yFootpath = i;
|
|
187
|
+
} }, metadata: e }, q, M), u(r, null, P, { kind: "setter", name: "now", static: !1, private: !1, access: { has: (t) => "now" in t, set: (t, i) => {
|
|
188
|
+
t.now = i;
|
|
189
|
+
} }, metadata: e }, null, s), e && Object.defineProperty(r, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: e });
|
|
190
|
+
})(), r.elementName = "sbb-journey-summary", r.styles = [J, at], r;
|
|
190
191
|
})();
|
|
191
192
|
export {
|
|
192
|
-
|
|
193
|
+
$t as SbbJourneySummaryElement
|
|
193
194
|
};
|
package/journey-summary.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { SbbJourneySummaryElement as
|
|
1
|
+
import { SbbJourneySummaryElement as e } from "./journey-summary/journey-summary.component.js";
|
|
2
|
+
e.define();
|
|
2
3
|
export {
|
|
3
|
-
|
|
4
|
+
e as SbbJourneySummaryElement
|
|
4
5
|
};
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-experimental-dev",
|
|
3
|
-
"version": "4.7.0-dev.
|
|
3
|
+
"version": "4.7.0-dev.1773159924",
|
|
4
4
|
"description": "Lyne Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
9
|
"storybook",
|
|
10
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/c211ee45af3b0e94db7c5001080067742954f635"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|
|
@@ -39,6 +39,11 @@
|
|
|
39
39
|
"development": "./development/autocomplete-grid.js",
|
|
40
40
|
"default": "./autocomplete-grid.js"
|
|
41
41
|
},
|
|
42
|
+
"./autocomplete-grid.pure.js": {
|
|
43
|
+
"types": "./development/autocomplete-grid.pure.d.ts",
|
|
44
|
+
"development": "./development/autocomplete-grid.pure.js",
|
|
45
|
+
"default": "./autocomplete-grid.pure.js"
|
|
46
|
+
},
|
|
42
47
|
"./autocomplete-grid/autocomplete-grid.js": {
|
|
43
48
|
"types": "./development/autocomplete-grid/autocomplete-grid.d.ts",
|
|
44
49
|
"development": "./development/autocomplete-grid/autocomplete-grid.js",
|
|
@@ -84,6 +89,11 @@
|
|
|
84
89
|
"development": "./development/journey-summary.js",
|
|
85
90
|
"default": "./journey-summary.js"
|
|
86
91
|
},
|
|
92
|
+
"./journey-summary.pure.js": {
|
|
93
|
+
"types": "./development/journey-summary.pure.d.ts",
|
|
94
|
+
"development": "./development/journey-summary.pure.js",
|
|
95
|
+
"default": "./journey-summary.pure.js"
|
|
96
|
+
},
|
|
87
97
|
"./pearl-chain.js": {
|
|
88
98
|
"types": "./development/pearl-chain.d.ts",
|
|
89
99
|
"development": "./development/pearl-chain.js",
|
|
@@ -94,6 +104,11 @@
|
|
|
94
104
|
"development": "./development/pearl-chain-time.js",
|
|
95
105
|
"default": "./pearl-chain-time.js"
|
|
96
106
|
},
|
|
107
|
+
"./pearl-chain-time.pure.js": {
|
|
108
|
+
"types": "./development/pearl-chain-time.pure.d.ts",
|
|
109
|
+
"development": "./development/pearl-chain-time.pure.js",
|
|
110
|
+
"default": "./pearl-chain-time.pure.js"
|
|
111
|
+
},
|
|
97
112
|
"./pearl-chain-vertical.js": {
|
|
98
113
|
"types": "./development/pearl-chain-vertical.d.ts",
|
|
99
114
|
"development": "./development/pearl-chain-vertical.js",
|
|
@@ -104,11 +119,31 @@
|
|
|
104
119
|
"development": "./development/pearl-chain-vertical-item.js",
|
|
105
120
|
"default": "./pearl-chain-vertical-item.js"
|
|
106
121
|
},
|
|
122
|
+
"./pearl-chain-vertical-item.pure.js": {
|
|
123
|
+
"types": "./development/pearl-chain-vertical-item.pure.d.ts",
|
|
124
|
+
"development": "./development/pearl-chain-vertical-item.pure.js",
|
|
125
|
+
"default": "./pearl-chain-vertical-item.pure.js"
|
|
126
|
+
},
|
|
127
|
+
"./pearl-chain-vertical.pure.js": {
|
|
128
|
+
"types": "./development/pearl-chain-vertical.pure.d.ts",
|
|
129
|
+
"development": "./development/pearl-chain-vertical.pure.js",
|
|
130
|
+
"default": "./pearl-chain-vertical.pure.js"
|
|
131
|
+
},
|
|
132
|
+
"./pearl-chain.pure.js": {
|
|
133
|
+
"types": "./development/pearl-chain.pure.d.ts",
|
|
134
|
+
"development": "./development/pearl-chain.pure.js",
|
|
135
|
+
"default": "./pearl-chain.pure.js"
|
|
136
|
+
},
|
|
107
137
|
"./seat-reservation.js": {
|
|
108
138
|
"types": "./development/seat-reservation.d.ts",
|
|
109
139
|
"development": "./development/seat-reservation.js",
|
|
110
140
|
"default": "./seat-reservation.js"
|
|
111
141
|
},
|
|
142
|
+
"./seat-reservation.pure.js": {
|
|
143
|
+
"types": "./development/seat-reservation.pure.d.ts",
|
|
144
|
+
"development": "./development/seat-reservation.pure.js",
|
|
145
|
+
"default": "./seat-reservation.pure.js"
|
|
146
|
+
},
|
|
112
147
|
"./seat-reservation/common.js": {
|
|
113
148
|
"types": "./development/seat-reservation/common.d.ts",
|
|
114
149
|
"development": "./development/seat-reservation/common.js",
|
|
@@ -154,10 +189,20 @@
|
|
|
154
189
|
"development": "./development/timetable-duration.js",
|
|
155
190
|
"default": "./timetable-duration.js"
|
|
156
191
|
},
|
|
192
|
+
"./timetable-duration.pure.js": {
|
|
193
|
+
"types": "./development/timetable-duration.pure.d.ts",
|
|
194
|
+
"development": "./development/timetable-duration.pure.js",
|
|
195
|
+
"default": "./timetable-duration.pure.js"
|
|
196
|
+
},
|
|
157
197
|
"./timetable-row.js": {
|
|
158
198
|
"types": "./development/timetable-row.d.ts",
|
|
159
199
|
"development": "./development/timetable-row.js",
|
|
160
200
|
"default": "./timetable-row.js"
|
|
201
|
+
},
|
|
202
|
+
"./timetable-row.pure.js": {
|
|
203
|
+
"types": "./development/timetable-row.pure.d.ts",
|
|
204
|
+
"development": "./development/timetable-row.pure.js",
|
|
205
|
+
"default": "./timetable-row.pure.js"
|
|
161
206
|
}
|
|
162
207
|
},
|
|
163
208
|
"customElements": "custom-elements.json",
|