@rei/cedar 15.2.0 → 15.3.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 (1018) hide show
  1. package/README.md +10 -6
  2. package/dist/cdr-palette.css +1 -0
  3. package/dist/cdr-reset.css +1 -1
  4. package/dist/cdr-style.css +1 -1
  5. package/dist/cedar.umd.js +14 -14
  6. package/dist/component-docgen.json +3431 -2943
  7. package/dist/components/abstract/CdrAbstract.vue.mjs +9 -0
  8. package/dist/components/abstract/styles/CdrAbstract.module.scss.mjs +6 -0
  9. package/dist/components/accordion/CdrAccordion.vue.mjs +9 -0
  10. package/dist/components/accordion/CdrAccordionGroup.vue.mjs +9 -0
  11. package/dist/components/accordion/styles/CdrAccordion.module.scss.mjs +34 -0
  12. package/dist/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +7 -0
  13. package/dist/components/banner/CdrBanner.vue.mjs +9 -0
  14. package/dist/components/banner/styles/CdrBanner.module.scss.mjs +19 -0
  15. package/dist/components/breadcrumb/CdrBreadcrumb.vue.mjs +9 -0
  16. package/dist/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +12 -0
  17. package/dist/components/button/CdrButton.vue.mjs +9 -0
  18. package/dist/components/button/styles/CdrButton.module.scss.mjs +36 -0
  19. package/dist/components/caption/CdrCaption.vue.mjs +9 -0
  20. package/dist/components/caption/styles/CdrCaption.module.scss.mjs +7 -0
  21. package/dist/components/card/CdrCard.vue.mjs +9 -0
  22. package/dist/components/card/styles/CdrCard.module.scss.mjs +6 -0
  23. package/dist/components/checkbox/CdrCheckbox.vue.mjs +9 -0
  24. package/dist/components/checkbox/CdrCheckbox.vue2.mjs +147 -0
  25. package/dist/components/checkbox/styles/CdrCheckbox.module.scss.mjs +32 -0
  26. package/dist/components/chip/CdrChip.vue.mjs +9 -0
  27. package/dist/components/chip/CdrChipGroup.vue.mjs +9 -0
  28. package/dist/components/chip/styles/CdrChip.module.scss.mjs +9 -0
  29. package/dist/components/chip/styles/CdrChipGroup.module.scss.mjs +9 -0
  30. package/dist/components/choreographer/CdrChoreographer.vue.mjs +9 -0
  31. package/dist/components/choreographer/CdrChoreographer.vue2.mjs +52 -0
  32. package/dist/components/choreographer/styles/CdrChoreographer.module.scss.mjs +9 -0
  33. package/dist/components/container/CdrContainer.vue.mjs +9 -0
  34. package/dist/components/container/styles/CdrContainer.module.scss.mjs +7 -0
  35. package/dist/components/formError/CdrFormError.vue.mjs +9 -0
  36. package/dist/components/formError/styles/CdrFormError.module.scss.mjs +7 -0
  37. package/dist/components/formGroup/CdrFormGroup.vue.mjs +9 -0
  38. package/dist/components/formGroup/CdrFormGroup.vue2.mjs +69 -0
  39. package/dist/components/formGroup/styles/CdrFormGroup.module.scss.mjs +13 -0
  40. package/dist/components/fulfillmentTile/CdrFulfillmentTile.vue.mjs +9 -0
  41. package/dist/components/fulfillmentTile/CdrFulfillmentTile.vue2.mjs +103 -0
  42. package/dist/components/fulfillmentTile/CdrFulfillmentTileContent.vue.mjs +9 -0
  43. package/dist/components/fulfillmentTile/CdrFulfillmentTileContent.vue2.mjs +26 -0
  44. package/dist/components/fulfillmentTile/CdrFulfillmentTileHeader.vue.mjs +9 -0
  45. package/dist/components/fulfillmentTile/CdrFulfillmentTileHeader.vue2.mjs +29 -0
  46. package/dist/components/fulfillmentTile/CdrFulfillmentTileIcon.vue.mjs +9 -0
  47. package/dist/components/fulfillmentTile/styles/CdrFulfillmentTile.module.scss.mjs +32 -0
  48. package/dist/components/fulfillmentTile/styles/CdrFulfillmentTileContent.module.scss.mjs +6 -0
  49. package/dist/components/fulfillmentTile/styles/CdrFulfillmentTileHeader.module.scss.mjs +8 -0
  50. package/dist/components/fulfillmentTile/styles/CdrFulfillmentTileIcon.module.scss.mjs +11 -0
  51. package/dist/components/grid/CdrGrid.vue.mjs +9 -0
  52. package/dist/components/grid/styles/CdrGrid.module.scss.mjs +26 -0
  53. package/dist/components/icon/CdrIcon.vue.mjs +9 -0
  54. package/dist/components/icon/comps/account-profile-fill.vue.mjs +23 -0
  55. package/dist/components/icon/comps/account-profile.vue.mjs +23 -0
  56. package/dist/components/icon/comps/arrow-down.vue.mjs +23 -0
  57. package/dist/components/icon/comps/arrow-left.vue.mjs +23 -0
  58. package/dist/components/icon/comps/arrow-right.vue.mjs +23 -0
  59. package/dist/components/icon/comps/arrow-up.vue.mjs +23 -0
  60. package/dist/components/icon/comps/atv.vue.mjs +23 -0
  61. package/dist/components/icon/comps/bed-outline.vue.mjs +23 -0
  62. package/dist/components/icon/comps/bike-shop.vue.mjs +23 -0
  63. package/dist/components/icon/comps/binoculars.vue.mjs +23 -0
  64. package/dist/components/icon/comps/birding.vue.mjs +23 -0
  65. package/dist/components/icon/comps/boat.vue.mjs +23 -0
  66. package/dist/components/icon/comps/boating.vue.mjs +23 -0
  67. package/dist/components/icon/comps/bookmark-fill.vue.mjs +23 -0
  68. package/dist/components/icon/comps/bookmark-stroke.vue.mjs +23 -0
  69. package/dist/components/icon/comps/brand-abstract.vue.mjs +23 -0
  70. package/dist/components/icon/comps/brand-code-sandbox.vue.mjs +23 -0
  71. package/dist/components/icon/comps/brand-github.vue.mjs +23 -0
  72. package/dist/components/icon/comps/brand-linkedin.vue.mjs +23 -0
  73. package/dist/components/icon/comps/brand-rei-ice-axes.vue.mjs +23 -0
  74. package/dist/components/icon/comps/brand-sketch.vue.mjs +23 -0
  75. package/dist/components/icon/comps/brand-tiktok.vue.mjs +24 -0
  76. package/dist/components/icon/comps/buddies.vue.mjs +23 -0
  77. package/dist/components/icon/comps/bus.vue.mjs +23 -0
  78. package/dist/components/icon/comps/calendar.vue.mjs +23 -0
  79. package/dist/components/icon/comps/camera.vue.mjs +23 -0
  80. package/dist/components/icon/comps/canoe.vue.mjs +23 -0
  81. package/dist/components/icon/comps/car.vue.mjs +23 -0
  82. package/dist/components/icon/comps/caret-down.vue.mjs +23 -0
  83. package/dist/components/icon/comps/caret-left.vue.mjs +23 -0
  84. package/dist/components/icon/comps/caret-right.vue.mjs +23 -0
  85. package/dist/components/icon/comps/caret-up.vue.mjs +23 -0
  86. package/dist/components/icon/comps/cart-fill.vue.mjs +23 -0
  87. package/dist/components/icon/comps/cart.vue.mjs +23 -0
  88. package/dist/components/icon/comps/chain-link.vue.mjs +23 -0
  89. package/dist/components/icon/comps/chat.vue.mjs +23 -0
  90. package/dist/components/icon/comps/check-fill.vue.mjs +23 -0
  91. package/dist/components/icon/comps/check-lg.vue.mjs +23 -0
  92. package/dist/components/icon/comps/check-sm.vue.mjs +23 -0
  93. package/dist/components/icon/comps/check-stroke.vue.mjs +23 -0
  94. package/dist/components/icon/comps/climb.vue.mjs +23 -0
  95. package/dist/components/icon/comps/clipboard.vue.mjs +23 -0
  96. package/dist/components/icon/comps/clock.vue.mjs +23 -0
  97. package/dist/components/icon/comps/code-html.vue.mjs +23 -0
  98. package/dist/components/icon/comps/code-js.vue.mjs +23 -0
  99. package/dist/components/icon/comps/compass.vue.mjs +23 -0
  100. package/dist/components/icon/comps/copy.vue.mjs +23 -0
  101. package/dist/components/icon/comps/coupon-fill.vue.mjs +23 -0
  102. package/dist/components/icon/comps/coupon-stroke.vue.mjs +23 -0
  103. package/dist/components/icon/comps/credit-card.vue.mjs +23 -0
  104. package/dist/components/icon/comps/curbside-pickup.vue.mjs +23 -0
  105. package/dist/components/icon/comps/day.vue.mjs +23 -0
  106. package/dist/components/icon/comps/diving.vue.mjs +23 -0
  107. package/dist/components/icon/comps/dog.vue.mjs +23 -0
  108. package/dist/components/icon/comps/download.vue.mjs +23 -0
  109. package/dist/components/icon/comps/duplicate.vue.mjs +24 -0
  110. package/dist/components/icon/comps/edit.vue.mjs +23 -0
  111. package/dist/components/icon/comps/elevation.vue.mjs +23 -0
  112. package/dist/components/icon/comps/error-fill.vue.mjs +25 -0
  113. package/dist/components/icon/comps/error-stroke.vue.mjs +27 -0
  114. package/dist/components/icon/comps/expand.vue.mjs +23 -0
  115. package/dist/components/icon/comps/experiences-backpacking.vue.mjs +23 -0
  116. package/dist/components/icon/comps/experiences-camping.vue.mjs +23 -0
  117. package/dist/components/icon/comps/experiences-climbing.vue.mjs +23 -0
  118. package/dist/components/icon/comps/experiences-clothing.vue.mjs +23 -0
  119. package/dist/components/icon/comps/experiences-cycling.vue.mjs +23 -0
  120. package/dist/components/icon/comps/experiences-family.vue.mjs +23 -0
  121. package/dist/components/icon/comps/experiences-fitness.vue.mjs +23 -0
  122. package/dist/components/icon/comps/experiences-hiking.vue.mjs +23 -0
  123. package/dist/components/icon/comps/experiences-outdoor-basics.vue.mjs +23 -0
  124. package/dist/components/icon/comps/experiences-paddling.vue.mjs +23 -0
  125. package/dist/components/icon/comps/experiences-rentals.vue.mjs +23 -0
  126. package/dist/components/icon/comps/experiences-running.vue.mjs +24 -0
  127. package/dist/components/icon/comps/experiences-snowsports.vue.mjs +23 -0
  128. package/dist/components/icon/comps/experiences-travel.vue.mjs +23 -0
  129. package/dist/components/icon/comps/external-link-alt.vue.mjs +24 -0
  130. package/dist/components/icon/comps/external-link.vue.mjs +23 -0
  131. package/dist/components/icon/comps/eye-hide.vue.mjs +23 -0
  132. package/dist/components/icon/comps/eye-show.vue.mjs +23 -0
  133. package/dist/components/icon/comps/facebook.vue.mjs +23 -0
  134. package/dist/components/icon/comps/filter-alt.vue.mjs +23 -0
  135. package/dist/components/icon/comps/filter.vue.mjs +23 -0
  136. package/dist/components/icon/comps/find-location.vue.mjs +23 -0
  137. package/dist/components/icon/comps/fire.vue.mjs +23 -0
  138. package/dist/components/icon/comps/fishing.vue.mjs +23 -0
  139. package/dist/components/icon/comps/free-product.vue.mjs +23 -0
  140. package/dist/components/icon/comps/grid-view.vue.mjs +23 -0
  141. package/dist/components/icon/comps/heart-fill.vue.mjs +23 -0
  142. package/dist/components/icon/comps/heart-stroke.vue.mjs +23 -0
  143. package/dist/components/icon/comps/hike.vue.mjs +23 -0
  144. package/dist/components/icon/comps/history.vue.mjs +23 -0
  145. package/dist/components/icon/comps/home.vue.mjs +23 -0
  146. package/dist/components/icon/comps/horse.vue.mjs +23 -0
  147. package/dist/components/icon/comps/horseshoe.vue.mjs +23 -0
  148. package/dist/components/icon/comps/image.vue.mjs +23 -0
  149. package/dist/components/icon/comps/information-fill.vue.mjs +23 -0
  150. package/dist/components/icon/comps/information-stroke.vue.mjs +23 -0
  151. package/dist/components/icon/comps/instagram.vue.mjs +23 -0
  152. package/dist/components/icon/comps/kayak.vue.mjs +23 -0
  153. package/dist/components/icon/comps/link-alt.vue.mjs +24 -0
  154. package/dist/components/icon/comps/list-ragged.vue.mjs +23 -0
  155. package/dist/components/icon/comps/list-view.vue.mjs +23 -0
  156. package/dist/components/icon/comps/location-pin-fill.vue.mjs +23 -0
  157. package/dist/components/icon/comps/location-pin-stroke.vue.mjs +23 -0
  158. package/dist/components/icon/comps/lock-locked-fill.vue.mjs +23 -0
  159. package/dist/components/icon/comps/lock-locked-stroke.vue.mjs +23 -0
  160. package/dist/components/icon/comps/lock-unlocked-stroke.vue.mjs +23 -0
  161. package/dist/components/icon/comps/mail.vue.mjs +23 -0
  162. package/dist/components/icon/comps/map.vue.mjs +23 -0
  163. package/dist/components/icon/comps/member-card.vue.mjs +23 -0
  164. package/dist/components/icon/comps/membership.vue.mjs +24 -0
  165. package/dist/components/icon/comps/microphone.vue.mjs +23 -0
  166. package/dist/components/icon/comps/minus-fill.vue.mjs +23 -0
  167. package/dist/components/icon/comps/minus-lg.vue.mjs +23 -0
  168. package/dist/components/icon/comps/minus-sm.vue.mjs +23 -0
  169. package/dist/components/icon/comps/minus-stroke.vue.mjs +23 -0
  170. package/dist/components/icon/comps/more-functions.vue.mjs +23 -0
  171. package/dist/components/icon/comps/my-location.vue.mjs +23 -0
  172. package/dist/components/icon/comps/navigation-menu.vue.mjs +23 -0
  173. package/dist/components/icon/comps/night.vue.mjs +23 -0
  174. package/dist/components/icon/comps/paddle.vue.mjs +23 -0
  175. package/dist/components/icon/comps/pause-fill.vue.mjs +23 -0
  176. package/dist/components/icon/comps/pause-stroke.vue.mjs +23 -0
  177. package/dist/components/icon/comps/pause.vue.mjs +23 -0
  178. package/dist/components/icon/comps/photography.vue.mjs +23 -0
  179. package/dist/components/icon/comps/picnic.vue.mjs +23 -0
  180. package/dist/components/icon/comps/pinterest.vue.mjs +23 -0
  181. package/dist/components/icon/comps/plane.vue.mjs +23 -0
  182. package/dist/components/icon/comps/play-fill.vue.mjs +23 -0
  183. package/dist/components/icon/comps/play-stroke.vue.mjs +23 -0
  184. package/dist/components/icon/comps/play.vue.mjs +23 -0
  185. package/dist/components/icon/comps/playground.vue.mjs +23 -0
  186. package/dist/components/icon/comps/plugin.vue.mjs +23 -0
  187. package/dist/components/icon/comps/plus-fill.vue.mjs +23 -0
  188. package/dist/components/icon/comps/plus-lg.vue.mjs +23 -0
  189. package/dist/components/icon/comps/plus-sm.vue.mjs +23 -0
  190. package/dist/components/icon/comps/plus-stroke.vue.mjs +23 -0
  191. package/dist/components/icon/comps/print.vue.mjs +23 -0
  192. package/dist/components/icon/comps/protection-fill.vue.mjs +23 -0
  193. package/dist/components/icon/comps/protection-stroke.vue.mjs +23 -0
  194. package/dist/components/icon/comps/question-fill.vue.mjs +23 -0
  195. package/dist/components/icon/comps/question-stroke.vue.mjs +23 -0
  196. package/dist/components/icon/comps/refresh.vue.mjs +23 -0
  197. package/dist/components/icon/comps/reload.vue.mjs +23 -0
  198. package/dist/components/icon/comps/returns.vue.mjs +24 -0
  199. package/dist/components/icon/comps/run.vue.mjs +23 -0
  200. package/dist/components/icon/comps/scan-barcode.vue.mjs +23 -0
  201. package/dist/components/icon/comps/search.vue.mjs +23 -0
  202. package/dist/components/icon/comps/service-shop.vue.mjs +23 -0
  203. package/dist/components/icon/comps/shipping-prep.vue.mjs +24 -0
  204. package/dist/components/icon/comps/shipping-truck.vue.mjs +24 -0
  205. package/dist/components/icon/comps/shipping.vue.mjs +23 -0
  206. package/dist/components/icon/comps/shopping-bag-fill.vue.mjs +23 -0
  207. package/dist/components/icon/comps/shopping-bag.vue.mjs +23 -0
  208. package/dist/components/icon/comps/shrink.vue.mjs +23 -0
  209. package/dist/components/icon/comps/size-chart.vue.mjs +23 -0
  210. package/dist/components/icon/comps/ski-boot.vue.mjs +23 -0
  211. package/dist/components/icon/comps/ski.vue.mjs +23 -0
  212. package/dist/components/icon/comps/snow-shop.vue.mjs +23 -0
  213. package/dist/components/icon/comps/snow.vue.mjs +23 -0
  214. package/dist/components/icon/comps/sort.vue.mjs +23 -0
  215. package/dist/components/icon/comps/star-100.vue.mjs +23 -0
  216. package/dist/components/icon/comps/star-25.vue.mjs +23 -0
  217. package/dist/components/icon/comps/star-50.vue.mjs +23 -0
  218. package/dist/components/icon/comps/star-75.vue.mjs +23 -0
  219. package/dist/components/icon/comps/star-stroke.vue.mjs +23 -0
  220. package/dist/components/icon/comps/storefront.vue.mjs +23 -0
  221. package/dist/components/icon/comps/swim.vue.mjs +23 -0
  222. package/dist/components/icon/comps/telephone.vue.mjs +23 -0
  223. package/dist/components/icon/comps/tent.vue.mjs +23 -0
  224. package/dist/components/icon/comps/trash.vue.mjs +23 -0
  225. package/dist/components/icon/comps/twitter.vue.mjs +23 -0
  226. package/dist/components/icon/comps/upload.vue.mjs +23 -0
  227. package/dist/components/icon/comps/verified-purchaser.vue.mjs +23 -0
  228. package/dist/components/icon/comps/virtual-outfitting.vue.mjs +23 -0
  229. package/dist/components/icon/comps/warning-fill.vue.mjs +23 -0
  230. package/dist/components/icon/comps/warning-stroke.vue.mjs +23 -0
  231. package/dist/components/icon/comps/water.vue.mjs +23 -0
  232. package/dist/components/icon/comps/wilderness.vue.mjs +23 -0
  233. package/dist/components/icon/comps/x-fill.vue.mjs +23 -0
  234. package/dist/components/icon/comps/x-lg.vue.mjs +23 -0
  235. package/dist/components/icon/comps/x-sm.vue.mjs +23 -0
  236. package/dist/components/icon/comps/x-stroke.vue.mjs +23 -0
  237. package/dist/components/icon/comps/youtube.vue.mjs +23 -0
  238. package/dist/components/icon/comps/zoom-in.vue.mjs +23 -0
  239. package/dist/components/icon/comps/zoom-out.vue.mjs +23 -0
  240. package/dist/components/icon/styles/CdrIcon.module.scss.mjs +17 -0
  241. package/dist/components/image/CdrImg.vue.mjs +9 -0
  242. package/dist/components/image/CdrImg.vue2.mjs +43 -0
  243. package/dist/components/image/styles/CdrImg.module.scss.mjs +6 -0
  244. package/dist/components/input/CdrInput.vue.mjs +9 -0
  245. package/dist/components/input/CdrInput.vue2.mjs +217 -0
  246. package/dist/components/input/styles/CdrInput.module.scss.mjs +37 -0
  247. package/dist/components/kicker/CdrKicker.vue.mjs +9 -0
  248. package/dist/components/kicker/styles/CdrKicker.module.scss.mjs +6 -0
  249. package/dist/components/labelStandalone/CdrLabelStandalone.vue.mjs +9 -0
  250. package/dist/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +17 -0
  251. package/dist/components/labelWrapper/CdrLabelWrapper.vue.mjs +9 -0
  252. package/dist/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +30 -0
  253. package/dist/components/landingLead/CdrLandingLead.vue.mjs +9 -0
  254. package/dist/components/landingLead/CdrLandingLead.vue2.mjs +62 -0
  255. package/dist/components/landingLead/components/CdrHeadingSubheadingBlock.vue.mjs +9 -0
  256. package/dist/components/landingLead/components/CdrHeadingSubheadingBlock.vue2.mjs +37 -0
  257. package/dist/components/landingLead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +9 -0
  258. package/dist/components/landingLead/styles/CdrLandingLead.module.scss.mjs +13 -0
  259. package/dist/components/layout/CdrLayout.vue.mjs +9 -0
  260. package/dist/components/layout/CdrLayout.vue2.mjs +66 -0
  261. package/dist/components/layout/styles/CdrLayout.module.scss.mjs +89 -0
  262. package/dist/components/link/CdrLink.vue.mjs +9 -0
  263. package/dist/components/link/styles/CdrLink.module.scss.mjs +8 -0
  264. package/dist/components/list/CdrList.vue.mjs +9 -0
  265. package/dist/components/list/CdrList.vue2.mjs +40 -0
  266. package/dist/components/list/styles/CdrList.module.scss.mjs +10 -0
  267. package/dist/components/mediaObject/CdrMediaObject.vue.mjs +9 -0
  268. package/dist/components/mediaObject/CdrMediaObject.vue2.mjs +100 -0
  269. package/dist/components/mediaObject/styles/CdrMediaObject.module.scss.mjs +13 -0
  270. package/dist/components/modal/CdrModal.vue.mjs +9 -0
  271. package/dist/components/modal/CdrModal.vue2.mjs +246 -0
  272. package/dist/components/modal/styles/CdrModal.module.scss.mjs +17 -0
  273. package/dist/components/pagination/CdrPagination.vue.mjs +9 -0
  274. package/dist/components/pagination/CdrPagination.vue2.mjs +228 -0
  275. package/dist/components/pagination/styles/CdrPagination.module.scss.mjs +58 -0
  276. package/dist/components/picture/CdrPicture.vue.mjs +9 -0
  277. package/dist/components/picture/styles/CdrPicture.module.scss.mjs +7 -0
  278. package/dist/components/popover/CdrPopover.vue.mjs +9 -0
  279. package/dist/components/popover/styles/CdrPopover.module.scss.mjs +68 -0
  280. package/dist/components/popup/CdrPopup.vue.mjs +9 -0
  281. package/dist/components/popup/calculatePlacement.mjs +33 -0
  282. package/dist/components/popup/styles/CdrPopup.module.scss.mjs +19 -0
  283. package/dist/components/quote/CdrQuote.vue.mjs +9 -0
  284. package/dist/components/quote/styles/CdrQuote.module.scss.mjs +9 -0
  285. package/dist/components/radio/CdrRadio.vue.mjs +9 -0
  286. package/dist/components/radio/styles/CdrRadio.module.scss.mjs +32 -0
  287. package/dist/components/rating/CdrRating.vue.mjs +9 -0
  288. package/dist/components/rating/components/CdrStar00.vue.mjs +9 -0
  289. package/dist/components/rating/components/CdrStar100.vue.mjs +9 -0
  290. package/dist/components/rating/components/CdrStar25.vue.mjs +9 -0
  291. package/dist/components/rating/components/CdrStar50.vue.mjs +9 -0
  292. package/dist/components/rating/components/CdrStar75.vue.mjs +9 -0
  293. package/dist/components/rating/components/CdrStarNull.vue.mjs +9 -0
  294. package/dist/components/rating/styles/CdrRating.module.scss.mjs +49 -0
  295. package/dist/components/select/CdrSelect.vue.mjs +9 -0
  296. package/dist/components/select/CdrSelect.vue2.mjs +199 -0
  297. package/dist/components/select/styles/CdrSelect.module.scss.mjs +47 -0
  298. package/dist/components/skeleton/CdrSkeleton.vue.mjs +9 -0
  299. package/dist/components/skeleton/CdrSkeletonBone.vue.mjs +9 -0
  300. package/dist/components/skeleton/styles/CdrSkeleton.module.scss.mjs +6 -0
  301. package/dist/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +13 -0
  302. package/dist/components/splitSurface/CdrSplitSurface.vue.mjs +9 -0
  303. package/dist/components/splitSurface/styles/CdrSplitSurface.module.scss.mjs +10 -0
  304. package/dist/components/surface/CdrSurface.vue.mjs +9 -0
  305. package/dist/components/surface/CdrSurface.vue2.mjs +60 -0
  306. package/dist/components/surface/styles/CdrSurface.module.scss.mjs +35 -0
  307. package/dist/components/surfaceSelection/CdrSurfaceSelection.vue.mjs +9 -0
  308. package/dist/components/surfaceSelection/CdrSurfaceSelection.vue2.mjs +72 -0
  309. package/dist/components/surfaceSelection/styles/CdrSurfaceSelection.module.scss.mjs +32 -0
  310. package/dist/components/switch/CdrSwitch.vue.mjs +9 -0
  311. package/dist/components/switch/styles/CdrSwitch.module.scss.mjs +13 -0
  312. package/dist/components/table/CdrTable.vue.mjs +9 -0
  313. package/dist/components/table/styles/CdrTable.module.scss.mjs +18 -0
  314. package/dist/components/tabs/CdrTabPanel.vue.mjs +9 -0
  315. package/dist/components/tabs/CdrTabs.vue.mjs +9 -0
  316. package/dist/components/tabs/CdrTabs.vue2.mjs +160 -0
  317. package/dist/components/tabs/styles/CdrTabPanel.module.scss.mjs +10 -0
  318. package/dist/components/tabs/styles/CdrTabs.module.scss.mjs +33 -0
  319. package/dist/components/text/CdrText.vue.mjs +9 -0
  320. package/dist/components/text/presets/CdrBody.vue.mjs +9 -0
  321. package/dist/components/text/presets/CdrEyebrow.vue.mjs +9 -0
  322. package/dist/components/text/presets/CdrHeadingDisplay.vue.mjs +9 -0
  323. package/dist/components/text/presets/CdrHeadingSans.vue.mjs +9 -0
  324. package/dist/components/text/presets/CdrHeadingSerif.vue.mjs +9 -0
  325. package/dist/components/text/presets/CdrSubheadingSans.vue.mjs +9 -0
  326. package/dist/components/text/presets/CdrUtilitySans.vue.mjs +9 -0
  327. package/dist/components/text/presets/CdrUtilitySerif.vue.mjs +9 -0
  328. package/dist/components/text/presets/styles/CdrBody.module.scss.mjs +6 -0
  329. package/dist/components/text/presets/styles/CdrEyebrow.module.scss.mjs +6 -0
  330. package/dist/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +6 -0
  331. package/dist/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +6 -0
  332. package/dist/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +6 -0
  333. package/dist/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +6 -0
  334. package/dist/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +6 -0
  335. package/dist/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +6 -0
  336. package/dist/components/text/styles/CdrText.module.scss.mjs +6 -0
  337. package/dist/components/title/CdrTitle.vue.mjs +9 -0
  338. package/dist/components/title/styles/CdrTitle.module.scss.mjs +6 -0
  339. package/dist/components/toast/CdrToast.vue.mjs +9 -0
  340. package/dist/components/toast/styles/CdrToast.module.scss.mjs +62 -0
  341. package/dist/components/toggleButton/CdrToggleButton.vue.mjs +9 -0
  342. package/dist/components/toggleButton/CdrToggleGroup.vue.mjs +9 -0
  343. package/dist/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +7 -0
  344. package/dist/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +10 -0
  345. package/dist/components/tooltip/CdrTooltip.vue.mjs +9 -0
  346. package/dist/components/tooltip/styles/CdrTooltip.module.scss.mjs +21 -0
  347. package/dist/icon-component-docgen.json +617 -617
  348. package/dist/lib.d.ts +1333 -1091
  349. package/dist/lib.mjs +495 -0
  350. package/dist/mixins/breakpoints.mjs +8 -0
  351. package/dist/style/cdr-abstract.css +1 -1
  352. package/dist/style/cdr-accordion-group.css +1 -1
  353. package/dist/style/cdr-accordion.css +1 -1
  354. package/dist/style/cdr-banner.css +1 -1
  355. package/dist/style/cdr-body.css +1 -1
  356. package/dist/style/cdr-breadcrumb.css +1 -1
  357. package/dist/style/cdr-button.css +1 -1
  358. package/dist/style/cdr-caption.css +1 -1
  359. package/dist/style/cdr-card.css +1 -1
  360. package/dist/style/cdr-checkbox.css +1 -1
  361. package/dist/style/cdr-chip-group.css +1 -1
  362. package/dist/style/cdr-chip.css +1 -1
  363. package/dist/style/cdr-choreographer.css +1 -1
  364. package/dist/style/cdr-container.css +1 -1
  365. package/dist/style/cdr-eyebrow.css +1 -1
  366. package/dist/style/cdr-form-error.css +1 -1
  367. package/dist/style/cdr-form-group.css +1 -1
  368. package/dist/style/cdr-fulfillment-tile-content.css +1 -1
  369. package/dist/style/cdr-fulfillment-tile-header.css +1 -1
  370. package/dist/style/cdr-fulfillment-tile-icon.css +1 -1
  371. package/dist/style/cdr-fulfillment-tile.css +1 -1
  372. package/dist/style/cdr-grid.css +1 -1
  373. package/dist/style/cdr-heading-display.css +1 -1
  374. package/dist/style/cdr-heading-sans.css +1 -1
  375. package/dist/style/cdr-heading-serif.css +1 -1
  376. package/dist/style/cdr-heading-subheading-block.css +1 -1
  377. package/dist/style/cdr-icon.css +1 -1
  378. package/dist/style/cdr-img.css +1 -1
  379. package/dist/style/cdr-input.css +1 -1
  380. package/dist/style/cdr-kicker.css +1 -1
  381. package/dist/style/cdr-label-standalone.css +1 -1
  382. package/dist/style/cdr-label-wrapper.css +1 -1
  383. package/dist/style/cdr-landing-lead.css +1 -1
  384. package/dist/style/cdr-layout.css +1 -0
  385. package/dist/style/cdr-link.css +1 -1
  386. package/dist/style/cdr-list.css +1 -1
  387. package/dist/style/cdr-media-object.css +1 -0
  388. package/dist/style/cdr-modal.css +1 -1
  389. package/dist/style/cdr-pagination.css +1 -1
  390. package/dist/style/cdr-palette.css +1 -0
  391. package/dist/style/cdr-picture.css +1 -1
  392. package/dist/style/cdr-popover.css +1 -1
  393. package/dist/style/cdr-popup.css +1 -1
  394. package/dist/style/cdr-quote.css +1 -1
  395. package/dist/style/cdr-radio.css +1 -1
  396. package/dist/style/cdr-rating.css +1 -1
  397. package/dist/style/cdr-reset.css +1 -1
  398. package/dist/style/cdr-select.css +1 -1
  399. package/dist/style/cdr-skeleton-bone.css +1 -1
  400. package/dist/style/cdr-skeleton.css +1 -1
  401. package/dist/style/cdr-split-surface.css +1 -1
  402. package/dist/style/cdr-subheading-sans.css +1 -1
  403. package/dist/style/cdr-surface-selection.css +1 -1
  404. package/dist/style/cdr-surface.css +1 -1
  405. package/dist/style/cdr-switch.css +1 -1
  406. package/dist/style/cdr-tab-panel.css +1 -1
  407. package/dist/style/cdr-table.css +1 -1
  408. package/dist/style/cdr-tabs.css +1 -1
  409. package/dist/style/cdr-text.css +1 -1
  410. package/dist/style/cdr-title.css +1 -1
  411. package/dist/style/cdr-toast.css +1 -1
  412. package/dist/style/cdr-toggle-button.css +1 -1
  413. package/dist/style/cdr-toggle-group.css +1 -1
  414. package/dist/style/cdr-tooltip.css +1 -1
  415. package/dist/style/cdr-utility-sans.css +1 -1
  416. package/dist/style/cdr-utility-serif.css +1 -1
  417. package/dist/utils/buildClass.mjs +7 -0
  418. package/dist/utils/layout.mjs +57 -0
  419. package/dist/utils/mapClasses.mjs +10 -0
  420. package/dist/utils/mediaObject.mjs +69 -0
  421. package/dist/utils/other.mjs +25 -0
  422. package/dist/utils/propValidator.mjs +12 -0
  423. package/dist/utils/surface.mjs +51 -0
  424. package/package.json +22 -17
  425. package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +0 -13
  426. package/dist/src/components/abstract/CdrAbstract.vue.mjs +0 -9
  427. package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +0 -6
  428. package/dist/src/components/accordion/CdrAccordion.vue.mjs +0 -9
  429. package/dist/src/components/accordion/CdrAccordionGroup.vue.mjs +0 -9
  430. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +0 -34
  431. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +0 -7
  432. package/dist/src/components/banner/CdrBanner.vue.mjs +0 -9
  433. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +0 -19
  434. package/dist/src/components/breadcrumb/CdrBreadcrumb.vue.mjs +0 -9
  435. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +0 -12
  436. package/dist/src/components/button/CdrButton.vue.mjs +0 -9
  437. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +0 -36
  438. package/dist/src/components/caption/CdrCaption.vue.mjs +0 -9
  439. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +0 -7
  440. package/dist/src/components/card/CdrCard.vue.mjs +0 -9
  441. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +0 -6
  442. package/dist/src/components/checkbox/CdrCheckbox.vue.mjs +0 -9
  443. package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +0 -147
  444. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +0 -32
  445. package/dist/src/components/chip/CdrChip.vue.mjs +0 -9
  446. package/dist/src/components/chip/CdrChipGroup.vue.mjs +0 -9
  447. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +0 -9
  448. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +0 -9
  449. package/dist/src/components/choreographer/CdrChoreographer.vue.mjs +0 -9
  450. package/dist/src/components/choreographer/CdrChoreographer.vue2.mjs +0 -51
  451. package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +0 -9
  452. package/dist/src/components/container/CdrContainer.vue.mjs +0 -9
  453. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +0 -7
  454. package/dist/src/components/formError/CdrFormError.vue.mjs +0 -9
  455. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +0 -7
  456. package/dist/src/components/formGroup/CdrFormGroup.vue.mjs +0 -9
  457. package/dist/src/components/formGroup/CdrFormGroup.vue2.mjs +0 -68
  458. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +0 -13
  459. package/dist/src/components/fulfillmentTile/CdrFulfillmentTile.vue.mjs +0 -9
  460. package/dist/src/components/fulfillmentTile/CdrFulfillmentTile.vue2.mjs +0 -98
  461. package/dist/src/components/fulfillmentTile/CdrFulfillmentTileContent.vue.mjs +0 -9
  462. package/dist/src/components/fulfillmentTile/CdrFulfillmentTileContent.vue2.mjs +0 -32
  463. package/dist/src/components/fulfillmentTile/CdrFulfillmentTileHeader.vue.mjs +0 -9
  464. package/dist/src/components/fulfillmentTile/CdrFulfillmentTileHeader.vue2.mjs +0 -36
  465. package/dist/src/components/fulfillmentTile/CdrFulfillmentTileIcon.vue.mjs +0 -9
  466. package/dist/src/components/fulfillmentTile/CdrFulfillmentTileLayout.vue.mjs +0 -9
  467. package/dist/src/components/fulfillmentTile/CdrFulfillmentTileLayout.vue2.mjs +0 -26
  468. package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTile.module.scss.mjs +0 -32
  469. package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileContent.module.scss.mjs +0 -7
  470. package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileHeader.module.scss.mjs +0 -8
  471. package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileIcon.module.scss.mjs +0 -11
  472. package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileLayout.module.scss.mjs +0 -8
  473. package/dist/src/components/grid/CdrGrid.vue.mjs +0 -9
  474. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +0 -26
  475. package/dist/src/components/icon/CdrIcon.vue.mjs +0 -9
  476. package/dist/src/components/icon/comps/account-profile-fill.vue.mjs +0 -23
  477. package/dist/src/components/icon/comps/account-profile.vue.mjs +0 -23
  478. package/dist/src/components/icon/comps/arrow-down.vue.mjs +0 -23
  479. package/dist/src/components/icon/comps/arrow-left.vue.mjs +0 -23
  480. package/dist/src/components/icon/comps/arrow-right.vue.mjs +0 -23
  481. package/dist/src/components/icon/comps/arrow-up.vue.mjs +0 -23
  482. package/dist/src/components/icon/comps/atv.vue.mjs +0 -23
  483. package/dist/src/components/icon/comps/bed-outline.vue.mjs +0 -23
  484. package/dist/src/components/icon/comps/bike-shop.vue.mjs +0 -23
  485. package/dist/src/components/icon/comps/binoculars.vue.mjs +0 -23
  486. package/dist/src/components/icon/comps/birding.vue.mjs +0 -23
  487. package/dist/src/components/icon/comps/boat.vue.mjs +0 -23
  488. package/dist/src/components/icon/comps/boating.vue.mjs +0 -23
  489. package/dist/src/components/icon/comps/bookmark-fill.vue.mjs +0 -23
  490. package/dist/src/components/icon/comps/bookmark-stroke.vue.mjs +0 -23
  491. package/dist/src/components/icon/comps/brand-abstract.vue.mjs +0 -23
  492. package/dist/src/components/icon/comps/brand-code-sandbox.vue.mjs +0 -23
  493. package/dist/src/components/icon/comps/brand-github.vue.mjs +0 -23
  494. package/dist/src/components/icon/comps/brand-linkedin.vue.mjs +0 -23
  495. package/dist/src/components/icon/comps/brand-rei-ice-axes.vue.mjs +0 -23
  496. package/dist/src/components/icon/comps/brand-sketch.vue.mjs +0 -23
  497. package/dist/src/components/icon/comps/brand-tiktok.vue.mjs +0 -24
  498. package/dist/src/components/icon/comps/buddies.vue.mjs +0 -23
  499. package/dist/src/components/icon/comps/bus.vue.mjs +0 -23
  500. package/dist/src/components/icon/comps/calendar.vue.mjs +0 -23
  501. package/dist/src/components/icon/comps/camera.vue.mjs +0 -23
  502. package/dist/src/components/icon/comps/canoe.vue.mjs +0 -23
  503. package/dist/src/components/icon/comps/car.vue.mjs +0 -23
  504. package/dist/src/components/icon/comps/caret-down.vue.mjs +0 -23
  505. package/dist/src/components/icon/comps/caret-left.vue.mjs +0 -23
  506. package/dist/src/components/icon/comps/caret-right.vue.mjs +0 -23
  507. package/dist/src/components/icon/comps/caret-up.vue.mjs +0 -23
  508. package/dist/src/components/icon/comps/cart-fill.vue.mjs +0 -23
  509. package/dist/src/components/icon/comps/cart.vue.mjs +0 -23
  510. package/dist/src/components/icon/comps/chain-link.vue.mjs +0 -23
  511. package/dist/src/components/icon/comps/chat.vue.mjs +0 -23
  512. package/dist/src/components/icon/comps/check-fill.vue.mjs +0 -23
  513. package/dist/src/components/icon/comps/check-lg.vue.mjs +0 -23
  514. package/dist/src/components/icon/comps/check-sm.vue.mjs +0 -23
  515. package/dist/src/components/icon/comps/check-stroke.vue.mjs +0 -23
  516. package/dist/src/components/icon/comps/climb.vue.mjs +0 -23
  517. package/dist/src/components/icon/comps/clipboard.vue.mjs +0 -23
  518. package/dist/src/components/icon/comps/clock.vue.mjs +0 -23
  519. package/dist/src/components/icon/comps/code-html.vue.mjs +0 -23
  520. package/dist/src/components/icon/comps/code-js.vue.mjs +0 -23
  521. package/dist/src/components/icon/comps/compass.vue.mjs +0 -23
  522. package/dist/src/components/icon/comps/copy.vue.mjs +0 -23
  523. package/dist/src/components/icon/comps/coupon-fill.vue.mjs +0 -23
  524. package/dist/src/components/icon/comps/coupon-stroke.vue.mjs +0 -23
  525. package/dist/src/components/icon/comps/credit-card.vue.mjs +0 -23
  526. package/dist/src/components/icon/comps/curbside-pickup.vue.mjs +0 -23
  527. package/dist/src/components/icon/comps/day.vue.mjs +0 -23
  528. package/dist/src/components/icon/comps/diving.vue.mjs +0 -23
  529. package/dist/src/components/icon/comps/dog.vue.mjs +0 -23
  530. package/dist/src/components/icon/comps/download.vue.mjs +0 -23
  531. package/dist/src/components/icon/comps/duplicate.vue.mjs +0 -24
  532. package/dist/src/components/icon/comps/edit.vue.mjs +0 -23
  533. package/dist/src/components/icon/comps/elevation.vue.mjs +0 -23
  534. package/dist/src/components/icon/comps/error-fill.vue.mjs +0 -25
  535. package/dist/src/components/icon/comps/error-stroke.vue.mjs +0 -27
  536. package/dist/src/components/icon/comps/expand.vue.mjs +0 -23
  537. package/dist/src/components/icon/comps/experiences-backpacking.vue.mjs +0 -23
  538. package/dist/src/components/icon/comps/experiences-camping.vue.mjs +0 -23
  539. package/dist/src/components/icon/comps/experiences-climbing.vue.mjs +0 -23
  540. package/dist/src/components/icon/comps/experiences-clothing.vue.mjs +0 -23
  541. package/dist/src/components/icon/comps/experiences-cycling.vue.mjs +0 -23
  542. package/dist/src/components/icon/comps/experiences-family.vue.mjs +0 -23
  543. package/dist/src/components/icon/comps/experiences-fitness.vue.mjs +0 -23
  544. package/dist/src/components/icon/comps/experiences-hiking.vue.mjs +0 -23
  545. package/dist/src/components/icon/comps/experiences-outdoor-basics.vue.mjs +0 -23
  546. package/dist/src/components/icon/comps/experiences-paddling.vue.mjs +0 -23
  547. package/dist/src/components/icon/comps/experiences-rentals.vue.mjs +0 -23
  548. package/dist/src/components/icon/comps/experiences-running.vue.mjs +0 -24
  549. package/dist/src/components/icon/comps/experiences-snowsports.vue.mjs +0 -23
  550. package/dist/src/components/icon/comps/experiences-travel.vue.mjs +0 -23
  551. package/dist/src/components/icon/comps/external-link-alt.vue.mjs +0 -24
  552. package/dist/src/components/icon/comps/external-link.vue.mjs +0 -23
  553. package/dist/src/components/icon/comps/eye-hide.vue.mjs +0 -23
  554. package/dist/src/components/icon/comps/eye-show.vue.mjs +0 -23
  555. package/dist/src/components/icon/comps/facebook.vue.mjs +0 -23
  556. package/dist/src/components/icon/comps/filter-alt.vue.mjs +0 -23
  557. package/dist/src/components/icon/comps/filter.vue.mjs +0 -23
  558. package/dist/src/components/icon/comps/find-location.vue.mjs +0 -23
  559. package/dist/src/components/icon/comps/fire.vue.mjs +0 -23
  560. package/dist/src/components/icon/comps/fishing.vue.mjs +0 -23
  561. package/dist/src/components/icon/comps/free-product.vue.mjs +0 -23
  562. package/dist/src/components/icon/comps/grid-view.vue.mjs +0 -23
  563. package/dist/src/components/icon/comps/heart-fill.vue.mjs +0 -23
  564. package/dist/src/components/icon/comps/heart-stroke.vue.mjs +0 -23
  565. package/dist/src/components/icon/comps/hike.vue.mjs +0 -23
  566. package/dist/src/components/icon/comps/history.vue.mjs +0 -23
  567. package/dist/src/components/icon/comps/home.vue.mjs +0 -23
  568. package/dist/src/components/icon/comps/horse.vue.mjs +0 -23
  569. package/dist/src/components/icon/comps/horseshoe.vue.mjs +0 -23
  570. package/dist/src/components/icon/comps/image.vue.mjs +0 -23
  571. package/dist/src/components/icon/comps/information-fill.vue.mjs +0 -23
  572. package/dist/src/components/icon/comps/information-stroke.vue.mjs +0 -23
  573. package/dist/src/components/icon/comps/instagram.vue.mjs +0 -23
  574. package/dist/src/components/icon/comps/kayak.vue.mjs +0 -23
  575. package/dist/src/components/icon/comps/link-alt.vue.mjs +0 -24
  576. package/dist/src/components/icon/comps/list-ragged.vue.mjs +0 -23
  577. package/dist/src/components/icon/comps/list-view.vue.mjs +0 -23
  578. package/dist/src/components/icon/comps/location-pin-fill.vue.mjs +0 -23
  579. package/dist/src/components/icon/comps/location-pin-stroke.vue.mjs +0 -23
  580. package/dist/src/components/icon/comps/lock-locked-fill.vue.mjs +0 -23
  581. package/dist/src/components/icon/comps/lock-locked-stroke.vue.mjs +0 -23
  582. package/dist/src/components/icon/comps/lock-unlocked-stroke.vue.mjs +0 -23
  583. package/dist/src/components/icon/comps/mail.vue.mjs +0 -23
  584. package/dist/src/components/icon/comps/map.vue.mjs +0 -23
  585. package/dist/src/components/icon/comps/member-card.vue.mjs +0 -23
  586. package/dist/src/components/icon/comps/membership.vue.mjs +0 -24
  587. package/dist/src/components/icon/comps/microphone.vue.mjs +0 -23
  588. package/dist/src/components/icon/comps/minus-fill.vue.mjs +0 -23
  589. package/dist/src/components/icon/comps/minus-lg.vue.mjs +0 -23
  590. package/dist/src/components/icon/comps/minus-sm.vue.mjs +0 -23
  591. package/dist/src/components/icon/comps/minus-stroke.vue.mjs +0 -23
  592. package/dist/src/components/icon/comps/more-functions.vue.mjs +0 -23
  593. package/dist/src/components/icon/comps/my-location.vue.mjs +0 -23
  594. package/dist/src/components/icon/comps/navigation-menu.vue.mjs +0 -23
  595. package/dist/src/components/icon/comps/night.vue.mjs +0 -23
  596. package/dist/src/components/icon/comps/paddle.vue.mjs +0 -23
  597. package/dist/src/components/icon/comps/pause-fill.vue.mjs +0 -23
  598. package/dist/src/components/icon/comps/pause-stroke.vue.mjs +0 -23
  599. package/dist/src/components/icon/comps/pause.vue.mjs +0 -23
  600. package/dist/src/components/icon/comps/photography.vue.mjs +0 -23
  601. package/dist/src/components/icon/comps/picnic.vue.mjs +0 -23
  602. package/dist/src/components/icon/comps/pinterest.vue.mjs +0 -23
  603. package/dist/src/components/icon/comps/plane.vue.mjs +0 -23
  604. package/dist/src/components/icon/comps/play-fill.vue.mjs +0 -23
  605. package/dist/src/components/icon/comps/play-stroke.vue.mjs +0 -23
  606. package/dist/src/components/icon/comps/play.vue.mjs +0 -23
  607. package/dist/src/components/icon/comps/playground.vue.mjs +0 -23
  608. package/dist/src/components/icon/comps/plugin.vue.mjs +0 -23
  609. package/dist/src/components/icon/comps/plus-fill.vue.mjs +0 -23
  610. package/dist/src/components/icon/comps/plus-lg.vue.mjs +0 -23
  611. package/dist/src/components/icon/comps/plus-sm.vue.mjs +0 -23
  612. package/dist/src/components/icon/comps/plus-stroke.vue.mjs +0 -23
  613. package/dist/src/components/icon/comps/print.vue.mjs +0 -23
  614. package/dist/src/components/icon/comps/protection-fill.vue.mjs +0 -23
  615. package/dist/src/components/icon/comps/protection-stroke.vue.mjs +0 -23
  616. package/dist/src/components/icon/comps/question-fill.vue.mjs +0 -23
  617. package/dist/src/components/icon/comps/question-stroke.vue.mjs +0 -23
  618. package/dist/src/components/icon/comps/refresh.vue.mjs +0 -23
  619. package/dist/src/components/icon/comps/reload.vue.mjs +0 -23
  620. package/dist/src/components/icon/comps/returns.vue.mjs +0 -24
  621. package/dist/src/components/icon/comps/run.vue.mjs +0 -23
  622. package/dist/src/components/icon/comps/scan-barcode.vue.mjs +0 -23
  623. package/dist/src/components/icon/comps/search.vue.mjs +0 -23
  624. package/dist/src/components/icon/comps/service-shop.vue.mjs +0 -23
  625. package/dist/src/components/icon/comps/shipping-prep.vue.mjs +0 -24
  626. package/dist/src/components/icon/comps/shipping-truck.vue.mjs +0 -24
  627. package/dist/src/components/icon/comps/shipping.vue.mjs +0 -23
  628. package/dist/src/components/icon/comps/shopping-bag-fill.vue.mjs +0 -23
  629. package/dist/src/components/icon/comps/shopping-bag.vue.mjs +0 -23
  630. package/dist/src/components/icon/comps/shrink.vue.mjs +0 -23
  631. package/dist/src/components/icon/comps/size-chart.vue.mjs +0 -23
  632. package/dist/src/components/icon/comps/ski-boot.vue.mjs +0 -23
  633. package/dist/src/components/icon/comps/ski.vue.mjs +0 -23
  634. package/dist/src/components/icon/comps/snow-shop.vue.mjs +0 -23
  635. package/dist/src/components/icon/comps/snow.vue.mjs +0 -23
  636. package/dist/src/components/icon/comps/sort.vue.mjs +0 -23
  637. package/dist/src/components/icon/comps/star-100.vue.mjs +0 -23
  638. package/dist/src/components/icon/comps/star-25.vue.mjs +0 -23
  639. package/dist/src/components/icon/comps/star-50.vue.mjs +0 -23
  640. package/dist/src/components/icon/comps/star-75.vue.mjs +0 -23
  641. package/dist/src/components/icon/comps/star-stroke.vue.mjs +0 -23
  642. package/dist/src/components/icon/comps/storefront.vue.mjs +0 -23
  643. package/dist/src/components/icon/comps/swim.vue.mjs +0 -23
  644. package/dist/src/components/icon/comps/telephone.vue.mjs +0 -23
  645. package/dist/src/components/icon/comps/tent.vue.mjs +0 -23
  646. package/dist/src/components/icon/comps/trash.vue.mjs +0 -23
  647. package/dist/src/components/icon/comps/twitter.vue.mjs +0 -23
  648. package/dist/src/components/icon/comps/upload.vue.mjs +0 -23
  649. package/dist/src/components/icon/comps/verified-purchaser.vue.mjs +0 -23
  650. package/dist/src/components/icon/comps/virtual-outfitting.vue.mjs +0 -23
  651. package/dist/src/components/icon/comps/warning-fill.vue.mjs +0 -23
  652. package/dist/src/components/icon/comps/warning-stroke.vue.mjs +0 -23
  653. package/dist/src/components/icon/comps/water.vue.mjs +0 -23
  654. package/dist/src/components/icon/comps/wilderness.vue.mjs +0 -23
  655. package/dist/src/components/icon/comps/x-fill.vue.mjs +0 -23
  656. package/dist/src/components/icon/comps/x-lg.vue.mjs +0 -23
  657. package/dist/src/components/icon/comps/x-sm.vue.mjs +0 -23
  658. package/dist/src/components/icon/comps/x-stroke.vue.mjs +0 -23
  659. package/dist/src/components/icon/comps/youtube.vue.mjs +0 -23
  660. package/dist/src/components/icon/comps/zoom-in.vue.mjs +0 -23
  661. package/dist/src/components/icon/comps/zoom-out.vue.mjs +0 -23
  662. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +0 -17
  663. package/dist/src/components/image/CdrImg.vue.mjs +0 -9
  664. package/dist/src/components/image/CdrImg.vue2.mjs +0 -43
  665. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +0 -6
  666. package/dist/src/components/input/CdrInput.vue.mjs +0 -9
  667. package/dist/src/components/input/CdrInput.vue2.mjs +0 -215
  668. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +0 -37
  669. package/dist/src/components/kicker/CdrKicker.vue.mjs +0 -9
  670. package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +0 -6
  671. package/dist/src/components/labelStandalone/CdrLabelStandalone.vue.mjs +0 -9
  672. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +0 -17
  673. package/dist/src/components/labelWrapper/CdrLabelWrapper.vue.mjs +0 -9
  674. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +0 -30
  675. package/dist/src/components/landingLead/CdrLandingLead.vue.mjs +0 -9
  676. package/dist/src/components/landingLead/CdrLandingLead.vue2.mjs +0 -61
  677. package/dist/src/components/landingLead/components/CdrHeadingSubheadingBlock.vue.mjs +0 -9
  678. package/dist/src/components/landingLead/components/CdrHeadingSubheadingBlock.vue2.mjs +0 -36
  679. package/dist/src/components/landingLead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +0 -9
  680. package/dist/src/components/landingLead/styles/CdrLandingLead.module.scss.mjs +0 -13
  681. package/dist/src/components/link/CdrLink.vue.mjs +0 -9
  682. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +0 -8
  683. package/dist/src/components/list/CdrList.vue.mjs +0 -9
  684. package/dist/src/components/list/CdrList.vue2.mjs +0 -39
  685. package/dist/src/components/list/styles/CdrList.module.scss.mjs +0 -10
  686. package/dist/src/components/modal/CdrModal.vue.mjs +0 -9
  687. package/dist/src/components/modal/CdrModal.vue2.mjs +0 -244
  688. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +0 -17
  689. package/dist/src/components/pagination/CdrPagination.vue.mjs +0 -9
  690. package/dist/src/components/pagination/CdrPagination.vue2.mjs +0 -223
  691. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +0 -58
  692. package/dist/src/components/picture/CdrPicture.vue.mjs +0 -9
  693. package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +0 -7
  694. package/dist/src/components/popover/CdrPopover.vue.mjs +0 -9
  695. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +0 -68
  696. package/dist/src/components/popup/CdrPopup.vue.mjs +0 -9
  697. package/dist/src/components/popup/calculatePlacement.mjs +0 -31
  698. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +0 -19
  699. package/dist/src/components/quote/CdrQuote.vue.mjs +0 -9
  700. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +0 -9
  701. package/dist/src/components/radio/CdrRadio.vue.mjs +0 -9
  702. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +0 -32
  703. package/dist/src/components/rating/CdrRating.vue.mjs +0 -9
  704. package/dist/src/components/rating/components/CdrStar00.vue.mjs +0 -9
  705. package/dist/src/components/rating/components/CdrStar100.vue.mjs +0 -9
  706. package/dist/src/components/rating/components/CdrStar25.vue.mjs +0 -9
  707. package/dist/src/components/rating/components/CdrStar50.vue.mjs +0 -9
  708. package/dist/src/components/rating/components/CdrStar75.vue.mjs +0 -9
  709. package/dist/src/components/rating/components/CdrStarNull.vue.mjs +0 -9
  710. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +0 -49
  711. package/dist/src/components/select/CdrSelect.vue.mjs +0 -9
  712. package/dist/src/components/select/CdrSelect.vue2.mjs +0 -195
  713. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +0 -47
  714. package/dist/src/components/skeleton/CdrSkeleton.vue.mjs +0 -9
  715. package/dist/src/components/skeleton/CdrSkeletonBone.vue.mjs +0 -9
  716. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +0 -6
  717. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +0 -13
  718. package/dist/src/components/splitSurface/CdrSplitSurface.vue.mjs +0 -9
  719. package/dist/src/components/splitSurface/styles/CdrSplitSurface.module.scss.mjs +0 -10
  720. package/dist/src/components/surface/CdrSurface.vue.mjs +0 -9
  721. package/dist/src/components/surface/CdrSurface.vue2.mjs +0 -54
  722. package/dist/src/components/surface/styles/CdrSurface.module.scss.mjs +0 -35
  723. package/dist/src/components/surfaceSelection/CdrSurfaceSelection.vue.mjs +0 -9
  724. package/dist/src/components/surfaceSelection/CdrSurfaceSelection.vue2.mjs +0 -73
  725. package/dist/src/components/surfaceSelection/CdrSurfaceSelectionLayout.vue.mjs +0 -9
  726. package/dist/src/components/surfaceSelection/CdrSurfaceSelectionLayout.vue2.mjs +0 -26
  727. package/dist/src/components/surfaceSelection/styles/CdrSurfaceSelection.module.scss.mjs +0 -32
  728. package/dist/src/components/surfaceSelection/styles/CdrSurfaceSelectionLayout.module.scss.mjs +0 -8
  729. package/dist/src/components/switch/CdrSwitch.vue.mjs +0 -9
  730. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +0 -13
  731. package/dist/src/components/table/CdrTable.vue.mjs +0 -9
  732. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +0 -18
  733. package/dist/src/components/tabs/CdrTabPanel.vue.mjs +0 -9
  734. package/dist/src/components/tabs/CdrTabs.vue.mjs +0 -9
  735. package/dist/src/components/tabs/CdrTabs.vue2.mjs +0 -157
  736. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +0 -10
  737. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +0 -33
  738. package/dist/src/components/text/CdrText.vue.mjs +0 -9
  739. package/dist/src/components/text/presets/CdrBody.vue.mjs +0 -9
  740. package/dist/src/components/text/presets/CdrEyebrow.vue.mjs +0 -9
  741. package/dist/src/components/text/presets/CdrHeadingDisplay.vue.mjs +0 -9
  742. package/dist/src/components/text/presets/CdrHeadingSans.vue.mjs +0 -9
  743. package/dist/src/components/text/presets/CdrHeadingSerif.vue.mjs +0 -9
  744. package/dist/src/components/text/presets/CdrSubheadingSans.vue.mjs +0 -9
  745. package/dist/src/components/text/presets/CdrUtilitySans.vue.mjs +0 -9
  746. package/dist/src/components/text/presets/CdrUtilitySerif.vue.mjs +0 -9
  747. package/dist/src/components/text/presets/styles/CdrBody.module.scss.mjs +0 -6
  748. package/dist/src/components/text/presets/styles/CdrEyebrow.module.scss.mjs +0 -6
  749. package/dist/src/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +0 -6
  750. package/dist/src/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +0 -6
  751. package/dist/src/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +0 -6
  752. package/dist/src/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +0 -6
  753. package/dist/src/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +0 -6
  754. package/dist/src/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +0 -6
  755. package/dist/src/components/text/styles/CdrText.module.scss.mjs +0 -6
  756. package/dist/src/components/title/CdrTitle.vue.mjs +0 -9
  757. package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +0 -6
  758. package/dist/src/components/toast/CdrToast.vue.mjs +0 -9
  759. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +0 -62
  760. package/dist/src/components/toggleButton/CdrToggleButton.vue.mjs +0 -9
  761. package/dist/src/components/toggleButton/CdrToggleGroup.vue.mjs +0 -9
  762. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +0 -7
  763. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +0 -10
  764. package/dist/src/components/tooltip/CdrTooltip.vue.mjs +0 -9
  765. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +0 -21
  766. package/dist/src/lib.mjs +0 -494
  767. package/dist/src/mixins/breakpoints.mjs +0 -8
  768. package/dist/src/utils/buildClass.mjs +0 -6
  769. package/dist/src/utils/mapClasses.mjs +0 -6
  770. package/dist/src/utils/propValidator.mjs +0 -9
  771. package/dist/src/utils/surface.mjs +0 -46
  772. package/dist/style/cdr-fulfillment-tile-layout.css +0 -1
  773. package/dist/style/cdr-surface-selection-layout.css +0 -1
  774. /package/dist/{src/components → components}/abstract/CdrAbstract.vue2.mjs +0 -0
  775. /package/dist/{src/components → components}/accordion/CdrAccordion.vue2.mjs +0 -0
  776. /package/dist/{src/components → components}/accordion/CdrAccordionGroup.vue2.mjs +0 -0
  777. /package/dist/{src/components → components}/banner/CdrBanner.vue2.mjs +0 -0
  778. /package/dist/{src/components → components}/breadcrumb/CdrBreadcrumb.vue2.mjs +0 -0
  779. /package/dist/{src/components → components}/button/CdrButton.vue2.mjs +0 -0
  780. /package/dist/{src/components → components}/caption/CdrCaption.vue2.mjs +0 -0
  781. /package/dist/{src/components → components}/card/CdrCard.vue2.mjs +0 -0
  782. /package/dist/{src/components → components}/chip/CdrChip.vue2.mjs +0 -0
  783. /package/dist/{src/components → components}/chip/CdrChipGroup.vue2.mjs +0 -0
  784. /package/dist/{src/components → components}/container/CdrContainer.vue2.mjs +0 -0
  785. /package/dist/{src/components → components}/formError/CdrFormError.vue2.mjs +0 -0
  786. /package/dist/{src/components → components}/fulfillmentTile/CdrFulfillmentTileIcon.vue2.mjs +0 -0
  787. /package/dist/{src/components → components}/grid/CdrGrid.vue2.mjs +0 -0
  788. /package/dist/{src/components → components}/icon/CdrIcon.vue2.mjs +0 -0
  789. /package/dist/{src/components → components}/icon/comps/account-profile-fill.vue2.mjs +0 -0
  790. /package/dist/{src/components → components}/icon/comps/account-profile.vue2.mjs +0 -0
  791. /package/dist/{src/components → components}/icon/comps/arrow-down.vue2.mjs +0 -0
  792. /package/dist/{src/components → components}/icon/comps/arrow-left.vue2.mjs +0 -0
  793. /package/dist/{src/components → components}/icon/comps/arrow-right.vue2.mjs +0 -0
  794. /package/dist/{src/components → components}/icon/comps/arrow-up.vue2.mjs +0 -0
  795. /package/dist/{src/components → components}/icon/comps/atv.vue2.mjs +0 -0
  796. /package/dist/{src/components → components}/icon/comps/bed-outline.vue2.mjs +0 -0
  797. /package/dist/{src/components → components}/icon/comps/bike-shop.vue2.mjs +0 -0
  798. /package/dist/{src/components → components}/icon/comps/binoculars.vue2.mjs +0 -0
  799. /package/dist/{src/components → components}/icon/comps/birding.vue2.mjs +0 -0
  800. /package/dist/{src/components → components}/icon/comps/boat.vue2.mjs +0 -0
  801. /package/dist/{src/components → components}/icon/comps/boating.vue2.mjs +0 -0
  802. /package/dist/{src/components → components}/icon/comps/bookmark-fill.vue2.mjs +0 -0
  803. /package/dist/{src/components → components}/icon/comps/bookmark-stroke.vue2.mjs +0 -0
  804. /package/dist/{src/components → components}/icon/comps/brand-abstract.vue2.mjs +0 -0
  805. /package/dist/{src/components → components}/icon/comps/brand-code-sandbox.vue2.mjs +0 -0
  806. /package/dist/{src/components → components}/icon/comps/brand-github.vue2.mjs +0 -0
  807. /package/dist/{src/components → components}/icon/comps/brand-linkedin.vue2.mjs +0 -0
  808. /package/dist/{src/components → components}/icon/comps/brand-rei-ice-axes.vue2.mjs +0 -0
  809. /package/dist/{src/components → components}/icon/comps/brand-sketch.vue2.mjs +0 -0
  810. /package/dist/{src/components → components}/icon/comps/brand-tiktok.vue2.mjs +0 -0
  811. /package/dist/{src/components → components}/icon/comps/buddies.vue2.mjs +0 -0
  812. /package/dist/{src/components → components}/icon/comps/bus.vue2.mjs +0 -0
  813. /package/dist/{src/components → components}/icon/comps/calendar.vue2.mjs +0 -0
  814. /package/dist/{src/components → components}/icon/comps/camera.vue2.mjs +0 -0
  815. /package/dist/{src/components → components}/icon/comps/canoe.vue2.mjs +0 -0
  816. /package/dist/{src/components → components}/icon/comps/car.vue2.mjs +0 -0
  817. /package/dist/{src/components → components}/icon/comps/caret-down.vue2.mjs +0 -0
  818. /package/dist/{src/components → components}/icon/comps/caret-left.vue2.mjs +0 -0
  819. /package/dist/{src/components → components}/icon/comps/caret-right.vue2.mjs +0 -0
  820. /package/dist/{src/components → components}/icon/comps/caret-up.vue2.mjs +0 -0
  821. /package/dist/{src/components → components}/icon/comps/cart-fill.vue2.mjs +0 -0
  822. /package/dist/{src/components → components}/icon/comps/cart.vue2.mjs +0 -0
  823. /package/dist/{src/components → components}/icon/comps/chain-link.vue2.mjs +0 -0
  824. /package/dist/{src/components → components}/icon/comps/chat.vue2.mjs +0 -0
  825. /package/dist/{src/components → components}/icon/comps/check-fill.vue2.mjs +0 -0
  826. /package/dist/{src/components → components}/icon/comps/check-lg.vue2.mjs +0 -0
  827. /package/dist/{src/components → components}/icon/comps/check-sm.vue2.mjs +0 -0
  828. /package/dist/{src/components → components}/icon/comps/check-stroke.vue2.mjs +0 -0
  829. /package/dist/{src/components → components}/icon/comps/climb.vue2.mjs +0 -0
  830. /package/dist/{src/components → components}/icon/comps/clipboard.vue2.mjs +0 -0
  831. /package/dist/{src/components → components}/icon/comps/clock.vue2.mjs +0 -0
  832. /package/dist/{src/components → components}/icon/comps/code-html.vue2.mjs +0 -0
  833. /package/dist/{src/components → components}/icon/comps/code-js.vue2.mjs +0 -0
  834. /package/dist/{src/components → components}/icon/comps/compass.vue2.mjs +0 -0
  835. /package/dist/{src/components → components}/icon/comps/copy.vue2.mjs +0 -0
  836. /package/dist/{src/components → components}/icon/comps/coupon-fill.vue2.mjs +0 -0
  837. /package/dist/{src/components → components}/icon/comps/coupon-stroke.vue2.mjs +0 -0
  838. /package/dist/{src/components → components}/icon/comps/credit-card.vue2.mjs +0 -0
  839. /package/dist/{src/components → components}/icon/comps/curbside-pickup.vue2.mjs +0 -0
  840. /package/dist/{src/components → components}/icon/comps/day.vue2.mjs +0 -0
  841. /package/dist/{src/components → components}/icon/comps/diving.vue2.mjs +0 -0
  842. /package/dist/{src/components → components}/icon/comps/dog.vue2.mjs +0 -0
  843. /package/dist/{src/components → components}/icon/comps/download.vue2.mjs +0 -0
  844. /package/dist/{src/components → components}/icon/comps/duplicate.vue2.mjs +0 -0
  845. /package/dist/{src/components → components}/icon/comps/edit.vue2.mjs +0 -0
  846. /package/dist/{src/components → components}/icon/comps/elevation.vue2.mjs +0 -0
  847. /package/dist/{src/components → components}/icon/comps/error-fill.vue2.mjs +0 -0
  848. /package/dist/{src/components → components}/icon/comps/error-stroke.vue2.mjs +0 -0
  849. /package/dist/{src/components → components}/icon/comps/expand.vue2.mjs +0 -0
  850. /package/dist/{src/components → components}/icon/comps/experiences-backpacking.vue2.mjs +0 -0
  851. /package/dist/{src/components → components}/icon/comps/experiences-camping.vue2.mjs +0 -0
  852. /package/dist/{src/components → components}/icon/comps/experiences-climbing.vue2.mjs +0 -0
  853. /package/dist/{src/components → components}/icon/comps/experiences-clothing.vue2.mjs +0 -0
  854. /package/dist/{src/components → components}/icon/comps/experiences-cycling.vue2.mjs +0 -0
  855. /package/dist/{src/components → components}/icon/comps/experiences-family.vue2.mjs +0 -0
  856. /package/dist/{src/components → components}/icon/comps/experiences-fitness.vue2.mjs +0 -0
  857. /package/dist/{src/components → components}/icon/comps/experiences-hiking.vue2.mjs +0 -0
  858. /package/dist/{src/components → components}/icon/comps/experiences-outdoor-basics.vue2.mjs +0 -0
  859. /package/dist/{src/components → components}/icon/comps/experiences-paddling.vue2.mjs +0 -0
  860. /package/dist/{src/components → components}/icon/comps/experiences-rentals.vue2.mjs +0 -0
  861. /package/dist/{src/components → components}/icon/comps/experiences-running.vue2.mjs +0 -0
  862. /package/dist/{src/components → components}/icon/comps/experiences-snowsports.vue2.mjs +0 -0
  863. /package/dist/{src/components → components}/icon/comps/experiences-travel.vue2.mjs +0 -0
  864. /package/dist/{src/components → components}/icon/comps/external-link-alt.vue2.mjs +0 -0
  865. /package/dist/{src/components → components}/icon/comps/external-link.vue2.mjs +0 -0
  866. /package/dist/{src/components → components}/icon/comps/eye-hide.vue2.mjs +0 -0
  867. /package/dist/{src/components → components}/icon/comps/eye-show.vue2.mjs +0 -0
  868. /package/dist/{src/components → components}/icon/comps/facebook.vue2.mjs +0 -0
  869. /package/dist/{src/components → components}/icon/comps/filter-alt.vue2.mjs +0 -0
  870. /package/dist/{src/components → components}/icon/comps/filter.vue2.mjs +0 -0
  871. /package/dist/{src/components → components}/icon/comps/find-location.vue2.mjs +0 -0
  872. /package/dist/{src/components → components}/icon/comps/fire.vue2.mjs +0 -0
  873. /package/dist/{src/components → components}/icon/comps/fishing.vue2.mjs +0 -0
  874. /package/dist/{src/components → components}/icon/comps/free-product.vue2.mjs +0 -0
  875. /package/dist/{src/components → components}/icon/comps/grid-view.vue2.mjs +0 -0
  876. /package/dist/{src/components → components}/icon/comps/heart-fill.vue2.mjs +0 -0
  877. /package/dist/{src/components → components}/icon/comps/heart-stroke.vue2.mjs +0 -0
  878. /package/dist/{src/components → components}/icon/comps/hike.vue2.mjs +0 -0
  879. /package/dist/{src/components → components}/icon/comps/history.vue2.mjs +0 -0
  880. /package/dist/{src/components → components}/icon/comps/home.vue2.mjs +0 -0
  881. /package/dist/{src/components → components}/icon/comps/horse.vue2.mjs +0 -0
  882. /package/dist/{src/components → components}/icon/comps/horseshoe.vue2.mjs +0 -0
  883. /package/dist/{src/components → components}/icon/comps/image.vue2.mjs +0 -0
  884. /package/dist/{src/components → components}/icon/comps/information-fill.vue2.mjs +0 -0
  885. /package/dist/{src/components → components}/icon/comps/information-stroke.vue2.mjs +0 -0
  886. /package/dist/{src/components → components}/icon/comps/instagram.vue2.mjs +0 -0
  887. /package/dist/{src/components → components}/icon/comps/kayak.vue2.mjs +0 -0
  888. /package/dist/{src/components → components}/icon/comps/link-alt.vue2.mjs +0 -0
  889. /package/dist/{src/components → components}/icon/comps/list-ragged.vue2.mjs +0 -0
  890. /package/dist/{src/components → components}/icon/comps/list-view.vue2.mjs +0 -0
  891. /package/dist/{src/components → components}/icon/comps/location-pin-fill.vue2.mjs +0 -0
  892. /package/dist/{src/components → components}/icon/comps/location-pin-stroke.vue2.mjs +0 -0
  893. /package/dist/{src/components → components}/icon/comps/lock-locked-fill.vue2.mjs +0 -0
  894. /package/dist/{src/components → components}/icon/comps/lock-locked-stroke.vue2.mjs +0 -0
  895. /package/dist/{src/components → components}/icon/comps/lock-unlocked-stroke.vue2.mjs +0 -0
  896. /package/dist/{src/components → components}/icon/comps/mail.vue2.mjs +0 -0
  897. /package/dist/{src/components → components}/icon/comps/map.vue2.mjs +0 -0
  898. /package/dist/{src/components → components}/icon/comps/member-card.vue2.mjs +0 -0
  899. /package/dist/{src/components → components}/icon/comps/membership.vue2.mjs +0 -0
  900. /package/dist/{src/components → components}/icon/comps/microphone.vue2.mjs +0 -0
  901. /package/dist/{src/components → components}/icon/comps/minus-fill.vue2.mjs +0 -0
  902. /package/dist/{src/components → components}/icon/comps/minus-lg.vue2.mjs +0 -0
  903. /package/dist/{src/components → components}/icon/comps/minus-sm.vue2.mjs +0 -0
  904. /package/dist/{src/components → components}/icon/comps/minus-stroke.vue2.mjs +0 -0
  905. /package/dist/{src/components → components}/icon/comps/more-functions.vue2.mjs +0 -0
  906. /package/dist/{src/components → components}/icon/comps/my-location.vue2.mjs +0 -0
  907. /package/dist/{src/components → components}/icon/comps/navigation-menu.vue2.mjs +0 -0
  908. /package/dist/{src/components → components}/icon/comps/night.vue2.mjs +0 -0
  909. /package/dist/{src/components → components}/icon/comps/paddle.vue2.mjs +0 -0
  910. /package/dist/{src/components → components}/icon/comps/pause-fill.vue2.mjs +0 -0
  911. /package/dist/{src/components → components}/icon/comps/pause-stroke.vue2.mjs +0 -0
  912. /package/dist/{src/components → components}/icon/comps/pause.vue2.mjs +0 -0
  913. /package/dist/{src/components → components}/icon/comps/photography.vue2.mjs +0 -0
  914. /package/dist/{src/components → components}/icon/comps/picnic.vue2.mjs +0 -0
  915. /package/dist/{src/components → components}/icon/comps/pinterest.vue2.mjs +0 -0
  916. /package/dist/{src/components → components}/icon/comps/plane.vue2.mjs +0 -0
  917. /package/dist/{src/components → components}/icon/comps/play-fill.vue2.mjs +0 -0
  918. /package/dist/{src/components → components}/icon/comps/play-stroke.vue2.mjs +0 -0
  919. /package/dist/{src/components → components}/icon/comps/play.vue2.mjs +0 -0
  920. /package/dist/{src/components → components}/icon/comps/playground.vue2.mjs +0 -0
  921. /package/dist/{src/components → components}/icon/comps/plugin.vue2.mjs +0 -0
  922. /package/dist/{src/components → components}/icon/comps/plus-fill.vue2.mjs +0 -0
  923. /package/dist/{src/components → components}/icon/comps/plus-lg.vue2.mjs +0 -0
  924. /package/dist/{src/components → components}/icon/comps/plus-sm.vue2.mjs +0 -0
  925. /package/dist/{src/components → components}/icon/comps/plus-stroke.vue2.mjs +0 -0
  926. /package/dist/{src/components → components}/icon/comps/print.vue2.mjs +0 -0
  927. /package/dist/{src/components → components}/icon/comps/protection-fill.vue2.mjs +0 -0
  928. /package/dist/{src/components → components}/icon/comps/protection-stroke.vue2.mjs +0 -0
  929. /package/dist/{src/components → components}/icon/comps/question-fill.vue2.mjs +0 -0
  930. /package/dist/{src/components → components}/icon/comps/question-stroke.vue2.mjs +0 -0
  931. /package/dist/{src/components → components}/icon/comps/refresh.vue2.mjs +0 -0
  932. /package/dist/{src/components → components}/icon/comps/reload.vue2.mjs +0 -0
  933. /package/dist/{src/components → components}/icon/comps/returns.vue2.mjs +0 -0
  934. /package/dist/{src/components → components}/icon/comps/run.vue2.mjs +0 -0
  935. /package/dist/{src/components → components}/icon/comps/scan-barcode.vue2.mjs +0 -0
  936. /package/dist/{src/components → components}/icon/comps/search.vue2.mjs +0 -0
  937. /package/dist/{src/components → components}/icon/comps/service-shop.vue2.mjs +0 -0
  938. /package/dist/{src/components → components}/icon/comps/shipping-prep.vue2.mjs +0 -0
  939. /package/dist/{src/components → components}/icon/comps/shipping-truck.vue2.mjs +0 -0
  940. /package/dist/{src/components → components}/icon/comps/shipping.vue2.mjs +0 -0
  941. /package/dist/{src/components → components}/icon/comps/shopping-bag-fill.vue2.mjs +0 -0
  942. /package/dist/{src/components → components}/icon/comps/shopping-bag.vue2.mjs +0 -0
  943. /package/dist/{src/components → components}/icon/comps/shrink.vue2.mjs +0 -0
  944. /package/dist/{src/components → components}/icon/comps/size-chart.vue2.mjs +0 -0
  945. /package/dist/{src/components → components}/icon/comps/ski-boot.vue2.mjs +0 -0
  946. /package/dist/{src/components → components}/icon/comps/ski.vue2.mjs +0 -0
  947. /package/dist/{src/components → components}/icon/comps/snow-shop.vue2.mjs +0 -0
  948. /package/dist/{src/components → components}/icon/comps/snow.vue2.mjs +0 -0
  949. /package/dist/{src/components → components}/icon/comps/sort.vue2.mjs +0 -0
  950. /package/dist/{src/components → components}/icon/comps/star-100.vue2.mjs +0 -0
  951. /package/dist/{src/components → components}/icon/comps/star-25.vue2.mjs +0 -0
  952. /package/dist/{src/components → components}/icon/comps/star-50.vue2.mjs +0 -0
  953. /package/dist/{src/components → components}/icon/comps/star-75.vue2.mjs +0 -0
  954. /package/dist/{src/components → components}/icon/comps/star-stroke.vue2.mjs +0 -0
  955. /package/dist/{src/components → components}/icon/comps/storefront.vue2.mjs +0 -0
  956. /package/dist/{src/components → components}/icon/comps/swim.vue2.mjs +0 -0
  957. /package/dist/{src/components → components}/icon/comps/telephone.vue2.mjs +0 -0
  958. /package/dist/{src/components → components}/icon/comps/tent.vue2.mjs +0 -0
  959. /package/dist/{src/components → components}/icon/comps/trash.vue2.mjs +0 -0
  960. /package/dist/{src/components → components}/icon/comps/twitter.vue2.mjs +0 -0
  961. /package/dist/{src/components → components}/icon/comps/upload.vue2.mjs +0 -0
  962. /package/dist/{src/components → components}/icon/comps/verified-purchaser.vue2.mjs +0 -0
  963. /package/dist/{src/components → components}/icon/comps/virtual-outfitting.vue2.mjs +0 -0
  964. /package/dist/{src/components → components}/icon/comps/warning-fill.vue2.mjs +0 -0
  965. /package/dist/{src/components → components}/icon/comps/warning-stroke.vue2.mjs +0 -0
  966. /package/dist/{src/components → components}/icon/comps/water.vue2.mjs +0 -0
  967. /package/dist/{src/components → components}/icon/comps/wilderness.vue2.mjs +0 -0
  968. /package/dist/{src/components → components}/icon/comps/x-fill.vue2.mjs +0 -0
  969. /package/dist/{src/components → components}/icon/comps/x-lg.vue2.mjs +0 -0
  970. /package/dist/{src/components → components}/icon/comps/x-sm.vue2.mjs +0 -0
  971. /package/dist/{src/components → components}/icon/comps/x-stroke.vue2.mjs +0 -0
  972. /package/dist/{src/components → components}/icon/comps/youtube.vue2.mjs +0 -0
  973. /package/dist/{src/components → components}/icon/comps/zoom-in.vue2.mjs +0 -0
  974. /package/dist/{src/components → components}/icon/comps/zoom-out.vue2.mjs +0 -0
  975. /package/dist/{src/components → components}/kicker/CdrKicker.vue2.mjs +0 -0
  976. /package/dist/{src/components → components}/labelStandalone/CdrLabelStandalone.vue2.mjs +0 -0
  977. /package/dist/{src/components → components}/labelWrapper/CdrLabelWrapper.vue2.mjs +0 -0
  978. /package/dist/{src/components → components}/link/CdrLink.vue2.mjs +0 -0
  979. /package/dist/{src/components → components}/modal/onTransitionEnd.mjs +0 -0
  980. /package/dist/{src/components → components}/picture/CdrPicture.vue2.mjs +0 -0
  981. /package/dist/{src/components → components}/popover/CdrPopover.vue2.mjs +0 -0
  982. /package/dist/{src/components → components}/popup/CdrPopup.vue2.mjs +0 -0
  983. /package/dist/{src/components → components}/quote/CdrQuote.vue2.mjs +0 -0
  984. /package/dist/{src/components → components}/radio/CdrRadio.vue2.mjs +0 -0
  985. /package/dist/{src/components → components}/rating/CdrRating.vue2.mjs +0 -0
  986. /package/dist/{src/components → components}/rating/components/CdrStar00.vue2.mjs +0 -0
  987. /package/dist/{src/components → components}/rating/components/CdrStar100.vue2.mjs +0 -0
  988. /package/dist/{src/components → components}/rating/components/CdrStar25.vue2.mjs +0 -0
  989. /package/dist/{src/components → components}/rating/components/CdrStar50.vue2.mjs +0 -0
  990. /package/dist/{src/components → components}/rating/components/CdrStar75.vue2.mjs +0 -0
  991. /package/dist/{src/components → components}/rating/components/CdrStarNull.vue2.mjs +0 -0
  992. /package/dist/{src/components → components}/rating/composables/useStar.mjs +0 -0
  993. /package/dist/{src/components → components}/skeleton/CdrSkeleton.vue2.mjs +0 -0
  994. /package/dist/{src/components → components}/skeleton/CdrSkeletonBone.vue2.mjs +0 -0
  995. /package/dist/{src/components → components}/splitSurface/CdrSplitSurface.vue2.mjs +0 -0
  996. /package/dist/{src/components → components}/switch/CdrSwitch.vue2.mjs +0 -0
  997. /package/dist/{src/components → components}/table/CdrTable.vue2.mjs +0 -0
  998. /package/dist/{src/components → components}/tabs/CdrTabPanel.vue2.mjs +0 -0
  999. /package/dist/{src/components → components}/text/CdrText.vue2.mjs +0 -0
  1000. /package/dist/{src/components → components}/text/presets/CdrBody.vue2.mjs +0 -0
  1001. /package/dist/{src/components → components}/text/presets/CdrEyebrow.vue2.mjs +0 -0
  1002. /package/dist/{src/components → components}/text/presets/CdrHeadingDisplay.vue2.mjs +0 -0
  1003. /package/dist/{src/components → components}/text/presets/CdrHeadingSans.vue2.mjs +0 -0
  1004. /package/dist/{src/components → components}/text/presets/CdrHeadingSerif.vue2.mjs +0 -0
  1005. /package/dist/{src/components → components}/text/presets/CdrSubheadingSans.vue2.mjs +0 -0
  1006. /package/dist/{src/components → components}/text/presets/CdrUtilitySans.vue2.mjs +0 -0
  1007. /package/dist/{src/components → components}/text/presets/CdrUtilitySerif.vue2.mjs +0 -0
  1008. /package/dist/{src/components → components}/title/CdrTitle.vue2.mjs +0 -0
  1009. /package/dist/{src/components → components}/toast/CdrToast.vue2.mjs +0 -0
  1010. /package/dist/{src/components → components}/toggleButton/CdrToggleButton.vue2.mjs +0 -0
  1011. /package/dist/{src/components → components}/toggleButton/CdrToggleGroup.vue2.mjs +0 -0
  1012. /package/dist/{src/components → components}/tooltip/CdrTooltip.vue2.mjs +0 -0
  1013. /package/dist/{src/props → props}/background.mjs +0 -0
  1014. /package/dist/{src/props → props}/size.mjs +0 -0
  1015. /package/dist/{src/types → types}/symbols.mjs +0 -0
  1016. /package/dist/{src/utils → utils}/debounce.mjs +0 -0
  1017. /package/dist/{src/utils → utils}/kebabCase.mjs +0 -0
  1018. /package/dist/{src/utils → utils}/uid.mjs +0 -0
