@citizenplane/pimp 17.0.7 → 17.0.9

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 (363) hide show
  1. package/dist/components/BaseInputLabel.vue.d.ts +5 -10
  2. package/dist/components/BaseInputLabel.vue.d.ts.map +1 -1
  3. package/dist/components/BaseSelectClearButton.vue.d.ts +1 -1
  4. package/dist/components/BaseSelectClearButton.vue.d.ts.map +1 -1
  5. package/dist/components/CpAccordion.vue.d.ts +12 -14
  6. package/dist/components/CpAccordion.vue.d.ts.map +1 -1
  7. package/dist/components/CpAccordionGroup.vue.d.ts +6 -11
  8. package/dist/components/CpAccordionGroup.vue.d.ts.map +1 -1
  9. package/dist/components/CpAirlineLogo.vue.d.ts +3 -3
  10. package/dist/components/CpAirlineLogo.vue.d.ts.map +1 -1
  11. package/dist/components/CpAlert.vue.d.ts +14 -15
  12. package/dist/components/CpAlert.vue.d.ts.map +1 -1
  13. package/dist/components/CpBadge.vue.d.ts +10 -13
  14. package/dist/components/CpBadge.vue.d.ts.map +1 -1
  15. package/dist/components/CpButton.vue.d.ts +9 -12
  16. package/dist/components/CpButton.vue.d.ts.map +1 -1
  17. package/dist/components/CpButtonGroup.vue.d.ts +6 -11
  18. package/dist/components/CpButtonGroup.vue.d.ts.map +1 -1
  19. package/dist/components/CpCalendar.vue.d.ts +1 -1
  20. package/dist/components/CpCalendar.vue.d.ts.map +1 -1
  21. package/dist/components/CpCheckbox.vue.d.ts +6 -15
  22. package/dist/components/CpCheckbox.vue.d.ts.map +1 -1
  23. package/dist/components/CpContextualMenu.vue.d.ts +1 -7
  24. package/dist/components/CpContextualMenu.vue.d.ts.map +1 -1
  25. package/dist/components/CpDate.vue.d.ts +1 -1
  26. package/dist/components/CpDate.vue.d.ts.map +1 -1
  27. package/dist/components/CpDatepicker.vue.d.ts +1 -1
  28. package/dist/components/CpDatepicker.vue.d.ts.map +1 -1
  29. package/dist/components/CpDialog.vue.d.ts +12 -20
  30. package/dist/components/CpDialog.vue.d.ts.map +1 -1
  31. package/dist/components/CpHeading.vue.d.ts +5 -10
  32. package/dist/components/CpHeading.vue.d.ts.map +1 -1
  33. package/dist/components/CpIcon.vue.d.ts.map +1 -1
  34. package/dist/components/CpInput.vue.d.ts +10 -18
  35. package/dist/components/CpInput.vue.d.ts.map +1 -1
  36. package/dist/components/CpItemActions.vue.d.ts +1 -22
  37. package/dist/components/CpItemActions.vue.d.ts.map +1 -1
  38. package/dist/components/CpLoader.vue.d.ts +1 -1
  39. package/dist/components/CpLoader.vue.d.ts.map +1 -1
  40. package/dist/components/CpMenuItem.vue.d.ts +6 -11
  41. package/dist/components/CpMenuItem.vue.d.ts.map +1 -1
  42. package/dist/components/CpMultiselect.vue.d.ts +21 -34
  43. package/dist/components/CpMultiselect.vue.d.ts.map +1 -1
  44. package/dist/components/CpRadio.vue.d.ts +1 -1
  45. package/dist/components/CpRadio.vue.d.ts.map +1 -1
  46. package/dist/components/CpRadioGroup.vue.d.ts +1 -1
  47. package/dist/components/CpRadioGroup.vue.d.ts.map +1 -1
  48. package/dist/components/CpRadioNew.vue.d.ts +1 -1
  49. package/dist/components/CpRadioNew.vue.d.ts.map +1 -1
  50. package/dist/components/CpSelect.vue.d.ts +5 -5
  51. package/dist/components/CpSelect.vue.d.ts.map +1 -1
  52. package/dist/components/CpSelectMenu.vue.d.ts +1 -4
  53. package/dist/components/CpSelectMenu.vue.d.ts.map +1 -1
  54. package/dist/components/CpSelectableButton.vue.d.ts +10 -13
  55. package/dist/components/CpSelectableButton.vue.d.ts.map +1 -1
  56. package/dist/components/CpSwitch.vue.d.ts +1 -1
  57. package/dist/components/CpSwitch.vue.d.ts.map +1 -1
  58. package/dist/components/CpTable.vue.d.ts +23 -68
  59. package/dist/components/CpTable.vue.d.ts.map +1 -1
  60. package/dist/components/CpTableColumnEditor.vue.d.ts +3 -91
  61. package/dist/components/CpTableColumnEditor.vue.d.ts.map +1 -1
  62. package/dist/components/CpTableEmptyState.vue.d.ts +1 -1
  63. package/dist/components/CpTableEmptyState.vue.d.ts.map +1 -1
  64. package/dist/components/CpTabs.vue.d.ts +1 -4
  65. package/dist/components/CpTabs.vue.d.ts.map +1 -1
  66. package/dist/components/CpTelInput.vue.d.ts +5 -18
  67. package/dist/components/CpTelInput.vue.d.ts.map +1 -1
  68. package/dist/components/CpText.vue.d.ts +5 -10
  69. package/dist/components/CpText.vue.d.ts.map +1 -1
  70. package/dist/components/CpTextarea.vue.d.ts +3 -3
  71. package/dist/components/CpTextarea.vue.d.ts.map +1 -1
  72. package/dist/components/CpToast.vue.d.ts.map +1 -1
  73. package/dist/components/CpTooltip.vue.d.ts +9 -12
  74. package/dist/components/CpTooltip.vue.d.ts.map +1 -1
  75. package/dist/components/CpTransitionCounter.vue.d.ts +6 -11
  76. package/dist/components/CpTransitionCounter.vue.d.ts.map +1 -1
  77. package/dist/components/CpTransitionDialog.vue.d.ts +5 -10
  78. package/dist/components/CpTransitionDialog.vue.d.ts.map +1 -1
  79. package/dist/components/CpTransitionExpand.vue.d.ts +5 -10
  80. package/dist/components/CpTransitionExpand.vue.d.ts.map +1 -1
  81. package/dist/components/CpTransitionListItems.vue.d.ts +5 -10
  82. package/dist/components/CpTransitionListItems.vue.d.ts.map +1 -1
  83. package/dist/components/CpTransitionSize.vue.d.ts +6 -15
  84. package/dist/components/CpTransitionSize.vue.d.ts.map +1 -1
  85. package/dist/components/CpTransitionSlide.vue.d.ts +5 -10
  86. package/dist/components/CpTransitionSlide.vue.d.ts.map +1 -1
  87. package/dist/components/CpTransitionTabContent.vue.d.ts +5 -10
  88. package/dist/components/CpTransitionTabContent.vue.d.ts.map +1 -1
  89. package/dist/components/icons/IconAccompaniedMinorEach.vue.d.ts +1 -1
  90. package/dist/components/icons/IconAccompaniedMinorEach.vue.d.ts.map +1 -1
  91. package/dist/components/icons/IconAccompaniedMinorNone.vue.d.ts +1 -1
  92. package/dist/components/icons/IconAccompaniedMinorNone.vue.d.ts.map +1 -1
  93. package/dist/components/icons/IconAccompaniedMinorOne.vue.d.ts +1 -1
  94. package/dist/components/icons/IconAccompaniedMinorOne.vue.d.ts.map +1 -1
  95. package/dist/components/icons/IconAddReceipt.vue.d.ts +1 -1
  96. package/dist/components/icons/IconAddReceipt.vue.d.ts.map +1 -1
  97. package/dist/components/icons/IconAerosol.vue.d.ts +1 -1
  98. package/dist/components/icons/IconAerosol.vue.d.ts.map +1 -1
  99. package/dist/components/icons/IconAggregator.vue.d.ts +1 -1
  100. package/dist/components/icons/IconAggregator.vue.d.ts.map +1 -1
  101. package/dist/components/icons/IconAirline.vue.d.ts +1 -1
  102. package/dist/components/icons/IconAirline.vue.d.ts.map +1 -1
  103. package/dist/components/icons/IconAirportTerminal.vue.d.ts +1 -1
  104. package/dist/components/icons/IconAirportTerminal.vue.d.ts.map +1 -1
  105. package/dist/components/icons/IconAllFlightAlt.vue.d.ts +1 -1
  106. package/dist/components/icons/IconAllFlightAlt.vue.d.ts.map +1 -1
  107. package/dist/components/icons/IconArrival.vue.d.ts +1 -1
  108. package/dist/components/icons/IconArrival.vue.d.ts.map +1 -1
  109. package/dist/components/icons/IconBaggageBattery.vue.d.ts +1 -1
  110. package/dist/components/icons/IconBaggageBattery.vue.d.ts.map +1 -1
  111. package/dist/components/icons/IconBaggageCabin.vue.d.ts +1 -1
  112. package/dist/components/icons/IconBaggageCabin.vue.d.ts.map +1 -1
  113. package/dist/components/icons/IconBaggageCabinNone.vue.d.ts +1 -1
  114. package/dist/components/icons/IconBaggageCabinNone.vue.d.ts.map +1 -1
  115. package/dist/components/icons/IconBaggageChecked.vue.d.ts +1 -1
  116. package/dist/components/icons/IconBaggageChecked.vue.d.ts.map +1 -1
  117. package/dist/components/icons/IconBaggageCheckedNone.vue.d.ts +1 -1
  118. package/dist/components/icons/IconBaggageCheckedNone.vue.d.ts.map +1 -1
  119. package/dist/components/icons/IconBaggagePersonalNone.vue.d.ts +1 -1
  120. package/dist/components/icons/IconBaggagePersonalNone.vue.d.ts.map +1 -1
  121. package/dist/components/icons/IconBaggageSet.vue.d.ts +1 -1
  122. package/dist/components/icons/IconBaggageSet.vue.d.ts.map +1 -1
  123. package/dist/components/icons/IconBaggageSetPlus.vue.d.ts +1 -1
  124. package/dist/components/icons/IconBaggageSetPlus.vue.d.ts.map +1 -1
  125. package/dist/components/icons/IconBomb.vue.d.ts +1 -1
  126. package/dist/components/icons/IconBomb.vue.d.ts.map +1 -1
  127. package/dist/components/icons/IconBottle.vue.d.ts +1 -1
  128. package/dist/components/icons/IconBottle.vue.d.ts.map +1 -1
  129. package/dist/components/icons/IconBroadcast.vue.d.ts +1 -1
  130. package/dist/components/icons/IconBroadcast.vue.d.ts.map +1 -1
  131. package/dist/components/icons/IconCabinBag.vue.d.ts +1 -1
  132. package/dist/components/icons/IconCabinBag.vue.d.ts.map +1 -1
  133. package/dist/components/icons/IconCalendar.vue.d.ts +1 -1
  134. package/dist/components/icons/IconCalendar.vue.d.ts.map +1 -1
  135. package/dist/components/icons/IconCalendarDelay.vue.d.ts +1 -1
  136. package/dist/components/icons/IconCalendarDelay.vue.d.ts.map +1 -1
  137. package/dist/components/icons/IconCampingStove.vue.d.ts +1 -1
  138. package/dist/components/icons/IconCampingStove.vue.d.ts.map +1 -1
  139. package/dist/components/icons/IconCarBattery.vue.d.ts +1 -1
  140. package/dist/components/icons/IconCarBattery.vue.d.ts.map +1 -1
  141. package/dist/components/icons/IconCheckList.vue.d.ts +1 -1
  142. package/dist/components/icons/IconCheckList.vue.d.ts.map +1 -1
  143. package/dist/components/icons/IconCheckedBaggage20.vue.d.ts +1 -1
  144. package/dist/components/icons/IconCheckedBaggage20.vue.d.ts.map +1 -1
  145. package/dist/components/icons/IconCheckedBaggage30.vue.d.ts +1 -1
  146. package/dist/components/icons/IconCheckedBaggage30.vue.d.ts.map +1 -1
  147. package/dist/components/icons/IconChild.vue.d.ts +1 -1
  148. package/dist/components/icons/IconChild.vue.d.ts.map +1 -1
  149. package/dist/components/icons/IconCitizenPlane.vue.d.ts +1 -1
  150. package/dist/components/icons/IconCitizenPlane.vue.d.ts.map +1 -1
  151. package/dist/components/icons/IconCollapse.vue.d.ts +1 -1
  152. package/dist/components/icons/IconCollapse.vue.d.ts.map +1 -1
  153. package/dist/components/icons/IconCollapseAlt.vue.d.ts +1 -1
  154. package/dist/components/icons/IconCollapseAlt.vue.d.ts.map +1 -1
  155. package/dist/components/icons/IconConsolidator.vue.d.ts +1 -1
  156. package/dist/components/icons/IconConsolidator.vue.d.ts.map +1 -1
  157. package/dist/components/icons/IconContact.vue.d.ts +1 -1
  158. package/dist/components/icons/IconContact.vue.d.ts.map +1 -1
  159. package/dist/components/icons/IconCorrosive.vue.d.ts +1 -1
  160. package/dist/components/icons/IconCorrosive.vue.d.ts.map +1 -1
  161. package/dist/components/icons/IconDashedCircle.vue.d.ts +1 -1
  162. package/dist/components/icons/IconDashedCircle.vue.d.ts.map +1 -1
  163. package/dist/components/icons/IconDedicated.vue.d.ts +1 -1
  164. package/dist/components/icons/IconDedicated.vue.d.ts.map +1 -1
  165. package/dist/components/icons/IconDeparture.vue.d.ts +1 -1
  166. package/dist/components/icons/IconDeparture.vue.d.ts.map +1 -1
  167. package/dist/components/icons/IconDeviceForbidden.vue.d.ts +1 -1
  168. package/dist/components/icons/IconDeviceForbidden.vue.d.ts.map +1 -1
  169. package/dist/components/icons/IconDirectFlightAlt.vue.d.ts +1 -1
  170. package/dist/components/icons/IconDirectFlightAlt.vue.d.ts.map +1 -1
  171. package/dist/components/icons/IconDistribution.vue.d.ts +1 -1
  172. package/dist/components/icons/IconDistribution.vue.d.ts.map +1 -1
  173. package/dist/components/icons/IconDistributionClosed.vue.d.ts +1 -1
  174. package/dist/components/icons/IconDistributionClosed.vue.d.ts.map +1 -1
  175. package/dist/components/icons/IconDistributionExclusivePair.vue.d.ts +1 -1
  176. package/dist/components/icons/IconDistributionExclusivePair.vue.d.ts.map +1 -1
  177. package/dist/components/icons/IconDistributionSided.vue.d.ts +1 -1
  178. package/dist/components/icons/IconDistributionSided.vue.d.ts.map +1 -1
  179. package/dist/components/icons/IconDistributionSupplySided.vue.d.ts +1 -1
  180. package/dist/components/icons/IconDistributionSupplySided.vue.d.ts.map +1 -1
  181. package/dist/components/icons/IconDynamicContent.vue.d.ts +1 -1
  182. package/dist/components/icons/IconDynamicContent.vue.d.ts.map +1 -1
  183. package/dist/components/icons/IconECigarette.vue.d.ts +1 -1
  184. package/dist/components/icons/IconECigarette.vue.d.ts.map +1 -1
  185. package/dist/components/icons/IconEndDate.vue.d.ts +1 -1
  186. package/dist/components/icons/IconEndDate.vue.d.ts.map +1 -1
  187. package/dist/components/icons/IconExpand.vue.d.ts +1 -1
  188. package/dist/components/icons/IconExpand.vue.d.ts.map +1 -1
  189. package/dist/components/icons/IconExpandAlt.vue.d.ts +1 -1
  190. package/dist/components/icons/IconExpandAlt.vue.d.ts.map +1 -1
  191. package/dist/components/icons/IconFares.vue.d.ts +1 -1
  192. package/dist/components/icons/IconFares.vue.d.ts.map +1 -1
  193. package/dist/components/icons/IconFaresOutlined.vue.d.ts +1 -1
  194. package/dist/components/icons/IconFaresOutlined.vue.d.ts.map +1 -1
  195. package/dist/components/icons/IconFee.vue.d.ts +1 -1
  196. package/dist/components/icons/IconFee.vue.d.ts.map +1 -1
  197. package/dist/components/icons/IconFemale.vue.d.ts +1 -1
  198. package/dist/components/icons/IconFemale.vue.d.ts.map +1 -1
  199. package/dist/components/icons/IconFemaleOutline.vue.d.ts +1 -1
  200. package/dist/components/icons/IconFemaleOutline.vue.d.ts.map +1 -1
  201. package/dist/components/icons/IconFindConversation.vue.d.ts +1 -1
  202. package/dist/components/icons/IconFindConversation.vue.d.ts.map +1 -1
  203. package/dist/components/icons/IconFire.vue.d.ts +1 -1
  204. package/dist/components/icons/IconFire.vue.d.ts.map +1 -1
  205. package/dist/components/icons/IconFish.vue.d.ts +1 -1
  206. package/dist/components/icons/IconFish.vue.d.ts.map +1 -1
  207. package/dist/components/icons/IconFlight.vue.d.ts +1 -1
  208. package/dist/components/icons/IconFlight.vue.d.ts.map +1 -1
  209. package/dist/components/icons/IconFlightFilled.vue.d.ts +1 -1
  210. package/dist/components/icons/IconFlightFilled.vue.d.ts.map +1 -1
  211. package/dist/components/icons/IconFlightOutwardRoute.vue.d.ts +1 -1
  212. package/dist/components/icons/IconFlightOutwardRoute.vue.d.ts.map +1 -1
  213. package/dist/components/icons/IconFlightReturn.vue.d.ts +1 -1
  214. package/dist/components/icons/IconFlightReturn.vue.d.ts.map +1 -1
  215. package/dist/components/icons/IconFlightReturnRoute.vue.d.ts +1 -1
  216. package/dist/components/icons/IconFlightReturnRoute.vue.d.ts.map +1 -1
  217. package/dist/components/icons/IconFlightSchedule.vue.d.ts +1 -1
  218. package/dist/components/icons/IconFlightSchedule.vue.d.ts.map +1 -1
  219. package/dist/components/icons/IconFork.vue.d.ts +1 -1
  220. package/dist/components/icons/IconFork.vue.d.ts.map +1 -1
  221. package/dist/components/icons/IconGroup.vue.d.ts +1 -1
  222. package/dist/components/icons/IconGroup.vue.d.ts.map +1 -1
  223. package/dist/components/icons/IconGroupBy.vue.d.ts +1 -1
  224. package/dist/components/icons/IconGroupBy.vue.d.ts.map +1 -1
  225. package/dist/components/icons/IconGun.vue.d.ts +1 -1
  226. package/dist/components/icons/IconGun.vue.d.ts.map +1 -1
  227. package/dist/components/icons/IconHammer.vue.d.ts +1 -1
  228. package/dist/components/icons/IconHammer.vue.d.ts.map +1 -1
  229. package/dist/components/icons/IconHandHeart.vue.d.ts +1 -1
  230. package/dist/components/icons/IconHandHeart.vue.d.ts.map +1 -1
  231. package/dist/components/icons/IconHandshake.vue.d.ts +1 -1
  232. package/dist/components/icons/IconHandshake.vue.d.ts.map +1 -1
  233. package/dist/components/icons/IconHistory.vue.d.ts +1 -1
  234. package/dist/components/icons/IconHistory.vue.d.ts.map +1 -1
  235. package/dist/components/icons/IconHourGlass.vue.d.ts +1 -1
  236. package/dist/components/icons/IconHourGlass.vue.d.ts.map +1 -1
  237. package/dist/components/icons/IconIdCard.vue.d.ts +1 -1
  238. package/dist/components/icons/IconIdCard.vue.d.ts.map +1 -1
  239. package/dist/components/icons/IconInfant.vue.d.ts +1 -1
  240. package/dist/components/icons/IconInfant.vue.d.ts.map +1 -1
  241. package/dist/components/icons/IconIntent.vue.d.ts +1 -1
  242. package/dist/components/icons/IconIntent.vue.d.ts.map +1 -1
  243. package/dist/components/icons/IconItinerary.vue.d.ts +1 -1
  244. package/dist/components/icons/IconItinerary.vue.d.ts.map +1 -1
  245. package/dist/components/icons/IconKnife.vue.d.ts +1 -1
  246. package/dist/components/icons/IconKnife.vue.d.ts.map +1 -1
  247. package/dist/components/icons/IconLeave.vue.d.ts +1 -1
  248. package/dist/components/icons/IconLeave.vue.d.ts.map +1 -1
  249. package/dist/components/icons/IconLighter.vue.d.ts +1 -1
  250. package/dist/components/icons/IconLighter.vue.d.ts.map +1 -1
  251. package/dist/components/icons/IconMale.vue.d.ts +1 -1
  252. package/dist/components/icons/IconMale.vue.d.ts.map +1 -1
  253. package/dist/components/icons/IconMaleOutline.vue.d.ts +1 -1
  254. package/dist/components/icons/IconMaleOutline.vue.d.ts.map +1 -1
  255. package/dist/components/icons/IconMarkup.vue.d.ts +1 -1
  256. package/dist/components/icons/IconMarkup.vue.d.ts.map +1 -1
  257. package/dist/components/icons/IconMatches.vue.d.ts +1 -1
  258. package/dist/components/icons/IconMatches.vue.d.ts.map +1 -1
  259. package/dist/components/icons/IconMultiSegments.vue.d.ts +1 -1
  260. package/dist/components/icons/IconMultiSegments.vue.d.ts.map +1 -1
  261. package/dist/components/icons/IconNoMail.vue.d.ts +1 -1
  262. package/dist/components/icons/IconNoMail.vue.d.ts.map +1 -1
  263. package/dist/components/icons/IconNoPassport.vue.d.ts +1 -1
  264. package/dist/components/icons/IconNoPassport.vue.d.ts.map +1 -1
  265. package/dist/components/icons/IconNoRefund.vue.d.ts +1 -1
  266. package/dist/components/icons/IconNoRefund.vue.d.ts.map +1 -1
  267. package/dist/components/icons/IconNoSeat.vue.d.ts +1 -1
  268. package/dist/components/icons/IconNoSeat.vue.d.ts.map +1 -1
  269. package/dist/components/icons/IconNotion.vue.d.ts +1 -1
  270. package/dist/components/icons/IconNotion.vue.d.ts.map +1 -1
  271. package/dist/components/icons/IconOffline.vue.d.ts +1 -1
  272. package/dist/components/icons/IconOffline.vue.d.ts.map +1 -1
  273. package/dist/components/icons/IconOneWay.vue.d.ts +1 -1
  274. package/dist/components/icons/IconOneWay.vue.d.ts.map +1 -1
  275. package/dist/components/icons/IconOta.vue.d.ts +1 -1
  276. package/dist/components/icons/IconOta.vue.d.ts.map +1 -1
  277. package/dist/components/icons/IconOtaFilled.vue.d.ts +1 -1
  278. package/dist/components/icons/IconOtaFilled.vue.d.ts.map +1 -1
  279. package/dist/components/icons/IconPaid.vue.d.ts +1 -1
  280. package/dist/components/icons/IconPaid.vue.d.ts.map +1 -1
  281. package/dist/components/icons/IconPassport.vue.d.ts +1 -1
  282. package/dist/components/icons/IconPassport.vue.d.ts.map +1 -1
  283. package/dist/components/icons/IconPayout.vue.d.ts +1 -1
  284. package/dist/components/icons/IconPayout.vue.d.ts.map +1 -1
  285. package/dist/components/icons/IconPills.vue.d.ts +1 -1
  286. package/dist/components/icons/IconPills.vue.d.ts.map +1 -1
  287. package/dist/components/icons/IconPlane.vue.d.ts +1 -1
  288. package/dist/components/icons/IconPlane.vue.d.ts.map +1 -1
  289. package/dist/components/icons/IconPlane2.vue.d.ts +1 -1
  290. package/dist/components/icons/IconPlane2.vue.d.ts.map +1 -1
  291. package/dist/components/icons/IconPlaneLanding.vue.d.ts +1 -1
  292. package/dist/components/icons/IconPlaneLanding.vue.d.ts.map +1 -1
  293. package/dist/components/icons/IconPlaneTakeoff.vue.d.ts +1 -1
  294. package/dist/components/icons/IconPlaneTakeoff.vue.d.ts.map +1 -1
  295. package/dist/components/icons/IconPlug.vue.d.ts +1 -1
  296. package/dist/components/icons/IconPlug.vue.d.ts.map +1 -1
  297. package/dist/components/icons/IconPlugOff.vue.d.ts +1 -1
  298. package/dist/components/icons/IconPlugOff.vue.d.ts.map +1 -1
  299. package/dist/components/icons/IconReceipt.vue.d.ts +1 -1
  300. package/dist/components/icons/IconReceipt.vue.d.ts.map +1 -1
  301. package/dist/components/icons/IconRecurrence.vue.d.ts +1 -1
  302. package/dist/components/icons/IconRecurrence.vue.d.ts.map +1 -1
  303. package/dist/components/icons/IconRefund.vue.d.ts +1 -1
  304. package/dist/components/icons/IconRefund.vue.d.ts.map +1 -1
  305. package/dist/components/icons/IconRoundTrip.vue.d.ts +1 -1
  306. package/dist/components/icons/IconRoundTrip.vue.d.ts.map +1 -1
  307. package/dist/components/icons/IconRoundTripNone.vue.d.ts +1 -1
  308. package/dist/components/icons/IconRoundTripNone.vue.d.ts.map +1 -1
  309. package/dist/components/icons/IconRouteNoStop.vue.d.ts +1 -1
  310. package/dist/components/icons/IconRouteNoStop.vue.d.ts.map +1 -1
  311. package/dist/components/icons/IconRouteOneStop.vue.d.ts +1 -1
  312. package/dist/components/icons/IconRouteOneStop.vue.d.ts.map +1 -1
  313. package/dist/components/icons/IconScheduleChange.vue.d.ts +1 -1
  314. package/dist/components/icons/IconScheduleChange.vue.d.ts.map +1 -1
  315. package/dist/components/icons/IconScooter.vue.d.ts +1 -1
  316. package/dist/components/icons/IconScooter.vue.d.ts.map +1 -1
  317. package/dist/components/icons/IconSeatEmpty.vue.d.ts +1 -1
  318. package/dist/components/icons/IconSeatEmpty.vue.d.ts.map +1 -1
  319. package/dist/components/icons/IconSeatSold.vue.d.ts +1 -1
  320. package/dist/components/icons/IconSeatSold.vue.d.ts.map +1 -1
  321. package/dist/components/icons/IconSeatTotal.vue.d.ts +1 -1
  322. package/dist/components/icons/IconSeatTotal.vue.d.ts.map +1 -1
  323. package/dist/components/icons/IconSkull.vue.d.ts +1 -1
  324. package/dist/components/icons/IconSkull.vue.d.ts.map +1 -1
  325. package/dist/components/icons/IconStartDate.vue.d.ts +1 -1
  326. package/dist/components/icons/IconStartDate.vue.d.ts.map +1 -1
  327. package/dist/components/icons/IconSupplier.vue.d.ts +1 -1
  328. package/dist/components/icons/IconSupplier.vue.d.ts.map +1 -1
  329. package/dist/components/icons/IconSupplierFilled.vue.d.ts +1 -1
  330. package/dist/components/icons/IconSupplierFilled.vue.d.ts.map +1 -1
  331. package/dist/components/icons/IconSyringe.vue.d.ts +1 -1
  332. package/dist/components/icons/IconSyringe.vue.d.ts.map +1 -1
  333. package/dist/components/icons/IconTemplate.vue.d.ts +1 -1
  334. package/dist/components/icons/IconTemplate.vue.d.ts.map +1 -1
  335. package/dist/components/icons/IconThirdParty.vue.d.ts +1 -1
  336. package/dist/components/icons/IconThirdParty.vue.d.ts.map +1 -1
  337. package/dist/components/icons/IconThirdPartyFilled.vue.d.ts +1 -1
  338. package/dist/components/icons/IconThirdPartyFilled.vue.d.ts.map +1 -1
  339. package/dist/components/icons/IconTicket.vue.d.ts +1 -1
  340. package/dist/components/icons/IconTicket.vue.d.ts.map +1 -1
  341. package/dist/components/icons/IconTimer.vue.d.ts +1 -1
  342. package/dist/components/icons/IconTimer.vue.d.ts.map +1 -1
  343. package/dist/components/icons/IconTooltip.vue.d.ts +1 -1
  344. package/dist/components/icons/IconTooltip.vue.d.ts.map +1 -1
  345. package/dist/components/icons/IconToothbrush.vue.d.ts +1 -1
  346. package/dist/components/icons/IconToothbrush.vue.d.ts.map +1 -1
  347. package/dist/components/icons/IconTrafficControl.vue.d.ts +1 -1
  348. package/dist/components/icons/IconTrafficControl.vue.d.ts.map +1 -1
  349. package/dist/components/icons/IconWindowExpand.vue.d.ts +1 -1
  350. package/dist/components/icons/IconWindowExpand.vue.d.ts.map +1 -1
  351. package/dist/constants/CpCustomIcons.d.ts +131 -131
  352. package/dist/constants/CpTableConfig.d.ts +0 -1
  353. package/dist/constants/CpTableConfig.d.ts.map +1 -1
  354. package/dist/constants/index.d.ts +0 -1
  355. package/dist/constants/index.d.ts.map +1 -1
  356. package/dist/libs/CoreDatepicker.vue.d.ts.map +1 -1
  357. package/dist/pimp.es.js +1 -1
  358. package/dist/pimp.umd.js +1 -1
  359. package/package.json +22 -22
  360. package/src/components/CpAirlineLogo.vue +1 -1
  361. package/src/components/CpTable.vue +1 -2
  362. package/src/constants/CpTableConfig.ts +0 -2
  363. package/src/constants/index.ts +0 -1
