@dpa-id-components/dpa-shared-components 9.2.1 → 9.4.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 (643) hide show
  1. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +37 -36
  2. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +2 -2
  3. package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +23 -22
  4. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +3 -3
  5. package/dist/components/UiBadge/UiBadge.stories.d.ts +43 -42
  6. package/dist/components/UiBadge/UiBadge.vue.d.ts +2 -2
  7. package/dist/components/UiButton/UiButton.stories.d.ts +44 -43
  8. package/dist/components/UiButton/UiButton.vue.d.ts +3 -3
  9. package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +5 -4
  10. package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +1 -1
  11. package/dist/components/UiCard/UiCard.stories.d.ts +5 -4
  12. package/dist/components/UiCard/UiCard.vue.d.ts +1 -1
  13. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +39 -38
  14. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +3 -3
  15. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +13 -12
  16. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +3 -3
  17. package/dist/components/UiChip/UiChip.stories.d.ts +23 -22
  18. package/dist/components/UiChip/UiChip.vue.d.ts +2 -2
  19. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +23 -22
  20. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +2 -2
  21. package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +8 -7
  22. package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +3 -3
  23. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +296 -295
  24. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +4 -3
  25. package/dist/components/UiDialog/UiDialog.stories.d.ts +115 -114
  26. package/dist/components/UiDialog/UiDialog.vue.d.ts +3 -3
  27. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +65 -64
  28. package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +2 -2
  29. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +77 -76
  30. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +3 -3
  31. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +58 -57
  32. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +5 -4
  33. package/dist/components/UiIcon/UiIcon.stories.d.ts +16 -15
  34. package/dist/components/UiIcon/UiIcon.vue.d.ts +4 -3
  35. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +37 -36
  36. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +5 -4
  37. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +85 -84
  38. package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +2 -2
  39. package/dist/components/UiInput/UiInput.stories.d.ts +732 -239
  40. package/dist/components/UiInput/UiInput.vue.d.ts +14 -7
  41. package/dist/components/UiList/UiList.stories.d.ts +188 -187
  42. package/dist/components/UiList/UiList.vue.d.ts +1 -1
  43. package/dist/components/UiListItem/UiListItem.stories.d.ts +131 -130
  44. package/dist/components/UiListItem/UiListItem.vue.d.ts +3 -3
  45. package/dist/components/UiMenu/UiMenu.stories.d.ts +125 -124
  46. package/dist/components/UiMenu/UiMenu.vue.d.ts +4 -3
  47. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +16 -15
  48. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +2 -2
  49. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +149 -148
  50. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +3 -3
  51. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +39 -38
  52. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +3 -3
  53. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +167 -166
  54. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +4 -4
  55. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +53 -52
  56. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +3 -3
  57. package/dist/components/UiSection/UiSection.stories.d.ts +28 -27
  58. package/dist/components/UiSection/UiSection.vue.d.ts +2 -2
  59. package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +31 -30
  60. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +2 -2
  61. package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +29 -28
  62. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +3 -3
  63. package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +18 -17
  64. package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +2 -2
  65. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +64 -63
  66. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +3 -3
  67. package/dist/components/UiSpinner/UiSpinner.stories.d.ts +16 -15
  68. package/dist/components/UiSpinner/UiSpinner.vue.d.ts +2 -2
  69. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +48 -47
  70. package/dist/components/UiTextButton/UiTextButton.vue.d.ts +2 -2
  71. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +44 -43
  72. package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +3 -3
  73. package/dist/components/UiTooltip/UiTooltip.stories.d.ts +65 -64
  74. package/dist/components/UiTooltip/UiTooltip.vue.d.ts +4 -3
  75. package/dist/components/index.d.ts +38 -37
  76. package/dist/compositions/index.d.ts +2 -1
  77. package/dist/compositions/useBreakpoints/UseBreakpoints.stories.d.ts +3 -2
  78. package/dist/compositions/useBreakpoints/useBreakpoints.d.ts +6 -6
  79. package/dist/directives/clickAway/clickAway.d.ts +2 -1
  80. package/dist/directives/index.d.ts +2 -1
  81. package/dist/dpa-shared-components.mjs +3001 -2994
  82. package/dist/dpa-shared-components.umd.js +5 -5
  83. package/dist/index.d.ts +4 -3
  84. package/dist/stories/Typography/Typography.stories.d.ts +4 -3
  85. package/dist/style.css +1 -1
  86. package/dist/tailwind/tailwind.config.d.cts +2 -2
  87. package/package.json +11 -11
  88. package/dist/activities-7078badc.mjs +0 -15
  89. package/dist/activities-WmpP7PaE.mjs +0 -15
  90. package/dist/activities-f9f2c60e.mjs +0 -15
  91. package/dist/alert-2c101b8c.mjs +0 -15
  92. package/dist/alert-a0d6d9d9.mjs +0 -15
  93. package/dist/alert-c8e2ae08.mjs +0 -15
  94. package/dist/alert-fill-Y7D_gLlI.mjs +0 -15
  95. package/dist/alert-fill-afbc976b.mjs +0 -15
  96. package/dist/alert-fill-d71b0894.mjs +0 -15
  97. package/dist/alert-octagon-56139963.mjs +0 -29
  98. package/dist/alert-octagon-RwQ6F9Hu.mjs +0 -29
  99. package/dist/alert-octagon-dd57ae5f.mjs +0 -29
  100. package/dist/alert-pDbuPRxS.mjs +0 -15
  101. package/dist/apps-3c2d7f63.mjs +0 -15
  102. package/dist/apps-ajQhZ9F4.mjs +0 -15
  103. package/dist/apps-e44fbda8.mjs +0 -15
  104. package/dist/archive-57ba8974.mjs +0 -15
  105. package/dist/archive-a53a270e.mjs +0 -15
  106. package/dist/archive-tSlIB7Xm.mjs +0 -15
  107. package/dist/arrow-left-93c1cdc7.mjs +0 -15
  108. package/dist/arrow-left-US24GaCw.mjs +0 -15
  109. package/dist/arrow-left-c8ead9e4.mjs +0 -15
  110. package/dist/arrow-left-d54ac135.mjs +0 -15
  111. package/dist/arrow-nav-left-106cab88.mjs +0 -15
  112. package/dist/arrow-nav-left-4cec7c42.mjs +0 -15
  113. package/dist/arrow-nav-left-yU5ePAEl.mjs +0 -15
  114. package/dist/arrow-nav-right-1f4IPRTS.mjs +0 -15
  115. package/dist/arrow-nav-right-ae67a0ee.mjs +0 -15
  116. package/dist/arrow-nav-right-d2f37c7e.mjs +0 -15
  117. package/dist/arrow-right-1afcde04.mjs +0 -15
  118. package/dist/arrow-right-6iEEb-oN.mjs +0 -15
  119. package/dist/arrow-right-af47dc6a.mjs +0 -15
  120. package/dist/arrow-right-caf216c1.mjs +0 -15
  121. package/dist/arrowhead-left-379df6c4.mjs +0 -19
  122. package/dist/arrowhead-left-5bdbf6bc.mjs +0 -19
  123. package/dist/arrowhead-left-biG3GKMz.mjs +0 -19
  124. package/dist/arrowhead-right-SdTk6c9n.mjs +0 -19
  125. package/dist/arrowhead-right-d3369806.mjs +0 -19
  126. package/dist/arrowhead-right-f634422b.mjs +0 -19
  127. package/dist/arrowhead-top-5fd230bc.mjs +0 -19
  128. package/dist/arrowhead-top-77f91b7f.mjs +0 -19
  129. package/dist/arrowhead-top-ILxS0xtu.mjs +0 -19
  130. package/dist/atmo-7ffe15e2.mjs +0 -15
  131. package/dist/atmo-972656d8.mjs +0 -15
  132. package/dist/atmo-u4AI1PFi.mjs +0 -15
  133. package/dist/audio-a2wQuWJ1.mjs +0 -19
  134. package/dist/audio-circled-232ac711.mjs +0 -15
  135. package/dist/audio-circled-8imaRLN5.mjs +0 -15
  136. package/dist/audio-circled-deaef5be.mjs +0 -15
  137. package/dist/audio-d219eee4.mjs +0 -19
  138. package/dist/audio-e1cd4808.mjs +0 -19
  139. package/dist/audio-f02c6683.mjs +0 -19
  140. package/dist/audio-filled-2407271d.mjs +0 -19
  141. package/dist/audio-filled-c7f0b06d.mjs +0 -19
  142. package/dist/audio-filled-vP4QTzyT.mjs +0 -19
  143. package/dist/bag-1B5onNCI.mjs +0 -19
  144. package/dist/bag-57b0f361.mjs +0 -19
  145. package/dist/bag-b1c90c9d.mjs +0 -19
  146. package/dist/bell-c4ef2483.mjs +0 -15
  147. package/dist/bell-d14b673c.mjs +0 -15
  148. package/dist/bell-fill-98784347.mjs +0 -15
  149. package/dist/bell-fill-c6f985d8.mjs +0 -15
  150. package/dist/bell-fill-j3B3B4wN.mjs +0 -15
  151. package/dist/bell-nRlberDT.mjs +0 -15
  152. package/dist/book-2db61bf9.mjs +0 -15
  153. package/dist/book-a53f03b7.mjs +0 -15
  154. package/dist/book-uDKIc2z9.mjs +0 -15
  155. package/dist/bookmark-3c036b28.mjs +0 -19
  156. package/dist/bookmark-8e4ef660.mjs +0 -19
  157. package/dist/bookmark-_nUtSDeD.mjs +0 -19
  158. package/dist/bookmark-fill-18167bcd.mjs +0 -19
  159. package/dist/bookmark-fill-ecd3ff57.mjs +0 -19
  160. package/dist/bookmark-fill-nGZe4G0e.mjs +0 -19
  161. package/dist/box-74110d75.mjs +0 -19
  162. package/dist/box-ab540d10.mjs +0 -19
  163. package/dist/box-jw7qD1hC.mjs +0 -19
  164. package/dist/bulb-539767a3.mjs +0 -15
  165. package/dist/bulb-IT1Q0xwO.mjs +0 -15
  166. package/dist/bulb-b6ac26fd.mjs +0 -15
  167. package/dist/call-WT5odH2u.mjs +0 -15
  168. package/dist/call-a60fa715.mjs +0 -15
  169. package/dist/call-c1be8158.mjs +0 -15
  170. package/dist/camera-566db54b.mjs +0 -19
  171. package/dist/camera-9ZOMUNI_.mjs +0 -19
  172. package/dist/camera-e568bab4.mjs +0 -19
  173. package/dist/check-706c051e.mjs +0 -19
  174. package/dist/check-e4d56dea.mjs +0 -19
  175. package/dist/check-fxunhpC-.mjs +0 -19
  176. package/dist/checklist-885629e0.mjs +0 -19
  177. package/dist/checklist-e548cc3a.mjs +0 -19
  178. package/dist/checklist-fdb1e351.mjs +0 -19
  179. package/dist/checklist-l7dUtp4-.mjs +0 -19
  180. package/dist/checkmark-7bb03066.mjs +0 -19
  181. package/dist/checkmark-8749f143.mjs +0 -19
  182. package/dist/checkmark-GZpsfmJ0.mjs +0 -19
  183. package/dist/checkmark-d41d01ff.mjs +0 -19
  184. package/dist/checkmark-double-226ecc06.mjs +0 -15
  185. package/dist/checkmark-double-ad38ca8e.mjs +0 -15
  186. package/dist/checkmark-double-cqw7TF-t.mjs +0 -15
  187. package/dist/chevron-down-adbf3bf6.mjs +0 -15
  188. package/dist/chevron-down-d9cc3584.mjs +0 -15
  189. package/dist/chevron-down-lad6MIB3.mjs +0 -15
  190. package/dist/chevron-left-b66f074e.mjs +0 -15
  191. package/dist/chevron-left-cfce74be.mjs +0 -15
  192. package/dist/chevron-left-d37e4cf5.mjs +0 -15
  193. package/dist/chevron-left-eiLSncDO.mjs +0 -15
  194. package/dist/chevron-right-2b82b85c.mjs +0 -15
  195. package/dist/chevron-right-6F57Bnxh.mjs +0 -15
  196. package/dist/chevron-right-b589ab17.mjs +0 -17
  197. package/dist/chevron-right-bcfb98c6.mjs +0 -15
  198. package/dist/chevron-up-2679e006.mjs +0 -15
  199. package/dist/chevron-up-6418abb0.mjs +0 -15
  200. package/dist/chevron-up-6IGNPRXT.mjs +0 -15
  201. package/dist/chevron-up-6cfd4d3d.mjs +0 -15
  202. package/dist/clipboard-6716d19c.mjs +0 -15
  203. package/dist/clipboard-QBsOTQ5w.mjs +0 -15
  204. package/dist/clipboard-c3a0dcd7.mjs +0 -15
  205. package/dist/clock-02be24f4.mjs +0 -19
  206. package/dist/clock-64696f87.mjs +0 -19
  207. package/dist/clock-a5zna4MY.mjs +0 -19
  208. package/dist/clock-b4b73f31.mjs +0 -19
  209. package/dist/close-5d26c1d1.mjs +0 -15
  210. package/dist/close-HqZAj0H5.mjs +0 -15
  211. package/dist/close-edf8f0a7.mjs +0 -15
  212. package/dist/close-efb485e9.mjs +0 -15
  213. package/dist/cloud-save-92db9b4c.mjs +0 -15
  214. package/dist/cloud-save-9cb89227.mjs +0 -15
  215. package/dist/cloud-save-U3P32DFo.mjs +0 -15
  216. package/dist/code-976e1e26.mjs +0 -15
  217. package/dist/code-aauhMQZo.mjs +0 -15
  218. package/dist/code-e30b0574.mjs +0 -15
  219. package/dist/collapse-3a144e1b.mjs +0 -15
  220. package/dist/collapse-81392d44.mjs +0 -15
  221. package/dist/collapse-PgVbKncV.mjs +0 -15
  222. package/dist/color-palette-0ed1f01d.mjs +0 -15
  223. package/dist/color-palette-45bbd9f6.mjs +0 -15
  224. package/dist/color-palette-nACxxjlR.mjs +0 -15
  225. package/dist/comment-0a0d7e28.mjs +0 -15
  226. package/dist/comment-62396a37.mjs +0 -15
  227. package/dist/comment-O8quwrMV.mjs +0 -15
  228. package/dist/comment-fill-3a236fbe.mjs +0 -15
  229. package/dist/comment-fill-819fae0c.mjs +0 -15
  230. package/dist/comment-fill-u9gn5-L4.mjs +0 -15
  231. package/dist/components/DpaEventItem/DpaEventItem.spec.d.ts +0 -1
  232. package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +0 -942
  233. package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +0 -88
  234. package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +0 -69
  235. package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +0 -56
  236. package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +0 -81
  237. package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +0 -279
  238. package/dist/copy-ae02ada0.mjs +0 -19
  239. package/dist/copy-e5d31a9c.mjs +0 -19
  240. package/dist/copy-link-b42b0b2d.mjs +0 -29
  241. package/dist/copy-link-c7d1fcff.mjs +0 -29
  242. package/dist/copy-link-de7cb91d.mjs +0 -19
  243. package/dist/copy-link-w3muJ7_V.mjs +0 -29
  244. package/dist/copy-nkf1L0VE.mjs +0 -19
  245. package/dist/delete-0d28874e.mjs +0 -15
  246. package/dist/delete-9a29e97b.mjs +0 -15
  247. package/dist/delete-zVGCwhTN.mjs +0 -15
  248. package/dist/download-4d77c56a.mjs +0 -15
  249. package/dist/download-HfSUasUC.mjs +0 -15
  250. package/dist/download-ad9585c7.mjs +0 -15
  251. package/dist/dpa-id-27be4c41.mjs +0 -19
  252. package/dist/dpa-id-ZLQaX7o4.mjs +0 -19
  253. package/dist/dpa-id-a0c91200.mjs +0 -19
  254. package/dist/edit-54c8809f.mjs +0 -15
  255. package/dist/edit-690308aa.mjs +0 -15
  256. package/dist/edit-add-4db19760.mjs +0 -15
  257. package/dist/edit-add-7bfb555f.mjs +0 -15
  258. package/dist/edit-add-v6cukG1d.mjs +0 -15
  259. package/dist/edit-tJflbHyF.mjs +0 -15
  260. package/dist/eil-0d960dff.mjs +0 -19
  261. package/dist/eil-311dfbe1.mjs +0 -15
  262. package/dist/eil-ac5f45eb.mjs +0 -19
  263. package/dist/eil-f2xgx4-z.mjs +0 -19
  264. package/dist/emoji-1689543d.mjs +0 -29
  265. package/dist/emoji-1f86205e.mjs +0 -29
  266. package/dist/emoji-1idW6hAj.mjs +0 -29
  267. package/dist/emoji-9480b7e3.mjs +0 -19
  268. package/dist/emoji-add-41ca8fd7.mjs +0 -29
  269. package/dist/emoji-add-7fb19e1a.mjs +0 -29
  270. package/dist/emoji-add-d72d5534.mjs +0 -29
  271. package/dist/emoji-add-iIh67ekC.mjs +0 -29
  272. package/dist/envelope-5df69adf.mjs +0 -15
  273. package/dist/envelope-H8wkgNby.mjs +0 -15
  274. package/dist/envelope-a0d3d6d7.mjs +0 -15
  275. package/dist/event-20a03061.mjs +0 -15
  276. package/dist/event-OzB9EUCY.mjs +0 -15
  277. package/dist/event-babd84b5.mjs +0 -15
  278. package/dist/expand-2e06145a.mjs +0 -15
  279. package/dist/expand-7405e392.mjs +0 -15
  280. package/dist/expand-rg1HfIzH.mjs +0 -15
  281. package/dist/external-link-7041bbcb.mjs +0 -15
  282. package/dist/external-link-894815fd.mjs +0 -15
  283. package/dist/external-link-sjyFrlNR.mjs +0 -15
  284. package/dist/file-4eb8893c.mjs +0 -15
  285. package/dist/file-X4j5vdCo.mjs +0 -15
  286. package/dist/file-c91b0bb9.mjs +0 -15
  287. package/dist/file-pdf-2e1da127.mjs +0 -19
  288. package/dist/file-pdf-6cf84254.mjs +0 -19
  289. package/dist/file-pdf-cSdXpFCL.mjs +0 -19
  290. package/dist/filter-2796c9e5.mjs +0 -15
  291. package/dist/filter-2926b3c6.mjs +0 -20
  292. package/dist/filter-b513696c.mjs +0 -15
  293. package/dist/filter-outline-38b76948.mjs +0 -29
  294. package/dist/filter-outline-4ecb8d78.mjs +0 -29
  295. package/dist/filter-outline-xXkKfZEL.mjs +0 -29
  296. package/dist/filter-v5lznlBq.mjs +0 -15
  297. package/dist/flag-44da1d73.mjs +0 -15
  298. package/dist/flag-5-pfp2xW.mjs +0 -15
  299. package/dist/flag-f0136569.mjs +0 -15
  300. package/dist/flag-fill-59914bd9.mjs +0 -15
  301. package/dist/flag-fill-I82_xelP.mjs +0 -15
  302. package/dist/flag-fill-ca5d310f.mjs +0 -15
  303. package/dist/flag-filled-98bcbce8.mjs +0 -15
  304. package/dist/flag-filled-fdd7f020.mjs +0 -15
  305. package/dist/flag-filled-rWauXLIq.mjs +0 -15
  306. package/dist/flag-outline-29103204.mjs +0 -15
  307. package/dist/flag-outline-2ea131c7.mjs +0 -15
  308. package/dist/flag-outline-GsvJ6NPs.mjs +0 -15
  309. package/dist/flags-844143ef.mjs +0 -19
  310. package/dist/flags-GwB7rf9R.mjs +0 -19
  311. package/dist/flags-c30e45b5.mjs +0 -19
  312. package/dist/flags-cb22ae09.mjs +0 -19
  313. package/dist/flash-6c2fa662.mjs +0 -15
  314. package/dist/flash-7a927e7d.mjs +0 -15
  315. package/dist/flash-7b073629.mjs +0 -15
  316. package/dist/flash-Z1r8mESj.mjs +0 -15
  317. package/dist/folder-3b2d5f59.mjs +0 -15
  318. package/dist/folder-add-6bbca26f.mjs +0 -15
  319. package/dist/folder-add-Gx2y_U2X.mjs +0 -15
  320. package/dist/folder-add-cdaf8bf7.mjs +0 -15
  321. package/dist/folder-add-e6e37681.mjs +0 -15
  322. package/dist/folder-bc98dd3b.mjs +0 -15
  323. package/dist/folder-c27d563c.mjs +0 -15
  324. package/dist/folder-fill-356643c5.mjs +0 -15
  325. package/dist/folder-fill-5N6CraE7.mjs +0 -15
  326. package/dist/folder-fill-f2422c86.mjs +0 -15
  327. package/dist/folder-filled-09259424.mjs +0 -15
  328. package/dist/folder-filled-RfRwFl-r.mjs +0 -15
  329. package/dist/folder-filled-d4f0b60d.mjs +0 -15
  330. package/dist/folder-yzvjnc3r.mjs +0 -15
  331. package/dist/gallery-486094d5.mjs +0 -20
  332. package/dist/gallery-5nKinNki.mjs +0 -20
  333. package/dist/gallery-f6dcc77b.mjs +0 -20
  334. package/dist/graphic-a41ad739.mjs +0 -19
  335. package/dist/graphic-circled-1e6f2641.mjs +0 -15
  336. package/dist/graphic-circled-c7768cfc.mjs +0 -15
  337. package/dist/graphic-circled-ftpTLL1Q.mjs +0 -15
  338. package/dist/graphic-d6db7915.mjs +0 -20
  339. package/dist/graphic-ea6911f6.mjs +0 -20
  340. package/dist/graphic-filled-2MHXtI9y.mjs +0 -19
  341. package/dist/graphic-filled-6f965469.mjs +0 -19
  342. package/dist/graphic-filled-a7adb288.mjs +0 -19
  343. package/dist/graphic-muP4sGhm.mjs +0 -20
  344. package/dist/graphics-0ca78545.mjs +0 -15
  345. package/dist/graphics-9dc48e2a.mjs +0 -15
  346. package/dist/graphics-QXF7O7-s.mjs +0 -15
  347. package/dist/grid-1-5b0e49a3.mjs +0 -15
  348. package/dist/grid-1-Y-oYtuDN.mjs +0 -15
  349. package/dist/grid-1-d61d1f75.mjs +0 -15
  350. package/dist/grid-2-44a5f469.mjs +0 -15
  351. package/dist/grid-2-PO59JgEo.mjs +0 -15
  352. package/dist/grid-2-a31cd506.mjs +0 -15
  353. package/dist/grid-3-3829895b.mjs +0 -15
  354. package/dist/grid-3-6zRSpQHu.mjs +0 -15
  355. package/dist/grid-3-774f5899.mjs +0 -15
  356. package/dist/grid-4-8da16fc6.mjs +0 -15
  357. package/dist/grid-4-MAx3nvyc.mjs +0 -15
  358. package/dist/grid-4-b4dd73f8.mjs +0 -15
  359. package/dist/grid-6-151b07df.mjs +0 -15
  360. package/dist/grid-6-3f89988f.mjs +0 -15
  361. package/dist/grid-6-P21I-uMZ.mjs +0 -15
  362. package/dist/grid-9-309e0f04.mjs +0 -15
  363. package/dist/grid-9-3Bo77scU.mjs +0 -15
  364. package/dist/grid-9-d3c48186.mjs +0 -15
  365. package/dist/grid-masonry-6a1b8806.mjs +0 -15
  366. package/dist/grid-masonry-8a430bb7.mjs +0 -15
  367. package/dist/grid-masonry-9-2a9c0a17.mjs +0 -19
  368. package/dist/grid-masonry-9-5b43833e.mjs +0 -19
  369. package/dist/grid-masonry-9-zZHWZNNN.mjs +0 -19
  370. package/dist/grid-masonry-UP6Phspv.mjs +0 -15
  371. package/dist/help-471874fe.mjs +0 -19
  372. package/dist/help-c56106ee.mjs +0 -19
  373. package/dist/help-d209fdb7.mjs +0 -19
  374. package/dist/help-qo8GQbI2.mjs +0 -19
  375. package/dist/home-6b9069db.mjs +0 -15
  376. package/dist/home-85e0bf1d.mjs +0 -15
  377. package/dist/home-DqiLfihS.mjs +0 -15
  378. package/dist/home-c424a69c.mjs +0 -15
  379. package/dist/image focus point-2d61b608.mjs +0 -19
  380. package/dist/image focus point-30a5eafb.mjs +0 -19
  381. package/dist/image focus point-feTuMstd.mjs +0 -19
  382. package/dist/image-3421096e.mjs +0 -19
  383. package/dist/image-40863651.mjs +0 -19
  384. package/dist/image-lyi5GYOF.mjs +0 -19
  385. package/dist/impact-high-41a83c21.mjs +0 -29
  386. package/dist/impact-high-52bfea80.mjs +0 -29
  387. package/dist/impact-high-6glvyI8Z.mjs +0 -29
  388. package/dist/impact-low-85e9dfae.mjs +0 -29
  389. package/dist/impact-low-DSqpBnR7.mjs +0 -29
  390. package/dist/impact-low-ba89c10c.mjs +0 -29
  391. package/dist/impact-medium-4AjnLbws.mjs +0 -29
  392. package/dist/impact-medium-747b1a6b.mjs +0 -29
  393. package/dist/impact-medium-d64a53c3.mjs +0 -29
  394. package/dist/impact-very-high-9a756448.mjs +0 -29
  395. package/dist/impact-very-high-c375c84e.mjs +0 -29
  396. package/dist/impact-very-high-zEA9kG25.mjs +0 -29
  397. package/dist/impact-very-low-161a0550.mjs +0 -29
  398. package/dist/impact-very-low-4ZWXpF_E.mjs +0 -29
  399. package/dist/impact-very-low-b45b4a06.mjs +0 -29
  400. package/dist/info-387743c4.mjs +0 -15
  401. package/dist/info-99c9d2c4.mjs +0 -15
  402. package/dist/info-RkYPxrc-.mjs +0 -15
  403. package/dist/info-ee40cf5c.mjs +0 -15
  404. package/dist/info-fill-182806af.mjs +0 -15
  405. package/dist/info-fill-B3f_gYuu.mjs +0 -15
  406. package/dist/info-fill-f971d701.mjs +0 -15
  407. package/dist/info-filled-13ae2b18.mjs +0 -15
  408. package/dist/info-filled-c86c481a.mjs +0 -15
  409. package/dist/info-filled-jp9Ofijj.mjs +0 -15
  410. package/dist/language-80eedb9e.mjs +0 -15
  411. package/dist/language-NWww7njd.mjs +0 -15
  412. package/dist/language-f058f9ce.mjs +0 -15
  413. package/dist/latest-6b417f96.mjs +0 -15
  414. package/dist/latest-UWhsh2Ma.mjs +0 -15
  415. package/dist/latest-bb39d821.mjs +0 -15
  416. package/dist/latest-dd68ea4b.mjs +0 -15
  417. package/dist/lightbulb-07faab6e.mjs +0 -15
  418. package/dist/lightbulb-0c284cc9.mjs +0 -15
  419. package/dist/lightbulb-Vc4TADv2.mjs +0 -15
  420. package/dist/list-09e39a1a.mjs +0 -15
  421. package/dist/list-11245396.mjs +0 -15
  422. package/dist/list-rUCNDd-s.mjs +0 -15
  423. package/dist/lock-6f4e15bd.mjs +0 -19
  424. package/dist/lock-LSh3dt3q.mjs +0 -19
  425. package/dist/lock-f716251b.mjs +0 -19
  426. package/dist/mail-1c701828.mjs +0 -15
  427. package/dist/mail-H4QmNNZD.mjs +0 -15
  428. package/dist/mail-b4cc7e44.mjs +0 -15
  429. package/dist/main.css +0 -23
  430. package/dist/map-6KUR97dz.mjs +0 -19
  431. package/dist/map-ecf5afac.mjs +0 -19
  432. package/dist/map-f334c3ae.mjs +0 -19
  433. package/dist/map-outline-4c9934e8.mjs +0 -19
  434. package/dist/map-outline-Mh-NqrMM.mjs +0 -19
  435. package/dist/map-outline-d28b447d.mjs +0 -19
  436. package/dist/menu-4VuTJ9XV.mjs +0 -15
  437. package/dist/menu-74a17c43.mjs +0 -15
  438. package/dist/menu-af91ca44.mjs +0 -15
  439. package/dist/minus--ljJWtvM.mjs +0 -15
  440. package/dist/minus-6e38066a.mjs +0 -15
  441. package/dist/minus-6e4b26ac.mjs +0 -15
  442. package/dist/more-horizontal-HHLD4SGF.mjs +0 -15
  443. package/dist/more-horizontal-e7e121c3.mjs +0 -15
  444. package/dist/more-horizontal-fd189cbe.mjs +0 -15
  445. package/dist/more-vertical-0d8048ea.mjs +0 -15
  446. package/dist/more-vertical-5797b4a7.mjs +0 -15
  447. package/dist/more-vertical-MKTWEYCY.mjs +0 -15
  448. package/dist/more-vertical-b4afe623.mjs +0 -15
  449. package/dist/move-26bd30ed.mjs +0 -15
  450. package/dist/move-88cb6eb3.mjs +0 -15
  451. package/dist/move-XiKH7TzV.mjs +0 -15
  452. package/dist/move-up-down-0e48263c.mjs +0 -15
  453. package/dist/move-up-down-6ab70ff2.mjs +0 -15
  454. package/dist/move-up-down-O5N3nvpx.mjs +0 -15
  455. package/dist/navigation-09b7c597.mjs +0 -15
  456. package/dist/navigation-RjAvtp3A.mjs +0 -15
  457. package/dist/navigation-e1f28747.mjs +0 -15
  458. package/dist/note-811b096c.mjs +0 -19
  459. package/dist/note-ed125e52.mjs +0 -19
  460. package/dist/note-vQAvoMwo.mjs +0 -19
  461. package/dist/offline-73d06154.mjs +0 -15
  462. package/dist/offline-7f5f0da8.mjs +0 -15
  463. package/dist/offline-tPnrzHCG.mjs +0 -15
  464. package/dist/paper-plane-07bcb43e.mjs +0 -15
  465. package/dist/paper-plane-cGAcp5I3.mjs +0 -15
  466. package/dist/paper-plane-dd6d4179.mjs +0 -15
  467. package/dist/paperplane-4a535f67.mjs +0 -15
  468. package/dist/paperplane-662f4097.mjs +0 -15
  469. package/dist/paperplane-PfyCh10G.mjs +0 -15
  470. package/dist/pause-4f-8dRN7.mjs +0 -29
  471. package/dist/pause-70fe2ae7.mjs +0 -29
  472. package/dist/pause-circle-0dd0939d.mjs +0 -29
  473. package/dist/pause-circle-4204406f.mjs +0 -29
  474. package/dist/pause-circle-J7tdvhru.mjs +0 -29
  475. package/dist/pause-d06b5174.mjs +0 -29
  476. package/dist/pdf-6d684269.mjs +0 -22
  477. package/dist/pdf-9b269d2e.mjs +0 -22
  478. package/dist/pdf-EBWZkkbA.mjs +0 -22
  479. package/dist/pdf-bcee5eee.mjs +0 -19
  480. package/dist/pen-128f19d5.mjs +0 -15
  481. package/dist/pen-6YRsGHRV.mjs +0 -15
  482. package/dist/pen-8b9d762e.mjs +0 -15
  483. package/dist/pen-check-X9RhkrQb.mjs +0 -19
  484. package/dist/pen-check-e764274e.mjs +0 -19
  485. package/dist/people-0c20927c.mjs +0 -19
  486. package/dist/people-56639daa.mjs +0 -19
  487. package/dist/people-TVNlCfDA.mjs +0 -19
  488. package/dist/phone-288ed7a3.mjs +0 -19
  489. package/dist/phone-8gsWiiRR.mjs +0 -19
  490. package/dist/phone-df188c32.mjs +0 -19
  491. package/dist/picture-0eb9c590.mjs +0 -19
  492. package/dist/picture-434a77e0.mjs +0 -19
  493. package/dist/picture-Lque-5AO.mjs +0 -19
  494. package/dist/picture-circled-7602192a.mjs +0 -15
  495. package/dist/picture-circled-d6e0c7f5.mjs +0 -15
  496. package/dist/picture-circled-ol6ZYz8O.mjs +0 -15
  497. package/dist/picture-filled-a6b618dc.mjs +0 -19
  498. package/dist/picture-filled-a9884ea9.mjs +0 -19
  499. package/dist/picture-filled-u8zF-JAp.mjs +0 -19
  500. package/dist/pin-530b1711.mjs +0 -19
  501. package/dist/pin-8db4c65c.mjs +0 -19
  502. package/dist/pin-ce661952.mjs +0 -19
  503. package/dist/pin-hfT8hVBe.mjs +0 -19
  504. package/dist/planning-HhsKcVeY.mjs +0 -15
  505. package/dist/planning-cb43b438.mjs +0 -15
  506. package/dist/planning-cd2d8d52.mjs +0 -15
  507. package/dist/play-5428740c.mjs +0 -29
  508. package/dist/play-circle-7pMXHy3P.mjs +0 -19
  509. package/dist/play-circle-b671e291.mjs +0 -19
  510. package/dist/play-circle-d074b95a.mjs +0 -19
  511. package/dist/play-d17e6a6f.mjs +0 -29
  512. package/dist/play-fill-bac80265.mjs +0 -29
  513. package/dist/play-fill-ciEL9ZyV.mjs +0 -29
  514. package/dist/play-fill-fff80c96.mjs +0 -29
  515. package/dist/play-zOz3aUQ3.mjs +0 -29
  516. package/dist/plus-0900f7b4.mjs +0 -15
  517. package/dist/plus-2571db7f.mjs +0 -15
  518. package/dist/plus-circle-3d253a5c.mjs +0 -15
  519. package/dist/plus-circle-85afbf33.mjs +0 -15
  520. package/dist/plus-circle-U8atqG77.mjs +0 -15
  521. package/dist/plus-ee8af457.mjs +0 -15
  522. package/dist/plus-herJZWcY.mjs +0 -15
  523. package/dist/print-949a5857.mjs +0 -15
  524. package/dist/print-Ltdphn3e.mjs +0 -15
  525. package/dist/print-c5ba3b53.mjs +0 -15
  526. package/dist/refresh-2f2ba8ae.mjs +0 -15
  527. package/dist/refresh-70af2f15.mjs +0 -15
  528. package/dist/refresh-93ed1124.mjs +0 -15
  529. package/dist/refresh-N8OackWm.mjs +0 -15
  530. package/dist/reset-27dp6jZL.mjs +0 -15
  531. package/dist/reset-71987e6a.mjs +0 -15
  532. package/dist/reset-c155c5ff.mjs +0 -15
  533. package/dist/reset-fbc05480.mjs +0 -15
  534. package/dist/responsive-2ea289d6.mjs +0 -19
  535. package/dist/responsive-90c640a7.mjs +0 -19
  536. package/dist/responsive-PevWNj3j.mjs +0 -19
  537. package/dist/rubix-thema-05104238.mjs +0 -19
  538. package/dist/rubix-thema-61e26892.mjs +0 -19
  539. package/dist/rubix-thema-c-AMuQyb.mjs +0 -19
  540. package/dist/save-07999737.mjs +0 -15
  541. package/dist/save-48d4be4e.mjs +0 -15
  542. package/dist/save-OcHWmqIe.mjs +0 -15
  543. package/dist/saved-search-0aa4b868.mjs +0 -29
  544. package/dist/saved-search-0e8aa09b.mjs +0 -29
  545. package/dist/saved-search-VX_dyiCx.mjs +0 -29
  546. package/dist/saved-search-fill-48f8c71c.mjs +0 -30
  547. package/dist/saved-search-fill-50ad11a2.mjs +0 -30
  548. package/dist/saved-search-fill-Vita-qkT.mjs +0 -30
  549. package/dist/search-0890d914.mjs +0 -15
  550. package/dist/search-9bebfc15.mjs +0 -15
  551. package/dist/search-XvikmCMm.mjs +0 -15
  552. package/dist/search-e4f0dee3.mjs +0 -15
  553. package/dist/settings-39280b37.mjs +0 -19
  554. package/dist/settings-57eb0eef.mjs +0 -19
  555. package/dist/settings-Lcxj0sk6.mjs +0 -19
  556. package/dist/share-34542815.mjs +0 -15
  557. package/dist/share-alternative-28706f76.mjs +0 -15
  558. package/dist/share-alternative-B7vlPGJM.mjs +0 -15
  559. package/dist/share-alternative-fa060128.mjs +0 -15
  560. package/dist/share-cfa18007.mjs +0 -15
  561. package/dist/share-f49b038e.mjs +0 -15
  562. package/dist/share-rkNTUidQ.mjs +0 -15
  563. package/dist/sidebar-1e7d966f.mjs +0 -15
  564. package/dist/sidebar-9cb81395.mjs +0 -15
  565. package/dist/sidebar-CNqKOmuh.mjs +0 -15
  566. package/dist/sidebar-fill-b6d46141.mjs +0 -19
  567. package/dist/sidebar-fill-c22e0d1a.mjs +0 -19
  568. package/dist/sidebar-fill-yb3-FThY.mjs +0 -19
  569. package/dist/slack-05d08ea2.mjs +0 -15
  570. package/dist/slack-87bd7d6a.mjs +0 -15
  571. package/dist/slack-a3715c17.mjs +0 -15
  572. package/dist/slack-lpk3Kkzn.mjs +0 -15
  573. package/dist/slider-config-1f9a2288.mjs +0 -19
  574. package/dist/slider-config-94286557.mjs +0 -19
  575. package/dist/slider-config-e_b2byRI.mjs +0 -19
  576. package/dist/spellcheck-256d5c06.mjs +0 -19
  577. package/dist/spellcheck-98AQyImp.mjs +0 -19
  578. package/dist/spellcheck-c9014c44.mjs +0 -19
  579. package/dist/spinner-8GB3qPDD.mjs +0 -15
  580. package/dist/spinner-8f277552.mjs +0 -15
  581. package/dist/spinner-eef9cab5.mjs +0 -15
  582. package/dist/standard-view-1a34321b.mjs +0 -15
  583. package/dist/standard-view-TBzux3OA.mjs +0 -15
  584. package/dist/standard-view-af2a4834.mjs +0 -15
  585. package/dist/star-4aaea552.mjs +0 -15
  586. package/dist/star-5c3c64ca.mjs +0 -15
  587. package/dist/star-JZ-hTDpz.mjs +0 -15
  588. package/dist/star-fill-1639422a.mjs +0 -15
  589. package/dist/star-fill-S5OhbXlS.mjs +0 -15
  590. package/dist/star-fill-eb91b846.mjs +0 -15
  591. package/dist/star-filled-1639422a.mjs +0 -15
  592. package/dist/star-filled-S5OhbXlS.mjs +0 -15
  593. package/dist/star-filled-eb91b846.mjs +0 -15
  594. package/dist/stop-05ecbd72.mjs +0 -19
  595. package/dist/stop-cecd0532.mjs +0 -19
  596. package/dist/stop-o1ZIBwxW.mjs +0 -19
  597. package/dist/sync-1356e16f.mjs +0 -15
  598. package/dist/sync-666b443c.mjs +0 -15
  599. package/dist/sync-hVLRmsfh.mjs +0 -15
  600. package/dist/tasks-d09d0af6.mjs +0 -15
  601. package/dist/tasks-d381d43e.mjs +0 -15
  602. package/dist/tasks-d_DFgbwm.mjs +0 -15
  603. package/dist/text-0vjThlpC.mjs +0 -15
  604. package/dist/text-3969d470.mjs +0 -15
  605. package/dist/text-b5326896.mjs +0 -15
  606. package/dist/text-circled-5283cff7.mjs +0 -15
  607. package/dist/text-circled-KM5BmuX3.mjs +0 -15
  608. package/dist/text-circled-e402f1b7.mjs +0 -15
  609. package/dist/text-fff14e8f.mjs +0 -15
  610. package/dist/text-filled-2bOzLziy.mjs +0 -19
  611. package/dist/text-filled-b9a95060.mjs +0 -19
  612. package/dist/text-filled-dec83924.mjs +0 -19
  613. package/dist/topic-354c5294.mjs +0 -19
  614. package/dist/topic-5554a876.mjs +0 -19
  615. package/dist/topic-ZQ2AidnC.mjs +0 -19
  616. package/dist/union-5e751949.mjs +0 -19
  617. package/dist/union-6156bf2d.mjs +0 -19
  618. package/dist/union-lTq3iYr7.mjs +0 -19
  619. package/dist/upload-6c0a71f6.mjs +0 -15
  620. package/dist/upload-XC2K-5dj.mjs +0 -15
  621. package/dist/upload-a371f576.mjs +0 -15
  622. package/dist/video overlay-11864580.mjs +0 -19
  623. package/dist/video overlay-5e8930c2.mjs +0 -19
  624. package/dist/video overlay-exIq6eov.mjs +0 -19
  625. package/dist/video-3IRsumvE.mjs +0 -25
  626. package/dist/video-86ff6e6b.mjs +0 -25
  627. package/dist/video-8c400770.mjs +0 -25
  628. package/dist/video-circled-1538019f.mjs +0 -15
  629. package/dist/video-circled-KPMAfvW_.mjs +0 -15
  630. package/dist/video-circled-cb973c76.mjs +0 -15
  631. package/dist/video-e95f8e58.mjs +0 -19
  632. package/dist/video-filled-864f2e9f.mjs +0 -19
  633. package/dist/video-filled-bada645c.mjs +0 -19
  634. package/dist/video-filled-iUp25Am6.mjs +0 -19
  635. package/dist/view-39118876.mjs +0 -29
  636. package/dist/view-8d99277e.mjs +0 -29
  637. package/dist/view-_IuSvQOE.mjs +0 -29
  638. package/dist/view-off-ZNVz32af.mjs +0 -19
  639. package/dist/view-off-e59a73a9.mjs +0 -19
  640. package/dist/view-off-ebee0dd9.mjs +0 -19
  641. package/dist/volume-up-8be4e58a.mjs +0 -29
  642. package/dist/volume-up-8bf4fe6e.mjs +0 -29
  643. package/dist/volume-up-_Q_O7QFU.mjs +0 -29
