braid-ui 1.0.144 → 1.0.146

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/index.d.cts CHANGED
@@ -141,8 +141,9 @@ interface OFACViewProps {
141
141
  entityTypeOptions: OFACOption[];
142
142
  onFilterChange: (field: keyof OFACFilters, value: string | Date | undefined) => void;
143
143
  onResetFilters: () => void;
144
+ onApplyFilters: () => void;
144
145
  }
145
- declare function OFACView({ table, filters, statusOptions, entityTypeOptions, onFilterChange, onResetFilters, }: OFACViewProps): react_jsx_runtime.JSX.Element;
146
+ declare function OFACView({ table, filters, statusOptions, entityTypeOptions, onFilterChange, onResetFilters, onApplyFilters, }: OFACViewProps): react_jsx_runtime.JSX.Element;
146
147
 
147
148
  interface OFACCheck {
148
149
  id: string;
@@ -164,8 +165,9 @@ interface OFACDetailViewProps {
164
165
  [key: string]: unknown;
165
166
  };
166
167
  onBack: () => void;
168
+ onAlertClick: (alertId: string) => void;
167
169
  }
168
- declare function OFACDetailView({ ofacCheck, entityUrl, results, onBack }: OFACDetailViewProps): react_jsx_runtime.JSX.Element;
170
+ declare function OFACDetailView({ ofacCheck, entityUrl, results, onBack, onAlertClick }: OFACDetailViewProps): react_jsx_runtime.JSX.Element;
169
171
 
170
172
  interface FileUpload314A {
171
173
  id: string;
package/dist/index.d.ts CHANGED
@@ -141,8 +141,9 @@ interface OFACViewProps {
141
141
  entityTypeOptions: OFACOption[];
142
142
  onFilterChange: (field: keyof OFACFilters, value: string | Date | undefined) => void;
143
143
  onResetFilters: () => void;
144
+ onApplyFilters: () => void;
144
145
  }
145
- declare function OFACView({ table, filters, statusOptions, entityTypeOptions, onFilterChange, onResetFilters, }: OFACViewProps): react_jsx_runtime.JSX.Element;
146
+ declare function OFACView({ table, filters, statusOptions, entityTypeOptions, onFilterChange, onResetFilters, onApplyFilters, }: OFACViewProps): react_jsx_runtime.JSX.Element;
146
147
 
147
148
  interface OFACCheck {
148
149
  id: string;
@@ -164,8 +165,9 @@ interface OFACDetailViewProps {
164
165
  [key: string]: unknown;
165
166
  };
166
167
  onBack: () => void;
168
+ onAlertClick: (alertId: string) => void;
167
169
  }
168
- declare function OFACDetailView({ ofacCheck, entityUrl, results, onBack }: OFACDetailViewProps): react_jsx_runtime.JSX.Element;
170
+ declare function OFACDetailView({ ofacCheck, entityUrl, results, onBack, onAlertClick }: OFACDetailViewProps): react_jsx_runtime.JSX.Element;
169
171
 
170
172
  interface FileUpload314A {
171
173
  id: string;