1mpacto-react-ui 0.2.0-beta.24 → 0.2.0-beta.25

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.
Files changed (86) hide show
  1. package/dist/assets/core.css +1 -1
  2. package/dist/assets/fontfamily.css +1 -1
  3. package/dist/assets/style.css +1 -1
  4. package/dist/index.cjs +102 -103
  5. package/dist/index.mjs +9384 -9352
  6. package/dist/package.json.d.ts +1 -1
  7. package/dist/src/components/Badges/Badges.config.d.ts +57 -0
  8. package/dist/src/components/Badges/Badges.stories.d.ts +115 -1
  9. package/dist/src/components/Breadcrumbs/Breadcrumbs.config.d.ts +113 -0
  10. package/dist/src/components/Breadcrumbs/Breadcrumbs.stories.d.ts +218 -4
  11. package/dist/src/components/Button/Button.config.d.ts +70 -0
  12. package/dist/src/components/Button/Button.stories.d.ts +127 -3
  13. package/dist/src/components/ButtonIcon/ButtonIcon.config.d.ts +53 -0
  14. package/dist/src/components/ButtonIcon/ButtonIcon.stories.d.ts +121 -3
  15. package/dist/src/components/ButtonPopover/ButtonPopover.stories.d.ts +256 -1
  16. package/dist/src/components/Calendar/Calendar.stories.d.ts +281 -1
  17. package/dist/src/components/Chart/GradientBarChart.stories.d.ts +67 -1
  18. package/dist/src/components/Chart/GradientLineChart.stories.d.ts +78 -1
  19. package/dist/src/components/Chart/LineChart.stories.d.ts +33 -1
  20. package/dist/src/components/Chips/Chips.config.d.ts +35 -0
  21. package/dist/src/components/Chips/Chips.stories.d.ts +135 -1
  22. package/dist/src/components/Collapse/Collapse.stories.d.ts +87 -1
  23. package/dist/src/components/Collapse/CollapseV2.stories.d.ts +57 -1
  24. package/dist/src/components/DatePicker/DatePicker.stories.d.ts +219 -1
  25. package/dist/src/components/DatePicker/FilterDate.stories.d.ts +229 -1
  26. package/dist/src/components/DatePicker/MonthYearPicker.stories.d.ts +196 -1
  27. package/dist/src/components/ErrorMessage/ErrorMessage.config.d.ts +8 -0
  28. package/dist/src/components/ErrorMessage/ErrorMessage.stories.d.ts +37 -1
  29. package/dist/src/components/FilterContainer/FilterContainer.stories.d.ts +164 -0
  30. package/dist/src/components/Input/InputFloatingInner.config.d.ts +9 -0
  31. package/dist/src/components/Input/InputFloatingInner.stories.d.ts +175 -5
  32. package/dist/src/components/Input/InputInnerLabel.config.d.ts +8 -0
  33. package/dist/src/components/Input/InputInnerLabel.stories.d.ts +177 -4
  34. package/dist/src/components/Input/InputNative.config.d.ts +9 -0
  35. package/dist/src/components/Input/InputNative.stories.d.ts +147 -4
  36. package/dist/src/components/Input/InputReguler.config.d.ts +9 -0
  37. package/dist/src/components/Input/InputReguler.stories.d.ts +175 -5
  38. package/dist/src/components/Modal/ModalDialog.config.d.ts +9 -0
  39. package/dist/src/components/Modal/ModalDialog.stories.d.ts +119 -1
  40. package/dist/src/components/NumberFormat/NumberFormat.stories.d.ts +371 -17
  41. package/dist/src/components/Pagination/Pagination.config.d.ts +5 -0
  42. package/dist/src/components/Pagination/Pagination.stories.d.ts +197 -1
  43. package/dist/src/components/Popover/Popover.stories.d.ts +212 -4
  44. package/dist/src/components/PortalComponent/PortalComponent.stories.d.ts +60 -0
  45. package/dist/src/components/RadioCheckbox/RadioCheckbox.config.d.ts +41 -0
  46. package/dist/src/components/RadioCheckbox/RadioCheckbox.stories.d.ts +74 -35
  47. package/dist/src/components/RadioCheckbox/RadioCheckboxLabel.config.d.ts +25 -0
  48. package/dist/src/components/RadioCheckbox/RadioCheckboxLabel.stories.d.ts +194 -3
  49. package/dist/src/components/SelectDropdownContainer/SelectDropdownContainer.config.d.ts +26 -0
  50. package/dist/src/components/Sidebar/ItemSidebar.config.d.ts +34 -0
  51. package/dist/src/components/Sidebar/Sidebar.config.d.ts +16 -0
  52. package/dist/src/components/Step/Step.stories.d.ts +133 -1
  53. package/dist/src/components/Step/StepIndicator.stories.d.ts +146 -1
  54. package/dist/src/components/Switch/Switch.config.d.ts +26 -0
  55. package/dist/src/components/Switch/Switch.stories.d.ts +126 -1
  56. package/dist/src/components/Table/Table.config.d.ts +4 -0
  57. package/dist/src/components/Table/Table.d.ts +1 -2
  58. package/dist/src/components/Table/Table.stories.d.ts +68 -50
  59. package/dist/src/components/Tabs/Tabs.config.d.ts +31 -0
  60. package/dist/src/components/Tabs/Tabs.stories.d.ts +217 -1
  61. package/dist/src/components/TextEditor/TextEditor.stories.d.ts +57 -9
  62. package/dist/src/components/Textarea/Textarea.config.d.ts +31 -0
  63. package/dist/src/components/Textarea/Textarea.stories.d.ts +248 -2
  64. package/dist/src/components/Textarea/TextareaFloatingInner.config.d.ts +6 -0
  65. package/dist/src/components/Textarea/TextareaFloatingInner.stories.d.ts +258 -2
  66. package/dist/src/components/Textarea/TextareaInnerLabel.config.d.ts +7 -0
  67. package/dist/src/components/Textarea/TextareaInnerLabel.stories.d.ts +235 -2
  68. package/dist/src/components/TimeRange/TimeRange.stories.d.ts +167 -1
  69. package/dist/src/components/Timeline/Timeline.stories.d.ts +38 -1
  70. package/dist/src/components/Tooltip/Tooltip.stories.d.ts +157 -1
  71. package/dist/src/components/TruncateComponent/TruncateComponent.stories.d.ts +104 -1
  72. package/dist/src/components/Upload/UploadFile.stories.d.ts +125 -1
  73. package/dist/src/components/Upload/UploadImage.stories.d.ts +142 -1
  74. package/dist/src/components/Upload/UploadMultipleFile.stories.d.ts +187 -1
  75. package/dist/src/components/Virtualization/ListVirtualization.stories.d.ts +277 -1
  76. package/dist/src/components/Virtualization/TableVirtualization.stories.d.ts +294 -1
  77. package/dist/src/components/index.d.ts +2 -1
  78. package/dist/src/config/components/borderRadius.d.ts +1 -0
  79. package/dist/src/config/components/font.d.ts +1 -0
  80. package/dist/src/config/components/gap.d.ts +1 -0
  81. package/dist/src/config/components/typography.d.ts +3 -49
  82. package/dist/src/interfaces/components/ErrorMessage/index.d.ts +1 -1
  83. package/dist/src/utils/constant.d.ts +1 -0
  84. package/package.json +1 -1
  85. package/dist/index.cjs.map +0 -1
  86. package/dist/index.mjs.map +0 -1
