@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,70 @@
1
+ declare const _default: {
2
+ component: {
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
+ type?: "info" | "success" | "warning" | "emergency";
5
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
6
+ type?: "info" | "success" | "warning" | "emergency";
7
+ }> & Readonly<{}>, {
8
+ type: "info" | "success" | "warning" | "emergency";
9
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
10
+ P: {};
11
+ B: {};
12
+ D: {};
13
+ C: {};
14
+ M: {};
15
+ Defaults: {};
16
+ }, Readonly<{
17
+ type?: "info" | "success" | "warning" | "emergency";
18
+ }> & Readonly<{}>, {}, {}, {}, {}, {
19
+ type: "info" | "success" | "warning" | "emergency";
20
+ }>;
21
+ __isFragment?: never;
22
+ __isTeleport?: never;
23
+ __isSuspense?: never;
24
+ } & import('vue').ComponentOptionsBase<Readonly<{
25
+ type?: "info" | "success" | "warning" | "emergency";
26
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
27
+ type: "info" | "success" | "warning" | "emergency";
28
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
29
+ $slots: Readonly<{
30
+ default(): any;
31
+ }> & {
32
+ default(): any;
33
+ };
34
+ });
35
+ title: string;
36
+ tags: string[];
37
+ excludeStories: RegExp;
38
+ parameters: {
39
+ docs: {
40
+ description: {
41
+ component: string;
42
+ };
43
+ };
44
+ };
45
+ };
46
+ export default _default;
47
+ export declare const Default: {
48
+ args: {
49
+ default: string;
50
+ type: string;
51
+ };
52
+ };
53
+ export declare const Success: {
54
+ args: {
55
+ default: string;
56
+ type: string;
57
+ };
58
+ };
59
+ export declare const Warning: {
60
+ args: {
61
+ default: string;
62
+ type: string;
63
+ };
64
+ };
65
+ export declare const Emergency: {
66
+ args: {
67
+ default: string;
68
+ type: string;
69
+ };
70
+ };
@@ -0,0 +1,37 @@
1
+ type bannerType = "info" | "success" | "warning" | "emergency";
2
+ declare function __VLS_template(): {
3
+ slots: Readonly<{
4
+ /**
5
+ * Text-content of the banner.
6
+ */
7
+ default(): any;
8
+ }> & {
9
+ /**
10
+ * Text-content of the banner.
11
+ */
12
+ default(): any;
13
+ };
14
+ refs: {};
15
+ attrs: Partial<{}>;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<{
19
+ /**
20
+ * Changes the style of the banner. Available types are `info`, `warning` and `emergency`.
21
+ */
22
+ type?: bannerType;
23
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
24
+ /**
25
+ * Changes the style of the banner. Available types are `info`, `warning` and `emergency`.
26
+ */
27
+ type?: bannerType;
28
+ }> & Readonly<{}>, {
29
+ type: bannerType;
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
+ export default _default;
33
+ type __VLS_WithTemplateSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
@@ -0,0 +1,80 @@
1
+ declare const _default: {
2
+ component: {
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
+ businessHours: import('./BusinessHourType').BusinessHourType[];
5
+ toggleable?: boolean;
6
+ icon?: string;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
8
+ businessHours: import('./BusinessHourType').BusinessHourType[];
9
+ toggleable?: boolean;
10
+ icon?: string;
11
+ }> & Readonly<{}>, {
12
+ icon: string;
13
+ toggleable: boolean;
14
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
15
+ P: {};
16
+ B: {};
17
+ D: {};
18
+ C: {};
19
+ M: {};
20
+ Defaults: {};
21
+ }, Readonly<{
22
+ businessHours: import('./BusinessHourType').BusinessHourType[];
23
+ toggleable?: boolean;
24
+ icon?: string;
25
+ }> & Readonly<{}>, {}, {}, {}, {}, {
26
+ icon: string;
27
+ toggleable: boolean;
28
+ }>;
29
+ __isFragment?: never;
30
+ __isTeleport?: never;
31
+ __isSuspense?: never;
32
+ } & import('vue').ComponentOptionsBase<Readonly<{
33
+ businessHours: import('./BusinessHourType').BusinessHourType[];
34
+ toggleable?: boolean;
35
+ icon?: string;
36
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
37
+ icon: string;
38
+ toggleable: boolean;
39
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
40
+ $slots: Readonly<{
41
+ hint(): any;
42
+ }> & {
43
+ hint(): any;
44
+ };
45
+ });
46
+ title: string;
47
+ tags: string[];
48
+ parameters: {
49
+ docs: {
50
+ description: {
51
+ component: string;
52
+ };
53
+ };
54
+ };
55
+ };
56
+ export default _default;
57
+ export declare const Default: {
58
+ args: {
59
+ businessHours: {
60
+ weekDay: string;
61
+ openingHours: {
62
+ from: string;
63
+ to: string;
64
+ }[];
65
+ }[];
66
+ toggleable: boolean;
67
+ };
68
+ };
69
+ export declare const Fixed: {
70
+ args: {
71
+ toggleable: boolean;
72
+ businessHours: {
73
+ weekDay: string;
74
+ openingHours: {
75
+ from: string;
76
+ to: string;
77
+ }[];
78
+ }[];
79
+ };
80
+ };
@@ -0,0 +1,56 @@
1
+ import { BusinessHourType } from './BusinessHourType';
2
+ declare function __VLS_template(): {
3
+ slots: Readonly<{
4
+ /**
5
+ * Display a hint beneath all the opening hours.
6
+ */
7
+ hint(): any;
8
+ }> & {
9
+ /**
10
+ * Display a hint beneath all the opening hours.
11
+ */
12
+ hint(): any;
13
+ };
14
+ refs: {};
15
+ attrs: Partial<{}>;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<{
19
+ /**
20
+ * This array includes all the opening hours for all days of the week.
21
+ */
22
+ businessHours: BusinessHourType[];
23
+ /**
24
+ * Lets you choose between the toggleable and fixed state of the component.
25
+ * In the fixed state, no toggle button will be shown.
26
+ */
27
+ toggleable?: boolean;
28
+ /**
29
+ * Choose an icon for the toggle button. The default if none is given is the time icon.
30
+ */
31
+ icon?: string;
32
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
33
+ /**
34
+ * This array includes all the opening hours for all days of the week.
35
+ */
36
+ businessHours: BusinessHourType[];
37
+ /**
38
+ * Lets you choose between the toggleable and fixed state of the component.
39
+ * In the fixed state, no toggle button will be shown.
40
+ */
41
+ toggleable?: boolean;
42
+ /**
43
+ * Choose an icon for the toggle button. The default if none is given is the time icon.
44
+ */
45
+ icon?: string;
46
+ }> & Readonly<{}>, {
47
+ icon: string;
48
+ toggleable: boolean;
49
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
50
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
51
+ export default _default;
52
+ type __VLS_WithTemplateSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
@@ -0,0 +1,114 @@
1
+ declare const _default: {
2
+ component: {
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
+ variant?: "primary" | "secondary" | "ghost";
5
+ disabled?: boolean;
6
+ icon?: string;
7
+ iconAnimated?: boolean;
8
+ }> & Readonly<{
9
+ onClick?: (() => any) | undefined;
10
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
+ click: () => any;
12
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
13
+ variant?: "primary" | "secondary" | "ghost";
14
+ disabled?: boolean;
15
+ icon?: string;
16
+ iconAnimated?: boolean;
17
+ }> & Readonly<{
18
+ onClick?: (() => any) | undefined;
19
+ }>, {
20
+ variant: "primary" | "secondary" | "ghost";
21
+ disabled: boolean;
22
+ iconAnimated: boolean;
23
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
24
+ P: {};
25
+ B: {};
26
+ D: {};
27
+ C: {};
28
+ M: {};
29
+ Defaults: {};
30
+ }, Readonly<{
31
+ variant?: "primary" | "secondary" | "ghost";
32
+ disabled?: boolean;
33
+ icon?: string;
34
+ iconAnimated?: boolean;
35
+ }> & Readonly<{
36
+ onClick?: (() => any) | undefined;
37
+ }>, {}, {}, {}, {}, {
38
+ variant: "primary" | "secondary" | "ghost";
39
+ disabled: boolean;
40
+ iconAnimated: boolean;
41
+ }>;
42
+ __isFragment?: never;
43
+ __isTeleport?: never;
44
+ __isSuspense?: never;
45
+ } & import('vue').ComponentOptionsBase<Readonly<{
46
+ variant?: "primary" | "secondary" | "ghost";
47
+ disabled?: boolean;
48
+ icon?: string;
49
+ iconAnimated?: boolean;
50
+ }> & Readonly<{
51
+ onClick?: (() => any) | undefined;
52
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
53
+ click: () => any;
54
+ }, string, {
55
+ variant: "primary" | "secondary" | "ghost";
56
+ disabled: boolean;
57
+ iconAnimated: boolean;
58
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
59
+ $slots: Readonly<{
60
+ default(): any;
61
+ }> & {
62
+ default(): any;
63
+ };
64
+ });
65
+ title: string;
66
+ tags: string[];
67
+ args: {
68
+ onClick: import('@vitest/spy').Mock<(...args: any[]) => any>;
69
+ };
70
+ parameters: {
71
+ docs: {
72
+ description: {
73
+ component: string;
74
+ };
75
+ };
76
+ };
77
+ };
78
+ export default _default;
79
+ export declare const Default: {
80
+ args: {
81
+ default: string;
82
+ };
83
+ };
84
+ export declare const Secondary: {
85
+ args: {
86
+ default: string;
87
+ variant: string;
88
+ };
89
+ };
90
+ export declare const Ghost: {
91
+ args: {
92
+ default: string;
93
+ variant: string;
94
+ };
95
+ };
96
+ export declare const Disabled: {
97
+ args: {
98
+ default: string;
99
+ disabled: boolean;
100
+ };
101
+ };
102
+ export declare const Icon: {
103
+ args: {
104
+ default: string;
105
+ icon: string;
106
+ };
107
+ };
108
+ export declare const IconAnimated: {
109
+ args: {
110
+ default: string;
111
+ icon: string;
112
+ iconAnimated: boolean;
113
+ };
114
+ };
@@ -1,16 +1,21 @@
1
1
  type buttonType = "primary" | "secondary" | "ghost";
