@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
@@ -5,16 +5,56 @@ declare const _default: {
|
|
5
5
|
argTypes: {
|
6
6
|
min: {
|
7
7
|
control: string;
|
8
|
+
description: string;
|
9
|
+
table: {
|
10
|
+
category: string;
|
11
|
+
defaultValue: {
|
12
|
+
summary: string;
|
13
|
+
};
|
14
|
+
type: {
|
15
|
+
summary: string;
|
16
|
+
};
|
17
|
+
};
|
8
18
|
};
|
9
19
|
max: {
|
10
20
|
control: string;
|
21
|
+
description: string;
|
22
|
+
table: {
|
23
|
+
category: string;
|
24
|
+
defaultValue: {
|
25
|
+
summary: string;
|
26
|
+
};
|
27
|
+
type: {
|
28
|
+
summary: string;
|
29
|
+
};
|
30
|
+
};
|
11
31
|
};
|
12
32
|
step: {
|
13
33
|
control: string;
|
34
|
+
description: string;
|
35
|
+
table: {
|
36
|
+
category: string;
|
37
|
+
defaultValue: {
|
38
|
+
summary: string;
|
39
|
+
};
|
40
|
+
type: {
|
41
|
+
summary: string;
|
42
|
+
};
|
43
|
+
};
|
14
44
|
};
|
15
45
|
type: {
|
16
46
|
control: string;
|
17
47
|
options: string[];
|
48
|
+
description: string;
|
49
|
+
table: {
|
50
|
+
category: string;
|
51
|
+
defaultValue: {
|
52
|
+
summary: string;
|
53
|
+
};
|
54
|
+
type: {
|
55
|
+
summary: string;
|
56
|
+
};
|
57
|
+
};
|
18
58
|
};
|
19
59
|
value: {
|
20
60
|
control: string;
|
@@ -22,6 +62,13 @@ declare const _default: {
|
|
22
62
|
arg: string;
|
23
63
|
eq: string;
|
24
64
|
};
|
65
|
+
description: string;
|
66
|
+
table: {
|
67
|
+
category: string;
|
68
|
+
type: {
|
69
|
+
summary: string;
|
70
|
+
};
|
71
|
+
};
|
25
72
|
};
|
26
73
|
minValueHandle: {
|
27
74
|
control: string;
|
@@ -29,6 +76,13 @@ declare const _default: {
|
|
29
76
|
arg: string;
|
30
77
|
eq: string;
|
31
78
|
};
|
79
|
+
description: string;
|
80
|
+
table: {
|
81
|
+
category: string;
|
82
|
+
type: {
|
83
|
+
summary: string;
|
84
|
+
};
|
85
|
+
};
|
32
86
|
};
|
33
87
|
maxValueHandle: {
|
34
88
|
control: string;
|
@@ -36,6 +90,13 @@ declare const _default: {
|
|
36
90
|
arg: string;
|
37
91
|
eq: string;
|
38
92
|
};
|
93
|
+
description: string;
|
94
|
+
table: {
|
95
|
+
category: string;
|
96
|
+
type: {
|
97
|
+
summary: string;
|
98
|
+
};
|
99
|
+
};
|
39
100
|
};
|
40
101
|
showPercentage: {
|
41
102
|
control: string;
|
@@ -43,32 +104,81 @@ declare const _default: {
|
|
43
104
|
arg: string;
|
44
105
|
eq: string;
|
45
106
|
};
|
107
|
+
description: string;
|
108
|
+
table: {
|
109
|
+
category: string;
|
110
|
+
defaultValue: {
|
111
|
+
summary: string;
|
112
|
+
};
|
113
|
+
type: {
|
114
|
+
summary: string;
|
115
|
+
};
|
116
|
+
};
|
46
117
|
};
|
47
118
|
disabled: {
|
48
119
|
control: string;
|
120
|
+
description: string;
|
121
|
+
table: {
|
122
|
+
category: string;
|
123
|
+
defaultValue: {
|
124
|
+
summary: string;
|
125
|
+
};
|
126
|
+
type: {
|
127
|
+
summary: string;
|
128
|
+
};
|
129
|
+
};
|
49
130
|
};
|
50
131
|
leftIcon: {
|
51
132
|
options: any[];
|
52
133
|
control: {
|
53
134
|
type: string;
|
54
135
|
};
|
136
|
+
description: string;
|
137
|
+
table: {
|
138
|
+
category: string;
|
139
|
+
type: {
|
140
|
+
summary: string;
|
141
|
+
};
|
142
|
+
};
|
55
143
|
};
|
56
144
|
rightIcon: {
|
57
145
|
options: any[];
|
58
146
|
control: {
|
59
147
|
type: string;
|
60
148
|
};
|
149
|
+
description: string;
|
150
|
+
table: {
|
151
|
+
category: string;
|
152
|
+
type: {
|
153
|
+
summary: string;
|
154
|
+
};
|
155
|
+
};
|
61
156
|
};
|
62
157
|
leftText: {
|
63
158
|
control: string;
|
159
|
+
description: string;
|
160
|
+
table: {
|
161
|
+
category: string;
|
162
|
+
type: {
|
163
|
+
summary: string;
|
164
|
+
};
|
165
|
+
};
|
64
166
|
};
|
65
167
|
rightText: {
|
66
168
|
control: string;
|
169
|
+
description: string;
|
170
|
+
table: {
|
171
|
+
category: string;
|
172
|
+
type: {
|
173
|
+
summary: string;
|
174
|
+
};
|
175
|
+
};
|
67
176
|
};
|
68
177
|
ifxChange: {
|
69
178
|
action: string;
|
70
179
|
description: string;
|
71
180
|
table: {
|
181
|
+
category: string;
|
72
182
|
type: {
|
73
183
|
summary: string;
|
74
184
|
detail: string;
|
@@ -4,6 +4,7 @@ declare const _default: {
|
|
4
4
|
args: {
|
5
5
|
size: string;
|
6
6
|
variant: string;
|
7
|
+
inverted: boolean;
|
7
8
|
};
|
8
9
|
argTypes: {
|
9
10
|
size: {
|
@@ -12,12 +13,43 @@ declare const _default: {
|
|
12
13
|
control: {
|
13
14
|
type: string;
|
14
15
|
};
|
16
|
+
table: {
|
17
|
+
category: string;
|
18
|
+
defaultValue: {
|
19
|
+
summary: string;
|
20
|
+
};
|
21
|
+
type: {
|
22
|
+
summary: string;
|
23
|
+
};
|
24
|
+
};
|
15
25
|
};
|
16
26
|
variant: {
|
27
|
+
description: string;
|
17
28
|
options: string[];
|
18
29
|
control: {
|
19
30
|
type: string;
|
20
31
|
};
|
32
|
+
table: {
|
33
|
+
category: string;
|
34
|
+
defaultValue: {
|
35
|
+
summary: string;
|
36
|
+
};
|
37
|
+
type: {
|
38
|
+
summary: string;
|
39
|
+
};
|
40
|
+
};
|
41
|
+
};
|
42
|
+
inverted: {
|
43
|
+
description: string;
|
44
|
+
table: {
|
45
|
+
category: string;
|
46
|
+
defaultValue: {
|
47
|
+
summary: string;
|
48
|
+
};
|
49
|
+
type: {
|
50
|
+
summary: string;
|
51
|
+
};
|
52
|
+
};
|
21
53
|
};
|
22
54
|
};
|
23
55
|
};
|
@@ -7,14 +7,35 @@ declare const _default: {
|
|
7
7
|
border: boolean;
|
8
8
|
};
|
9
9
|
argTypes: {
|
10
|
+
label: {
|
11
|
+
description: string;
|
12
|
+
table: {
|
13
|
+
category: string;
|
14
|
+
type: {
|
15
|
+
summary: string;
|
16
|
+
};
|
17
|
+
};
|
18
|
+
};
|
10
19
|
border: {
|
20
|
+
description: string;
|
11
21
|
control: string;
|
12
22
|
attr: string;
|
23
|
+
table: {
|
24
|
+
category: string;
|
25
|
+
defaultValue: {
|
26
|
+
summary: boolean;
|
27
|
+
};
|
28
|
+
};
|
13
29
|
};
|
14
30
|
color: {
|
31
|
+
description: string;
|
32
|
+
control: string;
|
15
33
|
options: string[];
|
16
|
-
|
17
|
-
|
34
|
+
table: {
|
35
|
+
category: string;
|
36
|
+
defaultValue: {
|
37
|
+
summary: string;
|
38
|
+
};
|
18
39
|
};
|
19
40
|
};
|
20
41
|
};
|
@@ -1,8 +1,8 @@
|
|
1
1
|
declare const _default: {
|
2
2
|
title: string;
|
3
3
|
args: {
|
4
|
-
activeStep: number;
|
5
4
|
amountOfSteps: number;
|
5
|
+
activeStep: number;
|
6
6
|
errorStep: number;
|
7
7
|
disabled: boolean;
|
8
8
|
indicatorPosition: string;
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
17
17
|
};
|
18
18
|
description: string;
|
19
19
|
table: {
|
20
|
+
category: string;
|
20
21
|
defaultValue: {
|
21
22
|
summary: number;
|
22
23
|
};
|
@@ -26,11 +27,18 @@ declare const _default: {
|
|
26
27
|
name: string;
|
27
28
|
control: string;
|
28
29
|
description: string;
|
30
|
+
table: {
|
31
|
+
category: string;
|
32
|
+
defaultValue: {
|
33
|
+
summary: number;
|
34
|
+
};
|
35
|
+
};
|
29
36
|
};
|
30
37
|
completeStep: {
|
31
38
|
name: string;
|
32
39
|
description: string;
|
33
40
|
table: {
|
41
|
+
category: string;
|
34
42
|
defaultValue: {
|
35
43
|
summary: boolean;
|
36
44
|
};
|
@@ -44,6 +52,7 @@ declare const _default: {
|
|
44
52
|
control: string;
|
45
53
|
description: string;
|
46
54
|
table: {
|
55
|
+
category: string;
|
47
56
|
defaultValue: {
|
48
57
|
summary: boolean;
|
49
58
|
};
|
@@ -61,9 +70,7 @@ declare const _default: {
|
|
61
70
|
control: string;
|
62
71
|
description: string;
|
63
72
|
table: {
|
64
|
-
|
65
|
-
summary: boolean;
|
66
|
-
};
|
73
|
+
category: string;
|
67
74
|
};
|
68
75
|
};
|
69
76
|
indicatorPosition: {
|
@@ -77,6 +84,9 @@ declare const _default: {
|
|
77
84
|
arg: string;
|
78
85
|
eq: string;
|
79
86
|
};
|
87
|
+
table: {
|
88
|
+
category: string;
|
89
|
+
};
|
80
90
|
};
|
81
91
|
showStepNumber: {
|
82
92
|
control: string;
|
@@ -88,6 +98,9 @@ declare const _default: {
|
|
88
98
|
arg: string;
|
89
99
|
eq: string;
|
90
100
|
};
|
101
|
+
table: {
|
102
|
+
category: string;
|
103
|
+
};
|
91
104
|
};
|
92
105
|
variant: {
|
93
106
|
options: string[];
|
@@ -96,11 +109,15 @@ declare const _default: {
|
|
96
109
|
};
|
97
110
|
description: string;
|
98
111
|
control: string;
|
112
|
+
table: {
|
113
|
+
category: string;
|
114
|
+
};
|
99
115
|
};
|
100
116
|
ifxChange: {
|
101
117
|
action: string;
|
102
118
|
description: string;
|
103
119
|
table: {
|
120
|
+
category: string;
|
104
121
|
type: {
|
105
122
|
summary: string;
|
106
123
|
detail: string;
|
@@ -2,21 +2,70 @@ declare const _default: {
|
|
2
2
|
title: string;
|
3
3
|
tags: string[];
|
4
4
|
args: {
|
5
|
-
checked: boolean;
|
6
5
|
label: string;
|
6
|
+
checked: boolean;
|
7
7
|
name: string;
|
8
8
|
value: string;
|
9
|
+
disabled: boolean;
|
9
10
|
};
|
10
11
|
argTypes: {
|
12
|
+
label: {
|
13
|
+
name: string;
|
14
|
+
description: string;
|
15
|
+
table: {
|
16
|
+
category: string;
|
17
|
+
type: {
|
18
|
+
summary: string;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
};
|
11
22
|
name: {
|
12
23
|
description: string;
|
24
|
+
table: {
|
25
|
+
category: string;
|
26
|
+
type: {
|
27
|
+
summary: string;
|
28
|
+
};
|
29
|
+
};
|
30
|
+
};
|
31
|
+
checked: {
|
32
|
+
name: string;
|
33
|
+
description: string;
|
34
|
+
table: {
|
35
|
+
category: string;
|
36
|
+
defaultValue: {
|
37
|
+
summary: string;
|
38
|
+
};
|
39
|
+
type: {
|
40
|
+
summary: string;
|
41
|
+
};
|
42
|
+
};
|
13
43
|
};
|
14
44
|
value: {
|
15
45
|
description: string;
|
46
|
+
table: {
|
47
|
+
category: string;
|
48
|
+
type: {
|
49
|
+
summary: string;
|
50
|
+
};
|
51
|
+
};
|
52
|
+
};
|
53
|
+
disabled: {
|
54
|
+
description: string;
|
55
|
+
table: {
|
56
|
+
category: string;
|
57
|
+
defaultValue: {
|
58
|
+
summary: string;
|
59
|
+
};
|
60
|
+
type: {
|
61
|
+
summary: string;
|
62
|
+
};
|
63
|
+
};
|
16
64
|
};
|
17
65
|
ifxChange: {
|
18
66
|
description: string;
|
19
67
|
table: {
|
68
|
+
category: string;
|
20
69
|
type: {
|
21
70
|
summary: string;
|
22
71
|
detail: string;
|
@@ -2,11 +2,16 @@ declare const _default: {
|
|
2
2
|
title: string;
|
3
3
|
args: {
|
4
4
|
tableHeight: string;
|
5
|
-
rowHeight:
|
5
|
+
rowHeight: string;
|
6
6
|
};
|
7
7
|
argTypes: {
|
8
8
|
tableHeight: {
|
9
|
+
description: string;
|
9
10
|
table: {
|
11
|
+
category: string;
|
12
|
+
defaultValue: {
|
13
|
+
summary: string;
|
14
|
+
};
|
10
15
|
type: {
|
11
16
|
summary: string;
|
12
17
|
detail: string;
|
@@ -14,6 +19,17 @@ declare const _default: {
|
|
14
19
|
};
|
15
20
|
};
|
16
21
|
rowHeight: {
|
22
|
+
description: string;
|
23
|
+
table: {
|
24
|
+
category: string;
|
25
|
+
defaultValue: {
|
26
|
+
summary: string;
|
27
|
+
};
|
28
|
+
type: {
|
29
|
+
summary: string;
|
30
|
+
detail: string;
|
31
|
+
};
|
32
|
+
};
|
17
33
|
options: string[];
|
18
34
|
control: {
|
19
35
|
type: string;
|
@@ -21,6 +37,7 @@ declare const _default: {
|
|
21
37
|
};
|
22
38
|
cols: {
|
23
39
|
table: {
|
40
|
+
category: string;
|
24
41
|
type: {
|
25
42
|
summary: string;
|
26
43
|
detail: string;
|
@@ -29,6 +46,7 @@ declare const _default: {
|
|
29
46
|
};
|
30
47
|
rows: {
|
31
48
|
table: {
|
49
|
+
category: string;
|
32
50
|
type: {
|
33
51
|
summary: string;
|
34
52
|
detail: string;
|
@@ -2,23 +2,57 @@ declare const _default: {
|
|
2
2
|
title: string;
|
3
3
|
tags: string[];
|
4
4
|
component: string;
|
5
|
+
args: {
|
6
|
+
amountOfTabs: number;
|
7
|
+
orientation: string;
|
8
|
+
icon: string;
|
9
|
+
header: string;
|
10
|
+
disabled: boolean;
|
11
|
+
};
|
5
12
|
argTypes: {
|
6
13
|
amountOfTabs: {
|
7
14
|
name: string;
|
8
15
|
control: string;
|
16
|
+
description: string;
|
17
|
+
table: {
|
18
|
+
category: string;
|
19
|
+
type: {
|
20
|
+
summary: string;
|
21
|
+
};
|
22
|
+
};
|
9
23
|
};
|
10
24
|
orientation: {
|
11
|
-
name: string;
|
12
25
|
options: string[];
|
13
26
|
control: {
|
14
27
|
type: string;
|
15
28
|
};
|
29
|
+
description: string;
|
30
|
+
table: {
|
31
|
+
category: string;
|
32
|
+
defaultValue: {
|
33
|
+
summary: string;
|
34
|
+
};
|
35
|
+
type: {
|
36
|
+
summary: string;
|
37
|
+
};
|
38
|
+
};
|
16
39
|
};
|
17
40
|
icon: {
|
18
41
|
name: string;
|
19
42
|
control: {
|
20
43
|
type: string;
|
21
44
|
};
|
45
|
+
options: any[];
|
46
|
+
description: string;
|
47
|
+
table: {
|
48
|
+
category: string;
|
49
|
+
defaultValue: {
|
50
|
+
summary: string;
|
51
|
+
};
|
52
|
+
type: {
|
53
|
+
summary: string;
|
54
|
+
};
|
55
|
+
};
|
22
56
|
};
|
23
57
|
fullWidth: {
|
24
58
|
name: string;
|
@@ -28,24 +62,61 @@ declare const _default: {
|
|
28
62
|
description: string;
|
29
63
|
};
|
30
64
|
iconPosition: {
|
31
|
-
name: string;
|
32
65
|
options: string[];
|
33
66
|
control: {
|
34
67
|
type: string;
|
35
68
|
};
|
36
|
-
|
37
|
-
|
38
|
-
|
69
|
+
description: string;
|
70
|
+
table: {
|
71
|
+
category: string;
|
72
|
+
defaultValue: {
|
73
|
+
summary: string;
|
74
|
+
};
|
75
|
+
type: {
|
76
|
+
summary: string;
|
77
|
+
};
|
39
78
|
};
|
40
79
|
};
|
41
80
|
activeTabIndex: {
|
42
|
-
name: string;
|
43
81
|
description: string;
|
82
|
+
table: {
|
83
|
+
category: string;
|
84
|
+
defaultValue: {
|
85
|
+
summary: string;
|
86
|
+
};
|
87
|
+
type: {
|
88
|
+
summary: string;
|
89
|
+
};
|
90
|
+
};
|
91
|
+
};
|
92
|
+
header: {
|
93
|
+
control: string;
|
94
|
+
description: string;
|
95
|
+
table: {
|
96
|
+
defaultValue: {
|
97
|
+
summary: string;
|
98
|
+
};
|
99
|
+
category: string;
|
100
|
+
type: {
|
101
|
+
summary: string;
|
102
|
+
};
|
103
|
+
};
|
104
|
+
};
|
105
|
+
disabled: {
|
106
|
+
control: string;
|
107
|
+
description: string;
|
108
|
+
table: {
|
109
|
+
category: string;
|
110
|
+
defaultValue: {
|
111
|
+
summary: string;
|
112
|
+
};
|
113
|
+
};
|
44
114
|
};
|
45
115
|
ifxTabChange: {
|
46
116
|
action: string;
|
47
117
|
description: string;
|
48
118
|
table: {
|
119
|
+
category: string;
|
49
120
|
type: {
|
50
121
|
summary: string;
|
51
122
|
detail: string;
|
@@ -56,4 +127,3 @@ declare const _default: {
|
|
56
127
|
};
|
57
128
|
export default _default;
|
58
129
|
export declare const Default: any;
|
59
|
-
export declare const Disabled: any;
|
@@ -6,11 +6,31 @@ declare const _default: {
|
|
6
6
|
icon: string;
|
7
7
|
};
|
8
8
|
argTypes: {
|
9
|
+
label: {
|
10
|
+
name: string;
|
11
|
+
control: {
|
12
|
+
type: string;
|
13
|
+
};
|
14
|
+
description: string;
|
15
|
+
table: {
|
16
|
+
category: string;
|
17
|
+
type: {
|
18
|
+
summary: string;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
};
|
9
22
|
icon: {
|
10
23
|
options: any[];
|
11
24
|
control: {
|
12
25
|
type: string;
|
13
26
|
};
|
27
|
+
description: string;
|
28
|
+
table: {
|
29
|
+
category: string;
|
30
|
+
type: {
|
31
|
+
summary: string;
|
32
|
+
};
|
33
|
+
};
|
14
34
|
};
|
15
35
|
};
|
16
36
|
};
|