@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.
- package/components/Banner/MucBanner.stories.d.ts +70 -0
- package/components/Banner/MucBanner.vue.d.ts +37 -0
- package/components/BuisnessHours/BusinessHours.stories.d.ts +80 -0
- package/components/BuisnessHours/MucBusinessHours.vue.d.ts +56 -0
- package/components/Button/MucButton.stories.d.ts +114 -0
- package/{dist/components → components}/Button/MucButton.vue.d.ts +23 -43
- package/components/Callout/MucCallout.stories.d.ts +77 -0
- package/components/Callout/MucCallout.vue.d.ts +57 -0
- package/components/Card/MucCard.stories.d.ts +117 -0
- package/components/Card/MucCard.vue.d.ts +42 -0
- package/components/Card/MucCardContainer.stories.d.ts +124 -0
- package/components/Card/MucCardContainer.vue.d.ts +24 -0
- package/components/Comment/MucComment.stories.d.ts +82 -0
- package/components/Comment/MucComment.vue.d.ts +89 -0
- package/components/Comment/MucCommentText.stories.d.ts +51 -0
- package/components/Comment/MucCommentText.vue.d.ts +24 -0
- package/{dist/components → components}/Divider/MucDivider.stories.d.ts +1 -1
- package/{dist/components → components}/Divider/MucDivider.vue.d.ts +1 -1
- package/components/Form/MucCheckbox.stories.d.ts +33 -0
- package/components/Form/MucCheckbox.vue.d.ts +18 -0
- package/components/Form/MucCheckboxGroup.stories.d.ts +188 -0
- package/components/Form/MucCheckboxGroup.vue.d.ts +42 -0
- package/components/Form/MucCounter.stories.d.ts +63 -0
- package/components/Form/MucCounter.vue.d.ts +33 -0
- package/components/Form/MucErrorList.stories.d.ts +31 -0
- package/components/Form/MucErrorList.vue.d.ts +8 -0
- package/components/Form/MucInput.stories.d.ts +165 -0
- package/{dist/components → components}/Form/MucInput.vue.d.ts +23 -42
- package/components/Form/MucRadioButton.stories.d.ts +104 -0
- package/components/Form/MucRadioButton.vue.d.ts +38 -0
- package/components/Form/MucRadioButtonGroup.vue.d.ts +38 -0
- package/components/Form/MucSelect.stories.d.ts +82 -0
- package/{dist/components → components}/Form/MucSelect.vue.d.ts +5 -30
- package/components/Form/MucSelectItem.vue.d.ts +9 -0
- package/components/Form/MucTextArea.stories.d.ts +64 -0
- package/components/Form/MucTextArea.vue.d.ts +38 -0
- package/components/Icon/MucIcon.stories.d.ts +33 -0
- package/components/Icon/MucIcon.vue.d.ts +20 -0
- package/components/Intro/MucIntro.stories.d.ts +61 -0
- package/components/Intro/MucIntro.vue.d.ts +50 -0
- package/components/Link/MucLink.stories.d.ts +83 -0
- package/components/Link/MucLink.vue.d.ts +72 -0
- package/components/PercentageSpinner/MucPercentageSpinner.stories.d.ts +32 -0
- package/components/PercentageSpinner/MucPercentageSpinner.vue.d.ts +30 -0
- package/components/PercentageSpinner/index.d.ts +2 -0
- package/{dist/components → components}/index.d.ts +2 -1
- package/muc-patternlab-vue.es.js +1003 -0
- package/package.json +4 -7
- package/{dist/style.css → style.css} +1 -1
- package/LICENSE +0 -21
- package/README.md +0 -111
- package/dist/components/Banner/MucBanner.stories.d.ts +0 -82
- package/dist/components/Banner/MucBanner.vue.d.ts +0 -54
- package/dist/components/BuisnessHours/BusinessHours.stories.d.ts +0 -116
- package/dist/components/BuisnessHours/MucBusinessHours.vue.d.ts +0 -74
- package/dist/components/Button/MucButton.stories.d.ts +0 -158
- package/dist/components/Callout/MucCallout.stories.d.ts +0 -89
- package/dist/components/Callout/MucCallout.vue.d.ts +0 -73
- package/dist/components/Card/MucCard.stories.d.ts +0 -165
- package/dist/components/Card/MucCard.vue.d.ts +0 -46
- package/dist/components/Card/MucCardContainer.stories.d.ts +0 -148
- package/dist/components/Card/MucCardContainer.vue.d.ts +0 -19
- package/dist/components/Comment/MucComment.stories.d.ts +0 -106
- package/dist/components/Comment/MucComment.vue.d.ts +0 -105
- package/dist/components/Comment/MucCommentText.stories.d.ts +0 -93
- package/dist/components/Comment/MucCommentText.vue.d.ts +0 -47
- package/dist/components/Form/MucCheckbox.stories.d.ts +0 -40
- package/dist/components/Form/MucCheckbox.vue.d.ts +0 -26
- package/dist/components/Form/MucCheckboxGroup.stories.d.ts +0 -241
- package/dist/components/Form/MucCheckboxGroup.vue.d.ts +0 -46
- package/dist/components/Form/MucCounter.stories.d.ts +0 -89
- package/dist/components/Form/MucCounter.vue.d.ts +0 -54
- package/dist/components/Form/MucErrorList.stories.d.ts +0 -41
- package/dist/components/Form/MucErrorList.vue.d.ts +0 -17
- package/dist/components/Form/MucInput.stories.d.ts +0 -239
- package/dist/components/Form/MucRadioButton.stories.d.ts +0 -168
- package/dist/components/Form/MucRadioButton.vue.d.ts +0 -59
- package/dist/components/Form/MucRadioButtonGroup.vue.d.ts +0 -54
- package/dist/components/Form/MucSelect.stories.d.ts +0 -116
- package/dist/components/Form/MucSelectItem.vue.d.ts +0 -18
- package/dist/components/Form/MucTextArea.stories.d.ts +0 -94
- package/dist/components/Form/MucTextArea.vue.d.ts +0 -61
- package/dist/components/Icon/MucIcon.stories.d.ts +0 -43
- package/dist/components/Icon/MucIcon.vue.d.ts +0 -29
- package/dist/components/Intro/MucIntro.stories.d.ts +0 -97
- package/dist/components/Intro/MucIntro.vue.d.ts +0 -54
- package/dist/components/Link/MucLink.stories.d.ts +0 -139
- package/dist/components/Link/MucLink.vue.d.ts +0 -92
- package/dist/muc-patternlab-vue.es.js +0 -973
- package/src/components/Banner/MucBanner.stories.ts +0 -47
- package/src/components/Banner/MucBanner.vue +0 -109
- package/src/components/Banner/index.ts +0 -3
- package/src/components/BuisnessHours/BusinessHourType.ts +0 -28
- package/src/components/BuisnessHours/BusinessHours.stories.ts +0 -108
- package/src/components/BuisnessHours/MucBusinessHours.vue +0 -162
- package/src/components/Button/MucButton.stories.ts +0 -63
- package/src/components/Button/MucButton.vue +0 -89
- package/src/components/Button/index.ts +0 -3
- package/src/components/Callout/MucCallout.stories.ts +0 -49
- package/src/components/Callout/MucCallout.vue +0 -140
- package/src/components/Callout/index.ts +0 -3
- package/src/components/Card/MucCard.stories.ts +0 -55
- package/src/components/Card/MucCard.vue +0 -92
- package/src/components/Card/MucCardContainer.stories.ts +0 -43
- package/src/components/Card/MucCardContainer.vue +0 -37
- package/src/components/Card/index.ts +0 -4
- package/src/components/Comment/CommentType.ts +0 -3
- package/src/components/Comment/MucComment.stories.ts +0 -38
- package/src/components/Comment/MucComment.vue +0 -179
- package/src/components/Comment/MucCommentText.stories.ts +0 -38
- package/src/components/Comment/MucCommentText.vue +0 -61
- package/src/components/Comment/index.ts +0 -4
- package/src/components/Divider/MucDivider.stories.ts +0 -19
- package/src/components/Divider/MucDivider.vue +0 -9
- package/src/components/Divider/index.ts +0 -3
- package/src/components/Form/MucCheckbox.stories.ts +0 -25
- package/src/components/Form/MucCheckbox.vue +0 -47
- package/src/components/Form/MucCheckboxGroup.stories.ts +0 -43
- package/src/components/Form/MucCheckboxGroup.vue +0 -80
- package/src/components/Form/MucCounter.stories.ts +0 -47
- package/src/components/Form/MucCounter.vue +0 -128
- package/src/components/Form/MucErrorList.stories.ts +0 -31
- package/src/components/Form/MucErrorList.vue +0 -34
- package/src/components/Form/MucInput.stories.ts +0 -90
- package/src/components/Form/MucInput.vue +0 -198
- package/src/components/Form/MucRadioButton.stories.ts +0 -32
- package/src/components/Form/MucRadioButton.vue +0 -81
- package/src/components/Form/MucRadioButtonGroup.vue +0 -65
- package/src/components/Form/MucRadioButtonTypes.ts +0 -41
- package/src/components/Form/MucSelect.stories.ts +0 -69
- package/src/components/Form/MucSelect.vue +0 -352
- package/src/components/Form/MucSelectItem.vue +0 -25
- package/src/components/Form/MucSelectTypes.ts +0 -8
- package/src/components/Form/MucTextArea.stories.ts +0 -47
- package/src/components/Form/MucTextArea.vue +0 -80
- package/src/components/Form/index.ts +0 -23
- package/src/components/Icon/MucIcon.stories.ts +0 -35
- package/src/components/Icon/MucIcon.vue +0 -29
- package/src/components/Icon/index.ts +0 -3
- package/src/components/Intro/MucIntro.stories.ts +0 -37
- package/src/components/Intro/MucIntro.vue +0 -70
- package/src/components/Intro/index.ts +0 -3
- package/src/components/Link/MucLink.stories.ts +0 -36
- package/src/components/Link/MucLink.vue +0 -74
- package/src/components/Link/index.ts +0 -3
- package/src/components/index.ts +0 -43
- package/src/composables/useOnClickOutside.ts +0 -24
- package/src/index.ts +0 -14
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.eot +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.svg +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.ttf +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.woff +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-700.woff2 +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.eot +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.svg +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.ttf +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.woff +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-italic.woff2 +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.eot +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.svg +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.ttf +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.woff +0 -0
- /package/{dist/assets → assets}/fonts/open-sans/open-sans-v27-latin-regular.woff2 +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.eot +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.svg +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.ttf +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.woff +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300.woff2 +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.eot +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.svg +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.ttf +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.woff +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-300italic.woff2 +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.eot +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.svg +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.ttf +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.woff +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700.woff2 +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.eot +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.svg +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.ttf +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.woff +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-700italic.woff2 +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.eot +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.svg +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.ttf +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.woff +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-italic.woff2 +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.eot +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.svg +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.ttf +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.woff +0 -0
- /package/{dist/assets → assets}/fonts/roboto-condensed/roboto-condensed-v19-latin-regular.woff2 +0 -0
- /package/{dist/assets → assets}/temporary/custom-icons.svg +0 -0
- /package/{dist/assets → assets}/temporary/custom-style.css +0 -0
- /package/{dist/assets → assets}/temporary/muc-icons.svg +0 -0
- /package/{dist/assets → assets}/temporary/muenchende-fontfaces.css +0 -0
- /package/{dist/assets → assets}/temporary/muenchende-style.css +0 -0
- /package/{dist/components → components}/Banner/index.d.ts +0 -0
- /package/{dist/components → components}/BuisnessHours/BusinessHourType.d.ts +0 -0
- /package/{dist/components → components}/Button/index.d.ts +0 -0
- /package/{dist/components → components}/Callout/index.d.ts +0 -0
- /package/{dist/components → components}/Card/index.d.ts +0 -0
- /package/{dist/components → components}/Comment/CommentType.d.ts +0 -0
- /package/{dist/components → components}/Comment/index.d.ts +0 -0
- /package/{dist/components → components}/Divider/index.d.ts +0 -0
- /package/{dist/components → components}/Form/MucRadioButtonTypes.d.ts +0 -0
- /package/{dist/components → components}/Form/MucSelectTypes.d.ts +0 -0
- /package/{dist/components → components}/Form/index.d.ts +0 -0
- /package/{dist/components → components}/Icon/index.d.ts +0 -0
- /package/{dist/components → components}/Intro/index.d.ts +0 -0
- /package/{dist/components → components}/Link/index.d.ts +0 -0
- /package/{dist/composables → composables}/useOnClickOutside.d.ts +0 -0
- /package/{dist/index.d.ts → index.d.ts} +0 -0
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { default as CommentType } from './CommentType';
|
|
2
|
-
declare function __VLS_template(): Readonly<{
|
|
3
|
-
/**
|
|
4
|
-
* Slot for the commenter's initials or avatar.
|
|
5
|
-
*/
|
|
6
|
-
initials(): any;
|
|
7
|
-
/**
|
|
8
|
-
* Slot for the author's name or username.
|
|
9
|
-
*/
|
|
10
|
-
author(): any;
|
|
11
|
-
/**
|
|
12
|
-
* Prefix for the date (e.g., "am").
|
|
13
|
-
*/
|
|
14
|
-
datePrefix(): any;
|
|
15
|
-
/**
|
|
16
|
-
* Slot for the comment's date.
|
|
17
|
-
*/
|
|
18
|
-
date(): any;
|
|
19
|
-
/**
|
|
20
|
-
* Slot for the comment's headline or title.
|
|
21
|
-
*/
|
|
22
|
-
headline(): any;
|
|
23
|
-
/**
|
|
24
|
-
* Slot for the main text content of the comment.
|
|
25
|
-
*/
|
|
26
|
-
text(): any;
|
|
27
|
-
}> & {
|
|
28
|
-
/**
|
|
29
|
-
* Slot for the commenter's initials or avatar.
|
|
30
|
-
*/
|
|
31
|
-
initials(): any;
|
|
32
|
-
/**
|
|
33
|
-
* Slot for the author's name or username.
|
|
34
|
-
*/
|
|
35
|
-
author(): any;
|
|
36
|
-
/**
|
|
37
|
-
* Prefix for the date (e.g., "am").
|
|
38
|
-
*/
|
|
39
|
-
datePrefix(): any;
|
|
40
|
-
/**
|
|
41
|
-
* Slot for the comment's date.
|
|
42
|
-
*/
|
|
43
|
-
date(): any;
|
|
44
|
-
/**
|
|
45
|
-
* Slot for the comment's headline or title.
|
|
46
|
-
*/
|
|
47
|
-
headline(): any;
|
|
48
|
-
/**
|
|
49
|
-
* Slot for the main text content of the comment.
|
|
50
|
-
*/
|
|
51
|
-
text(): any;
|
|
52
|
-
};
|
|
53
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
54
|
-
/**
|
|
55
|
-
* Number of stars to be displayed.
|
|
56
|
-
*/
|
|
57
|
-
rating: number;
|
|
58
|
-
/**
|
|
59
|
-
* Choose the variant of the comment. Default is `listing`.
|
|
60
|
-
*
|
|
61
|
-
* This can be either `slider` oder `listing`.
|
|
62
|
-
*/
|
|
63
|
-
variant?: CommentType;
|
|
64
|
-
}>, {
|
|
65
|
-
variant: string;
|
|
66
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
67
|
-
/**
|
|
68
|
-
* Number of stars to be displayed.
|
|
69
|
-
*/
|
|
70
|
-
rating: number;
|
|
71
|
-
/**
|
|
72
|
-
* Choose the variant of the comment. Default is `listing`.
|
|
73
|
-
*
|
|
74
|
-
* This can be either `slider` oder `listing`.
|
|
75
|
-
*/
|
|
76
|
-
variant?: CommentType;
|
|
77
|
-
}>, {
|
|
78
|
-
variant: string;
|
|
79
|
-
}>>>, {
|
|
80
|
-
variant: CommentType;
|
|
81
|
-
}, {}>;
|
|
82
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
83
|
-
export default _default;
|
|
84
|
-
type __VLS_WithDefaults<P, D> = {
|
|
85
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
86
|
-
default: D[K];
|
|
87
|
-
}> : P[K];
|
|
88
|
-
};
|
|
89
|
-
type __VLS_Prettify<T> = {
|
|
90
|
-
[K in keyof T]: T[K];
|
|
91
|
-
} & {};
|
|
92
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
93
|
-
new (): {
|
|
94
|
-
$slots: S;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
98
|
-
type __VLS_TypePropsToOption<T> = {
|
|
99
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
100
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
101
|
-
} : {
|
|
102
|
-
type: import('vue').PropType<T[K]>;
|
|
103
|
-
required: true;
|
|
104
|
-
};
|
|
105
|
-
};
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: import('vue').DefineComponent<{
|
|
3
|
-
text: {
|
|
4
|
-
type: import('vue').PropType<string>;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
variant: {
|
|
8
|
-
type: import('vue').PropType<import('./CommentType').default>;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
rating: {
|
|
12
|
-
type: import('vue').PropType<number>;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
date: {
|
|
16
|
-
type: import('vue').PropType<string>;
|
|
17
|
-
};
|
|
18
|
-
initials: {
|
|
19
|
-
type: import('vue').PropType<string>;
|
|
20
|
-
};
|
|
21
|
-
author: {
|
|
22
|
-
type: import('vue').PropType<string>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
datePrefix: {
|
|
26
|
-
type: import('vue').PropType<string>;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
headline: {
|
|
30
|
-
type: import('vue').PropType<string>;
|
|
31
|
-
};
|
|
32
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
33
|
-
text: {
|
|
34
|
-
type: import('vue').PropType<string>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
variant: {
|
|
38
|
-
type: import('vue').PropType<import('./CommentType').default>;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
rating: {
|
|
42
|
-
type: import('vue').PropType<number>;
|
|
43
|
-
required: true;
|
|
44
|
-
};
|
|
45
|
-
date: {
|
|
46
|
-
type: import('vue').PropType<string>;
|
|
47
|
-
};
|
|
48
|
-
initials: {
|
|
49
|
-
type: import('vue').PropType<string>;
|
|
50
|
-
};
|
|
51
|
-
author: {
|
|
52
|
-
type: import('vue').PropType<string>;
|
|
53
|
-
required: true;
|
|
54
|
-
};
|
|
55
|
-
datePrefix: {
|
|
56
|
-
type: import('vue').PropType<string>;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
headline: {
|
|
60
|
-
type: import('vue').PropType<string>;
|
|
61
|
-
};
|
|
62
|
-
}>>, {
|
|
63
|
-
variant: import('./CommentType').default;
|
|
64
|
-
datePrefix: string;
|
|
65
|
-
}, {}>;
|
|
66
|
-
title: string;
|
|
67
|
-
tags: string[];
|
|
68
|
-
parameters: {
|
|
69
|
-
docs: {
|
|
70
|
-
description: {
|
|
71
|
-
component: string;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
export default _default;
|
|
77
|
-
export declare const Default: {
|
|
78
|
-
args: {
|
|
79
|
-
rating: number;
|
|
80
|
-
author: string;
|
|
81
|
-
headline: string;
|
|
82
|
-
text: string;
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
export declare const Slider: {
|
|
86
|
-
args: {
|
|
87
|
-
rating: number;
|
|
88
|
-
author: string;
|
|
89
|
-
headline: string;
|
|
90
|
-
variant: string;
|
|
91
|
-
text: string;
|
|
92
|
-
};
|
|
93
|
-
};
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { default as CommentType } from './CommentType';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
-
datePrefix?: string;
|
|
4
|
-
initials?: string;
|
|
5
|
-
author: string;
|
|
6
|
-
date?: string;
|
|
7
|
-
headline?: string;
|
|
8
|
-
text: string;
|
|
9
|
-
rating: number;
|
|
10
|
-
variant?: CommentType;
|
|
11
|
-
}>, {
|
|
12
|
-
datePrefix: string;
|
|
13
|
-
variant: string;
|
|
14
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
15
|
-
datePrefix?: string;
|
|
16
|
-
initials?: string;
|
|
17
|
-
author: string;
|
|
18
|
-
date?: string;
|
|
19
|
-
headline?: string;
|
|
20
|
-
text: string;
|
|
21
|
-
rating: number;
|
|
22
|
-
variant?: CommentType;
|
|
23
|
-
}>, {
|
|
24
|
-
datePrefix: string;
|
|
25
|
-
variant: string;
|
|
26
|
-
}>>>, {
|
|
27
|
-
variant: CommentType;
|
|
28
|
-
datePrefix: string;
|
|
29
|
-
}, {}>;
|
|
30
|
-
export default _default;
|
|
31
|
-
type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
type __VLS_Prettify<T> = {
|
|
37
|
-
[K in keyof T]: T[K];
|
|
38
|
-
} & {};
|
|
39
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
-
type __VLS_TypePropsToOption<T> = {
|
|
41
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
-
} : {
|
|
44
|
-
type: import('vue').PropType<T[K]>;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: import('vue').DefineComponent<{
|
|
3
|
-
modelValue: {
|
|
4
|
-
type: import('vue').PropType<boolean>;
|
|
5
|
-
};
|
|
6
|
-
label: {
|
|
7
|
-
type: import('vue').PropType<string>;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
-
"update:modelValue": (modelValue: boolean) => void;
|
|
12
|
-
click: () => void;
|
|
13
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
-
modelValue: {
|
|
15
|
-
type: import('vue').PropType<boolean>;
|
|
16
|
-
};
|
|
17
|
-
label: {
|
|
18
|
-
type: import('vue').PropType<string>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
}>> & {
|
|
22
|
-
onClick?: (() => any) | undefined;
|
|
23
|
-
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
24
|
-
}, {}, {}>;
|
|
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
|
-
label: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
declare let __VLS_typeProps: {
|
|
2
|
-
/**
|
|
3
|
-
* Label is displayed to the right of the checkbox as information for the user.
|
|
4
|
-
*/
|
|
5
|
-
label: string;
|
|
6
|
-
};
|
|
7
|
-
type __VLS_PublicProps = {
|
|
8
|
-
"modelValue"?: boolean;
|
|
9
|
-
} & typeof __VLS_typeProps;
|
|
10
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<__VLS_PublicProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
-
"update:modelValue": (modelValue: boolean) => void;
|
|
12
|
-
click: () => void;
|
|
13
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>> & {
|
|
14
|
-
onClick?: (() => any) | undefined;
|
|
15
|
-
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
16
|
-
}, {}, {}>;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
-
type __VLS_TypePropsToOption<T> = {
|
|
20
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
-
} : {
|
|
23
|
-
type: import('vue').PropType<T[K]>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
@@ -1,241 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
components: {
|
|
3
|
-
MucCheckboxGroup: {
|
|
4
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
-
heading: {
|
|
6
|
-
type: import('vue').PropType<string>;
|
|
7
|
-
};
|
|
8
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
-
heading: {
|
|
10
|
-
type: import('vue').PropType<string>;
|
|
11
|
-
};
|
|
12
|
-
}>>, {}, true, {}, {}, {
|
|
13
|
-
P: {};
|
|
14
|
-
B: {};
|
|
15
|
-
D: {};
|
|
16
|
-
C: {};
|
|
17
|
-
M: {};
|
|
18
|
-
Defaults: {};
|
|
19
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
-
heading: {
|
|
21
|
-
type: import('vue').PropType<string>;
|
|
22
|
-
};
|
|
23
|
-
}>>, {}, {}, {}, {}, {}>;
|
|
24
|
-
__isFragment?: never;
|
|
25
|
-
__isTeleport?: never;
|
|
26
|
-
__isSuspense?: never;
|
|
27
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
28
|
-
heading: {
|
|
29
|
-
type: import('vue').PropType<string>;
|
|
30
|
-
};
|
|
31
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
32
|
-
$slots: Readonly<{
|
|
33
|
-
checkboxes(): any;
|
|
34
|
-
collapsableCheckboxes(): any;
|
|
35
|
-
}> & {
|
|
36
|
-
checkboxes(): any;
|
|
37
|
-
collapsableCheckboxes(): any;
|
|
38
|
-
};
|
|
39
|
-
});
|
|
40
|
-
MucCheckbox: import('vue').DefineComponent<{
|
|
41
|
-
modelValue: {
|
|
42
|
-
type: import('vue').PropType<boolean>;
|
|
43
|
-
};
|
|
44
|
-
label: {
|
|
45
|
-
type: import('vue').PropType<string>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
49
|
-
"update:modelValue": (modelValue: boolean) => void;
|
|
50
|
-
click: () => void;
|
|
51
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
52
|
-
modelValue: {
|
|
53
|
-
type: import('vue').PropType<boolean>;
|
|
54
|
-
};
|
|
55
|
-
label: {
|
|
56
|
-
type: import('vue').PropType<string>;
|
|
57
|
-
required: true;
|
|
58
|
-
};
|
|
59
|
-
}>> & {
|
|
60
|
-
onClick?: (() => any) | undefined;
|
|
61
|
-
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
62
|
-
}, {}, {}>;
|
|
63
|
-
};
|
|
64
|
-
component: {
|
|
65
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
66
|
-
heading: {
|
|
67
|
-
type: import('vue').PropType<string>;
|
|
68
|
-
};
|
|
69
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
70
|
-
heading: {
|
|
71
|
-
type: import('vue').PropType<string>;
|
|
72
|
-
};
|
|
73
|
-
}>>, {}, true, {}, {}, {
|
|
74
|
-
P: {};
|
|
75
|
-
B: {};
|
|
76
|
-
D: {};
|
|
77
|
-
C: {};
|
|
78
|
-
M: {};
|
|
79
|
-
Defaults: {};
|
|
80
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
81
|
-
heading: {
|
|
82
|
-
type: import('vue').PropType<string>;
|
|
83
|
-
};
|
|
84
|
-
}>>, {}, {}, {}, {}, {}>;
|
|
85
|
-
__isFragment?: never;
|
|
86
|
-
__isTeleport?: never;
|
|
87
|
-
__isSuspense?: never;
|
|
88
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
89
|
-
heading: {
|
|
90
|
-
type: import('vue').PropType<string>;
|
|
91
|
-
};
|
|
92
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
93
|
-
$slots: Readonly<{
|
|
94
|
-
checkboxes(): any;
|
|
95
|
-
collapsableCheckboxes(): any;
|
|
96
|
-
}> & {
|
|
97
|
-
checkboxes(): any;
|
|
98
|
-
collapsableCheckboxes(): any;
|
|
99
|
-
};
|
|
100
|
-
});
|
|
101
|
-
title: string;
|
|
102
|
-
tags: string[];
|
|
103
|
-
parameters: {
|
|
104
|
-
docs: {
|
|
105
|
-
description: {
|
|
106
|
-
component: string;
|
|
107
|
-
};
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
export default _default;
|
|
112
|
-
export declare const NotCollapsable: () => {
|
|
113
|
-
components: {
|
|
114
|
-
MucCheckbox: import('vue').DefineComponent<{
|
|
115
|
-
modelValue: {
|
|
116
|
-
type: import('vue').PropType<boolean>;
|
|
117
|
-
};
|
|
118
|
-
label: {
|
|
119
|
-
type: import('vue').PropType<string>;
|
|
120
|
-
required: true;
|
|
121
|
-
};
|
|
122
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
123
|
-
"update:modelValue": (modelValue: boolean) => void;
|
|
124
|
-
click: () => void;
|
|
125
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
126
|
-
modelValue: {
|
|
127
|
-
type: import('vue').PropType<boolean>;
|
|
128
|
-
};
|
|
129
|
-
label: {
|
|
130
|
-
type: import('vue').PropType<string>;
|
|
131
|
-
required: true;
|
|
132
|
-
};
|
|
133
|
-
}>> & {
|
|
134
|
-
onClick?: (() => any) | undefined;
|
|
135
|
-
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
136
|
-
}, {}, {}>;
|
|
137
|
-
MucCheckboxGroup: {
|
|
138
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
139
|
-
heading: {
|
|
140
|
-
type: import('vue').PropType<string>;
|
|
141
|
-
};
|
|
142
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
143
|
-
heading: {
|
|
144
|
-
type: import('vue').PropType<string>;
|
|
145
|
-
};
|
|
146
|
-
}>>, {}, true, {}, {}, {
|
|
147
|
-
P: {};
|
|
148
|
-
B: {};
|
|
149
|
-
D: {};
|
|
150
|
-
C: {};
|
|
151
|
-
M: {};
|
|
152
|
-
Defaults: {};
|
|
153
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
154
|
-
heading: {
|
|
155
|
-
type: import('vue').PropType<string>;
|
|
156
|
-
};
|
|
157
|
-
}>>, {}, {}, {}, {}, {}>;
|
|
158
|
-
__isFragment?: never;
|
|
159
|
-
__isTeleport?: never;
|
|
160
|
-
__isSuspense?: never;
|
|
161
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
162
|
-
heading: {
|
|
163
|
-
type: import('vue').PropType<string>;
|
|
164
|
-
};
|
|
165
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
166
|
-
$slots: Readonly<{
|
|
167
|
-
checkboxes(): any;
|
|
168
|
-
collapsableCheckboxes(): any;
|
|
169
|
-
}> & {
|
|
170
|
-
checkboxes(): any;
|
|
171
|
-
collapsableCheckboxes(): any;
|
|
172
|
-
};
|
|
173
|
-
});
|
|
174
|
-
};
|
|
175
|
-
template: string;
|
|
176
|
-
};
|
|
177
|
-
export declare const Collapsable: () => {
|
|
178
|
-
components: {
|
|
179
|
-
MucCheckbox: import('vue').DefineComponent<{
|
|
180
|
-
modelValue: {
|
|
181
|
-
type: import('vue').PropType<boolean>;
|
|
182
|
-
};
|
|
183
|
-
label: {
|
|
184
|
-
type: import('vue').PropType<string>;
|
|
185
|
-
required: true;
|
|
186
|
-
};
|
|
187
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
188
|
-
"update:modelValue": (modelValue: boolean) => void;
|
|
189
|
-
click: () => void;
|
|
190
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
191
|
-
modelValue: {
|
|
192
|
-
type: import('vue').PropType<boolean>;
|
|
193
|
-
};
|
|
194
|
-
label: {
|
|
195
|
-
type: import('vue').PropType<string>;
|
|
196
|
-
required: true;
|
|
197
|
-
};
|
|
198
|
-
}>> & {
|
|
199
|
-
onClick?: (() => any) | undefined;
|
|
200
|
-
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
201
|
-
}, {}, {}>;
|
|
202
|
-
MucCheckboxGroup: {
|
|
203
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
204
|
-
heading: {
|
|
205
|
-
type: import('vue').PropType<string>;
|
|
206
|
-
};
|
|
207
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
208
|
-
heading: {
|
|
209
|
-
type: import('vue').PropType<string>;
|
|
210
|
-
};
|
|
211
|
-
}>>, {}, true, {}, {}, {
|
|
212
|
-
P: {};
|
|
213
|
-
B: {};
|
|
214
|
-
D: {};
|
|
215
|
-
C: {};
|
|
216
|
-
M: {};
|
|
217
|
-
Defaults: {};
|
|
218
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
219
|
-
heading: {
|
|
220
|
-
type: import('vue').PropType<string>;
|
|
221
|
-
};
|
|
222
|
-
}>>, {}, {}, {}, {}, {}>;
|
|
223
|
-
__isFragment?: never;
|
|
224
|
-
__isTeleport?: never;
|
|
225
|
-
__isSuspense?: never;
|
|
226
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
227
|
-
heading: {
|
|
228
|
-
type: import('vue').PropType<string>;
|
|
229
|
-
};
|
|
230
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
231
|
-
$slots: Readonly<{
|
|
232
|
-
checkboxes(): any;
|
|
233
|
-
collapsableCheckboxes(): any;
|
|
234
|
-
}> & {
|
|
235
|
-
checkboxes(): any;
|
|
236
|
-
collapsableCheckboxes(): any;
|
|
237
|
-
};
|
|
238
|
-
});
|
|
239
|
-
};
|
|
240
|
-
template: string;
|
|
241
|
-
};
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): Readonly<{
|
|
2
|
-
/**
|
|
3
|
-
* Slot directly beneath the heading which will be displayed at all times.
|
|
4
|
-
*/
|
|
5
|
-
checkboxes(): any;
|
|
6
|
-
/**
|
|
7
|
-
* Slot beneath the regular checkbox slot which will be collapsed at first.
|
|
8
|
-
*/
|
|
9
|
-
collapsableCheckboxes(): any;
|
|
10
|
-
}> & {
|
|
11
|
-
/**
|
|
12
|
-
* Slot directly beneath the heading which will be displayed at all times.
|
|
13
|
-
*/
|
|
14
|
-
checkboxes(): any;
|
|
15
|
-
/**
|
|
16
|
-
* Slot beneath the regular checkbox slot which will be collapsed at first.
|
|
17
|
-
*/
|
|
18
|
-
collapsableCheckboxes(): any;
|
|
19
|
-
};
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToOption<{
|
|
21
|
-
/**
|
|
22
|
-
* Display a heading above the slots.
|
|
23
|
-
*/
|
|
24
|
-
heading?: string;
|
|
25
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
26
|
-
/**
|
|
27
|
-
* Display a heading above the slots.
|
|
28
|
-
*/
|
|
29
|
-
heading?: string;
|
|
30
|
-
}>>>, {}, {}>;
|
|
31
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
32
|
-
export default _default;
|
|
33
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
-
new (): {
|
|
35
|
-
$slots: S;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
-
type __VLS_TypePropsToOption<T> = {
|
|
40
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
-
} : {
|
|
43
|
-
type: import('vue').PropType<T[K]>;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: import('vue').DefineComponent<{
|
|
3
|
-
link: {
|
|
4
|
-
type: import('vue').PropType<string>;
|
|
5
|
-
};
|
|
6
|
-
label: {
|
|
7
|
-
type: import('vue').PropType<string>;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
disabled: {
|
|
11
|
-
type: import('vue').PropType<boolean>;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
|
-
modelValue: {
|
|
15
|
-
type: import('vue').PropType<number>;
|
|
16
|
-
};
|
|
17
|
-
min: {
|
|
18
|
-
type: import('vue').PropType<number>;
|
|
19
|
-
};
|
|
20
|
-
max: {
|
|
21
|
-
type: import('vue').PropType<number>;
|
|
22
|
-
};
|
|
23
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
-
"update:modelValue": (modelValue: number) => void;
|
|
25
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
|
-
link: {
|
|
27
|
-
type: import('vue').PropType<string>;
|
|
28
|
-
};
|
|
29
|
-
label: {
|
|
30
|
-
type: import('vue').PropType<string>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
disabled: {
|
|
34
|
-
type: import('vue').PropType<boolean>;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
|
-
modelValue: {
|
|
38
|
-
type: import('vue').PropType<number>;
|
|
39
|
-
};
|
|
40
|
-
min: {
|
|
41
|
-
type: import('vue').PropType<number>;
|
|
42
|
-
};
|
|
43
|
-
max: {
|
|
44
|
-
type: import('vue').PropType<number>;
|
|
45
|
-
};
|
|
46
|
-
}>> & {
|
|
47
|
-
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
48
|
-
}, {
|
|
49
|
-
disabled: boolean;
|
|
50
|
-
}, {}>;
|
|
51
|
-
title: string;
|
|
52
|
-
tags: string[];
|
|
53
|
-
parameters: {
|
|
54
|
-
docs: {
|
|
55
|
-
description: {
|
|
56
|
-
component: string;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
export default _default;
|
|
62
|
-
export declare const Default: {
|
|
63
|
-
args: {
|
|
64
|
-
modelValue: number;
|
|
65
|
-
label: string;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
export declare const MinAndMax: {
|
|
69
|
-
args: {
|
|
70
|
-
modelValue: number;
|
|
71
|
-
min: number;
|
|
72
|
-
max: number;
|
|
73
|
-
label: string;
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
export declare const Link: {
|
|
77
|
-
args: {
|
|
78
|
-
link: string;
|
|
79
|
-
modelValue: number;
|
|
80
|
-
label: string;
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
|
-
export declare const Disabled: {
|
|
84
|
-
args: {
|
|
85
|
-
disabled: boolean;
|
|
86
|
-
modelValue: number;
|
|
87
|
-
label: string;
|
|
88
|
-
};
|
|
89
|
-
};
|