@roadtrip/components 3.44.0 → 3.45.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (297) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/road-badge_14.cjs.entry.js +36 -15
  3. package/dist/cjs/road-badge_14.cjs.entry.js.map +1 -1
  4. package/dist/cjs/road-carousel.cjs.entry.js +27 -21
  5. package/dist/cjs/road-carousel.cjs.entry.js.map +1 -1
  6. package/dist/cjs/road-dropdown.cjs.entry.js +1 -1
  7. package/dist/cjs/road-duration.cjs.entry.js +1 -1
  8. package/dist/cjs/road-flap.cjs.entry.js +1 -1
  9. package/dist/cjs/road-global-navigation-v2.cjs.entry.js +1 -1
  10. package/dist/cjs/road-global-navigation.cjs.entry.js +1 -1
  11. package/dist/cjs/road-img.cjs.entry.js +1 -1
  12. package/dist/cjs/road-modal.cjs.entry.js +1 -1
  13. package/dist/cjs/road-navbar-item-v2.cjs.entry.js +2 -2
  14. package/dist/cjs/road-navbar-item.cjs.entry.js +2 -2
  15. package/dist/cjs/road-navbar-v2.cjs.entry.js +1 -1
  16. package/dist/cjs/road-navbar.cjs.entry.js +1 -1
  17. package/dist/cjs/road-phone-number-input.cjs.entry.js +2 -2
  18. package/dist/cjs/road-plate-number.cjs.entry.js +2 -2
  19. package/dist/cjs/road-profil-dropdown.cjs.entry.js +1 -1
  20. package/dist/cjs/road-progress-indicator-horizontal.cjs.entry.js +1 -1
  21. package/dist/cjs/road-progress-indicator-vertical-item.cjs.entry.js +1 -1
  22. package/dist/cjs/road-progress-indicator-vertical.cjs.entry.js +1 -1
  23. package/dist/cjs/road-progress-tracker-item.cjs.entry.js +1 -1
  24. package/dist/cjs/road-progress-tracker.cjs.entry.js +1 -1
  25. package/dist/cjs/road-progress.cjs.entry.js +1 -1
  26. package/dist/cjs/road-radio-card.cjs.entry.js +1 -1
  27. package/dist/cjs/road-radio-group.cjs.entry.js +1 -1
  28. package/dist/cjs/road-radio.cjs.entry.js +1 -1
  29. package/dist/cjs/road-range.cjs.entry.js +2 -2
  30. package/dist/cjs/road-rating.cjs.entry.js +1 -1
  31. package/dist/cjs/road-segmented-button-bar.cjs.entry.js +1 -1
  32. package/dist/cjs/road-segmented-button.cjs.entry.js +2 -2
  33. package/dist/cjs/road-segmented-buttons.cjs.entry.js +1 -1
  34. package/dist/cjs/road-select-filter.cjs.entry.js +1 -1
  35. package/dist/cjs/road-select.cjs.entry.js +1 -1
  36. package/dist/cjs/road-skeleton.cjs.entry.js +1 -1
  37. package/dist/cjs/road-spinner.cjs.entry.js +1 -1
  38. package/dist/cjs/road-status-chip.cjs.entry.js +1 -1
  39. package/dist/cjs/road-switch.cjs.entry.js +2 -2
  40. package/dist/cjs/road-tab-bar.cjs.entry.js +2 -2
  41. package/dist/cjs/road-tab-button.cjs.entry.js +2 -2
  42. package/dist/cjs/road-tab.cjs.entry.js +2 -2
  43. package/dist/cjs/road-table.cjs.entry.js +1 -1
  44. package/dist/cjs/road-tabs.cjs.entry.js +1 -1
  45. package/dist/cjs/road-tag.cjs.entry.js +1 -1
  46. package/dist/cjs/road-text.cjs.entry.js +1 -1
  47. package/dist/cjs/road-textarea.cjs.entry.js +1 -1
  48. package/dist/cjs/road-time-range-picker.cjs.entry.js +1 -1
  49. package/dist/cjs/road-toast.cjs.entry.js +1 -1
  50. package/dist/cjs/road-toggle.cjs.entry.js +2 -2
  51. package/dist/cjs/road-toolbar-title-page.cjs.entry.js +1 -1
  52. package/dist/cjs/road-toolbar-title.cjs.entry.js +1 -1
  53. package/dist/cjs/road-toolbar-v2.cjs.entry.js +1 -1
  54. package/dist/cjs/road-tooltip.cjs.entry.js +46 -32
  55. package/dist/cjs/road-tooltip.cjs.entry.js.map +1 -1
  56. package/dist/cjs/roadtrip.cjs.js +1 -1
  57. package/dist/collection/components/carousel/carousel.css +32 -15
  58. package/dist/collection/components/carousel/carousel.js +48 -22
  59. package/dist/collection/components/carousel/carousel.js.map +1 -1
  60. package/dist/collection/components/carousel/carousel.stories.js +135 -76
  61. package/dist/collection/components/drawer/drawer.css +10 -5
  62. package/dist/collection/components/drawer/drawer.js +47 -3
  63. package/dist/collection/components/drawer/drawer.js.map +1 -1
  64. package/dist/collection/components/dropdown/dropdown.js +1 -1
  65. package/dist/collection/components/duration/duration.js +1 -1
  66. package/dist/collection/components/flap/flap.js +1 -1
  67. package/dist/collection/components/global-navigation/global-navigation.js +1 -1
  68. package/dist/collection/components/global-navigation-v2/global-navigation-v2.js +1 -1
  69. package/dist/collection/components/grid/grid.js +1 -1
  70. package/dist/collection/components/img/img.js +1 -1
  71. package/dist/collection/components/input/input.js +2 -2
  72. package/dist/collection/components/input-group/input-group.js +1 -1
  73. package/dist/collection/components/item/item.js +3 -3
  74. package/dist/collection/components/label/label.js +1 -1
  75. package/dist/collection/components/list/list.js +2 -2
  76. package/dist/collection/components/modal/modal.js +1 -1
  77. package/dist/collection/components/navbar/navbar.js +1 -1
  78. package/dist/collection/components/navbar-item/navbar-item.js +2 -2
  79. package/dist/collection/components/navbar-item-v2/navbar-item-v2.js +2 -2
  80. package/dist/collection/components/navbar-v2/navbar-v2.js +1 -1
  81. package/dist/collection/components/phone-number-input/phone-number-input.js +2 -2
  82. package/dist/collection/components/plate-number/plate-number.js +2 -2
  83. package/dist/collection/components/profil-dropdown/profil-dropdown.js +1 -1
  84. package/dist/collection/components/progress/progress.js +1 -1
  85. package/dist/collection/components/progress-indicator-horizontal/progress-indicator-horizontal.js +1 -1
  86. package/dist/collection/components/progress-indicator-vertical/progress-indicator-vertical.js +1 -1
  87. package/dist/collection/components/progress-indicator-vertical-item/progress-indicator-vertical-item.js +1 -1
  88. package/dist/collection/components/progress-tracker/progress-tracker.js +1 -1
  89. package/dist/collection/components/progress-tracker-item/progress-tracker-item.js +1 -1
  90. package/dist/collection/components/radio/radio.js +1 -1
  91. package/dist/collection/components/radio-card/radio-card.js +1 -1
  92. package/dist/collection/components/radio-group/radio-group.js +1 -1
  93. package/dist/collection/components/range/range.js +2 -2
  94. package/dist/collection/components/rating/rating.js +1 -1
  95. package/dist/collection/components/row/row.js +1 -1
  96. package/dist/collection/components/segmented-button/segmented-button.js +2 -2
  97. package/dist/collection/components/segmented-button-bar/segmented-button-bar.js +1 -1
  98. package/dist/collection/components/segmented-buttons/segmented-buttons.js +1 -1
  99. package/dist/collection/components/select/select.js +1 -1
  100. package/dist/collection/components/select-filter/select-filter.js +1 -1
  101. package/dist/collection/components/skeleton/skeleton.js +1 -1
  102. package/dist/collection/components/spinner/spinner.js +1 -1
  103. package/dist/collection/components/status-chip/status-chip.js +1 -1
  104. package/dist/collection/components/switch/switch.js +2 -2
  105. package/dist/collection/components/tab/tab.js +2 -2
  106. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  107. package/dist/collection/components/tab-button/tab-button.js +2 -2
  108. package/dist/collection/components/table/table.js +1 -1
  109. package/dist/collection/components/tabs/tabs.js +1 -1
  110. package/dist/collection/components/tag/tag.js +1 -1
  111. package/dist/collection/components/text/text.js +1 -1
  112. package/dist/collection/components/textarea/textarea.js +1 -1
  113. package/dist/collection/components/time-range-picker/time-range-picker.js +1 -1
  114. package/dist/collection/components/toast/toast.js +1 -1
  115. package/dist/collection/components/toggle/toggle.js +2 -2
  116. package/dist/collection/components/toolbar/toolbar.js +1 -1
  117. package/dist/collection/components/toolbar-title/toolbar-title.js +1 -1
  118. package/dist/collection/components/toolbar-title-page/toolbar-title-page.js +1 -1
  119. package/dist/collection/components/toolbar-v2/toolbar-v2.js +1 -1
  120. package/dist/collection/components/tooltip/tooltip.js +52 -38
  121. package/dist/collection/components/tooltip/tooltip.js.map +1 -1
  122. package/dist/esm/loader.js +1 -1
  123. package/dist/esm/road-badge_14.entry.js +36 -15
  124. package/dist/esm/road-badge_14.entry.js.map +1 -1
  125. package/dist/esm/road-carousel.entry.js +27 -21
  126. package/dist/esm/road-carousel.entry.js.map +1 -1
  127. package/dist/esm/road-dropdown.entry.js +1 -1
  128. package/dist/esm/road-duration.entry.js +1 -1
  129. package/dist/esm/road-flap.entry.js +1 -1
  130. package/dist/esm/road-global-navigation-v2.entry.js +1 -1
  131. package/dist/esm/road-global-navigation.entry.js +1 -1
  132. package/dist/esm/road-img.entry.js +1 -1
  133. package/dist/esm/road-modal.entry.js +1 -1
  134. package/dist/esm/road-navbar-item-v2.entry.js +2 -2
  135. package/dist/esm/road-navbar-item.entry.js +2 -2
  136. package/dist/esm/road-navbar-v2.entry.js +1 -1
  137. package/dist/esm/road-navbar.entry.js +1 -1
  138. package/dist/esm/road-phone-number-input.entry.js +2 -2
  139. package/dist/esm/road-plate-number.entry.js +2 -2
  140. package/dist/esm/road-profil-dropdown.entry.js +1 -1
  141. package/dist/esm/road-progress-indicator-horizontal.entry.js +1 -1
  142. package/dist/esm/road-progress-indicator-vertical-item.entry.js +1 -1
  143. package/dist/esm/road-progress-indicator-vertical.entry.js +1 -1
  144. package/dist/esm/road-progress-tracker-item.entry.js +1 -1
  145. package/dist/esm/road-progress-tracker.entry.js +1 -1
  146. package/dist/esm/road-progress.entry.js +1 -1
  147. package/dist/esm/road-radio-card.entry.js +1 -1
  148. package/dist/esm/road-radio-group.entry.js +1 -1
  149. package/dist/esm/road-radio.entry.js +1 -1
  150. package/dist/esm/road-range.entry.js +2 -2
  151. package/dist/esm/road-rating.entry.js +1 -1
  152. package/dist/esm/road-segmented-button-bar.entry.js +1 -1
  153. package/dist/esm/road-segmented-button.entry.js +2 -2
  154. package/dist/esm/road-segmented-buttons.entry.js +1 -1
  155. package/dist/esm/road-select-filter.entry.js +1 -1
  156. package/dist/esm/road-select.entry.js +1 -1
  157. package/dist/esm/road-skeleton.entry.js +1 -1
  158. package/dist/esm/road-spinner.entry.js +1 -1
  159. package/dist/esm/road-status-chip.entry.js +1 -1
  160. package/dist/esm/road-switch.entry.js +2 -2
  161. package/dist/esm/road-tab-bar.entry.js +2 -2
  162. package/dist/esm/road-tab-button.entry.js +2 -2
  163. package/dist/esm/road-tab.entry.js +2 -2
  164. package/dist/esm/road-table.entry.js +1 -1
  165. package/dist/esm/road-tabs.entry.js +1 -1
  166. package/dist/esm/road-tag.entry.js +1 -1
  167. package/dist/esm/road-text.entry.js +1 -1
  168. package/dist/esm/road-textarea.entry.js +1 -1
  169. package/dist/esm/road-time-range-picker.entry.js +1 -1
  170. package/dist/esm/road-toast.entry.js +1 -1
  171. package/dist/esm/road-toggle.entry.js +2 -2
  172. package/dist/esm/road-toolbar-title-page.entry.js +1 -1
  173. package/dist/esm/road-toolbar-title.entry.js +1 -1
  174. package/dist/esm/road-toolbar-v2.entry.js +1 -1
  175. package/dist/esm/road-tooltip.entry.js +46 -32
  176. package/dist/esm/road-tooltip.entry.js.map +1 -1
  177. package/dist/esm/roadtrip.js +1 -1
  178. package/dist/html.html-data.json +16 -0
  179. package/dist/roadtrip/{p-b5b2e36c.entry.js → p-0a9d4cd3.entry.js} +2 -2
  180. package/dist/roadtrip/{p-fdcebcc3.entry.js → p-110386d3.entry.js} +2 -2
  181. package/dist/roadtrip/{p-7955499d.entry.js → p-17dc5381.entry.js} +2 -2
  182. package/dist/roadtrip/{p-29ac611e.entry.js → p-1a75a359.entry.js} +2 -2
  183. package/dist/roadtrip/{p-a264377a.entry.js → p-1ee55ec2.entry.js} +2 -2
  184. package/dist/roadtrip/{p-1449b7c8.entry.js → p-261177f6.entry.js} +2 -2
  185. package/dist/roadtrip/{p-3a310d3d.entry.js → p-351b3b04.entry.js} +2 -2
  186. package/dist/roadtrip/p-382828d4.entry.js +2 -0
  187. package/dist/roadtrip/{p-e56c84ec.entry.js.map → p-382828d4.entry.js.map} +1 -1
  188. package/dist/roadtrip/{p-e7b4f257.entry.js → p-395b9785.entry.js} +2 -2
  189. package/dist/roadtrip/{p-4bb49a92.entry.js → p-43bb4e97.entry.js} +2 -2
  190. package/dist/roadtrip/p-43bb4e97.entry.js.map +1 -0
  191. package/dist/roadtrip/{p-24196fd2.entry.js → p-47433b76.entry.js} +2 -2
  192. package/dist/roadtrip/{p-45b9521f.entry.js → p-4798ebaa.entry.js} +2 -2
  193. package/dist/roadtrip/{p-d6a7644e.entry.js → p-47cef871.entry.js} +2 -2
  194. package/dist/roadtrip/{p-2797e2f2.entry.js → p-48ceee77.entry.js} +2 -2
  195. package/dist/roadtrip/{p-b61abebd.entry.js → p-4a69d010.entry.js} +2 -2
  196. package/dist/roadtrip/{p-39173ac2.entry.js → p-5d1d532a.entry.js} +2 -2
  197. package/dist/roadtrip/{p-b292d3fc.entry.js → p-61c4b6f1.entry.js} +2 -2
  198. package/dist/roadtrip/{p-9cbd5ae9.entry.js → p-68ae654b.entry.js} +2 -2
  199. package/dist/roadtrip/{p-c9527301.entry.js → p-6b0a37ba.entry.js} +2 -2
  200. package/dist/roadtrip/{p-f89e588a.entry.js → p-77e7dc8a.entry.js} +2 -2
  201. package/dist/roadtrip/{p-65dfd1e8.entry.js → p-790d848a.entry.js} +2 -2
  202. package/dist/roadtrip/{p-927cf307.entry.js → p-7bef34c4.entry.js} +2 -2
  203. package/dist/roadtrip/p-7ed5616c.entry.js +2 -0
  204. package/dist/roadtrip/{p-d881a66c.entry.js → p-7f96eb76.entry.js} +2 -2
  205. package/dist/roadtrip/{p-52d56ed2.entry.js → p-8a806d96.entry.js} +2 -2
  206. package/dist/roadtrip/{p-875b5999.entry.js → p-8eb19a44.entry.js} +2 -2
  207. package/dist/roadtrip/{p-6e9fac54.entry.js → p-8fad6cc9.entry.js} +2 -2
  208. package/dist/roadtrip/{p-302f51c6.entry.js → p-93c1be55.entry.js} +2 -2
  209. package/dist/roadtrip/{p-70f4387a.entry.js → p-943e31a7.entry.js} +2 -2
  210. package/dist/roadtrip/{p-d1517c27.entry.js → p-944ce861.entry.js} +2 -2
  211. package/dist/roadtrip/{p-79c3152e.entry.js → p-9af318e9.entry.js} +2 -2
  212. package/dist/roadtrip/{p-377d6b5b.entry.js → p-9c156562.entry.js} +2 -2
  213. package/dist/roadtrip/{p-c28fbcc0.entry.js → p-9d01727d.entry.js} +2 -2
  214. package/dist/roadtrip/{p-26b852e2.entry.js → p-9e8ae5c3.entry.js} +2 -2
  215. package/dist/roadtrip/{p-36288d23.entry.js → p-9f7d111d.entry.js} +2 -2
  216. package/dist/roadtrip/{p-b8132587.entry.js → p-a597e606.entry.js} +2 -2
  217. package/dist/roadtrip/{p-3dc22d00.entry.js → p-b889f575.entry.js} +2 -2
  218. package/dist/roadtrip/p-b889f575.entry.js.map +1 -0
  219. package/dist/roadtrip/{p-0bfff77d.entry.js → p-bb1aeca6.entry.js} +4 -4
  220. package/dist/roadtrip/p-bb1aeca6.entry.js.map +1 -0
  221. package/dist/roadtrip/p-bfe3d3eb.entry.js +2 -0
  222. package/dist/roadtrip/{p-61191773.entry.js.map → p-bfe3d3eb.entry.js.map} +1 -1
  223. package/dist/roadtrip/p-c1cd98dc.entry.js +2 -0
  224. package/dist/roadtrip/{p-11d896b1.entry.js → p-c2e07db9.entry.js} +2 -2
  225. package/dist/roadtrip/{p-8cd69117.entry.js → p-c96c0597.entry.js} +2 -2
  226. package/dist/roadtrip/{p-4e3cc7e9.entry.js → p-cbbfe0ce.entry.js} +2 -2
  227. package/dist/roadtrip/{p-5b738d24.entry.js → p-da60c3a9.entry.js} +2 -2
  228. package/dist/roadtrip/{p-de35fded.entry.js → p-e5f94b35.entry.js} +2 -2
  229. package/dist/roadtrip/{p-7e0bdcf9.entry.js → p-f07047c1.entry.js} +2 -2
  230. package/dist/roadtrip/p-f157fec0.entry.js +2 -0
  231. package/dist/roadtrip/{p-c4550384.entry.js → p-f3e5e983.entry.js} +2 -2
  232. package/dist/roadtrip/{p-75ebf102.entry.js → p-f41d2a41.entry.js} +2 -2
  233. package/dist/roadtrip/{p-8753beba.entry.js → p-f4da1ccf.entry.js} +2 -2
  234. package/dist/roadtrip/{p-c7dd579d.entry.js → p-fcb7a3e5.entry.js} +2 -2
  235. package/dist/roadtrip/roadtrip.esm.js +1 -1
  236. package/dist/roadtrip/roadtrip.esm.js.map +1 -1
  237. package/dist/types/components/carousel/carousel.d.ts +3 -1
  238. package/dist/types/components/drawer/drawer.d.ts +12 -0
  239. package/dist/types/components/tooltip/tooltip.d.ts +4 -8
  240. package/dist/types/components.d.ts +46 -32
  241. package/hydrate/index.js +171 -127
  242. package/hydrate/index.mjs +171 -127
  243. package/package.json +1 -1
  244. package/dist/roadtrip/p-0bfff77d.entry.js.map +0 -1
  245. package/dist/roadtrip/p-2ae82371.entry.js +0 -2
  246. package/dist/roadtrip/p-3dc22d00.entry.js.map +0 -1
  247. package/dist/roadtrip/p-4334d85b.entry.js +0 -2
  248. package/dist/roadtrip/p-4bb49a92.entry.js.map +0 -1
  249. package/dist/roadtrip/p-61191773.entry.js +0 -2
  250. package/dist/roadtrip/p-e56c84ec.entry.js +0 -2
  251. package/dist/roadtrip/p-ff189f73.entry.js +0 -2
  252. /package/dist/roadtrip/{p-b5b2e36c.entry.js.map → p-0a9d4cd3.entry.js.map} +0 -0
  253. /package/dist/roadtrip/{p-fdcebcc3.entry.js.map → p-110386d3.entry.js.map} +0 -0
  254. /package/dist/roadtrip/{p-7955499d.entry.js.map → p-17dc5381.entry.js.map} +0 -0
  255. /package/dist/roadtrip/{p-29ac611e.entry.js.map → p-1a75a359.entry.js.map} +0 -0
  256. /package/dist/roadtrip/{p-a264377a.entry.js.map → p-1ee55ec2.entry.js.map} +0 -0
  257. /package/dist/roadtrip/{p-1449b7c8.entry.js.map → p-261177f6.entry.js.map} +0 -0
  258. /package/dist/roadtrip/{p-3a310d3d.entry.js.map → p-351b3b04.entry.js.map} +0 -0
  259. /package/dist/roadtrip/{p-e7b4f257.entry.js.map → p-395b9785.entry.js.map} +0 -0
  260. /package/dist/roadtrip/{p-24196fd2.entry.js.map → p-47433b76.entry.js.map} +0 -0
  261. /package/dist/roadtrip/{p-45b9521f.entry.js.map → p-4798ebaa.entry.js.map} +0 -0
  262. /package/dist/roadtrip/{p-d6a7644e.entry.js.map → p-47cef871.entry.js.map} +0 -0
  263. /package/dist/roadtrip/{p-2797e2f2.entry.js.map → p-48ceee77.entry.js.map} +0 -0
  264. /package/dist/roadtrip/{p-b61abebd.entry.js.map → p-4a69d010.entry.js.map} +0 -0
  265. /package/dist/roadtrip/{p-39173ac2.entry.js.map → p-5d1d532a.entry.js.map} +0 -0
  266. /package/dist/roadtrip/{p-b292d3fc.entry.js.map → p-61c4b6f1.entry.js.map} +0 -0
  267. /package/dist/roadtrip/{p-9cbd5ae9.entry.js.map → p-68ae654b.entry.js.map} +0 -0
  268. /package/dist/roadtrip/{p-c9527301.entry.js.map → p-6b0a37ba.entry.js.map} +0 -0
  269. /package/dist/roadtrip/{p-f89e588a.entry.js.map → p-77e7dc8a.entry.js.map} +0 -0
  270. /package/dist/roadtrip/{p-65dfd1e8.entry.js.map → p-790d848a.entry.js.map} +0 -0
  271. /package/dist/roadtrip/{p-927cf307.entry.js.map → p-7bef34c4.entry.js.map} +0 -0
  272. /package/dist/roadtrip/{p-4334d85b.entry.js.map → p-7ed5616c.entry.js.map} +0 -0
  273. /package/dist/roadtrip/{p-d881a66c.entry.js.map → p-7f96eb76.entry.js.map} +0 -0
  274. /package/dist/roadtrip/{p-52d56ed2.entry.js.map → p-8a806d96.entry.js.map} +0 -0
  275. /package/dist/roadtrip/{p-875b5999.entry.js.map → p-8eb19a44.entry.js.map} +0 -0
  276. /package/dist/roadtrip/{p-6e9fac54.entry.js.map → p-8fad6cc9.entry.js.map} +0 -0
  277. /package/dist/roadtrip/{p-302f51c6.entry.js.map → p-93c1be55.entry.js.map} +0 -0
  278. /package/dist/roadtrip/{p-70f4387a.entry.js.map → p-943e31a7.entry.js.map} +0 -0
  279. /package/dist/roadtrip/{p-d1517c27.entry.js.map → p-944ce861.entry.js.map} +0 -0
  280. /package/dist/roadtrip/{p-79c3152e.entry.js.map → p-9af318e9.entry.js.map} +0 -0
  281. /package/dist/roadtrip/{p-377d6b5b.entry.js.map → p-9c156562.entry.js.map} +0 -0
  282. /package/dist/roadtrip/{p-c28fbcc0.entry.js.map → p-9d01727d.entry.js.map} +0 -0
  283. /package/dist/roadtrip/{p-26b852e2.entry.js.map → p-9e8ae5c3.entry.js.map} +0 -0
  284. /package/dist/roadtrip/{p-36288d23.entry.js.map → p-9f7d111d.entry.js.map} +0 -0
  285. /package/dist/roadtrip/{p-b8132587.entry.js.map → p-a597e606.entry.js.map} +0 -0
  286. /package/dist/roadtrip/{p-2ae82371.entry.js.map → p-c1cd98dc.entry.js.map} +0 -0
  287. /package/dist/roadtrip/{p-11d896b1.entry.js.map → p-c2e07db9.entry.js.map} +0 -0
  288. /package/dist/roadtrip/{p-8cd69117.entry.js.map → p-c96c0597.entry.js.map} +0 -0
  289. /package/dist/roadtrip/{p-4e3cc7e9.entry.js.map → p-cbbfe0ce.entry.js.map} +0 -0
  290. /package/dist/roadtrip/{p-5b738d24.entry.js.map → p-da60c3a9.entry.js.map} +0 -0
  291. /package/dist/roadtrip/{p-de35fded.entry.js.map → p-e5f94b35.entry.js.map} +0 -0
  292. /package/dist/roadtrip/{p-7e0bdcf9.entry.js.map → p-f07047c1.entry.js.map} +0 -0
  293. /package/dist/roadtrip/{p-ff189f73.entry.js.map → p-f157fec0.entry.js.map} +0 -0
  294. /package/dist/roadtrip/{p-c4550384.entry.js.map → p-f3e5e983.entry.js.map} +0 -0
  295. /package/dist/roadtrip/{p-75ebf102.entry.js.map → p-f41d2a41.entry.js.map} +0 -0
  296. /package/dist/roadtrip/{p-8753beba.entry.js.map → p-f4da1ccf.entry.js.map} +0 -0
  297. /package/dist/roadtrip/{p-c7dd579d.entry.js.map → p-fcb7a3e5.entry.js.map} +0 -0
