@dpa-id-components/dpa-shared-components 8.11.4 → 8.11.6

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 (290) hide show
  1. package/dist/alert-c8e2ae08.mjs +15 -0
  2. package/dist/arrow-left-93c1cdc7.mjs +15 -0
  3. package/dist/arrow-right-caf216c1.mjs +15 -0
  4. package/dist/audio-f02c6683.mjs +19 -0
  5. package/dist/checklist-e548cc3a.mjs +19 -0
  6. package/dist/checkmark-d41d01ff.mjs +19 -0
  7. package/dist/chevron-left-b66f074e.mjs +15 -0
  8. package/dist/chevron-right-b589ab17.mjs +17 -0
  9. package/dist/chevron-up-6418abb0.mjs +15 -0
  10. package/dist/clock-02be24f4.mjs +19 -0
  11. package/dist/close-5d26c1d1.mjs +15 -0
  12. package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +558 -393
  13. package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +1 -1
  14. package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +1 -1
  15. package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +1 -1
  16. package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +1 -1
  17. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +99 -63
  18. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +1 -1
  19. package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +1 -1
  20. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +1 -1
  21. package/dist/components/UiBadge/UiBadge.stories.d.ts +121 -83
  22. package/dist/components/UiBadge/UiBadge.vue.d.ts +1 -1
  23. package/dist/components/UiButton/UiButton.stories.d.ts +128 -89
  24. package/dist/components/UiButton/UiButton.vue.d.ts +1 -1
  25. package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +38 -8
  26. package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +1 -1
  27. package/dist/components/UiCard/UiCard.stories.d.ts +38 -8
  28. package/dist/components/UiCard/UiCard.vue.d.ts +1 -1
  29. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +117 -79
  30. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +1 -1
  31. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +1 -1
  32. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +1 -1
  33. package/dist/components/UiChip/UiChip.stories.d.ts +74 -40
  34. package/dist/components/UiChip/UiChip.vue.d.ts +1 -1
  35. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +74 -40
  36. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +1 -1
  37. package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +1 -1
  38. package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +1 -1
  39. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +869 -719
  40. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +3 -1
  41. package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +279 -0
  42. package/dist/components/UiDialog/UiDialog.stories.d.ts +344 -258
  43. package/dist/components/UiDialog/UiDialog.vue.d.ts +1 -1
  44. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +171 -101
  45. package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +1 -1
  46. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +207 -133
  47. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +1 -1
  48. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +2 -2
  49. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +2 -2
  50. package/dist/components/UiIcon/UiIcon.stories.d.ts +2 -2
  51. package/dist/components/UiIcon/UiIcon.vue.d.ts +1 -1
  52. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +2 -2
  53. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +1 -1
  54. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +317 -208
  55. package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +1 -1
  56. package/dist/components/UiInput/UiInput.stories.d.ts +2 -2
  57. package/dist/components/UiInput/UiInput.vue.d.ts +1 -1
  58. package/dist/components/UiList/UiList.stories.d.ts +735 -510
  59. package/dist/components/UiList/UiList.vue.d.ts +1 -1
  60. package/dist/components/UiListItem/UiListItem.stories.d.ts +388 -298
  61. package/dist/components/UiListItem/UiListItem.vue.d.ts +1 -1
  62. package/dist/components/UiMenu/UiMenu.stories.d.ts +2 -2
  63. package/dist/components/UiMenu/UiMenu.vue.d.ts +2 -2
  64. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +94 -30
  65. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +1 -1
  66. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +588 -372
  67. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +1 -1
  68. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +2 -2
  69. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +1 -1
  70. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +535 -372
  71. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +1 -1
  72. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +222 -134
  73. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +1 -1
  74. package/dist/components/UiSection/UiSection.stories.d.ts +85 -50
  75. package/dist/components/UiSection/UiSection.vue.d.ts +1 -1
  76. package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +86 -51
  77. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +1 -1
  78. package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +2 -2
  79. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +1 -1
  80. package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +2 -2
  81. package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +1 -1
  82. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +215 -139
  83. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +1 -1
  84. package/dist/components/UiSpinner/UiSpinner.stories.d.ts +2 -2
  85. package/dist/components/UiSpinner/UiSpinner.vue.d.ts +1 -1
  86. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +129 -90
  87. package/dist/components/UiTextButton/UiTextButton.vue.d.ts +1 -1
  88. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +125 -86
  89. package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +1 -1
  90. package/dist/components/UiTooltip/UiTooltip.stories.d.ts +214 -136
  91. package/dist/components/UiTooltip/UiTooltip.vue.d.ts +1 -1
  92. package/dist/compositions/useBreakpoints/UseBreakpoints.stories.d.ts +1 -1
  93. package/dist/copy-link-de7cb91d.mjs +19 -0
  94. package/dist/dpa-shared-components.mjs +9523 -11683
  95. package/dist/dpa-shared-components.umd.js +5 -5
  96. package/dist/eil-311dfbe1.mjs +15 -0
  97. package/dist/emoji-9480b7e3.mjs +19 -0
  98. package/dist/{emoji-add-iIh67ekC.mjs → emoji-add-7fb19e1a.mjs} +3 -3
  99. package/dist/filter-2926b3c6.mjs +20 -0
  100. package/dist/flags-cb22ae09.mjs +19 -0
  101. package/dist/{flash-Z1r8mESj.mjs → flash-6c2fa662.mjs} +2 -2
  102. package/dist/folder-add-e6e37681.mjs +15 -0
  103. package/dist/folder-bc98dd3b.mjs +15 -0
  104. package/dist/graphic-a41ad739.mjs +19 -0
  105. package/dist/help-471874fe.mjs +19 -0
  106. package/dist/home-85e0bf1d.mjs +15 -0
  107. package/dist/info-ee40cf5c.mjs +15 -0
  108. package/dist/{latest-UWhsh2Ma.mjs → latest-dd68ea4b.mjs} +2 -2
  109. package/dist/more-vertical-5797b4a7.mjs +15 -0
  110. package/dist/pen-check-e764274e.mjs +19 -0
  111. package/dist/pin-ce661952.mjs +19 -0
  112. package/dist/plus-0900f7b4.mjs +15 -0
  113. package/dist/refresh-93ed1124.mjs +15 -0
  114. package/dist/reset-71987e6a.mjs +15 -0
  115. package/dist/{search-XvikmCMm.mjs → search-9bebfc15.mjs} +3 -3
  116. package/dist/share-f49b038e.mjs +15 -0
  117. package/dist/slack-05d08ea2.mjs +15 -0
  118. package/dist/style.css +1 -1
  119. package/dist/text-3969d470.mjs +15 -0
  120. package/dist/video-e95f8e58.mjs +19 -0
  121. package/package.json +1 -1
  122. package/dist/activities-WmpP7PaE.mjs +0 -15
  123. package/dist/alert-fill-Y7D_gLlI.mjs +0 -15
  124. package/dist/alert-octagon-RwQ6F9Hu.mjs +0 -29
  125. package/dist/alert-pDbuPRxS.mjs +0 -15
  126. package/dist/apps-ajQhZ9F4.mjs +0 -15
  127. package/dist/archive-tSlIB7Xm.mjs +0 -15
  128. package/dist/arrow-left-US24GaCw.mjs +0 -15
  129. package/dist/arrow-nav-left-yU5ePAEl.mjs +0 -15
  130. package/dist/arrow-nav-right-1f4IPRTS.mjs +0 -15
  131. package/dist/arrow-right-6iEEb-oN.mjs +0 -15
  132. package/dist/arrowhead-left-biG3GKMz.mjs +0 -19
  133. package/dist/arrowhead-right-SdTk6c9n.mjs +0 -19
  134. package/dist/arrowhead-top-ILxS0xtu.mjs +0 -19
  135. package/dist/atmo-u4AI1PFi.mjs +0 -15
  136. package/dist/audio-a2wQuWJ1.mjs +0 -19
  137. package/dist/audio-circled-8imaRLN5.mjs +0 -15
  138. package/dist/audio-filled-vP4QTzyT.mjs +0 -19
  139. package/dist/bag-1B5onNCI.mjs +0 -19
  140. package/dist/bell-fill-j3B3B4wN.mjs +0 -15
  141. package/dist/bell-nRlberDT.mjs +0 -15
  142. package/dist/book-uDKIc2z9.mjs +0 -15
  143. package/dist/bookmark-4ff074d8.mjs +0 -19
  144. package/dist/bookmark-_nUtSDeD.mjs +0 -19
  145. package/dist/bookmark-fill-731ae06c.mjs +0 -19
  146. package/dist/bookmark-fill-nGZe4G0e.mjs +0 -19
  147. package/dist/box-jw7qD1hC.mjs +0 -19
  148. package/dist/bulb-IT1Q0xwO.mjs +0 -15
  149. package/dist/call-WT5odH2u.mjs +0 -15
  150. package/dist/camera-9ZOMUNI_.mjs +0 -19
  151. package/dist/check-fxunhpC-.mjs +0 -19
  152. package/dist/checklist-l7dUtp4-.mjs +0 -19
  153. package/dist/checkmark-GZpsfmJ0.mjs +0 -19
  154. package/dist/checkmark-double-cqw7TF-t.mjs +0 -15
  155. package/dist/chevron-down-lad6MIB3.mjs +0 -15
  156. package/dist/chevron-left-eiLSncDO.mjs +0 -15
  157. package/dist/chevron-right-6F57Bnxh.mjs +0 -15
  158. package/dist/chevron-up-6IGNPRXT.mjs +0 -15
  159. package/dist/clipboard-QBsOTQ5w.mjs +0 -15
  160. package/dist/clock-a5zna4MY.mjs +0 -19
  161. package/dist/close-HqZAj0H5.mjs +0 -15
  162. package/dist/cloud-save-U3P32DFo.mjs +0 -15
  163. package/dist/code-aauhMQZo.mjs +0 -15
  164. package/dist/collapse-PgVbKncV.mjs +0 -15
  165. package/dist/color-palette-nACxxjlR.mjs +0 -15
  166. package/dist/comment-O8quwrMV.mjs +0 -15
  167. package/dist/comment-fill-u9gn5-L4.mjs +0 -15
  168. package/dist/copy-link-w3muJ7_V.mjs +0 -29
  169. package/dist/copy-nkf1L0VE.mjs +0 -19
  170. package/dist/delete-zVGCwhTN.mjs +0 -15
  171. package/dist/download-HfSUasUC.mjs +0 -15
  172. package/dist/dpa-id-ZLQaX7o4.mjs +0 -19
  173. package/dist/edit-add-v6cukG1d.mjs +0 -15
  174. package/dist/edit-tJflbHyF.mjs +0 -15
  175. package/dist/eil-f2xgx4-z.mjs +0 -19
  176. package/dist/emoji-1idW6hAj.mjs +0 -29
  177. package/dist/envelope-H8wkgNby.mjs +0 -15
  178. package/dist/event-OzB9EUCY.mjs +0 -15
  179. package/dist/expand-rg1HfIzH.mjs +0 -15
  180. package/dist/external-link-sjyFrlNR.mjs +0 -15
  181. package/dist/file-X4j5vdCo.mjs +0 -15
  182. package/dist/file-pdf-cSdXpFCL.mjs +0 -19
  183. package/dist/filter-outline-xXkKfZEL.mjs +0 -29
  184. package/dist/filter-v5lznlBq.mjs +0 -15
  185. package/dist/flag-5-pfp2xW.mjs +0 -15
  186. package/dist/flag-fill-I82_xelP.mjs +0 -15
  187. package/dist/flag-filled-rWauXLIq.mjs +0 -15
  188. package/dist/flag-outline-GsvJ6NPs.mjs +0 -15
  189. package/dist/flags-GwB7rf9R.mjs +0 -19
  190. package/dist/folder-add-Gx2y_U2X.mjs +0 -15
  191. package/dist/folder-fill-5N6CraE7.mjs +0 -15
  192. package/dist/folder-filled-RfRwFl-r.mjs +0 -15
  193. package/dist/folder-yzvjnc3r.mjs +0 -15
  194. package/dist/gallery-5nKinNki.mjs +0 -20
  195. package/dist/graphic-90b2d2fc.mjs +0 -20
  196. package/dist/graphic-circled-ftpTLL1Q.mjs +0 -15
  197. package/dist/graphic-filled-2MHXtI9y.mjs +0 -19
  198. package/dist/graphic-muP4sGhm.mjs +0 -20
  199. package/dist/graphics-QXF7O7-s.mjs +0 -15
  200. package/dist/grid-1-Y-oYtuDN.mjs +0 -15
  201. package/dist/grid-2-PO59JgEo.mjs +0 -15
  202. package/dist/grid-3-6zRSpQHu.mjs +0 -15
  203. package/dist/grid-4-MAx3nvyc.mjs +0 -15
  204. package/dist/grid-6-P21I-uMZ.mjs +0 -15
  205. package/dist/grid-9-3Bo77scU.mjs +0 -15
  206. package/dist/grid-masonry-9-zZHWZNNN.mjs +0 -19
  207. package/dist/grid-masonry-UP6Phspv.mjs +0 -15
  208. package/dist/help-qo8GQbI2.mjs +0 -19
  209. package/dist/home-DqiLfihS.mjs +0 -15
  210. package/dist/image focus point-feTuMstd.mjs +0 -19
  211. package/dist/image-lyi5GYOF.mjs +0 -19
  212. package/dist/impact-high-6glvyI8Z.mjs +0 -29
  213. package/dist/impact-low-DSqpBnR7.mjs +0 -29
  214. package/dist/impact-medium-4AjnLbws.mjs +0 -29
  215. package/dist/impact-very-high-zEA9kG25.mjs +0 -29
  216. package/dist/impact-very-low-4ZWXpF_E.mjs +0 -29
  217. package/dist/info-RkYPxrc-.mjs +0 -15
  218. package/dist/info-fill-B3f_gYuu.mjs +0 -15
  219. package/dist/info-filled-jp9Ofijj.mjs +0 -15
  220. package/dist/language-NWww7njd.mjs +0 -15
  221. package/dist/lightbulb-Vc4TADv2.mjs +0 -15
  222. package/dist/list-rUCNDd-s.mjs +0 -15
  223. package/dist/lock-LSh3dt3q.mjs +0 -19
  224. package/dist/mail-H4QmNNZD.mjs +0 -15
  225. package/dist/map-6KUR97dz.mjs +0 -19
  226. package/dist/map-outline-Mh-NqrMM.mjs +0 -19
  227. package/dist/menu-4VuTJ9XV.mjs +0 -15
  228. package/dist/minus--ljJWtvM.mjs +0 -15
  229. package/dist/more-horizontal-HHLD4SGF.mjs +0 -15
  230. package/dist/more-vertical-MKTWEYCY.mjs +0 -15
  231. package/dist/move-XiKH7TzV.mjs +0 -15
  232. package/dist/move-up-down-O5N3nvpx.mjs +0 -15
  233. package/dist/navigation-RjAvtp3A.mjs +0 -15
  234. package/dist/note-vQAvoMwo.mjs +0 -19
  235. package/dist/offline-tPnrzHCG.mjs +0 -15
  236. package/dist/paper-plane-cGAcp5I3.mjs +0 -15
  237. package/dist/paperplane-PfyCh10G.mjs +0 -15
  238. package/dist/pause-4f-8dRN7.mjs +0 -29
  239. package/dist/pause-circle-J7tdvhru.mjs +0 -29
  240. package/dist/pdf-EBWZkkbA.mjs +0 -22
  241. package/dist/pen-6YRsGHRV.mjs +0 -15
  242. package/dist/people-TVNlCfDA.mjs +0 -19
  243. package/dist/phone-8gsWiiRR.mjs +0 -19
  244. package/dist/picture-Lque-5AO.mjs +0 -19
  245. package/dist/picture-circled-ol6ZYz8O.mjs +0 -15
  246. package/dist/picture-filled-u8zF-JAp.mjs +0 -19
  247. package/dist/pin-hfT8hVBe.mjs +0 -19
  248. package/dist/planning-HhsKcVeY.mjs +0 -15
  249. package/dist/play-circle-7pMXHy3P.mjs +0 -19
  250. package/dist/play-fill-ciEL9ZyV.mjs +0 -29
  251. package/dist/play-zOz3aUQ3.mjs +0 -29
  252. package/dist/plus-circle-U8atqG77.mjs +0 -15
  253. package/dist/plus-herJZWcY.mjs +0 -15
  254. package/dist/print-Ltdphn3e.mjs +0 -15
  255. package/dist/refresh-N8OackWm.mjs +0 -15
  256. package/dist/reset-27dp6jZL.mjs +0 -15
  257. package/dist/responsive-PevWNj3j.mjs +0 -19
  258. package/dist/rubix-thema-c-AMuQyb.mjs +0 -19
  259. package/dist/save-OcHWmqIe.mjs +0 -15
  260. package/dist/saved-search-VX_dyiCx.mjs +0 -29
  261. package/dist/saved-search-fill-Vita-qkT.mjs +0 -30
  262. package/dist/settings-Lcxj0sk6.mjs +0 -19
  263. package/dist/share-alternative-B7vlPGJM.mjs +0 -15
  264. package/dist/share-rkNTUidQ.mjs +0 -15
  265. package/dist/sidebar-CNqKOmuh.mjs +0 -15
  266. package/dist/sidebar-fill-yb3-FThY.mjs +0 -19
  267. package/dist/slack-lpk3Kkzn.mjs +0 -15
  268. package/dist/slider-config-e_b2byRI.mjs +0 -19
  269. package/dist/spellcheck-98AQyImp.mjs +0 -19
  270. package/dist/spinner-8GB3qPDD.mjs +0 -15
  271. package/dist/standard-view-TBzux3OA.mjs +0 -15
  272. package/dist/star-JZ-hTDpz.mjs +0 -15
  273. package/dist/star-fill-S5OhbXlS.mjs +0 -15
  274. package/dist/star-filled-S5OhbXlS.mjs +0 -15
  275. package/dist/stop-o1ZIBwxW.mjs +0 -19
  276. package/dist/sync-hVLRmsfh.mjs +0 -15
  277. package/dist/tasks-d_DFgbwm.mjs +0 -15
  278. package/dist/text-0vjThlpC.mjs +0 -15
  279. package/dist/text-circled-KM5BmuX3.mjs +0 -15
  280. package/dist/text-filled-2bOzLziy.mjs +0 -19
  281. package/dist/topic-ZQ2AidnC.mjs +0 -19
  282. package/dist/union-lTq3iYr7.mjs +0 -19
  283. package/dist/upload-XC2K-5dj.mjs +0 -15
  284. package/dist/video overlay-exIq6eov.mjs +0 -19
  285. package/dist/video-3IRsumvE.mjs +0 -25
  286. package/dist/video-circled-KPMAfvW_.mjs +0 -15
  287. package/dist/video-filled-iUp25Am6.mjs +0 -19
  288. package/dist/view-_IuSvQOE.mjs +0 -29
  289. package/dist/view-off-ZNVz32af.mjs +0 -19
  290. package/dist/volume-up-_Q_O7QFU.mjs +0 -29
