@dpa-id-components/dpa-shared-components 8.4.2 → 8.5.0

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 (277) 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/{arrowhead-top-77f91b7f.mjs → arrowhead-top-5fd230bc.mjs} +1 -1
  5. package/dist/audio-f02c6683.mjs +19 -0
  6. package/dist/checklist-e548cc3a.mjs +19 -0
  7. package/dist/checkmark-d41d01ff.mjs +19 -0
  8. package/dist/chevron-left-b66f074e.mjs +15 -0
  9. package/dist/chevron-right-b589ab17.mjs +17 -0
  10. package/dist/chevron-up-6418abb0.mjs +15 -0
  11. package/dist/clock-02be24f4.mjs +19 -0
  12. package/dist/close-5d26c1d1.mjs +15 -0
  13. package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +211 -216
  14. package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +103 -66
  15. package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +61 -46
  16. package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +37 -38
  17. package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +87 -60
  18. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +51 -34
  19. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +43 -42
  20. package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +1 -4
  21. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +35 -41
  22. package/dist/components/UiBadge/UiBadge.stories.d.ts +53 -46
  23. package/dist/components/UiBadge/UiBadge.vue.d.ts +59 -50
  24. package/dist/components/UiButton/UiButton.stories.d.ts +67 -62
  25. package/dist/components/UiButton/UiButton.vue.d.ts +61 -52
  26. package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +46 -1
  27. package/dist/components/UiCard/UiCard.stories.d.ts +46 -1
  28. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +54 -48
  29. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +51 -48
  30. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +1 -5
  31. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +27 -38
  32. package/dist/components/UiChip/UiChip.stories.d.ts +49 -22
  33. package/dist/components/UiChip/UiChip.vue.d.ts +27 -34
  34. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +49 -22
  35. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +27 -34
  36. package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +14 -27
  37. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +24 -1
  38. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +238 -139
  39. package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +279 -0
  40. package/dist/components/UiDialog/UiDialog.stories.d.ts +116 -144
  41. package/dist/components/UiDialog/UiDialog.vue.d.ts +83 -64
  42. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +100 -56
  43. package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +35 -38
  44. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +104 -82
  45. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +45 -42
  46. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +2 -6
  47. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +85 -67
  48. package/dist/components/UiIcon/UiIcon.vue.d.ts +27 -33
  49. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +53 -47
  50. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +167 -126
  51. package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +43 -38
  52. package/dist/components/UiInput/UiInput.stories.d.ts +20 -32
  53. package/dist/components/UiInput/UiInput.vue.d.ts +151 -102
  54. package/dist/components/UiList/UiList.stories.d.ts +321 -273
  55. package/dist/components/UiListItem/UiListItem.stories.d.ts +122 -180
  56. package/dist/components/UiListItem/UiListItem.vue.d.ts +107 -76
  57. package/dist/components/UiMenu/UiMenu.stories.d.ts +2 -14
  58. package/dist/components/UiMenu/UiMenu.vue.d.ts +173 -117
  59. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +96 -20
  60. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +1 -3
  61. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +312 -220
  62. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +13 -28
  63. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +20 -24
  64. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +58 -51
  65. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +252 -266
  66. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +77 -63
  67. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +124 -92
  68. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +36 -37
  69. package/dist/components/UiSection/UiSection.stories.d.ts +50 -28
  70. package/dist/components/UiSection/UiSection.vue.d.ts +35 -38
  71. package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +50 -28
  72. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +20 -31
  73. package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +2 -6
  74. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +35 -40
  75. package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +27 -34
  76. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +106 -80
  77. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +35 -41
  78. package/dist/components/UiSpinner/UiSpinner.vue.d.ts +19 -30
  79. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +54 -52
  80. package/dist/components/UiTextButton/UiTextButton.vue.d.ts +67 -54
  81. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +55 -54
  82. package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +59 -52
  83. package/dist/components/UiTooltip/UiTooltip.stories.d.ts +104 -82
  84. package/dist/components/UiTooltip/UiTooltip.vue.d.ts +49 -48
  85. package/dist/copy-link-de7cb91d.mjs +19 -0
  86. package/dist/dpa-shared-components.mjs +5711 -5879
  87. package/dist/dpa-shared-components.umd.js +8 -8
  88. package/dist/eil-311dfbe1.mjs +15 -0
  89. package/dist/emoji-9480b7e3.mjs +19 -0
  90. package/dist/{emoji-add-41ca8fd7.mjs → emoji-add-7fb19e1a.mjs} +3 -3
  91. package/dist/filter-2926b3c6.mjs +20 -0
  92. package/dist/flags-cb22ae09.mjs +19 -0
  93. package/dist/{flash-7b073629.mjs → flash-6c2fa662.mjs} +2 -2
  94. package/dist/folder-add-e6e37681.mjs +15 -0
  95. package/dist/folder-bc98dd3b.mjs +15 -0
  96. package/dist/graphic-a41ad739.mjs +19 -0
  97. package/dist/help-471874fe.mjs +19 -0
  98. package/dist/home-85e0bf1d.mjs +15 -0
  99. package/dist/info-ee40cf5c.mjs +15 -0
  100. package/dist/{latest-6b417f96.mjs → latest-dd68ea4b.mjs} +2 -2
  101. package/dist/more-vertical-5797b4a7.mjs +15 -0
  102. package/dist/{pdf-6d684269.mjs → pdf-9b269d2e.mjs} +1 -1
  103. package/dist/pin-ce661952.mjs +19 -0
  104. package/dist/plus-0900f7b4.mjs +15 -0
  105. package/dist/refresh-93ed1124.mjs +15 -0
  106. package/dist/reset-71987e6a.mjs +15 -0
  107. package/dist/{search-e4f0dee3.mjs → search-9bebfc15.mjs} +3 -3
  108. package/dist/share-f49b038e.mjs +15 -0
  109. package/dist/slack-05d08ea2.mjs +15 -0
  110. package/dist/style.css +1 -1
  111. package/dist/text-3969d470.mjs +15 -0
  112. package/dist/video-e95f8e58.mjs +19 -0
  113. package/package.json +1 -1
  114. package/dist/activities-f9f2c60e.mjs +0 -15
  115. package/dist/alert-a0d6d9d9.mjs +0 -15
  116. package/dist/alert-fill-afbc976b.mjs +0 -15
  117. package/dist/alert-octagon-56139963.mjs +0 -29
  118. package/dist/apps-e44fbda8.mjs +0 -15
  119. package/dist/archive-a53a270e.mjs +0 -15
  120. package/dist/arrow-left-c8ead9e4.mjs +0 -15
  121. package/dist/arrow-nav-left-4cec7c42.mjs +0 -15
  122. package/dist/arrow-nav-right-ae67a0ee.mjs +0 -15
  123. package/dist/arrow-right-1afcde04.mjs +0 -15
  124. package/dist/arrowhead-left-5bdbf6bc.mjs +0 -19
  125. package/dist/arrowhead-right-d3369806.mjs +0 -19
  126. package/dist/atmo-972656d8.mjs +0 -15
  127. package/dist/audio-circled-deaef5be.mjs +0 -15
  128. package/dist/audio-e1cd4808.mjs +0 -19
  129. package/dist/audio-filled-2407271d.mjs +0 -19
  130. package/dist/bag-57b0f361.mjs +0 -19
  131. package/dist/bell-d14b673c.mjs +0 -15
  132. package/dist/bell-fill-c6f985d8.mjs +0 -15
  133. package/dist/book-2db61bf9.mjs +0 -15
  134. package/dist/bookmark-3c036b28.mjs +0 -19
  135. package/dist/bookmark-fill-ecd3ff57.mjs +0 -19
  136. package/dist/box-ab540d10.mjs +0 -19
  137. package/dist/bulb-b6ac26fd.mjs +0 -15
  138. package/dist/call-a60fa715.mjs +0 -15
  139. package/dist/camera-e568bab4.mjs +0 -19
  140. package/dist/check-706c051e.mjs +0 -19
  141. package/dist/checklist-fdb1e351.mjs +0 -19
  142. package/dist/checkmark-8749f143.mjs +0 -19
  143. package/dist/checkmark-double-ad38ca8e.mjs +0 -15
  144. package/dist/chevron-down-adbf3bf6.mjs +0 -15
  145. package/dist/chevron-left-cfce74be.mjs +0 -15
  146. package/dist/chevron-right-bcfb98c6.mjs +0 -15
  147. package/dist/chevron-up-2679e006.mjs +0 -15
  148. package/dist/clipboard-6716d19c.mjs +0 -15
  149. package/dist/clock-b4b73f31.mjs +0 -19
  150. package/dist/close-efb485e9.mjs +0 -15
  151. package/dist/cloud-save-92db9b4c.mjs +0 -15
  152. package/dist/code-976e1e26.mjs +0 -15
  153. package/dist/collapse-81392d44.mjs +0 -15
  154. package/dist/color-palette-45bbd9f6.mjs +0 -15
  155. package/dist/comment-0a0d7e28.mjs +0 -15
  156. package/dist/comment-fill-3a236fbe.mjs +0 -15
  157. package/dist/copy-ae02ada0.mjs +0 -19
  158. package/dist/copy-link-c7d1fcff.mjs +0 -29
  159. package/dist/delete-9a29e97b.mjs +0 -15
  160. package/dist/download-ad9585c7.mjs +0 -15
  161. package/dist/dpa-id-27be4c41.mjs +0 -19
  162. package/dist/edit-54c8809f.mjs +0 -15
  163. package/dist/edit-add-7bfb555f.mjs +0 -15
  164. package/dist/eil-ac5f45eb.mjs +0 -19
  165. package/dist/emoji-1689543d.mjs +0 -29
  166. package/dist/envelope-a0d3d6d7.mjs +0 -15
  167. package/dist/event-20a03061.mjs +0 -15
  168. package/dist/expand-2e06145a.mjs +0 -15
  169. package/dist/external-link-7041bbcb.mjs +0 -15
  170. package/dist/file-4eb8893c.mjs +0 -15
  171. package/dist/file-pdf-6cf84254.mjs +0 -19
  172. package/dist/filter-2796c9e5.mjs +0 -15
  173. package/dist/filter-outline-4ecb8d78.mjs +0 -29
  174. package/dist/flag-f0136569.mjs +0 -15
  175. package/dist/flag-fill-59914bd9.mjs +0 -15
  176. package/dist/flag-filled-fdd7f020.mjs +0 -15
  177. package/dist/flag-outline-29103204.mjs +0 -15
  178. package/dist/flags-844143ef.mjs +0 -19
  179. package/dist/folder-add-6bbca26f.mjs +0 -15
  180. package/dist/folder-c27d563c.mjs +0 -15
  181. package/dist/folder-fill-f2422c86.mjs +0 -15
  182. package/dist/folder-filled-d4f0b60d.mjs +0 -15
  183. package/dist/gallery-486094d5.mjs +0 -20
  184. package/dist/graphic-circled-1e6f2641.mjs +0 -15
  185. package/dist/graphic-d6db7915.mjs +0 -20
  186. package/dist/graphic-filled-a7adb288.mjs +0 -19
  187. package/dist/graphics-0ca78545.mjs +0 -15
  188. package/dist/grid-1-d61d1f75.mjs +0 -15
  189. package/dist/grid-2-44a5f469.mjs +0 -15
  190. package/dist/grid-3-774f5899.mjs +0 -15
  191. package/dist/grid-4-8da16fc6.mjs +0 -15
  192. package/dist/grid-6-3f89988f.mjs +0 -15
  193. package/dist/grid-9-309e0f04.mjs +0 -15
  194. package/dist/grid-masonry-8a430bb7.mjs +0 -15
  195. package/dist/grid-masonry-9-5b43833e.mjs +0 -19
  196. package/dist/help-c56106ee.mjs +0 -19
  197. package/dist/home-6b9069db.mjs +0 -15
  198. package/dist/image focus point-2d61b608.mjs +0 -19
  199. package/dist/image-3421096e.mjs +0 -19
  200. package/dist/impact-high-52bfea80.mjs +0 -29
  201. package/dist/impact-low-85e9dfae.mjs +0 -29
  202. package/dist/impact-medium-747b1a6b.mjs +0 -29
  203. package/dist/impact-very-high-9a756448.mjs +0 -29
  204. package/dist/impact-very-low-161a0550.mjs +0 -29
  205. package/dist/info-99c9d2c4.mjs +0 -15
  206. package/dist/info-fill-182806af.mjs +0 -15
  207. package/dist/info-filled-13ae2b18.mjs +0 -15
  208. package/dist/language-f058f9ce.mjs +0 -15
  209. package/dist/lightbulb-07faab6e.mjs +0 -15
  210. package/dist/list-11245396.mjs +0 -15
  211. package/dist/lock-6f4e15bd.mjs +0 -19
  212. package/dist/mail-1c701828.mjs +0 -15
  213. package/dist/map-f334c3ae.mjs +0 -19
  214. package/dist/map-outline-d28b447d.mjs +0 -19
  215. package/dist/menu-af91ca44.mjs +0 -15
  216. package/dist/minus-6e4b26ac.mjs +0 -15
  217. package/dist/more-horizontal-fd189cbe.mjs +0 -15
  218. package/dist/more-vertical-b4afe623.mjs +0 -15
  219. package/dist/move-26bd30ed.mjs +0 -15
  220. package/dist/move-up-down-6ab70ff2.mjs +0 -15
  221. package/dist/navigation-09b7c597.mjs +0 -15
  222. package/dist/note-ed125e52.mjs +0 -19
  223. package/dist/offline-7f5f0da8.mjs +0 -15
  224. package/dist/paper-plane-dd6d4179.mjs +0 -15
  225. package/dist/paperplane-4a535f67.mjs +0 -15
  226. package/dist/pause-circle-0dd0939d.mjs +0 -29
  227. package/dist/pause-d06b5174.mjs +0 -29
  228. package/dist/pen-8b9d762e.mjs +0 -15
  229. package/dist/people-56639daa.mjs +0 -19
  230. package/dist/phone-df188c32.mjs +0 -19
  231. package/dist/picture-434a77e0.mjs +0 -19
  232. package/dist/picture-circled-d6e0c7f5.mjs +0 -15
  233. package/dist/picture-filled-a9884ea9.mjs +0 -19
  234. package/dist/pin-8db4c65c.mjs +0 -19
  235. package/dist/planning-cd2d8d52.mjs +0 -15
  236. package/dist/play-circle-b671e291.mjs +0 -19
  237. package/dist/play-d17e6a6f.mjs +0 -29
  238. package/dist/play-fill-fff80c96.mjs +0 -29
  239. package/dist/plus-2571db7f.mjs +0 -15
  240. package/dist/plus-circle-85afbf33.mjs +0 -15
  241. package/dist/print-c5ba3b53.mjs +0 -15
  242. package/dist/refresh-70af2f15.mjs +0 -15
  243. package/dist/reset-fbc05480.mjs +0 -15
  244. package/dist/responsive-2ea289d6.mjs +0 -19
  245. package/dist/rubix-thema-61e26892.mjs +0 -19
  246. package/dist/save-07999737.mjs +0 -15
  247. package/dist/saved-search-0aa4b868.mjs +0 -29
  248. package/dist/saved-search-fill-50ad11a2.mjs +0 -30
  249. package/dist/settings-39280b37.mjs +0 -19
  250. package/dist/share-34542815.mjs +0 -15
  251. package/dist/share-alternative-28706f76.mjs +0 -15
  252. package/dist/sidebar-1e7d966f.mjs +0 -15
  253. package/dist/sidebar-fill-b6d46141.mjs +0 -19
  254. package/dist/slack-a3715c17.mjs +0 -15
  255. package/dist/slider-config-1f9a2288.mjs +0 -19
  256. package/dist/spellcheck-256d5c06.mjs +0 -19
  257. package/dist/spinner-eef9cab5.mjs +0 -15
  258. package/dist/standard-view-1a34321b.mjs +0 -15
  259. package/dist/star-4aaea552.mjs +0 -15
  260. package/dist/star-fill-1639422a.mjs +0 -15
  261. package/dist/star-filled-1639422a.mjs +0 -15
  262. package/dist/stop-cecd0532.mjs +0 -19
  263. package/dist/sync-666b443c.mjs +0 -15
  264. package/dist/tasks-d381d43e.mjs +0 -15
  265. package/dist/text-b5326896.mjs +0 -15
  266. package/dist/text-circled-e402f1b7.mjs +0 -15
  267. package/dist/text-filled-b9a95060.mjs +0 -19
  268. package/dist/topic-5554a876.mjs +0 -19
  269. package/dist/union-6156bf2d.mjs +0 -19
  270. package/dist/upload-6c0a71f6.mjs +0 -15
  271. package/dist/video overlay-5e8930c2.mjs +0 -19
  272. package/dist/video-86ff6e6b.mjs +0 -25
  273. package/dist/video-circled-1538019f.mjs +0 -15
  274. package/dist/video-filled-bada645c.mjs +0 -19
  275. package/dist/view-8d99277e.mjs +0 -29
  276. package/dist/view-off-e59a73a9.mjs +0 -19
  277. package/dist/volume-up-8be4e58a.mjs +0 -29