@@ -28,7 +28,7 @@ const Dropdown = class {
28
28
  const positionClass = this.position ? `position-${this.position}` : '';
29
29
  const dropdownClass = this.position ? `dropdown-${this.position}` : '';
30
30
  const directionClass = this.direction ? `direction-${this.direction}` : '';
31
- return (h("details", { key: '0b6d1adf874e559fb90a471aabda2c01090c48b9', class: "dropdown", open: this.isOpen }, h("summary", { key: '83139e232e4c74c84831d20e5ed32cea245b8102', "aria-expanded": this.isOpen.toString(), tabindex: "0", role: "button", onClick: this.onClick, "tab-index": "0" }, h("div", { key: 'd427dcd5a8c534a4fb1e3874cb2ac279d3b9a5f2', class: `d-flex ${positionClass}` }, h("div", { key: 'b9bbebff325eb4c2ed9e088b7064ead91b2c55f8', class: `${isLightButtonDropDown} ${isMediumButtonDropDown}` }, h("road-icon", { key: '72d9a1fd48cca91d8f16494d731898e3625e47e3', name: "navigation-more", class: "dropdown-button-icon", "aria-hidden": "true" })))), h("div", { key: '2434438ec14e86f8fb78378b3eb88f0a39abb6f2', class: `dropdown-menu ${directionClass} ${dropdownClass}` }, h("slot", { key: '1eb1bc0bdfdbaa13689e0552c8fa278381777863', name: "list" }))));
31
+ return (h("details", { key: '369ce1cfb90f00ccdf3a513b074871f74587ea60', class: "dropdown", open: this.isOpen }, h("summary", { key: '7892d1f9a8dd3167d3894b3c8cd2f2ee3feda8f4', "aria-expanded": this.isOpen.toString(), tabindex: "0", role: "button", onClick: this.onClick, "tab-index": "0" }, h("div", { key: 'a24ca536cf7f3e6cf44c46f6dae355d527224570', class: `d-flex ${positionClass}` }, h("div", { key: '1e7ba5b51a68a4b0c79cd7bf256853dfa4b8ab3a', class: `${isLightButtonDropDown} ${isMediumButtonDropDown}` }, h("road-icon", { key: '64256d8c446025fa7199fbb7cda0777cf02c46c9', name: "navigation-more", class: "dropdown-button-icon", "aria-hidden": "true" })))), h("div", { key: 'b2020719de2304d5c4f606ed3f306aaf4f8a382a', class: `dropdown-menu ${directionClass} ${dropdownClass}` }, h("slot", { key: 'ee017bc6678acc0f8770a5c52921d8f886f35aa6', name: "list" }))));
32
32
  }