@@ -3,23 +3,18 @@ interface Props {
3
3
  required?: boolean;
4
4
  tooltip?: string;
5
5
  }
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: {
9
- default?(_: {}): any;
10
- };
11
- refs: {};
12
- rootEl: any;
6
+ declare var __VLS_9: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_9) => any;
13
9
  };
14
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
10
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
16
11
  required: boolean;
17
12
  isInvalid: boolean;
18
13
  tooltip: string;
19
14
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
16
  export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
23
18
  new (): {
24
19
  $slots: S;
25
20
  };
@@ -1 +1 @@
1
- {"version":3,"file":"BaseInputLabel.vue.d.ts","sourceRoot":"","sources":["../../src/components/BaseInputLabel.vue"],"names":[],"mappings":"AAkBA;AAoHA,UAAU,KAAK;IACb,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAoBD,iBAAS,cAAc;WA4FT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cAjIR,OAAO;eADN,OAAO;aAET,MAAM;6EAuIhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"BaseInputLabel.vue.d.ts","sourceRoot":"","sources":["../../src/components/BaseInputLabel.vue"],"names":[],"mappings":"AAkBA;AAoHA,UAAU,KAAK;IACb,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AA0GD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;cAnIR,OAAO;eADN,OAAO;aAET,MAAM;6EAyIhB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,3 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLButtonElement>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
3
3
  //# sourceMappingURL=BaseSelectClearButton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BaseSelectClearButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/BaseSelectClearButton.vue"],"names":[],"mappings":"AAKA;;AA8FA,wBAMG"}
1
+ {"version":3,"file":"BaseSelectClearButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/BaseSelectClearButton.vue"],"names":[],"mappings":"AAKA;;AAuFA,wBAKG"}
@@ -15,18 +15,16 @@ export type CpAccordionProps = (CpAccordionBaseProps & {
15
15
  }) | (CpAccordionBaseProps & {
16
16
  iconPosition: 'trailing';
17
17
  });