@@ -7,8 +7,94 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ children: {
11
+ control: "text";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ };
19
+ };
20
+ open: {
21
+ control: "boolean";
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ type: {
26
+ summary: string;
27
+ };
28
+ defaultValue: {
29
+ summary: string;
30
+ };
31
+ };
32
+ };
33
+ id: {
34
+ control: "text";
35
+ description: string;
36
+ table: {
37
+ category: string;
38
+ type: {
39
+ summary: string;
40
+ };
41
+ };
42
+ };
10
43
  className: {
11
- type: "string";
44
+ control: "text";
45
+ description: string;
46
+ table: {
47
+ category: string;
48
+ type: {
49
+ summary: string;
50
+ };
51
+ };
52
+ };
53
+ classNameContainer: {
54
+ control: "text";
55
+ description: string;
56
+ table: {
57
+ category: string;
58
+ type: {
59
+ summary: string;
60
+ };
61
+ };
62
+ };
63
+ maxCollapsedHeight: {
64
+ control: "text";
65
+ description: string;
66
+ table: {
67
+ category: string;
68
+ type: {
69
+ summary: string;
70
+ };
71
+ defaultValue: {
72
+ summary: string;
73
+ };
74
+ };
75
+ };
76
+ triggerCalCulateContainer: {
77
+ control: "object";
78
+ description: string;
79
+ table: {
80
+ category: string;
81
+ type: {
82
+ summary: string;
83
+ };
84
+ };
85
+ };
86
+ delayTriggerCalculateHeight: {
87
+ control: "number";
88
+ description: string;
89
+ table: {
90
+ category: string;
91
+ type: {
92
+ summary: string;
93
+ };
94
+ defaultValue: {
95
+ summary: string;
96
+ };
97
+ };
12
98
  };