2
- declare function __VLS_template(): Readonly<{
3
- /**
4
- * Display content inside the button.
5
- */
6
- default(): any;
7
- }> & {
8
- /**
9
- * Display content inside the button.
10
- */
11
- default(): any;
2
+ declare function __VLS_template(): {
3
+ slots: Readonly<{
4
+ /**
5
+ * Display content inside the button.
6
+ */
7
+ default(): any;
8
+ }> & {
9
+ /**
10
+ * Display content inside the button.
11
+ */
12
+ default(): any;
13
+ };
14
+ refs: {};
15
+ attrs: Partial<{}>;
12
16
  };
13
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<{
14
19
  /**
15
20
  * The variant prop gives you easy access to several different button styles.
16
21
  *
@@ -31,13 +36,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
31
36
  * Default is `false`
32
37
  */
33
38
  iconAnimated?: boolean;
34
- }>, {
35
- variant: string;
36
- disabled: boolean;
37
- iconAnimated: boolean;
38
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
39
- click: () => void;
40
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
39
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
40
+ click: () => any;
41
+ }, string, import('vue').PublicProps, Readonly<{
41
42
  /**
42
43
  * The variant prop gives you easy access to several different button styles.
43
44
  *
@@ -58,38 +59,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
58
59
  * Default is `false`
59
60
  */
60
61
  iconAnimated?: boolean;
61
- }>, {
62
- variant: string;
63
- disabled: boolean;
64
- iconAnimated: boolean;
65
- }>>> & {
62
+ }> & Readonly<{
66
63
  onClick?: (() => any) | undefined;
67
- }, {
64
+ }>, {
68
65
  variant: buttonType;
69
66
  disabled: boolean;
70
67
  iconAnimated: boolean;
71
- }, {}>;
72
- 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"]>;
73
70
  export default _default;
74
- type __VLS_WithDefaults<P, D> = {
75
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
76
- default: D[K];
77
- }> : P[K];
78
- };
79
- type __VLS_Prettify<T> = {
80
- [K in keyof T]: T[K];
81
- } & {};
82
71
  type __VLS_WithTemplateSlots<T, S> = T & {
83
72
  new (): {
84
73
  $slots: S;
85
74
  };
86
75
  };
