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
@@ -6,7 +6,110 @@ declare const meta: {
6
6
  layout: string;
7
7
  };
8
8
  tags: string[];
9
- argTypes: {};
9
+ argTypes: {
10
+ children: {
11
+ control: "object";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ };
19
+ };
20
+ moreElement: {
21
+ control: "object";
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ type: {
26
+ summary: string;
27
+ };
28
+ };
29
+ };
30
+ maxWidth: {
31
+ control: "text";
32
+ description: string;
33
+ table: {
34
+ category: string;
35
+ type: {
36
+ summary: string;
37
+ };
38
+ defaultValue: {
39
+ summary: string;
40
+ };
41
+ };
42
+ };
43
+ gap: {
44
+ control: "number";
45
+ description: string;
46
+ table: {
47
+ category: string;
48
+ type: {
49
+ summary: string;
50
+ };
51
+ defaultValue: {
52
+ summary: string;
53
+ };
54
+ };
55
+ };
56
+ gapStyle: {
57
+ control: "text";
58
+ description: string;
59
+ table: {
60
+ category: string;
61
+ type: {
62
+ summary: string;
63
+ };
64
+ defaultValue: {
65
+ summary: string;
66
+ };
67
+ };
68
+ };
69
+ className: {
70
+ control: "text";
71
+ description: string;
72
+ table: {
73
+ category: string;
74
+ type: {
75
+ summary: string;
76
+ };
77
+ defaultValue: {
78
+ summary: string;
79
+ };
80
+ };
81
+ };
82
+ style: {
83
+ control: "object";
84
+ description: string;
85
+ table: {
86
+ category: string;
87
+ type: {
88
+ summary: string;
89
+ };
90
+ };
91
+ };
92
+ onClick: {
93
+ action: string;
94
+ description: string;
95
+ table: {
96
+ category: string;
97
+ type: {
98
+ summary: string;
99
+ };
100
+ };
101
+ };
102
+ title: {
103
+ control: "text";
104
+ description: string;
105
+ table: {
106
+ category: string;
107
+ type: {
108
+ summary: string;
109
+ };
110
+ };
111
+ };
112
+ };
10
113
  render: (args: import('../../interfaces/components/TruncateComponent').ITruncateComponent) => import("react/jsx-runtime").JSX.Element;
11
114
  };
12
115
  export default meta;
@@ -10,8 +10,132 @@ declare const meta: {
10
10
  };
11
11
  tags: string[];
12
12
  argTypes: {
13
+ validateFile: {
14
+ control: "object";
15
+ description: string;
16
+ table: {
17
+ category: string;
18
+ type: {
19
+ summary: string;
20
+ };
21
+ defaultValue: {
22
+ summary: string;
23
+ };
24
+ };
25
+ };
26
+ maxFile: {
27
+ control: "number";
28
+ description: string;
29
+ table: {
30
+ category: string;
31
+ type: {
32
+ summary: string;
33
+ };
34
+ defaultValue: {
35
+ summary: string;
36
+ };
37
+ };
38
+ };
39
+ maxSize: {
40
+ control: "number";
41
+ description: string;
42
+ table: {
43
+ category: string;
44
+ type: {
45
+ summary: string;
46
+ };
47
+ defaultValue: {
48
+ summary: string;
49
+ };
50
+ };
51
+ };
52
+ fileName: {
53
+ control: "text";
54
+ description: string;
55
+ table: {
56
+ category: string;
57
+ type: {
58
+ summary: string;
59
+ };
60
+ };
61
+ };
62
+ label: {
63
+ control: "text";
64
+ description: string;
65
+ table: {
66
+ category: string;
67
+ type: {
68
+ summary: string;
69
+ };
70
+ defaultValue: {
71
+ summary: string;
72
+ };
73
+ };
74
+ };
13
75
  error: {
14
- type: "string";
76
+ control: "text";
77
+ description: string;
78
+ table: {
79
+ category: string;
80
+ type: {
81
+ summary: string;
82
+ };
83
+ defaultValue: {
84
+ summary: string;
85
+ };
86
+ };
87
+ };
88
+ priorityError: {
89
+ control: {
90
+ type: "select";
91
+ };
92
+ options: string[];
93
+ description: string;
94
+ table: {
95
+ category: string;
96
+ type: {
97
+ summary: string;
98
+ };
99
+ defaultValue: {
100
+ summary: string;
101
+ };
102
+ };
103
+ };
104
+ inputProps: {
105
+ control: "object";
106
+ description: string;
107
+ table: {
108
+ category: string;
109
+ type: {
110
+ summary: string;
111
+ };
112
+ defaultValue: {
113
+ summary: string;
114
+ };
115
+ };
116
+ };
117
+ onChange: {
118
+ action: string;
119
+ description: string;
120
+ table: {
121
+ category: string;
122
+ type: {
123
+ summary: string;
124
+ };
125
+ };
126
+ };
127
+ eventError: {
128
+ action: string;
129
+ description: string;
130
+ table: {
131
+ category: string;
132
+ type: {
133
+ summary: string;
134
+ };
135
+ defaultValue: {
136
+ summary: string;
137
+ };
138
+ };
15
139
  };
16
140
  };