@@ -1,54 +1,108 @@
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;
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ view: {
3
+ type: import("vue").PropType<"compact" | "standard" | "preview">;
4
+ required: true;
5
+ };
6
+ title: {
7
+ type: import("vue").PropType<string>;
8
+ required: true;
9
+ };
10
+ date: {
11
+ type: import("vue").PropType<string>;
12
+ required: true;
13
+ };
14
+ dateDetail: {
15
+ type: import("vue").PropType<string>;
16
+ default: string;
17
+ };
18
+ location: {
19
+ type: import("vue").PropType<string | null>;
20
+ default: null;
21
+ };
6
22
  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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
27
- date: string;
28
- dateDetail?: string | undefined;
29
- title: string;
30
- location?: string | null | undefined;
23
+ type: import("vue").PropType<{
24
+ iconName: "event" | "topic";
25
+ displayText: string;
26
+ }>;
27
+ required: true;
28
+ };
29
+ comments: {
30
+ type: import("vue").PropType<string | null>;
31
+ default: null;
32
+ };
33
+ partnerText: {
34
+ type: import("vue").PropType<string | null>;
35
+ default: null;
36
+ };
37
+ isPartnerTextVisible: {
38
+ type: import("vue").PropType<boolean>;
39
+ default: boolean;
40
+ };
41
+ topEntry: {
42
+ type: import("vue").PropType<boolean>;
43
+ default: boolean;
44
+ };
45
+ description: {
46
+ type: import("vue").PropType<string>;
47
+ default: string;
48
+ };
49
+ truncateTitle: {
50
+ type: import("vue").PropType<boolean>;
51
+ default: boolean;
52
+ };
53
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
54
+ view: {
55
+ type: import("vue").PropType<"compact" | "standard" | "preview">;
56
+ required: true;
57
+ };
58
+ title: {
59
+ type: import("vue").PropType<string>;
60
+ required: true;
61
+ };
62
+ date: {
63
+ type: import("vue").PropType<string>;
64
+ required: true;
65
+ };
66
+ dateDetail: {
67
+ type: import("vue").PropType<string>;
68
+ default: string;
69
+ };
70
+ location: {
71
+ type: import("vue").PropType<string | null>;
72
+ default: null;
73
+ };
31
74
  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
