@roadtrip/components 2.22.1 → 2.25.0

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 (783) hide show
  1. package/dist/cjs/{app-268f9884.js → app-04553107.js} +1 -1
  2. package/dist/cjs/{css-shim-9670f2f3.js → css-shim-cf2d8057.js} +1 -1
  3. package/dist/cjs/{dom-3e7d9c3b.js → dom-ba87b185.js} +1 -1
  4. package/dist/cjs/{index-8402028a.js → index-d47fa3c0.js} +88 -72
  5. package/dist/cjs/index.cjs.js +2 -2
  6. package/dist/cjs/loader.cjs.js +5 -5
  7. package/dist/cjs/road-accordion.cjs.entry.js +3 -3
  8. package/dist/cjs/road-alert.cjs.entry.js +2 -2
  9. package/dist/cjs/road-autocomplete.cjs.entry.js +13 -19
  10. package/dist/cjs/road-avatar.cjs.entry.js +3 -3
  11. package/dist/cjs/road-badge_11.cjs.entry.js +23 -23
  12. package/dist/cjs/road-card.cjs.entry.js +4 -4
  13. package/dist/cjs/road-carousel-item.cjs.entry.js +2 -2
  14. package/dist/cjs/road-carousel.cjs.entry.js +3 -3
  15. package/dist/cjs/road-checkbox.cjs.entry.js +3 -3
  16. package/dist/cjs/road-chip.cjs.entry.js +2 -2
  17. package/dist/cjs/road-collapse.cjs.entry.js +3 -3
  18. package/dist/cjs/road-counter.cjs.entry.js +3 -3
  19. package/dist/cjs/road-dialog.cjs.entry.js +3 -3
  20. package/dist/cjs/road-dropdown.cjs.entry.js +29 -0
  21. package/dist/cjs/road-flap.cjs.entry.js +3 -3
  22. package/dist/cjs/road-img.cjs.entry.js +2 -2
  23. package/dist/cjs/road-input-group.cjs.entry.js +13 -4
  24. package/dist/cjs/road-input.cjs.entry.js +25 -3
  25. package/dist/cjs/road-modal.cjs.entry.js +3 -3
  26. package/dist/cjs/road-navbar-item.cjs.entry.js +3 -3
  27. package/dist/cjs/road-navbar.cjs.entry.js +3 -3
  28. package/dist/cjs/road-plate-number.cjs.entry.js +8 -5
  29. package/dist/cjs/road-progress.cjs.entry.js +2 -2
  30. package/dist/cjs/road-radio-group.cjs.entry.js +3 -3
  31. package/dist/cjs/road-radio.cjs.entry.js +3 -3
  32. package/dist/cjs/road-range.cjs.entry.js +3 -3
  33. package/dist/cjs/road-rating.cjs.entry.js +3 -3
  34. package/dist/cjs/road-select-filter.cjs.entry.js +1847 -0
  35. package/dist/cjs/road-select.cjs.entry.js +3 -3
  36. package/dist/cjs/road-skeleton.cjs.entry.js +4 -4
  37. package/dist/cjs/road-spinner.cjs.entry.js +4 -4
  38. package/dist/cjs/road-switch.cjs.entry.js +3 -3
  39. package/dist/cjs/road-tab-bar.cjs.entry.js +2 -2
  40. package/dist/cjs/road-tab-button.cjs.entry.js +3 -3
  41. package/dist/cjs/road-tab.cjs.entry.js +2 -2
  42. package/dist/cjs/road-table.cjs.entry.js +3 -3
  43. package/dist/cjs/road-tabs.cjs.entry.js +2 -2
  44. package/dist/cjs/road-text.cjs.entry.js +2 -2
  45. package/dist/cjs/road-textarea.cjs.entry.js +3 -3
  46. package/dist/cjs/road-toast.cjs.entry.js +3 -3
  47. package/dist/cjs/road-toolbar-title.cjs.entry.js +3 -3
  48. package/dist/cjs/road-tooltip.cjs.entry.js +2 -2
  49. package/dist/cjs/roadtrip.cjs.js +5 -5
  50. package/dist/cjs/{shadow-css-09555044.js → shadow-css-7fb0b43f.js} +9 -10
  51. package/dist/cjs/{utils-07e0a826.js → utils-ade59127.js} +1 -1
  52. package/dist/collection/collection-manifest.json +4 -2
  53. package/dist/collection/components/accordion/accordion.css +14 -6
  54. package/dist/collection/components/alert/alert.css +10 -16
  55. package/dist/collection/components/autocomplete/autocomplete.css +14 -7
  56. package/dist/collection/components/autocomplete/autocomplete.js +28 -44
  57. package/dist/collection/components/autocomplete/autocomplete.stories.js +28 -83
  58. package/dist/collection/components/avatar/avatar.css +18 -0
  59. package/dist/collection/components/avatar/avatar.js +2 -3
  60. package/dist/collection/components/badge/badge.css +9 -10
  61. package/dist/collection/components/button/button.css +31 -33
  62. package/dist/collection/components/button/button.stories.js +11 -4
  63. package/dist/collection/components/card/card.css +13 -8
  64. package/dist/collection/components/card/card.js +2 -2
  65. package/dist/collection/components/carousel/carousel.css +23 -4
  66. package/dist/collection/components/carousel/carousel.js +22 -22
  67. package/dist/collection/components/carousel-item/carousel-item.css +14 -0
  68. package/dist/collection/components/checkbox/checkbox.css +5 -5
  69. package/dist/collection/components/chip/chip.css +11 -1
  70. package/dist/collection/components/col/col.css +120 -120
  71. package/dist/collection/components/col/col.js +2 -3
  72. package/dist/collection/components/collapse/collapse.css +3 -2
  73. package/dist/collection/components/counter/counter.css +0 -1
  74. package/dist/collection/components/counter/counter.js +5 -6
  75. package/dist/collection/components/dialog/dialog.css +15 -15
  76. package/dist/collection/components/drawer/drawer.dark.css +29 -26
  77. package/dist/collection/components/drawer/drawer.js +4 -3
  78. package/dist/collection/components/drawer/drawer.light.css +29 -26
  79. package/dist/collection/components/drawer/drawer.stories.js +39 -14
  80. package/dist/collection/components/dropdown/dropdown.css +63 -0
  81. package/dist/collection/components/dropdown/dropdown.js +54 -0
  82. package/dist/collection/components/dropdown/dropdown.stories.js +51 -0
  83. package/dist/collection/components/flap/flap.css +19 -0
  84. package/dist/collection/components/flap/flap.js +2 -2
  85. package/dist/collection/components/flap/flap.stories.js +25 -32
  86. package/dist/collection/components/grid/grid.css +0 -1
  87. package/dist/collection/components/grid/grid.js +2 -3
  88. package/dist/collection/components/grid/grid.stories.js +6 -2
  89. package/dist/collection/components/icon/icon.css +12 -3
  90. package/dist/collection/components/icon/icon.js +1 -1
  91. package/dist/collection/components/icon/svg/app.svg +1 -1
  92. package/dist/collection/components/icon/svg/archive-outline-color.svg +1 -0
  93. package/dist/collection/components/icon/svg/archive-outline.svg +1 -0
  94. package/dist/collection/components/icon/svg/archive.svg +1 -0
  95. package/dist/collection/components/icon/svg/axle-support-color.svg +1 -0
  96. package/dist/collection/components/icon/svg/axle-support.svg +1 -1
  97. package/dist/collection/components/icon/svg/brake-color.svg +1 -1
  98. package/dist/collection/components/icon/svg/brake-outline-color.svg +1 -1
  99. package/dist/collection/components/icon/svg/brake-outline.svg +1 -1
  100. package/dist/collection/components/icon/svg/brake-pad-color.svg +1 -0
  101. package/dist/collection/components/icon/svg/brake-pad.svg +1 -1
  102. package/dist/collection/components/icon/svg/brake.svg +1 -1
  103. package/dist/collection/components/icon/svg/cable-color.svg +1 -0
  104. package/dist/collection/components/icon/svg/cable.svg +1 -1
  105. package/dist/collection/components/icon/svg/coolbox-color.svg +1 -0
  106. package/dist/collection/components/icon/svg/coolbox.svg +1 -0
  107. package/dist/collection/components/icon/svg/data-bar-color.svg +1 -0
  108. package/dist/collection/components/icon/svg/data-bar.svg +1 -0
  109. package/dist/collection/components/icon/svg/data-tech-outline-color.svg +1 -0
  110. package/dist/collection/components/icon/svg/data-tech-outline.svg +1 -0
  111. package/dist/collection/components/icon/svg/data-tech.svg +1 -0
  112. package/dist/collection/components/icon/svg/fuse-color.svg +1 -0
  113. package/dist/collection/components/icon/svg/location-pin-all-outline-color.svg +1 -0
  114. package/dist/collection/components/icon/svg/location-pin-all-outline.svg +1 -0
  115. package/dist/collection/components/icon/svg/location-pin-all.svg +1 -1
  116. package/dist/collection/components/icon/svg/navigation-app.svg +1 -0
  117. package/dist/collection/components/icon/svg/people-home-outline-color.svg +1 -0
  118. package/dist/collection/components/icon/svg/people-home-outline.svg +1 -0
  119. package/dist/collection/components/icon/svg/people-home.svg +1 -0
  120. package/dist/collection/components/icon/svg/player-dvd-color.svg +1 -0
  121. package/dist/collection/components/icon/svg/player-dvd.svg +1 -1
  122. package/dist/collection/components/icon/svg/player-radio-outline-color.svg +1 -0
  123. package/dist/collection/components/icon/svg/player-radio-outline.svg +1 -1
  124. package/dist/collection/components/icon/svg/player-radio.svg +1 -1
  125. package/dist/collection/components/icon/svg/player-touchscreen-color.svg +1 -0
  126. package/dist/collection/components/icon/svg/player-touchscreen-motorized-color.svg +1 -0
  127. package/dist/collection/components/icon/svg/player-touchscreen-motorized.svg +1 -0
  128. package/dist/collection/components/icon/svg/player-touchscreen.svg +1 -0
  129. package/dist/collection/components/icon/svg/secure-back-door-lock-color.svg +1 -0
  130. package/dist/collection/components/icon/svg/secure-back-door-lock.svg +1 -0
  131. package/dist/collection/components/icon/svg/secure-cable-color.svg +1 -0
  132. package/dist/collection/components/icon/svg/secure-cable-lock-color.svg +1 -0
  133. package/dist/collection/components/icon/svg/secure-cable-lock.svg +1 -0
  134. package/dist/collection/components/icon/svg/secure-cable.svg +1 -0
  135. package/dist/collection/components/icon/svg/secure-chain-color.svg +1 -0
  136. package/dist/collection/components/icon/svg/secure-chain.svg +1 -0
  137. package/dist/collection/components/icon/svg/secure-cuff-lock-color.svg +1 -0
  138. package/dist/collection/components/icon/svg/secure-cuff-lock.svg +1 -0
  139. package/dist/collection/components/icon/svg/secure-disk-lock-color.svg +1 -0
  140. package/dist/collection/components/icon/svg/secure-disk-lock.svg +1 -0
  141. package/dist/collection/components/icon/svg/secure-folding-lock-color.svg +1 -0
  142. package/dist/collection/components/icon/svg/secure-folding-lock.svg +1 -0
  143. package/dist/collection/components/icon/svg/secure-frame-lock-color.svg +1 -0
  144. package/dist/collection/components/icon/svg/secure-frame-lock.svg +1 -0
  145. package/dist/collection/components/icon/svg/secure-gearbox-color.svg +1 -0
  146. package/dist/collection/components/icon/svg/secure-gearbox.svg +1 -0
  147. package/dist/collection/components/icon/svg/secure-level-first-color.svg +1 -0
  148. package/dist/collection/components/icon/svg/secure-level-first.svg +1 -0
  149. package/dist/collection/components/icon/svg/secure-level-hours-color.svg +1 -0
  150. package/dist/collection/components/icon/svg/secure-level-hours.svg +1 -0
  151. package/dist/collection/components/icon/svg/secure-level-minute-color.svg +1 -0
  152. package/dist/collection/components/icon/svg/secure-level-minute.svg +1 -0
  153. package/dist/collection/components/icon/svg/secure-level-night-and-day-color.svg +1 -0
  154. package/dist/collection/components/icon/svg/secure-level-night-and-day.svg +1 -0
  155. package/dist/collection/components/icon/svg/secure-level-second-color.svg +1 -0
  156. package/dist/collection/components/icon/svg/secure-level-second.svg +1 -0
  157. package/dist/collection/components/icon/svg/secure-level-third-color.svg +1 -0
  158. package/dist/collection/components/icon/svg/secure-level-third.svg +1 -0
  159. package/dist/collection/components/icon/svg/secure-lock-color.svg +1 -0
  160. package/dist/collection/components/icon/svg/secure-lock-open-color.svg +1 -0
  161. package/dist/collection/components/icon/svg/secure-lock-open.svg +1 -0
  162. package/dist/collection/components/icon/svg/secure-lock.svg +1 -0
  163. package/dist/collection/components/icon/svg/secure-pedal-color.svg +1 -0
  164. package/dist/collection/components/icon/svg/secure-pedal.svg +1 -0
  165. package/dist/collection/components/icon/svg/secure-steering-color.svg +1 -0
  166. package/dist/collection/components/icon/svg/secure-steering-dashboard-color.svg +1 -0
  167. package/dist/collection/components/icon/svg/secure-steering-dashboard.svg +1 -0
  168. package/dist/collection/components/icon/svg/secure-steering-pedal-color.svg +1 -0
  169. package/dist/collection/components/icon/svg/secure-steering-pedal.svg +1 -0
  170. package/dist/collection/components/icon/svg/secure-steering.svg +1 -0
  171. package/dist/collection/components/icon/svg/secure-u-lock-color.svg +1 -0
  172. package/dist/collection/components/icon/svg/secure-u-lock.svg +1 -0
  173. package/dist/collection/components/icon/svg/secure-wheel-color.svg +1 -0
  174. package/dist/collection/components/icon/svg/secure-wheel.svg +1 -0
  175. package/dist/collection/components/icon/svg/security-belt-outline-color.svg +1 -0
  176. package/dist/collection/components/icon/svg/security-belt-outline.svg +1 -0
  177. package/dist/collection/components/icon/svg/security-belt.svg +1 -1
  178. package/dist/collection/components/icon/svg/sensor-color.svg +1 -0
  179. package/dist/collection/components/icon/svg/sensor.svg +1 -1
  180. package/dist/collection/components/icon/svg/shipping-outline-color.svg +1 -0
  181. package/dist/collection/components/icon/svg/shipping-outline.svg +1 -0
  182. package/dist/collection/components/icon/svg/shipping.svg +1 -1
  183. package/dist/collection/components/icon/svg/star-half.svg +1 -0
  184. package/dist/collection/components/icon/svg/steering-control-color.svg +1 -1
  185. package/dist/collection/components/icon/svg/steering-control-flat-color.svg +1 -0
  186. package/dist/collection/components/icon/svg/steering-control-flat.svg +1 -0
  187. package/dist/collection/components/icon/svg/steering-control-four-spoke-color.svg +1 -0
  188. package/dist/collection/components/icon/svg/steering-control-four-spoke.svg +1 -0
  189. package/dist/collection/components/icon/svg/steering-control.svg +1 -1
  190. package/dist/collection/components/icon/svg/timer-hourglass-outline-color.svg +1 -0
  191. package/dist/collection/components/icon/svg/timer-hourglass-outline.svg +1 -0
  192. package/dist/collection/components/icon/svg/timer-hourglass.svg +1 -0
  193. package/dist/collection/components/icon/svg/travel-backpack-color.svg +1 -0
  194. package/dist/collection/components/icon/svg/travel-backpack.svg +1 -0
  195. package/dist/collection/components/icon/svg/travel-bag-color.svg +1 -0
  196. package/dist/collection/components/icon/svg/travel-bag.svg +1 -1
  197. package/dist/collection/components/icon/svg/travel-briefcase-color.svg +1 -0
  198. package/dist/collection/components/icon/svg/travel-briefcase.svg +1 -0
  199. package/dist/collection/components/icon/svg/travel-rolling-suitcase-color.svg +1 -0
  200. package/dist/collection/components/icon/svg/travel-rolling-suitcase.svg +1 -0
  201. package/dist/collection/components/icon/svg/travel-suitcase-color.svg +1 -0
  202. package/dist/collection/components/icon/svg/travel-suitcase.svg +1 -1
  203. package/dist/collection/components/icon/svg/vehicle-bus-outline.svg +1 -0
  204. package/dist/collection/components/icon/svg/vehicle-bus.svg +1 -1
  205. package/dist/collection/components/icon/svg/vehicle-car-bodywork-outline-color.svg +1 -0
  206. package/dist/collection/components/icon/svg/vehicle-car-bodywork-outline.svg +1 -0
  207. package/dist/collection/components/icon/svg/vehicle-car-bodywork.svg +1 -1
  208. package/dist/collection/components/icon/svg/vehicle-delevery-outline.svg +1 -0
  209. package/dist/collection/components/icon/svg/vehicle-delevery-van.svg +1 -1
  210. package/dist/collection/components/icon/svg/vehicle-delevery.svg +1 -1
  211. package/dist/collection/components/icon/svg/vehicle-pickup-van-outline.svg +1 -0
  212. package/dist/collection/components/icon/svg/vehicle-pickup-van.svg +1 -1
  213. package/dist/collection/components/icon/svg/vehicle-van-outline.svg +1 -0
  214. package/dist/collection/components/icon/svg/vehicle-van.svg +1 -1
  215. package/dist/collection/components/icon/svg/wheel-hub-cap-color.svg +1 -0
  216. package/dist/collection/components/icon/svg/wheel-hub-cap-outline.svg +1 -0
  217. package/dist/collection/components/icon/svg/wheel-hub-cap.svg +1 -0
  218. package/dist/collection/components/icon/svg/wheel-rim-color.svg +1 -0
  219. package/dist/collection/components/icon/svg/wheel-rim-double-spoke-outline-color.svg +1 -0
  220. package/dist/collection/components/icon/svg/wheel-rim-double-spoke-outline.svg +1 -0
  221. package/dist/collection/components/icon/svg/wheel-rim-double-spoke.svg +1 -0
  222. package/dist/collection/components/icon/svg/wheel-rim-honeycomb-outline-color.svg +1 -0
  223. package/dist/collection/components/icon/svg/wheel-rim-honeycomb-outline.svg +1 -0
  224. package/dist/collection/components/icon/svg/wheel-rim-honeycomb.svg +1 -0
  225. package/dist/collection/components/icon/svg/wheel-rim-multi-spoke-outline-color.svg +1 -0
  226. package/dist/collection/components/icon/svg/wheel-rim-multi-spoke-outline.svg +1 -0
  227. package/dist/collection/components/icon/svg/wheel-rim-multi-spoke.svg +1 -0
  228. package/dist/collection/components/icon/svg/wheel-rim-outline.svg +1 -0
  229. package/dist/collection/components/icon/svg/wheel-rim.svg +1 -0
  230. package/dist/collection/components/icon/svg/windscreen-wiper-color.svg +1 -1
  231. package/dist/collection/components/icon/svg/windscreen-wiper.svg +1 -1
  232. package/dist/collection/components/icon/svg/windscreen-wipers-color.svg +1 -1
  233. package/dist/collection/components/icon/svg/windscreen-wipers-left-color.svg +1 -1
  234. package/dist/collection/components/icon/svg/windscreen-wipers-left.svg +1 -1
  235. package/dist/collection/components/icon/svg/windscreen-wipers-right-color.svg +1 -1
  236. package/dist/collection/components/icon/svg/windscreen-wipers-right.svg +1 -1
  237. package/dist/collection/components/icon/svg/windscreen-wipers.svg +1 -1
  238. package/dist/collection/components/icon/svg/work-order-awaiting-approval-color.svg +1 -0
  239. package/dist/collection/components/icon/svg/work-order-awaiting-approval-outline.svg +1 -0
  240. package/dist/collection/components/icon/svg/work-order-awaiting-approval.svg +1 -0
  241. package/dist/collection/components/icon/svg/work-order-check-outline-color.svg +1 -0
  242. package/dist/collection/components/icon/svg/work-order-check-outline.svg +1 -0
  243. package/dist/collection/components/icon/svg/work-order-check.svg +1 -0
  244. package/dist/collection/components/icon/svg/work-order-diagnostic-outline-color.svg +1 -0
  245. package/dist/collection/components/icon/svg/work-order-diagnostic-outline.svg +1 -0
  246. package/dist/collection/components/icon/svg/work-order-diagnostic.svg +1 -0
  247. package/dist/collection/components/icon/svg/work-order-pass-maintain-color.svg +1 -0
  248. package/dist/collection/components/icon/svg/work-order-pass-maintain.svg +1 -0
  249. package/dist/collection/components/icon/svg/work-order-view-outline-color.svg +1 -0
  250. package/dist/collection/components/icon/svg/work-order-view-outline.svg +1 -0
  251. package/dist/collection/components/icon/svg/work-order-view.svg +1 -0
  252. package/dist/collection/components/icon/svg/work-order-wait-check-outline-color.svg +1 -0
  253. package/dist/collection/components/icon/svg/work-order-wait-check-outline.svg +1 -0
  254. package/dist/collection/components/icon/svg/work-order-wait-check.svg +1 -0
  255. package/dist/collection/components/icon/svg/zoom-in-color.svg +1 -0
  256. package/dist/collection/components/icon/svg/zoom-in.svg +1 -0
  257. package/dist/collection/components/icon/svg/zoom-out-color.svg +1 -0
  258. package/dist/collection/components/icon/svg/zoom-out.svg +1 -0
  259. package/dist/collection/components/img/img.css +2 -3
  260. package/dist/collection/components/input/input.css +5 -14
  261. package/dist/collection/components/input/input.js +42 -0
  262. package/dist/collection/components/input/input.stories.js +4 -0
  263. package/dist/collection/components/input-group/input-group.css +47 -50
  264. package/dist/collection/components/input-group/input-group.js +11 -2
  265. package/dist/collection/components/input-group/input-group.stories.js +19 -1
  266. package/dist/collection/components/item/item.css +14 -15
  267. package/dist/collection/components/label/label.css +5 -0
  268. package/dist/collection/components/label/label.js +2 -3
  269. package/dist/collection/components/list/list.css +5 -3
  270. package/dist/collection/components/modal/modal.css +11 -11
  271. package/dist/collection/components/navbar/navbar.css +0 -1
  272. package/dist/collection/components/navbar/navbar.js +2 -2
  273. package/dist/collection/components/navbar/navbar.stories.js +4 -1
  274. package/dist/collection/components/navbar-item/navbar-item.css +8 -11
  275. package/dist/collection/components/navbar-item/navbar-item.js +2 -2
  276. package/dist/collection/components/plate-number/plate-number.css +41 -7
  277. package/dist/collection/components/plate-number/plate-number.js +28 -7
  278. package/dist/collection/components/plate-number/plate-number.stories.js +13 -0
  279. package/dist/collection/components/progress/progress.css +2 -2
  280. package/dist/collection/components/radio/radio.css +5 -5
  281. package/dist/collection/components/radio/radio.stories.js +4 -1
  282. package/dist/collection/components/radio-group/radio-group.css +22 -3
  283. package/dist/collection/components/range/range.css +1 -2
  284. package/dist/collection/components/range/range.js +5 -6
  285. package/dist/collection/components/rating/rating.css +19 -1
  286. package/dist/collection/components/select/select.css +4 -9
  287. package/dist/collection/components/select-filter/select-filter.css +53 -0
  288. package/dist/collection/components/select-filter/select-filter.js +165 -0
  289. package/dist/collection/components/select-filter/select-filter.stories.js +133 -0
  290. package/dist/collection/components/skeleton/skeleton.css +4 -5
  291. package/dist/collection/components/skeleton/skeleton.js +2 -3
  292. package/dist/collection/components/spinner/spinner.css +8 -9
  293. package/dist/collection/components/spinner/spinner.js +3 -4
  294. package/dist/collection/components/switch/switch.css +10 -10
  295. package/dist/collection/components/tab/tab.js +2 -2
  296. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  297. package/dist/collection/components/tab-button/tab-button.css +14 -15
  298. package/dist/collection/components/tab-button/tab-button.js +2 -2
  299. package/dist/collection/components/table/table.css +1 -0
  300. package/dist/collection/components/table/table.js +2 -3
  301. package/dist/collection/components/tabs/tabs.css +5 -0
  302. package/dist/collection/components/tabs/tabs.js +4 -4
  303. package/dist/collection/components/tabs/tabs.stories.js +12 -7
  304. package/dist/collection/components/text/text.css +52 -1
  305. package/dist/collection/components/textarea/textarea.css +5 -14
  306. package/dist/collection/components/toast/toast.css +8 -8
  307. package/dist/collection/components/toolbar/toolbar.css +8 -9
  308. package/dist/collection/components/toolbar/toolbar.stories.js +4 -1
  309. package/dist/collection/components/toolbar-title/toolbar-title.css +5 -0
  310. package/dist/collection/components/toolbar-title/toolbar-title.js +3 -4
  311. package/dist/collection/components/tooltip/tooltip.css +16 -5
  312. package/dist/esm/{app-7b5384c5.js → app-6a43d362.js} +1 -1
  313. package/dist/esm/{css-shim-a7f418e3.js → css-shim-aea0f6cc.js} +1 -1
  314. package/dist/esm/{dom-1f98a75f.js → dom-c7604576.js} +1 -1
  315. package/dist/esm/{index-42b74371.js → index-4e5ea092.js} +88 -72
  316. package/dist/esm/index.js +2 -2
  317. package/dist/esm/loader.js +5 -5
  318. package/dist/esm/road-accordion.entry.js +3 -3
  319. package/dist/esm/road-alert.entry.js +2 -2
  320. package/dist/esm/road-autocomplete.entry.js +13 -19
  321. package/dist/esm/road-avatar.entry.js +3 -3
  322. package/dist/esm/road-badge_11.entry.js +23 -23
  323. package/dist/esm/road-card.entry.js +4 -4
  324. package/dist/esm/road-carousel-item.entry.js +2 -2
  325. package/dist/esm/road-carousel.entry.js +3 -3
  326. package/dist/esm/road-checkbox.entry.js +3 -3
  327. package/dist/esm/road-chip.entry.js +2 -2
  328. package/dist/esm/road-collapse.entry.js +3 -3
  329. package/dist/esm/road-counter.entry.js +3 -3
  330. package/dist/esm/road-dialog.entry.js +3 -3
  331. package/dist/esm/road-dropdown.entry.js +25 -0
  332. package/dist/esm/road-flap.entry.js +3 -3
  333. package/dist/esm/road-img.entry.js +2 -2
  334. package/dist/esm/road-input-group.entry.js +13 -4
  335. package/dist/esm/road-input.entry.js +25 -3
  336. package/dist/esm/road-modal.entry.js +3 -3
  337. package/dist/esm/road-navbar-item.entry.js +3 -3
  338. package/dist/esm/road-navbar.entry.js +3 -3
  339. package/dist/esm/road-plate-number.entry.js +8 -5
  340. package/dist/esm/road-progress.entry.js +2 -2
  341. package/dist/esm/road-radio-group.entry.js +3 -3
  342. package/dist/esm/road-radio.entry.js +3 -3
  343. package/dist/esm/road-range.entry.js +3 -3
  344. package/dist/esm/road-rating.entry.js +3 -3
  345. package/dist/esm/road-select-filter.entry.js +1843 -0
  346. package/dist/esm/road-select.entry.js +3 -3
  347. package/dist/esm/road-skeleton.entry.js +4 -4
  348. package/dist/esm/road-spinner.entry.js +4 -4
  349. package/dist/esm/road-switch.entry.js +3 -3
  350. package/dist/esm/road-tab-bar.entry.js +2 -2
  351. package/dist/esm/road-tab-button.entry.js +3 -3
  352. package/dist/esm/road-tab.entry.js +2 -2
  353. package/dist/esm/road-table.entry.js +3 -3
  354. package/dist/esm/road-tabs.entry.js +2 -2
  355. package/dist/esm/road-text.entry.js +2 -2
  356. package/dist/esm/road-textarea.entry.js +3 -3
  357. package/dist/esm/road-toast.entry.js +3 -3
  358. package/dist/esm/road-toolbar-title.entry.js +3 -3
  359. package/dist/esm/road-tooltip.entry.js +2 -2
  360. package/dist/esm/roadtrip.js +5 -5
  361. package/dist/esm/{shadow-css-67b66845.js → shadow-css-83bb1d14.js} +9 -10
  362. package/dist/esm/{utils-cf12c226.js → utils-23aa19c1.js} +1 -1
  363. package/dist/esm-es5/app-6a43d362.js +1 -0
  364. package/dist/esm-es5/{css-shim-a7f418e3.js → css-shim-aea0f6cc.js} +0 -0
  365. package/dist/esm-es5/{dom-1f98a75f.js → dom-c7604576.js} +0 -0
  366. package/dist/esm-es5/index-4e5ea092.js +1 -0
  367. package/dist/esm-es5/index.js +1 -1
  368. package/dist/esm-es5/loader.js +1 -1
  369. package/dist/esm-es5/road-accordion.entry.js +1 -1
  370. package/dist/esm-es5/road-alert.entry.js +1 -1
  371. package/dist/esm-es5/road-autocomplete.entry.js +1 -1
  372. package/dist/esm-es5/road-avatar.entry.js +1 -1
  373. package/dist/esm-es5/road-badge_11.entry.js +1 -1
  374. package/dist/esm-es5/road-card.entry.js +1 -1
  375. package/dist/esm-es5/road-carousel-item.entry.js +1 -1
  376. package/dist/esm-es5/road-carousel.entry.js +1 -1
  377. package/dist/esm-es5/road-checkbox.entry.js +1 -1
  378. package/dist/esm-es5/road-chip.entry.js +1 -1
  379. package/dist/esm-es5/road-collapse.entry.js +1 -1
  380. package/dist/esm-es5/road-counter.entry.js +1 -1
  381. package/dist/esm-es5/road-dialog.entry.js +1 -1
  382. package/dist/esm-es5/road-dropdown.entry.js +1 -0
  383. package/dist/esm-es5/road-flap.entry.js +1 -1
  384. package/dist/esm-es5/road-img.entry.js +1 -1
  385. package/dist/esm-es5/road-input-group.entry.js +1 -1
  386. package/dist/esm-es5/road-input.entry.js +1 -1
  387. package/dist/esm-es5/road-modal.entry.js +1 -1
  388. package/dist/esm-es5/road-navbar-item.entry.js +1 -1
  389. package/dist/esm-es5/road-navbar.entry.js +1 -1
  390. package/dist/esm-es5/road-plate-number.entry.js +1 -1
  391. package/dist/esm-es5/road-progress.entry.js +1 -1
  392. package/dist/esm-es5/road-radio-group.entry.js +1 -1
  393. package/dist/esm-es5/road-radio.entry.js +1 -1
  394. package/dist/esm-es5/road-range.entry.js +1 -1
  395. package/dist/esm-es5/road-rating.entry.js +1 -1
  396. package/dist/esm-es5/road-select-filter.entry.js +1 -0
  397. package/dist/esm-es5/road-select.entry.js +1 -1
  398. package/dist/esm-es5/road-skeleton.entry.js +1 -1
  399. package/dist/esm-es5/road-spinner.entry.js +1 -1
  400. package/dist/esm-es5/road-switch.entry.js +1 -1
  401. package/dist/esm-es5/road-tab-bar.entry.js +1 -1
  402. package/dist/esm-es5/road-tab-button.entry.js +1 -1
  403. package/dist/esm-es5/road-tab.entry.js +1 -1
  404. package/dist/esm-es5/road-table.entry.js +1 -1
  405. package/dist/esm-es5/road-tabs.entry.js +1 -1
  406. package/dist/esm-es5/road-text.entry.js +1 -1
  407. package/dist/esm-es5/road-textarea.entry.js +1 -1
  408. package/dist/esm-es5/road-toast.entry.js +1 -1
  409. package/dist/esm-es5/road-toolbar-title.entry.js +1 -1
  410. package/dist/esm-es5/road-tooltip.entry.js +1 -1
  411. package/dist/esm-es5/roadtrip.js +1 -1
  412. package/dist/esm-es5/shadow-css-83bb1d14.js +12 -0
  413. package/dist/esm-es5/{utils-cf12c226.js → utils-23aa19c1.js} +1 -1
  414. package/dist/html.html-data.json +54 -6
  415. package/dist/icons/icons.svg +1 -1
  416. package/dist/icons/index.d.ts +136 -3
  417. package/dist/icons/index.js +169 -36
  418. package/dist/loader/index.d.ts +0 -1
  419. package/dist/roadtrip/index.esm.js +1 -1
  420. package/dist/roadtrip/p-0205d149.entry.js +1 -0
  421. package/dist/roadtrip/{p-fb92eb91.system.entry.js → p-0245b436.system.entry.js} +1 -1
  422. package/dist/roadtrip/{p-2fbab6fe.system.js → p-05373846.system.js} +1 -1
  423. package/dist/roadtrip/p-06049c44.entry.js +1 -0
  424. package/dist/roadtrip/p-0626f8a2.system.entry.js +1 -0
  425. package/dist/roadtrip/{p-7f900814.system.entry.js → p-085aad0a.system.entry.js} +1 -1
  426. package/dist/roadtrip/p-0bc3262d.entry.js +1 -0
  427. package/dist/roadtrip/p-10cc8504.system.entry.js +1 -0
  428. package/dist/roadtrip/{p-40f0da52.js → p-112e8d3f.js} +0 -0
  429. package/dist/roadtrip/p-11db7868.system.entry.js +1 -0
  430. package/dist/roadtrip/{p-37c7c67a.system.entry.js → p-13b46f63.system.entry.js} +1 -1
  431. package/dist/roadtrip/p-17ed8237.entry.js +1 -0
  432. package/dist/roadtrip/p-1d83535a.entry.js +1 -0
  433. package/dist/roadtrip/p-25ea233f.system.entry.js +1 -0
  434. package/dist/roadtrip/{p-bd2c0a1b.system.js → p-2b0d3888.system.js} +1 -1
  435. package/dist/roadtrip/p-2cf6206e.system.entry.js +1 -0
  436. package/dist/roadtrip/p-2d8ba6be.entry.js +1 -0
  437. package/dist/roadtrip/p-356163fb.js +12 -0
  438. package/dist/roadtrip/p-36a7c233.system.js +1 -0
  439. package/dist/roadtrip/p-388a7f61.system.entry.js +1 -0
  440. package/dist/roadtrip/p-39dd9c7f.entry.js +1 -0
  441. package/dist/roadtrip/p-3c7147c6.system.entry.js +1 -0
  442. package/dist/roadtrip/p-3d2cf159.entry.js +1 -0
  443. package/dist/roadtrip/p-3e56faf1.entry.js +1 -0
  444. package/dist/roadtrip/{p-436ed9ba.system.entry.js → p-41aa7a41.system.entry.js} +1 -1
  445. package/dist/roadtrip/p-41bcd21c.system.entry.js +1 -0
  446. package/dist/roadtrip/p-43da88c6.system.entry.js +1 -0
  447. package/dist/roadtrip/p-45b87537.system.entry.js +1 -0
  448. package/dist/roadtrip/p-55c19c46.system.entry.js +1 -0
  449. package/dist/roadtrip/{p-29112092.system.entry.js → p-5cfcbccd.system.entry.js} +1 -1
  450. package/dist/roadtrip/p-628f5836.system.entry.js +1 -0
  451. package/dist/roadtrip/{p-df4a232f.system.entry.js → p-6688d8f8.system.entry.js} +1 -1
  452. package/dist/roadtrip/{p-ee0455c8.system.entry.js → p-694eee8e.system.entry.js} +1 -1
  453. package/dist/roadtrip/p-70d0fb28.entry.js +1 -0
  454. package/dist/roadtrip/{p-498ca42b.system.js → p-72b3db6d.system.js} +0 -0
  455. package/dist/roadtrip/{p-0f922d99.system.entry.js → p-78143a79.system.entry.js} +1 -1
  456. package/dist/roadtrip/{p-7a59ecb8.system.entry.js → p-790067ad.system.entry.js} +1 -1
  457. package/dist/roadtrip/p-79a745a7.entry.js +1 -0
  458. package/dist/roadtrip/p-8067c254.system.entry.js +1 -0
  459. package/dist/roadtrip/p-82d3347b.entry.js +1 -0
  460. package/dist/roadtrip/p-8374797d.entry.js +1 -0
  461. package/dist/roadtrip/{p-62c3be42.system.entry.js → p-84578822.system.entry.js} +1 -1
  462. package/dist/roadtrip/p-85aa4543.system.entry.js +1 -0
  463. package/dist/roadtrip/{p-dbe056ce.system.js → p-8649dccc.system.js} +0 -0
  464. package/dist/roadtrip/p-88179272.entry.js +1 -0
  465. package/dist/roadtrip/p-89fb8799.entry.js +1 -0
  466. package/dist/roadtrip/p-8a9626cc.entry.js +1 -0
  467. package/dist/roadtrip/p-8b445fbd.entry.js +1 -0
  468. package/dist/roadtrip/{p-e558ebfb.js → p-8cb74e64.js} +1 -1
  469. package/dist/roadtrip/p-8fc0f477.system.entry.js +1 -0
  470. package/dist/roadtrip/p-9233dfbe.entry.js +1 -0
  471. package/dist/roadtrip/p-923c9893.entry.js +1 -0
  472. package/dist/roadtrip/p-95dd1ee4.system.entry.js +1 -0
  473. package/dist/roadtrip/p-9846103f.entry.js +1 -0
  474. package/dist/roadtrip/p-9b04e0cb.system.entry.js +1 -0
  475. package/dist/roadtrip/p-9bbeb646.entry.js +1 -0
  476. package/dist/roadtrip/p-9d3921a8.system.js +1 -0
  477. package/dist/roadtrip/p-a082797b.entry.js +1 -0
  478. package/dist/roadtrip/{p-7103b86e.system.entry.js → p-a1f59f11.system.entry.js} +1 -1
  479. package/dist/roadtrip/p-a567cedb.entry.js +1 -0
  480. package/dist/roadtrip/p-a671df87.entry.js +1 -0
  481. package/dist/roadtrip/p-a6827ec2.entry.js +1 -0
  482. package/dist/roadtrip/{p-518b69d3.system.entry.js → p-aa63d5e9.system.entry.js} +1 -1
  483. package/dist/roadtrip/p-acc76968.entry.js +1 -0
  484. package/dist/roadtrip/p-ad3b839e.entry.js +1 -0
  485. package/dist/roadtrip/{p-69599f4e.js → p-ad4a83f1.js} +0 -0
  486. package/dist/roadtrip/p-adfa74db.entry.js +1 -0
  487. package/dist/roadtrip/p-b1a05290.system.entry.js +1 -0
  488. package/dist/roadtrip/{p-0114b277.system.entry.js → p-b6ea7ba9.system.entry.js} +1 -1
  489. package/dist/roadtrip/{p-420fd82a.system.js → p-b862fe1a.system.js} +1 -1
  490. package/dist/roadtrip/p-bc8a92cf.system.entry.js +1 -0
  491. package/dist/roadtrip/p-be0b7289.entry.js +1 -0
  492. package/dist/roadtrip/p-c6b70e6f.js +1 -0
  493. package/dist/roadtrip/p-c7895d95.system.js +13 -0
  494. package/dist/roadtrip/p-c873409a.system.entry.js +1 -0
  495. package/dist/roadtrip/p-c94f70de.entry.js +1 -0
  496. package/dist/roadtrip/p-c9b37cd7.entry.js +1 -0
  497. package/dist/roadtrip/p-cb2bebde.entry.js +1 -0
  498. package/dist/roadtrip/p-cedaf396.system.entry.js +1 -0
  499. package/dist/roadtrip/p-d0a42614.entry.js +1 -0
  500. package/dist/roadtrip/{p-9c8ddf01.js → p-d11931f0.js} +1 -1
  501. package/dist/roadtrip/p-d39f805b.entry.js +1 -0
  502. package/dist/roadtrip/{p-990f2104.system.entry.js → p-d3e3af9e.system.entry.js} +1 -1
  503. package/dist/roadtrip/p-d5da11ca.system.entry.js +1 -0
  504. package/dist/roadtrip/p-da3ea4e5.entry.js +1 -0
  505. package/dist/roadtrip/p-dad9d770.entry.js +1 -0
  506. package/dist/roadtrip/{p-680a8005.system.entry.js → p-e5eda362.system.entry.js} +1 -1
  507. package/dist/roadtrip/p-e719a34e.entry.js +1 -0
  508. package/dist/roadtrip/p-f0704f07.system.entry.js +1 -0
  509. package/dist/roadtrip/p-f10872aa.entry.js +1 -0
  510. package/dist/roadtrip/p-f62ebe3f.system.entry.js +1 -0
  511. package/dist/roadtrip/p-f6d6d227.entry.js +1 -0
  512. package/dist/roadtrip/{p-fe5c5fd9.system.entry.js → p-f907849c.system.entry.js} +1 -1
  513. package/dist/roadtrip/p-f95a155f.entry.js +1 -0
  514. package/dist/roadtrip/p-fe45a922.entry.js +1 -0
  515. package/dist/roadtrip/p-fe70fb94.system.entry.js +1 -0
  516. package/dist/roadtrip/p-ffacdd19.entry.js +1 -0
  517. package/dist/roadtrip/{p-ba78dff5.system.entry.js → p-ffd2a5c1.system.entry.js} +1 -1
  518. package/dist/roadtrip/roadtrip.css +1 -1
  519. package/dist/roadtrip/roadtrip.esm.js +1 -1
  520. package/dist/roadtrip/roadtrip.js +1 -1
  521. package/dist/roadtrip/svg/app.svg +1 -1
  522. package/dist/roadtrip/svg/archive-outline-color.svg +1 -0
  523. package/dist/roadtrip/svg/archive-outline.svg +1 -0
  524. package/dist/roadtrip/svg/archive.svg +1 -0
  525. package/dist/roadtrip/svg/axle-support-color.svg +1 -0
  526. package/dist/roadtrip/svg/axle-support.svg +1 -1
  527. package/dist/roadtrip/svg/brake-color.svg +1 -1
  528. package/dist/roadtrip/svg/brake-outline-color.svg +1 -1
  529. package/dist/roadtrip/svg/brake-outline.svg +1 -1
  530. package/dist/roadtrip/svg/brake-pad-color.svg +1 -0
  531. package/dist/roadtrip/svg/brake-pad.svg +1 -1
  532. package/dist/roadtrip/svg/brake.svg +1 -1
  533. package/dist/roadtrip/svg/cable-color.svg +1 -0
  534. package/dist/roadtrip/svg/cable.svg +1 -1
  535. package/dist/roadtrip/svg/coolbox-color.svg +1 -0
  536. package/dist/roadtrip/svg/coolbox.svg +1 -0
  537. package/dist/roadtrip/svg/data-bar-color.svg +1 -0
  538. package/dist/roadtrip/svg/data-bar.svg +1 -0
  539. package/dist/roadtrip/svg/data-tech-outline-color.svg +1 -0
  540. package/dist/roadtrip/svg/data-tech-outline.svg +1 -0
  541. package/dist/roadtrip/svg/data-tech.svg +1 -0
  542. package/dist/roadtrip/svg/fuse-color.svg +1 -0
  543. package/dist/roadtrip/svg/location-pin-all-outline-color.svg +1 -0
  544. package/dist/roadtrip/svg/location-pin-all-outline.svg +1 -0
  545. package/dist/roadtrip/svg/location-pin-all.svg +1 -1
  546. package/dist/roadtrip/svg/navigation-app.svg +1 -0
  547. package/dist/roadtrip/svg/people-home-outline-color.svg +1 -0
  548. package/dist/roadtrip/svg/people-home-outline.svg +1 -0
  549. package/dist/roadtrip/svg/people-home.svg +1 -0
  550. package/dist/roadtrip/svg/player-dvd-color.svg +1 -0
  551. package/dist/roadtrip/svg/player-dvd.svg +1 -1
  552. package/dist/roadtrip/svg/player-radio-outline-color.svg +1 -0
  553. package/dist/roadtrip/svg/player-radio-outline.svg +1 -1
  554. package/dist/roadtrip/svg/player-radio.svg +1 -1
  555. package/dist/roadtrip/svg/player-touchscreen-color.svg +1 -0
  556. package/dist/roadtrip/svg/player-touchscreen-motorized-color.svg +1 -0
  557. package/dist/roadtrip/svg/player-touchscreen-motorized.svg +1 -0
  558. package/dist/roadtrip/svg/player-touchscreen.svg +1 -0
  559. package/dist/roadtrip/svg/secure-back-door-lock-color.svg +1 -0
  560. package/dist/roadtrip/svg/secure-back-door-lock.svg +1 -0
  561. package/dist/roadtrip/svg/secure-cable-color.svg +1 -0
  562. package/dist/roadtrip/svg/secure-cable-lock-color.svg +1 -0
  563. package/dist/roadtrip/svg/secure-cable-lock.svg +1 -0
  564. package/dist/roadtrip/svg/secure-cable.svg +1 -0
  565. package/dist/roadtrip/svg/secure-chain-color.svg +1 -0
  566. package/dist/roadtrip/svg/secure-chain.svg +1 -0
  567. package/dist/roadtrip/svg/secure-cuff-lock-color.svg +1 -0
  568. package/dist/roadtrip/svg/secure-cuff-lock.svg +1 -0
  569. package/dist/roadtrip/svg/secure-disk-lock-color.svg +1 -0
  570. package/dist/roadtrip/svg/secure-disk-lock.svg +1 -0
  571. package/dist/roadtrip/svg/secure-folding-lock-color.svg +1 -0
  572. package/dist/roadtrip/svg/secure-folding-lock.svg +1 -0
  573. package/dist/roadtrip/svg/secure-frame-lock-color.svg +1 -0
  574. package/dist/roadtrip/svg/secure-frame-lock.svg +1 -0
  575. package/dist/roadtrip/svg/secure-gearbox-color.svg +1 -0
  576. package/dist/roadtrip/svg/secure-gearbox.svg +1 -0
  577. package/dist/roadtrip/svg/secure-level-first-color.svg +1 -0
  578. package/dist/roadtrip/svg/secure-level-first.svg +1 -0
  579. package/dist/roadtrip/svg/secure-level-hours-color.svg +1 -0
  580. package/dist/roadtrip/svg/secure-level-hours.svg +1 -0
  581. package/dist/roadtrip/svg/secure-level-minute-color.svg +1 -0
  582. package/dist/roadtrip/svg/secure-level-minute.svg +1 -0
  583. package/dist/roadtrip/svg/secure-level-night-and-day-color.svg +1 -0
  584. package/dist/roadtrip/svg/secure-level-night-and-day.svg +1 -0
  585. package/dist/roadtrip/svg/secure-level-second-color.svg +1 -0
  586. package/dist/roadtrip/svg/secure-level-second.svg +1 -0
  587. package/dist/roadtrip/svg/secure-level-third-color.svg +1 -0
  588. package/dist/roadtrip/svg/secure-level-third.svg +1 -0
  589. package/dist/roadtrip/svg/secure-lock-color.svg +1 -0
  590. package/dist/roadtrip/svg/secure-lock-open-color.svg +1 -0
  591. package/dist/roadtrip/svg/secure-lock-open.svg +1 -0
  592. package/dist/roadtrip/svg/secure-lock.svg +1 -0
  593. package/dist/roadtrip/svg/secure-pedal-color.svg +1 -0
  594. package/dist/roadtrip/svg/secure-pedal.svg +1 -0
  595. package/dist/roadtrip/svg/secure-steering-color.svg +1 -0
  596. package/dist/roadtrip/svg/secure-steering-dashboard-color.svg +1 -0
  597. package/dist/roadtrip/svg/secure-steering-dashboard.svg +1 -0
  598. package/dist/roadtrip/svg/secure-steering-pedal-color.svg +1 -0
  599. package/dist/roadtrip/svg/secure-steering-pedal.svg +1 -0
  600. package/dist/roadtrip/svg/secure-steering.svg +1 -0
  601. package/dist/roadtrip/svg/secure-u-lock-color.svg +1 -0
  602. package/dist/roadtrip/svg/secure-u-lock.svg +1 -0
  603. package/dist/roadtrip/svg/secure-wheel-color.svg +1 -0
  604. package/dist/roadtrip/svg/secure-wheel.svg +1 -0
  605. package/dist/roadtrip/svg/security-belt-outline-color.svg +1 -0
  606. package/dist/roadtrip/svg/security-belt-outline.svg +1 -0
  607. package/dist/roadtrip/svg/security-belt.svg +1 -1
  608. package/dist/roadtrip/svg/sensor-color.svg +1 -0
  609. package/dist/roadtrip/svg/sensor.svg +1 -1
  610. package/dist/roadtrip/svg/shipping-outline-color.svg +1 -0
  611. package/dist/roadtrip/svg/shipping-outline.svg +1 -0
  612. package/dist/roadtrip/svg/shipping.svg +1 -1
  613. package/dist/roadtrip/svg/star-half.svg +1 -0
  614. package/dist/roadtrip/svg/steering-control-color.svg +1 -1
  615. package/dist/roadtrip/svg/steering-control-flat-color.svg +1 -0
  616. package/dist/roadtrip/svg/steering-control-flat.svg +1 -0
  617. package/dist/roadtrip/svg/steering-control-four-spoke-color.svg +1 -0
  618. package/dist/roadtrip/svg/steering-control-four-spoke.svg +1 -0
  619. package/dist/roadtrip/svg/steering-control.svg +1 -1
  620. package/dist/roadtrip/svg/timer-hourglass-outline-color.svg +1 -0
  621. package/dist/roadtrip/svg/timer-hourglass-outline.svg +1 -0
  622. package/dist/roadtrip/svg/timer-hourglass.svg +1 -0
  623. package/dist/roadtrip/svg/travel-backpack-color.svg +1 -0
  624. package/dist/roadtrip/svg/travel-backpack.svg +1 -0
  625. package/dist/roadtrip/svg/travel-bag-color.svg +1 -0
  626. package/dist/roadtrip/svg/travel-bag.svg +1 -1
  627. package/dist/roadtrip/svg/travel-briefcase-color.svg +1 -0
  628. package/dist/roadtrip/svg/travel-briefcase.svg +1 -0
  629. package/dist/roadtrip/svg/travel-rolling-suitcase-color.svg +1 -0
  630. package/dist/roadtrip/svg/travel-rolling-suitcase.svg +1 -0
  631. package/dist/roadtrip/svg/travel-suitcase-color.svg +1 -0
  632. package/dist/roadtrip/svg/travel-suitcase.svg +1 -1
  633. package/dist/roadtrip/svg/vehicle-bus-outline.svg +1 -0
  634. package/dist/roadtrip/svg/vehicle-bus.svg +1 -1
  635. package/dist/roadtrip/svg/vehicle-car-bodywork-outline-color.svg +1 -0
  636. package/dist/roadtrip/svg/vehicle-car-bodywork-outline.svg +1 -0
  637. package/dist/roadtrip/svg/vehicle-car-bodywork.svg +1 -1
  638. package/dist/roadtrip/svg/vehicle-delevery-outline.svg +1 -0
  639. package/dist/roadtrip/svg/vehicle-delevery-van.svg +1 -1
  640. package/dist/roadtrip/svg/vehicle-delevery.svg +1 -1
  641. package/dist/roadtrip/svg/vehicle-pickup-van-outline.svg +1 -0
  642. package/dist/roadtrip/svg/vehicle-pickup-van.svg +1 -1
  643. package/dist/roadtrip/svg/vehicle-van-outline.svg +1 -0
  644. package/dist/roadtrip/svg/vehicle-van.svg +1 -1
  645. package/dist/roadtrip/svg/wheel-hub-cap-color.svg +1 -0
  646. package/dist/roadtrip/svg/wheel-hub-cap-outline.svg +1 -0
  647. package/dist/roadtrip/svg/wheel-hub-cap.svg +1 -0
  648. package/dist/roadtrip/svg/wheel-rim-color.svg +1 -0
  649. package/dist/roadtrip/svg/wheel-rim-double-spoke-outline-color.svg +1 -0
  650. package/dist/roadtrip/svg/wheel-rim-double-spoke-outline.svg +1 -0
  651. package/dist/roadtrip/svg/wheel-rim-double-spoke.svg +1 -0
  652. package/dist/roadtrip/svg/wheel-rim-honeycomb-outline-color.svg +1 -0
  653. package/dist/roadtrip/svg/wheel-rim-honeycomb-outline.svg +1 -0
  654. package/dist/roadtrip/svg/wheel-rim-honeycomb.svg +1 -0
  655. package/dist/roadtrip/svg/wheel-rim-multi-spoke-outline-color.svg +1 -0
  656. package/dist/roadtrip/svg/wheel-rim-multi-spoke-outline.svg +1 -0
  657. package/dist/roadtrip/svg/wheel-rim-multi-spoke.svg +1 -0
  658. package/dist/roadtrip/svg/wheel-rim-outline.svg +1 -0
  659. package/dist/roadtrip/svg/wheel-rim.svg +1 -0
  660. package/dist/roadtrip/svg/windscreen-wiper-color.svg +1 -1
  661. package/dist/roadtrip/svg/windscreen-wiper.svg +1 -1
  662. package/dist/roadtrip/svg/windscreen-wipers-color.svg +1 -1
  663. package/dist/roadtrip/svg/windscreen-wipers-left-color.svg +1 -1
  664. package/dist/roadtrip/svg/windscreen-wipers-left.svg +1 -1
  665. package/dist/roadtrip/svg/windscreen-wipers-right-color.svg +1 -1
  666. package/dist/roadtrip/svg/windscreen-wipers-right.svg +1 -1
  667. package/dist/roadtrip/svg/windscreen-wipers.svg +1 -1
  668. package/dist/roadtrip/svg/work-order-awaiting-approval-color.svg +1 -0
  669. package/dist/roadtrip/svg/work-order-awaiting-approval-outline.svg +1 -0
  670. package/dist/roadtrip/svg/work-order-awaiting-approval.svg +1 -0
  671. package/dist/roadtrip/svg/work-order-check-outline-color.svg +1 -0
  672. package/dist/roadtrip/svg/work-order-check-outline.svg +1 -0
  673. package/dist/roadtrip/svg/work-order-check.svg +1 -0
  674. package/dist/roadtrip/svg/work-order-diagnostic-outline-color.svg +1 -0
  675. package/dist/roadtrip/svg/work-order-diagnostic-outline.svg +1 -0
  676. package/dist/roadtrip/svg/work-order-diagnostic.svg +1 -0
  677. package/dist/roadtrip/svg/work-order-pass-maintain-color.svg +1 -0
  678. package/dist/roadtrip/svg/work-order-pass-maintain.svg +1 -0
  679. package/dist/roadtrip/svg/work-order-view-outline-color.svg +1 -0
  680. package/dist/roadtrip/svg/work-order-view-outline.svg +1 -0
  681. package/dist/roadtrip/svg/work-order-view.svg +1 -0
  682. package/dist/roadtrip/svg/work-order-wait-check-outline-color.svg +1 -0
  683. package/dist/roadtrip/svg/work-order-wait-check-outline.svg +1 -0
  684. package/dist/roadtrip/svg/work-order-wait-check.svg +1 -0
  685. package/dist/roadtrip/svg/zoom-in-color.svg +1 -0
  686. package/dist/roadtrip/svg/zoom-in.svg +1 -0
  687. package/dist/roadtrip/svg/zoom-out-color.svg +1 -0
  688. package/dist/roadtrip/svg/zoom-out.svg +1 -0
  689. package/dist/types/components/autocomplete/autocomplete.d.ts +9 -7
  690. package/dist/types/components/drawer/drawer.d.ts +2 -2
  691. package/dist/types/components/dropdown/dropdown.d.ts +15 -0
  692. package/dist/types/components/flap/flap.d.ts +1 -1
  693. package/dist/types/components/input/input.d.ts +5 -0
  694. package/dist/types/components/input-group/input-group.d.ts +2 -0
  695. package/dist/types/components/plate-number/plate-number.d.ts +4 -0
  696. package/dist/types/components/select-filter/select-filter.d.ts +37 -0
  697. package/dist/types/components.d.ts +96 -10
  698. package/icons/icons.svg +1 -1
  699. package/icons/index.d.ts +136 -3
  700. package/icons/index.js +169 -36
  701. package/loader/cdn.js +3 -0
  702. package/loader/index.cjs.js +3 -0
  703. package/loader/index.d.ts +12 -0
  704. package/loader/index.es2017.js +3 -0
  705. package/loader/index.js +4 -0
  706. package/loader/package.json +10 -0
  707. package/package.json +10 -7
  708. package/CHANGELOG.md +0 -213
  709. package/dist/collection/components/icon/svg/vehicle-car-outline-side.svg +0 -1
  710. package/dist/collection/components/icon/svg/vehicle-delevery-privilege.svg +0 -1
  711. package/dist/esm-es5/app-7b5384c5.js +0 -1
  712. package/dist/esm-es5/index-42b74371.js +0 -1
  713. package/dist/esm-es5/shadow-css-67b66845.js +0 -12
  714. package/dist/roadtrip/p-02438cfb.entry.js +0 -1
  715. package/dist/roadtrip/p-02e4bc64.system.entry.js +0 -1
  716. package/dist/roadtrip/p-041210d2.system.entry.js +0 -1
  717. package/dist/roadtrip/p-0cef4909.entry.js +0 -1
  718. package/dist/roadtrip/p-0d394981.entry.js +0 -1
  719. package/dist/roadtrip/p-0d72b32f.entry.js +0 -1
  720. package/dist/roadtrip/p-10d2f292.entry.js +0 -1
  721. package/dist/roadtrip/p-1247ae38.entry.js +0 -1
  722. package/dist/roadtrip/p-1331984c.system.entry.js +0 -1
  723. package/dist/roadtrip/p-13b4e299.entry.js +0 -1
  724. package/dist/roadtrip/p-17c183fb.system.entry.js +0 -1
  725. package/dist/roadtrip/p-17e1fad4.entry.js +0 -1
  726. package/dist/roadtrip/p-1fc157fe.entry.js +0 -1
  727. package/dist/roadtrip/p-316f18c5.system.entry.js +0 -1
  728. package/dist/roadtrip/p-35eb0f57.entry.js +0 -1
  729. package/dist/roadtrip/p-37e3988b.entry.js +0 -1
  730. package/dist/roadtrip/p-3b0bf6c7.system.entry.js +0 -1
  731. package/dist/roadtrip/p-3b954155.entry.js +0 -1
  732. package/dist/roadtrip/p-425ea346.entry.js +0 -1
  733. package/dist/roadtrip/p-42a9ad7b.entry.js +0 -1
  734. package/dist/roadtrip/p-430a11a6.system.entry.js +0 -1
  735. package/dist/roadtrip/p-4d56e09a.system.entry.js +0 -1
  736. package/dist/roadtrip/p-5350841a.system.entry.js +0 -1
  737. package/dist/roadtrip/p-54eb6c30.system.entry.js +0 -1
  738. package/dist/roadtrip/p-551176bd.entry.js +0 -1
  739. package/dist/roadtrip/p-58e70635.system.entry.js +0 -1
  740. package/dist/roadtrip/p-590dcc09.entry.js +0 -1
  741. package/dist/roadtrip/p-5a70fe34.entry.js +0 -1
  742. package/dist/roadtrip/p-5fae0a97.system.js +0 -1
  743. package/dist/roadtrip/p-5faefeba.entry.js +0 -1
  744. package/dist/roadtrip/p-60019e46.entry.js +0 -1
  745. package/dist/roadtrip/p-6626bd71.system.entry.js +0 -1
  746. package/dist/roadtrip/p-68bbe841.system.entry.js +0 -1
  747. package/dist/roadtrip/p-6bf12486.system.entry.js +0 -1
  748. package/dist/roadtrip/p-6cbf0271.entry.js +0 -1
  749. package/dist/roadtrip/p-7dc1cc99.entry.js +0 -1
  750. package/dist/roadtrip/p-871be532.entry.js +0 -1
  751. package/dist/roadtrip/p-8a10bd9c.entry.js +0 -1
  752. package/dist/roadtrip/p-8c389605.system.entry.js +0 -1
  753. package/dist/roadtrip/p-9112876a.system.entry.js +0 -1
  754. package/dist/roadtrip/p-93b244be.entry.js +0 -1
  755. package/dist/roadtrip/p-97d9114f.system.entry.js +0 -1
  756. package/dist/roadtrip/p-9cd9dd57.system.entry.js +0 -1
  757. package/dist/roadtrip/p-9eae51cb.entry.js +0 -1
  758. package/dist/roadtrip/p-a225ba2d.entry.js +0 -1
  759. package/dist/roadtrip/p-a5548019.entry.js +0 -1
  760. package/dist/roadtrip/p-a69855b7.js +0 -12
  761. package/dist/roadtrip/p-a71ed0b6.entry.js +0 -1
  762. package/dist/roadtrip/p-abb85557.entry.js +0 -1
  763. package/dist/roadtrip/p-ac68d72d.entry.js +0 -1
  764. package/dist/roadtrip/p-afc0a90b.system.entry.js +0 -1
  765. package/dist/roadtrip/p-c2334232.system.js +0 -1
  766. package/dist/roadtrip/p-c9906366.entry.js +0 -1
  767. package/dist/roadtrip/p-cafbe9cb.entry.js +0 -1
  768. package/dist/roadtrip/p-cc1da076.system.entry.js +0 -1
  769. package/dist/roadtrip/p-cd603d87.system.js +0 -13
  770. package/dist/roadtrip/p-d13bb916.entry.js +0 -1
  771. package/dist/roadtrip/p-d64857ac.entry.js +0 -1
  772. package/dist/roadtrip/p-d8712919.entry.js +0 -1
  773. package/dist/roadtrip/p-e1d854ec.entry.js +0 -1
  774. package/dist/roadtrip/p-e2add5a5.system.entry.js +0 -1
  775. package/dist/roadtrip/p-e381e807.entry.js +0 -1
  776. package/dist/roadtrip/p-e487ed25.entry.js +0 -1
  777. package/dist/roadtrip/p-e575fb5f.entry.js +0 -1
  778. package/dist/roadtrip/p-e9113160.entry.js +0 -1
  779. package/dist/roadtrip/p-ec231b77.js +0 -1
  780. package/dist/roadtrip/p-f3f029a7.system.entry.js +0 -1
  781. package/dist/roadtrip/p-ffe2b39f.system.entry.js +0 -1
  782. package/dist/roadtrip/svg/vehicle-car-outline-side.svg +0 -1
  783. package/dist/roadtrip/svg/vehicle-delevery-privilege.svg +0 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-8402028a.js');