33
33
  get el() { return getElement(this); }
34
34
  };
@@ -48,7 +48,7 @@ const Duration = class {
48
48
  this.isOpen = false;
49
49
  }
50
50
  render() {
51
- return (h("road-drawer", { key: '2485f665f08be8b983893075cb687c0db04c8add', "is-open": this.isOpen, position: "bottom", "drawer-title": this.header }, h("road-grid", { key: 'a3cfb812b1127a32eb31e1344944a8d52dd59f70' }, h("road-row", { key: '1742b311e96f8140ffbe88f45a4f42ede7940cc9', class: "duration-values" }, Array(Math.floor((this.max - this.min) / this.step) + 1).fill(this.min).map(((item, index) => (item + index * this.step))).map(item => h("road-col", { class: "col-3 col-md-2" }, h("road-card", { button: true, value: item }, h("road-label", null, Math.floor(item / 60).toLocaleString("en-GB", { minimumIntegerDigits: 2, useGrouping: false }), ":", (item % 60).toLocaleString("en-GB", { minimumIntegerDigits: 2, useGrouping: false })))))))));
51
+ return (h("road-drawer", { key: '17db42f462da76b54a24eb6dd52a0ce637be4c86', "is-open": this.isOpen, position: "bottom", "drawer-title": this.header }, h("road-grid", { key: '51fb1715dc70ffe94e82e171db3759c308c562e4' }, h("road-row", { key: 'a4b5d1e6489f39bb6bc698c7beadf5135d46e3e9', class: "duration-values" }, Array(Math.floor((this.max - this.min) / this.step) + 1).fill(this.min).map(((item, index) => (item + index * this.step))).map(item => h("road-col", { class: "col-3 col-md-2" }, h("road-card", { button: true, value: item }, h("road-label", null, Math.floor(item / 60).toLocaleString("en-GB", { minimumIntegerDigits: 2, useGrouping: false }), ":", (item % 60).toLocaleString("en-GB", { minimumIntegerDigits: 2, useGrouping: false })))))))));
52
52
  }
53
53
  get el() { return getElement(this); }
54
54
  };
@@ -21,7 +21,7 @@ const Flap = class {
21
21
  }
22
22
  render() {
23
23
  const colorClass = this.filled ? `flap-${this.color}-filled` : `flap-${this.color}`;
24
- return (h(Host, { key: 'acecc88123e94f737aef8b2d1026e8a9ce196a7d', class: `${colorClass} flap-${this.size}` }, h("slot", { key: '6ce8eccf19a94ca9e7c8b75f9da8b7a8df00376b' })));
24
+ return (h(Host, { key: '17654f70a4f17fb19164ebb3f29ca576768cda54', class: `${colorClass} flap-${this.size}` }, h("slot", { key: '06d531af72c1d328976fcc23f9877da54e39b667' })));
25
25
  }
26
26
  };
27
27
  Flap.style = RoadFlapStyle0;
@@ -128,7 +128,7 @@ const GlobalNavigationV2 = class {
128
128
  this.selectedTabChanged();
129
129
  }
130
130
  render() {
131
- return (h(Host, { key: '1a523fcd448db62eb7a676184a22c7ae96e2d39e', role: "application" }, h("slot", { key: '7c46cc17b02a4425161d99b54ef1bca9711f179a' })));
131
+ return (h(Host, { key: '71284cfbbb2297134bfed397d45af88fc035d95f', role: "application" }, h("slot", { key: '04c47f8f5c69d72ef7c74e405037deeba4aa6019' })));
132
132
  }
133
133
  get host() { return getElement(this); }
