@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.
Files changed (230) hide show
  1. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +74 -82
  2. package/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +9 -10
  3. package/autocomplete-grid/autocomplete-grid-button.js +5 -2
  4. package/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +11 -19
  5. package/autocomplete-grid/autocomplete-grid-cell.js +5 -2
  6. package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +20 -27
  7. package/autocomplete-grid/autocomplete-grid-optgroup.js +5 -2
  8. package/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +30 -38
  9. package/autocomplete-grid/autocomplete-grid-option.js +5 -1
  10. package/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +16 -22
  11. package/autocomplete-grid/autocomplete-grid-row.js +5 -2
  12. package/autocomplete-grid/autocomplete-grid.js +5 -2
  13. package/autocomplete-grid.js +20 -13
  14. package/autocomplete-grid.pure.js +15 -0
  15. package/custom-elements.json +486 -261
  16. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +2 -1
  17. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
  18. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +109 -122
  19. package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts +3 -2
  20. package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts.map +1 -1
  21. package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +3 -4
  22. package/development/autocomplete-grid/autocomplete-grid-button.d.ts +0 -3
  23. package/development/autocomplete-grid/autocomplete-grid-button.d.ts.map +1 -1
  24. package/development/autocomplete-grid/autocomplete-grid-button.js +4 -1
  25. package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts +4 -4
  26. package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts.map +1 -1
  27. package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +12 -24
  28. package/development/autocomplete-grid/autocomplete-grid-cell.d.ts +0 -3
  29. package/development/autocomplete-grid/autocomplete-grid-cell.d.ts.map +1 -1
  30. package/development/autocomplete-grid/autocomplete-grid-cell.js +4 -1
  31. package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts +3 -2
  32. package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts.map +1 -1
  33. package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +21 -36
  34. package/development/autocomplete-grid/autocomplete-grid-optgroup.d.ts +0 -3
  35. package/development/autocomplete-grid/autocomplete-grid-optgroup.d.ts.map +1 -1
  36. package/development/autocomplete-grid/autocomplete-grid-optgroup.js +4 -1
  37. package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts +1 -0
  38. package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts.map +1 -1
  39. package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +32 -44
  40. package/development/autocomplete-grid/autocomplete-grid-option.d.ts +0 -3
  41. package/development/autocomplete-grid/autocomplete-grid-option.d.ts.map +1 -1
  42. package/development/autocomplete-grid/autocomplete-grid-option.js +6 -2
  43. package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts +4 -4
  44. package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts.map +1 -1
  45. package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +16 -28
  46. package/development/autocomplete-grid/autocomplete-grid-row.d.ts +0 -3
  47. package/development/autocomplete-grid/autocomplete-grid-row.d.ts.map +1 -1
  48. package/development/autocomplete-grid/autocomplete-grid-row.js +4 -1
  49. package/development/autocomplete-grid/autocomplete-grid.d.ts +0 -3
  50. package/development/autocomplete-grid/autocomplete-grid.d.ts.map +1 -1
  51. package/development/autocomplete-grid/autocomplete-grid.js +4 -1
  52. package/development/autocomplete-grid.d.ts +1 -9
  53. package/development/autocomplete-grid.d.ts.map +1 -1
  54. package/development/autocomplete-grid.js +10 -3
  55. package/development/autocomplete-grid.pure.d.ts +8 -0
  56. package/development/autocomplete-grid.pure.d.ts.map +1 -0
  57. package/development/autocomplete-grid.pure.js +16 -0
  58. package/development/core/datetime.d.ts +1 -3
  59. package/development/core/datetime.d.ts.map +1 -1
  60. package/development/core/timetable/timetable-properties.d.ts +30 -30
  61. package/development/core/timetable/timetable-properties.d.ts.map +1 -1
  62. package/development/core/timetable.d.ts +1 -3
  63. package/development/core/timetable.d.ts.map +1 -1
  64. package/development/journey-summary/journey-summary.component.d.ts +4 -2
  65. package/development/journey-summary/journey-summary.component.d.ts.map +1 -1
  66. package/development/journey-summary/journey-summary.component.js +9 -15
  67. package/development/journey-summary.d.ts +1 -4
  68. package/development/journey-summary.d.ts.map +1 -1
  69. package/development/journey-summary.js +2 -1
  70. package/development/journey-summary.pure.d.ts +3 -0
  71. package/development/journey-summary.pure.d.ts.map +1 -0
  72. package/development/journey-summary.pure.js +5 -0
  73. package/development/pearl-chain/pearl-chain.component.d.ts +4 -2
  74. package/development/pearl-chain/pearl-chain.component.d.ts.map +1 -1
  75. package/development/pearl-chain/pearl-chain.component.js +9 -15
  76. package/development/pearl-chain-time/pearl-chain-time.component.d.ts +4 -2
  77. package/development/pearl-chain-time/pearl-chain-time.component.d.ts.map +1 -1
  78. package/development/pearl-chain-time/pearl-chain-time.component.js +9 -15
  79. package/development/pearl-chain-time.d.ts +1 -4
  80. package/development/pearl-chain-time.d.ts.map +1 -1
  81. package/development/pearl-chain-time.js +2 -1
  82. package/development/pearl-chain-time.pure.d.ts +3 -0
  83. package/development/pearl-chain-time.pure.d.ts.map +1 -0
  84. package/development/pearl-chain-time.pure.js +5 -0
  85. package/development/pearl-chain-vertical/pearl-chain-vertical.component.d.ts +4 -2
  86. package/development/pearl-chain-vertical/pearl-chain-vertical.component.d.ts.map +1 -1
  87. package/development/pearl-chain-vertical/pearl-chain-vertical.component.js +11 -23
  88. package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.component.d.ts +4 -2
  89. package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.component.d.ts.map +1 -1
  90. package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.component.js +9 -15
  91. package/development/pearl-chain-vertical-item.d.ts +1 -4
  92. package/development/pearl-chain-vertical-item.d.ts.map +1 -1
  93. package/development/pearl-chain-vertical-item.js +2 -1
  94. package/development/pearl-chain-vertical-item.pure.d.ts +3 -0
  95. package/development/pearl-chain-vertical-item.pure.d.ts.map +1 -0
  96. package/development/pearl-chain-vertical-item.pure.js +5 -0
  97. package/development/pearl-chain-vertical.d.ts +1 -4
  98. package/development/pearl-chain-vertical.d.ts.map +1 -1
  99. package/development/pearl-chain-vertical.js +2 -1
  100. package/development/pearl-chain-vertical.pure.d.ts +3 -0
  101. package/development/pearl-chain-vertical.pure.d.ts.map +1 -0
  102. package/development/pearl-chain-vertical.pure.js +5 -0
  103. package/development/pearl-chain.d.ts +1 -4
  104. package/development/pearl-chain.d.ts.map +1 -1
  105. package/development/pearl-chain.js +2 -1
  106. package/development/pearl-chain.pure.d.ts +3 -0
  107. package/development/pearl-chain.pure.d.ts.map +1 -0
  108. package/development/pearl-chain.pure.js +5 -0
  109. package/development/seat-reservation/common/mapper/icon-mapper.d.ts +2 -2
  110. package/development/seat-reservation/common/mapper/icon-mapper.d.ts.map +1 -1
  111. package/development/seat-reservation/common/mapper/icon-mapper.js +1 -1
  112. package/development/seat-reservation/common/types.d.ts +22 -22
  113. package/development/seat-reservation/common/types.d.ts.map +1 -1
  114. package/development/seat-reservation/common.d.ts +1 -3
  115. package/development/seat-reservation/common.d.ts.map +1 -1
  116. package/development/seat-reservation/common.js +3 -1
  117. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +4 -3
  118. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  119. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +4 -3
  120. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts +1 -0
  121. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  122. package/development/seat-reservation/seat-reservation/seat-reservation.component.js +344 -352
  123. package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.d.ts +4 -2
  124. package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.d.ts.map +1 -1
  125. package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +9 -15
  126. package/development/seat-reservation/seat-reservation-area.d.ts +0 -3
  127. package/development/seat-reservation/seat-reservation-area.d.ts.map +1 -1
  128. package/development/seat-reservation/seat-reservation-area.js +4 -1
  129. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.d.ts.map +1 -1
  130. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +6 -4
  131. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts +4 -2
  132. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts.map +1 -1
  133. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +11 -16
  134. package/development/seat-reservation/seat-reservation-graphic.d.ts +0 -3
  135. package/development/seat-reservation/seat-reservation-graphic.d.ts.map +1 -1
  136. package/development/seat-reservation/seat-reservation-graphic.js +4 -1
  137. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +5 -3
  138. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
  139. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +12 -17
  140. package/development/seat-reservation/seat-reservation-navigation-coach.d.ts +0 -3
  141. package/development/seat-reservation/seat-reservation-navigation-coach.d.ts.map +1 -1
  142. package/development/seat-reservation/seat-reservation-navigation-coach.js +4 -1
  143. package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.d.ts +4 -2
  144. package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.d.ts.map +1 -1
  145. package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +12 -17
  146. package/development/seat-reservation/seat-reservation-navigation-services.d.ts +0 -3
  147. package/development/seat-reservation/seat-reservation-navigation-services.d.ts.map +1 -1
  148. package/development/seat-reservation/seat-reservation-navigation-services.js +4 -1
  149. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +2 -1
  150. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts.map +1 -1
  151. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +10 -16
  152. package/development/seat-reservation/seat-reservation-place-control.d.ts +0 -3
  153. package/development/seat-reservation/seat-reservation-place-control.d.ts.map +1 -1
  154. package/development/seat-reservation/seat-reservation-place-control.js +4 -1
  155. package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts +4 -2
  156. package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts.map +1 -1
  157. package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +11 -23
  158. package/development/seat-reservation/seat-reservation-scoped.d.ts +0 -3
  159. package/development/seat-reservation/seat-reservation-scoped.d.ts.map +1 -1
  160. package/development/seat-reservation/seat-reservation-scoped.js +4 -1
  161. package/development/seat-reservation/seat-reservation.d.ts +0 -3
  162. package/development/seat-reservation/seat-reservation.d.ts.map +1 -1
  163. package/development/seat-reservation/seat-reservation.js +4 -1
  164. package/development/seat-reservation.d.ts +1 -11
  165. package/development/seat-reservation.d.ts.map +1 -1
  166. package/development/seat-reservation.js +13 -3
  167. package/development/seat-reservation.pure.d.ts +15 -0
  168. package/development/seat-reservation.pure.d.ts.map +1 -0
  169. package/development/seat-reservation.pure.js +33 -0
  170. package/development/timetable-duration/timetable-duration.component.d.ts +4 -2
  171. package/development/timetable-duration/timetable-duration.component.d.ts.map +1 -1
  172. package/development/timetable-duration/timetable-duration.component.js +9 -15
  173. package/development/timetable-duration.d.ts +1 -4
  174. package/development/timetable-duration.d.ts.map +1 -1
  175. package/development/timetable-duration.js +2 -1
  176. package/development/timetable-duration.pure.d.ts +3 -0
  177. package/development/timetable-duration.pure.d.ts.map +1 -0
  178. package/development/timetable-duration.pure.js +5 -0
  179. package/development/timetable-row/timetable-row.component.d.ts +4 -2
  180. package/development/timetable-row/timetable-row.component.d.ts.map +1 -1
  181. package/development/timetable-row/timetable-row.component.js +9 -15
  182. package/development/timetable-row.d.ts +1 -4
  183. package/development/timetable-row.d.ts.map +1 -1
  184. package/development/timetable-row.js +4 -2
  185. package/development/timetable-row.pure.d.ts +3 -0
  186. package/development/timetable-row.pure.d.ts.map +1 -0
  187. package/development/timetable-row.pure.js +12 -0
  188. package/index.d.ts +9 -20
  189. package/index.js +9 -20
  190. package/journey-summary/journey-summary.component.js +88 -87
  191. package/journey-summary.js +3 -2
  192. package/journey-summary.pure.js +4 -0
  193. package/package.json +47 -2
  194. package/pearl-chain/pearl-chain.component.js +74 -73
  195. package/pearl-chain-time/pearl-chain-time.component.js +64 -63
  196. package/pearl-chain-time.js +3 -2
  197. package/pearl-chain-time.pure.js +4 -0
  198. package/pearl-chain-vertical/pearl-chain-vertical.component.js +11 -18
  199. package/pearl-chain-vertical-item/pearl-chain-vertical-item.component.js +39 -38
  200. package/pearl-chain-vertical-item.js +3 -2
  201. package/pearl-chain-vertical-item.pure.js +4 -0
  202. package/pearl-chain-vertical.js +3 -2
  203. package/pearl-chain-vertical.pure.js +4 -0
  204. package/pearl-chain.js +3 -2
  205. package/pearl-chain.pure.js +4 -0
  206. package/seat-reservation/common.js +10 -8
  207. package/seat-reservation/seat-reservation/seat-reservation-base-element.js +4 -3
  208. package/seat-reservation/seat-reservation/seat-reservation.component.js +261 -263
  209. package/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +32 -31
  210. package/seat-reservation/seat-reservation-area.js +5 -2
  211. package/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +18 -16
  212. package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +42 -40
  213. package/seat-reservation/seat-reservation-graphic.js +5 -2
  214. package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +117 -115
  215. package/seat-reservation/seat-reservation-navigation-coach.js +5 -2
  216. package/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +53 -51
  217. package/seat-reservation/seat-reservation-navigation-services.js +5 -2
  218. package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +79 -78
  219. package/seat-reservation/seat-reservation-place-control.js +5 -2
  220. package/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +11 -18
  221. package/seat-reservation/seat-reservation-scoped.js +5 -2
  222. package/seat-reservation/seat-reservation.js +5 -2
  223. package/seat-reservation.js +37 -27
  224. package/seat-reservation.pure.js +32 -0
  225. package/timetable-duration/timetable-duration.component.js +29 -28
  226. package/timetable-duration.js +3 -2
  227. package/timetable-duration.pure.js +4 -0
  228. package/timetable-row/timetable-row.component.js +152 -151
  229. package/timetable-row.js +11 -9
  230. package/timetable-row.pure.js +11 -0
