@sbb-esta/lyne-react-experimental-dev 4.7.0-dev.1773389007 → 4.7.0-dev.1773393180
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 +9 -9
- package/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +10 -10
- package/autocomplete-grid/autocomplete-grid-button.js +6 -5
- package/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +9 -9
- package/autocomplete-grid/autocomplete-grid-cell.js +6 -5
- package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +10 -10
- package/autocomplete-grid/autocomplete-grid-optgroup.js +6 -5
- package/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +10 -10
- package/autocomplete-grid/autocomplete-grid-option.js +6 -5
- package/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +9 -9
- package/autocomplete-grid/autocomplete-grid-row.js +6 -5
- package/autocomplete-grid/autocomplete-grid.js +6 -5
- package/autocomplete-grid.js +13 -6
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +9 -10
- package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +9 -10
- package/development/autocomplete-grid/autocomplete-grid-button.js +4 -5
- package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +9 -10
- package/development/autocomplete-grid/autocomplete-grid-cell.js +4 -5
- package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +9 -10
- package/development/autocomplete-grid/autocomplete-grid-optgroup.js +4 -5
- package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +9 -10
- package/development/autocomplete-grid/autocomplete-grid-option.js +4 -5
- package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +9 -10
- package/development/autocomplete-grid/autocomplete-grid-row.js +4 -5
- package/development/autocomplete-grid/autocomplete-grid.js +4 -5
- package/development/autocomplete-grid.js +9 -1
- package/development/journey-summary/journey-summary.component.js +8 -9
- package/development/journey-summary.js +4 -1
- package/development/pearl-chain/pearl-chain.component.js +9 -10
- package/development/pearl-chain-time/pearl-chain-time.component.js +9 -10
- package/development/pearl-chain-time.js +4 -1
- package/development/pearl-chain-vertical/pearl-chain-vertical.component.js +9 -10
- package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.component.js +9 -10
- package/development/pearl-chain-vertical-item.js +4 -1
- package/development/pearl-chain-vertical.js +4 -1
- package/development/pearl-chain.js +4 -1
- package/development/seat-reservation/seat-reservation/seat-reservation.component.js +13 -14
- package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +9 -10
- package/development/seat-reservation/seat-reservation-area.js +4 -5
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +9 -10
- package/development/seat-reservation/seat-reservation-graphic.js +4 -5
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +13 -14
- package/development/seat-reservation/seat-reservation-navigation-coach.js +4 -5
- package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +9 -10
- package/development/seat-reservation/seat-reservation-navigation-services.js +4 -5
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +12 -11
- package/development/seat-reservation/seat-reservation-place-control.js +4 -5
- package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +9 -10
- package/development/seat-reservation/seat-reservation-scoped.js +4 -5
- package/development/seat-reservation/seat-reservation.js +4 -5
- package/development/seat-reservation.js +10 -1
- package/development/timetable-duration/timetable-duration.component.js +9 -10
- package/development/timetable-duration.js +4 -1
- package/development/timetable-row/timetable-row.component.js +9 -10
- package/development/timetable-row.js +4 -1
- package/journey-summary/journey-summary.component.js +10 -10
- package/journey-summary.js +4 -2
- package/package.json +2 -2
- package/pearl-chain/pearl-chain.component.js +9 -9
- package/pearl-chain-time/pearl-chain-time.component.js +9 -9
- package/pearl-chain-time.js +4 -2
- package/pearl-chain-vertical/pearl-chain-vertical.component.js +9 -9
- package/pearl-chain-vertical-item/pearl-chain-vertical-item.component.js +9 -9
- package/pearl-chain-vertical-item.js +4 -2
- package/pearl-chain-vertical.js +3 -1
- package/pearl-chain.js +4 -2
- package/seat-reservation/seat-reservation/seat-reservation.component.js +13 -13
- package/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +9 -9
- package/seat-reservation/seat-reservation-area.js +6 -5
- package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +9 -9
- package/seat-reservation/seat-reservation-graphic.js +6 -5
- package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +14 -14
- package/seat-reservation/seat-reservation-navigation-coach.js +6 -5
- package/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +9 -9
- package/seat-reservation/seat-reservation-navigation-services.js +6 -5
- package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +12 -10
- package/seat-reservation/seat-reservation-place-control.js +6 -5
- package/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +9 -9
- package/seat-reservation/seat-reservation-scoped.js +6 -5
- package/seat-reservation/seat-reservation.js +6 -5
- package/seat-reservation.js +16 -8
- package/timetable-duration/timetable-duration.component.js +10 -10
- package/timetable-duration.js +4 -2
- package/timetable-row/timetable-row.component.js +9 -9
- package/timetable-row.js +4 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
react: t
|
|
2
|
+
import { SbbPearlChainElement as r } from "@sbb-esta/lyne-elements-experimental/pearl-chain.js";
|
|
3
|
+
import a from "react";
|
|
4
|
+
const n = e({
|
|
5
|
+
tagName: "sbb-pearl-chain",
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: a
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
export {
|
|
10
|
+
n as SbbPearlChain
|
|
11
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
react: t
|
|
2
|
+
import { SbbPearlChainTimeElement as m } from "@sbb-esta/lyne-elements-experimental/pearl-chain-time.js";
|
|
3
|
+
import r from "react";
|
|
4
|
+
const i = e({
|
|
5
|
+
tagName: "sbb-pearl-chain-time",
|
|
6
|
+
elementClass: m,
|
|
7
|
+
react: r
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
export {
|
|
10
|
+
i as SbbPearlChainTime
|
|
11
|
+
};
|
package/pearl-chain-time.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
react: t
|
|
2
|
+
import { SbbPearlChainVerticalElement as r } from "@sbb-esta/lyne-elements-experimental/pearl-chain-vertical.js";
|
|
3
|
+
import a from "react";
|
|
4
|
+
const i = e({
|
|
5
|
+
tagName: "sbb-pearl-chain-vertical",
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: a
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
export {
|
|
10
|
+
i as SbbPearlChainVertical
|
|
11
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
-
import t from "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
react: t
|
|
2
|
+
import { SbbPearlChainVerticalItemElement as t } from "@sbb-esta/lyne-elements-experimental/pearl-chain-vertical-item.js";
|
|
3
|
+
import r from "react";
|
|
4
|
+
const o = e({
|
|
5
|
+
tagName: "sbb-pearl-chain-vertical-item",
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: r
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
export {
|
|
10
|
+
o as SbbPearlChainVerticalItem
|
|
11
|
+
};
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
import { SbbPearlChainVerticalItem as
|
|
2
|
-
export {
|
|
1
|
+
import { SbbPearlChainVerticalItem as a } from "./pearl-chain-vertical-item/pearl-chain-vertical-item.component.js";
|
|
2
|
+
export {
|
|
3
|
+
a as SbbPearlChainVerticalItem
|
|
4
|
+
};
|
package/pearl-chain-vertical.js
CHANGED
package/pearl-chain.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { createComponent as e } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
-
import t from "
|
|
3
|
-
import { SbbSeatReservationElement as n } from "@sbb-esta/lyne-elements-experimental/seat-reservation.js";
|
|
2
|
+
import { SbbSeatReservationElement as t } from "@sbb-esta/lyne-elements-experimental/seat-reservation.js";
|
|
4
3
|
import "@sbb-esta/lyne-elements-experimental/seat-reservation/common.js";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
4
|
+
import o from "react";
|
|
5
|
+
const m = e({
|
|
6
|
+
tagName: "sbb-seat-reservation",
|
|
7
|
+
elementClass: t,
|
|
8
|
+
react: o,
|
|
9
|
+
events: {
|
|
10
|
+
onSelectedplaces: "selectedplaces",
|
|
11
|
+
onSelectedcoach: "selectedcoach"
|
|
12
|
+
}
|
|
14
13
|
});
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
export {
|
|
15
|
+
m as SbbSeatReservation
|
|
16
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
-
import t from "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
react: t
|
|
2
|
+
import { SbbSeatReservationAreaElement as t } from "@sbb-esta/lyne-elements-experimental/seat-reservation.js";
|
|
3
|
+
import r from "react";
|
|
4
|
+
const n = e({
|
|
5
|
+
tagName: "sbb-seat-reservation-area",
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: r
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
export {
|
|
10
|
+
n as SbbSeatReservationArea
|
|
11
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { SbbSeatReservationArea as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { SbbSeatReservationArea as t } from "./seat-reservation-area/seat-reservation-area.component.js";
|
|
2
|
+
console.warn(`The entrypoint '@sbb-esta/react-experimental/seat-reservation/seat-reservation-area.js' has been deprecated.
|
|
3
|
+
Use '@sbb-esta/react-experimental/seat-reservation.js' instead.`);
|
|
4
|
+
export {
|
|
5
|
+
t as SbbSeatReservationArea
|
|
6
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
-
import t from "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
react: t
|
|
2
|
+
import { SbbSeatReservationGraphicElement as t } from "@sbb-esta/lyne-elements-experimental/seat-reservation.js";
|
|
3
|
+
import r from "react";
|
|
4
|
+
const i = e({
|
|
5
|
+
tagName: "sbb-seat-reservation-graphic",
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: r
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
export {
|
|
10
|
+
i as SbbSeatReservationGraphic
|
|
11
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { SbbSeatReservationGraphic as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { SbbSeatReservationGraphic as t } from "./seat-reservation-graphic/seat-reservation-graphic.component.js";
|
|
2
|
+
console.warn(`The entrypoint '@sbb-esta/react-experimental/seat-reservation/seat-reservation-graphic.js' has been deprecated.
|
|
3
|
+
Use '@sbb-esta/react-experimental/seat-reservation.js' instead.`);
|
|
4
|
+
export {
|
|
5
|
+
t as SbbSeatReservationGraphic
|
|
6
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { createComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
1
|
+
import { createComponent as o } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
+
import { SbbSeatReservationNavigationCoachElement as e } from "@sbb-esta/lyne-elements-experimental/seat-reservation.js";
|
|
3
|
+
import a from "react";
|
|
4
|
+
const r = o({
|
|
5
|
+
tagName: "sbb-seat-reservation-navigation-coach",
|
|
6
|
+
elementClass: e,
|
|
7
|
+
react: a,
|
|
8
|
+
events: {
|
|
9
|
+
onFocuscoach: "focuscoach",
|
|
10
|
+
onSelectcoach: "selectcoach"
|
|
11
|
+
}
|
|
13
12
|
});
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
export {
|
|
14
|
+
r as SbbSeatReservationNavigationCoach
|
|
15
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { SbbSeatReservationNavigationCoach as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { SbbSeatReservationNavigationCoach as t } from "./seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js";
|
|
2
|
+
console.warn(`The entrypoint '@sbb-esta/react-experimental/seat-reservation/seat-reservation-navigation-coach.js' has been deprecated.
|
|
3
|
+
Use '@sbb-esta/react-experimental/seat-reservation.js' instead.`);
|
|
4
|
+
export {
|
|
5
|
+
t as SbbSeatReservationNavigationCoach
|
|
6
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
-
import t from "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
react: t
|
|
2
|
+
import { SbbSeatReservationNavigationServicesElement as t } from "@sbb-esta/lyne-elements-experimental/seat-reservation.js";
|
|
3
|
+
import a from "react";
|
|
4
|
+
const n = e({
|
|
5
|
+
tagName: "sbb-seat-reservation-navigation-services",
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: a
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
export {
|
|
10
|
+
n as SbbSeatReservationNavigationServices
|
|
11
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { SbbSeatReservationNavigationServices as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { SbbSeatReservationNavigationServices as t } from "./seat-reservation-navigation-services/seat-reservation-navigation-services.component.js";
|
|
2
|
+
console.warn(`The entrypoint '@sbb-esta/react-experimental/seat-reservation/seat-reservation-navigation-services.js' has been deprecated.
|
|
3
|
+
Use '@sbb-esta/react-experimental/seat-reservation.js' instead.`);
|
|
4
|
+
export {
|
|
5
|
+
t as SbbSeatReservationNavigationServices
|
|
6
|
+
};
|
package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { createComponent as e } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
-
import t from "
|
|
3
|
-
import { SbbSeatReservationPlaceControlElement as n } from "@sbb-esta/lyne-elements-experimental/seat-reservation.js";
|
|
2
|
+
import { SbbSeatReservationPlaceControlElement as t } from "@sbb-esta/lyne-elements-experimental/seat-reservation.js";
|
|
4
3
|
import "@sbb-esta/lyne-elements-experimental/seat-reservation/common.js";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
import o from "react";
|
|
5
|
+
const c = e({
|
|
6
|
+
tagName: "sbb-seat-reservation-place-control",
|
|
7
|
+
elementClass: t,
|
|
8
|
+
react: o,
|
|
9
|
+
events: {
|
|
10
|
+
onSelectplace: "selectplace"
|
|
11
|
+
}
|
|
11
12
|
});
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
export {
|
|
14
|
+
c as SbbSeatReservationPlaceControl
|
|
15
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { SbbSeatReservationPlaceControl as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { SbbSeatReservationPlaceControl as a } from "./seat-reservation-place-control/seat-reservation-place-control.component.js";
|
|
2
|
+
console.warn(`The entrypoint '@sbb-esta/react-experimental/seat-reservation/seat-reservation-place-control.js' has been deprecated.
|
|
3
|
+
Use '@sbb-esta/react-experimental/seat-reservation.js' instead.`);
|
|
4
|
+
export {
|
|
5
|
+
a as SbbSeatReservationPlaceControl
|
|
6
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
-
import t from "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
react: t
|
|
2
|
+
import { SbbSeatReservationScopedElement as t } from "@sbb-esta/lyne-elements-experimental/seat-reservation.js";
|
|
3
|
+
import o from "react";
|
|
4
|
+
const s = e({
|
|
5
|
+
tagName: "sbb-seat-reservation-scoped",
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: o
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
export {
|
|
10
|
+
s as SbbSeatReservationScoped
|
|
11
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { SbbSeatReservationScoped as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { SbbSeatReservationScoped as a } from "./seat-reservation-scoped/seat-reservation-scoped.component.js";
|
|
2
|
+
console.warn(`The entrypoint '@sbb-esta/react-experimental/seat-reservation/seat-reservation-scoped.js' has been deprecated.
|
|
3
|
+
Use '@sbb-esta/react-experimental/seat-reservation.js' instead.`);
|
|
4
|
+
export {
|
|
5
|
+
a as SbbSeatReservationScoped
|
|
6
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { SbbSeatReservation as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { SbbSeatReservation as a } from "./seat-reservation/seat-reservation.component.js";
|
|
2
|
+
console.warn(`The entrypoint '@sbb-esta/react-experimental/seat-reservation/seat-reservation.js' has been deprecated.
|
|
3
|
+
Use '@sbb-esta/react-experimental/seat-reservation.js' instead.`);
|
|
4
|
+
export {
|
|
5
|
+
a as SbbSeatReservation
|
|
6
|
+
};
|
package/seat-reservation.js
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
import { SbbSeatReservation as
|
|
2
|
-
import { SbbSeatReservationArea as
|
|
3
|
-
import { SbbSeatReservationGraphic as
|
|
4
|
-
import { SbbSeatReservationNavigationCoach as
|
|
5
|
-
import { SbbSeatReservationNavigationServices as
|
|
6
|
-
import { SbbSeatReservationPlaceControl as
|
|
7
|
-
import { SbbSeatReservationScoped as
|
|
8
|
-
export {
|
|
1
|
+
import { SbbSeatReservation as r } from "./seat-reservation/seat-reservation/seat-reservation.component.js";
|
|
2
|
+
import { SbbSeatReservationArea as a } from "./seat-reservation/seat-reservation-area/seat-reservation-area.component.js";
|
|
3
|
+
import { SbbSeatReservationGraphic as b } from "./seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js";
|
|
4
|
+
import { SbbSeatReservationNavigationCoach as n } from "./seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js";
|
|
5
|
+
import { SbbSeatReservationNavigationServices as p } from "./seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js";
|
|
6
|
+
import { SbbSeatReservationPlaceControl as f } from "./seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js";
|
|
7
|
+
import { SbbSeatReservationScoped as x } from "./seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js";
|
|
8
|
+
export {
|
|
9
|
+
r as SbbSeatReservation,
|
|
10
|
+
a as SbbSeatReservationArea,
|
|
11
|
+
b as SbbSeatReservationGraphic,
|
|
12
|
+
n as SbbSeatReservationNavigationCoach,
|
|
13
|
+
p as SbbSeatReservationNavigationServices,
|
|
14
|
+
f as SbbSeatReservationPlaceControl,
|
|
15
|
+
x as SbbSeatReservationScoped
|
|
16
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { createComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
react: t
|
|
1
|
+
import { createComponent as t } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
+
import { SbbTimetableDurationElement as e } from "@sbb-esta/lyne-elements-experimental/timetable-duration.js";
|
|
3
|
+
import m from "react";
|
|
4
|
+
const b = t({
|
|
5
|
+
tagName: "sbb-timetable-duration",
|
|
6
|
+
elementClass: e,
|
|
7
|
+
react: m
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
export {
|
|
10
|
+
b as SbbTimetableDuration
|
|
11
|
+
};
|
package/timetable-duration.js
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
import { SbbTimetableDuration as
|
|
2
|
-
export {
|
|
1
|
+
import { SbbTimetableDuration as o } from "./timetable-duration/timetable-duration.component.js";
|
|
2
|
+
export {
|
|
3
|
+
o as SbbTimetableDuration
|
|
4
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "@sbb-esta/lyne-react/core.js";
|
|
2
|
-
import t from "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
react: t
|
|
2
|
+
import { SbbTimetableRowElement as t } from "@sbb-esta/lyne-elements-experimental/timetable-row.js";
|
|
3
|
+
import m from "react";
|
|
4
|
+
const a = e({
|
|
5
|
+
tagName: "sbb-timetable-row",
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: m
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
export {
|
|
10
|
+
a as SbbTimetableRow
|
|
11
|
+
};
|
package/timetable-row.js
CHANGED