- }>>>, {
75
+ type: import("vue").PropType<{
76
+ iconName: "event" | "topic";
77
+ displayText: string;
78
+ }>;
79
+ required: true;
80
+ };
81
+ comments: {
82
+ type: import("vue").PropType<string | null>;
83
+ default: null;
84
+ };
85
+ partnerText: {
86
+ type: import("vue").PropType<string | null>;
87
+ default: null;
88
+ };
89
+ isPartnerTextVisible: {
90
+ type: import("vue").PropType<boolean>;
91
+ default: boolean;
92
+ };
93
+ topEntry: {
94
+ type: import("vue").PropType<boolean>;
95
+ default: boolean;
96
+ };
97
+ description: {
98
+ type: import("vue").PropType<string>;
99
+ default: string;
100
+ };
101
+ truncateTitle: {
102
+ type: import("vue").PropType<boolean>;
103
+ default: boolean;
104
+ };
105
+ }>>, {
52
106
  dateDetail: string;
53
107
  location: string | null;
54
108
  comments: string | null;
@@ -64,23 +118,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
64
118
  planningItems?(_: {}): any;
65
119
  }>;
66
120
  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
121
  type __VLS_WithTemplateSlots<T, S> = T & {
85
122
  new (): {
86
123
  $slots: S;
@@ -1,36 +1,68 @@
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;
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ title: {
3
+ type: import("vue").PropType<string>;
4
+ required: true;
5
+ };
6
+ date: {
7
+ type: import("vue").PropType<string>;
8
+ required: true;
9
+ };
10
+ dateDetail: {
11
+ type: import("vue").PropType<string>;
12
+ default: string;
13
+ };
14
+ location: {
15
+ type: import("vue").PropType<string | null>;
16
+ default: null;
17
+ };
6
18
  noticeType: {
7
- iconName: "event" | "topic";
8
- displayText: string;
19
+ type: import("vue").PropType<{
20
+ iconName: "event" | "topic";
21
+ displayText: string;
22
+ }>;
23
+ required: true;
24
+ };
25
+ comments: {
26
+ type: import("vue").PropType<string | null>;
27
+ default: null;
28
+ };
29
+ truncateTitle: {
30
+ type: import("vue").PropType<boolean>;
31
+ default: boolean;
32
+ };
33
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34
+ title: {
35
+ type: import("vue").PropType<string>;
36
+ required: true;
37
+ };
38
+ date: {
39
+ type: import("vue").PropType<string>;
40
+ required: true;
41
+ };
42
+ dateDetail: {
43
+ type: import("vue").PropType<string>;
44
+ default: string;
45
+ };
46
+ location: {
47
+ type: import("vue").PropType<string | null>;
48
+ default: null;
9
49
  };
10
- comments?: string | null | undefined;
11
- truncateTitle?: boolean | undefined;
12
- }>, {
13
- dateDetail: string;
14
- location: null;
15
- comments: null;
16
- truncateTitle: boolean;
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
- date: string;
19
- dateDetail?: string | undefined;
20
- title: string;
21
- location?: string | null | undefined;
22
50
  noticeType: {
23
- iconName: "event" | "topic";
24
- displayText: string;
51
+ type: import("vue").PropType<{
52
+ iconName: "event" | "topic";
53
+ displayText: string;
54
+ }>;
55
+ required: true;
25
56
  };
26
- comments?: string | null | undefined;
27
- truncateTitle?: boolean | undefined;
28
- }>, {
29
- dateDetail: string;
30
- location: null;
31
- comments: null;
32
- truncateTitle: boolean;
33
- }>>>, {
57
+ comments: {
58
+ type: import("vue").PropType<string | null>;
59
+ default: null;
60
+ };
61
+ truncateTitle: {
62
+ type: import("vue").PropType<boolean>;
63
+ default: boolean;
64
+ };
65
+ }>>, {
34
66
  dateDetail: string;
35
67
  location: string | null;
36
68
  comments: string | null;
@@ -40,23 +72,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
72
  addFavoriteAction?(_: {}): any;
41
73
  }>;
42
74
  export default _default;
43
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
44
- type __VLS_TypePropsToRuntimeProps<T> = {
45
- [K in keyof T]-?: {} extends Pick<T, K> ? {
46
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
47
- } : {
48
- type: import('vue').PropType<T[K]>;
49
- required: true;
50
- };
51
- };
52
- type __VLS_WithDefaults<P, D> = {
53
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
54
- default: D[K];
55
- }> : P[K];
56
- };
57
- type __VLS_Prettify<T> = {
58
- [K in keyof T]: T[K];
59
- } & {};
60
75
  type __VLS_WithTemplateSlots<T, S> = T & {
61
76
  new (): {
62
77
  $slots: S;
@@ -1,24 +1,40 @@
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
- }>, {
7
- dateDetail: string;
8
- title: string;
9
- location: null;
10
- truncateTitle: boolean;
11
- }>, {}, 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<{
12
- dateDetail?: string | undefined;
13
- title: string;
14
- location?: string | null | undefined;
15
- truncateTitle?: boolean | undefined;
16
- }>, {
17
- dateDetail: string;
18
- title: string;
19
- location: null;
20
- truncateTitle: boolean;
21
- }>>>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ title: {
3
+ type: import("vue").PropType<string>;
4
+ required: true;
5
+ default: string;
6
+ };
7
+ dateDetail: {
8
+ type: import("vue").PropType<string>;
9
+ default: string;
10
+ };
11
+ location: {
12
+ type: import("vue").PropType<string | null>;
13
+ default: null;
14
+ };
15
+ truncateTitle: {
16
+ type: import("vue").PropType<boolean>;
17
+ default: boolean;
18
+ };
19
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
+ title: {
21
+ type: import("vue").PropType<string>;
22
+ required: true;
23
+ default: string;
24
+ };
25
+ dateDetail: {
26
+ type: import("vue").PropType<string>;
27
+ default: string;
28
+ };
29
+ location: {
30
+ type: import("vue").PropType<string | null>;
31
+ default: null;
32
+ };
33
+ truncateTitle: {
34
+ type: import("vue").PropType<boolean>;
35
+ default: boolean;
36
+ };
37
+ }>>, {
22
38
  title: string;
23
39
  dateDetail: string;
24
40
  location: string | null;
@@ -27,23 +43,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
27
43
  actions?(_: {}): any;
28
44
  }>;