18
- declare function __VLS_template(): {
19
- attrs: Partial<{}>;
20
- slots: {
21
- 'leading-slot'?(_: {}): any;
22
- 'trailing-slot'?(_: {}): any;
23
- 'trailing-slot'?(_: {}): any;
24
- default?(_: {}): any;
25
- };
26
- refs: {};
27
- rootEl: HTMLDivElement;
18
+ declare var __VLS_9: {}, __VLS_11: {}, __VLS_21: {}, __VLS_27: {};
19
+ type __VLS_Slots = {} & {
20
+ 'leading-slot'?: (props: typeof __VLS_9) => any;
21
+ } & {
22
+ 'trailing-slot'?: (props: typeof __VLS_11) => any;
23
+ } & {
24
+ 'trailing-slot'?: (props: typeof __VLS_21) => any;
25
+ } & {
26
+ default?: (props: typeof __VLS_27) => any;
28
27
  };
29
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
30
28
  declare const __VLS_component: import('vue').DefineComponent<(CpAccordionBaseProps & {
31
29
  actions?: MenuItem[];
32
30
  hideActionTrigger?: boolean;
@@ -39,10 +37,10 @@ declare const __VLS_component: import('vue').DefineComponent<(CpAccordionBasePro
39
37
  iconPosition?: "leading";
40
38
  }) | (CpAccordionBaseProps & {
41
39
  iconPosition: "trailing";
42
- })> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
43
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
40
+ })> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
41
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
44
42
  export default _default;