3
+ const index = require('./index-d47fa3c0.js');
4
4
 
5
5
  index.setMode(elm => {
6
6
  return elm.mode || elm.getAttribute('mode') || 'light';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  /*
4
- Stencil Client Patch Esm v2.8.0 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Esm v2.11.0 | MIT Licensed | https://stenciljs.com
5
5
  */
6
6
  var __assign=function(){return (__assign=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var s in t=arguments[r])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)},StyleNode=function(){this.start=0,this.end=0,this.previous=null,this.parent=null,this.rules=null,this.parsedCssText="",this.cssText="",this.atRule=!1,this.type=0,this.keyframesName="",this.selector="",this.parsedSelector="";};function parse(e){return parseCss(lex(e=clean(e)),e)}function clean(e){return e.replace(RX.comments,"").replace(RX.port,"")}function lex(e){var t=new StyleNode;t.start=0,t.end=e.length;for(var r=t,n=0,s=e.length;n<s;n++)if(e[n]===OPEN_BRACE){r.rules||(r.rules=[]);var o=r,a=o.rules[o.rules.length-1]||null;(r=new StyleNode).start=n+1,r.parent=o,r.previous=a,o.rules.push(r);}else e[n]===CLOSE_BRACE&&(r.end=n+1,r=r.parent||t);return t}function parseCss(e,t){var r=t.substring(e.start,e.end-1);if(e.parsedCssText=e.cssText=r.trim(),e.parent){var n=e.previous?e.previous.end:e.parent.start;r=(r=(r=_expandUnicodeEscapes(r=t.substring(n,e.start-1))).replace(RX.multipleSpaces," ")).substring(r.lastIndexOf(";")+1);var s=e.parsedSelector=e.selector=r.trim();e.atRule=0===s.indexOf(AT_START),e.atRule?0===s.indexOf(MEDIA_START)?e.type=types.MEDIA_RULE:s.match(RX.keyframesRule)&&(e.type=types.KEYFRAMES_RULE,e.keyframesName=e.selector.split(RX.multipleSpaces).pop()):0===s.indexOf(VAR_START)?e.type=types.MIXIN_RULE:e.type=types.STYLE_RULE;}var o=e.rules;if(o)for(var a=0,i=o.length,l=void 0;a<i&&(l=o[a]);a++)parseCss(l,t);return e}function _expandUnicodeEscapes(e){return e.replace(/\\([0-9a-f]{1,6})\s/gi,(function(){for(var e=arguments[1],t=6-e.length;t--;)e="0"+e;return "\\"+e}))}var types={STYLE_RULE:1,KEYFRAMES_RULE:7,MEDIA_RULE:4,MIXIN_RULE:1e3},OPEN_BRACE="{",CLOSE_BRACE="}",RX={comments:/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,port:/@import[^;]*;/gim,customProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,mixinProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,mixinApply:/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,varApply:/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,keyframesRule:/^@[^\s]*keyframes/,multipleSpaces:/\s+/g},VAR_START="--",MEDIA_START="@media",AT_START="@";function findRegex(e,t,r){e.lastIndex=0;var n=t.substring(r).match(e);if(n){var s=r+n.index;return {start:s,end:s+n[0].length}}return null}var VAR_USAGE_START=/\bvar\(/,VAR_ASSIGN_START=/\B--[\w-]+\s*:/,COMMENTS=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,TRAILING_LINES=/^[\t ]+\n/gm;function resolveVar(e,t,r){return e[t]?e[t]:r?executeTemplate(r,e):""}function findVarEndIndex(e,t){for(var r=0,n=t;n<e.length;n++){var s=e[n];if("("===s)r++;else if(")"===s&&--r<=0)return n+1}return n}function parseVar(e,t){var r=findRegex(VAR_USAGE_START,e,t);if(!r)return null;var n=findVarEndIndex(e,r.start),s=e.substring(r.end,n-1).split(","),o=s[0],a=s.slice(1);return {start:r.start,end:n,propName:o.trim(),fallback:a.length>0?a.join(",").trim():void 0}}function compileVar(e,t,r){var n=parseVar(e,r);if(!n)return t.push(e.substring(r,e.length)),e.length;var s=n.propName,o=null!=n.fallback?compileTemplate(n.fallback):void 0;return t.push(e.substring(r,n.start),(function(e){return resolveVar(e,s,o)})),n.end}function executeTemplate(e,t){for(var r="",n=0;n<e.length;n++){var s=e[n];r+="string"==typeof s?s:s(t);}return r}function findEndValue(e,t){for(var r=!1,n=!1,s=t;s<e.length;s++){var o=e[s];if(r)n&&'"'===o&&(r=!1),n||"'"!==o||(r=!1);else if('"'===o)r=!0,n=!0;else if("'"===o)r=!0,n=!1;else {if(";"===o)return s+1;if("}"===o)return s}}return s}function removeCustomAssigns(e){for(var t="",r=0;;){var n=findRegex(VAR_ASSIGN_START,e,r),s=n?n.start:e.length;if(t+=e.substring(r,s),!n)break;r=findEndValue(e,s);}return t}function compileTemplate(e){var t=0;e=removeCustomAssigns(e=e.replace(COMMENTS,"")).replace(TRAILING_LINES,"");for(var r=[];t<e.length;)t=compileVar(e,r,t);return r}function resolveValues(e){var t={};e.forEach((function(e){e.declarations.forEach((function(e){t[e.prop]=e.value;}));}));for(var r={},n=Object.entries(t),s=function(e){var t=!1;if(n.forEach((function(e){var n=e[0],s=executeTemplate(e[1],r);s!==r[n]&&(r[n]=s,t=!0);})),!t)return "break"},o=0;o<10;o++){if("break"===s())break}return r}function getSelectors(e,t){if(void 0===t&&(t=0),!e.rules)return [];var r=[];return e.rules.filter((function(e){return e.type===types.STYLE_RULE})).forEach((function(e){var n=getDeclarations(e.cssText);n.length>0&&e.parsedSelector.split(",").forEach((function(e){e=e.trim(),r.push({selector:e,declarations:n,specificity:computeSpecificity(),nu:t});})),t++;})),r}function computeSpecificity(e){return 1}var IMPORTANT="!important",FIND_DECLARATIONS=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gm;function getDeclarations(e){for(var t,r=[];t=FIND_DECLARATIONS.exec(e.trim());){var n=normalizeValue(t[2]),s=n.value,o=n.important;r.push({prop:t[1].trim(),value:compileTemplate(s),important:o});}return r}function normalizeValue(e){var t=(e=e.replace(/\s+/gim," ").trim()).endsWith(IMPORTANT);return t&&(e=e.substr(0,e.length-IMPORTANT.length).trim()),{value:e,important:t}}function getActiveSelectors(e,t,r){var n=[],s=getScopesForElement(t,e);return r.forEach((function(e){return n.push(e)})),s.forEach((function(e){return n.push(e)})),sortSelectors(getSelectorsForScopes(n).filter((function(t){return matches(e,t.selector)})))}function getScopesForElement(e,t){for(var r=[];t;){var n=e.get(t);n&&r.push(n),t=t.parentElement;}return r}function getSelectorsForScopes(e){var t=[];return e.forEach((function(e){t.push.apply(t,e.selectors);})),t}function sortSelectors(e){return e.sort((function(e,t){return e.specificity===t.specificity?e.nu-t.nu:e.specificity-t.specificity})),e}function matches(e,t){return ":root"===t||"html"===t||e.matches(t)}function parseCSS(e){var t=parse(e),r=compileTemplate(e);return {original:e,template:r,selectors:getSelectors(t),usesCssVars:r.length>1}}function addGlobalStyle(e,t){if(e.some((function(e){return e.styleEl===t})))return !1;var r=parseCSS(t.textContent);return r.styleEl=t,e.push(r),!0}function updateGlobalScopes(e){var t=resolveValues(getSelectorsForScopes(e));e.forEach((function(e){e.usesCssVars&&(e.styleEl.textContent=executeTemplate(e.template,t));}));}function reScope(e,t){var r=e.template.map((function(r){return "string"==typeof r?replaceScope(r,e.scopeId,t):r})),n=e.selectors.map((function(r){return __assign(__assign({},r),{selector:replaceScope(r.selector,e.scopeId,t)})}));return __assign(__assign({},e),{template:r,selectors:n,scopeId:t})}function replaceScope(e,t,r){return e=replaceAll(e,"\\."+t,"."+r)}function replaceAll(e,t,r){return e.replace(new RegExp(t,"g"),r)}function loadDocument(e,t){return loadDocumentStyles(e,t),loadDocumentLinks(e,t).then((function(){updateGlobalScopes(t);}))}function startWatcher(e,t){"undefined"!=typeof MutationObserver&&new MutationObserver((function(){loadDocumentStyles(e,t)&&updateGlobalScopes(t);})).observe(document.head,{childList:!0});}function loadDocumentLinks(e,t){for(var r=[],n=e.querySelectorAll('link[rel="stylesheet"][href]:not([data-no-shim])'),s=0;s<n.length;s++)r.push(addGlobalLink(e,t,n[s]));return Promise.all(r)}function loadDocumentStyles(e,t){return Array.from(e.querySelectorAll("style:not([data-styles]):not([data-no-shim])")).map((function(e){return addGlobalStyle(t,e)})).some(Boolean)}function addGlobalLink(e,t,r){var n=r.href;return fetch(n).then((function(e){return e.text()})).then((function(s){if(hasCssVariables(s)&&r.parentNode){hasRelativeUrls(s)&&(s=fixRelativeUrls(s,n));var o=e.createElement("style");o.setAttribute("data-styles",""),o.textContent=s,addGlobalStyle(t,o),r.parentNode.insertBefore(o,r),r.remove();}})).catch((function(e){console.error(e);}))}var CSS_VARIABLE_REGEXP=/[\s;{]--[-a-zA-Z0-9]+\s*:/m;function hasCssVariables(e){return e.indexOf("var(")>-1||CSS_VARIABLE_REGEXP.test(e)}var CSS_URL_REGEXP=/url[\s]*\([\s]*['"]?(?!(?:https?|data)\:|\/)([^\'\"\)]*)[\s]*['"]?\)[\s]*/gim;function hasRelativeUrls(e){return CSS_URL_REGEXP.lastIndex=0,CSS_URL_REGEXP.test(e)}function fixRelativeUrls(e,t){var r=t.replace(/[^/]*$/,"");return e.replace(CSS_URL_REGEXP,(function(e,t){var n=r+t;return e.replace(t,n)}))}var CustomStyle=function(){function e(e,t){this.win=e,this.doc=t,this.count=0,this.hostStyleMap=new WeakMap,this.hostScopeMap=new WeakMap,this.globalScopes=[],this.scopesMap=new Map,this.didInit=!1;}return e.prototype.i=function(){var e=this;return this.didInit||!this.win.requestAnimationFrame?Promise.resolve():(this.didInit=!0,new Promise((function(t){e.win.requestAnimationFrame((function(){startWatcher(e.doc,e.globalScopes),loadDocument(e.doc,e.globalScopes).then((function(){return t()}));}));})))},e.prototype.addLink=function(e){var t=this;return addGlobalLink(this.doc,this.globalScopes,e).then((function(){t.updateGlobal();}))},e.prototype.addGlobalStyle=function(e){addGlobalStyle(this.globalScopes,e)&&this.updateGlobal();},e.prototype.createHostStyle=function(e,t,r,n){if(this.hostScopeMap.has(e))throw new Error("host style already created");var s=this.registerHostTemplate(r,t,n),o=this.doc.createElement("style");return o.setAttribute("data-no-shim",""),s.usesCssVars?n?(o["s-sc"]=t=s.scopeId+"-"+this.count,o.textContent="/*needs update*/",this.hostStyleMap.set(e,o),this.hostScopeMap.set(e,reScope(s,t)),this.count++):(s.styleEl=o,s.usesCssVars||(o.textContent=executeTemplate(s.template,{})),this.globalScopes.push(s),this.updateGlobal(),this.hostScopeMap.set(e,s)):o.textContent=r,o},e.prototype.removeHost=function(e){var t=this.hostStyleMap.get(e);t&&t.remove(),this.hostStyleMap.delete(e),this.hostScopeMap.delete(e);},e.prototype.updateHost=function(e){var t=this.hostScopeMap.get(e);if(t&&t.usesCssVars&&t.isScoped){var r=this.hostStyleMap.get(e);if(r){var n=resolveValues(getActiveSelectors(e,this.hostScopeMap,this.globalScopes));r.textContent=executeTemplate(t.template,n);}}},e.prototype.updateGlobal=function(){updateGlobalScopes(this.globalScopes);},e.prototype.registerHostTemplate=function(e,t,r){var n=this.scopesMap.get(t);return n||((n=parseCSS(e)).scopeId=t,n.isScoped=r,this.scopesMap.set(t,n)),n},e}();!function(e){!e||e.__cssshim||e.CSS&&e.CSS.supports&&e.CSS.supports("color","var(--c)")||(e.__cssshim=new CustomStyle(e,e.document));}("undefined"!=typeof window&&window);
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  /*
4
- Stencil Client Patch Browser v2.8.0 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Browser v2.11.0 | MIT Licensed | https://stenciljs.com
5
5
  */
6
6
  (function(){
7
7
  var aa=new Set("annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" "));function g(a){var b=aa.has(a);a=/^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(a);return !b&&a}function l(a){var b=a.isConnected;if(void 0!==b)return b;for(;a&&!(a.__CE_isImportDocument||a instanceof Document);)a=a.parentNode||(window.ShadowRoot&&a instanceof ShadowRoot?a.host:void 0);return !(!a||!(a.__CE_isImportDocument||a instanceof Document))}
@@ -438,7 +438,6 @@ const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
438
438
  // Workaround for Safari, moving the <input> caret when re-assigning the same valued
439
439
  if (memberName === 'list') {
440
440
  isProp = false;
441
- // tslint:disable-next-line: triple-equals
442
441
  }
443
442
  else if (oldValue == null || elm[memberName] != n) {
444
443
  elm[memberName] = n;
@@ -1096,6 +1095,13 @@ const createEvent = (ref, name, flags) => {
1096
1095
  },
1097
1096
  };
1098
1097
  };
1098
+ /**
1099
+ * Helper function to create & dispatch a custom Event on a provided target
1100
+ * @param elm the target of the Event
1101
+ * @param name the name to give the custom Event
1102
+ * @param opts options for configuring a custom Event
1103
+ * @returns the custom Event
1104
+ */
1099
1105
  const emitEvent = (elm, name, opts) => {
1100
1106
  const ev = plt.ce(name, opts);
1101
1107
  elm.dispatchEvent(ev);
@@ -1380,14 +1386,14 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1380
1386
  prototype.attributeChangedCallback = function (attrName, _oldValue, newValue) {
1381
1387
  plt.jmp(() => {
1382
1388
  const propName = attrNameToPropName.get(attrName);
1383
- // In a webcomponent lifecyle the attributeChangedCallback runs prior to connectedCallback
1389
+ // In a web component lifecycle the attributeChangedCallback runs prior to connectedCallback
1384
1390
  // in the case where an attribute was set inline.
1385
1391
  // ```html
1386
1392
  // <my-component some-attribute="some-value"></my-component>
1387
1393
  // ```
1388
1394
  //
1389
- // There is an edge case where a developer sets the attribute inline on a custom element and then programatically
1390
- // changes it before it has been upgraded as shown below:
1395
+ // There is an edge case where a developer sets the attribute inline on a custom element and then
1396
+ // programmatically changes it before it has been upgraded as shown below:
1391
1397
  //
1392
1398
  // ```html
1393
1399
  // <!-- this component has _not_ been upgraded yet -->
@@ -1397,13 +1403,13 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1397
1403
  // el = document.querySelector("#test");
1398
1404
  // el.someAttribute = "another-value";
1399
1405
  // // upgrade component
1400
- // cutsomElements.define('my-component', MyComponent);
1406
+ // customElements.define('my-component', MyComponent);
1401
1407
  // </script>
1402
1408
  // ```
1403
1409
  // In this case if we do not unshadow here and use the value of the shadowing property, attributeChangedCallback
1404
1410
  // will be called with `newValue = "some-value"` and will set the shadowed property (this.someAttribute = "another-value")
1405
1411
  // to the value that was set inline i.e. "some-value" from above example. When
1406
- // the connectedCallback attempts to unshadow it will use "some-value" as the intial value rather than "another-value"
1412
+ // the connectedCallback attempts to unshadow it will use "some-value" as the initial value rather than "another-value"
1407
1413
  //
1408
1414
  // The case where the attribute was NOT set inline but was not set programmatically shall be handled/unshadowed
1409
1415
  // by connectedCallback as this attributeChangedCallback will not fire.
@@ -1417,6 +1423,14 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1417
1423
  newValue = this[propName];
1418
1424
  delete this[propName];
1419
1425
  }
1426
+ else if (prototype.hasOwnProperty(propName) &&
1427
+ typeof this[propName] === 'number' &&
1428
+ this[propName] == newValue) {
1429
+ // if the propName exists on the prototype of `Cstr`, this update may be a result of Stencil using native
1430
+ // APIs to reflect props as attributes. Calls to `setAttribute(someElement, propName)` will result in
1431
+ // `propName` to be converted to a `DOMString`, which may not be what we want for other primitive props.
1432
+ return;
1433
+ }
1420
1434
  this[propName] = newValue === null && typeof this[propName] === 'boolean' ? false : newValue;
1421
1435
  });
1422
1436
  };
@@ -1498,7 +1512,7 @@ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) =>
1498
1512
  if (!styles.has(scopeId)) {
1499
1513
  const endRegisterStyles = createTime('registerStyles', cmpMeta.$tagName$);
1500
1514
  if (cmpMeta.$flags$ & 8 /* needsShadowDomShim */) {
1501
- style = await Promise.resolve().then(function () { return require('./shadow-css-09555044.js'); }).then((m) => m.scopeCss(style, scopeId, false));
1515
+ style = await Promise.resolve().then(function () { return require('./shadow-css-7fb0b43f.js'); }).then((m) => m.scopeCss(style, scopeId, false));
1502
1516
  }
1503
1517
  registerStyle(scopeId, style, !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */));
1504
1518
  endRegisterStyles();
@@ -1509,7 +1523,7 @@ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) =>
1509
1523
  const ancestorComponent = hostRef.$ancestorComponent$;
1510
1524
  const schedule = () => scheduleUpdate(hostRef, true);
1511
1525
  if (ancestorComponent && ancestorComponent['s-rc']) {
1512
- // this is the intial load and this component it has an ancestor component
1526
+ // this is the initial load and this component it has an ancestor component
1513
1527
  // but the ancestor component has NOT fired its will update lifecycle yet
1514
1528
  // so let's just cool our jets and wait for the ancestor to continue first
1515
1529
  // this will get fired off when the ancestor component
@@ -1627,77 +1641,79 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
1627
1641
  let isBootstrapping = true;
1628
1642
  Object.assign(plt, options);
1629
1643
  plt.$resourcesUrl$ = new URL(options.resourcesUrl || './', doc.baseURI).href;
1630
- lazyBundles.map((lazyBundle) => lazyBundle[1].map((compactMeta) => {
1631
- const cmpMeta = {
1632
- $flags$: compactMeta[0],
1633
- $tagName$: compactMeta[1],
1634
- $members$: compactMeta[2],
1635
- $listeners$: compactMeta[3],
1636
- };
1637
- {
1638
- cmpMeta.$members$ = compactMeta[2];
1639
- }
1640
- {
1641
- cmpMeta.$listeners$ = compactMeta[3];
1642
- }
1643
- {
1644
- cmpMeta.$attrsToReflect$ = [];
1645
- }
1646
- {
1647
- cmpMeta.$watchers$ = {};
1648
- }
1649
- if (!supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
1650
- cmpMeta.$flags$ |= 8 /* needsShadowDomShim */;
1651
- }
1652
- const tagName = cmpMeta.$tagName$;
1653
- const HostElement = class extends HTMLElement {
1654
- // StencilLazyHost
1655
- constructor(self) {
1656
- // @ts-ignore
1657
- super(self);
1658
- self = this;
1659
- registerHost(self, cmpMeta);
1660
- if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
1661
- // this component is using shadow dom
1662
- // and this browser supports shadow dom
1663
- // add the read-only property "shadowRoot" to the host element
1664
- // adding the shadow root build conditionals to minimize runtime
1665
- if (supportsShadow) {
1666
- {
1667
- self.attachShadow({ mode: 'open' });
1644
+ lazyBundles.map((lazyBundle) => {
1645
+ lazyBundle[1].map((compactMeta) => {
1646
+ const cmpMeta = {
1647
+ $flags$: compactMeta[0],
1648
+ $tagName$: compactMeta[1],
1649
+ $members$: compactMeta[2],
1650
+ $listeners$: compactMeta[3],
1651
+ };
1652
+ {
1653
+ cmpMeta.$members$ = compactMeta[2];
1654
+ }
1655
+ {
1656
+ cmpMeta.$listeners$ = compactMeta[3];
1657
+ }
1658
+ {
1659
+ cmpMeta.$attrsToReflect$ = [];
1660
+ }
1661
+ {
1662
+ cmpMeta.$watchers$ = {};
1663
+ }
1664
+ if (!supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
1665
+ cmpMeta.$flags$ |= 8 /* needsShadowDomShim */;
1666
+ }
1667
+ const tagName = cmpMeta.$tagName$;
1668
+ const HostElement = class extends HTMLElement {
1669
+ // StencilLazyHost
1670
+ constructor(self) {
1671
+ // @ts-ignore
1672
+ super(self);
1673
+ self = this;
1674
+ registerHost(self, cmpMeta);
1675
+ if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
1676
+ // this component is using shadow dom
1677
+ // and this browser supports shadow dom
1678
+ // add the read-only property "shadowRoot" to the host element
1679
+ // adding the shadow root build conditionals to minimize runtime
1680
+ if (supportsShadow) {
1681
+ {
1682
+ self.attachShadow({ mode: 'open' });
1683
+ }
1684
+ }
1685
+ else if (!('shadowRoot' in self)) {
1686
+ self.shadowRoot = self;
1668
1687
  }
1669
1688
  }
1670
- else if (!('shadowRoot' in self)) {
1671
- self.shadowRoot = self;
1689
+ }
1690
+ connectedCallback() {
1691
+ if (appLoadFallback) {
1692
+ clearTimeout(appLoadFallback);
1693
+ appLoadFallback = null;
1694
+ }
1695
+ if (isBootstrapping) {
1696
+ // connectedCallback will be processed once all components have been registered
1697
+ deferredConnectedCallbacks.push(this);
1698
+ }
1699
+ else {
1700
+ plt.jmp(() => connectedCallback(this));
1672
1701
  }
1673
1702
  }
1674
- }
1675
- connectedCallback() {
1676
- if (appLoadFallback) {
1677
- clearTimeout(appLoadFallback);
1678
- appLoadFallback = null;
1703
+ disconnectedCallback() {
1704
+ plt.jmp(() => disconnectedCallback(this));
1679
1705
  }
1680
- if (isBootstrapping) {
1681
- // connectedCallback will be processed once all components have been registered
1682
- deferredConnectedCallbacks.push(this);
1706
+ componentOnReady() {
1707
+ return getHostRef(this).$onReadyPromise$;
1683
1708
  }
1684
- else {
1685
- plt.jmp(() => connectedCallback(this));
1686
- }
1687
- }
1688
- disconnectedCallback() {
1689
- plt.jmp(() => disconnectedCallback(this));
1690
- }
1691
- componentOnReady() {
1692
- return getHostRef(this).$onReadyPromise$;
1709
+ };
1710
+ cmpMeta.$lazyBundleId$ = lazyBundle[0];
1711
+ if (!exclude.includes(tagName) && !customElements.get(tagName)) {
1712
+ cmpTags.push(tagName);
1713
+ customElements.define(tagName, proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */));
1693
1714
  }
1694
- };
1695
- cmpMeta.$lazyBundleId$ = lazyBundle[0];
1696
- if (!exclude.includes(tagName) && !customElements.get(tagName)) {
1697
- cmpTags.push(tagName);
1698
- customElements.define(tagName, proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */));
1699
- }
1700
- }));
1715
+ });
1716
+ });
1701
1717
  {
1702
1718
  visibilityStyle.innerHTML = cmpTags + HYDRATED_CSS;
1703
1719
  visibilityStyle.setAttribute('data-styles', '');
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const utils = require('./utils-07e0a826.js');
6
- require('./index-8402028a.js');
5
+ const utils = require('./utils-ade59127.js');
6
+ require('./index-d47fa3c0.js');
7
7
 
8
8
 
9
9
 
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8402028a.js');
6
- require('./app-268f9884.js');
5
+ const index = require('./index-d47fa3c0.js');
6
+ require('./app-04553107.js');
7
7
 
8
8
  /*
9
- Stencil Client Patch Esm v2.8.0 | MIT Licensed | https://stenciljs.com
9
+ Stencil Client Patch Esm v2.11.0 | MIT Licensed | https://stenciljs.com
10
10
  */
11
11
  const patchEsm = () => {
12
12
  // NOTE!! This fn cannot use async/await!
13
13
  // @ts-ignore
14
14
  if (!(index.CSS && index.CSS.supports && index.CSS.supports('color', 'var(--c)'))) {
15
15
  // @ts-ignore
16
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "polyfills-css-shim" */ './css-shim-9670f2f3.js'); }).then(() => {
16
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "polyfills-css-shim" */ './css-shim-cf2d8057.js'); }).then(() => {
17
17
  if ((index.plt.$cssShim$ = index.win.__cssshim)) {
18
18
  return index.plt.$cssShim$.i();
19
19
  }
@@ -29,7 +29,7 @@ const patchEsm = () => {
29
29
  const defineCustomElements = (win, options) => {
30
30
  if (typeof window === 'undefined') return Promise.resolve();
31
31
  return patchEsm().then(() => {
32
- return index.bootstrapLazy([["road-badge_11.cjs",[[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-col"],[1,"road-grid"],[1,"road-label"],[1,"road-list",{"lines":[1]}],[1,"road-row"],[1,"road-toolbar",{"color":[1]}],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-counter.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1]}]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"placeholder":[1],"value":[1032]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"]}]]],["road-carousel.cjs",[[4,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-modal.cjs",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-rating.cjs",[[1,"road-rating",{"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"position":[1],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"onlySelect":[4,"only-select"],"visible":[32],"currentValue":[32]},[[0,"roadFocus","handleFocus"],[0,"roadChange","handleChange"],[4,"click","onClickOutside"]]]]],["road-avatar.cjs",[[1,"road-avatar"]]],["road-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-checkbox.cjs",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1]}]]],["road-flap.cjs",[[1,"road-flap",{"color":[1]}]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"color":[1]}]]],["road-radio.cjs",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"]]]]],["road-radio-group.cjs",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025]}]]],["road-range.cjs",[[2,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"]}]]],["road-select.cjs",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"label":[1],"error":[1],"value":[1032]}]]],["road-skeleton.cjs",[[1,"road-skeleton"]]],["road-spinner.cjs",[[1,"road-spinner"]]],["road-switch.cjs",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-tab.cjs",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar.cjs",[[1,"road-tab-bar",{"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button.cjs",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"]]]]],["road-table.cjs",[[6,"road-table"]]],["road-tabs.cjs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text.cjs",[[1,"road-text",{"color":[1]}]]],["road-textarea.cjs",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1]}]]],["road-toolbar-title.cjs",[[1,"road-toolbar-title"]]],["road-tooltip.cjs",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-input.cjs",[[2,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"type":[1],"value":[1032],"label":[1],"error":[1]}]]],["road-input-group.cjs",[[1,"road-input-group"]]]], options);
32
+ return index.bootstrapLazy([["road-badge_11.cjs",[[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-col"],[1,"road-grid"],[1,"road-label"],[1,"road-list",{"lines":[1]}],[1,"road-row"],[1,"road-toolbar",{"color":[1]}],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-counter.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1]}]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"placeholder":[1],"value":[1032],"motorbike":[4]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"]}]]],["road-carousel.cjs",[[4,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-modal.cjs",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-rating.cjs",[[1,"road-rating",{"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"position":[1],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-avatar.cjs",[[1,"road-avatar"]]],["road-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-checkbox.cjs",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1]}]]],["road-dropdown.cjs",[[1,"road-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-flap.cjs",[[1,"road-flap",{"color":[1]}]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"color":[1]}]]],["road-radio.cjs",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"]]]]],["road-radio-group.cjs",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025]}]]],["road-range.cjs",[[2,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"]}]]],["road-select.cjs",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"label":[1],"error":[1],"value":[1032]}]]],["road-select-filter.cjs",[[6,"road-select-filter",{"options":[16],"parameters":[8],"onlySelect":[4,"only-select"],"isOpen":[32],"currentValue":[32]},[[0,"roadFocus","handleFocus"],[0,"roadChange","handleChange"],[4,"click","onClickOutside"]]]]],["road-skeleton.cjs",[[1,"road-skeleton"]]],["road-spinner.cjs",[[1,"road-spinner"]]],["road-switch.cjs",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-tab.cjs",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar.cjs",[[1,"road-tab-bar",{"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button.cjs",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"]]]]],["road-table.cjs",[[6,"road-table"]]],["road-tabs.cjs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text.cjs",[[1,"road-text",{"color":[1]}]]],["road-textarea.cjs",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1]}]]],["road-toolbar-title.cjs",[[1,"road-toolbar-title"]]],["road-tooltip.cjs",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-input.cjs",[[2,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"type":[1],"value":[1032],"label":[1],"error":[1],"debounce":[2]}]]],["road-input-group.cjs",[[1,"road-input-group"]]]], options);
33
33
  });