29
45
  export default _default;
30
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
- type __VLS_TypePropsToRuntimeProps<T> = {
32
- [K in keyof T]-?: {} extends Pick<T, K> ? {
33
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
- } : {
35
- type: import('vue').PropType<T[K]>;
36
- required: true;
37
- };
38
- };
39
- type __VLS_WithDefaults<P, D> = {
40
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
- default: D[K];
42
- }> : P[K];
43
- };
44
- type __VLS_Prettify<T> = {
45
- [K in keyof T]: T[K];
46
- } & {};
47
46
  type __VLS_WithTemplateSlots<T, S> = T & {
48
47
  new (): {
49
48
  $slots: S;
@@ -1,48 +1,92 @@
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;
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ title: {
3
+ type: import("vue").PropType<string>;
4
+ required: true;
5
+ };
6
+ date: {
7
+ type: import("vue").PropType<string>;
8
+ required: true;
9
+ };
10
+ dateDetail: {
11
+ type: import("vue").PropType<string>;
12
+ default: string;
13
+ };
14
+ location: {
15
+ type: import("vue").PropType<string | null>;
16
+ default: null;
17
+ };
6
18
  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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
24
- date: string;
25
- dateDetail?: string | undefined;
26
- title: string;
27
- location?: string | null | undefined;
19
+ type: import("vue").PropType<{
20
+ iconName: "event" | "topic";
21
+ displayText: string;
22
+ }>;
23
+ required: true;
24
+ };
25
+ comments: {
26
+ type: import("vue").PropType<string | null>;
27
+ default: null;
28
+ };
29
+ partnerText: {
30
+ type: import("vue").PropType<string | null>;
31
+ default: null;
32
+ };
33
+ isPartnerTextVisible: {
34
+ type: import("vue").PropType<boolean>;
35
+ default: boolean;
36
+ };
37
+ topEntry: {
38
+ type: import("vue").PropType<boolean>;
39
+ default: boolean;
40
+ };
41
+ description: {
42
+ type: import("vue").PropType<string>;
43
+ default: string;
44
+ };
45
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
46
+ title: {
47
+ type: import("vue").PropType<string>;
48
+ required: true;
49
+ };
50
+ date: {
51
+ type: import("vue").PropType<string>;
52
+ required: true;
53
+ };
54
+ dateDetail: {
55
+ type: import("vue").PropType<string>;
56
+ default: string;
57
+ };
58
+ location: {
59
+ type: import("vue").PropType<string | null>;
60
+ default: null;
61
+ };
28
62
  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
- }>>>, {
63
+ type: import("vue").PropType<{
64
+ iconName: "event" | "topic";
65
+ displayText: string;
66
+ }>;
67
+ required: true;
68
+ };
69
+ comments: {
70
+ type: import("vue").PropType<string | null>;
71
+ default: null;
72
+ };
73
+ partnerText: {
74
+ type: import("vue").PropType<string | null>;
75
+ default: null;
76
+ };
77
+ isPartnerTextVisible: {
78
+ type: import("vue").PropType<boolean>;
79
+ default: boolean;
80
+ };
81
+ topEntry: {
82
+ type: import("vue").PropType<boolean>;
83
+ default: boolean;
84
+ };
85
+ description: {
86
+ type: import("vue").PropType<string>;
87
+ default: string;
88
+ };
89
+ }>>, {
46
90
  dateDetail: string;
47
91
  location: string | null;
48
92
  comments: string | null;
@@ -57,23 +101,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
57
101
  planningItems?(_: {}): any;
58
102
  }>;