45
- type __VLS_WithTemplateSlots<T, S> = T & {
43
+ type __VLS_WithSlots<T, S> = T & {
46
44
  new (): {
47
45
  $slots: S;
48
46
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CpAccordion.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpAccordion.vue"],"names":[],"mappings":"AA8CA;AA2PA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAEjD,MAAM,WAAW,oBAAoB;IACnC,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,KAAK,EAAE,MAAM,CAAA;CACd;AAED;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GACxB,CAAC,oBAAoB,GAAG;IACtB,OAAO,CAAC,EAAE,QAAQ,EAAE,CAAA;IACpB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,YAAY,CAAC,EAAE,SAAS,CAAA;CACzB,CAAC,GACF,CAAC,oBAAoB,GAAG;IACtB,YAAY,EAAE,UAAU,CAAA;CACzB,CAAC,CAAA;AAkDN,iBAAS,cAAc;WAuJT,OAAO,IAA6B;;gCAbb,GAAG;iCACF,GAAG;iCACH,GAAG;yBACX,GAAG;;;;EAehC;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cA5OL,QAAQ,EAAE;wBACA,OAAO;mBACZ,SAAS;;kBAGV,UAAU;;cALd,QAAQ,EAAE;wBACA,OAAO;mBACZ,SAAS;;kBAGV,UAAU;6GA8O5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CpAccordion.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpAccordion.vue"],"names":[],"mappings":"AA8CA;AA2PA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAEjD,MAAM,WAAW,oBAAoB;IACnC,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,KAAK,EAAE,MAAM,CAAA;CACd;AAED;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GACxB,CAAC,oBAAoB,GAAG;IACtB,OAAO,CAAC,EAAE,QAAQ,EAAE,CAAA;IACpB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,YAAY,CAAC,EAAE,SAAS,CAAA;CACzB,CAAC,GACF,CAAC,oBAAoB,GAAG;IACtB,YAAY,EAAE,UAAU,CAAA;CACzB,CAAC,CAAA;AAwMN,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACvF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAkChD,QAAA,MAAM,eAAe;cArPL,QAAQ,EAAE;wBACA,OAAO;mBACZ,SAAS;;kBAGV,UAAU;;cALd,QAAQ,EAAE;wBACA,OAAO;mBACZ,SAAS;;kBAGV,UAAU;kGAsP5B,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,21 +1,16 @@
1
1
  interface Props {
2
2
  variant?: 'minimal' | 'default' | 'primary';
3
3
  }
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- default?(_: {}): any;
8
- };
9
- refs: {};
10
- rootEl: HTMLDivElement;
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
11
7
  };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
8
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
14
9
  variant: "minimal" | "default" | "primary";
15
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
12
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
13
+ type __VLS_WithSlots<T, S> = T & {
19
14
  new (): {
20
15
  $slots: S;
21
16
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CpAccordionGroup.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpAccordionGroup.vue"],"names":[],"mappings":"AAKA;AAyDA,UAAU,KAAK;IACb,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,CAAA;CAC5C;AAgBD,iBAAS,cAAc;WA2BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aA5DT,SAAS,GAAG,SAAS,GAAG,SAAS;wFAoE3C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CpAccordionGroup.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpAccordionGroup.vue"],"names":[],"mappings":"AAKA;AAyDA,UAAU,KAAK;IACb,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,CAAA;CAC5C;AAgCD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;aAxDT,SAAS,GAAG,SAAS,GAAG,SAAS;6EA+D3C,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,10 +1,10 @@
1
1
  interface Props {
2
- iataCode?: string;
2
+ iataCode?: string | null;
3
3
  size?: number | string;
4
4
  }
5
5
  declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
6
6
  size: number | string;
7
- iataCode: string;
8
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
7
+ iataCode: string | null;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
10
10
  //# sourceMappingURL=CpAirlineLogo.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CpAirlineLogo.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpAirlineLogo.vue"],"names":[],"mappings":"AAGA;AA4CA,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACvB;;UADQ,MAAM,GAAG,MAAM;cADX,MAAM;;AAwEnB,wBAQG"}
1
+ {"version":3,"file":"CpAirlineLogo.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpAirlineLogo.vue"],"names":[],"mappings":"AAGA;AA4CA,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACvB;;UADQ,MAAM,GAAG,MAAM;cADX,MAAM,GAAG,IAAI;;AAkE1B,wBAOG"}
@@ -11,19 +11,18 @@ interface Props {
11
11
  title?: string;
12
12
  type?: AlertTypes;
13
13
  }
14
- declare function __VLS_template(): {
15
- attrs: Partial<{}>;
16
- slots: {
17
- icon?(_: {}): any;
18
- title?(_: {}): any;
19
- default?(_: {}): any;
20
- 'primary-action'?(_: {}): any;
21
- 'secondary-action'?(_: {}): any;
22
- };
23
- refs: {};
24
- rootEl: HTMLDivElement;
14
+ declare var __VLS_1: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_21: {};
15
+ type __VLS_Slots = {} & {
16
+ icon?: (props: typeof __VLS_1) => any;
17
+ } & {
18
+ title?: (props: typeof __VLS_7) => any;
19
+ } & {
20
+ default?: (props: typeof __VLS_9) => any;
21
+ } & {
22
+ 'primary-action'?: (props: typeof __VLS_11) => any;
23
+ } & {
24
+ 'secondary-action'?: (props: typeof __VLS_21) => any;
25
25
  };
26
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
26
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
27
  onClose: () => any;
29
28
  primaryActionClick: () => any;
@@ -41,10 +40,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
41
40
  isClosable: boolean;
42
41
  primaryActionLabel: string;
43
42
  secondaryActionLabel: string;
44
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
45
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
43
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
44
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
46
45
  export default _default;
47
- type __VLS_WithTemplateSlots<T, S> = T & {
46
+ type __VLS_WithSlots<T, S> = T & {
48
47
  new (): {
49
48
  $slots: S;
50
49
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CpAlert.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpAlert.vue"],"names":[],"mappings":"AA4DA;AA6QA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAGzC,KAAK,WAAW,GAAG,OAAO,CAAC,MAAM,EAAE,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC,CAAA;AAC1F,KAAK,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAA;AAEvC,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,WAAW,CAAA;IACnB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAuFD,iBAAS,cAAc;WAkMT,OAAO,IAA6B;;sBAdxB,GAAG;uBACF,GAAG;yBACD,GAAG;kCACM,GAAG;oCACA,GAAG;;;;EAe3C;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;WAtTX,MAAM;UACP,UAAU;WAPT,WAAW;aACT,MAAM;UACT,MAAM;gBACA,OAAO;wBACC,MAAM;0BACJ,MAAM;wFAgU7B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CpAlert.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpAlert.vue"],"names":[],"mappings":"AA4DA;AA6QA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAGzC,KAAK,WAAW,GAAG,OAAO,CAAC,MAAM,EAAE,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC,CAAA;AAC1F,KAAK,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAA;AAEvC,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,WAAW,CAAA;IACnB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAmRD,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACxG,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACtD;IAAE,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAgC3D,QAAA,MAAM,eAAe;;;;;;;;;WA3TX,MAAM;UACP,UAAU;WAPT,WAAW;aACT,MAAM;UACT,MAAM;gBACA,OAAO;wBACC,MAAM;0BACJ,MAAM;6EAoU7B,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -9,17 +9,14 @@ interface Props {
9
9
  trailingIcon?: string;
10
10
  variant?: 'outline' | 'soft' | 'solid';
11
11
  }
12
- declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
- slots: {
15
- 'leading-icon'?(_: {}): any;
16
- default?(_: {}): any;
17
- 'trailing-icon'?(_: {}): any;
18
- };
19
- refs: {};
20
- rootEl: HTMLDivElement;
12
+ declare var __VLS_1: {}, __VLS_7: {}, __VLS_13: {};
13
+ type __VLS_Slots = {} & {
14
+ 'leading-icon'?: (props: typeof __VLS_1) => any;
15
+ } & {
16
+ default?: (props: typeof __VLS_7) => any;
17
+ } & {
18
+ 'trailing-icon'?: (props: typeof __VLS_13) => any;
21
19
  };
22
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
20
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
21
  onClear: () => any;
25
22
  }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
@@ -32,10 +29,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
32
29
  isClearable: boolean;
33
30
  leadingIcon: string;
34
31
  trailingIcon: string;
35
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
36
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
37
34
  export default _default;
38
- type __VLS_WithTemplateSlots<T, S> = T & {
35
+ type __VLS_WithSlots<T, S> = T & {
39
36
  new (): {
40
37
  $slots: S;
41
38
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CpBadge.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpBadge.vue"],"names":[],"mappings":"AAgBA;AA2SA,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAA;IACjH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACjC,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAA;CACvC;AAuCD,iBAAS,cAAc;WAyFT,OAAO,IAA6B;;gCAZd,GAAG;yBACV,GAAG;iCACM,GAAG;;;;EAexC;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAxJX,MAAM;UAEP,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;aAEvB,SAAS,GAAG,MAAM,GAAG,OAAO;WAR9B,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO;iBAEnG,OAAO;iBAGP,MAAM;kBAEL,MAAM;wFA8JrB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CpBadge.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpBadge.vue"],"names":[],"mappings":"AAgBA;AA2SA,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAA;IACjH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACjC,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAA;CACvC;AAwHD,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAChE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwBxD,QAAA,MAAM,eAAe;;;;;WAzJX,MAAM;UAEP,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;aAEvB,SAAS,GAAG,MAAM,GAAG,OAAO;WAR9B,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO;iBAEnG,OAAO;iBAGP,MAAM;kBAEL,MAAM;6EA8JrB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -10,17 +10,14 @@ export interface Props {
10
10
  tag?: 'a' | 'button' | 'label';
11
11
  type?: 'button' | 'submit' | 'reset';
12
12
  }
13
- declare function __VLS_template(): {
14
- attrs: Partial<{}>;
15
- slots: {
16
- 'leading-icon'?(_: {}): any;
17
- default?(_: {}): any;
18
- 'trailing-icon'?(_: {}): any;
19
- };
20
- refs: {};
21
- rootEl: any;
13
+ declare var __VLS_13: {}, __VLS_15: {}, __VLS_17: {};
14
+ type __VLS_Slots = {} & {
15
+ 'leading-icon'?: (props: typeof __VLS_13) => any;
16
+ } & {
17
+ default?: (props: typeof __VLS_15) => any;
18
+ } & {
19
+ 'trailing-icon'?: (props: typeof __VLS_17) => any;
22
20
  };
23
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
21
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
22
  click: (event: MouseEvent) => any;
26
23
  }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
@@ -33,9 +30,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
33
30
  appearance: "primary" | "secondary" | "tertiary";
34
31
  href: string;
35
32
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
36
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
37
34
  export default _default;
38
- type __VLS_WithTemplateSlots<T, S> = T & {
35
+ type __VLS_WithSlots<T, S> = T & {
39
36
  new (): {
40
37
  $slots: S;
41
38
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CpButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpButton.vue"],"names":[],"mappings":"AA6BA;AAibA,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAA;IACjD,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAA;IAC9D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACxC,GAAG,CAAC,EAAE,GAAG,GAAG,QAAQ,GAAG,OAAO,CAAA;IAC9B,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;CACrC;AAiED,iBAAS,cAAc;WA6FT,OAAO,IAA6B;;gCAZb,GAAG;yBACV,GAAG;iCACK,GAAG;;;;EAexC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;UAzLZ,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;SAClC,GAAG,GAAG,QAAQ,GAAG,OAAO;UACvB,QAAQ,GAAG,QAAQ,GAAG,OAAO;WAR5B,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS;gBADjD,SAAS,GAAG,WAAW,GAAG,UAAU;UAI1C,MAAM;6EAqMb,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CpButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpButton.vue"],"names":[],"mappings":"AA6BA;AAibA,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAA;IACjD,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAA;IAC9D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACxC,GAAG,CAAC,EAAE,GAAG,GAAG,QAAQ,GAAG,OAAO,CAAA;IAC9B,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;CACrC;AAuJD,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACpD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA6BxD,QAAA,MAAM,eAAe;;;;;UA3LZ,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;SAClC,GAAG,GAAG,QAAQ,GAAG,OAAO;UACvB,QAAQ,GAAG,QAAQ,GAAG,OAAO;WAR5B,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS;gBADjD,SAAS,GAAG,WAAW,GAAG,UAAU;UAI1C,MAAM;6EAsMb,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,21 +1,16 @@
1
1
  interface Props {
2
2
  size?: '2xs' | 'xs' | 'sm' | 'md' | 'lg';
3
3
  }
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- default?(_: {}): any;
8
- };
9
- refs: {};
10
- rootEl: HTMLDivElement;
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
11
7
  };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
8
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
14
9
  size: "2xs" | "xs" | "sm" | "md" | "lg";
15
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
12
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
13
+ type __VLS_WithSlots<T, S> = T & {
19
14
  new (): {
20
15
  $slots: S;
21
16
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CpButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpButtonGroup.vue"],"names":[],"mappings":"AAKA;AA4DA,UAAU,KAAK;IACb,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;CACzC;AAcD,iBAAS,cAAc;WA2BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA1DZ,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;wFAkExC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CpButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpButtonGroup.vue"],"names":[],"mappings":"AAKA;AA4DA,UAAU,KAAK;IACb,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;CACzC;AA8BD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;UAtDZ,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;6EA6DxC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -19,6 +19,6 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
19
19
  errorMessage: string;
20
20
  initDateOne: string;
21
21
  isError: boolean;
22
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
23
  export default _default;
24
24
  //# sourceMappingURL=CpCalendar.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CpCalendar.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpCalendar.vue"],"names":[],"mappings":"AAkFA;AAicA,UAAU,KAAK;IACb,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B;;;;;;WAHS,MAAM;sBAEK,MAAM;sBANN,OAAO;YAKjB,MAAM;kBAJA,MAAM;iBACP,MAAM;aACV,OAAO;;AAycnB,wBASG"}
1
+ {"version":3,"file":"CpCalendar.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpCalendar.vue"],"names":[],"mappings":"AAkFA;AAicA,UAAU,KAAK;IACb,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B;;;;;;WAHS,MAAM;sBAEK,MAAM;sBANN,OAAO;YAKjB,MAAM;kBAJA,MAAM;iBACP,MAAM;aACV,OAAO;;AA2cnB,wBAQG"}
@@ -11,17 +11,10 @@ export interface Props {
11
11
  modelValue?: boolean | unknown[];
12
12
  reverseLabel?: boolean;
13
13
  }
14
- declare function __VLS_template(): {
15
- attrs: Partial<{}>;
16
- slots: {
17
- default?(_: {}): any;
18
- };
19
- refs: {
20
- inputRef: HTMLInputElement;
21
- };
22
- rootEl: HTMLLabelElement;
14
+ declare var __VLS_5: {};
15
+ type __VLS_Slots = {} & {
16
+ default?: (props: typeof __VLS_5) => any;
23
17
  };
24
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
18
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
26
19
  "update:modelValue": (value: boolean | unknown[]) => any;
27
20
  }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
@@ -33,12 +26,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
33
26
  checkboxValue: string | number;
34
27
  groupName: string;
35
28
  helper: string;
36
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
37
- inputRef: HTMLInputElement;
38
- }, HTMLLabelElement>;
39
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
30
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
40
31
  export default _default;
41
- type __VLS_WithTemplateSlots<T, S> = T & {
32
+ type __VLS_WithSlots<T, S> = T & {
42
33
  new (): {
43
34
  $slots: S;
44
35
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CpCheckbox.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpCheckbox.vue"],"names":[],"mappings":"AA4BA;AA6RA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAO1C,MAAM,WAAW,KAAK;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC/B,KAAK,CAAC,EAAE,YAAY,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,GAAG,OAAO,EAAE,CAAA;IAChC,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AA8FD,iBAAS,cAAc;WAqET,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAhMX,YAAY;gBAKP,OAAO,GAAG,OAAO,EAAE;mBAPhB,MAAM;mBACN,MAAM,GAAG,MAAM;eAEnB,MAAM;YACT,MAAM;;;oBAwMf,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CpCheckbox.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpCheckbox.vue"],"names":[],"mappings":"AA4BA;AA6RA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAO1C,MAAM,WAAW,KAAK;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC/B,KAAK,CAAC,EAAE,YAAY,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,GAAG,OAAO,EAAE,CAAA;IAChC,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AA0JD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA4B/C,QAAA,MAAM,eAAe;;;;;WA/LX,YAAY;gBAKP,OAAO,GAAG,OAAO,EAAE;mBAPhB,MAAM;mBACN,MAAM,GAAG,MAAM;eAEnB,MAAM;YACT,MAAM;6EAqMf,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -5,12 +5,6 @@ export interface Props {
5
5
  declare const _default: import('vue').DefineComponent<Props, {
6
6
  show: (event: MouseEvent) => void;
7
7
  hide: () => void | undefined;
8
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
9
- menu: ({
10
- $props: import('primevue/contextmenu').ContextMenuProps & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
11
- $slots: import('primevue/contextmenu').ContextMenuSlots;
12
- $emit: ((e: "blur", event: Event) => void) & ((e: "focus", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void);
13
- } & import('primevue/contextmenu').ContextMenuMethods) | null;
14
- }, any>;
8
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
9
  export default _default;
16
10
  //# sourceMappingURL=CpContextualMenu.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CpContextualMenu.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpContextualMenu.vue"],"names":[],"mappings":"AAOA;AAqEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAIjD,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,QAAQ,EAAE,CAAA;CAClB;;kBAaoB,UAAU;;;;;;;;;AAyG/B,wBASG"}
1
+ {"version":3,"file":"CpContextualMenu.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpContextualMenu.vue"],"names":[],"mappings":"AAOA;AAqEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAIjD,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,QAAQ,EAAE,CAAA;CAClB;;kBAaoB,UAAU;;;AAkG/B,wBAOG"}
@@ -39,6 +39,6 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
39
39
  displayErrorMessage: boolean;
40
40
  autocompleteBirthday: boolean;
41
41
  inputsOptions: InputsOptions;
42
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
42
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
43
43
  export default _default;
44
44
  //# sourceMappingURL=CpDate.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CpDate.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpDate.vue"],"names":[],"mappings":"AAoDA;AAweA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAQxC,UAAU,aAAa;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAA;CAC9B;AAED,UAAU,KAAK;IACb,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,aAAa,CAAA;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,KAAK,CAAA;CACb;;;;;;;;WAPS,MAAM;UAMP,KAAK;cADD,OAAO;aAFR,MAAM,GAAG,IAAI;aADb,MAAM,GAAG,IAAI;YADd,MAAM;cANJ,OAAO;eAIN,OAAO;kBAFJ,MAAM;gBAOR,MAAM,GAAG,IAAI;yBARJ,OAAO;0BAFN,OAAO;mBAId,aAAa;;AA2W/B,wBASG"}
1
+ {"version":3,"file":"CpDate.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpDate.vue"],"names":[],"mappings":"AAoDA;AAweA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAQxC,UAAU,aAAa;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAA;CAC9B;AAED,UAAU,KAAK;IACb,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,aAAa,CAAA;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,KAAK,CAAA;CACb;;;;;;;;WAPS,MAAM;UAMP,KAAK;cADD,OAAO;aAFR,MAAM,GAAG,IAAI;aADb,MAAM,GAAG,IAAI;YADd,MAAM;cANJ,OAAO;eAIN,OAAO;kBAFJ,MAAM;gBAOR,MAAM,GAAG,IAAI;yBARJ,OAAO;0BAFN,OAAO;mBAId,aAAa;;AA2W/B,wBAQG"}
@@ -38,6 +38,6 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
38
38
  initDateTwo: string;
39
39
  inputValue: string;
40
40
  singleMonth: boolean;
41
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
41
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
42
42
  export default _default;
43
43
  //# sourceMappingURL=CpDatepicker.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CpDatepicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpDatepicker.vue"],"names":[],"mappings":"AAkCA;AAsNA,KAAK,cAAc,GAAG,OAAO,GAAG,QAAQ,CAAA;AAExC,UAAU,KAAK;IACb,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B;;;;;;WARS,MAAM;cADH,OAAO;sBAQC,MAAM;aAJf,MAAM,GAAG,IAAI;aADb,MAAM,GAAG,IAAI;UAEhB,cAAc;sBAXF,OAAO;YAQjB,MAAM;iBAID,MAAM;kBAXL,MAAM;iBACP,MAAM;aAGV,OAAO;oBANA,OAAO;iBAIV,MAAM;gBACP,MAAM;iBASL,OAAO;;AAiPvB,wBASG"}
1
+ {"version":3,"file":"CpDatepicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpDatepicker.vue"],"names":[],"mappings":"AAkCA;AAsNA,KAAK,cAAc,GAAG,OAAO,GAAG,QAAQ,CAAA;AAExC,UAAU,KAAK;IACb,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B;;;;;;WARS,MAAM;cADH,OAAO;sBAQC,MAAM;aAJf,MAAM,GAAG,IAAI;aADb,MAAM,GAAG,IAAI;UAEhB,cAAc;sBAXF,OAAO;YAQjB,MAAM;iBAID,MAAM;kBAXL,MAAM;iBACP,MAAM;aAGV,OAAO;oBANA,OAAO;iBAIV,MAAM;gBACP,MAAM;iBASL,OAAO;;AA2OvB,wBAQG"}
@@ -4,21 +4,16 @@ interface Props {
4
4
  subtitle?: string;
5
5
  title?: string;
6
6
  }
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: {
10
- title?(_: {}): any;
11
- subtitle?(_: {}): any;
12
- default?(_: {}): any;
13
- footer?(_: {}): any;
14
- };
15
- refs: {
16
- dialogElement: HTMLDialogElement;
17
- dialogContainer: HTMLElement;
18
- };
19
- rootEl: HTMLDivElement;
7
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_9: {}, __VLS_11: {};
8
+ type __VLS_Slots = {} & {
9
+ title?: (props: typeof __VLS_1) => any;
10
+ } & {
11
+ subtitle?: (props: typeof __VLS_3) => any;
12
+ } & {
13
+ default?: (props: typeof __VLS_9) => any;
14
+ } & {
15
+ footer?: (props: typeof __VLS_11) => any;
20
16
  };
21
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
17
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
23
18
  close: () => any;
24
19
  }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
@@ -28,13 +23,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
28
23
  isClosableOnClickOutside: boolean;
29
24
  maxWidth: number;
30
25
  subtitle: string;
31
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
32
- dialogElement: HTMLDialogElement;
33
- dialogContainer: HTMLElement;
34
- }, HTMLDivElement>;
35
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
36
28
  export default _default;
37
- type __VLS_WithTemplateSlots<T, S> = T & {
29
+ type __VLS_WithSlots<T, S> = T & {
38
30
  new (): {
39
31
  $slots: S;
40
32
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CpDialog.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpDialog.vue"],"names":[],"mappings":"AAuCA;AA0SA,UAAU,KAAK;IACb,wBAAwB,CAAC,EAAE,OAAO,CAAA;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AA4ED,iBAAS,cAAc;WAgHT,OAAO,IAA6B;;uBAfvB,GAAG;0BACA,GAAG;yBACJ,GAAG;wBACJ,GAAG;;;;;;;EAiB9B;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WA3NX,MAAM;8BAHa,OAAO;cACvB,MAAM;cACN,MAAM;;;;kBAsOjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CpDialog.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpDialog.vue"],"names":[],"mappings":"AAuCA;AA0SA,UAAU,KAAK;IACb,wBAAwB,CAAC,EAAE,OAAO,CAAA;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAoLD,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AACnF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAqC/C,QAAA,MAAM,eAAe;;;;;WA/NX,MAAM;8BAHa,OAAO;cACvB,MAAM;cACN,MAAM;6EAwOjB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -5,22 +5,17 @@ interface Props {
5
5
  headingLevel?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
6
6
  size?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
7
7
  }
8
- declare function __VLS_template(): {
9
- attrs: Partial<{}>;
10
- slots: {
11
- default?(_: {}): any;
12
- };
13
- refs: {};
14
- rootEl: any;
8
+ declare var __VLS_6: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_6) => any;
15
11
  };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
12
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
18
13
  size: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
19
14
  headingLevel: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
20
15
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
17
  export default _default;
23
- type __VLS_WithTemplateSlots<T, S> = T & {
18
+ type __VLS_WithSlots<T, S> = T & {
24
19
  new (): {
25
20
  $slots: S;
26
21
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CpHeading.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpHeading.vue"],"names":[],"mappings":"AAKA;AA6FA;;GAEG;AACH,UAAU,KAAK;IACb,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACtD,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAA;CAC3D;AAkBD,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;yBAXrB,GAAG;;;;EAgB/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAtEZ,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG;kBAD3C,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;6EA8EtD,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CpHeading.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpHeading.vue"],"names":[],"mappings":"AAKA;AA6FA;;GAEG;AACH,UAAU,KAAK;IACb,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACtD,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAA;CAC3D;AA2CD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;UAnEZ,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG;kBAD3C,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;6EA2EtD,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CpIcon.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpIcon.vue"],"names":[],"mappings":"AAKA;AAkHA,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb;;UAHQ,MAAM,GAAG,MAAM;SAChB,MAAM;;AA2Id,wBAQG"}
1
+ {"version":3,"file":"CpIcon.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpIcon.vue"],"names":[],"mappings":"AAKA;AAkHA,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb;;UAHQ,MAAM,GAAG,MAAM;SAChB,MAAM;;AAqId,wBAOG"}