@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
|
@@ -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():
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
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
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
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,
|
|
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
|
-
};
|