87
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
88
- type __VLS_TypePropsToOption<T> = {
89
- [K in keyof T]-?: {} extends Pick<T, K> ? {
90
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
91
- } : {
92
- type: import('vue').PropType<T[K]>;
93
- required: true;
94
- };
95
- };
@@ -0,0 +1,77 @@
1
+ declare const _default: {
2
+ component: {
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
+ type?: "error" | "info" | "success" | "warning";
5
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
6
+ type?: "error" | "info" | "success" | "warning";
7
+ }> & Readonly<{}>, {
8
+ type: "error" | "info" | "success" | "warning";
9
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
10
+ P: {};
11
+ B: {};
12
+ D: {};
13
+ C: {};
14
+ M: {};
15
+ Defaults: {};
16
+ }, Readonly<{
17
+ type?: "error" | "info" | "success" | "warning";
18
+ }> & Readonly<{}>, {}, {}, {}, {}, {
19
+ type: "error" | "info" | "success" | "warning";
20
+ }>;
21
+ __isFragment?: never;
22
+ __isTeleport?: never;
23
+ __isSuspense?: never;
24
+ } & import('vue').ComponentOptionsBase<Readonly<{
25
+ type?: "error" | "info" | "success" | "warning";
26
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
27
+ type: "error" | "info" | "success" | "warning";
28
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
29
+ $slots: Readonly<{
30
+ icon(): any;
31
+ header(): any;
32
+ content(): any;
33
+ }> & {
34
+ icon(): any;
35
+ header(): any;
36
+ content(): any;
37
+ };
38
+ });
39
+ title: string;
40
+ tags: string[];
41
+ parameters: {
42
+ docs: {
43
+ description: {
44
+ component: string;
45
+ };
46
+ };
47
+ };
48
+ };
49
+ export default _default;
50
+ export declare const Default: {
51
+ args: {
52
+ header: string;
53
+ content: string;
54
+ type: string;
55
+ };
56
+ };
57
+ export declare const Success: {
58
+ args: {
59
+ header: string;
60
+ type: string;
61
+ content: string;
62
+ };
63
+ };
64
+ export declare const Warning: {
65
+ args: {
66
+ header: string;
67
+ type: string;
68
+ content: string;
69
+ };
70
+ };
71
+ export declare const Error: {
72
+ args: {
73
+ header: string;
74
+ type: string;
75
+ content: string;
76
+ };
77
+ };
@@ -0,0 +1,57 @@
1
+ type calloutType = "info" | "warning" | "success" | "error";
2
+ declare function __VLS_template(): {
3
+ slots: Readonly<{
4
+ /**
5
+ * Icon shown above the callout. Defaults to icons matching the type.
6
+ */
7
+ icon(): any;
8
+ /**
9
+ * Heading of the callout.
10
+ */
11
+ header(): any;
12
+ /**
13
+ * Content beneath the heading shown as text.
14
+ */
15
+ content(): any;
16
+ }> & {
17
+ /**
18
+ * Icon shown above the callout. Defaults to icons matching the type.
19
+ */
20
+ icon(): any;
21
+ /**
22
+ * Heading of the callout.
23
+ */
24
+ header(): any;
25
+ /**
26
+ * Content beneath the heading shown as text.
27
+ */
28
+ content(): any;
29
+ };
30
+ refs: {};
31
+ attrs: Partial<{}>;
32
+ };
33
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
34
+ declare const __VLS_component: import('vue').DefineComponent<{
35
+ /**
36
+ * Type of the callout, default is `info`.
37
+ *
38
+ * Available are `info`, `warning`, `success` and `error`.
39
+ */
40
+ type?: calloutType;
41
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
42
+ /**
43
+ * Type of the callout, default is `info`.
44
+ *
45
+ * Available are `info`, `warning`, `success` and `error`.
46
+ */
47
+ type?: calloutType;
48
+ }> & Readonly<{}>, {
49
+ type: calloutType;
50
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
51
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
52
+ export default _default;
53
+ type __VLS_WithTemplateSlots<T, S> = T & {
54
+ new (): {
55
+ $slots: S;
56
+ };
57
+ };