@oliasoft-open-source/react-ui-library 3.12.0-beta-11 → 3.12.0-beta-13

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 (250) hide show
  1. package/dist/common-enum.d.ts +73 -0
  2. package/dist/components/accordion/accordion.d.ts +5 -0
  3. package/dist/components/accordion/accordion.interface.d.ts +17 -0
  4. package/dist/components/accordion/accordion.stories.d.ts +11 -0
  5. package/dist/components/accordion/chevron/chevron.d.ts +6 -0
  6. package/dist/components/accordion/enum.d.ts +4 -0
  7. package/dist/components/accordion/helpers/accordion-with-default-toggle.d.ts +12 -0
  8. package/dist/components/actions/actions.d.ts +14 -0
  9. package/dist/components/actions/actions.interface.d.ts +25 -0
  10. package/dist/components/actions/actions.stories.d.ts +25 -0
  11. package/dist/components/badge/badge.d.ts +10 -0
  12. package/dist/components/badge/badge.stories.d.ts +7 -0
  13. package/dist/components/breadcrumb/breadcrumb.d.ts +7 -0
  14. package/dist/components/breadcrumb/breadcrumb.stories.d.ts +5 -0
  15. package/dist/components/breadcrumb/enum.d.ts +5 -0
  16. package/dist/components/breadcrumb/link.d.ts +12 -0
  17. package/dist/components/button/button.d.ts +31 -0
  18. package/dist/components/button/button.stories.d.ts +13 -0
  19. package/dist/components/button/enum.d.ts +5 -0
  20. package/dist/components/button-group/button-group.d.ts +38 -0
  21. package/dist/components/button-group/button-group.stories-data.d.ts +6 -0
  22. package/dist/components/button-group/button-group.stories.d.ts +9 -0
  23. package/dist/components/card/card.d.ts +10 -0
  24. package/dist/components/card/card.stories.d.ts +8 -0
  25. package/dist/components/check-box/check-box.d.ts +19 -0
  26. package/dist/components/check-box/check-box.stories.d.ts +6 -0
  27. package/dist/components/color/color.stories-data.d.ts +9 -0
  28. package/dist/components/dialog/dialog.d.ts +17 -0
  29. package/dist/components/divider/divider.d.ts +9 -0
  30. package/dist/components/divider/divider.stories.d.ts +7 -0
  31. package/dist/components/drawer/drawer-resize-wrapper.d.ts +3 -0
  32. package/dist/components/drawer/drawer-tabs.d.ts +3 -0
  33. package/dist/components/drawer/drawer.constants.d.ts +2 -0
  34. package/dist/components/drawer/drawer.d.ts +3 -0
  35. package/dist/components/drawer/drawer.interface.d.ts +55 -0
  36. package/dist/components/drawer/drawer.stories.d.ts +41 -0
  37. package/dist/components/empty/empty.d.ts +8 -0
  38. package/dist/components/empty/empty.stories.d.ts +5 -0
  39. package/dist/components/file-input/enum.d.ts +6 -0
  40. package/dist/components/file-input/file-input.d.ts +18 -0
  41. package/dist/components/file-input/file-input.stories.d.ts +8 -0
  42. package/dist/components/form/field.d.ts +16 -0
  43. package/dist/components/form/field.stories.d.ts +13 -0
  44. package/dist/components/form/form.stories.d.ts +27 -0
  45. package/dist/components/heading/heading.d.ts +19 -0
  46. package/dist/components/heading/heading.stories.d.ts +10 -0
  47. package/dist/components/help-icon/help-icon.d.ts +10 -0
  48. package/dist/components/help-icon/help-icon.stories.d.ts +11 -0
  49. package/dist/components/icon/icon.d.ts +16 -0
  50. package/dist/components/icon/icon.stories.d.ts +26 -0
  51. package/dist/components/icon/named-icon.d.ts +7 -0
  52. package/dist/components/input/input.d.ts +26 -0
  53. package/dist/components/input/input.stories.d.ts +5 -0
  54. package/dist/components/input-group/input-group-addon/input-group-addon.d.ts +8 -0
  55. package/dist/components/input-group/input-group.d.ts +7 -0
  56. package/dist/components/input-group/input-group.stories.d.ts +8 -0
  57. package/dist/components/label/label.d.ts +24 -0
  58. package/dist/components/label/label.stories.d.ts +10 -0
  59. package/dist/components/layout/column/column.d.ts +18 -0
  60. package/dist/components/layout/column/styles.d.ts +15 -0
  61. package/dist/components/layout/column.stories.d.ts +20 -0
  62. package/dist/components/layout/flex/flex.d.ts +11 -0
  63. package/dist/components/layout/flex/flex.stories.d.ts +10 -0
  64. package/dist/components/layout/form-row/form-row.d.ts +5 -0
  65. package/dist/components/layout/grid/grid.d.ts +11 -0
  66. package/dist/components/layout/grid/grid.stories.d.ts +9 -0
  67. package/dist/components/layout/page/page.d.ts +9 -0
  68. package/dist/components/layout/page.stories.d.ts +10 -0
  69. package/dist/components/layout/placeholder.d.ts +1 -0
  70. package/dist/components/layout/print-header/print-header.d.ts +8 -0
  71. package/dist/components/layout/row/row.d.ts +15 -0
  72. package/dist/components/layout/spacer/spacer.d.ts +7 -0
  73. package/dist/components/list/list-row/item-content.d.ts +3 -0
  74. package/dist/components/list/list-row/label.d.ts +3 -0
  75. package/dist/components/list/list-row/list-heading.d.ts +3 -0
  76. package/dist/components/list/list-row/list-row.d.ts +3 -0
  77. package/dist/components/list/list-row/list-row.interface.d.ts +105 -0
  78. package/dist/components/list/list-row/list-subheading.d.ts +3 -0
  79. package/dist/components/list/list-row/meta-content.d.ts +3 -0
  80. package/dist/components/list/list-row/meta-count.d.ts +3 -0
  81. package/dist/components/list/list-row/name.d.ts +4 -0
  82. package/dist/components/list/list.d.ts +3 -0
  83. package/dist/components/list/list.interface.d.ts +55 -0
  84. package/dist/components/list/list.stories-data.d.ts +310 -0
  85. package/dist/components/list/list.stories.d.ts +23 -0
  86. package/dist/components/list/toggle-narrow.d.ts +3 -0
  87. package/dist/components/loader/loader.d.ts +14 -0
  88. package/dist/components/loader/loader.stories.d.ts +33 -0
  89. package/dist/components/menu/enum.d.ts +11 -0
  90. package/dist/components/menu/index.d.ts +4 -0
  91. package/dist/components/menu/layer/divider.d.ts +2 -0
  92. package/dist/components/menu/layer/heading.d.ts +8 -0
  93. package/dist/components/menu/layer/layer.d.ts +15 -0
  94. package/dist/components/menu/layer/option.d.ts +19 -0
  95. package/dist/components/menu/layer/path.d.ts +5 -0
  96. package/dist/components/menu/layer/placementOptions.d.ts +3 -0
  97. package/dist/components/menu/layer/section.d.ts +11 -0
  98. package/dist/components/menu/menu.d.ts +4 -0
  99. package/dist/components/menu/menu.interface.d.ts +82 -0
  100. package/dist/components/menu/menu.stories-data.d.ts +101 -0
  101. package/dist/components/menu/menu.stories.d.ts +31 -0
  102. package/dist/components/menu/menu.test.d.ts +1 -0
  103. package/dist/components/menu/trigger/button.d.ts +15 -0
  104. package/dist/components/menu/trigger/component.d.ts +8 -0
  105. package/dist/components/menu/trigger/text.d.ts +11 -0
  106. package/dist/components/menu/trigger/trigger.d.ts +27 -0
  107. package/dist/components/message/dismiss.d.ts +8 -0
  108. package/dist/components/message/enum.d.ts +9 -0
  109. package/dist/components/message/message.d.ts +19 -0
  110. package/dist/components/message/message.stories.d.ts +11 -0
  111. package/dist/components/modal/modal.d.ts +8 -0
  112. package/dist/components/modal/modal.stories.d.ts +12 -0
  113. package/dist/components/number-input/number-input.d.ts +26 -0
  114. package/dist/components/number-input/number-input.stories.d.ts +14 -0
  115. package/dist/components/option-dropdown/enum.d.ts +5 -0
  116. package/dist/components/option-dropdown/heading.d.ts +5 -0
  117. package/dist/components/option-dropdown/layer.d.ts +16 -0
  118. package/dist/components/option-dropdown/option-dropdown.d.ts +19 -0
  119. package/dist/components/option-dropdown/option-dropdown.stories.d.ts +5 -0
  120. package/dist/components/option-dropdown/option.d.ts +10 -0
  121. package/dist/components/pagination/pagination.d.ts +14 -0
  122. package/dist/components/pagination/pagination.interface.d.ts +15 -0
  123. package/dist/components/pagination/pagination.stories.d.ts +8 -0
  124. package/dist/components/pagination/pagination.test.d.ts +1 -0
  125. package/dist/components/pagination/pagination.viewdata.d.ts +17 -0
  126. package/dist/components/pop-confirm/content.d.ts +10 -0
  127. package/dist/components/pop-confirm/pop-confirm.d.ts +14 -0
  128. package/dist/components/pop-confirm/pop-confirm.stories.d.ts +4 -0
  129. package/dist/components/popover/popover.d.ts +14 -0
  130. package/dist/components/popover/popover.stories.d.ts +7 -0
  131. package/dist/components/portal/portal.d.ts +6 -0
  132. package/dist/components/portal/portal.stories.d.ts +7 -0
  133. package/dist/components/progress-bar/progress-bar.d.ts +10 -0
  134. package/dist/components/progress-bar/progress-bar.stories.d.ts +4 -0
  135. package/dist/components/radio-button/radio-button.d.ts +27 -0
  136. package/dist/components/radio-button/radio-button.stories.d.ts +5 -0
  137. package/dist/components/radio-button/radio-input.d.ts +16 -0
  138. package/dist/components/rich-text-input/rich-text-input.d.ts +9 -0
  139. package/dist/components/rich-text-input/rich-text-input.stories.d.ts +10 -0
  140. package/dist/components/rich-text-input/rich-text-toolbar/enum.d.ts +7 -0
  141. package/dist/components/rich-text-input/rich-text-toolbar/rich-text-toolbar.d.ts +6 -0
  142. package/dist/components/select/custom-select/custom-select.d.ts +3 -0
  143. package/dist/components/select/custom-select/custom-select.interface.d.ts +47 -0
  144. package/dist/components/select/custom-select/custom-select.reducer.d.ts +6 -0
  145. package/dist/components/select/custom-select/enum.d.ts +11 -0
  146. package/dist/components/select/custom-select/helper.d.ts +3 -0
  147. package/dist/components/select/custom-select/hooks/enum.d.ts +20 -0
  148. package/dist/components/select/custom-select/hooks/use-custom-select-logic.d.ts +39 -0
  149. package/dist/components/select/custom-select/layer/heading.d.ts +4 -0
  150. package/dist/components/select/custom-select/layer/layer.d.ts +17 -0
  151. package/dist/components/select/custom-select/layer/option.d.ts +15 -0
  152. package/dist/components/select/custom-select/layer/placementOptions.d.ts +10 -0
  153. package/dist/components/select/custom-select/layer/section.d.ts +15 -0
  154. package/dist/components/select/custom-select/reducer.interface.d.ts +34 -0
  155. package/dist/components/select/custom-select/trigger/input.d.ts +14 -0
  156. package/dist/components/select/custom-select/trigger/multi-selected-options.d.ts +9 -0
  157. package/dist/components/select/custom-select/trigger/trigger.d.ts +34 -0
  158. package/dist/components/select/native-select/native-select.d.ts +29 -0
  159. package/dist/components/select/select.d.ts +3 -0
  160. package/dist/components/select/select.input.d.ts +21 -0
  161. package/dist/components/select/select.interface.d.ts +39 -0
  162. package/dist/components/select/select.stories-data.d.ts +25 -0
  163. package/dist/components/select/select.stories.d.ts +30 -0
  164. package/dist/components/select/select.test.d.ts +1 -0
  165. package/dist/components/side-bar/link.d.ts +17 -0
  166. package/dist/components/side-bar/sections.d.ts +21 -0
  167. package/dist/components/side-bar/side-bar.d.ts +26 -0
  168. package/dist/components/side-bar/side-bar.stories.d.ts +5 -0
  169. package/dist/components/slider/slider-tooltip.d.ts +5 -0
  170. package/dist/components/slider/slider.d.ts +36 -0
  171. package/dist/components/slider/slider.stories.d.ts +16 -0
  172. package/dist/components/spinner/spinner.d.ts +8 -0
  173. package/dist/components/spinner/spinner.stories.d.ts +4 -0
  174. package/dist/components/table/cell/cell-types/action-cell.d.ts +6 -0
  175. package/dist/components/table/cell/cell-types/cell-help-icon.d.ts +6 -0
  176. package/dist/components/table/cell/cell-types/cell-library-icon.d.ts +6 -0
  177. package/dist/components/table/cell/cell-types/cell-types.interface.d.ts +150 -0
  178. package/dist/components/table/cell/cell-types/check-box-cell.d.ts +8 -0
  179. package/dist/components/table/cell/cell-types/icon-cell.d.ts +6 -0
  180. package/dist/components/table/cell/cell-types/input-cell.d.ts +9 -0
  181. package/dist/components/table/cell/cell-types/link-cell.d.ts +8 -0
  182. package/dist/components/table/cell/cell-types/number-input-cell.d.ts +8 -0
  183. package/dist/components/table/cell/cell-types/popover-cell.d.ts +7 -0
  184. package/dist/components/table/cell/cell-types/select-cell.d.ts +9 -0
  185. package/dist/components/table/cell/cell-types/slider-cell.d.ts +7 -0
  186. package/dist/components/table/cell/cell-types/sort-cell.d.ts +6 -0
  187. package/dist/components/table/cell/cell-types/static-cell.d.ts +8 -0
  188. package/dist/components/table/cell/cell-wrapper.d.ts +9 -0
  189. package/dist/components/table/cell/cell.d.ts +13 -0
  190. package/dist/components/table/cell/cell.stories.d.ts +22 -0
  191. package/dist/components/table/cell/input-cell-wrapper.d.ts +8 -0
  192. package/dist/components/table/enum.d.ts +9 -0
  193. package/dist/components/table/footer/footer.d.ts +10 -0
  194. package/dist/components/table/footer/footer.stories.d.ts +3 -0
  195. package/dist/components/table/helper.d.ts +22 -0
  196. package/dist/components/table/helper.test.d.ts +1 -0
  197. package/dist/components/table/row/expanded-content-row.d.ts +7 -0
  198. package/dist/components/table/row/row.d.ts +37 -0
  199. package/dist/components/table/row/row.stories.d.ts +9 -0
  200. package/dist/components/table/table-scroll-wrapper.d.ts +13 -0
  201. package/dist/components/table/table.d.ts +34 -0
  202. package/dist/components/table/table.stories-data.d.ts +1971 -0
  203. package/dist/components/table/table.stories.d.ts +18 -0
  204. package/dist/components/table/table.test.d.ts +1 -0
  205. package/dist/components/table/table.viewdata.d.ts +16 -0
  206. package/dist/components/table/title/title.d.ts +8 -0
  207. package/dist/components/table/title/title.stories.d.ts +11 -0
  208. package/dist/components/tabs/content.d.ts +7 -0
  209. package/dist/components/tabs/label.d.ts +14 -0
  210. package/dist/components/tabs/tabs.d.ts +33 -0
  211. package/dist/components/tabs/tabs.stories.d.ts +11 -0
  212. package/dist/components/text/text.d.ts +15 -0
  213. package/dist/components/text/text.stories.d.ts +6 -0
  214. package/dist/components/text-link/text-link.d.ts +9 -0
  215. package/dist/components/text-link/text-link.stories.d.ts +5 -0
  216. package/dist/components/textarea/textarea.d.ts +22 -0
  217. package/dist/components/textarea/textarea.stories.d.ts +4 -0
  218. package/dist/components/toaster/toaster.d.ts +18 -0
  219. package/dist/components/toaster/toaster.stories.d.ts +16 -0
  220. package/dist/components/toggle/toggle.d.ts +14 -0
  221. package/dist/components/toggle/toggle.stories.d.ts +10 -0
  222. package/dist/components/tooltip/tooltip-layer.d.ts +16 -0
  223. package/dist/components/tooltip/tooltip.d.ts +19 -0
  224. package/dist/components/tooltip/tooltip.stories.d.ts +11 -0
  225. package/dist/components/tooltip/tooltip.test-case.stories.d.ts +4 -0
  226. package/dist/components/top-bar/element/element.d.ts +32 -0
  227. package/dist/components/top-bar/element/enum.d.ts +6 -0
  228. package/dist/components/top-bar/element/link.d.ts +11 -0
  229. package/dist/components/top-bar/title.d.ts +9 -0
  230. package/dist/components/top-bar/top-bar.d.ts +12 -0
  231. package/dist/components/top-bar/top-bar.stories.d.ts +6 -0
  232. package/dist/components/top-bar/top-bar.testcase.stories.d.ts +5 -0
  233. package/dist/components/top-bar/warning.d.ts +5 -0
  234. package/dist/components/tree/tree-item.d.ts +11 -0
  235. package/dist/components/tree/tree-placeholder.d.ts +5 -0
  236. package/dist/components/tree/tree.d.ts +42 -0
  237. package/dist/components/tree/tree.stories-data.d.ts +126 -0
  238. package/dist/components/tree/tree.stories.d.ts +12 -0
  239. package/dist/helpers/disabled-context.d.ts +2 -0
  240. package/dist/helpers/text.d.ts +1 -0
  241. package/dist/helpers/types.d.ts +3 -0
  242. package/dist/hooks/index.d.ts +4 -0
  243. package/dist/hooks/use-focus.d.ts +4 -0
  244. package/dist/hooks/use-fonts-ready.d.ts +1 -0
  245. package/dist/hooks/use-keyboard-event.d.ts +2 -0
  246. package/dist/hooks/use-window-width.d.ts +1 -0
  247. package/dist/index.d.ts +78 -0
  248. package/dist/index.js +28147 -0
  249. package/package.json +8 -7
  250. package/dist/global.css +0 -28136
