1mpacto-react-ui 0.2.0-beta.2 → 0.2.0-beta.21
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/assets/_colors.scss +327 -1
- package/dist/assets/_mixins.scss +44 -0
- package/dist/assets/_screen.scss +6 -0
- package/dist/assets/_typography.scss +654 -0
- package/dist/assets/colors.css +41 -0
- package/dist/assets/core.css +1 -1
- package/dist/assets/fontfamily.css +1 -1
- package/dist/assets/fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf +0 -0
- package/dist/assets/fonts/PlusJakartaSans-VariableFont_wght.ttf +0 -0
- package/dist/assets/icons/arrow-narrow-down.svg +3 -3
- package/dist/assets/screen.css +8 -0
- package/dist/assets/style.css +1 -1
- package/dist/assets/typography.css +132 -0
- package/dist/index.cjs +150 -116
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.mjs +28958 -16226
- package/dist/index.mjs.map +1 -1
- package/dist/package.json.d.ts +132 -126
- package/dist/src/components/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/dist/src/components/Breadcrumbs/Breadcrumbs.stories.d.ts +1 -1
- package/dist/src/components/Collapse/CollapseV2.d.ts +3 -0
- package/dist/src/components/Collapse/CollapseV2.stories.d.ts +18 -0
- package/dist/src/components/Colors/Colors.stories.d.ts +13 -0
- package/dist/src/components/Input/InputInnerLabel.d.ts +4 -0
- package/dist/src/components/Input/InputInnerLabel.stories.d.ts +31 -0
- package/dist/src/components/Pagination/Pagination.d.ts +1 -1
- package/dist/src/components/Pagination/Pagination.stories.d.ts +1 -1
- package/dist/src/components/RadioCheckbox/RadioCheckbox.stories.d.ts +189 -7
- package/dist/src/components/SelectDropdownContainer/SelectDropdownContainer.stories.d.ts +355 -4
- package/dist/src/components/SelectDropdownContainer/styleConfig.d.ts +4 -1
- package/dist/src/components/Sidebar/Sidebar.stories.d.ts +171 -2
- package/dist/src/components/Table/Table.d.ts +1 -1
- package/dist/src/components/Table/Table.stories.d.ts +248 -2
- package/dist/src/components/Table/TableSubMobile.d.ts +3 -0
- package/dist/src/components/Tabs/Tabs.d.ts +1 -1
- package/dist/src/components/Tabs/Tabs.stories.d.ts +1 -1
- package/dist/src/components/TextEditor/TextEditor.stories.d.ts +75 -1
- package/dist/src/components/Textarea/TextareaInnerLabel.d.ts +4 -0
- package/dist/src/components/Textarea/TextareaInnerLabel.stories.d.ts +25 -0
- package/dist/src/components/TimeRange/TimeRange.d.ts +3 -0
- package/dist/src/components/TimeRange/TimeRange.stories.d.ts +19 -0
- package/dist/src/components/Typography/Typography.stories.d.ts +13 -0
- package/dist/src/components/Upload/UploadImage.d.ts +1 -1
- package/dist/src/components/Upload/UploadImage.stories.d.ts +1 -1
- package/dist/src/components/Upload/UploadMultipleFile.d.ts +1 -1
- package/dist/src/components/Upload/UploadMultipleFile.stories.d.ts +1 -1
- package/dist/src/components/index.d.ts +14 -8
- package/dist/src/components/screens/Screens.stories.d.ts +13 -0
- package/dist/src/config/components/font.d.ts +6 -0
- package/dist/src/config/components/typography.d.ts +13 -1
- package/dist/src/config/tailwind/index.d.ts +2 -1
- package/dist/src/config/tailwind/nativeScreen.d.ts +3 -0
- package/dist/src/config/tailwind/typography.d.ts +1 -0
- package/dist/src/hooks/index.d.ts +5 -3
- package/dist/src/hooks/useCountdown.d.ts +6 -3
- package/dist/src/hooks/useOtpInput.d.ts +42 -0
- package/dist/src/interfaces/components/Badges/index.d.ts +2 -1
- package/dist/src/interfaces/components/Breadcrumbs/index.d.ts +6 -2
- package/dist/src/interfaces/components/Button/index.d.ts +2 -2
- package/dist/src/interfaces/components/Calendar/index.d.ts +1 -1
- package/dist/src/interfaces/components/Chips/index.d.ts +2 -1
- package/dist/src/interfaces/components/Collapse/index.d.ts +7 -0
- package/dist/src/interfaces/components/Input/index.d.ts +13 -0
- package/dist/src/interfaces/components/Pagination/index.d.ts +2 -0
- package/dist/src/interfaces/components/Popover/index.d.ts +3 -1
- package/dist/src/interfaces/components/RadioCheckbox/RadioCheckbox.d.ts +3 -2
- package/dist/src/interfaces/components/RadioCheckbox/RadioCheckboxLabel.d.ts +2 -1
- package/dist/src/interfaces/components/SelectDropdownContainer/index.d.ts +1 -1
- package/dist/src/interfaces/components/Sidebar/index.d.ts +7 -4
- package/dist/src/interfaces/components/Switch/index.d.ts +1 -1
- package/dist/src/interfaces/components/Table/index.d.ts +38 -6
- package/dist/src/interfaces/components/Tabs/index.d.ts +6 -2
- package/dist/src/interfaces/components/Textarea/index.d.ts +13 -0
- package/dist/src/interfaces/components/TimeRange/index.d.ts +28 -0
- package/dist/src/interfaces/components/TruncateComponent/index.d.ts +1 -3
- package/dist/src/interfaces/components/UploadFile/index.d.ts +2 -0
- package/dist/src/utils/common.d.ts +7 -4
- package/dist/tinymce/CHANGELOG.md +3785 -3785
- package/dist/tinymce/js/tinymce/langs/README.md +3 -3
- package/dist/tinymce/js/tinymce/license.md +6 -6
- package/dist/tinymce/js/tinymce/notices.txt +21 -21
- package/dist/tinymce/js/tinymce/plugins/codesample/plugin.min.js +8 -8
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ar.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ca.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/cs.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/da.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/de.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/el.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/en.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/es.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/eu.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fa.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fi.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/he_IL.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hi.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hr.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/id.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/it.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ja.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/kk.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ms.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nl.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pl.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ro.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ru.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sk.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/th_TH.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/tr.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/uk.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/vi.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +86 -86
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +92 -92
- package/dist/tinymce/js/tinymce/skins/content/dark/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/default/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/default/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/document/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/document/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5-dark/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5-dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/writer/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/writer/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -1
- package/dist/tinymce/js/tinymce/tinymce.d.ts +3350 -3350
- package/dist/tinymce/js/tinymce/tinymce.min.js +10 -10
- package/dist/types-external/table.d.ts +15 -12
- package/package.json +132 -126
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import { ISelectDropdownContainer } from '../../interfaces/components/SelectDropdownContainer';
|
|
2
3
|
declare const meta: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: <T>(props:
|
|
5
|
+
component: <T>(props: ISelectDropdownContainer<T> & {
|
|
5
6
|
ref?: React.ForwardedRef<import('..').IRefSelectDropdownContainer<T>>;
|
|
6
7
|
}) => React.ReactNode;
|
|
7
8
|
parameters: {
|
|
@@ -9,14 +10,364 @@ declare const meta: {
|
|
|
9
10
|
};
|
|
10
11
|
tags: string[];
|
|
11
12
|
argTypes: {
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
width: {
|
|
14
|
+
control: "text";
|
|
15
|
+
description: string;
|
|
16
|
+
table: {
|
|
17
|
+
category: string;
|
|
18
|
+
type: {
|
|
19
|
+
summary: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
children: {
|
|
24
|
+
control: {
|
|
25
|
+
disable: true;
|
|
26
|
+
};
|
|
27
|
+
description: string;
|
|
28
|
+
table: {
|
|
29
|
+
category: string;
|
|
30
|
+
type: {
|
|
31
|
+
summary: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
classNameContainer: {
|
|
36
|
+
control: "text";
|
|
37
|
+
description: string;
|
|
38
|
+
table: {
|
|
39
|
+
category: string;
|
|
40
|
+
type: {
|
|
41
|
+
summary: string;
|
|
42
|
+
};
|
|
43
|
+
defaultValue: {
|
|
44
|
+
summary: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
classNameContainerShowSelect: {
|
|
49
|
+
control: "text";
|
|
50
|
+
description: string;
|
|
51
|
+
table: {
|
|
52
|
+
category: string;
|
|
53
|
+
type: {
|
|
54
|
+
summary: string;
|
|
55
|
+
};
|
|
56
|
+
defaultValue: {
|
|
57
|
+
summary: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
classNameContainerSelect: {
|
|
62
|
+
control: "text";
|
|
63
|
+
description: string;
|
|
64
|
+
table: {
|
|
65
|
+
category: string;
|
|
66
|
+
type: {
|
|
67
|
+
summary: string;
|
|
68
|
+
};
|
|
69
|
+
defaultValue: {
|
|
70
|
+
summary: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
classNameLabelError: {
|
|
75
|
+
control: "text";
|
|
76
|
+
description: string;
|
|
77
|
+
table: {
|
|
78
|
+
category: string;
|
|
79
|
+
type: {
|
|
80
|
+
summary: string;
|
|
81
|
+
};
|
|
82
|
+
defaultValue: {
|
|
83
|
+
summary: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
error: {
|
|
88
|
+
control: "text";
|
|
89
|
+
description: string;
|
|
90
|
+
table: {
|
|
91
|
+
category: string;
|
|
92
|
+
type: {
|
|
93
|
+
summary: string;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
onChange: {
|
|
98
|
+
action: string;
|
|
99
|
+
description: string;
|
|
100
|
+
table: {
|
|
101
|
+
category: string;
|
|
102
|
+
type: {
|
|
103
|
+
summary: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
externalValue: {
|
|
108
|
+
control: "boolean";
|
|
109
|
+
description: string;
|
|
110
|
+
table: {
|
|
111
|
+
category: string;
|
|
112
|
+
type: {
|
|
113
|
+
summary: string;
|
|
114
|
+
};
|
|
115
|
+
defaultValue: {
|
|
116
|
+
summary: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
defaultValueButtonDropdown: {
|
|
121
|
+
control: "object";
|
|
122
|
+
description: string;
|
|
123
|
+
table: {
|
|
124
|
+
category: string;
|
|
125
|
+
type: {
|
|
126
|
+
summary: string;
|
|
127
|
+
};
|
|
128
|
+
defaultValue: {
|
|
129
|
+
summary: string;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
autoClose: {
|
|
134
|
+
control: "boolean";
|
|
135
|
+
description: string;
|
|
136
|
+
table: {
|
|
137
|
+
category: string;
|
|
138
|
+
type: {
|
|
139
|
+
summary: string;
|
|
140
|
+
};
|
|
141
|
+
defaultValue: {
|
|
142
|
+
summary: string;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
onMenuOpen: {
|
|
147
|
+
action: string;
|
|
148
|
+
description: string;
|
|
149
|
+
table: {
|
|
150
|
+
category: string;
|
|
151
|
+
type: {
|
|
152
|
+
summary: string;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
autoCloseOutside: {
|
|
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
|
+
styleInnerPopper: {
|
|
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
|
+
onMenuClose: {
|
|
183
|
+
action: string;
|
|
184
|
+
description: string;
|
|
185
|
+
table: {
|
|
186
|
+
category: string;
|
|
187
|
+
type: {
|
|
188
|
+
summary: string;
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
zIndexPopper: {
|
|
193
|
+
control: "number";
|
|
194
|
+
description: string;
|
|
195
|
+
table: {
|
|
196
|
+
category: string;
|
|
197
|
+
type: {
|
|
198
|
+
summary: string;
|
|
199
|
+
};
|
|
200
|
+
defaultValue: {
|
|
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
|
+
};
|
|
230
|
+
};
|
|
231
|
+
useAutoPlacement: {
|
|
232
|
+
control: "boolean";
|
|
233
|
+
description: string;
|
|
234
|
+
table: {
|
|
235
|
+
category: string;
|
|
236
|
+
type: {
|
|
237
|
+
summary: string;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
flipOptions: {
|
|
242
|
+
control: "object";
|
|
243
|
+
description: string;
|
|
244
|
+
table: {
|
|
245
|
+
category: string;
|
|
246
|
+
type: {
|
|
247
|
+
summary: string;
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
autoPlacementOptions: {
|
|
252
|
+
control: "object";
|
|
253
|
+
description: string;
|
|
254
|
+
table: {
|
|
255
|
+
category: string;
|
|
256
|
+
type: {
|
|
257
|
+
summary: string;
|
|
258
|
+
};
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
floatingOptions: {
|
|
262
|
+
control: "object";
|
|
263
|
+
description: string;
|
|
264
|
+
table: {
|
|
265
|
+
category: string;
|
|
266
|
+
type: {
|
|
267
|
+
summary: string;
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
withSearch: {
|
|
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
|
+
components: {
|
|
285
|
+
control: {
|
|
286
|
+
disable: true;
|
|
287
|
+
};
|
|
288
|
+
description: string;
|
|
289
|
+
table: {
|
|
290
|
+
category: string;
|
|
291
|
+
type: {
|
|
292
|
+
summary: string;
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
};
|
|
296
|
+
selectProps: {
|
|
297
|
+
control: "object";
|
|
298
|
+
description: string;
|
|
299
|
+
table: {
|
|
300
|
+
category: string;
|
|
301
|
+
type: {
|
|
302
|
+
summary: string;
|
|
303
|
+
};
|
|
304
|
+
defaultValue: {
|
|
305
|
+
summary: string;
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
offsetPopover: {
|
|
310
|
+
control: "number";
|
|
311
|
+
description: string;
|
|
312
|
+
table: {
|
|
313
|
+
category: string;
|
|
314
|
+
type: {
|
|
315
|
+
summary: string;
|
|
316
|
+
};
|
|
317
|
+
defaultValue: {
|
|
318
|
+
summary: string;
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
};
|
|
322
|
+
errorLabel: {
|
|
323
|
+
control: {
|
|
324
|
+
type: "select";
|
|
325
|
+
};
|
|
326
|
+
options: string[];
|
|
327
|
+
description: string;
|
|
328
|
+
table: {
|
|
329
|
+
category: string;
|
|
330
|
+
type: {
|
|
331
|
+
summary: string;
|
|
332
|
+
};
|
|
333
|
+
defaultValue: {
|
|
334
|
+
summary: string;
|
|
335
|
+
};
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
actionValueChange: {
|
|
339
|
+
action: string;
|
|
340
|
+
description: string;
|
|
341
|
+
table: {
|
|
342
|
+
category: string;
|
|
343
|
+
type: {
|
|
344
|
+
summary: string;
|
|
345
|
+
};
|
|
346
|
+
};
|
|
347
|
+
};
|
|
348
|
+
controlType: {
|
|
349
|
+
control: {
|
|
350
|
+
type: "select";
|
|
351
|
+
};
|
|
352
|
+
options: string[];
|
|
353
|
+
description: string;
|
|
354
|
+
table: {
|
|
355
|
+
category: string;
|
|
356
|
+
type: {
|
|
357
|
+
summary: string;
|
|
358
|
+
};
|
|
359
|
+
defaultValue: {
|
|
360
|
+
summary: string;
|
|
361
|
+
};
|
|
362
|
+
};
|
|
14
363
|
};
|
|
15
364
|
};
|
|
16
365
|
args: {
|
|
17
366
|
onChange: import('@vitest/spy').Mock<(...args: any[]) => any>;
|
|
18
367
|
};
|
|
19
|
-
render: (
|
|
368
|
+
render: (args: ISelectDropdownContainer<unknown> & {
|
|
369
|
+
ref?: import('react').ForwardedRef<import('..').IRefSelectDropdownContainer<unknown>> | undefined;
|
|
370
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
20
371
|
};
|
|
21
372
|
export default meta;
|
|
22
373
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { StylesConfig } from 'react-select';
|
|
2
2
|
export declare const styleSelectDropdownContainerLaba: StylesConfig;
|
|
3
3
|
export declare const styleSelectDropdownContainerPayhere: StylesConfig;
|
|
4
|
-
export declare const
|
|
4
|
+
export declare const styleSelectDropdownContainerBill: StylesConfig;
|
|
5
|
+
export declare const styleSelectDropdownContainerNoSearchLaba: StylesConfig;
|
|
6
|
+
export declare const styleSelectDropdownContainerNoSearchPayhere: StylesConfig;
|
|
7
|
+
export declare const styleSelectDropdownContainerNoSearchBill: StylesConfig;
|
|
@@ -10,8 +10,177 @@ declare const meta: {
|
|
|
10
10
|
};
|
|
11
11
|
tags: string[];
|
|
12
12
|
argTypes: {
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
as: {
|
|
14
|
+
control: "text";
|
|
15
|
+
description: string;
|
|
16
|
+
table: {
|
|
17
|
+
category: string;
|
|
18
|
+
type: {
|
|
19
|
+
summary: string;
|
|
20
|
+
};
|
|
21
|
+
defaultValue: {
|
|
22
|
+
summary: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
children: {
|
|
27
|
+
control: {
|
|
28
|
+
disable: true;
|
|
29
|
+
};
|
|
30
|
+
description: string;
|
|
31
|
+
table: {
|
|
32
|
+
category: string;
|
|
33
|
+
type: {
|
|
34
|
+
summary: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
patch: {
|
|
39
|
+
control: "text";
|
|
40
|
+
description: string;
|
|
41
|
+
table: {
|
|
42
|
+
category: string;
|
|
43
|
+
type: {
|
|
44
|
+
summary: string;
|
|
45
|
+
};
|
|
46
|
+
defaultValue: {
|
|
47
|
+
summary: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
iconCompany: {
|
|
52
|
+
control: {
|
|
53
|
+
disable: true;
|
|
54
|
+
};
|
|
55
|
+
description: string;
|
|
56
|
+
table: {
|
|
57
|
+
category: string;
|
|
58
|
+
type: {
|
|
59
|
+
summary: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
iconSubs: {
|
|
64
|
+
control: {
|
|
65
|
+
disable: true;
|
|
66
|
+
};
|
|
67
|
+
description: string;
|
|
68
|
+
table: {
|
|
69
|
+
category: string;
|
|
70
|
+
type: {
|
|
71
|
+
summary: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
iconCollapse: {
|
|
76
|
+
control: {
|
|
77
|
+
disable: true;
|
|
78
|
+
};
|
|
79
|
+
description: string;
|
|
80
|
+
table: {
|
|
81
|
+
category: string;
|
|
82
|
+
type: {
|
|
83
|
+
summary: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
iconCollapseClose: {
|
|
88
|
+
control: {
|
|
89
|
+
disable: true;
|
|
90
|
+
};
|
|
91
|
+
description: string;
|
|
92
|
+
table: {
|
|
93
|
+
category: string;
|
|
94
|
+
type: {
|
|
95
|
+
summary: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
variant: {
|
|
100
|
+
control: {
|
|
101
|
+
type: "select";
|
|
102
|
+
};
|
|
103
|
+
options: string[];
|
|
104
|
+
description: string;
|
|
105
|
+
table: {
|
|
106
|
+
category: string;
|
|
107
|
+
type: {
|
|
108
|
+
summary: string;
|
|
109
|
+
};
|
|
110
|
+
defaultValue: {
|
|
111
|
+
summary: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
modules: {
|
|
116
|
+
control: "object";
|
|
117
|
+
description: string;
|
|
118
|
+
table: {
|
|
119
|
+
category: string;
|
|
120
|
+
type: {
|
|
121
|
+
summary: string;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
toleranceWidthIconCompany: {
|
|
126
|
+
control: "number";
|
|
127
|
+
description: string;
|
|
128
|
+
table: {
|
|
129
|
+
category: string;
|
|
130
|
+
type: {
|
|
131
|
+
summary: string;
|
|
132
|
+
};
|
|
133
|
+
defaultValue: {
|
|
134
|
+
summary: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
footer: {
|
|
139
|
+
control: {
|
|
140
|
+
disable: true;
|
|
141
|
+
};
|
|
142
|
+
description: string;
|
|
143
|
+
table: {
|
|
144
|
+
category: string;
|
|
145
|
+
type: {
|
|
146
|
+
summary: string;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
onClickItems: {
|
|
151
|
+
action: string;
|
|
152
|
+
description: string;
|
|
153
|
+
table: {
|
|
154
|
+
category: string;
|
|
155
|
+
type: {
|
|
156
|
+
summary: string;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
propsLink: {
|
|
161
|
+
control: {
|
|
162
|
+
disable: true;
|
|
163
|
+
};
|
|
164
|
+
description: string;
|
|
165
|
+
table: {
|
|
166
|
+
category: string;
|
|
167
|
+
type: {
|
|
168
|
+
summary: string;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
withInheritance: {
|
|
173
|
+
control: "boolean";
|
|
174
|
+
description: string;
|
|
175
|
+
table: {
|
|
176
|
+
category: string;
|
|
177
|
+
type: {
|
|
178
|
+
summary: string;
|
|
179
|
+
};
|
|
180
|
+
defaultValue: {
|
|
181
|
+
summary: string;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
15
184
|
};
|
|
16
185
|
};
|
|
17
186
|
args: {
|
|
@@ -3,5 +3,5 @@ import { ITable, IVirtualizationHead, IVirtualizationTable, ITableConfig } from
|
|
|
3
3
|
export declare const ConfigTable: () => ITableConfig;
|
|
4
4
|
export declare const VirtualizationHead: React.ForwardRefExoticComponent<Omit<IVirtualizationHead, "ref"> & React.RefAttributes<HTMLTableSectionElement>>;
|
|
5
5
|
export declare const VirtualizationTable: ({ style, context, ...props }: IVirtualizationTable) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare const Table: <T>({ tableInstance, classNameWrapperTable, classNameTable, collapseAll, handlerRowClick, privillageRowClick, virtualization, virtualizationProps, headerId, tbodyTrId, maxHeight, idCalculateHeight, kind, componentSortASC, componentSortDESC, scrollTop, emptyPlaceholder, variant, renderSubComponent, }: ITable<T>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare const Table: <T>({ tableInstance, classNameWrapperTable, classNameTable, collapseAll, handlerRowClick, privillageRowClick, virtualization, virtualizationProps, headerId, tbodyTrId, maxHeight, idCalculateHeight, kind, componentSortASC, componentSortDESC, scrollTop, emptyPlaceholder, variant, renderSubComponent, columnBreakpoints, }: ITable<T>) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export default Table;
|