@infineon/infineon-design-system-stencil 30.1.0 → 30.1.1--canary.1640.e4770f238d16196b9059daf4898d2d6ef7cdcbdd.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 +74 -13
- package/dist/collection/components/checkbox/checkbox.stories.js.map +1 -1
- package/dist/collection/components/content-switcher/content-switcher.stories.js +48 -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 +235 -13
- 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-0a68c458.js → p-78f3e867.js} +4 -4
- package/dist/components/{p-0a68c458.js.map → p-78f3e867.js.map} +1 -1
- package/dist/components/{p-96fbc3db.js → p-bac84326.js} +6 -6
- package/dist/components/p-bac84326.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-227d384c.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-227d384c.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-2849823e.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-2849823e.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-3ca407c8.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-3ca407c8.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-b1688ca4.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-b1688ca4.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-b8f31dc3.entry.js → p-c428a56a.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-c428a56a.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 +50 -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-advanced-version/table.stories.d.ts +243 -2
- 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-96fbc3db.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-75436967.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-75436967.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-79b4d359.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-79b4d359.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-a29b6247.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-a29b6247.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-b8f31dc3.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-cdad5d2c.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-cdad5d2c.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;
|
@@ -4,16 +4,33 @@ declare const _default: {
|
|
4
4
|
tableHeight: string;
|
5
5
|
pagination: boolean;
|
6
6
|
paginationPageSize: number;
|
7
|
-
currentPage: number;
|
8
7
|
rowHeight: number;
|
9
8
|
showLoading: boolean;
|
9
|
+
maxVisibleItemsOfList: number;
|
10
|
+
filterNameOfFilterSearch: string;
|
10
11
|
};
|
11
12
|
argTypes: {
|
12
13
|
tableHeight: {
|
14
|
+
description: string;
|
13
15
|
table: {
|
16
|
+
defaultValue: {
|
17
|
+
summary: string;
|
18
|
+
};
|
19
|
+
category: string;
|
20
|
+
type: {
|
21
|
+
summary: string;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
};
|
25
|
+
pagination: {
|
26
|
+
description: string;
|
27
|
+
table: {
|
28
|
+
category: string;
|
29
|
+
defaultValue: {
|
30
|
+
summary: boolean;
|
31
|
+
};
|
14
32
|
type: {
|
15
33
|
summary: string;
|
16
|
-
detail: string;
|
17
34
|
};
|
18
35
|
};
|
19
36
|
};
|
@@ -25,27 +42,71 @@ declare const _default: {
|
|
25
42
|
max: number;
|
26
43
|
step: number;
|
27
44
|
};
|
45
|
+
table: {
|
46
|
+
category: string;
|
47
|
+
defaultValue: {
|
48
|
+
summary: number;
|
49
|
+
};
|
50
|
+
type: {
|
51
|
+
summary: string;
|
52
|
+
detail: string;
|
53
|
+
};
|
54
|
+
};
|
28
55
|
};
|
29
56
|
showLoading: {
|
57
|
+
description: string;
|
30
58
|
options: boolean[];
|
31
59
|
control: {
|
32
60
|
type: string;
|
33
61
|
};
|
62
|
+
table: {
|
63
|
+
category: string;
|
64
|
+
defaultValue: {
|
65
|
+
summary: boolean;
|
66
|
+
};
|
67
|
+
type: {
|
68
|
+
summary: string;
|
69
|
+
};
|
70
|
+
};
|
34
71
|
};
|
35
72
|
rowHeight: {
|
73
|
+
description: string;
|
36
74
|
options: string[];
|
37
75
|
control: {
|
38
76
|
type: string;
|
39
77
|
};
|
78
|
+
table: {
|
79
|
+
category: string;
|
80
|
+
defaultValue: {
|
81
|
+
summary: string;
|
82
|
+
};
|
83
|
+
type: {
|
84
|
+
summary: string;
|
85
|
+
detail: string;
|
86
|
+
};
|
87
|
+
};
|
40
88
|
};
|
41
89
|
filterOrientation: {
|
90
|
+
description: string;
|
42
91
|
options: string[];
|
43
92
|
control: {
|
44
93
|
type: string;
|
45
94
|
};
|
95
|
+
table: {
|
96
|
+
category: string;
|
97
|
+
defaultValue: {
|
98
|
+
summary: string;
|
99
|
+
};
|
100
|
+
type: {
|
101
|
+
summary: string;
|
102
|
+
detail: string;
|
103
|
+
};
|
104
|
+
};
|
46
105
|
};
|
47
106
|
columnDefs: {
|
107
|
+
description: string;
|
48
108
|
table: {
|
109
|
+
category: string;
|
49
110
|
type: {
|
50
111
|
summary: string;
|
51
112
|
detail: string;
|
@@ -53,7 +114,187 @@ declare const _default: {
|
|
53
114
|
};
|
54
115
|
};
|
55
116
|
rowData: {
|
117
|
+
description: string;
|
118
|
+
table: {
|
119
|
+
category: string;
|
120
|
+
type: {
|
121
|
+
summary: string;
|
122
|
+
detail: string;
|
123
|
+
};
|
124
|
+
};
|
125
|
+
};
|
126
|
+
filterGroupName: {
|
127
|
+
description: string;
|
128
|
+
control: {
|
129
|
+
type: string;
|
130
|
+
};
|
131
|
+
table: {
|
132
|
+
category: string;
|
133
|
+
type: {
|
134
|
+
summary: string;
|
135
|
+
};
|
136
|
+
};
|
137
|
+
};
|
138
|
+
filterNameOfFilterSearch: {
|
139
|
+
name: string;
|
140
|
+
description: string;
|
141
|
+
control: {
|
142
|
+
type: string;
|
143
|
+
};
|
144
|
+
table: {
|
145
|
+
category: string;
|
146
|
+
type: {
|
147
|
+
summary: string;
|
148
|
+
};
|
149
|
+
};
|
150
|
+
};
|
151
|
+
filterLabel: {
|
152
|
+
description: string;
|
153
|
+
control: {
|
154
|
+
type: string;
|
155
|
+
};
|
156
|
+
table: {
|
157
|
+
category: string;
|
158
|
+
type: {
|
159
|
+
summary: string;
|
160
|
+
};
|
161
|
+
};
|
162
|
+
};
|
163
|
+
filterName: {
|
164
|
+
description: string;
|
165
|
+
control: {
|
166
|
+
type: string;
|
167
|
+
};
|
168
|
+
table: {
|
169
|
+
category: string;
|
170
|
+
type: {
|
171
|
+
summary: string;
|
172
|
+
};
|
173
|
+
};
|
174
|
+
};
|
175
|
+
type: {
|
176
|
+
description: string;
|
177
|
+
options: string[];
|
178
|
+
control: {
|
179
|
+
type: string;
|
180
|
+
};
|
181
|
+
table: {
|
182
|
+
defaultValue: {
|
183
|
+
summary: string;
|
184
|
+
};
|
185
|
+
category: string;
|
186
|
+
type: {
|
187
|
+
summary: string;
|
188
|
+
};
|
189
|
+
};
|
190
|
+
};
|
191
|
+
maxShownFilters: {
|
192
|
+
description: string;
|
193
|
+
control: {
|
194
|
+
type: string;
|
195
|
+
};
|
196
|
+
table: {
|
197
|
+
defaultValue: {
|
198
|
+
summary: number;
|
199
|
+
};
|
200
|
+
category: string;
|
201
|
+
type: {
|
202
|
+
summary: string;
|
203
|
+
};
|
204
|
+
};
|
205
|
+
};
|
206
|
+
typeOfList: {
|
207
|
+
name: string;
|
208
|
+
description: string;
|
209
|
+
control: {
|
210
|
+
type: string;
|
211
|
+
};
|
212
|
+
table: {
|
213
|
+
category: string;
|
214
|
+
defaultValue: {
|
215
|
+
summary: string;
|
216
|
+
};
|
217
|
+
type: {
|
218
|
+
summary: string;
|
219
|
+
};
|
220
|
+
};
|
221
|
+
};
|
222
|
+
maxVisibleItemsOfList: {
|
223
|
+
name: string;
|
224
|
+
description: string;
|
225
|
+
control: {
|
226
|
+
type: string;
|
227
|
+
};
|
228
|
+
table: {
|
229
|
+
defaultValue: {
|
230
|
+
summary: number;
|
231
|
+
};
|
232
|
+
category: string;
|
233
|
+
type: {
|
234
|
+
summary: string;
|
235
|
+
};
|
236
|
+
};
|
237
|
+
};
|
238
|
+
labelOfListEntry: {
|
239
|
+
name: string;
|
240
|
+
description: string;
|
241
|
+
control: {
|
242
|
+
type: string;
|
243
|
+
};
|
244
|
+
table: {
|
245
|
+
category: string;
|
246
|
+
type: {
|
247
|
+
summary: string;
|
248
|
+
};
|
249
|
+
};
|
250
|
+
};
|
251
|
+
valueOfListEntry: {
|
252
|
+
name: string;
|
253
|
+
description: string;
|
254
|
+
control: {
|
255
|
+
type: string;
|
256
|
+
};
|
257
|
+
table: {
|
258
|
+
category: string;
|
259
|
+
type: {
|
260
|
+
summary: string;
|
261
|
+
};
|
262
|
+
};
|
263
|
+
};
|
264
|
+
ifxSidebarFilterChange: {
|
265
|
+
description: string;
|
266
|
+
table: {
|
267
|
+
category: string;
|
268
|
+
type: {
|
269
|
+
summary: string;
|
270
|
+
detail: string;
|
271
|
+
};
|
272
|
+
};
|
273
|
+
};
|
274
|
+
ifxFilterSearchChange: {
|
275
|
+
description: string;
|
276
|
+
table: {
|
277
|
+
category: string;
|
278
|
+
type: {
|
279
|
+
summary: string;
|
280
|
+
detail: string;
|
281
|
+
};
|
282
|
+
};
|
283
|
+
};
|
284
|
+
ifxFilterSelect: {
|
285
|
+
description: string;
|
286
|
+
table: {
|
287
|
+
category: string;
|
288
|
+
type: {
|
289
|
+
summary: string;
|
290
|
+
detail: string;
|
291
|
+
};
|
292
|
+
};
|
293
|
+
};
|
294
|
+
ifxFilterAccordionChange: {
|
295
|
+
description: string;
|
56
296
|
table: {
|
297
|
+
category: string;
|
57
298
|
type: {
|
58
299
|
summary: string;
|
59
300
|
detail: string;
|