17
141
  args: {
@@ -6,7 +6,148 @@ declare const meta: {
6
6
  layout: string;
7
7
  };
8
8
  tags: string[];
9
- argTypes: {};
9
+ argTypes: {
10
+ valueUrl: {
11
+ control: "text";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ defaultValue: {
19
+ summary: string;
20
+ };
21
+ };
22
+ };
23
+ validateFile: {
24
+ control: "object";
25
+ description: string;
26
+ table: {
27
+ category: string;
28
+ type: {
29
+ summary: string;
30
+ };
31
+ defaultValue: {
32
+ summary: string;
33
+ };
34
+ };
35
+ };
36
+ maxSize: {
37
+ control: "number";
38
+ description: string;
39
+ table: {
40
+ category: string;
41
+ type: {
42
+ summary: string;
43
+ };
44
+ defaultValue: {
45
+ summary: string;
46
+ };
47
+ };
48
+ };
49
+ id: {
50
+ control: "text";
51
+ description: string;
52
+ table: {
53
+ category: string;
54
+ type: {
55
+ summary: string;
56
+ };
57
+ defaultValue: {
58
+ summary: string;
59
+ };
60
+ };
61
+ };
62
+ validateFileDesc: {
63
+ control: "text";
64
+ description: string;
65
+ table: {
66
+ category: string;
67
+ type: {
68
+ summary: string;
69
+ };
70
+ defaultValue: {
71
+ summary: string;
72
+ };
73
+ };
74
+ };
75
+ icon: {
76
+ control: "object";
77
+ description: string;
78
+ table: {
79
+ category: string;
80
+ type: {
81
+ summary: string;
82
+ };
83
+ defaultValue: {
84
+ summary: string;
85
+ };
86
+ };
87
+ };
88
+ desc: {
89
+ control: "object";
90
+ description: string;
91
+ table: {
92
+ category: string;
93
+ type: {
94
+ summary: string;
95
+ };
96
+ defaultValue: {
97
+ summary: string;
98
+ };
99
+ };
100
+ };
101
+ classNameContainer: {
102
+ control: "text";
103
+ description: string;
104
+ table: {
105
+ category: string;
106
+ type: {
107
+ summary: string;
108
+ };
109
+ defaultValue: {
110
+ summary: string;
111
+ };
112
+ };
113
+ };
114
+ classNameImage: {
115
+ control: "text";
116
+ description: string;
117
+ table: {
118
+ category: string;
119
+ type: {
120
+ summary: string;
121
+ };
122
+ defaultValue: {
123
+ summary: string;
124
+ };
125
+ };
126
+ };
127
+ classNameAction: {
128
+ control: "text";
129
+ description: string;
130
+ table: {
131
+ category: string;
132
+ type: {
133
+ summary: string;
134
+ };
135
+ defaultValue: {
136
+ summary: string;
137
+ };
138
+ };
139
+ };
140
+ onChange: {
141
+ action: string;
142
+ description: string;
143
+ table: {
144
+ category: string;
145
+ type: {
146
+ summary: string;
147
+ };
148
+ };
149
+ };
150
+ };
10
151
  };
11
152
  export default meta;
12
153
  type Story = StoryObj<typeof meta>;