13
99
  };
14
100
  render: (args: import('..').ICollapse) => import("react/jsx-runtime").JSX.Element;
@@ -7,8 +7,64 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ children: {
11
+ control: "text";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ };
19
+ };
20
+ open: {
21
+ control: "boolean";
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ type: {
26
+ summary: string;
27
+ };
28
+ defaultValue: {
29
+ summary: string;
30
+ };
31
+ };
32
+ };
33
+ id: {
34
+ control: "text";
35
+ description: string;
36
+ table: {
37
+ category: string;
38
+ type: {
39
+ summary: string;
40
+ };
41
+ };
42
+ };
10
43
  className: {
11
- type: "string";
44
+ control: "text";
45
+ description: string;
46
+ table: {
47
+ category: string;
48
+ type: {
49
+ summary: string;
50
+ };
51
+ defaultValue: {
52
+ summary: string;
53
+ };
54
+ };
55
+ };
56
+ classNameContainer: {
57
+ control: "text";
58
+ description: string;
59
+ table: {
60
+ category: string;
61
+ type: {
62
+ summary: string;
63
+ };
64
+ defaultValue: {
65
+ summary: string;
66
+ };
67
+ };
12
68
  };
13
69
  };
14
70
  render: (args: import('../../interfaces/components/Collapse').ICollapseV2) => import("react/jsx-runtime").JSX.Element;
