@dpa-id-components/dpa-shared-components 20.0.8 → 21.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (327) hide show
  1. package/dist/dpa-shared-components.d.ts +0 -1
  2. package/dist/dpa-shared-components.js +12493 -12443
  3. package/dist/eslint.base.config.js +49 -1
  4. package/dist/src/components/UiAutocomplete/UiAutocomplete.vue +1 -1
  5. package/dist/src/components/UiBadge/UiBadge.stories.ts +2 -1
  6. package/dist/src/components/UiButton/UiButton.spec.ts +1 -1
  7. package/dist/src/components/UiButton/UiButton.stories.ts +2 -1
  8. package/dist/src/components/UiButton/UiButton.vue +1 -1
  9. package/dist/src/components/UiButtonGroup/UiButtonGroup.stories.ts +1 -0
  10. package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.ts +2 -1
  11. package/dist/src/components/UiCheckbox/UiCheckbox.vue +1 -1
  12. package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.stories.ts +1 -0
  13. package/dist/src/components/UiColorPicker/UiColorPicker.spec.ts +1 -1
  14. package/dist/src/components/UiColorPicker/UiColorPicker.stories.ts +1 -0
  15. package/dist/src/components/UiColorPicker/UiColorPicker.vue +3 -3
  16. package/dist/src/components/UiDatePicker/UiDatePicker.stories.ts +2 -1
  17. package/dist/src/components/UiDialog/UiDialog.vue +1 -1
  18. package/dist/src/components/UiFilterBadge/UiFilterBadge.stories.ts +1 -0
  19. package/dist/src/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.ts +1 -0
  20. package/dist/src/components/UiFilterButton/UiFilterButton.stories.ts +2 -1
  21. package/dist/src/components/UiFilterButton/UiFilterButton.vue +1 -1
  22. package/dist/src/components/UiIcon/IconOverview.stories.vue +1 -1
  23. package/dist/src/components/UiIcon/UiIcon.spec.ts +1 -1
  24. package/dist/src/components/UiIcon/UiIcon.stories.ts +1 -1
  25. package/dist/src/components/UiIcon/UiIcon.vue +1 -1
  26. package/dist/src/components/UiIconButton/UiIconButton.stories.ts +2 -1
  27. package/dist/src/components/UiInfoContent/UiInfoContent.stories.ts +2 -1
  28. package/dist/src/components/UiInput/UiInput.vue +1 -1
  29. package/dist/src/components/UiLabel/UiLabel.vue +1 -1
  30. package/dist/src/components/UiList/UiList.spec.ts +1 -0
  31. package/dist/src/components/UiList/UiList.stories.ts +1 -0
  32. package/dist/src/components/UiListItem/UiListItem.spec.ts +1 -0
  33. package/dist/src/components/UiListItem/UiListItem.stories.ts +2 -1
  34. package/dist/src/components/UiListItem/UiListItem.vue +1 -1
  35. package/dist/src/components/UiMenu/UiMenu.stories.ts +2 -1
  36. package/dist/src/components/UiMenu/UiMenu.vue +2 -2
  37. package/dist/src/components/UiMenu/UiMenuItem.vue +2 -1
  38. package/dist/src/components/UiMenu/UiMenuList.vue +1 -1
  39. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.spec.ts +2 -1
  40. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.stories.ts +1 -0
  41. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.vue +1 -1
  42. package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +1 -1
  43. package/dist/src/components/UiSearchBar/UiSearchBar.stories.ts +1 -0
  44. package/dist/src/components/UiSearchBar/UiSearchBar.vue +1 -1
  45. package/dist/src/components/UiSectionDivider/UiSectionDivider.stories.ts +1 -0
  46. package/dist/src/components/UiSelect/UiSelect.vue +2 -2
  47. package/dist/src/components/UiSnackbar/UiSnackbar.spec.ts +1 -0
  48. package/dist/src/components/UiSnackbar/UiSnackbar.stories.ts +2 -1
  49. package/dist/src/components/UiSpinner/UiSpinner.spec.ts +1 -0
  50. package/dist/src/components/UiTextButton/UiTextButton.stories.ts +2 -1
  51. package/dist/src/components/UiToggleButton/UiToggleButton.stories.ts +1 -0
  52. package/dist/src/components/index.ts +1 -1
  53. package/dist/src/compositions/index.ts +1 -1
  54. package/dist/src/compositions/useBreakpoints/UseBreakpoints.stories.vue +2 -1
  55. package/dist/src/directives/index.ts +1 -1
  56. package/dist/src/index.ts +4 -4
  57. package/dist/src/utils/cn.spec.ts +12 -0
  58. package/dist/src/utils/index.spec.ts +1 -1
  59. package/dist/src/utils/index.ts +1 -1
  60. package/dist/style.css +1 -1
  61. package/package.json +27 -18
  62. package/src/components/UiAutocomplete/UiAutocomplete.vue +1 -1
  63. package/src/components/UiButton/UiButton.vue +1 -1
  64. package/src/components/UiCheckbox/UiCheckbox.vue +1 -1
  65. package/src/components/UiColorPicker/UiColorPicker.vue +3 -3
  66. package/src/components/UiDialog/UiDialog.vue +1 -1
  67. package/src/components/UiFilterButton/UiFilterButton.vue +1 -1
  68. package/src/components/UiIcon/UiIcon.vue +1 -1
  69. package/src/components/UiInput/UiInput.vue +1 -1
  70. package/src/components/UiLabel/UiLabel.vue +1 -1
  71. package/src/components/UiListItem/UiListItem.vue +1 -1
  72. package/src/components/UiMenu/UiMenu.vue +2 -2
  73. package/src/components/UiMenu/UiMenuItem.vue +2 -1
  74. package/src/components/UiMenu/UiMenuList.vue +1 -1
  75. package/src/components/UiOverlayMenu/UiOverlayMenu.vue +1 -1
  76. package/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +1 -1
  77. package/src/components/UiSearchBar/UiSearchBar.vue +1 -1
  78. package/src/components/UiSelect/UiSelect.vue +2 -2
  79. package/dist/assets/icons/activities.vue.d.ts +0 -2
  80. package/dist/assets/icons/ai.vue.d.ts +0 -2
  81. package/dist/assets/icons/alert-fill.vue.d.ts +0 -2
  82. package/dist/assets/icons/alert-octagon.vue.d.ts +0 -2
  83. package/dist/assets/icons/alert.vue.d.ts +0 -2
  84. package/dist/assets/icons/apps.vue.d.ts +0 -2
  85. package/dist/assets/icons/archive.vue.d.ts +0 -2
  86. package/dist/assets/icons/arrow-down.vue.d.ts +0 -2
  87. package/dist/assets/icons/arrow-left.vue.d.ts +0 -2
  88. package/dist/assets/icons/arrow-nav-left.vue.d.ts +0 -2
  89. package/dist/assets/icons/arrow-nav-right.vue.d.ts +0 -2
  90. package/dist/assets/icons/arrow-right.vue.d.ts +0 -2
  91. package/dist/assets/icons/arrow-up.vue.d.ts +0 -2
  92. package/dist/assets/icons/arrowhead-left.vue.d.ts +0 -2
  93. package/dist/assets/icons/arrowhead-right.vue.d.ts +0 -2
  94. package/dist/assets/icons/arrowhead-top.vue.d.ts +0 -2
  95. package/dist/assets/icons/atmo.vue.d.ts +0 -2
  96. package/dist/assets/icons/audio-circled.vue.d.ts +0 -2
  97. package/dist/assets/icons/audio-filled.vue.d.ts +0 -2
  98. package/dist/assets/icons/audio.vue.d.ts +0 -2
  99. package/dist/assets/icons/bag.vue.d.ts +0 -2
  100. package/dist/assets/icons/bell-fill.vue.d.ts +0 -2
  101. package/dist/assets/icons/bell.vue.d.ts +0 -2
  102. package/dist/assets/icons/book.vue.d.ts +0 -2
  103. package/dist/assets/icons/bookmark-fill.vue.d.ts +0 -2
  104. package/dist/assets/icons/bookmark-outlined.vue.d.ts +0 -2
  105. package/dist/assets/icons/bookmark.vue.d.ts +0 -2
  106. package/dist/assets/icons/box.vue.d.ts +0 -2
  107. package/dist/assets/icons/bulb.vue.d.ts +0 -2
  108. package/dist/assets/icons/call.vue.d.ts +0 -2
  109. package/dist/assets/icons/camera.vue.d.ts +0 -2
  110. package/dist/assets/icons/check.vue.d.ts +0 -2
  111. package/dist/assets/icons/checklist.vue.d.ts +0 -2
  112. package/dist/assets/icons/checkmark-double.vue.d.ts +0 -2
  113. package/dist/assets/icons/checkmark.vue.d.ts +0 -2
  114. package/dist/assets/icons/chevron-down.vue.d.ts +0 -2
  115. package/dist/assets/icons/chevron-left.vue.d.ts +0 -2
  116. package/dist/assets/icons/chevron-right.vue.d.ts +0 -2
  117. package/dist/assets/icons/chevron-up.vue.d.ts +0 -2
  118. package/dist/assets/icons/clipboard.vue.d.ts +0 -2
  119. package/dist/assets/icons/clock.vue.d.ts +0 -2
  120. package/dist/assets/icons/close.vue.d.ts +0 -2
  121. package/dist/assets/icons/cloud-save.vue.d.ts +0 -2
  122. package/dist/assets/icons/code.vue.d.ts +0 -2
  123. package/dist/assets/icons/collapse.vue.d.ts +0 -2
  124. package/dist/assets/icons/color-palette.vue.d.ts +0 -2
  125. package/dist/assets/icons/comment-fill.vue.d.ts +0 -2
  126. package/dist/assets/icons/comment.vue.d.ts +0 -2
  127. package/dist/assets/icons/copy-link.vue.d.ts +0 -2
  128. package/dist/assets/icons/copy.vue.d.ts +0 -2
  129. package/dist/assets/icons/delete.vue.d.ts +0 -2
  130. package/dist/assets/icons/download.vue.d.ts +0 -2
  131. package/dist/assets/icons/dpa-id.vue.d.ts +0 -2
  132. package/dist/assets/icons/edit-add.vue.d.ts +0 -2
  133. package/dist/assets/icons/edit.vue.d.ts +0 -2
  134. package/dist/assets/icons/eil.vue.d.ts +0 -2
  135. package/dist/assets/icons/emoji-add.vue.d.ts +0 -2
  136. package/dist/assets/icons/emoji.vue.d.ts +0 -2
  137. package/dist/assets/icons/envelope.vue.d.ts +0 -2
  138. package/dist/assets/icons/event.vue.d.ts +0 -2
  139. package/dist/assets/icons/expand.vue.d.ts +0 -2
  140. package/dist/assets/icons/external-link.vue.d.ts +0 -2
  141. package/dist/assets/icons/file-pdf.vue.d.ts +0 -2
  142. package/dist/assets/icons/file.vue.d.ts +0 -2
  143. package/dist/assets/icons/filter-outline.vue.d.ts +0 -2
  144. package/dist/assets/icons/filter.vue.d.ts +0 -2
  145. package/dist/assets/icons/flag-fill.vue.d.ts +0 -2
  146. package/dist/assets/icons/flag-filled.vue.d.ts +0 -2
  147. package/dist/assets/icons/flag-outline.vue.d.ts +0 -2
  148. package/dist/assets/icons/flag.vue.d.ts +0 -2
  149. package/dist/assets/icons/flags.vue.d.ts +0 -2
  150. package/dist/assets/icons/flash.vue.d.ts +0 -2
  151. package/dist/assets/icons/folder-add.vue.d.ts +0 -2
  152. package/dist/assets/icons/folder-fill.vue.d.ts +0 -2
  153. package/dist/assets/icons/folder-filled.vue.d.ts +0 -2
  154. package/dist/assets/icons/folder.vue.d.ts +0 -2
  155. package/dist/assets/icons/gallery.vue.d.ts +0 -2
  156. package/dist/assets/icons/graphic-circled.vue.d.ts +0 -2
  157. package/dist/assets/icons/graphic-filled.vue.d.ts +0 -2
  158. package/dist/assets/icons/graphic.vue.d.ts +0 -2
  159. package/dist/assets/icons/graphics.vue.d.ts +0 -2
  160. package/dist/assets/icons/grid-1.vue.d.ts +0 -2
  161. package/dist/assets/icons/grid-2.vue.d.ts +0 -2
  162. package/dist/assets/icons/grid-3.vue.d.ts +0 -2
  163. package/dist/assets/icons/grid-4.vue.d.ts +0 -2
  164. package/dist/assets/icons/grid-6.vue.d.ts +0 -2
  165. package/dist/assets/icons/grid-9.vue.d.ts +0 -2
  166. package/dist/assets/icons/grid-masonry-9.vue.d.ts +0 -2
  167. package/dist/assets/icons/grid-masonry.vue.d.ts +0 -2
  168. package/dist/assets/icons/help.vue.d.ts +0 -2
  169. package/dist/assets/icons/home.vue.d.ts +0 -2
  170. package/dist/assets/icons/image focus point.vue.d.ts +0 -2
  171. package/dist/assets/icons/image.vue.d.ts +0 -2
  172. package/dist/assets/icons/impact-high.vue.d.ts +0 -2
  173. package/dist/assets/icons/impact-low.vue.d.ts +0 -2
  174. package/dist/assets/icons/impact-medium.vue.d.ts +0 -2
  175. package/dist/assets/icons/impact-very-high.vue.d.ts +0 -2
  176. package/dist/assets/icons/impact-very-low.vue.d.ts +0 -2
  177. package/dist/assets/icons/info-fill.vue.d.ts +0 -2
  178. package/dist/assets/icons/info-filled.vue.d.ts +0 -2
  179. package/dist/assets/icons/info.vue.d.ts +0 -2
  180. package/dist/assets/icons/label-filled.vue.d.ts +0 -2
  181. package/dist/assets/icons/label.vue.d.ts +0 -2
  182. package/dist/assets/icons/language.vue.d.ts +0 -2
  183. package/dist/assets/icons/latest.vue.d.ts +0 -2
  184. package/dist/assets/icons/lightbulb.vue.d.ts +0 -2
  185. package/dist/assets/icons/list-search.vue.d.ts +0 -2
  186. package/dist/assets/icons/list.vue.d.ts +0 -2
  187. package/dist/assets/icons/lock-filled.vue.d.ts +0 -2
  188. package/dist/assets/icons/lock.vue.d.ts +0 -2
  189. package/dist/assets/icons/mail.vue.d.ts +0 -2
  190. package/dist/assets/icons/map-outline.vue.d.ts +0 -2
  191. package/dist/assets/icons/map.vue.d.ts +0 -2
  192. package/dist/assets/icons/menu.vue.d.ts +0 -2
  193. package/dist/assets/icons/minus.vue.d.ts +0 -2
  194. package/dist/assets/icons/more-horizontal.vue.d.ts +0 -2
  195. package/dist/assets/icons/more-vertical.vue.d.ts +0 -2
  196. package/dist/assets/icons/move-up-down.vue.d.ts +0 -2
  197. package/dist/assets/icons/move.vue.d.ts +0 -2
  198. package/dist/assets/icons/navigation.vue.d.ts +0 -2
  199. package/dist/assets/icons/note.vue.d.ts +0 -2
  200. package/dist/assets/icons/offline.vue.d.ts +0 -2
  201. package/dist/assets/icons/package.vue.d.ts +0 -2
  202. package/dist/assets/icons/paper-plane.vue.d.ts +0 -2
  203. package/dist/assets/icons/paperplane.vue.d.ts +0 -2
  204. package/dist/assets/icons/pause-circle.vue.d.ts +0 -2
  205. package/dist/assets/icons/pause.vue.d.ts +0 -2
  206. package/dist/assets/icons/pdf.vue.d.ts +0 -2
  207. package/dist/assets/icons/pen-check.vue.d.ts +0 -2
  208. package/dist/assets/icons/pen.vue.d.ts +0 -2
  209. package/dist/assets/icons/people.vue.d.ts +0 -2
  210. package/dist/assets/icons/phone.vue.d.ts +0 -2
  211. package/dist/assets/icons/picture-circled.vue.d.ts +0 -2
  212. package/dist/assets/icons/picture-filled.vue.d.ts +0 -2
  213. package/dist/assets/icons/picture-gallery.vue.d.ts +0 -2
  214. package/dist/assets/icons/picture.vue.d.ts +0 -2
  215. package/dist/assets/icons/pin.vue.d.ts +0 -2
  216. package/dist/assets/icons/planning.vue.d.ts +0 -2
  217. package/dist/assets/icons/play-circle.vue.d.ts +0 -2
  218. package/dist/assets/icons/play-fill.vue.d.ts +0 -2
  219. package/dist/assets/icons/play.vue.d.ts +0 -2
  220. package/dist/assets/icons/plus-circle.vue.d.ts +0 -2
  221. package/dist/assets/icons/plus.vue.d.ts +0 -2
  222. package/dist/assets/icons/print.vue.d.ts +0 -2
  223. package/dist/assets/icons/refresh.vue.d.ts +0 -2
  224. package/dist/assets/icons/reset.vue.d.ts +0 -2
  225. package/dist/assets/icons/responsive.vue.d.ts +0 -2
  226. package/dist/assets/icons/rubix-thema.vue.d.ts +0 -2
  227. package/dist/assets/icons/save.vue.d.ts +0 -2
  228. package/dist/assets/icons/saved-search-fill.vue.d.ts +0 -2
  229. package/dist/assets/icons/saved-search.vue.d.ts +0 -2
  230. package/dist/assets/icons/search.vue.d.ts +0 -2
  231. package/dist/assets/icons/settings.vue.d.ts +0 -2
  232. package/dist/assets/icons/share-alternative.vue.d.ts +0 -2
  233. package/dist/assets/icons/share.vue.d.ts +0 -2
  234. package/dist/assets/icons/sidebar-fill.vue.d.ts +0 -2
  235. package/dist/assets/icons/sidebar.vue.d.ts +0 -2
  236. package/dist/assets/icons/slack.vue.d.ts +0 -2
  237. package/dist/assets/icons/slider-config.vue.d.ts +0 -2
  238. package/dist/assets/icons/spellcheck.vue.d.ts +0 -2
  239. package/dist/assets/icons/spinner.vue.d.ts +0 -2
  240. package/dist/assets/icons/standard-view.vue.d.ts +0 -2
  241. package/dist/assets/icons/star-fill.vue.d.ts +0 -2
  242. package/dist/assets/icons/star-filled.vue.d.ts +0 -2
  243. package/dist/assets/icons/star.vue.d.ts +0 -2
  244. package/dist/assets/icons/stop.vue.d.ts +0 -2
  245. package/dist/assets/icons/story.vue.d.ts +0 -2
  246. package/dist/assets/icons/sync.vue.d.ts +0 -2
  247. package/dist/assets/icons/tasks.vue.d.ts +0 -2
  248. package/dist/assets/icons/text-circled.vue.d.ts +0 -2
  249. package/dist/assets/icons/text-filled.vue.d.ts +0 -2
  250. package/dist/assets/icons/text.vue.d.ts +0 -2
  251. package/dist/assets/icons/thumbs-down.vue.d.ts +0 -2
  252. package/dist/assets/icons/thumbs-up-double.vue.d.ts +0 -2
  253. package/dist/assets/icons/thumbs-up.vue.d.ts +0 -2
  254. package/dist/assets/icons/topic.vue.d.ts +0 -2
  255. package/dist/assets/icons/union.vue.d.ts +0 -2
  256. package/dist/assets/icons/upload.vue.d.ts +0 -2
  257. package/dist/assets/icons/user-need-divert-me.vue.d.ts +0 -2
  258. package/dist/assets/icons/user-need-educate-me.vue.d.ts +0 -2
  259. package/dist/assets/icons/user-need-give-me-perspective.vue.d.ts +0 -2
  260. package/dist/assets/icons/user-need-help-me.vue.d.ts +0 -2
  261. package/dist/assets/icons/user-need-touch-me.vue.d.ts +0 -2
  262. package/dist/assets/icons/user-need-update-me.vue.d.ts +0 -2
  263. package/dist/assets/icons/video overlay.vue.d.ts +0 -2
  264. package/dist/assets/icons/video-circled.vue.d.ts +0 -2
  265. package/dist/assets/icons/video-filled.vue.d.ts +0 -2
  266. package/dist/assets/icons/video-rounded.vue.d.ts +0 -2
  267. package/dist/assets/icons/video.vue.d.ts +0 -2
  268. package/dist/assets/icons/view-off.vue.d.ts +0 -2
  269. package/dist/assets/icons/view.vue.d.ts +0 -2
  270. package/dist/assets/icons/volume-up.vue.d.ts +0 -2
  271. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +0 -38
  272. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +0 -189
  273. package/dist/components/UiBadge/UiBadge.vue.d.ts +0 -35
  274. package/dist/components/UiButton/UiButton.vue.d.ts +0 -38
  275. package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +0 -17
  276. package/dist/components/UiCard/UiCard.vue.d.ts +0 -6
  277. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +0 -32
  278. package/dist/components/UiCheckbox/UiCheckbox.vue.d.ts +0 -56
  279. package/dist/components/UiChip/UiChip.vue.d.ts +0 -26
  280. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +0 -27
  281. package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +0 -11
  282. package/dist/components/UiColorPicker/lib/colors.d.ts +0 -1
  283. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +0 -933
  284. package/dist/components/UiDialog/UiDialog.vue.d.ts +0 -50
  285. package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +0 -28
  286. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +0 -33
  287. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +0 -37
  288. package/dist/components/UiIcon/UiIcon.vue.d.ts +0 -15
  289. package/dist/components/UiIcon/UiIconLoading.vue.d.ts +0 -2
  290. package/dist/components/UiIcon/icons.d.ts +0 -194
  291. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +0 -20
  292. package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +0 -31
  293. package/dist/components/UiInput/UiInput.vue.d.ts +0 -95
  294. package/dist/components/UiLabel/UiLabel.vue.d.ts +0 -25
  295. package/dist/components/UiList/UiList.vue.d.ts +0 -17
  296. package/dist/components/UiListItem/UiListItem.vue.d.ts +0 -55
  297. package/dist/components/UiMenu/UiMenu.vue.d.ts +0 -88
  298. package/dist/components/UiMenu/UiMenuItem.vue.d.ts +0 -27
  299. package/dist/components/UiMenu/UiMenuList.vue.d.ts +0 -22
  300. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +0 -17
  301. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +0 -23
  302. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +0 -34
  303. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +0 -68
  304. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +0 -63
  305. package/dist/components/UiSection/UiSection.vue.d.ts +0 -28
  306. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +0 -15
  307. package/dist/components/UiSelect/UiSelect.vue.d.ts +0 -54
  308. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +0 -21
  309. package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +0 -11
  310. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +0 -42
  311. package/dist/components/UiSpinner/UiSpinner.vue.d.ts +0 -9
  312. package/dist/components/UiTextButton/UiTextButton.vue.d.ts +0 -37
  313. package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +0 -52
  314. package/dist/components/UiTooltip/UiTooltip.vue.d.ts +0 -59
  315. package/dist/components/index.d.ts +0 -45
  316. package/dist/compositions/index.d.ts +0 -1
  317. package/dist/compositions/useBreakpoints/useBreakpoints.d.ts +0 -8
  318. package/dist/directives/index.d.ts +0 -1
  319. package/dist/directives/vClickAway.d.ts +0 -5
  320. package/dist/index.d.ts +0 -4
  321. package/dist/utils/cn.d.ts +0 -2
  322. package/dist/utils/index.d.ts +0 -1
  323. package/src/components/index.ts +0 -92
  324. package/src/compositions/index.ts +0 -1
  325. package/src/directives/index.ts +0 -1
  326. package/src/index.ts +0 -6
  327. package/src/utils/index.ts +0 -1