package/dist/lib.d.ts CHANGED
@@ -1,16 +1,20 @@
1
+ import { Component } from 'vue';
1
2
  import { ComponentOptionsMixin } from 'vue';
3
+ import { ComponentProvideOptions } from 'vue';
2
4
  import { DefineComponent } from 'vue';
3
5
  import { ExtractPropTypes } from 'vue';
4
6
  import { PropType } from 'vue';
5
7
  import { PublicProps } from 'vue';
6
8
 
7
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
9
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
8
10
  tag: string;
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
11
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
10
12
  tag: string;
11
- }>>>, {}, {}>;
13
+ }>>> & Readonly<{}>, {
14
+ tag: string;
15
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12
16
 
13
- declare const __VLS_component_10: DefineComponent< {
17
+ declare const __VLS_component_10: DefineComponent<ExtractPropTypes< {
14
18
  /**
15
19
  * Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.
16
20
  */
@@ -25,7 +29,7 @@ hideLabel: {
25
29
  type: BooleanConstructor;
26
30
  default: boolean;
27
31
  };
28
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
32
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
29
33
  /**
30
34
  * Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.
31
35
  */
@@ -40,111 +44,111 @@ hideLabel: {
40
44
  type: BooleanConstructor;
41
45
  default: boolean;
42
46
  };
43
- }>>, {
47
+ }>> & Readonly<{}>, {
44
48
  hideLabel: boolean;
45
- }, {}>;
49
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
46
50
 
47
- declare const __VLS_component_100: DefineComponent< {
51
+ declare const __VLS_component_100: DefineComponent<ExtractPropTypes< {
48
52
  props: {
49
53
  type: ObjectConstructor;
50
54
  };
51
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
55
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
52
56
  props: {
53
57
  type: ObjectConstructor;
54
58
  };
55
- }>>, {}, {}>;
59
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
56
60
 
57
- declare const __VLS_component_101: DefineComponent< {
61
+ declare const __VLS_component_101: DefineComponent<ExtractPropTypes< {
58
62
  props: {
59
63
  type: ObjectConstructor;
60
64
  };
61
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
65
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
62
66
  props: {
63
67
  type: ObjectConstructor;
64
68
  };
65
- }>>, {}, {}>;
69
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
66
70
 
67
- declare const __VLS_component_102: DefineComponent< {
71
+ declare const __VLS_component_102: DefineComponent<ExtractPropTypes< {
68
72
  props: {
69
73
  type: ObjectConstructor;
70
74
  };
71
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
75
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
72
76
  props: {
73
77
  type: ObjectConstructor;
74
78
  };
75
- }>>, {}, {}>;
79
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
76
80
 
77
- declare const __VLS_component_103: DefineComponent< {
81
+ declare const __VLS_component_103: DefineComponent<ExtractPropTypes< {
78
82
  props: {
79
83
  type: ObjectConstructor;
80
84
  };
81
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
85
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
82
86
  props: {
83
87
  type: ObjectConstructor;
84
88
  };
85
- }>>, {}, {}>;
89
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
86
90
 
87
- declare const __VLS_component_104: DefineComponent< {
91
+ declare const __VLS_component_104: DefineComponent<ExtractPropTypes< {
88
92
  props: {
89
93
  type: ObjectConstructor;
90
94
  };
91
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
95
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
92
96
  props: {
93
97
  type: ObjectConstructor;
94
98
  };
95
- }>>, {}, {}>;
99
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
96
100
 
97
- declare const __VLS_component_105: DefineComponent< {
101
+ declare const __VLS_component_105: DefineComponent<ExtractPropTypes< {
98
102
  props: {
99
103
  type: ObjectConstructor;
100
104
  };
101
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
105
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
102
106
  props: {
103
107
  type: ObjectConstructor;
104
108
  };
105
- }>>, {}, {}>;
109
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
106
110
 
107
- declare const __VLS_component_106: DefineComponent< {
111
+ declare const __VLS_component_106: DefineComponent<ExtractPropTypes< {
108
112
  props: {
109
113
  type: ObjectConstructor;
110
114
  };
111
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
115
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
112
116
  props: {
113
117
  type: ObjectConstructor;
114
118
  };
115
- }>>, {}, {}>;
119
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
116
120
 
117
- declare const __VLS_component_107: DefineComponent< {
121
+ declare const __VLS_component_107: DefineComponent<ExtractPropTypes< {
118
122
  props: {
119
123
  type: ObjectConstructor;
120
124
  };
121
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
125
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
122
126
  props: {
123
127
  type: ObjectConstructor;
124
128
  };
125
- }>>, {}, {}>;
129
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
126
130
 
127
- declare const __VLS_component_108: DefineComponent< {
131
+ declare const __VLS_component_108: DefineComponent<ExtractPropTypes< {
128
132
  props: {
129
133
  type: ObjectConstructor;
130
134
  };
131
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
135
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
132
136
  props: {
133
137
  type: ObjectConstructor;
134
138
  };
135
- }>>, {}, {}>;
139
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
136
140
 
137
- declare const __VLS_component_109: DefineComponent< {
141
+ declare const __VLS_component_109: DefineComponent<ExtractPropTypes< {
138
142
  props: {
139
143
  type: ObjectConstructor;
140
144
  };
141
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
145
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
142
146
  props: {
143
147
  type: ObjectConstructor;
144
148
  };
145
- }>>, {}, {}>;
149
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
146
150
 
147
- declare const __VLS_component_11: DefineComponent< {
151
+ declare const __VLS_component_11: DefineComponent<ExtractPropTypes< {
148
152
  /** Sets the HTML tag for the container element */
149
153
  tag: {
150
154
  type: StringConstructor;
@@ -160,7 +164,7 @@ type: StringConstructor;
160
164
  default: string;
161
165
  validator: (value: string) => boolean;
162
166
  };
163
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
167
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
164
168
  /** Sets the HTML tag for the container element */
165
169
  tag: {
166
170
  type: StringConstructor;
@@ -176,112 +180,112 @@ type: StringConstructor;
176
180
  default: string;
177
181
  validator: (value: string) => boolean;
178
182
  };
179
- }>>, {
183
+ }>> & Readonly<{}>, {
180
184
  tag: string;
181
185
  modifier: string;
182
- }, {}>;
186
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
183
187
 
184
- declare const __VLS_component_110: DefineComponent< {
188
+ declare const __VLS_component_110: DefineComponent<ExtractPropTypes< {
185
189
  props: {
186
190
  type: ObjectConstructor;
187
191
  };
188
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
192
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
189
193
  props: {
190
194
  type: ObjectConstructor;
191
195
  };
192
- }>>, {}, {}>;
196
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
193
197
 
194
- declare const __VLS_component_111: DefineComponent< {
198
+ declare const __VLS_component_111: DefineComponent<ExtractPropTypes< {
195
199
  props: {
196
200
  type: ObjectConstructor;
197
201
  };
198
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
202
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
199
203
  props: {
200
204
  type: ObjectConstructor;
201
205
  };
202
- }>>, {}, {}>;
206
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
203
207
 
204
- declare const __VLS_component_112: DefineComponent< {
208
+ declare const __VLS_component_112: DefineComponent<ExtractPropTypes< {
205
209
  props: {
206
210
  type: ObjectConstructor;
207
211
  };
208
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
212
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
209
213
  props: {
210
214
  type: ObjectConstructor;
211
215
  };
212
- }>>, {}, {}>;
216
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
213
217
 
214
- declare const __VLS_component_113: DefineComponent< {
218
+ declare const __VLS_component_113: DefineComponent<ExtractPropTypes< {
215
219
  props: {
216
220
  type: ObjectConstructor;
217
221
  };
218
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
222
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
219
223
  props: {
220
224
  type: ObjectConstructor;
221
225
  };
222
- }>>, {}, {}>;
226
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
223
227
 
224
- declare const __VLS_component_114: DefineComponent< {
228
+ declare const __VLS_component_114: DefineComponent<ExtractPropTypes< {
225
229
  props: {
226
230
  type: ObjectConstructor;
227
231
  };
228
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
232
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
229
233
  props: {
230
234
  type: ObjectConstructor;
231
235
  };
232
- }>>, {}, {}>;
236
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
233
237
 
234
- declare const __VLS_component_115: DefineComponent< {
238
+ declare const __VLS_component_115: DefineComponent<ExtractPropTypes< {
235
239
  props: {
236
240
  type: ObjectConstructor;
237
241
  };
238
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
242
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
239
243
  props: {
240
244
  type: ObjectConstructor;
241
245
  };
242
- }>>, {}, {}>;
246
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
243
247
 
244
- declare const __VLS_component_116: DefineComponent< {
248
+ declare const __VLS_component_116: DefineComponent<ExtractPropTypes< {
245
249
  props: {
246
250
  type: ObjectConstructor;
247
251
  };
248
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
252
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
249
253
  props: {
250
254
  type: ObjectConstructor;
251
255
  };
252
- }>>, {}, {}>;
256
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
253
257
 
254
- declare const __VLS_component_117: DefineComponent< {
258
+ declare const __VLS_component_117: DefineComponent<ExtractPropTypes< {
255
259
  props: {
256
260
  type: ObjectConstructor;
257
261
  };
258
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
262
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
259
263
  props: {
260
264
  type: ObjectConstructor;
261
265
  };
262
- }>>, {}, {}>;
266
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
263
267
 
264
- declare const __VLS_component_118: DefineComponent< {
268
+ declare const __VLS_component_118: DefineComponent<ExtractPropTypes< {
265
269
  props: {
266
270
  type: ObjectConstructor;
267
271
  };
268
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
272
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
269
273
  props: {
270
274
  type: ObjectConstructor;
271
275
  };
272
- }>>, {}, {}>;
276
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
273
277
 
274
- declare const __VLS_component_119: DefineComponent< {
278
+ declare const __VLS_component_119: DefineComponent<ExtractPropTypes< {
275
279
  props: {
276
280
  type: ObjectConstructor;
277
281
  };
278
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
282
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
279
283
  props: {
280
284
  type: ObjectConstructor;
281
285
  };
282
- }>>, {}, {}>;
286
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
283
287
 
284
- declare const __VLS_component_12: DefineComponent< {
288
+ declare const __VLS_component_12: DefineComponent<ExtractPropTypes< {
285
289
  /**
286
290
  * Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.
287
291
  * @demoIgnore true
@@ -312,7 +316,7 @@ disabled: {
312
316
  type: BooleanConstructor;
313
317
  default: undefined;
314
318
  };
315
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
319
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
316
320
  /**
317
321
  * Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.
318
322
  * @demoIgnore true
@@ -343,655 +347,559 @@ disabled: {
343
347
  type: BooleanConstructor;
344
348
  default: undefined;
345
349
  };
346
- }>>, {
350
+ }>> & Readonly<{}>, {
347
351
  error: string | boolean;
348
352
  label: string;
349
353
  disabled: boolean;
350
354
  required: boolean;
351
355
  optional: boolean;
352
- }, {}>;
356
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
353
357
 
354
- declare const __VLS_component_120: DefineComponent< {
358
+ declare const __VLS_component_120: DefineComponent<ExtractPropTypes< {
355
359
  props: {
356
360
  type: ObjectConstructor;
357
361
  };
358
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
362
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
359
363
  props: {
360
364
  type: ObjectConstructor;
361
365
  };
362
- }>>, {}, {}>;
366
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
363
367
 
364
- declare const __VLS_component_121: DefineComponent< {
368
+ declare const __VLS_component_121: DefineComponent<ExtractPropTypes< {
365
369
  props: {
366
370
  type: ObjectConstructor;
367
371
  };
368
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
372
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
369
373
  props: {
370
374
  type: ObjectConstructor;
371
375
  };
372
- }>>, {}, {}>;
376
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
373
377
 
374
- declare const __VLS_component_122: DefineComponent< {
378
+ declare const __VLS_component_122: DefineComponent<ExtractPropTypes< {
375
379
  props: {
376
380
  type: ObjectConstructor;
377
381
  };
378
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
382
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
379
383
  props: {
380
384
  type: ObjectConstructor;
381
385
  };
382
- }>>, {}, {}>;
386
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
383
387
 
384
- declare const __VLS_component_123: DefineComponent< {
388
+ declare const __VLS_component_123: DefineComponent<ExtractPropTypes< {
385
389
  props: {
386
390
  type: ObjectConstructor;
387
391
  };
388
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
392
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
389
393
  props: {
390
394
  type: ObjectConstructor;
391
395
  };
392
- }>>, {}, {}>;
396
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
393
397
 
394
- declare const __VLS_component_124: DefineComponent< {
398
+ declare const __VLS_component_124: DefineComponent<ExtractPropTypes< {
395
399
  props: {
396
400
  type: ObjectConstructor;
397
401
  };
398
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
402
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
399
403
  props: {
400
404
  type: ObjectConstructor;
401
405
  };
402
- }>>, {}, {}>;
406
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
403
407
 
404
- declare const __VLS_component_125: DefineComponent< {
408
+ declare const __VLS_component_125: DefineComponent<ExtractPropTypes< {
405
409
  props: {
406
410
  type: ObjectConstructor;
407
411
  };
408
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
412
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
409
413
  props: {
410
414
  type: ObjectConstructor;
411
415
  };
412
- }>>, {}, {}>;
416
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
413
417
 
414
- declare const __VLS_component_126: DefineComponent< {
418
+ declare const __VLS_component_126: DefineComponent<ExtractPropTypes< {
415
419
  props: {
416
420
  type: ObjectConstructor;
417
421
  };
418
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
422
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
419
423
  props: {
420
424
  type: ObjectConstructor;
421
425
  };
422
- }>>, {}, {}>;
426
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
423
427
 
424
- declare const __VLS_component_127: DefineComponent< {
428
+ declare const __VLS_component_127: DefineComponent<ExtractPropTypes< {
425
429
  props: {
426
430
  type: ObjectConstructor;
427
431
  };
428
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
432
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
429
433
  props: {
430
434
  type: ObjectConstructor;
431
435
  };
432
- }>>, {}, {}>;
436
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
433
437
 
434
- declare const __VLS_component_128: DefineComponent< {
438
+ declare const __VLS_component_128: DefineComponent<ExtractPropTypes< {
435
439
  props: {
436
440
  type: ObjectConstructor;
437
441
  };
438
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
442
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
439
443
  props: {
440
444
  type: ObjectConstructor;
441
445
  };
442
- }>>, {}, {}>;
446
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
443
447
 
444
- declare const __VLS_component_129: DefineComponent< {
448
+ declare const __VLS_component_129: DefineComponent<ExtractPropTypes< {
445
449
  props: {
446
450
  type: ObjectConstructor;
447
451
  };
448
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
452
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
449
453
  props: {
450
454
  type: ObjectConstructor;
451
455
  };
452
- }>>, {}, {}>;
456
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
453
457
 
454
- declare const __VLS_component_13: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<surfaceSelection>, {
458
+ declare const __VLS_component_13: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<surfaceSelection>, {
455
459
  tag: string;
456
460
  role: string;
457
461
  modifier: string;
458
462
  checked: boolean;
459
463
  disabled: boolean;
460
464
  loading: boolean;
461
- orientation: string;
462
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<surfaceSelection>, {
465
+ layout: () => Layout;
466
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<surfaceSelection>, {
463
467
  tag: string;
464
468
  role: string;
465
469
  modifier: string;
466
470
  checked: boolean;
467
471
  disabled: boolean;
468
472
  loading: boolean;
469
- orientation: string;
470
- }>>>, {}, {}>;
473
+ layout: () => Layout;
474
+ }>>> & Readonly<{}>, {
475
+ tag: Tag;
476
+ role: string;
477
+ disabled: boolean;
478
+ modifier: Modifier;
479
+ loading: boolean;
480
+ checked: boolean;
481
+ layout: Layout;
482
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
471
483
 
472
- declare const __VLS_component_130: DefineComponent< {
484
+ declare const __VLS_component_130: DefineComponent<ExtractPropTypes< {
473
485
  props: {
474
486
  type: ObjectConstructor;
475
487
  };
476
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
488
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
477
489
  props: {
478
490
  type: ObjectConstructor;
479
491
  };
480
- }>>, {}, {}>;
492
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
481
493
 
482
- declare const __VLS_component_131: DefineComponent< {
494
+ declare const __VLS_component_131: DefineComponent<ExtractPropTypes< {
483
495
  props: {
484
496
  type: ObjectConstructor;
485
497
  };
486
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
498
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
487
499
  props: {
488
500
  type: ObjectConstructor;
489
501
  };
490
- }>>, {}, {}>;
502
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
491
503
 
492
- declare const __VLS_component_132: DefineComponent< {
504
+ declare const __VLS_component_132: DefineComponent<ExtractPropTypes< {
493
505
  props: {
494
506
  type: ObjectConstructor;
495
507
  };
496
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
508
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
497
509
  props: {
498
510
  type: ObjectConstructor;
499
511
  };
500
- }>>, {}, {}>;
512
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
501
513
 
502
- declare const __VLS_component_133: DefineComponent< {
514
+ declare const __VLS_component_133: DefineComponent<ExtractPropTypes< {
503
515
  props: {
504
516
  type: ObjectConstructor;
505
517
  };
506
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
518
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
507
519
  props: {
508
520
  type: ObjectConstructor;
509
521
  };
510
- }>>, {}, {}>;
522
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
511
523
 
512
- declare const __VLS_component_134: DefineComponent< {
524
+ declare const __VLS_component_134: DefineComponent<ExtractPropTypes< {
513
525
  props: {
514
526
  type: ObjectConstructor;
515
527
  };
516
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
528
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
517
529
  props: {
518
530
  type: ObjectConstructor;
519
531
  };
520
- }>>, {}, {}>;
532
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
521
533
 
522
- declare const __VLS_component_135: DefineComponent< {
534
+ declare const __VLS_component_135: DefineComponent<ExtractPropTypes< {
523
535
  props: {
524
536
  type: ObjectConstructor;
525
537
  };
526
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
538
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
527
539
  props: {
528
540
  type: ObjectConstructor;
529
541
  };
530
- }>>, {}, {}>;
542
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
531
543
 
532
- declare const __VLS_component_136: DefineComponent< {
544
+ declare const __VLS_component_136: DefineComponent<ExtractPropTypes< {
533
545
  props: {
534
546
  type: ObjectConstructor;
535
547
  };
536
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
548
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
537
549
  props: {
538
550
  type: ObjectConstructor;
539
551
  };
540
- }>>, {}, {}>;
552
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
541
553
 
542
- declare const __VLS_component_137: DefineComponent< {
554
+ declare const __VLS_component_137: DefineComponent<ExtractPropTypes< {
543
555
  props: {
544
556
  type: ObjectConstructor;
545
557
  };
546
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
558
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
547
559
  props: {
548
560
  type: ObjectConstructor;
549
561
  };
550
- }>>, {}, {}>;
562
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
551
563
 
552
- declare const __VLS_component_138: DefineComponent< {
564
+ declare const __VLS_component_138: DefineComponent<ExtractPropTypes< {
553
565
  props: {
554
566
  type: ObjectConstructor;
555
567
  };
556
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
568
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
557
569
  props: {
558
570
  type: ObjectConstructor;
559
571
  };
560
- }>>, {}, {}>;
572
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
561
573
 
562
- declare const __VLS_component_139: DefineComponent< {
574
+ declare const __VLS_component_139: DefineComponent<ExtractPropTypes< {
563
575
  props: {
564
576
  type: ObjectConstructor;
565
577
  };
566
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
578
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
567
579
  props: {
568
580
  type: ObjectConstructor;
569
581
  };
570
- }>>, {}, {}>;
582
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
571
583
 
572
- declare const __VLS_component_14: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<fulfillmentTileContent>, {
573
- stretch: boolean;
584
+ declare const __VLS_component_14: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<fulfillmentTileContent>, {
574
585
  scale: string;
575
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<fulfillmentTileContent>, {
576
- stretch: boolean;
586
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<fulfillmentTileContent>, {
577
587
  scale: string;
578
- }>>>, {}, {}>;
588
+ }>>> & Readonly<{}>, {
589
+ scale: ScaleValue;
590
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
579
591
 
580
- declare const __VLS_component_140: DefineComponent< {
592
+ declare const __VLS_component_140: DefineComponent<ExtractPropTypes< {
581
593
  props: {
582
594
  type: ObjectConstructor;
583
595
  };
584
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
596
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
585
597
  props: {
586
598
  type: ObjectConstructor;
587
599
  };
588
- }>>, {}, {}>;
600
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
589
601
 
590
- declare const __VLS_component_141: DefineComponent< {
602
+ declare const __VLS_component_141: DefineComponent<ExtractPropTypes< {
591
603
  props: {
592
604
  type: ObjectConstructor;
593
605
  };
594
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
606
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
595
607
  props: {
596
608
  type: ObjectConstructor;
597
609
  };
598
- }>>, {}, {}>;
610
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
599
611
 
600
- declare const __VLS_component_142: DefineComponent< {
612
+ declare const __VLS_component_142: DefineComponent<ExtractPropTypes< {
601
613
  props: {
602
614
  type: ObjectConstructor;
603
615
  };
604
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
616
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
605
617
  props: {
606
618
  type: ObjectConstructor;
607
619
  };
608
- }>>, {}, {}>;
620
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
609
621
 
610
- declare const __VLS_component_143: DefineComponent< {
622
+ declare const __VLS_component_143: DefineComponent<ExtractPropTypes< {
611
623
  props: {
612
624
  type: ObjectConstructor;
613
625
  };
614
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
626
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
615
627
  props: {
616
628
  type: ObjectConstructor;
617
629
  };
618
- }>>, {}, {}>;
630
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
619
631
 
620
- declare const __VLS_component_144: DefineComponent< {
632
+ declare const __VLS_component_144: DefineComponent<ExtractPropTypes< {
621
633
  props: {
622
634
  type: ObjectConstructor;
623
635
  };
624
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
636
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
625
637
  props: {
626
638
  type: ObjectConstructor;
627
639
  };
628
- }>>, {}, {}>;
640
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
629
641
 
630
- declare const __VLS_component_145: DefineComponent< {
642
+ declare const __VLS_component_145: DefineComponent<ExtractPropTypes< {
631
643
  props: {
632
644
  type: ObjectConstructor;
633
645
  };
634
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
646
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
635
647
  props: {
636
648
  type: ObjectConstructor;
637
649
  };
638
- }>>, {}, {}>;
650
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
639
651
 
640
- declare const __VLS_component_146: DefineComponent< {
652
+ declare const __VLS_component_146: DefineComponent<ExtractPropTypes< {
641
653
  props: {
642
654
  type: ObjectConstructor;
643
655
  };
644
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
656
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
645
657
  props: {
646
658
  type: ObjectConstructor;
647
659
  };
648
- }>>, {}, {}>;
660
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
649
661
 
650
- declare const __VLS_component_147: DefineComponent< {
662
+ declare const __VLS_component_147: DefineComponent<ExtractPropTypes< {
651
663
  props: {
652
664
  type: ObjectConstructor;
653
665
  };
654
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
666
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
655
667
  props: {
656
668
  type: ObjectConstructor;
657
669
  };
658
- }>>, {}, {}>;
670
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
659
671
 
660
- declare const __VLS_component_148: DefineComponent< {
672
+ declare const __VLS_component_148: DefineComponent<ExtractPropTypes< {
661
673
  props: {
662
674
  type: ObjectConstructor;
663
675
  };
664
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
676
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
665
677
  props: {
666
678
  type: ObjectConstructor;
667
679
  };
668
- }>>, {}, {}>;
680
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
669
681
 
670
- declare const __VLS_component_149: DefineComponent< {
682
+ declare const __VLS_component_149: DefineComponent<ExtractPropTypes< {
671
683
  props: {
672
684
  type: ObjectConstructor;
673
685
  };
674
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
686
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
675
687
  props: {
676
688
  type: ObjectConstructor;
677
689
  };
678
- }>>, {}, {}>;
690
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
679
691
 
680
- declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
692
+ declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
681
693
 
682
- declare const __VLS_component_150: DefineComponent< {
694
+ declare const __VLS_component_150: DefineComponent<ExtractPropTypes< {
683
695
  props: {
684
696
  type: ObjectConstructor;
685
697
  };
686
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
698
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
687
699
  props: {
688
700
  type: ObjectConstructor;
689
701
  };
690
- }>>, {}, {}>;
702
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
691
703
 
692
- declare const __VLS_component_151: DefineComponent< {
704
+ declare const __VLS_component_151: DefineComponent<ExtractPropTypes< {
693
705
  props: {
694
706
  type: ObjectConstructor;
695
707
  };
696
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
708
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
697
709
  props: {
698
710
  type: ObjectConstructor;
699
711
  };
700
- }>>, {}, {}>;
712
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
701
713
 
702
- declare const __VLS_component_152: DefineComponent< {
714
+ declare const __VLS_component_152: DefineComponent<ExtractPropTypes< {
703
715
  props: {
704
716
  type: ObjectConstructor;
705
717
  };
706
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
718
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
707
719
  props: {
708
720
  type: ObjectConstructor;
709
721
  };
710
- }>>, {}, {}>;
722
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
711
723
 
712
- declare const __VLS_component_153: DefineComponent< {
724
+ declare const __VLS_component_153: DefineComponent<ExtractPropTypes< {
713
725
  props: {
714
726
  type: ObjectConstructor;
715
727
  };
716
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
728
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
717
729
  props: {
718
730
  type: ObjectConstructor;
719
731
  };
720
- }>>, {}, {}>;
732
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
721
733
 
722
- declare const __VLS_component_154: DefineComponent< {
734
+ declare const __VLS_component_154: DefineComponent<ExtractPropTypes< {
723
735
  props: {
724
736
  type: ObjectConstructor;
725
737
  };
726
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
738
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
727
739
  props: {
728
740
  type: ObjectConstructor;
729
741
  };
730
- }>>, {}, {}>;
742
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
731
743
 
732
- declare const __VLS_component_155: DefineComponent< {
744
+ declare const __VLS_component_155: DefineComponent<ExtractPropTypes< {
733
745
  props: {
734
746
  type: ObjectConstructor;
735
747
  };
736
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
748
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
737
749
  props: {
738
750
  type: ObjectConstructor;
739
751
  };
740
- }>>, {}, {}>;
752
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
741
753
 
742
- declare const __VLS_component_156: DefineComponent< {
754
+ declare const __VLS_component_156: DefineComponent<ExtractPropTypes< {
743
755
  props: {
744
756
  type: ObjectConstructor;
745
757
  };
746
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
758
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
747
759
  props: {
748
760
  type: ObjectConstructor;
749
761
  };
750
- }>>, {}, {}>;
762
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
751
763
 
752
- declare const __VLS_component_157: DefineComponent< {
764
+ declare const __VLS_component_157: DefineComponent<ExtractPropTypes< {
753
765
  props: {
754
766
  type: ObjectConstructor;
755
767
  };
756
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
768
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
757
769
  props: {
758
770
  type: ObjectConstructor;
759
771
  };
760
- }>>, {}, {}>;
772
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
761
773
 
762
- declare const __VLS_component_158: DefineComponent< {
774
+ declare const __VLS_component_158: DefineComponent<ExtractPropTypes< {
763
775
  props: {
764
776
  type: ObjectConstructor;
765
777
  };
766
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
778
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
767
779
  props: {
768
780
  type: ObjectConstructor;
769
781
  };
770
- }>>, {}, {}>;
782
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
771
783
 
772
- declare const __VLS_component_159: DefineComponent< {
784
+ declare const __VLS_component_159: DefineComponent<ExtractPropTypes< {
773
785
  props: {
774
786
  type: ObjectConstructor;
775
787
  };
776
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
788
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
777
789
  props: {
778
790
  type: ObjectConstructor;
779
791
  };
780
- }>>, {}, {}>;
792
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
781
793
 
782
- declare const __VLS_component_16: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<fulfillmentTileIcon>, {
794
+ declare const __VLS_component_16: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<fulfillmentTileIcon>, {
783
795
  type: string;
784
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<fulfillmentTileIcon>, {
796
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<fulfillmentTileIcon>, {
785
797
  type: string;
786
- }>>>, {}, {}>;
787
-
788
- declare const __VLS_component_160: DefineComponent< {
789
- props: {
790
- type: ObjectConstructor;
791
- };
792
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
793
- props: {
794
- type: ObjectConstructor;
795
- };
796
- }>>, {}, {}>;
797
-
798
- declare const __VLS_component_161: DefineComponent< {
799
- props: {
800
- type: ObjectConstructor;
801
- };
802
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
803
- props: {
804
- type: ObjectConstructor;
805
- };
806
- }>>, {}, {}>;
807
-
808
- declare const __VLS_component_162: DefineComponent< {
809
- props: {
810
- type: ObjectConstructor;
811
- };
812
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
813
- props: {
814
- type: ObjectConstructor;
815
- };
816
- }>>, {}, {}>;
817
-
818
- declare const __VLS_component_163: DefineComponent< {
819
- props: {
820
- type: ObjectConstructor;
821
- };
822
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
823
- props: {
824
- type: ObjectConstructor;
825
- };
826
- }>>, {}, {}>;
827
-
828
- declare const __VLS_component_164: DefineComponent< {
829
- props: {
830
- type: ObjectConstructor;
831
- };
832
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
833
- props: {
834
- type: ObjectConstructor;
835
- };
836
- }>>, {}, {}>;
837
-
838
- declare const __VLS_component_165: DefineComponent< {
839
- props: {
840
- type: ObjectConstructor;
841
- };
842
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
843
- props: {
844
- type: ObjectConstructor;
845
- };
846
- }>>, {}, {}>;
798
+ }>>> & Readonly<{}>, {
799
+ type: StatusType;
800
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
847
801
 
848
- declare const __VLS_component_166: DefineComponent< {
802
+ declare const __VLS_component_160: DefineComponent<ExtractPropTypes< {
849
803
  props: {
850
804
  type: ObjectConstructor;
851
805
  };
852
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
806
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
853
807
  props: {
854
808
  type: ObjectConstructor;
855
809
  };
856
- }>>, {}, {}>;
810
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
857
811
 
858
- declare const __VLS_component_167: DefineComponent< {
812
+ declare const __VLS_component_161: DefineComponent<ExtractPropTypes< {
859
813
  props: {
860
814
  type: ObjectConstructor;
861
815
  };
862
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
816
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
863
817
  props: {
864
818
  type: ObjectConstructor;
865
819
  };
866
- }>>, {}, {}>;
820
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
867
821
 
868
- declare const __VLS_component_168: DefineComponent< {
822
+ declare const __VLS_component_162: DefineComponent<ExtractPropTypes< {
869
823
  props: {
870
824
  type: ObjectConstructor;
871
825
  };
872
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
826
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
873
827
  props: {
874
828
  type: ObjectConstructor;
875
829
  };
876
- }>>, {}, {}>;
830
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
877
831
 
878
- declare const __VLS_component_169: DefineComponent< {
832
+ declare const __VLS_component_163: DefineComponent<ExtractPropTypes< {
879
833
  props: {
880
834
  type: ObjectConstructor;
881
835
  };
882
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
836
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
883
837
  props: {
884
838
  type: ObjectConstructor;
885
839
  };
886
- }>>, {}, {}>;
887
-
888
- declare const __VLS_component_17: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<surfaceSelectionLayout>, {
889
- orientation: string;
890
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<surfaceSelectionLayout>, {
891
- orientation: string;
892
- }>>>, {}, {}>;
840
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
893
841
 
894
- declare const __VLS_component_170: DefineComponent< {
842
+ declare const __VLS_component_164: DefineComponent<ExtractPropTypes< {
895
843
  props: {
896
844
  type: ObjectConstructor;
897
845
  };
898
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
846
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
899
847
  props: {
900
848
  type: ObjectConstructor;
901
849
  };
902
- }>>, {}, {}>;
850
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
903
851
 
904
- declare const __VLS_component_171: DefineComponent< {
852
+ declare const __VLS_component_165: DefineComponent<ExtractPropTypes< {
905
853
  props: {
906
854
  type: ObjectConstructor;
907
855
  };
908
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
856
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
909
857
  props: {
910
858
  type: ObjectConstructor;
911
859
  };
912
- }>>, {}, {}>;
860
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
913
861
 
914
- declare const __VLS_component_172: DefineComponent< {
862
+ declare const __VLS_component_166: DefineComponent<ExtractPropTypes< {
915
863
  props: {
916
864
  type: ObjectConstructor;
917
865
  };
918
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
866
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
919
867
  props: {
920
868
  type: ObjectConstructor;
921
869
  };
922
- }>>, {}, {}>;
870
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
923
871
 
924
- declare const __VLS_component_173: DefineComponent< {
872
+ declare const __VLS_component_167: DefineComponent<ExtractPropTypes< {
925
873
  props: {
926
874
  type: ObjectConstructor;
927
875
  };
928
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
876
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
929
877
  props: {
930
878
  type: ObjectConstructor;
931
879
  };
932
- }>>, {}, {}>;
880
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
933
881
 
934
- declare const __VLS_component_174: DefineComponent< {
882
+ declare const __VLS_component_168: DefineComponent<ExtractPropTypes< {
935
883
  props: {
936
884
  type: ObjectConstructor;
937
885
  };
938
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
886
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
939
887
  props: {
940
888
  type: ObjectConstructor;
941
889
  };
942
- }>>, {}, {}>;
890
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
943
891
 
944
- declare const __VLS_component_175: DefineComponent< {
892
+ declare const __VLS_component_169: DefineComponent<ExtractPropTypes< {
945
893
  props: {
946
894
  type: ObjectConstructor;
947
895
  };
948
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
896
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
949
897
  props: {
950
898
  type: ObjectConstructor;
951
899
  };
952
- }>>, {}, {}>;
900
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
953
901
 
954
- declare const __VLS_component_176: DefineComponent< {
955
- props: {
956
- type: ObjectConstructor;
957
- };
958
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
959
- props: {
960
- type: ObjectConstructor;
961
- };
962
- }>>, {}, {}>;
963
-
964
- declare const __VLS_component_177: DefineComponent< {
965
- props: {
966
- type: ObjectConstructor;
967
- };
968
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
969
- props: {
970
- type: ObjectConstructor;
971
- };
972
- }>>, {}, {}>;
973
-
974
- declare const __VLS_component_178: DefineComponent< {
975
- props: {
976
- type: ObjectConstructor;
977
- };
978
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
979
- props: {
980
- type: ObjectConstructor;
981
- };
982
- }>>, {}, {}>;
983
-
984
- declare const __VLS_component_179: DefineComponent< {
985
- props: {
986
- type: ObjectConstructor;
987
- };
988
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
989
- props: {
990
- type: ObjectConstructor;
991
- };
992
- }>>, {}, {}>;
993
-
994
- declare const __VLS_component_18: DefineComponent< {
902
+ declare const __VLS_component_17: DefineComponent<ExtractPropTypes< {
995
903
  /**
996
904
  * Defines gutter size. Also accepts responsive values with `@breakpoint`: "none@md"
997
905
  * @demoSelectMultiple false
@@ -1007,7 +915,7 @@ tag: {
1007
915
  type: StringConstructor;
1008
916
  default: string;
1009
917
  };
1010
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
918
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1011
919
  /**
1012
920
  * Defines gutter size. Also accepts responsive values with `@breakpoint`: "none@md"
1013
921
  * @demoSelectMultiple false
@@ -1023,112 +931,112 @@ tag: {
1023
931
  type: StringConstructor;
1024
932
  default: string;
1025
933
  };
1026
- }>>, {
934
+ }>> & Readonly<{}>, {
1027
935
  tag: string;
1028
936
  gutter: string;
1029
- }, {}>;
937
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1030
938
 
1031
- declare const __VLS_component_180: DefineComponent< {
939
+ declare const __VLS_component_170: DefineComponent<ExtractPropTypes< {
1032
940
  props: {
1033
941
  type: ObjectConstructor;
1034
942
  };
1035
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
943
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1036
944
  props: {
1037
945
  type: ObjectConstructor;
1038
946
  };
1039
- }>>, {}, {}>;
947
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1040
948
 
1041
- declare const __VLS_component_181: DefineComponent< {
949
+ declare const __VLS_component_171: DefineComponent<ExtractPropTypes< {
1042
950
  props: {
1043
951
  type: ObjectConstructor;
1044
952
  };
1045
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
953
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1046
954
  props: {
1047
955
  type: ObjectConstructor;
1048
956
  };
1049
- }>>, {}, {}>;
957
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1050
958
 
1051
- declare const __VLS_component_182: DefineComponent< {
959
+ declare const __VLS_component_172: DefineComponent<ExtractPropTypes< {
1052
960
  props: {
1053
961
  type: ObjectConstructor;
1054
962
  };
1055
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
963
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1056
964
  props: {
1057
965
  type: ObjectConstructor;
1058
966
  };
1059
- }>>, {}, {}>;
967
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1060
968
 
1061
- declare const __VLS_component_183: DefineComponent< {
969
+ declare const __VLS_component_173: DefineComponent<ExtractPropTypes< {
1062
970
  props: {
1063
971
  type: ObjectConstructor;
1064
972
  };
1065
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
973
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1066
974
  props: {
1067
975
  type: ObjectConstructor;
1068
976
  };
1069
- }>>, {}, {}>;
977
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1070
978
 
1071
- declare const __VLS_component_184: DefineComponent< {
979
+ declare const __VLS_component_174: DefineComponent<ExtractPropTypes< {
1072
980
  props: {
1073
981
  type: ObjectConstructor;
1074
982
  };
1075
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
983
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1076
984
  props: {
1077
985
  type: ObjectConstructor;
1078
986
  };
1079
- }>>, {}, {}>;
987
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1080
988
 
1081
- declare const __VLS_component_185: DefineComponent< {
989
+ declare const __VLS_component_175: DefineComponent<ExtractPropTypes< {
1082
990
  props: {
1083
991
  type: ObjectConstructor;
1084
992
  };
1085
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
993
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1086
994
  props: {
1087
995
  type: ObjectConstructor;
1088
996
  };
1089
- }>>, {}, {}>;
997
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1090
998
 
1091
- declare const __VLS_component_186: DefineComponent< {
999
+ declare const __VLS_component_176: DefineComponent<ExtractPropTypes< {
1092
1000
  props: {
1093
1001
  type: ObjectConstructor;
1094
1002
  };
1095
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1003
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1096
1004
  props: {
1097
1005
  type: ObjectConstructor;
1098
1006
  };
1099
- }>>, {}, {}>;
1007
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1100
1008
 
1101
- declare const __VLS_component_187: DefineComponent< {
1009
+ declare const __VLS_component_177: DefineComponent<ExtractPropTypes< {
1102
1010
  props: {
1103
1011
  type: ObjectConstructor;
1104
1012
  };
1105
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1013
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1106
1014
  props: {
1107
1015
  type: ObjectConstructor;
1108
1016
  };
1109
- }>>, {}, {}>;
1017
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1110
1018
 
1111
- declare const __VLS_component_188: DefineComponent< {
1019
+ declare const __VLS_component_178: DefineComponent<ExtractPropTypes< {
1112
1020
  props: {
1113
1021
  type: ObjectConstructor;
1114
1022
  };
1115
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1023
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1116
1024
  props: {
1117
1025
  type: ObjectConstructor;
1118
1026
  };
1119
- }>>, {}, {}>;
1027
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1120
1028
 
1121
- declare const __VLS_component_189: DefineComponent< {
1029
+ declare const __VLS_component_179: DefineComponent<ExtractPropTypes< {
1122
1030
  props: {
1123
1031
  type: ObjectConstructor;
1124
1032
  };
1125
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1033
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1126
1034
  props: {
1127
1035
  type: ObjectConstructor;
1128
1036
  };
1129
- }>>, {}, {}>;
1037
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1130
1038
 
1131
- declare const __VLS_component_19: DefineComponent< {
1039
+ declare const __VLS_component_18: DefineComponent<ExtractPropTypes< {
1132
1040
  /**
1133
1041
  * Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
1134
1042
  */
@@ -1145,7 +1053,7 @@ type: StringConstructor;
1145
1053
  default: undefined;
1146
1054
  validator: (value: string) => boolean;
1147
1055
  };
1148
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1056
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1149
1057
  /**
1150
1058
  * Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
1151
1059
  */
@@ -1162,229 +1070,112 @@ type: StringConstructor;
1162
1070
  default: undefined;
1163
1071
  validator: (value: string) => boolean;
1164
1072
  };
1165
- }>>, {
1073
+ }>> & Readonly<{}>, {
1166
1074
  inheritColor: boolean;
1167
1075
  size: string;
1168
- }, {}>;
1076
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1169
1077
 
1170
- declare const __VLS_component_190: DefineComponent< {
1078
+ declare const __VLS_component_180: DefineComponent<ExtractPropTypes< {
1171
1079
  props: {
1172
1080
  type: ObjectConstructor;
1173
1081
  };
1174
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1082
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1175
1083
  props: {
1176
1084
  type: ObjectConstructor;
1177
1085
  };
1178
- }>>, {}, {}>;
1086
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1179
1087
 
1180
- declare const __VLS_component_191: DefineComponent< {
1088
+ declare const __VLS_component_181: DefineComponent<ExtractPropTypes< {
1181
1089
  props: {
1182
1090
  type: ObjectConstructor;
1183
1091
  };
1184
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1092
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1185
1093
  props: {
1186
1094
  type: ObjectConstructor;
1187
1095
  };
1188
- }>>, {}, {}>;
1096
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1189
1097
 
1190
- declare const __VLS_component_192: DefineComponent< {
1098
+ declare const __VLS_component_182: DefineComponent<ExtractPropTypes< {
1191
1099
  props: {
1192
1100
  type: ObjectConstructor;
1193
1101
  };
1194
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1102
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1195
1103
  props: {
1196
1104
  type: ObjectConstructor;
1197
1105
  };
1198
- }>>, {}, {}>;
1106
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1199
1107
 
1200
- declare const __VLS_component_193: DefineComponent< {
1108
+ declare const __VLS_component_183: DefineComponent<ExtractPropTypes< {
1201
1109
  props: {
1202
1110
  type: ObjectConstructor;
1203
1111
  };
1204
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1112
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1205
1113
  props: {
1206
1114
  type: ObjectConstructor;
1207
1115
  };
1208
- }>>, {}, {}>;
1116
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1209
1117
 
1210
- declare const __VLS_component_194: DefineComponent< {
1118
+ declare const __VLS_component_184: DefineComponent<ExtractPropTypes< {
1211
1119
  props: {
1212
1120
  type: ObjectConstructor;
1213
1121
  };
1214
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1122
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1215
1123
  props: {
1216
1124
  type: ObjectConstructor;
1217
1125
  };
1218
- }>>, {}, {}>;
1126
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1219
1127
 
1220
- declare const __VLS_component_195: DefineComponent< {
1128
+ declare const __VLS_component_185: DefineComponent<ExtractPropTypes< {
1221
1129
  props: {
1222
1130
  type: ObjectConstructor;
1223
1131
  };
1224
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1132
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1225
1133
  props: {
1226
1134
  type: ObjectConstructor;
1227
1135
  };
1228
- }>>, {}, {}>;
1136
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1229
1137
 
1230
- declare const __VLS_component_196: DefineComponent< {
1138
+ declare const __VLS_component_186: DefineComponent<ExtractPropTypes< {
1231
1139
  props: {
1232
1140
  type: ObjectConstructor;
1233
1141
  };
1234
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1142
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1235
1143
  props: {
1236
1144
  type: ObjectConstructor;
1237
1145
  };
1238
- }>>, {}, {}>;
1146
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1239
1147
 
1240
- declare const __VLS_component_197: DefineComponent< {
1148
+ declare const __VLS_component_187: DefineComponent<ExtractPropTypes< {
1241
1149
  props: {
1242
1150
  type: ObjectConstructor;
1243
1151
  };
1244
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1152
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1245
1153
  props: {
1246
1154
  type: ObjectConstructor;
1247
1155
  };
1248
- }>>, {}, {}>;
1156
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1249
1157
 
1250
- declare const __VLS_component_198: DefineComponent< {
1158
+ declare const __VLS_component_188: DefineComponent<ExtractPropTypes< {
1251
1159
  props: {
1252
1160
  type: ObjectConstructor;
1253
1161
  };
1254
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1162
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1255
1163
  props: {
1256
1164
  type: ObjectConstructor;
1257
1165
  };
1258
- }>>, {}, {}>;
1166
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1259
1167
 
1260
- declare const __VLS_component_199: DefineComponent< {
1168
+ declare const __VLS_component_189: DefineComponent<ExtractPropTypes< {
1261
1169
  props: {
1262
1170
  type: ObjectConstructor;
1263
1171
  };
1264
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1172
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1265
1173
  props: {
1266
1174
  type: ObjectConstructor;
1267
1175
  };
1268
- }>>, {}, {}>;
1176
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1269
1177
 
1270
- declare const __VLS_component_2: DefineComponent< {
1271
- /**
1272
- * The unique id of an accordion.
1273
- * @demoIgnore true
1274
- */
1275
- id: {
1276
- type: StringConstructor;
1277
- required: true;
1278
- };
1279
- /**
1280
- * Toggle this value to open/close the accordion.
1281
- * @demoIgnore true
1282
- */
1283
- opened: {
1284
- type: BooleanConstructor;
1285
- default: boolean;
1286
- };
1287
- /**
1288
- * Sets a compact style.
1289
- */
1290
- compact: {
1291
- type: BooleanConstructor;
1292
- default: boolean;
1293
- };
1294
- /**
1295
- * Sets a border-aligned style.
1296
- */
1297
- borderAligned: {
1298
- type: BooleanConstructor;
1299
- default: boolean;
1300
- };
1301
- /**
1302
- * Sets the heading level
1303
- * @demoIgnore true
1304
- */
1305
- level: {
1306
- type: (StringConstructor | NumberConstructor)[];
1307
- required: true;
1308
- };
1309
- /**
1310
- * Toggles content spacing (padding)
1311
- */
1312
- contentSpacing: {
1313
- type: BooleanConstructor;
1314
- default: boolean;
1315
- };
1316
- /**
1317
- * Sets the readable text on CdrAccordion button (also can be slotted)
1318
- * @demoIgnore true
1319
- */
1320
- label: {
1321
- type: StringConstructor;
1322
- };
1323
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1324
- "accordion-toggle": (...args: any[]) => void;
1325
- }, string, PublicProps, Readonly<ExtractPropTypes< {
1326
- /**
1327
- * The unique id of an accordion.
1328
- * @demoIgnore true
1329
- */
1330
- id: {
1331
- type: StringConstructor;
1332
- required: true;
1333
- };
1334
- /**
1335
- * Toggle this value to open/close the accordion.
1336
- * @demoIgnore true
1337
- */
1338
- opened: {
1339
- type: BooleanConstructor;
1340
- default: boolean;
1341
- };
1342
- /**
1343
- * Sets a compact style.
1344
- */
1345
- compact: {
1346
- type: BooleanConstructor;
1347
- default: boolean;
1348
- };
1349
- /**
1350
- * Sets a border-aligned style.
1351
- */
1352
- borderAligned: {
1353
- type: BooleanConstructor;
1354
- default: boolean;
1355
- };
1356
- /**
1357
- * Sets the heading level
1358
- * @demoIgnore true
1359
- */
1360
- level: {
1361
- type: (StringConstructor | NumberConstructor)[];
1362
- required: true;
1363
- };
1364
- /**
1365
- * Toggles content spacing (padding)
1366
- */
1367
- contentSpacing: {
1368
- type: BooleanConstructor;
1369
- default: boolean;
1370
- };
1371
- /**
1372
- * Sets the readable text on CdrAccordion button (also can be slotted)
1373
- * @demoIgnore true
1374
- */
1375
- label: {
1376
- type: StringConstructor;
1377
- };
1378
- }>> & {
1379
- "onAccordion-toggle"?: ((...args: any[]) => any) | undefined;
1380
- }, {
1381
- opened: boolean;
1382
- compact: boolean;
1383
- borderAligned: boolean;
1384
- contentSpacing: boolean;
1385
- }, {}>;
1386
-
1387
- declare const __VLS_component_20: DefineComponent< {
1178
+ declare const __VLS_component_19: DefineComponent<ExtractPropTypes< {
1388
1179
  /**
1389
1180
  * Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.
1390
1181
  */
@@ -1476,7 +1267,7 @@ type: (StringConstructor | NumberConstructor)[];
1476
1267
  inputContainerClass: StringConstructor;
1477
1268
  /** Passes a custom class to the label for custom styles */
1478
1269
  labelClass: StringConstructor;
1479
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1270
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1480
1271
  "update:modelValue": (...args: any[]) => void;
1481
1272
  }, string, PublicProps, Readonly<ExtractPropTypes< {
1482
1273
  /**
@@ -1557,241 +1348,482 @@ disabled: BooleanConstructor;
1557
1348
  /**
1558
1349
  * Sets aria-required on the input field and displays an asterisk next to the input label.
1559
1350
  */
1560
- required: BooleanConstructor;
1351
+ required: BooleanConstructor;
1352
+ /**
1353
+ * Displays '(optional)' text next to the input label.
1354
+ */
1355
+ optional: BooleanConstructor;
1356
+ /** @ignore */
1357
+ modelValue: {
1358
+ type: (StringConstructor | NumberConstructor)[];
1359
+ };
1360
+ /** Adds a custom class to the cdr-label-standalone container div */
1361
+ inputContainerClass: StringConstructor;
1362
+ /** Passes a custom class to the label for custom styles */
1363
+ labelClass: StringConstructor;
1364
+ }>> & Readonly<{
1365
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1366
+ }>, {
1367
+ error: string | boolean;
1368
+ rows: number;
1369
+ type: string;
1370
+ disabled: boolean;
1371
+ required: boolean;
1372
+ background: string;
1373
+ hideLabel: boolean;
1374
+ optional: boolean;
1375
+ numeric: boolean;
1376
+ errorRole: string;
1377
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1378
+
1379
+ declare const __VLS_component_190: DefineComponent<ExtractPropTypes< {
1380
+ props: {
1381
+ type: ObjectConstructor;
1382
+ };
1383
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1384
+ props: {
1385
+ type: ObjectConstructor;
1386
+ };
1387
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1388
+
1389
+ declare const __VLS_component_191: DefineComponent<ExtractPropTypes< {
1390
+ props: {
1391
+ type: ObjectConstructor;
1392
+ };
1393
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1394
+ props: {
1395
+ type: ObjectConstructor;
1396
+ };
1397
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1398
+
1399
+ declare const __VLS_component_192: DefineComponent<ExtractPropTypes< {
1400
+ props: {
1401
+ type: ObjectConstructor;
1402
+ };
1403
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1404
+ props: {
1405
+ type: ObjectConstructor;
1406
+ };
1407
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1408
+
1409
+ declare const __VLS_component_193: DefineComponent<ExtractPropTypes< {
1410
+ props: {
1411
+ type: ObjectConstructor;
1412
+ };
1413
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1414
+ props: {
1415
+ type: ObjectConstructor;
1416
+ };
1417
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1418
+
1419
+ declare const __VLS_component_194: DefineComponent<ExtractPropTypes< {
1420
+ props: {
1421
+ type: ObjectConstructor;
1422
+ };
1423
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1424
+ props: {
1425
+ type: ObjectConstructor;
1426
+ };
1427
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1428
+
1429
+ declare const __VLS_component_195: DefineComponent<ExtractPropTypes< {
1430
+ props: {
1431
+ type: ObjectConstructor;
1432
+ };
1433
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1434
+ props: {
1435
+ type: ObjectConstructor;
1436
+ };
1437
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1438
+
1439
+ declare const __VLS_component_196: DefineComponent<ExtractPropTypes< {
1440
+ props: {
1441
+ type: ObjectConstructor;
1442
+ };
1443
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1444
+ props: {
1445
+ type: ObjectConstructor;
1446
+ };
1447
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1448
+
1449
+ declare const __VLS_component_197: DefineComponent<ExtractPropTypes< {
1450
+ props: {
1451
+ type: ObjectConstructor;
1452
+ };
1453
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1454
+ props: {
1455
+ type: ObjectConstructor;
1456
+ };
1457
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1458
+
1459
+ declare const __VLS_component_198: DefineComponent<ExtractPropTypes< {
1460
+ props: {
1461
+ type: ObjectConstructor;
1462
+ };
1463
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1464
+ props: {
1465
+ type: ObjectConstructor;
1466
+ };
1467
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1468
+
1469
+ declare const __VLS_component_199: DefineComponent<ExtractPropTypes< {
1470
+ props: {
1471
+ type: ObjectConstructor;
1472
+ };
1473
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1474
+ props: {
1475
+ type: ObjectConstructor;
1476
+ };
1477
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1478
+
1479
+ declare const __VLS_component_2: DefineComponent<ExtractPropTypes< {
1480
+ /**
1481
+ * The unique id of an accordion.
1482
+ * @demoIgnore true
1483
+ */
1484
+ id: {
1485
+ type: StringConstructor;
1486
+ required: true;
1487
+ };
1488
+ /**
1489
+ * Toggle this value to open/close the accordion.
1490
+ * @demoIgnore true
1491
+ */
1492
+ opened: {
1493
+ type: BooleanConstructor;
1494
+ default: boolean;
1495
+ };
1496
+ /**
1497
+ * Sets a compact style.
1498
+ */
1499
+ compact: {
1500
+ type: BooleanConstructor;
1501
+ default: boolean;
1502
+ };
1503
+ /**
1504
+ * Sets a border-aligned style.
1505
+ */
1506
+ borderAligned: {
1507
+ type: BooleanConstructor;
1508
+ default: boolean;
1509
+ };
1510
+ /**
1511
+ * Sets the heading level
1512
+ * @demoIgnore true
1513
+ */
1514
+ level: {
1515
+ type: (StringConstructor | NumberConstructor)[];
1516
+ required: true;
1517
+ };
1518
+ /**
1519
+ * Toggles content spacing (padding)
1520
+ */
1521
+ contentSpacing: {
1522
+ type: BooleanConstructor;
1523
+ default: boolean;
1524
+ };
1525
+ /**
1526
+ * Sets the readable text on CdrAccordion button (also can be slotted)
1527
+ * @demoIgnore true
1528
+ */
1529
+ label: {
1530
+ type: StringConstructor;
1531
+ };
1532
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1533
+ "accordion-toggle": (...args: any[]) => void;
1534
+ }, string, PublicProps, Readonly<ExtractPropTypes< {
1535
+ /**
1536
+ * The unique id of an accordion.
1537
+ * @demoIgnore true
1538
+ */
1539
+ id: {
1540
+ type: StringConstructor;
1541
+ required: true;
1542
+ };
1543
+ /**
1544
+ * Toggle this value to open/close the accordion.
1545
+ * @demoIgnore true
1546
+ */
1547
+ opened: {
1548
+ type: BooleanConstructor;
1549
+ default: boolean;
1550
+ };
1551
+ /**
1552
+ * Sets a compact style.
1553
+ */
1554
+ compact: {
1555
+ type: BooleanConstructor;
1556
+ default: boolean;
1557
+ };
1558
+ /**
1559
+ * Sets a border-aligned style.
1560
+ */
1561
+ borderAligned: {
1562
+ type: BooleanConstructor;
1563
+ default: boolean;
1564
+ };
1565
+ /**
1566
+ * Sets the heading level
1567
+ * @demoIgnore true
1568
+ */
1569
+ level: {
1570
+ type: (StringConstructor | NumberConstructor)[];
1571
+ required: true;
1572
+ };
1573
+ /**
1574
+ * Toggles content spacing (padding)
1575
+ */
1576
+ contentSpacing: {
1577
+ type: BooleanConstructor;
1578
+ default: boolean;
1579
+ };
1561
1580
  /**
1562
- * Displays '(optional)' text next to the input label.
1581
+ * Sets the readable text on CdrAccordion button (also can be slotted)
1582
+ * @demoIgnore true
1563
1583
  */
1564
- optional: BooleanConstructor;
1565
- /** @ignore */
1566
- modelValue: {
1567
- type: (StringConstructor | NumberConstructor)[];
1584
+ label: {
1585
+ type: StringConstructor;
1568
1586
  };
1569
- /** Adds a custom class to the cdr-label-standalone container div */
1570
- inputContainerClass: StringConstructor;
1571
- /** Passes a custom class to the label for custom styles */
1572
- labelClass: StringConstructor;
1573
- }>> & {
1574
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1575
- }, {
1576
- error: string | boolean;
1577
- background: string;
1578
- disabled: boolean;
1579
- type: string;
1580
- required: boolean;
1581
- hideLabel: boolean;
1582
- optional: boolean;
1583
- numeric: boolean;
1584
- rows: number;
1585
- errorRole: string;
1586
- }, {}>;
1587
+ }>> & Readonly<{
1588
+ "onAccordion-toggle"?: ((...args: any[]) => any) | undefined;
1589
+ }>, {
1590
+ opened: boolean;
1591
+ compact: boolean;
1592
+ borderAligned: boolean;
1593
+ contentSpacing: boolean;
1594
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1595
+
1596
+ declare const __VLS_component_20: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<baseTextProps>, {
1597
+ tag: string;
1598
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<baseTextProps>, {
1599
+ tag: string;
1600
+ }>>> & Readonly<{}>, {
1601
+ tag: string;
1602
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1587
1603
 
1588
- declare const __VLS_component_200: DefineComponent< {
1604
+ declare const __VLS_component_200: DefineComponent<ExtractPropTypes< {
1589
1605
  props: {
1590
1606
  type: ObjectConstructor;
1591
1607
  };
1592
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1608
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1593
1609
  props: {
1594
1610
  type: ObjectConstructor;
1595
1611
  };
1596
- }>>, {}, {}>;
1612
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1597
1613
 
1598
- declare const __VLS_component_201: DefineComponent< {
1614
+ declare const __VLS_component_201: DefineComponent<ExtractPropTypes< {
1599
1615
  props: {
1600
1616
  type: ObjectConstructor;
1601
1617
  };
1602
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1618
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1603
1619
  props: {
1604
1620
  type: ObjectConstructor;
1605
1621
  };
1606
- }>>, {}, {}>;
1622
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1607
1623
 
1608
- declare const __VLS_component_202: DefineComponent< {
1624
+ declare const __VLS_component_202: DefineComponent<ExtractPropTypes< {
1609
1625
  props: {
1610
1626
  type: ObjectConstructor;
1611
1627
  };
1612
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1628
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1613
1629
  props: {
1614
1630
  type: ObjectConstructor;
1615
1631
  };
1616
- }>>, {}, {}>;
1632
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1617
1633
 
1618
- declare const __VLS_component_203: DefineComponent< {
1634
+ declare const __VLS_component_203: DefineComponent<ExtractPropTypes< {
1619
1635
  props: {
1620
1636
  type: ObjectConstructor;
1621
1637
  };
1622
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1638
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1623
1639
  props: {
1624
1640
  type: ObjectConstructor;
1625
1641
  };
1626
- }>>, {}, {}>;
1642
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1627
1643
 
1628
- declare const __VLS_component_204: DefineComponent< {
1644
+ declare const __VLS_component_204: DefineComponent<ExtractPropTypes< {
1629
1645
  props: {
1630
1646
  type: ObjectConstructor;
1631
1647
  };
1632
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1648
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1633
1649
  props: {
1634
1650
  type: ObjectConstructor;
1635
1651
  };
1636
- }>>, {}, {}>;
1652
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1637
1653
 
1638
- declare const __VLS_component_205: DefineComponent< {
1654
+ declare const __VLS_component_205: DefineComponent<ExtractPropTypes< {
1639
1655
  props: {
1640
1656
  type: ObjectConstructor;
1641
1657
  };
1642
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1658
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1643
1659
  props: {
1644
1660
  type: ObjectConstructor;
1645
1661
  };
1646
- }>>, {}, {}>;
1662
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1647
1663
 
1648
- declare const __VLS_component_206: DefineComponent< {
1664
+ declare const __VLS_component_206: DefineComponent<ExtractPropTypes< {
1649
1665
  props: {
1650
1666
  type: ObjectConstructor;
1651
1667
  };
1652
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1668
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1653
1669
  props: {
1654
1670
  type: ObjectConstructor;
1655
1671
  };
1656
- }>>, {}, {}>;
1672
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1657
1673
 
1658
- declare const __VLS_component_207: DefineComponent< {
1674
+ declare const __VLS_component_207: DefineComponent<ExtractPropTypes< {
1659
1675
  props: {
1660
1676
  type: ObjectConstructor;
1661
1677
  };
1662
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1678
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1663
1679
  props: {
1664
1680
  type: ObjectConstructor;
1665
1681
  };
1666
- }>>, {}, {}>;
1682
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1667
1683
 
1668
- declare const __VLS_component_208: DefineComponent< {
1684
+ declare const __VLS_component_208: DefineComponent<ExtractPropTypes< {
1669
1685
  props: {
1670
1686
  type: ObjectConstructor;
1671
1687
  };
1672
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1688
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1673
1689
  props: {
1674
1690
  type: ObjectConstructor;
1675
1691
  };
1676
- }>>, {}, {}>;
1692
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1677
1693
 
1678
- declare const __VLS_component_209: DefineComponent< {
1694
+ declare const __VLS_component_209: DefineComponent<ExtractPropTypes< {
1679
1695
  props: {
1680
1696
  type: ObjectConstructor;
1681
1697
  };
1682
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1698
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1683
1699
  props: {
1684
1700
  type: ObjectConstructor;
1685
1701
  };
1686
- }>>, {}, {}>;
1702
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1687
1703
 
1688
- declare const __VLS_component_21: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<baseTextProps>, {
1689
- tag: string;
1690
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<baseTextProps>, {
1691
- tag: string;
1692
- }>>>, {}, {}>;
1704
+ declare const __VLS_component_21: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Layout>, {
1705
+ gap: string;
1706
+ rowGap: string;
1707
+ columnGap: string;
1708
+ columns: undefined;
1709
+ rows: undefined;
1710
+ as: string;
1711
+ queryType: string;
1712
+ flow: undefined;
1713
+ flowValue: string;
1714
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Layout>, {
1715
+ gap: string;
1716
+ rowGap: string;
1717
+ columnGap: string;
1718
+ columns: undefined;
1719
+ rows: undefined;
1720
+ as: string;
1721
+ queryType: string;
1722
+ flow: undefined;
1723
+ flowValue: string;
1724
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1693
1725
 
1694
- declare const __VLS_component_210: DefineComponent< {
1726
+ declare const __VLS_component_210: DefineComponent<ExtractPropTypes< {
1695
1727
  props: {
1696
1728
  type: ObjectConstructor;
1697
1729
  };
1698
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1730
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1699
1731
  props: {
1700
1732
  type: ObjectConstructor;
1701
1733
  };
1702
- }>>, {}, {}>;
1734
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1703
1735
 
1704
- declare const __VLS_component_211: DefineComponent< {
1736
+ declare const __VLS_component_211: DefineComponent<ExtractPropTypes< {
1705
1737
  props: {
1706
1738
  type: ObjectConstructor;
1707
1739
  };
1708
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1740
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1709
1741
  props: {
1710
1742
  type: ObjectConstructor;
1711
1743
  };
1712
- }>>, {}, {}>;
1744
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1713
1745
 
1714
- declare const __VLS_component_212: DefineComponent< {
1746
+ declare const __VLS_component_212: DefineComponent<ExtractPropTypes< {
1715
1747
  props: {
1716
1748
  type: ObjectConstructor;
1717
1749
  };
1718
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1750
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1719
1751
  props: {
1720
1752
  type: ObjectConstructor;
1721
1753
  };
1722
- }>>, {}, {}>;
1754
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1723
1755
 
1724
- declare const __VLS_component_213: DefineComponent< {
1756
+ declare const __VLS_component_213: DefineComponent<ExtractPropTypes< {
1725
1757
  props: {
1726
1758
  type: ObjectConstructor;
1727
1759
  };
1728
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1760
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1729
1761
  props: {
1730
1762
  type: ObjectConstructor;
1731
1763
  };
1732
- }>>, {}, {}>;
1764
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1733
1765
 
1734
- declare const __VLS_component_214: DefineComponent< {
1766
+ declare const __VLS_component_214: DefineComponent<ExtractPropTypes< {
1735
1767
  props: {
1736
1768
  type: ObjectConstructor;
1737
1769
  };
1738
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1770
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1739
1771
  props: {
1740
1772
  type: ObjectConstructor;
1741
1773
  };
1742
- }>>, {}, {}>;
1774
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1743
1775
 
1744
- declare const __VLS_component_215: DefineComponent< {
1776
+ declare const __VLS_component_215: DefineComponent<ExtractPropTypes< {
1745
1777
  props: {
1746
1778
  type: ObjectConstructor;
1747
1779
  };
1748
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1780
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1749
1781
  props: {
1750
1782
  type: ObjectConstructor;
1751
1783
  };
1752
- }>>, {}, {}>;
1784
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1753
1785
 
1754
- declare const __VLS_component_216: DefineComponent< {
1786
+ declare const __VLS_component_216: DefineComponent<ExtractPropTypes< {
1755
1787
  props: {
1756
1788
  type: ObjectConstructor;
1757
1789
  };
1758
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1790
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1759
1791
  props: {
1760
1792
  type: ObjectConstructor;
1761
1793
  };
1762
- }>>, {}, {}>;
1794
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1763
1795
 
1764
- declare const __VLS_component_217: DefineComponent< {
1796
+ declare const __VLS_component_217: DefineComponent<ExtractPropTypes< {
1765
1797
  props: {
1766
1798
  type: ObjectConstructor;
1767
1799
  };
1768
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1800
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1769
1801
  props: {
1770
1802
  type: ObjectConstructor;
1771
1803
  };
1772
- }>>, {}, {}>;
1804
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1773
1805
 
1774
- declare const __VLS_component_218: DefineComponent< {
1806
+ declare const __VLS_component_218: DefineComponent<ExtractPropTypes< {
1775
1807
  props: {
1776
1808
  type: ObjectConstructor;
1777
1809
  };
1778
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1810
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1779
1811
  props: {
1780
1812
  type: ObjectConstructor;
1781
1813
  };
1782
- }>>, {}, {}>;
1814
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1783
1815
 
1784
- declare const __VLS_component_219: DefineComponent< {
1816
+ declare const __VLS_component_219: DefineComponent<ExtractPropTypes< {
1785
1817
  props: {
1786
1818
  type: ObjectConstructor;
1787
1819
  };
1788
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1820
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1789
1821
  props: {
1790
1822
  type: ObjectConstructor;
1791
1823
  };
1792
- }>>, {}, {}>;
1824
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1793
1825
 
1794
- declare const __VLS_component_22: DefineComponent< {
1826
+ declare const __VLS_component_22: DefineComponent<ExtractPropTypes< {
1795
1827
  /**
1796
1828
  * Sets valid HTML element tag
1797
1829
  * @values a, button
@@ -1827,7 +1859,7 @@ validator: (value: string) => boolean;
1827
1859
  target: StringConstructor;
1828
1860
  /** @ignore */
1829
1861
  rel: StringConstructor;
1830
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1862
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1831
1863
  /**
1832
1864
  * Sets valid HTML element tag
1833
1865
  * @values a, button
@@ -1863,114 +1895,114 @@ validator: (value: string) => boolean;
1863
1895
  target: StringConstructor;
1864
1896
  /** @ignore */
1865
1897
  rel: StringConstructor;
1866
- }>>, {
1898
+ }>> & Readonly<{}>, {
1867
1899
  tag: string;
1868
- modifier: string;
1869
1900
  inheritColor: boolean;
1870
1901
  href: string;
1871
- }, {}>;
1902
+ modifier: string;
1903
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1872
1904
 
1873
- declare const __VLS_component_220: DefineComponent< {
1905
+ declare const __VLS_component_220: DefineComponent<ExtractPropTypes< {
1874
1906
  props: {
1875
1907
  type: ObjectConstructor;
1876
1908
  };
1877
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1909
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1878
1910
  props: {
1879
1911
  type: ObjectConstructor;
1880
1912
  };
1881
- }>>, {}, {}>;
1913
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1882
1914
 
1883
- declare const __VLS_component_221: DefineComponent< {
1915
+ declare const __VLS_component_221: DefineComponent<ExtractPropTypes< {
1884
1916
  props: {
1885
1917
  type: ObjectConstructor;
1886
1918
  };
1887
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1919
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1888
1920
  props: {
1889
1921
  type: ObjectConstructor;
1890
1922
  };
1891
- }>>, {}, {}>;
1923
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1892
1924
 
1893
- declare const __VLS_component_222: DefineComponent< {
1925
+ declare const __VLS_component_222: DefineComponent<ExtractPropTypes< {
1894
1926
  props: {
1895
1927
  type: ObjectConstructor;
1896
1928
  };
1897
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1929
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1898
1930
  props: {
1899
1931
  type: ObjectConstructor;
1900
1932
  };
1901
- }>>, {}, {}>;
1933
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1902
1934
 
1903
- declare const __VLS_component_223: DefineComponent< {
1935
+ declare const __VLS_component_223: DefineComponent<ExtractPropTypes< {
1904
1936
  props: {
1905
1937
  type: ObjectConstructor;
1906
1938
  };
1907
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1939
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1908
1940
  props: {
1909
1941
  type: ObjectConstructor;
1910
1942
  };
1911
- }>>, {}, {}>;
1943
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1912
1944
 
1913
- declare const __VLS_component_224: DefineComponent< {
1945
+ declare const __VLS_component_224: DefineComponent<ExtractPropTypes< {
1914
1946
  props: {
1915
1947
  type: ObjectConstructor;
1916
1948
  };
1917
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1949
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1918
1950
  props: {
1919
1951
  type: ObjectConstructor;
1920
1952
  };
1921
- }>>, {}, {}>;
1953
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1922
1954
 
1923
- declare const __VLS_component_225: DefineComponent< {
1955
+ declare const __VLS_component_225: DefineComponent<ExtractPropTypes< {
1924
1956
  props: {
1925
1957
  type: ObjectConstructor;
1926
1958
  };
1927
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1959
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1928
1960
  props: {
1929
1961
  type: ObjectConstructor;
1930
1962
  };
1931
- }>>, {}, {}>;
1963
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1932
1964
 
1933
- declare const __VLS_component_226: DefineComponent< {
1965
+ declare const __VLS_component_226: DefineComponent<ExtractPropTypes< {
1934
1966
  props: {
1935
1967
  type: ObjectConstructor;
1936
1968
  };
1937
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1969
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1938
1970
  props: {
1939
1971
  type: ObjectConstructor;
1940
1972
  };
1941
- }>>, {}, {}>;
1973
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1942
1974
 
1943
- declare const __VLS_component_227: DefineComponent< {
1975
+ declare const __VLS_component_227: DefineComponent<ExtractPropTypes< {
1944
1976
  props: {
1945
1977
  type: ObjectConstructor;
1946
1978
  };
1947
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1979
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1948
1980
  props: {
1949
1981
  type: ObjectConstructor;
1950
1982
  };
1951
- }>>, {}, {}>;
1983
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1952
1984
 
1953
- declare const __VLS_component_228: DefineComponent< {
1985
+ declare const __VLS_component_228: DefineComponent<ExtractPropTypes< {
1954
1986
  props: {
1955
1987
  type: ObjectConstructor;
1956
1988
  };
1957
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1989
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1958
1990
  props: {
1959
1991
  type: ObjectConstructor;
1960
1992
  };
1961
- }>>, {}, {}>;
1993
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1962
1994
 
1963
- declare const __VLS_component_229: DefineComponent< {
1995
+ declare const __VLS_component_229: DefineComponent<ExtractPropTypes< {
1964
1996
  props: {
1965
1997
  type: ObjectConstructor;
1966
1998
  };
1967
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1999
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1968
2000
  props: {
1969
2001
  type: ObjectConstructor;
1970
2002
  };
1971
- }>>, {}, {}>;
2003
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1972
2004
 
1973
- declare const __VLS_component_23: DefineComponent< {
2005
+ declare const __VLS_component_23: DefineComponent<ExtractPropTypes< {
1974
2006
  /**
1975
2007
  * Sets list type and HTML element as "unordered" or "ordered"
1976
2008
  * @values ul, ol
@@ -1990,7 +2022,7 @@ type: StringConstructor;
1990
2022
  default: undefined;
1991
2023
  validator: (value: string) => boolean;
1992
2024
  };
1993
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2025
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1994
2026
  /**
1995
2027
  * Sets list type and HTML element as "unordered" or "ordered"
1996
2028
  * @values ul, ol
@@ -2010,82 +2042,131 @@ type: StringConstructor;
2010
2042
  default: undefined;
2011
2043
  validator: (value: string) => boolean;
2012
2044
  };
2013
- }>>, {
2045
+ }>> & Readonly<{}>, {
2014
2046
  tag: string;
2015
2047
  modifier: string;
2016
- }, {}>;
2048
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2017
2049
 
2018
- declare const __VLS_component_230: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<headingDisplayTextProps>, {
2050
+ declare const __VLS_component_230: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<headingDisplayTextProps>, {
2019
2051
  tag: string;
2020
2052
  scale: string;
2021
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<headingDisplayTextProps>, {
2053
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<headingDisplayTextProps>, {
2022
2054
  tag: string;
2023
2055
  scale: string;
2024
- }>>>, {}, {}>;
2056
+ }>>> & Readonly<{}>, {
2057
+ tag: string;
2058
+ scale: "2" | "3" | "4" | "5" | "6" | "7";
2059
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2025
2060
 
2026
- declare const __VLS_component_231: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<headingSerifTextProps>, {
2061
+ declare const __VLS_component_231: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<headingSerifTextProps>, {
2027
2062
  tag: string;
2028
2063
  scale: string;
2029
2064
  strong: boolean;
2030
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<headingSerifTextProps>, {
2065
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<headingSerifTextProps>, {
2031
2066
  tag: string;
2032
2067
  scale: string;
2033
2068
  strong: boolean;
2034
- }>>>, {}, {}>;
2069
+ }>>> & Readonly<{}>, {
2070
+ strong: boolean;
2071
+ tag: string;
2072
+ scale: "1" | "2" | "3" | "4" | "5";
2073
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2035
2074
 
2036
- declare const __VLS_component_232: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingSansTextProps>, {
2075
+ declare const __VLS_component_232: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingSansTextProps>, {
2037
2076
  tag: string;
2038
2077
  scale: string;
2039
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingSansTextProps>, {
2078
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingSansTextProps>, {
2040
2079
  tag: string;
2041
2080
  scale: string;
2042
- }>>>, {}, {}>;
2081
+ }>>> & Readonly<{}>, {
2082
+ tag: string;
2083
+ scale: "1" | "2" | "3";
2084
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2043
2085
 
2044
- declare const __VLS_component_233: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<subheadingSansTextProps>, {
2086
+ declare const __VLS_component_233: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<subheadingSansTextProps>, {
2045
2087
  tag: string;
2046
2088
  scale: string;
2047
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<subheadingSansTextProps>, {
2089
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<subheadingSansTextProps>, {
2048
2090
  tag: string;
2049
2091
  scale: string;
2050
- }>>>, {}, {}>;
2092
+ }>>> & Readonly<{}>, {
2093
+ tag: string;
2094
+ scale: "-1" | "0" | "1" | "2";
2095
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2051
2096
 
2052
- declare const __VLS_component_234: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<utilitySansTextProps>, {
2097
+ declare const __VLS_component_234: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<utilitySansTextProps>, {
2053
2098
  tag: string;
2054
2099
  scale: string;
2055
2100
  strong: boolean;
2056
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<utilitySansTextProps>, {
2101
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<utilitySansTextProps>, {
2057
2102
  tag: string;
2058
2103
  scale: string;
2059
2104
  strong: boolean;
2060
- }>>>, {}, {}>;
2105
+ }>>> & Readonly<{}>, {
2106
+ strong: boolean;
2107
+ tag: string;
2108
+ scale: "-1" | "0" | "1" | "2" | "3";
2109
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2061
2110
 
2062
- declare const __VLS_component_235: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<utilitySerifTextProps>, {
2111
+ declare const __VLS_component_235: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<utilitySerifTextProps>, {
2063
2112
  tag: string;
2064
2113
  scale: string;
2065
2114
  strong: boolean;
2066
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<utilitySerifTextProps>, {
2115
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<utilitySerifTextProps>, {
2067
2116
  tag: string;
2068
2117
  scale: string;
2069
2118
  strong: boolean;
2070
- }>>>, {}, {}>;
2119
+ }>>> & Readonly<{}>, {
2120
+ strong: boolean;
2121
+ tag: string;
2122
+ scale: "-1" | "0" | "1" | "2" | "3";
2123
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2071
2124
 
2072
- declare const __VLS_component_236: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<bodyTextProps>, {
2125
+ declare const __VLS_component_236: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<bodyTextProps>, {
2073
2126
  tag: string;
2074
2127
  scale: string;
2075
2128
  strong: boolean;
2076
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<bodyTextProps>, {
2129
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<bodyTextProps>, {
2077
2130
  tag: string;
2078
2131
  scale: string;
2079
2132
  strong: boolean;
2080
- }>>>, {}, {}>;
2133
+ }>>> & Readonly<{}>, {
2134
+ strong: boolean;
2135
+ tag: string;
2136
+ scale: ScaleValue;
2137
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2081
2138
 
2082
- declare const __VLS_component_237: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<baseTextProps>, {
2139
+ declare const __VLS_component_237: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<baseTextProps>, {
2083
2140
  tag: string;
2084
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<baseTextProps>, {
2141
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<baseTextProps>, {
2085
2142
  tag: string;
2086
- }>>>, {}, {}>;
2087
-
2088
- declare const __VLS_component_24: DefineComponent< {
2143
+ }>>> & Readonly<{}>, {
2144
+ tag: string;
2145
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2146
+
2147
+ declare const __VLS_component_24: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<MediaObject>, {
2148
+ align: string;
2149
+ mediaPosition: string;
2150
+ mediaWidth: string;
2151
+ mediaHeight: string;
2152
+ mediaCover: boolean;
2153
+ overlay: boolean;
2154
+ overlayRowAlign: string;
2155
+ overlayColumnAlign: string;
2156
+ contentPadding: string;
2157
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<MediaObject>, {
2158
+ align: string;
2159
+ mediaPosition: string;
2160
+ mediaWidth: string;
2161
+ mediaHeight: string;
2162
+ mediaCover: boolean;
2163
+ overlay: boolean;
2164
+ overlayRowAlign: string;
2165
+ overlayColumnAlign: string;
2166
+ contentPadding: string;
2167
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2168
+
2169
+ declare const __VLS_component_25: DefineComponent<ExtractPropTypes< {
2089
2170
  /**
2090
2171
  * Toggles the state of the modal
2091
2172
  * @demoIgnore true
@@ -2145,7 +2226,7 @@ animationDuration: {
2145
2226
  type: NumberConstructor;
2146
2227
  default: number;
2147
2228
  };
2148
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2229
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2149
2230
  closed: (...args: any[]) => void;
2150
2231
  }, string, PublicProps, Readonly<ExtractPropTypes< {
2151
2232
  /**
@@ -2207,17 +2288,17 @@ animationDuration: {
2207
2288
  type: NumberConstructor;
2208
2289
  default: number;
2209
2290
  };
2210
- }>> & {
2291
+ }>> & Readonly<{
2211
2292
  onClosed?: ((...args: any[]) => any) | undefined;
2212
- }, {
2213
- role: string;
2293
+ }>, {
2214
2294
  id: string;
2295
+ role: string;
2215
2296
  showTitle: boolean;
2216
2297
  ariaDescribedby: string;
2217
2298
  animationDuration: number;
2218
- }, {}>;
2299
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2219
2300
 
2220
- declare const __VLS_component_25: DefineComponent< {
2301
+ declare const __VLS_component_26: DefineComponent<ExtractPropTypes< {
2221
2302
  /**
2222
2303
  * Sets the position where the popover will render relative to the trigger element.
2223
2304
  * @demoSelectMultiple false
@@ -2263,7 +2344,7 @@ type: BooleanConstructor;
2263
2344
  default: boolean;
2264
2345
  required: false;
2265
2346
  };
2266
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2347
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2267
2348
  opened: (...args: any[]) => void;
2268
2349
  closed: (...args: any[]) => void;
2269
2350
  }, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -2312,16 +2393,16 @@ type: BooleanConstructor;
2312
2393
  default: boolean;
2313
2394
  required: false;
2314
2395
  };
2315
- }>> & {
2316
- onClosed?: ((...args: any[]) => any) | undefined;
2396
+ }>> & Readonly<{
2317
2397
  onOpened?: ((...args: any[]) => any) | undefined;
2318
- }, {
2398
+ onClosed?: ((...args: any[]) => any) | undefined;
2399
+ }>, {
2319
2400
  position: string;
2320
2401
  autoPosition: boolean;
2321
2402
  open: boolean;
2322
- }, {}>;
2403
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2323
2404
 
2324
- declare const __VLS_component_26: DefineComponent< {
2405
+ declare const __VLS_component_27: DefineComponent<ExtractPropTypes< {
2325
2406
  /**
2326
2407
  * Sets the semantic HTML element for the quote.
2327
2408
  * @values blockquote, aside, q, div
@@ -2344,7 +2425,7 @@ validator: (value: string) => boolean;
2344
2425
  summary: StringConstructor;
2345
2426
  /** Sets the quote attribution text. */
2346
2427
  citation: StringConstructor;
2347
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2428
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2348
2429
  /**
2349
2430
  * Sets the semantic HTML element for the quote.
2350
2431
  * @values blockquote, aside, q, div
@@ -2367,12 +2448,12 @@ validator: (value: string) => boolean;
2367
2448
  summary: StringConstructor;
2368
2449
  /** Sets the quote attribution text. */
2369
2450
  citation: StringConstructor;
2370
- }>>, {
2451
+ }>> & Readonly<{}>, {
2371
2452
  tag: string;
2372
2453
  modifier: string;
2373
- }, {}>;
2454
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2374
2455
 
2375
- declare const __VLS_component_27: DefineComponent< {
2456
+ declare const __VLS_component_28: DefineComponent<ExtractPropTypes< {
2376
2457
  /**
2377
2458
  * Adds CSS class to the label for custom styles.
2378
2459
  */
@@ -2433,7 +2514,7 @@ type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstru
2433
2514
  modelValue: {
2434
2515
  type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
2435
2516
  };
2436
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2517
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2437
2518
  "update:modelValue": (...args: any[]) => void;
2438
2519
  }, string, PublicProps, Readonly<ExtractPropTypes< {
2439
2520
  /**
@@ -2496,16 +2577,16 @@ type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstru
2496
2577
  modelValue: {
2497
2578
  type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
2498
2579
  };
2499
- }>> & {
2580
+ }>> & Readonly<{
2500
2581
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2501
- }, {
2502
- background: string;
2503
- modifier: string;
2504
- disabled: boolean;
2582
+ }>, {
2505
2583
  size: string;
2506
- }, {}>;
2584
+ disabled: boolean;
2585
+ modifier: string;
2586
+ background: string;
2587
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2507
2588
 
2508
- declare const __VLS_component_28: DefineComponent< {
2589
+ declare const __VLS_component_29: DefineComponent<ExtractPropTypes< {
2509
2590
  /**
2510
2591
  * Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.
2511
2592
  */
@@ -2583,7 +2664,7 @@ multiple: BooleanConstructor;
2583
2664
  * This number corresponds to the number of select options that will be visible without scrolling.
2584
2665
  */
2585
2666
  multipleSize: NumberConstructor;
2586
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2667
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2587
2668
  "update:modelValue": (...args: any[]) => void;
2588
2669
  }, string, PublicProps, Readonly<ExtractPropTypes< {
2589
2670
  /**
@@ -2663,20 +2744,44 @@ multiple: BooleanConstructor;
2663
2744
  * This number corresponds to the number of select options that will be visible without scrolling.
2664
2745
  */
2665
2746
  multipleSize: NumberConstructor;
2666
- }>> & {
2747
+ }>> & Readonly<{
2667
2748
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2668
- }, {
2749
+ }>, {
2669
2750
  error: string | boolean;
2670
- background: string;
2671
2751
  disabled: boolean;
2672
2752
  required: boolean;
2673
- multiple: boolean;
2753
+ background: string;
2674
2754
  hideLabel: boolean;
2675
2755
  optional: boolean;
2676
2756
  errorRole: string;
2677
- }, {}>;
2757
+ multiple: boolean;
2758
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2759
+
2760
+ declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
2761
+ /**
2762
+ * A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.
2763
+ * @values @xs, @sm, @md, @lg, true
2764
+ */
2765
+ unwrap: {
2766
+ type: (BooleanConstructor | StringConstructor)[];
2767
+ default: boolean;
2768
+ validator: (value: string) => boolean;
2769
+ };
2770
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2771
+ /**
2772
+ * A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.
2773
+ * @values @xs, @sm, @md, @lg, true
2774
+ */
2775
+ unwrap: {
2776
+ type: (BooleanConstructor | StringConstructor)[];
2777
+ default: boolean;
2778
+ validator: (value: string) => boolean;
2779
+ };
2780
+ }>> & Readonly<{}>, {
2781
+ unwrap: string | boolean;
2782
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2678
2783
 
2679
- declare const __VLS_component_29: DefineComponent< {
2784
+ declare const __VLS_component_30: DefineComponent<ExtractPropTypes< {
2680
2785
  /**
2681
2786
  * Toggle animation on/off.
2682
2787
  * When `true`, animated gradient will be used while loading.
@@ -2687,7 +2792,7 @@ motion: {
2687
2792
  type: BooleanConstructor;
2688
2793
  default: boolean;
2689
2794
  };
2690
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2795
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2691
2796
  /**
2692
2797
  * Toggle animation on/off.
2693
2798
  * When `true`, animated gradient will be used while loading.
@@ -2698,46 +2803,22 @@ motion: {
2698
2803
  type: BooleanConstructor;
2699
2804
  default: boolean;
2700
2805
  };
2701
- }>>, {
2806
+ }>> & Readonly<{}>, {
2702
2807
  motion: boolean;
2703
- }, {}>;
2704
-
2705
- declare const __VLS_component_3: DefineComponent< {
2706
- /**
2707
- * A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.
2708
- * @values @xs, @sm, @md, @lg, true
2709
- */
2710
- unwrap: {
2711
- type: (BooleanConstructor | StringConstructor)[];
2712
- default: boolean;
2713
- validator: (value: string) => boolean;
2714
- };
2715
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2716
- /**
2717
- * A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.
2718
- * @values @xs, @sm, @md, @lg, true
2719
- */
2720
- unwrap: {
2721
- type: (BooleanConstructor | StringConstructor)[];
2722
- default: boolean;
2723
- validator: (value: string) => boolean;
2724
- };
2725
- }>>, {
2726
- unwrap: string | boolean;
2727
- }, {}>;
2808
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2728
2809
 
2729
- declare const __VLS_component_30: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<splitSurfaceProps>, {
2810
+ declare const __VLS_component_31: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<splitSurfaceProps>, {
2730
2811
  surface: string;
2731
2812
  tag: string;
2732
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<splitSurfaceProps>, {
2813
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<splitSurfaceProps>, {
2733
2814
  surface: string;
2734
2815
  tag: string;
2735
- }>>>, {
2816
+ }>>> & Readonly<{}>, {
2736
2817
  tag: string;
2737
2818
  surface: "top" | "bottom";
2738
- }, {}>;
2819
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2739
2820
 
2740
- declare const __VLS_component_31: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<surface>, {
2821
+ declare const __VLS_component_32: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<surface>, {
2741
2822
  background: string;
2742
2823
  borderColor: string;
2743
2824
  borderStyle: string;
@@ -2747,7 +2828,8 @@ radius: string;
2747
2828
  shadow: string;
2748
2829
  tag: string;
2749
2830
  withBorder: boolean;
2750
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<surface>, {
2831
+ palette: string;
2832
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<surface>, {
2751
2833
  background: string;
2752
2834
  borderColor: string;
2753
2835
  borderStyle: string;
@@ -2757,9 +2839,21 @@ radius: string;
2757
2839
  shadow: string;
2758
2840
  tag: string;
2759
2841
  withBorder: boolean;
2760
- }>>>, {}, {}>;
2842
+ palette: string;
2843
+ }>>> & Readonly<{}>, {
2844
+ tag: Tag;
2845
+ radius: Radius;
2846
+ modifier: Modifier;
2847
+ background: Background;
2848
+ shadow: Shadow;
2849
+ borderColor: BorderColor;
2850
+ borderStyle: BorderStyle;
2851
+ borderWidth: Space;
2852
+ withBorder: boolean;
2853
+ palette: "default" | "sandstone" | "membership-subtle" | "membership-vibrant";
2854
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2761
2855
 
2762
- declare const __VLS_component_32: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<surfaceSelection>, {
2856
+ declare const __VLS_component_33: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<surfaceSelection>, {
2763
2857
  shadow: undefined;
2764
2858
  tag: string;
2765
2859
  role: string;
@@ -2767,8 +2861,8 @@ modifier: string;
2767
2861
  checked: boolean;
2768
2862
  disabled: boolean;
2769
2863
  loading: boolean;
2770
- orientation: string;
2771
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<surfaceSelection>, {
2864
+ layout: () => Layout;
2865
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<surfaceSelection>, {
2772
2866
  shadow: undefined;
2773
2867
  tag: string;
2774
2868
  role: string;
@@ -2776,16 +2870,19 @@ modifier: string;
2776
2870
  checked: boolean;
2777
2871
  disabled: boolean;
2778
2872
  loading: boolean;
2779
- orientation: string;
2780
- }>>>, {}, {}>;
2781
-
2782
- declare const __VLS_component_33: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<surfaceSelectionLayout>, {
2783
- orientation: string;
2784
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<surfaceSelectionLayout>, {
2785
- orientation: string;
2786
- }>>>, {}, {}>;
2873
+ layout: () => Layout;
2874
+ }>>> & Readonly<{}>, {
2875
+ tag: Tag;
2876
+ role: string;
2877
+ disabled: boolean;
2878
+ modifier: Modifier;
2879
+ loading: boolean;
2880
+ checked: boolean;
2881
+ shadow: Shadow;
2882
+ layout: Layout;
2883
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2787
2884
 
2788
- declare const __VLS_component_34: DefineComponent< {
2885
+ declare const __VLS_component_34: DefineComponent<ExtractPropTypes< {
2789
2886
  /** Sets row colors to alternate between darker and lighter backgrounds.
2790
2887
  * Striping will not apply when `border` is true
2791
2888
  */
@@ -2823,7 +2920,7 @@ type: StringConstructor;
2823
2920
  default: string;
2824
2921
  validator: (value: string) => boolean;
2825
2922
  };
2826
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2923
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2827
2924
  /** Sets row colors to alternate between darker and lighter backgrounds.
2828
2925
  * Striping will not apply when `border` is true
2829
2926
  */
@@ -2861,23 +2958,23 @@ type: StringConstructor;
2861
2958
  default: string;
2862
2959
  validator: (value: string) => boolean;
2863
2960
  };
2864
- }>>, {
2961
+ }>> & Readonly<{}>, {
2865
2962
  size: string;
2866
2963
  fullWidth: string | boolean;
2867
2964
  striped: boolean;
2868
2965
  border: boolean;
2869
2966
  responsive: boolean;
2870
2967
  hover: boolean;
2871
- }, {}>;
2968
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2872
2969
 
2873
- declare const __VLS_component_35: DefineComponent< {
2970
+ declare const __VLS_component_35: DefineComponent<ExtractPropTypes< {
2874
2971
  /** Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property. */
2875
2972
  id: StringConstructor;
2876
2973
  /** Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier. */
2877
2974
  name: StringConstructor;
2878
2975
  /** Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property. */
2879
2976
  ariaLabelledby: StringConstructor;
2880
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2977
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2881
2978
  "tab-change": (...args: any[]) => void;
2882
2979
  }, string, PublicProps, Readonly<ExtractPropTypes< {
2883
2980
  /** Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property. */
@@ -2886,11 +2983,11 @@ id: StringConstructor;
2886
2983
  name: StringConstructor;
2887
2984
  /** Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property. */
2888
2985
  ariaLabelledby: StringConstructor;
2889
- }>> & {
2986
+ }>> & Readonly<{
2890
2987
  "onTab-change"?: ((...args: any[]) => any) | undefined;
2891
- }, {}, {}>;
2988
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2892
2989
 
2893
- declare const __VLS_component_36: DefineComponent< {
2990
+ declare const __VLS_component_36: DefineComponent<ExtractPropTypes< {
2894
2991
  /**
2895
2992
  * Sets height of the tabs container element.
2896
2993
  * Passing a `px` value will render tabs with a static height,
@@ -2925,7 +3022,7 @@ backgroundColor: {
2925
3022
  type: StringConstructor;
2926
3023
  default: string;
2927
3024
  };
2928
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3025
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2929
3026
  /**
2930
3027
  * Sets height of the tabs container element.
2931
3028
  * Passing a `px` value will render tabs with a static height,
@@ -2960,25 +3057,29 @@ backgroundColor: {
2960
3057
  type: StringConstructor;
2961
3058
  default: string;
2962
3059
  };
2963
- }>>, {
3060
+ }>> & Readonly<{}>, {
2964
3061
  height: string;
2965
3062
  activeTab: number;
2966
3063
  backgroundColor: string;
2967
- }, {}>;
3064
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2968
3065
 
2969
- declare const __VLS_component_37: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<baseTextProps>, {
3066
+ declare const __VLS_component_37: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<baseTextProps>, {
2970
3067
  tag: string;
2971
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<baseTextProps>, {
3068
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<baseTextProps>, {
2972
3069
  tag: string;
2973
- }>>>, {}, {}>;
3070
+ }>>> & Readonly<{}>, {
3071
+ tag: string;
3072
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2974
3073
 
2975
- declare const __VLS_component_38: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<baseTextProps>, {
3074
+ declare const __VLS_component_38: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<baseTextProps>, {
3075
+ tag: string;
3076
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<baseTextProps>, {
2976
3077
  tag: string;
2977
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<baseTextProps>, {
3078
+ }>>> & Readonly<{}>, {
2978
3079
  tag: string;
2979
- }>>>, {}, {}>;
3080
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2980
3081
 
2981
- declare const __VLS_component_39: DefineComponent< {
3082
+ declare const __VLS_component_39: DefineComponent<ExtractPropTypes< {
2982
3083
  /**
2983
3084
  * Sets the toast type.
2984
3085
  * @demoSelectMultiple false
@@ -3007,7 +3108,7 @@ dismissDelay: {
3007
3108
  type: NumberConstructor;
3008
3109
  default: number;
3009
3110
  };
3010
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3111
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3011
3112
  closed: (...args: any[]) => void;
3012
3113
  open: (...args: any[]) => void;
3013
3114
  }, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -3039,17 +3140,17 @@ dismissDelay: {
3039
3140
  type: NumberConstructor;
3040
3141
  default: number;
3041
3142
  };
3042
- }>> & {
3143
+ }>> & Readonly<{
3043
3144
  onClosed?: ((...args: any[]) => any) | undefined;
3044
3145
  onOpen?: ((...args: any[]) => any) | undefined;
3045
- }, {
3146
+ }>, {
3046
3147
  type: string;
3047
3148
  open: boolean;
3048
3149
  autoDismiss: boolean;
3049
3150
  dismissDelay: number;
3050
- }, {}>;
3151
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3051
3152
 
3052
- declare const __VLS_component_4: DefineComponent< {
3153
+ declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
3053
3154
  /**
3054
3155
  * Sets the banner style.
3055
3156
  * @demoSelectMultiple false
@@ -3060,7 +3161,7 @@ type: StringConstructor;
3060
3161
  validator: (value: string) => boolean;
3061
3162
  default: string;
3062
3163
  };
3063
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3164
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3064
3165
  /**
3065
3166
  * Sets the banner style.
3066
3167
  * @demoSelectMultiple false
@@ -3071,11 +3172,11 @@ type: StringConstructor;
3071
3172
  validator: (value: string) => boolean;
3072
3173
  default: string;
3073
3174
  };
3074
- }>>, {
3175
+ }>> & Readonly<{}>, {
3075
3176
  type: string;
3076
- }, {}>;
3177
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3077
3178
 
3078
- declare const __VLS_component_40: DefineComponent< {
3179
+ declare const __VLS_component_40: DefineComponent<ExtractPropTypes< {
3079
3180
  /**
3080
3181
  * Sets the value and aria-label for the toggle button. Display can be overridden using default slot
3081
3182
  */
@@ -3083,7 +3184,7 @@ toggleValue: {
3083
3184
  type: StringConstructor;
3084
3185
  required: true;
3085
3186
  };
3086
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3187
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3087
3188
  /**
3088
3189
  * Sets the value and aria-label for the toggle button. Display can be overridden using default slot
3089
3190
  */
@@ -3091,9 +3192,9 @@ toggleValue: {
3091
3192
  type: StringConstructor;
3092
3193
  required: true;
3093
3194
  };
3094
- }>>, {}, {}>;
3195
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3095
3196
 
3096
- declare const __VLS_component_41: DefineComponent< {
3197
+ declare const __VLS_component_41: DefineComponent<ExtractPropTypes< {
3097
3198
  /** @ignore */
3098
3199
  modelValue: {
3099
3200
  type: (BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
@@ -3109,7 +3210,7 @@ type: StringConstructor;
3109
3210
  default: string;
3110
3211
  validator: (value: string) => boolean;
3111
3212
  };
3112
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3213
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3113
3214
  "update:modelValue": (...args: any[]) => void;
3114
3215
  }, string, PublicProps, Readonly<ExtractPropTypes< {
3115
3216
  /** @ignore */
@@ -3127,13 +3228,13 @@ type: StringConstructor;
3127
3228
  default: string;
3128
3229
  validator: (value: string) => boolean;
3129
3230
  };
3130
- }>> & {
3231
+ }>> & Readonly<{
3131
3232
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3132
- }, {
3233
+ }>, {
3133
3234
  size: string;
3134
- }, {}>;
3235
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3135
3236
 
3136
- declare const __VLS_component_42: DefineComponent< {
3237
+ declare const __VLS_component_42: DefineComponent<ExtractPropTypes< {
3137
3238
  /**
3138
3239
  * Sets a custom ID for the switch. If this value is not set, it will be auto-generated.
3139
3240
  */
@@ -3164,7 +3265,7 @@ modelValue: {
3164
3265
  type: BooleanConstructor;
3165
3266
  required: true;
3166
3267
  };
3167
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3268
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3168
3269
  "update:modelValue": (...args: any[]) => void;
3169
3270
  }, string, PublicProps, Readonly<ExtractPropTypes< {
3170
3271
  /**
@@ -3197,14 +3298,14 @@ modelValue: {
3197
3298
  type: BooleanConstructor;
3198
3299
  required: true;
3199
3300
  };
3200
- }>> & {
3301
+ }>> & Readonly<{
3201
3302
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3202
- }, {
3303
+ }>, {
3203
3304
  size: string;
3204
3305
  fullWidth: boolean;
3205
- }, {}>;
3306
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3206
3307
 
3207
- declare const __VLS_component_43: DefineComponent< {
3308
+ declare const __VLS_component_43: DefineComponent<ExtractPropTypes< {
3208
3309
  /**
3209
3310
  * Sets the position where the tooltip will render relative to the trigger element.
3210
3311
  * @demoSelectMultiple false
@@ -3242,7 +3343,7 @@ open: {
3242
3343
  type: BooleanConstructor;
3243
3344
  default: boolean;
3244
3345
  };
3245
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3346
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3246
3347
  opened: (...args: any[]) => void;
3247
3348
  closed: (...args: any[]) => void;
3248
3349
  }, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -3283,76 +3384,76 @@ open: {
3283
3384
  type: BooleanConstructor;
3284
3385
  default: boolean;
3285
3386
  };
3286
- }>> & {
3287
- onClosed?: ((...args: any[]) => any) | undefined;
3387
+ }>> & Readonly<{
3288
3388
  onOpened?: ((...args: any[]) => any) | undefined;
3289
- }, {
3389
+ onClosed?: ((...args: any[]) => any) | undefined;
3390
+ }>, {
3290
3391
  position: string;
3291
3392
  autoPosition: boolean;
3292
3393
  open: boolean;
3293
- }, {}>;
3394
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3294
3395
 
3295
- declare const __VLS_component_44: DefineComponent< {
3396
+ declare const __VLS_component_44: DefineComponent<ExtractPropTypes< {
3296
3397
  props: {
3297
3398
  type: ObjectConstructor;
3298
3399
  };
3299
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3400
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3300
3401
  props: {
3301
3402
  type: ObjectConstructor;
3302
3403
  };
3303
- }>>, {}, {}>;
3404
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3304
3405
 
3305
- declare const __VLS_component_45: DefineComponent< {
3406
+ declare const __VLS_component_45: DefineComponent<ExtractPropTypes< {
3306
3407
  props: {
3307
3408
  type: ObjectConstructor;
3308
3409
  };
3309
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3410
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3310
3411
  props: {
3311
3412
  type: ObjectConstructor;
3312
3413
  };
3313
- }>>, {}, {}>;
3414
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3314
3415
 
3315
- declare const __VLS_component_46: DefineComponent< {
3416
+ declare const __VLS_component_46: DefineComponent<ExtractPropTypes< {
3316
3417
  props: {
3317
3418
  type: ObjectConstructor;
3318
3419
  };
3319
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3420
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3320
3421
  props: {
3321
3422
  type: ObjectConstructor;
3322
3423
  };
3323
- }>>, {}, {}>;
3424
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3324
3425
 
3325
- declare const __VLS_component_47: DefineComponent< {
3426
+ declare const __VLS_component_47: DefineComponent<ExtractPropTypes< {
3326
3427
  props: {
3327
3428
  type: ObjectConstructor;
3328
3429
  };
3329
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3430
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3330
3431
  props: {
3331
3432
  type: ObjectConstructor;
3332
3433
  };
3333
- }>>, {}, {}>;
3434
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3334
3435
 
3335
- declare const __VLS_component_48: DefineComponent< {
3436
+ declare const __VLS_component_48: DefineComponent<ExtractPropTypes< {
3336
3437
  props: {
3337
3438
  type: ObjectConstructor;
3338
3439
  };
3339
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3440
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3340
3441
  props: {
3341
3442
  type: ObjectConstructor;
3342
3443
  };
3343
- }>>, {}, {}>;
3444
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3344
3445
 
3345
- declare const __VLS_component_49: DefineComponent< {
3446
+ declare const __VLS_component_49: DefineComponent<ExtractPropTypes< {
3346
3447
  props: {
3347
3448
  type: ObjectConstructor;
3348
3449
  };
3349
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3450
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3350
3451
  props: {
3351
3452
  type: ObjectConstructor;
3352
3453
  };
3353
- }>>, {}, {}>;
3454
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3354
3455
 
3355
- declare const __VLS_component_5: DefineComponent< {
3456
+ declare const __VLS_component_5: DefineComponent<ExtractPropTypes< {
3356
3457
  /**
3357
3458
  * Sets the array of a breadcrumb object containing a 'url' and 'name' property.
3358
3459
  * @demoIgnore true
@@ -3376,7 +3477,7 @@ default: boolean;
3376
3477
  id: {
3377
3478
  type: StringConstructor;
3378
3479
  };
3379
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3480
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3380
3481
  navigate: (...args: any[]) => void;
3381
3482
  }, string, PublicProps, Readonly<ExtractPropTypes< {
3382
3483
  /**
@@ -3402,114 +3503,114 @@ default: boolean;
3402
3503
  id: {
3403
3504
  type: StringConstructor;
3404
3505
  };
3405
- }>> & {
3506
+ }>> & Readonly<{
3406
3507
  onNavigate?: ((...args: any[]) => any) | undefined;
3407
- }, {
3508
+ }>, {
3408
3509
  items: breadcrumbItem[];
3409
3510
  truncationEnabled: boolean;
3410
- }, {}>;
3511
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3411
3512
 
3412
- declare const __VLS_component_50: DefineComponent< {
3513
+ declare const __VLS_component_50: DefineComponent<ExtractPropTypes< {
3413
3514
  props: {
3414
3515
  type: ObjectConstructor;
3415
3516
  };
3416
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3517
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3417
3518
  props: {
3418
3519
  type: ObjectConstructor;
3419
3520
  };
3420
- }>>, {}, {}>;
3521
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3421
3522
 
3422
- declare const __VLS_component_51: DefineComponent< {
3523
+ declare const __VLS_component_51: DefineComponent<ExtractPropTypes< {
3423
3524
  props: {
3424
3525
  type: ObjectConstructor;
3425
3526
  };
3426
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3527
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3427
3528
  props: {
3428
3529
  type: ObjectConstructor;
3429
3530
  };
3430
- }>>, {}, {}>;
3531
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3431
3532
 
3432
- declare const __VLS_component_52: DefineComponent< {
3533
+ declare const __VLS_component_52: DefineComponent<ExtractPropTypes< {
3433
3534
  props: {
3434
3535
  type: ObjectConstructor;
3435
3536
  };
3436
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3537
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3437
3538
  props: {
3438
3539
  type: ObjectConstructor;
3439
3540
  };
3440
- }>>, {}, {}>;
3541
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3441
3542
 
3442
- declare const __VLS_component_53: DefineComponent< {
3543
+ declare const __VLS_component_53: DefineComponent<ExtractPropTypes< {
3443
3544
  props: {
3444
3545
  type: ObjectConstructor;
3445
3546
  };
3446
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3547
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3447
3548
  props: {
3448
3549
  type: ObjectConstructor;
3449
3550
  };
3450
- }>>, {}, {}>;
3551
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3451
3552
 
3452
- declare const __VLS_component_54: DefineComponent< {
3553
+ declare const __VLS_component_54: DefineComponent<ExtractPropTypes< {
3453
3554
  props: {
3454
3555
  type: ObjectConstructor;
3455
3556
  };
3456
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3557
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3457
3558
  props: {
3458
3559
  type: ObjectConstructor;
3459
3560
  };
3460
- }>>, {}, {}>;
3561
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3461
3562
 
3462
- declare const __VLS_component_55: DefineComponent< {
3563
+ declare const __VLS_component_55: DefineComponent<ExtractPropTypes< {
3463
3564
  props: {
3464
3565
  type: ObjectConstructor;
3465
3566
  };
3466
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3567
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3467
3568
  props: {
3468
3569
  type: ObjectConstructor;
3469
3570
  };
3470
- }>>, {}, {}>;
3571
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3471
3572
 
3472
- declare const __VLS_component_56: DefineComponent< {
3573
+ declare const __VLS_component_56: DefineComponent<ExtractPropTypes< {
3473
3574
  props: {
3474
3575
  type: ObjectConstructor;
3475
3576
  };
3476
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3577
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3477
3578
  props: {
3478
3579
  type: ObjectConstructor;
3479
3580
  };
3480
- }>>, {}, {}>;
3581
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3481
3582
 
3482
- declare const __VLS_component_57: DefineComponent< {
3583
+ declare const __VLS_component_57: DefineComponent<ExtractPropTypes< {
3483
3584
  props: {
3484
3585
  type: ObjectConstructor;
3485
3586
  };
3486
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3587
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3487
3588
  props: {
3488
3589
  type: ObjectConstructor;
3489
3590
  };
3490
- }>>, {}, {}>;
3591
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3491
3592
 
3492
- declare const __VLS_component_58: DefineComponent< {
3593
+ declare const __VLS_component_58: DefineComponent<ExtractPropTypes< {
3493
3594
  props: {
3494
3595
  type: ObjectConstructor;
3495
3596
  };
3496
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3597
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3497
3598
  props: {
3498
3599
  type: ObjectConstructor;
3499
3600
  };
3500
- }>>, {}, {}>;
3601
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3501
3602
 
3502
- declare const __VLS_component_59: DefineComponent< {
3603
+ declare const __VLS_component_59: DefineComponent<ExtractPropTypes< {
3503
3604
  props: {
3504
3605
  type: ObjectConstructor;
3505
3606
  };
3506
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3607
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3507
3608
  props: {
3508
3609
  type: ObjectConstructor;
3509
3610
  };
3510
- }>>, {}, {}>;
3611
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3511
3612
 
3512
- declare const __VLS_component_6: DefineComponent< {
3613
+ declare const __VLS_component_6: DefineComponent<ExtractPropTypes< {
3513
3614
  /**
3514
3615
  * Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.
3515
3616
  * @demoIgnore true
@@ -3572,7 +3673,7 @@ withBackground: {
3572
3673
  type: BooleanConstructor;
3573
3674
  default: boolean;
3574
3675
  };
3575
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3676
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3576
3677
  /**
3577
3678
  * Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.
3578
3679
  * @demoIgnore true
@@ -3635,233 +3736,233 @@ withBackground: {
3635
3736
  type: BooleanConstructor;
3636
3737
  default: boolean;
3637
3738
  };
3638
- }>>, {
3739
+ }>> & Readonly<{}>, {
3639
3740
  tag: string;
3640
- modifier: string;
3641
3741
  type: string;
3642
3742
  size: string;
3743
+ modifier: string;
3643
3744
  fullWidth: string | boolean;
3644
3745
  iconOnly: boolean;
3645
3746
  withBackground: boolean;
3646
- }, {}>;
3747
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3647
3748
 
3648
- declare const __VLS_component_60: DefineComponent< {
3749
+ declare const __VLS_component_60: DefineComponent<ExtractPropTypes< {
3649
3750
  props: {
3650
3751
  type: ObjectConstructor;
3651
3752
  };
3652
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3753
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3653
3754
  props: {
3654
3755
  type: ObjectConstructor;
3655
3756
  };
3656
- }>>, {}, {}>;
3757
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3657
3758
 
3658
- declare const __VLS_component_61: DefineComponent< {
3759
+ declare const __VLS_component_61: DefineComponent<ExtractPropTypes< {
3659
3760
  props: {
3660
3761
  type: ObjectConstructor;
3661
3762
  };
3662
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3763
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3663
3764
  props: {
3664
3765
  type: ObjectConstructor;
3665
3766
  };
3666
- }>>, {}, {}>;
3767
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3667
3768
 
3668
- declare const __VLS_component_62: DefineComponent< {
3769
+ declare const __VLS_component_62: DefineComponent<ExtractPropTypes< {
3669
3770
  props: {
3670
3771
  type: ObjectConstructor;
3671
3772
  };
3672
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3773
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3673
3774
  props: {
3674
3775
  type: ObjectConstructor;
3675
3776
  };
3676
- }>>, {}, {}>;
3777
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3677
3778
 
3678
- declare const __VLS_component_63: DefineComponent< {
3779
+ declare const __VLS_component_63: DefineComponent<ExtractPropTypes< {
3679
3780
  props: {
3680
3781
  type: ObjectConstructor;
3681
3782
  };
3682
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3783
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3683
3784
  props: {
3684
3785
  type: ObjectConstructor;
3685
3786
  };
3686
- }>>, {}, {}>;
3787
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3687
3788
 
3688
- declare const __VLS_component_64: DefineComponent< {
3789
+ declare const __VLS_component_64: DefineComponent<ExtractPropTypes< {
3689
3790
  props: {
3690
3791
  type: ObjectConstructor;
3691
3792
  };
3692
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3793
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3693
3794
  props: {
3694
3795
  type: ObjectConstructor;
3695
3796
  };
3696
- }>>, {}, {}>;
3797
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3697
3798
 
3698
- declare const __VLS_component_65: DefineComponent< {
3799
+ declare const __VLS_component_65: DefineComponent<ExtractPropTypes< {
3699
3800
  props: {
3700
3801
  type: ObjectConstructor;
3701
3802
  };
3702
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3803
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3703
3804
  props: {
3704
3805
  type: ObjectConstructor;
3705
3806
  };
3706
- }>>, {}, {}>;
3807
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3707
3808
 
3708
- declare const __VLS_component_66: DefineComponent< {
3809
+ declare const __VLS_component_66: DefineComponent<ExtractPropTypes< {
3709
3810
  props: {
3710
3811
  type: ObjectConstructor;
3711
3812
  };
3712
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3813
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3713
3814
  props: {
3714
3815
  type: ObjectConstructor;
3715
3816
  };
3716
- }>>, {}, {}>;
3817
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3717
3818
 
3718
- declare const __VLS_component_67: DefineComponent< {
3819
+ declare const __VLS_component_67: DefineComponent<ExtractPropTypes< {
3719
3820
  props: {
3720
3821
  type: ObjectConstructor;
3721
3822
  };
3722
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3823
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3723
3824
  props: {
3724
3825
  type: ObjectConstructor;
3725
3826
  };
3726
- }>>, {}, {}>;
3827
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3727
3828
 
3728
- declare const __VLS_component_68: DefineComponent< {
3829
+ declare const __VLS_component_68: DefineComponent<ExtractPropTypes< {
3729
3830
  props: {
3730
3831
  type: ObjectConstructor;
3731
3832
  };
3732
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3833
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3733
3834
  props: {
3734
3835
  type: ObjectConstructor;
3735
3836
  };
3736
- }>>, {}, {}>;
3837
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3737
3838
 
3738
- declare const __VLS_component_69: DefineComponent< {
3839
+ declare const __VLS_component_69: DefineComponent<ExtractPropTypes< {
3739
3840
  props: {
3740
3841
  type: ObjectConstructor;
3741
3842
  };
3742
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3843
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3743
3844
  props: {
3744
3845
  type: ObjectConstructor;
3745
3846
  };
3746
- }>>, {}, {}>;
3847
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3747
3848
 
3748
- declare const __VLS_component_7: DefineComponent< {
3849
+ declare const __VLS_component_7: DefineComponent<ExtractPropTypes< {
3749
3850
  /** Sets valid HTML container element tag. */
3750
3851
  tag: {
3751
3852
  type: StringConstructor;
3752
3853
  default: string;
3753
3854
  };
3754
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3855
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3755
3856
  /** Sets valid HTML container element tag. */
3756
3857
  tag: {
3757
3858
  type: StringConstructor;
3758
3859
  default: string;
3759
3860
  };
3760
- }>>, {
3861
+ }>> & Readonly<{}>, {
3761
3862
  tag: string;
3762
- }, {}>;
3863
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3763
3864
 
3764
- declare const __VLS_component_70: DefineComponent< {
3865
+ declare const __VLS_component_70: DefineComponent<ExtractPropTypes< {
3765
3866
  props: {
3766
3867
  type: ObjectConstructor;
3767
3868
  };
3768
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3869
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3769
3870
  props: {
3770
3871
  type: ObjectConstructor;
3771
3872
  };
3772
- }>>, {}, {}>;
3873
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3773
3874
 
3774
- declare const __VLS_component_71: DefineComponent< {
3875
+ declare const __VLS_component_71: DefineComponent<ExtractPropTypes< {
3775
3876
  props: {
3776
3877
  type: ObjectConstructor;
3777
3878
  };
3778
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3879
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3779
3880
  props: {
3780
3881
  type: ObjectConstructor;
3781
3882
  };
3782
- }>>, {}, {}>;
3883
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3783
3884
 
3784
- declare const __VLS_component_72: DefineComponent< {
3885
+ declare const __VLS_component_72: DefineComponent<ExtractPropTypes< {
3785
3886
  props: {
3786
3887
  type: ObjectConstructor;
3787
3888
  };
3788
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3889
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3789
3890
  props: {
3790
3891
  type: ObjectConstructor;
3791
3892
  };
3792
- }>>, {}, {}>;
3893
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3793
3894
 
3794
- declare const __VLS_component_73: DefineComponent< {
3895
+ declare const __VLS_component_73: DefineComponent<ExtractPropTypes< {
3795
3896
  props: {
3796
3897
  type: ObjectConstructor;
3797
3898
  };
3798
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3899
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3799
3900
  props: {
3800
3901
  type: ObjectConstructor;
3801
3902
  };
3802
- }>>, {}, {}>;
3903
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3803
3904
 
3804
- declare const __VLS_component_74: DefineComponent< {
3905
+ declare const __VLS_component_74: DefineComponent<ExtractPropTypes< {
3805
3906
  props: {
3806
3907
  type: ObjectConstructor;
3807
3908
  };
3808
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3909
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3809
3910
  props: {
3810
3911
  type: ObjectConstructor;
3811
3912
  };
3812
- }>>, {}, {}>;
3913
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3813
3914
 
3814
- declare const __VLS_component_75: DefineComponent< {
3915
+ declare const __VLS_component_75: DefineComponent<ExtractPropTypes< {
3815
3916
  props: {
3816
3917
  type: ObjectConstructor;
3817
3918
  };
3818
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3919
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3819
3920
  props: {
3820
3921
  type: ObjectConstructor;
3821
3922
  };
3822
- }>>, {}, {}>;
3923
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3823
3924
 
3824
- declare const __VLS_component_76: DefineComponent< {
3925
+ declare const __VLS_component_76: DefineComponent<ExtractPropTypes< {
3825
3926
  props: {
3826
3927
  type: ObjectConstructor;
3827
3928
  };
3828
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3929
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3829
3930
  props: {
3830
3931
  type: ObjectConstructor;
3831
3932
  };
3832
- }>>, {}, {}>;
3933
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3833
3934
 
3834
- declare const __VLS_component_77: DefineComponent< {
3935
+ declare const __VLS_component_77: DefineComponent<ExtractPropTypes< {
3835
3936
  props: {
3836
3937
  type: ObjectConstructor;
3837
3938
  };
3838
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3939
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3839
3940
  props: {
3840
3941
  type: ObjectConstructor;
3841
3942
  };
3842
- }>>, {}, {}>;
3943
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3843
3944
 
3844
- declare const __VLS_component_78: DefineComponent< {
3945
+ declare const __VLS_component_78: DefineComponent<ExtractPropTypes< {
3845
3946
  props: {
3846
3947
  type: ObjectConstructor;
3847
3948
  };
3848
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3949
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3849
3950
  props: {
3850
3951
  type: ObjectConstructor;
3851
3952
  };
3852
- }>>, {}, {}>;
3953
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3853
3954
 
3854
- declare const __VLS_component_79: DefineComponent< {
3955
+ declare const __VLS_component_79: DefineComponent<ExtractPropTypes< {
3855
3956
  props: {
3856
3957
  type: ObjectConstructor;
3857
3958
  };
3858
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3959
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3859
3960
  props: {
3860
3961
  type: ObjectConstructor;
3861
3962
  };
3862
- }>>, {}, {}>;
3963
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3863
3964
 
3864
- declare const __VLS_component_8: DefineComponent< {
3965
+ declare const __VLS_component_8: DefineComponent<ExtractPropTypes< {
3865
3966
  /**
3866
3967
  * Passes a CSS class to the label for custom styles
3867
3968
  */
@@ -3933,7 +4034,7 @@ validator: (value: string) => boolean;
3933
4034
  modelValue: {
3934
4035
  type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
3935
4036
  };
3936
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4037
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3937
4038
  "update:modelValue": (...args: any[]) => void;
3938
4039
  }, string, PublicProps, Readonly<ExtractPropTypes< {
3939
4040
  /**
@@ -4007,219 +4108,219 @@ validator: (value: string) => boolean;
4007
4108
  modelValue: {
4008
4109
  type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
4009
4110
  };
4010
- }>> & {
4111
+ }>> & Readonly<{
4011
4112
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4012
- }, {
4013
- background: string;
4014
- modifier: string;
4015
- disabled: boolean;
4113
+ }>, {
4016
4114
  size: string;
4115
+ disabled: boolean;
4116
+ modifier: string;
4117
+ background: string;
4017
4118
  indeterminate: string | boolean;
4018
4119
  trueValue: string | number | boolean | symbol | Function | Record<string, any> | unknown[];
4019
4120
  falseValue: string | number | boolean | symbol | Function | Record<string, any> | unknown[];
4020
- }, {}>;
4121
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4021
4122
 
4022
- declare const __VLS_component_80: DefineComponent< {
4123
+ declare const __VLS_component_80: DefineComponent<ExtractPropTypes< {
4023
4124
  props: {
4024
4125
  type: ObjectConstructor;
4025
4126
  };
4026
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4127
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4027
4128
  props: {
4028
4129
  type: ObjectConstructor;
4029
4130
  };
4030
- }>>, {}, {}>;
4131
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4031
4132
 
4032
- declare const __VLS_component_81: DefineComponent< {
4133
+ declare const __VLS_component_81: DefineComponent<ExtractPropTypes< {
4033
4134
  props: {
4034
4135
  type: ObjectConstructor;
4035
4136
  };
4036
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4137
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4037
4138
  props: {
4038
4139
  type: ObjectConstructor;
4039
4140
  };
4040
- }>>, {}, {}>;
4141
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4041
4142
 
4042
- declare const __VLS_component_82: DefineComponent< {
4143
+ declare const __VLS_component_82: DefineComponent<ExtractPropTypes< {
4043
4144
  props: {
4044
4145
  type: ObjectConstructor;
4045
4146
  };
4046
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4147
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4047
4148
  props: {
4048
4149
  type: ObjectConstructor;
4049
4150
  };
4050
- }>>, {}, {}>;
4151
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4051
4152
 
4052
- declare const __VLS_component_83: DefineComponent< {
4153
+ declare const __VLS_component_83: DefineComponent<ExtractPropTypes< {
4053
4154
  props: {
4054
4155
  type: ObjectConstructor;
4055
4156
  };
4056
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4157
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4057
4158
  props: {
4058
4159
  type: ObjectConstructor;
4059
4160
  };
4060
- }>>, {}, {}>;
4161
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4061
4162
 
4062
- declare const __VLS_component_84: DefineComponent< {
4163
+ declare const __VLS_component_84: DefineComponent<ExtractPropTypes< {
4063
4164
  props: {
4064
4165
  type: ObjectConstructor;
4065
4166
  };
4066
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4167
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4067
4168
  props: {
4068
4169
  type: ObjectConstructor;
4069
4170
  };
4070
- }>>, {}, {}>;
4171
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4071
4172
 
4072
- declare const __VLS_component_85: DefineComponent< {
4173
+ declare const __VLS_component_85: DefineComponent<ExtractPropTypes< {
4073
4174
  props: {
4074
4175
  type: ObjectConstructor;
4075
4176
  };
4076
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4177
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4077
4178
  props: {
4078
4179
  type: ObjectConstructor;
4079
4180
  };
4080
- }>>, {}, {}>;
4181
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4081
4182
 
4082
- declare const __VLS_component_86: DefineComponent< {
4183
+ declare const __VLS_component_86: DefineComponent<ExtractPropTypes< {
4083
4184
  props: {
4084
4185
  type: ObjectConstructor;
4085
4186
  };
4086
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4187
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4087
4188
  props: {
4088
4189
  type: ObjectConstructor;
4089
4190
  };
4090
- }>>, {}, {}>;
4191
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4091
4192
 
4092
- declare const __VLS_component_87: DefineComponent< {
4193
+ declare const __VLS_component_87: DefineComponent<ExtractPropTypes< {
4093
4194
  props: {
4094
4195
  type: ObjectConstructor;
4095
4196
  };
4096
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4197
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4097
4198
  props: {
4098
4199
  type: ObjectConstructor;
4099
4200
  };
4100
- }>>, {}, {}>;
4201
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4101
4202
 
4102
- declare const __VLS_component_88: DefineComponent< {
4203
+ declare const __VLS_component_88: DefineComponent<ExtractPropTypes< {
4103
4204
  props: {
4104
4205
  type: ObjectConstructor;
4105
4206
  };
4106
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4207
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4107
4208
  props: {
4108
4209
  type: ObjectConstructor;
4109
4210
  };
4110
- }>>, {}, {}>;
4211
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4111
4212
 
4112
- declare const __VLS_component_89: DefineComponent< {
4213
+ declare const __VLS_component_89: DefineComponent<ExtractPropTypes< {
4113
4214
  props: {
4114
4215
  type: ObjectConstructor;
4115
4216
  };
4116
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4217
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4117
4218
  props: {
4118
4219
  type: ObjectConstructor;
4119
4220
  };
4120
- }>>, {}, {}>;
4221
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4121
4222
 
4122
- declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4223
+ declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4123
4224
 
4124
- declare const __VLS_component_90: DefineComponent< {
4225
+ declare const __VLS_component_90: DefineComponent<ExtractPropTypes< {
4125
4226
  props: {
4126
4227
  type: ObjectConstructor;
4127
4228
  };
4128
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4229
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4129
4230
  props: {
4130
4231
  type: ObjectConstructor;
4131
4232
  };
4132
- }>>, {}, {}>;
4233
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4133
4234
 
4134
- declare const __VLS_component_91: DefineComponent< {
4235
+ declare const __VLS_component_91: DefineComponent<ExtractPropTypes< {
4135
4236
  props: {
4136
4237
  type: ObjectConstructor;
4137
4238
  };
4138
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4239
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4139
4240
  props: {
4140
4241
  type: ObjectConstructor;
4141
4242
  };
4142
- }>>, {}, {}>;
4243
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4143
4244
 
4144
- declare const __VLS_component_92: DefineComponent< {
4245
+ declare const __VLS_component_92: DefineComponent<ExtractPropTypes< {
4145
4246
  props: {
4146
4247
  type: ObjectConstructor;
4147
4248
  };
4148
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4249
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4149
4250
  props: {
4150
4251
  type: ObjectConstructor;
4151
4252
  };
4152
- }>>, {}, {}>;
4253
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4153
4254
 
4154
- declare const __VLS_component_93: DefineComponent< {
4255
+ declare const __VLS_component_93: DefineComponent<ExtractPropTypes< {
4155
4256
  props: {
4156
4257
  type: ObjectConstructor;
4157
4258
  };
4158
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4259
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4159
4260
  props: {
4160
4261
  type: ObjectConstructor;
4161
4262
  };
4162
- }>>, {}, {}>;
4263
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4163
4264
 
4164
- declare const __VLS_component_94: DefineComponent< {
4265
+ declare const __VLS_component_94: DefineComponent<ExtractPropTypes< {
4165
4266
  props: {
4166
4267
  type: ObjectConstructor;
4167
4268
  };
4168
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4269
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4169
4270
  props: {
4170
4271
  type: ObjectConstructor;
4171
4272
  };
4172
- }>>, {}, {}>;
4273
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4173
4274
 
4174
- declare const __VLS_component_95: DefineComponent< {
4275
+ declare const __VLS_component_95: DefineComponent<ExtractPropTypes< {
4175
4276
  props: {
4176
4277
  type: ObjectConstructor;
4177
4278
  };
4178
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4279
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4179
4280
  props: {
4180
4281
  type: ObjectConstructor;
4181
4282
  };
4182
- }>>, {}, {}>;
4283
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4183
4284
 
4184
- declare const __VLS_component_96: DefineComponent< {
4285
+ declare const __VLS_component_96: DefineComponent<ExtractPropTypes< {
4185
4286
  props: {
4186
4287
  type: ObjectConstructor;
4187
4288
  };
4188
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4289
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4189
4290
  props: {
4190
4291
  type: ObjectConstructor;
4191
4292
  };
4192
- }>>, {}, {}>;
4293
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4193
4294
 
4194
- declare const __VLS_component_97: DefineComponent< {
4295
+ declare const __VLS_component_97: DefineComponent<ExtractPropTypes< {
4195
4296
  props: {
4196
4297
  type: ObjectConstructor;
4197
4298
  };
4198
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4299
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4199
4300
  props: {
4200
4301
  type: ObjectConstructor;
4201
4302
  };
4202
- }>>, {}, {}>;
4303
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4203
4304
 
4204
- declare const __VLS_component_98: DefineComponent< {
4305
+ declare const __VLS_component_98: DefineComponent<ExtractPropTypes< {
4205
4306
  props: {
4206
4307
  type: ObjectConstructor;
4207
4308
  };
4208
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4309
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4209
4310
  props: {
4210
4311
  type: ObjectConstructor;
4211
4312
  };
4212
- }>>, {}, {}>;
4313
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4213
4314
 
4214
- declare const __VLS_component_99: DefineComponent< {
4315
+ declare const __VLS_component_99: DefineComponent<ExtractPropTypes< {
4215
4316
  props: {
4216
4317
  type: ObjectConstructor;
4217
4318
  };
4218
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4319
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4219
4320
  props: {
4220
4321
  type: ObjectConstructor;
4221
4322
  };
4222
- }>>, {}, {}>;
4323
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4223
4324
 
4224
4325
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
4225
4326
 
@@ -4764,7 +4865,13 @@ declare function __VLS_template_189(): {
4764
4865
  };
4765
4866
 
4766
4867
  declare function __VLS_template_19(): {
4767
- default?(_: {}): any;
4868
+ "helper-text-top"?(_: {}): any;
4869
+ info?(_: {}): any;
4870
+ "pre-icon"?(_: {}): any;
4871
+ "post-icon"?(_: {}): any;
4872
+ "info-action"?(_: {}): any;
4873
+ "helper-text-bottom"?(_: {}): any;
4874
+ error?(_: {}): any;
4768
4875
  };
4769
4876
 
4770
4877
  declare function __VLS_template_190(): {
@@ -4813,13 +4920,7 @@ declare function __VLS_template_2(): {
4813
4920
  };
4814
4921
 
4815
4922
  declare function __VLS_template_20(): {
4816
- "helper-text-top"?(_: {}): any;
4817
- info?(_: {}): any;
4818
- "pre-icon"?(_: {}): any;
4819
- "post-icon"?(_: {}): any;
4820
- "info-action"?(_: {}): any;
4821
- "helper-text-bottom"?(_: {}): any;
4822
- error?(_: {}): any;
4923
+ default?(_: {}): any;
4823
4924
  };
4824
4925
 
4825
4926
  declare function __VLS_template_200(): {
@@ -4987,27 +5088,32 @@ declare function __VLS_template_237(): {
4987
5088
  };
4988
5089
 
4989
5090
  declare function __VLS_template_24(): {
5091
+ media?(_: {}): any;
5092
+ content?(_: {}): any;
5093
+ };
5094
+
5095
+ declare function __VLS_template_25(): {
4990
5096
  modal?(_: {}): any;
4991
5097
  title?(_: {}): any;
4992
5098
  default?(_: {}): any;
4993
5099
  };
4994
5100
 
4995
- declare function __VLS_template_25(): {
5101
+ declare function __VLS_template_26(): {
4996
5102
  trigger?(_: {}): any;
4997
5103
  title?(_: {}): any;
4998
5104
  default?(_: {}): any;
4999
5105
  icon?(_: {}): any;
5000
5106
  };
5001
5107
 
5002
- declare function __VLS_template_26(): {
5108
+ declare function __VLS_template_27(): {
5003
5109
  default?(_: {}): any;
5004
5110
  };
5005
5111
 
5006
- declare function __VLS_template_27(): {
5112
+ declare function __VLS_template_28(): {
5007
5113
  default?(_: {}): any;
5008
5114
  };
5009
5115
 
5010
- declare function __VLS_template_28(): {
5116
+ declare function __VLS_template_29(): {
5011
5117
  "helper-text"?(_: {}): any;
5012
5118
  info?(_: {}): any;
5013
5119
  "pre-icon"?(_: {}): any;
@@ -5016,30 +5122,26 @@ declare function __VLS_template_28(): {
5016
5122
  error?(_: {}): any;
5017
5123
  };
5018
5124
 
5019
- declare function __VLS_template_29(): {
5020
- default?(_: {}): any;
5021
- };
5022
-
5023
5125
  declare function __VLS_template_3(): {
5024
5126
  default?(_: {}): any;
5025
5127
  };
5026
5128
 
5027
5129
  declare function __VLS_template_30(): {
5028
- top?(_: {}): any;
5029
- bottom?(_: {}): any;
5130
+ default?(_: {}): any;
5030
5131
  };
5031
5132
 
5032
5133
  declare function __VLS_template_31(): {
5033
- default?(_: {}): any;
5134
+ top?(_: {}): any;
5135
+ bottom?(_: {}): any;
5034
5136
  };
5035
5137
 
5036
5138
  declare function __VLS_template_32(): {
5037
5139
  default?(_: {}): any;
5038
- loading?(_: {}): any;
5039
5140
  };
5040
5141
 
5041
5142
  declare function __VLS_template_33(): {
5042
5143
  default?(_: {}): any;
5144
+ loading?(_: {}): any;
5043
5145
  };
5044
5146
 
5045
5147
  declare function __VLS_template_34(): {
@@ -7098,6 +7200,14 @@ declare type __VLS_WithTemplateSlots_99<T, S> = T & {
7098
7200
  };
7099
7201
  };
7100
7202
 
7203
+ export declare type Alignment = AlignmentValue | AlignmentObject;
7204
+
7205
+ export declare type AlignmentObject = {
7206
+ [key in Breakpoint]: AlignmentValue;
7207
+ };
7208
+
7209
+ export declare type AlignmentValue = 'start' | 'center' | 'end';
7210
+
7101
7211
  export declare type Background = 'primary' | 'secondary' | 'brand-spruce' | 'sale';
7102
7212
 
7103
7213
  /**
@@ -7160,7 +7270,7 @@ export declare interface baseImageProps {
7160
7270
  * Text component properties
7161
7271
  * @interface baseTextProps
7162
7272
  */
7163
- export declare interface baseTextProps extends HtmlAttributes {
7273
+ export declare interface baseTextProps {
7164
7274
  /** Sets the HTML tag (p, span, h1, h2, etc) */
7165
7275
  tag?: string;
7166
7276
  }
@@ -7196,6 +7306,8 @@ export declare interface breadcrumbItem {
7196
7306
  };
7197
7307
  }
7198
7308
 
7309
+ export declare type Breakpoint = 'xs' | 'sm' | 'md' | 'lg';
7310
+
7199
7311
  export declare const CdrAbstract: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
7200
7312
 
7201
7313
  export declare const CdrAccordion: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, ReturnType<typeof __VLS_template_2>>;
@@ -7210,7 +7322,7 @@ export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_5<typeof __VLS_compo
7210
7322
 
7211
7323
  export declare const CdrButton: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
7212
7324
 
7213
- export declare const CdrCaption: DefineComponent< {
7325
+ export declare const CdrCaption: DefineComponent<ExtractPropTypes< {
7214
7326
  /**
7215
7327
  * Sets the string content for the description body of the caption.
7216
7328
  * @demoIgnore true
@@ -7225,7 +7337,7 @@ type: StringConstructor;
7225
7337
  credit: {
7226
7338
  type: StringConstructor;
7227
7339
  };
7228
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7340
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7229
7341
  /**
7230
7342
  * Sets the string content for the description body of the caption.
7231
7343
  * @demoIgnore true
@@ -7240,7 +7352,7 @@ type: StringConstructor;
7240
7352
  credit: {
7241
7353
  type: StringConstructor;
7242
7354
  };
7243
- }>>, {}, {}>;
7355
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7244
7356
 
7245
7357
  export declare const CdrCard: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
7246
7358
 
@@ -7250,19 +7362,19 @@ export declare const CdrChip: __VLS_WithTemplateSlots_9<typeof __VLS_component_9
7250
7362
 
7251
7363
  export declare const CdrChipGroup: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, ReturnType<typeof __VLS_template_10>>;
7252
7364
 
7253
- export declare const CdrChoreographer: DefineComponent< {
7365
+ export declare const CdrChoreographer: DefineComponent<ExtractPropTypes< {
7254
7366
  schema: {
7255
7367
  type: PropType<choreographerSchema[]>;
7256
7368
  default: () => never[];
7257
7369
  };
7258
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7370
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7259
7371
  schema: {
7260
7372
  type: PropType<choreographerSchema[]>;
7261
7373
  default: () => never[];
7262
7374
  };
7263
- }>>, {
7375
+ }>> & Readonly<{}>, {
7264
7376
  schema: choreographerSchema[];
7265
- }, {}>;
7377
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7266
7378
 
7267
7379
  export declare const CdrContainer: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, ReturnType<typeof __VLS_template_11>>;
7268
7380
 
@@ -7278,9 +7390,7 @@ export declare const CdrFulfillmentTileHeader: __VLS_WithTemplateSlots_15<typeof
7278
7390
 
7279
7391
  export declare const CdrFulfillmentTileIcon: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, ReturnType<typeof __VLS_template_16>>;
7280
7392
 
7281
- export declare const CdrFulfillmentTileLayout: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, ReturnType<typeof __VLS_template_17>>;
7282
-
7283
- export declare const CdrGrid: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, ReturnType<typeof __VLS_template_18>>;
7393
+ export declare const CdrGrid: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, ReturnType<typeof __VLS_template_17>>;
7284
7394
 
7285
7395
  export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_230<typeof __VLS_component_230, ReturnType<typeof __VLS_template_230>>;
7286
7396
 
@@ -7288,21 +7398,21 @@ export declare const CdrHeadingSans: __VLS_WithTemplateSlots_232<typeof __VLS_co
7288
7398
 
7289
7399
  export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_231<typeof __VLS_component_231, ReturnType<typeof __VLS_template_231>>;
7290
7400
 
7291
- export declare const CdrIcon: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, ReturnType<typeof __VLS_template_19>>;
7401
+ export declare const CdrIcon: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, ReturnType<typeof __VLS_template_18>>;
7292
7402
 
7293
- export declare const CdrImg: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<baseImageProps>, {
7403
+ export declare const CdrImg: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<baseImageProps>, {
7294
7404
  alt: string;
7295
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<baseImageProps>, {
7405
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<baseImageProps>, {
7296
7406
  alt: string;
7297
- }>>>, {
7407
+ }>>> & Readonly<{}>, {
7298
7408
  alt: string;
7299
- }, {}>;
7409
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7300
7410
 
7301
- export declare const CdrInput: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, ReturnType<typeof __VLS_template_20>>;
7411
+ export declare const CdrInput: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, ReturnType<typeof __VLS_template_19>>;
7302
7412
 
7303
- export declare const CdrKicker: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, ReturnType<typeof __VLS_template_21>>;
7413
+ export declare const CdrKicker: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, ReturnType<typeof __VLS_template_20>>;
7304
7414
 
7305
- export declare const CdrLandingLead: DefineComponent< {
7415
+ export declare const CdrLandingLead: DefineComponent<ExtractPropTypes< {
7306
7416
  /** Sets the landing lead's image source */
7307
7417
  imgSrc: {
7308
7418
  type: StringConstructor;
@@ -7328,7 +7438,7 @@ subheading: {
7328
7438
  type: StringConstructor;
7329
7439
  default: undefined;
7330
7440
  };
7331
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7441
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7332
7442
  /** Sets the landing lead's image source */
7333
7443
  imgSrc: {
7334
7444
  type: StringConstructor;
@@ -7354,19 +7464,23 @@ subheading: {
7354
7464
  type: StringConstructor;
7355
7465
  default: undefined;
7356
7466
  };
7357
- }>>, {
7467
+ }>> & Readonly<{}>, {
7358
7468
  imgSrcset: string;
7359
7469
  imgAlt: string;
7360
7470
  subheading: string;
7361
- }, {}>;
7471
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7472
+
7473
+ export declare const CdrLayout: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, ReturnType<typeof __VLS_template_21>>;
7362
7474
 
7363
7475
  export declare const CdrLink: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, ReturnType<typeof __VLS_template_22>>;
7364
7476
 
7365
7477
  export declare const CdrList: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, ReturnType<typeof __VLS_template_23>>;
7366
7478
 
7367
- export declare const CdrModal: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, ReturnType<typeof __VLS_template_24>>;
7479
+ export declare const CdrMediaObject: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, ReturnType<typeof __VLS_template_24>>;
7368
7480
 
7369
- export declare const CdrPagination: DefineComponent< {
7481
+ export declare const CdrModal: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, ReturnType<typeof __VLS_template_25>>;
7482
+
7483
+ export declare const CdrPagination: DefineComponent<ExtractPropTypes< {
7370
7484
  /**
7371
7485
  * Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.
7372
7486
  * @demoIgnore true
@@ -7416,7 +7530,7 @@ default: string;
7416
7530
  modelValue: {
7417
7531
  type: NumberConstructor;
7418
7532
  };
7419
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7533
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7420
7534
  navigate: (...args: any[]) => void;
7421
7535
  "update:modelValue": (...args: any[]) => void;
7422
7536
  }, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -7469,30 +7583,30 @@ default: string;
7469
7583
  modelValue: {
7470
7584
  type: NumberConstructor;
7471
7585
  };
7472
- }>> & {
7586
+ }>> & Readonly<{
7473
7587
  onNavigate?: ((...args: any[]) => any) | undefined;
7474
7588
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7475
- }, {
7589
+ }>, {
7476
7590
  totalPages: number;
7477
7591
  linkTag: string;
7478
7592
  forLabel: string;
7479
- }, {}>;
7593
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7480
7594
 
7481
- export declare const CdrPicture: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<pictureProps>, {
7595
+ export declare const CdrPicture: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<pictureProps>, {
7482
7596
  alt: string;
7483
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<pictureProps>, {
7597
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<pictureProps>, {
7484
7598
  alt: string;
7485
- }>>>, {
7599
+ }>>> & Readonly<{}>, {
7486
7600
  alt: string;
7487
- }, {}>;
7601
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7488
7602
 
7489
- export declare const CdrPopover: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, ReturnType<typeof __VLS_template_25>>;
7603
+ export declare const CdrPopover: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, ReturnType<typeof __VLS_template_26>>;
7490
7604
 
7491
- export declare const CdrQuote: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, ReturnType<typeof __VLS_template_26>>;
7605
+ export declare const CdrQuote: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, ReturnType<typeof __VLS_template_27>>;
7492
7606
 
7493
- export declare const CdrRadio: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, ReturnType<typeof __VLS_template_27>>;
7607
+ export declare const CdrRadio: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, ReturnType<typeof __VLS_template_28>>;
7494
7608
 
7495
- export declare const CdrRating: DefineComponent< {
7609
+ export declare const CdrRating: DefineComponent<ExtractPropTypes< {
7496
7610
  /**
7497
7611
  * Sets the rating values between 0 and 5.
7498
7612
  */
@@ -7532,7 +7646,7 @@ type: StringConstructor;
7532
7646
  default: string;
7533
7647
  validator: (value: string) => boolean;
7534
7648
  };
7535
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7649
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7536
7650
  /**
7537
7651
  * Sets the rating values between 0 and 5.
7538
7652
  */
@@ -7572,18 +7686,18 @@ type: StringConstructor;
7572
7686
  default: string;
7573
7687
  validator: (value: string) => boolean;
7574
7688
  };
7575
- }>>, {
7689
+ }>> & Readonly<{}>, {
7576
7690
  size: string;
7577
7691
  compact: boolean;
7578
7692
  rating: string | number;
7579
7693
  count: string | number;
7580
- }, {}>;
7694
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7581
7695
 
7582
- export declare const CdrSelect: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, ReturnType<typeof __VLS_template_28>>;
7696
+ export declare const CdrSelect: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, ReturnType<typeof __VLS_template_29>>;
7583
7697
 
7584
- export declare const CdrSkeleton: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, ReturnType<typeof __VLS_template_29>>;
7698
+ export declare const CdrSkeleton: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, ReturnType<typeof __VLS_template_30>>;
7585
7699
 
7586
- export declare const CdrSkeletonBone: DefineComponent< {
7700
+ export declare const CdrSkeletonBone: DefineComponent<ExtractPropTypes< {
7587
7701
  /**
7588
7702
  * Sets the type of content placeholder
7589
7703
  * @demoSelectMultiple false
@@ -7594,7 +7708,7 @@ type: StringConstructor;
7594
7708
  default: string;
7595
7709
  validator: (value: string) => boolean;
7596
7710
  };
7597
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7711
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7598
7712
  /**
7599
7713
  * Sets the type of content placeholder
7600
7714
  * @demoSelectMultiple false
@@ -7605,19 +7719,17 @@ type: StringConstructor;
7605
7719
  default: string;
7606
7720
  validator: (value: string) => boolean;
7607
7721
  };
7608
- }>>, {
7722
+ }>> & Readonly<{}>, {
7609
7723
  type: string;
7610
- }, {}>;
7724
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7611
7725
 
7612
- export declare const CdrSplitSurface: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, ReturnType<typeof __VLS_template_30>>;
7726
+ export declare const CdrSplitSurface: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, ReturnType<typeof __VLS_template_31>>;
7613
7727
 
7614
7728
  export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_233<typeof __VLS_component_233, ReturnType<typeof __VLS_template_233>>;
7615
7729
 
7616
- export declare const CdrSurface: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, ReturnType<typeof __VLS_template_31>>;
7617
-
7618
- export declare const CdrSurfaceSelection: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, ReturnType<typeof __VLS_template_32>>;
7730
+ export declare const CdrSurface: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, ReturnType<typeof __VLS_template_32>>;
7619
7731
 
7620
- export declare const CdrSurfaceSelectionLayout: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, ReturnType<typeof __VLS_template_33>>;
7732
+ export declare const CdrSurfaceSelection: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, ReturnType<typeof __VLS_template_33>>;
7621
7733
 
7622
7734
  export declare const CdrSwitch: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, ReturnType<typeof __VLS_template_42>>;
7623
7735
 
@@ -7649,11 +7761,9 @@ export declare interface choreographerSchema {
7649
7761
  content?: string | choreographerSchema;
7650
7762
  }
7651
7763
 
7652
- export declare interface fulfillmentTileContent extends HtmlAttributes {
7653
- /**
7654
- * Determines if the content should expand when space is available.
7655
- */
7656
- stretch?: boolean;
7764
+ export declare type Flow = 'row' | 'column';
7765
+
7766
+ export declare interface fulfillmentTileContent {
7657
7767
  /**
7658
7768
  * Sets the type scale
7659
7769
  * @values -2, -1, 0, 1
@@ -7661,7 +7771,7 @@ export declare interface fulfillmentTileContent extends HtmlAttributes {
7661
7771
  scale?: ScaleValue;
7662
7772
  }
7663
7773
 
7664
- export declare interface fulfillmentTileIcon extends HtmlAttributes {
7774
+ export declare interface fulfillmentTileIcon {
7665
7775
  /**
7666
7776
  * The intent or type of message being displayed.
7667
7777
  * @values info, warning, success, error, default
@@ -8078,9 +8188,118 @@ export declare const IconZoomIn: __VLS_WithTemplateSlots_228<typeof __VLS_compon
8078
8188
 
8079
8189
  export declare const IconZoomOut: __VLS_WithTemplateSlots_229<typeof __VLS_component_229, ReturnType<typeof __VLS_template_229>>;
8080
8190
 
8191
+ /**
8192
+ * Foundational container for creating structured layouts
8193
+ * @interface Layout
8194
+ */
8195
+ export declare interface Layout extends NameValuePair {
8196
+ /**
8197
+ * Determines if the layout is in horizontal or vertical mode.
8198
+ * @demoSelectMultiple false
8199
+ * @values container, media
8200
+ */
8201
+ queryType?: QueryType;
8202
+ /**
8203
+ * Specifies the auto-placement behavior. This is translated to `grid-auto-flow`.
8204
+ * @demoSelectMultiple false
8205
+ * @values row, column
8206
+ */
8207
+ flow?: Flow;
8208
+ /**
8209
+ * Specifies how auto-generated tracks will be created. This is translated to either `grid-auto-columns` or `grid-auto-rows`, depending on flow.
8210
+ */
8211
+ flowValue?: string;
8212
+ /**
8213
+ * Determines the number of columns at various breakpoints
8214
+ */
8215
+ columns?: StructureOption;
8216
+ /**
8217
+ * Determines the number of rows at various breakpoints
8218
+ */
8219
+ rows?: StructureOption;
8220
+ /**
8221
+ * Specifies a gap based on the token options within Cedar.
8222
+ * @demoSelectMultiple false
8223
+ * @values zero, one-x, two-x, scale-4, scale-3--5
8224
+ */
8225
+ gap?: Space;
8226
+ /**
8227
+ * Specifies a row gap based on the token options within Cedar.
8228
+ * @demoSelectMultiple false
8229
+ * @values zero, one-x, two-x, scale-4, scale-3--5
8230
+ */
8231
+ rowGap?: Space;
8232
+ /**
8233
+ * Specifies a column gap based on the token options within Cedar.
8234
+ * @demoSelectMultiple false
8235
+ * @values zero, one-x, two-x, scale-4, scale-3--5
8236
+ */
8237
+ columnGap?: Space;
8238
+ /**
8239
+ * The component or HTML tag to render at the root level
8240
+ */
8241
+ as?: Component | string;
8242
+ }
8243
+
8244
+ export declare type MediaMeasurement = string | MediaMeasurementObject;
8245
+
8246
+ export declare type MediaMeasurementObject = {
8247
+ [key in Breakpoint]: string;
8248
+ };
8249
+
8250
+ export declare interface MediaObject extends Layout {
8251
+ /**
8252
+ * The alignment of the media and content along the x or y axis, depending on the layout. This can be an object with values for each Cedar breakpoint (xs, sm, md, lg).
8253
+ * @values start, center, end
8254
+ */
8255
+ align?: Alignment;
8256
+ /**
8257
+ * The position of the media, in relation to the content. This can be an object with values for each Cedar breakpoint (xs, sm, md, lg).
8258
+ * @demoSelectMultiple false
8259
+ * @values top, right, bottom, left
8260
+ */
8261
+ mediaPosition?: Position;
8262
+ /**
8263
+ * The width of the column that media is placed within. This can be any CSS value. This can be an object with values for each Cedar breakpoint (xs, sm, md, lg).
8264
+ * @values 1fr, auto, 25%, 50%, 75%, 200px
8265
+ */
8266
+ mediaWidth?: MediaMeasurement;
8267
+ /**
8268
+ * The height of the column that media is placed within. This can be any CSS value. This can be an object with values for each Cedar breakpoint (xs, sm, md, lg).
8269
+ * @values 1fr, auto, 25%, 50%, 75%, 200px
8270
+ */
8271
+ mediaHeight?: MediaMeasurement;
8272
+ /**
8273
+ * This property forces media to take up the full height and width of the media container and positions media to be absolute. Images and videos will still need to be configured with object-fit and object-position.
8274
+ */
8275
+ mediaCover?: boolean;
8276
+ /**
8277
+ * Determines if content will overlay the media. When true, only overlay related props are used, no others.
8278
+ */
8279
+ overlay?: boolean;
8280
+ /**
8281
+ * The alignment of the content along the x axis.
8282
+ * @values start, center, end
8283
+ */
8284
+ overlayRowAlign?: AlignmentValue;
8285
+ /**
8286
+ * The alignment of the content along the y axis.
8287
+ * @values start, center, end
8288
+ */
8289
+ overlayColumnAlign?: AlignmentValue;
8290
+ /**
8291
+ * The spacing token to use for padding around the content. This can be an object with values for each Cedar breakpoint (xs, sm, md, lg).
8292
+ * @demoSelectMultiple false
8293
+ * @values zero, one-x, two-x, scale-4, scale-3--5
8294
+ */
8295
+ contentPadding?: SpaceOption;
8296
+ }
8297
+
8081
8298
  export declare type Modifier = 'default' | 'primary' | 'secondary';
8082
8299
 
8083
- export declare type Orientation = 'vertical' | 'horizontal';
8300
+ export declare interface NameValuePair {
8301
+ [key: string]: any;
8302
+ }
8084
8303
 
8085
8304
  /**
8086
8305
  * Pagination data object
@@ -8118,6 +8337,16 @@ export declare interface pictureSourceObject {
8118
8337
  };
8119
8338
  }
8120
8339
 
8340
+ export declare type Position = PositionValue | PositionObject;
8341
+
8342
+ export declare type PositionObject = {
8343
+ [key in Breakpoint]: PositionValue;
8344
+ };
8345
+
8346
+ export declare type PositionValue = 'top' | 'right' | 'bottom' | 'left';
8347
+
8348
+ export declare type QueryType = 'container' | 'media';
8349
+
8121
8350
  export declare type Radius = 'sharp' | 'soft' | 'softer' | 'softest' | 'round';
8122
8351
 
8123
8352
  export declare type ScaleValue = '-2' | '-1' | '0' | '1';
@@ -8142,6 +8371,12 @@ export declare type SpaceFixed = 'zero' | 'sixteenth-x' | 'eighth-x' | 'three-si
8142
8371
 
8143
8372
  export declare type SpaceFluid = 'scale-0' | 'scale-1' | 'scale-2' | 'scale-3' | 'scale-4' | 'scale-5' | 'scale-6' | 'scale-7' | 'scale-8';
8144
8373
 
8374
+ export declare type SpaceObject = {
8375
+ [key in Breakpoint]: Space;
8376
+ };
8377
+
8378
+ export declare type SpaceOption = Space | SpaceObject;
8379
+
8145
8380
  export declare type SpaceScale = 'scale-0--1' | 'scale-3--4' | 'scale-3--5';
8146
8381
 
8147
8382
  declare interface splitSurfaceProps {
@@ -8157,6 +8392,18 @@ declare interface splitSurfaceProps {
8157
8392
 
8158
8393
  export declare type StatusType = 'info' | 'warning' | 'success' | 'error' | 'default';
8159
8394
 
8395
+ export declare type Structure = 'rows' | 'columns';
8396
+
8397
+ export declare type StructureArray = StructureValue[];
8398
+
8399
+ export declare type StructureObject = {
8400
+ [key in Breakpoint]: StructureValue | StructureArray;
8401
+ };
8402
+
8403
+ export declare type StructureOption = StructureValue | StructureArray | StructureObject;
8404
+
8405
+ export declare type StructureValue = number | string;
8406
+
8160
8407
  declare interface subheadingSansTextProps extends baseTextProps {
8161
8408
  /**
8162
8409
  * Sets the type scale
@@ -8169,9 +8416,8 @@ declare interface subheadingSansTextProps extends baseTextProps {
8169
8416
  /**
8170
8417
  * surface contains the props used to create a surface
8171
8418
  * @interface surface
8172
- * @extends HtmlAttributes
8173
8419
  */
8174
- export declare interface surface extends HtmlAttributes {
8420
+ export declare interface surface {
8175
8421
  /**
8176
8422
  * Adds in a background color based on the current palette's tokens.
8177
8423
  * @demoSelectMultiple false
@@ -8191,7 +8437,7 @@ export declare interface surface extends HtmlAttributes {
8191
8437
  borderStyle?: BorderStyle;
8192
8438
  /**
8193
8439
  * Specifies a border width based on the token options within Cedar.
8194
- * @values zero, sixteenth-x, eighth-x, three-sixteenth-x, quarter-x'
8440
+ * @values zero, sixteenth-x, eighth-x, three-sixteenth-x, quarter-x
8195
8441
  */
8196
8442
  borderWidth?: Space;
8197
8443
  /**
@@ -8219,9 +8465,14 @@ export declare interface surface extends HtmlAttributes {
8219
8465
  * Adds in a border. Comes with a default color, width, and style.
8220
8466
  */
8221
8467
  withBorder?: boolean;
8468
+ /**
8469
+ * Defines a palette for the component's style variations.
8470
+ * @values default, sandstone, membership-subtle, membership-vibrant
8471
+ */
8472
+ palette?: 'default' | 'sandstone' | 'membership-subtle' | 'membership-vibrant';
8222
8473
  }
8223
8474
 
8224
- export declare interface surfaceSelection extends HtmlAttributes {
8475
+ export declare interface surfaceSelection {
8225
8476
  /**
8226
8477
  * Determines if the button is in a checked state. Adds an `aria-checked` attribute to the button.
8227
8478
  * @skip true
@@ -8242,11 +8493,6 @@ export declare interface surfaceSelection extends HtmlAttributes {
8242
8493
  * @values default
8243
8494
  */
8244
8495
  modifier?: Modifier;
8245
- /**
8246
- * Determines if the layout is in horizontal or vertical mode.
8247
- * @values horizontal, vertical
8248
- */
8249
- orientation?: Orientation;
8250
8496
  /**
8251
8497
  * Determines the role of the button. Typically, this will either be `radio` or `checkbox`.
8252
8498
  */
@@ -8260,14 +8506,10 @@ export declare interface surfaceSelection extends HtmlAttributes {
8260
8506
  * Determines which HTML tag to use.
8261
8507
  */
8262
8508
  tag?: Tag;
8263
- }
8264
-
8265
- export declare interface surfaceSelectionLayout extends HtmlAttributes {
8266
8509
  /**
8267
- * Determines if the layout is in horizontal or vertical mode.
8268
- * @values horizontal, vertical
8510
+ * Layout props that will be merged with a set of defaults.
8269
8511
  */
8270
- orientation?: Orientation;
8512
+ layout?: Layout;
8271
8513
  }
8272
8514
 
8273
8515
  export declare type Tag = keyof HTMLElementTagNameMap;