@addsign/moje-agenda-shared-lib 1.0.26 → 1.0.28

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.
@@ -1,4 +1,5 @@
1
- /// <reference types="react" />
1
+ import { IOptionItem } from '../../types';
2
+
2
3
  export interface DataTableColumn<T> {
3
4
  key: keyof T | "actions";
4
5
  header: string;
@@ -13,6 +14,7 @@ export interface DataTableColumn<T> {
13
14
  filterLabelKey?: string;
14
15
  filterParam?: string;
15
16
  filterParam2?: string;
17
+ filterOptions?: IOptionItem[];
16
18
  sortParam?: string;
17
19
  sumarize?: boolean;
18
20
  width?: string;
@@ -0,0 +1,8 @@
1
+ import { G as GenIcon } from "./iconBase-B8_TsgYI.js";
2
+ function IoCloseOutline(props) {
3
+ return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 512 512" }, "child": [{ "tag": "path", "attr": { "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "32", "d": "M368 368 144 144m224 0L144 368" }, "child": [] }] })(props);
4
+ }
5
+ export {
6
+ IoCloseOutline as I
7
+ };
8
+ //# sourceMappingURL=index-G6UUAXAq.js.map