@dpa-id-components/dpa-shared-components 9.4.2 → 9.4.4

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 (255) hide show
  1. package/README.md +3 -1
  2. package/dist/{bookmark-8e4ef660.mjs → bookmark-CYvEZ2Js.mjs} +6 -5
  3. package/dist/{bookmark-fill-B1ytdiyx.mjs → bookmark-fill-CbYczX1t.mjs} +3 -2
  4. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +6 -6
  5. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +23 -21
  6. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +12 -12
  7. package/dist/components/UiBadge/UiBadge.stories.d.ts +10 -9
  8. package/dist/components/UiBadge/UiBadge.vue.d.ts +24 -20
  9. package/dist/components/UiButton/UiButton.stories.d.ts +10 -9
  10. package/dist/components/UiButton/UiButton.vue.d.ts +24 -20
  11. package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +3 -3
  12. package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +4 -2
  13. package/dist/components/UiCard/UiCard.stories.d.ts +3 -3
  14. package/dist/components/UiCard/UiCard.vue.d.ts +4 -2
  15. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +3 -3
  16. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +18 -16
  17. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +6 -6
  18. package/dist/components/UiChip/UiChip.stories.d.ts +6 -6
  19. package/dist/components/UiChip/UiChip.vue.d.ts +13 -11
  20. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +3 -3
  21. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +12 -10
  22. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +31 -30
  23. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +75 -72
  24. package/dist/components/UiDialog/UiDialog.stories.d.ts +6 -6
  25. package/dist/components/UiDialog/UiDialog.vue.d.ts +30 -28
  26. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +7 -7
  27. package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +14 -12
  28. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +7 -7
  29. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +12 -10
  30. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +5 -4
  31. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +20 -20
  32. package/dist/components/UiIcon/UiIcon.vue.d.ts +4 -4
  33. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +2 -2
  34. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +10 -10
  35. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +34 -33
  36. package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +19 -15
  37. package/dist/components/UiInput/UiInput.stories.d.ts +18 -18
  38. package/dist/components/UiInput/UiInput.vue.d.ts +46 -44
  39. package/dist/components/UiList/UiList.stories.d.ts +27 -27
  40. package/dist/components/UiList/UiList.vue.d.ts +4 -2
  41. package/dist/components/UiListItem/UiListItem.stories.d.ts +13 -12
  42. package/dist/components/UiListItem/UiListItem.vue.d.ts +33 -29
  43. package/dist/components/UiMenu/UiMenu.stories.d.ts +9 -8
  44. package/dist/components/UiMenu/UiMenu.vue.d.ts +42 -42
  45. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +6 -6
  46. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +6 -4
  47. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +24 -24
  48. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +6 -4
  49. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +2 -2
  50. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +8 -8
  51. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +22 -22
  52. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +17 -15
  53. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +6 -6
  54. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +12 -10
  55. package/dist/components/UiSection/UiSection.stories.d.ts +6 -6
  56. package/dist/components/UiSection/UiSection.vue.d.ts +15 -13
  57. package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +7 -7
  58. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +4 -4
  59. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +8 -8
  60. package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +6 -6
  61. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +13 -12
  62. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +20 -16
  63. package/dist/components/UiSpinner/UiSpinner.vue.d.ts +4 -4
  64. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +6 -6
  65. package/dist/components/UiTextButton/UiTextButton.vue.d.ts +28 -23
  66. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +3 -3
  67. package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +20 -18
  68. package/dist/components/UiTooltip/UiTooltip.stories.d.ts +6 -6
  69. package/dist/components/UiTooltip/UiTooltip.vue.d.ts +17 -15
  70. package/dist/components/index.d.ts +36 -36
  71. package/dist/dpa-shared-components.mjs +11278 -13090
  72. package/dist/dpa-shared-components.umd.js +7 -8
  73. package/dist/style.css +1 -1
  74. package/package.json +5 -5
  75. package/dist/UseBreakpoints.stories.ts +0 -22
  76. package/dist/UseBreakpoints.vue +0 -12
  77. package/dist/activities-7078badc.mjs +0 -15
  78. package/dist/alert-2c101b8c.mjs +0 -15
  79. package/dist/alert-fill-d71b0894.mjs +0 -15
  80. package/dist/alert-octagon-dd57ae5f.mjs +0 -29
  81. package/dist/apps-3c2d7f63.mjs +0 -15
  82. package/dist/archive-57ba8974.mjs +0 -15
  83. package/dist/arrow-left-d54ac135.mjs +0 -15
  84. package/dist/arrow-nav-left-106cab88.mjs +0 -15
  85. package/dist/arrow-nav-right-d2f37c7e.mjs +0 -15
  86. package/dist/arrow-right-af47dc6a.mjs +0 -15
  87. package/dist/arrowhead-left-379df6c4.mjs +0 -19
  88. package/dist/arrowhead-right-f634422b.mjs +0 -19
  89. package/dist/atmo-7ffe15e2.mjs +0 -15
  90. package/dist/audio-circled-232ac711.mjs +0 -15
  91. package/dist/audio-d219eee4.mjs +0 -19
  92. package/dist/audio-filled-c7f0b06d.mjs +0 -19
  93. package/dist/bag-b1c90c9d.mjs +0 -19
  94. package/dist/bell-c4ef2483.mjs +0 -15
  95. package/dist/bell-fill-98784347.mjs +0 -15
  96. package/dist/book-a53f03b7.mjs +0 -15
  97. package/dist/bookmark-CATJZ4qW.mjs +0 -19
  98. package/dist/bookmark-fill-18167bcd.mjs +0 -19
  99. package/dist/box-74110d75.mjs +0 -19
  100. package/dist/bulb-539767a3.mjs +0 -15
  101. package/dist/call-c1be8158.mjs +0 -15
  102. package/dist/camera-566db54b.mjs +0 -19
  103. package/dist/check-e4d56dea.mjs +0 -19
  104. package/dist/checklist-885629e0.mjs +0 -19
  105. package/dist/checkmark-7bb03066.mjs +0 -19
  106. package/dist/checkmark-double-226ecc06.mjs +0 -15
  107. package/dist/chevron-down-d9cc3584.mjs +0 -15
  108. package/dist/chevron-left-d37e4cf5.mjs +0 -15
  109. package/dist/chevron-right-2b82b85c.mjs +0 -15
  110. package/dist/chevron-up-6cfd4d3d.mjs +0 -15
  111. package/dist/clipboard-c3a0dcd7.mjs +0 -15
  112. package/dist/clock-64696f87.mjs +0 -19
  113. package/dist/close-edf8f0a7.mjs +0 -15
  114. package/dist/cloud-save-9cb89227.mjs +0 -15
  115. package/dist/code-e30b0574.mjs +0 -15
  116. package/dist/collapse-3a144e1b.mjs +0 -15
  117. package/dist/color-palette-0ed1f01d.mjs +0 -15
  118. package/dist/comment-62396a37.mjs +0 -15
  119. package/dist/comment-fill-819fae0c.mjs +0 -15
  120. package/dist/components/DpaEventItem/DpaEventItem.spec.d.ts +0 -1
  121. package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +0 -1102
  122. package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +0 -125
  123. package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +0 -79
  124. package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +0 -79
  125. package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +0 -108
  126. package/dist/copy-e5d31a9c.mjs +0 -19
  127. package/dist/copy-link-b42b0b2d.mjs +0 -29
  128. package/dist/delete-0d28874e.mjs +0 -15
  129. package/dist/download-4d77c56a.mjs +0 -15
  130. package/dist/dpa-id-a0c91200.mjs +0 -19
  131. package/dist/edit-690308aa.mjs +0 -15
  132. package/dist/edit-add-4db19760.mjs +0 -15
  133. package/dist/eil-0d960dff.mjs +0 -19
  134. package/dist/emoji-1f86205e.mjs +0 -29
  135. package/dist/emoji-add-d72d5534.mjs +0 -29
  136. package/dist/envelope-5df69adf.mjs +0 -15
  137. package/dist/event-babd84b5.mjs +0 -15
  138. package/dist/expand-7405e392.mjs +0 -15
  139. package/dist/external-link-894815fd.mjs +0 -15
  140. package/dist/file-c91b0bb9.mjs +0 -15
  141. package/dist/file-pdf-2e1da127.mjs +0 -19
  142. package/dist/filter-b513696c.mjs +0 -15
  143. package/dist/filter-outline-38b76948.mjs +0 -29
  144. package/dist/flag-44da1d73.mjs +0 -15
  145. package/dist/flag-fill-ca5d310f.mjs +0 -15
  146. package/dist/flag-filled-98bcbce8.mjs +0 -15
  147. package/dist/flag-outline-2ea131c7.mjs +0 -15
  148. package/dist/flags-c30e45b5.mjs +0 -19
  149. package/dist/flash-7a927e7d.mjs +0 -15
  150. package/dist/folder-3b2d5f59.mjs +0 -15
  151. package/dist/folder-add-cdaf8bf7.mjs +0 -15
  152. package/dist/folder-fill-356643c5.mjs +0 -15
  153. package/dist/folder-filled-09259424.mjs +0 -15
  154. package/dist/gallery-f6dcc77b.mjs +0 -20
  155. package/dist/graphic-circled-c7768cfc.mjs +0 -15
  156. package/dist/graphic-ea6911f6.mjs +0 -20
  157. package/dist/graphic-filled-6f965469.mjs +0 -19
  158. package/dist/graphics-9dc48e2a.mjs +0 -15
  159. package/dist/grid-1-5b0e49a3.mjs +0 -15
  160. package/dist/grid-2-a31cd506.mjs +0 -15
  161. package/dist/grid-3-3829895b.mjs +0 -15
  162. package/dist/grid-4-b4dd73f8.mjs +0 -15
  163. package/dist/grid-6-151b07df.mjs +0 -15
  164. package/dist/grid-9-d3c48186.mjs +0 -15
  165. package/dist/grid-masonry-6a1b8806.mjs +0 -15
  166. package/dist/grid-masonry-9-2a9c0a17.mjs +0 -19
  167. package/dist/help-d209fdb7.mjs +0 -19
  168. package/dist/home-c424a69c.mjs +0 -15
  169. package/dist/image focus point-30a5eafb.mjs +0 -19
  170. package/dist/image-40863651.mjs +0 -19
  171. package/dist/impact-high-41a83c21.mjs +0 -29
  172. package/dist/impact-low-ba89c10c.mjs +0 -29
  173. package/dist/impact-medium-d64a53c3.mjs +0 -29
  174. package/dist/impact-very-high-c375c84e.mjs +0 -29
  175. package/dist/impact-very-low-b45b4a06.mjs +0 -29
  176. package/dist/info-387743c4.mjs +0 -15
  177. package/dist/info-fill-f971d701.mjs +0 -15
  178. package/dist/info-filled-c86c481a.mjs +0 -15
  179. package/dist/language-80eedb9e.mjs +0 -15
  180. package/dist/latest-bb39d821.mjs +0 -15
  181. package/dist/lightbulb-0c284cc9.mjs +0 -15
  182. package/dist/list-09e39a1a.mjs +0 -15
  183. package/dist/lock-f716251b.mjs +0 -19
  184. package/dist/mail-b4cc7e44.mjs +0 -15
  185. package/dist/main.css +0 -23
  186. package/dist/map-ecf5afac.mjs +0 -19
  187. package/dist/map-outline-4c9934e8.mjs +0 -19
  188. package/dist/menu-74a17c43.mjs +0 -15
  189. package/dist/minus-6e38066a.mjs +0 -15
  190. package/dist/more-horizontal-e7e121c3.mjs +0 -15
  191. package/dist/more-vertical-0d8048ea.mjs +0 -15
  192. package/dist/move-88cb6eb3.mjs +0 -15
  193. package/dist/move-up-down-0e48263c.mjs +0 -15
  194. package/dist/navigation-e1f28747.mjs +0 -15
  195. package/dist/note-811b096c.mjs +0 -19
  196. package/dist/offline-73d06154.mjs +0 -15
  197. package/dist/paper-plane-07bcb43e.mjs +0 -15
  198. package/dist/paperplane-662f4097.mjs +0 -15
  199. package/dist/pause-70fe2ae7.mjs +0 -29
  200. package/dist/pause-circle-4204406f.mjs +0 -29
  201. package/dist/pdf-bcee5eee.mjs +0 -19
  202. package/dist/pen-128f19d5.mjs +0 -15
  203. package/dist/people-0c20927c.mjs +0 -19
  204. package/dist/phone-288ed7a3.mjs +0 -19
  205. package/dist/picture-0eb9c590.mjs +0 -19
  206. package/dist/picture-circled-7602192a.mjs +0 -15
  207. package/dist/picture-filled-a6b618dc.mjs +0 -19
  208. package/dist/pin-530b1711.mjs +0 -19
  209. package/dist/planning-cb43b438.mjs +0 -15
  210. package/dist/play-5428740c.mjs +0 -29
  211. package/dist/play-circle-d074b95a.mjs +0 -19
  212. package/dist/play-fill-bac80265.mjs +0 -29
  213. package/dist/plus-circle-3d253a5c.mjs +0 -15
  214. package/dist/plus-ee8af457.mjs +0 -15
  215. package/dist/print-949a5857.mjs +0 -15
  216. package/dist/refresh-2f2ba8ae.mjs +0 -15
  217. package/dist/reset-c155c5ff.mjs +0 -15
  218. package/dist/responsive-90c640a7.mjs +0 -19
  219. package/dist/rubix-thema-05104238.mjs +0 -19
  220. package/dist/save-48d4be4e.mjs +0 -15
  221. package/dist/saved-search-0e8aa09b.mjs +0 -29
  222. package/dist/saved-search-fill-48f8c71c.mjs +0 -30
  223. package/dist/search-0890d914.mjs +0 -15
  224. package/dist/settings-57eb0eef.mjs +0 -19
  225. package/dist/share-alternative-fa060128.mjs +0 -15
  226. package/dist/share-cfa18007.mjs +0 -15
  227. package/dist/sidebar-9cb81395.mjs +0 -15
  228. package/dist/sidebar-fill-c22e0d1a.mjs +0 -19
  229. package/dist/slack-87bd7d6a.mjs +0 -15
  230. package/dist/slider-config-94286557.mjs +0 -19
  231. package/dist/spellcheck-c9014c44.mjs +0 -19
  232. package/dist/spinner-8f277552.mjs +0 -15
  233. package/dist/standard-view-af2a4834.mjs +0 -15
  234. package/dist/star-5c3c64ca.mjs +0 -15
  235. package/dist/star-fill-eb91b846.mjs +0 -15
  236. package/dist/star-filled-eb91b846.mjs +0 -15
  237. package/dist/stop-05ecbd72.mjs +0 -19
  238. package/dist/sync-1356e16f.mjs +0 -15
  239. package/dist/tailwind/UseBreakpoints.stories.d.ts +0 -10
  240. package/dist/tailwind/useBreakpoints.d.ts +0 -9
  241. package/dist/tasks-d09d0af6.mjs +0 -15
  242. package/dist/text-circled-5283cff7.mjs +0 -15
  243. package/dist/text-fff14e8f.mjs +0 -15
  244. package/dist/text-filled-dec83924.mjs +0 -19
  245. package/dist/topic-354c5294.mjs +0 -19
  246. package/dist/union-5e751949.mjs +0 -19
  247. package/dist/upload-a371f576.mjs +0 -15
  248. package/dist/useBreakpoints.ts +0 -19
  249. package/dist/video overlay-11864580.mjs +0 -19
  250. package/dist/video-8c400770.mjs +0 -25
  251. package/dist/video-circled-cb973c76.mjs +0 -15
  252. package/dist/video-filled-864f2e9f.mjs +0 -19
  253. package/dist/view-39118876.mjs +0 -29
  254. package/dist/view-off-ebee0dd9.mjs +0 -19
  255. package/dist/volume-up-8bf4fe6e.mjs +0 -29
