@roadtrip/components 2.42.0 → 2.43.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 (725) hide show
  1. package/dist/cjs/{app-79994847.js → app-d94011e3.js} +1 -1
  2. package/dist/cjs/css-shim-1269258a.js +6 -0
  3. package/dist/cjs/{dom-417ccd20.js → dom-36862b77.js} +1 -1
  4. package/dist/cjs/{index-9b63596c.js → index-a2306350.js} +701 -277
  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 +14 -4
  8. package/dist/cjs/road-alert.cjs.entry.js +2 -2
  9. package/dist/cjs/road-autocomplete.cjs.entry.js +2 -2
  10. package/dist/cjs/road-avatar.cjs.entry.js +2 -2
  11. package/dist/cjs/road-badge_11.cjs.entry.js +15 -15
  12. package/dist/cjs/road-banner.cjs.entry.js +2 -2
  13. package/dist/cjs/road-card.cjs.entry.js +2 -2
  14. package/dist/cjs/road-carousel-item.cjs.entry.js +2 -2
  15. package/dist/cjs/road-carousel.cjs.entry.js +8 -8
  16. package/dist/cjs/road-checkbox.cjs.entry.js +2 -2
  17. package/dist/cjs/road-chip.cjs.entry.js +2 -2
  18. package/dist/cjs/road-collapse.cjs.entry.js +2 -2
  19. package/dist/cjs/road-counter.cjs.entry.js +3 -3
  20. package/dist/cjs/road-dialog.cjs.entry.js +2 -2
  21. package/dist/cjs/road-dropdown.cjs.entry.js +2 -2
  22. package/dist/cjs/road-duration.cjs.entry.js +2 -2
  23. package/dist/cjs/road-flap.cjs.entry.js +2 -2
  24. package/dist/cjs/road-img.cjs.entry.js +2 -2
  25. package/dist/cjs/road-input-group.cjs.entry.js +2 -2
  26. package/dist/cjs/road-input.cjs.entry.js +2 -2
  27. package/dist/cjs/road-modal.cjs.entry.js +2 -2
  28. package/dist/cjs/road-navbar-item.cjs.entry.js +2 -2
  29. package/dist/cjs/road-navbar.cjs.entry.js +2 -2
  30. package/dist/cjs/road-plate-number.cjs.entry.js +2 -2
  31. package/dist/cjs/road-progress.cjs.entry.js +2 -2
  32. package/dist/cjs/road-radio-group.cjs.entry.js +2 -2
  33. package/dist/cjs/road-radio.cjs.entry.js +2 -2
  34. package/dist/cjs/road-range.cjs.entry.js +2 -2
  35. package/dist/cjs/road-rating.cjs.entry.js +2 -2
  36. package/dist/cjs/road-select-filter.cjs.entry.js +5 -3
  37. package/dist/cjs/road-select.cjs.entry.js +2 -2
  38. package/dist/cjs/road-skeleton.cjs.entry.js +2 -2
  39. package/dist/cjs/road-spinner.cjs.entry.js +2 -2
  40. package/dist/cjs/road-stepper.cjs.entry.js +2 -2
  41. package/dist/cjs/road-switch.cjs.entry.js +2 -2
  42. package/dist/cjs/road-tab-bar.cjs.entry.js +2 -2
  43. package/dist/cjs/road-tab-button.cjs.entry.js +2 -2
  44. package/dist/cjs/road-tab.cjs.entry.js +2 -2
  45. package/dist/cjs/road-table.cjs.entry.js +2 -2
  46. package/dist/cjs/road-tabs.cjs.entry.js +2 -2
  47. package/dist/cjs/road-text.cjs.entry.js +2 -2
  48. package/dist/cjs/road-textarea.cjs.entry.js +2 -2
  49. package/dist/cjs/road-toast.cjs.entry.js +3 -3
  50. package/dist/cjs/road-toggle.cjs.entry.js +2 -2
  51. package/dist/cjs/road-toolbar-title.cjs.entry.js +2 -2
  52. package/dist/cjs/road-tooltip.cjs.entry.js +2 -2
  53. package/dist/cjs/roadtrip.cjs.js +5 -5
  54. package/dist/cjs/{shadow-css-432b27e3.js → shadow-css-346c0795.js} +2 -3
  55. package/dist/cjs/{utils-90171b88.js → utils-5c31da25.js} +1 -1
  56. package/dist/collection/collection-manifest.json +2 -2
  57. package/dist/collection/components/accordion/accordion.css +22 -8
  58. package/dist/collection/components/accordion/accordion.js +95 -49
  59. package/dist/collection/components/accordion/accordion.stories.js +9 -1
  60. package/dist/collection/components/alert/alert.js +86 -87
  61. package/dist/collection/components/autocomplete/autocomplete.js +97 -87
  62. package/dist/collection/components/avatar/avatar.js +11 -7
  63. package/dist/collection/components/badge/badge.js +55 -50
  64. package/dist/collection/components/banner/banner.js +118 -113
  65. package/dist/collection/components/button/button.css +1 -0
  66. package/dist/collection/components/button/button.js +251 -247
  67. package/dist/collection/components/card/card.js +172 -165
  68. package/dist/collection/components/carousel/carousel.js +649 -644
  69. package/dist/collection/components/carousel-item/carousel-item.js +12 -9
  70. package/dist/collection/components/checkbox/checkbox.js +309 -308
  71. package/dist/collection/components/chip/chip.js +85 -82
  72. package/dist/collection/components/col/col.js +11 -7
  73. package/dist/collection/components/collapse/collapse.js +85 -84
  74. package/dist/collection/components/counter/counter.js +233 -230
  75. package/dist/collection/components/dialog/dialog.js +181 -180
  76. package/dist/collection/components/drawer/drawer.js +263 -262
  77. package/dist/collection/components/dropdown/dropdown.js +84 -84
  78. package/dist/collection/components/duration/duration.js +160 -155
  79. package/dist/collection/components/flap/flap.js +51 -46
  80. package/dist/collection/components/grid/grid.css +9 -0
  81. package/dist/collection/components/grid/grid.js +11 -7
  82. package/dist/collection/components/icon/icon.js +201 -191
  83. package/dist/collection/components/icon/svg/battery-start-stop-color.svg +1 -1
  84. package/dist/collection/components/icon/svg/battery-start-stop-outline.svg +1 -1
  85. package/dist/collection/components/icon/svg/bike-inflation-color.svg +1 -1
  86. package/dist/collection/components/icon/svg/bike-inflation-outline.svg +1 -1
  87. package/dist/collection/components/icon/svg/people-disability-wheelchair-color.svg +1 -1
  88. package/dist/collection/components/icon/svg/people-disability-wheelchair-solid.svg +1 -1
  89. package/dist/collection/components/icon/svg/social-linkedin-badge.svg +1 -1
  90. package/dist/collection/components/icon/svg/timer-1u-color.svg +1 -1
  91. package/dist/collection/components/icon/svg/timer-1u-outline.svg +1 -1
  92. package/dist/collection/components/icon/svg/tire-inflation-color.svg +1 -1
  93. package/dist/collection/components/icon/svg/tire-inflation-outline.svg +1 -1
  94. package/dist/collection/components/icon/svg/vehicle-4wd-color.svg +1 -0
  95. package/dist/collection/components/icon/svg/vehicle-4wd-outline.svg +1 -0
  96. package/dist/collection/components/icon/svg/vehicle-4wd-solid.svg +1 -0
  97. package/dist/collection/components/icon/svg/vehicle-acc-color.svg +1 -1
  98. package/dist/collection/components/icon/svg/vehicle-acc-outline.svg +1 -1
  99. package/dist/collection/components/icon/svg/vehicle-acc-solid.svg +1 -1
  100. package/dist/collection/components/icon/svg/vehicle-battery-service-color.svg +1 -1
  101. package/dist/collection/components/icon/svg/vehicle-battery-service-outline.svg +1 -1
  102. package/dist/collection/components/icon/svg/vehicle-battery-service-solid.svg +1 -1
  103. package/dist/collection/components/icon/svg/vehicle-bike-repair-color.svg +1 -1
  104. package/dist/collection/components/icon/svg/vehicle-bike-repair-outline.svg +1 -1
  105. package/dist/collection/components/icon/svg/vehicle-bike-repair-solid.svg +1 -1
  106. package/dist/collection/components/icon/svg/vehicle-bus-color.svg +1 -0
  107. package/dist/collection/components/icon/svg/vehicle-bus-outline.svg +1 -1
  108. package/dist/collection/components/icon/svg/vehicle-bus-solid.svg +1 -1
  109. package/dist/collection/components/icon/svg/vehicle-car-moto-color.svg +1 -0
  110. package/dist/collection/components/icon/svg/vehicle-car-moto-outline.svg +1 -0
  111. package/dist/collection/components/icon/svg/vehicle-car-moto-solid.svg +1 -1
  112. package/dist/collection/components/icon/svg/vehicle-car-sad-color.svg +1 -0
  113. package/dist/collection/components/icon/svg/vehicle-car-sad-outline.svg +1 -1
  114. package/dist/collection/components/icon/svg/vehicle-car-sad-solid.svg +1 -1
  115. package/dist/collection/components/icon/svg/vehicle-car-search-color.svg +1 -0
  116. package/dist/collection/components/icon/svg/vehicle-car-search-outline.svg +1 -1
  117. package/dist/collection/components/icon/svg/vehicle-car-search-solid.svg +1 -1
  118. package/dist/collection/components/icon/svg/vehicle-car-sound-color.svg +1 -0
  119. package/dist/collection/components/icon/svg/vehicle-car-sound-outline.svg +1 -1
  120. package/dist/collection/components/icon/svg/vehicle-car-sound-solid.svg +1 -1
  121. package/dist/collection/components/icon/svg/vehicle-caravan-color.svg +1 -0
  122. package/dist/collection/components/icon/svg/vehicle-caravan-outline.svg +1 -0
  123. package/dist/collection/components/icon/svg/vehicle-caravan-solid.svg +1 -1
  124. package/dist/collection/components/icon/svg/vehicle-carport-color.svg +1 -1
  125. package/dist/collection/components/icon/svg/vehicle-carport-outline.svg +1 -1
  126. package/dist/collection/components/icon/svg/vehicle-collector-color.svg +1 -0
  127. package/dist/collection/components/icon/svg/vehicle-collector-outline.svg +1 -0
  128. package/dist/collection/components/icon/svg/vehicle-collector-solid.svg +1 -1
  129. package/dist/collection/components/icon/svg/vehicle-delivery-color.svg +1 -0
  130. package/dist/collection/components/icon/svg/vehicle-delivery-fast-color.svg +1 -1
  131. package/dist/collection/components/icon/svg/vehicle-delivery-fast-outline.svg +1 -1
  132. package/dist/collection/components/icon/svg/vehicle-delivery-fast-solid.svg +1 -1
  133. package/dist/collection/components/icon/svg/vehicle-delivery-free-return-color.svg +1 -1
  134. package/dist/collection/components/icon/svg/vehicle-delivery-free-return-outline.svg +1 -1
  135. package/dist/collection/components/icon/svg/vehicle-delivery-free-return-solid.svg +1 -1
  136. package/dist/collection/components/icon/svg/vehicle-delivery-meeting-color.svg +1 -1
  137. package/dist/collection/components/icon/svg/vehicle-delivery-meeting-outline.svg +1 -1
  138. package/dist/collection/components/icon/svg/vehicle-delivery-meeting-solid.svg +1 -1
  139. package/dist/collection/components/icon/svg/vehicle-delivery-outline.svg +1 -1
  140. package/dist/collection/components/icon/svg/vehicle-delivery-solid.svg +1 -1
  141. package/dist/collection/components/icon/svg/vehicle-distance-color.svg +1 -1
  142. package/dist/collection/components/icon/svg/vehicle-distance-outline.svg +1 -1
  143. package/dist/collection/components/icon/svg/vehicle-drive-carport-color.svg +1 -1
  144. package/dist/collection/components/icon/svg/vehicle-drive-carport-outline.svg +1 -1
  145. package/dist/collection/components/icon/svg/vehicle-drive-color.svg +1 -1
  146. package/dist/collection/components/icon/svg/vehicle-drive-outline.svg +1 -1
  147. package/dist/collection/components/icon/svg/vehicle-micro-color.svg +1 -0
  148. package/dist/collection/components/icon/svg/vehicle-micro-outline.svg +1 -0
  149. package/dist/collection/components/icon/svg/vehicle-micro-solid.svg +1 -0
  150. package/dist/collection/components/icon/svg/vehicle-minivan-color.svg +1 -0
  151. package/dist/collection/components/icon/svg/vehicle-minivan-outline.svg +1 -0
  152. package/dist/collection/components/icon/svg/vehicle-minivan-solid.svg +1 -0
  153. package/dist/collection/components/icon/svg/vehicle-moto-color.svg +1 -1
  154. package/dist/collection/components/icon/svg/vehicle-moto-outline.svg +1 -1
  155. package/dist/collection/components/icon/svg/vehicle-moto-solid.svg +1 -1
  156. package/dist/collection/components/icon/svg/vehicle-mower-color.svg +1 -0
  157. package/dist/collection/components/icon/svg/vehicle-mower-outline.svg +1 -0
  158. package/dist/collection/components/icon/svg/vehicle-mower-solid.svg +1 -1
  159. package/dist/collection/components/icon/svg/vehicle-pickup-color.svg +1 -0
  160. package/dist/collection/components/icon/svg/vehicle-pickup-outline.svg +1 -0
  161. package/dist/collection/components/icon/svg/vehicle-pickup-solid.svg +1 -1
  162. package/dist/collection/components/icon/svg/vehicle-pickup-van-color.svg +1 -0
  163. package/dist/collection/components/icon/svg/vehicle-pickup-van-outline.svg +1 -1
  164. package/dist/collection/components/icon/svg/vehicle-pickup-van-solid.svg +1 -1
  165. package/dist/collection/components/icon/svg/vehicle-quad-color.svg +1 -0
  166. package/dist/collection/components/icon/svg/vehicle-quad-outline.svg +1 -0
  167. package/dist/collection/components/icon/svg/vehicle-quad-solid.svg +1 -1
  168. package/dist/collection/components/icon/svg/vehicle-rent-bike-electric-color.svg +1 -0
  169. package/dist/collection/components/icon/svg/vehicle-rent-bike-electric-outline.svg +1 -0
  170. package/dist/collection/components/icon/svg/vehicle-rent-bike-electric-solid.svg +1 -1
  171. package/dist/collection/components/icon/svg/vehicle-rent-car-color.svg +1 -0
  172. package/dist/collection/components/icon/svg/vehicle-rent-car-micro-color.svg +1 -0
  173. package/dist/collection/components/icon/svg/vehicle-rent-car-micro-outline.svg +1 -0
  174. package/dist/collection/components/icon/svg/vehicle-rent-car-micro-solid.svg +1 -0
  175. package/dist/collection/components/icon/svg/vehicle-rent-car-outline.svg +1 -0
  176. package/dist/collection/components/icon/svg/vehicle-rent-car-solid.svg +1 -1
  177. package/dist/collection/components/icon/svg/vehicle-rent-trailer-color.svg +1 -0
  178. package/dist/collection/components/icon/svg/vehicle-rent-trailer-outline.svg +1 -0
  179. package/dist/collection/components/icon/svg/vehicle-rent-trailer-solid.svg +1 -1
  180. package/dist/collection/components/icon/svg/vehicle-repair-car-color.svg +1 -0
  181. package/dist/collection/components/icon/svg/vehicle-repair-car-outline.svg +1 -0
  182. package/dist/collection/components/icon/svg/vehicle-repair-car-solid.svg +1 -1
  183. package/dist/collection/components/icon/svg/vehicle-repair-moto-color.svg +1 -0
  184. package/dist/collection/components/icon/svg/vehicle-repair-moto-outline.svg +1 -0
  185. package/dist/collection/components/icon/svg/vehicle-repair-moto-solid.svg +1 -1
  186. package/dist/collection/components/icon/svg/vehicle-repair-pickup-van-color.svg +1 -0
  187. package/dist/collection/components/icon/svg/vehicle-repair-pickup-van-outline.svg +1 -0
  188. package/dist/collection/components/icon/svg/vehicle-repair-pickup-van-solid.svg +1 -1
  189. package/dist/collection/components/icon/svg/vehicle-repair-van-color.svg +1 -0
  190. package/dist/collection/components/icon/svg/vehicle-repair-van-outline.svg +1 -0
  191. package/dist/collection/components/icon/svg/vehicle-repair-van-solid.svg +1 -1
  192. package/dist/collection/components/icon/svg/vehicle-road-grip-color.svg +1 -0
  193. package/dist/collection/components/icon/svg/vehicle-road-grip-outline.svg +1 -1
  194. package/dist/collection/components/icon/svg/vehicle-road-grip-solid.svg +1 -1
  195. package/dist/collection/components/icon/svg/vehicle-roadster-color.svg +1 -0
  196. package/dist/collection/components/icon/svg/vehicle-roadster-outline.svg +1 -0
  197. package/dist/collection/components/icon/svg/vehicle-roadster-solid.svg +1 -0
  198. package/dist/collection/components/icon/svg/vehicle-scooter-color.svg +1 -1
  199. package/dist/collection/components/icon/svg/vehicle-scooter-outline.svg +1 -1
  200. package/dist/collection/components/icon/svg/vehicle-scooter-solid.svg +1 -1
  201. package/dist/collection/components/icon/svg/vehicle-sedan-color.svg +1 -0
  202. package/dist/collection/components/icon/svg/vehicle-sedan-outline.svg +1 -0
  203. package/dist/collection/components/icon/svg/vehicle-sedan-solid.svg +1 -0
  204. package/dist/collection/components/icon/svg/vehicle-sport-color.svg +1 -0
  205. package/dist/collection/components/icon/svg/vehicle-sport-outline.svg +1 -0
  206. package/dist/collection/components/icon/svg/vehicle-sport-solid.svg +1 -0
  207. package/dist/collection/components/icon/svg/vehicle-station-wagon-color.svg +1 -0
  208. package/dist/collection/components/icon/svg/vehicle-station-wagon-outline.svg +1 -0
  209. package/dist/collection/components/icon/svg/vehicle-station-wagon-solid.svg +1 -0
  210. package/dist/collection/components/icon/svg/vehicle-suv-color.svg +1 -0
  211. package/dist/collection/components/icon/svg/vehicle-suv-outline.svg +1 -0
  212. package/dist/collection/components/icon/svg/vehicle-suv-solid.svg +1 -1
  213. package/dist/collection/components/icon/svg/vehicle-tractor-color.svg +1 -0
  214. package/dist/collection/components/icon/svg/vehicle-tractor-outline.svg +1 -0
  215. package/dist/collection/components/icon/svg/vehicle-tractor-solid.svg +1 -1
  216. package/dist/collection/components/icon/svg/vehicle-trailer-color.svg +1 -0
  217. package/dist/collection/components/icon/svg/vehicle-trailer-outline.svg +1 -0
  218. package/dist/collection/components/icon/svg/vehicle-trailer-solid.svg +1 -1
  219. package/dist/collection/components/icon/svg/vehicle-truck-color.svg +1 -0
  220. package/dist/collection/components/icon/svg/vehicle-truck-outline.svg +1 -0
  221. package/dist/collection/components/icon/svg/vehicle-truck-solid.svg +1 -1
  222. package/dist/collection/components/icon/svg/vehicle-van-color.svg +1 -0
  223. package/dist/collection/components/icon/svg/vehicle-van-outline.svg +1 -1
  224. package/dist/collection/components/icon/svg/vehicle-van-solid.svg +1 -1
  225. package/dist/collection/components/icon/svg/vehicle-workshop-color.svg +1 -1
  226. package/dist/collection/components/icon/svg/vehicle-workshop-outline.svg +1 -1
  227. package/dist/collection/components/icon/svg/vehicle-workshop-solid.svg +1 -1
  228. package/dist/collection/components/icon/svg/weather-sun-color.svg +1 -1
  229. package/dist/collection/components/icon/svg/weather-sun-outline-color.svg +1 -1
  230. package/dist/collection/components/icon/svg/weather-sun-snow-color.svg +1 -1
  231. package/dist/collection/components/icon/svg/weather-sun-snow-outline-color.svg +1 -1
  232. package/dist/collection/components/icon/svg/weather-sun-snow-solid-color.svg +1 -1
  233. package/dist/collection/components/icon/svg/weather-sun-solid-color.svg +1 -1
  234. package/dist/collection/components/img/img.js +162 -151
  235. package/dist/collection/components/input/input.js +647 -642
  236. package/dist/collection/components/input-group/input-group.js +12 -13
  237. package/dist/collection/components/item/item.js +205 -204
  238. package/dist/collection/components/label/label.js +11 -7
  239. package/dist/collection/components/list/list.js +33 -28
  240. package/dist/collection/components/modal/modal.js +160 -157
  241. package/dist/collection/components/navbar/navbar.js +92 -81
  242. package/dist/collection/components/navbar-item/navbar-item.js +190 -183
  243. package/dist/collection/components/plate-number/plate-number.js +265 -262
  244. package/dist/collection/components/progress/progress.js +68 -65
  245. package/dist/collection/components/radio/radio.js +272 -262
  246. package/dist/collection/components/radio-group/radio-group.js +210 -207
  247. package/dist/collection/components/range/range.js +180 -176
  248. package/dist/collection/components/rating/rating.js +85 -88
  249. package/dist/collection/components/row/row.js +12 -9
  250. package/dist/collection/components/select/select.js +310 -305
  251. package/dist/collection/components/select-filter/select-filter.js +176 -164
  252. package/dist/collection/components/select-filter/select-filter.stories.js +2 -2
  253. package/dist/collection/components/skeleton/skeleton.js +11 -7
  254. package/dist/collection/components/spinner/spinner.js +51 -46
  255. package/dist/collection/components/stepper/stepper.js +116 -130
  256. package/dist/collection/components/switch/switch.js +315 -310
  257. package/dist/collection/components/tab/tab.js +71 -64
  258. package/dist/collection/components/tab-bar/tab-bar.js +128 -119
  259. package/dist/collection/components/tab-button/tab-button.js +184 -177
  260. package/dist/collection/components/table/table.js +11 -7
  261. package/dist/collection/components/tabs/tabs.js +154 -147
  262. package/dist/collection/components/text/text.js +34 -29
  263. package/dist/collection/components/textarea/textarea.js +529 -523
  264. package/dist/collection/components/toast/toast.css +1 -1
  265. package/dist/collection/components/toast/toast.js +143 -136
  266. package/dist/collection/components/toggle/toggle.js +315 -310
  267. package/dist/collection/components/toolbar/toolbar.js +33 -34
  268. package/dist/collection/components/toolbar-title/toolbar-title.js +12 -9
  269. package/dist/collection/components/tooltip/tooltip.js +153 -149
  270. package/dist/esm/{app-a32f9d74.js → app-ca51f056.js} +1 -1
  271. package/dist/esm/css-shim-88cc621b.js +4 -0
  272. package/dist/esm/{dom-ba83fb9d.js → dom-665d6011.js} +1 -1
  273. package/dist/esm/{index-0c8a0e04.js → index-a99a5e7b.js} +701 -277
  274. package/dist/esm/index.js +2 -2
  275. package/dist/esm/loader.js +5 -5
  276. package/dist/esm/polyfills/css-shim.js +1 -1
  277. package/dist/esm/road-accordion.entry.js +14 -4
  278. package/dist/esm/road-alert.entry.js +2 -2
  279. package/dist/esm/road-autocomplete.entry.js +2 -2
  280. package/dist/esm/road-avatar.entry.js +2 -2
  281. package/dist/esm/road-badge_11.entry.js +15 -15
  282. package/dist/esm/road-banner.entry.js +2 -2
  283. package/dist/esm/road-card.entry.js +2 -2
  284. package/dist/esm/road-carousel-item.entry.js +2 -2
  285. package/dist/esm/road-carousel.entry.js +8 -8
  286. package/dist/esm/road-checkbox.entry.js +2 -2
  287. package/dist/esm/road-chip.entry.js +2 -2
  288. package/dist/esm/road-collapse.entry.js +2 -2
  289. package/dist/esm/road-counter.entry.js +3 -3
  290. package/dist/esm/road-dialog.entry.js +2 -2
  291. package/dist/esm/road-dropdown.entry.js +2 -2
  292. package/dist/esm/road-duration.entry.js +2 -2
  293. package/dist/esm/road-flap.entry.js +2 -2
  294. package/dist/esm/road-img.entry.js +2 -2
  295. package/dist/esm/road-input-group.entry.js +2 -2
  296. package/dist/esm/road-input.entry.js +2 -2
  297. package/dist/esm/road-modal.entry.js +2 -2
  298. package/dist/esm/road-navbar-item.entry.js +2 -2
  299. package/dist/esm/road-navbar.entry.js +2 -2
  300. package/dist/esm/road-plate-number.entry.js +2 -2
  301. package/dist/esm/road-progress.entry.js +2 -2
  302. package/dist/esm/road-radio-group.entry.js +2 -2
  303. package/dist/esm/road-radio.entry.js +2 -2
  304. package/dist/esm/road-range.entry.js +2 -2
  305. package/dist/esm/road-rating.entry.js +2 -2
  306. package/dist/esm/road-select-filter.entry.js +5 -3
  307. package/dist/esm/road-select.entry.js +2 -2
  308. package/dist/esm/road-skeleton.entry.js +2 -2
  309. package/dist/esm/road-spinner.entry.js +2 -2
  310. package/dist/esm/road-stepper.entry.js +2 -2
  311. package/dist/esm/road-switch.entry.js +2 -2
  312. package/dist/esm/road-tab-bar.entry.js +2 -2
  313. package/dist/esm/road-tab-button.entry.js +2 -2
  314. package/dist/esm/road-tab.entry.js +2 -2
  315. package/dist/esm/road-table.entry.js +2 -2
  316. package/dist/esm/road-tabs.entry.js +2 -2
  317. package/dist/esm/road-text.entry.js +2 -2
  318. package/dist/esm/road-textarea.entry.js +2 -2
  319. package/dist/esm/road-toast.entry.js +3 -3
  320. package/dist/esm/road-toggle.entry.js +2 -2
  321. package/dist/esm/road-toolbar-title.entry.js +2 -2
  322. package/dist/esm/road-tooltip.entry.js +2 -2
  323. package/dist/esm/roadtrip.js +5 -5
  324. package/dist/esm/{shadow-css-bfd5796e.js → shadow-css-b18e99d7.js} +2 -3
  325. package/dist/esm/{utils-39de47f7.js → utils-0ec32b47.js} +1 -1
  326. package/dist/esm-es5/app-ca51f056.js +1 -0
  327. package/dist/esm-es5/css-shim-88cc621b.js +1 -0
  328. package/dist/esm-es5/{dom-ba83fb9d.js → dom-665d6011.js} +0 -0
  329. package/dist/esm-es5/index-a99a5e7b.js +1 -0
  330. package/dist/esm-es5/index.js +1 -1
  331. package/dist/esm-es5/loader.js +1 -1
  332. package/dist/esm-es5/road-accordion.entry.js +1 -1
  333. package/dist/esm-es5/road-alert.entry.js +1 -1
  334. package/dist/esm-es5/road-autocomplete.entry.js +1 -1
  335. package/dist/esm-es5/road-avatar.entry.js +1 -1
  336. package/dist/esm-es5/road-badge_11.entry.js +1 -1
  337. package/dist/esm-es5/road-banner.entry.js +1 -1
  338. package/dist/esm-es5/road-card.entry.js +1 -1
  339. package/dist/esm-es5/road-carousel-item.entry.js +1 -1
  340. package/dist/esm-es5/road-carousel.entry.js +1 -1
  341. package/dist/esm-es5/road-checkbox.entry.js +1 -1
  342. package/dist/esm-es5/road-chip.entry.js +1 -1
  343. package/dist/esm-es5/road-collapse.entry.js +1 -1
  344. package/dist/esm-es5/road-counter.entry.js +1 -1
  345. package/dist/esm-es5/road-dialog.entry.js +1 -1
  346. package/dist/esm-es5/road-dropdown.entry.js +1 -1
  347. package/dist/esm-es5/road-duration.entry.js +1 -1
  348. package/dist/esm-es5/road-flap.entry.js +1 -1
  349. package/dist/esm-es5/road-img.entry.js +1 -1
  350. package/dist/esm-es5/road-input-group.entry.js +1 -1
  351. package/dist/esm-es5/road-input.entry.js +1 -1
  352. package/dist/esm-es5/road-modal.entry.js +1 -1
  353. package/dist/esm-es5/road-navbar-item.entry.js +1 -1
  354. package/dist/esm-es5/road-navbar.entry.js +1 -1
  355. package/dist/esm-es5/road-plate-number.entry.js +1 -1
  356. package/dist/esm-es5/road-progress.entry.js +1 -1
  357. package/dist/esm-es5/road-radio-group.entry.js +1 -1
  358. package/dist/esm-es5/road-radio.entry.js +1 -1
  359. package/dist/esm-es5/road-range.entry.js +1 -1
  360. package/dist/esm-es5/road-rating.entry.js +1 -1
  361. package/dist/esm-es5/road-select-filter.entry.js +1 -1
  362. package/dist/esm-es5/road-select.entry.js +1 -1
  363. package/dist/esm-es5/road-skeleton.entry.js +1 -1
  364. package/dist/esm-es5/road-spinner.entry.js +1 -1
  365. package/dist/esm-es5/road-stepper.entry.js +1 -1
  366. package/dist/esm-es5/road-switch.entry.js +1 -1
  367. package/dist/esm-es5/road-tab-bar.entry.js +1 -1
  368. package/dist/esm-es5/road-tab-button.entry.js +1 -1
  369. package/dist/esm-es5/road-tab.entry.js +1 -1
  370. package/dist/esm-es5/road-table.entry.js +1 -1
  371. package/dist/esm-es5/road-tabs.entry.js +1 -1
  372. package/dist/esm-es5/road-text.entry.js +1 -1
  373. package/dist/esm-es5/road-textarea.entry.js +1 -1
  374. package/dist/esm-es5/road-toast.entry.js +1 -1
  375. package/dist/esm-es5/road-toggle.entry.js +1 -1
  376. package/dist/esm-es5/road-toolbar-title.entry.js +1 -1
  377. package/dist/esm-es5/road-tooltip.entry.js +1 -1
  378. package/dist/esm-es5/roadtrip.js +1 -1
  379. package/dist/esm-es5/shadow-css-b18e99d7.js +12 -0
  380. package/dist/esm-es5/swiper.bundle-6070542b.js +1 -1
  381. package/dist/esm-es5/utils-0ec32b47.js +1 -0
  382. package/dist/html.html-data.json +19 -11
  383. package/dist/icons/icons.svg +1 -1
  384. package/dist/icons/index.d.ts +66 -0
  385. package/dist/icons/index.js +144 -78
  386. package/dist/loader/package.json +1 -0
  387. package/dist/roadtrip/index.esm.js +1 -1
  388. package/dist/roadtrip/p-02abddd6.entry.js +1 -0
  389. package/dist/roadtrip/p-03f20bd5.entry.js +1 -0
  390. package/dist/roadtrip/p-05ea6c4a.entry.js +1 -0
  391. package/dist/roadtrip/p-05f7da47.entry.js +1 -0
  392. package/dist/roadtrip/{p-467f5310.system.entry.js → p-066b2ea8.system.entry.js} +1 -1
  393. package/dist/roadtrip/{p-22ff574e.entry.js → p-066b7c0c.entry.js} +1 -1
  394. package/dist/roadtrip/p-06a36703.system.entry.js +1 -0
  395. package/dist/roadtrip/p-06aee93b.entry.js +1 -0
  396. package/dist/roadtrip/{p-ad1136ff.system.entry.js → p-1275744e.system.entry.js} +1 -1
  397. package/dist/roadtrip/p-132c7432.entry.js +1 -0
  398. package/dist/roadtrip/p-156e8176.entry.js +1 -0
  399. package/dist/roadtrip/{p-40fc1632.system.entry.js → p-15d069b6.system.entry.js} +1 -1
  400. package/dist/roadtrip/p-1a6ecd11.entry.js +1 -0
  401. package/dist/roadtrip/p-1cef6c4b.entry.js +1 -0
  402. package/dist/roadtrip/p-1d9bada8.entry.js +1 -0
  403. package/dist/roadtrip/p-1dbd9764.system.js +1 -0
  404. package/dist/roadtrip/{p-e502dd83.system.entry.js → p-1e102214.system.entry.js} +1 -1
  405. package/dist/roadtrip/{p-dfa3c709.system.entry.js → p-20d63257.system.entry.js} +1 -1
  406. package/dist/roadtrip/p-2322b732.entry.js +1 -0
  407. package/dist/roadtrip/p-24f07baf.entry.js +1 -0
  408. package/dist/roadtrip/p-264b3fae.entry.js +1 -0
  409. package/dist/roadtrip/p-2916b2f9.entry.js +1 -0
  410. package/dist/roadtrip/p-2bd6cb84.system.js +1 -0
  411. package/dist/roadtrip/{p-c1088217.system.entry.js → p-2d9fe422.system.entry.js} +1 -1
  412. package/dist/roadtrip/p-2f07b733.entry.js +1 -0
  413. package/dist/roadtrip/{p-83926ef1.system.entry.js → p-30db6549.system.entry.js} +1 -1
  414. package/dist/roadtrip/{p-72d2813d.system.entry.js → p-3324945a.system.entry.js} +1 -1
  415. package/dist/roadtrip/p-34e74cd7.entry.js +1 -0
  416. package/dist/roadtrip/{p-e2a9123a.system.entry.js → p-35d79a01.system.entry.js} +1 -1
  417. package/dist/roadtrip/p-3851a850.entry.js +1 -0
  418. package/dist/roadtrip/p-39860f00.system.entry.js +1 -0
  419. package/dist/roadtrip/p-3e9c0e68.entry.js +1 -0
  420. package/dist/roadtrip/{p-6a123e72.system.entry.js → p-40306741.system.entry.js} +1 -1
  421. package/dist/roadtrip/{p-d18db10c.system.entry.js → p-452b23cc.system.entry.js} +1 -1
  422. package/dist/roadtrip/p-4573f1af.entry.js +1 -0
  423. package/dist/roadtrip/p-48768f1f.entry.js +1 -0
  424. package/dist/roadtrip/p-4b12d113.js +1 -0
  425. package/dist/roadtrip/{p-05961c88.system.js → p-4bf16b71.system.js} +1 -1
  426. package/dist/roadtrip/p-4fa992b0.entry.js +1 -0
  427. package/dist/roadtrip/p-5390ac80.system.entry.js +1 -0
  428. package/dist/roadtrip/{p-c9409f80.system.entry.js → p-586f5022.system.entry.js} +1 -1
  429. package/dist/roadtrip/{p-3ee7ff2a.system.entry.js → p-59e76c1d.system.entry.js} +1 -1
  430. package/dist/roadtrip/{p-604a0940.system.entry.js → p-5b90334d.system.entry.js} +1 -1
  431. package/dist/roadtrip/p-5c07717b.entry.js +1 -0
  432. package/dist/roadtrip/{p-9aaa4745.system.entry.js → p-5d438dd2.system.entry.js} +1 -1
  433. package/dist/roadtrip/{p-701cba5a.system.entry.js → p-5dd55f41.system.entry.js} +1 -1
  434. package/dist/roadtrip/p-5ead79b3.entry.js +1 -0
  435. package/dist/roadtrip/p-5f40570b.entry.js +1 -0
  436. package/dist/roadtrip/{p-ac0761c3.js → p-62b28500.js} +0 -0
  437. package/dist/roadtrip/p-6312516e.js +1 -0
  438. package/dist/roadtrip/{p-a7565a49.system.entry.js → p-66256bbc.system.entry.js} +1 -1
  439. package/dist/roadtrip/{p-7154119b.system.js → p-6a050b2c.system.js} +0 -0
  440. package/dist/roadtrip/p-6e530e30.system.js +1 -0
  441. package/dist/roadtrip/p-6ed82065.entry.js +1 -0
  442. package/dist/roadtrip/p-70ef3992.entry.js +1 -0
  443. package/dist/roadtrip/{p-c53458d4.system.entry.js → p-71d7e859.system.entry.js} +1 -1
  444. package/dist/roadtrip/p-838c5326.system.entry.js +1 -0
  445. package/dist/roadtrip/p-8459879b.system.js +1 -1
  446. package/dist/roadtrip/p-88092d06.system.js +13 -0
  447. package/dist/roadtrip/p-897d6b9a.entry.js +1 -0
  448. package/dist/roadtrip/{p-ee1e6fe7.system.entry.js → p-899ee828.system.entry.js} +1 -1
  449. package/dist/roadtrip/p-8aa8be00.entry.js +1 -0
  450. package/dist/roadtrip/{p-731c9b95.system.entry.js → p-8ba830ff.system.entry.js} +1 -1
  451. package/dist/roadtrip/p-8e983042.entry.js +1 -0
  452. package/dist/roadtrip/p-8eef5119.entry.js +1 -0
  453. package/dist/roadtrip/p-90eac9fd.entry.js +1 -0
  454. package/dist/roadtrip/{p-85c918f6.system.entry.js → p-92ad461a.system.entry.js} +1 -1
  455. package/dist/roadtrip/{p-f95a5e84.system.entry.js → p-9738887f.system.entry.js} +1 -1
  456. package/dist/roadtrip/p-99716cdc.entry.js +1 -0
  457. package/dist/roadtrip/{p-b591a3f7.system.entry.js → p-a6c837c2.system.entry.js} +1 -1
  458. package/dist/roadtrip/{p-d42af23b.system.entry.js → p-a834d9c6.system.entry.js} +1 -1
  459. package/dist/roadtrip/{p-f00aa43f.system.entry.js → p-a99d8e34.system.entry.js} +1 -1
  460. package/dist/roadtrip/{p-785ade45.system.entry.js → p-ae2b17ba.system.entry.js} +1 -1
  461. package/dist/roadtrip/p-af28a565.entry.js +1 -0
  462. package/dist/roadtrip/{p-5d6d5348.system.entry.js → p-afec7bc1.system.entry.js} +1 -1
  463. package/dist/roadtrip/{p-12293413.system.entry.js → p-b122f1dd.system.entry.js} +1 -1
  464. package/dist/roadtrip/p-b2f4c9ea.entry.js +1 -0
  465. package/dist/roadtrip/{p-57e46bbc.system.entry.js → p-b306eeef.system.entry.js} +1 -1
  466. package/dist/roadtrip/p-b5c57d5e.entry.js +1 -0
  467. package/dist/roadtrip/{p-76bede83.system.entry.js → p-bbbbe085.system.entry.js} +1 -1
  468. package/dist/roadtrip/p-c094e6d0.entry.js +1 -0
  469. package/dist/roadtrip/{p-d492d058.entry.js → p-c0f54b95.entry.js} +1 -1
  470. package/dist/roadtrip/p-c2d86689.system.entry.js +1 -0
  471. package/dist/roadtrip/{p-7cb7d25b.system.entry.js → p-c45e619f.system.entry.js} +1 -1
  472. package/dist/roadtrip/p-c468b520.entry.js +1 -0
  473. package/dist/roadtrip/p-cdc666bc.js +2 -0
  474. package/dist/roadtrip/p-d02c02d5.system.entry.js +1 -0
  475. package/dist/roadtrip/{p-864ed7f9.system.entry.js → p-d03d2e7e.system.entry.js} +1 -1
  476. package/dist/roadtrip/{p-7f2cba6f.system.entry.js → p-d3890e7d.system.entry.js} +1 -1
  477. package/dist/roadtrip/p-d3d3be26.entry.js +1 -0
  478. package/dist/roadtrip/{p-9337ed51.system.entry.js → p-d847f67d.system.entry.js} +1 -1
  479. package/dist/roadtrip/p-d8769566.system.entry.js +1 -0
  480. package/dist/roadtrip/p-db5431c3.system.js +2 -0
  481. package/dist/roadtrip/p-e2652fee.system.js +1 -0
  482. package/dist/roadtrip/p-e64fe690.js +1 -0
  483. package/dist/roadtrip/p-e6a69601.entry.js +1 -0
  484. package/dist/roadtrip/{p-13c18cec.system.entry.js → p-e7438d82.system.entry.js} +1 -1
  485. package/dist/roadtrip/p-e99ab4dd.system.entry.js +1 -0
  486. package/dist/roadtrip/p-e9e37e9d.entry.js +1 -0
  487. package/dist/roadtrip/p-ea321cc5.entry.js +1 -0
  488. package/dist/roadtrip/p-eadf5c3c.system.entry.js +1 -0
  489. package/dist/roadtrip/{p-bd6463ab.system.entry.js → p-eb9fd742.system.entry.js} +1 -1
  490. package/dist/roadtrip/p-f0bfa22f.entry.js +1 -0
  491. package/dist/roadtrip/{p-93dab753.js → p-f26ed61d.js} +1 -1
  492. package/dist/roadtrip/p-fa538a78.entry.js +1 -0
  493. package/dist/roadtrip/{p-cc00e9dc.system.entry.js → p-fda23e85.system.entry.js} +1 -1
  494. package/dist/roadtrip/p-feab34cb.entry.js +1 -0
  495. package/dist/roadtrip/roadtrip.esm.js +1 -1
  496. package/dist/roadtrip/roadtrip.js +3 -2
  497. package/dist/roadtrip/svg/battery-start-stop-color.svg +1 -1
  498. package/dist/roadtrip/svg/battery-start-stop-outline.svg +1 -1
  499. package/dist/roadtrip/svg/bike-inflation-color.svg +1 -1
  500. package/dist/roadtrip/svg/bike-inflation-outline.svg +1 -1
  501. package/dist/roadtrip/svg/people-disability-wheelchair-color.svg +1 -1
  502. package/dist/roadtrip/svg/people-disability-wheelchair-solid.svg +1 -1
  503. package/dist/roadtrip/svg/social-linkedin-badge.svg +1 -1
  504. package/dist/roadtrip/svg/timer-1u-color.svg +1 -1
  505. package/dist/roadtrip/svg/timer-1u-outline.svg +1 -1
  506. package/dist/roadtrip/svg/tire-inflation-color.svg +1 -1
  507. package/dist/roadtrip/svg/tire-inflation-outline.svg +1 -1
  508. package/dist/roadtrip/svg/vehicle-4wd-color.svg +1 -0
  509. package/dist/roadtrip/svg/vehicle-4wd-outline.svg +1 -0
  510. package/dist/roadtrip/svg/vehicle-4wd-solid.svg +1 -0
  511. package/dist/roadtrip/svg/vehicle-acc-color.svg +1 -1
  512. package/dist/roadtrip/svg/vehicle-acc-outline.svg +1 -1
  513. package/dist/roadtrip/svg/vehicle-acc-solid.svg +1 -1
  514. package/dist/roadtrip/svg/vehicle-battery-service-color.svg +1 -1
  515. package/dist/roadtrip/svg/vehicle-battery-service-outline.svg +1 -1
  516. package/dist/roadtrip/svg/vehicle-battery-service-solid.svg +1 -1
  517. package/dist/roadtrip/svg/vehicle-bike-repair-color.svg +1 -1
  518. package/dist/roadtrip/svg/vehicle-bike-repair-outline.svg +1 -1
  519. package/dist/roadtrip/svg/vehicle-bike-repair-solid.svg +1 -1
  520. package/dist/roadtrip/svg/vehicle-bus-color.svg +1 -0
  521. package/dist/roadtrip/svg/vehicle-bus-outline.svg +1 -1
  522. package/dist/roadtrip/svg/vehicle-bus-solid.svg +1 -1
  523. package/dist/roadtrip/svg/vehicle-car-moto-color.svg +1 -0
  524. package/dist/roadtrip/svg/vehicle-car-moto-outline.svg +1 -0
  525. package/dist/roadtrip/svg/vehicle-car-moto-solid.svg +1 -1
  526. package/dist/roadtrip/svg/vehicle-car-sad-color.svg +1 -0
  527. package/dist/roadtrip/svg/vehicle-car-sad-outline.svg +1 -1
  528. package/dist/roadtrip/svg/vehicle-car-sad-solid.svg +1 -1
  529. package/dist/roadtrip/svg/vehicle-car-search-color.svg +1 -0
  530. package/dist/roadtrip/svg/vehicle-car-search-outline.svg +1 -1
  531. package/dist/roadtrip/svg/vehicle-car-search-solid.svg +1 -1
  532. package/dist/roadtrip/svg/vehicle-car-sound-color.svg +1 -0
  533. package/dist/roadtrip/svg/vehicle-car-sound-outline.svg +1 -1
  534. package/dist/roadtrip/svg/vehicle-car-sound-solid.svg +1 -1
  535. package/dist/roadtrip/svg/vehicle-caravan-color.svg +1 -0
  536. package/dist/roadtrip/svg/vehicle-caravan-outline.svg +1 -0
  537. package/dist/roadtrip/svg/vehicle-caravan-solid.svg +1 -1
  538. package/dist/roadtrip/svg/vehicle-carport-color.svg +1 -1
  539. package/dist/roadtrip/svg/vehicle-carport-outline.svg +1 -1
  540. package/dist/roadtrip/svg/vehicle-collector-color.svg +1 -0
  541. package/dist/roadtrip/svg/vehicle-collector-outline.svg +1 -0
  542. package/dist/roadtrip/svg/vehicle-collector-solid.svg +1 -1
  543. package/dist/roadtrip/svg/vehicle-delivery-color.svg +1 -0
  544. package/dist/roadtrip/svg/vehicle-delivery-fast-color.svg +1 -1
  545. package/dist/roadtrip/svg/vehicle-delivery-fast-outline.svg +1 -1
  546. package/dist/roadtrip/svg/vehicle-delivery-fast-solid.svg +1 -1
  547. package/dist/roadtrip/svg/vehicle-delivery-free-return-color.svg +1 -1
  548. package/dist/roadtrip/svg/vehicle-delivery-free-return-outline.svg +1 -1
  549. package/dist/roadtrip/svg/vehicle-delivery-free-return-solid.svg +1 -1
  550. package/dist/roadtrip/svg/vehicle-delivery-meeting-color.svg +1 -1
  551. package/dist/roadtrip/svg/vehicle-delivery-meeting-outline.svg +1 -1
  552. package/dist/roadtrip/svg/vehicle-delivery-meeting-solid.svg +1 -1
  553. package/dist/roadtrip/svg/vehicle-delivery-outline.svg +1 -1
  554. package/dist/roadtrip/svg/vehicle-delivery-solid.svg +1 -1
  555. package/dist/roadtrip/svg/vehicle-distance-color.svg +1 -1
  556. package/dist/roadtrip/svg/vehicle-distance-outline.svg +1 -1
  557. package/dist/roadtrip/svg/vehicle-drive-carport-color.svg +1 -1
  558. package/dist/roadtrip/svg/vehicle-drive-carport-outline.svg +1 -1
  559. package/dist/roadtrip/svg/vehicle-drive-color.svg +1 -1
  560. package/dist/roadtrip/svg/vehicle-drive-outline.svg +1 -1
  561. package/dist/roadtrip/svg/vehicle-micro-color.svg +1 -0
  562. package/dist/roadtrip/svg/vehicle-micro-outline.svg +1 -0
  563. package/dist/roadtrip/svg/vehicle-micro-solid.svg +1 -0
  564. package/dist/roadtrip/svg/vehicle-minivan-color.svg +1 -0
  565. package/dist/roadtrip/svg/vehicle-minivan-outline.svg +1 -0
  566. package/dist/roadtrip/svg/vehicle-minivan-solid.svg +1 -0
  567. package/dist/roadtrip/svg/vehicle-moto-color.svg +1 -1
  568. package/dist/roadtrip/svg/vehicle-moto-outline.svg +1 -1
  569. package/dist/roadtrip/svg/vehicle-moto-solid.svg +1 -1
  570. package/dist/roadtrip/svg/vehicle-mower-color.svg +1 -0
  571. package/dist/roadtrip/svg/vehicle-mower-outline.svg +1 -0
  572. package/dist/roadtrip/svg/vehicle-mower-solid.svg +1 -1
  573. package/dist/roadtrip/svg/vehicle-pickup-color.svg +1 -0
  574. package/dist/roadtrip/svg/vehicle-pickup-outline.svg +1 -0
  575. package/dist/roadtrip/svg/vehicle-pickup-solid.svg +1 -1
  576. package/dist/roadtrip/svg/vehicle-pickup-van-color.svg +1 -0
  577. package/dist/roadtrip/svg/vehicle-pickup-van-outline.svg +1 -1
  578. package/dist/roadtrip/svg/vehicle-pickup-van-solid.svg +1 -1
  579. package/dist/roadtrip/svg/vehicle-quad-color.svg +1 -0
  580. package/dist/roadtrip/svg/vehicle-quad-outline.svg +1 -0
  581. package/dist/roadtrip/svg/vehicle-quad-solid.svg +1 -1
  582. package/dist/roadtrip/svg/vehicle-rent-bike-electric-color.svg +1 -0
  583. package/dist/roadtrip/svg/vehicle-rent-bike-electric-outline.svg +1 -0
  584. package/dist/roadtrip/svg/vehicle-rent-bike-electric-solid.svg +1 -1
  585. package/dist/roadtrip/svg/vehicle-rent-car-color.svg +1 -0
  586. package/dist/roadtrip/svg/vehicle-rent-car-micro-color.svg +1 -0
  587. package/dist/roadtrip/svg/vehicle-rent-car-micro-outline.svg +1 -0
  588. package/dist/roadtrip/svg/vehicle-rent-car-micro-solid.svg +1 -0
  589. package/dist/roadtrip/svg/vehicle-rent-car-outline.svg +1 -0
  590. package/dist/roadtrip/svg/vehicle-rent-car-solid.svg +1 -1
  591. package/dist/roadtrip/svg/vehicle-rent-trailer-color.svg +1 -0
  592. package/dist/roadtrip/svg/vehicle-rent-trailer-outline.svg +1 -0
  593. package/dist/roadtrip/svg/vehicle-rent-trailer-solid.svg +1 -1
  594. package/dist/roadtrip/svg/vehicle-repair-car-color.svg +1 -0
  595. package/dist/roadtrip/svg/vehicle-repair-car-outline.svg +1 -0
  596. package/dist/roadtrip/svg/vehicle-repair-car-solid.svg +1 -1
  597. package/dist/roadtrip/svg/vehicle-repair-moto-color.svg +1 -0
  598. package/dist/roadtrip/svg/vehicle-repair-moto-outline.svg +1 -0
  599. package/dist/roadtrip/svg/vehicle-repair-moto-solid.svg +1 -1
  600. package/dist/roadtrip/svg/vehicle-repair-pickup-van-color.svg +1 -0
  601. package/dist/roadtrip/svg/vehicle-repair-pickup-van-outline.svg +1 -0
  602. package/dist/roadtrip/svg/vehicle-repair-pickup-van-solid.svg +1 -1
  603. package/dist/roadtrip/svg/vehicle-repair-van-color.svg +1 -0
  604. package/dist/roadtrip/svg/vehicle-repair-van-outline.svg +1 -0
  605. package/dist/roadtrip/svg/vehicle-repair-van-solid.svg +1 -1
  606. package/dist/roadtrip/svg/vehicle-road-grip-color.svg +1 -0
  607. package/dist/roadtrip/svg/vehicle-road-grip-outline.svg +1 -1
  608. package/dist/roadtrip/svg/vehicle-road-grip-solid.svg +1 -1
  609. package/dist/roadtrip/svg/vehicle-roadster-color.svg +1 -0
  610. package/dist/roadtrip/svg/vehicle-roadster-outline.svg +1 -0
  611. package/dist/roadtrip/svg/vehicle-roadster-solid.svg +1 -0
  612. package/dist/roadtrip/svg/vehicle-scooter-color.svg +1 -1
  613. package/dist/roadtrip/svg/vehicle-scooter-outline.svg +1 -1
  614. package/dist/roadtrip/svg/vehicle-scooter-solid.svg +1 -1
  615. package/dist/roadtrip/svg/vehicle-sedan-color.svg +1 -0
  616. package/dist/roadtrip/svg/vehicle-sedan-outline.svg +1 -0
  617. package/dist/roadtrip/svg/vehicle-sedan-solid.svg +1 -0
  618. package/dist/roadtrip/svg/vehicle-sport-color.svg +1 -0
  619. package/dist/roadtrip/svg/vehicle-sport-outline.svg +1 -0
  620. package/dist/roadtrip/svg/vehicle-sport-solid.svg +1 -0
  621. package/dist/roadtrip/svg/vehicle-station-wagon-color.svg +1 -0
  622. package/dist/roadtrip/svg/vehicle-station-wagon-outline.svg +1 -0
  623. package/dist/roadtrip/svg/vehicle-station-wagon-solid.svg +1 -0
  624. package/dist/roadtrip/svg/vehicle-suv-color.svg +1 -0
  625. package/dist/roadtrip/svg/vehicle-suv-outline.svg +1 -0
  626. package/dist/roadtrip/svg/vehicle-suv-solid.svg +1 -1
  627. package/dist/roadtrip/svg/vehicle-tractor-color.svg +1 -0
  628. package/dist/roadtrip/svg/vehicle-tractor-outline.svg +1 -0
  629. package/dist/roadtrip/svg/vehicle-tractor-solid.svg +1 -1
  630. package/dist/roadtrip/svg/vehicle-trailer-color.svg +1 -0
  631. package/dist/roadtrip/svg/vehicle-trailer-outline.svg +1 -0
  632. package/dist/roadtrip/svg/vehicle-trailer-solid.svg +1 -1
  633. package/dist/roadtrip/svg/vehicle-truck-color.svg +1 -0
  634. package/dist/roadtrip/svg/vehicle-truck-outline.svg +1 -0
  635. package/dist/roadtrip/svg/vehicle-truck-solid.svg +1 -1
  636. package/dist/roadtrip/svg/vehicle-van-color.svg +1 -0
  637. package/dist/roadtrip/svg/vehicle-van-outline.svg +1 -1
  638. package/dist/roadtrip/svg/vehicle-van-solid.svg +1 -1
  639. package/dist/roadtrip/svg/vehicle-workshop-color.svg +1 -1
  640. package/dist/roadtrip/svg/vehicle-workshop-outline.svg +1 -1
  641. package/dist/roadtrip/svg/vehicle-workshop-solid.svg +1 -1
  642. package/dist/roadtrip/svg/weather-sun-color.svg +1 -1
  643. package/dist/roadtrip/svg/weather-sun-outline-color.svg +1 -1
  644. package/dist/roadtrip/svg/weather-sun-snow-color.svg +1 -1
  645. package/dist/roadtrip/svg/weather-sun-snow-outline-color.svg +1 -1
  646. package/dist/roadtrip/svg/weather-sun-snow-solid-color.svg +1 -1
  647. package/dist/roadtrip/svg/weather-sun-solid-color.svg +1 -1
  648. package/dist/types/components/accordion/accordion.d.ts +8 -0
  649. package/dist/types/components/carousel/carousel.d.ts +1 -0
  650. package/dist/types/components.d.ts +197 -69
  651. package/dist/types/stencil-public-runtime.d.ts +15 -4
  652. package/icons/icons.svg +1 -1
  653. package/icons/index.d.ts +66 -0
  654. package/icons/index.js +144 -78
  655. package/package.json +6 -6
  656. package/dist/cjs/css-shim-9a05bb86.js +0 -6
  657. package/dist/esm/css-shim-17041dc7.js +0 -4
  658. package/dist/esm-es5/app-a32f9d74.js +0 -1
  659. package/dist/esm-es5/css-shim-17041dc7.js +0 -1
  660. package/dist/esm-es5/index-0c8a0e04.js +0 -1
  661. package/dist/esm-es5/shadow-css-bfd5796e.js +0 -12
  662. package/dist/esm-es5/utils-39de47f7.js +0 -1
  663. package/dist/roadtrip/p-0a34a8cf.entry.js +0 -1
  664. package/dist/roadtrip/p-102d3882.system.js +0 -1
  665. package/dist/roadtrip/p-1108fffd.entry.js +0 -1
  666. package/dist/roadtrip/p-1347a27e.entry.js +0 -1
  667. package/dist/roadtrip/p-19f72337.entry.js +0 -1
  668. package/dist/roadtrip/p-1f1464ba.entry.js +0 -1
  669. package/dist/roadtrip/p-218b1c60.entry.js +0 -1
  670. package/dist/roadtrip/p-21acc566.entry.js +0 -1
  671. package/dist/roadtrip/p-288298fa.system.entry.js +0 -1
  672. package/dist/roadtrip/p-2e918486.entry.js +0 -1
  673. package/dist/roadtrip/p-33e38a04.js +0 -1
  674. package/dist/roadtrip/p-3683fe49.system.js +0 -13
  675. package/dist/roadtrip/p-382e4c17.entry.js +0 -1
  676. package/dist/roadtrip/p-39a93000.entry.js +0 -1
  677. package/dist/roadtrip/p-3e953654.system.entry.js +0 -1
  678. package/dist/roadtrip/p-41ca895a.entry.js +0 -1
  679. package/dist/roadtrip/p-46c22946.js +0 -1
  680. package/dist/roadtrip/p-4e8c413a.entry.js +0 -1
  681. package/dist/roadtrip/p-52cf548c.entry.js +0 -1
  682. package/dist/roadtrip/p-5a426113.system.entry.js +0 -1
  683. package/dist/roadtrip/p-5f21ee83.entry.js +0 -1
  684. package/dist/roadtrip/p-604130ce.entry.js +0 -1
  685. package/dist/roadtrip/p-6117d969.system.entry.js +0 -1
  686. package/dist/roadtrip/p-6195c41f.system.entry.js +0 -1
  687. package/dist/roadtrip/p-688e41f2.entry.js +0 -1
  688. package/dist/roadtrip/p-697078eb.entry.js +0 -1
  689. package/dist/roadtrip/p-7118c44a.entry.js +0 -1
  690. package/dist/roadtrip/p-77167161.entry.js +0 -1
  691. package/dist/roadtrip/p-78315356.entry.js +0 -1
  692. package/dist/roadtrip/p-794dd500.entry.js +0 -1
  693. package/dist/roadtrip/p-7ac2c7d2.entry.js +0 -1
  694. package/dist/roadtrip/p-7b733694.js +0 -1
  695. package/dist/roadtrip/p-896f49f2.entry.js +0 -1
  696. package/dist/roadtrip/p-8c2d1876.entry.js +0 -1
  697. package/dist/roadtrip/p-9309300a.entry.js +0 -1
  698. package/dist/roadtrip/p-a00ea5b7.entry.js +0 -1
  699. package/dist/roadtrip/p-a5de9990.system.entry.js +0 -1
  700. package/dist/roadtrip/p-a61e74f3.entry.js +0 -1
  701. package/dist/roadtrip/p-a64d28d7.entry.js +0 -1
  702. package/dist/roadtrip/p-a82fd96a.entry.js +0 -1
  703. package/dist/roadtrip/p-a9538932.entry.js +0 -1
  704. package/dist/roadtrip/p-ad92df4f.system.js +0 -1
  705. package/dist/roadtrip/p-af49dca4.entry.js +0 -1
  706. package/dist/roadtrip/p-b205281e.system.js +0 -1
  707. package/dist/roadtrip/p-c5004910.entry.js +0 -1
  708. package/dist/roadtrip/p-cab68ba7.entry.js +0 -1
  709. package/dist/roadtrip/p-db6e9fac.system.entry.js +0 -1
  710. package/dist/roadtrip/p-dbee6661.entry.js +0 -1
  711. package/dist/roadtrip/p-e18fa251.entry.js +0 -1
  712. package/dist/roadtrip/p-e5756d79.entry.js +0 -1
  713. package/dist/roadtrip/p-e6664bbe.entry.js +0 -1
  714. package/dist/roadtrip/p-e6d673ea.system.entry.js +0 -1
  715. package/dist/roadtrip/p-e82b49d1.entry.js +0 -1
  716. package/dist/roadtrip/p-ea1fe2a5.entry.js +0 -1
  717. package/dist/roadtrip/p-ee16482c.entry.js +0 -1
  718. package/dist/roadtrip/p-efa19d38.system.js +0 -1
  719. package/dist/roadtrip/p-f0ec3a64.entry.js +0 -1
  720. package/dist/roadtrip/p-f33e4ac5.system.js +0 -1
  721. package/dist/roadtrip/p-f5d32536.entry.js +0 -1
  722. package/dist/roadtrip/p-f631ead3.system.entry.js +0 -1
  723. package/dist/roadtrip/p-f6631560.js +0 -1
  724. package/dist/roadtrip/p-f7f442a7.entry.js +0 -1
  725. package/dist/roadtrip/p-fc63310b.entry.js +0 -1
