@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,88 +0,0 @@
1
- import { Placement, UseFloatingOptions } from '@floating-ui/vue';
2
- import { HTMLAttributes } from 'vue';
3
- import { UiIconName } from '../UiIcon/UiIcon.vue';
4
- export type UiMenuOptionType<Value = unknown> = {
5
- label: string;
6
- imageSrc?: string | undefined;
7
- iconName?: UiIconName | undefined;
8
- selected: boolean;
9
- value: Value;
10
- };
11
- export type UiMenuSelectedOption<Value = unknown> = UiMenuOptionType<Value> & {
12
- index: number;
13
- };
14
- export type UiMenuGroupedOption<Value = unknown> = {
15
- groupLabel?: string;
16
- options: UiMenuOptionType<Value>[];
17
- };
18
- declare const _default: <Value>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
19
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
20
- readonly onInput?: ((args_0: string) => any) | undefined;
21
- readonly onClose?: (() => any) | undefined;
22
- readonly onReset?: (() => any) | undefined;
23
- readonly onOpen?: (() => any) | undefined;
24
- readonly "onOption-selected"?: ((args_0: UiMenuSelectedOption<Value>) => any) | undefined;
25
- readonly onPlaced?: (() => any) | undefined;
26
- } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onInput" | "onReset" | "onClose" | "onOpen" | "onOption-selected" | "onPlaced"> & {
27
- menuClasses?: HTMLAttributes["class"];
28
- options?: UiMenuOptionType<Value>[];
29
- groupedOptions?: UiMenuGroupedOption<Value>[];
30
- hasAutoFocus?: boolean;
31
- isOpen?: boolean;
32
- disabled?: boolean;
33
- active?: boolean;
34
- defaultTitle?: string;
35
- noTitle?: boolean;
36
- multiLabel?: string;
37
- filterButtonSize?: "small" | "xs";
38
- iconSize?: "small" | "medium" | "large";
39
- iconLeft?: UiIconName | null;
40
- imageShape?: "rounded" | "square";
41
- checkboxSize?: "small" | "medium";
42
- buttonVariant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank";
43
- listVariant?: "checkbox" | "selectable" | "blank";
44
- listWidth?: "full" | "max";
45
- checkboxColor?: "blue" | "gray";
46
- hasResetOption?: boolean;
47
- disabledReset?: boolean;
48
- resetLabel?: string;
49
- searchPlaceholder?: string;
50
- hasSearch?: boolean;
51
- floatingStylesActive?: boolean;
52
- floatingUiPlacement?: Placement;
53
- floatingUiOptions?: UseFloatingOptions | null;
54
- animate?: boolean;
55
- placedListClass?: string;
56
- query?: string;
57
- } & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
58
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
59
- attrs: any;
60
- slots: Readonly<{
61
- default?(props: {
62
- checkboxColor: "blue" | "gray";
63
- checkboxSize: "small" | "medium";
64
- iconSize: "small" | "medium" | "large";
65
- imageShape: "rounded" | "square";
66
- listVariant: "checkbox" | "selectable" | "blank";
67
- options: UiMenuOptionType<Value>[] | undefined;
68
- groupedOptions: UiMenuGroupedOption<Value>[] | undefined;
69
- }): any;
70
- }> & {
71
- default?(props: {
72
- checkboxColor: "blue" | "gray";
73
- checkboxSize: "small" | "medium";
74
- iconSize: "small" | "medium" | "large";
75
- imageShape: "rounded" | "square";
76
- listVariant: "checkbox" | "selectable" | "blank";
77
- options: UiMenuOptionType<Value>[] | undefined;
78
- groupedOptions: UiMenuGroupedOption<Value>[] | undefined;
79
- }): any;
80
- };
81
- emit: ((evt: "input", args_0: string) => void) & ((evt: "close") => void) & ((evt: "reset") => void) & ((evt: "open") => void) & ((evt: "option-selected", args_0: UiMenuSelectedOption<Value>) => void) & ((evt: "placed") => void);
82
- }>) => import('vue').VNode & {
83
- __ctx?: Awaited<typeof __VLS_setup>;
84
- };
85
- export default _default;
86
- type __VLS_PrettifyLocal<T> = {
87
- [K in keyof T]: T[K];
88
- } & {};
@@ -1,27 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
- import { UiMenuOptionType } from './UiMenu.vue';
3
- declare const _default: <Value>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, never> & {
5
- class?: HTMLAttributes["class"];
6
- option?: UiMenuOptionType<Value>;
7
- listVariant?: "checkbox" | "selectable" | "blank";
8
- iconSize?: "small" | "medium" | "large";
9
- imageShape?: "rounded" | "square";
10
- checkboxSize?: "small" | "medium";
11
- checkboxColor?: "blue" | "gray";
12
- } & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
13
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
14
- attrs: any;
15
- slots: {
16
- default?(_: {
17
- option: UiMenuOptionType<Value>;
18
- }): any;
19
- };
20
- emit: {};
21
- }>) => import('vue').VNode & {
22
- __ctx?: Awaited<typeof __VLS_setup>;
23
- };
24
- export default _default;
25
- type __VLS_PrettifyLocal<T> = {
26
- [K in keyof T]: T[K];
27
- } & {};
@@ -1,22 +0,0 @@
1
- type __VLS_Props = {
2
- class?: string;
3
- };
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- default?(_: {}): any;
8
- };
9
- refs: {};
10
- rootEl: HTMLUListElement;
11
- };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- 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<{}>, {
14
- class: string;
15
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLUListElement>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
- export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
@@ -1,17 +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<{}, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
6
- close: () => any;
7
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{}> & Readonly<{
8
- onClose?: (() => any) | undefined;
9
- }>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, HTMLDivElement>, {
10
- default?(_: {}): any;
11
- }>;
12
- export default _default;
13
- type __VLS_WithTemplateSlots<T, S> = T & {
14
- new (): {
15
- $slots: S;
16
- };
17
- };
@@ -1,23 +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
- isOpen?: boolean;
7
- }, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
8
- close: () => any;
9
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{
10
- isOpen?: boolean;
11
- }> & Readonly<{
12
- onClose?: (() => any) | undefined;
13
- }>, {
14
- isOpen: boolean;
15
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>, {
16
- default?(_: {}): any;
17
- }>;
18
- export default _default;
19
- type __VLS_WithTemplateSlots<T, S> = T & {
20
- new (): {
21
- $slots: S;
22
- };
23
- };
@@ -1,34 +0,0 @@
1
- export interface UiRadioInputGroupOption<T> {
2
- value: T;
3
- label: string;
4
- selected: boolean;
5
- }
6
- /**
7
- * @deprecated
8
- * Please replace with your own component
9
- */
10
- declare const _default: <T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
11
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
12
- readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
13
- } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onUpdate:modelValue"> & ({
14
- modelValue?: T;
15
- } & {
16
- groupName: string;
17
- disabled?: boolean;
18
- direction?: "horizontal" | "vertical";
19
- options: UiRadioInputGroupOption<T>[];
20
- variant?: "blue" | "gray";
21
- size?: "small" | "medium";
22
- labelClass?: string;
23
- }) & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
24
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
25
- attrs: any;
26
- slots: {};
27
- emit: (evt: "update:modelValue", value: T) => void;
28
- }>) => import('vue').VNode & {
29
- __ctx?: Awaited<typeof __VLS_setup>;
30
- };
31
- export default _default;
32
- type __VLS_PrettifyLocal<T> = {
33
- [K in keyof T]: T[K];
34
- } & {};
@@ -1,68 +0,0 @@
1
- import { ClassValue } from 'clsx';
2
- type __VLS_Props = {
3
- modelValue?: string;
4
- placeholder?: string;
5
- backgroundColor?: "gray" | "white";
6
- isFilterChipEditable?: boolean;
7
- hasChips?: boolean;
8
- executeSearchButtonTitle?: string;
9
- resetSearchButtonTittle?: string;
10
- hasShadow?: boolean;
11
- slotClass?: ClassValue | ClassValue[];
12
- resetButtonWrapperClass?: ClassValue | ClassValue[];
13
- resetButtonClass?: ClassValue | ClassValue[];
14
- showResetButtonOnMobile?: boolean;
15
- };
16
- declare function __VLS_template(): {
17
- attrs: Partial<{}>;
18
- slots: {
19
- nonEditableChips?(_: {}): any;
20
- editableChips?(_: {}): any;
21
- searchCriteriaButton?(_: {}): any;
22
- extendedSearchButton?(_: {}): any;
23
- };
24
- refs: {
25
- searchInputRef: HTMLInputElement;
26
- };
27
- rootEl: HTMLDivElement;
28
- };
29
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
30
- declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {
31
- searchInputRef: import('vue', { with: { "resolution-mode": "import" } }).Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
32
- }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
33
- reset: (args_0: string) => any;
34
- search: (args_0: string) => any;
35
- blur: (args_0: FocusEvent) => any;
36
- focus: (args_0: FocusEvent) => any;
37
- submit: (args_0: string) => any;
38
- "update:modelValue": (args_0: string) => any;
39
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
40
- onReset?: ((args_0: string) => any) | undefined;
41
- onSearch?: ((args_0: string) => any) | undefined;
42
- onBlur?: ((args_0: FocusEvent) => any) | undefined;
43
- onFocus?: ((args_0: FocusEvent) => any) | undefined;
44
- onSubmit?: ((args_0: string) => any) | undefined;
45
- "onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
46
- }>, {
47
- placeholder: string;
48
- modelValue: string;
49
- backgroundColor: "gray" | "white";
50
- isFilterChipEditable: boolean;
51
- hasChips: boolean;
52
- executeSearchButtonTitle: string;
53
- resetSearchButtonTittle: string;
54
- hasShadow: boolean;
55
- slotClass: string | number | bigint | boolean | import('clsx', { with: { "resolution-mode": "import" } }).ClassArray | import('clsx', { with: { "resolution-mode": "import" } }).ClassDictionary | ClassValue[] | null;
56
- resetButtonWrapperClass: string | number | bigint | boolean | import('clsx', { with: { "resolution-mode": "import" } }).ClassArray | import('clsx', { with: { "resolution-mode": "import" } }).ClassDictionary | ClassValue[] | null;
57
- resetButtonClass: string | number | bigint | boolean | import('clsx', { with: { "resolution-mode": "import" } }).ClassArray | import('clsx', { with: { "resolution-mode": "import" } }).ClassDictionary | ClassValue[] | null;
58
- showResetButtonOnMobile: boolean;
59
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
60
- searchInputRef: HTMLInputElement;
61
- }, HTMLDivElement>;
62
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
63
- export default _default;
64
- type __VLS_WithTemplateSlots<T, S> = T & {
65
- new (): {
66
- $slots: S;
67
- };
68
- };
@@ -1,63 +0,0 @@
1
- type __VLS_Props = {
2
- id?: string;
3
- hasAddEntryOption?: boolean;
4
- label?: string;
5
- modelValue: string[];
6
- placeholder?: string;
7
- };
8
- declare function __VLS_template(): {
9
- attrs: Partial<{}>;
10
- slots: Readonly<{
11
- /**
12
- * Label content.
13
- */
14
- default?: () => any;
15
- /**
16
- * Tooltip content.
17
- */
18
- tooltip?: () => any;
19
- }> & {
20
- /**
21
- * Label content.
22
- */
23
- default?: () => any;
24
- /**
25
- * Tooltip content.
26
- */
27
- tooltip?: () => any;
28
- };
29
- refs: {
30
- inputs: HTMLInputElement;
31
- };
32
- rootEl: HTMLDivElement;
33
- };
34
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
35
- 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, {
36
- blur: (args_0: string[]) => any;
37
- "update:modelValue": (args_0: string[]) => any;
38
- handleKeypress: (args_0: {
39
- event: KeyboardEvent;
40
- value: string[];
41
- }) => any;
42
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
43
- onBlur?: ((args_0: string[]) => any) | undefined;
44
- "onUpdate:modelValue"?: ((args_0: string[]) => any) | undefined;
45
- onHandleKeypress?: ((args_0: {
46
- event: KeyboardEvent;
47
- value: string[];
48
- }) => any) | undefined;
49
- }>, {
50
- label: string;
51
- placeholder: string;
52
- id: string;
53
- hasAddEntryOption: boolean;
54
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
55
- inputs: HTMLInputElement;
56
- }, HTMLDivElement>;
57
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
58
- export default _default;
59
- type __VLS_WithTemplateSlots<T, S> = T & {
60
- new (): {
61
- $slots: S;
62
- };
63
- };
@@ -1,28 +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
- size?: "wide" | "small";
7
- verticalPadding?: "small" | "large" | "none";
8
- borderTop?: boolean;
9
- borderBottom?: boolean;
10
- }, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{
11
- size?: "wide" | "small";
12
- verticalPadding?: "small" | "large" | "none";
13
- borderTop?: boolean;
14
- borderBottom?: boolean;
15
- }> & Readonly<{}>, {
16
- size: "wide" | "small";
17
- verticalPadding: "small" | "large" | "none";
18
- borderTop: boolean;
19
- borderBottom: boolean;
20
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLElement>, {
21
- default?(_: {}): any;
22
- }>;
23
- export default _default;
24
- type __VLS_WithTemplateSlots<T, S> = T & {
25
- new (): {
26
- $slots: S;
27
- };
28
- };
@@ -1,15 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<{
6
- size?: "small" | "large";
7
- customClasses?: string[] | string;
8
- }, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{
9
- size?: "small" | "large";
10
- customClasses?: string[] | string;
11
- }> & Readonly<{}>, {
12
- size: "small" | "large";
13
- customClasses: string[] | string;
14
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
15
- export default _default;
@@ -1,54 +0,0 @@
1
- type __VLS_Props = {
2
- /**
3
- * ID of the `select` element. Used for the `label`'s `for` attribute if the `default` slot is provided.
4
- */
5
- id?: string;
6
- };
7
- type __VLS_PublicProps = {
8
- modelValue?: string;
9
- } & __VLS_Props;
10
- declare function __VLS_template(): {
11
- attrs: Partial<{}>;
12
- slots: Readonly<{
13
- /**
14
- * Label content.
15
- */
16
- default: () => any;
17
- /**
18
- * Error content.
19
- */
20
- errors?: () => any;
21
- /**
22
- * Select options.
23
- */
24
- options: () => any;
25
- }> & {
26
- /**
27
- * Label content.
28
- */
29
- default: () => any;
30
- /**
31
- * Error content.
32
- */
33
- errors?: () => any;
34
- /**
35
- * Select options.
36
- */
37
- options: () => any;
38
- };
39
- refs: {};
40
- rootEl: any;
41
- };
42
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
43
- declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
44
- "update:modelValue": (value: string) => any;
45
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
46
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
47
- }>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
48
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
49
- export default _default;
50
- type __VLS_WithTemplateSlots<T, S> = T & {
51
- new (): {
52
- $slots: S;
53
- };
54
- };
@@ -1,21 +0,0 @@
1
- type __VLS_Props = {
2
- value?: string;
3
- placeholder?: string;
4
- size?: "xs" | "small" | "medium" | "large" | "xl";
5
- hasIcon?: boolean;
6
- autofocus?: boolean;
7
- };
8
- 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, {
9
- input: (args_0: string) => any;
10
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
11
- onInput?: ((args_0: string) => any) | undefined;
12
- }>, {
13
- size: "xs" | "small" | "medium" | "large" | "xl";
14
- placeholder: string;
15
- autofocus: boolean;
16
- value: string;
17
- hasIcon: boolean;
18
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
19
- autofocusRef: HTMLInputElement;
20
- }, any>;
21
- export default _default;
@@ -1,11 +0,0 @@
1
- type __VLS_Props = {
2
- maxWidth?: number;
3
- minWidth?: number;
4
- dynamicSize?: boolean;
5
- };
6
- 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, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
- maxWidth: number;
8
- minWidth: number;
9
- dynamicSize: boolean;
10
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLSpanElement>;
11
- export default _default;
@@ -1,42 +0,0 @@
1
- import { UiIconName } from '../UiIcon/UiIcon.vue';
2
- type __VLS_Props = {
3
- isShown?: boolean;
4
- position?: "left" | "right";
5
- iconName?: UiIconName | null;
6
- iconSize?: "small" | "medium" | "large";
7
- type?: "info" | "error" | "success";
8
- };
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: {
12
- default?(_: {}): any;
13
- action?(_: {}): any;
14
- };
15
- refs: {
16
- actionBtn: HTMLButtonElement;
17
- };
18
- rootEl: any;
19
- };
20
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
- 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, {
22
- input: (args_0: boolean) => any;
23
- "action-click": () => any;
24
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
25
- onInput?: ((args_0: boolean) => any) | undefined;
26
- "onAction-click"?: (() => any) | undefined;
27
- }>, {
28
- type: "info" | "error" | "success";
29
- iconName: UiIconName | null;
30
- iconSize: "small" | "medium" | "large";
31
- position: "left" | "right";
32
- isShown: boolean;
33
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
34
- actionBtn: HTMLButtonElement;
35
- }, any>;
36
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
37
- export default _default;
38
- type __VLS_WithTemplateSlots<T, S> = T & {
39
- new (): {
40
- $slots: S;
41
- };
42
- };
@@ -1,9 +0,0 @@
1
- type __VLS_Props = {
2
- color?: "blue" | "white" | "green";
3
- variant?: "spinner" | "bubbles";
4
- };
5
- 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, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
- color: "blue" | "white" | "green";
7
- variant: "spinner" | "bubbles";
8
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
9
- export default _default;
@@ -1,37 +0,0 @@
1
- import { UiIconName } from '../UiIcon/UiIcon.vue';
2
- type __VLS_Props = {
3
- color?: "blue" | "gray";
4
- href?: string;
5
- iconLeft?: UiIconName;
6
- iconRight?: UiIconName;
7
- placement?: "onsurface" | "oncanvas";
8
- size?: "xsmall" | "small" | "medium";
9
- weight?: "regular" | "semibold";
10
- linkTarget?: string;
11
- };
12
- declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
- slots: {
15
- default?(_: {}): any;
16
- };
17
- refs: {};
18
- rootEl: any;
19
- };
20
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
- 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<{}>, {
22
- size: "xsmall" | "small" | "medium";
23
- color: "blue" | "gray";
24
- href: string;
25
- iconLeft: UiIconName;
26
- placement: "onsurface" | "oncanvas";
27
- iconRight: UiIconName;
28
- weight: "regular" | "semibold";
29
- linkTarget: string;
30
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
- export default _default;
33
- type __VLS_WithTemplateSlots<T, S> = T & {
34
- new (): {
35
- $slots: S;
36
- };
37
- };
@@ -1,52 +0,0 @@
1
- type __VLS_Props = {
2
- id?: string;
3
- modelValue?: boolean;
4
- disabled?: boolean;
5
- labelText?: string;
6
- labelSpace?: "default" | "xl";
7
- labelTextSize?: "xs" | "sm" | "md" | "lg";
8
- labelPosition?: "left" | "right";
9
- labelVisible?: boolean;
10
- color?: "blue" | "green";
11
- size?: "small" | "large";
12
- };
13
- declare function __VLS_template(): {
14
- attrs: Partial<{}>;
15
- slots: Readonly<{
16
- /**
17
- * Label content.
18
- */
19
- default?: () => any;
20
- }> & {
21
- /**
22
- * Label content.
23
- */
24
- default?: () => any;
25
- };
26
- refs: {};
27
- rootEl: HTMLDivElement;
28
- };
29
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
30
- 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, {
31
- "update:modelValue": (args_0: boolean) => any;
32
- }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
33
- "onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
34
- }>, {
35
- size: "small" | "large";
36
- disabled: boolean;
37
- id: string;
38
- modelValue: boolean;
39
- color: "blue" | "green";
40
- labelText: string;
41
- labelSpace: "default" | "xl";
42
- labelTextSize: "xs" | "sm" | "md" | "lg";
43
- labelPosition: "left" | "right";
44
- labelVisible: boolean;
45
- }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
46
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
47
- export default _default;
48
- type __VLS_WithTemplateSlots<T, S> = T & {
49
- new (): {
50
- $slots: S;
51
- };
52
- };