@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
@@ -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
+ };
@@ -0,0 +1,83 @@
1
+ declare const _default: {
2
+ component: {
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
+ label: string;
5
+ href?: string;
6
+ icon?: string;
7
+ target?: string;
8
+ noUnderline?: boolean;
9
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
10
+ label: string;
11
+ href?: string;
12
+ icon?: string;
13
+ target?: string;
14
+ noUnderline?: boolean;
15
+ }> & Readonly<{}>, {
16
+ href: string;
17
+ target: string;
18
+ noUnderline: boolean;
19
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
20
+ P: {};
21
+ B: {};
22
+ D: {};
23
+ C: {};
24
+ M: {};
25
+ Defaults: {};
26
+ }, Readonly<{
27
+ label: string;
28
+ href?: string;
29
+ icon?: string;
30
+ target?: string;
31
+ noUnderline?: boolean;
32
+ }> & Readonly<{}>, {}, {}, {}, {}, {
33
+ href: string;
34
+ target: string;
35
+ noUnderline: boolean;
36
+ }>;
37
+ __isFragment?: never;
38
+ __isTeleport?: never;
39
+ __isSuspense?: never;
40
+ } & import('vue').ComponentOptionsBase<Readonly<{
41
+ label: string;
42
+ href?: string;
43
+ icon?: string;
44
+ target?: string;
45
+ noUnderline?: boolean;
46
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
47
+ href: string;
48
+ target: string;
49
+ noUnderline: boolean;
50
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
51
+ $slots: Readonly<{
52
+ icon(): void;
53
+ }> & {
54
+ icon(): void;
55
+ };
56
+ });
57
+ title: string;
58
+ tags: string[];
59
+ args: {
60
+ onClick: import('@vitest/spy').Mock<(...args: any[]) => any>;
61
+ };
62
+ parameters: {
63
+ docs: {
64
+ description: {
65
+ component: string;
66
+ };
67
+ };
68
+ };
69
+ };
70
+ export default _default;
71
+ export declare const Weather: {
72
+ args: {
73
+ label: string;
74
+ };
75
+ };
76
+ export declare const LinkWithIcon: {
77
+ args: {
78
+ icon: string;
79
+ label: string;
80
+ href: string;
81
+ noUnderline: boolean;
82
+ };
83
+ };