@volverjs/ui-vue 0.0.10-beta.32 → 0.0.10-beta.33
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/dist/components/VvAccordion/VvAccordion.vue.d.ts +1 -131
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +4 -3
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.es.js +5 -5
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +6 -7
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.es.js +1 -6
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +4 -8
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +2 -8
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +3 -8
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvButton/VvButton.es.js +0 -22
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +16 -7
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +7 -0
- package/dist/components/VvButtonGroup/index.d.ts +3 -0
- package/dist/components/VvCard/VvCard.es.js +1 -6
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +2 -23
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +6 -24
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +12 -31
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +29 -23
- package/dist/components/VvCombobox/index.d.ts +7 -7
- package/dist/components/VvDialog/VvDialog.es.js +1 -6
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +23 -23
- package/dist/components/VvDropdown/index.d.ts +7 -7
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +0 -5
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +1 -6
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.es.js +0 -22
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +11 -3
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvNav/VvNav.es.js +8 -10
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNavItem/VvNavItem.es.js +4 -1
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.es.js +3 -3
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +0 -22
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +4 -23
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvTab/VvTab.es.js +7 -9
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/index.es.js +82 -68
- package/dist/components/index.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +7 -7
- package/dist/stories/Accordion/Accordion.settings.d.ts +2 -57
- package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +2 -66
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +2 -181
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +370 -11
- package/dist/stories/Alert/Alert.settings.d.ts +2 -109
- package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +2 -85
- package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +2 -38
- package/dist/stories/Badge/Badge.settings.d.ts +2 -26
- package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +2 -18
- package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +1 -1
- package/dist/stories/Button/Button.settings.d.ts +2 -193
- package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +2 -40
- package/dist/stories/Card/Card.settings.d.ts +2 -63
- package/dist/stories/Checkbox/Checkbox.settings.d.ts +2 -132
- package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +1 -141
- package/dist/stories/Combobox/Combobox.settings.d.ts +2 -617
- package/dist/stories/Dialog/Dialog.settings.d.ts +2 -47
- package/dist/stories/Dropdown/Dropdown.settings.d.ts +2 -205
- package/dist/stories/Icon/Icon.settings.d.ts +2 -68
- package/dist/stories/InputFile/InputFile.settings.d.ts +2 -52
- package/dist/stories/InputText/InputText.settings.d.ts +2 -438
- package/dist/stories/Nav/Nav.settings.d.ts +2 -10
- package/dist/stories/Progress/Progress.settings.d.ts +2 -27
- package/dist/stories/Radio/Radio.settings.d.ts +1 -110
- package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +1 -141
- package/dist/stories/Select/Select.settings.d.ts +2 -246
- package/dist/stories/Textarea/Textarea.settings.d.ts +2 -287
- package/dist/stories/argTypes.d.ts +27 -866
- package/package.json +45 -45
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvAlert/index.ts +4 -4
- package/src/components/VvAlertGroup/VvAlertGroup.vue +0 -1
- package/src/components/VvBadge/VvBadge.vue +1 -1
- package/src/components/VvButtonGroup/VvButtonGroup.vue +11 -2
- package/src/components/VvButtonGroup/index.ts +1 -0
- package/src/components/VvCheckbox/VvCheckbox.vue +2 -5
- package/src/components/VvCombobox/VvCombobox.vue +2 -1
- package/src/components/VvInputText/VvInputText.vue +15 -4
- package/src/components/VvNav/VvNav.vue +1 -6
- package/src/components/VvNav/VvNavItem.vue +1 -1
- package/src/components/VvProgress/VvProgress.vue +0 -1
- package/src/composables/alert/useAlert.ts +3 -3
- package/src/stories/Accordion/Accordion.settings.ts +3 -2
- package/src/stories/AccordionGroup/AccordionGroup.settings.ts +4 -3
- package/src/stories/AccordionGroup/AccordionGroup.stories.ts +4 -2
- package/src/stories/AccordionGroup/AccordionGroup.test.ts +2 -6
- package/src/stories/Alert/Alert.settings.ts +8 -7
- package/src/stories/Alert/Alert.test.ts +1 -3
- package/src/stories/AlertGroup/AlertGroup.settings.ts +3 -1
- package/src/stories/AlertGroup/AlertGroup.test.ts +5 -7
- package/src/stories/Avatar/Avatar.test.ts +1 -3
- package/src/stories/Avatar/AvatarModifiers.stories.ts +1 -0
- package/src/stories/AvatarGroup/AvatarGroup.settings.ts +2 -1
- package/src/stories/AvatarGroup/AvatarGroup.test.ts +1 -3
- package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +1 -0
- package/src/stories/Badge/Badge.settings.ts +2 -1
- package/src/stories/Badge/Badge.stories.ts +2 -2
- package/src/stories/Badge/Badge.test.ts +1 -1
- package/src/stories/Breadcrumb/Breadcrumb.settings.ts +2 -1
- package/src/stories/Breadcrumb/Breadcrumb.stories.ts +1 -1
- package/src/stories/Breadcrumb/Breadcrumb.test.ts +1 -1
- package/src/stories/Button/Button.settings.ts +6 -6
- package/src/stories/Button/Button.stories.ts +1 -1
- package/src/stories/Button/Button.test.ts +1 -3
- package/src/stories/ButtonGroup/ButtonGroup.settings.ts +11 -1
- package/src/stories/ButtonGroup/ButtonGroup.stories.ts +1 -1
- package/src/stories/ButtonGroup/ButtonGroup.test.ts +2 -6
- package/src/stories/Card/Card.settings.ts +2 -1
- package/src/stories/Card/Card.test.ts +1 -3
- package/src/stories/Checkbox/Checkbox.settings.ts +5 -3
- package/src/stories/Checkbox/Checkbox.test.ts +2 -6
- package/src/stories/Checkbox/CheckboxBinary.stories.ts +1 -1
- package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +2 -6
- package/src/stories/Combobox/Combobox.settings.ts +10 -10
- package/src/stories/Combobox/Combobox.test.ts +2 -6
- package/src/stories/Dialog/Dialog.settings.ts +2 -1
- package/src/stories/Dialog/Dialog.test.ts +3 -8
- package/src/stories/Dropdown/Dropdown.settings.ts +2 -1
- package/src/stories/Dropdown/Dropdown.test.ts +2 -6
- package/src/stories/Dropdown/DropdownSlots.stories.ts +1 -1
- package/src/stories/Icon/Icon.settings.ts +2 -1
- package/src/stories/Icon/Icon.stories.ts +0 -1
- package/src/stories/InputFile/InputFile.settings.ts +2 -1
- package/src/stories/InputText/InputText.settings.ts +8 -6
- package/src/stories/InputText/InputText.test.ts +2 -6
- package/src/stories/InputText/InputTextMinMax.stories.ts +1 -1
- package/src/stories/Nav/Nav.settings.ts +2 -2
- package/src/stories/Nav/Nav.stories.ts +1 -1
- package/src/stories/Nav/Nav.test.ts +2 -4
- package/src/stories/Progress/Progress.settings.ts +2 -1
- package/src/stories/Radio/Radio.test.ts +2 -6
- package/src/stories/RadioGroup/RadioGroup.stories.ts +1 -2
- package/src/stories/RadioGroup/RadioGroup.test.ts +2 -6
- package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +1 -1
- package/src/stories/Select/Select.settings.ts +4 -3
- package/src/stories/Select/Select.test.ts +3 -9
- package/src/stories/Select/SelectIconPosition.stories.ts +2 -2
- package/src/stories/Select/SelectOptions.stories.ts +0 -1
- package/src/stories/Tab/Tab.test.ts +3 -5
- package/src/stories/Textarea/Textarea.settings.ts +5 -3
- package/src/stories/Textarea/Textarea.test.ts +2 -6
- package/src/stories/Tooltip/Tooltip.settings.ts +1 -1
- package/src/stories/Tooltip/Tooltip.test.ts +3 -5
- package/src/stories/argTypes.ts +47 -46
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ArgTypes } from '@storybook/vue3';
|
|
1
2
|
export declare const defaultArgs: {
|
|
2
3
|
items: ({
|
|
3
4
|
text: string;
|
|
@@ -10,41 +11,4 @@ export declare const defaultArgs: {
|
|
|
10
11
|
})[];
|
|
11
12
|
avatarModifiers: string;
|
|
12
13
|
};
|
|
13
|
-
export declare const argTypes:
|
|
14
|
-
default: {
|
|
15
|
-
description: string;
|
|
16
|
-
control: {
|
|
17
|
-
type: string;
|
|
18
|
-
};
|
|
19
|
-
table: {
|
|
20
|
-
category: string;
|
|
21
|
-
type: {
|
|
22
|
-
summary: string;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
modifiers: {
|
|
27
|
-
options: string[];
|
|
28
|
-
description: string;
|
|
29
|
-
control: {
|
|
30
|
-
type: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
avatarModifiers: {
|
|
34
|
-
options: string[];
|
|
35
|
-
description: string;
|
|
36
|
-
control: {
|
|
37
|
-
type: string;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
toShow: {
|
|
41
|
-
control: {
|
|
42
|
-
type: string;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
totalItems: {
|
|
46
|
-
control: {
|
|
47
|
-
type: string;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
};
|
|
14
|
+
export declare const argTypes: ArgTypes;
|
|
@@ -1,29 +1,5 @@
|
|
|
1
|
+
import type { ArgTypes } from '@storybook/vue3';
|
|
1
2
|
export declare const defaultArgs: {
|
|
2
3
|
modifiers: never[];
|
|
3
4
|
};
|
|
4
|
-
export declare const argTypes:
|
|
5
|
-
default: {
|
|
6
|
-
description: string;
|
|
7
|
-
control: {
|
|
8
|
-
type: string;
|
|
9
|
-
};
|
|
10
|
-
table: {
|
|
11
|
-
category: string;
|
|
12
|
-
type: {
|
|
13
|
-
summary: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
value: {
|
|
18
|
-
control: {
|
|
19
|
-
type: string;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
modifiers: {
|
|
23
|
-
options: string[];
|
|
24
|
-
description: string;
|
|
25
|
-
control: {
|
|
26
|
-
type: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
};
|
|
5
|
+
export declare const argTypes: ArgTypes;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ArgTypes } from '@storybook/vue3';
|
|
1
2
|
export declare const defaultArgs: {
|
|
2
3
|
routes: ({
|
|
3
4
|
label: string;
|
|
@@ -9,21 +10,4 @@ export declare const defaultArgs: {
|
|
|
9
10
|
href?: undefined;
|
|
10
11
|
})[];
|
|
11
12
|
};
|
|
12
|
-
export declare const argTypes:
|
|
13
|
-
modifiers: {
|
|
14
|
-
control: string;
|
|
15
|
-
options: string[];
|
|
16
|
-
};
|
|
17
|
-
label: {
|
|
18
|
-
description: string;
|
|
19
|
-
control: {
|
|
20
|
-
type: string;
|
|
21
|
-
};
|
|
22
|
-
table: {
|
|
23
|
-
category: string;
|
|
24
|
-
type: {
|
|
25
|
-
summary: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
};
|
|
13
|
+
export declare const argTypes: ArgTypes;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { PlayAttributes } from '@/test/types';
|
|
2
|
-
export declare function defaultTest(data
|
|
2
|
+
export declare function defaultTest(data?: PlayAttributes, customSlot?: boolean): Promise<void>;
|
|
@@ -1,195 +1,4 @@
|
|
|
1
|
-
import type { Meta } from '@storybook/vue3';
|
|
1
|
+
import type { ArgTypes, Meta } from '@storybook/vue3';
|
|
2
2
|
import type { VvButton } from '@/components';
|
|
3
3
|
export declare const defaultArgs: Meta<typeof VvButton>['args'];
|
|
4
|
-
export declare const argTypes:
|
|
5
|
-
before: {
|
|
6
|
-
description: string;
|
|
7
|
-
control: {
|
|
8
|
-
type: string;
|
|
9
|
-
};
|
|
10
|
-
table: {
|
|
11
|
-
category: string;
|
|
12
|
-
type: {
|
|
13
|
-
summary: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
after: {
|
|
18
|
-
description: string;
|
|
19
|
-
control: {
|
|
20
|
-
type: string;
|
|
21
|
-
};
|
|
22
|
-
table: {
|
|
23
|
-
category: string;
|
|
24
|
-
type: {
|
|
25
|
-
summary: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
default: {
|
|
30
|
-
description: string;
|
|
31
|
-
control: {
|
|
32
|
-
type: string;
|
|
33
|
-
};
|
|
34
|
-
table: {
|
|
35
|
-
category: string;
|
|
36
|
-
type: {
|
|
37
|
-
summary: string;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
pressed: {
|
|
42
|
-
description: string;
|
|
43
|
-
control: {
|
|
44
|
-
type: string;
|
|
45
|
-
};
|
|
46
|
-
table: {
|
|
47
|
-
defaultValue: {
|
|
48
|
-
summary: boolean;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
active: {
|
|
53
|
-
description: string;
|
|
54
|
-
control: {
|
|
55
|
-
type: string;
|
|
56
|
-
};
|
|
57
|
-
table: {
|
|
58
|
-
defaultValue: {
|
|
59
|
-
summary: boolean;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
rel: {
|
|
64
|
-
description: string;
|
|
65
|
-
control: {
|
|
66
|
-
type: string;
|
|
67
|
-
};
|
|
68
|
-
table: {
|
|
69
|
-
defaultValue: {
|
|
70
|
-
summary: string;
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
type: {
|
|
75
|
-
options: string[];
|
|
76
|
-
control: {
|
|
77
|
-
type: string;
|
|
78
|
-
};
|
|
79
|
-
table: {
|
|
80
|
-
defaultValue: {
|
|
81
|
-
summary: string;
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
href: {
|
|
86
|
-
description: string;
|
|
87
|
-
control: {
|
|
88
|
-
type: string;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
target: {
|
|
92
|
-
description: string;
|
|
93
|
-
control: {
|
|
94
|
-
type: string;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
to: {
|
|
98
|
-
description: string;
|
|
99
|
-
control: {
|
|
100
|
-
type: string;
|
|
101
|
-
};
|
|
102
|
-
};
|
|
103
|
-
disabled: {
|
|
104
|
-
control: string;
|
|
105
|
-
description: string;
|
|
106
|
-
table: {
|
|
107
|
-
defaultValue: {
|
|
108
|
-
summary: boolean;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
loading: {
|
|
113
|
-
description: string;
|
|
114
|
-
table: {
|
|
115
|
-
defaultValue: {
|
|
116
|
-
summary: boolean;
|
|
117
|
-
};
|
|
118
|
-
};
|
|
119
|
-
};
|
|
120
|
-
loadingLabel: {
|
|
121
|
-
description: string;
|
|
122
|
-
control: {
|
|
123
|
-
type: string;
|
|
124
|
-
};
|
|
125
|
-
};
|
|
126
|
-
unselectable: {
|
|
127
|
-
description: string;
|
|
128
|
-
table: {
|
|
129
|
-
defaultValue: {
|
|
130
|
-
summary: boolean;
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
};
|
|
134
|
-
modifiers: {
|
|
135
|
-
options: string[];
|
|
136
|
-
description: string;
|
|
137
|
-
control: {
|
|
138
|
-
type: string;
|
|
139
|
-
};
|
|
140
|
-
};
|
|
141
|
-
icon: {
|
|
142
|
-
options: string[];
|
|
143
|
-
control: {
|
|
144
|
-
type: string;
|
|
145
|
-
};
|
|
146
|
-
};
|
|
147
|
-
iconPosition: {
|
|
148
|
-
options: string[];
|
|
149
|
-
control: {
|
|
150
|
-
type: string;
|
|
151
|
-
};
|
|
152
|
-
table: {
|
|
153
|
-
defaultValue: {
|
|
154
|
-
summary: string;
|
|
155
|
-
};
|
|
156
|
-
};
|
|
157
|
-
};
|
|
158
|
-
label: {
|
|
159
|
-
table: {
|
|
160
|
-
category: string;
|
|
161
|
-
type: string;
|
|
162
|
-
};
|
|
163
|
-
description: string;
|
|
164
|
-
control: {
|
|
165
|
-
type: string;
|
|
166
|
-
};
|
|
167
|
-
};
|
|
168
|
-
toggle: {
|
|
169
|
-
description: string;
|
|
170
|
-
control: {
|
|
171
|
-
type: string;
|
|
172
|
-
};
|
|
173
|
-
table: {
|
|
174
|
-
defaultValue: {
|
|
175
|
-
summary: boolean;
|
|
176
|
-
};
|
|
177
|
-
};
|
|
178
|
-
};
|
|
179
|
-
value: {
|
|
180
|
-
description: string;
|
|
181
|
-
table: {
|
|
182
|
-
defaultValue: {
|
|
183
|
-
summary: string;
|
|
184
|
-
};
|
|
185
|
-
};
|
|
186
|
-
};
|
|
187
|
-
uncheckedValue: {
|
|
188
|
-
description: string;
|
|
189
|
-
table: {
|
|
190
|
-
defaultValue: {
|
|
191
|
-
summary: string;
|
|
192
|
-
};
|
|
193
|
-
};
|
|
194
|
-
};
|
|
195
|
-
};
|
|
4
|
+
export declare const argTypes: ArgTypes;
|
|
@@ -1,43 +1,5 @@
|
|
|
1
|
+
import type { ArgTypes } from '@storybook/vue3';
|
|
1
2
|
export declare const defaultArgs: {
|
|
2
3
|
modifiers: never[];
|
|
3
4
|
};
|
|
4
|
-
export declare const argTypes:
|
|
5
|
-
default: {
|
|
6
|
-
description: string;
|
|
7
|
-
control: {
|
|
8
|
-
type: string;
|
|
9
|
-
};
|
|
10
|
-
table: {
|
|
11
|
-
category: string;
|
|
12
|
-
type: {
|
|
13
|
-
summary: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
unselectable: {
|
|
18
|
-
description: string;
|
|
19
|
-
table: {
|
|
20
|
-
defaultValue: {
|
|
21
|
-
summary: boolean;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
modelValue: {
|
|
26
|
-
table: {
|
|
27
|
-
disable: boolean;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
modifiers: {
|
|
31
|
-
options: string[];
|
|
32
|
-
description: string;
|
|
33
|
-
control: {
|
|
34
|
-
type: string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
itemModifiers: {
|
|
38
|
-
options: string[];
|
|
39
|
-
control: {
|
|
40
|
-
type: string;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
};
|
|
5
|
+
export declare const argTypes: ArgTypes;
|
|
@@ -1,67 +1,6 @@
|
|
|
1
|
+
import type { ArgTypes } from '@storybook/vue3';
|
|
1
2
|
export declare const defaultArgs: {
|
|
2
3
|
title: string;
|
|
3
4
|
content: string;
|
|
4
5
|
};
|
|
5
|
-
export declare const argTypes:
|
|
6
|
-
header: {
|
|
7
|
-
description: string;
|
|
8
|
-
control: {
|
|
9
|
-
type: string;
|
|
10
|
-
};
|
|
11
|
-
table: {
|
|
12
|
-
category: string;
|
|
13
|
-
type: {
|
|
14
|
-
summary: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
content: {
|
|
19
|
-
description: string;
|
|
20
|
-
control: {
|
|
21
|
-
type: string;
|
|
22
|
-
};
|
|
23
|
-
table: {
|
|
24
|
-
category: string;
|
|
25
|
-
type: {
|
|
26
|
-
summary: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
footer: {
|
|
31
|
-
description: string;
|
|
32
|
-
control: {
|
|
33
|
-
type: string;
|
|
34
|
-
};
|
|
35
|
-
table: {
|
|
36
|
-
category: string;
|
|
37
|
-
type: {
|
|
38
|
-
summary: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
default: {
|
|
43
|
-
description: string;
|
|
44
|
-
control: {
|
|
45
|
-
type: string;
|
|
46
|
-
};
|
|
47
|
-
table: {
|
|
48
|
-
category: string;
|
|
49
|
-
type: {
|
|
50
|
-
summary: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
modifiers: {
|
|
55
|
-
options: string[];
|
|
56
|
-
description: string;
|
|
57
|
-
control: {
|
|
58
|
-
type: string;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
title: {
|
|
62
|
-
description: string;
|
|
63
|
-
control: {
|
|
64
|
-
type: string;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
};
|
|
6
|
+
export declare const argTypes: ArgTypes;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ArgTypes } from '@storybook/vue3';
|
|
1
2
|
export declare const defaultArgs: {
|
|
2
3
|
name: string;
|
|
3
4
|
label: string;
|
|
@@ -11,135 +12,4 @@ export declare const defaultArgs: {
|
|
|
11
12
|
indeterminate: boolean;
|
|
12
13
|
uncheckedValue: undefined;
|
|
13
14
|
};
|
|
14
|
-
export declare const argTypes:
|
|
15
|
-
indeterminate: {
|
|
16
|
-
description: string;
|
|
17
|
-
table: {
|
|
18
|
-
defaultValue: {
|
|
19
|
-
summary: boolean;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
uncheckedValue: {
|
|
24
|
-
description: string;
|
|
25
|
-
control: {
|
|
26
|
-
type: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
switch: {
|
|
30
|
-
description: string;
|
|
31
|
-
table: {
|
|
32
|
-
defaultValue: {
|
|
33
|
-
summary: boolean;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
label: {
|
|
38
|
-
description: string;
|
|
39
|
-
control: {
|
|
40
|
-
type: string;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
value: {
|
|
44
|
-
description: string;
|
|
45
|
-
control: {
|
|
46
|
-
type: string;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
readonly: {
|
|
50
|
-
description: string;
|
|
51
|
-
table: {
|
|
52
|
-
defaultValue: {
|
|
53
|
-
summary: boolean;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
disabled: {
|
|
58
|
-
control: string;
|
|
59
|
-
description: string;
|
|
60
|
-
table: {
|
|
61
|
-
defaultValue: {
|
|
62
|
-
summary: boolean;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
hintLabel: {
|
|
67
|
-
description: string;
|
|
68
|
-
control: {
|
|
69
|
-
type: string;
|
|
70
|
-
};
|
|
71
|
-
table: {
|
|
72
|
-
type: {
|
|
73
|
-
summary: string;
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
hint: {
|
|
78
|
-
description: string;
|
|
79
|
-
control: {
|
|
80
|
-
type: string;
|
|
81
|
-
};
|
|
82
|
-
table: {
|
|
83
|
-
category: string;
|
|
84
|
-
type: {
|
|
85
|
-
summary: string;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
invalid: {
|
|
90
|
-
description: string;
|
|
91
|
-
table: {
|
|
92
|
-
defaultValue: {
|
|
93
|
-
summary: boolean;
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
invalidLabel: {
|
|
98
|
-
description: string;
|
|
99
|
-
control: {
|
|
100
|
-
type: string;
|
|
101
|
-
};
|
|
102
|
-
};
|
|
103
|
-
valid: {
|
|
104
|
-
description: string;
|
|
105
|
-
table: {
|
|
106
|
-
defaultValue: {
|
|
107
|
-
summary: boolean;
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
validLabel: {
|
|
112
|
-
description: string;
|
|
113
|
-
control: {
|
|
114
|
-
type: string;
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
tabindex: {
|
|
118
|
-
description: string;
|
|
119
|
-
control: {
|
|
120
|
-
type: string;
|
|
121
|
-
};
|
|
122
|
-
table: {
|
|
123
|
-
defaultValue: {
|
|
124
|
-
summary: number;
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
id: {
|
|
129
|
-
description: string;
|
|
130
|
-
control: {
|
|
131
|
-
type: string;
|
|
132
|
-
};
|
|
133
|
-
table: {
|
|
134
|
-
defaultValue: {
|
|
135
|
-
summary: string;
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
name: {
|
|
140
|
-
description: string;
|
|
141
|
-
control: {
|
|
142
|
-
type: string;
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
};
|
|
15
|
+
export declare const argTypes: ArgTypes;
|
|
@@ -9,144 +9,4 @@ export declare const defaultArgs: {
|
|
|
9
9
|
valid: boolean;
|
|
10
10
|
tabindex: number;
|
|
11
11
|
};
|
|
12
|
-
export declare const argTypes:
|
|
13
|
-
label: {
|
|
14
|
-
description: string;
|
|
15
|
-
control: {
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
name: {
|
|
20
|
-
description: string;
|
|
21
|
-
control: {
|
|
22
|
-
type: string;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
vertical: {
|
|
26
|
-
description: string;
|
|
27
|
-
table: {
|
|
28
|
-
defaultValue: {
|
|
29
|
-
summary: boolean;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
default: {
|
|
34
|
-
description: string;
|
|
35
|
-
control: {
|
|
36
|
-
type: string;
|
|
37
|
-
};
|
|
38
|
-
table: {
|
|
39
|
-
category: string;
|
|
40
|
-
type: {
|
|
41
|
-
summary: string;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
readonly: {
|
|
46
|
-
description: string;
|
|
47
|
-
table: {
|
|
48
|
-
defaultValue: {
|
|
49
|
-
summary: boolean;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
disabled: {
|
|
54
|
-
control: string;
|
|
55
|
-
description: string;
|
|
56
|
-
table: {
|
|
57
|
-
defaultValue: {
|
|
58
|
-
summary: boolean;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
hintLabel: {
|
|
63
|
-
description: string;
|
|
64
|
-
control: {
|
|
65
|
-
type: string;
|
|
66
|
-
};
|
|
67
|
-
table: {
|
|
68
|
-
type: {
|
|
69
|
-
summary: string;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
hint: {
|
|
74
|
-
description: string;
|
|
75
|
-
control: {
|
|
76
|
-
type: string;
|
|
77
|
-
};
|
|
78
|
-
table: {
|
|
79
|
-
category: string;
|
|
80
|
-
type: {
|
|
81
|
-
summary: string;
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
options: {
|
|
86
|
-
description: string;
|
|
87
|
-
control: {
|
|
88
|
-
type: string;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
labelKey: {
|
|
92
|
-
description: string;
|
|
93
|
-
control: {
|
|
94
|
-
type: string;
|
|
95
|
-
};
|
|
96
|
-
table: {
|
|
97
|
-
defaultValue: {
|
|
98
|
-
summary: string;
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
};
|
|
102
|
-
valueKey: {
|
|
103
|
-
description: string;
|
|
104
|
-
control: {
|
|
105
|
-
type: string;
|
|
106
|
-
};
|
|
107
|
-
table: {
|
|
108
|
-
defaultValue: {
|
|
109
|
-
summary: string;
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
};
|
|
113
|
-
disabledKey: {
|
|
114
|
-
description: string;
|
|
115
|
-
control: {
|
|
116
|
-
type: string;
|
|
117
|
-
};
|
|
118
|
-
table: {
|
|
119
|
-
defaultValue: {
|
|
120
|
-
summary: string;
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
|
-
invalid: {
|
|
125
|
-
description: string;
|
|
126
|
-
table: {
|
|
127
|
-
defaultValue: {
|
|
128
|
-
summary: boolean;
|
|
129
|
-
};
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
invalidLabel: {
|
|
133
|
-
description: string;
|
|
134
|
-
control: {
|
|
135
|
-
type: string;
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
valid: {
|
|
139
|
-
description: string;
|
|
140
|
-
table: {
|
|
141
|
-
defaultValue: {
|
|
142
|
-
summary: boolean;
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
};
|
|
146
|
-
validLabel: {
|
|
147
|
-
description: string;
|
|
148
|
-
control: {
|
|
149
|
-
type: string;
|
|
150
|
-
};
|
|
151
|
-
};
|
|
152
|
-
};
|
|
12
|
+
export declare const argTypes: import("@storybook/types").ArgTypes<import("@storybook/types").Args>;
|