@@ -1,88 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- date: string;
3
- dateDetail?: string | undefined;
4
- title: string;
5
- location?: string | null | undefined;
6
- noticeType: {
7
- iconName: "event" | "topic";
8
- displayText: string;
9
- };
10
- comments?: string | null | undefined;
11
- partnerText?: string | null | undefined;
12
- isPartnerTextVisible?: boolean | undefined;
13
- truncateTitle?: boolean | undefined;
14
- view: "compact" | "standard" | "preview";
15
- topEntry?: boolean | undefined;
16
- description?: string | undefined;
17
- }>, {
18
- dateDetail: string;
19
- location: null;
20
- comments: null;
21
- partnerText: null;
22
- isPartnerTextVisible: boolean;
23
- truncateTitle: boolean;
24
- topEntry: boolean;
25
- description: string;
26
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
27
- date: string;
28
- dateDetail?: string | undefined;
29
- title: string;
30
- location?: string | null | undefined;
31
- noticeType: {
32
- iconName: "event" | "topic";
33
- displayText: string;
34
- };
35
- comments?: string | null | undefined;
36
- partnerText?: string | null | undefined;
37
- isPartnerTextVisible?: boolean | undefined;
38
- truncateTitle?: boolean | undefined;
39
- view: "compact" | "standard" | "preview";
40
- topEntry?: boolean | undefined;
41
- description?: string | undefined;
42
- }>, {
43
- dateDetail: string;
44
- location: null;
45
- comments: null;
46
- partnerText: null;
47
- isPartnerTextVisible: boolean;
48
- truncateTitle: boolean;
49
- topEntry: boolean;
50
- description: string;
51
- }>>>, {
52
- dateDetail: string;
53
- location: string | null;
54
- comments: string | null;
55
- partnerText: string | null;
56
- isPartnerTextVisible: boolean;
57
- topEntry: boolean;
58
- description: string;
59
- truncateTitle: boolean;
60
- }, {}>, {
61
- addFavoriteAction?(_: {}): any;
62
- actions?(_: {}): any;
63
- filters?(_: {}): any;
64
- planningItems?(_: {}): any;
65
- }>;
66
- export default _default;
67
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
68
- type __VLS_TypePropsToRuntimeProps<T> = {
69
- [K in keyof T]-?: {} extends Pick<T, K> ? {
70
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
71
- } : {
72
- type: import('vue').PropType<T[K]>;
73
- required: true;
74
- };
75
- };
76
- type __VLS_WithDefaults<P, D> = {
77
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
78
- default: D[K];
79
- }> : P[K];
80
- };
81
- type __VLS_Prettify<T> = {
82
- [K in keyof T]: T[K];
83
- } & {};
84
- type __VLS_WithTemplateSlots<T, S> = T & {
85
- new (): {
86
- $slots: S;
87
- };
88
- };
@@ -1,69 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- date: string;
3
- dateDetail?: string | undefined;
4
- title: string;
5
- location?: string | null | undefined;
6
- noticeType: {
7
- iconName: "event" | "topic";
8
- displayText: string;
9
- };
10
- comments?: string | null | undefined;
11
- truncateTitle?: boolean | undefined;
12
- topEntry?: boolean | undefined;
13
- }>, {
14
- dateDetail: string;
15
- location: null;
16
- comments: null;
17
- truncateTitle: boolean;
18
- topEntry: boolean;
19
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
20
- date: string;
21
- dateDetail?: string | undefined;
22
- title: string;
23
- location?: string | null | undefined;
24
- noticeType: {
25
- iconName: "event" | "topic";
26
- displayText: string;
27
- };
28
- comments?: string | null | undefined;
29
- truncateTitle?: boolean | undefined;
30
- topEntry?: boolean | undefined;
31
- }>, {
32
- dateDetail: string;
33
- location: null;
34
- comments: null;
35
- truncateTitle: boolean;
36
- topEntry: boolean;
37
- }>>>, {
38
- dateDetail: string;
39
- location: string | null;
40
- comments: string | null;
41
- topEntry: boolean;
42
- truncateTitle: boolean;
43
- }, {}>, {
44
- actions?(_: {}): any;
45
- addFavoriteAction?(_: {}): any;
46
- }>;
47
- export default _default;
48
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
49
- type __VLS_TypePropsToRuntimeProps<T> = {
50
- [K in keyof T]-?: {} extends Pick<T, K> ? {
51
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
52
- } : {
53
- type: import('vue').PropType<T[K]>;
54
- required: true;
55
- };
56
- };
57
- type __VLS_WithDefaults<P, D> = {
58
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
59
- default: D[K];
60
- }> : P[K];
61
- };
62
- type __VLS_Prettify<T> = {
63
- [K in keyof T]: T[K];
64
- } & {};
65
- type __VLS_WithTemplateSlots<T, S> = T & {
66
- new (): {
67
- $slots: S;
68
- };
69
- };
@@ -1,56 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- dateDetail?: string | undefined;
3
- title: string;
4
- location?: string | null | undefined;
5
- truncateTitle?: boolean | undefined;
6
- topEntry?: boolean | undefined;
7
- }>, {
8
- dateDetail: string;
9
- title: string;
10
- location: null;
11
- truncateTitle: boolean;
12
- topEntry: boolean;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
14
- dateDetail?: string | undefined;
15
- title: string;
16
- location?: string | null | undefined;
17
- truncateTitle?: boolean | undefined;
18
- topEntry?: boolean | undefined;
19
- }>, {
20
- dateDetail: string;
21
- title: string;
22
- location: null;
23
- truncateTitle: boolean;
24
- topEntry: boolean;
25
- }>>>, {
26
- title: string;
27
- dateDetail: string;
28
- location: string | null;
29
- topEntry: boolean;
30
- truncateTitle: boolean;
31
- }, {}>, {
32
- actions?(_: {}): any;
33
- }>;
34
- export default _default;
35
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
- type __VLS_TypePropsToRuntimeProps<T> = {
37
- [K in keyof T]-?: {} extends Pick<T, K> ? {
38
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
- } : {
40
- type: import('vue').PropType<T[K]>;
41
- required: true;
42
- };
43
- };
44
- type __VLS_WithDefaults<P, D> = {
45
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
- default: D[K];
47
- }> : P[K];
48
- };
49
- type __VLS_Prettify<T> = {
50
- [K in keyof T]: T[K];
51
- } & {};
52
- type __VLS_WithTemplateSlots<T, S> = T & {
53
- new (): {
54
- $slots: S;
55
- };
56
- };
@@ -1,81 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- date: string;
3
- dateDetail?: string | undefined;
4
- title: string;
5
- location?: string | null | undefined;
6
- noticeType: {
7
- iconName: "event" | "topic";
8
- displayText: string;
9
- };
10
- comments?: string | null | undefined;
11
- partnerText?: string | null | undefined;
12
- isPartnerTextVisible?: boolean | undefined;
13
- topEntry?: boolean | undefined;
14
- description?: string | undefined;
15
- }>, {
16
- dateDetail: string;
17
- location: null;
18
- comments: null;
19
- partnerText: null;
20
- isPartnerTextVisible: boolean;
21
- topEntry: boolean;
22
- description: string;
23
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
24
- date: string;
25
- dateDetail?: string | undefined;
26
- title: string;
27
- location?: string | null | undefined;
28
- noticeType: {
29
- iconName: "event" | "topic";
30
- displayText: string;
31
- };
32
- comments?: string | null | undefined;
33
- partnerText?: string | null | undefined;
34
- isPartnerTextVisible?: boolean | undefined;
35
- topEntry?: boolean | undefined;
36
- description?: string | undefined;
37
- }>, {
38
- dateDetail: string;
39
- location: null;
40
- comments: null;
41
- partnerText: null;
42
- isPartnerTextVisible: boolean;
43
- topEntry: boolean;
44
- description: string;
45
- }>>>, {
46
- dateDetail: string;
47
- location: string | null;
48
- comments: string | null;
49
- partnerText: string | null;
50
- isPartnerTextVisible: boolean;
51
- topEntry: boolean;
52
- description: string;
53
- }, {}>, {
54
- filters?(_: {}): any;
55
- addFavoriteAction?(_: {}): any;
56
- actions?(_: {}): any;
57
- planningItems?(_: {}): any;
58
- }>;
59
- export default _default;
60
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
61
- type __VLS_TypePropsToRuntimeProps<T> = {
62
- [K in keyof T]-?: {} extends Pick<T, K> ? {
63
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
64
- } : {
65
- type: import('vue').PropType<T[K]>;
66
- required: true;
67
- };
68
- };
69
- type __VLS_WithDefaults<P, D> = {
70
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
71
- default: D[K];
72
- }> : P[K];
73
- };
74
- type __VLS_Prettify<T> = {
75
- [K in keyof T]: T[K];
76
- } & {};
77
- type __VLS_WithTemplateSlots<T, S> = T & {
78
- new (): {
79
- $slots: S;
80
- };
81
- };
@@ -1,279 +0,0 @@
1
- import type { PropType as __PropType } from 'vue';
2
- export interface PresetRange {
3
- label: string;
4
- range: Date[] | string[];
5
- style?: Record<string, string>;
6
- slot?: string;
7
- }
8
- declare const _sfc_main: import("vue").DefineComponent<{
9
- definesRange: {
10
- type: __PropType<boolean | undefined>;
11
- required: false;
12
- default: boolean;
13
- };
14
- multiCalendars: {
15
- type: __PropType<boolean | undefined>;
16
- required: false;
17
- default: boolean;
18
- };
19
- showMultiCalendars: {
20
- type: __PropType<boolean | undefined>;
21
- required: false;
22
- default: boolean;
23
- };
24
- independentMultiCalendars: {
25
- type: __PropType<boolean | undefined>;
26
- required: false;
27
- default: boolean;
28
- };
29
- enableTimePicker: {
30
- type: __PropType<boolean | undefined>;
31
- required: false;
32
- default: boolean;
33
- };
34
- autoApply: {
35
- type: __PropType<boolean | undefined>;
36
- required: false;
37
- default: boolean;
38
- };
39
- closeOnAutoApply: {
40
- type: __PropType<boolean | undefined>;
41
- required: false;
42
- default: boolean;
43
- };
44
- roundedEdges: {
45
- type: __PropType<boolean | undefined>;
46
- required: false;
47
- default: boolean;
48
- };
49
- locale: {
50
- type: __PropType<string | undefined>;
51
- required: false;
52
- default: string;
53
- };
54
- placeholderText: {
55
- type: __PropType<string | undefined>;
56
- required: false;
57
- default: string;
58
- };
59
- inputLabel: {
60
- type: __PropType<string | undefined>;
61
- required: false;
62
- default: string;
63
- };
64
- mobileOverlayHeadline: {
65
- type: __PropType<string | undefined>;
66
- required: false;
67
- default: string;
68
- };
69
- quickFilterRanges: {
70
- type: __PropType<PresetRange[] | null | undefined>;
71
- required: false;
72
- default: null;
73
- };
74
- quickFilterHeadline: {
75
- type: __PropType<string | undefined>;
76
- required: false;
77
- default: string;
78
- };
79
- overlayHeadline: {
80
- type: __PropType<string | undefined>;
81
- required: false;
82
- default: string;
83
- };
84
- selectedDate: {
85
- type: __PropType<string | Date | [Date, Date] | undefined>;
86
- required: false;
87
- default: string;
88
- };
89
- autoPosition: {
90
- type: __PropType<boolean | undefined>;
91
- required: false;
92
- default: boolean;
93
- };
94
- leftSidebar: {
95
- type: __PropType<boolean | undefined>;
96
- required: false;
97
- default: boolean;
98
- };
99
- hasHeader: {
100
- type: __PropType<boolean | undefined>;
101
- required: false;
102
- default: boolean;
103
- };
104
- firstAvailableDate: {
105
- type: __PropType<number | undefined>;
106
- required: false;
107
- default: number;
108
- };
109
- maxDate: {
110
- type: __PropType<Date | undefined>;
111
- required: false;
112
- default: Date;
113
- };
114
- cancel: {
115
- type: __PropType<string | undefined>;
116
- required: false;
117
- default: string;
118
- };
119
- submit: {
120
- type: __PropType<string | undefined>;
121
- required: false;
122
- default: string;
123
- };
124
- autoRange: {
125
- type: __PropType<number | null>;
126
- required: true;
127
- default: null;
128
- };
129
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "date-changed")[], "close" | "date-changed", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
130
- definesRange: {
131
- type: __PropType<boolean | undefined>;
132
- required: false;
133
- default: boolean;
134
- };
135
- multiCalendars: {
136
- type: __PropType<boolean | undefined>;
137
- required: false;
138
- default: boolean;
139
- };
140
- showMultiCalendars: {
141
- type: __PropType<boolean | undefined>;
142
- required: false;
143
- default: boolean;
144
- };
145
- independentMultiCalendars: {
146
- type: __PropType<boolean | undefined>;
147
- required: false;
148
- default: boolean;
149
- };
150
- enableTimePicker: {
151
- type: __PropType<boolean | undefined>;
152
- required: false;
153
- default: boolean;
154
- };
155
- autoApply: {
156
- type: __PropType<boolean | undefined>;
157
- required: false;
158
- default: boolean;
159
- };
160
- closeOnAutoApply: {
161
- type: __PropType<boolean | undefined>;
162
- required: false;
163
- default: boolean;
164
- };
165
- roundedEdges: {
166
- type: __PropType<boolean | undefined>;
167
- required: false;
168
- default: boolean;
169
- };
170
- locale: {
171
- type: __PropType<string | undefined>;
172
- required: false;
173
- default: string;
174
- };
175
- placeholderText: {
176
- type: __PropType<string | undefined>;
177
- required: false;
178
- default: string;
179
- };
180
- inputLabel: {
181
- type: __PropType<string | undefined>;
182
- required: false;
183
- default: string;
184
- };
185
- mobileOverlayHeadline: {
186
- type: __PropType<string | undefined>;
187
- required: false;
188
- default: string;
189
- };
190
- quickFilterRanges: {
191
- type: __PropType<PresetRange[] | null | undefined>;
192
- required: false;
193
- default: null;
194
- };
195
- quickFilterHeadline: {
196
- type: __PropType<string | undefined>;
197
- required: false;
198
- default: string;
199
- };
200
- overlayHeadline: {
201
- type: __PropType<string | undefined>;
202
- required: false;
203
- default: string;
204
- };
205
- selectedDate: {
206
- type: __PropType<string | Date | [Date, Date] | undefined>;
207
- required: false;
208
- default: string;
209
- };
210
- autoPosition: {
211
- type: __PropType<boolean | undefined>;
212
- required: false;
213
- default: boolean;
214
- };
215
- leftSidebar: {
216
- type: __PropType<boolean | undefined>;
217
- required: false;
218
- default: boolean;
219
- };
220
- hasHeader: {
221
- type: __PropType<boolean | undefined>;
222
- required: false;
223
- default: boolean;
224
- };
225
- firstAvailableDate: {
226
- type: __PropType<number | undefined>;
227
- required: false;
228
- default: number;
229
- };
230
- maxDate: {
231
- type: __PropType<Date | undefined>;
232
- required: false;
233
- default: Date;
234
- };
235
- cancel: {
236
- type: __PropType<string | undefined>;
237
- required: false;
238
- default: string;
239
- };
240
- submit: {
241
- type: __PropType<string | undefined>;
242
- required: false;
243
- default: string;
244
- };
245
- autoRange: {
246
- type: __PropType<number | null>;
247
- required: true;
248
- default: null;
249
- };
250
- }>> & {
251
- onClose?: ((...args: any[]) => any) | undefined;
252
- "onDate-changed"?: ((...args: any[]) => any) | undefined;
253
- }, {
254
- definesRange: boolean | undefined;
255
- multiCalendars: boolean | undefined;
256
- enableTimePicker: boolean | undefined;
257
- autoApply: boolean | undefined;
258
- closeOnAutoApply: boolean | undefined;
259
- roundedEdges: boolean | undefined;
260
- locale: string | undefined;
261
- placeholderText: string | undefined;
262
- quickFilterRanges: PresetRange[] | null | undefined;
263
- quickFilterHeadline: string | undefined;
264
- selectedDate: string | Date | [Date, Date] | undefined;
265
- autoPosition: boolean | undefined;
266
- leftSidebar: boolean | undefined;
267
- cancel: string | undefined;
268
- submit: string | undefined;
269
- firstAvailableDate: number | undefined;
270
- maxDate: Date | undefined;
271
- autoRange: number | null;
272
- inputLabel: string | undefined;
273
- showMultiCalendars: boolean | undefined;
274
- independentMultiCalendars: boolean | undefined;
275
- mobileOverlayHeadline: string | undefined;
276
- overlayHeadline: string | undefined;
277
- hasHeader: boolean | undefined;
278
- }, {}>;
279
- export default _sfc_main;
@@ -1,19 +0,0 @@
1
- import { openBlock as e, createElementBlock as C, createElementVNode as o } from "vue";
2
- const t = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ o("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M9 13V12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9H13V5.67C13 5.49231 12.9294 5.32189 12.8038 5.19624C12.6781 5.07059 12.5077 5 12.33 5H5.67C5.49231 5 5.32189 5.07059 5.19624 5.19624C5.07059 5.32189 5 5.49231 5 5.67V12.33C5 12.5077 5.07059 12.6781 5.19624 12.8038C5.32189 12.9294 5.49231 13 5.67 13H9ZM9 15H5.67C4.96268 14.9974 4.28509 14.7152 3.78494 14.2151C3.28478 13.7149 3.00263 13.0373 3 12.33V5.67C3.00263 4.96268 3.28478 4.28509 3.78494 3.78494C4.28509 3.28478 4.96268 3.00263 5.67 3H12.33C13.0373 3.00263 13.7149 3.28478 14.2151 3.78494C14.7152 4.28509 14.9974 4.96268 15 5.67V9H18C18.7956 9 19.5587 9.31607 20.1213 9.87868C20.6839 10.4413 21 11.2044 21 12V18C21 18.7956 20.6839 19.5587 20.1213 20.1213C19.5587 20.6839 18.7956 21 18 21H12C11.2044 21 10.4413 20.6839 9.87868 20.1213C9.31607 19.5587 9 18.7956 9 18V15ZM11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11H18C18.2652 11 18.5196 11.1054 18.7071 11.2929C18.8946 11.4804 19 11.7348 19 12V18C19 18.2652 18.8946 18.5196 18.7071 18.7071C18.5196 18.8946 18.2652 19 18 19H12C11.7348 19 11.4804 18.8946 11.2929 18.7071C11.1054 18.5196 11 18.2652 11 18V12C11 11.7348 11.1054 11.4804 11.2929 11.2929Z"
9
- }, null, -1), c = [
10
- n
11
- ];
12
- function r(l, d) {
13
- return e(), C("svg", t, [...c]);
14
- }
15
- const V = { render: r };
16
- export {
17
- V as default,
18
- r as render
19
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as e, createElementBlock as C, createElementVNode as o } from "vue";
2
- const t = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ o("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M9 13V12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9H13V5.67C13 5.49231 12.9294 5.32189 12.8038 5.19624C12.6781 5.07059 12.5077 5 12.33 5H5.67C5.49231 5 5.32189 5.07059 5.19624 5.19624C5.07059 5.32189 5 5.49231 5 5.67V12.33C5 12.5077 5.07059 12.6781 5.19624 12.8038C5.32189 12.9294 5.49231 13 5.67 13H9ZM9 15H5.67C4.96268 14.9974 4.28509 14.7152 3.78494 14.2151C3.28478 13.7149 3.00263 13.0373 3 12.33V5.67C3.00263 4.96268 3.28478 4.28509 3.78494 3.78494C4.28509 3.28478 4.96268 3.00263 5.67 3H12.33C13.0373 3.00263 13.7149 3.28478 14.2151 3.78494C14.7152 4.28509 14.9974 4.96268 15 5.67V9H18C18.7956 9 19.5587 9.31607 20.1213 9.87868C20.6839 10.4413 21 11.2044 21 12V18C21 18.7956 20.6839 19.5587 20.1213 20.1213C19.5587 20.6839 18.7956 21 18 21H12C11.2044 21 10.4413 20.6839 9.87868 20.1213C9.31607 19.5587 9 18.7956 9 18V15ZM11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11H18C18.2652 11 18.5196 11.1054 18.7071 11.2929C18.8946 11.4804 19 11.7348 19 12V18C19 18.2652 18.8946 18.5196 18.7071 18.7071C18.5196 18.8946 18.2652 19 18 19H12C11.7348 19 11.4804 18.8946 11.2929 18.7071C11.1054 18.5196 11 18.2652 11 18V12C11 11.7348 11.1054 11.4804 11.2929 11.2929Z"
9
- }, null, -1), c = [
10
- n
11
- ];
12
- function r(l, d) {
13
- return e(), C("svg", t, c);
14
- }
15
- const V = { render: r };
16
- export {
17
- V as default,
18
- r as render
19
- };
@@ -1,29 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as C } from "vue";
2
- const o = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, c = /* @__PURE__ */ C("g", { "clip-path": "url(#clip0_534_421)" }, [
6
- /* @__PURE__ */ C("path", {
7
- "fill-rule": "evenodd",
8
- "clip-rule": "evenodd",
9
- d: "M14.8894 3.68985C16.1362 3.58557 17.3783 3.93872 18.3837 4.68333C18.9498 5.12074 19.4165 5.67344 19.7529 6.30482C20.0892 6.93619 20.2876 7.63183 20.3349 8.34566C20.3822 9.0595 20.2773 9.77522 20.0271 10.4454C19.7769 11.1157 19.3872 11.7251 18.8837 12.2333L17.7004 13.4167C17.6229 13.4948 17.5307 13.5568 17.4292 13.5991C17.3276 13.6414 17.2187 13.6632 17.1087 13.6632C16.9987 13.6632 16.8898 13.6414 16.7882 13.5991C16.6867 13.5568 16.5945 13.4948 16.517 13.4167C16.4389 13.3392 16.3769 13.247 16.3346 13.1455C16.2923 13.0439 16.2705 12.935 16.2705 12.825C16.2705 12.715 16.2923 12.6061 16.3346 12.5045C16.3769 12.403 16.4389 12.3108 16.517 12.2333L17.7004 11.0417C18.0345 10.7136 18.2957 10.3187 18.467 9.88291C18.6384 9.44709 18.7159 8.98007 18.6947 8.51227C18.6735 8.04447 18.5539 7.58639 18.3438 7.16788C18.1337 6.74937 17.8378 6.37983 17.4754 6.08333C16.7974 5.55504 15.9478 5.29673 15.0905 5.3583C14.2332 5.41986 13.4292 5.79693 12.8337 6.41666L11.7504 7.50833C11.6729 7.58644 11.5807 7.64843 11.4792 7.69074C11.3776 7.73305 11.2687 7.75483 11.1587 7.75483C11.0487 7.75483 10.9398 7.73305 10.8382 7.69074C10.7367 7.64843 10.6445 7.58644 10.567 7.50833C10.482 7.41371 10.4179 7.30231 10.3787 7.18132C10.3395 7.06033 10.3261 6.93246 10.3395 6.80599C10.3528 6.67952 10.3926 6.55726 10.4562 6.44712C10.5198 6.33699 10.6058 6.24144 10.7087 6.16666L11.6087 5.25C12.4765 4.34871 13.6426 3.79413 14.8894 3.68985ZM13.075 9.74166L9.74168 13.075C9.66357 13.1525 9.60157 13.2446 9.55927 13.3462C9.51696 13.4477 9.49518 13.5567 9.49518 13.6667C9.49518 13.7767 9.51696 13.8856 9.55927 13.9871C9.60157 14.0887 9.66357 14.1809 9.74168 14.2583C9.81915 14.3364 9.91131 14.3984 10.0129 14.4407C10.1144 14.483 10.2233 14.5048 10.3333 14.5048C10.4434 14.5048 10.5523 14.483 10.6538 14.4407C10.7554 14.3984 10.8475 14.3364 10.925 14.2583L14.2583 10.925C14.4153 10.7681 14.5034 10.5552 14.5034 10.3333C14.5034 10.1114 14.4153 9.89858 14.2583 9.74166C14.1014 9.58474 13.8886 9.49658 13.6667 9.49658C13.4448 9.49658 13.2319 9.58474 13.075 9.74166ZM12.2335 16.5L11.1669 17.5583C10.5681 18.1754 9.76308 18.5504 8.90545 18.6119C8.04782 18.6733 7.19758 18.417 6.51688 17.8917C6.1571 17.5952 5.86351 17.2266 5.65508 16.8096C5.44664 16.3926 5.32798 15.9365 5.30678 15.4708C5.28558 15.0051 5.36229 14.5401 5.53197 14.1059C5.70166 13.6717 5.96053 13.2779 6.29188 12.95L7.47521 11.7583C7.55332 11.6809 7.61531 11.5887 7.65762 11.4871C7.69993 11.3856 7.72171 11.2767 7.72171 11.1667C7.72171 11.0567 7.69993 10.9477 7.65762 10.8462C7.61531 10.7446 7.55332 10.6525 7.47521 10.575C7.39774 10.4969 7.30557 10.4349 7.20402 10.3926C7.10247 10.3503 6.99355 10.3285 6.88354 10.3285C6.77353 10.3285 6.66461 10.3503 6.56306 10.3926C6.46151 10.4349 6.36935 10.4969 6.29188 10.575L5.23354 11.6417C4.34201 12.505 3.79403 13.6625 3.69135 14.8993C3.58867 16.1361 3.93825 17.3681 4.67521 18.3667C5.11261 18.9341 5.66574 19.402 6.29787 19.7392C6.92999 20.0764 7.62664 20.2753 8.34153 20.3226C9.05642 20.3699 9.77319 20.2645 10.4442 20.0135C11.1153 19.7625 11.7252 19.3715 12.2335 18.8667L13.4169 17.6833C13.5738 17.5264 13.662 17.3136 13.662 17.0917C13.662 16.8697 13.5738 16.6569 13.4169 16.5C13.26 16.3431 13.0471 16.2549 12.8252 16.2549C12.6033 16.2549 12.3905 16.3431 12.2335 16.5Z"
10
- })
11
- ], -1), l = /* @__PURE__ */ C("defs", null, [
12
- /* @__PURE__ */ C("clipPath", { id: "clip0_534_421" }, [
13
- /* @__PURE__ */ C("rect", {
14
- width: "24",
15
- height: "24"
16
- })
17
- ])
18
- ], -1), n = [
19
- c,
20
- l
21
- ];
22
- function i(d, r) {
23
- return e(), t("svg", o, n);
24
- }
25
- const _ = { render: i };
26
- export {
27
- _ as default,
28
- i as render
29
- };
@@ -1,29 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as C } from "vue";
2
- const o = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, c = /* @__PURE__ */ C("g", { "clip-path": "url(#clip0_534_421)" }, [
6
- /* @__PURE__ */ C("path", {
7
- "fill-rule": "evenodd",
8
- "clip-rule": "evenodd",
9
- d: "M14.8894 3.68985C16.1362 3.58557 17.3783 3.93872 18.3837 4.68333C18.9498 5.12074 19.4165 5.67344 19.7529 6.30482C20.0892 6.93619 20.2876 7.63183 20.3349 8.34566C20.3822 9.0595 20.2773 9.77522 20.0271 10.4454C19.7769 11.1157 19.3872 11.7251 18.8837 12.2333L17.7004 13.4167C17.6229 13.4948 17.5307 13.5568 17.4292 13.5991C17.3276 13.6414 17.2187 13.6632 17.1087 13.6632C16.9987 13.6632 16.8898 13.6414 16.7882 13.5991C16.6867 13.5568 16.5945 13.4948 16.517 13.4167C16.4389 13.3392 16.3769 13.247 16.3346 13.1455C16.2923 13.0439 16.2705 12.935 16.2705 12.825C16.2705 12.715 16.2923 12.6061 16.3346 12.5045C16.3769 12.403 16.4389 12.3108 16.517 12.2333L17.7004 11.0417C18.0345 10.7136 18.2957 10.3187 18.467 9.88291C18.6384 9.44709 18.7159 8.98007 18.6947 8.51227C18.6735 8.04447 18.5539 7.58639 18.3438 7.16788C18.1337 6.74937 17.8378 6.37983 17.4754 6.08333C16.7974 5.55504 15.9478 5.29673 15.0905 5.3583C14.2332 5.41986 13.4292 5.79693 12.8337 6.41666L11.7504 7.50833C11.6729 7.58644 11.5807 7.64843 11.4792 7.69074C11.3776 7.73305 11.2687 7.75483 11.1587 7.75483C11.0487 7.75483 10.9398 7.73305 10.8382 7.69074C10.7367 7.64843 10.6445 7.58644 10.567 7.50833C10.482 7.41371 10.4179 7.30231 10.3787 7.18132C10.3395 7.06033 10.3261 6.93246 10.3395 6.80599C10.3528 6.67952 10.3926 6.55726 10.4562 6.44712C10.5198 6.33699 10.6058 6.24144 10.7087 6.16666L11.6087 5.25C12.4765 4.34871 13.6426 3.79413 14.8894 3.68985ZM13.075 9.74166L9.74168 13.075C9.66357 13.1525 9.60157 13.2446 9.55927 13.3462C9.51696 13.4477 9.49518 13.5567 9.49518 13.6667C9.49518 13.7767 9.51696 13.8856 9.55927 13.9871C9.60157 14.0887 9.66357 14.1809 9.74168 14.2583C9.81915 14.3364 9.91131 14.3984 10.0129 14.4407C10.1144 14.483 10.2233 14.5048 10.3333 14.5048C10.4434 14.5048 10.5523 14.483 10.6538 14.4407C10.7554 14.3984 10.8475 14.3364 10.925 14.2583L14.2583 10.925C14.4153 10.7681 14.5034 10.5552 14.5034 10.3333C14.5034 10.1114 14.4153 9.89858 14.2583 9.74166C14.1014 9.58474 13.8886 9.49658 13.6667 9.49658C13.4448 9.49658 13.2319 9.58474 13.075 9.74166ZM12.2335 16.5L11.1669 17.5583C10.5681 18.1754 9.76308 18.5504 8.90545 18.6119C8.04782 18.6733 7.19758 18.417 6.51688 17.8917C6.1571 17.5952 5.86351 17.2266 5.65508 16.8096C5.44664 16.3926 5.32798 15.9365 5.30678 15.4708C5.28558 15.0051 5.36229 14.5401 5.53197 14.1059C5.70166 13.6717 5.96053 13.2779 6.29188 12.95L7.47521 11.7583C7.55332 11.6809 7.61531 11.5887 7.65762 11.4871C7.69993 11.3856 7.72171 11.2767 7.72171 11.1667C7.72171 11.0567 7.69993 10.9477 7.65762 10.8462C7.61531 10.7446 7.55332 10.6525 7.47521 10.575C7.39774 10.4969 7.30557 10.4349 7.20402 10.3926C7.10247 10.3503 6.99355 10.3285 6.88354 10.3285C6.77353 10.3285 6.66461 10.3503 6.56306 10.3926C6.46151 10.4349 6.36935 10.4969 6.29188 10.575L5.23354 11.6417C4.34201 12.505 3.79403 13.6625 3.69135 14.8993C3.58867 16.1361 3.93825 17.3681 4.67521 18.3667C5.11261 18.9341 5.66574 19.402 6.29787 19.7392C6.92999 20.0764 7.62664 20.2753 8.34153 20.3226C9.05642 20.3699 9.77319 20.2645 10.4442 20.0135C11.1153 19.7625 11.7252 19.3715 12.2335 18.8667L13.4169 17.6833C13.5738 17.5264 13.662 17.3136 13.662 17.0917C13.662 16.8697 13.5738 16.6569 13.4169 16.5C13.26 16.3431 13.0471 16.2549 12.8252 16.2549C12.6033 16.2549 12.3905 16.3431 12.2335 16.5Z"
10
- })
11
- ], -1), l = /* @__PURE__ */ C("defs", null, [
12
- /* @__PURE__ */ C("clipPath", { id: "clip0_534_421" }, [
13
- /* @__PURE__ */ C("rect", {
14
- width: "24",
15
- height: "24"
16
- })
17
- ])
18
- ], -1), n = [
19
- c,
20
- l
21
- ];
22
- function i(d, r) {
23
- return e(), t("svg", o, [...n]);
24
- }
25
- const _ = { render: i };
26
- export {
27
- _ as default,
28
- i as render
29
- };