@muenchen/muc-patternlab-vue 1.13.0-beta.7 → 1.13.0-beta.8

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 (214) hide show
  1. package/components/Banner/MucBanner.stories.d.ts +70 -0
  2. package/components/Banner/MucBanner.vue.d.ts +37 -0
  3. package/components/BuisnessHours/BusinessHours.stories.d.ts +80 -0
  4. package/components/BuisnessHours/MucBusinessHours.vue.d.ts +56 -0
  5. package/components/Button/MucButton.stories.d.ts +114 -0
  6. package/{dist/components → components}/Button/MucButton.vue.d.ts +23 -43
  7. package/components/Callout/MucCallout.stories.d.ts +77 -0
  8. package/components/Callout/MucCallout.vue.d.ts +57 -0
  9. package/components/Card/MucCard.stories.d.ts +117 -0
  10. package/components/Card/MucCard.vue.d.ts +42 -0
  11. package/components/Card/MucCardContainer.stories.d.ts +124 -0
  12. package/components/Card/MucCardContainer.vue.d.ts +24 -0
  13. package/components/Comment/MucComment.stories.d.ts +82 -0
  14. package/components/Comment/MucComment.vue.d.ts +89 -0
  15. package/components/Comment/MucCommentText.stories.d.ts +51 -0
  16. package/components/Comment/MucCommentText.vue.d.ts +24 -0
  17. package/{dist/components → components}/Divider/MucDivider.stories.d.ts +1 -1
  18. package/{dist/components → components}/Divider/MucDivider.vue.d.ts +1 -1
  19. package/components/Form/MucCheckbox.stories.d.ts +33 -0
  20. package/components/Form/MucCheckbox.vue.d.ts +18 -0
  21. package/components/Form/MucCheckboxGroup.stories.d.ts +188 -0
  22. package/components/Form/MucCheckboxGroup.vue.d.ts +42 -0
  23. package/components/Form/MucCounter.stories.d.ts +63 -0
  24. package/components/Form/MucCounter.vue.d.ts +33 -0
  25. package/components/Form/MucErrorList.stories.d.ts +31 -0
  26. package/components/Form/MucErrorList.vue.d.ts +8 -0
  27. package/components/Form/MucInput.stories.d.ts +165 -0
  28. package/{dist/components → components}/Form/MucInput.vue.d.ts +23 -42
  29. package/components/Form/MucRadioButton.stories.d.ts +104 -0
  30. package/components/Form/MucRadioButton.vue.d.ts +38 -0
  31. package/components/Form/MucRadioButtonGroup.vue.d.ts +38 -0
  32. package/components/Form/MucSelect.stories.d.ts +82 -0
  33. package/{dist/components → components}/Form/MucSelect.vue.d.ts +5 -30
  34. package/components/Form/MucSelectItem.vue.d.ts +9 -0
  35. package/components/Form/MucTextArea.stories.d.ts +64 -0
  36. package/components/Form/MucTextArea.vue.d.ts +38 -0
  37. package/components/Icon/MucIcon.stories.d.ts +33 -0
  38. package/components/Icon/MucIcon.vue.d.ts +20 -0
  39. package/components/Intro/MucIntro.stories.d.ts +61 -0
  40. package/components/Intro/MucIntro.vue.d.ts +50 -0
  41. package/components/Link/MucLink.stories.d.ts +83 -0
  42. package/components/Link/MucLink.vue.d.ts +72 -0
  43. package/components/PercentageSpinner/MucPercentageSpinner.stories.d.ts +32 -0
  44. package/components/PercentageSpinner/MucPercentageSpinner.vue.d.ts +30 -0
  45. package/components/PercentageSpinner/index.d.ts +2 -0
  46. package/{dist/components → components}/index.d.ts +2 -1
  47. package/muc-patternlab-vue.es.js +1003 -0
  48. package/package.json +4 -7
  49. package/{dist/style.css → style.css} +1 -1
  50. package/LICENSE +0 -21
  51. package/README.md +0 -111
  52. package/dist/components/Banner/MucBanner.stories.d.ts +0 -82
  53. package/dist/components/Banner/MucBanner.vue.d.ts +0 -54
  54. package/dist/components/BuisnessHours/BusinessHours.stories.d.ts +0 -116
  55. package/dist/components/BuisnessHours/MucBusinessHours.vue.d.ts +0 -74
  56. package/dist/components/Button/MucButton.stories.d.ts +0 -158
  57. package/dist/components/Callout/MucCallout.stories.d.ts +0 -89
  58. package/dist/components/Callout/MucCallout.vue.d.ts +0 -73
  59. package/dist/components/Card/MucCard.stories.d.ts +0 -165
  60. package/dist/components/Card/MucCard.vue.d.ts +0 -46
  61. package/dist/components/Card/MucCardContainer.stories.d.ts +0 -148
  62. package/dist/components/Card/MucCardContainer.vue.d.ts +0 -19
  63. package/dist/components/Comment/MucComment.stories.d.ts +0 -106
  64. package/dist/components/Comment/MucComment.vue.d.ts +0 -105
  65. package/dist/components/Comment/MucCommentText.stories.d.ts +0 -93
  66. package/dist/components/Comment/MucCommentText.vue.d.ts +0 -47
  67. package/dist/components/Form/MucCheckbox.stories.d.ts +0 -40
  68. package/dist/components/Form/MucCheckbox.vue.d.ts +0 -26
  69. package/dist/components/Form/MucCheckboxGroup.stories.d.ts +0 -241
  70. package/dist/components/Form/MucCheckboxGroup.vue.d.ts +0 -46
  71. package/dist/components/Form/MucCounter.stories.d.ts +0 -89
  72. package/dist/components/Form/MucCounter.vue.d.ts +0 -54
  73. package/dist/components/Form/MucErrorList.stories.d.ts +0 -41
  74. package/dist/components/Form/MucErrorList.vue.d.ts +0 -17
  75. package/dist/components/Form/MucInput.stories.d.ts +0 -239
  76. package/dist/components/Form/MucRadioButton.stories.d.ts +0 -168
  77. package/dist/components/Form/MucRadioButton.vue.d.ts +0 -59
  78. package/dist/components/Form/MucRadioButtonGroup.vue.d.ts +0 -54
  79. package/dist/components/Form/MucSelect.stories.d.ts +0 -116
  80. package/dist/components/Form/MucSelectItem.vue.d.ts +0 -18
  81. package/dist/components/Form/MucTextArea.stories.d.ts +0 -94
  82. package/dist/components/Form/MucTextArea.vue.d.ts +0 -61
  83. package/dist/components/Icon/MucIcon.stories.d.ts +0 -43
  84. package/dist/components/Icon/MucIcon.vue.d.ts +0 -29
  85. package/dist/components/Intro/MucIntro.stories.d.ts +0 -97
  86. package/dist/components/Intro/MucIntro.vue.d.ts +0 -54
  87. package/dist/components/Link/MucLink.stories.d.ts +0 -139
  88. package/dist/components/Link/MucLink.vue.d.ts +0 -92
  89. package/dist/muc-patternlab-vue.es.js +0 -973
  90. package/src/components/Banner/MucBanner.stories.ts +0 -47
  91. package/src/components/Banner/MucBanner.vue +0 -109
  92. package/src/components/Banner/index.ts +0 -3
  93. package/src/components/BuisnessHours/BusinessHourType.ts +0 -28
  94. package/src/components/BuisnessHours/BusinessHours.stories.ts +0 -108
  95. package/src/components/BuisnessHours/MucBusinessHours.vue +0 -162
  96. package/src/components/Button/MucButton.stories.ts +0 -63
  97. package/src/components/Button/MucButton.vue +0 -89
  98. package/src/components/Button/index.ts +0 -3
  99. package/src/components/Callout/MucCallout.stories.ts +0 -49
  100. package/src/components/Callout/MucCallout.vue +0 -140
  101. package/src/components/Callout/index.ts +0 -3
  102. package/src/components/Card/MucCard.stories.ts +0 -55
  103. package/src/components/Card/MucCard.vue +0 -92
  104. package/src/components/Card/MucCardContainer.stories.ts +0 -43
  105. package/src/components/Card/MucCardContainer.vue +0 -37
  106. package/src/components/Card/index.ts +0 -4
  107. package/src/components/Comment/CommentType.ts +0 -3
  108. package/src/components/Comment/MucComment.stories.ts +0 -38
  109. package/src/components/Comment/MucComment.vue +0 -179
  110. package/src/components/Comment/MucCommentText.stories.ts +0 -38
  111. package/src/components/Comment/MucCommentText.vue +0 -61
  112. package/src/components/Comment/index.ts +0 -4
  113. package/src/components/Divider/MucDivider.stories.ts +0 -19
  114. package/src/components/Divider/MucDivider.vue +0 -9
  115. package/src/components/Divider/index.ts +0 -3
  116. package/src/components/Form/MucCheckbox.stories.ts +0 -25
  117. package/src/components/Form/MucCheckbox.vue +0 -47
  118. package/src/components/Form/MucCheckboxGroup.stories.ts +0 -43
  119. package/src/components/Form/MucCheckboxGroup.vue +0 -80
  120. package/src/components/Form/MucCounter.stories.ts +0 -47
  121. package/src/components/Form/MucCounter.vue +0 -128
  122. package/src/components/Form/MucErrorList.stories.ts +0 -31
  123. package/src/components/Form/MucErrorList.vue +0 -34
  124. package/src/components/Form/MucInput.stories.ts +0 -90
  125. package/src/components/Form/MucInput.vue +0 -198
  126. package/src/components/Form/MucRadioButton.stories.ts +0 -32
  127. package/src/components/Form/MucRadioButton.vue +0 -81
  128. package/src/components/Form/MucRadioButtonGroup.vue +0 -65
  129. package/src/components/Form/MucRadioButtonTypes.ts +0 -41
  130. package/src/components/Form/MucSelect.stories.ts +0 -69
  131. package/src/components/Form/MucSelect.vue +0 -352
  132. package/src/components/Form/MucSelectItem.vue +0 -25
  133. package/src/components/Form/MucSelectTypes.ts +0 -8
  134. package/src/components/Form/MucTextArea.stories.ts +0 -47
  135. package/src/components/Form/MucTextArea.vue +0 -80
  136. package/src/components/Form/index.ts +0 -23
  137. package/src/components/Icon/MucIcon.stories.ts +0 -35
  138. package/src/components/Icon/MucIcon.vue +0 -29
  139. package/src/components/Icon/index.ts +0 -3
  140. package/src/components/Intro/MucIntro.stories.ts +0 -37
  141. package/src/components/Intro/MucIntro.vue +0 -70
  142. package/src/components/Intro/index.ts +0 -3
  143. package/src/components/Link/MucLink.stories.ts +0 -36
  144. package/src/components/Link/MucLink.vue +0 -74
  145. package/src/components/Link/index.ts +0 -3
  146. package/src/components/index.ts +0 -43
  147. package/src/composables/useOnClickOutside.ts +0 -24
  148. package/src/index.ts +0 -14
  149. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.eot +0 -0
  150. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.svg +0 -0
  151. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.ttf +0 -0
  152. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.woff +0 -0
  153. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.woff2 +0 -0
  154. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.eot +0 -0
  155. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.svg +0 -0
  156. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.ttf +0 -0
  157. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.woff +0 -0
  158. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.woff2 +0 -0
  159. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.eot +0 -0
  160. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.svg +0 -0
  161. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.ttf +0 -0
  162. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.woff +0 -0
  163. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.woff2 +0 -0
  164. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.eot +0 -0
  165. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.svg +0 -0
  166. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.ttf +0 -0
  167. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.woff +0 -0
  168. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.woff2 +0 -0
  169. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.eot +0 -0
  170. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.svg +0 -0
  171. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.ttf +0 -0
  172. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.woff +0 -0
  173. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.woff2 +0 -0
  174. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.eot +0 -0
  175. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.svg +0 -0
  176. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.ttf +0 -0
  177. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.woff +0 -0
  178. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.woff2 +0 -0
  179. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.eot +0 -0
  180. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.svg +0 -0
  181. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.ttf +0 -0
  182. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.woff +0 -0
  183. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.woff2 +0 -0
  184. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.eot +0 -0
  185. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.svg +0 -0
  186. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.ttf +0 -0
  187. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.woff +0 -0
  188. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.woff2 +0 -0
  189. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.eot +0 -0
  190. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.svg +0 -0
  191. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.ttf +0 -0
  192. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.woff +0 -0
  193. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.woff2 +0 -0
  194. /package/{dist/assets → assets}/temporary/custom-icons.svg +0 -0
  195. /package/{dist/assets → assets}/temporary/custom-style.css +0 -0
  196. /package/{dist/assets → assets}/temporary/muc-icons.svg +0 -0
  197. /package/{dist/assets → assets}/temporary/muenchende-fontfaces.css +0 -0
  198. /package/{dist/assets → assets}/temporary/muenchende-style.css +0 -0
  199. /package/{dist/components → components}/Banner/index.d.ts +0 -0
  200. /package/{dist/components → components}/BuisnessHours/BusinessHourType.d.ts +0 -0
  201. /package/{dist/components → components}/Button/index.d.ts +0 -0
  202. /package/{dist/components → components}/Callout/index.d.ts +0 -0
  203. /package/{dist/components → components}/Card/index.d.ts +0 -0
  204. /package/{dist/components → components}/Comment/CommentType.d.ts +0 -0
  205. /package/{dist/components → components}/Comment/index.d.ts +0 -0
  206. /package/{dist/components → components}/Divider/index.d.ts +0 -0
  207. /package/{dist/components → components}/Form/MucRadioButtonTypes.d.ts +0 -0
  208. /package/{dist/components → components}/Form/MucSelectTypes.d.ts +0 -0
  209. /package/{dist/components → components}/Form/index.d.ts +0 -0
  210. /package/{dist/components → components}/Icon/index.d.ts +0 -0
  211. /package/{dist/components → components}/Intro/index.d.ts +0 -0
  212. /package/{dist/components → components}/Link/index.d.ts +0 -0
  213. /package/{dist/composables → composables}/useOnClickOutside.d.ts +0 -0
  214. /package/{dist/index.d.ts → index.d.ts} +0 -0
