@apexcura/ui-components 0.0.16-Beta1091 → 0.0.16-Beta1092

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.
@@ -110,6 +110,8 @@ export type ElementType = {
110
110
  errorText?: string;
111
111
  errorClassName?: string;
112
112
  expandIconStyles?: boolean;
113
+ enableRowSelection?: boolean;
114
+ showSelectionControls?: boolean;
113
115
  isIconOnly?: boolean;
114
116
  value?: string | number | boolean | null | object | undefined | string[] | UploadFile[] | PaginationType | DateRangeSegmentType | dropDownValueProps | radioValueProps | WeekSchedule | autoCompleteProps;
115
117
  status?: string | undefined;
@@ -167,6 +169,7 @@ export type ElementType = {
167
169
  required?: boolean;
168
170
  key?: string;
169
171
  render?: (text: string) => React.JSX.Element;
172
+ renderCell?: (value: number, record: string, index: number) => React.ReactNode;
170
173
  ellipsis?: boolean;
171
174
  sortable?: boolean;
172
175
  filtered?: boolean;