59
103
  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
104
  type __VLS_WithTemplateSlots<T, S> = T & {
78
105
  new (): {
79
106
  $slots: S;
@@ -5,40 +5,57 @@ declare const meta: {
5
5
  new (...args: any[]): {
6
6
  $: import("vue").ComponentInternalInstance;
7
7
  $data: {};
8
- $props: Partial<{
9
- genre: "audio" | "graphic" | "picture" | "text" | "video";
10
- isFulfilled: boolean;
11
- imgSrc: string;
12
- imgAlt: string;
13
- imgCount: number;
14
- }> & Omit<{
15
- readonly genre: "audio" | "graphic" | "picture" | "text" | "video";
16
- readonly isFulfilled: boolean;
17
- readonly imgSrc: string;
18
- readonly imgAlt: string;
19
- readonly imgCount: number;
20
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
21
- genre: {
22
- type: import("vue").PropType<"audio" | "graphic" | "picture" | "text" | "video">;
23
- default: string;
24
- };
25
- isFulfilled: {
26
- type: import("vue").PropType<boolean>;
27
- default: boolean;
28
- };
29
- imgSrc: {
30
- type: import("vue").PropType<string>;
31
- default: string;
32
- };
33
- imgAlt: {
34
- type: import("vue").PropType<string>;
35
- default: string;
36
- };
37
- imgCount: {
38
- type: import("vue").PropType<number>;
39
- default: number;
40
- };
41
- }>>, "genre" | "isFulfilled" | "imgSrc" | "imgAlt" | "imgCount">;
8
+ $props: {
9
+ genre?: "audio" | "graphic" | "picture" | "text" | "video" | undefined;
10
+ isFulfilled?: boolean | undefined;
11
+ imgSrc?: string | undefined;
12
+ imgAlt?: string | undefined;
13
+ imgCount?: number | undefined;
14
+ key?: string | number | symbol | undefined;
15
+ ref?: import("vue").VNodeRef | undefined;
16
+ ref_for?: boolean | undefined;
17
+ ref_key?: string | undefined;
18
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
+ [key: string]: any;
22
+ }>) => void)[] | undefined;
23
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ [key: string]: any;
25
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>) => void)[] | undefined;
28
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
+ [key: string]: any;
30
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
+ [key: string]: any;
32
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ [key: string]: any;
34
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>) => void)[] | undefined;
37
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
+ [key: string]: any;
39
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
+ [key: string]: any;
41
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
+ [key: string]: any;
43
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ [key: string]: any;
45
+ }>) => void)[] | undefined;
46
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>) => void)[] | undefined;
51
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
52
+ [key: string]: any;
53
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
+ [key: string]: any;
55
+ }>) => void)[] | undefined;
56
+ class?: unknown;
57
+ style?: unknown;
58
+ };
42
59
  $attrs: {
43
60
  [x: string]: unknown;
44
61
  };