134
134
  static get watchers() { return {
@@ -27,7 +27,7 @@ const GlobalNavigation = class {
27
27
  this.selectedTabChanged();
28
28
  }
29
29
  render() {
30
- return (h(Host, { key: 'bae96f32bd732721cbf401db21708a3bb601016b', role: "application" }, h("slot", { key: '65e4a67511fd702e3daaa1ba206fbb8ff67df6da' })));
30
+ return (h(Host, { key: '3153f9036b6fcbf625b4b6c2fb22dc270b20ac58', role: "application" }, h("slot", { key: '5bc133bc9abe1abcae66c1247215c1884ead0a3c' })));
31
31
  }
32
32
  static get watchers() { return {
33
33
  "selectedTab": ["selectedTabChanged"]
@@ -66,7 +66,7 @@ const Img = class {
66
66
  }
67
67
  render() {
68
68
  const placeholder = this.loadSrc !== undefined ? '' : 'placeholder';
69
- return (h(Host, { key: '6fd414b74c5d8cfef4b87847bef754c117a41803', class: placeholder }, h("img", { key: '5f3bcae6d677124b042535c8a52d2870262db16c', class: "native-img", decoding: "async", src: this.loadSrc, alt: this.alt, onLoad: this.onLoad, onError: this.loadError, part: "image" })));
69
+ return (h(Host, { key: 'f059a8a30c536d517219ac57c2fb085a669cfcef', class: placeholder }, h("img", { key: 'c624708aaa39e50e26bfe1725225b6038949ad5b', class: "native-img", decoding: "async", src: this.loadSrc, alt: this.alt, onLoad: this.onLoad, onError: this.loadError, part: "image" })));
70
70
  }
71
71
  get el() { return getElement(this); }
72
72
  static get watchers() { return {
@@ -68,7 +68,7 @@ const Modal = class {
68
68
  const modalIsOpenClass = this.isOpen ? 'modal-open' : '';
69
69
  const inverseHeaderClass = this.hasInverseHeader ? 'modal-header-inverse' : '';
70
70
  const closeIconElement = this.hasCloseIcon ? h("button", { type: "button", class: "modal-close", onClick: this.onClick, "aria-label": "Close" }, h("road-icon", { icon: navigationClose, "aria-hidden": "true" })) : '';
71
- return (h(Host, { key: 'fadc5b7f130b78ce930508f169a77c36c592a8b7', class: `modal ${modalIsOpenClass}`, tabindex: "-1", role: "dialog", "aria-label": "modal" }, h("div", { key: 'b06a7795a91860febafb941215dfffd796fda4c8', class: "modal-overlay", onClick: this.onClick, tabindex: "-1" }), h("div", { key: 'ddd6999c2e6069518d634b60502eb9cc0b311aba', class: "modal-dialog", style: { maxWidth: `${this.maxWidth}px` }, role: "document", tabindex: "0" }, h("div", { key: '17bb4a3d1281d71b0b4d3f3e1765491f768aa460', class: "modal-content" }, h("header", { key: '5d1cb9be50df022c0e0ce59e82f3df6f2ec45369', class: `modal-header ${inverseHeaderClass}` }, h("h2", { key: '51fd0108264ba6a54c93047dbccf9e69ae7b3032', class: "modal-title" }, this.modalTitle), closeIconElement), h("div", { key: 'f966e33d28c4e59dee755dc4ac2c225c778cf782', class: "modal-body" }, h("slot", { key: '50b4fe9fb58ee3eace39f5ce8f07a83fb05df81b' }))))));
71
+ return (h(Host, { key: '230e6f6eaae339d5314c46db9fd0d67fc2d846fc', class: `modal ${modalIsOpenClass}`, tabindex: "-1", role: "dialog", "aria-label": "modal" }, h("div", { key: '2080e60ffe8a97a331f68f314d2aee59c7a86bf5', class: "modal-overlay", onClick: this.onClick, tabindex: "-1" }), h("div", { key: '47044cf9e0b9dd04550db1ec3a82c263b4c547ee', class: "modal-dialog", style: { maxWidth: `${this.maxWidth}px` }, role: "document", tabindex: "0" }, h("div", { key: 'e6abe2cb25564e1aff45d1c4a29a8504224b4456', class: "modal-content" }, h("header", { key: '6459cf83929bbf51b797bb636fd88369fabda3d3', class: `modal-header ${inverseHeaderClass}` }, h("h2", { key: '050a8988f516aa9573f2d29b952dad3f52ead85e', class: "modal-title" }, this.modalTitle), closeIconElement), h("div", { key: 'eed07ba054f757aeba4f676727c101dd12c94a7d', class: "modal-body" }, h("slot", { key: '221f6df6bf95583b4edd0d1dfe3a2eaec3fe7dae' }))))));
72
72
  }
73
73
  get el() { return getElement(this); }
74
74
  };
@@ -63,11 +63,11 @@ const NavbarItem = class {
63
63
  rel,
64
64
  target,
65
65
  };
66
- return (h(Host, { key: '50cadf50d920c724b646d0ef5dfb1bf994b42891', onClick: this.onClick, onKeyup: this.onKeyUp, role: "menuitem", tabindex: "0", "aria-selected": selected ? 'true' : null, id: tab !== undefined ? `navbar-item-${tab}` : null, disabled: disabled, class: {
66
+ return (h(Host, { key: 'b5d5414801e5eb897dd1f346834fda3f6408ef4d', onClick: this.onClick, onKeyup: this.onKeyUp, role: "menuitem", tabindex: "0", "aria-selected": selected ? 'true' : null, id: tab !== undefined ? `navbar-item-${tab}` : null, disabled: disabled, class: {
67
67
  'navbar-item': true,
68
68
  'tab-selected': selected,
69
69
  'tab-disabled': disabled,
70
- } }, h("a", Object.assign({ key: 'b8915357668428324fddc6dc6cf038dc8f55cfeb' }, attrs, { tabIndex: -1, class: "button-native", part: "native" }), h("span", { key: '103bfedba55dab13e169d5806fa5ae3873ed860b', class: "button-inner" }, h("slot", { key: 'd1e8a5fd74c0b42550b050e4212a99e5df04902b' })))));
70
+ } }, h("a", Object.assign({ key: '88b26c7312ff31508d4d231ec04036185f877fc6' }, attrs, { tabIndex: -1, class: "button-native", part: "native" }), h("span", { key: '97a6306b28115a3d1aa8961895aaa84f5a0fbe10', class: "button-inner" }, h("slot", { key: 'd5dfe7aae57d389c6cd71fbe0b01e6cd5ec4ed5e' })))));
71
71
  }
72
72
  get el() { return getElement(this); }
73
73
  static get watchers() { return {
@@ -63,11 +63,11 @@ const NavbarItem = class {
63
63
  rel,
64
64
  target,
65
65
  };
66
- return (h(Host, { key: 'c392c7788ef068bff267fbc3508d3a9b9fe753d0', onClick: this.onClick, onKeyup: this.onKeyUp, role: "menuitem", tabindex: "0", "aria-selected": selected ? 'true' : null, id: tab !== undefined ? `navbar-item-${tab}` : null, disabled: disabled, class: {
66
+ return (h(Host, { key: '7ff4e21f2f090d7b2bee47c1395468c89d619c63', onClick: this.onClick, onKeyup: this.onKeyUp, role: "menuitem", tabindex: "0", "aria-selected": selected ? 'true' : null, id: tab !== undefined ? `navbar-item-${tab}` : null, disabled: disabled, class: {
67
67
  'navbar-item': true,
68
68
  'tab-selected': selected,
69
69
  'tab-disabled': disabled,
70
- } }, h("a", Object.assign({ key: '96d3d1d8ce173906c6427a4b53dff251f2ad2d28' }, attrs, { tabIndex: -1, class: "button-native", part: "native" }), h("span", { key: '2a9dd73feff76d436c37f27fc1b9a1c2678c2b6e', class: "button-inner" }, h("slot", { key: '603703ddc7865278113ec4d953ab1fc71bbc08d7' })))));
70
+ } }, h("a", Object.assign({ key: 'cb857860824f7b5244d014868b37c5242664f2d2' }, attrs, { tabIndex: -1, class: "button-native", part: "native" }), h("span", { key: '6d03a2caf31f24f12f0cd0d833a0c546ca01155f', class: "button-inner" }, h("slot", { key: '6c64a44e43ef3d0f42ab1630b88b3e5a7529968a' })))));
71
71
  }
72
72
  get el() { return getElement(this); }
73
73
  static get watchers() { return {
@@ -32,7 +32,7 @@ const NavbarV2 = class {
32
32
  }
33
33
  render() {
34
34
  const compactClass = this.compact ? 'compact' : '';
35
- return (h(Host, { key: '43aff9eafd66ec2fb7c45a4707c758b3b182f64b', role: "menubar", class: `${compactClass}` }, h("slot", { key: '66b8748a5d4395bd03edff1b9490bdc0fe63f01a' })));
35
+ return (h(Host, { key: 'a7dbd950685bc968dde55225595dfda20e2ede07', role: "menubar", class: `${compactClass}` }, h("slot", { key: '0181dc8feee84135b55ee42d2b1aaaf1d8e24a78' })));
36
36
  }
37
37
  static get watchers() { return {
38
38
  "selectedTab": ["selectedTabChanged"]
@@ -27,7 +27,7 @@ const Navbar = class {
27
27
  this.selectedTabChanged();
28
28
  }
29
29
  render() {
30
- return (h(Host, { key: '61786009c0bb1357257674a72b0f3dbf3f5c38a8', role: "menubar" }, h("slot", { key: '2f3cdbc13d1bf0d3535035bd2098ed20d048dee0' })));
30
+ return (h(Host, { key: 'c121e166433a74cb9bfe086872e29d0aceff6a4f', role: "menubar" }, h("slot", { key: '4152762dbcbf5467698a3cde344c7898b579d505' })));
31
31
  }
32
32
  static get watchers() { return {
33
33
  "selectedTab": ["selectedTabChanged"]
@@ -1363,9 +1363,9 @@ const RoadPhoneNumberInput = class {
1363
1363
  const isErrorClass = this.errorMessage.length ? 'is-error' : '';
1364
1364
  const hasValueClass = this.hasValue() ? 'has-value' : '';
1365
1365
  const sizes = 'xl';
1366
- return (h(Host, { key: 'b35e9d16e6e4f29defef7bdcd5cf8c2a2bd2c861' }, h("div", { key: '4c2a4f6b4d6d28bfc90b2cc85d9ab3a2c5989a2b', class: 'phone-number-inputs-container' }, h("div", { key: '5c94cfdfb637deabaaee01375f80276bb37f2ac3', class: `road-phone-input-select ${isErrorClass} ${isInvalidClass}`, slot: "prepend" }, h("select", { key: '8b226ae681f17788d5c476d531614b6063eff700', id: selectId, class: `form-select-area has-value`, "aria-disabled": this.disabled ? 'true' : null, disabled: this.disabled, onChange: (event) => this.handleSelect(event), "aria-label": this.codeLabel, tabIndex: this.disabled ? -1 : 0 }, this.countryOptions && this.countryOptions.map(option => (h("option", { value: option.value, disabled: option.disabled, selected: option.selected }, option.label)))), h("label", { key: 'b12b6fcbf96de164bca500332d9f9b363e6af4bc', class: "form-select-area-label", id: labelId, htmlFor: selectId }, this.codeLabel), h("label", { key: '04843eb39336e241d60d5983c1e92a6af3edead4', class: "form-select-area-value", id: valueId, htmlFor: selectId }, "+", this.selectedCountryCode)), h("input", { key: 'fb9a9b002c1638df2eb593c6f95181cca6b91c14', type: 'tel', id: inputId, class: `input-${sizes} phone-number-input-field ${hasValueClass} ${isErrorClass}`, value: this.phoneValue, required: this.required, tabIndex: 0, onInput: (event) => this.handleInput(event) }), h("label", { key: '83bafd94dea321d0a8ab7cd50cc6d29f71d83d34', class: "phone-number-input-label", id: labelId, htmlFor: inputId }, this.phoneLabel)), this.errorMessage
1366
+ return (h(Host, { key: '24cd537172b031b54a8d4b551316c6d35ebfb457' }, h("div", { key: 'fb2728e530fca3d44e2bd54ad5c326bffdec704e', class: 'phone-number-inputs-container' }, h("div", { key: 'f8143383f1a4d27a6e1d0f5d31396b08fee31ad7', class: `road-phone-input-select ${isErrorClass} ${isInvalidClass}`, slot: "prepend" }, h("select", { key: 'bc5cd7865dced3c1a7a8c412ce487a1e95c74bd9', id: selectId, class: `form-select-area has-value`, "aria-disabled": this.disabled ? 'true' : null, disabled: this.disabled, onChange: (event) => this.handleSelect(event), "aria-label": this.codeLabel, tabIndex: this.disabled ? -1 : 0 }, this.countryOptions && this.countryOptions.map(option => (h("option", { value: option.value, disabled: option.disabled, selected: option.selected }, option.label)))), h("label", { key: '2a460863f32b098caa5bc47aade77089038d1cb1', class: "form-select-area-label", id: labelId, htmlFor: selectId }, this.codeLabel), h("label", { key: '747540f6cf9f2402e12f370970631c44177fda73', class: "form-select-area-value", id: valueId, htmlFor: selectId }, "+", this.selectedCountryCode)), h("input", { key: '02b9cb47645876729fb4206c8c930f4a214f53a3', type: 'tel', id: inputId, class: `input-${sizes} phone-number-input-field ${hasValueClass} ${isErrorClass}`, value: this.phoneValue, required: this.required, tabIndex: 0, onInput: (event) => this.handleInput(event) }), h("label", { key: 'c3de74c259cc32edd1cd107bab4bb8c00be91fb5', class: "phone-number-input-label", id: labelId, htmlFor: inputId }, this.phoneLabel)), this.errorMessage
1367
1367
  && this.errorMessage !== ''
1368
- && h("p", { key: '01aafef72de6d89f0f8bbd912759ea98b3992e87', class: "invalid-feedback" }, h("road-icon", { key: '02a98a05942b1c096a70a4112c0f074faa5843d7', slot: "start", color: 'danger', name: "alert-error-solid", "aria-hidden": "true", size: "sm" }), this.errorMessage)));
1368
+ && h("p", { key: '334407a43c985abd508a0dd38a88af4e2587a525', class: "invalid-feedback" }, h("road-icon", { key: 'c9bfb7b1a24f0ea3f2cc8a335e28c99c38a5c004', slot: "start", color: 'danger', name: "alert-error-solid", "aria-hidden": "true", size: "sm" }), this.errorMessage)));
1369
1369
  }
1370
1370
  get el() { return getElement(this); }
1371
1371
  };
@@ -105,10 +105,10 @@ const PlateNumber = class {
105
105
  render() {
106
106
  const value = this.getValue();
107
107
  const motorbikeClass = this.motorbike ? 'motorbike-plate' : '';
108
- return (h("road-input-group", { key: 'ff8a8904113c2ba38d351de6d7e8a5ca6552344e', class: `plate-number plate-number-${this.country.toLowerCase()} ${motorbikeClass}` }, h("label", { key: '00a82c0c874d044dffae46bcd3c125cabf93871e', slot: "prepend", class: "input-group-prepend" }, h("div", { key: 'f19852dda75eead5634c48bdd95db8e69b3fcf2d', class: "plate-number-start" }, h("road-icon", { key: '9e8ec737ee80c35402b26ac104a31f9df199fe86', class: "plate-number-icon", icon: licensePlateStarEu }), h("div", { key: '2f3483237c65a1cb542ebd3abd7caa43c8d0fb60', class: "plate-number-location", "aria-label": this.country, role: "img" }, this.countries
108
+ return (h("road-input-group", { key: '078fe518c39b731041ebff1825b9119d0f0ceb94', class: `plate-number plate-number-${this.country.toLowerCase()} ${motorbikeClass}` }, h("label", { key: '7eb5ad6dc9eaff3f22398d37fc0f352779aa70c7', slot: "prepend", class: "input-group-prepend" }, h("div", { key: '1b40d4b4f5cafedbc76cf31441012a1c006d6afb', class: "plate-number-start" }, h("road-icon", { key: 'aacc90e679c24a386964d6d12088a1a4e499ac80', class: "plate-number-icon", icon: licensePlateStarEu }), h("div", { key: 'bfc3dee0ba4400aed94e31f3bbb6ce0c716f15b4', class: "plate-number-location", "aria-label": this.country, role: "img" }, this.countries
109
109
  .filter(item => item.country === this.country)[0].letter))), this.motorbike
110
110
  ? (h("textarea", { class: "form-control plate-number-input mb-0", disabled: this.disabled, placeholder: this.placeholder != null ? this.placeholder : this.countries.filter(item => item.country === this.country)[0].placeholder, readOnly: this.readonly, maxlength: "9", rows: 2, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus }))
111
- : (h("input", { class: "plate-number-input mb-0", disabled: this.disabled, placeholder: this.placeholder != null ? this.placeholder : this.countries.filter(item => item.country === this.country)[0].placeholder, readOnly: this.readonly, value: value, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus })), h("label", { key: '0378a2bbcaa0fd90f7a3f195f1a4e31806e2ff13', slot: "append", class: "input-group-append" }, h("div", { key: 'fddb65007529730731c4410cf407bdcbcfcbbf93', class: "plate-number-end" }))));
111
+ : (h("input", { class: "plate-number-input mb-0", disabled: this.disabled, placeholder: this.placeholder != null ? this.placeholder : this.countries.filter(item => item.country === this.country)[0].placeholder, readOnly: this.readonly, value: value, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus })), h("label", { key: 'bbdbde5a98aec4e5d91b3c39af8f5e8d7141730d', slot: "append", class: "input-group-append" }, h("div", { key: '506043ccefb71abc11caf7f0f865ca13d1cd2bdc', class: "plate-number-end" }))));
112
112
  }
113
113
  static get watchers() { return {
114
114
  "value": ["valueChanged"]
@@ -26,7 +26,7 @@ const Dropdown = class {
26
26
  this.isOpen = false;
27
27
  }
28
28
  render() {
29
- return (h("details", { key: 'b87c57717a2b24c36a021566c0caf902be2dc730', class: "dropdown", open: this.isOpen }, h("summary", { key: '5b8a7a636d992b9f7cf087de5792f77570b031a7', "aria-expanded": `${this.isOpen}`, tabindex: "0", role: "button", onClick: this.onClick }, h("div", { key: '8fa86bcbcb09361bbddbdaf02e239c1a6ee439b2', class: `d-flex` }, h("div", { key: '8f72235d6d44e20671022d84718aecf76cb0f2a2' }, h("road-avatar", { key: '5a3075b025e47fd0c5e092863fae3a111ca5b737' }, h("slot", { key: 'e736fe17013d86ca78a4bca99af10e6a595c151c', name: "avatar" }))))), h("div", { key: 'c12f79bff86f7674764ff9f498394a172044997a', class: `dropdown-menu` }, h("div", { key: '9ea9939892d5b0b21a45d99120981887ee7816ed', class: "profil-item" }, h("road-avatar", { key: '3c24e96cf92bc6979c0d5212cb58285b35598de9', size: "sm" }, h("slot", { key: 'c8ce0ac4929af5c830628c477cec9dbfc584fd7e', name: "avatarItem" })), h("div", { key: '981466eec9a42648620fa4d77d0294bdde264316', class: "profil-item-info" }, h("span", { key: 'aca08ad4ffb9439e649a5f83d3b34a4813465372', class: "profil-item-info-name" }, h("slot", { key: 'c7fa79f90c906e705cb89b1b1eea664f7852aa60', name: "name" })), h("road-label", { key: '77410fe9d9f4af29ecc59f787840a39490ebbf26' }, h("slot", { key: '5055c32f3bfefc68084e42417ab54959e2d1fae7', name: "email" })))), h("slot", { key: '656ad0ffc1bb8ebb1725ddf823ffc29384448a0a', name: "list" }))));
29
+ return (h("details", { key: '6b4e442ce01f574182606e7c09e63e6d8e0d96b9', class: "dropdown", open: this.isOpen }, h("summary", { key: '96a1c367ac0b6602e6e8151579b108783ba53c8e', "aria-expanded": `${this.isOpen}`, tabindex: "0", role: "button", onClick: this.onClick }, h("div", { key: 'f01c4d03a12d00874238e2aa3abb7be483e45476', class: `d-flex` }, h("div", { key: 'ec9d487f6cffc7e6e754f560302ecf209b48805a' }, h("road-avatar", { key: '3f6b7e0ad05414771176f7b7e28cfc79b9590e34' }, h("slot", { key: 'd38ff4e91a859e64da6788f10cf341ade9efdfd5', name: "avatar" }))))), h("div", { key: '49c70f04f60cd49f8f7dea3f3edf538886245a6e', class: `dropdown-menu` }, h("div", { key: '251bc17b6dd66d76d780f8736df547b07b8ea028', class: "profil-item" }, h("road-avatar", { key: '0facee183c2290c5dbfaf78a38bbd040693124c0', size: "sm" }, h("slot", { key: '578b32315727e7193fc88e3a2c3f8dde364970da', name: "avatarItem" })), h("div", { key: '7faa802856269a4440b8602772acc2cfde110341', class: "profil-item-info" }, h("span", { key: 'efbeb25518e9a70da4fa52d6633abcc304efd9ae', class: "profil-item-info-name" }, h("slot", { key: 'bbfe23bb0e4832bb62a9f4232fd0291981fdbaa4', name: "name" })), h("road-label", { key: '2abf8f36c90e55491484a9c8f040a68bd2255be6' }, h("slot", { key: '4fb41b62b83d688e1ba940c784d1947a64e7a17a', name: "email" })))), h("slot", { key: '0fa5e3352f774d950d5d2cd4ad3e44b0eb106140', name: "list" }))));
30
30
  }
31
31
  get el() { return getElement(this); }
32
32
  };
@@ -23,7 +23,7 @@ const Stepper = class {
23
23
  const urlStep1 = this.urlStep1 !== undefined ? `${this.urlStep1}` : '#';
24
24
  const urlStep2 = this.urlStep2 !== undefined ? `${this.urlStep2}` : '#';
25
25
  const urlStep3 = this.urlStep3 !== undefined ? `${this.urlStep3}` : '#';
26
- return (h(Host, { key: '2f7ef35d5517a148676c46d55561a47092ed0ff3' }, h("nav", { key: 'efe3d51a472a7472a9f2f0da1403e223bca22513' }, h("ul", { key: 'f4046d581b8ed717bda8be93efa0870bfa7e4369', class: `${colorClass}` }, h("li", { key: 'fb431196011a0cd284847f13b1d5999e69487b5b', class: `${stateClass}` }, h("a", { key: '28b3e5b0c12593b2c26832777766524f5342c253', class: "progress-indicator-horizontal-link", href: `${urlStep1}` }, h("span", { key: '535d3f5fc73aa22f87a9284ee4498dd975c3e977', class: "progress-indicator-horizontal-icon" }, h("slot", { key: '492dbf0cfff34689a1513714c475a9f2b4cc6727', name: "progress-indicator-horizontal-icon" })), h("span", { key: 'ecaf988f2dec663478169103b34820cdf7da4702', class: "progress-indicator-horizontal-title" }, h("slot", { key: '4443bf77b78b0fcbb44046b95a9121abe0e22226', name: "progress-indicator-horizontal-title" })))), h("li", { key: '15328f9d9a15ada2ff751b651084bfa0e83f7d5a', class: `${stateSecondStepClass}` }, h("a", { key: '441f9a53903b3a14d0fab8296213ce10f16dc5b6', class: "progress-indicator-horizontal-link", href: `${urlStep2}` }, h("span", { key: '31b6487818279d37e486acb20363b527762481da', class: "progress-indicator-horizontal-icon" }, h("slot", { key: 'b03d967c5a09640253b5edb8425f855d8eb790bc', name: "progress-indicator-horizontal-icon2" })), h("span", { key: 'bfcd4994aa5fb7eee27419033b87f0e248ddeb81', class: "progress-indicator-horizontal-title" }, h("slot", { key: 'f5a493c800b9f7466ffb85d37d460844cbb05573', name: "progress-indicator-horizontal-title2" })))), this.numberStep == 3 && h("li", { key: 'bca52096f27dc5e9ae3e12419882b4dd7a8bc1d9', class: `${stateThirdStepClass}` }, h("a", { key: '74f8d7e8fef0f43a07d1cca3f5233d364e77eca5', class: "progress-indicator-horizontal-link", href: `${urlStep3}` }, h("span", { key: 'f37905f33aa30a1fe5d64bea3ed352bd22faf729', class: "progress-indicator-horizontal-icon" }, h("slot", { key: '27666dc115efe677af2bf91d73dd5a1f35c28518', name: "progress-indicator-horizontal-icon3" })), h("span", { key: 'cd081a852ac065372324b17e8a3992429b87b16e', class: "progress-indicator-horizontal-title" }, h("slot", { key: 'fd71af01b710df38a3a06ed75757d2df1d8193ea', name: "progress-indicator-horizontal-title3" }))))))));
26
+ return (h(Host, { key: 'f111144edc55e730674a4bd5e1633e5a91b97015' }, h("nav", { key: '7591c2c39a2827b36d351a3b28a85c6156b64b2d' }, h("ul", { key: '78fa0a7bd33e11c970ce71df3e86ad82adf092f4', class: `${colorClass}` }, h("li", { key: '3e395290532c35a096b9c6f24936ed37041f6205', class: `${stateClass}` }, h("a", { key: 'c5eea4f543e4d74d1a0616b2352961edfd5516b5', class: "progress-indicator-horizontal-link", href: `${urlStep1}` }, h("span", { key: 'de796e773f0e4529d0b7fdbe61e6c11d8e6279ca', class: "progress-indicator-horizontal-icon" }, h("slot", { key: 'fb65dc7ad9d3f422bacc3ccba87e2be2171d7f9e', name: "progress-indicator-horizontal-icon" })), h("span", { key: 'd7cf1de8faa1821bba9280c171735e10448b9453', class: "progress-indicator-horizontal-title" }, h("slot", { key: 'f0d15278bee067c765fa466e1e4a368b23c06703', name: "progress-indicator-horizontal-title" })))), h("li", { key: '25fb14e2d761124258ac90fcd3c7df82a3d77e16', class: `${stateSecondStepClass}` }, h("a", { key: 'f253c9d89b3fa7f430be3bdcdfe8cacd828fdbe0', class: "progress-indicator-horizontal-link", href: `${urlStep2}` }, h("span", { key: 'd85c7358d428abb5ee621355cab2c8c1f87c802a', class: "progress-indicator-horizontal-icon" }, h("slot", { key: '1c7b3678964d7cb76420b427654488f745f58491', name: "progress-indicator-horizontal-icon2" })), h("span", { key: 'f9df661db7d252d4660652a3c1a4cfbbc000a7d0', class: "progress-indicator-horizontal-title" }, h("slot", { key: 'b58b9a83c49dbf5883f12380d659f65a68167181', name: "progress-indicator-horizontal-title2" })))), this.numberStep == 3 && h("li", { key: '93e3ff18e0f07844d00fed42acb091b9482798d5', class: `${stateThirdStepClass}` }, h("a", { key: '10ea0a5904d2308eeefc1707a3fdb596c4cdb4e3', class: "progress-indicator-horizontal-link", href: `${urlStep3}` }, h("span", { key: '7da570caa2a771389acc1b44870f2712afb17b96', class: "progress-indicator-horizontal-icon" }, h("slot", { key: '5235530ca67e9c2730eb1130e7f98454bb3c58d1', name: "progress-indicator-horizontal-icon3" })), h("span", { key: '22d8d0d86ad2b8035b91a63783381c8f7c40e2dd', class: "progress-indicator-horizontal-title" }, h("slot", { key: '06193f06fa83c0d64ed13ad40e6a37f73da7592e', name: "progress-indicator-horizontal-title3" }))))))));
27
27
  }
28
28
  };
29
29
  Stepper.style = RoadProgressIndicatorHorizontalStyle0;
@@ -8,7 +8,7 @@ const ProgressIndicatorVerticalItem = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: '17ae276834ff832dcf77111aeeda48b8ca9dc72e' }, h("slot", { key: '624e68ac134752cb835e1cfdba7aa1db8d1f5152' })));
11
+ return (h(Host, { key: '0c9d2ff669b0e8c23d2e319e02811af7b572c7d9' }, h("slot", { key: 'd8c61ee8af278f07e4431fe67551b9627b1e8fe1' })));
12
12
  }
13
13
  };
14
14
  ProgressIndicatorVerticalItem.style = RoadProgressIndicatorVerticalItemStyle0;
@@ -8,7 +8,7 @@ const ProgressIndicatorVertical = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: '8df70b09eb63e027b39c4843ae497cef5e39c2ed' }, h("nav", { key: '0d6025a44bd845363096fc6e002a334263dac3c9' }, h("ul", { key: '4d81713de26f798637118ee3af681eb6f668513f' }, h("li", { key: 'bb4bf5dd01f940e3811ab5adf4a90d05ef4fab8c' }, h("slot", { key: '18e8f5f3cddb2a2c6816127596d469a93ca2430c' }))))));
11
+ return (h(Host, { key: '7cb6fe2a4a78937fc84bd9b0daf0c9445a051fc5' }, h("nav", { key: 'da179588065c7d0e9469a067eee27aeb7d497ab5' }, h("ul", { key: '232392a6dc63b3923550dd58db7ba2eae621a79b' }, h("li", { key: '7e545e5818a67bc4fce6b97b4d26191da6f58c4c' }, h("slot", { key: 'c815524158b6e599dfbbaaae21cee71abc33583a' }))))));
12
12
  }
13
13
  };
14
14
  ProgressIndicatorVertical.style = RoadProgressIndicatorVerticalStyle0;
@@ -8,7 +8,7 @@ const ProgressTrackerItem = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: 'f0323f8e11d15162868f6679d958a7eb3c732c94' }, h("slot", { key: 'f723c3ff78b34c68bbe3f675d93ff61a6eb24a27' })));
11
+ return (h(Host, { key: 'f080eb45be07dd54b9f028b96febd5b7090527cf' }, h("slot", { key: '9ac63fa7a9a0d4e533dbc1a0a96fe93ea9a8034e' })));
12
12
  }