34
34
  };
35
35
 
@@ -2,13 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8402028a.js');
5
+ const index = require('./index-d47fa3c0.js');
6
6
  const index$1 = require('./index-0181f02a.js');
7
7
  require('./polyfill-c7a0fa22.js');
8
8
 
9
- const accordionCss = ":host{--accordion-header-border:1px;--chevron-color:var(--icon);--header-padding:1rem 0.5rem 1rem 1rem;--content-padding:1rem 0.5rem 0;--content-margin:0 1rem 1rem;display:block;margin-bottom:1rem}.accordion{font-family:var(--font, sans-serif);font-size:0.875rem;line-height:1.5;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:0.25rem}.accordion[open] .accordion-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.accordion[open] .accordion-content{padding:var(--content-padding);margin:var(--content-margin)}.accordion-trigger{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:4rem;border:1px solid transparent;border-radius:0.25rem;outline:0}.accordion-trigger::-webkit-details-marker{display:none}.accordion-trigger.focus-visible{border-color:var(--info)}.accordion-trigger:active{background:var(--background-second)}.accordion-header{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:var(--header-padding);cursor:pointer;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.accordion-arrow{margin-left:1rem;color:var(--icon-color);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion-content{padding:0 0.5rem;margin:0 1rem;overflow:hidden;border-top:var(--accordion-header-border) solid var(--border)}";
9
+ const accordionCss = ":host{--accordion-header-border:1px;--chevron-color:var(--icon);--header-padding:1rem 0.5rem 1rem 1rem;--content-padding:1rem 0.5rem 0;--content-margin:0 1rem 1rem;--max-height:800px;display:block;margin-bottom:1rem}.accordion{max-height:4.25rem;overflow:hidden;font-family:var(--font, sans-serif);font-size:0.875rem;line-height:1.5;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:0.25rem;-webkit-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out}.accordion[open]{max-height:var(--max-height)}.accordion[open] .accordion-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.accordion[open] .accordion-content{padding:var(--content-padding);margin:var(--content-margin)}.accordion-trigger{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:4rem;border:1px solid transparent;border-radius:0.25rem;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.accordion-trigger::-webkit-details-marker{display:none}.accordion-trigger.focus-visible{border-color:var(--info)}.accordion-trigger:active{background:var(--background-second)}.accordion-header{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:var(--header-padding);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accordion-arrow{margin-left:1rem;color:var(--icon-color);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion-content{padding:0 0.5rem;margin:0 1rem;overflow:hidden;border-top:var(--accordion-header-border) solid var(--border)}";
10
10
 
