@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,188 @@
1
+ declare const _default: {
2
+ components: {
3
+ MucCheckboxGroup: {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
5
+ heading?: string;
6
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
7
+ heading?: string;
8
+ }> & Readonly<{}>, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
9
+ P: {};
10
+ B: {};
11
+ D: {};
12
+ C: {};
13
+ M: {};
14
+ Defaults: {};
15
+ }, Readonly<{
16
+ heading?: string;
17
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
18
+ __isFragment?: never;
19
+ __isTeleport?: never;
20
+ __isSuspense?: never;
21
+ } & import('vue').ComponentOptionsBase<Readonly<{
22
+ heading?: string;
23
+ }> & 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 () => {
24
+ $slots: Readonly<{
25
+ checkboxes(): any;
26
+ collapsableCheckboxes(): any;
27
+ }> & {
28
+ checkboxes(): any;
29
+ collapsableCheckboxes(): any;
30
+ };
31
+ });
32
+ MucCheckbox: import('vue').DefineComponent<{
33
+ modelValue?: boolean;
34
+ } & {
35
+ label: string;
36
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
37
+ "update:modelValue": (modelValue: boolean) => any;
38
+ } & {
39
+ click: () => any;
40
+ }, string, import('vue').PublicProps, Readonly<{
41
+ modelValue?: boolean;
42
+ } & {
43
+ label: string;
44
+ }> & Readonly<{
45
+ onClick?: (() => any) | undefined;
46
+ "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
47
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
48
+ };
49
+ component: {
50
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
51
+ heading?: string;
52
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
53
+ heading?: string;
54
+ }> & Readonly<{}>, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
55
+ P: {};
56
+ B: {};
57
+ D: {};
58
+ C: {};
59
+ M: {};
60
+ Defaults: {};
61
+ }, Readonly<{
62
+ heading?: string;
63
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
64
+ __isFragment?: never;
65
+ __isTeleport?: never;
66
+ __isSuspense?: never;
67
+ } & import('vue').ComponentOptionsBase<Readonly<{
68
+ heading?: string;
69
+ }> & 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 () => {
70
+ $slots: Readonly<{
71
+ checkboxes(): any;
72
+ collapsableCheckboxes(): any;
73
+ }> & {
74
+ checkboxes(): any;
75
+ collapsableCheckboxes(): any;
76
+ };
77
+ });
78
+ title: string;
79
+ tags: string[];
80
+ parameters: {
81
+ docs: {
82
+ description: {
83
+ component: string;
84
+ };
85
+ };
86
+ };
87
+ };
88
+ export default _default;
89
+ export declare const NotCollapsable: () => {
90
+ components: {
91
+ MucCheckbox: import('vue').DefineComponent<{
92
+ modelValue?: boolean;
93
+ } & {
94
+ label: string;
95
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
96
+ "update:modelValue": (modelValue: boolean) => any;
97
+ } & {
98
+ click: () => any;
99
+ }, string, import('vue').PublicProps, Readonly<{
100
+ modelValue?: boolean;
101
+ } & {
102
+ label: string;
103
+ }> & Readonly<{
104
+ onClick?: (() => any) | undefined;
105
+ "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
106
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
107
+ MucCheckboxGroup: {
108
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
109
+ heading?: string;
110
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
111
+ heading?: string;
112
+ }> & Readonly<{}>, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
113
+ P: {};
114
+ B: {};
115
+ D: {};
116
+ C: {};
117
+ M: {};
118
+ Defaults: {};
119
+ }, Readonly<{
120
+ heading?: string;
121
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
122
+ __isFragment?: never;
123
+ __isTeleport?: never;
124
+ __isSuspense?: never;
125
+ } & import('vue').ComponentOptionsBase<Readonly<{
126
+ heading?: string;
127
+ }> & 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 () => {
128
+ $slots: Readonly<{
129
+ checkboxes(): any;
130
+ collapsableCheckboxes(): any;
131
+ }> & {
132
+ checkboxes(): any;
133
+ collapsableCheckboxes(): any;
134
+ };
135
+ });
136
+ };
137
+ template: string;
138
+ };
139
+ export declare const Collapsable: () => {
140
+ components: {
141
+ MucCheckbox: import('vue').DefineComponent<{
142
+ modelValue?: boolean;
143
+ } & {
144
+ label: string;
145
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
146
+ "update:modelValue": (modelValue: boolean) => any;
147
+ } & {
148
+ click: () => any;
149
+ }, string, import('vue').PublicProps, Readonly<{
150
+ modelValue?: boolean;
151
+ } & {
152
+ label: string;
153
+ }> & Readonly<{
154
+ onClick?: (() => any) | undefined;
155
+ "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
156
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
157
+ MucCheckboxGroup: {
158
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
159
+ heading?: string;
160
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
161
+ heading?: string;
162
+ }> & Readonly<{}>, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
163
+ P: {};
164
+ B: {};
165
+ D: {};
166
+ C: {};
167
+ M: {};
168
+ Defaults: {};
169
+ }, Readonly<{
170
+ heading?: string;
171
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
172
+ __isFragment?: never;
173
+ __isTeleport?: never;
174
+ __isSuspense?: never;
175
+ } & import('vue').ComponentOptionsBase<Readonly<{
176
+ heading?: string;
177
+ }> & 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 () => {
178
+ $slots: Readonly<{
179
+ checkboxes(): any;
180
+ collapsableCheckboxes(): any;
181
+ }> & {
182
+ checkboxes(): any;
183
+ collapsableCheckboxes(): any;
184
+ };
185
+ });
186
+ };
187
+ template: string;
188
+ };
@@ -0,0 +1,42 @@
1
+ declare function __VLS_template(): {
2
+ slots: Readonly<{
3
+ /**
4
+ * Slot directly beneath the heading which will be displayed at all times.
5
+ */
6
+ checkboxes(): any;
7
+ /**
8
+ * Slot beneath the regular checkbox slot which will be collapsed at first.
9
+ */
10
+ collapsableCheckboxes(): any;
11
+ }> & {
12
+ /**
13
+ * Slot directly beneath the heading which will be displayed at all times.
14
+ */
15
+ checkboxes(): any;
16
+ /**
17
+ * Slot beneath the regular checkbox slot which will be collapsed at first.
18
+ */
19
+ collapsableCheckboxes(): any;
20
+ };
21
+ refs: {};
22
+ attrs: Partial<{}>;
23
+ };
24
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
+ declare const __VLS_component: import('vue').DefineComponent<{
26
+ /**
27
+ * Display a heading above the slots.
28
+ */
29
+ heading?: string;
30
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
31
+ /**
32
+ * Display a heading above the slots.
33
+ */
34
+ heading?: string;
35
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
36
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
37
+ export default _default;
38
+ type __VLS_WithTemplateSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
@@ -0,0 +1,63 @@
1
+ declare const _default: {
2
+ component: import('vue').DefineComponent<{
3
+ modelValue?: number;
4
+ } & {
5
+ label: string;
6
+ min?: number;
7
+ max?: number;
8
+ link?: string;
9
+ disabled?: boolean;
10
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ "update:modelValue": (modelValue: number) => any;
12
+ }, string, import('vue').PublicProps, Readonly<{
13
+ modelValue?: number;
14
+ } & {
15
+ label: string;
16
+ min?: number;
17
+ max?: number;
18
+ link?: string;
19
+ disabled?: boolean;
20
+ }> & Readonly<{
21
+ "onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
22
+ }>, {
23
+ disabled: boolean;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ title: string;
26
+ tags: string[];
27
+ parameters: {
28
+ docs: {
29
+ description: {
30
+ component: string;
31
+ };
32
+ };
33
+ };
34
+ };
35
+ export default _default;
36
+ export declare const Default: {
37
+ args: {
38
+ modelValue: number;
39
+ label: string;
40
+ };
41
+ };
42
+ export declare const MinAndMax: {
43
+ args: {
44
+ modelValue: number;
45
+ min: number;
46
+ max: number;
47
+ label: string;
48
+ };
49
+ };
50
+ export declare const Link: {
51
+ args: {
52
+ link: string;
53
+ modelValue: number;
54
+ label: string;
55
+ };
56
+ };
57
+ export declare const Disabled: {
58
+ args: {
59
+ disabled: boolean;
60
+ modelValue: number;
61
+ label: string;
62
+ };
63
+ };
@@ -0,0 +1,33 @@
1
+ declare let __VLS_typeProps: {
2
+ /**
3
+ * Label shown after the counter
4
+ */
5
+ label: string;
6
+ /**
7
+ * Optional minimum of counter
8
+ */
9
+ min?: number;
10
+ /**
11
+ * Optional maximum of counter
12
+ */
13
+ max?: number;
14
+ /**
15
+ * Optional link for label
16
+ */
17
+ link?: string;
18
+ /**
19
+ * Optionally disable this specific counter
20
+ */
21
+ disabled?: boolean;
22
+ };
23
+ type __VLS_PublicProps = {
24
+ modelValue?: number;
25
+ } & typeof __VLS_typeProps;
26
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
+ "update:modelValue": (modelValue: number) => any;
28
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
29
+ "onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
30
+ }>, {
31
+ disabled: boolean;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
+ export default _default;
@@ -0,0 +1,31 @@
1
+ declare const _default: {
2
+ component: import('vue').DefineComponent<{
3
+ title?: string;
4
+ errors: string | string[];
5
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
+ title?: string;
7
+ errors: string | string[];
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ title: string;
10
+ tags: string[];
11
+ parameters: {
12
+ docs: {
13
+ description: {
14
+ component: string;
15
+ };
16
+ };
17
+ };
18
+ };
19
+ export default _default;
20
+ export declare const Default: {
21
+ args: {
22
+ title: string;
23
+ errors: string;
24
+ };
25
+ };
26
+ export declare const Multiple: {
27
+ args: {
28
+ title: string;
29
+ errors: string[];
30
+ };
31
+ };
@@ -0,0 +1,8 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ title?: string;
3
+ errors: string | string[];
4
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
5
+ title?: string;
6
+ errors: string | string[];
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,165 @@
1
+ declare const _default: {
2
+ component: {
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
+ modelValue?: string;
5
+ } & {
6
+ errorMsg?: string;
7
+ placeholder?: string;
8
+ required?: boolean;
9
+ label?: string;
10
+ hint?: string;
11
+ type?: "color" | "text" | "search" | "date" | "datetime-local" | "password";
12
+ datalist?: string[];
13
+ suffixIcon?: string;
14
+ }> & Readonly<{
15
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
16
+ onSuffixClick?: (() => any) | undefined;
17
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ "update:modelValue": (modelValue: string) => any;
19
+ } & {
20
+ suffixClick: () => any;
21
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
22
+ modelValue?: string;
23
+ } & {
24
+ errorMsg?: string;
25
+ placeholder?: string;
26
+ required?: boolean;
27
+ label?: string;
28
+ hint?: string;
29
+ type?: "color" | "text" | "search" | "date" | "datetime-local" | "password";
30
+ datalist?: string[];
31
+ suffixIcon?: string;
32
+ }> & Readonly<{
33
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
34
+ onSuffixClick?: (() => any) | undefined;
35
+ }>, {
36
+ type: "color" | "text" | "search" | "date" | "datetime-local" | "password";
37
+ required: boolean;
38
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
39
+ P: {};
40
+ B: {};
41
+ D: {};
42
+ C: {};
43
+ M: {};
44
+ Defaults: {};
45
+ }, Readonly<{
46
+ modelValue?: string;
47
+ } & {
48
+ errorMsg?: string;
49
+ placeholder?: string;
50
+ required?: boolean;
51
+ label?: string;
52
+ hint?: string;
53
+ type?: "color" | "text" | "search" | "date" | "datetime-local" | "password";
54
+ datalist?: string[];
55
+ suffixIcon?: string;
56
+ }> & Readonly<{
57
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
58
+ onSuffixClick?: (() => any) | undefined;
59
+ }>, {}, {}, {}, {}, {
60
+ type: "color" | "text" | "search" | "date" | "datetime-local" | "password";
61
+ required: boolean;
62
+ }>;
63
+ __isFragment?: never;
64
+ __isTeleport?: never;
65
+ __isSuspense?: never;
66
+ } & import('vue').ComponentOptionsBase<Readonly<{
67
+ modelValue?: string;
68
+ } & {
69
+ errorMsg?: string;
70
+ placeholder?: string;
71
+ required?: boolean;
72
+ label?: string;
73
+ hint?: string;
74
+ type?: "color" | "text" | "search" | "date" | "datetime-local" | "password";
75
+ datalist?: string[];
76
+ suffixIcon?: string;
77
+ }> & Readonly<{
78
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
79
+ onSuffixClick?: (() => any) | undefined;
80
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
81
+ "update:modelValue": (modelValue: string) => any;
82
+ } & {
83
+ suffixClick: () => any;
84
+ }, string, {
85
+ type: "color" | "text" | "search" | "date" | "datetime-local" | "password";
86
+ required: boolean;
87
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
88
+ $slots: Readonly<{
89
+ prefix(): any;
90
+ }> & {
91
+ prefix(): any;
92
+ };
93
+ });
94
+ title: string;
95
+ tags: string[];
96
+ parameters: {
97
+ docs: {
98
+ description: {
99
+ component: string;
100
+ };
101
+ };
102
+ };
103
+ };
104
+ export default _default;
105
+ export declare const Default: {
106
+ args: {
107
+ placeholder: string;
108
+ };
109
+ };
110
+ export declare const HintAndLabel: {
111
+ args: {
112
+ hint: string;
113
+ label: string;
114
+ placeholder: string;
115
+ };
116
+ };
117
+ export declare const Password: {
118
+ args: {
119
+ type: string;
120
+ modelValue: string;
121
+ hint: string;
122
+ placeholder: string;
123
+ };
124
+ };
125
+ export declare const Error: {
126
+ args: {
127
+ errorMsg: string;
128
+ hint: string;
129
+ placeholder: string;
130
+ };
131
+ };
132
+ export declare const Prefix: {
133
+ args: {
134
+ prefix: string;
135
+ placeholder: string;
136
+ };
137
+ };
138
+ export declare const SuffixIcon: {
139
+ args: {
140
+ suffixIcon: string;
141
+ placeholder: string;
142
+ };
143
+ };
144
+ export declare const Search: {
145
+ args: {
146
+ type: string;
147
+ datalist: string[];
148
+ placeholder: string;
149
+ };
150
+ };
151
+ export declare const Color: {
152
+ args: {
153
+ type: string;
154
+ };
155
+ };
156
+ export declare const Date: {
157
+ args: {
158
+ type: string;
159
+ };
160
+ };
161
+ export declare const Datetime_Local: {
162
+ args: {
163
+ type: string;
164
+ };
165
+ };
@@ -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
- };