@dpa-id-components/dpa-shared-components 11.0.0-alpha.0 → 12.0.0
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/README.md +29 -0
- package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +25 -80
- package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +18 -49
- package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +194 -54
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +182 -42
- package/dist/components/UiBadge/UiBadge.stories.d.ts +31 -95
- package/dist/components/UiBadge/UiBadge.vue.d.ts +15 -50
- package/dist/components/UiButton/UiButton.stories.d.ts +32 -96
- package/dist/components/UiButton/UiButton.vue.d.ts +16 -51
- package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +1 -2
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +9 -3
- package/dist/components/UiCard/UiCard.stories.d.ts +1 -2
- package/dist/components/UiCard/UiCard.vue.d.ts +9 -3
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +25 -80
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +15 -46
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +12 -43
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +7 -35
- package/dist/components/UiChip/UiChip.stories.d.ts +16 -44
- package/dist/components/UiChip/UiChip.vue.d.ts +14 -36
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +22 -44
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +16 -36
- package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +8 -17
- package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +6 -28
- package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +2374 -825
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +2153 -133
- package/dist/components/UiDialog/UiDialog.stories.d.ts +80 -279
- package/dist/components/UiDialog/UiDialog.vue.d.ts +17 -63
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +56 -165
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +14 -39
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +62 -195
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +16 -42
- package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +50 -171
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +5 -55
- package/dist/components/UiIcon/IconOverview.vue.d.ts +5 -0
- package/dist/components/UiIcon/UiIcon.stories.d.ts +16 -40
- package/dist/components/UiIcon/UiIcon.vue.d.ts +4 -31
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +37 -109
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +6 -42
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +70 -230
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +16 -42
- package/dist/components/UiInput/UiInput.stories.d.ts +154 -511
- package/dist/components/UiInput/UiInput.vue.d.ts +23 -90
- package/dist/components/UiList/UiList.stories.d.ts +147 -493
- package/dist/components/UiList/UiList.vue.d.ts +9 -3
- package/dist/components/UiListItem/UiListItem.stories.d.ts +96 -327
- package/dist/components/UiListItem/UiListItem.vue.d.ts +19 -68
- package/dist/components/UiMenu/UiMenu.stories.d.ts +36 -41
- package/dist/components/UiMenu/UiMenu.vue.d.ts +8 -11
- package/dist/components/UiMenu/UiMenuItem.vue.d.ts +9 -12
- package/dist/components/UiMenu/UiMenuList.vue.d.ts +13 -29
- package/dist/components/UiMenu/UiMenuTypes.d.ts +1 -1
- package/dist/components/UiOverlay/UiOverlay.stories.d.ts +2 -3
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +9 -3
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +118 -373
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +14 -30
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +46 -119
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +5 -42
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +152 -461
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +27 -60
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +61 -128
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +22 -41
- package/dist/components/UiSection/UiSection.stories.d.ts +19 -56
- package/dist/components/UiSection/UiSection.vue.d.ts +14 -39
- package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +27 -76
- package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +4 -29
- package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +30 -75
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +7 -36
- package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +20 -57
- package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +4 -32
- package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +48 -135
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +20 -45
- package/dist/components/UiSpinner/UiSpinner.stories.d.ts +16 -41
- package/dist/components/UiSpinner/UiSpinner.vue.d.ts +4 -29
- package/dist/components/UiTextButton/UiTextButton.stories.d.ts +31 -104
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +14 -52
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +31 -104
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +15 -52
- package/dist/components/UiTooltip/UiTooltip.stories.d.ts +94 -303
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +20 -75
- package/dist/components/index.d.ts +0 -1
- package/dist/compositions/index.d.ts +0 -1
- package/dist/compositions/useBreakpoints/UseBreakpoints.stories.d.ts +0 -1
- package/dist/compositions/useBreakpoints/UseBreakpoints.vue.d.ts +2 -0
- package/dist/compositions/useBreakpoints/useBreakpoints.d.ts +1 -1
- package/dist/directives/clickAway/clickAway.d.ts +0 -1
- package/dist/directives/index.d.ts +0 -1
- package/dist/dpa-shared-components.d.ts +1 -0
- package/dist/dpa-shared-components.mjs +12448 -13034
- package/dist/dpa-shared-components.umd.js +7 -7
- package/dist/index.d.ts +0 -1
- package/dist/stories/Typography/Typography.stories.d.ts +0 -1
- package/dist/stories/Typography/TypographyOverview.vue.d.ts +5 -0
- package/dist/style.css +1 -1
- package/dist/tailwind.config.cjs +3 -3
- package/dist/utils/index.d.ts +0 -1
- package/package.json +9 -8
|
@@ -1,59 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
nonEditableChips?(_: {}): any;
|
|
3
|
-
editableChips?(_: {}): any;
|
|
4
|
-
searchCriteriaButton?(_: {}): any;
|
|
5
|
-
extendedSearchButton?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
type __VLS_Props = {
|
|
8
2
|
modelValue: string;
|
|
9
3
|
placeholder?: string;
|
|
10
|
-
backgroundColor
|
|
4
|
+
backgroundColor?: "gray" | "white";
|
|
11
5
|
hiddenFilterRules?: number;
|
|
12
6
|
isFilterChipEditable?: boolean;
|
|
13
7
|
hasChips?: boolean;
|
|
14
|
-
executeSearchButtonTitle
|
|
15
|
-
resetSearchButtonTittle
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
8
|
+
executeSearchButtonTitle?: string;
|
|
9
|
+
resetSearchButtonTittle?: string;
|
|
10
|
+
};
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
nonEditableChips?(_: {}): any;
|
|
15
|
+
editableChips?(_: {}): any;
|
|
16
|
+
searchCriteriaButton?(_: {}): any;
|
|
17
|
+
extendedSearchButton?(_: {}): any;
|
|
18
|
+
};
|
|
19
|
+
refs: {
|
|
20
|
+
searchInputRef: HTMLInputElement;
|
|
21
|
+
};
|
|
22
|
+
rootEl: HTMLDivElement;
|
|
23
|
+
};
|
|
24
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
26
26
|
searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
27
27
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
focus: (...args: any[]) => void;
|
|
28
29
|
reset: (...args: any[]) => void;
|
|
29
30
|
search: (...args: any[]) => void;
|
|
30
31
|
blur: (...args: any[]) => void;
|
|
31
|
-
focus: (...args: any[]) => void;
|
|
32
32
|
submit: (...args: any[]) => void;
|
|
33
33
|
"update:modelValue": (...args: any[]) => void;
|
|
34
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
35
|
-
|
|
36
|
-
placeholder?: string;
|
|
37
|
-
backgroundColor: "gray" | "white";
|
|
38
|
-
hiddenFilterRules?: number;
|
|
39
|
-
isFilterChipEditable?: boolean;
|
|
40
|
-
hasChips?: boolean;
|
|
41
|
-
executeSearchButtonTitle: string;
|
|
42
|
-
resetSearchButtonTittle: string;
|
|
43
|
-
}>, {
|
|
44
|
-
modelValue: string;
|
|
45
|
-
placeholder: string;
|
|
46
|
-
backgroundColor: string;
|
|
47
|
-
hiddenFilterRules: number;
|
|
48
|
-
isFilterChipEditable: boolean;
|
|
49
|
-
hasChips: boolean;
|
|
50
|
-
executeSearchButtonTitle: string;
|
|
51
|
-
resetSearchButtonTittle: string;
|
|
52
|
-
}>>> & Readonly<{
|
|
34
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
35
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
53
36
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
54
37
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
55
38
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
56
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
57
39
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
58
40
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
59
41
|
}>, {
|
|
@@ -65,26 +47,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
65
47
|
hasChips: boolean;
|
|
66
48
|
executeSearchButtonTitle: string;
|
|
67
49
|
resetSearchButtonTittle: string;
|
|
68
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
69
|
-
|
|
50
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
51
|
+
searchInputRef: HTMLInputElement;
|
|
52
|
+
}, HTMLDivElement>;
|
|
53
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
70
54
|
export default _default;
|
|
71
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
72
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
73
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
74
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
75
|
-
} : {
|
|
76
|
-
type: import('vue').PropType<T[K]>;
|
|
77
|
-
required: true;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
type __VLS_WithDefaults<P, D> = {
|
|
81
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
82
|
-
default: D[K];
|
|
83
|
-
}> : P[K];
|
|
84
|
-
};
|
|
85
|
-
type __VLS_Prettify<T> = {
|
|
86
|
-
[K in keyof T]: T[K];
|
|
87
|
-
} & {};
|
|
88
55
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
89
56
|
new (): {
|
|
90
57
|
$slots: S;
|
|
@@ -1,68 +1,45 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/vue3';
|
|
2
|
-
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: {
|
|
6
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
type: import('vue').PropType<string[]>;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
placeholder: {
|
|
16
|
-
type: import('vue').PropType<string>;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
hasAddEntryOption: {
|
|
20
|
-
type: import('vue').PropType<boolean>;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
}>> & Readonly<{
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
6
|
+
hasAddEntryOption?: boolean;
|
|
7
|
+
label?: string;
|
|
8
|
+
modelValue: string[];
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
}> & Readonly<{
|
|
24
11
|
onBlur?: ((value: string[]) => any) | undefined;
|
|
25
12
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
26
13
|
onHandleKeypress?: ((value: {
|
|
27
14
|
event: KeyboardEvent;
|
|
28
15
|
value: string[];
|
|
29
16
|
}) => any) | undefined;
|
|
30
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
31
|
-
|
|
17
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
18
|
+
blur: (value: string[]) => any;
|
|
19
|
+
"update:modelValue": (value: string[]) => any;
|
|
32
20
|
handleKeypress: (value: {
|
|
33
21
|
event: KeyboardEvent;
|
|
34
22
|
value: string[];
|
|
35
|
-
}) =>
|
|
36
|
-
blur: (value: string[]) => void;
|
|
23
|
+
}) => any;
|
|
37
24
|
}, import('vue').PublicProps, {
|
|
38
25
|
label: string;
|
|
39
26
|
placeholder: string;
|
|
40
27
|
hasAddEntryOption: boolean;
|
|
41
|
-
},
|
|
28
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
29
|
+
inputs: HTMLInputElement;
|
|
30
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
42
31
|
P: {};
|
|
43
32
|
B: {};
|
|
44
33
|
D: {};
|
|
45
34
|
C: {};
|
|
46
35
|
M: {};
|
|
47
36
|
Defaults: {};
|
|
48
|
-
}, Readonly<
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
type: import('vue').PropType<string[]>;
|
|
55
|
-
required: true;
|
|
56
|
-
};
|
|
57
|
-
placeholder: {
|
|
58
|
-
type: import('vue').PropType<string>;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
hasAddEntryOption: {
|
|
62
|
-
type: import('vue').PropType<boolean>;
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
|
-
}>> & Readonly<{
|
|
37
|
+
}, Readonly<{
|
|
38
|
+
hasAddEntryOption?: boolean;
|
|
39
|
+
label?: string;
|
|
40
|
+
modelValue: string[];
|
|
41
|
+
placeholder?: string;
|
|
42
|
+
}> & Readonly<{
|
|
66
43
|
onBlur?: ((value: string[]) => any) | undefined;
|
|
67
44
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
68
45
|
onHandleKeypress?: ((value: {
|
|
@@ -77,37 +54,25 @@ declare const meta: {
|
|
|
77
54
|
__isFragment?: never;
|
|
78
55
|
__isTeleport?: never;
|
|
79
56
|
__isSuspense?: never;
|
|
80
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
type: import('vue').PropType<string[]>;
|
|
87
|
-
required: true;
|
|
88
|
-
};
|
|
89
|
-
placeholder: {
|
|
90
|
-
type: import('vue').PropType<string>;
|
|
91
|
-
default: string;
|
|
92
|
-
};
|
|
93
|
-
hasAddEntryOption: {
|
|
94
|
-
type: import('vue').PropType<boolean>;
|
|
95
|
-
default: boolean;
|
|
96
|
-
};
|
|
97
|
-
}>> & Readonly<{
|
|
57
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
58
|
+
hasAddEntryOption?: boolean;
|
|
59
|
+
label?: string;
|
|
60
|
+
modelValue: string[];
|
|
61
|
+
placeholder?: string;
|
|
62
|
+
}> & Readonly<{
|
|
98
63
|
onBlur?: ((value: string[]) => any) | undefined;
|
|
99
64
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
100
65
|
onHandleKeypress?: ((value: {
|
|
101
66
|
event: KeyboardEvent;
|
|
102
67
|
value: string[];
|
|
103
68
|
}) => any) | undefined;
|
|
104
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
105
|
-
|
|
69
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
70
|
+
blur: (value: string[]) => any;
|
|
71
|
+
"update:modelValue": (value: string[]) => any;
|
|
106
72
|
handleKeypress: (value: {
|
|
107
73
|
event: KeyboardEvent;
|
|
108
74
|
value: string[];
|
|
109
|
-
}) =>
|
|
110
|
-
blur: (value: string[]) => void;
|
|
75
|
+
}) => any;
|
|
111
76
|
}, string, {
|
|
112
77
|
label: string;
|
|
113
78
|
placeholder: string;
|
|
@@ -125,7 +90,9 @@ declare const meta: {
|
|
|
125
90
|
control: "text";
|
|
126
91
|
};
|
|
127
92
|
modelValue: {
|
|
128
|
-
control:
|
|
93
|
+
control: {
|
|
94
|
+
type: "object";
|
|
95
|
+
};
|
|
129
96
|
};
|
|
130
97
|
placeholder: {
|
|
131
98
|
control: "text";
|
|
@@ -148,66 +115,44 @@ declare const meta: {
|
|
|
148
115
|
};
|
|
149
116
|
components: {
|
|
150
117
|
UiSearchInput: {
|
|
151
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
type: import('vue').PropType<string[]>;
|
|
158
|
-
required: true;
|
|
159
|
-
};
|
|
160
|
-
placeholder: {
|
|
161
|
-
type: import('vue').PropType<string>;
|
|
162
|
-
default: string;
|
|
163
|
-
};
|
|
164
|
-
hasAddEntryOption: {
|
|
165
|
-
type: import('vue').PropType<boolean>;
|
|
166
|
-
default: boolean;
|
|
167
|
-
};
|
|
168
|
-
}>> & Readonly<{
|
|
118
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
119
|
+
hasAddEntryOption?: boolean;
|
|
120
|
+
label?: string;
|
|
121
|
+
modelValue: string[];
|
|
122
|
+
placeholder?: string;
|
|
123
|
+
}> & Readonly<{
|
|
169
124
|
onBlur?: ((value: string[]) => any) | undefined;
|
|
170
125
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
171
126
|
onHandleKeypress?: ((value: {
|
|
172
127
|
event: KeyboardEvent;
|
|
173
128
|
value: string[];
|
|
174
129
|
}) => any) | undefined;
|
|
175
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
176
|
-
|
|
130
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
131
|
+
blur: (value: string[]) => any;
|
|
132
|
+
"update:modelValue": (value: string[]) => any;
|
|
177
133
|
handleKeypress: (value: {
|
|
178
134
|
event: KeyboardEvent;
|
|
179
135
|
value: string[];
|
|
180
|
-
}) =>
|
|
181
|
-
blur: (value: string[]) => void;
|
|
136
|
+
}) => any;
|
|
182
137
|
}, import('vue').PublicProps, {
|
|
183
138
|
label: string;
|
|
184
139
|
placeholder: string;
|
|
185
140
|
hasAddEntryOption: boolean;
|
|
186
|
-
},
|
|
141
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
142
|
+
inputs: HTMLInputElement;
|
|
143
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
187
144
|
P: {};
|
|
188
145
|
B: {};
|
|
189
146
|
D: {};
|
|
190
147
|
C: {};
|
|
191
148
|
M: {};
|
|
192
149
|
Defaults: {};
|
|
193
|
-
}, Readonly<
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
type: import('vue').PropType<string[]>;
|
|
200
|
-
required: true;
|
|
201
|
-
};
|
|
202
|
-
placeholder: {
|
|
203
|
-
type: import('vue').PropType<string>;
|
|
204
|
-
default: string;
|
|
205
|
-
};
|
|
206
|
-
hasAddEntryOption: {
|
|
207
|
-
type: import('vue').PropType<boolean>;
|
|
208
|
-
default: boolean;
|
|
209
|
-
};
|
|
210
|
-
}>> & Readonly<{
|
|
150
|
+
}, Readonly<{
|
|
151
|
+
hasAddEntryOption?: boolean;
|
|
152
|
+
label?: string;
|
|
153
|
+
modelValue: string[];
|
|
154
|
+
placeholder?: string;
|
|
155
|
+
}> & Readonly<{
|
|
211
156
|
onBlur?: ((value: string[]) => any) | undefined;
|
|
212
157
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
213
158
|
onHandleKeypress?: ((value: {
|
|
@@ -222,37 +167,25 @@ declare const meta: {
|
|
|
222
167
|
__isFragment?: never;
|
|
223
168
|
__isTeleport?: never;
|
|
224
169
|
__isSuspense?: never;
|
|
225
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
type: import('vue').PropType<string[]>;
|
|
232
|
-
required: true;
|
|
233
|
-
};
|
|
234
|
-
placeholder: {
|
|
235
|
-
type: import('vue').PropType<string>;
|
|
236
|
-
default: string;
|
|
237
|
-
};
|
|
238
|
-
hasAddEntryOption: {
|
|
239
|
-
type: import('vue').PropType<boolean>;
|
|
240
|
-
default: boolean;
|
|
241
|
-
};
|
|
242
|
-
}>> & Readonly<{
|
|
170
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
171
|
+
hasAddEntryOption?: boolean;
|
|
172
|
+
label?: string;
|
|
173
|
+
modelValue: string[];
|
|
174
|
+
placeholder?: string;
|
|
175
|
+
}> & Readonly<{
|
|
243
176
|
onBlur?: ((value: string[]) => any) | undefined;
|
|
244
177
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
245
178
|
onHandleKeypress?: ((value: {
|
|
246
179
|
event: KeyboardEvent;
|
|
247
180
|
value: string[];
|
|
248
181
|
}) => any) | undefined;
|
|
249
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
250
|
-
|
|
182
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
183
|
+
blur: (value: string[]) => any;
|
|
184
|
+
"update:modelValue": (value: string[]) => any;
|
|
251
185
|
handleKeypress: (value: {
|
|
252
186
|
event: KeyboardEvent;
|
|
253
187
|
value: string[];
|
|
254
|
-
}) =>
|
|
255
|
-
blur: (value: string[]) => void;
|
|
188
|
+
}) => any;
|
|
256
189
|
}, string, {
|
|
257
190
|
label: string;
|
|
258
191
|
placeholder: string;
|
|
@@ -1,32 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
tooltip?(_: {}): any;
|
|
3
|
-
};
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
type __VLS_Props = {
|
|
5
2
|
hasAddEntryOption?: boolean;
|
|
6
3
|
label?: string;
|
|
7
4
|
modelValue: string[];
|
|
8
5
|
placeholder?: string;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
tooltip?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {
|
|
13
|
+
inputs: HTMLInputElement;
|
|
14
|
+
};
|
|
15
|
+
rootEl: HTMLDivElement;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
19
|
+
blur: (value: string[]) => any;
|
|
20
|
+
"update:modelValue": (value: string[]) => any;
|
|
15
21
|
handleKeypress: (value: {
|
|
16
22
|
event: KeyboardEvent;
|
|
17
23
|
value: string[];
|
|
18
|
-
}) =>
|
|
19
|
-
|
|
20
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
21
|
-
hasAddEntryOption?: boolean;
|
|
22
|
-
label?: string;
|
|
23
|
-
modelValue: string[];
|
|
24
|
-
placeholder?: string;
|
|
25
|
-
}>, {
|
|
26
|
-
hasAddEntryOption: boolean;
|
|
27
|
-
placeholder: string;
|
|
28
|
-
label: string;
|
|
29
|
-
}>>> & Readonly<{
|
|
24
|
+
}) => any;
|
|
25
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
30
26
|
onBlur?: ((value: string[]) => any) | undefined;
|
|
31
27
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
32
28
|
onHandleKeypress?: ((value: {
|
|
@@ -37,26 +33,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
37
33
|
label: string;
|
|
38
34
|
placeholder: string;
|
|
39
35
|
hasAddEntryOption: boolean;
|
|
40
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
41
|
-
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
37
|
+
inputs: HTMLInputElement;
|
|
38
|
+
}, HTMLDivElement>;
|
|
39
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
40
|
export default _default;
|
|
43
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
44
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
45
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
46
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
47
|
-
} : {
|
|
48
|
-
type: import('vue').PropType<T[K]>;
|
|
49
|
-
required: true;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
type __VLS_WithDefaults<P, D> = {
|
|
53
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
54
|
-
default: D[K];
|
|
55
|
-
}> : P[K];
|
|
56
|
-
};
|
|
57
|
-
type __VLS_Prettify<T> = {
|
|
58
|
-
[K in keyof T]: T[K];
|
|
59
|
-
} & {};
|
|
60
41
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
42
|
new (): {
|
|
62
43
|
$slots: S;
|
|
@@ -1,55 +1,30 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/vue3';
|
|
2
|
-
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: {
|
|
6
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
7
|
-
size
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
type: import('vue').PropType<"small" | "large" | "none">;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
borderTop: {
|
|
16
|
-
type: import('vue').PropType<boolean>;
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
borderBottom: {
|
|
20
|
-
type: import('vue').PropType<boolean>;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
6
|
+
size?: "wide" | "small";
|
|
7
|
+
verticalPadding?: "small" | "large" | "none";
|
|
8
|
+
borderTop?: boolean;
|
|
9
|
+
borderBottom?: boolean;
|
|
10
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
24
11
|
size: "wide" | "small";
|
|
25
12
|
verticalPadding: "small" | "large" | "none";
|
|
26
13
|
borderTop: boolean;
|
|
27
14
|
borderBottom: boolean;
|
|
28
|
-
},
|
|
15
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
29
16
|
P: {};
|
|
30
17
|
B: {};
|
|
31
18
|
D: {};
|
|
32
19
|
C: {};
|
|
33
20
|
M: {};
|
|
34
21
|
Defaults: {};
|
|
35
|
-
}, Readonly<
|
|
36
|
-
size
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
type: import('vue').PropType<"small" | "large" | "none">;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
borderTop: {
|
|
45
|
-
type: import('vue').PropType<boolean>;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
borderBottom: {
|
|
49
|
-
type: import('vue').PropType<boolean>;
|
|
50
|
-
default: boolean;
|
|
51
|
-
};
|
|
52
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
22
|
+
}, Readonly<{
|
|
23
|
+
size?: "wide" | "small";
|
|
24
|
+
verticalPadding?: "small" | "large" | "none";
|
|
25
|
+
borderTop?: boolean;
|
|
26
|
+
borderBottom?: boolean;
|
|
27
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
53
28
|
size: "wide" | "small";
|
|
54
29
|
verticalPadding: "small" | "large" | "none";
|
|
55
30
|
borderTop: boolean;
|
|
@@ -58,24 +33,12 @@ declare const meta: {
|
|
|
58
33
|
__isFragment?: never;
|
|
59
34
|
__isTeleport?: never;
|
|
60
35
|
__isSuspense?: never;
|
|
61
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
62
|
-
size
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
type: import('vue').PropType<"small" | "large" | "none">;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
borderTop: {
|
|
71
|
-
type: import('vue').PropType<boolean>;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
borderBottom: {
|
|
75
|
-
type: import('vue').PropType<boolean>;
|
|
76
|
-
default: boolean;
|
|
77
|
-
};
|
|
78
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
36
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
37
|
+
size?: "wide" | "small";
|
|
38
|
+
verticalPadding?: "small" | "large" | "none";
|
|
39
|
+
borderTop?: boolean;
|
|
40
|
+
borderBottom?: boolean;
|
|
41
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
79
42
|
size: "wide" | "small";
|
|
80
43
|
verticalPadding: "small" | "large" | "none";
|
|
81
44
|
borderTop: boolean;
|
|
@@ -1,51 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
};
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
type __VLS_Props = {
|
|
5
2
|
size?: "wide" | "small";
|
|
6
3
|
verticalPadding?: "small" | "large" | "none";
|
|
7
4
|
borderTop?: boolean;
|
|
8
5
|
borderBottom?: boolean;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}>, {
|
|
20
|
-
size: string;
|
|
21
|
-
verticalPadding: string;
|
|
22
|
-
borderTop: boolean;
|
|
23
|
-
borderBottom: boolean;
|
|
24
|
-
}>>> & Readonly<{}>, {
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
25
17
|
size: "wide" | "small";
|
|
26
18
|
verticalPadding: "small" | "large" | "none";
|
|
27
19
|
borderTop: boolean;
|
|
28
20
|
borderBottom: boolean;
|
|
29
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
30
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
23
|
export default _default;
|
|
32
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
34
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
-
} : {
|
|
37
|
-
type: import('vue').PropType<T[K]>;
|
|
38
|
-
required: true;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
type __VLS_WithDefaults<P, D> = {
|
|
42
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
43
|
-
default: D[K];
|
|
44
|
-
}> : P[K];
|
|
45
|
-
};
|
|
46
|
-
type __VLS_Prettify<T> = {
|
|
47
|
-
[K in keyof T]: T[K];
|
|
48
|
-
} & {};
|
|
49
24
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
25
|
new (): {
|
|
51
26
|
$slots: S;
|