13
13
  };
14
14
  ProgressTrackerItem.style = RoadProgressTrackerItemStyle0;
@@ -8,7 +8,7 @@ const ProgressTracker = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: '558bbc6dc32d8f5e29cd9dd0e33ff210bc8e231f' }, h("nav", { key: '386429b7b2670bd9e1cfde6eb895fcdb9fc26a66' }, h("ul", { key: '67357a2d0f7777b39b390a6fc1f2609f7e504f0d' }, h("li", { key: '6bd942a3d6c358f1988b58b16c65bc1f635c690f' }, h("slot", { key: '47ab21f544caa20f3623d7a6b299a84cb17b2927' }))))));
11
+ return (h(Host, { key: '32c91397fb443308453f8756ffbbb4b3aef1ac80' }, h("nav", { key: '9eada9c4e79a0deddce2f431834e454bd184dc1e' }, h("ul", { key: '9c51d05a05e3395ec75ee2ec99c466c545075719' }, h("li", { key: '551f69d0d79aa99104e38d52b1b17686fc0bd82c' }, h("slot", { key: '64c3a9c01936473628282b0caa49746bb97f1b78' }))))));
12
12
  }
13
13
  };
14
14
  ProgressTracker.style = RoadProgressTrackerStyle0;
@@ -59,7 +59,7 @@ const ProgressBar = class {
59
59
  let step = Math.ceil((this.value / 100) * this.numbersteps);
60
60
  step = Math.min(step, this.numbersteps);
61
61
  step = Math.max(step, 0);
62
- return (h(Host, { key: 'b95f31407c58d8d7d6a25044b76c8f2f233d74d1', class: "progress-element" }, h("div", { key: 'dfa03b1cbb5e4c417eed00d25b394fd7208e0f14', class: `${light} progress-${this.color} ${animation}` }, h("div", { key: '7f0ca4d17c77c88d24457ac9b5a5112ff11ddbf2', class: "progress-bar", role: "progressbar", style: { width: `${progressBarFilledPercentage}%` }, "aria-valuenow": progressBarFilledPercentage, "aria-valuemin": "0", "aria-valuemax": "100", "aria-labelledby": "loadinglabel", "aria-label": "progress bar" })), h("div", { key: '45cc2ee26a70152ada39408101f675ffb3470fc2', class: `${fullwidth}` }, h("span", { key: '545f2ab462c04d2f3b38b0c2de1b067f639e864a', id: "loadinglabel", class: "progress-element-label" }, this.label), this.showstep && (h("span", { key: '2d79c6432b78f9f4cbb2ae4c4afcf2a4de9c0a3a', class: "progress-element-step" }, step, "/", this.numbersteps)))));
62
+ return (h(Host, { key: '09665cbad7d552d5fdedb655e474a917bbc7108c', class: "progress-element" }, h("div", { key: '3fd59f777ad3b7a0de6079b24e2ff5369574a1be', class: `${light} progress-${this.color} ${animation}` }, h("div", { key: 'ffc8433bdb99c8ad33e025b39ff032be6f7b5c0d', class: "progress-bar", role: "progressbar", style: { width: `${progressBarFilledPercentage}%` }, "aria-valuenow": progressBarFilledPercentage, "aria-valuemin": "0", "aria-valuemax": "100", "aria-labelledby": "loadinglabel", "aria-label": "progress bar" })), h("div", { key: '9974af0eb6c68404b5ed3b11aa8f3f9e814181a0', class: `${fullwidth}` }, h("span", { key: '2f9724da220d0c3148d62b251a8a249efb974bd2', id: "loadinglabel", class: "progress-element-label" }, this.label), this.showstep && (h("span", { key: '695c562d666a72a9d4e29dc0d8a060bbd9745895', class: "progress-element-step" }, step, "/", this.numbersteps)))));
63
63
  }