package/index.d.ts CHANGED
@@ -1,23 +1,12 @@
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";
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 { 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";
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 K = (i) => {
2
- throw TypeError(i);
1
+ var G = (a) => {
2
+ throw TypeError(a);
3
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";
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 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";
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 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 {
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
- 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);
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 u(this, y);
39
+ return h(this, _);
39
40
  }
40
41
  set trip(e) {
41
- l(this, y, e);
42
+ n(this, _, e);
42
43
  }
43
44
  /** The tripBack prop */
44
45
  get tripBack() {
45
- return u(this, v);
46
+ return h(this, y);
46
47
  }
47
48
  set tripBack(e) {
48
- l(this, v, e);
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 u(this, f);
55
+ return h(this, f);
55
56
  }
56
57
  set roundTrip(e) {
57
- l(this, f, e);
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 u(this, g);
62
+ return h(this, v);
62
63
  }
63
64
  set headerLevel(e) {
64
- l(this, g, e);
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 u(this, k);
72
+ return h(this, g);
72
73
  }
73
74
  set disableAnimation(e) {
74
- l(this, k, e);
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 u(this, $);
84
+ return h(this, k);
84
85
  }
85
86
  set a11yFootpath(e) {
86
- l(this, $, e);
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 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>
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
- ${tt[this._language.current]} ${h.long}
111
+ ${Z[this._language.current]} ${p.long}
111
112
  </sbb-screen-reader-only>
112
- <span aria-hidden="true">${h.short}</span>
113
- </time>` : m}
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 d`
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" : 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}
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: a, departureWalk: h, departure: H, arrivalWalk: U, arrival: X, legs: Y } = e || {};
131
- return d`
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) : m}
134
+ ${t && t.length > 0 ? this._renderJourneyVias(t) : d}
134
135
  <div class="sbb-journey-summary__date">
135
- ${this._renderJourneyStart(nt(H), a)}
136
+ ${this._renderJourneyStart(et(S), i)}
136
137
  </div>
137
138
  <sbb-pearl-chain-time
138
- .arrivalTime=${X}
139
- .departureTime=${H}
140
- .departureWalk=${h}
141
- .arrivalWalk=${U}
142
- .legs=${Y}
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 d`
153
+ return c`
153
154
  <div class="sbb-journey-summary">
154
- ${e ? d`<sbb-journey-header
155
+ ${e ? c`<sbb-journey-header
155
156
  size="l"
156
- .level=${this.headerLevel || m}
157
+ .level=${this.headerLevel || d}
157
158
  .origin=${e}
158
159
  .destination=${t}
159
- .roundTrip=${this.roundTrip ?? m}
160
- ></sbb-journey-header>` : m}
160
+ .roundTrip=${this.roundTrip ?? d}
161
+ ></sbb-journey-header>` : d}
161
162
  ${this._renderJourneyInformation(this.trip)}
162
- ${this.tripBack ? d`<div>
163
+ ${this.tripBack ? c`<div>
163
164
  <sbb-divider class="sbb-journey-summary__divider"></sbb-divider>
164
165
  ${this._renderJourneyInformation(this.tripBack)}
165
- </div>` : m}
166
- ${this._hasContentSlot ? d` <div class="sbb-journey-summary__slot">
166
+ </div>` : d}
167
+ ${this._hasContentSlot ? c` <div class="sbb-journey-summary__slot">
167
168
  <slot name="content"></slot>
168
- </div>` : m}
169
+ </div>` : d}
169
170
  </div>
170
171
  `;
171
172
  }
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;
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
- jt as SbbJourneySummaryElement
193
+ $t as SbbJourneySummaryElement
193
194
  };
@@ -1,4 +1,5 @@
1
- import { SbbJourneySummaryElement as r } from "./journey-summary/journey-summary.component.js";
1
+ import { SbbJourneySummaryElement as e } from "./journey-summary/journey-summary.component.js";
2
+ e.define();
2
3
  export {
3
- r as SbbJourneySummaryElement
4
+ e as SbbJourneySummaryElement
4
5
  };
@@ -0,0 +1,4 @@
1
+ import { SbbJourneySummaryElement as r } from "./journey-summary/journey-summary.component.js";
2
+ export {
3
+ r as SbbJourneySummaryElement
4
+ };
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.1773149682",
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/efcaa3623dae69304d57bacf618b19cf4c66980e"
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",