@@ -1,89 +0,0 @@
1
- declare const _default: {
2
- component: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
4
- type: {
5
- type: import('vue').PropType<"info" | "success" | "warning" | "error">;
6
- default: string;
7
- };
8
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
9
- type: {
10
- type: import('vue').PropType<"info" | "success" | "warning" | "error">;
11
- default: string;
12
- };
13
- }>>, {
14
- type: "info" | "success" | "warning" | "error";
15
- }, true, {}, {}, {
16
- P: {};
17
- B: {};
18
- D: {};
19
- C: {};
20
- M: {};
21
- Defaults: {};
22
- }, Readonly<import('vue').ExtractPropTypes<{
23
- type: {
24
- type: import('vue').PropType<"info" | "success" | "warning" | "error">;
25
- default: string;
26
- };
27
- }>>, {}, {}, {}, {}, {
28
- type: "info" | "success" | "warning" | "error";
29
- }>;
30
- __isFragment?: never;
31
- __isTeleport?: never;
32
- __isSuspense?: never;
33
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
34
- type: {
35
- type: import('vue').PropType<"info" | "success" | "warning" | "error">;
36
- default: string;
37
- };
38
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
39
- type: "info" | "success" | "warning" | "error";
40
- }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
41
- $slots: Readonly<{
42
- icon(): any;
43
- header(): any;
44
- content(): any;
45
- }> & {
46
- icon(): any;
47
- header(): any;
48
- content(): any;
49
- };
50
- });
51
- title: string;
52
- tags: string[];
53
- parameters: {
54
- docs: {
55
- description: {
56
- component: string;
57
- };
58
- };
59
- };
60
- };
61
- export default _default;
62
- export declare const Default: {
63
- args: {
64
- header: string;
65
- content: string;
66
- type: string;
67
- };
68
- };
69
- export declare const Success: {
70
- args: {
71
- header: string;
72
- type: string;
73
- content: string;
74
- };
75
- };
76
- export declare const Warning: {
77
- args: {
78
- header: string;
79
- type: string;
80
- content: string;
81
- };
82
- };
83
- export declare const Error: {
84
- args: {
85
- header: string;
86
- type: string;
87
- content: string;
88
- };
89
- };
@@ -1,73 +0,0 @@
1
- type calloutType = "info" | "warning" | "success" | "error";
2
- declare function __VLS_template(): Readonly<{
3
- /**
4
- * Icon shown above the callout. Defaults to icons matching the type.
5
- */
6
- icon(): any;
7
- /**
8
- * Heading of the callout.
9
- */
10
- header(): any;
11
- /**
12
- * Content beneath the heading shown as text.
13
- */
14
- content(): any;
15
- }> & {
16
- /**
17
- * Icon shown above the callout. Defaults to icons matching the type.
18
- */
19
- icon(): any;
20
- /**
21
- * Heading of the callout.
22
- */
23
- header(): any;
24
- /**
25
- * Content beneath the heading shown as text.
26
- */
27
- content(): any;
28
- };
29
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
30
- /**
31
- * Type of the callout, default is `info`.
32
- *
33
- * Available are `info`, `warning`, `success` and `error`.
34
- */
35
- type?: calloutType;
36
- }>, {
37
- type: string;
38
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
39
- /**
40
- * Type of the callout, default is `info`.
41
- *
42
- * Available are `info`, `warning`, `success` and `error`.
43
- */
44
- type?: calloutType;
45
- }>, {
46
- type: string;
47
- }>>>, {
48
- type: calloutType;
49
- }, {}>;
50
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
51
- export default _default;
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
- type __VLS_WithTemplateSlots<T, S> = T & {
61
- new (): {
62
- $slots: S;
63
- };
64
- };
65
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
66
- type __VLS_TypePropsToOption<T> = {
67
- [K in keyof T]-?: {} extends Pick<T, K> ? {
68
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
69
- } : {
70
- type: import('vue').PropType<T[K]>;
71
- required: true;
72
- };
73
- };
@@ -1,165 +0,0 @@
1
- declare const _default: {
2
- component: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
4
- title: {
5
- type: import('vue').PropType<string>;
6
- required: true;
7
- };
8
- tagline: {
9
- type: import('vue').PropType<string>;
10
- required: true;
11
- };
12
- }>> & {
13
- onClick?: ((click: Event) => any) | undefined;
14
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
- click: (click: Event) => void;
16
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
17
- title: {
18
- type: import('vue').PropType<string>;
19
- required: true;
20
- };
21
- tagline: {
22
- type: import('vue').PropType<string>;
23
- required: true;
24
- };
25
- }>> & {
26
- onClick?: ((click: Event) => any) | undefined;
27
- }, {}, true, {}, {}, {
28
- P: {};
29
- B: {};
30
- D: {};
31
- C: {};
32
- M: {};
33
- Defaults: {};
34
- }, Readonly<import('vue').ExtractPropTypes<{
35
- title: {
36
- type: import('vue').PropType<string>;
37
- required: true;
38
- };
39
- tagline: {
40
- type: import('vue').PropType<string>;
41
- required: true;
42
- };
43
- }>> & {
44
- onClick?: ((click: Event) => any) | undefined;
45
- }, {}, {}, {}, {}, {}>;
46
- __isFragment?: never;
47
- __isTeleport?: never;
48
- __isSuspense?: never;
49
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
50
- title: {
51
- type: import('vue').PropType<string>;
52
- required: true;
53
- };
54
- tagline: {
55
- type: import('vue').PropType<string>;
56
- required: true;
57
- };
58
- }>> & {
59
- onClick?: ((click: Event) => any) | undefined;
60
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
61
- click: (click: Event) => void;
62
- }, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
63
- $slots: Readonly<{
64
- headerPrefix(): any;
65
- content(): any;
66
- }> & {
67
- headerPrefix(): any;
68
- content(): any;
69
- };
70
- });
71
- title: string;
72
- tags: string[];
73
- args: {
74
- onClick: import('@vitest/spy').Mock<any, any>;
75
- };
76
- parameters: {
77
- docs: {
78
- description: {
79
- component: string;
80
- };
81
- };
82
- };
83
- };
84
- export default _default;
85
- export declare const Default: {
86
- args: {
87
- title: string;
88
- tagline: string;
89
- content: string;
90
- };
91
- };
92
- export declare const WithHeaderPrefix: () => {
93
- components: {
94
- MucCard: {
95
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
96
- title: {
97
- type: import('vue').PropType<string>;
98
- required: true;
99
- };
100
- tagline: {
101
- type: import('vue').PropType<string>;
102
- required: true;
103
- };
104
- }>> & {
105
- onClick?: ((click: Event) => any) | undefined;
106
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
107
- click: (click: Event) => void;
108
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
109
- title: {
110
- type: import('vue').PropType<string>;
111
- required: true;
112
- };
113
- tagline: {
114
- type: import('vue').PropType<string>;
115
- required: true;
116
- };
117
- }>> & {
118
- onClick?: ((click: Event) => any) | undefined;
119
- }, {}, true, {}, {}, {
120
- P: {};
121
- B: {};
122
- D: {};
123
- C: {};
124
- M: {};
125
- Defaults: {};
126
- }, Readonly<import('vue').ExtractPropTypes<{
127
- title: {
128
- type: import('vue').PropType<string>;
129
- required: true;
130
- };
131
- tagline: {
132
- type: import('vue').PropType<string>;
133
- required: true;
134
- };
135
- }>> & {
136
- onClick?: ((click: Event) => any) | undefined;
137
- }, {}, {}, {}, {}, {}>;
138
- __isFragment?: never;
139
- __isTeleport?: never;
140
- __isSuspense?: never;
141
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
142
- title: {
143
- type: import('vue').PropType<string>;
144
- required: true;
145
- };
146
- tagline: {
147
- type: import('vue').PropType<string>;
148
- required: true;
149
- };
150
- }>> & {
151
- onClick?: ((click: Event) => any) | undefined;
152
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
153
- click: (click: Event) => void;
154
- }, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
155
- $slots: Readonly<{
156
- headerPrefix(): any;
157
- content(): any;
158
- }> & {
159
- headerPrefix(): any;
160
- content(): any;
161
- };
162
- });
163
- };
164
- template: string;
165
- };
@@ -1,46 +0,0 @@
1
- declare function __VLS_template(): Readonly<{
2
- /**
3
- * Icon shown above the callout. Defaults to icons matching the type.
4
- */
5
- headerPrefix(): any;
6
- /**
7
- * Content beneath the heading shown as text.
8
- */
9
- content(): any;
10
- }> & {
11
- /**
12
- * Icon shown above the callout. Defaults to icons matching the type.
13
- */
14
- headerPrefix(): any;
15
- /**
16
- * Content beneath the heading shown as text.
17
- */
18
- content(): any;
19
- };
20
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToOption<{
21
- title: string;
22
- tagline: string;
23
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
- click: (click: Event) => void;
25
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
26
- title: string;
27
- tagline: string;
28
- }>>> & {
29
- onClick?: ((click: Event) => any) | undefined;
30
- }, {}, {}>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
32
- export default _default;
33
- type __VLS_WithTemplateSlots<T, S> = T & {
34
- new (): {
35
- $slots: S;
36
- };
37
- };
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToOption<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: import('vue').PropType<T[K]>;
44
- required: true;
45
- };
46
- };
@@ -1,148 +0,0 @@
1
- declare const _default: {
2
- components: {
3
- MucCardContainer: {
4
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{}>>, {}, true, {}, {}, {
5
- P: {};
6
- B: {};
7
- D: {};
8
- C: {};
9
- M: {};
10
- Defaults: {};
11
- }, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
12
- __isFragment?: never;
13
- __isTeleport?: never;
14
- __isSuspense?: never;
15
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
16
- $slots: Readonly<{
17
- default(): any;
18
- }> & {
19
- default(): any;
20
- };
21
- });
22
- };
23
- component: {
24
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{}>>, {}, true, {}, {}, {
25
- P: {};
26
- B: {};
27
- D: {};
28
- C: {};
29
- M: {};
30
- Defaults: {};
31
- }, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
32
- __isFragment?: never;
33
- __isTeleport?: never;
34
- __isSuspense?: never;
35
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
36
- $slots: Readonly<{
37
- default(): any;
38
- }> & {
39
- default(): any;
40
- };
41
- });
42
- title: string;
43
- tags: string[];
44
- args: {
45
- onClick: import('@vitest/spy').Mock<any, any>;
46
- };
47
- parameters: {
48
- docs: {
49
- description: {
50
- component: string;
51
- };
52
- };
53
- };
54
- };
55
- export default _default;
56
- export declare const Template: () => {
57
- components: {
58
- MucCardContainer: {
59
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{}>>, {}, true, {}, {}, {
60
- P: {};
61
- B: {};
62
- D: {};
63
- C: {};
64
- M: {};
65
- Defaults: {};
66
- }, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
67
- __isFragment?: never;
68
- __isTeleport?: never;
69
- __isSuspense?: never;
70
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
71
- $slots: Readonly<{
72
- default(): any;
73
- }> & {
74
- default(): any;
75
- };
76
- });
77
- MucCard: {
78
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
79
- title: {
80
- type: import('vue').PropType<string>;
81
- required: true;
82
- };
83
- tagline: {
84
- type: import('vue').PropType<string>;
85
- required: true;
86
- };
87
- }>> & {
88
- onClick?: ((click: Event) => any) | undefined;
89
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
90
- click: (click: Event) => void;
91
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
92
- title: {
93
- type: import('vue').PropType<string>;
94
- required: true;
95
- };
96
- tagline: {
97
- type: import('vue').PropType<string>;
98
- required: true;
99
- };
100
- }>> & {
101
- onClick?: ((click: Event) => any) | undefined;
102
- }, {}, true, {}, {}, {
103
- P: {};
104
- B: {};
105
- D: {};
106
- C: {};
107
- M: {};
108
- Defaults: {};
109
- }, Readonly<import('vue').ExtractPropTypes<{
110
- title: {
111
- type: import('vue').PropType<string>;
112
- required: true;
113
- };
114
- tagline: {
115
- type: import('vue').PropType<string>;
116
- required: true;
117
- };
118
- }>> & {
119
- onClick?: ((click: Event) => any) | undefined;
120
- }, {}, {}, {}, {}, {}>;
121
- __isFragment?: never;
122
- __isTeleport?: never;
123
- __isSuspense?: never;
124
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
125
- title: {
126
- type: import('vue').PropType<string>;
127
- required: true;
128
- };
129
- tagline: {
130
- type: import('vue').PropType<string>;
131
- required: true;
132
- };
133
- }>> & {
134
- onClick?: ((click: Event) => any) | undefined;
135
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
136
- click: (click: Event) => void;
137
- }, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
138
- $slots: Readonly<{
139
- headerPrefix(): any;
140
- content(): any;
141
- }> & {
142
- headerPrefix(): any;
143
- content(): any;
144
- };
145
- });
146
- };
147
- template: string;
148
- };
@@ -1,19 +0,0 @@
1
- declare function __VLS_template(): Readonly<{
2
- /**
3
- * MucCards can be put into this slot.
4
- */
5
- default(): any;
6
- }> & {
7
- /**
8
- * MucCards can be put into this slot.
9
- */
10
- default(): any;
11
- };
12
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
- export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
16
- new (): {
17
- $slots: S;
18
- };
19
- };
@@ -1,106 +0,0 @@
1
- declare const _default: {
2
- component: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
4
- variant: {
5
- type: import('vue').PropType<import('./CommentType').default>;
6
- default: string;
7
- };
8
- rating: {
9
- type: import('vue').PropType<number>;
10
- required: true;
11
- };
12
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
13
- variant: {
14
- type: import('vue').PropType<import('./CommentType').default>;
15
- default: string;
16
- };
17
- rating: {
18
- type: import('vue').PropType<number>;
19
- required: true;
20
- };
21
- }>>, {
22
- variant: import('./CommentType').default;
23
- }, true, {}, {}, {
24
- P: {};
25
- B: {};
26
- D: {};
27
- C: {};
28
- M: {};
29
- Defaults: {};
30
- }, Readonly<import('vue').ExtractPropTypes<{
31
- variant: {
32
- type: import('vue').PropType<import('./CommentType').default>;
33
- default: string;
34
- };
35
- rating: {
36
- type: import('vue').PropType<number>;
37
- required: true;
38
- };
39
- }>>, {}, {}, {}, {}, {
40
- variant: import('./CommentType').default;
41
- }>;
42
- __isFragment?: never;
43
- __isTeleport?: never;
44
- __isSuspense?: never;
45
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
46
- variant: {
47
- type: import('vue').PropType<import('./CommentType').default>;
48
- default: string;
49
- };
50
- rating: {
51
- type: import('vue').PropType<number>;
52
- required: true;
53
- };
54
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
55
- variant: import('./CommentType').default;
56
- }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
57
- $slots: Readonly<{
58
- initials(): any;
59
- author(): any;
60
- datePrefix(): any;
61
- date(): any;
62
- headline(): any;
63
- text(): any;
64
- }> & {
65
- initials(): any;
66
- author(): any;
67
- datePrefix(): any;
68
- date(): any;
69
- headline(): any;
70
- text(): any;
71
- };
72
- });
73
- title: string;
74
- tags: string[];
75
- parameters: {
76
- docs: {
77
- description: {
78
- component: string;
79
- };
80
- };
81
- };
82
- };
83
- export default _default;
84
- export declare const Default: {
85
- args: {
86
- rating: number;
87
- initials: string;
88
- author: string;
89
- datePrefix: string;
90
- date: string;
91
- headline: string;
92
- text: string;
93
- };
94
- };
95
- export declare const Slider: {
96
- args: {
97
- rating: number;
98
- variant: string;
99
- initials: string;
100
- author: string;
101
- datePrefix: string;
102
- date: string;
103
- headline: string;
104
- text: string;
105
- };
106
- };