64
64
  };
65
65
  ProgressBar.style = RoadProgressStyle0;
@@ -57,7 +57,7 @@ const RadioCard = class {
57
57
  const inlineClass = this.inline ? 'form-radio-inline' : '';
58
58
  const selectedClass = this.isSelected || this.selected ? 'radio-card-selected' : '';
59
59
  const disabledClass = this.disabled ? 'radio-card-disabled' : '';
60
- return (h(Host, { key: 'c0910c6654a5a43b06b48b784177d52fcad7d0e9', class: `form-radio ${inlineClass}` }, h("div", { key: '52b04eb5baf4321d07da8dc13cb213491c7f8376', class: `radio-card ${selectedClass} ${disabledClass}`, onClick: this.onClick }, h("input", { key: 'e196a6962b45f72b80f3f5837e168fb3a29618f0', ref: el => this.inputEl = el, class: "form-radio-input", type: "radio", id: this.radioId, name: this.name, disabled: this.disabled, "aria-disabled": this.disabled ? 'true' : undefined, checked: this.isSelected || this.selected, "aria-labelledby": labelId, value: this.value, onFocus: this.onFocus, onBlur: this.onBlur, onChange: () => { } }), h("label", { key: '2bfe44595464f2977c3ce6603a1e6b74e5b36a25', class: "form-radio-label", htmlFor: this.radioId, id: labelId }, h("div", { key: 'b7e50b7fc4ace0011ba413bffa7d99d048083710', class: "slot-wrapper" }, h("slot", { key: '2026d471ed70c8bd6a773ec108583eeb2d721b93' }))))));
60
+ return (h(Host, { key: '855a082bcd5ab1d2a76e276c9e026efda529b785', class: `form-radio ${inlineClass}` }, h("div", { key: '1b76deba72dbfb07eb160c7791a9b02b4b5bcc5b', class: `radio-card ${selectedClass} ${disabledClass}`, onClick: this.onClick }, h("input", { key: '34d7a61463f55efcb9a13b4651f297d89e0a922b', ref: el => this.inputEl = el, class: "form-radio-input", type: "radio", id: this.radioId, name: this.name, disabled: this.disabled, "aria-disabled": this.disabled ? 'true' : undefined, checked: this.isSelected || this.selected, "aria-labelledby": labelId, value: this.value, onFocus: this.onFocus, onBlur: this.onBlur, onChange: () => { } }), h("label", { key: '1f0d49a8d711e9c6f232f82bce3f9a942544b124', class: "form-radio-label", htmlFor: this.radioId, id: labelId }, h("div", { key: '7349a2e57c95bcc4c43314cdfe270b7c51f33146', class: "slot-wrapper" }, h("slot", { key: '433d85a6e2807076f215d2c52f1d077030e9f2da' }))))));
61
61
  }
62
62
  get el() { return getElement(this); }
63
63
  };