@@ -7,8 +7,194 @@ declare const meta: {
7
7
  };
8
8
  tags: string[];
9
9
  argTypes: {
10
+ value: {
11
+ control: "object";
12
+ description: string;
13
+ table: {
14
+ category: string;
15
+ type: {
16
+ summary: string;
17
+ };
18
+ defaultValue: {
19
+ summary: string;
20
+ };
21
+ };
22
+ };
23
+ validateFile: {
24
+ control: "object";
25
+ description: string;
26
+ table: {
27
+ category: string;
28
+ type: {
29
+ summary: string;
30
+ };
31
+ defaultValue: {
32
+ summary: string;
33
+ };
34
+ };
35
+ };
36
+ maxFile: {
37
+ control: "number";
38
+ description: string;
39
+ table: {
40
+ category: string;
41
+ type: {
42
+ summary: string;
43
+ };
44
+ defaultValue: {
45
+ summary: string;
46
+ };
47
+ };
48
+ };
49
+ maxSize: {
50
+ control: "number";
51
+ description: string;
52
+ table: {
53
+ category: string;
54
+ type: {
55
+ summary: string;
56
+ };
57
+ defaultValue: {
58
+ summary: string;
59
+ };
60
+ };
61
+ };
10
62
  error: {
11
- type: "string";
63
+ control: "text";
64
+ description: string;
65
+ table: {
66
+ category: string;
67
+ type: {
68
+ summary: string;
69
+ };
70
+ defaultValue: {
71
+ summary: string;
72
+ };
73
+ };
74
+ };
75
+ priorityError: {
76
+ control: {
77
+ type: "select";
78
+ };
79
+ options: string[];
80
+ description: string;
81
+ table: {
82
+ category: string;
83
+ type: {
84
+ summary: string;
85
+ };
86
+ defaultValue: {
87
+ summary: string;
88
+ };
89
+ };
90
+ };
91
+ classNameContainer: {
92
+ control: "text";
93
+ description: string;
94
+ table: {
95
+ category: string;
96
+ type: {
97
+ summary: string;
98
+ };
99
+ defaultValue: {
100
+ summary: string;
101
+ };
102
+ };
103
+ };
104
+ classNameButton: {
105
+ control: "text";
106
+ description: string;
107
+ table: {
108
+ category: string;
109
+ type: {
110
+ summary: string;
111
+ };
112
+ defaultValue: {
113
+ summary: string;
114
+ };
115
+ };
116
+ };
117
+ buttonProps: {
118
+ control: "object";
119
+ description: string;
120
+ table: {
121
+ category: string;
122
+ type: {
123
+ summary: string;
124
+ };
125
+ defaultValue: {
126
+ summary: string;
127
+ };
128
+ };
129
+ };
130
+ textUpload: {
131
+ control: "text";
132
+ description: string;
133
+ table: {
134
+ category: string;
135
+ type: {
136
+ summary: string;
137
+ };
138
+ defaultValue: {
139
+ summary: string;
140
+ };
141
+ };
142
+ };
143
+ locationRemoveElement: {
144
+ control: {
145
+ type: "select";
146
+ };
147
+ options: string[];
148
+ description: string;
149
+ table: {
150
+ category: string;
151
+ type: {
152
+ summary: string;
153
+ };
154
+ defaultValue: {
155
+ summary: string;
156
+ };
157
+ };
158
+ };
159
+ onChange: {
160
+ action: string;
161
+ description: string;
162
+ table: {
163
+ category: string;
164
+ type: {
165
+ summary: string;
166
+ };
167
+ };
168
+ };
169
+ removeElement: {
170
+ action: string;
171
+ description: string;
172
+ table: {
173
+ category: string;
174
+ type: {
175
+ summary: string;
176
+ };
177
+ };
178
+ };
179
+ handlerDownload: {
180
+ action: string;
181
+ description: string;
182
+ table: {
183
+ category: string;
184
+ type: {
185
+ summary: string;
186
+ };
187
+ };
188
+ };
189
+ eventError: {
190
+ action: string;
191
+ description: string;
192
+ table: {
193
+ category: string;
194
+ type: {
195
+ summary: string;
196
+ };
197
+ };
12
198
  };
13
199
  };
14
200
  args: {