@@ -2,71 +2,119 @@ import type { StoryObj } from "@storybook/vue3";
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: {
5
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
- fixed: {
7
- type: import("vue").PropType<boolean>;
8
- default: boolean;
9
- };
10
- position: {
11
- type: import("vue").PropType<import("@popperjs/core").Placement>;
12
- default: string;
13
- };
14
- structuredLayout: {
15
- type: import("vue").PropType<boolean>;
16
- default: boolean;
17
- };
18
- structuredInfo: {
19
- type: import("vue").PropType<{
5
+ new (...args: any[]): {
6
+ $: import("vue").ComponentInternalInstance;
7
+ $data: {};
8
+ $props: Partial<{
9
+ fixed: boolean;
10
+ position: import("@popperjs/core").Placement;
11
+ structuredLayout: boolean;
12
+ structuredInfo: {
20
13
  title: string;
21
14
  description: string;
22
- }[]>;
23
- default: () => never[];
24
- };
25
- multilines: {
26
- type: import("vue").PropType<boolean>;
27
- default: boolean;
28
- };
29
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
30
- fixed: {
31
- type: import("vue").PropType<boolean>;
32
- default: boolean;
33
- };
34
- position: {
35
- type: import("vue").PropType<import("@popperjs/core").Placement>;
36
- default: string;
15
+ }[];
16
+ multilines: boolean;
17
+ }> & Omit<{
18
+ readonly fixed: boolean;
19
+ readonly position: import("@popperjs/core").Placement;
20
+ readonly structuredLayout: boolean;
21
+ readonly structuredInfo: {
22
+ title: string;
23
+ description: string;
24
+ }[];
25
+ readonly multilines: boolean;
26
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
27
+ fixed: {
28
+ type: import("vue").PropType<boolean>;
29
+ default: boolean;
30
+ };
31
+ position: {
32
+ type: import("vue").PropType<import("@popperjs/core").Placement>;
33
+ default: string;
34
+ };
35
+ structuredLayout: {
36
+ type: import("vue").PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ structuredInfo: {
40
+ type: import("vue").PropType<{
41
+ title: string;
42
+ description: string;
43
+ }[]>;
44
+ default: () => never[];
45
+ };
46
+ multilines: {
47
+ type: import("vue").PropType<boolean>;
48
+ default: boolean;
49
+ };
50
+ }>>, "fixed" | "position" | "structuredLayout" | "structuredInfo" | "multilines">;
51
+ $attrs: {
52
+ [x: string]: unknown;
37
53
  };
38
- structuredLayout: {
39
- type: import("vue").PropType<boolean>;
40
- default: boolean;
54
+ $refs: {
55
+ [x: string]: unknown;
41
56
  };
42
- structuredInfo: {
43
- type: import("vue").PropType<{
57
+ $slots: Readonly<{
58
+ [name: string]: import("vue").Slot<any> | undefined;
59
+ }>;
60
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
61
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
62
+ $emit: (event: string, ...args: any[]) => void;
63
+ $el: any;
64
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
65
+ fixed: {
66
+ type: import("vue").PropType<boolean>;
67
+ default: boolean;
68
+ };
69
+ position: {
70
+ type: import("vue").PropType<import("@popperjs/core").Placement>;
71
+ default: string;
72
+ };
73
+ structuredLayout: {
74
+ type: import("vue").PropType<boolean>;
75
+ default: boolean;
76
+ };
77
+ structuredInfo: {
78
+ type: import("vue").PropType<{
79
+ title: string;
80
+ description: string;
81
+ }[]>;
82
+ default: () => never[];
83
+ };
84
+ multilines: {
85
+ type: import("vue").PropType<boolean>;
86
+ default: boolean;
87
+ };
88
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
89
+ fixed: boolean;
90
+ position: import("@popperjs/core").Placement;
91
+ structuredLayout: boolean;
92
+ structuredInfo: {
44
93
  title: string;
45
94
  description: string;
46
- }[]>;
47
- default: () => never[];
48
- };
49
- multilines: {
50
- type: import("vue").PropType<boolean>;
51
- default: boolean;
95
+ }[];
96
+ multilines: boolean;
97
+ }, {}, string, {}> & {
98
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
99
+ created?: ((() => void) | (() => void)[]) | undefined;
100
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
101
+ mounted?: ((() => void) | (() => void)[]) | undefined;
102
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
103
+ updated?: ((() => void) | (() => void)[]) | undefined;
104
+ activated?: ((() => void) | (() => void)[]) | undefined;
105
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
106
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
107
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
108
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
109
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
110
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
111
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
112
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
52
113
  };
53
- }>>, {
54
- fixed: boolean;
55
- position: import("@popperjs/core").Placement;
56
- structuredLayout: boolean;
57
- structuredInfo: {
58
- title: string;
59
- description: string;
60
- }[];
61
- multilines: boolean;
62
- }, true, {}, {}, {
63
- P: {};
64
- B: {};
65
- D: {};
66
- C: {};
67
- M: {};
68
- Defaults: {};
69
- }, Readonly<import("vue").ExtractPropTypes<{
114
+ $forceUpdate: () => void;
115
+ $nextTick: typeof import("vue").nextTick;
116
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
117
+ } & Readonly<import("vue").ExtractPropTypes<{
70
118
  fixed: {
71
119
  type: import("vue").PropType<boolean>;
72
120
  default: boolean;
@@ -90,16 +138,7 @@ declare const meta: {
90
138
  type: import("vue").PropType<boolean>;
91
139
  default: boolean;
92
140
  };
93
- }>>, {}, {}, {}, {}, {
94
- fixed: boolean;
95
- position: import("@popperjs/core").Placement;
96
- structuredLayout: boolean;
97
- structuredInfo: {
98
- title: string;
99
- description: string;
100
- }[];
101
- multilines: boolean;
102
- }>;
141
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
103
142
  __isFragment?: undefined;
104
143
  __isTeleport?: undefined;
105
144
  __isSuspense?: undefined;
@@ -175,71 +214,119 @@ declare const meta: {
175
214
  };
176
215
  components: {
177
216
  UiTooltip: {
178
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
179
- fixed: {
180
- type: import("vue").PropType<boolean>;
181
- default: boolean;
182
- };
183
- position: {
184
- type: import("vue").PropType<import("@popperjs/core").Placement>;
185
- default: string;
186
- };
187
- structuredLayout: {
188
- type: import("vue").PropType<boolean>;
189
- default: boolean;
190
- };
191
- structuredInfo: {
192
- type: import("vue").PropType<{
217
+ new (...args: any[]): {
218
+ $: import("vue").ComponentInternalInstance;
219
+ $data: {};
220
+ $props: Partial<{
221
+ fixed: boolean;
222
+ position: import("@popperjs/core").Placement;
223
+ structuredLayout: boolean;
224
+ structuredInfo: {
193
225
  title: string;
194
226
  description: string;
195
- }[]>;
196
- default: () => never[];
197
- };
198
- multilines: {
199
- type: import("vue").PropType<boolean>;
200
- default: boolean;
201
- };
202
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
203
- fixed: {
204
- type: import("vue").PropType<boolean>;
205
- default: boolean;
206
- };
207
- position: {
208
- type: import("vue").PropType<import("@popperjs/core").Placement>;
209
- default: string;
227
+ }[];
228
+ multilines: boolean;
229
+ }> & Omit<{
230
+ readonly fixed: boolean;
231
+ readonly position: import("@popperjs/core").Placement;
232
+ readonly structuredLayout: boolean;
233
+ readonly structuredInfo: {
234
+ title: string;
235
+ description: string;
236
+ }[];
237
+ readonly multilines: boolean;
238
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
239
+ fixed: {
240
+ type: import("vue").PropType<boolean>;
241
+ default: boolean;
242
+ };
243
+ position: {
244
+ type: import("vue").PropType<import("@popperjs/core").Placement>;
245
+ default: string;
246
+ };
247
+ structuredLayout: {
248
+ type: import("vue").PropType<boolean>;
249
+ default: boolean;
250
+ };
251
+ structuredInfo: {
252
+ type: import("vue").PropType<{
253
+ title: string;
254
+ description: string;
255
+ }[]>;
256
+ default: () => never[];
257
+ };
258
+ multilines: {
259
+ type: import("vue").PropType<boolean>;
260
+ default: boolean;
261
+ };
262
+ }>>, "fixed" | "position" | "structuredLayout" | "structuredInfo" | "multilines">;
263
+ $attrs: {
264
+ [x: string]: unknown;
210
265
  };
211
- structuredLayout: {
212
- type: import("vue").PropType<boolean>;
213
- default: boolean;
266
+ $refs: {
267
+ [x: string]: unknown;
214
268
  };
215
- structuredInfo: {
216
- type: import("vue").PropType<{
269
+ $slots: Readonly<{
270
+ [name: string]: import("vue").Slot<any> | undefined;
271
+ }>;
272
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
273
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
274
+ $emit: (event: string, ...args: any[]) => void;
275
+ $el: any;
276
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
277
+ fixed: {
278
+ type: import("vue").PropType<boolean>;
279
+ default: boolean;
280
+ };
281
+ position: {
282
+ type: import("vue").PropType<import("@popperjs/core").Placement>;
283
+ default: string;
284
+ };
285
+ structuredLayout: {
286
+ type: import("vue").PropType<boolean>;
287
+ default: boolean;
288
+ };
289
+ structuredInfo: {
290
+ type: import("vue").PropType<{
291
+ title: string;
292
+ description: string;
293
+ }[]>;
294
+ default: () => never[];
295
+ };
296
+ multilines: {
297
+ type: import("vue").PropType<boolean>;
298
+ default: boolean;
299
+ };
300
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
301
+ fixed: boolean;
302
+ position: import("@popperjs/core").Placement;
303
+ structuredLayout: boolean;
304
+ structuredInfo: {
217
305
  title: string;
218
306
  description: string;
219
- }[]>;
220
- default: () => never[];
307
+ }[];
308
+ multilines: boolean;
309
+ }, {}, string, {}> & {
310
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
311
+ created?: ((() => void) | (() => void)[]) | undefined;
312
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
313
+ mounted?: ((() => void) | (() => void)[]) | undefined;
314
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
315
+ updated?: ((() => void) | (() => void)[]) | undefined;
316
+ activated?: ((() => void) | (() => void)[]) | undefined;
317
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
318
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
319
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
320
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
321
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
322
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
323
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
324
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
221
325
  };
222
- multilines: {
223
- type: import("vue").PropType<boolean>;
224
- default: boolean;
225
- };
226
- }>>, {
227
- fixed: boolean;
228
- position: import("@popperjs/core").Placement;
229
- structuredLayout: boolean;
230
- structuredInfo: {
231
- title: string;
232
- description: string;
233
- }[];
234
- multilines: boolean;
235
- }, true, {}, {}, {
236
- P: {};
237
- B: {};
238
- D: {};
239
- C: {};
240
- M: {};
241
- Defaults: {};
242
- }, Readonly<import("vue").ExtractPropTypes<{
326
+ $forceUpdate: () => void;
327
+ $nextTick: typeof import("vue").nextTick;
328
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
329
+ } & Readonly<import("vue").ExtractPropTypes<{
243
330
  fixed: {
244
331
  type: import("vue").PropType<boolean>;
245
332
  default: boolean;
@@ -263,16 +350,7 @@ declare const meta: {
263
350
  type: import("vue").PropType<boolean>;
264
351
  default: boolean;
265
352
  };
266
- }>>, {}, {}, {}, {}, {
267
- fixed: boolean;
268
- position: import("@popperjs/core").Placement;
269
- structuredLayout: boolean;
270
- structuredInfo: {
271
- title: string;
272
- description: string;
273
- }[];
274
- multilines: boolean;
275
- }>;
353
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
276
354
  __isFragment?: undefined;
277
355
  __isTeleport?: undefined;
278
356
  __isSuspense?: undefined;
@@ -14,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
14
  structuredInfo: () => never[];
15
15
  fixed: boolean;
16
16
  multilines: boolean;
17
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
17
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
18
18
  position?: Placement | undefined;
19
19
  structuredLayout?: boolean | undefined;
20
20
  structuredInfo?: {
@@ -1,7 +1,7 @@
1
1
  import type { StoryObj } from "@storybook/vue3";
2
2
  declare const meta: {
3
3
  title: string;
4
- component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
4
+ component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
5
  argTypes: {};
6
6
  parameters: {};
7
7
  };
@@ -0,0 +1,19 @@
1
+ import { openBlock as C, createElementBlock as e, createElementVNode as o } from "vue";
2
+ const t = {
3
+ viewBox: "0 0 16 16",
4
+ xmlns: "http://www.w3.org/2000/svg"
5
+ }, n = /* @__PURE__ */ o("path", {
6
+ "fill-rule": "evenodd",
7
+ "clip-rule": "evenodd",
8
+ d: "M9.92625 2.45989C10.7574 2.39037 11.5855 2.6258 12.2558 3.12221C12.6332 3.41382 12.9443 3.78229 13.1686 4.2032C13.3928 4.62412 13.5251 5.08788 13.5566 5.56377C13.5881 6.03965 13.5182 6.51681 13.3514 6.96362C13.1846 7.41043 12.9248 7.81671 12.5891 8.15554L11.8002 8.94443C11.7486 8.9965 11.6871 9.03783 11.6194 9.06604C11.5517 9.09424 11.4791 9.10876 11.4058 9.10876C11.3324 9.10876 11.2598 9.09424 11.1921 9.06604C11.1244 9.03783 11.063 8.9965 11.0113 8.94443C10.9593 8.89279 10.9179 8.83134 10.8897 8.76364C10.8615 8.69594 10.847 8.62333 10.847 8.54999C10.847 8.47665 10.8615 8.40403 10.8897 8.33633C10.9179 8.26863 10.9593 8.20719 11.0113 8.15554L11.8002 7.3611C12.023 7.14236 12.1971 6.87914 12.3113 6.5886C12.4256 6.29805 12.4773 5.9867 12.4631 5.67484C12.449 5.36297 12.3693 5.05758 12.2292 4.77858C12.0891 4.49957 11.8919 4.25321 11.6502 4.05554C11.1983 3.70335 10.6318 3.53114 10.0603 3.57219C9.4888 3.61323 8.95278 3.86461 8.55578 4.27776L7.83356 5.00554C7.78191 5.05761 7.72047 5.09894 7.65277 5.12715C7.58507 5.15535 7.51245 5.16987 7.43911 5.16987C7.36577 5.16987 7.29316 5.15535 7.22546 5.12715C7.15776 5.09894 7.09631 5.05761 7.04467 5.00554C6.98801 4.94247 6.94524 4.86819 6.91911 4.78754C6.89298 4.70688 6.88407 4.62163 6.89298 4.53732C6.90188 4.453 6.92839 4.37149 6.97079 4.29807C7.01319 4.22465 7.07053 4.16095 7.13911 4.1111L7.73911 3.49999C8.31762 2.89913 9.09507 2.52941 9.92625 2.45989ZM8.71665 6.49443L6.49443 8.71665C6.44236 8.7683 6.40103 8.82974 6.37282 8.89744C6.34462 8.96514 6.3301 9.03776 6.3301 9.1111C6.3301 9.18444 6.34462 9.25705 6.37282 9.32475C6.40103 9.39245 6.44236 9.4539 6.49443 9.50554C6.54608 9.55761 6.60752 9.59894 6.67522 9.62715C6.74292 9.65535 6.81554 9.66987 6.88888 9.66987C6.96221 9.66987 7.03483 9.65535 7.10253 9.62715C7.17023 9.59894 7.23167 9.55761 7.28332 9.50554L9.50554 7.28332C9.61015 7.17871 9.66892 7.03682 9.66892 6.88888C9.66892 6.74093 9.61015 6.59904 9.50554 6.49443C9.40093 6.38982 9.25904 6.33105 9.1111 6.33105C8.96315 6.33105 8.82127 6.38982 8.71665 6.49443ZM8.15567 11L7.44456 11.7055C7.04536 12.1169 6.5087 12.3669 5.93695 12.4079C5.3652 12.4489 4.79836 12.278 4.34456 11.9278C4.10471 11.7301 3.90899 11.4844 3.77003 11.2064C3.63107 10.9284 3.55197 10.6243 3.53783 10.3139C3.5237 10.0034 3.57484 9.69341 3.68796 9.40394C3.80108 9.11447 3.97367 8.85194 4.19456 8.63332L4.98345 7.83888C5.03552 7.78723 5.07685 7.72578 5.10506 7.65808C5.13326 7.59038 5.14779 7.51777 5.14779 7.44443C5.14779 7.37109 5.13326 7.29848 5.10506 7.23078C5.07685 7.16308 5.03552 7.10163 4.98345 7.04999C4.93181 6.99791 4.87036 6.95658 4.80266 6.92838C4.73496 6.90018 4.66235 6.88565 4.58901 6.88565C4.51567 6.88565 4.44305 6.90018 4.37535 6.92838C4.30765 6.95658 4.24621 6.99791 4.19456 7.04999L3.48901 7.7611C2.89465 8.33666 2.52933 9.10833 2.46088 9.93286C2.39242 10.7574 2.62548 11.5787 3.11679 12.2444C3.40839 12.6227 3.77714 12.9346 4.19856 13.1595C4.61997 13.3843 5.0844 13.5169 5.561 13.5484C6.03759 13.5799 6.51544 13.5097 6.9628 13.3423C7.41016 13.175 7.81678 12.9143 8.15567 12.5778L8.94456 11.7889C9.04918 11.6843 9.10795 11.5424 9.10795 11.3944C9.10795 11.2465 9.04918 11.1046 8.94456 11C8.83995 10.8954 8.69806 10.8366 8.55012 10.8366C8.40217 10.8366 8.26029 10.8954 8.15567 11Z"
9
+ }, null, -1), c = [
10
+ n
11
+ ];
12
+ function r(l, d) {
13
+ return C(), e("svg", t, c);
14
+ }
15
+ const L = { render: r };
16
+ export {
17
+ L as default,
18
+ r as render
19
+ };