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

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 (218) 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/FileDropzone/IconFileUpload.vue.d.ts +2 -0
  20. package/components/FileDropzone/MucFileDropzone.stories.d.ts +49 -0
  21. package/components/FileDropzone/MucFileDropzone.vue.d.ts +80 -0
  22. package/components/FileDropzone/index.d.ts +2 -0
  23. package/components/Form/MucCheckbox.stories.d.ts +33 -0
  24. package/components/Form/MucCheckbox.vue.d.ts +18 -0
  25. package/components/Form/MucCheckboxGroup.stories.d.ts +188 -0
  26. package/components/Form/MucCheckboxGroup.vue.d.ts +42 -0
  27. package/components/Form/MucCounter.stories.d.ts +63 -0
  28. package/components/Form/MucCounter.vue.d.ts +33 -0
  29. package/components/Form/MucErrorList.stories.d.ts +31 -0
  30. package/components/Form/MucErrorList.vue.d.ts +8 -0
  31. package/components/Form/MucInput.stories.d.ts +165 -0
  32. package/{dist/components → components}/Form/MucInput.vue.d.ts +23 -42
  33. package/components/Form/MucRadioButton.stories.d.ts +104 -0
  34. package/components/Form/MucRadioButton.vue.d.ts +38 -0
  35. package/components/Form/MucRadioButtonGroup.vue.d.ts +38 -0
  36. package/components/Form/MucSelect.stories.d.ts +82 -0
  37. package/{dist/components → components}/Form/MucSelect.vue.d.ts +5 -30
  38. package/components/Form/MucSelectItem.vue.d.ts +9 -0
  39. package/components/Form/MucTextArea.stories.d.ts +64 -0
  40. package/components/Form/MucTextArea.vue.d.ts +38 -0
  41. package/components/Icon/MucIcon.stories.d.ts +33 -0
  42. package/components/Icon/MucIcon.vue.d.ts +20 -0
  43. package/components/Intro/MucIntro.stories.d.ts +61 -0
  44. package/components/Intro/MucIntro.vue.d.ts +50 -0
  45. package/components/Link/MucLink.stories.d.ts +83 -0
  46. package/components/Link/MucLink.vue.d.ts +72 -0
  47. package/components/PercentageSpinner/MucPercentageSpinner.stories.d.ts +30 -0
  48. package/components/PercentageSpinner/MucPercentageSpinner.vue.d.ts +28 -0
  49. package/components/PercentageSpinner/index.d.ts +2 -0
  50. package/{dist/components → components}/index.d.ts +3 -1
  51. package/muc-patternlab-vue.es.js +1135 -0
  52. package/package.json +6 -9
  53. package/{dist/style.css → style.css} +1 -1
  54. package/LICENSE +0 -21
  55. package/README.md +0 -111
  56. package/dist/components/Banner/MucBanner.stories.d.ts +0 -82
  57. package/dist/components/Banner/MucBanner.vue.d.ts +0 -54
  58. package/dist/components/BuisnessHours/BusinessHours.stories.d.ts +0 -116
  59. package/dist/components/BuisnessHours/MucBusinessHours.vue.d.ts +0 -74
  60. package/dist/components/Button/MucButton.stories.d.ts +0 -158
  61. package/dist/components/Callout/MucCallout.stories.d.ts +0 -89
  62. package/dist/components/Callout/MucCallout.vue.d.ts +0 -73
  63. package/dist/components/Card/MucCard.stories.d.ts +0 -165
  64. package/dist/components/Card/MucCard.vue.d.ts +0 -46
  65. package/dist/components/Card/MucCardContainer.stories.d.ts +0 -148
  66. package/dist/components/Card/MucCardContainer.vue.d.ts +0 -19
  67. package/dist/components/Comment/MucComment.stories.d.ts +0 -106
  68. package/dist/components/Comment/MucComment.vue.d.ts +0 -105
  69. package/dist/components/Comment/MucCommentText.stories.d.ts +0 -93
  70. package/dist/components/Comment/MucCommentText.vue.d.ts +0 -47
  71. package/dist/components/Form/MucCheckbox.stories.d.ts +0 -40
  72. package/dist/components/Form/MucCheckbox.vue.d.ts +0 -26
  73. package/dist/components/Form/MucCheckboxGroup.stories.d.ts +0 -241
  74. package/dist/components/Form/MucCheckboxGroup.vue.d.ts +0 -46
  75. package/dist/components/Form/MucCounter.stories.d.ts +0 -89
  76. package/dist/components/Form/MucCounter.vue.d.ts +0 -54
  77. package/dist/components/Form/MucErrorList.stories.d.ts +0 -41
  78. package/dist/components/Form/MucErrorList.vue.d.ts +0 -17
  79. package/dist/components/Form/MucInput.stories.d.ts +0 -239
  80. package/dist/components/Form/MucRadioButton.stories.d.ts +0 -168
  81. package/dist/components/Form/MucRadioButton.vue.d.ts +0 -59
  82. package/dist/components/Form/MucRadioButtonGroup.vue.d.ts +0 -54
  83. package/dist/components/Form/MucSelect.stories.d.ts +0 -116
  84. package/dist/components/Form/MucSelectItem.vue.d.ts +0 -18
  85. package/dist/components/Form/MucTextArea.stories.d.ts +0 -94
  86. package/dist/components/Form/MucTextArea.vue.d.ts +0 -61
  87. package/dist/components/Icon/MucIcon.stories.d.ts +0 -43
  88. package/dist/components/Icon/MucIcon.vue.d.ts +0 -29
  89. package/dist/components/Intro/MucIntro.stories.d.ts +0 -97
  90. package/dist/components/Intro/MucIntro.vue.d.ts +0 -54
  91. package/dist/components/Link/MucLink.stories.d.ts +0 -139
  92. package/dist/components/Link/MucLink.vue.d.ts +0 -92
  93. package/dist/muc-patternlab-vue.es.js +0 -973
  94. package/src/components/Banner/MucBanner.stories.ts +0 -47
  95. package/src/components/Banner/MucBanner.vue +0 -109
  96. package/src/components/Banner/index.ts +0 -3
  97. package/src/components/BuisnessHours/BusinessHourType.ts +0 -28
  98. package/src/components/BuisnessHours/BusinessHours.stories.ts +0 -108
  99. package/src/components/BuisnessHours/MucBusinessHours.vue +0 -162
  100. package/src/components/Button/MucButton.stories.ts +0 -63
  101. package/src/components/Button/MucButton.vue +0 -89
  102. package/src/components/Button/index.ts +0 -3
  103. package/src/components/Callout/MucCallout.stories.ts +0 -49
  104. package/src/components/Callout/MucCallout.vue +0 -140
  105. package/src/components/Callout/index.ts +0 -3
  106. package/src/components/Card/MucCard.stories.ts +0 -55
  107. package/src/components/Card/MucCard.vue +0 -92
  108. package/src/components/Card/MucCardContainer.stories.ts +0 -43
  109. package/src/components/Card/MucCardContainer.vue +0 -37
  110. package/src/components/Card/index.ts +0 -4
  111. package/src/components/Comment/CommentType.ts +0 -3
  112. package/src/components/Comment/MucComment.stories.ts +0 -38
  113. package/src/components/Comment/MucComment.vue +0 -179
  114. package/src/components/Comment/MucCommentText.stories.ts +0 -38
  115. package/src/components/Comment/MucCommentText.vue +0 -61
  116. package/src/components/Comment/index.ts +0 -4
  117. package/src/components/Divider/MucDivider.stories.ts +0 -19
  118. package/src/components/Divider/MucDivider.vue +0 -9
  119. package/src/components/Divider/index.ts +0 -3
  120. package/src/components/Form/MucCheckbox.stories.ts +0 -25
  121. package/src/components/Form/MucCheckbox.vue +0 -47
  122. package/src/components/Form/MucCheckboxGroup.stories.ts +0 -43
  123. package/src/components/Form/MucCheckboxGroup.vue +0 -80
  124. package/src/components/Form/MucCounter.stories.ts +0 -47
  125. package/src/components/Form/MucCounter.vue +0 -128
  126. package/src/components/Form/MucErrorList.stories.ts +0 -31
  127. package/src/components/Form/MucErrorList.vue +0 -34
  128. package/src/components/Form/MucInput.stories.ts +0 -90
  129. package/src/components/Form/MucInput.vue +0 -198
  130. package/src/components/Form/MucRadioButton.stories.ts +0 -32
  131. package/src/components/Form/MucRadioButton.vue +0 -81
  132. package/src/components/Form/MucRadioButtonGroup.vue +0 -65
  133. package/src/components/Form/MucRadioButtonTypes.ts +0 -41
  134. package/src/components/Form/MucSelect.stories.ts +0 -69
  135. package/src/components/Form/MucSelect.vue +0 -352
  136. package/src/components/Form/MucSelectItem.vue +0 -25
  137. package/src/components/Form/MucSelectTypes.ts +0 -8
  138. package/src/components/Form/MucTextArea.stories.ts +0 -47
  139. package/src/components/Form/MucTextArea.vue +0 -80
  140. package/src/components/Form/index.ts +0 -23
  141. package/src/components/Icon/MucIcon.stories.ts +0 -35
  142. package/src/components/Icon/MucIcon.vue +0 -29
  143. package/src/components/Icon/index.ts +0 -3
  144. package/src/components/Intro/MucIntro.stories.ts +0 -37
  145. package/src/components/Intro/MucIntro.vue +0 -70
  146. package/src/components/Intro/index.ts +0 -3
  147. package/src/components/Link/MucLink.stories.ts +0 -36
  148. package/src/components/Link/MucLink.vue +0 -74
  149. package/src/components/Link/index.ts +0 -3
  150. package/src/components/index.ts +0 -43
  151. package/src/composables/useOnClickOutside.ts +0 -24
  152. package/src/index.ts +0 -14
  153. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.eot +0 -0
  154. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.svg +0 -0
  155. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.ttf +0 -0
  156. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.woff +0 -0
  157. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.woff2 +0 -0
  158. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.eot +0 -0
  159. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.svg +0 -0
  160. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.ttf +0 -0
  161. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.woff +0 -0
  162. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.woff2 +0 -0
  163. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.eot +0 -0
  164. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.svg +0 -0
  165. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.ttf +0 -0
  166. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.woff +0 -0
  167. /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.woff2 +0 -0
  168. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.eot +0 -0
  169. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.svg +0 -0
  170. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.ttf +0 -0
  171. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.woff +0 -0
  172. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.woff2 +0 -0
  173. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.eot +0 -0
  174. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.svg +0 -0
  175. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.ttf +0 -0
  176. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.woff +0 -0
  177. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.woff2 +0 -0
  178. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.eot +0 -0
  179. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.svg +0 -0
  180. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.ttf +0 -0
  181. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.woff +0 -0
  182. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.woff2 +0 -0
  183. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.eot +0 -0
  184. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.svg +0 -0
  185. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.ttf +0 -0
  186. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.woff +0 -0
  187. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.woff2 +0 -0
  188. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.eot +0 -0
  189. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.svg +0 -0
  190. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.ttf +0 -0
  191. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.woff +0 -0
  192. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.woff2 +0 -0
  193. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.eot +0 -0
  194. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.svg +0 -0
  195. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.ttf +0 -0
  196. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.woff +0 -0
  197. /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.woff2 +0 -0
  198. /package/{dist/assets → assets}/temporary/custom-icons.svg +0 -0
  199. /package/{dist/assets → assets}/temporary/custom-style.css +0 -0
  200. /package/{dist/assets → assets}/temporary/muc-icons.svg +0 -0
  201. /package/{dist/assets → assets}/temporary/muenchende-fontfaces.css +0 -0
  202. /package/{dist/assets → assets}/temporary/muenchende-style.css +0 -0
  203. /package/{dist/components → components}/Banner/index.d.ts +0 -0
  204. /package/{dist/components → components}/BuisnessHours/BusinessHourType.d.ts +0 -0
  205. /package/{dist/components → components}/Button/index.d.ts +0 -0
  206. /package/{dist/components → components}/Callout/index.d.ts +0 -0
  207. /package/{dist/components → components}/Card/index.d.ts +0 -0
  208. /package/{dist/components → components}/Comment/CommentType.d.ts +0 -0
  209. /package/{dist/components → components}/Comment/index.d.ts +0 -0
  210. /package/{dist/components → components}/Divider/index.d.ts +0 -0
  211. /package/{dist/components → components}/Form/MucRadioButtonTypes.d.ts +0 -0
  212. /package/{dist/components → components}/Form/MucSelectTypes.d.ts +0 -0
  213. /package/{dist/components → components}/Form/index.d.ts +0 -0
  214. /package/{dist/components → components}/Icon/index.d.ts +0 -0
  215. /package/{dist/components → components}/Intro/index.d.ts +0 -0
  216. /package/{dist/components → components}/Link/index.d.ts +0 -0
  217. /package/{dist/composables → composables}/useOnClickOutside.d.ts +0 -0
  218. /package/{dist/index.d.ts → index.d.ts} +0 -0
