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,34 +7,388 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
- className: {
11
- type: "string";
12
- };
13
- classNameContainer: {
14
- type: "string";
10
+ label: {
11
+ control: "text";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ };
15
19
  };
16
- classNameLabel: {
17
- type: "string";
20
+ value: {
21
+ control: "text";
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ type: {
26
+ summary: string;
27
+ };
28
+ };
18
29
  };
19
- classNameLabelError: {
20
- type: "string";
30
+ defaultValue: {
31
+ control: "text";
32
+ description: string;
33
+ table: {
34
+ category: string;
35
+ type: {
36
+ summary: string;
37
+ };
38
+ };
21
39
  };
22
- error: {
23
- type: "string";
40
+ max: {
41
+ control: "number";
42
+ description: string;
43
+ table: {
44
+ category: string;
45
+ type: {
46
+ summary: string;
47
+ };
48
+ };
24
49
  };
25
50
  min: {
26
- type: "number";
51
+ control: "number";
52
+ description: string;
53
+ table: {
54
+ category: string;
55
+ type: {
56
+ summary: string;
57
+ };
58
+ };
27
59
  };
28
- max: {
29
- type: "number";
60
+ sizeInput: {
61
+ control: {
62
+ type: "select";
63
+ };
64
+ options: string[];
65
+ description: string;
66
+ table: {
67
+ category: string;
68
+ type: {
69
+ summary: string;
70
+ };
71
+ defaultValue: {
72
+ summary: string;
73
+ };
74
+ };
75
+ };
76
+ type: {
77
+ control: {
78
+ type: "select";
79
+ };
80
+ options: string[];
81
+ description: string;
82
+ table: {
83
+ category: string;
84
+ type: {
85
+ summary: string;
86
+ };
87
+ defaultValue: {
88
+ summary: string;
89
+ };
90
+ };
91
+ };
92
+ displayType: {
93
+ control: {
94
+ type: "select";
95
+ };
96
+ options: string[];
97
+ description: string;
98
+ table: {
99
+ category: string;
100
+ type: {
101
+ summary: string;
102
+ };
103
+ defaultValue: {
104
+ summary: string;
105
+ };
106
+ };
107
+ };
108
+ prefix: {
109
+ control: "text";
110
+ description: string;
111
+ table: {
112
+ category: string;
113
+ type: {
114
+ summary: string;
115
+ };
116
+ };
117
+ };
118
+ suffix: {
119
+ control: "text";
120
+ description: string;
121
+ table: {
122
+ category: string;
123
+ type: {
124
+ summary: string;
125
+ };
126
+ };
127
+ };
128
+ thousandSeparator: {
129
+ control: {
130
+ type: "select";
131
+ options: (string | boolean)[];
132
+ };
133
+ description: string;
134
+ table: {
135
+ category: string;
136
+ type: {
137
+ summary: string;
138
+ };
139
+ defaultValue: {
140
+ summary: string;
141
+ };
142
+ };
143
+ };
144
+ thousandsGroupStyle: {
145
+ control: {
146
+ type: "select";
147
+ };
148
+ options: string[];
149
+ description: string;
150
+ table: {
151
+ category: string;
152
+ type: {
153
+ summary: string;
154
+ };
155
+ defaultValue: {
156
+ summary: string;
157
+ };
158
+ };
159
+ };
160
+ decimalSeparator: {
161
+ control: "text";
162
+ description: string;
163
+ table: {
164
+ category: string;
165
+ type: {
166
+ summary: string;
167
+ };
168
+ defaultValue: {
169
+ summary: string;
170
+ };
171
+ };
172
+ };
173
+ decimalScale: {
174
+ control: "number";
175
+ description: string;
176
+ table: {
177
+ category: string;
178
+ type: {
179
+ summary: string;
180
+ };
181
+ defaultValue: {
182
+ summary: string;
183
+ };
184
+ };
185
+ };
186
+ fixedDecimalScale: {
187
+ control: "boolean";
188
+ description: string;
189
+ table: {
190
+ category: string;
191
+ type: {
192
+ summary: string;
193
+ };
194
+ defaultValue: {
195
+ summary: string;
196
+ };
197
+ };
198
+ };
199
+ placeholder: {
200
+ control: "text";
201
+ description: string;
202
+ table: {
203
+ category: string;
204
+ type: {
205
+ summary: string;
206
+ };
207
+ };
208
+ };
209
+ selectedText: {
210
+ control: "text";
211
+ description: string;
212
+ table: {
213
+ category: string;
214
+ type: {
215
+ summary: string;
216
+ };
217
+ defaultValue: {
218
+ summary: string;
219
+ };
220
+ };
221
+ };
222
+ inputMode: {
223
+ control: {
224
+ type: "select";
225
+ };
226
+ options: string[];
227
+ description: string;
228
+ table: {
229
+ category: string;
230
+ type: {
231
+ summary: string;
232
+ };
233
+ };
234
+ };
235
+ allowNegative: {
236
+ control: "boolean";
237
+ description: string;
238
+ table: {
239
+ category: string;
240
+ type: {
241
+ summary: string;
242
+ };
243
+ defaultValue: {
244
+ summary: string;
245
+ };
246
+ };
247
+ };
248
+ allowLeadingZeros: {
249
+ control: "boolean";
250
+ description: string;
251
+ table: {
252
+ category: string;
253
+ type: {
254
+ summary: string;
255
+ };
256
+ defaultValue: {
257
+ summary: string;
258
+ };
259
+ };
260
+ };
261
+ allowedDecimalSeparators: {
262
+ control: "object";
263
+ description: string;
264
+ table: {
265
+ category: string;
266
+ type: {
267
+ summary: string;
268
+ };
269
+ };
270
+ };
271
+ valueIsNumericString: {
272
+ control: "boolean";
273
+ description: string;
274
+ table: {
275
+ category: string;
276
+ type: {
277
+ summary: string;
278
+ };
279
+ defaultValue: {
280
+ summary: string;
281
+ };
282
+ };
283
+ };
284
+ isAllowed: {
285
+ description: string;
286
+ table: {
287
+ category: string;
288
+ type: {
289
+ summary: string;
290
+ };
291
+ };
292
+ };
293
+ onValueChange: {
294
+ action: string;
295
+ description: string;
296
+ table: {
297
+ category: string;
298
+ type: {
299
+ summary: string;
300
+ };
301
+ };
302
+ };
303
+ onChange: {
304
+ action: string;
305
+ description: string;
306
+ table: {
307
+ category: string;
308
+ type: {
309
+ summary: string;
310
+ };
311
+ };
312
+ };
313
+ onFocus: {
314
+ action: string;
315
+ description: string;
316
+ table: {
317
+ category: string;
318
+ type: {
319
+ summary: string;
320
+ };
321
+ };
322
+ };
323
+ onBlur: {
324
+ action: string;
325
+ description: string;
326
+ table: {
327
+ category: string;
328
+ type: {
329
+ summary: string;
330
+ };
331
+ };
332
+ };
333
+ onKeyDown: {
334
+ action: string;
335
+ description: string;
336
+ table: {
337
+ category: string;
338
+ type: {
339
+ summary: string;
340
+ };
341
+ };
342
+ };
343
+ onMouseUp: {
344
+ action: string;
345
+ description: string;
346
+ table: {
347
+ category: string;
348
+ type: {
349
+ summary: string;
350
+ };
351
+ };
352
+ };
353
+ onFocusInput: {
354
+ action: string;
355
+ description: string;
356
+ table: {
357
+ category: string;
358
+ type: {
359
+ summary: string;
360
+ };
361
+ };
30
362
  };
31
363
  customInput: {
364
+ description: string;
32
365
  table: {
33
- disable: true;
366
+ category: string;
367
+ type: {
368
+ summary: string;
369
+ };
370
+ defaultValue: {
371
+ summary: string;
372
+ };
34
373
  };
35
374
  };
36
- value: {
37
- type: "number";
375
+ getInputRef: {
376
+ description: string;
377
+ table: {
378
+ category: string;
379
+ type: {
380
+ summary: string;
381
+ };
382
+ };
383
+ };
384
+ renderText: {
385
+ description: string;
386
+ table: {
387
+ category: string;
388
+ type: {
389
+ summary: string;
390
+ };
391
+ };
38
392
  };
39
393
  };
40
394
  args: {
@@ -0,0 +1,5 @@
1
+ export declare const configPagination: {
2
+ box: string;
3
+ nude: string;
4
+ };
5
+ export declare const keysConfigPaginationKind: string[];
@@ -7,8 +7,204 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ pageNumber: {
11
+ control: "number";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ defaultValue: {
19
+ summary: string;
20
+ };
21
+ };
22
+ };
23
+ pageSize: {
24
+ control: "number";
25
+ description: string;
26
+ table: {
27
+ category: string;
28
+ type: {
29
+ summary: string;
30
+ };
31
+ defaultValue: {
32
+ summary: string;
33
+ };
34
+ };
35
+ };
36
+ totalData: {
37
+ control: "number";
38
+ description: string;
39
+ table: {
40
+ category: string;
41
+ type: {
42
+ summary: string;
43
+ };
44
+ };
45
+ };
46
+ totalPage: {
47
+ control: "number";
48
+ description: string;
49
+ table: {
50
+ category: string;
51
+ type: {
52
+ summary: string;
53
+ };
54
+ };
55
+ };
56
+ onChange: {
57
+ action: string;
58
+ description: string;
59
+ table: {
60
+ category: string;
61
+ type: {
62
+ summary: string;
63
+ };
64
+ };
65
+ };
66
+ kind: {
67
+ control: "select";
68
+ options: string[];
69
+ description: string;
70
+ table: {
71
+ category: string;
72
+ type: {
73
+ summary: string;
74
+ };
75
+ defaultValue: {
76
+ summary: string;
77
+ };
78
+ };
79
+ };
10
80
  className: {
11
- type: "string";
81
+ control: "text";
82
+ description: string;
83
+ table: {
84
+ category: string;
85
+ type: {
86
+ summary: string;
87
+ };
88
+ };
89
+ };
90
+ offset: {
91
+ control: "object";
92
+ description: string;
93
+ table: {
94
+ category: string;
95
+ type: {
96
+ summary: string;
97
+ };
98
+ defaultValue: {
99
+ summary: string;
100
+ };
101
+ };
102
+ };
103
+ zIndex: {
104
+ control: "number";
105
+ description: string;
106
+ table: {
107
+ category: string;
108
+ type: {
109
+ summary: string;
110
+ };
111
+ };
112
+ };
113
+ prevIcon: {
114
+ control: "object";
115
+ description: string;
116
+ table: {
117
+ category: string;
118
+ type: {
119
+ summary: string;
120
+ };
121
+ };
122
+ };
123
+ nextIcon: {
124
+ control: "object";
125
+ description: string;
126
+ table: {
127
+ category: string;
128
+ type: {
129
+ summary: string;
130
+ };
131
+ };
132
+ };
133
+ locale: {
134
+ control: "select";
135
+ options: string[];
136
+ description: string;
137
+ table: {
138
+ category: string;
139
+ type: {
140
+ summary: string;
141
+ };
142
+ defaultValue: {
143
+ summary: string;
144
+ };
145
+ };
146
+ };
147
+ withOptionPageSize: {
148
+ control: "boolean";
149
+ description: string;
150
+ table: {
151
+ category: string;
152
+ type: {
153
+ summary: string;
154
+ };
155
+ defaultValue: {
156
+ summary: string;
157
+ };
158
+ };
159
+ };
160
+ optionPageSize: {
161
+ control: "object";
162
+ description: string;
163
+ table: {
164
+ category: string;
165
+ type: {
166
+ summary: string;
167
+ };
168
+ defaultValue: {
169
+ summary: string;
170
+ };
171
+ };
172
+ };
173
+ withGotoPage: {
174
+ control: "boolean";
175
+ description: string;
176
+ table: {
177
+ category: string;
178
+ type: {
179
+ summary: string;
180
+ };
181
+ defaultValue: {
182
+ summary: string;
183
+ };
184
+ };
185
+ };
186
+ withMorePage: {
187
+ control: "boolean";
188
+ description: string;
189
+ table: {
190
+ category: string;
191
+ type: {
192
+ summary: string;
193
+ };
194
+ defaultValue: {
195
+ summary: string;
196
+ };
197
+ };
198
+ };
199
+ id: {
200
+ control: "text";
201
+ description: string;
202
+ table: {
203
+ category: string;
204
+ type: {
205
+ summary: string;
206
+ };
207
+ };
12
208
  };
13
209
  };
14
210
  args: {