@@ -1,125 +0,0 @@
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
- };
22
- noticeType: {
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
- };
74
- noticeType: {
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
- }>>, {
106
- dateDetail: string;
107
- location: string | null;
108
- comments: string | null;
109
- partnerText: string | null;
110
- isPartnerTextVisible: boolean;
111
- topEntry: boolean;
112
- description: string;
113
- truncateTitle: boolean;
114
- }, {}>, {
115
- addFavoriteAction?(_: {}): any;
116
- actions?(_: {}): any;
117
- filters?(_: {}): any;
118
- planningItems?(_: {}): any;
119
- }>;
120
- export default _default;
121
- type __VLS_WithTemplateSlots<T, S> = T & {
122
- new (): {
123
- $slots: S;
124
- };
125
- };
@@ -1,79 +0,0 @@
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
- };
18
- noticeType: {
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;
49
- };
50
- noticeType: {
51
- type: import("vue").PropType<{
52
- iconName: "event" | "topic";
53
- displayText: string;
54
- }>;
55
- required: true;
56
- };
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
- }>>, {
66
- dateDetail: string;
67
- location: string | null;
68
- comments: string | null;
69
- truncateTitle: boolean;
70
- }, {}>, {
71
- addFavoriteAction?(_: {}): any;
72
- actions?(_: {}): any;
73
- }>;
74
- export default _default;
75
- type __VLS_WithTemplateSlots<T, S> = T & {
76
- new (): {
77
- $slots: S;
78
- };
79
- };
@@ -1,79 +0,0 @@
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
- };
18
- noticeType: {
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;
49
- };
50
- noticeType: {
51
- type: import("vue").PropType<{
52
- iconName: "event" | "topic";
53
- displayText: string;
54
- }>;
55
- required: true;
56
- };
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
- }>>, {
66
- dateDetail: string;
67
- location: string | null;
68
- comments: string | null;
69
- truncateTitle: boolean;
70
- }, {}>, {
71
- addFavoriteAction?(_: {}): any;
72
- actions?(_: {}): any;
73
- }>;
74
- export default _default;
75
- type __VLS_WithTemplateSlots<T, S> = T & {
76
- new (): {
77
- $slots: S;
78
- };
79
- };
@@ -1,108 +0,0 @@
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
- };
18
- noticeType: {
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
- };
62
- noticeType: {
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
- }>>, {
90
- dateDetail: string;
91
- location: string | null;
92
- comments: string | null;
93
- partnerText: string | null;
94
- isPartnerTextVisible: boolean;
95
- topEntry: boolean;
96
- description: string;
97
- }, {}>, {
98
- filters?(_: {}): any;
99
- addFavoriteAction?(_: {}): any;
100
- actions?(_: {}): any;
101
- planningItems?(_: {}): any;
102
- }>;
103
- export default _default;
104
- type __VLS_WithTemplateSlots<T, S> = T & {
105
- new (): {
106
- $slots: S;
107
- };
108
- };
@@ -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,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as L, createElementVNode as t } from "vue";
2
- const C = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, o = /* @__PURE__ */ t("path", { d: "M13.6667 2C15.0868 2 16.2477 3.11015 16.3288 4.50998L16.3333 4.66667L16.3332 5.55544L19.8889 5.55556C20.3389 5.55556 20.7108 5.88996 20.7697 6.32383L20.7778 6.44444C20.7778 6.93536 20.3798 7.33333 19.8889 7.33333L18.9989 7.33256L19 18.8889C19 20.3091 17.8898 21.4699 16.49 21.551L16.3333 21.5556H7.44444C6.02428 21.5556 4.86341 20.4454 4.7823 19.0456L4.77778 18.8889L4.77711 7.33256L3.88889 7.33333C3.43888 7.33333 3.06697 6.99893 3.00811 6.56506L3 6.44444C3 5.95352 3.39797 5.55556 3.88889 5.55556L7.444 5.55544L7.44444 4.66667C7.44444 3.24651 8.5546 2.08563 9.95442 2.00453L10.1111 2H13.6667ZM17.2218 7.33256H6.55544L6.55556 18.8889C6.55556 19.3447 6.8987 19.7205 7.34078 19.7718L7.44444 19.7778H16.3333C16.7892 19.7778 17.1649 19.4346 17.2162 18.9926L17.2222 18.8889L17.2218 7.33256ZM13.6667 10C14.1576 10 14.5556 10.398 14.5556 10.8889V16.2222C14.5556 16.7131 14.1576 17.1111 13.6667 17.1111C13.1757 17.1111 12.7778 16.7131 12.7778 16.2222V10.8889C12.7778 10.398 13.1757 10 13.6667 10ZM10.1111 10C10.602 10 11 10.398 11 10.8889V16.2222C11 16.7131 10.602 17.1111 10.1111 17.1111C9.62019 17.1111 9.22222 16.7131 9.22222 16.2222V10.8889C9.22222 10.398 9.62019 10 10.1111 10ZM13.6667 3.77778H10.1111C9.65526 3.77778 9.27955 4.12092 9.2282 4.563L9.22222 4.66667L9.22111 5.55544H14.5549L14.5556 4.66667C14.5556 4.21081 14.2124 3.8351 13.7703 3.78376L13.6667 3.77778Z" }, null, -1), n = [
6
- o
7
- ];
8
- function c(r, s) {
9
- return e(), L("svg", C, n);
10
- }
11
- const l = { render: c };
12
- export {
13
- l as default,
14
- c as render
15
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const C = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ o("path", { d: "M11.0028 12.0759C11.001 12.0508 11 12.0255 11 12V4C11 3.448 11.447 3 12 3C12.553 3 13 3.448 13 4V11.9998L15.4 10.2C15.842 9.867 16.469 9.958 16.8 10.4C17.132 10.842 17.042 11.469 16.6 11.8L12.6 14.8C12.423 14.933 12.211 15 12 15C11.799 15 11.598 14.939 11.425 14.818L7.425 12.004C6.973 11.686 6.864 11.062 7.182 10.611C7.5 10.159 8.123 10.05 8.575 10.368L11.0028 12.0759ZM19.7062 19.7062C19.525 19.8875 19.275 20 19 20H5C4.725 20 4.475 19.8875 4.29375 19.7062C4.1125 19.525 4 19.275 4 19V17C4 16.45 4.45 16 5 16C5.55 16 6 16.45 6 17V18H18V17C18 16.45 18.45 16 19 16C19.55 16 20 16.45 20 17V19C20 19.275 19.8875 19.525 19.7062 19.7062Z" }, null, -1), c = [
6
- n
7
- ];
8
- function r(s, d) {
9
- return e(), t("svg", C, c);
10
- }
11
- const _ = { render: r };
12
- export {
13
- _ as default,
14
- r as render
15
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, d = /* @__PURE__ */ o("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M12 2C10.9311 2 9.90243 2.16912 8.93737 2.47946V21.52C9.90243 21.8303 10.9311 21.9994 12 21.9994C17.523 21.9994 22 17.523 22 11.9994C22 6.477 17.523 2 12 2ZM12.4058 5.48069C15.8189 5.69111 18.531 8.53438 18.531 11.9994C18.531 15.4651 15.8189 18.3083 12.4058 18.5188V5.48069ZM2 11.9994C2 8.97421 3.34572 6.2649 5.46841 4.43079V19.5687C3.34572 17.7345 2 15.0252 2 11.9994Z"
9
- }, null, -1), r = [
10
- d
11
- ];
12
- function c(l, s) {
13
- return e(), t("svg", n, r);
14
- }
15
- const C = { render: c };
16
- export {
17
- C as default,
18
- c as render
19
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const L = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ o("path", { d: "M16.0187 10.6787L13.3237 7.98371L15.2717 6.03471L17.9657 8.7287L16.0187 10.6787ZM9.07965 17.6247L6.10265 17.8957L6.36665 14.9397L11.9837 9.3227L14.6797 12.0187L9.07965 17.6247ZM19.4037 7.33771L19.4027 7.33671L16.6647 4.59871C15.9237 3.85971 14.6507 3.82471 13.9487 4.52971L4.95265 13.5257C4.62665 13.8507 4.42465 14.2827 4.38265 14.7397L4.00365 18.9097C3.97765 19.2047 4.08265 19.4967 4.29265 19.7067C4.48165 19.8957 4.73665 19.9997 4.99965 19.9997C5.03065 19.9997 5.06065 19.9987 5.09065 19.9957L9.26065 19.6167C9.71865 19.5747 10.1497 19.3737 10.4747 19.0487L19.4717 10.0517C20.1997 9.3217 20.1687 8.10371 19.4037 7.33771Z" }, null, -1), c = [
6
- n
7
- ];
8
- function r(s, d) {
9
- return e(), t("svg", L, c);
10
- }
11
- const _ = { render: r };
12
- export {
13
- _ as default,
14
- r as render
15
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const C = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, L = /* @__PURE__ */ o("path", { d: "M17.0186 10.6787L14.3236 7.9837L16.2716 6.0347L18.9656 8.7287L17.0186 10.6787ZM10.0796 17.6247L7.1026 17.8957L7.3666 14.9397L12.9836 9.3227L15.6796 12.0187L10.0796 17.6247ZM20.4036 7.3377L20.4026 7.3367L17.6646 4.5987C16.9236 3.8597 15.6506 3.8247 14.9486 4.5297L5.9526 13.5257C5.6266 13.8507 5.4246 14.2827 5.3826 14.7397L5.0036 18.9097C4.9776 19.2047 5.0826 19.4967 5.2926 19.7067C5.4816 19.8957 5.7366 19.9997 5.9996 19.9997C6.0306 19.9997 6.0606 19.9987 6.0906 19.9957L10.2606 19.6167C10.7186 19.5747 11.1496 19.3737 11.4746 19.0487L20.4716 10.0517C21.1996 9.3217 21.1686 8.1037 20.4036 7.3377ZM8 5H7V4C7 3.45 6.55 3 6 3C5.45 3 5 3.45 5 4V5H4C3.45 5 3 5.45 3 6C3 6.55 3.45 7 4 7H5V8C5 8.55 5.45 9 6 9C6.55 9 7 8.55 7 8V7H8C8.55 7 9 6.55 9 6C9 5.45 8.55 5 8 5Z" }, null, -1), n = [
6
- L
7
- ];
8
- function c(r, d) {
9
- return e(), t("svg", C, n);
10
- }
11
- const l = { render: c };
12
- export {
13
- l as default,
14
- c as render
15
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as C, createElementBlock as e, createElementVNode as t } from "vue";
2
- const o = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ t("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M12 6C12.26 6 12.52 5.9 12.7 5.7C12.88 5.52 13 5.26 13 5V3C13 2.74 12.9 2.48 12.7 2.3C12.52 2.12 12.26 2 12 2C11.74 2 11.48 2.1 11.3 2.3C11.12 2.48 11 2.74 11 3V5C11 5.26 11.1 5.52 11.3 5.7C11.48 5.88 11.74 6 12 6ZM21.7 11.3C21.52 11.12 21.26 11 21 11H19C18.74 11 18.48 11.1 18.3 11.3C18.12 11.48 18 11.74 18 12C18 12.26 18.1 12.52 18.3 12.7C18.48 12.88 18.74 13 19 13H21C21.26 13 21.52 12.9 21.7 12.7C21.88 12.52 22 12.26 22 12C22 11.74 21.9 11.48 21.7 11.3ZM3 11H5C5.26 11 5.52 11.12 5.7 11.3C5.9 11.48 6 11.74 6 12C6 12.26 5.88 12.52 5.7 12.7C5.52 12.9 5.26 13 5 13H3C2.74 13 2.48 12.88 2.3 12.7C2.1 12.52 2 12.26 2 12C2 11.74 2.12 11.48 2.3 11.3C2.48 11.1 2.74 11 3 11ZM7.40002 8.06C7.52002 8 7.64002 7.92 7.72002 7.84C7.90002 7.64 8.00002 7.38 7.98002 7.12C7.98002 6.86 7.86002 6.6 7.66002 6.42L6.22002 5C6.02002 4.82 5.76002 4.72 5.50002 4.72C5.24002 4.72 4.98002 4.84 4.80002 5.04C4.62002 5.24 4.52002 5.5 4.52002 5.76C4.52002 6.02 4.64002 6.28 4.84002 6.46L6.28002 7.86C6.28002 7.86 6.50002 8.02 6.62002 8.08C6.74002 8.12 6.88002 8.16 7.02002 8.14C7.16002 8.14 7.28002 8.12 7.42002 8.06H7.40002ZM19.48 5.76001C19.48 5.88001 19.46 6.02001 19.4 6.14001V6.12001C19.34 6.24001 19.18 6.44001 19.18 6.44001L17.74 7.84001C17.56 8.02001 17.32 8.12001 17.06 8.12001C16.92 8.12001 16.78 8.10001 16.66 8.04001C16.54 8.00001 16.44 7.92001 16.34 7.82001C16.14 7.64001 16.04 7.38001 16.04 7.12001C16.04 6.86001 16.16 6.60001 16.34 6.42001L17.78 5.06001C17.96 4.86001 18.22 4.76001 18.48 4.76001C18.74 4.76001 19 4.88001 19.18 5.06001C19.28 5.14001 19.34 5.26001 19.4 5.38001C19.46 5.50001 19.48 5.64001 19.48 5.76001ZM15 22C16.1 22 17 21.1 17 20H7C7 21.1 7.9 22 9 22H15ZM12 7C13.04 7 14.06 7.32 14.92 7.94C15.78 8.56 16.4 9.42 16.74 10.42C16.92 10.94 17 11.46 17 12V18H7V12C7 11.46 7.08 10.94 7.26 10.42C7.6 9.42 8.22 8.56 9.08 7.94C9.92 7.34 10.96 7 12 7Z"
9
- }, null, -1), l = [
10
- n
11
- ];
12
- function r(c, d) {
13
- return C(), e("svg", o, l);
14
- }
15
- const i = { render: r };
16
- export {
17
- i as default,
18
- r as render
19
- };
@@ -1,29 +0,0 @@
1
- import { openBlock as t, createElementBlock as C, createElementVNode as e } from "vue";
2
- const o = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, c = /* @__PURE__ */ e("g", { "clip-path": "url(#clip0_538_430)" }, [
6
- /* @__PURE__ */ e("path", {
7
- "fill-rule": "evenodd",
8
- "clip-rule": "evenodd",
9
- d: "M12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM17 13C17 14.3261 16.4732 15.5979 15.5355 16.5355C14.5979 17.4732 13.3261 18 12 18C10.6739 18 9.40215 17.4732 8.46447 16.5355C7.52678 15.5979 7 14.3261 7 13H17ZM10 9.5C10 10.3284 9.32843 11 8.5 11C7.67157 11 7 10.3284 7 9.5C7 8.67157 7.67157 8 8.5 8C9.32843 8 10 8.67157 10 9.5ZM15.5 11C16.3284 11 17 10.3284 17 9.5C17 8.67157 16.3284 8 15.5 8C14.6716 8 14 8.67157 14 9.5C14 10.3284 14.6716 11 15.5 11Z"
10
- })
11
- ], -1), l = /* @__PURE__ */ e("defs", null, [
12
- /* @__PURE__ */ e("clipPath", { id: "clip0_538_430" }, [
13
- /* @__PURE__ */ e("rect", {
14
- width: "24",
15
- height: "24"
16
- })
17
- ])
18
- ], -1), i = [
19
- c,
20
- l
21
- ];
22
- function n(d, r) {
23
- return t(), C("svg", o, i);
24
- }
25
- const _ = { render: n };
26
- export {
27
- _ as default,
28
- n 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_539_18)" }, [
6
- /* @__PURE__ */ C("path", {
7
- "fill-rule": "evenodd",
8
- "clip-rule": "evenodd",
9
- d: "M21 3H20V2C20 1.45 19.55 1 19 1C18.45 1 18 1.45 18 2V3H17C16.8443 3 16.6966 3.03607 16.5649 3.10026C16.5512 3.10693 16.5377 3.11389 16.5244 3.12115C16.2127 3.29102 16 3.62187 16 4C16 4.55 16.45 5 17 5H18V6C18 6.55 18.45 7 19 7C19.55 7 20 6.55 20 6V5.9989V5H21C21.55 5 22 4.55 22 4C22 3.45 21.55 3 21 3ZM12 2C13.0552 2 14.0721 2.16341 15.027 2.4663C14.6969 2.89005 14.5 3.42248 14.5 4C14.5 4.14026 14.5116 4.27786 14.5339 4.4119C13.7244 4.14155 12.8695 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 10.773 19.7181 9.57512 19.1903 8.49283C19.9053 8.43876 20.5374 8.08251 20.9587 7.55181C21.6252 8.89157 22 10.402 22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2ZM17 13C17 14.3261 16.4732 15.5979 15.5355 16.5355C14.5979 17.4732 13.3261 18 12 18C10.6739 18 9.40215 17.4732 8.46447 16.5355C7.52678 15.5979 7 14.3261 7 13H17ZM10 9.5C10 10.3284 9.32843 11 8.5 11C7.67157 11 7 10.3284 7 9.5C7 8.67157 7.67157 8 8.5 8C9.32843 8 10 8.67157 10 9.5ZM15.5 11C16.3284 11 17 10.3284 17 9.5C17 8.67157 16.3284 8 15.5 8C14.6716 8 14 8.67157 14 9.5C14 10.3284 14.6716 11 15.5 11Z"
10
- })
11
- ], -1), d = /* @__PURE__ */ C("defs", null, [
12
- /* @__PURE__ */ C("clipPath", { id: "clip0_539_18" }, [
13
- /* @__PURE__ */ C("rect", {
14
- width: "24",
15
- height: "24"
16
- })
17
- ])
18
- ], -1), l = [
19
- c,
20
- d
21
- ];
22
- function i(n, r) {
23
- return e(), t("svg", o, l);
24
- }
25
- const _ = { render: i };
26
- export {
27
- _ as default,
28
- i as render
29
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 18 14",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, c = /* @__PURE__ */ o("path", { d: "M14.8334 12H3.16675C2.70758 12 2.33341 11.6267 2.33341 11.1667V3.04167L8.50008 7.66667C8.64841 7.77834 8.82425 7.83333 9.00008 7.83333C9.17591 7.83333 9.35175 7.77834 9.50008 7.66667L15.6667 3.04167V11.1667C15.6667 11.6267 15.2926 12 14.8334 12ZM14.2776 2L9.00008 5.95834L3.72258 2H14.2776ZM14.8334 0.333336H3.16675C1.78841 0.333336 0.666748 1.455 0.666748 2.83334V11.1667C0.666748 12.545 1.78841 13.6667 3.16675 13.6667H14.8334C16.2117 13.6667 17.3334 12.545 17.3334 11.1667V2.83334C17.3334 1.455 16.2117 0.333336 14.8334 0.333336Z" }, null, -1), r = [
6
- c
7
- ];
8
- function s(l, d) {
9
- return e(), t("svg", n, r);
10
- }
11
- const _ = { render: s };
12
- export {
13
- _ as default,
14
- s as render
15
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as C, createElementVNode as t } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- viewBox: "0 0 24 24"
5
- }, n = /* @__PURE__ */ t("path", { d: "M8 15C8.55 15 9 15.45 9 16C9 16.55 8.55 17 8 17C7.45 17 7 16.55 7 16C7 15.45 7.45 15 8 15ZM16 15C16.55 15 17 15.45 17 16C17 16.55 16.55 17 16 17H12C11.45 17 11 16.55 11 16C11 15.45 11.45 15 12 15H16ZM18 20H6C5.449 20 5 19.551 5 19V13H19V19C19 19.551 18.551 20 18 20ZM6 6H7V7C7 7.55 7.45 8 8 8C8.55 8 9 7.55 9 7V6H15V7C15 7.55 15.45 8 16 8C16.55 8 17 7.55 17 7V6H18C18.551 6 19 6.449 19 7V11H5V7C5 6.449 5.449 6 6 6ZM18 4H17V3C17 2.45 16.55 2 16 2C15.45 2 15 2.45 15 3V4H9V3C9 2.45 8.55 2 8 2C7.45 2 7 2.45 7 3V4H6C4.346 4 3 5.346 3 7V19C3 20.654 4.346 22 6 22H18C19.654 22 21 20.654 21 19V7C21 5.346 19.654 4 18 4Z" }, null, -1), V = [
6
- n
7
- ];
8
- function c(r, H) {
9
- return e(), C("svg", o, V);
10
- }
11
- const d = { render: c };
12
- export {
13
- d as default,
14
- c as render
15
- };