@@ -39,56 +39,37 @@ declare let __VLS_typeProps: {
39
39
  type __VLS_PublicProps = {
40
40
  modelValue?: string;
41
41
  } & typeof __VLS_typeProps;
42
- declare function __VLS_template(): Readonly<{
43
- /**
44
- * Slot in front of the user input with divider.
45
- */
46
- prefix(): any;
47
- }> & {
48
- /**
49
- * Slot in front of the user input with divider.
50
- */
51
- prefix(): any;
42
+ declare function __VLS_template(): {
43
+ slots: Readonly<{
44
+ /**
45
+ * Slot in front of the user input with divider.
46
+ */
47
+ prefix(): any;
48
+ }> & {
49
+ /**
50
+ * Slot in front of the user input with divider.
51
+ */
52
+ prefix(): any;
53
+ };
54
+ refs: {};
55
+ attrs: Partial<{}>;
52
56
  };
53
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
54
- required: boolean;
55
- type: string;
56
- dataList: never[];
57
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
58
- "update:modelValue": (modelValue: string) => void;
59
- suffixClick: () => void;
60
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
61
- required: boolean;
62
- type: string;
63
- dataList: never[];
64
- }>>> & {
57
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
58
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
59
+ "update:modelValue": (modelValue: string) => any;
60
+ } & {
61
+ suffixClick: () => any;
62
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
65
63
  "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
66
64
  onSuffixClick?: (() => any) | undefined;
67
- }, {
65
+ }>, {
68
66
  type: inputType;
69
67
  required: boolean;
70
- }, {}>;
71
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
68
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
69
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
72
70
  export default _default;
73
- type __VLS_WithDefaults<P, D> = {
74
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
75
- default: D[K];
76
- }> : P[K];
77
- };
78
- type __VLS_Prettify<T> = {
79
- [K in keyof T]: T[K];
80
- } & {};
81
71
  type __VLS_WithTemplateSlots<T, S> = T & {
82
72
  new (): {
83
73
  $slots: S;
84
74
  };
85
75
  };