@@ -7,8 +7,226 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ value: {
11
+ control: "date";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ };
19
+ };
20
+ defaultValue: {
21
+ control: "date";
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ type: {
26
+ summary: string;
27
+ };
28
+ };
29
+ };
30
+ minDate: {
31
+ control: "date";
32
+ description: string;
33
+ table: {
34
+ category: string;
35
+ type: {
36
+ summary: string;
37
+ };
38
+ };
39
+ };
40
+ maxDate: {
41
+ control: "date";
42
+ description: string;
43
+ table: {
44
+ category: string;
45
+ type: {
46
+ summary: string;
47
+ };
48
+ };
49
+ };
10
50
  className: {
11
- type: "string";
51
+ control: "text";
52
+ description: string;
53
+ table: {
54
+ category: string;
55
+ type: {
56
+ summary: string;
57
+ };
58
+ };
59
+ };
60
+ classNameButton: {
61
+ control: "text";
62
+ description: string;
63
+ table: {
64
+ category: string;
65
+ type: {
66
+ summary: string;
67
+ };
68
+ };
69
+ };
70
+ prevIcon: {
71
+ control: "object";
72
+ description: string;
73
+ table: {
74
+ category: string;
75
+ type: {
76
+ summary: string;
77
+ };
78
+ };
79
+ };
80
+ nextIcon: {
81
+ control: "object";
82
+ description: string;
83
+ table: {
84
+ category: string;
85
+ type: {
86
+ summary: string;
87
+ };
88
+ };
89
+ };
90
+ hiddenHeader: {
91
+ control: "boolean";
92
+ description: string;
93
+ table: {
94
+ category: string;
95
+ type: {
96
+ summary: string;
97
+ };
98
+ defaultValue: {
99
+ summary: string;
100
+ };
101
+ };
102
+ };
103
+ zIndexPopper: {
104
+ control: "text";
105
+ description: string;
106
+ table: {
107
+ category: string;
108
+ type: {
109
+ summary: string;
110
+ };
111
+ defaultValue: {
112
+ summary: string;
113
+ };
114
+ };
115
+ };
116
+ buttonClick: {
117
+ description: string;
118
+ table: {
119
+ category: string;
120
+ type: {
121
+ summary: string;
122
+ };
123
+ };
124
+ };
125
+ buttonReset: {
126
+ description: string;
127
+ table: {
128
+ category: string;
129
+ type: {
130
+ summary: string;
131
+ };
132
+ };
133
+ };
134
+ buttonSubmit: {
135
+ description: string;
136
+ table: {
137
+ category: string;
138
+ type: {
139
+ summary: string;
140
+ };
141
+ };
142
+ };
143
+ withConfirm: {
144
+ control: "boolean";
145
+ description: string;
146
+ table: {
147
+ category: string;
148
+ type: {
149
+ summary: string;
150
+ };
151
+ defaultValue: {
152
+ summary: string;
153
+ };
154
+ };
155
+ };
156
+ isCustomTime: {
157
+ control: "boolean";
158
+ description: string;
159
+ table: {
160
+ category: string;
161
+ type: {
162
+ summary: string;
163
+ };
164
+ defaultValue: {
165
+ summary: string;
166
+ };
167
+ };
168
+ };
169
+ offsetPopover: {
170
+ control: "object";
171
+ description: string;
172
+ table: {
173
+ category: string;
174
+ type: {
175
+ summary: string;
176
+ };
177
+ defaultValue: {
178
+ summary: string;
179
+ };
180
+ };
181
+ };
182
+ floatingOptions: {
183
+ control: "object";
184
+ description: string;
185
+ table: {
186
+ category: string;
187
+ type: {
188
+ summary: string;
189
+ };
190
+ defaultValue: {
191
+ summary: string;
192
+ };
193
+ };
194
+ };
195
+ onChange: {
196
+ action: string;
197
+ description: string;
198
+ table: {
199
+ category: string;
200
+ type: {
201
+ summary: string;
202
+ };
203
+ };
204
+ };
205
+ id: {
206
+ control: "text";
207
+ description: string;
208
+ table: {
209
+ category: string;
210
+ type: {
211
+ summary: string;
212
+ };
213
+ defaultValue: {
214
+ summary: string;
215
+ };
216
+ };
217
+ };
218
+ idPopover: {
219
+ control: "text";
220
+ description: string;
221
+ table: {
222
+ category: string;
223
+ type: {
224
+ summary: string;
225
+ };
226
+ defaultValue: {
227
+ summary: string;
228
+ };
229
+ };
12
230
  };
13
231
  };
14
232
  render: (args: import('..').IDatePicker) => import("react/jsx-runtime").JSX.Element;