11
- const Accordion = class {
11
+ let Accordion = class {
12
12
  constructor(hostRef) {
13
13
  index.registerInstance(this, hostRef);
14
14
  /**
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8402028a.js');
5
+ const index = require('./index-d47fa3c0.js');
6
6
 
7
7
  const alertCss = ":host{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;padding:0.5rem;font-family:var(--font, sans-serif);font-size:0.875rem;line-height:1.5;border:1px solid transparent;border-radius:0.25rem}.alert-icon{-ms-flex-negative:0;flex-shrink:0;width:2rem;height:2rem;margin-right:0.5rem}.alert-description{padding-top:0.375rem;margin:0}:host(.alert-info){color:var(--info);background:var(--info-background);border-color:var(--info)}:host(.alert-info) ::slotted(road-icon){color:var(--info)}:host(.alert-success){color:var(--success-text);background:var(--success-background);border-color:var(--success)}:host(.alert-success) ::slotted(road-icon){color:var(--success-text)}:host(.alert-warning){color:var(--warning-text);background:var(--warning-background);border-color:var(--warning)}:host(.alert-warning) ::slotted(road-icon){color:var(--warning)}:host(.alert-danger){color:var(--danger-text);background:var(--danger-background);border-color:var(--danger)}:host(.alert-danger) ::slotted(road-icon){color:var(--danger-text)}";
8
8
 
9
- const Alert = class {
9
+ let Alert = class {
10
10
  constructor(hostRef) {
11
11
  index.registerInstance(this, hostRef);
12
12
  /**
@@ -2,45 +2,39 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8402028a.js');
5
+ const index = require('./index-d47fa3c0.js');
6
6
 
7
- const autocompleteCss = ".sc-road-autocomplete-h{position:relative;display:block}.autocomplete-list.sc-road-autocomplete{position:absolute;top:3rem;z-index:1;width:100%;max-height:12.5rem;padding:0 0 0.5rem;margin:0;overflow-y:scroll;font-family:var(--font, sans-serif);font-size:0.875rem;color:var(--text);list-style-type:none;background:var(--white);border-radius:0 0 4px 4px;-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, 0.16);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16)}.autocomplete-item.sc-road-autocomplete{padding:0.75rem 1rem;cursor:pointer}.autocomplete-item.sc-road-autocomplete:hover{color:var(--secondary-contrast);background:var(--secondary)}";
7
+ const autocompleteCss = ".sc-road-autocomplete-h{position:relative;display:block}.sc-road-autocomplete-s>road-input-group,.sc-road-autocomplete-s>road-input{position:relative;z-index:2}.autocomplete-list.sc-road-autocomplete{position:absolute;top:3rem;z-index:1;width:100%;max-height:16rem;padding:0.5rem 0;margin:0;overflow-y:scroll;font-family:var(--font, sans-serif);font-size:0.875rem;color:var(--text);list-style-type:none;background:var(--white);border-radius:0 0 0.25rem 0.25rem;-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, 0.16);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16)}.autocomplete-item.sc-road-autocomplete{padding:0.75rem 1rem;cursor:pointer}.autocomplete-item.sc-road-autocomplete:hover,.autocomplete-item.focus.sc-road-autocomplete{color:var(--secondary-contrast);background:var(--secondary)}";
8
8
 
9
- const Autocomplete = class {
9
+ let Autocomplete = class {
10
10
  constructor(hostRef) {
11
11
  index.registerInstance(this, hostRef);
12
+ this.roadSelected = index.createEvent(this, "roadSelected", 7);
12
13
  this.visible = false;
13
- this.currentValue = '';
14
14
  /**
15
- * List of options of the select
15
+ * List of autocomplete options
16
16
  */
17
17
  this.options = [];
18
- /**
19
- * If `true`, the user can't submit custom value
20
- */
21
- this.onlySelect = false;
22
- this.onClick = (event) => {
23
- this.el.querySelector('road-input').value = event.target.dataset.value;
18
+ this.onClick = (value, label) => {
19
+ this.el.querySelector('road-input').value = value;
24
20
  this.visible = false;
21
+ this.roadSelected.emit({
22
+ value: value.toString(),
23
+ label: label,
24
+ });
25
25
  };
26
26
  }
27
27
  handleFocus() {
28
28
  this.visible = true;
29
29
  }
30
- handleChange(event) {
31
- this.currentValue = event.detail.value.toLowerCase();
32
- }
33
30
  onClickOutside(event) {
34
31
  if (this.visible && !this.el.contains(event.target)) {
35
32
  this.visible = false;
36
- if (this.onlySelect) {
37
- this.el.querySelector('road-input').value = '';
38
- }
39
33
  }
40
34
  }
41
35
  render() {
42
- return (index.h(index.Host, null, index.h("slot", null), this.visible &&
43
- index.h("ul", { class: "autocomplete-list" }, this.options && this.options.filter(element => element.label.toLowerCase().indexOf(this.currentValue) > -1).map(option => (index.h("li", { class: "autocomplete-item", role: "menuitem", "data-value": option.value, onClick: this.onClick }, option.label))))));
36
+ return (index.h(index.Host, null, index.h("slot", null), this.visible && this.options.length > 0 &&
37
+ index.h("ul", { class: "autocomplete-list" }, this.options && this.options.map(option => (index.h("li", { class: "autocomplete-item", role: "menuitem", onClick: () => this.onClick(option.value, option.label) }, option.label))))));
44
38
  }
45
39
  get el() { return index.getElement(this); }
46
40
  };
@@ -2,16 +2,16 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8402028a.js');
5
+ const index = require('./index-d47fa3c0.js');
6
6
 
7
7
  const avatarCss = ":host{--avatar-background:var(--background-second);--avatar-width:3rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:var(--avatar-width);height:var(--avatar-width);background:var(--avatar-background);border-radius:var(--avatar-width)}::slotted(road-img),::slotted(img){width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;border-radius:var(--avatar-width)}::slotted(road-badge){position:absolute;top:0;right:0}";
8
8
 
9
- const Avatar = class {
9
+ let Avatar = class {
10
10
  constructor(hostRef) {
11
11
  index.registerInstance(this, hostRef);
12
12
  }
13
13
  render() {
14
- return (index.h(index.Host, null, index.h("slot", null)));
14
+ return (index.h("slot", null));
15
15
  }
16
16
  };
17
17
  Avatar.style = avatarCss;