86
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
87
- type __VLS_TypePropsToOption<T> = {
88
- [K in keyof T]-?: {} extends Pick<T, K> ? {
89
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
90
- } : {
91
- type: import('vue').PropType<T[K]>;
92
- required: true;
93
- };
94
- };
@@ -0,0 +1,104 @@
1
+ declare const _default: {
2
+ component: import('vue').DefineComponent<{
3
+ value: string;
4
+ label?: string;
5
+ hint?: string;
6
+ disabled?: boolean;
7
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
8
+ value: string;
9
+ label?: string;
10
+ hint?: string;
11
+ disabled?: boolean;
12
+ }> & Readonly<{}>, {
13
+ disabled: boolean;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ title: string;
16
+ tags: string[];
17
+ parameters: {
18
+ docs: {
19
+ description: {
20
+ component: string;
21
+ };
22
+ };
23
+ };
24
+ };
25
+ export default _default;
26
+ export declare const Default: () => {
27
+ components: {
28
+ MucRadioButton: import('vue').DefineComponent<{
29
+ value: string;
30
+ label?: string;
31
+ hint?: string;
32
+ disabled?: boolean;
33
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
34
+ value: string;
35
+ label?: string;
36
+ hint?: string;
37
+ disabled?: boolean;
38
+ }> & Readonly<{}>, {
39
+ disabled: boolean;
40
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
41
+ MucRadioButtonGroup: {
42
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
43
+ modelValue?: import('./MucRadioButtonTypes').RadioButtonValueTypes;
44
+ } & {
45
+ heading?: string;
46
+ disabled?: boolean;
47
+ }> & Readonly<{
48
+ onChange?: ((value: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any) | undefined;
49
+ "onUpdate:modelValue"?: ((modelValue: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any) | undefined;
50
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
51
+ change: (value: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any;
52
+ "update:modelValue": (modelValue: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any;
53
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
54
+ modelValue?: import('./MucRadioButtonTypes').RadioButtonValueTypes;
55
+ } & {
56
+ heading?: string;
57
+ disabled?: boolean;
58
+ }> & Readonly<{
59
+ onChange?: ((value: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any) | undefined;
60
+ "onUpdate:modelValue"?: ((modelValue: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any) | undefined;
61
+ }>, {
62
+ disabled: boolean;
63
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
64
+ P: {};
65
+ B: {};
66
+ D: {};
67
+ C: {};
68
+ M: {};
69
+ Defaults: {};
70
+ }, Readonly<{
71
+ modelValue?: import('./MucRadioButtonTypes').RadioButtonValueTypes;
72
+ } & {
73
+ heading?: string;
74
+ disabled?: boolean;
75
+ }> & Readonly<{
76
+ onChange?: ((value: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any) | undefined;
77
+ "onUpdate:modelValue"?: ((modelValue: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any) | undefined;
78
+ }>, {}, {}, {}, {}, {
79
+ disabled: boolean;
80
+ }>;
81
+ __isFragment?: never;
82
+ __isTeleport?: never;
83
+ __isSuspense?: never;
84
+ } & import('vue').ComponentOptionsBase<Readonly<{
85
+ modelValue?: import('./MucRadioButtonTypes').RadioButtonValueTypes;
86
+ } & {
87
+ heading?: string;
88
+ disabled?: boolean;
89
+ }> & Readonly<{
90
+ onChange?: ((value: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any) | undefined;
91
+ "onUpdate:modelValue"?: ((modelValue: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any) | undefined;
92
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
93
+ change: (value: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any;
94
+ "update:modelValue": (modelValue: import('./MucRadioButtonTypes').RadioButtonValueTypes) => any;
95
+ }, string, {
96
+ disabled: boolean;
97
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
98
+ $slots: {
99
+ default?(_: {}): any;
100
+ };
101
+ });
102
+ };
103
+ template: string;
104
+ };
@@ -0,0 +1,38 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ /**
3
+ * value for this radiobutton
4
+ */
5
+ value: string;
6
+ /**
7
+ * Optional label shown behind the radiobutton
8
+ */
9
+ label?: string;
10
+ /**
11
+ * Optional hint shown beneath the radiobutton
12
+ */
13
+ hint?: string;
14
+ /**
15
+ * Optionally disable this specific radiobutton
16
+ */
17
+ disabled?: boolean;
18
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
19
+ /**
20
+ * value for this radiobutton
21
+ */
22
+ value: string;
23
+ /**
24
+ * Optional label shown behind the radiobutton
25
+ */
26
+ label?: string;
27
+ /**
28
+ * Optional hint shown beneath the radiobutton
29
+ */
30
+ hint?: string;
31
+ /**
32
+ * Optionally disable this specific radiobutton
33
+ */
34
+ disabled?: boolean;
35
+ }> & Readonly<{}>, {
36
+ disabled: boolean;
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
38
+ export default _default;
@@ -0,0 +1,38 @@
1
+ import { RadioButtonValueTypes } from './MucRadioButtonTypes';
2
+ declare let __VLS_typeProps: {
3
+ /**
4
+ * Optional heading above all radiobuttons as a group heading
5
+ */
6
+ heading?: string;
7
+ /**
8
+ * Optionally disable all child radiobuttons - defaults to 'false'
9
+ */
10
+ disabled?: boolean;
11
+ };
12
+ type __VLS_PublicProps = {
13
+ "modelValue"?: RadioButtonValueTypes;
14
+ } & typeof __VLS_typeProps;
15
+ declare function __VLS_template(): {
16
+ slots: {
17
+ default?(_: {}): any;
18
+ };
19
+ refs: {};
20
+ attrs: Partial<{}>;
21
+ };
22
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ change: (value: RadioButtonValueTypes) => any;
25
+ "update:modelValue": (modelValue: RadioButtonValueTypes) => any;
26
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
27
+ onChange?: ((value: RadioButtonValueTypes) => any) | undefined;
28
+ "onUpdate:modelValue"?: ((modelValue: RadioButtonValueTypes) => any) | undefined;
29
+ }>, {
30
+ disabled: boolean;
31
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
32
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
+ export default _default;
34
+ type __VLS_WithTemplateSlots<T, S> = T & {
35
+ new (): {
36
+ $slots: S;
37
+ };
38
+ };
@@ -0,0 +1,82 @@
1
+ declare const _default: {
2
+ component: import('vue').DefineComponent<{
3
+ modelValue?: import('./MucSelectTypes').MucSelectItemTypes | import('./MucSelectTypes').MucSelectItemTypes[];
4
+ } & {
5
+ items: import('./MucSelectTypes').MucSelectItemTypes[];
6
+ label?: string;
7
+ hint?: string;
8
+ multiple?: boolean;
9
+ noItemFoundMessage?: string;
10
+ itemTitle?: string;
11
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "update:modelValue": (modelValue: import('./MucSelectTypes').MucSelectItemTypes | import('./MucSelectTypes').MucSelectItemTypes[]) => any;
13
+ }, string, import('vue').PublicProps, Readonly<{
14
+ modelValue?: import('./MucSelectTypes').MucSelectItemTypes | import('./MucSelectTypes').MucSelectItemTypes[];
15
+ } & {
16
+ items: import('./MucSelectTypes').MucSelectItemTypes[];
17
+ label?: string;
18
+ hint?: string;
19
+ multiple?: boolean;
20
+ noItemFoundMessage?: string;
21
+ itemTitle?: string;
22
+ }> & Readonly<{
23
+ "onUpdate:modelValue"?: ((modelValue: import('./MucSelectTypes').MucSelectItemTypes | import('./MucSelectTypes').MucSelectItemTypes[]) => any) | undefined;
24
+ }>, {
25
+ multiple: boolean;
26
+ noItemFoundMessage: string;
27
+ itemTitle: string;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
+ title: string;
30
+ tags: string[];
31
+ parameters: {
32
+ docs: {
33
+ description: {
34
+ component: string;
35
+ };
36
+ };
37
+ };
38
+ };
39
+ export default _default;
40
+ export declare const Default: {
41
+ args: {
42
+ modelValue: {
43
+ id: string;
44
+ name: string;
45
+ quantity: number;
46
+ };
47
+ items: {
48
+ id: string;
49
+ name: string;
50
+ quantity: number;
51
+ }[];
52
+ label: string;
53
+ hint: string;
54
+ itemTitle: string;
55
+ };
56
+ };
57
+ export declare const MultiSelect: {
58
+ args: {
59
+ label: string;
60
+ multiple: boolean;
61
+ modelValue: {
62
+ id: string;
63
+ name: string;
64
+ quantity: number;
65
+ };
66
+ items: {
67
+ id: string;
68
+ name: string;
69
+ quantity: number;
70
+ }[];
71
+ hint: string;
72
+ itemTitle: string;
73
+ };
74
+ };
75
+ export declare const StringSelect: {
76
+ args: {
77
+ modelValue: string;
78
+ items: string[];
79
+ label: string;
80
+ hint: string;
81
+ };
82
+ };
@@ -28,38 +28,13 @@ declare let __VLS_typeProps: {
28
28
  type __VLS_PublicProps = {
29
29
  "modelValue"?: MucSelectItemTypes | MucSelectItemTypes[];
30
30
  } & typeof __VLS_typeProps;
31
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
32
- multiple: boolean;
33
- noItemFoundMessage: string;
34
- itemTitle: string;
35
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
- "update:modelValue": (modelValue: MucSelectItemTypes | MucSelectItemTypes[]) => void;
37
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
38
- multiple: boolean;
39
- noItemFoundMessage: string;
40
- itemTitle: string;
41
- }>>> & {
31
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
+ "update:modelValue": (modelValue: MucSelectItemTypes | MucSelectItemTypes[]) => any;
33
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
42
34
  "onUpdate:modelValue"?: ((modelValue: MucSelectItemTypes | MucSelectItemTypes[]) => any) | undefined;
43
- }, {
35
+ }>, {
44
36
  multiple: boolean;
45
37
  noItemFoundMessage: string;
46
38
  itemTitle: string;
47
- }, {}>;
39
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
48
40
  export default _default;
49
- type __VLS_WithDefaults<P, D> = {
50
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
51
- default: D[K];
52
- }> : P[K];
53
- };
54
- type __VLS_Prettify<T> = {
55
- [K in keyof T]: T[K];
56
- } & {};
57
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
- type __VLS_TypePropsToOption<T> = {
59
- [K in keyof T]-?: {} extends Pick<T, K> ? {
60
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
61
- } : {
62
- type: import('vue').PropType<T[K]>;
63
- required: true;
64
- };
65
- };
@@ -0,0 +1,9 @@
1
+ import { MucSelectItemTypes } from './MucSelectTypes';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ item: MucSelectItemTypes;
4
+ itemLabel: string;
5
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
+ item: MucSelectItemTypes;
7
+ itemLabel: string;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
@@ -0,0 +1,64 @@
1
+ declare const _default: {
2
+ component: import('vue').DefineComponent<{
3
+ modelValue?: string;
4
+ } & {
5
+ errorMsg?: string;
6
+ rows?: number;
7
+ placeholder?: string;
8
+ label?: string;
9
+ hint?: string;
10
+ required?: boolean;
11
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "update:modelValue": (modelValue: string) => any;
13
+ }, string, import('vue').PublicProps, Readonly<{
14
+ modelValue?: string;
15
+ } & {
16
+ errorMsg?: string;
17
+ rows?: number;
18
+ placeholder?: string;
19
+ label?: string;
20
+ hint?: string;
21
+ required?: boolean;
22
+ }> & Readonly<{
23
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
24
+ }>, {
25
+ required: boolean;
26
+ rows: number;
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
+ title: string;
29
+ tags: string[];
30
+ parameters: {
31
+ docs: {
32
+ description: {
33
+ component: string;
34
+ };
35
+ };
36
+ };
37
+ };
38
+ export default _default;
39
+ export declare const Default: {
40
+ args: {
41
+ placeholder: string;
42
+ };
43
+ };
44
+ export declare const Error: {
45
+ args: {
46
+ errorMsg: string;
47
+ placeholder: string;
48
+ };
49
+ };
50
+ export declare const Required: {
51
+ args: {
52
+ required: boolean;
53
+ placeholder: string;
54
+ label: string;
55
+ };
56
+ };
57
+ export declare const BigTextArea: {
58
+ args: {
59
+ rows: number;
60
+ label: string;
61
+ hint: string;
62
+ placeholder: string;
63
+ };
64
+ };
@@ -0,0 +1,38 @@
1
+ declare let __VLS_typeProps: {
2
+ /**
3
+ * Displays error message and highlights the input form with a red border.
4
+ */
5
+ errorMsg?: string;
6
+ /**
7
+ * Number of rows displayed of the textarea. Default is three.
8
+ */
9
+ rows?: number;
10
+ /**
11
+ * Placeholder for empty input form.
12
+ */
13
+ placeholder?: string;
14
+ /**
15
+ * Displays a label above the form component.
16
+ */
17
+ label?: string;
18
+ /**
19
+ * Displays a hint beneath the form component.
20
+ */
21
+ hint?: string;
22
+ /**
23
+ * Sets this input form as required. Default is false.
24
+ */
25
+ required?: boolean;
26
+ };
27
+ type __VLS_PublicProps = {
28
+ modelValue?: string;
29
+ } & typeof __VLS_typeProps;
30
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
31
+ "update:modelValue": (modelValue: string) => any;
32
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
33
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
34
+ }>, {
35
+ required: boolean;
36
+ rows: number;
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
38
+ export default _default;
@@ -0,0 +1,33 @@
1
+ declare const _default: {
2
+ component: import('vue').DefineComponent<{
3
+ icon: string;
4
+ color?: string;
5
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
+ icon: string;
7
+ color?: string;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ title: string;
10
+ tags: string[];
11
+ args: {
12
+ onClick: import('@vitest/spy').Mock<(...args: any[]) => any>;
13
+ };
14
+ parameters: {
15
+ docs: {
16
+ description: {
17
+ component: string;
18
+ };
19
+ };
20
+ };
21
+ };
22
+ export default _default;
23
+ export declare const Weather: {
24
+ args: {
25
+ icon: string;
26
+ };
27
+ };
28
+ export declare const Youtube: {
29
+ args: {
30
+ icon: string;
31
+ color: string;
32
+ };
33
+ };
@@ -0,0 +1,20 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ /**
3
+ * String of the icon to be displayed.
4
+ */
5
+ icon: string;
6
+ /**
7
+ * Optional css-color for the icon.
8
+ */
9
+ color?: string;
10
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
11
+ /**
12
+ * String of the icon to be displayed.
13
+ */
14
+ icon: string;
15
+ /**
16
+ * Optional css-color for the icon.
17
+ */
18
+ color?: string;
19
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
@@ -0,0 +1,61 @@
1
+ declare const _default: {
2
+ component: {
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
+ title: string;
5
+ tagline: string;
6
+ divider: boolean;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
8
+ title: string;
9
+ tagline: string;
10
+ divider: boolean;
11
+ }> & Readonly<{}>, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
12
+ P: {};
13
+ B: {};
14
+ D: {};
15
+ C: {};
16
+ M: {};
17
+ Defaults: {};
18
+ }, Readonly<{
19
+ title: string;
20
+ tagline: string;
21
+ divider: boolean;
22
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
23
+ __isFragment?: never;
24
+ __isTeleport?: never;
25
+ __isSuspense?: never;
26
+ } & import('vue').ComponentOptionsBase<Readonly<{
27
+ title: string;
28
+ tagline: string;
29
+ divider: boolean;
30
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
31
+ $slots: Readonly<{
32
+ default(): any;
33
+ }> & {
34
+ default(): any;
35
+ };
36
+ });
37
+ title: string;
38
+ tags: string[];
39
+ parameters: {
40
+ docs: {
41
+ description: {
42
+ component: string;
43
+ };
44
+ };
45
+ };
46
+ };
47
+ export default _default;
48
+ export declare const Default: {
49
+ args: {
50
+ tagline: string;
51
+ title: string;
52
+ divider: boolean;
53
+ default: string;
54
+ };
55
+ };
56
+ export declare const Minimal: {
57
+ args: {
58
+ title: string;
59
+ default: string;
60
+ };
61
+ };
@@ -0,0 +1,50 @@
1
+ declare function __VLS_template(): {
2
+ slots: Readonly<{
3
+ /**
4
+ * Body of the Intro.
5
+ */
6
+ default(): any;
7
+ }> & {
8
+ /**
9
+ * Body of the Intro.
10
+ */
11
+ default(): any;
12
+ };
13
+ refs: {};
14
+ attrs: Partial<{}>;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<{
18
+ /**
19
+ * Title of the Intro
20
+ */
21
+ title: string;
22
+ /**
23
+ * Tagline of the Intro (above the title)
24
+ */
25
+ tagline: string;
26
+ /**
27
+ * Toggle to show a divider between title and body
28
+ */
29
+ divider: boolean;
30
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
31
+ /**
32
+ * Title of the Intro
33
+ */
34
+ title: string;
35
+ /**
36
+ * Tagline of the Intro (above the title)
37
+ */
38
+ tagline: string;
39
+ /**
40
+ * Toggle to show a divider between title and body
41
+ */
42
+ divider: boolean;
43
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
44
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
45
+ export default _default;
46
+ type __VLS_WithTemplateSlots<T, S> = T & {
47
+ new (): {
48
+ $slots: S;
49
+ };
50
+ };