@@ -7,8 +7,236 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ buttonClick: {
11
+ control: "object";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ };
19
+ };
20
+ prevIcon: {
21
+ control: "object";
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ type: {
26
+ summary: string;
27
+ };
28
+ };
29
+ };
30
+ nextIcon: {
31
+ control: "object";
32
+ description: string;
33
+ table: {
34
+ category: string;
35
+ type: {
36
+ summary: string;
37
+ };
38
+ };
39
+ };
40
+ buttonReset: {
41
+ control: "object";
42
+ description: string;
43
+ table: {
44
+ category: string;
45
+ type: {
46
+ summary: string;
47
+ };
48
+ };
49
+ };
50
+ buttonSubmit: {
51
+ control: "object";
52
+ description: string;
53
+ table: {
54
+ category: string;
55
+ type: {
56
+ summary: string;
57
+ };
58
+ };
59
+ };
60
+ value: {
61
+ control: "object";
62
+ description: string;
63
+ table: {
64
+ category: string;
65
+ type: {
66
+ summary: string;
67
+ };
68
+ };
69
+ };
70
+ defaultValueLabel: {
71
+ control: "object";
72
+ description: string;
73
+ table: {
74
+ category: string;
75
+ type: {
76
+ summary: string;
77
+ };
78
+ };
79
+ };
80
+ buttonList: {
81
+ control: "object";
82
+ description: string;
83
+ table: {
84
+ category: string;
85
+ type: {
86
+ summary: string;
87
+ };
88
+ defaultValue: {
89
+ summary: string;
90
+ };
91
+ };
92
+ };
93
+ formatingDate: {
94
+ control: "text";
95
+ description: string;
96
+ table: {
97
+ category: string;
98
+ type: {
99
+ summary: string;
100
+ };
101
+ defaultValue: {
102
+ summary: string;
103
+ };
104
+ };
105
+ };
10
106
  className: {
11
- type: "string";
107
+ control: "text";
108
+ description: string;
109
+ table: {
110
+ category: string;
111
+ type: {
112
+ summary: string;
113
+ };
114
+ };
115
+ };
116
+ classNameButton: {
117
+ control: "text";
118
+ description: string;
119
+ table: {
120
+ category: string;
121
+ type: {
122
+ summary: string;
123
+ };
124
+ };
125
+ };
126
+ typePicker: {
127
+ control: "select";
128
+ options: string[];
129
+ description: string;
130
+ table: {
131
+ category: string;
132
+ type: {
133
+ summary: string;
134
+ };
135
+ defaultValue: {
136
+ summary: string;
137
+ };
138
+ };
139
+ };
140
+ zIndexPopper: {
141
+ control: "number";
142
+ description: string;
143
+ table: {
144
+ category: string;
145
+ type: {
146
+ summary: string;
147
+ };
148
+ defaultValue: {
149
+ summary: string;
150
+ };
151
+ };
152
+ };
153
+ isCustomTime: {
154
+ control: "boolean";
155
+ description: string;
156
+ table: {
157
+ category: string;
158
+ type: {
159
+ summary: string;
160
+ };
161
+ defaultValue: {
162
+ summary: string;
163
+ };
164
+ };
165
+ };
166
+ mountedExecuteChange: {
167
+ control: "boolean";
168
+ description: string;
169
+ table: {
170
+ category: string;
171
+ type: {
172
+ summary: string;
173
+ };
174
+ defaultValue: {
175
+ summary: string;
176
+ };
177
+ };
178
+ };
179
+ offsetPopover: {
180
+ control: "number";
181
+ description: string;
182
+ table: {
183
+ category: string;
184
+ type: {
185
+ summary: string;
186
+ };
187
+ defaultValue: {
188
+ summary: string;
189
+ };
190
+ };
191
+ };
192
+ floatingOptions: {
193
+ control: "object";
194
+ description: string;
195
+ table: {
196
+ category: string;
197
+ type: {
198
+ summary: string;
199
+ };
200
+ defaultValue: {
201
+ summary: string;
202
+ };
203
+ };
204
+ };
205
+ onChange: {
206
+ action: string;
207
+ description: string;
208
+ table: {
209
+ category: string;
210
+ type: {
211
+ summary: string;
212
+ };
213
+ };
214
+ };
215
+ id: {
216
+ control: "text";
217
+ description: string;
218
+ table: {
219
+ category: string;
220
+ type: {
221
+ summary: string;
222
+ };
223
+ defaultValue: {
224
+ summary: string;
225
+ };
226
+ };
227
+ };
228
+ idPopover: {
229
+ control: "text";
230
+ description: string;
231
+ table: {
232
+ category: string;
233
+ type: {
234
+ summary: string;
235
+ };
236
+ defaultValue: {
237
+ summary: string;
238
+ };
239
+ };
12
240
  };
13
241
  };
14
242
  render: (args: import('../../interfaces/components/DatePicker').IFilterDate) => import("react/jsx-runtime").JSX.Element;