@@ -70,7 +70,7 @@ const RadioGroup = class {
70
70
  render() {
71
71
  const labelId = `${this.radioGroupId}-label`;
72
72
  const isInvalidClass = this.error !== undefined && this.error !== '' ? 'is-invalid' : '';
73
- return (h(Host, { key: '92a0a50c9deb1ec6e7e14a18c953019deac3aa5a', role: "radiogroup", class: `form-group ${isInvalidClass}`, "aria-label": this.ariaLabel, onClick: this.onClick }, this.label && h("p", { key: '5b6cc3d7aed55eb469fc0abf5b85c93402df832f', class: "text-content", id: labelId }, this.label, " ", this.asterisk && h("span", { key: '8d38bdc1820b184757bed13a389cd81179a4eab6', class: "asterisk" }, "*")), h("slot", { key: '6e45e1330d3f2a078ec3e3e6562a14025d377f6b' }), this.error && this.error !== '' && h("p", { key: '8271bf6be84430530d6f13ff30b4589ea018a322', class: "invalid-feedback" }, this.error), this.helper && this.helper !== '' && h("p", { key: 'ffe6ae4713d74c66f995f0b6ed7e459a5096d5f1', class: "helper" }, this.helper)));
73
+ return (h(Host, { key: 'a92111d5ffff6b6eda6efa01fe8c92a390c1df04', role: "radiogroup", class: `form-group ${isInvalidClass}`, "aria-label": this.ariaLabel, onClick: this.onClick }, this.label && h("p", { key: 'fdb15769c6127b65fb2751aceef0dcb92f7c058d', class: "text-content", id: labelId }, this.label, " ", this.asterisk && h("span", { key: '8a32ab70a954b770ce0c71c1d1c3b17154184d5e', class: "asterisk" }, "*")), h("slot", { key: '69e54cd769b20ef75f5c0fe5ad4410ff9939ccc2' }), this.error && this.error !== '' && h("p", { key: '92f290c57411ea5600c45548f5b02d9a66db43a8', class: "invalid-feedback" }, this.error), this.helper && this.helper !== '' && h("p", { key: '90fd15fe58413798a2de75b7636d8a3df749df5b', class: "helper" }, this.helper)));
74
74
  }
75
75
  get el() { return getElement(this); }
76
76
  static get watchers() { return {
@@ -81,7 +81,7 @@ const Radio = class {
81
81
  const inverseClass = this.inverse && 'form-radio-inverse';
82
82
  const isInvalidClass = this.error ? 'is-invalid' : '';
83
83
  const inlineClass = this.inline ? 'form-radio-inline' : '';
84
- return (h(Host, { key: '586f04a19cf450f18483a2b9efa5b28d44e1677c', class: `form-radio ${inlineClass}` }, h("input", { key: 'd66ab388470a1c6e2f4ae3ceb5ae8aa8c85eecf5', class: `form-radio-input ${isInvalidClass}`, type: "radio", id: this.radioId, name: this.name, required: this.required, disabled: this.disabled, "aria-disabled": this.disabled ? 'true' : null, checked: this.checked, "aria-checked": `${this.checked}`, "aria-labelledby": labelId, value: this.value, onFocus: this.onFocus, onBlur: this.onBlur }), h("label", { key: '709969471cc1db265d7eb44e608ed0ef496cc72d', class: `form-radio-label ${inverseClass}`, id: labelId, htmlFor: this.radioId }, this.label, " ", h("span", { key: 'd551c29f4895ca78cb7bb331861d783281416749', class: "form-radio-label-span" }, this.secondaryLabel))));
84
+ return (h(Host, { key: '8527b5ca6ed9c45a9fe7fc8dca12b6dafb159175', class: `form-radio ${inlineClass}` }, h("input", { key: '82f44c9ebb76379f1c2ae8e7978b82167929729d', class: `form-radio-input ${isInvalidClass}`, type: "radio", id: this.radioId, name: this.name, required: this.required, disabled: this.disabled, "aria-disabled": this.disabled ? 'true' : null, checked: this.checked, "aria-checked": `${this.checked}`, "aria-labelledby": labelId, value: this.value, onFocus: this.onFocus, onBlur: this.onBlur }), h("label", { key: '5e12d52490a2ae6cacf0eef9abb225626ec75a2c', class: `form-radio-label ${inverseClass}`, id: labelId, htmlFor: this.radioId }, this.label, " ", h("span", { key: '8c1c4c69075836741bbc89a0460fc47f8d4486e1', class: "form-radio-label-span" }, this.secondaryLabel))));
85
85
  }
86
86
  get el() { return getElement(this); }
87
87
  };
@@ -86,14 +86,14 @@ const Range = class {
86
86
  render() {
87
87
  const value = this.getValue();
88
88
  const datalist = this.showLabels !== undefined ? `tickmarks` : "";
89
- return (h(Host, { key: '70682c392f1e20883fb831efc8de0f9a067b3009', tabindex: "0", class: { disabled: this.disabled } }, h("div", { key: '981f26d40294cd905075d0745e4728543bdc618e', class: "form-group d-flex align-items-end" }, this.showTick && (h("road-icon", { key: '43f2969c43d2573de4db51261263ff22d834cc89', icon: navigationAddLessSolid, class: "mr-8", size: "sm" })), h("div", { key: '2009bfe7013711fcac093f8c67f54daf8f293d05', class: "form-range", style: {
89
+ return (h(Host, { key: '4a3eac8fe972c4da37712c2bfb9f9368a2c5e0e4', tabindex: "0", class: { disabled: this.disabled } }, h("div", { key: '7ede74bdbb7f85124b250a02f312e0fa8672b445', class: "form-group d-flex align-items-end" }, this.showTick && (h("road-icon", { key: 'bbfe778ba2082b82dac80d2c9b11b032ae4d3dc5', icon: navigationAddLessSolid, class: "mr-8", size: "sm" })), h("div", { key: 'a5617bb934ee0e8f481d4cbbe334ecdcccb80f4a', class: "form-range", style: {
90
90
  "--min": this.min,
91
91
  "--max": this.max,
92
92
  "--value": value,
93
93
  "--background-color": this.disabled
94
94
  ? "var(--road-surface-disabled)"
95
95
  : "initial",
96
- } }, this.showValue && h("output", { key: 'b918d44808d44f446f88781b56a18da28768d184' }), this.showLabels && h("slot", { key: '341f43e617bca8decaa791170065658cf5c57923', name: "datalist" }), h("input", { key: '20d9d42bcfd89eb76a9459571cec4e790d8904f4', type: "range", class: "form-range-input", id: this.rangeId, min: this.min, max: this.max, value: value, onInput: this.onInput, list: datalist, "aria-label": "Valeur", tabindex: "0", disabled: this.disabled }), h("label", { key: '6ff1fbdc6111509511a1e50e0e65f43ec692f74f', class: "form-range-label" }, "Valeur"), h("div", { key: 'fadff2d5d9fda1b85290a4c39697968b13470412', class: "form-range-progress" })), this.showTick && (h("road-icon", { key: '79f4b51b9e695692777ab37b36511dfc8209812c', icon: navigationAddMoreSolid, class: "ml-8", size: "sm" })))));
96
+ } }, this.showValue && h("output", { key: 'f8fb6174412f03e9e0ada70b79715b8892c394e7' }), this.showLabels && h("slot", { key: '77278e535a1cf754b21ef12ebd1650aa03942ad0', name: "datalist" }), h("input", { key: 'c40fc31c0744955b440b162e5cddaa7c7b2119a3', type: "range", class: "form-range-input", id: this.rangeId, min: this.min, max: this.max, value: value, onInput: this.onInput, list: datalist, "aria-label": "Valeur", tabindex: "0", disabled: this.disabled }), h("label", { key: 'ec72158b6b0f7128aee76222506a6ecf80bbf43c', class: "form-range-label" }, "Valeur"), h("div", { key: 'ec3ba04cbb45a2af707f81e0fd05fbbb868c8187', class: "form-range-progress" })), this.showTick && (h("road-icon", { key: '293312e73482a2dafe8ef694ae2e56e3f37955bb', icon: navigationAddMoreSolid, class: "ml-8", size: "sm" })))));
97
97
  }
98
98
  get el() { return getElement(this); }
99
99
  static get watchers() { return {
@@ -42,7 +42,7 @@ const Rating = class {
42
42
  const sizeRatingStarsClass = this.size !== undefined ? `rating-stars rating-stars--${this.size}` : 'rating-stars';
43
43
  const sizeRatingNumberClass = this.size !== undefined ? `rating-number rating-number--${this.size}` : 'rating-number';
44
44
  const readOnly = this.readonly == true ? `readonly` : '';
45
- return (h(Host, { key: 'de9146b27a97204cf394332ed3cd39872b2021be' }, h("div", { key: '10e5404e7b77281cbc6db3c7b5443158cff0d5d2', class: `${sizeRatingStarsClass}` }, [...Array(rate)].map(() => h("road-icon", { icon: star, size: "sm", color: "warning" })), [...Array(rateDecimale)].map(() => h("road-icon", { icon: starHalfColor, size: "sm", class: "rating-star" })), [...Array(5 - rate - rateDecimale)].map(() => h("road-icon", { icon: star, size: "sm", class: "rating-star" }))), this.readonly == false && this.showreviews && h("a", { key: 'ba4c82ef9eff58a95cb6049839c26c2a2e74dd2d', class: `${sizeRatingNumberClass}`, href: this.url }, "(", this.reviews, this.reviewsText && ` ${this.reviewsText}`, ")"), this.readonly == true && this.showreviews && h("road-label", { key: 'd7066a54aecd03e699e63ef2c4546a350252712a', class: `${sizeRatingNumberClass} ${readOnly}` }, "(", this.reviews, this.reviewsText && ` ${this.reviewsText}`, ")")));
45
+ return (h(Host, { key: 'f3317daf4cdd2e6a539936c9dbe095c791ce883d' }, h("div", { key: 'fe4e3b262592ca714e26f7cc03ac9ba4435d0b51', class: `${sizeRatingStarsClass}` }, [...Array(rate)].map(() => h("road-icon", { icon: star, size: "sm", color: "warning" })), [...Array(rateDecimale)].map(() => h("road-icon", { icon: starHalfColor, size: "sm", class: "rating-star" })), [...Array(5 - rate - rateDecimale)].map(() => h("road-icon", { icon: star, size: "sm", class: "rating-star" }))), this.readonly == false && this.showreviews && h("a", { key: '17bd3fb3ecbbd6e040c3c9c70fb92b9af90ee6b1', class: `${sizeRatingNumberClass}`, href: this.url }, "(", this.reviews, this.reviewsText && ` ${this.reviewsText}`, ")"), this.readonly == true && this.showreviews && h("road-label", { key: '5dba1d64ca367649797df7b872789e7cdc130e8c', class: `${sizeRatingNumberClass} ${readOnly}` }, "(", this.reviews, this.reviewsText && ` ${this.reviewsText}`, ")")));
46
46
  }
47
47
  };
48
48
  Rating.style = RoadRatingStyle0;
@@ -24,7 +24,7 @@ const ButtonBar = class {
24
24
  this.selectedTabChanged();
25
25
  }
26
26
  render() {
27
- return (h(Host, { key: 'a5bf3fc09d2e077e087ae5246ee562aed29472a5', role: "tablist" }, h("slot", { key: '48a1e2e24b79f769bc35e4d048218210be1b0d56' })));
27
+ return (h(Host, { key: 'd4cf00bc997e0ed05484681fb5fc5f554b3d6fbd', role: "tablist" }, h("slot", { key: 'cadf449cf80d55a0fe297fff440f65f6c096c371' })));
28
28
  }
29
29
  get el() { return getElement(this); }
30
30
  static get watchers() { return {
@@ -55,10 +55,10 @@ const SegmentedButton = class {
55
55
  render() {
56
56
  const { tabIndex, selected, tab } = this;
57
57
  const sizeClass = this.size !== undefined ? `btn-${this.size}` : '';
58
- return (h(Host, { key: 'f97ac52e941a6d41c3cc1ebde88396c7a88bcc5b', onClick: this.onClick, onKeyup: this.onKeyUp, role: "tab", tabindex: tabIndex, "aria-selected": selected ? 'true' : null, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
58
+ return (h(Host, { key: '8b14a7cc7b693e9738cc01498921b86f01a5e2a5', onClick: this.onClick, onKeyup: this.onKeyUp, role: "tab", tabindex: tabIndex, "aria-selected": selected ? 'true' : null, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
59
59
  'tab-selected': selected,
60
60
  [`${sizeClass}`]: true,
61
- } }, h("span", { key: 'd608b3b0da3af5184b3a4faeda5bfc6d643cb14f', tabIndex: -1, class: "button-native", part: "native", "aria-hidden": "true" }, h("span", { key: '6aab4780198238402d5911e60b905d8187624266', class: "button-content" }, h("slot", { key: '12d3b5ebb3de039dffd9d99bd658de975a2ed6df' })))));
61
+ } }, h("span", { key: '2e4d84a1561a9c09b441fd858c3625f784c6794c', tabIndex: -1, class: "button-native", part: "native", "aria-hidden": "true" }, h("span", { key: '2acfa633cb9a32c3554ac7067fd62737bc45b172', class: "button-content" }, h("slot", { key: '1b133f39ff11f8bdd8be0b3d7f780262f0af2e18' })))));
62
62
  }
63
63
  get el() { return getElement(this); }
64
64
  };
@@ -91,7 +91,7 @@ const Tabs = class {
91
91
  return Array.from(this.el.querySelectorAll('road-tab'));
92
92
  }
93
93
  render() {
94
- return (h(Host, { key: 'd1d9e0ab7ed50aa338646a473b2c3e22d4a30f6b', onRoadSegmentedButtonClick: this.onTabClicked }, h("slot", { key: '681bb4fdcf7bc99dd558723c85ea65b6182a7556', name: "top" }), h("slot", { key: '395d680d41e4c831d7e12e2d4b5e83e74d1128cf' })));
94
+ return (h(Host, { key: '51b943aa1730a5869b8d4616e5b9d0a883c3e17c', onRoadSegmentedButtonClick: this.onTabClicked }, h("slot", { key: '14c0de7b24f8a960a331c258ac91dd2ec4e1dda2', name: "top" }), h("slot", { key: 'b8d71615b2b6bbee3ce95754f0b2f0a7c5ef3385' })));
95
95
  }
96
96
  get el() { return getElement(this); }
97
97
  };
@@ -1964,7 +1964,7 @@ const SelectFilter = class {
1964
1964
  const options = this.filteredOptions;
1965
1965
  const isActive = this.isActive ? 'true' : 'false';
1966
1966
  const notActive = this.isActive ? '' : 'not-active';
1967
- return (h(Host, { key: 'b1411c1e27ab139c15417acfe996f70f1412f049', "is-active": isActive }, h("slot", { key: 'cf2229232ebeb1b781f44dac2ce2bcc19eb56282' }), this.isOpen && (h("div", { key: '568f2f9ea1dfa8f6178805062cc5d391fbb1e122', class: `${notActive} select-filter-list`, role: "listbox", onMouseLeave: this.handleMouseLeave }, options.length === 0 ? (h("div", { class: "select-filter-empty" }, "Aucune option")) : (h("ul", { class: "pl-0" }, options.map((option, idx) => (h("li", { class: `select-filter-item ${this.activeIndex === idx ? 'active' : ''}`, role: "option", "aria-selected": this.activeIndex === idx ? 'true' : 'false', onClick: (e) => this.handleOptionClick(option.item.value, option.item.label.replace(/(<([^>]+)>)/gi, ''), e), onMouseOver: () => this.handleOptionMouseOver(idx), innerHTML: option.item.label, tabindex: this.activeIndex === idx ? 0 : -1 })))))))));
1967
+ return (h(Host, { key: '56283f348c18c9f4da780910a296dff17656881e', "is-active": isActive }, h("slot", { key: '43a5b9dadb04f532e62259a415d921b731b7911e' }), this.isOpen && (h("div", { key: 'cac8b402cfaa77e6c84e60a50f73d148475c93f7', class: `${notActive} select-filter-list`, role: "listbox", onMouseLeave: this.handleMouseLeave }, options.length === 0 ? (h("div", { class: "select-filter-empty" }, "Aucune option")) : (h("ul", { class: "pl-0" }, options.map((option, idx) => (h("li", { class: `select-filter-item ${this.activeIndex === idx ? 'active' : ''}`, role: "option", "aria-selected": this.activeIndex === idx ? 'true' : 'false', onClick: (e) => this.handleOptionClick(option.item.value, option.item.label.replace(/(<([^>]+)>)/gi, ''), e), onMouseOver: () => this.handleOptionMouseOver(idx), innerHTML: option.item.label, tabindex: this.activeIndex === idx ? 0 : -1 })))))))));
1968
1968
  }
1969
1969
  get el() { return getElement(this); }
1970
1970
  static get watchers() { return {
@@ -103,7 +103,7 @@ const Select = class {
103
103
  const labelId = this.selectId + '-label';
104
104
  const hasValueClass = this.value && this.value !== '' ? 'has-value' : '';
105
105
  const isInvalidClass = this.error !== undefined && this.error !== '' ? 'is-invalid' : '';
106
- return (h(Host, { key: 'fb313bb494596711a3b9f5c893ad32718d8b91b9', class: this.sizes && `select-${this.sizes}` }, h("select", { key: '1414476677d43a66f4386b33d0e214dfda608f3c', class: `form-select ${hasValueClass} ${isInvalidClass}`, id: this.selectId, "aria-disabled": this.disabled ? 'true' : null, autoFocus: this.autofocus, disabled: this.disabled, name: this.name, required: this.required, size: this.size, onChange: this.onChange, onFocus: this.onFocus, onBlur: this.onBlur }, h("option", { key: 'e76bb7a68a1876237168287ed1c644489b01ae1d', selected: !this.value, disabled: true, hidden: true, style: { display: 'none' }, value: "" }), this.options && this.options.map(option => (h("option", { value: option.value, selected: this.value !== null && option.value == this.value }, option.label)))), h("label", { key: 'a8e873fecdd61d0b329cac070f3705aaf534e846', class: "form-select-label", id: labelId, htmlFor: this.selectId }, this.label), this.error && this.error !== '' && h("p", { key: '82ba6e3b17d05cd9b90ce1b47c1fabe7673753d2', class: "invalid-feedback" }, this.error), this.helper && this.helper !== '' && h("p", { key: '6641b93d7b62266d671196f340d8ff2b385b5159', class: "helper" }, this.helper)));
106
+ return (h(Host, { key: '252c4ae08501f73688cf0c7c7b0830439f1f8e1f', class: this.sizes && `select-${this.sizes}` }, h("select", { key: '28001067f4222640b9a7d4a93692ff94593651c1', class: `form-select ${hasValueClass} ${isInvalidClass}`, id: this.selectId, "aria-disabled": this.disabled ? 'true' : null, autoFocus: this.autofocus, disabled: this.disabled, name: this.name, required: this.required, size: this.size, onChange: this.onChange, onFocus: this.onFocus, onBlur: this.onBlur }, h("option", { key: '8933f32a5982c18c456bb06e22a28f67320927b0', selected: !this.value, disabled: true, hidden: true, style: { display: 'none' }, value: "" }), this.options && this.options.map(option => (h("option", { value: option.value, selected: this.value !== null && option.value == this.value }, option.label)))), h("label", { key: '49e2bd5cff399c79900ac65dd37e73bc862f3d00', class: "form-select-label", id: labelId, htmlFor: this.selectId }, this.label), this.error && this.error !== '' && h("p", { key: 'e3a55cc35184e8767ba35ac87cb45e7e24f3c116', class: "invalid-feedback" }, this.error), this.helper && this.helper !== '' && h("p", { key: 'd824610dfb9031aecee47f63c288069ca3aed0b6', class: "helper" }, this.helper)));
107
107
  }
108
108
  static get watchers() { return {
109
109
  "value": ["valueChanged"]
@@ -8,7 +8,7 @@ const Skeleton = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h("span", { key: '33cfe20d51c54101ccf43a5027549fa79d707cab' }, "\u00A0"));
11
+ return (h("span", { key: 'f938a4cd82c542599e6729e9bbfca3fa51573956' }, "\u00A0"));
12
12
  }
13
13
  };
14
14
  Skeleton.style = RoadSkeletonStyle0;
@@ -18,7 +18,7 @@ const Spinner = class {
18
18
  render() {
19
19
  const sizeClass = this.size !== undefined ? `spinner spinner--${this.size}` : 'spinner';
20
20
  const colorClass = this.size !== undefined ? `spinner-circle spinner-circle--${this.color}` : 'spinner-circle';
21
- return (h("svg", { key: '90d3a6eafbf227b79edf5b298b2bd5e212436c7a', class: `${sizeClass}`, viewBox: "25 25 50 50" }, h("circle", { key: '9a90e8724a39005b1a51029b25401fc876149571', class: `${colorClass}`, cx: "50", cy: "50", r: "20" })));
21
+ return (h("svg", { key: '1465d5db948734bba9d01c1371fbe97fba33ccb5', class: `${sizeClass}`, viewBox: "25 25 50 50" }, h("circle", { key: 'f7dd929e5cdef073f60d8e6d651fc3e64e594ced', class: `${colorClass}`, cx: "50", cy: "50", r: "20" })));
22
22
  }
23
23
  };
24
24
  Spinner.style = RoadSpinnerStyle0;
@@ -14,7 +14,7 @@ const Chip = class {
14
14
  this.size = 'sm';
15
15
  }
16
16
  render() {
17
- return (h(Host, { key: '66bf3407592164729d81e1269900dfff160d60ce', class: `chip-${this.size}`, tabindex: "0" }, h("div", { key: 'e037baad33a3be2b430f9c2325abc81f4e7fd015', class: "chip-description" }, h("road-icon", { key: '961d65ef9f31be4444c983c0bd178e19c0f06692', class: "chip-icon", color: "info", icon: alertInfoSolid }), h("slot", { key: '3f1852768aa6a6dc6b234832688f6868b9676591' }))));
17
+ return (h(Host, { key: '22343d5f99de6406223630ccc5ddc4c8363f87ff', class: `chip-${this.size}`, tabindex: "0" }, h("div", { key: '53693f688a08c07d7c5c5c8f6f4ab6ecbad5c783', class: "chip-description" }, h("road-icon", { key: 'd66577297e5c33d7722c3026293830092e9f0239', class: "chip-icon", color: "info", icon: alertInfoSolid }), h("slot", { key: '248ca83089bffdb3695d953cb14ac38a27e10b4d' }))));
18
18
  }
19
19
  };
20
20
  Chip.style = RoadStatusChipStyle0;
@@ -81,11 +81,11 @@ const Switch = class {
81
81
  }
82
82
  render() {
83
83
  const labelId = this.switchId + '-label';
84
- const textLabel = h("label", { key: 'ce7aa5f11558ca65be5c3e67fa4bd195befb93fb', class: "form-switch-label", id: labelId, htmlFor: this.switchId }, this.label);
84
+ const textLabel = h("label", { key: 'b0499c36ab0eb33ac879c37115b6a4754c5d1529', class: "form-switch-label", id: labelId, htmlFor: this.switchId }, this.label);
85
85
  const colorClass = this.color !== undefined ? 'form-switch-' + this.color : '';
86
86
  const isSpacedClass = this.isSpaced && 'form-switch-spaced';
87
87
  const rightSwitchClass = this.hasLeftLabel ? 'form-switch-right' : '';
88
- return (h(Host, { key: '67cb125cd5c23b799ae301f584fe2fbf446a35dd' }, h("input", { key: 'dc19948d6370b14e077eb4725cfcb35916eb779f', class: "form-switch-input", type: "checkbox", id: this.switchId, name: this.name, checked: this.checked, disabled: this.disabled, value: this.value, "aria-checked": `${this.checked}`, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }), h("label", { key: 'fb2645a723c66e5d45d621260f4ef18a172dccc4', class: `form-switch-label ${isSpacedClass} ${colorClass}`, htmlFor: this.switchId }, this.hasLeftLabel && textLabel, h("div", { key: 'a0e6f831b9136f89fcc70ed3004a8551c4b10760', class: `form-switch-lever ${rightSwitchClass}`, "data-off": this.off, "data-on": this.on }), this.hasLeftLabel ? '' : textLabel)));
88
+ return (h(Host, { key: 'a9365fb9fd70d406e5a90d740cead5094861ac79' }, h("input", { key: '8714e6da068a91604e19dfbdba6f6c712c339c07', class: "form-switch-input", type: "checkbox", id: this.switchId, name: this.name, checked: this.checked, disabled: this.disabled, value: this.value, "aria-checked": `${this.checked}`, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }), h("label", { key: 'b181aecf57662fe3d9c4032ef5fbd47709730e85', class: `form-switch-label ${isSpacedClass} ${colorClass}`, htmlFor: this.switchId }, this.hasLeftLabel && textLabel, h("div", { key: '4c6da52b6e04657d6749eec12c3c6ff5f97ce762', class: `form-switch-lever ${rightSwitchClass}`, "data-off": this.off, "data-on": this.on }), this.hasLeftLabel ? '' : textLabel)));
89
89
  }
90
90
  static get watchers() { return {
91
91
  "checked": ["checkedChanged"]
@@ -40,11 +40,11 @@ const TabBar = class {
40
40
  }
41
41
  render() {
42
42
  const { expand, center, secondary } = this;
43
- return (h(Host, { key: 'a40a29c3f335bd4b49495203834bb937af77a4bb', role: "tablist", class: {
43
+ return (h(Host, { key: 'c88f5a50d83ec07361ed5dd08d5b8a29fd4ac13d', role: "tablist", class: {
44
44
  'tab-expand': expand,
45
45
  'tab-center': center,
46
46
  'tab-secondary': secondary,
47
- } }, h("slot", { key: 'b7abc10609ae8939e729c735fb942b1b89c604ad' })));
47
+ } }, h("slot", { key: '9a9f51b48cef50e484e4e6b0696108e9263f0f48' })));
48
48
  }
49
49
  get el() { return getElement(this); }
50
50
  static get watchers() { return {
@@ -73,7 +73,7 @@ const TabButton = class {
73
73
  rel,
74
74
  target,
75
75
  };
76
- return (h(Host, { key: '3cb6c6f8dcab1715547dfa6fc43c4e6ec3234507', onClick: (ev) => !disabled && this.onClick(ev), onKeyup: (ev) => !disabled && this.onKeyUp(ev), role: "tab", tabindex: disabled ? -1 : tabIndex, "aria-selected": selected ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
76
+ return (h(Host, { key: 'd10e81cf00ff7acb3888181bf7b60db6b7e24162', onClick: (ev) => !disabled && this.onClick(ev), onKeyup: (ev) => !disabled && this.onKeyUp(ev), role: "tab", tabindex: disabled ? -1 : tabIndex, "aria-selected": selected ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
77
77
  'tab-selected': selected,
78
78
  'tab-has-label': hasLabel,
79
79
  'tab-has-icon': hasIcon,
@@ -81,7 +81,7 @@ const TabButton = class {
81
81
  'tab-has-icon-only': hasIcon && !hasLabel,
82
82
  [`tab-layout-${layout}`]: true,
83
83
  'tab-disabled': disabled, // Classe CSS pour les styles désactivés
84
- } }, h("a", Object.assign({ key: '7f07a67f84c56857ac864b2d56c1698f31f618d5' }, attrs, { tabIndex: -1, class: "button-native", part: "native" }), h("span", { key: 'b6b0a2caa81b69199bf85210cec8722846a413b8', class: "button-inner" }, h("slot", { key: 'efbc557b0428fe1513f150ed97f0c9037284daa2' })))));
84
+ } }, h("a", Object.assign({ key: '81f0045d7d4b05e70ddcbab15866ed09d70eff11' }, attrs, { tabIndex: -1, class: "button-native", part: "native" }), h("span", { key: 'f167d63f29af54aa2632a0e46ca64499a70b3a22', class: "button-inner" }, h("slot", { key: '1b91f5ba629820ef6764eba4064d551ac8b6f820' })))));
85
85
  }
86
86
  get el() { return getElement(this); }
87
87
  };
@@ -23,9 +23,9 @@ const Tab = class {
23
23
  }
24
24
  render() {
25
25
  const { tab, active } = this;
26
- return (h(Host, { key: '3027c31c282565b7d5905d3b3031db04ba1bed44', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
26
+ return (h(Host, { key: '925b7e9bcb116de9081e0f238799e28a31d385a1', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
27
27
  'tab-hidden': !active,
28
- } }, h("slot", { key: '70ae19f3e889a8c46d062363445185055a6c1133' })));
28
+ } }, h("slot", { key: 'c4ae28afb00bd729cc5b2c434b8ac62d94d8b5f3' })));
29
29
  }
30
30
  get el() { return getElement(this); }
31
31
  };
@@ -8,7 +8,7 @@ const Table = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h("slot", { key: '4fbbf196c158059cc8c375e9fcd848cd8e2d864f' }));
11
+ return (h("slot", { key: '62d09e884d94443c31146ec24273a787c6ee3787' }));
12
12
  }