@@ -1,4 +1,4 @@
1
- import { Component, Element, Event, Host, Method, Prop, Watch, h } from '@stencil/core';
1
+ import { Host, h } from '@stencil/core';
2
2
  import { navigationChevron } from '../../../icons';
3
3
  /**
4
4
  * @slot - content of the carousel, it should be road-carousel-item elements.
@@ -43,12 +43,12 @@ export class Carousel {
43
43
  childList: true,
44
44
  subtree: true,
45
45
  });
46
- this.el.componentOnReady().then(() => {
47
- if (!this.didInit) {
48
- this.didInit = true;
49
- this.initSwiper();
50
- }
51
- });
46
+ }
47
+ }
48
+ componentDidLoad() {
49
+ if (!this.didInit) {
50
+ this.didInit = true;
51
+ this.initSwiper();
52
52
  }
53
53
  }
54
54
  disconnectedCallback() {
@@ -370,682 +370,687 @@ export class Carousel {
370
370
  return Object.assign(Object.assign(Object.assign({}, swiperOptions), this.options), mergedEventOptions);
371
371
  }
372
372
  render() {
373
- return (h(Host, { class: "swiper-container" },
374
- h("div", { class: "swiper-wrapper" },
375
- h("slot", null)),
376
- this.pager && h("div", { class: "swiper-pagination", ref: el => this.paginationEl = el }),
377
- this.arrows && (h("div", { class: "swiper-button-prev", onClick: () => this.el.slidePrev() },
378
- h("road-icon", { icon: navigationChevron, rotate: "180" }))),
379
- this.arrows && (h("div", { class: "swiper-button-next", onClick: () => this.el.slideNext() },
380
- h("road-icon", { icon: navigationChevron })))));
373
+ return (h(Host, { class: "swiper-container" }, h("div", { class: "swiper-wrapper" }, h("slot", null)), this.pager && h("div", { class: "swiper-pagination", ref: el => this.paginationEl = el }), this.arrows && (h("div", { class: "swiper-button-prev", onClick: () => this.el.slidePrev() }, h("road-icon", { icon: navigationChevron, rotate: "180" }))), this.arrows && (h("div", { class: "swiper-button-next", onClick: () => this.el.slideNext() }, h("road-icon", { icon: navigationChevron })))));
381
374
  }
382
375
  static get is() { return "road-carousel"; }
383
- static get originalStyleUrls() { return {
384
- "$": ["carousel.css"]
385
- }; }
386
- static get styleUrls() { return {
387
- "$": ["carousel.css"]
388
- }; }
376
+ static get originalStyleUrls() {
377
+ return {
378
+ "$": ["carousel.css"]
379
+ };
380
+ }
381
+ static get styleUrls() {
382
+ return {
383
+ "$": ["carousel.css"]
384
+ };
385
+ }
389
386
  static get assetsDirs() { return ["swiper"]; }
390
- static get properties() { return {
391
- "options": {
392
- "type": "any",
393
- "mutable": false,
394
- "complexType": {
395
- "original": "any",
396
- "resolved": "any",
397
- "references": {}
398
- },
399
- "required": false,
400
- "optional": false,
401
- "docs": {
402
- "tags": [],
403
- "text": "Options to pass to the swiper instance.\nSee http://idangero.us/swiper/api/ for valid options"
404
- },
405
- "attribute": "options",
406
- "reflect": false,
407
- "defaultValue": "{}"
408
- },
409
- "pager": {
410
- "type": "boolean",
411
- "mutable": false,
412
- "complexType": {
413
- "original": "boolean",
414
- "resolved": "boolean",
415
- "references": {}
416
- },
417
- "required": false,
418
- "optional": false,
419
- "docs": {
420
- "tags": [],
421
- "text": "If `true`, show the pagination."
422
- },
423
- "attribute": "pager",
424
- "reflect": false,
425
- "defaultValue": "true"
426
- },
427
- "arrows": {
428
- "type": "boolean",
429
- "mutable": false,
430
- "complexType": {
431
- "original": "boolean",
432
- "resolved": "boolean",
433
- "references": {}
434
- },
435
- "required": false,
436
- "optional": false,
437
- "docs": {
438
- "tags": [],
439
- "text": "If `true`, show arrows."
440
- },
441
- "attribute": "arrows",
442
- "reflect": false,
443
- "defaultValue": "false"
444
- }
445
- }; }
446
- static get events() { return [{
447
- "method": "roadslidesdidload",
448
- "name": "roadslidesdidload",
449
- "bubbles": true,
450
- "cancelable": true,
451
- "composed": true,
452
- "docs": {
453
- "tags": [],
454
- "text": "Emitted after Swiper initialization"
455
- },
456
- "complexType": {
457
- "original": "void",
458
- "resolved": "void",
459
- "references": {}
460
- }
461
- }, {
462
- "method": "roadslidetap",
463
- "name": "roadslidetap",
464
- "bubbles": true,
465
- "cancelable": true,
466
- "composed": true,
467
- "docs": {
468
- "tags": [],
469
- "text": "Emitted when the user taps/clicks on the slide's container."
470
- },
471
- "complexType": {
472
- "original": "void",
473
- "resolved": "void",
474
- "references": {}
475
- }
476
- }, {
477
- "method": "roadslidedoubletap",
478
- "name": "roadslidedoubletap",
479
- "bubbles": true,
480
- "cancelable": true,
481
- "composed": true,
482
- "docs": {
483
- "tags": [],
484
- "text": "Emitted when the user double taps on the slide's container."
485
- },
486
- "complexType": {
487
- "original": "void",
488
- "resolved": "void",
489
- "references": {}
490
- }
491
- }, {
492
- "method": "roadslidewillchange",
493
- "name": "roadslidewillchange",
494
- "bubbles": true,
495
- "cancelable": true,
496
- "composed": true,
497
- "docs": {
498
- "tags": [],
499
- "text": "Emitted before the active slide has changed."
500
- },
501
- "complexType": {
502
- "original": "void",
503
- "resolved": "void",
504
- "references": {}
505
- }
506
- }, {
507
- "method": "roadslidedidchange",
508
- "name": "roadslidedidchange",
509
- "bubbles": true,
510
- "cancelable": true,
511
- "composed": true,
512
- "docs": {
513
- "tags": [],
514
- "text": "Emitted after the active slide has changed."
515
- },
516
- "complexType": {
517
- "original": "void",
518
- "resolved": "void",
519
- "references": {}
520
- }
521
- }, {
522
- "method": "roadslidenextstart",
523
- "name": "roadslidenextstart",
524
- "bubbles": true,
525
- "cancelable": true,
526
- "composed": true,
527
- "docs": {
528
- "tags": [],
529
- "text": "Emitted when the next slide has started."
530
- },
531
- "complexType": {
532
- "original": "void",
533
- "resolved": "void",
534
- "references": {}
535
- }
536
- }, {
537
- "method": "roadslideprevstart",
538
- "name": "roadslideprevstart",
539
- "bubbles": true,
540
- "cancelable": true,
541
- "composed": true,
542
- "docs": {
543
- "tags": [],
544
- "text": "Emitted when the previous slide has started."
545
- },
546
- "complexType": {
547
- "original": "void",
548
- "resolved": "void",
549
- "references": {}
550
- }
551
- }, {
552
- "method": "roadslidenextend",
553
- "name": "roadslidenextend",
554
- "bubbles": true,
555
- "cancelable": true,
556
- "composed": true,
557
- "docs": {
558
- "tags": [],
559
- "text": "Emitted when the next slide has ended."
560
- },
561
- "complexType": {
562
- "original": "void",
563
- "resolved": "void",
564
- "references": {}
565
- }
566
- }, {
567
- "method": "roadslideprevend",
568
- "name": "roadslideprevend",
569
- "bubbles": true,
570
- "cancelable": true,
571
- "composed": true,
572
- "docs": {
573
- "tags": [],
574
- "text": "Emitted when the previous slide has ended."
575
- },
576
- "complexType": {
577
- "original": "void",
578
- "resolved": "void",
579
- "references": {}
580
- }
581
- }, {
582
- "method": "roadslidetransitionstart",
583
- "name": "roadslidetransitionstart",
584
- "bubbles": true,
585
- "cancelable": true,
586
- "composed": true,
587
- "docs": {
588
- "tags": [],
589
- "text": "Emitted when the slide transition has started."
590
- },
591
- "complexType": {
592
- "original": "void",
593
- "resolved": "void",
594
- "references": {}
595
- }
596
- }, {
597
- "method": "roadslidetransitionend",
598
- "name": "roadslidetransitionend",
599
- "bubbles": true,
600
- "cancelable": true,
601
- "composed": true,
602
- "docs": {
603
- "tags": [],
604
- "text": "Emitted when the slide transition has ended."
605
- },
606
- "complexType": {
607
- "original": "void",
608
- "resolved": "void",
609
- "references": {}
610
- }
611
- }, {
612
- "method": "roadslidedrag",
613
- "name": "roadslidedrag",
614
- "bubbles": true,
615
- "cancelable": true,
616
- "composed": true,
617
- "docs": {
618
- "tags": [],
619
- "text": "Emitted when the slider is actively being moved."
620
- },
621
- "complexType": {
622
- "original": "void",
623
- "resolved": "void",
624
- "references": {}
625
- }
626
- }, {
627
- "method": "roadslidereachstart",
628
- "name": "roadslidereachstart",
629
- "bubbles": true,
630
- "cancelable": true,
631
- "composed": true,
632
- "docs": {
633
- "tags": [],
634
- "text": "Emitted when the slider is at its initial position."
635
- },
636
- "complexType": {
637
- "original": "void",
638
- "resolved": "void",
639
- "references": {}
640
- }
641
- }, {
642
- "method": "roadslidereachend",
643
- "name": "roadslidereachend",
644
- "bubbles": true,
645
- "cancelable": true,
646
- "composed": true,
647
- "docs": {
648
- "tags": [],
649
- "text": "Emitted when the slider is at the last slide."
650
- },
651
- "complexType": {
652
- "original": "void",
653
- "resolved": "void",
654
- "references": {}
655
- }
656
- }, {
657
- "method": "roadslidetouchstart",
658
- "name": "roadslidetouchstart",
659
- "bubbles": true,
660
- "cancelable": true,
661
- "composed": true,
662
- "docs": {
663
- "tags": [],
664
- "text": "Emitted when the user first touches the slider."
665
- },
666
- "complexType": {
667
- "original": "void",
668
- "resolved": "void",
669
- "references": {}
670
- }
671
- }, {
672
- "method": "roadslidetouchend",
673
- "name": "roadslidetouchend",
674
- "bubbles": true,
675
- "cancelable": true,
676
- "composed": true,
677
- "docs": {
678
- "tags": [],
679
- "text": "Emitted when the user releases the touch."
387
+ static get properties() {
388
+ return {
389
+ "options": {
390
+ "type": "any",
391
+ "mutable": false,
392
+ "complexType": {
393
+ "original": "any",
394
+ "resolved": "any",
395
+ "references": {}
396
+ },
397
+ "required": false,
398
+ "optional": false,
399
+ "docs": {
400
+ "tags": [],
401
+ "text": "Options to pass to the swiper instance.\nSee http://idangero.us/swiper/api/ for valid options"
402
+ },
403
+ "attribute": "options",
404
+ "reflect": false,
405
+ "defaultValue": "{}"
680
406
  },
681
- "complexType": {
682
- "original": "void",
683
- "resolved": "void",
684
- "references": {}
685
- }
686
- }]; }
687
- static get methods() { return {
688
- "update": {
689
- "complexType": {
690
- "signature": "() => Promise<void>",
691
- "parameters": [],
692
- "references": {
693
- "Promise": {
694
- "location": "global"
695
- }
407
+ "pager": {
408
+ "type": "boolean",
409
+ "mutable": false,
410
+ "complexType": {
411
+ "original": "boolean",
412
+ "resolved": "boolean",
413
+ "references": {}
696
414
  },
697
- "return": "Promise<void>"
415
+ "required": false,
416
+ "optional": false,
417
+ "docs": {
418
+ "tags": [],
419
+ "text": "If `true`, show the pagination."
420
+ },
421
+ "attribute": "pager",
422
+ "reflect": false,
423
+ "defaultValue": "true"
698
424
  },
699
- "docs": {
700
- "text": "Update the underlying slider implementation. Call this if you've added or removed\nchild slides.",
701
- "tags": []
425
+ "arrows": {
426
+ "type": "boolean",
427
+ "mutable": false,
428
+ "complexType": {
429
+ "original": "boolean",
430
+ "resolved": "boolean",
431
+ "references": {}
432
+ },
433
+ "required": false,
434
+ "optional": false,
435
+ "docs": {
436
+ "tags": [],
437
+ "text": "If `true`, show arrows."
438
+ },
439
+ "attribute": "arrows",
440
+ "reflect": false,
441
+ "defaultValue": "false"
702
442
  }
703
- },
704
- "updateAutoHeight": {
705
- "complexType": {
706
- "signature": "(speed?: number | undefined) => Promise<void>",
707
- "parameters": [{
708
- "tags": [{
709
- "name": "param",
710
- "text": "speed The transition duration (in ms)."
711
- }],
712
- "text": "The transition duration (in ms)."
713
- }],
714
- "references": {
715
- "Promise": {
716
- "location": "global"
717
- }
443
+ };
444
+ }
445
+ static get events() {
446
+ return [{
447
+ "method": "roadslidesdidload",
448
+ "name": "roadslidesdidload",
449
+ "bubbles": true,
450
+ "cancelable": true,
451
+ "composed": true,
452
+ "docs": {
453
+ "tags": [],
454
+ "text": "Emitted after Swiper initialization"
455
+ },
456
+ "complexType": {
457
+ "original": "void",
458
+ "resolved": "void",
459
+ "references": {}
460
+ }
461
+ }, {
462
+ "method": "roadslidetap",
463
+ "name": "roadslidetap",
464
+ "bubbles": true,
465
+ "cancelable": true,
466
+ "composed": true,
467
+ "docs": {
468
+ "tags": [],
469
+ "text": "Emitted when the user taps/clicks on the slide's container."
470
+ },
471
+ "complexType": {
472
+ "original": "void",
473
+ "resolved": "void",
474
+ "references": {}
475
+ }
476
+ }, {
477
+ "method": "roadslidedoubletap",
478
+ "name": "roadslidedoubletap",
479
+ "bubbles": true,
480
+ "cancelable": true,
481
+ "composed": true,
482
+ "docs": {
483
+ "tags": [],
484
+ "text": "Emitted when the user double taps on the slide's container."
485
+ },
486
+ "complexType": {
487
+ "original": "void",
488
+ "resolved": "void",
489
+ "references": {}
490
+ }
491
+ }, {
492
+ "method": "roadslidewillchange",
493
+ "name": "roadslidewillchange",
494
+ "bubbles": true,
495
+ "cancelable": true,
496
+ "composed": true,
497
+ "docs": {
498
+ "tags": [],
499
+ "text": "Emitted before the active slide has changed."
500
+ },
501
+ "complexType": {
502
+ "original": "void",
503
+ "resolved": "void",
504
+ "references": {}
505
+ }
506
+ }, {
507
+ "method": "roadslidedidchange",
508
+ "name": "roadslidedidchange",
509
+ "bubbles": true,
510
+ "cancelable": true,
511
+ "composed": true,
512
+ "docs": {
513
+ "tags": [],
514
+ "text": "Emitted after the active slide has changed."
718
515
  },
719
- "return": "Promise<void>"
516
+ "complexType": {
517
+ "original": "void",
518
+ "resolved": "void",
519
+ "references": {}
520
+ }
521
+ }, {
522
+ "method": "roadslidenextstart",
523
+ "name": "roadslidenextstart",
524
+ "bubbles": true,
525
+ "cancelable": true,
526
+ "composed": true,
527
+ "docs": {
528
+ "tags": [],
529
+ "text": "Emitted when the next slide has started."
530
+ },
531
+ "complexType": {
532
+ "original": "void",
533
+ "resolved": "void",
534
+ "references": {}
535
+ }
536
+ }, {
537
+ "method": "roadslideprevstart",
538
+ "name": "roadslideprevstart",
539
+ "bubbles": true,
540
+ "cancelable": true,
541
+ "composed": true,
542
+ "docs": {
543
+ "tags": [],
544
+ "text": "Emitted when the previous slide has started."
545
+ },
546
+ "complexType": {
547
+ "original": "void",
548
+ "resolved": "void",
549
+ "references": {}
550
+ }
551
+ }, {
552
+ "method": "roadslidenextend",
553
+ "name": "roadslidenextend",
554
+ "bubbles": true,
555
+ "cancelable": true,
556
+ "composed": true,
557
+ "docs": {
558
+ "tags": [],
559
+ "text": "Emitted when the next slide has ended."
560
+ },
561
+ "complexType": {
562
+ "original": "void",
563
+ "resolved": "void",
564
+ "references": {}
565
+ }
566
+ }, {
567
+ "method": "roadslideprevend",
568
+ "name": "roadslideprevend",
569
+ "bubbles": true,
570
+ "cancelable": true,
571
+ "composed": true,
572
+ "docs": {
573
+ "tags": [],
574
+ "text": "Emitted when the previous slide has ended."
575
+ },
576
+ "complexType": {
577
+ "original": "void",
578
+ "resolved": "void",
579
+ "references": {}
580
+ }
581
+ }, {
582
+ "method": "roadslidetransitionstart",
583
+ "name": "roadslidetransitionstart",
584
+ "bubbles": true,
585
+ "cancelable": true,
586
+ "composed": true,
587
+ "docs": {
588
+ "tags": [],
589
+ "text": "Emitted when the slide transition has started."
590
+ },
591
+ "complexType": {
592
+ "original": "void",
593
+ "resolved": "void",
594
+ "references": {}
595
+ }
596
+ }, {
597
+ "method": "roadslidetransitionend",
598
+ "name": "roadslidetransitionend",
599
+ "bubbles": true,
600
+ "cancelable": true,
601
+ "composed": true,
602
+ "docs": {
603
+ "tags": [],
604
+ "text": "Emitted when the slide transition has ended."
605
+ },
606
+ "complexType": {
607
+ "original": "void",
608
+ "resolved": "void",
609
+ "references": {}
610
+ }
611
+ }, {
612
+ "method": "roadslidedrag",
613
+ "name": "roadslidedrag",
614
+ "bubbles": true,
615
+ "cancelable": true,
616
+ "composed": true,
617
+ "docs": {
618
+ "tags": [],
619
+ "text": "Emitted when the slider is actively being moved."
620
+ },
621
+ "complexType": {
622
+ "original": "void",
623
+ "resolved": "void",
624
+ "references": {}
625
+ }
626
+ }, {
627
+ "method": "roadslidereachstart",
628
+ "name": "roadslidereachstart",
629
+ "bubbles": true,
630
+ "cancelable": true,
631
+ "composed": true,
632
+ "docs": {
633
+ "tags": [],
634
+ "text": "Emitted when the slider is at its initial position."
635
+ },
636
+ "complexType": {
637
+ "original": "void",
638
+ "resolved": "void",
639
+ "references": {}
640
+ }
641
+ }, {
642
+ "method": "roadslidereachend",
643
+ "name": "roadslidereachend",
644
+ "bubbles": true,
645
+ "cancelable": true,
646
+ "composed": true,
647
+ "docs": {
648
+ "tags": [],
649
+ "text": "Emitted when the slider is at the last slide."
650
+ },
651
+ "complexType": {
652
+ "original": "void",
653
+ "resolved": "void",
654
+ "references": {}
655
+ }
656
+ }, {
657
+ "method": "roadslidetouchstart",
658
+ "name": "roadslidetouchstart",
659
+ "bubbles": true,
660
+ "cancelable": true,
661
+ "composed": true,
662
+ "docs": {
663
+ "tags": [],
664
+ "text": "Emitted when the user first touches the slider."
665
+ },
666
+ "complexType": {
667
+ "original": "void",
668
+ "resolved": "void",
669
+ "references": {}
670
+ }
671
+ }, {
672
+ "method": "roadslidetouchend",
673
+ "name": "roadslidetouchend",
674
+ "bubbles": true,
675
+ "cancelable": true,
676
+ "composed": true,
677
+ "docs": {
678
+ "tags": [],
679
+ "text": "Emitted when the user releases the touch."
680
+ },
681
+ "complexType": {
682
+ "original": "void",
683
+ "resolved": "void",
684
+ "references": {}
685
+ }
686
+ }];
687
+ }
688
+ static get methods() {
689
+ return {
690
+ "update": {
691
+ "complexType": {
692
+ "signature": "() => Promise<void>",
693
+ "parameters": [],
694
+ "references": {
695
+ "Promise": {
696
+ "location": "global"
697
+ }
698
+ },
699
+ "return": "Promise<void>"
700
+ },
701
+ "docs": {
702
+ "text": "Update the underlying slider implementation. Call this if you've added or removed\nchild slides.",
703
+ "tags": []
704
+ }
720
705
  },
721
- "docs": {
722
- "text": "Force swiper to update its height (when autoHeight is enabled) for the duration\nequal to 'speed' parameter.",
723
- "tags": [{
724
- "name": "param",
725
- "text": "speed The transition duration (in ms)."
726
- }]
727
- }
728
- },
729
- "slideTo": {
730
- "complexType": {
731
- "signature": "(index: number, speed?: number | undefined, runCallbacks?: boolean | undefined) => Promise<void>",
732
- "parameters": [{
733
- "tags": [{
734
- "name": "param",
735
- "text": "index The index of the slide to transition to."
736
- }],
737
- "text": "The index of the slide to transition to."
738
- }, {
739
- "tags": [{
740
- "name": "param",
741
- "text": "speed The transition duration (in ms)."
742
- }],
743
- "text": "The transition duration (in ms)."
744
- }, {
745
- "tags": [{
746
- "name": "param",
747
- "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
748
- }],
749
- "text": "If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
750
- }],
751
- "references": {
752
- "Promise": {
753
- "location": "global"
754
- }
706
+ "updateAutoHeight": {
707
+ "complexType": {
708
+ "signature": "(speed?: number) => Promise<void>",
709
+ "parameters": [{
710
+ "tags": [{
711
+ "name": "param",
712
+ "text": "speed The transition duration (in ms)."
713
+ }],
714
+ "text": "The transition duration (in ms)."
715
+ }],
716
+ "references": {
717
+ "Promise": {
718
+ "location": "global"
719
+ }
720
+ },
721
+ "return": "Promise<void>"
755
722
  },
756
- "return": "Promise<void>"
723
+ "docs": {
724
+ "text": "Force swiper to update its height (when autoHeight is enabled) for the duration\nequal to 'speed' parameter.",
725
+ "tags": [{
726
+ "name": "param",
727
+ "text": "speed The transition duration (in ms)."
728
+ }]
729
+ }
757
730
  },
758
- "docs": {
759
- "text": "Transition to the specified slide.",
760
- "tags": [{
761
- "name": "param",
762
- "text": "index The index of the slide to transition to."
763
- }, {
764
- "name": "param",
765
- "text": "speed The transition duration (in ms)."
766
- }, {
767
- "name": "param",
768
- "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
769
- }]
770
- }
771
- },
772
- "slideNext": {
773
- "complexType": {
774
- "signature": "(speed?: number | undefined, runCallbacks?: boolean | undefined) => Promise<void>",
775
- "parameters": [{
776
- "tags": [{
777
- "name": "param",
778
- "text": "speed The transition duration (in ms)."
779
- }],
780
- "text": "The transition duration (in ms)."
781
- }, {
782
- "tags": [{
783
- "name": "param",
784
- "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
785
- }],
786
- "text": "If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
787
- }],
788
- "references": {
789
- "Promise": {
790
- "location": "global"
791
- }
731
+ "slideTo": {
732
+ "complexType": {
733
+ "signature": "(index: number, speed?: number, runCallbacks?: boolean) => Promise<void>",
734
+ "parameters": [{
735
+ "tags": [{
736
+ "name": "param",
737
+ "text": "index The index of the slide to transition to."
738
+ }],
739
+ "text": "The index of the slide to transition to."
740
+ }, {
741
+ "tags": [{
742
+ "name": "param",
743
+ "text": "speed The transition duration (in ms)."
744
+ }],
745
+ "text": "The transition duration (in ms)."
746
+ }, {
747
+ "tags": [{
748
+ "name": "param",
749
+ "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
750
+ }],
751
+ "text": "If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
752
+ }],
753
+ "references": {
754
+ "Promise": {
755
+ "location": "global"
756
+ }
757
+ },
758
+ "return": "Promise<void>"
792
759
  },
793
- "return": "Promise<void>"
760
+ "docs": {
761
+ "text": "Transition to the specified slide.",
762
+ "tags": [{
763
+ "name": "param",
764
+ "text": "index The index of the slide to transition to."
765
+ }, {
766
+ "name": "param",
767
+ "text": "speed The transition duration (in ms)."
768
+ }, {
769
+ "name": "param",
770
+ "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
771
+ }]
772
+ }
794
773
  },
795
- "docs": {
796
- "text": "Transition to the next slide.",
797
- "tags": [{
798
- "name": "param",
799
- "text": "speed The transition duration (in ms)."
800
- }, {
801
- "name": "param",
802
- "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
803
- }]
804
- }
805
- },
806
- "slidePrev": {
807
- "complexType": {
808
- "signature": "(speed?: number | undefined, runCallbacks?: boolean | undefined) => Promise<void>",
809
- "parameters": [{
810
- "tags": [{
811
- "name": "param",
812
- "text": "speed The transition duration (in ms)."
813
- }],
814
- "text": "The transition duration (in ms)."
815
- }, {
816
- "tags": [{
817
- "name": "param",
818
- "text": "runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events."
819
- }],
820
- "text": "If true, the transition will produce the [Transition/SlideChange][Start/End] transition events."
821
- }],
822
- "references": {
823
- "Promise": {
824
- "location": "global"
825
- }
774
+ "slideNext": {
775
+ "complexType": {
776
+ "signature": "(speed?: number, runCallbacks?: boolean) => Promise<void>",
777
+ "parameters": [{
778
+ "tags": [{
779
+ "name": "param",
780
+ "text": "speed The transition duration (in ms)."
781
+ }],
782
+ "text": "The transition duration (in ms)."
783
+ }, {
784
+ "tags": [{
785
+ "name": "param",
786
+ "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
787
+ }],
788
+ "text": "If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
789
+ }],
790
+ "references": {
791
+ "Promise": {
792
+ "location": "global"
793
+ }
794
+ },
795
+ "return": "Promise<void>"
826
796
  },
827
- "return": "Promise<void>"
797
+ "docs": {
798
+ "text": "Transition to the next slide.",
799
+ "tags": [{
800
+ "name": "param",
801
+ "text": "speed The transition duration (in ms)."
802
+ }, {
803
+ "name": "param",
804
+ "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
805
+ }]
806
+ }
828
807
  },
829
- "docs": {
830
- "text": "Transition to the previous slide.",
831
- "tags": [{
832
- "name": "param",
833
- "text": "speed The transition duration (in ms)."
834
- }, {
835
- "name": "param",
836
- "text": "runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events."
837
- }]
838
- }
839
- },
840
- "getActiveIndex": {
841
- "complexType": {
842
- "signature": "() => Promise<number>",
843
- "parameters": [],
844
- "references": {
845
- "Promise": {
846
- "location": "global"
847
- }
808
+ "slidePrev": {
809
+ "complexType": {
810
+ "signature": "(speed?: number, runCallbacks?: boolean) => Promise<void>",
811
+ "parameters": [{
812
+ "tags": [{
813
+ "name": "param",
814
+ "text": "speed The transition duration (in ms)."
815
+ }],
816
+ "text": "The transition duration (in ms)."
817
+ }, {
818
+ "tags": [{
819
+ "name": "param",
820
+ "text": "runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events."
821
+ }],
822
+ "text": "If true, the transition will produce the [Transition/SlideChange][Start/End] transition events."
823
+ }],
824
+ "references": {
825
+ "Promise": {
826
+ "location": "global"
827
+ }
828
+ },
829
+ "return": "Promise<void>"
848
830
  },
849
- "return": "Promise<number>"
831
+ "docs": {
832
+ "text": "Transition to the previous slide.",
833
+ "tags": [{
834
+ "name": "param",
835
+ "text": "speed The transition duration (in ms)."
836
+ }, {
837
+ "name": "param",
838
+ "text": "runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events."
839
+ }]
840
+ }
850
841
  },
851
- "docs": {
852
- "text": "Get the index of the active slide.",
853
- "tags": []
854
- }
855
- },
856
- "getPreviousIndex": {
857
- "complexType": {
858
- "signature": "() => Promise<number>",
859
- "parameters": [],
860
- "references": {
861
- "Promise": {
862
- "location": "global"
863
- }
842
+ "getActiveIndex": {
843
+ "complexType": {
844
+ "signature": "() => Promise<number>",
845
+ "parameters": [],
846
+ "references": {
847
+ "Promise": {
848
+ "location": "global"
849
+ }
850
+ },
851
+ "return": "Promise<number>"
864
852
  },
865
- "return": "Promise<number>"
853
+ "docs": {
854
+ "text": "Get the index of the active slide.",
855
+ "tags": []
856
+ }
866
857
  },
867
- "docs": {
868
- "text": "Get the index of the previous slide.",
869
- "tags": []
870
- }
871
- },
872
- "length": {
873
- "complexType": {
874
- "signature": "() => Promise<number>",
875
- "parameters": [],
876
- "references": {
877
- "Promise": {
878
- "location": "global"
879
- }
858
+ "getPreviousIndex": {
859
+ "complexType": {
860
+ "signature": "() => Promise<number>",
861
+ "parameters": [],
862
+ "references": {
863
+ "Promise": {
864
+ "location": "global"
865
+ }
866
+ },
867
+ "return": "Promise<number>"
880
868
  },
881
- "return": "Promise<number>"
869
+ "docs": {
870
+ "text": "Get the index of the previous slide.",
871
+ "tags": []
872
+ }
882
873
  },
883
- "docs": {
884
- "text": "Get the total number of slides.",
885
- "tags": []
886
- }
887
- },
888
- "isEnd": {
889
- "complexType": {
890
- "signature": "() => Promise<boolean>",
891
- "parameters": [],
892
- "references": {
893
- "Promise": {
894
- "location": "global"
895
- }
874
+ "length": {
875
+ "complexType": {
876
+ "signature": "() => Promise<number>",
877
+ "parameters": [],
878
+ "references": {
879
+ "Promise": {
880
+ "location": "global"
881
+ }
882
+ },
883
+ "return": "Promise<number>"
896
884
  },
897
- "return": "Promise<boolean>"
885
+ "docs": {
886
+ "text": "Get the total number of slides.",
887
+ "tags": []
888
+ }
898
889
  },
899
- "docs": {
900
- "text": "Get whether or not the current slide is the last slide.",
901
- "tags": []
902
- }
903
- },
904
- "isBeginning": {
905
- "complexType": {
906
- "signature": "() => Promise<boolean>",
907
- "parameters": [],
908
- "references": {
909
- "Promise": {
910
- "location": "global"
911
- }
890
+ "isEnd": {
891
+ "complexType": {
892
+ "signature": "() => Promise<boolean>",
893
+ "parameters": [],
894
+ "references": {
895
+ "Promise": {
896
+ "location": "global"
897
+ }
898
+ },
899
+ "return": "Promise<boolean>"
912
900
  },
913
- "return": "Promise<boolean>"
901
+ "docs": {
902
+ "text": "Get whether or not the current slide is the last slide.",
903
+ "tags": []
904
+ }
914
905
  },
915
- "docs": {
916
- "text": "Get whether or not the current slide is the first slide.",
917
- "tags": []
918
- }
919
- },
920
- "startAutoplay": {
921
- "complexType": {
922
- "signature": "() => Promise<void>",
923
- "parameters": [],
924
- "references": {
925
- "Promise": {
926
- "location": "global"
927
- }
906
+ "isBeginning": {
907
+ "complexType": {
908
+ "signature": "() => Promise<boolean>",
909
+ "parameters": [],
910
+ "references": {
911
+ "Promise": {
912
+ "location": "global"
913
+ }
914
+ },
915
+ "return": "Promise<boolean>"
928
916
  },
929
- "return": "Promise<void>"
917
+ "docs": {
918
+ "text": "Get whether or not the current slide is the first slide.",
919
+ "tags": []
920
+ }
930
921
  },
931
- "docs": {
932
- "text": "Start auto play.",
933
- "tags": []
934
- }
935
- },
936
- "stopAutoplay": {
937
- "complexType": {
938
- "signature": "() => Promise<void>",
939
- "parameters": [],
940
- "references": {
941
- "Promise": {
942
- "location": "global"
943
- }
922
+ "startAutoplay": {
923
+ "complexType": {
924
+ "signature": "() => Promise<void>",
925
+ "parameters": [],
926
+ "references": {
927
+ "Promise": {
928
+ "location": "global"
929
+ }
930
+ },
931
+ "return": "Promise<void>"
944
932
  },
945
- "return": "Promise<void>"
933
+ "docs": {
934
+ "text": "Start auto play.",
935
+ "tags": []
936
+ }
946
937
  },
947
- "docs": {
948
- "text": "Stop auto play.",
949
- "tags": []
950
- }
951
- },
952
- "lockSwipeToNext": {
953
- "complexType": {
954
- "signature": "(lock: boolean) => Promise<void>",
955
- "parameters": [{
956
- "tags": [{
957
- "name": "param",
958
- "text": "lock If `true`, disable swiping to the next slide."
959
- }],
960
- "text": "If `true`, disable swiping to the next slide."
961
- }],
962
- "references": {
963
- "Promise": {
964
- "location": "global"
965
- }
938
+ "stopAutoplay": {
939
+ "complexType": {
940
+ "signature": "() => Promise<void>",
941
+ "parameters": [],
942
+ "references": {
943
+ "Promise": {
944
+ "location": "global"
945
+ }
946
+ },
947
+ "return": "Promise<void>"
966
948
  },
967
- "return": "Promise<void>"
949
+ "docs": {
950
+ "text": "Stop auto play.",
951
+ "tags": []
952
+ }
968
953
  },
969
- "docs": {
970
- "text": "Lock or unlock the ability to slide to the next slide.",
971
- "tags": [{
972
- "name": "param",
973
- "text": "lock If `true`, disable swiping to the next slide."
974
- }]
975
- }
976
- },
977
- "lockSwipeToPrev": {
978
- "complexType": {
979
- "signature": "(lock: boolean) => Promise<void>",
980
- "parameters": [{
981
- "tags": [{
982
- "name": "param",
983
- "text": "lock If `true`, disable swiping to the previous slide."
984
- }],
985
- "text": "If `true`, disable swiping to the previous slide."
986
- }],
987
- "references": {
988
- "Promise": {
989
- "location": "global"
990
- }
954
+ "lockSwipeToNext": {
955
+ "complexType": {
956
+ "signature": "(lock: boolean) => Promise<void>",
957
+ "parameters": [{
958
+ "tags": [{
959
+ "name": "param",
960
+ "text": "lock If `true`, disable swiping to the next slide."
961
+ }],
962
+ "text": "If `true`, disable swiping to the next slide."
963
+ }],
964
+ "references": {
965
+ "Promise": {
966
+ "location": "global"
967
+ }
968
+ },
969
+ "return": "Promise<void>"
991
970
  },
992
- "return": "Promise<void>"
971
+ "docs": {
972
+ "text": "Lock or unlock the ability to slide to the next slide.",
973
+ "tags": [{
974
+ "name": "param",
975
+ "text": "lock If `true`, disable swiping to the next slide."
976
+ }]
977
+ }
993
978
  },
994
- "docs": {
995
- "text": "Lock or unlock the ability to slide to the previous slide.",
996
- "tags": [{
997
- "name": "param",
998
- "text": "lock If `true`, disable swiping to the previous slide."
999
- }]
1000
- }
1001
- },
1002
- "lockSwipes": {
1003
- "complexType": {
1004
- "signature": "(lock: boolean) => Promise<void>",
1005
- "parameters": [{
1006
- "tags": [{
1007
- "name": "param",
1008
- "text": "lock If `true`, disable swiping to the next and previous slide."
1009
- }],
1010
- "text": "If `true`, disable swiping to the next and previous slide."
1011
- }],
1012
- "references": {
1013
- "Promise": {
1014
- "location": "global"
1015
- }
979
+ "lockSwipeToPrev": {
980
+ "complexType": {
981
+ "signature": "(lock: boolean) => Promise<void>",
982
+ "parameters": [{
983
+ "tags": [{
984
+ "name": "param",
985
+ "text": "lock If `true`, disable swiping to the previous slide."
986
+ }],
987
+ "text": "If `true`, disable swiping to the previous slide."
988
+ }],
989
+ "references": {
990
+ "Promise": {
991
+ "location": "global"
992
+ }
993
+ },
994
+ "return": "Promise<void>"
1016
995
  },
1017
- "return": "Promise<void>"
996
+ "docs": {
997
+ "text": "Lock or unlock the ability to slide to the previous slide.",
998
+ "tags": [{
999
+ "name": "param",
1000
+ "text": "lock If `true`, disable swiping to the previous slide."
1001
+ }]
1002
+ }
1018
1003
  },
1019
- "docs": {
1020
- "text": "Lock or unlock the ability to slide to the next or previous slide.",
1021
- "tags": [{
1022
- "name": "param",
1023
- "text": "lock If `true`, disable swiping to the next and previous slide."
1024
- }]
1025
- }
1026
- },
1027
- "getSwiper": {
1028
- "complexType": {
1029
- "signature": "() => Promise<any>",
1030
- "parameters": [],
1031
- "references": {
1032
- "Promise": {
1033
- "location": "global"
1034
- }
1004
+ "lockSwipes": {
1005
+ "complexType": {
1006
+ "signature": "(lock: boolean) => Promise<void>",
1007
+ "parameters": [{
1008
+ "tags": [{
1009
+ "name": "param",
1010
+ "text": "lock If `true`, disable swiping to the next and previous slide."
1011
+ }],
1012
+ "text": "If `true`, disable swiping to the next and previous slide."
1013
+ }],
1014
+ "references": {
1015
+ "Promise": {
1016
+ "location": "global"
1017
+ }
1018
+ },
1019
+ "return": "Promise<void>"
1035
1020
  },
1036
- "return": "Promise<any>"
1021
+ "docs": {
1022
+ "text": "Lock or unlock the ability to slide to the next or previous slide.",
1023
+ "tags": [{
1024
+ "name": "param",
1025
+ "text": "lock If `true`, disable swiping to the next and previous slide."
1026
+ }]
1027
+ }
1037
1028
  },
1038
- "docs": {
1039
- "text": "Get the Swiper instance.\nUse this to access the full Swiper API.\nSee https://idangero.us/swiper/api/ for all API options.",
1040
- "tags": []
1029
+ "getSwiper": {
1030
+ "complexType": {
1031
+ "signature": "() => Promise<any>",
1032
+ "parameters": [],
1033
+ "references": {
1034
+ "Promise": {
1035
+ "location": "global"
1036
+ }
1037
+ },
1038
+ "return": "Promise<any>"
1039
+ },
1040
+ "docs": {
1041
+ "text": "Get the Swiper instance.\nUse this to access the full Swiper API.\nSee https://idangero.us/swiper/api/ for all API options.",
1042
+ "tags": []
1043
+ }
1041
1044
  }
1042
- }
1043
- }; }
1045
+ };
1046
+ }
1044
1047
  static get elementRef() { return "el"; }
1045
- static get watchers() { return [{
1046
- "propName": "options",
1047
- "methodName": "optionsChanged"
1048
- }]; }
1048
+ static get watchers() {
1049
+ return [{
1050
+ "propName": "options",
1051
+ "methodName": "optionsChanged"
1052
+ }];
1053
+ }
1049
1054
  }
1050
1055
  const waitForSlides = (el) => {
1051
1056
  return Promise.all(Array.from(el.querySelectorAll('road-carousel-item')).map(s => s.componentOnReady()));