@infineon/infineon-design-system-stencil 30.9.1 → 30.9.2--canary.1640.8926aa040c1241b80b9d12b6600d721691845221.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/dist/cjs/ifx-accordion_2.cjs.entry.js +2 -2
- package/dist/cjs/ifx-accordion_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-modal.cjs.entry.js +8 -8
- package/dist/cjs/ifx-modal.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-multiselect_2.cjs.entry.js +5 -5
- package/dist/cjs/ifx-multiselect_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-search-bar.cjs.entry.js +5 -5
- package/dist/cjs/ifx-search-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-sidebar-item.cjs.entry.js +9 -9
- package/dist/cjs/ifx-sidebar-item.cjs.entry.js.map +1 -1
- package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/accordion/accordion.stories.js +79 -3
- package/dist/collection/components/accordion/accordion.stories.js.map +1 -1
- package/dist/collection/components/accordion/accordionItem.js +4 -4
- package/dist/collection/components/accordion/accordionItem.js.map +1 -1
- package/dist/collection/components/alert/alert.stories.js +45 -12
- package/dist/collection/components/alert/alert.stories.js.map +1 -1
- package/dist/collection/components/badge/badge.stories.js +28 -7
- package/dist/collection/components/badge/badge.stories.js.map +1 -1
- package/dist/collection/components/breadcrumb/breadcrumb.stories.js +66 -7
- package/dist/collection/components/breadcrumb/breadcrumb.stories.js.map +1 -1
- package/dist/collection/components/button/button.stories.js +104 -9
- package/dist/collection/components/button/button.stories.js.map +1 -1
- package/dist/collection/components/card/card.stories.js +85 -2
- package/dist/collection/components/card/card.stories.js.map +1 -1
- package/dist/collection/components/checkbox/checkbox.stories.js +75 -14
- package/dist/collection/components/checkbox/checkbox.stories.js.map +1 -1
- package/dist/collection/components/content-switcher/content-switcher.stories.js +65 -3
- package/dist/collection/components/content-switcher/content-switcher.stories.js.map +1 -1
- package/dist/collection/components/date-picker/date-picker.stories.js +73 -6
- package/dist/collection/components/date-picker/date-picker.stories.js.map +1 -1
- package/dist/collection/components/dropdown/dropdown.stories.js +161 -64
- package/dist/collection/components/dropdown/dropdown.stories.js.map +1 -1
- package/dist/collection/components/footer/footer.stories.js +7 -1
- package/dist/collection/components/footer/footer.stories.js.map +1 -1
- package/dist/collection/components/icon/infineonIconStencil.stories.js +7 -2
- package/dist/collection/components/icon/infineonIconStencil.stories.js.map +1 -1
- package/dist/collection/components/icon-button/icon-button.stories.js +61 -5
- package/dist/collection/components/icon-button/icon-button.stories.js.map +1 -1
- package/dist/collection/components/link/link.stories.js +56 -4
- package/dist/collection/components/link/link.stories.js.map +1 -1
- package/dist/collection/components/modal/modal.js +10 -10
- package/dist/collection/components/modal/modal.js.map +1 -1
- package/dist/collection/components/modal/modal.stories.js +96 -19
- package/dist/collection/components/modal/modal.stories.js.map +1 -1
- package/dist/collection/components/navigation/navbar/navbar.stories.js +203 -12
- package/dist/collection/components/navigation/navbar/navbar.stories.js.map +1 -1
- package/dist/collection/components/navigation/sidebar/sidebar-item.js +11 -11
- package/dist/collection/components/navigation/sidebar/sidebar-item.js.map +1 -1
- package/dist/collection/components/navigation/sidebar/sidebar.stories.js +110 -17
- package/dist/collection/components/navigation/sidebar/sidebar.stories.js.map +1 -1
- package/dist/collection/components/notification/notification.stories.js +51 -4
- package/dist/collection/components/notification/notification.stories.js.map +1 -1
- package/dist/collection/components/number-indicator/number-indicator.stories.js +19 -0
- package/dist/collection/components/number-indicator/number-indicator.stories.js.map +1 -1
- package/dist/collection/components/pagination/pagination.stories.js +30 -3
- package/dist/collection/components/pagination/pagination.stories.js.map +1 -1
- package/dist/collection/components/progress-bar/progress-bar.stories.js +31 -8
- package/dist/collection/components/progress-bar/progress-bar.stories.js.map +1 -1
- package/dist/collection/components/radio-button/radio-button.stories.js +66 -13
- package/dist/collection/components/radio-button/radio-button.stories.js.map +1 -1
- package/dist/collection/components/search-bar/search-bar.js +6 -6
- package/dist/collection/components/search-bar/search-bar.js.map +1 -1
- package/dist/collection/components/search-bar/search-bar.stories.js +58 -9
- package/dist/collection/components/search-bar/search-bar.stories.js.map +1 -1
- package/dist/collection/components/search-field/search-field.stories.js +43 -7
- package/dist/collection/components/search-field/search-field.stories.js.map +1 -1
- package/dist/collection/components/select/multi-select/multiselect.js +6 -6
- package/dist/collection/components/select/multi-select/multiselect.js.map +1 -1
- package/dist/collection/components/select/multi-select/multiselect.stories.js +131 -5
- package/dist/collection/components/select/multi-select/multiselect.stories.js.map +1 -1
- package/dist/collection/components/select/single-select/select.stories.js +83 -26
- package/dist/collection/components/select/single-select/select.stories.js.map +1 -1
- package/dist/collection/components/slider/slider.stories.js +97 -13
- package/dist/collection/components/slider/slider.stories.js.map +1 -1
- package/dist/collection/components/spinner/spinner.stories.js +34 -2
- package/dist/collection/components/spinner/spinner.stories.js.map +1 -1
- package/dist/collection/components/status/status.stories.js +24 -1
- package/dist/collection/components/status/status.stories.js.map +1 -1
- package/dist/collection/components/stepper/stepper.stories.js +33 -16
- package/dist/collection/components/stepper/stepper.stories.js.map +1 -1
- package/dist/collection/components/switch/switch.stories.js +54 -4
- package/dist/collection/components/switch/switch.stories.js.map +1 -1
- package/dist/collection/components/table-advanced-version/table.stories.js +71 -11
- package/dist/collection/components/table-advanced-version/table.stories.js.map +1 -1
- package/dist/collection/components/table-basic-version/table.stories.js +17 -1
- package/dist/collection/components/table-basic-version/table.stories.js.map +1 -1
- package/dist/collection/components/tabs/tabs.stories.js +89 -23
- package/dist/collection/components/tabs/tabs.stories.js.map +1 -1
- package/dist/collection/components/tag/tag.stories.js +18 -0
- package/dist/collection/components/tag/tag.stories.js.map +1 -1
- package/dist/collection/components/text-field/text-field.stories.js +104 -13
- package/dist/collection/components/text-field/text-field.stories.js.map +1 -1
- package/dist/collection/components/tooltip/tooltip.stories.js +48 -4
- package/dist/collection/components/tooltip/tooltip.stories.js.map +1 -1
- package/dist/components/ifx-accordion-item.js +1 -1
- package/dist/components/ifx-faq.js +1 -1
- package/dist/components/ifx-modal.js +8 -8
- package/dist/components/ifx-modal.js.map +1 -1
- package/dist/components/ifx-multiselect.js +1 -1
- package/dist/components/ifx-search-bar.js +5 -5
- package/dist/components/ifx-search-bar.js.map +1 -1
- package/dist/components/ifx-set-filter.js +1 -1
- package/dist/components/ifx-sidebar-item.js +11 -11
- package/dist/components/ifx-sidebar-item.js.map +1 -1
- package/dist/components/{p-b2439194.js → p-62c6aeb2.js} +4 -4
- package/dist/components/{p-b2439194.js.map → p-62c6aeb2.js.map} +1 -1
- package/dist/components/{p-04b73e62.js → p-cf8fd0f4.js} +6 -6
- package/dist/components/p-cf8fd0f4.js.map +1 -0
- package/dist/esm/ifx-accordion_2.entry.js +2 -2
- package/dist/esm/ifx-accordion_2.entry.js.map +1 -1
- package/dist/esm/ifx-modal.entry.js +8 -8
- package/dist/esm/ifx-modal.entry.js.map +1 -1
- package/dist/esm/ifx-multiselect_2.entry.js +5 -5
- package/dist/esm/ifx-multiselect_2.entry.js.map +1 -1
- package/dist/esm/ifx-search-bar.entry.js +5 -5
- package/dist/esm/ifx-search-bar.entry.js.map +1 -1
- package/dist/esm/ifx-sidebar-item.entry.js +9 -9
- package/dist/esm/ifx-sidebar-item.entry.js.map +1 -1
- package/dist/esm/infineon-design-system-stencil.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
- package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
- package/dist/infineon-design-system-stencil/p-60dcd508.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-60dcd508.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-6a274db4.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-6a274db4.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-c3e3eda9.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-c3e3eda9.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-bc8a4226.entry.js → p-d93eb561.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-d93eb561.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-dac5d6d5.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-dac5d6d5.entry.js.map +1 -0
- package/dist/types/components/accordion/accordion.stories.d.ts +67 -1
- package/dist/types/components/accordion/accordionItem.d.ts +1 -1
- package/dist/types/components/alert/alert.stories.d.ts +38 -11
- package/dist/types/components/badge/badge.stories.d.ts +23 -3
- package/dist/types/components/breadcrumb/breadcrumb.stories.d.ts +66 -1
- package/dist/types/components/button/button.stories.d.ts +95 -16
- package/dist/types/components/card/card.stories.d.ts +95 -1
- package/dist/types/components/checkbox/checkbox.stories.d.ts +68 -10
- package/dist/types/components/content-switcher/content-switcher.stories.d.ts +66 -0
- package/dist/types/components/date-picker/date-picker.stories.d.ts +67 -2
- package/dist/types/components/dropdown/dropdown.stories.d.ts +111 -27
- package/dist/types/components/footer/footer.stories.d.ts +4 -0
- package/dist/types/components/icon/infineonIconStencil.stories.d.ts +5 -0
- package/dist/types/components/icon-button/icon-button.stories.d.ts +56 -8
- package/dist/types/components/link/link.stories.d.ts +52 -6
- package/dist/types/components/modal/modal.d.ts +2 -2
- package/dist/types/components/modal/modal.stories.d.ts +77 -3
- package/dist/types/components/navigation/navbar/navbar.stories.d.ts +243 -6
- package/dist/types/components/navigation/sidebar/sidebar-item.d.ts +2 -2
- package/dist/types/components/navigation/sidebar/sidebar.stories.d.ts +90 -7
- package/dist/types/components/notification/notification.stories.d.ts +44 -0
- package/dist/types/components/number-indicator/number-indicator.stories.d.ts +19 -0
- package/dist/types/components/pagination/pagination.stories.d.ts +27 -0
- package/dist/types/components/progress-bar/progress-bar.stories.d.ts +25 -4
- package/dist/types/components/radio-button/radio-button.stories.d.ts +59 -8
- package/dist/types/components/search-bar/search-bar.d.ts +1 -1
- package/dist/types/components/search-bar/search-bar.stories.d.ts +60 -3
- package/dist/types/components/search-field/search-field.stories.d.ts +36 -6
- package/dist/types/components/select/multi-select/multiselect.d.ts +1 -1
- package/dist/types/components/select/multi-select/multiselect.stories.d.ts +125 -0
- package/dist/types/components/select/single-select/select.stories.d.ts +67 -24
- package/dist/types/components/slider/slider.stories.d.ts +110 -0
- package/dist/types/components/spinner/spinner.stories.d.ts +32 -0
- package/dist/types/components/status/status.stories.d.ts +23 -2
- package/dist/types/components/stepper/stepper.stories.d.ts +21 -4
- package/dist/types/components/switch/switch.stories.d.ts +50 -1
- package/dist/types/components/table-basic-version/table.stories.d.ts +19 -1
- package/dist/types/components/tabs/tabs.stories.d.ts +77 -7
- package/dist/types/components/tag/tag.stories.d.ts +20 -0
- package/dist/types/components/text-field/text-field.stories.d.ts +96 -11
- package/dist/types/components/tooltip/tooltip.stories.d.ts +41 -6
- package/dist/types/components.d.ts +10 -10
- package/package.json +1 -1
- package/dist/components/p-04b73e62.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-222c1af9.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-222c1af9.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-436babb8.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-436babb8.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-9481adc8.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-9481adc8.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-bc8a4226.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-dc7deb14.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-dc7deb14.entry.js.map +0 -1
@@ -2,13 +2,78 @@ declare const _default: {
|
|
2
2
|
title: string;
|
3
3
|
tags: string[];
|
4
4
|
args: {
|
5
|
-
icon:
|
5
|
+
icon: string;
|
6
|
+
iconArialLabel: string;
|
7
|
+
url: string;
|
8
|
+
target: string;
|
6
9
|
};
|
7
10
|
argTypes: {
|
11
|
+
icon: {
|
12
|
+
control: {
|
13
|
+
type: string;
|
14
|
+
};
|
15
|
+
options: any[];
|
16
|
+
description: string;
|
17
|
+
table: {
|
18
|
+
category: string;
|
19
|
+
defaultValue: {
|
20
|
+
summary: string;
|
21
|
+
};
|
22
|
+
type: {
|
23
|
+
summary: string;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
};
|
27
|
+
target: {
|
28
|
+
control: {
|
29
|
+
type: string;
|
30
|
+
};
|
31
|
+
description: string;
|
32
|
+
table: {
|
33
|
+
category: string;
|
34
|
+
defaultValue: {
|
35
|
+
summary: string;
|
36
|
+
};
|
37
|
+
type: {
|
38
|
+
summary: string;
|
39
|
+
};
|
40
|
+
};
|
41
|
+
};
|
42
|
+
iconArialLabel: {
|
43
|
+
control: {
|
44
|
+
type: string;
|
45
|
+
};
|
46
|
+
description: string;
|
47
|
+
table: {
|
48
|
+
category: string;
|
49
|
+
defaultValue: {
|
50
|
+
summary: string;
|
51
|
+
};
|
52
|
+
type: {
|
53
|
+
summary: string;
|
54
|
+
};
|
55
|
+
};
|
56
|
+
};
|
57
|
+
url: {
|
58
|
+
control: {
|
59
|
+
type: string;
|
60
|
+
};
|
61
|
+
description: string;
|
62
|
+
table: {
|
63
|
+
category: string;
|
64
|
+
defaultValue: {
|
65
|
+
summary: string;
|
66
|
+
};
|
67
|
+
type: {
|
68
|
+
summary: string;
|
69
|
+
};
|
70
|
+
};
|
71
|
+
};
|
8
72
|
ifxDropdownMenuItem: {
|
9
73
|
action: string;
|
10
74
|
description: string;
|
11
75
|
table: {
|
76
|
+
category: string;
|
12
77
|
type: {
|
13
78
|
summary: string;
|
14
79
|
detail: string;
|
@@ -9,58 +9,137 @@ declare const _default: {
|
|
9
9
|
size: string;
|
10
10
|
fullWidth: boolean;
|
11
11
|
disabled: boolean;
|
12
|
+
icon: string;
|
12
13
|
iconPosition: string;
|
13
14
|
href: boolean;
|
14
15
|
url: string;
|
15
16
|
target: string;
|
16
17
|
};
|
17
18
|
argTypes: {
|
19
|
+
label: {
|
20
|
+
name: string;
|
21
|
+
description: string;
|
22
|
+
table: {
|
23
|
+
category: string;
|
24
|
+
type: {
|
25
|
+
summary: string;
|
26
|
+
};
|
27
|
+
};
|
28
|
+
};
|
18
29
|
icon: {
|
30
|
+
description: string;
|
31
|
+
control: string;
|
19
32
|
options: any[];
|
20
|
-
|
21
|
-
|
33
|
+
table: {
|
34
|
+
category: string;
|
35
|
+
type: {
|
36
|
+
summary: string;
|
37
|
+
};
|
22
38
|
};
|
23
39
|
};
|
24
40
|
variant: {
|
41
|
+
description: string;
|
42
|
+
control: string;
|
25
43
|
options: string[];
|
26
|
-
|
27
|
-
|
44
|
+
table: {
|
45
|
+
category: string;
|
46
|
+
defaultValue: {
|
47
|
+
summary: string;
|
48
|
+
};
|
28
49
|
};
|
29
50
|
};
|
30
51
|
theme: {
|
52
|
+
description: string;
|
53
|
+
control: string;
|
31
54
|
options: string[];
|
32
|
-
|
33
|
-
|
55
|
+
table: {
|
56
|
+
category: string;
|
57
|
+
defaultValue: {
|
58
|
+
summary: string;
|
59
|
+
};
|
34
60
|
};
|
35
61
|
};
|
36
62
|
type: {
|
63
|
+
description: string;
|
64
|
+
control: string;
|
37
65
|
options: string[];
|
38
|
-
|
39
|
-
|
66
|
+
table: {
|
67
|
+
category: string;
|
68
|
+
defaultValue: {
|
69
|
+
summary: string;
|
70
|
+
};
|
40
71
|
};
|
41
72
|
};
|
42
73
|
size: {
|
43
74
|
description: string;
|
75
|
+
control: string;
|
44
76
|
options: string[];
|
45
|
-
|
46
|
-
|
77
|
+
table: {
|
78
|
+
category: string;
|
79
|
+
defaultValue: {
|
80
|
+
summary: string;
|
81
|
+
};
|
47
82
|
};
|
48
83
|
};
|
49
84
|
fullWidth: {
|
50
|
-
|
51
|
-
|
85
|
+
description: string;
|
86
|
+
control: string;
|
87
|
+
table: {
|
88
|
+
category: string;
|
89
|
+
defaultValue: {
|
90
|
+
summary: string;
|
91
|
+
};
|
92
|
+
};
|
93
|
+
};
|
94
|
+
disabled: {
|
95
|
+
description: string;
|
96
|
+
control: string;
|
97
|
+
table: {
|
98
|
+
category: string;
|
99
|
+
defaultValue: {
|
100
|
+
summary: string;
|
101
|
+
};
|
52
102
|
};
|
53
103
|
};
|
54
104
|
iconPosition: {
|
105
|
+
description: string;
|
106
|
+
control: string;
|
55
107
|
options: string[];
|
56
|
-
|
57
|
-
|
108
|
+
table: {
|
109
|
+
category: string;
|
110
|
+
defaultValue: {
|
111
|
+
summary: string;
|
112
|
+
};
|
113
|
+
};
|
114
|
+
};
|
115
|
+
href: {
|
116
|
+
description: string;
|
117
|
+
control: string;
|
118
|
+
table: {
|
119
|
+
category: string;
|
120
|
+
defaultValue: {
|
121
|
+
summary: string;
|
122
|
+
};
|
123
|
+
};
|
124
|
+
};
|
125
|
+
url: {
|
126
|
+
description: string;
|
127
|
+
table: {
|
128
|
+
category: string;
|
129
|
+
type: {
|
130
|
+
summary: string;
|
131
|
+
};
|
58
132
|
};
|
59
133
|
};
|
60
134
|
target: {
|
135
|
+
description: string;
|
136
|
+
control: string;
|
61
137
|
options: string[];
|
62
|
-
|
63
|
-
|
138
|
+
table: {
|
139
|
+
category: string;
|
140
|
+
defaultValue: {
|
141
|
+
summary: string;
|
142
|
+
};
|
64
143
|
};
|
65
144
|
};
|
66
145
|
};
|
@@ -2,10 +2,10 @@ declare const _default: {
|
|
2
2
|
title: string;
|
3
3
|
tags: string[];
|
4
4
|
args: {
|
5
|
-
direction: string;
|
6
5
|
overline: string;
|
7
6
|
headline: string;
|
8
7
|
description: string;
|
8
|
+
direction: string;
|
9
9
|
button: string;
|
10
10
|
href: string;
|
11
11
|
target: string;
|
@@ -13,19 +13,69 @@ declare const _default: {
|
|
13
13
|
src: string;
|
14
14
|
};
|
15
15
|
argTypes: {
|
16
|
+
overline: {
|
17
|
+
name: string;
|
18
|
+
description: string;
|
19
|
+
type: {
|
20
|
+
name: string;
|
21
|
+
};
|
22
|
+
table: {
|
23
|
+
category: string;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
headline: {
|
27
|
+
name: string;
|
28
|
+
description: string;
|
29
|
+
type: {
|
30
|
+
name: string;
|
31
|
+
};
|
32
|
+
table: {
|
33
|
+
category: string;
|
34
|
+
};
|
35
|
+
};
|
36
|
+
description: {
|
37
|
+
name: string;
|
38
|
+
description: string;
|
39
|
+
type: {
|
40
|
+
name: string;
|
41
|
+
};
|
42
|
+
table: {
|
43
|
+
category: string;
|
44
|
+
};
|
45
|
+
};
|
16
46
|
button: {
|
47
|
+
name: string;
|
17
48
|
options: string[];
|
49
|
+
description: string;
|
18
50
|
control: {
|
19
51
|
type: string;
|
20
52
|
};
|
53
|
+
table: {
|
54
|
+
category: string;
|
55
|
+
};
|
21
56
|
};
|
22
57
|
direction: {
|
58
|
+
description: string;
|
59
|
+
table: {
|
60
|
+
category: string;
|
61
|
+
defaultValue: {
|
62
|
+
summary: string;
|
63
|
+
};
|
64
|
+
type: {
|
65
|
+
summary: string;
|
66
|
+
disable: boolean;
|
67
|
+
};
|
68
|
+
};
|
23
69
|
options: string[];
|
24
70
|
control: {
|
25
71
|
type: string;
|
26
72
|
};
|
27
73
|
};
|
28
74
|
position: {
|
75
|
+
description: string;
|
76
|
+
table: {
|
77
|
+
category: string;
|
78
|
+
};
|
29
79
|
options: string[];
|
30
80
|
control: {
|
31
81
|
type: string;
|
@@ -35,12 +85,56 @@ declare const _default: {
|
|
35
85
|
eq: string;
|
36
86
|
};
|
37
87
|
};
|
88
|
+
href: {
|
89
|
+
description: string;
|
90
|
+
type: {
|
91
|
+
name: string;
|
92
|
+
};
|
93
|
+
table: {
|
94
|
+
category: string;
|
95
|
+
};
|
96
|
+
};
|
38
97
|
target: {
|
98
|
+
description: string;
|
99
|
+
table: {
|
100
|
+
category: string;
|
101
|
+
defaultValue: {
|
102
|
+
summary: string;
|
103
|
+
};
|
104
|
+
};
|
39
105
|
options: string[];
|
40
106
|
control: {
|
41
107
|
type: string;
|
42
108
|
};
|
43
109
|
};
|
110
|
+
isHovered: {
|
111
|
+
description: string;
|
112
|
+
type: string;
|
113
|
+
table: {
|
114
|
+
defaultValue: {
|
115
|
+
summary: boolean;
|
116
|
+
};
|
117
|
+
category: string;
|
118
|
+
};
|
119
|
+
};
|
120
|
+
src: {
|
121
|
+
description: string;
|
122
|
+
type: {
|
123
|
+
name: string;
|
124
|
+
};
|
125
|
+
table: {
|
126
|
+
category: string;
|
127
|
+
};
|
128
|
+
};
|
129
|
+
alt: {
|
130
|
+
description: string;
|
131
|
+
type: {
|
132
|
+
name: string;
|
133
|
+
};
|
134
|
+
table: {
|
135
|
+
category: string;
|
136
|
+
};
|
137
|
+
};
|
44
138
|
};
|
45
139
|
};
|
46
140
|
export default _default;
|
@@ -2,37 +2,95 @@ declare const _default: {
|
|
2
2
|
title: string;
|
3
3
|
tags: string[];
|
4
4
|
args: {
|
5
|
+
label: string;
|
5
6
|
error: boolean;
|
7
|
+
disabled: boolean;
|
6
8
|
checked: boolean;
|
7
|
-
label: string;
|
8
9
|
size: string;
|
9
10
|
indeterminate: boolean;
|
10
11
|
name: string;
|
11
|
-
value: string;
|
12
12
|
};
|
13
13
|
argTypes: {
|
14
|
-
|
14
|
+
label: {
|
15
|
+
name: string;
|
15
16
|
description: string;
|
16
|
-
|
17
|
-
|
18
|
-
type:
|
17
|
+
table: {
|
18
|
+
category: string;
|
19
|
+
type: {
|
20
|
+
summary: string;
|
21
|
+
};
|
19
22
|
};
|
20
23
|
};
|
21
|
-
|
22
|
-
action: string;
|
24
|
+
error: {
|
23
25
|
description: string;
|
26
|
+
control: string;
|
24
27
|
table: {
|
28
|
+
category: string;
|
29
|
+
defaultValue: {
|
30
|
+
summary: boolean;
|
31
|
+
};
|
32
|
+
};
|
33
|
+
};
|
34
|
+
disabled: {
|
35
|
+
description: string;
|
36
|
+
control: string;
|
37
|
+
table: {
|
38
|
+
category: string;
|
39
|
+
defaultValue: {
|
40
|
+
summary: boolean;
|
41
|
+
};
|
42
|
+
};
|
43
|
+
};
|
44
|
+
checked: {
|
45
|
+
description: string;
|
46
|
+
control: string;
|
47
|
+
table: {
|
48
|
+
category: string;
|
49
|
+
defaultValue: {
|
50
|
+
summary: boolean;
|
51
|
+
};
|
52
|
+
};
|
53
|
+
};
|
54
|
+
indeterminate: {
|
55
|
+
description: string;
|
56
|
+
control: string;
|
57
|
+
table: {
|
58
|
+
category: string;
|
59
|
+
defaultValue: {
|
60
|
+
summary: boolean;
|
61
|
+
};
|
62
|
+
};
|
63
|
+
};
|
64
|
+
size: {
|
65
|
+
description: string;
|
66
|
+
control: string;
|
67
|
+
options: string[];
|
68
|
+
table: {
|
69
|
+
category: string;
|
70
|
+
defaultValue: {
|
71
|
+
summary: string;
|
72
|
+
};
|
25
73
|
type: {
|
26
74
|
summary: string;
|
27
|
-
detail: string;
|
28
75
|
};
|
29
76
|
};
|
30
77
|
};
|
31
78
|
name: {
|
32
79
|
description: string;
|
80
|
+
table: {
|
81
|
+
category: string;
|
82
|
+
};
|
33
83
|
};
|
34
|
-
|
84
|
+
ifxChange: {
|
85
|
+
action: string;
|
35
86
|
description: string;
|
87
|
+
table: {
|
88
|
+
category: string;
|
89
|
+
type: {
|
90
|
+
summary: string;
|
91
|
+
detail: string;
|
92
|
+
};
|
93
|
+
};
|
36
94
|
};
|
37
95
|
};
|
38
96
|
};
|
@@ -3,17 +3,83 @@ declare const _default: {
|
|
3
3
|
tags: string[];
|
4
4
|
args: {
|
5
5
|
amountOfItems: number;
|
6
|
+
label: string;
|
7
|
+
value: string;
|
8
|
+
selected: boolean;
|
9
|
+
icon: string;
|
6
10
|
};
|
7
11
|
argTypes: {
|
8
12
|
amountOfItems: {
|
13
|
+
name: string;
|
9
14
|
control: {
|
10
15
|
type: string;
|
11
16
|
};
|
17
|
+
description: string;
|
18
|
+
table: {
|
19
|
+
category: string;
|
20
|
+
type: {
|
21
|
+
summary: string;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
};
|
25
|
+
label: {
|
26
|
+
name: string;
|
27
|
+
control: {
|
28
|
+
type: string;
|
29
|
+
};
|
30
|
+
description: string;
|
31
|
+
table: {
|
32
|
+
category: string;
|
33
|
+
type: {
|
34
|
+
summary: string;
|
35
|
+
};
|
36
|
+
};
|
37
|
+
};
|
38
|
+
value: {
|
39
|
+
control: {
|
40
|
+
type: string;
|
41
|
+
};
|
42
|
+
description: string;
|
43
|
+
table: {
|
44
|
+
category: string;
|
45
|
+
type: {
|
46
|
+
summary: string;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
};
|
50
|
+
selected: {
|
51
|
+
control: {
|
52
|
+
type: string;
|
53
|
+
};
|
54
|
+
description: string;
|
55
|
+
table: {
|
56
|
+
category: string;
|
57
|
+
defaultValue: {
|
58
|
+
summary: string;
|
59
|
+
};
|
60
|
+
type: {
|
61
|
+
summary: string;
|
62
|
+
};
|
63
|
+
};
|
64
|
+
};
|
65
|
+
icon: {
|
66
|
+
description: string;
|
67
|
+
options: any[];
|
68
|
+
control: {
|
69
|
+
type: string;
|
70
|
+
};
|
71
|
+
table: {
|
72
|
+
category: string;
|
73
|
+
type: {
|
74
|
+
summary: string;
|
75
|
+
};
|
76
|
+
};
|
12
77
|
};
|
13
78
|
ifxChange: {
|
14
79
|
action: string;
|
15
80
|
description: string;
|
16
81
|
table: {
|
82
|
+
category: string;
|
17
83
|
type: {
|
18
84
|
summary: string;
|
19
85
|
detail: string;
|
@@ -14,23 +14,88 @@ declare const _default: {
|
|
14
14
|
caption: string;
|
15
15
|
};
|
16
16
|
argTypes: {
|
17
|
+
label: {
|
18
|
+
description: string;
|
19
|
+
table: {
|
20
|
+
category: string;
|
21
|
+
};
|
22
|
+
};
|
23
|
+
caption: {
|
24
|
+
description: string;
|
25
|
+
table: {
|
26
|
+
category: string;
|
27
|
+
};
|
28
|
+
};
|
29
|
+
min: {
|
30
|
+
description: string;
|
31
|
+
table: {
|
32
|
+
category: string;
|
33
|
+
};
|
34
|
+
};
|
35
|
+
max: {
|
36
|
+
description: string;
|
37
|
+
table: {
|
38
|
+
category: string;
|
39
|
+
};
|
40
|
+
};
|
41
|
+
disabled: {
|
42
|
+
description: string;
|
43
|
+
control: string;
|
44
|
+
table: {
|
45
|
+
category: string;
|
46
|
+
defaultValue: {
|
47
|
+
summary: boolean;
|
48
|
+
};
|
49
|
+
};
|
50
|
+
};
|
51
|
+
success: {
|
52
|
+
description: string;
|
53
|
+
control: string;
|
54
|
+
table: {
|
55
|
+
category: string;
|
56
|
+
defaultValue: {
|
57
|
+
summary: boolean;
|
58
|
+
};
|
59
|
+
};
|
60
|
+
};
|
61
|
+
error: {
|
62
|
+
description: string;
|
63
|
+
control: string;
|
64
|
+
table: {
|
65
|
+
category: string;
|
66
|
+
defaultValue: {
|
67
|
+
summary: boolean;
|
68
|
+
};
|
69
|
+
};
|
70
|
+
};
|
17
71
|
size: {
|
18
72
|
description: string;
|
73
|
+
control: string;
|
19
74
|
options: string[];
|
20
|
-
|
21
|
-
|
75
|
+
table: {
|
76
|
+
category: string;
|
77
|
+
defaultValue: {
|
78
|
+
summary: string;
|
79
|
+
};
|
22
80
|
};
|
23
81
|
};
|
24
82
|
name: {
|
25
83
|
description: string;
|
84
|
+
table: {
|
85
|
+
category: string;
|
86
|
+
};
|
26
87
|
};
|
27
88
|
value: {
|
28
89
|
description: string;
|
90
|
+
table: {
|
91
|
+
category: string;
|
92
|
+
};
|
29
93
|
};
|
30
94
|
ifxDate: {
|
31
95
|
action: string;
|
32
96
|
description: string;
|
33
97
|
table: {
|
98
|
+
category: string;
|
34
99
|
type: {
|
35
100
|
summary: string;
|
36
101
|
detail: string;
|