13
13
  };
14
14
  Table.style = RoadTableStyle0;
@@ -104,7 +104,7 @@ const Tabs = class {
104
104
  return Array.from(this.el.querySelectorAll('road-tab'));
105
105
  }
106
106
  render() {
107
- return (h(Host, { key: '5bea03df378d3de02ca7dec12e9794a8edbb073c', onRoadTabButtonClick: this.onTabClicked }, h("slot", { key: '9f6d69f412a26dce57a919d02003e7548e824b08', name: "top" }), h("div", { key: '05058a9ec02a249ab6bc9d0f2bc301c1803e1e20', class: "tabs-inner" }, h("slot", { key: 'f10bf6e9d99a0c040dd4045b18f22f288e19fc2e' }))));
107
+ return (h(Host, { key: '27ab87f41f3d6751434e8d6a2631cbe82d0a0cbc', onRoadTabButtonClick: this.onTabClicked }, h("slot", { key: 'bbb551131576e4eee16b94217507c31c2c60a6be', name: "top" }), h("div", { key: 'f8b534238faee2fc29784b7e1725b15191349838', class: "tabs-inner" }, h("slot", { key: 'a7314be1ed2375a652afab28df2c3bb0e5a154f2' }))));
108
108
  }
109
109
  get el() { return getElement(this); }
110
110
  };
@@ -18,7 +18,7 @@ const Tag = class {
18
18
  }
19
19
  render() {
20
20
  const contrastClass = this.contrast ? `tag-${this.color} tag-${this.color}-contrast` : `tag-${this.color}`;
21
- return (h(Host, { key: '2639b90b789a6fde1fae0f3201236a7c9f4e1aad', class: `${contrastClass}` }, h("slot", { key: '8039feeab97b500f0828e1efa751b9771f4f5e65' })));
21
+ return (h(Host, { key: '0310697bbc0e468cfb7a7c2c2d1b6c7b00e5c8a1', class: `${contrastClass}` }, h("slot", { key: '70eb0d5b559ca409cb1eae30a258fada641009d3' })));
22
22
  }
23
23
  };
24
24
  Tag.style = RoadTagStyle0;
@@ -13,7 +13,7 @@ const Text = class {
13
13
  }
14
14
  render() {
15
15
  const colorClass = this.color !== undefined ? `text-${this.color}` : '';
16
- return (h(Host, { key: '2b1df03bfadf4021cf4016c584cdbd0ccf09324c', class: `${colorClass}` }, h("slot", { key: '6966b8ebe4a2eb48b1fd020a707c6a37a519b099' })));
16
+ return (h(Host, { key: '9d1a62edc9a4602497b542292a0313ed52fc6156', class: `${colorClass}` }, h("slot", { key: '9aa0f728eae087590555f108f6562b96f5a926ed' })));
17
17
  }
18
18
  };
19
19
  Text.style = RoadTextStyle0;
@@ -95,7 +95,7 @@ const Textarea = class {
95
95
  const hasValueClass = this.value !== '' ? 'has-value' : '';
96
96
  const noResizeClass = this.resize == false ? 'no-resize' : '';
97
97
  const isInvalidClass = this.error !== undefined && this.error !== '' ? 'is-invalid' : '';
98
- return (h(Host, { key: 'cc414e4da358e65b430b91b0f834cbe403993693', "aria-disabled": this.disabled ? 'true' : null, class: this.sizes && `input-${this.sizes}` }, h("textarea", { key: '0d0a45eaf71ada8178387d6debfc5e3d6da6cb4f', class: `form-control textarea-control ${hasValueClass} ${noResizeClass} ${isInvalidClass}`, id: this.textareaId, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, maxLength: this.maxlength, minLength: this.minlength, name: this.name, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, value: value, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus }), h("label", { key: 'a74070b2761b5ced0251f5bce4ef48837d892c9d', class: "form-label", id: labelId, htmlFor: this.textareaId }, this.label), this.error && this.error !== '' && h("p", { key: 'ba52ee759d52772a2eac2e9948c64309164aabdc', class: "invalid-feedback" }, this.error), this.helper && this.helper !== '' && h("p", { key: '377f7c03d77aad381b2bdd63c4753369870612df', class: "helper" }, this.helper)));
98
+ return (h(Host, { key: 'b77fec4a19c3443154c949db07408a4a5c453f24', "aria-disabled": this.disabled ? 'true' : null, class: this.sizes && `input-${this.sizes}` }, h("textarea", { key: 'ca0a2c4c1e436b3e99933eab9c3dd420693dd5ce', class: `form-control textarea-control ${hasValueClass} ${noResizeClass} ${isInvalidClass}`, id: this.textareaId, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, maxLength: this.maxlength, minLength: this.minlength, name: this.name, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, value: value, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus }), h("label", { key: 'c59652092cfebc7a0cb9b1165b9387fd9a18c8d4', class: "form-label", id: labelId, htmlFor: this.textareaId }, this.label), this.error && this.error !== '' && h("p", { key: '7f2edce4666cc9a30bc365db10917a6b3c9f28da', class: "invalid-feedback" }, this.error), this.helper && this.helper !== '' && h("p", { key: '98885d35065c4309cfa1fcf4d20188fcd17c7e49', class: "helper" }, this.helper)));
99
99
  }
100
100
  static get watchers() { return {
101
101
  "value": ["valueChanged"]