@@ -0,0 +1,1971 @@
1
+ import React from 'react';
2
+ export declare const table: {
3
+ headers: {
4
+ cells: {
5
+ value: string;
6
+ }[];
7
+ }[];
8
+ rows: {
9
+ cells: ({
10
+ value: string;
11
+ testId: string;
12
+ } | {
13
+ value: number;
14
+ testId: string;
15
+ })[];
16
+ }[];
17
+ };
18
+ export declare const tableColumnWidths: {
19
+ columnWidths: string[];
20
+ headers: {
21
+ cells: {
22
+ value: string;
23
+ }[];
24
+ }[];
25
+ rows: {
26
+ cells: ({
27
+ value: string;
28
+ testId: string;
29
+ } | {
30
+ value: number;
31
+ testId: string;
32
+ })[];
33
+ }[];
34
+ };
35
+ export declare const tableStaticTooltips: {
36
+ rows: {
37
+ cells: ({
38
+ tooltip: string;
39
+ value: string;
40
+ testId: string;
41
+ } | {
42
+ tooltip: string;
43
+ value: number;
44
+ testId: string;
45
+ })[];
46
+ }[];
47
+ headers: {
48
+ cells: {
49
+ value: string;
50
+ }[];
51
+ }[];
52
+ };
53
+ export declare const tableCellWidths: {
54
+ rows: {
55
+ cells: ({
56
+ width: string;
57
+ value: string;
58
+ testId: string;
59
+ } | {
60
+ width: string;
61
+ value: number;
62
+ testId: string;
63
+ })[];
64
+ }[];
65
+ headers: {
66
+ cells: {
67
+ value: string;
68
+ }[];
69
+ }[];
70
+ };
71
+ export declare const tableCellStyleProp: {
72
+ rows: {
73
+ cells: ({
74
+ style: {
75
+ width: string;
76
+ background: string;
77
+ fontWeight: string;
78
+ };
79
+ value: string;
80
+ testId: string;
81
+ } | {
82
+ style: {
83
+ width: string;
84
+ background: string;
85
+ fontWeight: string;
86
+ };
87
+ value: number;
88
+ testId: string;
89
+ })[];
90
+ }[];
91
+ headers: {
92
+ cells: {
93
+ value: string;
94
+ }[];
95
+ }[];
96
+ };
97
+ export declare const tableBreakLongContent: {
98
+ rows: ({
99
+ cells: ({
100
+ value: string;
101
+ testId: string;
102
+ } | {
103
+ value: number;
104
+ testId: string;
105
+ })[];
106
+ } | {
107
+ cells: ({
108
+ breakWord: boolean;
109
+ value: string;
110
+ } | {
111
+ value: number;
112
+ breakWord?: undefined;
113
+ } | {
114
+ value: string;
115
+ breakWord?: undefined;
116
+ })[];
117
+ })[];
118
+ headers: {
119
+ cells: {
120
+ value: string;
121
+ }[];
122
+ }[];
123
+ };
124
+ export declare const tableUnits: {
125
+ headers: ({
126
+ cells: {
127
+ value: string;
128
+ }[];
129
+ } | {
130
+ cells: ({
131
+ options?: undefined;
132
+ type?: undefined;
133
+ searchable?: undefined;
134
+ value?: undefined;
135
+ onChange?: undefined;
136
+ } | {
137
+ options: {
138
+ label: string;
139
+ value: string;
140
+ }[];
141
+ type: string;
142
+ searchable: boolean;
143
+ value: {
144
+ label: string;
145
+ value: string;
146
+ };
147
+ onChange: () => void;
148
+ } | {
149
+ type: string;
150
+ value: string;
151
+ options?: undefined;
152
+ searchable?: undefined;
153
+ onChange?: undefined;
154
+ })[];
155
+ })[];
156
+ rows: {
157
+ cells: ({
158
+ value: string;
159
+ testId: string;
160
+ } | {
161
+ value: number;
162
+ testId: string;
163
+ })[];
164
+ }[];
165
+ };
166
+ export declare const tableActiveRow: {
167
+ rows: {
168
+ active: boolean;
169
+ onRowClick: () => void;
170
+ cells: ({
171
+ value: string;
172
+ testId: string;
173
+ } | {
174
+ value: number;
175
+ testId: string;
176
+ })[];
177
+ }[];
178
+ headers: {
179
+ cells: {
180
+ value: string;
181
+ }[];
182
+ }[];
183
+ };
184
+ export declare const tableTitle: {
185
+ name: string;
186
+ headers: {
187
+ cells: {
188
+ value: string;
189
+ }[];
190
+ }[];
191
+ rows: {
192
+ cells: ({
193
+ value: string;
194
+ testId: string;
195
+ } | {
196
+ value: number;
197
+ testId: string;
198
+ })[];
199
+ }[];
200
+ };
201
+ export declare const tableTitleJsx: {
202
+ name: React.JSX.Element;
203
+ headers: {
204
+ cells: {
205
+ value: string;
206
+ }[];
207
+ }[];
208
+ rows: {
209
+ cells: ({
210
+ value: string;
211
+ testId: string;
212
+ } | {
213
+ value: number;
214
+ testId: string;
215
+ })[];
216
+ }[];
217
+ };
218
+ export declare const tableChildComponent: {
219
+ name: string;
220
+ actions: {
221
+ childComponent: React.JSX.Element;
222
+ }[];
223
+ testId: string;
224
+ headers: {
225
+ cells: {
226
+ value: string;
227
+ }[];
228
+ }[];
229
+ rows: {
230
+ cells: ({
231
+ value: string;
232
+ testId: string;
233
+ } | {
234
+ value: number;
235
+ testId: string;
236
+ })[];
237
+ }[];
238
+ };
239
+ export declare const tableWithActionHeaderAndNoLabel: {
240
+ actions: {
241
+ childComponent: React.JSX.Element;
242
+ }[];
243
+ actionsRight: boolean;
244
+ headers: {
245
+ cells: {
246
+ value: string;
247
+ }[];
248
+ }[];
249
+ rows: {
250
+ cells: ({
251
+ value: string;
252
+ testId: string;
253
+ } | {
254
+ value: number;
255
+ testId: string;
256
+ })[];
257
+ }[];
258
+ };
259
+ export declare const tableInfiniteScroll: {
260
+ headers: ({
261
+ cells: {
262
+ value: string;
263
+ }[];
264
+ } | {
265
+ cells: ({
266
+ options?: undefined;
267
+ type?: undefined;
268
+ native?: undefined;
269
+ value?: undefined;
270
+ onChange?: undefined;
271
+ } | {
272
+ options: {
273
+ label: string;
274
+ value: string;
275
+ }[];
276
+ type: string;
277
+ native: boolean;
278
+ value: {
279
+ label: string;
280
+ value: string;
281
+ };
282
+ onChange: () => void;
283
+ } | {
284
+ type: string;
285
+ value: string;
286
+ options?: undefined;
287
+ native?: undefined;
288
+ onChange?: undefined;
289
+ })[];
290
+ })[];
291
+ bordered: boolean;
292
+ infiniteScroll: boolean;
293
+ maxHeight: string;
294
+ stickyHeaders: boolean;
295
+ rows: {
296
+ cells: ({
297
+ type: string;
298
+ value: string;
299
+ } | {
300
+ type: string;
301
+ value: number;
302
+ })[];
303
+ }[];
304
+ footer: {
305
+ content: React.JSX.Element;
306
+ };
307
+ };
308
+ export declare const tableInfiniteScrollFullHeight: {
309
+ maxHeight: string;
310
+ headers: ({
311
+ cells: {
312
+ value: string;
313
+ }[];
314
+ } | {
315
+ cells: ({
316
+ options?: undefined;
317
+ type?: undefined;
318
+ native?: undefined;
319
+ value?: undefined;
320
+ onChange?: undefined;
321
+ } | {
322
+ options: {
323
+ label: string;
324
+ value: string;
325
+ }[];
326
+ type: string;
327
+ native: boolean;
328
+ value: {
329
+ label: string;
330
+ value: string;
331
+ };
332
+ onChange: () => void;
333
+ } | {
334
+ type: string;
335
+ value: string;
336
+ options?: undefined;
337
+ native?: undefined;
338
+ onChange?: undefined;
339
+ })[];
340
+ })[];
341
+ bordered: boolean;
342
+ infiniteScroll: boolean;
343
+ stickyHeaders: boolean;
344
+ rows: {
345
+ cells: ({
346
+ type: string;
347
+ value: string;
348
+ } | {
349
+ type: string;
350
+ value: number;
351
+ })[];
352
+ }[];
353
+ footer: {
354
+ content: React.JSX.Element;
355
+ };
356
+ };
357
+ export declare const tableInfiniteScrollShort: {
358
+ rows: {
359
+ cells: ({
360
+ type: string;
361
+ value: string;
362
+ } | {
363
+ type: string;
364
+ value: number;
365
+ })[];
366
+ }[];
367
+ headers: ({
368
+ cells: {
369
+ value: string;
370
+ }[];
371
+ } | {
372
+ cells: ({
373
+ options?: undefined;
374
+ type?: undefined;
375
+ native?: undefined;
376
+ value?: undefined;
377
+ onChange?: undefined;
378
+ } | {
379
+ options: {
380
+ label: string;
381
+ value: string;
382
+ }[];
383
+ type: string;
384
+ native: boolean;
385
+ value: {
386
+ label: string;
387
+ value: string;
388
+ };
389
+ onChange: () => void;
390
+ } | {
391
+ type: string;
392
+ value: string;
393
+ options?: undefined;
394
+ native?: undefined;
395
+ onChange?: undefined;
396
+ })[];
397
+ })[];
398
+ bordered: boolean;
399
+ infiniteScroll: boolean;
400
+ maxHeight: string;
401
+ stickyHeaders: boolean;
402
+ footer: {
403
+ content: React.JSX.Element;
404
+ };
405
+ };
406
+ export declare const tableInfiniteScrollDnD: {
407
+ draggable: boolean;
408
+ headers: ({
409
+ cells: {
410
+ value: string;
411
+ }[];
412
+ } | {
413
+ cells: ({
414
+ options?: undefined;
415
+ type?: undefined;
416
+ native?: undefined;
417
+ value?: undefined;
418
+ onChange?: undefined;
419
+ } | {
420
+ options: {
421
+ label: string;
422
+ value: string;
423
+ }[];
424
+ type: string;
425
+ native: boolean;
426
+ value: {
427
+ label: string;
428
+ value: string;
429
+ };
430
+ onChange: () => void;
431
+ } | {
432
+ type: string;
433
+ value: string;
434
+ options?: undefined;
435
+ native?: undefined;
436
+ onChange?: undefined;
437
+ })[];
438
+ })[];
439
+ bordered: boolean;
440
+ infiniteScroll: boolean;
441
+ maxHeight: string;
442
+ stickyHeaders: boolean;
443
+ rows: {
444
+ cells: ({
445
+ type: string;
446
+ value: string;
447
+ } | {
448
+ type: string;
449
+ value: number;
450
+ })[];
451
+ }[];
452
+ footer: {
453
+ content: React.JSX.Element;
454
+ };
455
+ };
456
+ export declare const tableRowFocus: {
457
+ rows: {
458
+ onRowFocus: () => void;
459
+ cells: ({
460
+ value: string;
461
+ testId: string;
462
+ } | {
463
+ value: number;
464
+ testId: string;
465
+ })[];
466
+ }[];
467
+ headers: {
468
+ cells: {
469
+ value: string;
470
+ }[];
471
+ }[];
472
+ };
473
+ export declare const tableJsxContent: {
474
+ headers: {
475
+ cells: {
476
+ value: string;
477
+ }[];
478
+ }[];
479
+ rows: {
480
+ cells: ({
481
+ value: string;
482
+ } | {
483
+ value: React.JSX.Element;
484
+ })[];
485
+ }[];
486
+ };
487
+ export declare const tableColspan: {
488
+ headers: {
489
+ cells: ({
490
+ value: string;
491
+ colSpan?: undefined;
492
+ } | {
493
+ value: string;
494
+ colSpan: number;
495
+ })[];
496
+ }[];
497
+ rows: ({
498
+ cells: ({
499
+ value: string;
500
+ testId: string;
501
+ } | {
502
+ value: number;
503
+ testId: string;
504
+ })[];
505
+ } | {
506
+ cells: {
507
+ value: string;
508
+ colSpan: number;
509
+ }[];
510
+ })[];
511
+ };
512
+ export declare const tableRowspan: {
513
+ headers: ({
514
+ cells: ({
515
+ value: string;
516
+ colSpan: number;
517
+ rowSpan?: undefined;
518
+ } | {
519
+ value: string;
520
+ rowSpan: number;
521
+ colSpan?: undefined;
522
+ })[];
523
+ } | {
524
+ cells: {
525
+ value: string;
526
+ }[];
527
+ })[];
528
+ rows: {
529
+ cells: ({
530
+ type: string;
531
+ value: string;
532
+ options?: undefined;
533
+ rowSpan?: undefined;
534
+ } | {
535
+ type: string;
536
+ options: {
537
+ label: string;
538
+ value: string;
539
+ }[];
540
+ value: {
541
+ label: string;
542
+ value: string;
543
+ };
544
+ rowSpan: number;
545
+ })[];
546
+ }[];
547
+ };
548
+ export declare const tableColspanWidths: {
549
+ columnWidths: string[];
550
+ headers: {
551
+ cells: ({
552
+ value: string;
553
+ colSpan?: undefined;
554
+ } | {
555
+ value: string;
556
+ colSpan: number;
557
+ })[];
558
+ }[];
559
+ rows: {
560
+ cells: ({
561
+ value: string;
562
+ testId: string;
563
+ } | {
564
+ value: number;
565
+ testId: string;
566
+ })[];
567
+ }[];
568
+ };
569
+ export declare const tableAlignment: {
570
+ columnAlignment: string[];
571
+ headers: {
572
+ cells: {
573
+ value: string;
574
+ }[];
575
+ }[];
576
+ rows: {
577
+ cells: ({
578
+ value: string;
579
+ testId: string;
580
+ } | {
581
+ value: number;
582
+ testId: string;
583
+ })[];
584
+ }[];
585
+ };
586
+ export declare const tableHeaderAlignment: {
587
+ columnAlignment: string[];
588
+ columnHeaderAlignments: string[][];
589
+ headers: {
590
+ cells: ({
591
+ value: string;
592
+ colSpan?: undefined;
593
+ } | {
594
+ value: string;
595
+ colSpan: number;
596
+ })[];
597
+ }[];
598
+ rows: ({
599
+ cells: ({
600
+ value: string;
601
+ testId: string;
602
+ } | {
603
+ value: number;
604
+ testId: string;
605
+ })[];
606
+ } | {
607
+ cells: {
608
+ value: string;
609
+ colSpan: number;
610
+ }[];
611
+ })[];
612
+ };
613
+ export declare const tableEditable: {
614
+ fixedWidth: string;
615
+ headers: {
616
+ cells: ({
617
+ value: string;
618
+ testId: string;
619
+ width: string;
620
+ } | {
621
+ value: string;
622
+ width: string;
623
+ testId?: undefined;
624
+ } | {
625
+ value: string;
626
+ testId?: undefined;
627
+ width?: undefined;
628
+ })[];
629
+ }[];
630
+ rows: ({
631
+ cells: ({
632
+ value: string;
633
+ type: string;
634
+ onChange: () => void;
635
+ testId: string;
636
+ native?: undefined;
637
+ options?: undefined;
638
+ min?: undefined;
639
+ max?: undefined;
640
+ } | {
641
+ type: string;
642
+ native: boolean;
643
+ options: {
644
+ label: number;
645
+ value: number;
646
+ }[];
647
+ value: {
648
+ label: number;
649
+ value: number;
650
+ };
651
+ onChange: () => void;
652
+ testId?: undefined;
653
+ min?: undefined;
654
+ max?: undefined;
655
+ } | {
656
+ value: number;
657
+ type: string;
658
+ onChange: () => void;
659
+ testId?: undefined;
660
+ native?: undefined;
661
+ options?: undefined;
662
+ min?: undefined;
663
+ max?: undefined;
664
+ } | {
665
+ type: string;
666
+ options: {
667
+ label: string;
668
+ value: string;
669
+ }[];
670
+ value: {
671
+ label: string;
672
+ value: string;
673
+ };
674
+ onChange: () => void;
675
+ testId?: undefined;
676
+ native?: undefined;
677
+ min?: undefined;
678
+ max?: undefined;
679
+ } | {
680
+ type: string;
681
+ value: number;
682
+ min: number;
683
+ max: number;
684
+ onChange: () => void;
685
+ testId?: undefined;
686
+ native?: undefined;
687
+ options?: undefined;
688
+ } | {
689
+ value: number;
690
+ type?: undefined;
691
+ onChange?: undefined;
692
+ testId?: undefined;
693
+ native?: undefined;
694
+ options?: undefined;
695
+ min?: undefined;
696
+ max?: undefined;
697
+ })[];
698
+ } | {
699
+ cells: ({
700
+ value: string;
701
+ type: string;
702
+ onChange: () => void;
703
+ testId: string;
704
+ error: string;
705
+ native?: undefined;
706
+ options?: undefined;
707
+ min?: undefined;
708
+ max?: undefined;
709
+ } | {
710
+ type: string;
711
+ native: boolean;
712
+ options: {
713
+ label: number;
714
+ value: number;
715
+ }[];
716
+ value: {
717
+ label: number;
718
+ value: number;
719
+ };
720
+ onChange: () => void;
721
+ error: string;
722
+ testId?: undefined;
723
+ min?: undefined;
724
+ max?: undefined;
725
+ } | {
726
+ value: number;
727
+ type: string;
728
+ onChange: () => void;
729
+ error: string;
730
+ testId?: undefined;
731
+ native?: undefined;
732
+ options?: undefined;
733
+ min?: undefined;
734
+ max?: undefined;
735
+ } | {
736
+ type: string;
737
+ options: {
738
+ label: string;
739
+ value: string;
740
+ }[];
741
+ value: {
742
+ label: string;
743
+ value: string;
744
+ };
745
+ onChange: () => void;
746
+ error: string;
747
+ testId?: undefined;
748
+ native?: undefined;
749
+ min?: undefined;
750
+ max?: undefined;
751
+ } | {
752
+ type: string;
753
+ value: number;
754
+ min: number;
755
+ max: number;
756
+ onChange: () => void;
757
+ error: string;
758
+ testId?: undefined;
759
+ native?: undefined;
760
+ options?: undefined;
761
+ } | {
762
+ value: number;
763
+ error: string;
764
+ type?: undefined;
765
+ onChange?: undefined;
766
+ testId?: undefined;
767
+ native?: undefined;
768
+ options?: undefined;
769
+ min?: undefined;
770
+ max?: undefined;
771
+ })[];
772
+ } | {
773
+ cells: ({
774
+ value: string;
775
+ type: string;
776
+ onChange: () => void;
777
+ testId: string;
778
+ warning: string;
779
+ native?: undefined;
780
+ options?: undefined;
781
+ min?: undefined;
782
+ max?: undefined;
783
+ } | {
784
+ type: string;
785
+ native: boolean;
786
+ options: {
787
+ label: number;
788
+ value: number;
789
+ }[];
790
+ value: {
791
+ label: number;
792
+ value: number;
793
+ };
794
+ onChange: () => void;
795
+ warning: string;
796
+ testId?: undefined;
797
+ min?: undefined;
798
+ max?: undefined;
799
+ } | {
800
+ value: number;
801
+ type: string;
802
+ onChange: () => void;
803
+ warning: string;
804
+ testId?: undefined;
805
+ native?: undefined;
806
+ options?: undefined;
807
+ min?: undefined;
808
+ max?: undefined;
809
+ } | {
810
+ type: string;
811
+ options: {
812
+ label: string;
813
+ value: string;
814
+ }[];
815
+ value: {
816
+ label: string;
817
+ value: string;
818
+ };
819
+ onChange: () => void;
820
+ warning: string;
821
+ testId?: undefined;
822
+ native?: undefined;
823
+ min?: undefined;
824
+ max?: undefined;
825
+ } | {
826
+ type: string;
827
+ value: number;
828
+ min: number;
829
+ max: number;
830
+ onChange: () => void;
831
+ warning: string;
832
+ testId?: undefined;
833
+ native?: undefined;
834
+ options?: undefined;
835
+ } | {
836
+ value: number;
837
+ warning: string;
838
+ type?: undefined;
839
+ onChange?: undefined;
840
+ testId?: undefined;
841
+ native?: undefined;
842
+ options?: undefined;
843
+ min?: undefined;
844
+ max?: undefined;
845
+ })[];
846
+ })[];
847
+ };
848
+ export declare const tableCheckboxes: {
849
+ headers: {
850
+ cells: ({
851
+ value: string;
852
+ } | {
853
+ type: string;
854
+ onChange: () => void;
855
+ })[];
856
+ }[];
857
+ rows: {
858
+ cells: ({
859
+ value: string;
860
+ testId: string;
861
+ } | {
862
+ value: number;
863
+ testId: string;
864
+ } | {
865
+ type: string;
866
+ onChange: () => void;
867
+ })[];
868
+ }[];
869
+ };
870
+ export declare const tableDisabled: {
871
+ rows: ({
872
+ cells: ({
873
+ disabled: boolean;
874
+ value: string;
875
+ type: string;
876
+ onChange: () => void;
877
+ testId: string;
878
+ native?: undefined;
879
+ options?: undefined;
880
+ min?: undefined;
881
+ max?: undefined;
882
+ } | {
883
+ disabled: boolean;
884
+ type: string;
885
+ native: boolean;
886
+ options: {
887
+ label: number;
888
+ value: number;
889
+ }[];
890
+ value: {
891
+ label: number;
892
+ value: number;
893
+ };
894
+ onChange: () => void;
895
+ testId?: undefined;
896
+ min?: undefined;
897
+ max?: undefined;
898
+ } | {
899
+ disabled: boolean;
900
+ value: number;
901
+ type: string;
902
+ onChange: () => void;
903
+ testId?: undefined;
904
+ native?: undefined;
905
+ options?: undefined;
906
+ min?: undefined;
907
+ max?: undefined;
908
+ } | {
909
+ disabled: boolean;
910
+ type: string;
911
+ options: {
912
+ label: string;
913
+ value: string;
914
+ }[];
915
+ value: {
916
+ label: string;
917
+ value: string;
918
+ };
919
+ onChange: () => void;
920
+ testId?: undefined;
921
+ native?: undefined;
922
+ min?: undefined;
923
+ max?: undefined;
924
+ } | {
925
+ disabled: boolean;
926
+ type: string;
927
+ value: number;
928
+ min: number;
929
+ max: number;
930
+ onChange: () => void;
931
+ testId?: undefined;
932
+ native?: undefined;
933
+ options?: undefined;
934
+ } | {
935
+ disabled: boolean;
936
+ value: number;
937
+ type?: undefined;
938
+ onChange?: undefined;
939
+ testId?: undefined;
940
+ native?: undefined;
941
+ options?: undefined;
942
+ min?: undefined;
943
+ max?: undefined;
944
+ } | {
945
+ disabled: boolean;
946
+ value: string;
947
+ type: string;
948
+ onChange: () => void;
949
+ testId: string;
950
+ error: string;
951
+ native?: undefined;
952
+ options?: undefined;
953
+ min?: undefined;
954
+ max?: undefined;
955
+ } | {
956
+ disabled: boolean;
957
+ type: string;
958
+ native: boolean;
959
+ options: {
960
+ label: number;
961
+ value: number;
962
+ }[];
963
+ value: {
964
+ label: number;
965
+ value: number;
966
+ };
967
+ onChange: () => void;
968
+ error: string;
969
+ testId?: undefined;
970
+ min?: undefined;
971
+ max?: undefined;
972
+ } | {
973
+ disabled: boolean;
974
+ value: number;
975
+ type: string;
976
+ onChange: () => void;
977
+ error: string;
978
+ testId?: undefined;
979
+ native?: undefined;
980
+ options?: undefined;
981
+ min?: undefined;
982
+ max?: undefined;
983
+ } | {
984
+ disabled: boolean;
985
+ type: string;
986
+ options: {
987
+ label: string;
988
+ value: string;
989
+ }[];
990
+ value: {
991
+ label: string;
992
+ value: string;
993
+ };
994
+ onChange: () => void;
995
+ error: string;
996
+ testId?: undefined;
997
+ native?: undefined;
998
+ min?: undefined;
999
+ max?: undefined;
1000
+ } | {
1001
+ disabled: boolean;
1002
+ type: string;
1003
+ value: number;
1004
+ min: number;
1005
+ max: number;
1006
+ onChange: () => void;
1007
+ error: string;
1008
+ testId?: undefined;
1009
+ native?: undefined;
1010
+ options?: undefined;
1011
+ } | {
1012
+ disabled: boolean;
1013
+ value: number;
1014
+ error: string;
1015
+ type?: undefined;
1016
+ onChange?: undefined;
1017
+ testId?: undefined;
1018
+ native?: undefined;
1019
+ options?: undefined;
1020
+ min?: undefined;
1021
+ max?: undefined;
1022
+ } | {
1023
+ disabled: boolean;
1024
+ value: string;
1025
+ type: string;
1026
+ onChange: () => void;
1027
+ testId: string;
1028
+ warning: string;
1029
+ native?: undefined;
1030
+ options?: undefined;
1031
+ min?: undefined;
1032
+ max?: undefined;
1033
+ } | {
1034
+ disabled: boolean;
1035
+ type: string;
1036
+ native: boolean;
1037
+ options: {
1038
+ label: number;
1039
+ value: number;
1040
+ }[];
1041
+ value: {
1042
+ label: number;
1043
+ value: number;
1044
+ };
1045
+ onChange: () => void;
1046
+ warning: string;
1047
+ testId?: undefined;
1048
+ min?: undefined;
1049
+ max?: undefined;
1050
+ } | {
1051
+ disabled: boolean;
1052
+ value: number;
1053
+ type: string;
1054
+ onChange: () => void;
1055
+ warning: string;
1056
+ testId?: undefined;
1057
+ native?: undefined;
1058
+ options?: undefined;
1059
+ min?: undefined;
1060
+ max?: undefined;
1061
+ } | {
1062
+ disabled: boolean;
1063
+ type: string;
1064
+ options: {
1065
+ label: string;
1066
+ value: string;
1067
+ }[];
1068
+ value: {
1069
+ label: string;
1070
+ value: string;
1071
+ };
1072
+ onChange: () => void;
1073
+ warning: string;
1074
+ testId?: undefined;
1075
+ native?: undefined;
1076
+ min?: undefined;
1077
+ max?: undefined;
1078
+ } | {
1079
+ disabled: boolean;
1080
+ type: string;
1081
+ value: number;
1082
+ min: number;
1083
+ max: number;
1084
+ onChange: () => void;
1085
+ warning: string;
1086
+ testId?: undefined;
1087
+ native?: undefined;
1088
+ options?: undefined;
1089
+ } | {
1090
+ disabled: boolean;
1091
+ value: number;
1092
+ warning: string;
1093
+ type?: undefined;
1094
+ onChange?: undefined;
1095
+ testId?: undefined;
1096
+ native?: undefined;
1097
+ options?: undefined;
1098
+ min?: undefined;
1099
+ max?: undefined;
1100
+ })[];
1101
+ } | {
1102
+ cells: ({
1103
+ disabled: boolean;
1104
+ value: string;
1105
+ type: string;
1106
+ onChange: () => void;
1107
+ testId: string;
1108
+ native?: undefined;
1109
+ options?: undefined;
1110
+ min?: undefined;
1111
+ max?: undefined;
1112
+ } | {
1113
+ disabled: boolean;
1114
+ type: string;
1115
+ native: boolean;
1116
+ options: {
1117
+ label: number;
1118
+ value: number;
1119
+ }[];
1120
+ value: {
1121
+ label: number;
1122
+ value: number;
1123
+ };
1124
+ onChange: () => void;
1125
+ testId?: undefined;
1126
+ min?: undefined;
1127
+ max?: undefined;
1128
+ } | {
1129
+ disabled: boolean;
1130
+ value: number;
1131
+ type: string;
1132
+ onChange: () => void;
1133
+ testId?: undefined;
1134
+ native?: undefined;
1135
+ options?: undefined;
1136
+ min?: undefined;
1137
+ max?: undefined;
1138
+ } | {
1139
+ disabled: boolean;
1140
+ type: string;
1141
+ options: {
1142
+ label: string;
1143
+ value: string;
1144
+ }[];
1145
+ value: {
1146
+ label: string;
1147
+ value: string;
1148
+ };
1149
+ onChange: () => void;
1150
+ testId?: undefined;
1151
+ native?: undefined;
1152
+ min?: undefined;
1153
+ max?: undefined;
1154
+ } | {
1155
+ disabled: boolean;
1156
+ type: string;
1157
+ value: number;
1158
+ min: number;
1159
+ max: number;
1160
+ onChange: () => void;
1161
+ testId?: undefined;
1162
+ native?: undefined;
1163
+ options?: undefined;
1164
+ } | {
1165
+ disabled: boolean;
1166
+ value: number;
1167
+ type?: undefined;
1168
+ onChange?: undefined;
1169
+ testId?: undefined;
1170
+ native?: undefined;
1171
+ options?: undefined;
1172
+ min?: undefined;
1173
+ max?: undefined;
1174
+ } | {
1175
+ disabled: boolean;
1176
+ value: string;
1177
+ type: string;
1178
+ onChange: () => void;
1179
+ testId: string;
1180
+ error: string;
1181
+ native?: undefined;
1182
+ options?: undefined;
1183
+ min?: undefined;
1184
+ max?: undefined;
1185
+ } | {
1186
+ disabled: boolean;
1187
+ type: string;
1188
+ native: boolean;
1189
+ options: {
1190
+ label: number;
1191
+ value: number;
1192
+ }[];
1193
+ value: {
1194
+ label: number;
1195
+ value: number;
1196
+ };
1197
+ onChange: () => void;
1198
+ error: string;
1199
+ testId?: undefined;
1200
+ min?: undefined;
1201
+ max?: undefined;
1202
+ } | {
1203
+ disabled: boolean;
1204
+ value: number;
1205
+ type: string;
1206
+ onChange: () => void;
1207
+ error: string;
1208
+ testId?: undefined;
1209
+ native?: undefined;
1210
+ options?: undefined;
1211
+ min?: undefined;
1212
+ max?: undefined;
1213
+ } | {
1214
+ disabled: boolean;
1215
+ type: string;
1216
+ options: {
1217
+ label: string;
1218
+ value: string;
1219
+ }[];
1220
+ value: {
1221
+ label: string;
1222
+ value: string;
1223
+ };
1224
+ onChange: () => void;
1225
+ error: string;
1226
+ testId?: undefined;
1227
+ native?: undefined;
1228
+ min?: undefined;
1229
+ max?: undefined;
1230
+ } | {
1231
+ disabled: boolean;
1232
+ type: string;
1233
+ value: number;
1234
+ min: number;
1235
+ max: number;
1236
+ onChange: () => void;
1237
+ error: string;
1238
+ testId?: undefined;
1239
+ native?: undefined;
1240
+ options?: undefined;
1241
+ } | {
1242
+ disabled: boolean;
1243
+ value: number;
1244
+ error: string;
1245
+ type?: undefined;
1246
+ onChange?: undefined;
1247
+ testId?: undefined;
1248
+ native?: undefined;
1249
+ options?: undefined;
1250
+ min?: undefined;
1251
+ max?: undefined;
1252
+ } | {
1253
+ disabled: boolean;
1254
+ value: string;
1255
+ type: string;
1256
+ onChange: () => void;
1257
+ testId: string;
1258
+ warning: string;
1259
+ native?: undefined;
1260
+ options?: undefined;
1261
+ min?: undefined;
1262
+ max?: undefined;
1263
+ } | {
1264
+ disabled: boolean;
1265
+ type: string;
1266
+ native: boolean;
1267
+ options: {
1268
+ label: number;
1269
+ value: number;
1270
+ }[];
1271
+ value: {
1272
+ label: number;
1273
+ value: number;
1274
+ };
1275
+ onChange: () => void;
1276
+ warning: string;
1277
+ testId?: undefined;
1278
+ min?: undefined;
1279
+ max?: undefined;
1280
+ } | {
1281
+ disabled: boolean;
1282
+ value: number;
1283
+ type: string;
1284
+ onChange: () => void;
1285
+ warning: string;
1286
+ testId?: undefined;
1287
+ native?: undefined;
1288
+ options?: undefined;
1289
+ min?: undefined;
1290
+ max?: undefined;
1291
+ } | {
1292
+ disabled: boolean;
1293
+ type: string;
1294
+ options: {
1295
+ label: string;
1296
+ value: string;
1297
+ }[];
1298
+ value: {
1299
+ label: string;
1300
+ value: string;
1301
+ };
1302
+ onChange: () => void;
1303
+ warning: string;
1304
+ testId?: undefined;
1305
+ native?: undefined;
1306
+ min?: undefined;
1307
+ max?: undefined;
1308
+ } | {
1309
+ disabled: boolean;
1310
+ type: string;
1311
+ value: number;
1312
+ min: number;
1313
+ max: number;
1314
+ onChange: () => void;
1315
+ warning: string;
1316
+ testId?: undefined;
1317
+ native?: undefined;
1318
+ options?: undefined;
1319
+ } | {
1320
+ disabled: boolean;
1321
+ value: number;
1322
+ warning: string;
1323
+ type?: undefined;
1324
+ onChange?: undefined;
1325
+ testId?: undefined;
1326
+ native?: undefined;
1327
+ options?: undefined;
1328
+ min?: undefined;
1329
+ max?: undefined;
1330
+ })[];
1331
+ } | {
1332
+ cells: ({
1333
+ disabled: boolean;
1334
+ value: string;
1335
+ type: string;
1336
+ onChange: () => void;
1337
+ testId: string;
1338
+ native?: undefined;
1339
+ options?: undefined;
1340
+ min?: undefined;
1341
+ max?: undefined;
1342
+ } | {
1343
+ disabled: boolean;
1344
+ type: string;
1345
+ native: boolean;
1346
+ options: {
1347
+ label: number;
1348
+ value: number;
1349
+ }[];
1350
+ value: {
1351
+ label: number;
1352
+ value: number;
1353
+ };
1354
+ onChange: () => void;
1355
+ testId?: undefined;
1356
+ min?: undefined;
1357
+ max?: undefined;
1358
+ } | {
1359
+ disabled: boolean;
1360
+ value: number;
1361
+ type: string;
1362
+ onChange: () => void;
1363
+ testId?: undefined;
1364
+ native?: undefined;
1365
+ options?: undefined;
1366
+ min?: undefined;
1367
+ max?: undefined;
1368
+ } | {
1369
+ disabled: boolean;
1370
+ type: string;
1371
+ options: {
1372
+ label: string;
1373
+ value: string;
1374
+ }[];
1375
+ value: {
1376
+ label: string;
1377
+ value: string;
1378
+ };
1379
+ onChange: () => void;
1380
+ testId?: undefined;
1381
+ native?: undefined;
1382
+ min?: undefined;
1383
+ max?: undefined;
1384
+ } | {
1385
+ disabled: boolean;
1386
+ type: string;
1387
+ value: number;
1388
+ min: number;
1389
+ max: number;
1390
+ onChange: () => void;
1391
+ testId?: undefined;
1392
+ native?: undefined;
1393
+ options?: undefined;
1394
+ } | {
1395
+ disabled: boolean;
1396
+ value: number;
1397
+ type?: undefined;
1398
+ onChange?: undefined;
1399
+ testId?: undefined;
1400
+ native?: undefined;
1401
+ options?: undefined;
1402
+ min?: undefined;
1403
+ max?: undefined;
1404
+ } | {
1405
+ disabled: boolean;
1406
+ value: string;
1407
+ type: string;
1408
+ onChange: () => void;
1409
+ testId: string;
1410
+ error: string;
1411
+ native?: undefined;
1412
+ options?: undefined;
1413
+ min?: undefined;
1414
+ max?: undefined;
1415
+ } | {
1416
+ disabled: boolean;
1417
+ type: string;
1418
+ native: boolean;
1419
+ options: {
1420
+ label: number;
1421
+ value: number;
1422
+ }[];
1423
+ value: {
1424
+ label: number;
1425
+ value: number;
1426
+ };
1427
+ onChange: () => void;
1428
+ error: string;
1429
+ testId?: undefined;
1430
+ min?: undefined;
1431
+ max?: undefined;
1432
+ } | {
1433
+ disabled: boolean;
1434
+ value: number;
1435
+ type: string;
1436
+ onChange: () => void;
1437
+ error: string;
1438
+ testId?: undefined;
1439
+ native?: undefined;
1440
+ options?: undefined;
1441
+ min?: undefined;
1442
+ max?: undefined;
1443
+ } | {
1444
+ disabled: boolean;
1445
+ type: string;
1446
+ options: {
1447
+ label: string;
1448
+ value: string;
1449
+ }[];
1450
+ value: {
1451
+ label: string;
1452
+ value: string;
1453
+ };
1454
+ onChange: () => void;
1455
+ error: string;
1456
+ testId?: undefined;
1457
+ native?: undefined;
1458
+ min?: undefined;
1459
+ max?: undefined;
1460
+ } | {
1461
+ disabled: boolean;
1462
+ type: string;
1463
+ value: number;
1464
+ min: number;
1465
+ max: number;
1466
+ onChange: () => void;
1467
+ error: string;
1468
+ testId?: undefined;
1469
+ native?: undefined;
1470
+ options?: undefined;
1471
+ } | {
1472
+ disabled: boolean;
1473
+ value: number;
1474
+ error: string;
1475
+ type?: undefined;
1476
+ onChange?: undefined;
1477
+ testId?: undefined;
1478
+ native?: undefined;
1479
+ options?: undefined;
1480
+ min?: undefined;
1481
+ max?: undefined;
1482
+ } | {
1483
+ disabled: boolean;
1484
+ value: string;
1485
+ type: string;
1486
+ onChange: () => void;
1487
+ testId: string;
1488
+ warning: string;
1489
+ native?: undefined;
1490
+ options?: undefined;
1491
+ min?: undefined;
1492
+ max?: undefined;
1493
+ } | {
1494
+ disabled: boolean;
1495
+ type: string;
1496
+ native: boolean;
1497
+ options: {
1498
+ label: number;
1499
+ value: number;
1500
+ }[];
1501
+ value: {
1502
+ label: number;
1503
+ value: number;
1504
+ };
1505
+ onChange: () => void;
1506
+ warning: string;
1507
+ testId?: undefined;
1508
+ min?: undefined;
1509
+ max?: undefined;
1510
+ } | {
1511
+ disabled: boolean;
1512
+ value: number;
1513
+ type: string;
1514
+ onChange: () => void;
1515
+ warning: string;
1516
+ testId?: undefined;
1517
+ native?: undefined;
1518
+ options?: undefined;
1519
+ min?: undefined;
1520
+ max?: undefined;
1521
+ } | {
1522
+ disabled: boolean;
1523
+ type: string;
1524
+ options: {
1525
+ label: string;
1526
+ value: string;
1527
+ }[];
1528
+ value: {
1529
+ label: string;
1530
+ value: string;
1531
+ };
1532
+ onChange: () => void;
1533
+ warning: string;
1534
+ testId?: undefined;
1535
+ native?: undefined;
1536
+ min?: undefined;
1537
+ max?: undefined;
1538
+ } | {
1539
+ disabled: boolean;
1540
+ type: string;
1541
+ value: number;
1542
+ min: number;
1543
+ max: number;
1544
+ onChange: () => void;
1545
+ warning: string;
1546
+ testId?: undefined;
1547
+ native?: undefined;
1548
+ options?: undefined;
1549
+ } | {
1550
+ disabled: boolean;
1551
+ value: number;
1552
+ warning: string;
1553
+ type?: undefined;
1554
+ onChange?: undefined;
1555
+ testId?: undefined;
1556
+ native?: undefined;
1557
+ options?: undefined;
1558
+ min?: undefined;
1559
+ max?: undefined;
1560
+ })[];
1561
+ })[];
1562
+ fixedWidth: string;
1563
+ headers: {
1564
+ cells: ({
1565
+ value: string;
1566
+ testId: string;
1567
+ width: string;
1568
+ } | {
1569
+ value: string;
1570
+ width: string;
1571
+ testId?: undefined;
1572
+ } | {
1573
+ value: string;
1574
+ testId?: undefined;
1575
+ width?: undefined;
1576
+ })[];
1577
+ }[];
1578
+ };
1579
+ export declare const tableFilters: {
1580
+ headers: ({
1581
+ cells: {
1582
+ value: string;
1583
+ }[];
1584
+ } | {
1585
+ cells: {
1586
+ value: string;
1587
+ type: string;
1588
+ placeholder: string;
1589
+ onChange: () => void;
1590
+ }[];
1591
+ })[];
1592
+ rows: {
1593
+ cells: ({
1594
+ value: string;
1595
+ testId: string;
1596
+ } | {
1597
+ value: number;
1598
+ testId: string;
1599
+ })[];
1600
+ }[];
1601
+ };
1602
+ export declare const tableSort: {
1603
+ headers: {
1604
+ cells: ({
1605
+ value: string;
1606
+ hasSort?: undefined;
1607
+ sort?: undefined;
1608
+ sortPriority?: undefined;
1609
+ onSort?: undefined;
1610
+ } | {
1611
+ value: string;
1612
+ hasSort: boolean;
1613
+ sort: string;
1614
+ sortPriority: number;
1615
+ onSort: () => void;
1616
+ })[];
1617
+ }[];
1618
+ rows: {
1619
+ cells: ({
1620
+ value: string;
1621
+ } | {
1622
+ value: number;
1623
+ })[];
1624
+ }[];
1625
+ };
1626
+ export declare const tableIcons: {
1627
+ headers: {
1628
+ cells: ({
1629
+ value?: undefined;
1630
+ } | {
1631
+ value: string;
1632
+ })[];
1633
+ }[];
1634
+ rows: {
1635
+ cells: ({
1636
+ type: string;
1637
+ icon: React.JSX.Element;
1638
+ tooltip: string;
1639
+ width: string;
1640
+ value?: undefined;
1641
+ } | {
1642
+ value: string;
1643
+ type?: undefined;
1644
+ icon?: undefined;
1645
+ tooltip?: undefined;
1646
+ width?: undefined;
1647
+ } | {
1648
+ value: number;
1649
+ type?: undefined;
1650
+ icon?: undefined;
1651
+ tooltip?: undefined;
1652
+ width?: undefined;
1653
+ })[];
1654
+ }[];
1655
+ };
1656
+ export declare const tableLinks: {
1657
+ headers: {
1658
+ cells: {
1659
+ value: string;
1660
+ }[];
1661
+ }[];
1662
+ rows: ({
1663
+ cells: ({
1664
+ type: string;
1665
+ value: string;
1666
+ onClick: () => void;
1667
+ disabled?: undefined;
1668
+ } | {
1669
+ type: string;
1670
+ value: string;
1671
+ disabled: boolean;
1672
+ onClick: () => void;
1673
+ })[];
1674
+ } | {
1675
+ cells: ({
1676
+ type: string;
1677
+ value: string;
1678
+ warning: string;
1679
+ onClick: () => void;
1680
+ error?: undefined;
1681
+ } | {
1682
+ type: string;
1683
+ value: string;
1684
+ error: string;
1685
+ onClick: () => void;
1686
+ warning?: undefined;
1687
+ })[];
1688
+ })[];
1689
+ };
1690
+ export declare const tableActions: {
1691
+ headers: {
1692
+ cells: {
1693
+ value: string;
1694
+ }[];
1695
+ actions: {
1696
+ primary: boolean;
1697
+ label: string;
1698
+ icon: string;
1699
+ onClick: () => void;
1700
+ }[];
1701
+ }[];
1702
+ rows: ({
1703
+ cells: ({
1704
+ value: string;
1705
+ } | {
1706
+ value: number;
1707
+ })[];
1708
+ actions: {
1709
+ label: string;
1710
+ icon: string;
1711
+ onClick: () => void;
1712
+ }[];
1713
+ } | {
1714
+ cells: ({
1715
+ value: string;
1716
+ } | {
1717
+ value: number;
1718
+ })[];
1719
+ actions: {
1720
+ label: string;
1721
+ icon: string;
1722
+ onClick: () => void;
1723
+ hidden: boolean;
1724
+ }[];
1725
+ })[];
1726
+ };
1727
+ export declare const tableWithSubActions: {
1728
+ headers: {
1729
+ cells: {
1730
+ value: string;
1731
+ }[];
1732
+ actions: {
1733
+ primary: boolean;
1734
+ label: string;
1735
+ icon: string;
1736
+ onClick: () => void;
1737
+ }[];
1738
+ }[];
1739
+ rows: {
1740
+ cells: ({
1741
+ value: string;
1742
+ } | {
1743
+ value: number;
1744
+ })[];
1745
+ actions: ({
1746
+ label: string;
1747
+ subActions: {
1748
+ label: string;
1749
+ icon: string;
1750
+ onClick: () => void;
1751
+ }[];
1752
+ icon?: undefined;
1753
+ onClick?: undefined;
1754
+ } | {
1755
+ label: string;
1756
+ icon: string;
1757
+ onClick: () => void;
1758
+ subActions?: undefined;
1759
+ })[];
1760
+ }[];
1761
+ };
1762
+ export declare const tableFooter: {
1763
+ footer: {
1764
+ content: React.JSX.Element;
1765
+ pagination: {
1766
+ rowCount: number;
1767
+ selectedPage: number;
1768
+ rowsPerPage: {
1769
+ onChange: () => void;
1770
+ options: {
1771
+ label: string;
1772
+ value: number;
1773
+ }[];
1774
+ value: number;
1775
+ };
1776
+ goTo: {
1777
+ onChange: () => void;
1778
+ };
1779
+ onSelectPage: () => void;
1780
+ small: boolean;
1781
+ };
1782
+ actions: {
1783
+ label: string;
1784
+ icon: string;
1785
+ onClick: () => void;
1786
+ }[];
1787
+ };
1788
+ headers: {
1789
+ cells: {
1790
+ value: string;
1791
+ }[];
1792
+ }[];
1793
+ rows: {
1794
+ cells: ({
1795
+ value: string;
1796
+ testId: string;
1797
+ } | {
1798
+ value: number;
1799
+ testId: string;
1800
+ })[];
1801
+ }[];
1802
+ };
1803
+ export declare const tableHelpLibraryIcons: {
1804
+ headers: {
1805
+ cells: {
1806
+ helpIcon: {
1807
+ onClick: () => void;
1808
+ tooltip: string;
1809
+ };
1810
+ libraryIcon: {
1811
+ onClick: () => void;
1812
+ tooltip: string;
1813
+ };
1814
+ value: string;
1815
+ }[];
1816
+ }[];
1817
+ rows: {
1818
+ cells: ({
1819
+ value: string;
1820
+ testId: string;
1821
+ } | {
1822
+ value: number;
1823
+ testId: string;
1824
+ })[];
1825
+ }[];
1826
+ };
1827
+ export declare const tableOverflowing: {
1828
+ columnWidths: (string | undefined)[];
1829
+ columnAlignment: string[];
1830
+ columnHeaderAlignments: string[][];
1831
+ headers: {
1832
+ cells: {
1833
+ value: string;
1834
+ }[];
1835
+ }[];
1836
+ rows: ({
1837
+ cells: ({
1838
+ breakWord: boolean;
1839
+ value: string;
1840
+ type?: undefined;
1841
+ native?: undefined;
1842
+ options?: undefined;
1843
+ onChange?: undefined;
1844
+ disabled?: undefined;
1845
+ error?: undefined;
1846
+ testId?: undefined;
1847
+ warning?: undefined;
1848
+ } | {
1849
+ type: string;
1850
+ native: boolean;
1851
+ options: {
1852
+ label: number;
1853
+ value: number;
1854
+ }[];
1855
+ value: {
1856
+ label: number;
1857
+ value: number;
1858
+ };
1859
+ onChange: () => void;
1860
+ disabled: boolean;
1861
+ breakWord?: undefined;
1862
+ error?: undefined;
1863
+ testId?: undefined;
1864
+ warning?: undefined;
1865
+ } | {
1866
+ type: string;
1867
+ options: {
1868
+ label: string;
1869
+ value: string;
1870
+ }[];
1871
+ value: {
1872
+ label: string;
1873
+ value: string;
1874
+ };
1875
+ onChange: () => void;
1876
+ error: string;
1877
+ breakWord?: undefined;
1878
+ native?: undefined;
1879
+ disabled?: undefined;
1880
+ testId?: undefined;
1881
+ warning?: undefined;
1882
+ } | {
1883
+ value: string;
1884
+ type: string;
1885
+ onChange: () => void;
1886
+ testId: string;
1887
+ warning: string;
1888
+ breakWord?: undefined;
1889
+ native?: undefined;
1890
+ options?: undefined;
1891
+ disabled?: undefined;
1892
+ error?: undefined;
1893
+ } | {
1894
+ value: string;
1895
+ warning: string;
1896
+ breakWord?: undefined;
1897
+ type?: undefined;
1898
+ native?: undefined;
1899
+ options?: undefined;
1900
+ onChange?: undefined;
1901
+ disabled?: undefined;
1902
+ error?: undefined;
1903
+ testId?: undefined;
1904
+ } | {
1905
+ value: string;
1906
+ breakWord?: undefined;
1907
+ type?: undefined;
1908
+ native?: undefined;
1909
+ options?: undefined;
1910
+ onChange?: undefined;
1911
+ disabled?: undefined;
1912
+ error?: undefined;
1913
+ testId?: undefined;
1914
+ warning?: undefined;
1915
+ })[];
1916
+ } | {
1917
+ cells: ({
1918
+ value: string;
1919
+ type?: undefined;
1920
+ native?: undefined;
1921
+ options?: undefined;
1922
+ onChange?: undefined;
1923
+ testId?: undefined;
1924
+ error?: undefined;
1925
+ } | {
1926
+ type: string;
1927
+ native: boolean;
1928
+ options: {
1929
+ label: number;
1930
+ value: number;
1931
+ }[];
1932
+ value: {
1933
+ label: number;
1934
+ value: number;
1935
+ };
1936
+ onChange: () => void;
1937
+ testId?: undefined;
1938
+ error?: undefined;
1939
+ } | {
1940
+ type: string;
1941
+ options: {
1942
+ label: string;
1943
+ value: string;
1944
+ }[];
1945
+ value: {
1946
+ label: string;
1947
+ value: string;
1948
+ };
1949
+ onChange: () => void;
1950
+ native?: undefined;
1951
+ testId?: undefined;
1952
+ error?: undefined;
1953
+ } | {
1954
+ value: string;
1955
+ type: string;
1956
+ onChange: () => void;
1957
+ testId: string;
1958
+ native?: undefined;
1959
+ options?: undefined;
1960
+ error?: undefined;
1961
+ } | {
1962
+ type: string;
1963
+ value: string;
1964
+ error: string;
1965
+ native?: undefined;
1966
+ options?: undefined;
1967
+ onChange?: undefined;
1968
+ testId?: undefined;
1969
+ })[];
1970
+ })[];
1971
+ };