@@ -1,38 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: __VLS_WithTemplateSlots<import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<{
6
- genre?: "audio" | "picture" | "video" | "text" | "graphic";
7
- isFulfilled?: boolean;
8
- imgSrc?: string;
9
- imgAlt?: string;
10
- imgCount?: number;
11
- disabled?: boolean;
12
- }, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{
13
- genre?: "audio" | "picture" | "video" | "text" | "graphic";
14
- isFulfilled?: boolean;
15
- imgSrc?: string;
16
- imgAlt?: string;
17
- imgCount?: number;
18
- disabled?: boolean;
19
- }> & Readonly<{}>, {
20
- genre: "audio" | "picture" | "video" | "text" | "graphic";
21
- isFulfilled: boolean;
22
- imgSrc: string;
23
- imgAlt: string;
24
- imgCount: number;
25
- disabled: boolean;
26
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>, {
27
- description?(_: {}): any;
28
- planning?(_: {}): any;
29
- default?(_: {}): any;
30
- textLength?(_: {}): any;
31
- timePublished?(_: {}): any;
32
- }>;
33
- export default _default;
34
- type __VLS_WithTemplateSlots<T, S> = T & {
35
- new (): {
36
- $slots: S;
37
- };
38
- };
@@ -1,189 +0,0 @@
1
- type __VLS_Props = {
2
- label?: string;
3
- placeholder?: string;
4
- value?: string;
5
- options?: string[];
6
- readonly?: boolean;
7
- chevron?: boolean;
8
- };
9
- declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
10
- select: (args_0: string) => any;
11
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
12
- onSelect?: ((args_0: string) => any) | undefined;
13
- }>, {
14
- label: string;
15
- placeholder: string;
16
- readonly: boolean;
17
- chevron: boolean;
18
- value: string;
19
- options: string[];
20
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
21
- inputRef: ({
22
- $: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance;
23
- $data: {};
24
- $props: {
25
- readonly modelValue?: string | undefined;
26
- readonly id?: string | undefined;
27
- readonly type?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | (string & {}) | undefined;
28
- readonly label?: string | undefined;
29
- readonly placeholder?: string | undefined;
30
- readonly autofocus?: boolean | undefined;
31
- readonly chevron?: boolean | undefined;
32
- readonly readonly?: boolean | undefined;
33
- readonly disabled?: boolean | undefined;
34
- readonly isDateTimePicker?: boolean | undefined;
35
- readonly autocomplete?: string | undefined;
36
- readonly errorMessage?: string | undefined;
37
- readonly warningMessage?: string | undefined;
38
- readonly isTextarea?: boolean | undefined;
39
- readonly infoText?: string | undefined;
40
- readonly inputStatus?: ("info" | "default" | "error" | "readonly" | "warning") | undefined;
41
- readonly isUiAutocomplete?: boolean | undefined;
42
- readonly onInput?: ((args_0: string) => any) | undefined;
43
- readonly onBlur?: ((args_0: FocusEvent) => any) | undefined;
44
- readonly onFocus?: ((args_0: FocusEvent) => any) | undefined;
45
- readonly onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
46
- readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
47
- } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps;
48
- $attrs: import('vue', { with: { "resolution-mode": "import" } }).Attrs;
49
- $refs: {
50
- [x: string]: unknown;
51
- } & {
52
- inputRef: HTMLInputElement;
53
- };
54
- $slots: Readonly<{
55
- [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
56
- }>;
57
- $root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
58
- $parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
59
- $host: Element | null;
60
- $emit: ((event: "input", args_0: string) => void) & ((event: "blur", args_0: FocusEvent) => void) & ((event: "focus", args_0: FocusEvent) => void) & ((event: "keyup", args_0: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
61
- $el: any;
62
- $options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase<Readonly<{
63
- modelValue?: string;
64
- } & {
65
- id?: string;
66
- type?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | (string & {});
67
- label?: string;
68
- placeholder?: string;
69
- autofocus?: boolean;
70
- chevron?: boolean;
71
- readonly?: boolean;
72
- disabled?: boolean;
73
- isDateTimePicker?: boolean;
74
- autocomplete?: string;
75
- errorMessage?: string;
76
- warningMessage?: string;
77
- isTextarea?: boolean;
78
- infoText?: string;
79
- inputStatus?: "info" | "default" | "error" | "readonly" | "warning";
80
- isUiAutocomplete?: boolean;
81
- }> & Readonly<{
82
- onInput?: ((args_0: string) => any) | undefined;
83
- onBlur?: ((args_0: FocusEvent) => any) | undefined;
84
- onFocus?: ((args_0: FocusEvent) => any) | undefined;
85
- onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
86
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
87
- }>, {
88
- inputRef: import('vue', { with: { "resolution-mode": "import" } }).Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
89
- }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
90
- input: (args_0: string) => any;
91
- blur: (args_0: FocusEvent) => any;
92
- focus: (args_0: FocusEvent) => any;
93
- keyup: (args_0: KeyboardEvent) => any;
94
- "update:modelValue": (value: string) => any;
95
- }, string, {
96
- label: string;
97
- type: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | (string & {});
98
- placeholder: string;
99
- disabled: boolean;
100
- readonly: boolean;
101
- id: string;
102
- autofocus: boolean;
103
- chevron: boolean;
104
- isDateTimePicker: boolean;
105
- autocomplete: string;
106
- errorMessage: string;
107
- warningMessage: string;
108
- isTextarea: boolean;
109
- infoText: string;
110
- inputStatus: "info" | "default" | "error" | "readonly" | "warning";
111
- isUiAutocomplete: boolean;
112
- }, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & {
113
- beforeCreate?: (() => void) | (() => void)[];
114
- created?: (() => void) | (() => void)[];
115
- beforeMount?: (() => void) | (() => void)[];
116
- mounted?: (() => void) | (() => void)[];
117
- beforeUpdate?: (() => void) | (() => void)[];
118
- updated?: (() => void) | (() => void)[];
119
- activated?: (() => void) | (() => void)[];
120
- deactivated?: (() => void) | (() => void)[];
121
- beforeDestroy?: (() => void) | (() => void)[];
122
- beforeUnmount?: (() => void) | (() => void)[];
123
- destroyed?: (() => void) | (() => void)[];
124
- unmounted?: (() => void) | (() => void)[];
125
- renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
126
- renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
127
- errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void)[];
128
- };
129
- $forceUpdate: () => void;
130
- $nextTick: typeof import('vue', { with: { "resolution-mode": "import" } }).nextTick;
131
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue', { with: { "resolution-mode": "import" } }).WatchOptions): import('vue', { with: { "resolution-mode": "import" } }).WatchStopHandle;
132
- } & Readonly<{
133
- label: string;
134
- type: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | (string & {});
135
- placeholder: string;
136
- disabled: boolean;
137
- readonly: boolean;
138
- id: string;
139
- autofocus: boolean;
140
- chevron: boolean;
141
- isDateTimePicker: boolean;
142
- autocomplete: string;
143
- errorMessage: string;
144
- warningMessage: string;
145
- isTextarea: boolean;
146
- infoText: string;
147
- inputStatus: "info" | "default" | "error" | "readonly" | "warning";
148
- isUiAutocomplete: boolean;
149
- }> & Omit<Readonly<{
150
- modelValue?: string;
151
- } & {
152
- id?: string;
153
- type?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | (string & {});
154
- label?: string;
155
- placeholder?: string;
156
- autofocus?: boolean;
157
- chevron?: boolean;
158
- readonly?: boolean;
159
- disabled?: boolean;
160
- isDateTimePicker?: boolean;
161
- autocomplete?: string;
162
- errorMessage?: string;
163
- warningMessage?: string;
164
- isTextarea?: boolean;
165
- infoText?: string;
166
- inputStatus?: "info" | "default" | "error" | "readonly" | "warning";
167
- isUiAutocomplete?: boolean;
168
- }> & Readonly<{
169
- onInput?: ((args_0: string) => any) | undefined;
170
- onBlur?: ((args_0: FocusEvent) => any) | undefined;
171
- onFocus?: ((args_0: FocusEvent) => any) | undefined;
172
- onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
173
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
174
- }>, "inputRef" | ("label" | "type" | "placeholder" | "disabled" | "readonly" | "id" | "autofocus" | "chevron" | "isDateTimePicker" | "autocomplete" | "errorMessage" | "warningMessage" | "isTextarea" | "infoText" | "inputStatus" | "isUiAutocomplete")> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{
175
- inputRef: import('vue', { with: { "resolution-mode": "import" } }).Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
176
- }> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & {
177
- $slots: Readonly<{
178
- buttons?: () => any;
179
- default?: () => any;
180
- errors?: () => any;
181
- }> & {
182
- buttons?: () => any;
183
- default?: () => any;
184
- errors?: () => any;
185
- };
186
- }) | null;
187
- dropdownRef: HTMLDivElement;
188
- }, HTMLDivElement>;
189
- export default _default;
@@ -1,35 +0,0 @@
1
- import { UiIconName } from '../UiIcon/UiIcon.vue';
2
- type __VLS_Props = {
3
- text?: string;
4
- color?: "red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green";
5
- iconName?: UiIconName | null;
6
- mobileTrim?: boolean;
7
- trim?: boolean;
8
- small?: boolean;
9
- screenReaderText?: string;
10
- };
11
- declare function __VLS_template(): {
12
- attrs: Partial<{}>;
13
- slots: {
14
- default?(_: {}): any;
15
- };
16
- refs: {};
17
- rootEl: HTMLDivElement;
18
- };
19
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
- declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
21
- small: boolean;
22
- text: string;
23
- trim: boolean;
24
- color: "red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "green-neon" | "green-primary" | "neon-green" | "primary-green";
25
- iconName: UiIconName | null;
26
- mobileTrim: boolean;
27
- screenReaderText: string;
28
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
29
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
- export default _default;
31
- type __VLS_WithTemplateSlots<T, S> = T & {
32
- new (): {
33
- $slots: S;
34
- };
35
- };
@@ -1,38 +0,0 @@
1
- import { RouteLocationRaw } from 'vue-router';
2
- import { UiIconName } from '../UiIcon/UiIcon.vue';
3
- type __VLS_Props = {
4
- to?: RouteLocationRaw;
5
- iconName?: UiIconName | null;
6
- size?: "xs" | "small" | "medium" | "large";
7
- color?: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
8
- disabledVariant?: "primary" | "secondary";
9
- disabled?: boolean;
10
- };
11
- declare function __VLS_template(): {
12
- attrs: Partial<{}>;
13
- slots: {
14
- default?(_: {}): any;
15
- };
16
- refs: {};
17
- rootEl: any;
18
- };
19
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
- declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
21
- click: () => any;
22
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
23
- onClick?: (() => any) | undefined;
24
- }>, {
25
- size: "xs" | "small" | "medium" | "large";
26
- disabled: boolean;
27
- color: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
28
- iconName: UiIconName | null;
29
- to: RouteLocationRaw;
30
- disabledVariant: "primary" | "secondary";
31
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
32
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
- export default _default;
34
- type __VLS_WithTemplateSlots<T, S> = T & {
35
- new (): {
36
- $slots: S;
37
- };
38
- };
@@ -1,17 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {};
7
- rootEl: HTMLDivElement;
8
- };
9
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<{}, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, HTMLDivElement>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
- export default _default;
13
- type __VLS_WithTemplateSlots<T, S> = T & {
14
- new (): {
15
- $slots: S;
16
- };
17
- };
@@ -1,6 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<{}, void, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
6
- export default _default;
@@ -1,32 +0,0 @@
1
- import { UiIconName } from '../UiIcon/UiIcon.vue';
2
- /**
3
- * @deprecated
4
- * Please replace with your own component
5
- */
6
- declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<{
7
- item?: CheckboxItem[];
8
- firstEntryChecksAll?: boolean;
9
- disabled?: boolean;
10
- }, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
11
- input: (args_0: CheckboxItem[]) => any;
12
- "checked-all": (args_0: boolean) => any;
13
- "item-checked": (args_0: CheckboxItem) => any;
14
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{
15
- item?: CheckboxItem[];
16
- firstEntryChecksAll?: boolean;
17
- disabled?: boolean;
18
- }> & Readonly<{
19
- onInput?: ((args_0: CheckboxItem[]) => any) | undefined;
20
- "onChecked-all"?: ((args_0: boolean) => any) | undefined;
21
- "onItem-checked"?: ((args_0: CheckboxItem) => any) | undefined;
22
- }>, {
23
- disabled: boolean;
24
- item: CheckboxItem[];
25
- firstEntryChecksAll: boolean;
26
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLUListElement>;
27
- export default _default;
28
- export type CheckboxItem = {
29
- name: string;
30
- isChecked: boolean;
31
- iconName?: UiIconName;
32
- };
@@ -1,56 +0,0 @@
1
- type __VLS_Props = {
2
- id?: string;
3
- color?: "blue" | "gray";
4
- size?: "small" | "medium";
5
- textSize?: "extra-small" | "small" | "medium";
6
- disabled?: boolean;
7
- checked?: boolean;
8
- showError?: boolean;
9
- errorMessage?: string;
10
- };
11
- declare function __VLS_template(): {
12
- attrs: Partial<{}>;
13
- slots: Readonly<{
14
- /**
15
- * Label content.
16
- */
17
- default: () => any;
18
- /**
19
- * Error content.
20
- */
21
- errors?: () => any;
22
- }> & {
23
- /**
24
- * Label content.
25
- */
26
- default: () => any;
27
- /**
28
- * Error content.
29
- */
30
- errors?: () => any;
31
- };
32
- refs: {};
33
- rootEl: any;
34
- };
35
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
36
- declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
37
- change: (args_0: boolean) => any;
38
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
39
- onChange?: ((args_0: boolean) => any) | undefined;
40
- }>, {
41
- size: "small" | "medium";
42
- disabled: boolean;
43
- id: string;
44
- errorMessage: string;
45
- color: "blue" | "gray";
46
- textSize: "extra-small" | "small" | "medium";
47
- checked: boolean;
48
- showError: boolean;
49
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
50
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
51
- export default _default;
52
- type __VLS_WithTemplateSlots<T, S> = T & {
53
- new (): {
54
- $slots: S;
55
- };
56
- };
@@ -1,26 +0,0 @@
1
- type __VLS_Props = {
2
- cursorStyle?: "default" | "text" | "pointer";
3
- isVisible?: boolean;
4
- size?: "small" | "medium" | "big";
5
- };
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: {
9
- default?(_: {}): any;
10
- };
11
- refs: {};
12
- rootEl: HTMLDivElement;
13
- };
14
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
- declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
16
- size: "small" | "medium" | "big";
17
- cursorStyle: "default" | "text" | "pointer";
18
- isVisible: boolean;
19
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
- export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
23
- new (): {
24
- $slots: S;
25
- };
26
- };
@@ -1,27 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: __VLS_WithTemplateSlots<import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<{
6
- headline?: string;
7
- hasBorderTop?: boolean;
8
- openAsDefault?: boolean;
9
- }, {
10
- openMenu: import('vue', { with: { "resolution-mode": "import" } }).Ref<any, any>;
11
- }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{
12
- headline?: string;
13
- hasBorderTop?: boolean;
14
- openAsDefault?: boolean;
15
- }> & Readonly<{}>, {
16
- headline: string;
17
- hasBorderTop: boolean;
18
- openAsDefault: boolean;
19
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>, {
20
- default?(_: {}): any;
21
- }>;
22
- export default _default;
23
- type __VLS_WithTemplateSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
@@ -1,11 +0,0 @@
1
- type __VLS_Props = {
2
- modelValue?: string;
3
- };
4
- declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
5
- "update:modelValue": (args_0: string) => any;
6
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
7
- "onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
8
- }>, {
9
- modelValue: string;
10
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
11
- export default _default;
@@ -1 +0,0 @@
1
- export declare const COLORS: string[];